@charset "UTF-8";
@media (max-width: 1279px) {
  .lpc-product-4__button .lpc-button--type-1 {
    color: #14c9d4 !important;
    text-decoration: underline !important;
  }
}
@media (max-width: 960px) {
  .lpc-elements-headline__title, .lpc-features-icon__title {
    font-size: 32px !important;
  }
  .lpc-product-4__caption, .lpc-features-icon__subtitle {
    font-size: 19px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .lpc-elements-headline__title, .lpc-features-icon__title {
    font-size: 25px !important;
  }
  .lpc-product-4__caption, .lpc-features-icon__subtitle {
    font-size: 18px !important;
  }
  .lp-header-text-1, .lp-header-text-2, .lp-header-text-3, .lp-header-text-4, .lp-button {
    font-size: 15px !important;
  }
}
#speakButton {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 12px 22px 12px 45px;
  background: #ff65be;
  text-transform: uppercase;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 0;
  transition: all 0.2s linear;
}
#speakButton:hover {
  box-shadow: none;
}
#speakButton:before {
  content: "🔊";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  left: 15px;
  top: calc(50% - 9px);
}
#speakButton.speaking:before {
  content: "⏸";
}
#speakButton.speaking.paused:before {
  content: "🔊";
}
@media (max-width: 960px) {
  body .seo-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  body h2 {
    font-size: 24px;
  }
  body .seo-text h3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  body h2 {
    font-size: 22px;
  }
  body .seo-text h3 {
    font-size: 17px;
  }
  body .seo-text {
    padding-top: 29px;
    padding-bottom: 20px;
  }
}
