body {
  background-color: #fafafa;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container.main {
  background-color: #fff;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 670px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  text-align: center;
}

.hook {
  color: black;
  font-size: 26px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.hook .hook-pt2 {
  margin-top: 30px;
}
.hook .hook-pt3 {
  margin-top: 30px;
  background-color: default;
  color: #ff4700;
}
.hook .hook-subtle {
  font-size: 18px;
}

.positive {
  font-size: 18px;
  color: #53a714;
  font-weight: 900;
}

.mild-positive {
  color: #53a714;
}

.keep-reading {
  text-align: center;
  font-weight: bold;
  margin: 40px 0 40px 0;
}

.its-free {
  font-size: 18px;
}
.its-free .positive {
  color: #ffd400;
  text-decoration: underline;
}

.plain {
  font-size: 16px;
  font-weight: 500;
}

.stronger {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.centered {
  text-align: center;
}

.attention {
  max-width: 250px;
  margin: 30px auto;
}

.underline {
  text-decoration: underline;
}

.highlight-color {
  color: #ff4700;
}

.highlight-color-2 {
  color: blueviolet;
}

.spaced {
  margin: 30px auto;
}

.uppercase {
  text-transform: uppercase;
}

ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

.solution {
  color: #649df3;
}

.method-name {
  font-size: 24px;
  font-weight: 700;
  color: #649df3;
}

ul.custom-icon-list {
  list-style: none;
}
ul.custom-icon-list i {
  color: #649df3;
  font-size: 20px;
  margin-left: -24px;
}
ul.custom-icon-list .list-item-heading {
  font-weight: 700;
}

.indented {
  margin-left: 40px;
}

.technique-box {
  padding: 5px 5px 0 5px;
}
.technique-box .technique-box-inner {
  padding: 10px;
  background-color: #aeaeae;
  border-radius: 10px;
}

.inverse-section {
  background-color: #649df3;
  color: white;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.inverse-section .inverse-section-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.inverse-section .bi.section-icon {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  color: #6eff8d;
}
.inverse-section .icon-text {
  display: inline-block;
  vertical-align: middle;
}

.container > .inverse-section,
.container > .step-section {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.i-will-ask-you-list li {
  margin-bottom: 15px;
  font-weight: 600;
}

.btn.cta-button {
  background-color: #ffd400;
  color: black;
  border-color: gray;
  box-shadow: 1px 2px 3px #4a4a4a;
  padding: 15px 37px;
  font-size: 20px;
  font-weight: 500;
}

.btn.cta-button:focus,
.btn.cta-button:active,
.btn.cta-button:active:focus {
  background-color: #ffd400;
}

.btn.cta-button:active {
  background-color: #ffd400;
}

.cta-subtle {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}

.faq-question {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  color: #ff369c;
}

.faq-answer {
  margin-top: 10px;
}

.step-section {
  text-align: center;
  background-color: #dff1f9;
}
.step-section .step-heading {
  color: gray;
  font-size: 22px;
  margin-bottom: 20px;
}

.stepSmallNote {
  font-size: 14px;
}

.br-theme-bars-square .br-widget a {
  width: auto;
  padding: 5px;
}

.ratingControl label.btn {
  font-size: 14px;
}

.ratingControl .btn-outline-primary {
  color: #0076ab;
  border-color: #0076ab;
}

.ratingControl .btn-check:checked + .btn-outline-primary {
  background-color: #0076ab;
  border-color: #0076ab;
}

.rating-control-select {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.pageCheckCode {
  color: #009663;
  font-family: Courier New, monospace;
  font-weight: bold;
  background-color: #f4fffb;
  padding: 3px;
  border: solid 1px;
}

.centered-control {
  margin-right: auto;
  margin-left: auto;
}

.page-check-code-input {
  text-align: center;
}

.alert-danger {
  color: #ff3749;
  background-color: #ffe8ea;
  border-color: #ff3749;
}

@keyframes highlight-fade {
  0% {
    box-shadow: 0px 0px 10px rgba(255, 55, 73, 0);
  }
  50% {
    box-shadow: 0px 0px 10px #ff3749;
  }
  100% {
    box-shadow: 0px 0px 10px rgba(255, 55, 73, 0);
  }
}
.highlight-error {
  animation: highlight-fade 0.6s ease 0s 7;
}

footer {
  text-align: center;
  padding-bottom: 30px;
}
footer .footer-link {
  font-size: 13px;
  text-decoration: none;
  color: #649df3;
  margin: 0 10px;
}

.privacy-policy h3 {
  font-size: 20px;
}

.thank-you-page {
  padding-top: 50px;
  text-align: center;
}
.thank-you-page .bookmark-warning {
  color: #ff2300;
  font-weight: bold;
}

.ebook-online {
  font-family: Lora, Montserrat, sans-serif;
}
.ebook-online h1, .ebook-online h2, .ebook-online h3, .ebook-online h4, .ebook-online h5, .ebook-online h6 {
  font-family: Lora, Montserrat, sans-serif;
}

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