/* Animates */
[data-animate] {
  opacity: 0; }

.animated.bounce {
  animation: bounce 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards; }

.animated.slide-from-bottom {
  animation: slide-from-bottom 1s ease-in-out forwards; }

.animated.slide-from-left {
  animation: slide-from-left 1s ease-in-out forwards; }

.animated.slide-from-right {
  animation: slide-from-right 1s ease-in-out forwards; }

.animated.fade-in {
  animation: fade-in 1s ease-in-out forwards; }

@keyframes bounce {
  25% {
    opacity: 0;
    transform: scale(1.15); }
  50% {
    opacity: 1;
    transform: scale(0.9); }
  75% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes slide-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide-from-left {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loop-animation {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-16%); }
  100% {
    transform: translateY(0px); } }

.hv2.hv2-feature .block-hero {
  padding-top: 136px;
  padding-bottom: 67px;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .hv2.hv2-feature .block-hero .container {
      max-width: 1440px; } }
  @media (max-width: 991.98px) {
    .hv2.hv2-feature .block-hero .container {
      padding: 0 51px; } }
  @media (max-width: 599.98px) {
    .hv2.hv2-feature .block-hero .container {
      padding: 0 24px; } }
  .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-content {
    margin-top: 0;
    flex: 0 0 43%;
    max-width: 43%; }
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-content .block-hero__inner {
      padding-left: 46px; }
  .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-image {
    flex: 0 0 57%;
    max-width: 57%;
    display: flex;
    justify-content: flex-end; }
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-image .block-hero__inner {
      max-width: 710px; }
  @media (max-width: 1399px) {
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-content .block-hero__inner {
      padding-left: 0; } }
  @media (max-width: 1200px) {
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-content, .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-image {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 991.98px) {
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-content, .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-image {
      flex: 0 0 100%;
      max-width: 100%; }
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col.block-hero__col-image {
      justify-content: center;
      display: none; }
    .hv2.hv2-feature .block-hero .block-hero__row .block-hero__col .block-hero__side-image.mobile {
      display: block; } }
  .hv2.hv2-feature .block-hero .block-hero__heading {
    max-width: 547px; }
    .hv2.hv2-feature .block-hero .block-hero__heading h1 {
      letter-spacing: -0.56px;
      margin-bottom: 32px; }
  .hv2.hv2-feature .block-hero .block-hero__content {
    margin-bottom: 48px; }
  .hv2.hv2-feature .block-hero .block-hero__info-block {
    margin-top: 72px; }
    .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading {
      margin-bottom: 18px;
      grid-gap: 14px;
      gap: 14px; }
      .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading h4 {
        padding-left: 16px; }
    .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list {
      margin-bottom: 0; }
      .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item {
        width: 60%;
        padding: 0; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(1), .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(2) {
          width: 40%;
          padding: 0 0 0 15px; }
  .hv2.hv2-feature .block-hero .block-hero__social-networks {
    margin-top: 24px; }
  @media (max-width: 991.98px) {
    .hv2.hv2-feature .block-hero {
      padding-top: 80px;
      padding-bottom: 70px; }
      .hv2.hv2-feature .block-hero .block-hero__heading h1 {
        margin-bottom: 24px; }
      .hv2.hv2-feature .block-hero .block-hero__content {
        margin-bottom: 32px; }
      .hv2.hv2-feature .block-hero .block-hero__buttons {
        margin-bottom: 8px; }
      .hv2.hv2-feature .block-hero .block-hero__info-block {
        display: flex;
        justify-content: center; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading {
          margin-bottom: 0;
          width: 38%; }
          .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading h4 {
            max-width: 190px; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list {
          width: 62%; } }
  @media (max-width: 768.98px) {
    .hv2.hv2-feature .block-hero .block-hero__info-block {
      justify-content: space-between; }
      .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item {
        width: 50% !important;
        padding-left: 0;
        padding-right: 15px; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(1) {
          order: 1;
          padding-left: 0; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(2) {
          order: 2;
          padding-left: 0; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(3) {
          order: 3;
          padding-left: 0; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-list .block-hero__info-item:nth-child(4) {
          order: 4;
          padding-left: 0; }
    .hv2.hv2-feature .block-hero .block-hero__social-networks {
      margin-top: 12px; } }
  @media (max-width: 767.98px) {
    .hv2.hv2-feature .block-hero {
      margin-bottom: 0; }
      .hv2.hv2-feature .block-hero .block-hero__info-block {
        flex-direction: column; }
        .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading {
          width: 100%;
          height: auto;
          justify-content: center;
          align-items: flex-start;
          flex: 0;
          margin-bottom: 16px; }
          .hv2.hv2-feature .block-hero .block-hero__info-block .block-hero__info-heading h4 {
            max-width: 100%; } }

.hv2.hv2-feature .feature-cards {
  padding-top: 29px;
  padding-bottom: 48px; }
  .hv2.hv2-feature .feature-cards .feature-cards__main-heading h2 {
    margin-bottom: 64px;
    font-size: 32px !important;
    font-weight: 900;
    line-height: 35px !important;
    letter-spacing: -0.32px !important;
    margin-bottom: 64px; }
  .hv2.hv2-feature .feature-cards .feature-cards__card .feature-cards__card-content {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  .hv2.hv2-feature .feature-cards .feature-cards__card .feature-cards__card-inner {
    padding: 43px 30px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 19px 40px 0px rgba(255, 103, 38, 0.1); }
  .hv2.hv2-feature .feature-cards .feature-cards__card .feature-cards__card-image img {
    margin-top: 0; }
  @media (min-width: 992px) {
    .hv2.hv2-feature .feature-cards .feature-cards__main-heading h2 {
      font-size: 36px !important;
      letter-spacing: -0.36px !important; } }
  @media (max-width: 991.98px) {
    .hv2.hv2-feature .feature-cards .feature-cards__main-heading h2 {
      margin-bottom: 16px; } }
  @media (max-width: 599.98px) {
    .hv2.hv2-feature .feature-cards .feature-cards__main-heading h2 {
      font-size: 28px !important;
      line-height: 32px !important;
      letter-spacing: -0.28px !important; } }

.hv2.hv2-feature #screenshots-hv2-feature, .hv2.hv2-feature #screenshots-hv2-feature-1 {
  padding: 100px 0;
  min-height: 950px; }
  .hv2.hv2-feature #screenshots-hv2-feature h2, .hv2.hv2-feature #screenshots-hv2-feature-1 h2 {
    text-align: center;
    font-size: 32px !important;
    font-weight: 900;
    line-height: 35px !important;
    letter-spacing: -0.32px !important;
    margin-bottom: 32px; }
  .hv2.hv2-feature #screenshots-hv2-feature .module, .hv2.hv2-feature #screenshots-hv2-feature-1 .module {
    display: flex;
    grid-gap: 16px;
    gap: 16px; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text, .hv2.hv2-feature #screenshots-hv2-feature .module .module-img, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-img {
      width: 100%; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text {
      display: flex;
      flex-direction: column;
      grid-gap: 8px;
      gap: 8px; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-img, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-img {
      display: none;
      align-items: center;
      justify-content: center; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item {
      padding: 24px 16px 24px 8px;
      border-radius: 8px;
      background-color: #F9F9FA;
      cursor: pointer;
      transition: background-color 0.3s; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item-content, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item-content {
        display: flex;
        flex-direction: row;
        grid-gap: 16px;
        gap: 16px; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item-icon, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item-icon {
        width: 12%; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item-text, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item-text {
        width: 84%; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item-arrow, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item-arrow {
        width: 28px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item .module-text-item-image {
        display: none; }
    .hv2.hv2-feature #screenshots-hv2-feature .module h3, .hv2.hv2-feature #screenshots-hv2-feature-1 .module h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: -0.18px;
      margin-bottom: 16px; }
    .hv2.hv2-feature #screenshots-hv2-feature .module p, .hv2.hv2-feature #screenshots-hv2-feature-1 .module p {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18.2px;
      margin-bottom: 0; }
  .hv2.hv2-feature #screenshots-hv2-feature .feature-icon, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon {
    background: #fff;
    color: #fb89c0;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hv2.hv2-feature #screenshots-hv2-feature .feature-icon i, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon i {
      width: 14px;
      height: 9px; }
      .hv2.hv2-feature #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        transition: transform 0.3s ease; }
      .hv2.hv2-feature #screenshots-hv2-feature .feature-icon i.chevron-up, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon i.chevron-up {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active {
    background: #FFF9F4; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus h3, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover h3, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active h3, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus h3, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover h3, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active h3 {
      color: #FF6726; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus p, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover p, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active p, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus p, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover p, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active p {
      color: rgba(33, 46, 68, 0.8); }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active .feature-icon i.chevron-down {
      transform: rotate(180deg); }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active .module-text-item-image {
      display: block;
      margin-top: 32px; }
  @media (min-width: 992px) {
    .hv2.hv2-feature #screenshots-hv2-feature h2, .hv2.hv2-feature #screenshots-hv2-feature-1 h2 {
      font-size: 36px !important;
      letter-spacing: -0.36px !important;
      margin-bottom: 64px; }
    .hv2.hv2-feature #screenshots-hv2-feature .feature-icon, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon {
      /*display: none;*/ }
      .hv2.hv2-feature #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
        transform: rotate(-90deg); }
    .hv2.hv2-feature #screenshots-hv2-feature .module h3, .hv2.hv2-feature #screenshots-hv2-feature-1 .module h3 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.2px;
      margin-bottom: 16px; }
    .hv2.hv2-feature #screenshots-hv2-feature .module p, .hv2.hv2-feature #screenshots-hv2-feature-1 .module p {
      font-size: 15px;
      line-height: 19.5px; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text, .hv2.hv2-feature #screenshots-hv2-feature .module .module-img, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-img {
      width: 50%; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-img, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-img {
      display: flex; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover .feature-icon, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus .feature-icon,
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active .feature-icon, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover .feature-icon, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus .feature-icon,
    .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active .feature-icon {
      display: flex; }
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus .feature-icon i.chevron-down,
      .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover .feature-icon i.chevron-down, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus .feature-icon i.chevron-down,
      .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active .feature-icon i.chevron-down {
        transform: rotate(-90deg);
        display: block; }
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:hover .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item:focus .module-text-item-image,
    .hv2.hv2-feature #screenshots-hv2-feature .module .module-text-item.active .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:hover .module-text-item-image, .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item:focus .module-text-item-image,
    .hv2.hv2-feature #screenshots-hv2-feature-1 .module .module-text-item.active .module-text-item-image {
      display: none; } }
  @media (max-width: 599.98px) {
    .hv2.hv2-feature #screenshots-hv2-feature h2, .hv2.hv2-feature #screenshots-hv2-feature-1 h2 {
      font-size: 28px !important;
      line-height: 32px !important;
      letter-spacing: -0.28px !important; } }

@media (min-width: 992px) {
  .hv2.hv2-feature #screenshots-hv2-feature-1 .feature-icon {
    display: none !important; } }

.hv2.hv2-feature #screenshots {
  padding: 100px 0; }
  .hv2.hv2-feature #screenshots .container {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0; }
  .hv2.hv2-feature #screenshots h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -0.36px; }
  .hv2.hv2-feature #screenshots .module-text {
    padding: 0 50px 0 0; }
  .hv2.hv2-feature #screenshots .module-img .screenshot-container {
    margin-top: 0; }
  .hv2.hv2-feature #screenshots .module-img .screenshot {
    border: none; }
  .hv2.hv2-feature #screenshots .module-text-content {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px; }
  .hv2.hv2-feature #screenshots .feature-row {
    border-radius: 8px;
    background: #F9F9FA; }
    .hv2.hv2-feature #screenshots .feature-row:first-of-type {
      margin-top: 0; }
    .hv2.hv2-feature #screenshots .feature-row:not(:first-of-type) {
      border-top: none; }

.hv2.hv2-feature .block-business {
  background-position: center bottom;
  background-size: cover; }
  .hv2.hv2-feature .block-business .block-business__info {
    padding-bottom: 24px; }
  .hv2.hv2-feature .block-business .block-business__info-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px; }
  .hv2.hv2-feature .block-business .block-business__info-text {
    line-height: 25px;
    margin-bottom: 16px; }
  .hv2.hv2-feature .block-business .block-business__info-details .block-business__info-name {
    font-weight: 700; }
  @media (max-width: 991.98px) {
    .hv2.hv2-feature .block-business .block-business__heading h2 {
      letter-spacing: -0.32px; }
    .hv2.hv2-feature .block-business .block-business__card-item .block-business__card-icon {
      margin-bottom: 24px; }
    .hv2.hv2-feature .block-business .block-business__info-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    .hv2.hv2-feature .block-business .block-business__info-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px; } }
  @media (max-width: 599.98px) {
    .hv2.hv2-feature .block-business .block-business__info {
      border-radius: 16px;
      flex-direction: column !important; }
      .hv2.hv2-feature .block-business .block-business__info .block-business__info-col2 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -55px; }
    .hv2.hv2-feature .block-business .block-business__info-details .block-business__info-name {
      height: 75px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      margin-right: 60px; }
    .hv2.hv2-feature .block-business .block-business__cards.mobile {
      margin-left: 0;
      margin-right: 0; } }

.hv2.hv2-feature .hv2-faqs {
  margin-top: 0;
  background-color: #FBFBFC;
  border-radius: 40px 40px 0px 0px; }
  .hv2.hv2-feature .hv2-faqs > .container {
    background-color: transparent;
    padding-top: 130px;
    padding-bottom: 130px; }
    @media (min-width: 1400px) {
      .hv2.hv2-feature .hv2-faqs > .container {
        max-width: 1344px; } }
  .hv2.hv2-feature .hv2-faqs .hv2-faqs__module {
    max-width: 1215px; }
  .hv2.hv2-feature .hv2-faqs .hv2-faqs__main-heading h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.36px; }
  @media (max-width: 991px) {
    .hv2.hv2-feature .hv2-faqs {
      border-radius: 20px 20px 0px 0px; }
      .hv2.hv2-feature .hv2-faqs > .container {
        padding-top: 82px;
        padding-bottom: 48px; }
      .hv2.hv2-feature .hv2-faqs .hv2-faqs__main-heading h2 {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.36px; } }
  @media (max-width: 599px) {
    .hv2.hv2-feature .hv2-faqs {
      border-radius: 8px 8px 0px 0px; }
      .hv2.hv2-feature .hv2-faqs > .container {
        padding-top: 62px;
        padding-bottom: 54px; }
      .hv2.hv2-feature .hv2-faqs .hv2-faqs__main-heading h2 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.32px; } }

.hv2.hv2-feature .feature-discover .feature-discover__main-heading h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: -0.36px; }

@media (max-width: 991.98px) {
  .hv2.hv2-feature .feature-discover .feature-discover__main-heading h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.28px;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto; } }

.hv2.hv2-feature.monitoring .feature-cards .feature-cards__card .feature-cards__card-inner {
  box-shadow: 0px 19px 40px 0px rgba(47, 217, 196, 0.1); }

.hv2.hv2-feature.monitoring .block-business .block-business__card-item .block-business__card-icon {
  border-radius: 5.876px;
  background: #F3FFFE; }

.hv2.hv2-feature.monitoring .block-business .block-business__card-item .block-business__card-inner {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(47, 217, 196, 0.05); }

.hv2.hv2-feature.monitoring .block-business .block-business__info-image {
  background-color: #0FA09B; }

.hv2.hv2-feature.monitoring .block-business .block-business__info-title, .hv2.hv2-feature.monitoring .block-business .block-business__info-text, .hv2.hv2-feature.monitoring .block-business .block-business__info-details .block-business__info-name {
  color: #ffffff; }

.hv2.hv2-feature.monitoring .feature-cards .slick-slider .slick-arrow.arrow-left, .hv2.hv2-feature.monitoring .block-business .block-business__cards .slick-arrow.arrow-left, .hv2.hv2-feature.monitoring .feature-discover .slick-slider .slick-arrow.arrow-left {
  border: 2px solid #2fd9c4;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.90527 13.2393L2.10641 7.43526L7.90527 1.63127' stroke='%232fd9c4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
  .hv2.hv2-feature.monitoring .feature-cards .slick-slider .slick-arrow.arrow-left:hover, .hv2.hv2-feature.monitoring .block-business .block-business__cards .slick-arrow.arrow-left:hover, .hv2.hv2-feature.monitoring .feature-discover .slick-slider .slick-arrow.arrow-left:hover {
    background-color: #2fd9c4;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.90527 13.2393L2.10641 7.43526L7.90527 1.63127' stroke='%23FBFBFC' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }

.hv2.hv2-feature.monitoring .feature-cards .slick-slider .slick-arrow.arrow-right, .hv2.hv2-feature.monitoring .block-business .block-business__cards .slick-arrow.arrow-right, .hv2.hv2-feature.monitoring .feature-discover .slick-slider .slick-arrow.arrow-right {
  background-color: #2fd9c4;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.29297 1.77637L8.09183 7.58036L2.29297 13.3844' stroke='%23FBFBFC' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }
  .hv2.hv2-feature.monitoring .feature-cards .slick-slider .slick-arrow.arrow-right:hover, .hv2.hv2-feature.monitoring .block-business .block-business__cards .slick-arrow.arrow-right:hover, .hv2.hv2-feature.monitoring .feature-discover .slick-slider .slick-arrow.arrow-right:hover {
    border: 2px solid #2fd9c4;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.29297 1.77637L8.09183 7.58036L2.29297 13.3844' stroke='%232fd9c4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); }

.hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:focus,
.hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:focus,
.hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item.active {
  background: #CFECEA; }
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:hover h3, .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:focus h3,
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item.active h3, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:hover h3, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:focus h3,
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item.active h3 {
    color: #057E7A; }
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:hover p, .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item:focus p,
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .module .module-text-item.active p, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:hover p, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item:focus p,
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .module .module-text-item.active p {
    color: rgba(33, 46, 68, 0.8); }

.hv2.hv2-feature.monitoring #screenshots-hv2-feature .feature-icon i, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .feature-icon i {
  width: 14px;
  height: 9px; }
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .feature-icon i.chevron-up, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .feature-icon i.chevron-up {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%230FA09B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hv2.hv2-feature.monitoring #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature.monitoring #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%230FA09B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.hv2.hv2-feature.monitoring .feature-list .feature-list__item .feature-list__item-content .feature-list__item-text p a {
  color: #2fd9c4; }

.hv2.hv2-feature.publishing .feature-cards .feature-cards__card .feature-cards__card-inner {
  box-shadow: 0px 19px 40px 0px rgba(122, 102, 240, 0.1); }

.hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:focus,
.hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:focus,
.hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item.active {
  background: #F6F8FF; }
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:hover h3, .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:focus h3,
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item.active h3, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:hover h3, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:focus h3,
  .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item.active h3 {
    color: #6554C0; }
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:hover p, .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:focus p,
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item.active p, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:hover p, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:focus p,
  .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item.active p {
    color: rgba(33, 46, 68, 0.8); }

.hv2.hv2-feature.publishing #screenshots-hv2-feature .feature-icon i, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .feature-icon i {
  width: 14px;
  height: 9px; }
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .feature-icon i.chevron-up, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .feature-icon i.chevron-up {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%237A66F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%237A66F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.hv2.hv2-feature.publishing .feature-list .feature-list__item .feature-list__item-content .feature-list__item-text p a {
  color: #7a66f0; }

@media (max-width: 991.98px) {
  .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item:focus, .hv2.hv2-feature.publishing #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item:focus, .hv2.hv2-feature.publishing #screenshots-hv2-feature-1 .module .module-text-item.active {
    background: #E0DDF2; } }

.hv2.hv2-feature.reporting .feature-cards .feature-cards__card .feature-cards__card-inner {
  box-shadow: 0px 19px 40px 0px rgba(58, 158, 254, 0.1); }

.hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:focus,
.hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:focus,
.hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item.active {
  background: #EFF5FC; }
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:hover h3, .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:focus h3,
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item.active h3, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:hover h3, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:focus h3,
  .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item.active h3 {
    color: #178DFE; }
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:hover p, .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:focus p,
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item.active p, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:hover p, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:focus p,
  .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item.active p {
    color: rgba(33, 46, 68, 0.8); }

.hv2.hv2-feature.reporting #screenshots-hv2-feature .feature-icon i, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .feature-icon i {
  width: 14px;
  height: 9px; }
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .feature-icon i.chevron-up, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .feature-icon i.chevron-up {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%233A9EFE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%233A9EFE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.hv2.hv2-feature.reporting .feature-list .feature-list__item .feature-list__item-content .feature-list__item-text p a {
  color: #3a9efe; }

@media (max-width: 991.98px) {
  .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item:focus, .hv2.hv2-feature.reporting #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item:focus, .hv2.hv2-feature.reporting #screenshots-hv2-feature-1 .module .module-text-item.active {
    background: #E8F4FF; } }

.hv2.hv2-feature.roi .feature-cards .feature-cards__card .feature-cards__card-inner {
  box-shadow: 0px 19px 40px 0px rgba(255, 83, 83, 0.1); }

.hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:focus,
.hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:focus,
.hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item.active {
  background: #FDE7E7; }
  .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:hover h3, .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:focus h3,
  .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item.active h3, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:hover h3, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:focus h3,
  .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item.active h3 {
    color: #FF5353; }
  .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:hover p, .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:focus p,
  .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item.active p, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:hover p, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:focus p,
  .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item.active p {
    color: rgba(33, 46, 68, 0.8); }

.hv2.hv2-feature.roi #screenshots-hv2-feature .feature-icon i, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .feature-icon i {
  width: 14px;
  height: 9px; }
  .hv2.hv2-feature.roi #screenshots-hv2-feature .feature-icon i.chevron-up, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .feature-icon i.chevron-up {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .hv2.hv2-feature.roi #screenshots-hv2-feature .feature-icon i.chevron-down, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .feature-icon i.chevron-down {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.hv2.hv2-feature.roi .feature-list .feature-list__item .feature-list__item-content .feature-list__item-text p a {
  color: #FF5353; }

@media (max-width: 991.98px) {
  .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:hover, .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item:focus, .hv2.hv2-feature.roi #screenshots-hv2-feature .module .module-text-item.active, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:hover, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item:focus, .hv2.hv2-feature.roi #screenshots-hv2-feature-1 .module .module-text-item.active {
    background: #FDE7E7; } }


/*# sourceMappingURL=feature_global.css.map*/