                body, #zVMR {
                    font-size: 16px;
                    line-height: 1.5;
                }
                
                #zVMR .wrap_content {
                    box-sizing: border-box;
                    overflow: hidden;
                }

                #zVMR .preheader__table {
                    max-width: 980px;
                }
                /* ------ CONTENT ------ */
                
                #zVMR header {
                    padding: 60px 0;
                    background-color: #5e6672;
                    background: -webkit-linear-gradient(to right, #4f6281, #a1adbe);
                    /*background: linear-gradient(to right, #4f6281, #a1adbe);*/
                }
                
                #zVMR .header {
                    display: table;
                    box-sizing: border-box;
                    margin: 0 auto;
                    width: 980px;
                    border: solid 4px #fff;
                }
                
                #zVMR .header section {
                    position: relative;
                    display: table-cell;
                    text-align: left;
                    vertical-align: middle;
                }
                
                #zVMR .header section:first-child {
                    padding: 25px 20px 35px 40px;
                }
                
                #zVMR .header section:last-child {
                    box-sizing: border-box;
                    width: 350px;
                    padding-right: 45px;
                }
                
                #zVMR .ovum_logo {
                    display: block;
                    margin: 0 0 43px 2px;
                    width: 150px;
                    height: auto;
                }
                
                #zVMR .sup_title {
                    position: relative;
                    /*padding-left: 116px;*/
                    margin-bottom: 11px;
                    font-size: 180%;
                    font-weight: bold;
                    line-height: 1.2;
                    white-space: nowrap;
                    text-transform: uppercase;
                    color: #fb5a5f;
                    /*letter-spacing: 1.5px;*/
                }
                
                #zVMR .quote {
                    font-style: italic;
                    font-size: 95%;
                    padding-left: 70px;
                }
                
                #zVMR .clear {
                    clear: both;
                    font-size: initial;
                    line-height: 1.5;
                }
                /*         #zVMR .sup_title::before {
                content: 'NEW';
                position: absolute;
                top: -5px;
                left: 0;
                color: #FF454C;
                font-size: 275%;
                line-height: 1.1;
                font-weight: 600;
            }*/

                #zVMR .header h1, #zVMR .header h3 {
                    color: #fff;
                }
                
                #zVMR .header h1 {
                    font-size: 272%;
                    line-height: 1.15;
                    white-space: nowrap;
                    margin-bottom: 20px;
                }

                #zVMR .text--green {
                    color: #00b336;
                }
                
                #zVMR h3 {
                    font-size: 170%;
                    line-height: 1.25;
                }
                
                #zVMR .header h1 b {
                    font-weight: 700;
                }
                
                #zVMR .wrap_form {
                    position: relative;
                    box-sizing: border-box;
                    margin: -25px auto;
                    max-width: 310px;
                    min-height: 400px;
                    padding: 18px 15px 25px;
                    background: #fff;
                }
                
                #zVMR .wrap_form h2 {
                    margin-bottom: 18px;
                    line-height: 1.3;
                    text-align: center;
                    font-size: 125%;
                }
                
                #zVMR .img_report {
                    display: block;
                    width: 100%;
                    /*width: 500px;*/
                    max-width: 500px;
                    height: auto;
                }
                
                #zVMR .btn {
                    max-width: 270px;
                    margin: 0 auto;
                }
                #zVMR .block_table {
                    display: table;
                    width: 100%;
                }
                
                #zVMR .block_td {
                    display: table-cell;
                    vertical-align: top;
                }
                
                #zVMR .content {
                    margin: 0 auto;
                    padding: 55px 0 45px;
                    width: 980px;
                }
                
                #zVMR .content p {
                    margin-bottom: 25px;
                }
                
                #zVMR a.unique_a {
                    display: inline-block;
                    white-space: nowrap;
                    text-transform: uppercase;
                    font-weight: 600;
                    box-shadow: 0 1px 0 0;
                    transition: all ease-out .2s;
                }
                
                #zVMR a.unique_a:hover {
                    box-shadow: 0 2px 0 0;
                    text-decoration: none;
                }


                @media screen and (max-width:1025px) {
                    #zVMR .header h1 {
                        font-size: 250%;
                    }
                    #zVMR h3 {
                        font-size: 140%;
                    }
                    #zVMR header,
                    #zVMR .header,
                    #zVMR .content {
                        width: auto;
                        margin: 0;
                        padding-right: 15px;
                        padding-left: 15px;
                    }
                    #zVMR .header {
                        width: 100%;
                    }
                    #zVMR .header section:first-child {
                        padding: 20px;
                    }
                    #zVMR .header section:last-child {
                        box-sizing: border-box;
                        width: 325px;
                        padding-right: 20px;
                    }
                    #zVMR .hide_mob {
                        display: none !important;
                    }
                }
                
                @media screen and (max-width:820px) {
                    #zVMR .wrap_form {
                        min-height: 100px;
                    }
                    #zVMR h3 {
                        text-align: center;
                    }
                    #zVMR header {
                        padding: 30px 15px 45px;
                    }
                    .header,
                    #zVMR .header section {
                        display: block;
                        padding: initial !important;
                        width: auto !important;
                    }
                    #zVMR .header section:first-child {
                        margin: 0 auto 40px;
                    }
                    #zVMR .header {
                        border: 0 none;
                    }
                    #zVMR .ovum_logo {
                        margin: 0 auto 30px;
                    }
                    #zVMR .wrap_form {
                        margin: 0 auto;
                    }
                    #zVMR .sup_title {
                        padding-left: initial;
                        text-align: center;
                        font-size: 140%;
                        white-space: normal;
                    }
                     /*                   #zVMR .sup_title::before {
                        content: 'NEW';
                        position: initial;
                        top: auto;
                        left: auto;
                        color: #FF454C;
                        font-size: 100%;
                        line-height: inherit;
                        font-weight: 600;
                    }*/
                    #zVMR .header h1 {
                        text-align: center;
                    }
                    #zVMR .hide820 {
                        display: none !important;
                    }
                }
                
                @media screen and (max-width:860px) {
                    #zVMR .wrap_content {
                        min-height: initial;
                        padding-bottom: 0;
                    }
                    #zVMR .block_table,
                    #zVMR .block_td {
                        display: block;
                        width: auto !important;
                        margin: initial !important;
                        padding: initial !important;
                    }
                    #zVMR .block_table .block_td:first-child {
                        margin-bottom: 25px !important;
                    }
                    #zVMR .img_report {
                        margin: 30px auto 0;
                    }
                    #zVMR .m_b_25 {
                        margin-bottom: 25px !important;
                    }
                }
                
                @media screen and (max-width:570px) {
                    #zVMR .img_report {
                        width: 100%;
                    }
                    #zVMR .header h1 {
                        white-space: normal;
                    }
                    #zVMR .quote {
                        padding-left: 30px;
                    }
                }
                
                @media screen and (max-width:480px) {
                    #zVMR .ovum_logo {
                        width: 100px;
                    }
                    #zVMR .sup_title {
                        margin-bottom: 20px;
                        font-size: 130%;
                    }
               
                    #zVMR .btn {
                        max-width: 250px;
                    }
                    #zVMR .hide480 {
                        display: none !important;
                    }
                }
