@import url('https://fonts.googleapis.com/css2?family=Lato&family=Oswald&family=Open Sans&display=swap');

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #252525;
}

.vshred-nav {
    z-index: 100;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    color: #6f6f6f;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

.video {
    margin-bottom: 0;
}

body {
    font-family: lato, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 100vw;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
}

[class^="stack-"]::before,
[class*=" stack-"]::before {
    line-height: 2.2em !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: oswald, sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3>span {
    font-size: 36px;
}

.red {
    color: red;
}

.blue {
    color: #44b5fb;
}

.pink {
    color: #f92ef1;
}

img {
    margin-bottom: 0;
    max-width: 100%;
}

.page-contents-lazy {
    display: none;
}

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

.inline-row img {
    max-width: 40vw;
}

.banner {
    text-align: center;
}

.banner,
.after-banner {
    flex-direction: column;
    align-items: center;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 35px 0;
}

.after-banner section:not(.back) .container {
    padding: 12px;
}

.banner p {
    font-size: 24px;
    font-weight: 700;
    padding: 0 50px;
    line-height: 1.4;
}

.banner iframe {
    margin-top: 50px;
    margin-bottom: 25px;
}

.bonuses {
    padding-bottom: 35px;
    background: none;
    padding-top: 0;
}

.include {
    padding-top: 20px !important;
    padding-bottom: 70px;
}

.include-header {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/toned-in-90-days/survey/tinypngopt-img/in-h-bg.png) no-repeat center center/100% 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}

.male .include-header {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/clean-bulk-program/tinypngopt-img/in-h-bg.png) no-repeat center center/100% 100%;
}

.sub-video {
    padding: 24px 12px;
}

h3 .normally {
    font-size: 17px;
    color: #454545;
    line-height: 1.4;
}

.include-header h2 {
    color: #fff;
}

.include-item {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/toned-in-90-days/survey/tinypngopt-img/bdr.png) no-repeat bottom center/100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 35px 0;
}

.include-item p {
    font-size: 24px;
    line-height: 1.4;
    color: #222;
}

.include-item-left .include-item-text {
    margin-left: 50px;
    text-align: left;
}

.include-item-right .include-item-text {
    margin-right: 50px;
    text-align: right;
}

.bonuses-header {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/toned-in-90-days/survey/tinypngopt-img/bu-h-bg.jpg) no-repeat top 15px center/auto;
    text-align: center;
    margin-bottom: 65px;
}

.bonus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #ed22e6;
    border-radius: 10px;
    padding: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.male .bonus-item {
    border: 5px solid #44b5fb;
}

.bonus-item-left .text {
    margin-right: 100px;
}

.bonus-item-right .text {
    margin-left: 100px;
}

.bonus-item p {
    color: #222;
}

.back {
    background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/toned-in-90-days/survey/tinypngopt-img/back-bg.jpg) no-repeat center center/cover;
    padding: 100px 0 !important;
    color: #fff;
    width: 100%;
    justify-content: center;
    display: flex;
}

.back-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-text {
    margin-left: 80px;
}

.back-text h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1;
}

.back-text h2 {
    margin-bottom: 25px;
}

.back p {
    font-size: 24px;
    line-height: 1.4;
}

.reserve {
    padding: 80px 0 !important;
    text-align: center;
}

.img-separator {
    margin: 30px 0;
    margin-bottom: 75px;
    font-size: 16px;
}

.delete {
    font-family: oswald, sans-serif;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 25px;
}

.site-btn {
    background: #f26522;
    color: #fff;
    font-weight: 400;
    padding: 10px 100px;
    height: auto;
    border: 0;
    font-size: 30px;
    border-radius: 5px;
    display: block;
    margin: 15px auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: oswald, sans-serif;
    margin-top: 0;
}

.site-btn:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) inset;
}

.card-btm {
    display: block;
    margin-bottom: 20px;
}

.text-for-img span {
    display: block;
    font-weight: 400;
    font-size: 45px;
}

.text-for-img {
    color: #333;
    line-height: 1.3 !important;
    margin-bottom: 70px !important;
}

@media only screen and (max-width: 991px) {
    .banner p {
        font-size: 22px;
        padding: 0 0;
    }

    .include-item {
        width: 100%;
    }

    .bonus-item-right .text {
        margin-left: 25px;
    }

    .bonus-item-left .text {
        margin-right: 25px;
    }

    .bonus-item {
        padding: 50px 25px;
    }

    .back-text {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    body.entry {
        font-size: 14px;
        line-height: 1.4;
    }

    .site-btn {
        font-size: 24px;
        box-sizing: border-box;
        margin-left: 15px;
        margin-right: 15px;
    }

    .banner {
        text-align: center;
        padding: 35px 0;
    }

    .banner p {
        font-size: 20px;
    }

    .banner iframe {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 32px;
    }

    .include-item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .include-item img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 280px;
        margin-bottom: -33px;
    }

    .include-item-text {
        background: #FFF;
    }

    .include-item-text h3,
    .include-item-text p {
        text-align: center;
    }

    .include-item-left .include-item-text {
        margin-left: 0;
    }

    .include-item-right .include-item-text {
        margin-right: 0;
        text-align: left;
    }

    h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    h3>span {
        font-size: 26px;
    }

    .include-item p {
        font-size: 15px;
    }

    .include {
        padding-bottom: 45px;
    }

    .bonuses-header {
        background: #fff;
        margin-bottom: 40px;
    }

    .bonuses-header img {
        max-width: 250px;
    }

    .bonus-item {
        padding: 35px 20px;
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .bonus-item img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
        max-width: 200px;
    }

    .bonus-item-left .text {
        margin-right: 0;
    }

    .bonus-item-right .text {
        margin-left: 0;
    }

    .bonus-item p {
        font-size: 15px;
        line-height: 1.4;
    }

    .back-text {
        margin: 0 25px;
    }

    .back-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .back-wrap img {
        max-width: 200px;
        margin-bottom: 25px;
    }

    .back-text h3 {
        font-size: 26px;
    }

    .back-text h2 {
        margin-bottom: 20px;
    }

    .back p {
        font-size: 16px;
    }

    .back {
        background: url(https://d12hfwo7xdmxn8.cloudfront.net/salespages/toned-in-90-days/survey/tinypngopt-img/back-bg.jpg) no-repeat center center/cover;
        padding: 30px 0 !important;
        color: #fff;
    }

    .ft-smll {
        margin: 10px 0 !important;
    }

    .img-separator {
        margin: 20px 0;
        margin-bottom: 35px;
    }

    .delete {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .card-btm {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .card {
        height: 30px;
    }

    .reserve {
        padding: 45px 0 !important;
    }

    .ft-smll {
        max-height: 200px;
    }

    .text-for-img {
        font-size: 30px !important;
    }

    .text-for-img span {
        font-size: 22px;
    }

    .text-for-img {
        margin-bottom: 40px !important;
    }
}


@media (max-width: 400px) {
    .site-btn {
        font-size: 25px !important;
    }
}

a.cta,
a.cta:hover,
a.cta:visited,
a.cta:active {
    text-decoration: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        max-width: 750px;
    }
}

@media (min-width: 992PX) {
    .container {
        width: 970px;
        max-width: 970px;
    }

    .bonus-item.bonus-item-left {
        text-align: right;
    }

    .bonus-item.bonus-item-right {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

.col-xs-6 {
    width: 50%;
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(odd) {
        padding-right: 7.5px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(even) {
        padding-left: 7.5px;
    }
}

@media only screen and (max-width: 767px) {
    .ft-smll {
        max-height: 172.5px;
    }
}

.video-container {
    position: relative;
    margin: 24px auto 48px auto;
    background-color: #000;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

.showcase__cta span,
.package__cta span {
    background-color: rgba(0, 0, 0, 0.002);
}

.video-container {
    position: relative;
    margin: auto;
    background-color: #000;
}

.text-red {
    color: #e30000 !important;
}

.headlines h1 {
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 25px;
    font-family: Lato, sans-serif;
    margin-bottom: 16px;
}

.under-copy {
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
    text-align: center;
    margin: 24px auto;
    max-width: 80%;
}

.headlines h3 {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 22px;
    font-weight: normal;
    margin: 12px auto;
    padding: 6px;
    width: auto;
    text-transform: none;
}

.click-to-play {
    text-align: center;
    margin: 16px auto 28px auto;
    font-size: 22px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    position: relative;
    width: 220px;
    text-align: center;
    color: #000;
}

.text-red {
    color: #e30000;
}

.arrow-left {
    position: absolute;
    left: 24px;
    top: 19px;
    transform: rotate(-33deg);
}

@media screen and (min-width: 991px) {
    .logo {
        float: left;
    }

    .headlines h1 {
        font-size: 43px;
    }

    .click-to-play {
        font-size: 36px;
    }

    .headlines h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .arrow-left {
        left: -15px;
        top: 31px;
    }

    .arrow-left svg {
        width: 42px;
        height: 42px;
    }

}


.citations p,
.footer__phone {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.citations p {
    color: #595959;
    font-size: 13.333px;
    line-height: 20px;
    word-break: break-word;
}

.footer {
    position: relative;
    height: 600px;
    padding-top: 20vh;
}

.footer.with-margin {
    margin-bottom: 114px;
}

.footer__bg {
    position: absolute;
    height: 600px;
    width: 100vw;
}

.footer__content {
    padding-top: 73px;
}

.footer__content img {
    height: 40px;
    width: auto;
    margin: 0 auto 24px;
    display: block;
}

.footer__phone {
    text-align: center;
    font-size: 21.333px;
    line-height: 20.4px;
    display: block;
    margin: 0 auto 54px;
    background: rgba(0, 0, 0, 0.002);
}

.footer__links a,
.footer__paragraph {
    font-size: 18px;
    background: rgba(0, 0, 0, 0.002);
}

.footer__copyright p,
.footer__links a,
.footer__paragraph {
    font-family: Lato, sans-serif;
    line-height: normal;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.footer__phone,
.footer__phone:active,
.footer__phone:hover,
.footer__phone:visited {
    text-decoration: none;
    color: #fff;
}

.footer__paragraph {
    width: 873px;
    color: #999;
    margin: 0 auto 60px;
}

.footer__links {
    display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.footer__links a {
    color: #999;
    text-decoration-line: underline;
}

.footer__links a:active,
.footer__links a:hover,
.footer__links a:visited {
    text-decoration-line: underline;
    color: #999;
}

.footer__copyright {
    display: flex;
    flex-direction: row;
    gap: 5.33px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.002);
}

.footer__copyright p {
    color: #999;
    font-size: 18.667px;
}

.footer__bg,
.guarantee__bg {
    object-fit: cover;
    z-index: -1;
    left: 0;
    right: 0;
}


@media only screen and (max-width: 1330px) {

    .footer,
    .footer__bg {
        height: 510px;
    }

    .footer.with-margin {
        margin-bottom: 82px;
    }

    .footer__content {
        padding-top: 64px;
    }

    .footer__content img {
        height: 33px;
        margin-bottom: 18px;
    }

    .footer__phone {
        font-size: 17px;
        line-height: 16px;
        margin-bottom: 45px;
    }

    .footer__copyright p,
    .footer__links a {
        font-size: 14px;
    }

    .footer__paragraph {
        font-size: 14px;
        width: 594px;
        margin-bottom: 47px;
    }

    .footer__links {
        gap: 30px;
        margin-bottom: 55px;
    }

    .footer__copyright {
        gap: 6px;
    }

}

@media only screen and (max-width: 767px) {

    .footer.with-margin,
    .package {
        margin-bottom: 50px;
    }


    .footer {
        height: 420px;
    }

    .footer__bg {
        height: 430px;
    }

    .footer__content {
        padding-top: 56px;
    }

    .footer__content img {
        height: 27px;
        margin-bottom: 12px;
    }

    .footer__phone {
        font-size: 14px;
        line-height: 13px;
        margin-bottom: 36px;
    }

    .footer__paragraph {
        font-size: 10px;
        width: 316px;
        margin-bottom: 35px;
    }

    .footer__links {
        gap: 26px;
        margin-bottom: 51px;
    }

    .footer__links a {
        font-size: 10px;
    }

    .footer__copyright {
        gap: 8px;
    }

    .footer__copyright p {
        font-size: 14px;
    }

}

.product-add-to-cart {
    margin-top: 1em;
    margin-bottom: 1em;
    white-space: normal;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 2px;
    font-weight: bold;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
    max-width: 90vw;
    padding: 12px 0;
}


.after-banner section,
.after_banner section {
    display: flex;
    flex-direction: column;
    align-items: center;
}