@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent-color: #3281d0;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.button-free-trial {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #21a360;
  border-radius: 5px;
  margin: auto 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  transition: all .2s;
}

.button-free-trial:hover {
  color: #fff;
  background-color: #3281d0;
}

.button-free-trial:active {
  background-color: #43464d;
}

.button-free-trial.nav-trial-button {
  text-align: center;
  border-radius: 5px;
  padding: 12px 10px 12px 15px;
  font-size: 13px;
  line-height: 14px;
}

.button-free-trial.nav-trial-button:hover {
  background-color: #3281d0;
}

.container_1100-hflex {
  flex-flow: row;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_1100-hflex.hero {
  flex-flow: row;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}

.lrg-copy {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.lrg-copy.addpad {
  color: #333;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 125%;
}

.lrg-copy.addpad.white {
  color: #fff;
}

._wf-navbar-left {
  clear: none;
  color: #fff;
  font-family: Lato, sans-serif;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-image: linear-gradient(#143352, #143352);
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  box-shadow: 0 2px 5px #00000080;
}

.nav-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffc900;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 10px;
}

.sml-logo {
  max-width: 250px;
}

.body {
  background-color: #fff;
}

.section-hero {
  background-image: linear-gradient(90deg, #000, #000000e6 39%, #0000 63%), url('../images/pikaso_info-overload-10B-extended_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.hero-split {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero_headline {
  color: #fff;
  white-space: break-spaces;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 46px;
  line-height: 125%;
}

.body-copy {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.section-60 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-60.greyed {
  background-color: #f0f3f6;
}

.section-60.promo-vid {
  background-image: linear-gradient(#143352, #143352), url('../images/bluebackground-1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-60.support {
  background-image: linear-gradient(#e3eaf1ed, #e3eaf1ed), url('../images/startup_pattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 460px;
}

.heading-2 {
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}

.heading-2.addpad {
  color: #333;
  align-self: auto;
  padding-left: 10px;
  padding-right: 20px;
}

.heading-2.addpad.white, .heading-2.white {
  color: #fff;
}

.heading-2.caps {
  text-transform: uppercase;
}

.youtube {
  border: 1px solid #fff;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
}

.vflex-1100-centered {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cta-div {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cta-div.scan-engine {
  text-align: center;
  max-width: 95%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-toggle {
  color: #687383;
  border-radius: 5px;
  width: 630px;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  position: relative;
}

.faq-toggle:hover {
  color: #000;
  background-image: linear-gradient(#dce3e9, #dce3e9);
}

.faq-toggle.w--open {
  color: #0d7ff0;
  background-color: #dce3e9;
}

.faq-toggle-txt {
  letter-spacing: .5px;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.icon {
  flex-flow: row-reverse;
  display: block;
}

.faq-toggle-block {
  transform-style: preserve-3d;
  margin-bottom: 10px;
  position: static;
  transform: translate3d(0, 0, -10px);
}

.container_faq {
  text-align: center;
  flex-flow: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-toggle-list {
  position: static;
}

.faq-toggle-list.w--open {
  background-color: #fff;
  border-bottom: 3px solid #b8c7d2;
  width: 605px;
  max-width: none;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.accent-color-blue {
  color: #3281d0;
  -webkit-text-stroke-color: var(--accent-color);
}

.grid-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-cell.tools {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.faq-grid-light {
  transform-style: preserve-3d;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.grid-4 {
  grid-template-rows: auto;
  justify-content: stretch;
}

.alerts_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.sharpcharts-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.scan-vid {
  background-image: none;
  border: 1px solid #535353;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid-3c-1r {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.accent-color-yellow {
  color: #ffc900;
  -webkit-text-stroke-color: var(--accent-color);
}

.divider-blue {
  background-image: linear-gradient(#3281d0, #3281d0);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto 20px;
  display: none;
}

.heading-1 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 44px;
  line-height: 125%;
}

.heading-1.centered {
  text-align: center;
}

.faq-answer-txt {
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.button-support {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #f56200;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .2s;
}

.button-support:hover {
  color: #fff;
  background-color: #7c8288;
}

.button-support:active {
  background-color: #43464d;
}

.divider-gray {
  background-image: linear-gradient(#9e9e9e, #9e9e9e);
  border-radius: 8px;
  width: 90px;
  min-width: 30px;
  max-width: none;
  height: 8px;
  max-height: none;
  margin: 10px auto;
  display: none;
}

.image-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.vflex-block {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white {
  color: #fff;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.testimonial-icon-wrapper {
  color: #2dad3d;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.testimonial-alt-grid {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 48% 48%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.testimonial-card-stacked {
  color: #333;
  text-align: left;
  background-color: #f0f3f6;
  border-bottom: 5px solid #b8c7d2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 0;
  display: flex;
}

._wf-testimonial-container-vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-testimonials {
  background-color: #fff;
  padding: 60px 20px;
}

.video {
  margin-left: auto;
  margin-right: auto;
}

.vflex-1172-left {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-copy-light {
  color: #5a6672;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.19em;
  line-height: 150%;
}

.grid_tools {
  background-image: linear-gradient(#f2f5f7, #f2f5f7);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
}

._wf-features-grid {
  width: 100%;
  height: 200px;
}

.heading-5 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.contain-vflex-1172 {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: #727477;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.custom-icon-svg-div {
  color: #3182cf;
  width: 36px;
  height: 36px;
}

._wf-features-icon-sml {
  color: #3182cf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa 300", sans-serif;
  font-weight: 400;
}

.divider_features {
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider_features.gray {
  background-image: linear-gradient(#dbe3e9, #dbe3e9);
  height: 3px;
  margin-bottom: 0;
}

.section-60-auto {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

._wf-features-andmore {
  background-color: #677e8f3d;
  width: 100%;
}

._wf-testimonial-container {
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 40px;
}

.padded-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 100px;
  padding-right: 100px;
}

.logo-strip-block {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.fa-icon-sharp-900 {
  color: #3281d0;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 70px;
  line-height: 150%;
  position: absolute;
  transform: translate3d(0, 0, 2px);
}

.testimonial-author {
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.vflex_1172-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-card {
  background-image: linear-gradient(#f0f3f6, #f0f3f6);
  border-bottom: 5px solid #b8c7d2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 45%;
  height: 290px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 0;
  display: flex;
}

.flex-block-9 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

._wf-button-trial-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #21a360;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 16px 25px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

._wf-button-trial-hero:hover {
  color: #fff;
  background-color: #3281d0;
}

._wf-button-trial-hero:active {
  background-color: #43464d;
}

._wf-button-icon-lrg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 125%;
}

._wf-btn-txt-lrg {
  font-size: 20px;
}

._wf-button-trial {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #21a360;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

._wf-button-trial:hover {
  color: #fff;
  background-color: #3281d0;
}

._wf-button-trial:active {
  background-color: #43464d;
}

._wf-btn-txt-reg {
  font-size: 18px;
}

._wf-button-icon-reg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 125%;
}

.div-block {
  margin-top: 40px;
}

.vflex-block-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._wf-custom-list-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

._wf-custom-list-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 40px;
}

._wf-custom-list-row.last-row {
  margin-bottom: 16px;
}

._wf-list-icon-reg {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

._wf-list-icon-reg.green {
  color: #20a360;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.image-13 {
  vertical-align: middle;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #707f8f;
  align-self: flex-end;
  font-size: 14px;
}

.app-link-block {
  display: flex;
}

.footer-social-link-fb {
  margin-left: 32px;
  text-decoration: none;
}

._wf-footer-block {
  color: #a7b0ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

._wf-footer-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

._wf-footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._wf-footer-divider {
  background-color: #2d3a49;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-link-yt {
  margin-left: 32px;
  text-decoration: none;
}

.play-link-block {
  color: #707f8f;
  text-align: left;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

._wf-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

._wf-footer-disclaimer {
  color: #5a6672;
  text-align: center;
  align-self: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}

._wf-footer-grid {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.footer-social-link-twitter {
  margin-left: 32px;
  text-decoration: none;
}

.social-icons {
  color: #707f8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.social-icons:hover {
  color: #e0e0e0;
}

.section-footer {
  color: #9e9e9e;
  background-color: #0e273e;
  padding: 40px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

._wf-footer-legal-spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 125%;
}

.footer-title-block {
  border-bottom: 1px solid #2d3a49;
  width: 100%;
  margin-bottom: 10px;
}

.title-small {
  color: #707f8f;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

._wf-footer-content {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sml-logo-2 {
  max-width: 220px;
}

.app-link-img {
  height: 50px;
  padding-right: 20px;
}

.footer-legal-link {
  color: #707f8f;
}

.footer-legal-link:hover {
  color: #3a4554;
}

._wf-footer-link {
  color: #a7b0ba;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

._wf-footer-link:hover {
  color: #fff;
  font-weight: 700;
}

._wf-footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.inline-link {
  color: #0d7ff0;
  font-weight: 700;
}

.image-14 {
  margin-bottom: 20px;
}

.custom-faq-row {
  text-align: left;
  background-image: linear-gradient(#f3f5f7, #f3f5f7);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.question-box {
  border-bottom: 3px solid #dae3e9;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 40px;
}

.vflex-faq-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3 {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 35% 65%;
  margin-top: 20px;
}

.flex-block-10 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

._wf-features-icon-sml-900 {
  color: #3182cf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .button-free-trial:hover {
    background-color: #2065ac;
  }

  .button-free-trial.nav-trial-button {
    border-radius: 5px;
  }

  .container_1100-hflex {
    flex-flow: row;
  }

  .lrg-copy.addpad {
    line-height: 125%;
  }

  ._wf-navbar-left {
    position: static;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #000;
    position: fixed;
  }

  .nav-link:hover {
    color: #ffc900;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

  .section-hero {
    background-color: #b5b8be;
    background-image: linear-gradient(90deg, #000000c4, #000c 54%, #0000 65%), url('../images/pikaso_info-overload-10B-extended.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 80px;
    padding-top: 20px;
  }

  .hero-split {
    max-width: 62%;
  }

  .section-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .youtube {
    box-shadow: none;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-div.scan-engine {
    margin-bottom: 20px;
  }

  .grid-cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid-light {
    grid-template-columns: 1fr;
  }

  .button-support:hover {
    background-color: #2065ac;
  }

  .testimonial-card-stacked {
    margin-bottom: 0;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
  }

  .vflex-1172-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._wf-testimonial-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .padded-box {
    padding-left: 100px;
    padding-right: 100px;
  }

  .fa-icon-sharp-900 {
    padding-left: 30px;
    font-family: "Fa Sharp Solid 900", sans-serif;
  }

  ._wf-button-trial-hero {
    font-size: 22px;
  }

  ._wf-button-trial-hero:hover {
    background-color: #2065ac;
  }

  ._wf-button-icon-lrg {
    font-family: "Fa 300", sans-serif;
  }

  ._wf-button-trial {
    font-size: 22px;
  }

  ._wf-button-trial:hover {
    background-color: #2065ac;
  }

  ._wf-button-icon-reg, ._wf-list-icon-reg {
    font-family: "Fa 300", sans-serif;
  }

  .play-link-block {
    text-align: left;
  }

  .section-footer {
    clear: none;
  }

  ._wf-footer-link {
    pointer-events: auto;
  }

  ._wf-footer-link:hover {
    color: #ffc900;
  }

  .custom-faq-row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vflex-faq-container {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .container_1100-hflex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container_1100-hflex.hero {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lrg-copy {
    text-align: center;
    font-size: 20px;
  }

  .lrg-copy.addpad {
    padding-left: 90px;
    padding-right: 90px;
  }

  .nav-container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .sml-logo {
    max-width: 200px;
  }

  .section-hero {
    background-image: linear-gradient(#000000e0 50%, #0000), url('../images/pikaso_info-overload-11-extended.webp');
    background-position: 0 0, 50% 170%;
    background-size: auto, cover;
    border-bottom-style: none;
    margin-top: 0;
    padding-top: 60px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero_headline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 48px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.addpad {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-2.addpad.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube {
    width: 700px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .vflex-1100-centered {
    text-align: center;
  }

  .cta-div.scan-engine {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-cell.tools {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-grid-light {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    text-align: center;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch;
    align-self: center;
    margin-left: 0;
  }

  .alerts_grid {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sharpcharts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3c-1r {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accent-color-yellow {
    color: #ffc900;
  }

  .vflex-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .white {
    color: #fff;
  }

  .testimonial-alt-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .video {
    width: 42%;
  }

  .vflex-1172-left {
    text-align: center;
  }

  .grid_tools {
    grid-template-columns: 1fr 1fr;
  }

  .padded-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
  }

  ._wf-button-trial-hero, ._wf-button-trial {
    font-size: 20px;
  }

  .vflex-block-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._wf-footer-wrapper {
    max-width: 728px;
  }

  .play-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._wf-footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  ._wf-footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .sml-logo-2 {
    max-width: 200px;
  }

  ._wf-footer-social-block {
    margin-top: 40px;
  }

  .vflex-faq-container {
    text-align: center;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lrg-copy.addpad.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-hero {
    background-image: linear-gradient(#000000e0 55%, #0000), url('../images/pikaso_info-overload-11-extended.webp');
    background-position: 0 0, 50% 170%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 60px 15px;
  }

  .hero_headline {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-copy {
    text-align: center;
  }

  .section-60 {
    padding-top: 0;
  }

  .section-60.greyed {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-60.promo-vid {
    padding-top: 60px;
  }

  .heading-2.addpad.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .vflex-1100-centered {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .faq-toggle {
    width: 548px;
  }

  .faq-toggle-txt {
    max-width: 100%;
    font-size: 15px;
  }

  .faq-toggle-list.w--open {
    width: 548px;
  }

  .alerts_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sharpcharts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .scan-vid-div {
    width: 450px;
  }

  .heading-1 {
    font-size: 31px;
  }

  .faq-answer-txt {
    max-width: 100%;
    font-size: 16px;
  }

  .vflex-block {
    justify-content: center;
    align-items: center;
  }

  .testimonial-card-stacked {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-testimonials {
    padding: 60px 15px;
    display: none;
  }

  .vflex-1172-left {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .grid_tools {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  ._wf-features-grid {
    text-align: center;
    border: 1px solid #dbe3e9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px #00000017;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block {
    margin-top: 20px;
  }

  .vflex-block-left {
    justify-content: center;
    align-items: center;
  }

  ._wf-custom-list-text {
    text-align: center;
  }

  .footer-copyright {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .app-link-block {
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-grid {
    grid-template-columns: 1fr;
  }

  ._wf-footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-link:hover {
    color: #1a1b1fbf;
  }

  ._wf-footer-social-block {
    margin-top: 10px;
  }

  .vflex-faq-container {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container_1100-hflex.hero {
    overflow: hidden;
  }

  .lrg-copy {
    font-size: 16px;
    line-height: 125%;
  }

  .lrg-copy.addpad {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 125%;
  }

  .nav-container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .sml-logo {
    max-width: 160px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .hero_headline {
    text-align: center;
    margin-top: 60px;
    padding-right: 0;
    font-size: 33px;
    line-height: 116%;
  }

  .section-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .heading-2.addpad {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 600;
  }

  .youtube {
    width: 300px;
    max-width: none;
    margin: 0 auto;
  }

  .vflex-1100-centered {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .faq-toggle {
    width: 310px;
    margin: 10px;
  }

  .faq-toggle-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 14px;
    display: inline-block;
    overflow: visible;
  }

  .faq-toggle-block {
    margin-bottom: 0;
  }

  .container_faq {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-toggle-list.w--open {
    width: 300px;
  }

  .grid-cell.tools {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-grid-light {
    transform: translate3d(0, 0, -5px);
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .scan-vid-div {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1 {
    font-size: 30px;
  }

  .faq-answer-txt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-right: 40px;
    font-size: 15px;
    display: inline-block;
    overflow: visible;
  }

  .testimonial-card-stacked {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-testimonials {
    display: none;
  }

  .vflex-1172-left {
    max-width: 100%;
    overflow: hidden;
  }

  ._wf-features-grid {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  ._wf-button-trial-hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  ._wf-btn-txt-lrg {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }

  ._wf-button-trial {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 16px;
  }

  ._wf-btn-txt-reg {
    font-size: 16px;
  }

  ._wf-button-icon-reg, ._wf-list-icon-reg {
    padding-right: 5px;
  }

  ._wf-footer-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .play-link-block {
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sml-logo-2 {
    max-width: 160px;
  }

  .app-link-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._wf-footer-link {
    align-self: flex-start;
  }

  .vflex-faq-container {
    max-width: 100%;
    overflow: hidden;
  }
}

#w-node-ecbd6ffd-a7a2-ae8d-813f-162a76966e84-b15040c7 {
  order: -9999;
}

#w-node-_722b8469-d9af-391e-3401-5d92facb6055-b15040c7 {
  order: 9999;
  align-self: auto;
}

#w-node-ec214473-77f9-0b7f-05ab-c24572c15351-b15040c7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: auto;
}

#w-node-c6dc2ef9-1f96-65ec-2419-bd0354dd3b8e-b15040c7 {
  align-self: center;
}

#w-node-_50c29958-3bb2-9d38-7111-2169a023b0de-b15040c7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e3d05b7c-e319-1fe0-355b-04d8053e507b-b15040c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e2f239a-0ac9-d11e-c87d-f38a3929c7f2-b15040c7 {
  justify-self: start;
}

#w-node-_329775d6-af37-dc51-5907-af19f7378282-b15040c7, #w-node-_329775d6-af37-dc51-5907-af19f737828e-b15040c7, #w-node-_329775d6-af37-dc51-5907-af19f737829a-b15040c7, #w-node-_329775d6-af37-dc51-5907-af19f73782a8-b15040c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ec214473-77f9-0b7f-05ab-c24572c15351-b15040c7 {
    align-self: end;
  }

  #w-node-c6dc2ef9-1f96-65ec-2419-bd0354dd3b8e-b15040c7 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_733768be-8844-6bcf-cc46-560604cdf620-b15040c7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec214473-77f9-0b7f-05ab-c24572c15351-b15040c7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: end;
  }

  #w-node-_50c29958-3bb2-9d38-7111-2169a023b0de-b15040c7 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}