
        .secondaryColor {
            color: var(--color-secondary);
        }

        .primaryColor {
            color: var(--color-primary);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Montserrat", sans-serif;
        }

        body.light {
            background: url(https://d1fpc7ozgyks14.cloudfront.net/assets/img/global/lgt_bg.png) no-repeat center center fixed;
            background-size: cover;
        }

        .font-normal {
            font-weight: 400;
        }

        .font-bold {
            font-weight: 700;
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 90vw;
            max-width: 75rem;
            margin: 0.5rem auto;
        }

        h1 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-white);
            width: 90%;
            max-width: 50rem;
            margin: 1rem auto;
            text-align: center;
            line-height: 1.5rem;
        }

        p {
            color: var(--color-primary);
        }

        h4 {
            font-size: 1.25rem;
            color: var(--color-primary);
        }

        .left {
            text-align: left;
        }

        .center {
            text-align: center;
        }

        .light h1 {
            color: var(--color-primary);
        }

        span.red {
            color: var(--color-secondary);
        }

        .logo p {
            color: var(--color-white);
            font-size: 0.6rem;
            font-weight: 700;
        }

        .light .logo p {
            color: var(--color-primary);
        }

        .logo h4 {
            color: var(--color-red);
            font-size: 1.2rem;
            font-weight: 700;
            line-height: 1.2rem;
        }

        .secure {
            width: 150px;
        }

        .phone {
            color: var(--color-white);
            font-size: 0.75rem;
            display: flex;
            font-weight: bold;
        }

        .light .phone {
            color: var(--color-drkblue);
        }

        .phone img {
            width: 1.25rem;
            padding-right: 0.25rem;
        }

        .grouping {
            width: 100%;
            max-width: 58rem;
            margin: 2rem auto;
            text-align: center;
        }

        .player {
            width: 90%;
            max-width: 44rem;
            margin: auto;
        }

        .cta {
            width: 16rem;
            height: 4rem;
            border-radius: 2rem;
            background-color: var(--color-primary);
            align-items: center;
            display: flex;
            justify-content: center;
            color: var(--color-white);
            font-weight: 700;
            margin: 0.75rem auto;
            text-decoration: none;
        }

        .cta img {
            padding-left: 0.5rem;
        }

        .reviews {
            align-items: center;
            display: flex;
            justify-content: center;
            color: var(--color-white);
            margin: 2rem auto;
        }

        .light .reviews {
            color: var(--color-primary);
        }

        .reviews img {
            padding-right: 0.5rem;
        }

        .reviews span {
            font-weight: 700;
        }

        footer {
            background-color: var(--color-secondary);
            color: var(--color-white);
            margin: 0 auto;
            padding: 0.5rem;
            text-align: center;
            margin-top: 5rem;
            width: 100%;
        }

        footer p {
            color: #fff;
        }

        .center {
            text-align: center;
        }

        .securepayments {
            font-weight: 700;
            font-size: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .imgspc img {
            padding-left: 0.25rem;
        }

        .red-button {
            background-color: var(--color-secondary);
            color: var(--color-white);
            border-radius: 0.84375rem;
            padding: 0.25rem 0.5rem;
        }

        .nextStepTextLink {
            font-size: 0.9rem;
            padding-bottom: 100px;
        }

        .imgres {
            max-width: 100%;
            height: auto;
        }

        .grey {
            background-color: #f8f8f8;
        }

        .greygrad {
            background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
            padding-top: 1.5rem;
        }

        .box {
            width: 90%;
            max-width: 50rem;
            margin: 1rem auto;
            border-radius: 1rem;
            border: 1px solid var(--color-red);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column-reverse;
        }

        .box .one {
            flex-basis: 100%;
            flex-grow: 0;
            flex-shrink: 0;
            position: relative;
        }

        .box .one .content {
            padding: 1rem;
        }

        .box .one .moneyback {
            position: absolute;
            left: -3vw;
            top: -3vw;
            width: calc(5vw + 150px);
            transform: rotate(-9deg);
        }

        .box .center {
            display: flex;
            flex-direction: column;
        }

        .box .center :nth-child(1) {
            margin-top: .5rem;
        }

        .box .center :nth-child(2) {
            margin: .5rem auto;
        }

        .eighty {
            width: 90%;
            max-width: 50rem;
        }

        .bigtext {
            font-size: 4rem;
            line-height: 4rem;
            color: var(--color-secondary);
        }

        .bonus {
            width: 80%;
            max-width: 50rem;
            margin: 3rem auto;
            border-radius: 1rem;
            border: 1px solid var(--color-secondary);
            display: flex;
            align-items: center;
            justify-content: end;
            flex-direction: column;
            position: relative;
            padding: 2rem 1rem;
            text-align: center;
        }

        .realpeople,
        .bigger,
        .ryan,
        .gmpmp {
            width: 95%;
            max-width: 60rem;
            margin: 1rem auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .discount {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .gmpmp .moneyback {
            position: absolute;
            left: -3vw;
            top: -3vw;
            width: calc(5vw + 150px);
            transform: rotate(-9deg);
        }

        .mbg {
            position: relative;
        }

        .lrgmargin {
            margin: 1rem auto;
        }

        .dark {
            background-color: #1f394e;
            margin-top: 1rem;
        }

        .dark .inner {
            padding: 5rem 0;
        }

        .sixty {
            width: 95%;
            max-width: 60rem;
            margin: auto;
        }

        .sixty p {
            margin-top: 2rem;
        }

        .orange {
            color: #f9a000;
        }

        .dark p,
        .dark h1 {
            text-align: center;
            color: #ffffff;
        }

        .dark p {
            margin-top: 1.25rem;
        }

        .dark p.twenty {
            font-size: 1.25rem;
        }

        .realpeople img {
            width: 50%;
            padding: 1rem;
        }

        .realpeople div {
            padding: 0 1rem;
            text-align: center;
        }

        .realpeople.two {
            flex-direction: column-reverse;
        }

        .bonus img {
            margin-top: -4rem;
            margin-bottom: 2rem;
        }

        .bigger {
            flex-direction: row-reverse;
            padding: 1rem 0;
        }

        .bigger img {
            width: 25%;
        }

        .bigger div {
            padding: 0 2rem;
        }

        .bigger h1 {
            margin: 0;
        }

        .ryan .photo {
            width: 50%;
            padding: 2rem;
        }

        .ryan p {
            text-align: center;
        }

        .gmpmp p {
            text-align: center;
            margin-bottom: 2rem;
        }

        .reviews.center {
            margin: 0.5rem auto;
        }

        .end .reviews {
            flex-direction: column;
        }

        .hidden{
            display: none;
        }

        @media screen and (min-width: 768px) {
            h1 {
                font-size: 2.5rem;
                line-height: 2.5rem;
            }

            .logo p {
                font-size: 0.8rem;
            }

            .logo h4 {
                font-size: 1.5rem;
                line-height: 1.5rem;
            }

            .secure {
                width: 295px;
            }

            .phone {
                font-size: 1.5rem;
            }

            .phone img {
                width: 2rem;
                padding-right: 0.5rem;
            }

            nav {
                padding-bottom: 2.5rem;
            }

            .box .one {
                flex-basis: 60%;
                flex-grow: 0;
                flex-shrink: 0;
                position: relative;
            }

            .bonus div {
                width: 70%;
            }

            .realpeople,
            .realpeople.two,
            .box,
            .bigger,
            .ryan,
            .bonus {
                flex-direction: row;
            }

            .bigger {
                padding: 0;
            }

            .realpeople img {
                width: 40%;
                padding: 1rem;
            }

            .realpeople div {
                padding: 0 0.25rem 0 3rem;
                text-align: left;
            }

            .realpeople.two div {
                padding: 0 3rem 0 0;
                text-align: left;
            }

            .bigger {
                margin: 2rem auto;
            }

            .bigger img {
                width: 50%;
                margin-top: -1rem;
                margin-bottom: -1rem;
            }

            .bigger div {
                padding: 0 3rem 0 0;
            }

            .ryan p {
                text-align: left;
            }

            .ryan .reviews {
                justify-content: start;
                margin: 0;
            }

            .ryan .reviews img {
                max-width: 75%;
            }

            .ryan .reviews p {
                font-size: 0.75rem;
            }

            .ryan .cta {
                width: 12rem;
                height: 3rem;
                border-radius: 1.5rem;
                background-color: var(--color-secondary);
                align-items: center;
                display: flex;
                justify-content: center;
                color: var(--color-white);
                font-weight: 700;
                margin: 0.75rem auto;
                text-decoration: none;
            }

            .bonus {
                height: 300px;
                text-align: left;
            }

            .bonus img {
                position: absolute;
                left: -2rem;
                margin-top: 0;
                margin-bottom: 0;
            }

            .sixty {
                width: 70%;
                max-width: 50rem;
                margin: 2rem auto;
            }

            .gmpmp p {
                text-align: left;
            }

            .end .reviews {
                flex-direction: row;
            }
        }

        @media screen and (min-width: 1024px) {
            .discount {
                flex-direction: row;
            }

            .discount .reviews {
                margin: 0.5rem auto;
            }
        }

        @media screen and (max-width: 450px) and (min-width: 360px) {
            h1 {
                font-size: 1.25rem;
                line-height: 1.25rem;
            }
        }

        .dark .inner {
            width: 80%;
            max-width: 50rem;
            margin: auto;
            text-align: center;
        }

        .eighty {
            margin: auto;
        }

        .cta2 {
            height: 4rem;
            font-size: 1.5rem;
            background-color: var(--color-primary);
            align-items: center;
            display: flex;
            justify-content: center;
            color: var(--color-white);
            font-weight: 700;
            margin: 0.75rem auto;
            text-decoration: none;
            flex-direction: column;
            margin: 2rem auto;
            max-width: 44rem;
            padding: 2em;
        }

        .cta2:hover {
            filter: saturate(0.6);
        }

        .small {
            font-size: 0.75rem
        }

        .box .one .moneyback {
            top: -2.5vw;
            width: calc(3vw + 150px);
        }

        .header {
            margin-top: 2rem;
            margin-bottom: 2rem
        }

        h1 {
            margin: 1rem auto;
        }

        ul.eighty {
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: var(--color-drkblue);
        }

        .eighty li {
            padding-bottom: .5rem;
        }

        .bottomimg {
            max-width: 80%;
            margin: 2rem auto;
        }

        #squeeze {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
            display: none;
        }

        .overlay {
            height: 100%;
            width: 100%;
            position: fixed;
            background: rgba(0, 0, 0, 0.5);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

        #loading-indicator::after,
        #loading-indicator::before {
            box-sizing: border-box;
            left: 50%;
            position: absolute;
            top: 50%
        }

        #loading-indicator {
            background-color: rgba(0, 0, 0, .5);
            bottom: 0;
            box-sizing: border-box;
            font-size: 1px;
            height: 100%;
            left: 0;
            margin: 0 !important;
            padding: 0 !important;
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 2147483646
        }

        #loading-indicator::before {
            background: url(https://d1fpc7ozgyks14.cloudfront.net/assets/img/global/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
            content: "";
            height: 70px;
            margin-left: -35px;
            margin-top: -70px;
            width: 70px;
            z-index: 2
        }

        #loading-indicator::after {
            background: #fff;
            border-radius: 5px;
            color: #000;
            content: "Submission Processing... ";
            font-family: arial;
            font-size: 17px;
            height: 110px;
            line-height: 98px;
            margin-left: -150px;
            margin-top: -75px;
            padding-top: 35px;
            text-align: center;
            width: 300px;
            z-index: 1
        }

        .logo {
            max-width: 10em;
        }

        .logo img {
            width: 100%;
        }

        .vidblock {
            position: relative;
            width: 100%;
        }

        #vidthumb {
            position: absolute;
            transform: translate(-50%, 0%);
        }

        .vidblock .aniover {
            position: absolute;
            z-index: 1;
        }

        .vidblock .bmpui-ui-uicontainer {
            z-index: 10;
        }

        #vidthumb {
            width: 100%;
        }

        @media only screen and (max-width: 720px) {
            #vidthumb {
                margin-left: auto;
                margin-right: auto;
            }

            .cta2,
            .text_link {
                font-size: 0.9em !important;
            }
        }

        @media only screen and (min-device-width : 500px) {
            .secure2 {
                display: none !important;
            }
        }

        @media screen and (min-width: 768px) {
            h1 {
                font-size: 2rem;
                line-height: 3rem;
            }
        }

        @media screen and (min-width: 1600px) {
            footer{
                position: fixed;
                bottom: 0;
            }
        }


        @media only screen and (max-device-width : 768px) {
            #buttonContainer {
                margin: auto;
                width: 90%;
            }

            .reviews {
                display: block;
            }

            .secure {
                display: none;
            }

            .secure2 {
                margin: auto;
                max-width: 10rem;
                margin-top: 1em;
                display: block;
            }

            h1 {
                line-height: 1.4em;
                font-size: 0.9rem;
            }

        }

        .overlay {
            z-index: 99;
        }

        .cta2 {
            margin: 0.75rem auto;
        }

        #loading-indicator::after,
        #loading-indicator::before {
            box-sizing: border-box;
            left: 50%;
            position: absolute;
            top: 50%
        }

        #loading-indicator {
            background-color: rgba(0, 0, 0, .5);
            bottom: 0;
            box-sizing: border-box;
            font-size: 1px;
            height: 100%;
            left: 0;
            margin: 0 !important;
            padding: 0 !important;
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 2147483646
        }

        #loading-indicator::before {
            background: url(https://getgrowthmatrix.com/assets/images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
            content: "";
            height: 70px;
            margin-left: -35px;
            margin-top: -70px;
            width: 70px;
            z-index: 2
        }

        #loading-indicator::after {
            background: #fff;
            border-radius: 5px;
            color: #000;
            content: "Submission Processing... ";
            font-family: arial;
            font-size: 17px;
            height: 110px;
            line-height: 98px;
            margin-left: -150px;
            margin-top: -75px;
            padding-top: 35px;
            text-align: center;
            width: 300px;
            z-index: 1
        }

        .form {
            margin: auto;
            text-align: center;
        }

        .gmsubmit {
            padding: 0.25rem 0.5rem;
            margin: 0.5rem auto;
            font-size: 1.25rem;
            background-image: linear-gradient(to top, #c3a748 3%, #fcdd68);
            border: solid 1px #0f1d4c;
            width: 80%;
        }

        .gmsubmit:hover {
            background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
            cursor: pointer;
        }

        .center {
            text-align: center;
        }

        input {
            padding: 0.25rem 0.5rem;
            margin: 0.5rem auto;
            font-size: 1.25rem;
            width: 80%;
        }

        .cta-img {
            max-width: 100%;
            margin: auto;
        }

        .form-group {
            margin: 5px;
        }


        @media (max-width: 1024px) {
            #optin {
                max-width: 80%;
                width: 80%;
            }

        }

        @media (max-width: 767px) {
            #optin {
                max-width: 95%;
                height: 90vh;
                overflow-y: auto;
                width: 95%;
            }

            .form-group {
                margin: 1px;
            }

            .my-auto {
                top: 50%;
                transform: translateY(-50%);
                position: relative;
            }

            #optin h4 {
                font-size: 1em;
            }

            #optin img {
                display: none;
            }

            #optin input {
                margin-top: 10px !important;
            }

            footer {
                position: fixed;
                bottom: 0;
            }
        }

        @media (min-width: 768px) {


            #optin h2 {
                font-size: 1em;
            }

            #optin .group,
            #optin .form-block {
                flex-direction: row;
                align-items: center;
            }

            #optin .form-group input {
                margin-top: 0rem;
            }

            #optin .group img {
                max-width: 10rem;
            }

            #optin li {
                margin-bottom: 1rem;
            }

            #optin ul {
                margin: 0;
            }

            #optin ul li {
                font-size: 1rem;
            }
        }

        #optin li:last-of-type {
            margin-bottom: 0rem;
        }

        #ontra {
            margin-bottom: 1.25em;
        }

        @media only screen and (max-device-width : 350px) {

            h1 {
                font-size: 0.7rem;
            }

        }