
      .lc-features {
        position: relative;
        z-index: 0;
        width: 100%;
      }
      @media (min-width: 768px) {
        .lc-features_columns1 .swiper-slide {
          max-width: 100%;
        }
        .lc-features_columns_2 .swiper-slide {
          max-width: 50%;
        }
        .lc-features_columns_3 .swiper-slide {
          max-width: 33.33%;
        }
        .lc-features_columns_4 .swiper-slide {
          max-width: 25%;
        }
        .lc-features.lc-features_desktopCarousel .lc-features__items,
        .lc-features .lc-features__carousel-mobile {
          display: none;
        }
      }
      @media (max-width: 767px) {
        .lc-features.lc-features_mobileCarousel .lc-features__items,
        .lc-features .lc-features__carousel-desktop {
          display: none;
        }
        :not(.lc-features_has-breakpoints).lc-features
          .lc-features__items
          .lc-features__col_1,
        :not(.lc-features_has-breakpoints).lc-features
          .lc-features__items
          .lc-features__col_2,
        :not(.lc-features_has-breakpoints).lc-features
          .lc-features__items
          .lc-features__col_3,
        :not(.lc-features_has-breakpoints).lc-features
          .lc-features__items
          .lc-features__col_4 {
          width: 100%;
        }
        .lc-features.lc-features_mobileCarousel .lc-features__item {
          height: auto;
        }
        :not(.lc-features_mobileCarousel).lc-features_inited
          .lc-features__image,
        :not(.lc-features_mobileCarousel).lc-features_inited
          .lc-features__title,
        :not(.lc-features_mobileCarousel).lc-features_inited
          .lc-features__description,
        :not(.lc-features_mobileCarousel):not(
            .lc-features_show-by-hover
          ).lc-features_inited
          .lc-features__call-to-action {
          position: relative;
          height: auto;
        }
        :not(.lc-features_mobileCarousel).lc-features_inited
          .lc-features__spacer {
          display: none;
        }
        .lc-features .lc-features__carousel-no .lc-features__items {
          margin: 0;
          padding: 0 15px;
        }
      }
      .lc-features__base-wrapper {
        box-sizing: border-box;
        width: 100%;
        max-width: 954px;
        margin: 0 auto;
        padding: 0 17px;
      }
      .lc-features__section-title {
        position: relative;
        flex-shrink: 0;
        word-wrap: break-word;
      }
      .lc-features__area-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }
      .lc-features__area-link.lc-link:focus-visible {
        outline: 2px solid #7f5dd8;
        border-radius: 10px;
        outline-offset: -3px;
      }
      .lc-features__with-borders .lc-features__area-link {
        z-index: 2;
      }
      .lc-features .lc-features__link {
        color: #018ad2;
      }
      .lc-features .lc-features__link:hover {
        color: #f00;
      }
      .lc-features .lc-features__link_is-editor {
        pointer-events: initial !important;
      }
      .lc-features__button {
        z-index: 10;
      }
      .lc-features__disclaimer {
        width: 100%;
        color: #999;
      }
      .lc-features__disclaimer .public-DraftStyleDefault-block {
        font-size: 10px;
        line-height: 11px;
      }
      .lc-features__call-to-action {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_xs {
        font-size: 10px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_xs
        .public-DraftStyleDefault-block {
        font-size: 10px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_s {
        font-size: 12px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_s
        .public-DraftStyleDefault-block {
        font-size: 12px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_m {
        font-size: 16px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_m
        .public-DraftStyleDefault-block {
        font-size: 16px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_l {
        font-size: 20px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_l
        .public-DraftStyleDefault-block {
        font-size: 20px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_xl {
        font-size: 26px;
      }
      .lc-features__call-to-action_type_link.lc-features__call-to-action_size_xl
        .public-DraftStyleDefault-block {
        font-size: 26px;
      }
      .lc-features__call-to-action_custom-size.lc-features__call-to-action_type_link {
        font-size: var(--cta-custom-size);
      }
      .lc-features__call-to-action_custom-size.lc-features__call-to-action_type_link
        .public-DraftStyleDefault-block {
        font-size: var(--cta-custom-size);
      }
      .lc-features__image {
        bottom: 0;
        padding-bottom: 16px;
        line-height: 0;
      }
      .lc-features_align_left {
        text-align: left;
      }
      .lc-features_align_left .lc-features__wrapper_columns_1,
      .lc-features_align_left .lc-features__image,
      .lc-features_align_left .lc-features__call-to-action {
        justify-content: left;
      }
      .lc-features_align_center {
        text-align: center;
      }
      .lc-features_align_center .lc-features__wrapper_columns_1,
      .lc-features_align_center .lc-features__image,
      .lc-features_align_center .lc-features__call-to-action {
        justify-content: center;
      }
      .lc-features_align_right {
        text-align: right;
      }
      .lc-features_align_right .lc-features__wrapper_columns_1,
      .lc-features_align_right .lc-features__image,
      .lc-features_align_right .lc-features__call-to-action {
        justify-content: flex-end;
      }
      .lc-features__col_1,
      .lc-features__col_2,
      .lc-features__col_3,
      .lc-features__col_4 {
        width: 100%;
      }
      .lc-features__items .lc-features__col {
        box-sizing: border-box;
      }
      .lc-features__items .lc-features__col_1 {
        width: 100%;
      }
      .lc-features__items .lc-features__col_2 {
        width: 50%;
      }
      .lc-features__items .lc-features__col_3 {
        width: 33.33%;
      }
      .lc-features__items .lc-features__col_4 {
        width: 25%;
      }
      .lc-features__items {
        display: flex;
        flex-flow: row wrap;
        justify-content: stretch;
        margin: -15px;
      }
      .lc-features__items_less-margins {
        margin: 0 -15px;
      }
      .lc-features_collapse .lc-features__items {
        margin: 0;
      }
      .lc-features__item {
        position: relative;
        box-sizing: border-box;
        padding: 15px;
      }
      .lc-features_collapse .lc-features__item {
        padding: 0;
      }
      .lc-features__item-wrap {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        height: 100%;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
      }
      .lc-features__item-wrap_no-overflow {
        overflow: visible;
      }
      .lc-features__item-wrap_feature-back.lc-features__item-wrap_border-round {
        border-radius: 12px;
      }
      .lc-features__item-wrap .lc-features__item-wrap {
        padding: 0;
      }
      .lc-features__item-wrap_feature-back {
        padding: 15px;
      }
      .lc-features__item-wrap_feature-back
        .lc-features__item-wrap_feature-back {
        padding: 15px;
      }
      .lc-features__item-wrap_clickable {
        cursor: pointer;
      }
      .lc-features__spacer-wrapper {
        position: relative;
      }
      .lc-features__spacer {
        display: none;
      }
      .lc-features_inited .lc-features__spacer {
        display: block;
      }
      .lc-features__title {
        top: 0;
      }
      .lc-features__description {
        top: 0;
        padding-top: 16px;
      }
      .lc-features__image-el {
        max-width: 100%;
      }
      .lc-features__title a,
      .lc-features__description a,
      .lc-features__call-to-action a {
        position: relative;
        z-index: 10;
      }
      .lc-features_inited .lc-features__image,
      .lc-features_inited .lc-features__title,
      .lc-features_inited .lc-features__description,
      .lc-features_inited .lc-features__call-to-action {
        position: absolute;
        left: 0;
        width: 100%;
      }
      .lc-features_show-by-hover .lc-features__call-to-action {
        box-sizing: border-box;
        padding: 20px 15px 0;
        opacity: 0;
        background: linear-gradient(to bottom, transparent 0%, #fff 50%);
        transition: all 0.4s ease;
        transform: translate(0, 0);
      }
      .lc-features_show-by-hover .lc-features__call-to-action:after {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        content: "";
        background-color: #fff;
      }
      .lc-features_inited.lc-features_show-by-hover
        .lc-features__side-toggler_effect_slide
        .lc-features__call-to-action {
        top: 98%;
      }
      .lc-features_show-by-hover
        .lc-features__item:hover
        .lc-features__call-to-action {
        z-index: 10;
        opacity: 1;
        transform: translate(0, -100%);
      }
      .lc-features__scrollable {
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        height: 100%;
      }
      .lc-features__with-borders .lc-features__spacer-wrapper,
      .lc-features__scrollable {
        z-index: 2;
      }
      .lc-features__with-borders .lc-features__spacer-wrapper_button {
        z-index: 3;
      }
      .lc-features__with-borders .lc-features__scrollable {
        position: inherit;
        z-index: 2;
      }
      .lc-features_show-by-hover .lc-features__scrollable {
        padding: 0 0 50px;
      }
      .lc-features__side-toggler {
        position: relative;
        z-index: 1;
        overflow: hidden;
        height: 100%;
      }
      .lc-features__side-toggler.has-borders {
        overflow: visible;
      }
      .lc-features__side-toggler_effect_flip .lc-features__front-side,
      .lc-features__side-toggler_effect_flip .lc-features__back-side {
        transition: transform 0.5s ease;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        will-change: transform;
      }
      .lc-features__side-toggler_effect_flip
        .lc-features__back-side
        .lc-features__scrollable {
        visibility: hidden;
        transition: visibility 0s ease calc(0.15s);
      }
      .lc-features__item:hover
        .lc-features__side-toggler_effect_flip
        .lc-features__back-side
        .lc-features__scrollable {
        visibility: visible;
        transition-delay: calc(0.5s * 0.4);
      }
      .lc-features__side-toggler_effect_flip .lc-features__front-side {
        height: 100%;
      }
      .lc-features__side-toggler_effect_flip .lc-features__back-side {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotateY(-180deg);
      }
      .lc-features__side-toggler_effect_slide .lc-features__back-side {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translate(0, 40px);
      }
      .lc-features__side-toggler_effect_slide .lc-features__front-side {
        transition-delay: 0.2s;
        transition-duration: 0.3s;
      }
      .lc-features__side-toggler_effect_slide .lc-features__front-side,
      .lc-features__side-toggler_effect_slide .lc-features__back-side {
        transition:
          opacity 0.8s ease,
          transform 0.7s ease;
      }
      .lc-features__item:hover
        .lc-features__side-toggler_effect_flip
        .lc-features__front-side {
        transform: rotateY(180deg);
      }
      .lc-features__item:hover
        .lc-features__side-toggler_effect_flip
        .lc-features__back-side {
        transform: rotateY(0);
      }
      .lc-features__item:hover
        .lc-features__side-toggler_effect_slide
        .lc-features__front-side {
        z-index: -1;
        opacity: 0;
        transition-delay: 0s;
        transform: translate(0, -20px);
      }
      .lc-features__item:hover
        .lc-features__side-toggler_effect_slide
        .lc-features__back-side {
        z-index: 1;
        opacity: 1;
        transition-delay: 0.2s;
        transform: translate(0, 0);
      }
      .lc-features__carousel-mobile_arrows_none .slider-slide {
        padding: 0;
      }
      .lc-features_carousel .swiper-container {
        max-width: 954px;
      }
      .richtext .lc-features__description {
        padding-top: 16px;
      }
      .lc-tabs .lc-features__base-wrapper {
        padding: 0;
      }
      .lc-grid2-item .lc-features__items {
        margin: 0 -15px;
      }
      .page_browsername_safari .lc-features__items .lc-features__col_1,
      .page_browsername_mobilesafari .lc-features__items .lc-features__col_1 {
        width: 99.999%;
      }
      .page_browsername_safari .lc-features__items .lc-features__col_2,
      .page_browsername_mobilesafari .lc-features__items .lc-features__col_2 {
        width: 49.999%;
      }
      .page_browsername_safari .lc-features__items .lc-features__col_3,
      .page_browsername_mobilesafari .lc-features__items .lc-features__col_3 {
        width: 33.33%;
      }
      .page_browsername_safari .lc-features__items .lc-features__col_4,
      .page_browsername_mobilesafari .lc-features__items .lc-features__col_4 {
        width: 24.999%;
      }
    