html {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Ambit', Arial, sans-serif;
  background: #fff;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 60px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #3b58f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin: 0;
}
img {
  max-width: 100%;
}
a,
a span,
a:visited {
  will-change: border-color, background-color, color;
  transition: all 0.2s ease;
}
.with-back + .with-back {
  padding-top: 0px !important;
}
.module_heading + .module_testimonial {
  padding-top: 0px !important;
}
.vv-visual {
  will-change: opacity;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.vv-visual.vv-image-loaded,
.vv-visual.vv-video-loaded {
  opacity: 1;
}
.vv-visual .vv-fill-asset {
  left: 0;
}
.podcast-subscribe {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.podcast-subscribe li {
  width: 30%;
}
.link-arrow {
  font-weight: 700;
}
.link-arrow::after {
  font-weight: 400;
  content: "\2192";
  transition: 0.6s ease-in;
  display: inline-block;
  padding-left: 6px;
}
.link-arrow:hover {
  text-decoration: underline;
}
.link-arrow:hover::after {
  transform: translateX(50%);
  transition: transform 250ms;
}
.gradient {
  background: linear-gradient(270deg, #3b58f5 -0.04%, #3c9 99.98%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.module-copy-four-columns#pricing {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .podcast-subscribe li {
    width: 100%;
  }
  .link-arrow::after {
    content: ">";
  }
  .gradient {
    background: inherit;
    text-fill-color: inherit;
    -webkit-text-fill-color: #000;
  }
}

#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #06f;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

