:root {
  --white: white;
  --black: black;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  border: 1px solid #000;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.title {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title.notify-box {
  padding-top: 30px;
  padding-bottom: 0;
}

.orange-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 48px;
}

.tiny-caps {
  color: #a7a7a7;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.grid {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.next-button {
  background-color: #0061ff;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.next-button.article-next-button {
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
}

.footer {
  background-color: #1f1f1f;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blue-callout {
  background-color: #fff;
  border: 2px solid #000;
  padding: 20px;
}

.blue-callout.orange-callout {
  text-align: center;
  background-color: #ffebdd;
  border-color: #ff6a00;
}

.blue-callout.orange-callout.client-quote-div {
  background-color: #003a990d;
  border-color: #003a99;
  margin-left: 10px;
  margin-right: 10px;
}

.blue-callout.orange-callout.client-quote-div.reviews-page-2 {
  background-color: #ffffff0d;
  border-color: #000;
}

.blue-callout.orange-callout.client-quote-div.reviews-page-2.reviews-page-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blue-callout.orange-callout.client-quote-div.modern-test-box {
  border-width: 1px;
}

.blue-callout.orange-callout-copy {
  text-align: center;
  background-color: #ffebdd;
  border-color: #ff6a00;
}

.blue-callout.orange-callout-copy.client-quote-div {
  background-color: #003a990d;
  border-color: #003a99;
  margin-left: 10px;
  margin-right: 10px;
}

.blue-callout.orange-callout-copy.client-quote-div.reviews-page {
  background-color: #ffffff0d;
  border-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blue-callout.orange-callout-copy.client-quote-div.reviews-page.in-article-quote {
  margin-left: 30px;
  margin-right: 30px;
}

.blue-callout.orange-callout-copy.client-quote-div.reviews-page.in-article-quote.testimonial-new {
  background-color: #f4f8ff;
  border-width: 1px;
  border-color: #0061ff;
}

.blue-callout.orange-callout-copy.client-quote-div.reviews-page.in-article-quote.modern-box {
  border-width: 1px;
}

.blue-callout.orange-callout-copy.client-quote-div.included-box {
  background-color: #f4f8ff;
  border-width: 1px;
  border-color: #0061ff;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.blue-callout.orange-callout-copy.client-quote-div.included-box.special-bonus-box {
  background-color: #fff9f2;
  border-color: #ff7b00;
}

.blue-callout.orange-callout-copy.client-quote-div.modern-test-box {
  border-width: 1px;
}

.blue-callout.product-details-box {
  text-align: center;
}

.blue-callout.product-details-box.pricing-box {
  border-width: 1px;
  border-color: #dfdfdf;
  margin-left: 100px;
  margin-right: 100px;
}

.blue-callout.product-details-box.pricing-box.bottom-pricing-box {
  margin-top: 70px;
  margin-bottom: 70px;
}

.blue-callout.green-callout {
  background-color: #edfffa;
  border-width: 1px;
  border-color: #00b481;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.blue-callout.viral-callout {
  background-color: #fff6f0;
  border-width: 1px;
  border-color: #f60;
  margin-left: 120px;
  margin-right: 120px;
  padding-right: 20px;
}

.blue-callout.code-callout {
  background-color: #f7f7f7;
  border-style: none;
}

.callout-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-container {
  padding-left: 120px;
  padding-right: 120px;
}

.body-container.presell-container {
  padding-bottom: 30px;
}

.body-container.internal-body-container {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  margin-top: -150px;
}

.body-container.internal-body-container.checklist-container-top {
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 30px;
  padding-bottom: 10px;
}

.body-container.internal-body-container.checklist-container-middle {
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 10px;
}

.body-container.internal-body-container.checklist-container-bottom {
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding-bottom: 30px;
}

.body-container.body-end-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

.body-text {
  text-align: left;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 28px;
}

.body-text p {
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.body-text h4 {
  font-weight: 600;
  line-height: 32px;
}

.body-text h3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.body-text h2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.body-text a {
  color: #0052d9;
  text-decoration: underline;
}

.body-text blockquote {
  background-color: #0061ff0d;
  border: 1px #000;
  border-left: 2px solid #0061ff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.body-text img {
  border-style: none;
  padding: 5px;
}

.body-text h5 {
  color: #0061ff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.body-text li {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.body-text h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.body-text.body-text-dark {
  color: #fff;
}

.body-text figcaption {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.body-text ul {
  margin-bottom: 30px;
}

.body-text h6 {
  color: #00570d;
  background-color: #00bf1d1a;
  border: 1px solid #00bf1d;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.math-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.disclaimer-text {
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 26px;
}

.disclaimer-text p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.disclaimer-text h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.text-span {
  color: #ff6a00;
}

.subtext-box {
  font-size: 15px;
}

.subtext-box h4 {
  text-align: center;
  font-weight: 600;
  line-height: 29px;
}

.subtext-box p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.subtext-box ul {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 29px;
}

.subtext-box a {
  color: #ff6a00;
}

.subtext-box img {
  border-style: none;
}

.subtext-box li {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
}

.footer-left {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.footer-right {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.callout-column {
  padding-left: 30px;
  padding-right: 30px;
}

.highlight {
  color: #ff6a00;
}

.quote {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.quote.cllient-quote {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}

.quote-logo {
  border-style: none;
  margin-top: 20px;
}

.update-form {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.text-field {
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-field.verify-field {
  color: #000;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.text-field-2 {
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.thanks-text {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.success-message {
  background-color: #00b91c;
  border-radius: 3px;
}

.error-text {
  font-family: Merriweather, serif;
  font-size: 16px;
}

.byline-text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.recap-section {
  margin-top: 40px;
}

.utility-page-wrap {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-head {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
}

.nav-column, .nav-tile {
  text-align: center;
}

.nav-div {
  background-color: #f5f5f5;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px;
}

.nav-div.nav-2-0 {
  background-color: #e1f7ff;
  border-color: #00aeef;
  border-radius: 2px;
  text-decoration: none;
}

.nav-div.nav-2-0.dashnav {
  background-color: #e0ffdb;
  border-color: #17aa00;
}

.nav-link-text {
  color: #ff6a00;
  font-family: Merriweather, serif;
  font-size: 20px;
  text-decoration: underline;
}

.nav-link-text.nav-link-text-2-0 {
  color: #00aeef;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
  text-decoration: none;
}

.nav-link-text.nav-link-text-2-0.dashnavtext {
  color: #17aa00;
}

.checklist-section {
  padding-left: 0;
  padding-right: 0;
}

.checklist-item-container {
  padding-bottom: 10px;
  padding-left: 120px;
  padding-right: 120px;
}

.checkbox-text {
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 32px;
}

.regular-checkbox {
  border-radius: 0;
  width: 1.3913%;
}

.checkbox-img {
  border-style: none;
  margin-top: 25px;
}

.checkbox-content h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.checkbox-content p {
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 26px;
}

.accordian-wrapper.table-of-contents-wrapper {
  background-color: #000;
  border: 3px solid #000;
  border-radius: 5px;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.accordian-item-trigger {
  cursor: pointer;
}

.accordian-item-trigger.table-of-contents-trigger {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.checklist-main {
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.checklist-main.checklist-head-2 {
  color: #000;
  font-family: Roboto, sans-serif;
}

.checklist-main.checklist-head-2.checklist-head-for-ga-pm {
  font-size: 26px;
  line-height: 36px;
}

.click-to-expand-text {
  color: #0061ff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.click-to-expand-text.click-to-expand-text-v2 {
  color: #0061ff;
  font-weight: 400;
}

.click-to-expand-text.toc-expand-text {
  color: #fff;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.accordian-item-content {
  overflow: hidden;
}

.accordian-item-content.table-of-contents-item-content {
  margin-top: 0;
  padding-top: 0;
}

.accordian-item-text-para {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 28px;
}

.accordion-item-content-block p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.accordion-item-content-block li {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.accordion-item-content-block a {
  color: #0061ff;
}

.code-text {
  color: #000;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 18px;
}

.text-span-2 {
  color: #fff;
}

.client-section {
  padding-top: 40px;
}

.footer-disc {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 24px;
}

.text-span-3, .text-span-4 {
  color: #0061ff;
}

.johnson-div {
  background-color: #003a990d;
  border: 2px solid #003a99;
  margin-bottom: 80px;
  margin-left: 80px;
  margin-right: 80px;
  padding-right: 0;
}

.johnson-div.johnson2 {
  background-color: #f4f8ff;
  border-width: 1px;
  border-color: #0061ff;
}

.johnson-text {
  color: #003a99;
  padding: 10px;
}

.johnson-text h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.johnson-text li {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.johnson-text a {
  color: #0061ff;
}

.johnson-text strong {
  color: #000;
  font-weight: 500;
}

.cta-caption {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.research-container {
  text-align: center;
  background-color: #f3f3f3;
}

.logoimg {
  border-style: none;
  padding-left: 15px;
}

.text-block {
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-decoration: line-through;
}

.text-block-2 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  padding-top: 85px;
  padding-bottom: 85px;
  font-family: Montserrat, sans-serif;
  font-size: 79px;
}

.about-div {
  text-align: center;
  margin-bottom: 30px;
}

.about-text-div {
  background-color: #f4f8ff;
  border: 1px solid #0061ff;
  border-radius: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 20px 20px;
}

.about-rich-text {
  color: #000;
  text-align: left;
  border: 1px #0061ff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.about-rich-text a {
  color: #0061ff;
}

.about-rich-text li {
  padding-bottom: 10px;
}

.about-rich-text ul {
  padding-top: 10px;
}

.about-rich-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-rich-text h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.image {
  text-align: left;
}

.image.shawn-photo-sized {
  border-style: none;
}

.presell-h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 46px;
}

.presell-h1.sales-h1 {
  font-size: 34px;
  font-weight: 500;
}

.presell-h1.sales-h1.large-h1 {
  font-size: 44px;
  line-height: 52px;
}

.presell-h1.sales-h1.large-h1.presell-sub-head {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 38px;
}

.presell-h1.sales-h1.large-h1.p1v5-format {
  margin-top: 30px;
  margin-bottom: 30px;
}

.headline-highlight {
  color: #f60;
}

.header-section {
  margin-bottom: 50px;
}

.text-span-5, .text-span-6 {
  color: #0061ff;
}

.benefits-rich-text-2 {
  text-align: left;
}

.benefits-rich-text-2 p {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.benefits-rich-text-2 li {
  color: #000;
  background-image: url('../images/820046-64_1820046-64.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 33px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 34px;
  transform: translate(0);
}

.benefits-rich-text-2.box-2 {
  text-align: left;
}

.benefits-rich-text-2.box-2 ul {
  padding-left: 0;
  list-style-type: none;
}

.benefits-rich-text-2.box-2 strong {
  color: #0061ff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contents-box-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.extra-special {
  color: #ff7b00;
}

.deck-copy {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.brand-section {
  background-color: #2e2e2e;
}

.brand-text {
  color: #fff;
  text-transform: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
}

.top-button {
  background-color: #0061ff;
  margin-top: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-column {
  text-align: right;
}

.article-text {
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
}

.article-text p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 25px;
}

.article-text img {
  border-style: none;
}

.article-text li {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

.article-text h1 {
  font-size: 34px;
  font-weight: 700;
}

.article-text blockquote {
  background-color: #0073c00d;
  border-left-width: 3px;
  border-left-color: #0073c0;
  font-size: 17px;
  line-height: 25px;
}

.article-text a {
  color: #0061ff;
}

.article-text figcaption {
  margin-top: 15px;
}

.article-text ul {
  margin-bottom: 15px;
}

.article-text h2 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.article-header {
  background-color: #0073c0;
  width: auto;
  height: 50px;
  padding-bottom: 0;
}

.article-header-text {
  color: #fff;
  text-align: right;
  text-transform: none;
  padding-top: 15px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.article-header-container {
  height: 50px;
}

.article-headline-text {
  color: #333;
  margin-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.headline-bold {
  color: #f50;
}

.head-section-2 {
  border-bottom: 1px solid #d1d1d1;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-text {
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.logo-text.logo-2 {
  color: #001eff;
}

.head-support-text {
  text-align: right;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.head-support-text.support-text-2 {
  font-size: 14px;
}

.viral-text {
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.viral-text h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.viral-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.section {
  margin-left: 0;
  margin-right: 0;
}

.viral-callout-div {
  background-color: #fff;
  border: 1px solid #000;
  margin: 50px 120px 30px;
  padding: 15px 20px;
}

.viral-callout-div.data-div {
  text-align: center;
  border-color: #adadad;
  margin-left: 0;
  margin-right: 0;
}

.share-count-div-block {
  margin-top: 50px;
  margin-bottom: 80px;
}

.text-span-7 {
  color: #0061ff;
  font-weight: 500;
}

.header-image-column {
  text-align: center;
}

.header-image {
  border-style: none;
}

.logo-header-column {
  text-align: left;
  padding-top: 25px;
}

.logo-img {
  border-style: none;
}

.backed-text {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.headline-text {
  color: #000;
  text-align: center;
  margin-top: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.headline-text.sub-headline-text {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.red-highlight {
  color: red;
}

.green-highlight {
  color: #0dc900;
}

.staging-header {
  color: #1e00ff;
  text-align: center;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.staging-body {
  background-color: #eaf7ff;
}

.product-text {
  color: #000;
}

.product-text h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.product-text p {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.product-text h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 36px;
}

.product-text h3 {
  color: #000;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.product-text li {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.product-text ul {
  margin-bottom: 20px;
}

.product-text a {
  color: #000;
  border-bottom: 2px solid #0015ff;
  text-decoration: none;
}

.product-text blockquote {
  background-color: #fff2d7;
  border-left-style: none;
  border-left-color: #00c71e;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.product-text img {
  border-style: none;
  padding: 5px;
}

.product-text figcaption {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.product-text h4 {
  font-family: Roboto, sans-serif;
}

.product-text em {
  background-color: #e3ecff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Source Code Pro, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.product-text.dark-bg {
  color: #fff;
}

.product-text img {
  border-style: none;
  padding: 5px;
  display: inline-block;
}

.ep-section-nav-block {
  background-color: #fcfcfc;
  border: 1px solid #e2e2e2;
  margin-bottom: 50px;
  padding: 0 20px;
}

.ep-section-nav-block.section-nav-block-v2 {
  border-width: 5px;
  border-color: #000;
  border-radius: 20px;
}

.ep-section-nav-block.section-nav-block-v2.pro-section-nav-block {
  border-color: #000;
}

.ep-section-nav-block.section-nav-block-v2.v3 {
  background-color: #fff;
  margin-bottom: 75px;
  padding-bottom: 15px;
}

.ep-section-nav-block.section-nav-block-v2.v3.cta-section {
  background-color: #e7f3ff;
  border-color: #007fff;
}

.product-title-heading {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.product-title-heading.dark-bg.internal-heading {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.product-title-heading.dark-bg {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.accordian-content-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.accordian-content-2 li {
  padding-bottom: 10px;
}

.back-nav {
  color: #000;
  text-align: center;
  background-color: #eeffed;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.back-nav.back-nav-v2 {
  color: #fff;
  background-color: #354fe7;
  border-radius: 5px;
  padding-top: 10px;
}

.back-nav.back-nav-white-bg {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
  font-weight: 500;
}

.back-nav.back-nav-white-bg.next-nav {
  background-color: #ecffeb;
}

.back-link-text {
  color: #000;
  border-bottom: 2px solid #0015ff;
  text-decoration: none;
}

.code-bold {
  color: red;
}

.create-div {
  text-align: left;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px #848484;
}

.submit-button {
  background-color: #0015ff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form {
  text-align: left;
  width: 100%;
}

.form-block {
  text-align: left;
  border: 1px #a3a3a3;
  flex: 0 auto;
  width: 55%;
  padding: 20px;
  display: block;
}

.create-field-label {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.create-form-field {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.have-an-account-block {
  color: #000;
  text-align: center;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.login-heading {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.login-paragraph {
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.login-paragraph.login-para-v2 {
  text-align: left;
}

.login-link {
  color: #05f;
  border: 1px #000;
  border-bottom: 1px dashed #05f;
  text-decoration: none;
}

.log-body {
  background-color: #fff;
}

.product-headling-blue {
  color: #0061ff;
}

.get-code-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.course-login-link {
  color: #0061ff;
  text-decoration: none;
}

.product-hero-section {
  background-color: #354fe7;
  background-image: url('../images/image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.product-hero-section.navigation-section {
  background-color: #000;
  background-image: none;
}

.product-hero-section.internal-page-hero-section {
  background-image: url('../images/subtle-prism-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-hero-section.internal-page-hero-section.ga-internal-hero-section, .product-hero-section.internal-page-hero-section.ga-internal-page-hero-section {
  background-image: url('../images/651c65128386d472cd225e6b_subtle-prism-ga.svg');
}

.product-hero-section.ga-product-hero-section {
  background-color: #005709;
  background-image: url('../images/dollarbg---green4.svg');
}

.product-hero-section.ep-dashboard-hero-section {
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 50px;
}

.product-hero-section.ep-dashboard-hero-section.ga-dashboard-hero-section {
  background-image: url('../images/651c65128386d472cd225e6b_subtle-prism-ga.svg');
  background-attachment: fixed;
}

.start-here-section-div {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 0 20px 15px;
}

.start-here-section-div.navigation-section-div {
  background-color: #0000;
  border-style: none;
  border-color: #354fe7;
  border-bottom-width: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.start-here-section-div.v2 {
  margin-top: 25px;
  margin-bottom: 75px;
}

.start-here-heading {
  color: #000;
  text-align: center;
}

.navigation-text h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.navigation-text p {
  color: #fff;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.navigation-text a {
  color: #fff;
  border-bottom: 2px solid #354fe7;
  text-decoration: none;
}

.back-link-text-v2 {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.top-nav {
  color: #000;
  text-align: center;
  background-color: #edfdff;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.top-nav.top-nav-v2 {
  background-color: #354fe70f;
  border: 3px #000;
  border-radius: 10px;
  padding-top: 10px;
}

.back-link-text-v3 {
  color: #000;
  border-bottom: 2px solid #00ff59;
  font-weight: 500;
  text-decoration: none;
}

.login-callout-div-block {
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin: 100px 120px;
  padding: 25px 100px 50px;
}

.login-callout-div-block.verify-div-block {
  text-align: left;
  background-color: #fff7f5;
  border: 5px solid #000;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.login-callout-div-block.verify-div-block.welcome-div-block {
  text-align: center;
  background-color: #f5fff8;
  border-color: #000;
}

.login-callout-div-block.verify-div-block._404-div {
  background-color: #fff;
}

.login-callout-div-block.login-styling {
  text-align: left;
  border-width: 5px;
  border-color: #000;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.login-callout-div-block.login-styling.profile-form-div {
  border-width: 3px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.login-callout-div-block.login-styling.profile-form-div.log-out-div {
  background-color: #fff;
  border-style: none;
  border-radius: 0;
}

.login-callout-div-block.login-styling.signup-div-block {
  margin-bottom: 0;
}

.login-callout-div-block.login-styling.signup-div-block.review-div-block {
  background-color: #fff;
  border-width: 3px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.login-callout-div-block.login-styling.signup-div-block.signup-div-block-v2 {
  background-color: #fff;
}

.login-callout-div-block.login-styling.signup-div-block.signup-div-block-v2.signup-div-block-v3 {
  background-color: #e7f3ff;
  border-width: 2px;
  border-color: #007fff;
  border-radius: 5px;
}

.login-callout-div-block.login-styling.login-styling-v2 {
  margin-top: 150px;
}

.login-button-home {
  color: #fff;
  text-align: center;
  background-color: #212cff;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.product-hero-section-2 {
  background-color: #00753c;
  background-image: url('../images/Stock-Chart.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.product-hero-section-3 {
  background-color: #354fe7;
  background-image: url('../images/image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.product-hero-section-3.navigation-section {
  background-color: #000;
  background-image: none;
}

.product-hero-section-4 {
  background-color: #354fe7;
  background-image: url('../images/image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.product-hero-section-4.navigation-section {
  background-color: #000;
  background-image: none;
}

.top-nav-2 {
  color: #000;
  text-align: center;
  background-color: #edfff1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.back-link-text-2 {
  color: #000;
  border-bottom: 2px solid #00aa57;
  font-weight: 500;
  text-decoration: none;
}

.top-nav-3 {
  color: #000;
  text-align: center;
  background-color: #edfff1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.back-link-text-3 {
  color: #000;
  border-bottom: 2px solid #00aa57;
  font-weight: 500;
  text-decoration: none;
}

.nav-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.nav-button.next-nav-button {
  background-color: #ecffeb;
}

.nav-button.next-nav-button.sample-button {
  background-color: #d4ffe9;
}

.nav-button.topnav-button {
  background-color: #e4fdff;
  margin-top: 0;
  margin-bottom: 50px;
}

.social-image {
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 13px;
}

.form-field-wrapper {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  padding-left: 5%;
  padding-right: 5%;
}

.checkbox-label {
  color: #000c;
  font-weight: 300;
}

.signup-header {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.field-label {
  color: #374252;
  text-align: left;
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 600;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.navbar {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.short-page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 50%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
  display: flex;
  position: relative;
  overflow: visible;
}

.terms {
  color: #5f5f5f;
  text-align: center;
  max-width: 500px;
  padding-top: 53px;
  font-size: 14px;
}

.link {
  border-bottom: 1px dashed #7b83ff;
  font-weight: 400;
}

.link:hover {
  color: #272d88;
}

.link.dark {
  color: #000;
}

.form-button {
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.form-button:hover {
  background-color: #272d88;
  box-shadow: 0 5px 30px #22222229;
}

.fake-logo {
  height: 20px;
  font-size: 20px;
  font-weight: 600;
}

.social-button {
  color: #000;
  border: 1px solid #919191;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-button:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-button:focus {
  border: 1px solid #000;
}

.social-button::placeholder {
  color: #6e6e6e;
}

.social-button.is-google:hover {
  border-color: #4285f4;
}

.social-button.is-facebook:hover {
  border-color: #1777f2;
}

.checkbox-field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field-3 {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  height: 42px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 2px #dcdce580;
}

.text-field-3:hover {
  border-color: #000c;
  box-shadow: 0 1px 4px #dcdce5e6;
}

.text-field-3:focus {
  border: 1px solid #434de7;
}

.text-field-3::placeholder {
  color: #6e6e6e;
  font-weight: 300;
}

.field-description {
  color: #0009;
  text-align: left;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.button-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
}

.text-field-wrapper {
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.text-field-wrapper.is-half {
  width: 49%;
}

.text-field-wrapper.is-half.is-right {
  margin-left: 12px;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 13px;
}

.flex-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-ix {
  display: none;
}

.flex-stack-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.form-header {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.form-header.signup-form-header-v2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.form-header.signup-form-header-v2.signup-form-eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.form-header._404-header {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.form-submit-button {
  text-align: center;
  background-color: #0061ff;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 50px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.form-submit-button.welcome-page-button {
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 500;
  display: block;
}

.form-submit-button.reset-pass-button {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.form-submit-button.signup-form-button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.form-submit-button.signup-form-button.step-1-button {
  font-weight: 400;
}

.form-submit-button.feedback-form-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.form-submit-button.complete-checkout-btn {
  max-width: 85%;
  padding: 10px 30px;
}

.form-text-field {
  color: #000;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.form-text-field.feedback-form-text-field {
  border: 3px solid #000;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-text-field.signup-form-text-field {
  border: 1px solid #000;
}

.form-button-caption {
  color: #000;
  margin-top: -5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.form-button-caption.forgot-password-caption {
  text-align: center;
  margin-top: 0;
  text-decoration: none;
}

.form-button-caption.forgot-password-caption.account-signup-link {
  margin-top: 50px;
  font-size: 17px;
  line-height: 26px;
}

.form-button-caption.forgot-password-caption.account-signup-link.login-text-link-v2 {
  margin-top: 0;
}

.form-button-caption.manage-account-caption {
  text-align: center;
  margin-top: 10px;
}

.form-button-caption.signup-button-caption {
  text-align: center;
  font-weight: 500;
}

.resend-email-button {
  text-align: center;
  background-color: #0061ff;
  border: 2px #0040a8;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.forgot-password-link {
  color: #0059ff;
  border: 0 dashed #000;
  border-bottom: 2px dotted #0059ff;
  text-decoration: none;
}

.forgot-password-link.signup-here-link {
  background-color: #e3f7ff;
}

.login-body {
  background-image: url('../images/subtle-prism-12.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}

.verify-body {
  background-image: url('../images/subtle-prism-13.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
}

.welcome-body {
  background-image: url('../images/subtle-prism-14.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.shawn-success-img {
  text-align: left;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.account-header-highlight {
  color: #0061ff;
}

.lottie-confetti {
  z-index: -1;
  float: left;
  clear: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

._404-body {
  background-color: #f5f5f5;
}

.popup-div-block {
  z-index: 7777;
  opacity: 0;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-div-block.popup-div-persistent {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
}

.menu-div-block {
  z-index: 9999;
  background-color: #fff;
  border: 5px #000;
  border-radius: 10px;
  width: 500px;
  max-width: 500%;
  height: auto;
  padding: 15px;
  position: absolute;
}

.menu-div-block.upgrade-div-block {
  border-style: solid;
  border-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-close-button {
  float: right;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  position: relative;
  inset: auto;
}

.menu-open-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  max-width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.menu-open-button.menu-button-open-footer {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.menu-open-button.login-button {
  color: #fff;
  background-color: #0084ff;
  border-width: 2px;
  border-color: #fff;
  max-width: 15%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.in-menu-button {
  color: #fff;
  text-align: center;
  background-color: #0061ff;
  border-radius: 5px;
  max-width: 50%;
  margin: 20px auto 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.in-menu-button.upgrade-button {
  max-width: 75%;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.menu-header {
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.profile-menu-button-desciption {
  text-align: center;
  margin: -20px 75px 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: block;
}

.close-modal-bg-div {
  z-index: 8888;
  position: absolute;
  inset: 0%;
}

.footer-column-2 {
  text-align: right;
}

.signup-body {
  background-image: url('../images/subtle-prism-15.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.review-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.review-blue-text {
  color: #0061ff;
}

.review-highlight {
  background-color: #d0ffc4;
}

.persistent-popup-div-block {
  z-index: 8888;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000006e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.upgrade-header {
  color: #000;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Roboto Slab, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.upgrade-text-block {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.upgrade-bullets {
  color: #000;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
}

.upgrade-bullets.signup-form-bullets {
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.upgrade-bullet-item {
  background-image: url('../images/2373304_check_checkmark_green_ok_tick_icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.feedback-form {
  max-width: 75%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-form-field-label {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.feedback-form-success-message {
  color: #000;
  background-color: #e9ffeb;
  border: 3px solid #00b956;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.feedback-form-error-message-box {
  color: #000;
  text-align: center;
  background-color: #ffd4d4;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-block-4 {
  color: #000;
}

.feedback-sticky-button-div {
  background-color: #000;
  margin-bottom: 0;
  padding: 50px 0;
  position: fixed;
  inset: auto 0% 10% auto;
}

.feedback-sticky-text {
  color: #fff;
  overflow-wrap: normal;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  transform: rotate(-90deg);
}

.feedback-sticky-button {
  z-index: 5555;
  color: #fff;
  background-color: #f40;
  border: 3px #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  position: fixed;
  inset: auto 1% 2% auto;
  box-shadow: 0 2px 5px #000000ab;
}

.confetti {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.coupon-wrap {
  color: #564fe6;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0c00ff12;
  border: 2px dashed #0c00ff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  display: flex;
}

.icon.copy {
  color: #0c00ff;
}

.copy-box-div {
  max-width: 500px;
  margin: 25px auto 50px;
}

.copy-text {
  color: #0c00ff;
  font-family: Roboto, sans-serif;
}

.plus-minus-lottie {
  float: left;
  width: 30px;
  height: auto;
  margin-top: 9px;
  margin-left: -20px;
  margin-right: 0;
}

.plus-minus-lottie.toc-plus-minus-lottie {
  margin-top: 8px;
  margin-left: 130px;
}

.plus-minus-lottie.table-of-contents-lottie {
  width: 30px;
  margin-left: 125px;
}

.copy-paste-div-block {
  color: #6e00ff;
  background-color: #ecddff;
  border: 3px dashed #a0f;
  border-radius: 10px;
  margin: 0 50px 30px;
  padding: 0;
}

.copy-paste-div-block.dashboard-copy-paste-div {
  margin-top: 10px;
  margin-bottom: 50px;
}

.copy-paste-text {
  margin-bottom: 0;
  padding: 20px 20px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.copy-paste-text.copy-paste-dashboard-text {
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.click-to-copy-text {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #6e00ff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 7px;
  padding: 7px 5px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: block;
  position: static;
}

.click-to-copy-text.copy-success-text {
  background-color: #009b0a;
}

.copy-success-text2 {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #009b0a;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 7px;
  padding: 7px 5px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: none;
  position: static;
}

.copy-success-text2.copy-success-text {
  background-color: #009b0a;
}

.copy-paste-rich-text-block {
  padding: 20px 20px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.copy-paste-rich-text-block p {
  margin-bottom: 25px;
}

.table-of-content-div-block-spacer {
  padding-top: 25px;
}

.toc-text-block {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.toc-anchor-link {
  color: #fff;
  border-bottom: 3px solid #5765ff;
  text-decoration: none;
}

.free-label-text-block {
  float: left;
  color: #000;
  background-color: #b9ffa7;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding: 1px 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.free-label-text-block.free-label-dark-text-block {
  color: #fff;
  background-color: #0015ff;
}

.signup-body-v2 {
  background-color: #354fe7;
  background-image: url('../images/subtle-prism-1.svg');
  background-position: 0 0;
  background-size: auto;
}

.signup-form-label {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.message-box {
  color: #000;
  background-color: #dfebff;
  border: 1px solid #0061ff;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.clode {
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  inset: 100% 0% auto auto;
}

.message-content {
  align-items: center;
  display: flex;
}

.message-icon {
  color: #fff;
  background-color: #37b158;
  background-image: linear-gradient(#3ebf62, #36b057);
  border-radius: 36%;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  padding: .4rem;
  display: flex;
  box-shadow: 0 4px 12px -4px #0000004d;
}

.message-text {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.message-arrow {
  color: #00000080;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8px;
  display: none;
  position: absolute;
  inset: 0 .5rem 0 auto;
}

.logged-in-checkout-div {
  background-color: #fff0;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.logged-in-text {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.about-shawn-div {
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px;
}

.about-shawn-subhead {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.about-shawn-paragraph {
  color: #000;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.ep-dashboard-header {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.ep-dashboard-header.line-2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.ep-dashboard-header.v2 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.ep-dashboard-header.v2.home-header {
  margin-bottom: 100px;
}

.premium-label-text-block {
  color: #fff;
  text-align: center;
  background-color: #0061ff;
  border-radius: 5px;
  max-width: 10%;
  margin: 30px auto -25px;
  padding: 7px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.premium-label-text-block.premium-label-v2 {
  color: #000;
  background-color: #b9ffa7;
  font-weight: 700;
}

.last-updated-text-block {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  border: 3px #000;
  border-radius: 5px;
  max-width: 40%;
  margin: 20px auto 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.signup-body-v3 {
  background-color: #f5f5f5;
}

._5-star-img {
  border-style: none;
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.access-key-img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ep-dashboard-header-superscript {
  font-size: 20px;
  line-height: 35px;
}

.lean-styling {
  background-color: #0009;
  border-radius: 7px;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 7px;
}

.home-body-bg {
  background-color: #fff;
}

.tm-symbol {
  float: none;
  clear: none;
  color: #fff;
  display: block;
  position: relative;
}

.home-main-content {
  max-width: 510px;
}

.shawn-photoi {
  border-style: none;
  width: 126px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2-home {
  color: #000;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.h2-home.internal-top {
  margin-top: 50px;
}

.h2-home.internal-top.internal-left {
  text-align: left;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 29px;
}

.h2-home.section-heads {
  margin-top: 25px;
  font-size: 22px;
  line-height: 32px;
}

.h2-home.lower {
  margin-top: 10px;
}

.paragraph {
  color: #000;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.block-quote {
  color: #000;
  background-color: #fff2d7;
  border: 1px #000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  line-height: 26px;
}

.blue-txt {
  color: #0061ff;
}

.txt-links {
  color: #000;
  border-bottom: 2px solid #0015ff;
  text-decoration: none;
}

.highlight-txt {
  background-color: #e3ecff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.image-2 {
  text-align: left;
  border-style: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  float: none;
  clear: none;
  border-style: none;
  width: 20px;
  position: relative;
  bottom: 108px;
  left: 456px;
}

.paragraph-2 {
  color: #000;
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.last-updated-div-block {
  background-color: #0000004d;
  border-radius: 5px;
  max-width: 280px;
  margin: 30px auto 75px;
}

.last-updated {
  float: left;
  color: #fff;
  text-align: center;
  padding: 10px 7px 10px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-4 {
  border-style: none;
  width: 20px;
  margin-top: 8px;
}

.internal-body-bg-v2 {
  background-color: #f5f5f5;
}

.internal-body-bg-v2.bg-v3 {
  background-color: #fff;
}

.internal-header-section {
  text-align: center;
  border-bottom: 2px dashed #d2d2d2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.lls-logo {
  border-style: none;
  width: 175px;
}

.content-img {
  border-style: none;
  border-radius: 20px;
  width: 350px;
  margin: 20px auto 50px;
  padding-top: 0;
  display: block;
}

.image-5 {
  margin: 30px auto 75px;
  display: block;
}

.image-5._w-caption {
  margin-bottom: 0;
}

.h2-tm {
  font-size: 16px;
}

.text-span-8 {
  color: #0061ff;
}

.body {
  background-color: #fff;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8, .image-9 {
  border-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  text-align: center;
  background-color: #0061ff;
  border-radius: 3px;
  width: auto;
  max-width: 275px;
  margin: 15px auto 25px;
  padding: 12px 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  display: block;
}

.button.button-grey {
  background-color: #757575;
  margin-bottom: 10px;
}

.text-span-9 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  display: block;
}

.image-10 {
  border-style: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  border-style: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-content-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
  overflow: visible;
}

.main-content-text {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.main-content-text p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 29px;
}

.main-content-text h1 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 48px;
}

.main-content-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.main-content-text ol {
  margin-bottom: 25px;
}

.main-content-text li {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 29px;
}

.main-content-text ul {
  margin-bottom: 25px;
}

.main-content-text h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}

.main-content-text img {
  border-style: none;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-content-text figcaption {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.main-content-text h5 {
  background-color: #fff2d7;
  border: 1px #fff2d7;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.main-content-text a {
  color: #000;
  border-bottom: 2px solid #0015ff;
  text-decoration: none;
}

.main-content-text a:hover {
  text-decoration: none;
}

.by-shawn-text-block {
  color: #000;
  text-align: center;
  background-color: #daecff;
  border-radius: 5px;
  max-width: 150px;
  margin: 30px auto 75px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.next-page-button {
  background-color: #0061ff;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 75px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
  box-shadow: 1px 1px 6px #00000082;
}

.article-box-div-block {
  background-color: #ecf8ff;
  border: 2px solid #009eff;
  border-radius: 5px;
  max-width: 75%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
}

.article-box-div-block.about-shawn-div-block {
  max-width: 100%;
  margin-bottom: 75px;
  padding-top: 10px;
}

.shawn-joshi-image {
  border-style: none;
  max-width: 25%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.logo-text-block {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.text-span-10 {
  color: #fff;
  background-color: #0061ff;
  border: 2px solid #000;
  border-radius: 2px;
  padding-left: 7px;
  padding-right: 7px;
}

.link-block {
  text-decoration: none;
}

.footer-txt-block {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: 700px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.img-caption {
  color: #000;
  text-align: center;
  margin: 15px 0 75px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.tm-symbol-head {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 35px;
  display: block;
}

.superscript {
  font-size: 12px;
}

.grey-button-caption {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .blue-callout.orange-callout.client-quote-div, .blue-callout.orange-callout-copy.client-quote-div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .body-container.ep-content.new-sales-page-margins {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer-link {
    margin-top: 10px;
    display: block;
  }

  .checklist-item-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .johnson-div {
    margin-left: 40px;
    margin-right: 40px;
  }

  .presell-h1.sales-h1.large-h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .article-text, .article-headline-text {
    padding-left: 0;
    padding-right: 0;
  }

  .viral-callout-div {
    margin-left: 100px;
    margin-right: 100px;
  }

  .logo-header-column {
    padding-top: 15px;
  }

  .form-block {
    width: 75%;
  }

  .product-hero-section.internal-page-hero-section {
    background-position: 50% 0;
  }

  .start-here-section-div.navigation-section-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .login-callout-div-block {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-callout-div-block.verify-div-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-callout-div-block.verify-div-block.welcome-div-block {
    margin-left: 75px;
    margin-right: 75px;
  }

  .login-callout-div-block.login-styling {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .login-callout-div-block.login-styling.profile-form-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-callout-div-block.login-styling.signup-div-block {
    margin-left: 50px;
    margin-right: 50px;
  }

  .login-button-home {
    font-size: 18px;
  }

  .short-page-wrapper {
    flex-direction: column;
    height: auto;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-submit-button.welcome-page-button {
    margin-left: 0;
    margin-right: 0;
  }

  .form-submit-button.profile-page-buttons {
    padding-left: 35px;
    padding-right: 35px;
  }

  .resend-email-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .shawn-success-img {
    padding-left: 0;
  }

  .menu-open-button.menu-button-open-footer {
    display: block;
  }

  .menu-open-button.login-button {
    max-width: 20%;
  }

  .upgrade-bullets.signup-form-bullets {
    max-width: 100%;
  }

  .feedback-form {
    max-width: 85%;
  }

  .feedback-sticky-button {
    right: 1%;
  }

  .plus-minus-lottie.table-of-contents-lottie {
    margin-left: 70px;
  }

  .copy-paste-div-block {
    margin-left: 25px;
    margin-right: 25px;
  }

  .premium-label-text-block {
    max-width: 15%;
  }

  .last-updated-text-block {
    max-width: 60%;
  }

  .image-3 {
    left: 375px;
  }

  .main-content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .article-box-div-block {
    max-width: 85%;
  }

  .article-box-div-block.about-shawn-div-block {
    max-width: 100%;
  }

  .shawn-joshi-image {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .orange-text {
    padding-left: 10px;
    font-size: 32px;
  }

  .tiny-caps {
    padding-left: 10px;
  }

  .next-button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .next-button.article-next-button {
    margin-left: 0;
  }

  .blue-callout.orange-callout.client-quote-div, .blue-callout.orange-callout-copy.client-quote-div {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blue-callout.orange-callout-copy.client-quote-div.reviews-page.in-article-quote {
    margin-left: 0;
    margin-right: 0;
  }

  .blue-callout.product-details-box.pricing-box {
    margin-left: 50px;
    margin-right: 50px;
  }

  .body-container, .body-container.ep-content.new-sales-page-margins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-container.internal-body-container {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
  }

  .body-container.body-end-container {
    padding-top: 10px;
  }

  .body-text h1 {
    font-size: 30px;
  }

  .body-text h6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-right {
    font-size: 12px;
  }

  .callout-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .byline-text {
    padding-left: 10px;
  }

  .checklist-item-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordian-wrapper.table-of-contents-wrapper {
    width: 85%;
  }

  .checklist-main.checklist-head-2 {
    font-size: 21px;
    line-height: 30px;
  }

  .checklist-main.checklist-head-2.checklist-head-for-ga-pm {
    font-size: 24px;
    line-height: 34px;
  }

  .johnson-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    line-height: 26px;
  }

  .about-text-div {
    margin-left: 0;
    margin-right: 0;
  }

  .about-rich-text h4 {
    font-size: 18px;
  }

  .presell-h1 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .presell-h1.sales-h1 {
    font-size: 30px;
  }

  .presell-h1.sales-h1.large-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .presell-h1.sales-h1.large-h1.presell-sub-head {
    font-size: 24px;
    line-height: 34px;
  }

  .benefits-rich-text-2 p {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-rich-text-2 li {
    font-size: 22px;
    line-height: 30px;
  }

  .deck-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .article-headline-text {
    margin-top: 50px;
    font-size: 28px;
    line-height: 36px;
  }

  .column {
    display: none;
  }

  .viral-callout-div {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-image {
    width: 65%;
    height: auto;
  }

  .logo-header-column {
    text-align: center;
  }

  .backed-text {
    font-size: 13px;
  }

  .headline-text {
    font-size: 45px;
    line-height: 55px;
  }

  .headline-text.sub-headline-text {
    font-size: 30px;
    line-height: 40px;
  }

  .product-text h1 {
    font-size: 30px;
  }

  .product-text p {
    font-size: 17px;
    line-height: 25px;
  }

  .product-text h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .product-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .product-text li, .product-text blockquote {
    font-size: 17px;
    line-height: 25px;
  }

  .product-title-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .product-title-heading.dark-bg.internal-heading {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .back-nav.back-nav-white-bg {
    margin-left: 75px;
    margin-right: 75px;
    line-height: 25px;
  }

  .form-block {
    width: 75%;
  }

  .login-paragraph {
    font-size: 17px;
  }

  .product-hero-section.internal-page-hero-section {
    background-position: 50% 0;
  }

  .product-hero-section.ep-dashboard-hero-section {
    background-color: #354fe7f2;
  }

  .login-callout-div-block {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-callout-div-block.verify-div-block.welcome-div-block {
    margin-left: 50px;
    margin-right: 50px;
  }

  .login-callout-div-block.login-styling {
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-callout-div-block.login-styling.profile-styling {
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-callout-div-block.login-styling.signup-div-block {
    margin-left: 25px;
    margin-right: 25px;
  }

  .login-button-home {
    font-size: 18px;
  }

  .product-hero-section-2 {
    background-position: 100% 0;
  }

  .nav-button {
    margin-left: 75px;
    margin-right: 75px;
  }

  .short-page-wrapper {
    flex-direction: column;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .form-submit-button.profile-page-buttons {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-submit-button.feedback-form-button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-submit-button.complete-checkout-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .shawn-success-img {
    padding-left: 0;
  }

  .menu-div-block {
    width: 400px;
    max-width: 400%;
  }

  .menu-div-block.upgrade-div-block {
    width: 425px;
    max-width: 100%;
  }

  .menu-close-button {
    font-size: 16px;
    line-height: 16px;
  }

  .menu-open-button.menu-button-open-footer {
    max-width: 75%;
  }

  .menu-open-button.login-button {
    max-width: 20%;
  }

  .in-menu-button {
    max-width: 75%;
  }

  .in-menu-button.upgrade-button {
    max-width: 85%;
  }

  .menu-header {
    margin-top: 75px;
  }

  .profile-menu-button-desciption {
    margin-left: 25px;
    margin-right: 25px;
  }

  .review-text {
    font-size: 17px;
    line-height: 25px;
  }

  .upgrade-bullets {
    max-width: 60%;
  }

  .upgrade-bullets.signup-form-bullets {
    max-width: 90%;
  }

  .feedback-form {
    max-width: 100%;
  }

  .feedback-sticky-button {
    font-size: 16px;
    line-height: 26px;
    bottom: 2%;
    right: 2%;
  }

  .plus-minus-lottie.table-of-contents-lottie {
    margin-top: 8px;
    margin-left: 50px;
  }

  .copy-paste-div-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .copy-paste-text.copy-paste-dashboard-text {
    padding-left: 10px;
    font-size: 21px;
  }

  .toc-text-block {
    font-size: 17px;
    line-height: 25px;
  }

  .free-label-text-block {
    margin-top: 3px;
  }

  .ep-dashboard-header {
    font-size: 42px;
    line-height: 52px;
  }

  .ep-dashboard-header.line-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .ep-dashboard-header.v2 {
    font-size: 55px;
    line-height: 65px;
  }

  .last-updated-text-block {
    max-width: 65%;
  }

  ._5-star-img {
    max-width: 45%;
  }

  .ep-dashboard-header-superscript {
    font-size: 20px;
    line-height: 0;
  }

  .image-3 {
    left: 352px;
  }

  .paragraph-2 {
    margin-top: 55px;
  }

  .main-content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-content-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .shawn-joshi-image {
    max-width: 35%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .orange-text {
    font-size: 28px;
    line-height: 38px;
  }

  .tiny-caps {
    font-size: 18px;
  }

  .next-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blue-callout {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blue-callout.orange-callout-copy.client-quote-div.reviews-page.in-article-quote {
    margin-left: 0;
    margin-right: 0;
  }

  .blue-callout.product-details-box.pricing-box {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-container.ep-content.new-sales-page-margins {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-container.internal-body-container {
    border-radius: 0;
  }

  .body-text h1 {
    font-size: 28px;
  }

  .body-text h6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-left {
    text-align: center;
    margin-top: 30px;
  }

  .footer-link {
    text-align: center;
    margin-top: 20px;
  }

  .checklist-item-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordian-wrapper.table-of-contents-wrapper {
    width: 99%;
  }

  .johnson-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .johnson-text ul {
    padding-left: 20px;
  }

  .about-text-div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .presell-h1 {
    margin-top: 50px;
  }

  .presell-h1.sales-h1 {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 38px;
  }

  .deck-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .viral-callout-div {
    margin-left: 15px;
    margin-right: 15px;
  }

  .header-image {
    width: 100%;
  }

  .backed-text {
    font-size: 13px;
  }

  .headline-text {
    font-size: 35px;
    line-height: 45px;
  }

  .headline-text.sub-headline-text {
    font-size: 25px;
    line-height: 35px;
  }

  .product-text h1 {
    font-size: 28px;
  }

  .product-title-heading.dark-bg {
    font-size: 33px;
  }

  .back-nav.back-nav-white-bg {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 25px;
  }

  .form-block {
    width: 100%;
  }

  .product-hero-section.internal-page-hero-section {
    background-position: 50% 0;
  }

  .product-hero-section.ep-dashboard-hero-section.ga-dashboard-hero-section {
    background-attachment: scroll;
  }

  .login-callout-div-block {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .login-callout-div-block.verify-div-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-callout-div-block.verify-div-block.welcome-div-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .login-callout-div-block.login-styling, .login-callout-div-block.login-styling.profile-styling {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-callout-div-block.login-styling.profile-form-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-callout-div-block.login-styling.signup-div-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    margin-top: 20px;
  }

  .text-field-wrapper.is-half {
    width: 100%;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-submit-button {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-submit-button.welcome-page-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-submit-button.reset-pass-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-submit-button.profile-page-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-submit-button.signup-form-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-submit-button.complete-checkout-btn {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .resend-email-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shawn-success-img {
    padding-left: 0;
  }

  .menu-div-block {
    width: 275px;
    max-width: 275%;
  }

  .menu-div-block.upgrade-div-block {
    width: 300px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-open-button {
    max-width: 75%;
  }

  .menu-open-button.menu-button-open-footer {
    max-width: 100%;
  }

  .menu-open-button.login-button {
    max-width: 30%;
  }

  .in-menu-button {
    max-width: 95%;
  }

  .in-menu-button.upgrade-button {
    max-width: 100%;
  }

  .profile-menu-button-desciption {
    margin-left: 0;
    margin-right: 0;
  }

  .upgrade-bullets {
    max-width: 80%;
  }

  .upgrade-bullets.signup-form-bullets {
    max-width: 95%;
  }

  .upgrade-bullet-item {
    background-position: 0 3px;
  }

  .coupon-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon.copy, .icon.check {
    margin-left: 10px;
  }

  .copy-text {
    font-size: 14px;
  }

  .plus-minus-lottie {
    margin-left: -10px;
  }

  .plus-minus-lottie.table-of-contents-lottie {
    margin-left: 25px;
  }

  .copy-paste-div-block {
    margin-left: 5px;
    margin-right: 5px;
  }

  .copy-paste-div-block.dashboard-copy-paste-div {
    margin-left: 0;
    margin-right: 0;
  }

  .copy-paste-text.copy-paste-dashboard-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .toc-anchor-link {
    font-weight: 400;
  }

  .free-label-text-block {
    margin-bottom: 55px;
  }

  .message-icon {
    display: flex;
  }

  .message-arrow {
    display: none;
  }

  .logged-in-text {
    font-size: 16px;
  }

  .ep-dashboard-header {
    font-size: 30px;
    line-height: 45px;
  }

  .ep-dashboard-header.line-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .ep-dashboard-header.v2 {
    font-size: 38px;
    line-height: 48px;
  }

  .premium-label-text-block {
    max-width: 20%;
  }

  .last-updated-text-block {
    max-width: 100%;
    font-size: 16px;
  }

  ._5-star-img {
    max-width: 65%;
  }

  .ep-dashboard-header-superscript {
    font-size: 16px;
  }

  .lean-styling {
    margin-right: 0;
  }

  .image-3 {
    left: 249px;
  }

  .button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }

  .main-content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content-text p {
    line-height: 29px;
  }

  .main-content-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .article-box-div-block {
    max-width: 100%;
  }

  .shawn-joshi-image {
    max-width: 45%;
  }
}


