/* BASE */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Ranga:wght@700&display=swap');

html, body { margin: 0; padding: 0; scroll-behavior: smooth;}
body {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #394259;
    background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, h7 { color: #1F1F1F; }

b { color: #1F1F1F; font-weight: 600; }
.font-weight-strong { font-weight: 600 !important; }
.font-weight-black { font-weight: 800 !important; }
.uppercase {
  text-transform: uppercase;
}
.underline-red {
    background-image: url(../images/highlight-red.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-blue {
    background-image: url(../images/highlight-blue.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-orange {
    background-image: url(../images/highlight-orange.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.underline-white {
    background-image: url(../images/highlight-white.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.highlight-yellow { background-color: #ffff8a; padding: 1px 2px; box-shadow: 0 0 0 5px #ffff8a;}
.highlight-yellow-bright { background-color: #FFFA4A; padding: 1px 2px; box-shadow: 0 0 0 5px #FFFA4A;}
.highlight-circle-red {
    background-image: url(../images/circled-red.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: -7px -7px;
    padding: 32px;
    margin-left: -22px;
}

.countdown .d-inline-block {
    text-align: center;
    margin: 0 10px;
}
.countdown .time-count {
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    color: #ffffff;
    background: #1F1F1F;
    border-radius: 5px;
    width: 85px;
    display: block;
    padding: 7px 0;
    margin-bottom: 6px;
}
.countdown .time-unit {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #797979;
}
.countdown h3 {
    font-size: 16px;
    line-height: 36px;
    padding-bottom:8px;
    font-weight: normal;
}

.main-image {
    margin-top: -150px;
}

.flip-vertical {
    transform: rotateX(180deg);
}
.flip-horizontal {
    transform: rotateY(180deg);
}
.flip-down {
    transform: rotate(90deg);
}
.btn-cta-wrapper {
    padding-bottom: 32px;
}
.btn-cta-wrapper .arrow-left {
    margin-right:-30px;
}
.btn-cta-wrapper .arrow-right {
    margin-left:-30px;
}
.btn-cta-text {
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #394259;
    text-decoration: none;
}
.btn-cta-text:hover {
    color: #394259;
    text-decoration: none;
}
.btn-cta {
    background: linear-gradient(153.77deg, #FFA300 21.41%, #FF7A00 86.48%);
    box-shadow: 0px 2px 0px #EC5500;
    border-radius: 8px;
    border:0;
    padding: 20px 50px;
    display: inline-block;

    font-weight: bold;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.btn-cta:hover {
    color: #ffffff;
    text-decoration: none;
}
.btn-cta span {
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    display: block;
    text-transform: capitalize;
}
.btn-cta-arrow {
    margin-top: -20px;
    width: 69px;
}
.btn-cta-icon {
    padding-right: 8px;
}
.btn-cta.btn-cta-outline {
    border: 5px solid #F4A507;
    background: #ffffff;
    color: #1F1F1F;
    box-shadow:none;
}
.btn-cta.btn-cta-outline span {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;

    color: #000000;
    opacity: 0.7;
}
.btn-blue {
    background: #0079C1;
    border-radius: 5px;
}
.btn-shadow {
    box-shadow: 0px 10px 17px rgba(12, 50, 130, 0.34);
}

/**** COLORS START ****/
.white { color: #ffffff !important; }
.red { color: #FF0505 !important; }
.green { color: #1AA33D !important; }
/**** COLORS END ****/

ul.check-round-blue {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.check-round-blue li {
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    padding-left: 41px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-check-round-blue.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: 0 3px;
    margin-bottom:16px;
}
ul.check-round-purple {
    padding: 0;
    list-style: none;
    margin: 0 0 60px 0;
}
ul.check-round-purple li {
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    padding-left: 41px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-check-round-purple.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: 0 3px;
    margin-bottom:16px;
}
ul.check-round-green {
    padding: 0;
    list-style: none;
    margin: 0 0 60px 0;
}
ul.check-round-green li {
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    padding-left: 41px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-check-round-green.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: 0 3px;
    margin-bottom:16px;
}
ul.star-purple {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.star-purple li {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    padding-left: 37px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-star-purple.svg);
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position: 0 2px;
    margin-bottom:0;
}
ul.cash-green {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.cash-green li {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    padding-left: 46px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-cash-green.svg);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: 0 6px;
    margin-bottom:16px;
}
ul.question-mark-orange {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.question-mark-orange li {
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    padding-left: 41px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-question-mark-round-orange.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: 0 3px;
    margin-bottom:16px;
}
ul.chevron-arrow-orange {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.chevron-arrow-orange li {
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    padding-left: 41px;
    color: #1F1F1F;
    opacity: 0.9;
    background-image: url(../images/list-chevron-arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 0 3px;
    margin-bottom:16px;
}
ul.double-check-round-red {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.double-check-round-red li {
    font-weight: normal;
    font-size: 20px;
    line-height: 156%;
    color: #394259;
    padding-left: 80px;
    opacity: 0.9;
    background-image: url(../images/list-double-check-round-red.svg);
    background-repeat: no-repeat;
    background-size: auto 56px;
    background-position: 0 6px;
    margin-bottom:24px;
}
ul.double-check-round-red li span {
    font-weight: bold;
    font-size: 22px;
    line-height: 156%;
    color: #1F1F1F;
    display: block;
    margin-bottom:6px;
}
.testimonial {
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    padding: 20px 20px 32px;

    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.testimonial .highlight-yellow {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #1F1F1F;
}
.testimonial .identity {
    padding-top:16px;
}
.testimonial .identity img.avatar {
    width:56px;
}
.testimonial .identity .author {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-left:12px;
}
.testimonial.media-box {
    overflow: hidden;
}
.testimonial.media-box .video-container {
    margin: -20px -20px 24px -20px;
    background-color: #000000;
}
.testimonial.horizontal {
    padding:32px;
    margin-bottom: 40px;
}
.testimonial.horizontal h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    padding-bottom:14px;
}
.testimonial.horizontal .content {
    padding-left:44px;
}
.testimonial.horizontal .identity .author {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-left: 0;
}
.testimonial.horizontal .identity .credential {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #8547AD;
    margin-left: 0;
}
.testimonial.horizontal .identity img.avatar {
    width: auto;
}
.video-testimonial {
    font-size: 20px;
    line-height: 150%;
    color: #394259;
}
.video-testimonial .video-container{
    background-color:#000000;
    border-radius: 6px;
    overflow: auto;
    margin-bottom: 24px;
}
.cta-quotes {
    padding-top:40px;
    padding-bottom:40px;
}
.cta-quotes h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 58px;
    text-transform: capitalize;
    margin-bottom:12px;
}
.cta-quotes h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #394259;
}
.cta-quotes .top {
    padding-bottom: 30px;
}
.cta-quotes .bottom {
    padding-bottom: 40px;
}
.cta-quotes .btn-cta {
    font-size: 26px;
    line-height: 28px;
    padding:26px;
    margin-top:24px;
    display:block;
}
.with-errors li {
    font-size: 60%;
    font-weight: 400;
    color: red;
    margin: 0;
}
/* END BASE */

header .attention {
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top:15px;
    padding-bottom:15px;
    background-color: #1F1F1F;
    border-bottom: 8px solid #E10303;
}

header .hero {
    padding-top: 24px;
    padding-bottom: 24px;
}
header .hero .section-header h1 {
    font-weight: 900;
    font-size: 69px;
    line-height: 130%;
    text-align: center;
    color: #1F1F1F;
}

header .hero .section-header .supertitle {
    display: none;
}

.small-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20.08px;
}

header .hero .section-header .subtitle {
    font-weight: 900;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #1F1F1F;
    display: block;
}

header .hero .section-header h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
}
header .hero .section-header h3 {
    font-family: 'Ranga', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:10px;
}
header .hero .section-header h3 span {
    background-color: #FFFA4A;
    padding-left:10px;
    padding-right:10px;
}
header .hero .section-header .cta-arrow {
   margin-top: -50px;
    margin-bottom: 16px;
}
header .optin-wrapper {
    margin-bottom:48px;
}
header .optin-wrapper .cta-arrow {
    width: 129px;
}
header .optin-wrapper .ebook {
    width:550px;
    margin-bottom:32px;
    /* margin-top: -160px; */
}
header .optin-wrapper .cta-arrow {
    background-image: url("../images/ebook/get-free-ebook-cta-arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
}
header .optin-wrapper .cta-arrow .ebook {
    height:150px;
    width: auto;
    /*margin-left: -24px;*/
    margin-bottom:0;
}
header .optin-wrapper .cta-arrow h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom:7px;
    margin-left: -45px;
    margin-right: 32px;
}
header .optin-wrapper .cta-arrow h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-left: -45px;
}
header .optin-wrapper .box-optin-in {
    background: #FFF8F8;
    border: 3px solid #FFA300;
    border-radius: 8px;
    padding:32px;
    width:461px;
}
header .optin-wrapper .box-optin-in h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:6px;
}
header .optin-wrapper .box-optin-in h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 156%;
    text-align: center;
    color: #394259;
    margin-bottom: 24px;
}
header .optin-wrapper .box-optin-in h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 156%;
    text-align: center;
    color: #394259;
}
header .optin-wrapper .box-optin-in .form-control {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #999999;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 7%);
    border-radius: 8px;
    height: calc(1.5em + 0.75rem + 10px);
}
header .optin-wrapper .box-optin-in .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}
header .optin-wrapper .box-optin-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
header .optin-wrapper .box-optin-in .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
header .optin-wrapper .box-optin-in .btn-cta-wrapper {
    background-image: url("../images/button-swirl-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top:18px;
    padding-bottom:20px;
    margin-top:20px;
}
header .optin-wrapper .box-optin-in .btn-cta {
    font-style: italic;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    background: linear-gradient(184.86deg, #FDC42A 36.76%, #FF5C00 95.38%);
    box-shadow: 0px 2px 0px #EC5500;
    border-radius: 8px;
    padding:22px;
}
header .optin-wrapper .box-optin-in .form-control.input-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
header .optin-wrapper .box-optin-in .form-control.input-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
header .optin-wrapper .box-optin-in .form-control.input-icon-profile {
    background-image: url(../images/icon-profile-black.svg);
    background-repeat: no-repeat;
    background-position: 18px center;
    padding-left: 59px;
}
header .optin-wrapper .box-optin-in .form-control.input-icon-email {
    background-image: url(../images/icon-email-black.svg);
    background-repeat: no-repeat;
    background-position: 18px center;
    padding-left: 59px;
}
main section.seen-on {
    padding-bottom:56px;
}
main section.seen-on .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding:32px 45px;
}
main section.seen-on h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #394259;
    text-align: center;
    margin-bottom:32px;
}

main section.discover {
    padding-top:96px;
}
main section.discover h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 140%;
    text-align: center;
    color: #B8382E;
    margin-bottom:40px;
}
main section.discover h2 {
    font-weight: normal;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:40px;
}
main section.discover img.ebook {
    width: 461px;
}
main section.discover .col-auto.ebook {
    margin-left: -10px;
}
main section.discover div p {
    font-size: 20px;
    line-height: 156%;
    color: #1F1F1F;
    margin-bottom: 16px;
}
main section.discover div p:first-child {
    padding-top:43px;
}
main section.discover div p:last-child {
    margin-bottom:0;
}
main section.discover hr {
    border-top:1px solid #cccccc;
    margin: 112px auto;
}

main section.secret {

}
main section.secret .section-header {

}
main section.secret .section-header h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 130%;
    text-align: center;
    color: #C42014;
}
main section.secret .section-header h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 49px;
}
main section.secret .section-header h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom:16px;
}
main section.secret .box {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding:56px 40px;
}
main section.secret .box h1 {
    font-family: 'Ranga', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:24px;
}
main section.secret .box img.john {
    margin-top: 36px;
    margin-bottom:36px;
}
main section.secret .box img.signature {
    margin-top:30px;
}
main section.secret .brand-new {
    width: 368px;
}
main section.secret .brand-new .cta-quotes .btn-cta {
    font-style: italic;
    font-weight: 900;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    background: linear-gradient(184.86deg, #FDC42A 36.76%, #FF5C00 95.38%);
    box-shadow: 0px 2px 0px #EC5500;
    border-radius: 8px;
    padding: 21px;
}
main section.secret .brand-new .cta-quotes h1 {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 29px;
    line-height: 44px;
}
main section.secret .brand-new .cta-quotes h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    text-align: center;
    color: #394259;
    margin-bottom:16px;
}
main section.secret .brand-new .cta-quotes h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #1F1F1F;
}
main section.results {
    /* padding-top:126px; */
}
main section.results .grow-income ul {
    margin: 0 auto;
    width: 777px;
}
main section.results .grow-income h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 156%;
    color: #1F1F1F;
    opacity: 0.7;
    margin-bottom:55px;
    text-align: center;
}
main section.results .grow-income h1 {
    font-weight: 800;
    font-size: 44px;
    line-height: 140%;
    color: #1F1F1F;
    margin-bottom:24px;
}
main section.results .summary {

}
main section.results .summary .profile {
    padding-bottom: 110px;
}
main section.results .summary .profile img.john {
    width:475px;
    margin-bottom:9px;
}
main section.results .summary .profile h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 156%;
    text-transform: capitalize;
    color: #1F1F1F;
    text-align: center;
    margin-bottom:4px;
}
main section.results .summary .profile h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 156%;
    text-align: center;
    color: #1F1F1F;
}
main section.results .summary .introducing h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom:8px;
}
main section.results .summary .introducing h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 156%;
    text-align: center;
    color: #C32014;
    margin-bottom:4px;
}
main section.results .summary .introducing h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #394259;
    margin-bottom:28px;
}
main section.results .summary .introducing .btn-cta-wrapper {
    background-image: url("../images/button-swirl-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top:18px;
    padding-bottom:20px;
    margin-top:20px;
}
main section.results .summary .introducing .btn-cta {
    font-style: italic;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    background: linear-gradient(184.86deg, #FDC42A 36.76%, #FF5C00 95.38%);
    box-shadow: 0px 2px 0px #EC5500;
    border-radius: 8px;
    padding: 15px 60px;
}
main section.results .summary .introducing img.ebook {
    /*width: 460px;*/
}

main section.inside-copy {
    /* padding-top:80px; */
    padding-bottom:220px;
}
main section.inside-copy h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
    color: #1F1F1F;
    /* margin-bottom:36px; */
}
main section.inside-copy h1 span {
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
    color: #B8382E;
    display: block;
    margin-bottom:8px;
}
main section.inside-copy img.ebook {
    width: 956px;
    /* margin-bottom:17px; */
}
main section.inside-copy h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #394259;
    /* margin-bottom:50px; */
}
main section.inside-copy .btn-cta-arrow {
    padding-top:23px;
    margin-top: 0;
    width: auto;
}
main section.inside-copy a.btn-cta {
    background: #A94235;
    border-radius: 8px;
    padding:22px 36px;
    font-size: 26px;
    line-height: 156%;
    text-align: center;
    text-transform: unset;
    color: #FFFFFF;
    font-style: italic;
}
main section.inside-copy {

}

.mktoForm {
    display:none !important;
}
@media (max-width: 1199.98px) {
    header .optin-wrapper .cta-arrow h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px;
        margin-right: 32px;
        /* margin-left: -22px; */
    }
    header .optin-wrapper .cta-arrow h2 {
        font-size: 9px;
        margin-left: -22px;
    }
    header .hero .section-header .cta-arrow {
        padding-left: 0;
        padding-right: 0;
        margin-top: 35px;
        margin-bottom: 39px;
    }
    .btn-cta-arrow {
        width: 45px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .main-image {
        margin-top: 0px;
    }

    header .attention {
        padding:9px 10px;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.01em;
    }
    header .hero {
        padding-top: 48px;
        padding-bottom: 0;
    }
    header .hero .section-header h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 130%;
        font-weight: 800;
    }
    header .hero .section-header .supertitle {
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 130%;
        font-weight: 800;
    }
    .small-subtitle {
        display: none;
    }

    header .hero .section-header .subtitle {
        /* display: none; */
        font-size: 16px;
        line-height: 24px;
    }
    header .hero .section-header h2 {
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 156%;
    }
    header .hero .section-header h3 {
        font-size: 20px;
        line-height: 156%;
    }
    header .hero .section-header .cta-arrow {
        padding-left: 25px;
        padding-right: 25px;
        /* margin-top: 0; */
        margin-bottom: -30px;
    }
    header .hero .section-header .cta-arrow .btn-cta-arrow {
        width:36px;
    }
    header .optin-wrapper {
        margin-bottom: 33px;
        overflow: hidden;
    }
    header .optin-wrapper .ebook {
        /*margin-left: -34px !important;*/
    }
    header .optin-wrapper .box-optin-in {
        padding: 24px 21px 20px;
        width: 100%;
    }
    header .optin-wrapper .box-optin-in .form-control.input-icon-profile {
        padding-left: 44px;
        background-size: 20px;
    }
    header .optin-wrapper .box-optin-in .form-control.input-icon-email {
        padding-left: 44px;
        background-size: 20px;
    }
    header .optin-wrapper .box-optin-in h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 150%;
    }
    header .optin-wrapper .box-optin-in h2 {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 156%;
    }
    header .optin-wrapper .box-optin-in .btn-cta-wrapper {
        padding-top: 14px;
        padding-bottom: 17px;
        margin-top: 26px;
    }
    header .optin-wrapper .box-optin-in .btn-cta {
        padding: 17px;
        font-size: 20px;
        line-height: 24px;
    }
    header .optin-wrapper .cta-arrow {
        background-image: url(../images/ebook/get-free-ebook-cta-arrow-mobile.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top:32px;
    }
    header .optin-wrapper .cta-arrow .ebook {
        width: 100%;
        height:unset;
        margin-left: 13px;
        margin-top:132px;
    }
    header .optin-wrapper .cta-arrow h1 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-top: 24px;
        margin-left:0;
    }
    header .optin-wrapper .cta-arrow h2 {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 42px;
        margin-left:0;
    }
    main section.seen-on {
        padding-top: 12px;
        padding-bottom: 32px;
    }
    main section.seen-on h1 {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 16px;
    }
    main section.secret .section-header h3 {
        font-size: 16px;
        line-height: 156%;
    }
    main section.secret .section-header h1 {
        font-size: 22px;
        line-height: 156%;
    }
    main section.secret .section-header h2 {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 156%;
    }
    main section.secret .box {
        margin-left: -15px;
        margin-right: -15px;
        padding:56px 25px;
    }
    main section.secret .box h1 {
        font-size: 26px;
        line-height: 140%;
    }
    main section.secret .box p {
        font-size: 16px;
        line-height: 156%;
    }
    main section.secret .brand-new {
        width: 100%;
        padding-top: 32px;
    }
    main section.secret .brand-new .cta-quotes h1 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 156%;
    }
    main section.secret .brand-new .cta-quotes h2 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 156%;
    }
    main section.secret .brand-new .cta-quotes h3 {
        font-size: 16px;
        line-height: 150%;
    }
    main section.secret .brand-new .cta-quotes .btn-cta {
        font-size: 22px;
        line-height: 150%;
    }
    main section.results {
        padding-top: 20px;
    }
    main section.results .summary .profile h1 {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 156%;
    }
    main section.results .summary .profile h1 {
        font-size: 16px;
        line-height: 156%;
    }
    main section.results .summary .profile {
        padding-bottom: 56px;
    }
    main section.results .summary .introducing h3 {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 156%;
    }
    main section.results .summary .introducing h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 156%;
    }
    main section.results .summary .introducing h2 {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 156%;
    }
    main section.results .summary .introducing img.ebook {
        width: 100%;
    }
    main section.results .summary .introducing .btn-cta {
        padding: 17px;
        font-size: 20px;
        line-height: 24px;
        display:block;
    }
    main section.results hr, main section.inside-copy hr {
        margin: 40px 35px 60px;
    }
    main section.discover {
        padding-top: 80px;
    }
    main section.discover h1 {
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 40px;
    }
    main section.discover div p:first-child {
        padding-top: 32px;
    }
    main section.discover div p {
        font-size: 16px;
        line-height: 156%;
    }

    main section.discover .box-optin-in {
        background: #FFF8F8;
        border: 3px solid #B8382E;
        border-radius: 8px;
        padding: 24px 21px 20px;
        margin-top: 24px;
    }
    main section.discover .box-optin-in .form-control.input-icon-profile {
        background-image: url(../images/icon-profile-black.svg);
        background-repeat: no-repeat;
        padding-left: 44px;
        background-size: 20px;
        background-position: 12px center;
    }
    main section.discover .box-optin-in .form-control.input-icon-email {
        background-image: url(../images/icon-email-black.svg);
        background-repeat: no-repeat;
        padding-left: 44px;
        background-size: 20px;
        background-position: 12px center;
    }
    main section.discover .cta-arrow {
        width: 96px;
    }
    main section.discover .box-optin-in h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        color: #B8382E;
        font-weight: bold;
    }
    main section.discover .box-optin-in h2 {
        font-weight: normal;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 156%;
        text-align: center;
        color: #394259;
    }

    main section.discover .box-optin-in h3 {
        font-weight: normal;
        font-size: 14px;
        line-height: 156%;
        text-align: center;
        color: #394259;
    }
    main section.discover .box-optin-in .btn-cta-wrapper {
        padding-top: 14px;
        padding-bottom: 17px;
        margin-top: 26px;
        background-image: url("../images/button-swirl-blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    main section.discover .box-optin-in .btn-cta {
        padding: 17px;
        font-size: 20px;
        line-height: 24px;
        font-style: italic;
        font-weight: 900;
        text-align: center;
        color: #1F1F1F;
        background: linear-gradient(184.86deg, #FDC42A 36.76%, #FF5C00 95.38%);
        box-shadow: 0px 2px 0px #EC5500;
        border-radius: 8px;
    }

    main section.discover .box-optin-in .form-control {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #999999;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 2px rgb(0 0 0 / 7%);
        border-radius: 8px;
        height: calc(1.5em + 0.75rem + 10px);
    }
    main section.discover .box-optin-in .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #999999;
        opacity: 1; /* Firefox */
    }
    main section.discover .box-optin-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #999999;
    }
    main section.discover .box-optin-in .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #999999;
    }
    main section.discover hr {
        margin: 72px auto 46px;
    }
    main section.results .grow-income h1 {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 140%;
        text-align: center;
    }
    main section.results .grow-income h2 {
        margin-bottom: 34px;
        font-size: 16px;
        line-height: 150%;
    }
    ul.double-check-round-red li {
        padding-left: 59px;
        background-size: auto 45px;
        background-position: 0 3px;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 156%;
    }
    ul.double-check-round-red li span {
        font-size: 16px;
        line-height: 156%;
    }
    main section.inside-copy {
        padding-top: 0;
        padding-bottom: 80px;
    }
    main section.inside-copy h1 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 140%;
    }
    main section.inside-copy h1 span {
        font-size: 22px;
        line-height: 140%;
    }
    main section.inside-copy h2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 156%;
    }
    main section.inside-copy a.btn-cta {
        font-style: italic;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
    }
}