@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 46, 0.3), 0 0 0 0px rgba(255, 84, 46, 0.3),
      0 0 0 7px rgba(255, 84, 46, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 84, 46, 0.3), 0 0 0 7px rgba(255, 84, 46, 0.3),
      0 0 0 17px rgba(255, 84, 46, 0);
  }
}
html,
body {
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
  width: 100%;
}
body {
  padding-top: 73px;
}
a {
  text-decoration: none;
}
.container {
  width: 100% !important;
  margin: 0 auto;
}
.container.full {
  max-width: 100% !important;
}
html.freeze,
body.freezea {
  overflow: hidden;
}
.modal {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: -1080px;
  z-index: 999;
  background-color: rgba(59, 61, 80, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}
iframe {
  border-radius: 10px;
  max-width: 100%;
}
iframe {
  border-radius: 10px;
  max-width: 100%;
}

#b2bNav.has_banner {
  margin-top: 48px;
}
#b2bNav {
  margin-top: 0;
  padding: 0;
}
#b2bNav .sub_menu {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 40px 0;
  box-shadow: 0px 6px 20px 0px rgba(19, 16, 50, 0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 0;
  transition: max-height 0.5s ease-in;
}
#b2bNav .sub_menu_wrapper {
  height: 100vh;
  background: rgba(19, 16, 50, 0.4);
  position: absolute;
  top: 90px;
  max-height: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
#b2bNav .sub_menu_wrapper {
  top: 142px !important;
}
#b2bNav.has_banner .sub_menu_wrapper {
  top: 170px !important;
}
#b2bNav .sub_menu_wrapper.show {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  transition: opacity 0.3s ease-out;
}
#b2bNav .sub_menu_wrapper.show .sub_menu {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  transition: max-height 0.3s ease-out;
  padding-bottom: 30px;
}
footer .footer_info .footer_actions .btn:first-child {
  margin-right: 16px;
}
.hero_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro_content {
  max-width: 450px;
  width: 100%;
  display: inline-block;
}
.intro_btn_set {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.intro_btn_set > div:first-child {
  margin-right: 32px;
}
.watch_video {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
}
.watch_video:hover {
  color: #ce4f46;
}
.watch_video:hover span {
  background-color: #ce4f46;
}

.watch_video span {
  width: 24px;
  height: 24px;
  animation: ripple 1.2s linear infinite;
  border-radius: 50%;
  margin: 0 12px;
  display: inline-block;
  background-color: #fe6257;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_info span {
  display: block;
}
.intro_info span img {
  margin-right: 9px;
}
.btn_set_visible_md {
  display: none;
}
.awards_items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.awards_item {
  padding: 20px;
  height: 184px;
  width: 283px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  flex-basis: 283px;
  box-shadow: 0px 20px 40px 0px rgba(97, 78, 250, 0.1);
  border-radius: 14px;
}
.reviews .review_outer {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.reviews .review_outer .review_img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 18px solid #dfdcfe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews .review_outer .review_img img {
  border-radius: 50%;
}
.reviews .reviews_carousel {
  position: relative;
  max-width: 996px;
  margin: 0 auto;
}
.reviews .reviews_carousel .owl-nav {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.reviews .reviews_carousel .owl-nav button:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(8%) saturate(666%)
    hue-rotate(169deg) brightness(91%) contrast(85%);
}

.reviews .review_content {
  max-width: 654px;
  margin-left: 32px;
}

.reviews .review_link_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews .review_link_outer img {
  max-width: 91px;
}
.reviews .review_info {
  max-width: 177px;
}
.review_info_sm {
  display: none;
}
.reviews .owl-carousel .owl-item img {
  width: auto !important;
}
.reviews .review_content a {
  display: inline-block;
}
.reviews .review_content .g2_logo {
  position: absolute;
  right: 60px;
  bottom: 40px;
  margin-bottom: 0;
  max-width: 91px;
}
.reviews .review_content .g2_logo img {
  margin-bottom: 0;
}
.owl-carousel.trusted_carousel {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel.trusted_carousel .owl-stage {
  transition-timing-function: linear !important;
}
.owl-carousel.trusted_carousel .owl-item {
  margin-right: auto !important;
}
.owl-carousel.trusted_carousel.second_row .owl-item {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.owl-carousel.trusted_carousel.second_row {
  margin-top: 30px;
}
.owl-carousel.trusted_carousel .owl-item img {
  display: unset !important;
  width: auto !important;
}
.owl-carousel.trusted_carousel .item {
  text-align: center;
}
.input_wrapper {
  border: 1px solid #c3c8cd;
  border-radius: 10px;
  height: 50px;
  padding-left: 24px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  z-index: 22;
}
.input_wrapper.error {
  border-color: #eb3a41 !important;
}
.input_wrapper select {
  background: url('../svg/icon_arrow_down.svg') no-repeat right center;
  background-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
}
.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 99%;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #131032;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  resize: none;
}
input[type='submit'] {
  outline: none;
  border: none;
  box-shadow: none;
  width: 100%;
  margin: 0 auto 14px auto;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
}
input[type='submit']:disabled {
  color: #c3c8cd !important;
  background-color: #e4e7ea !important;
}
.input_wrapper.textarea_wrapper.focused {
  height: 100px;
}
.input_wrapper textarea {
  padding-top: 10px;
}
.input_wrapper .placeholder {
  color: #c3c8cd;
  font-weight: 600;
  font-size: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 99;
  margin: 0;
  display: unset;
}
.input_wrapper.focused {
  border: 2px solid #614efa;
  overflow: visible;
}
.input_wrapper.has_error .placeholder {
  top: 0;
  left: 10px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.input_wrapper.focused .placeholder {
  top: 0;
  left: 10px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  width: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#g2-reviews .review_scores {
  display: flex;
  justify-content: space-between;
  max-width: 996px;
}
#g2-reviews .scores .score {
  width: 160px;
}
#g2-reviews .scores .score .score_number {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../svg/img_circle_chart.svg') no-repeat center center;
  background-size: 125px 125px;
}
#g2-reviews .scores {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 480px;
}
#g2-reviews .reviews {
  border-radius: 20px;
}
.reviews_outer {
  max-width: 996px;
}
.text_accent {
  max-width: 100%;
  height: unset;
}
.new_features img {
  display: inline !important;
  margin-right: 8px;
}
.new_feature_badge {
  border-radius: 6px;
  color: #fff;
  padding: 0 14px;
  display: inline-block;
}
.feature_content_inner .new_feature_badge {
  margin-left: auto;
  right: 30px;
  top: 30px;
  position: absolute;
}
#features_new .features_holder .features_nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c3c8cd;
}
#features_new .features_holder .features_nav ul li {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
}
#features_new .features_holder .features_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.5s ease;
}
#features_new .features_holder .features_nav ul li a:after {
  content: '';
  width: 0;
  opacity: 0;
  height: 2px;
  background-color: #614efa;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
#features_new .features_holder .features_nav ul li a.active {
  color: #614efa;
}
#features_new .features_holder .features_nav ul li a.active:after {
  width: 100%;
  opacity: 1;
}
#features_new .features_holder .features_nav ul li a img {
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(63%) sepia(17%) saturate(174%)
    hue-rotate(169deg) brightness(96%) contrast(91%);
  transition: all 0.5s ease;
}
#features_new .features_holder .features_nav ul li a.active img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(40%) saturate(4291%)
    hue-rotate(237deg) brightness(105%) contrast(96%);
}
#features_new .feature_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#features_new .feature_content.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
#features_new .features_content {
  padding-top: 33px;
}
#features_new .features_content .content ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
#features_new .features_content .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
#features_new .features_content .content ul li img {
  margin-right: 8px;
  margin-top: 6px;
}
#features_new .feature_content_inner {
  display: flex;
  justify-content: space-between;
  min-height: 390px;
}
#features_new .features_content .content {
  max-width: 400px;
}
#features_new .features_content .contentx.long_content {
  max-width: 572px;
}
#features_new .features_content .demo {
  width: 609px;
  max-width: 100%;
  text-align: center;
}
.use_cases_nav {
  margin-right: 48px;
  width: 23%;
}
.use_cases_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.use_cases_outer {
  display: flex;
}
.use_cases_outer ul li a {
  padding: 18px 16px;
  display: block;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s ease;
  background-image: url('../svg/icon_arrow_right_white.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px 16px;
  position: relative;
  overflow: hidden;
}
.use_cases_outer ul li.active a:hover {
  background-color: #614efa;
  background-image: url('../svg/icon_arrow_right_white.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px 16px;
}
.use_cases_outer ul li a:hover {
  background-color: #f2f3f4;
  background-image: unset;
}
.use_cases_outer ul li.active a {
  background-color: #614efa;
  box-shadow: 0px 13px 21px 0px rgba(97, 78, 250, 0.2);
  color: #fff;
}
.use_cases_outer ul li a .loader {
  content: '';
  background-color: #a59afc;
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 0;
  width: 0;
}
.use_cases_content {
  flex-grow: 1;
  position: relative;
}
.use_cases_content .use_case_content_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 40px 0px rgba(97, 78, 250, 0.1);
  border-radius: 20px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3 ease-in;
  display: flex;
  justify-content: space-between;
}
.use_cases_content .use_case_content_inner.show {
  visibility: visible;
  opacity: 1;
}
.use_case_content_inner ul {
  padding: 0;
}
.use_case_content_inner ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.use_case_content_inner ul li img {
  margin-right: 8px;
  margin-top: 6px;
}
.use_case_content_inner .content {
  max-width: 347px;
}
.use_cases_dots_sm {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.use_cases_dots_sm span {
  text-indent: -10000px;
  width: 4px;
  height: 4px;
  border: 1px solid #a59afc;
  margin: 0 4px;
  display: block;
  border-radius: 50%;
}
.use_cases_dots_sm a.active span {
  width: 6px;
  height: 6px;
  border-color: #614efa;
  background-color: #614efa;
}
.grecaptcha-badge {
  display: none;
  opacity: 0;
  visibility: hidden;
}
video {
  border-radius: 10px;
}
video:not(#video-player)::-webkit-media-controls {
  display: none !important;
}
video:not(#video-player)::-webkit-media-controls-enclosure {
  display: none !important;
}
video:not(#video-player)::-webkit-media-controls-panel {
  display: none !important;
}
video:not(#video-player)::-webkit-media-controls-play-button {
  display: none !important;
}
.video_cover_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video_cover_outer a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_cover_outer img {
  max-width: 100%;
  height: auto;
}
.video_cover_outer a img {
  animation: ripple 1.2s infinite;
  border-radius: 50%;
}
#how_it_works {
  background-image: url('../png/img_blur_background.png');
  background-position: 78% 70%;
  background-size: 760px 450px;
  background-repeat: no-repeat;
}
.how_it_works_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how_it_works_outer .accordion {
  width: 540px;
  max-width: 50%;
}
.how_it_works_outer .accordion .accordion_item {
  padding-bottom: 24px;
}
.how_it_works_outer .accordion .accordion_item .img_wrapper_sm {
  display: none;
}
.how_it_works_outer .accordion .accordion_item h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.how_it_works_outer .accordion .accordion_item h6:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../svg/icon_arrow_down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.how_it_works_outer .accordion .accordion_item.active h6:after {
  transform: rotate(180deg);
}
.how_it_works_outer .accordion .accordion_item:nth-child(2) {
  border-top: 1px solid #c3c8cd;
  border-bottom: 1px solid #c3c8cd;
}
.how_it_works_outer .accordion .accordion_item > div {
  max-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}
.how_it_works_outer .accordion .accordion_item.active > div {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.2s ease-in, opacity 0.3s ease-in;
  margin-top: 24px;
}
.how_it_works_outer .accordion .accordion_item.active h6:after {
  filter: brightness(0) saturate(100%) invert(70%) sepia(9%) saturate(352%)
    hue-rotate(169deg) brightness(89%) contrast(85%);
}

.how_it_works_outer .img_wrapper {
  position: relative;
  height: 300px;
  width: 50%;
  max-width: 500px;
  text-align: center;
}
.how_it_works_outer .img_wrapper img,
.how_it_works_outer .img_wrapper video {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.how_it_works_outer .img_wrapper img.show,
.how_it_works_outer .img_wrapper video.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.btn_set {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.btn_set.centered {
  justify-content: center;
}
.apps_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#last .intro_btn_set {
  justify-content: center;
}
.intro_image.has_back_shadow img {
  position: relative;
  z-index: 12;
}
.intro_image.has_back_shadow {
  position: relative;
  z-index: 12;
}
.intro_image.has_back_shadow:before {
  position: absolute;
  left: -80px;
  top: -90px;
  content: ' ';
  width: 700px;
  height: 690px;
  /* background: url('../imgs/img_feature_nc_intro_bg.png') no-repeat center center; */
  background-size: cover;
  z-index: 9;
}
.glossay_nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.glossay_nav li {
  margin-right: 14px;
  padding-left: 14px;
}
.glossay_nav li {
  border-left: 1px solid #e0e9f1;
}
.glossay_nav li:first-child {
  border-left: none;
}
.glossary_content,
.gloassay_intro_container {
  max-width: 996px !important;
}
.breadcrumbs ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumbs ul li {
  margin: 0 40px 0 0;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  text-transform: capitalize;
}
.breadcrumbs ul li:not(:last-child):after {
  content: '>';
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -30px;
}
.pagination_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 996px;
}

.pagination_links a {
  font-size: 17px;
  line-height: 30px;
  text-decoration: underline;
  color: #614efa;
  font-weight: 600;
}
.glossary_content h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #131032;
}

footer .btn--sm a,
.form_btn_holder .btn--sm a {
  min-width: 160px;
}

.general_form_container .input_wrapper .placeholder {
  left: 24px !important;
}

.notes_features .btn_set {
  justify-content: center;
}

@media screen and (max-width: 1201px) {
  .features_list_outer {
    margin-right: 52px;
  }
  .use_cases_nav {
    margin-right: 24px;
    width: 28%;
  }
  .use_case_content_inner .img_wrapper img {
    max-width: 370px;
    height: auto;
  }
  .use_cases_content .use_case_content_inner {
    padding: 32px 20px;
  }
  .awards_item {
    width: 186px;
    height: 208px;
    margin: 0 10px;
  }
  .awards_items {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .reviews .reviews_carousel .owl-nav {
    max-width: 1024px;
  }
  .reviews .review_outer {
    max-width: 804px;
  }
  .how_it_works_outer .img_wrapper img.show {
    max-width: 100%;
    height: auto;
  }
  .apps_outer .image_wrapper img {
    width: 500px;
    height: auto;
  }
  #features_new .features_content .content {
    max-width: 317px;
  }
  .btn_set_visible_md {
    display: block;
  }
  #menu_actions .btn.contact_sales {
    display: none;
  }
  #b2bNav .marketecture .features_block .item {
    font-size: 21px;
    line-height: 31px;
  }
}
@media screen and (max-width: 1281px) {
  body {
    padding-top: 80px;
  }
  body.mobile-banner {
    padding-top: 128px;
  }
  #b2bNav {
    margin-top: 0 !important;
  }
  #b2b_banner {
    display: none;
  }
  .container {
    max-width: 1200px !important;
  }
}
@media screen and (max-width: 1024px) {
  body header.new.has_banner {
    top: 0 !important;
  }
  #menu_actions {
    display: none;
  }
  .intro_info {
    flex: 100%;
  }
  .sign_in_sm {
    margin-left: auto;
  }
  .intro_btn_set {
    justify-content: center;
  }
  .intro_info .info_text {
    display: inline-block;
    width: auto;
    margin-right: 12px;
  }
  .hero_flex {
    flex-direction: column;
  }
  .watch_video {
    order: 3;
    margin-top: 24px;
  }
  .intro_image {
    width: 100%;
    text-align: center;
  }
  .intro_image img {
    max-width: 100%;
    height: auto;
  }
  .intro_content {
    margin-bottom: 32px;
    max-width: 709px;
    width: 100%;
    text-align: center;
  }
  .intro_content p {
    margin-left: auto;
    margin-right: auto;
  }
  .awards_inner {
    max-width: 100%;
  }
  .review_scores {
    flex-direction: column;
    align-items: center;
  }
  .review_scores .ratings {
    text-align: center;
    margin-bottom: 32px;
  }
  .review_scores .ratings .rating_stars {
    display: flex;
    align-items: center;
  }
  .review_scores .ratings .rating_stars img {
    margin-right: 16px;
  }
  .review_content {
    font-size: 14px;
  }
  .apps_outer .content {
    max-width: 474px;
    margin: 0 auto;
  }
  .apps_outer {
    flex-direction: column;
    text-align: left;
  }
  .apps_outer h2 br {
    display: none;
  }
  .apps_outer .image_wrapper {
    margin-top: 35px;
  }
  .apps_outer .image_wrapper img {
    max-width: 100%;
    height: auto;
  }
  .features_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .features_wrapper {
    flex-direction: column;
  }
  .feature_content_inner {
    width: 100%;
    max-height: unset;
  }
  .features_list_outer {
    flex: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 57px;
    margin-bottom: 32px;
    margin-right: 0 !important;
  }
  .features_list {
    display: flex;
  }
  .features_list_outer h5 {
    display: none;
  }
  .features_content p {
    margin-top: 32px;
    max-width: 478px;
  }
  .features_list li span {
    white-space: nowrap;
  }
  .feature_category {
    display: block;
    margin-top: 0;
  }
  .features_nav {
    flex: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden !important;
    margin-right: 0 !important;
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .features_nav.sticky {
    padding: 10px 10px 0;
    margin: 0;
    z-index: 99;
    position: fixed !important;
    top: 62px;
    left: 0;
    box-shadow: 0px 4px 20px 0px rgba(27, 30, 33, 0.2);
    background-color: #fff;
    max-width: 100%;
    width: 100%;
  }
  .features_nav {
    flex: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden !important;
    margin-right: 0 !important;
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .features_nav.sticky {
    padding: 10px 10px 0;
    margin: 0;
    z-index: 99;
    position: fixed !important;
    top: 70px;
    left: 0;
    box-shadow: 0px 4px 20px 0px rgba(27, 30, 33, 0.2);
    background-color: #fff;
    max-width: 100%;
    width: 100%;
  }
  body.mobile-banner .features_nav.sticky {
    top: 124px;
  }
  #features_new .features_content .description {
    display: flex;
    max-width: unset !important;
    width: 100%;
    justify-content: center;
  }
  #features_new .features_content .description ul {
    margin-left: 32px;
  }
  #features_new.notes_persona .features_nav ul {
    min-width: 100%;
  }
  #features_new .features_holder .features_nav ul {
    flex: 0 0 100%;
  }
  #features_new .features_holder .features_nav ul li a {
    white-space: nowrap;
  }
  #features_new .features_holder .features_nav ul li {
    margin-right: 24px;
  }
  #features_new .features_holder .features_nav ul li:last-child {
    margin-right: 0;
  }
  #features_new .feature_content_inner {
    flex-direction: column;
  }
  #features_new .features_content .demo {
    margin: 32px auto 0 auto;
  }
  #features_new .features_content .demo.screenshot img {
    max-width: 100%;
    height: auto;
  }
  #features_new .features_content .content ul {
    flex: 0 0 382px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 24px;
  }
  #features_new .features_content .content {
    max-width: unset !important;
  }

  .use_cases_outer {
    flex-direction: column;
  }
  .use_cases_nav {
    flex: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden !important;
    margin-right: 0 !important;
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    width: unset;
  }
  .use_cases_nav ul {
    flex: auto;
    display: flex;
    margin-right: 0 !important;
    flex-wrap: nowrap;
  }
  .use_cases_nav.sticky {
    padding: 5px 10px;
    margin: 0;
    z-index: 9999;
    position: fixed !important;
    top: 70px;
    left: 0;
    box-shadow: 0px 4px 20px 0px rgba(27, 30, 33, 0.2);
    background-color: #fff;
    max-width: 100%;
  }
  body.mobile-banner .use_cases_nav.sticky {
    top: 128px;
  }
  .use_cases_outer ul li {
    margin-top: 0 !important;
  }
  .use_cases_outer ul li a {
    padding: 8px;
  }
  /* .use_cases_nav {
    width: 100%;
    margin-right: 0;
  } */
  .use_cases_nav ul li a {
    white-space: nowrap;
    background-image: none !important;
  }
  .use_cases_nav ul li a .loader {
    display: none !important;
  }
  .use_cases_content {
    min-height: 362px;
  }
  .use_cases_content .use_case_content_inner {
    box-shadow: none;
  }

  .reviews .review_outer {
    max-width: 616px;
    padding: 32px !important;
    align-items: flex-start;
  }
  .reviews .review_outer .review_img {
    width: 120px;
    height: 120px;
  }
  .reviews .review_outer .review_img img {
    width: 88px;
    height: 88px;
  }
  .reviews .review_outer .review_img {
    border: 8px solid #dfdcfe;
  }
  .reviews .reviews_carousel .owl-nav {
    max-width: 728px;
  }
  .reviews .review_content,
  .review_link_outer > div {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .demo video {
    max-width: 100%;
    height: auto;
  }
  .how_it_works_outer .accordion .accordion_item.active > div {
    width: 330px;
  }
  .how_it_works_outer .accordion {
    width: 330px;
    margin-right: 38px;
  }
  #how_it_works {
    background-size: 500px 328px;
    background-position: center right;
  }
  .owl-carousel.trusted_carousel .item {
    text-align: left !important;
  }
  .owl-carousel.trusted_carousel.second_row .item {
    text-align: right !important;
  }
  #mob_menu.show_menu .mob_menu_actions {
    opacity: 1;
    visibility: visible;
    right: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 769px) {
  .benefit_item_row:before {
    right: unset !important;
  }
  .btn_set {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  body {
    padding-top: 70px;
  }
  footer .footer_menu_outer {
    justify-content: space-between;
  }
  .footer_menu_list {
    flex: 0 0 150px;
    margin-bottom: 24px;
  }
  footer .footer_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .awards_items {
    flex-direction: column;
  }
  .awards_items .awards_item {
    max-width: 335px;
    width: 100%;
    flex-basis: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
    text-align: left;
  }
  .awards_item img {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .awards_item span {
    text-align: left;
    margin-top: 0;
  }
  .use_cases_outer ul li.active a {
    box-shadow: unset;
  }
  .reviews .review_outer {
    max-width: 541px;
  }
  .reviews {
    padding: 0;
  }
  .reviews .review_outer {
    flex-direction: column;
    padding: 0 !important;
    background-color: #fff;
    width: 100%;
  }
  .reviews .review_outer .review_img {
    margin: 0 auto;
  }
  .reviews .review_content {
    margin-left: 0;
    padding-left: 0;
    padding-top: 32px;
    margin-top: 45px;
  }
  .reviews .review_info {
    text-align: center;
  }
  .reviews .review_content .g2_logo img {
    max-width: 60px;
  }
  .reviews .review_content .g2_logo {
    right: 32px;
    bottom: 40px;
  }
  .rating_stars {
    flex-direction: column;
  }
  #g2-reviews .review_scores {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
  #g2-reviews .review_scores .ratings {
    text-align: center;
    margin-bottom: 35px;
  }
  #g2-reviews .review_scores {
    padding: 40px 40px 0 40px;
  }
  #g2-reviews .review_scores h5 {
    margin: 20px 0 20px 0;
  }
  #g2-reviews .scores {
    flex-direction: column;
  }
  #g2-reviews .scores .score {
    margin-bottom: 27px;
  }
  .feature_content_inner {
    width: 100%;
  }
  #features > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .features_wrapper {
    border-radius: 0;
  }
  .feature_category {
    margin-bottom: 24px;
  }
  .features_list li img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .feature_category {
    margin-bottom: 24px;
  }
  .features_content p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    height: unset;
  }
  #features_new .features_content .description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #features_new .features_content .content ul {
    flex: auto;
    margin-left: 0;
    margin-top: 24px;
  }
  #features_new .features_content .content {
    text-align: left;
  }

  #features_new .features_content .content ul li img {
    margin-top: 0;
    transform: translateY(7px);
  }
  .use_cases_content .use_case_content_inner {
    position: relative;
    display: none;
    padding: 32px 0 0 0 !important ;
  }
  .use_cases_content .use_case_content_inner.show {
    display: flex;
    flex-wrap: wrap;
  }
  .use_case_content_inner .img_wrapper img {
    max-width: 300px;
  }
  .use_case_content_inner .content {
    max-width: unset;
  }
  .use_case_content_inner .img_wrapper {
    margin: 0 auto;
  }
  .reviews .review_content {
    margin-top: 0;
  }
  .review_info_sm {
    display: inline-block !important;
    max-width: 180px;
    margin-left: 24px;
  }
  .review_link_outer {
    display: none !important;
  }
  .review_info_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .reviews .reviews_carousel .owl-nav {
    width: 136px;
    top: unset;
    bottom: 0;
  }
  .reviews_carousel .owl-stage-outer {
    padding-bottom: 90px;
  }
  .owl-prev,
  .owl-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 50%;
    background-color: #e4e7ea;
  }
  .use_cases_dots_sm {
    display: flex;
    text-align: center;
  }
  #last .intro_info span {
    text-align: center;
  }
  .how_it_works_outer .accordion .accordion_item .img_wrapper_sm {
    display: block;

    max-width: 390px;
    margin: 20px auto 0 auto;
  }
  .how_it_works_outer .img_wrapper {
    display: none;
  }
  .how_it_works_outer .accordion {
    width: 100%;
    margin: 0;
  }
  .how_it_works_outer .accordion .accordion_item.active > div {
    width: 100%;
  }

  .img_wrapper_sm img {
    width: 100%;
    max-width: 390px;
    height: auto;
  }
  .how_it_works_outer .accordion {
    height: auto;
    max-width: unset;
    width: 100%;
  }
  .how_it_works_outer {
    justify-content: center;
  }
  #how_it_works {
    padding-bottom: 100px;
  }
  .intro_btn_set .btn,
  .btn_set .btn {
    width: 335px;
  }
  .intro_btn_set > div:first-child {
    margin-right: auto;
    margin-left: auto;
  }
  .btn_set {
    gap: 16px;
  }
  .intro_info {
    text-align: center;
    margin-bottom: 24px;
  }
  .intro_info span {
    text-align: center !important;
  }
  #mob_menu ul li .mob_sub_menu li {
    padding: 16px 0;
  }
  #features_new .features_holder .features_nav ul li a {
    font-size: 13px;
  }
  #features_new .features_holder .features_nav ul li a img {
    width: 20px;
    height: 20px;
  }
  #how_it_works {
    background-image: unset;
  }
  .awards_items {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .awards_item strong {
    margin-top: 0 !important;
    text-align: left !important;
  }
}

.bounce {
  animation: bounce 1s ease-in-out;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }
}
