*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
body {
    color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
}

.top-container {
    margin: 0 auto;
    max-width: 10400px;
    padding: 15px 20px 25px 20px;
    text-align: center;
    width:100%;
}

.logo {
    max-width: 748px;
    margin:0 auto;
    display:block;
}

.top-headline {
    background: #fff;
}

h1 {
    color: #fff;
    font-size: 25px;
}
p{
    padding-bottom:10px;
}
h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}
.form-inner p{
    font-size:17px;
}
.form-inner .p-top-1{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    padding-bottom:0;
}
.pages{
    max-width:850px;
    margin:0 auto;
    padding-top:0;
}
.pages h1 {
    color: #000;
    font-size: 21px;
    margin-top:10px;
    font-weight: 400;
    margin-bottom:0;
}
.pages h2 {
    color: #e81d25;
    font-size: 28px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:0;
    margin-top:30px;
    padding-bottom:0;
}
.top-form .title-tri{
    background: #55006a;
    max-width: 50%;
    text-align: right;
    position: relative;
}
.bottom-form .title-tri{
    background: #55006a;
    width: 86%;
    text-align: left;
    position: absolute;
    margin-top: -69px;
    right: 0;
}

.top-form .title, .bottom-form .title {
    display: inline-block;
}
.videoWrapper{
    max-width:564px;
    max-height:319px;
    border:2px solid #da3c0b;
    margin:0 auto;
}
.top-form .title p{
    color: #fff;
    font-size: 18px;
}
.bottom-form .title p{
    color: #fff;
    margin-bottom: 5px;
}

.bottom-form .title p.sixteen {
    font-size: 16px;
    margin-top: 0;
}
.top-form .cta-green{
  margin-bottom:0;
}
.orange-bar{
  background:#da3c0b;
  width:calc(((100% - 1020px) / 2) + 792px);
  padding:0 8px;
  position:relative;
}
.orange-bar:after{
  content:'';
  width:0;
  height:0;
  position:absolute;
  right:-37px;
  border-bottom:37px solid #da3c0b;
  border-right:37px solid transparent;
  bottom:0;
}
.orange-bar .title{
  color:#fff;
  width:100%;
  text-align:right;
  font-weight:700;
  font-size:24px;
  height:37px;
  line-height:37px;
  padding-top:5px;
}
.top-form .title-triangle-right {
    display: inline-block;
    width: 0;
	height: 0;
	border-bottom: 56px solid #55006a;
	border-right: 56px solid transparent;
    position: absolute;
}

.bottom-form .title-triangle-left {
    display: inline-block;
    width: 0;
	height: 0;
	border-bottom: 87px solid #55006a;
	border-left: 87px solid transparent;
    position: absolute;
    margin-left: -87px;
}

.form-container {
    background: #da3c0b;
    width: 100%;
}

.form-inner {
    max-width: 850px;
    padding: 15px 0 5px 0;
    margin: 0 auto;
    color:#fff;
}
.lh-small{
    line-height:1.1;
}
.form-inner input {
    border: 0;
    border-radius: 5px;
    margin-right: 5px;
    padding: 13px;
    width: 25%;
}

.form-inner{
    text-align:center;
}
.button {
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
    background: rgb(142,205,42);
    background: -moz-linear-gradient(top, rgba(142,205,42,1) 0%, rgba(71,160,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(142,205,42,1) 0%,rgba(71,160,45,1) 100%);
    background: linear-gradient(to bottom, rgba(142,205,42,1) 0%,rgba(71,160,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ecd2a', endColorstr='#47a02d',GradientType=0 );
    font-size: 21px;
    padding: 15px 100px;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
    display:inline-block;
    margin:0 auto;
    float:none;
}
.button span, .button img{
    display:inline-block;
}
.main-wrap p{
  line-height:1.7;
  font-size:17px;
  padding-bottom:25px;
}
.button:hover {
    background: rgb(71,160,45);
    background: -moz-linear-gradient(top, rgba(71,160,45,1) 0%, rgba(142,205,42,1) 100%);
    background: -webkit-linear-gradient(top, rgba(71,160,45,1) 0%,rgba(142,205,42,1) 100%);
    background: linear-gradient(to bottom, rgba(71,160,45,1) 0%,rgba(142,205,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a02d', endColorstr='#8ecd2a',GradientType=0 );
}
.title-2{
    padding-bottom:5px;
    margin-top:0;
    padding-top:0;
}
.button img {
    margin-left: 5px;
    width: 25px;
}
.block-2{
    margin-bottom:15px;
}
.left {
    float: left;
    margin-right: 20px;
}
.title-3 span{
    display:block;
    line-height:1;
}
.title-3{
    margin-bottom:5px;
}
.right {
    float: right;
    margin-left: 20px;
}

.center {
    display: block;
    margin: 0 auto;
}

ul li {
    margin-top: 15px;
}
.block-3 .nineteen{
    font-size:17px;
    padding-bottom:5px;
    font-weight:600;
    padding-top:5px;
}
    
.img-mob {
    display: none;
}

.img-desc {
    display: block;
}

.purple {
    background: #da3c0b;
}

.purple p {
    color: #fff;
}

.yellow {
    background: #fed64c;
}

.text-yellow {
    color: #ffc51b;
}

.text-blue {
    color: #014189;
    font-weight:800;
}

.white {
    color: #fff;
}
.title-1 span{
    display:block;
    line-height:1.1;
}
.twenty-two{
    font-size:21px;
}
.twenty-four{
    font-size:23px;
}
.block-1{
    margin-bottom:40px;
}
.main-wrap{
    max-width: 980px;
    width:100%;
    padding:0 10px;
    margin: 0 auto;
}
.yellow p{
    font-size:18px;
    padding:14px 0;
    line-height:1.1;
}
.block-5{
    padding:20px 20px 0 20px;
    margin-top:15px;
    text-align:center;
}
.block-5 .button{
    display:inline-block;
    margin-top:5px;
}
.block-5 .h3-6{
  margin-bottom:5px;
}
/*Margins*/
.mt-0 {
    margin-top: 0;
}
.title-6 span{
    display:block;
    padding:0;
    line-height:1;
}
.title-6{
    margin-bottom:10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.block-7{
    width:100%;
    max-width:850px;
    margin:0 auto 30px auto;
}
.p-100 {
    padding-left: 100px;
    padding-right: 100px;
}
p.title-8{
    line-height:1.1;
}
.block-9{
    text-align:center;
}
.block-9 .button{
    display:inline-block;
    margin-top:10px;
}
/*Clear children*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.block-4{
    margin-top:20px;
    padding:25px;
    margin-bottom:20px;
}
.bonus-group{
    padding:0 90px 0 20px;
}
.bonus-group img{
    margin-right:25px;
}
.bonus-group span{
    display:block;
    margin-top:5px;
    margin-bottom:5px;
}
.bonus-group span.gift-mobile{
  margin:0;
  display:inline;
}
.title-4 span{
    font-weight:800;
}
.about-mary img{
    display:block;
    margin:0 auto 20px auto;
}
.about-mary{
    margin-top:30px;
    margin-bottom:15px;
    text-align:center;
}
.about-mary p{
    text-align:center;
    padding-bottom:0;
}
.block-0{
    margin-top:10px;
}
.header{
  background:url('../images/sogheader.jpg') no-repeat center center;
  background-size:cover;
  overflow:hidden;
  padding:0 10px;
}
.logo{
  margin:15px auto 25px auto;
  display:block;
  width:100%;
  max-width: 753px;
}
.header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.header-inner img {
  display: block;
  max-width: 100%;
  max-height: 90px;
}
.footer {
  background: #fcf0d9;
  color: #52312d;
  font-size: 12px;
  line-height: 130%;
  padding:0 10px;
}
.footer .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer p {
  margin: 15px 0;
}
.footer .copyright p a {
  text-decoration: underline;
  color: #52312d;
  padding: 0 5px;
}
.footer .copyright p a:first-child {
  border-right: 1px solid #52312d;
}
.footer .copyright p a:hover {
  text-decoration: none;
}
.footer .left {
  float: left;
  margin-right: 15px;
}
.footer .right {
  float: right;
  margin-left: 15px;
}
.m-box{
  overflow:hidden;
  margin-bottom:30px;
}
.m-third{
  width:100%;
  max-width:33.33%;
  float:left;
}
.m-img{
  display:block;
  margin:0 auto 10px auto;
}
.hurry{
  margin-bottom:45px;
}
.hurry p{
  font-size:18px;
  text-align:center;
}
.hurry .bold{
  padding-bottom:0;
}
.text-center{
  text-align:center;
}
.m-title{
  text-align:center;
  font-size:18px;
  font-style:italic;
  color:#111;
  font-weight:600;
}
.ct-wrap-outer{
  text-align:center;
}
.ct-wrap{
  background:#fdc70d;
  border-radius:5px;
  padding:5px 35px;
  text-align:center;
  color:#311212;
  display:inline-block;
  margin:0 auto;
}
.ct-text,.ct,.ct-box{
  display:inline-block;
  vertical-align:middle;
}
.counter{
  font-family:'Montserrat',Helvetica,Arial,Verdana,sans-serif;
  font-size:45px;
  font-weight:500;
  line-height:1;
}
.units,.ct-text{
  font-family:'Open Sans',Helvetica,Arial,Verdana,sans-serif;
  line-height:1;
}
.ct-text{
  font-weight:600;
  font-size:24px;
  margin-right:5px;
}
.units{
  font-weight:400;
  font-size:16px;
  text-transform:uppercase;
}
.ct-1{
  margin-top:5px;
  margin-bottom:18px;
}
.cta-wrap{
  text-align:center;
}
.block-0{
  border-top:3px solid #fedcce;
  padding-top:30px;
}
.main-h3{
  font-size:24px;
  color:#252525;
  margin-bottom:20px;
}
.h3-1{
  padding-top:10px;
}
.b-img-1{
  float:right;
  margin-left:20px;
}
.block-0{
  margin-bottom:40px;
}
.h3-2{
  padding-top:3px;
}
.block-0,.block-1{
  overflow:hidden;
}
.h3-3{
  text-align:center;
}
.line{
  display:block;
}
.h3-3 .line-2{
  font-weight:400;
  font-size:22px;
}
.block-3{
  border-radius:16px;
  overflow:hidden;
  background:url('../images/img3.jpg') no-repeat right center;
  background-size:contain;
  margin-bottom:50px;
}
.parts-wrap{
  background:#fdeddf;
  max-width:720px;
  float:left;
}
.part:nth-of-type(2n){
  background:#fdf6e8;
}
.part{
  padding:20px 10px 10px 20px;
}
.part .bold{
  margin-bottom:5px;
  padding-bottom:0;
  line-height:1;
  font-size:19px;
  font-weight:700;
}
.block-4{
  padding:25px;
  margin-bottom:40px;
}
.block-4 p{
  text-align:center;
  font-size:16.5px;
  line-height:1.375;
  padding-bottom:15px;
}
.block-4 .last{
  font-size:18px;
}
.block-4 .last-1{
  font-weight:700;
  line-height:1;
  padding-bottom:0;
}
.block-4 .last-2{
  font-style:italic;
  padding-bottom:20px;
}
.h3-4{
  font-size:24px;
  text-align:center;
  margin-bottom:5px;
}
.h3-5{
  text-align:center;
  margin-top:30px;
  margin-bottom:5px;
}
.block-ready p{
  text-align:center;
}
.ct-2{
  margin-top:5px;
  margin-bottom:18px;
}
.btm-gift{
  display:block;
  margin:0 auto;
}
.block-5{
  margin-bottom:20px;
}
.h3-7{
  text-align:center;
  margin-bottom:10px;
}
.block-71{
  margin-bottom:50px;
}
.block-71 p{
  text-align:center;
  line-height:1.5;
  padding:0 110px;
}
.h3-8{
  color:#da3c0b;
  text-align:center;
  font-weight:800;
  max-width:850px;
  margin:0 auto 10px auto;
}
.block-7 p,.about-mary p{
  text-align:center;
  line-height:1.5;
}
.block-7{
  max-width:100%;
  margin-bottom:25px;
}
.cw-4{
  margin-bottom:20px;
}
.about-mary{
  text-align:center;
}
.about-mary img.mary,.about-mary img.signature{
  display:inline-block;
  vertical-align:middle;
}
.about-mary img.signature{
  margin-left:15px;
  margin-top:25px;
}
.about-mary p.bold{
  margin-top:10px;
}
.about-mary{
  margin-bottom:55px;
}
.block-8 .copy{
  overflow:hidden;
}
.block-8 .h3-9{
  margin-bottom:10px;
  font-size:22px;
  color:#252525;
  font-weight:600;
}
.guarantee{
  margin-top:35px;
}
.block-8 p{
  line-height:1.4;
  padding-bottom:5px;
}
.block-8{
  margin-bottom:75px;
}
@media (max-width: 1040px){
  .block-3{
    background:none;
  }
  .parts-wrap{
    max-width:100%;
  }
}
@media (max-width:960px){
  .pages h2{
    margin-top:10px;
    margin-bottom:10px;
  }
  .block-71 p{
    padding:0;
  }
  .block-8 img{
    float:left;
    margin-right:15px;
    margin-top:37px;
  }
  .bonus-group img,img.btm-gift-2{
    max-width:100px;
  }
  .bonus-group .pt-25{
    padding-top:10px;
  }
  .block.bonus-group{
    padding:0 10px;
    margin-bottom:20px;
  }
  .bonus-group p{
    text-align:center;
  }
  .b-img-1{
    content:url('../images/img1mobile.jpg');
  }
  .block-1 .img-desc{
    content:url('../images/img2mobile.jpg');
  }
  .b-img-1,.block-1 .img-desc{
    float:none;
    display:block;
    margin:0 auto 10px auto;
  }
  .b-img-1{
    margin-top:30px;
  }
  .h3-1,.h3-2,.main-h3{
    text-align:center;
  }
    footer .container {
      padding: 25px;
    }
    footer .copyright p a {
      line-height: 25px;
    }
    .footer .left, .footer .right {
      float: none;
      margin: 0 auto;
      display: block;
      text-align: center;
    }
    .footer .left{
      margin-bottom:10px;
    }
    .header {
      background-image:url('../images/sogheadermobile.jpg');
    }
    .logo {
      max-width: 450px;
      width:100%;
      content:url('../images/soglogomobile.png');
      margin:15px auto 25px auto;
      display:block;
    }
    img {
        max-width: 90%;
    }
    .logo {
        max-width: 45%;
    }
    .top-form .title-tri, .bottom-form .title-tri {
        background: #55006a;
        width: 100%;
        max-width: 100%;
        text-align: center;
        position: relative;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .top-form .title-triangle-right, .bottom-form .title-triangle-left {
        display: none;
    }
    .top-container{
        padding: 10px 5px;
    }
    .form-inner {
        text-align: center;
        padding: 25px;
    }
    
    .inner {
        padding: 0 25px;
    }
    
    .form-inner input {
        margin-bottom: 10px;
    }
    
    .button {
        max-width: 90%;
    }
    
    .left, .right {
        float: none;
        margin: 0 auto;
    }
    .bonus-group img{
        margin:0 auto;
    }
    .block {
        padding: 15px;
    }
    .img-desc{
        margin-bottom:10px;
    }
    .block-7 img{
        display:block;
        margin:0 auto 10px auto;
    }
    .p-100 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.img3-mobile{
  display:none;
}
@media (max-width: 740px){
    .block-3{
      border-radius:0;
      margin-bottom:30px;
    }
    .main-wrap.mwrap-3,.block.block-3{
      padding:0;
    }
    .img3-mobile{
      display:block;
      margin:0 auto 20px auto;
    }
    .main-wrap p.m-title{
      font-size:14px;
    }
    .block-7{
        margin-bottom:10px;
    }
    br{
        display:none;
    }
    .pages h2{
        font-size:21px;
    }
    .pages h1{
        font-size:16px;
    }
    body{
        font-size:14px;
    }
    .form-inner p{
        font-size:15px;
    }
    .form-inner .p-top-1{
        font-size:18px;
    }
    span.twenty-four,p.twenty-four{
        font-size:18px;
    }
    span.twenty-two,p.twenty-two{
        font-size:16px;
    }
    .twenty,span.twenty{
        font-size:16px;
    }
    p.twenty-one{
        font-size:18px;
    }
}
@media (max-width: 670px){
  .orange-bar:after{
    display:none;
  }
  .orange-bar{
    width:100%;
  }
  .orange-bar .title{
    text-align:center;
    font-size:21px;
  }
}
@media (max-width: 660px){
  .block.block-4{
    padding:20px 10px;
  }
}
@media (max-width: 640px){
  .main-wrap p.m-title{
    font-size:18px;
  }
  .m-third{
    max-width:100%;
    margin-bottom:13px;
  }
  .m-img{
    margin-bottom:5px;
  }
  .m-box{
    margin-bottom:0;
  }
  .bonus-group span.gift-mobile,.gift-mobile{
    display:block;
    margin:0 auto;
  }
}
@media (max-width: 640px){
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        border:none;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    div.ml-50{
        margin-left:0;
    }
    .block{
        padding:0 10px;
    }
}
@media (max-width: 600px){
    .form-inner{
        padding:10px;
    }
    .button{
        max-width:100%;
        display:block;
        padding:15px;
        width:100%;
    }
    .block-5{
        margin-top:0;
        padding:15px 10px;
    }
    .mt-20.block-1{
        margin-top:0;
        padding-top:0;
    }
    .block.mt-25{
        margin-top:0;
    }
    p.title-4{
        font-size:16px;
    }
    div.pt-25{
        padding-top:0;
    }
    div.block-2{
        margin-top:0;
    }
    div.block-1{
        margin-bottom:0;
    }
}
@media (max-width: 520px){
  .orange-bar .title{
    font-size:16px;
    height:auto;
    line-height:1.3;
    padding-top:10px;
  }
  .top-form .pb-15{
    padding-bottom:5px;
  }
}
@media (max-width:480px){
  .block-71{
    margin-bottom:25px;
  }
  .block-8 img{
    float:none;
    display:block;
    margin:0 auto 10px auto;
  }
  .about-mary img.signature{
    max-width:100px;
    margin-left:10px;
  }
  .about-mary img.mary{
    max-width:120px;
  }
  .btm-gift{
    max-width:200px;
  }
  .block-5{
    margin-bottom:0;
  }
  .h3-1, .h3-2{
    margin-top:0;
    padding-top:0;
    font-size:18px;
  }
  .main-h3,.block-8 .h3-9{
    font-size:18px;
  }
  .part .bold{
    font-size:16px;
  }
  .h3-3 .line-2{
    font-size:16px;
  }
  .main-wrap p.m-title{
    font-size:16px;
  }
  .main-wrap p{
    font-size:14px;
    line-height:1.5;
  }
    .form-inner input {
        width: 80%;
    }
    .main-wrap{
        padding:0 10px;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .logo {
        max-width: 90%;
    }
    
    .center-mobile {
        text-align: center;
    }
    
    .img-mob {
        display: block;
    }

    .top-form{
        margin-bottom:10px;
    }

}
@media (max-width: 430px){
  .button{
    font-size:18px;
  }
    .button img{
        display:none;
        font-size:16px;
    }
    .pages h2{
        font-size:18px;
    }
    .pages h1{
        font-size:14px;
        padding:0 20px;
    }
  .ct-text{
    font-size:18px;
  }
  .counter{
    font-size:32px;
  }
  .units{
    font-size:14px;
  }
  .ct-wrap{
    width:100%;
    padding:5px;
  }
}