*, :after, :before {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html,body {
margin:0px;
padding:0px;
background-color:#FFF;
color:#222;
font-family:"Lexend","Open Sans", sans-serif;
font-size:18px;
text-align:center;
}

iframe {
max-width:100%;
}

img {
max-width:95%;
}

.inner {
max-width:1400px;
width:100%;
margin:0px auto;
}
.innernarrow {
width:90%;
margin:0px auto;
}
.innernarrowextra {
width:70%;
margin:0px auto;
}
.innernarrowextra2 {
width:60%;
margin:0px auto;
}

.boxtop {
padding-bottom:40px;
background-image:url('./images/bg.png');
background-attachment: fixed !important;
background-position: 50% !important;
background-repeat: repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
}

.boxtopinnertitle {
margin-top:40px;
}
.boxtopinnertitle h1 {
    font-style: normal;
    font-size: 40px;
    color: #590D22;
    width:70%;
    margin:0px auto;
    padding-left:15px; padding-right:15px;
}
.boxtopinnertitle h2 {
    font-style: normal;
    font-size: 28px;
    color: #590D22;
    width:70%;
    margin:30px auto;
    padding-left:15px; padding-right:15px;
}

.boxtopinner1 {
display:flex;
flex-direction:row;
flex-wrap:wrap;
align-content:normal;
justify-content:normal;
align-items:normal;
}

.boxtopinner1 .vsl {
width:58.6%;
padding-left:15px;
padding-right:15px;
flex:1 1 auto;
text-align:center;
margin-bottom:20px;
}

.boxtopinner1 .buy1 {
width:41.4%;
padding-left:15px;
padding-right:15px;
flex:1 1 auto;
text-align:center;
}

.boxtopinner1 .vsl #statsbar {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top:30px;
    padding-bottom:30px;

     div {
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    color:#999;
    }
     div span {
    display:block;
    color:#3b96da;
    font-size:36px;
    font-weight:800;
    }

}


ul.checks {
    text-align:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:relative;

    li {
    position:relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 30px;
    }

    li:before {
    font-family: 'FontAwesome';
    content: "\f058";
    color: #37ca37;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
    }

}

ul.listchecks {
    text-align:left;
    list-style-type:none;
    margin:20px;
    padding:0px;
    position:relative;

    li {
    position:relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
    }

    li:before {
    font-family: 'FontAwesome';
    content: "\f058";
    color: #37ca37;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
    }

}

ul.listcrosses {
    text-align:left;
    list-style-type:none;
    margin:20px;
    padding:0px;
    position:relative;

    li {
    position:relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
    }

    li:before {
    font-family: 'FontAwesome';
    content: "\f057";
    color: #e93d3d;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
    }

}

ul.listarrows {
    text-align:left;
    list-style-type:none;
    margin:20px;
    padding:0px;
    position:relative;

    li {
    position:relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
    font-size:16px;
    }

    li:before {
    font-family: 'FontAwesome';
    content: "\f061";
    color: #DD7E7C;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
    }

}

ul.synopsislist {
    text-align:left;
    list-style-type:none;
    margin:20px;
    padding:0px;
    position:relative;

    li {
    position:relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
    }

    li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #37ca37;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
    }

}

a.ctabtn {
    background-color: #37ca37;
    color: #FFF;
    text-decoration: none;
    padding: 15px 40px;
    border-color: #9ae6b4;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 2px 2px 2px 0 #707070;
    text-shadow: 0 0 0 transparent;
    display: inline-block;
    border-radius: 10px;
    font-size:20px;
    font-weight:bold;
    margin-left:15px; margin-right:15px;
}

.box {
    background-color:#FFF;
    border-radius:25px;
    padding:0px 40px;

    .boxtitle {
    background-color:#3b96da;
    color:#FFF;
    margin-left:-40px;
    margin-right:-40px;
    border-radius:25px 25px 0px 0px;
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;    
    }

}
.boxshadow {

box-shadow: 0 0 25px 0 #e6e6e687;
}

.boxpainpoints {
background-color:#f7f3fa;
padding-top:30px;
}

.boxpainpoints > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px; padding-right:15px;
}
.boxpainpoints > div > div > h3 {
font-size:18px;
font-weight:normal;
color:#666;
margin-top:10px;
margin-bottom:50px;
padding-left:15px; padding-right:15px;
}

.boxpainpointsinner1 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:normal;
    justify-content:normal;
    align-items:normal;
    
    > div {
        width:50%;
        padding-left:15px;
        padding-right:15px;
        flex:1 1 auto;
        text-align:center;
        margin-bottom:20px;
      
        .box {
          padding-top:30px;
          padding-bottom:30px;
        }
      
        h2 {
                text-transform:uppercase;
                font-weight:normal;
                font-size:28px;
        }
        h2 u {
                text-decoration-color: #facd00;
                text-decoration-line: underline;
                text-decoration-thickness: 10px;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-underline-offset: -8px;
                font-weight:bold;
        }
          
    }
    
    
    
}







.boxbenefits {
background-image:url('./images/bg.png');
background-attachment: fixed !important;
background-position: 50% !important;
background-repeat: repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
padding-top:1px;
}

.boxbenefits > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px; padding-right:15px;
}
.boxbenefits > div > div > h3 {
font-size:18px;
font-weight:normal;
color:#666;
margin-top:10px;
margin-bottom:50px;
padding-left:15px; padding-right:15px;
}

.boxbenefitsinner1 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:normal;
    justify-content:space-between;
    align-items:normal;
    
    > div.arrowbox {
    width:12.6%;
    padding:0px 15px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: inherit;
    flex-wrap: nowrap;    
    }
    > div.arrowright img {
      width:100%;
      transform: rotate(180deg);   
    }
    > div.arrowleft img {
      width:100%; 
    }    
    
    > div.box {
        width:43.7%;
        padding-left:25px;
        padding-right:25px;
        text-align:left;
          padding-top:30px;
          padding-bottom:30px;
          box-shadow: 0 0 25px 0 #e6e6e687;
          margin-bottom:20px;
   
      
        h2 {
                font-weight:normal;
                font-size:26px;
        }
        h2 u {
                text-decoration-color: #facd00;
                text-decoration-line: underline;
                text-decoration-thickness: 10px;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-underline-offset: -8px;
                font-weight:bold;
        }
          
    }
    
    > div.boxspacer {
      width:43.7%;
    }
    > div.centerboxspacer {
      width:12.6%;
    }
    >div.arrowboxdown {
      width:43.7%;
      
      > img {
      width:100px;
      transform: rotate(-90deg);
      }      
    }
    
    
    
}












.boxcurriculum {
background-image:url('./images/bg.png');
background-attachment: fixed !important;
background-position: 50% !important;
background-repeat: repeat !important;
background-size: cover !important;
-webkit-background-size: cover !important;
padding-top:1px;
}

.boxcurriculum > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px; padding-right:15px;
}
.boxcurriculum > div > div > h3 {
font-size:18px;
font-weight:normal;
color:#666;
margin-top:10px;
margin-bottom:50px;
padding-left:15px; padding-right:15px;
}

.boxcurriculuminner1 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:normal;
    justify-content:space-between;
    align-items:normal;
    
    > div.box {
        width:32%;
        font-size:16px;
        padding-left:25px;
        padding-right:25px;
        text-align:center;
          padding-top:30px;
          padding-bottom:30px;
          box-shadow: 0 0 25px 0 #e6e6e687;
          margin-bottom:20px;
   
      
        h2 {
                font-weight:normal;
                font-size:26px;
        }
        h2 u {
                text-decoration-color: #facd00;
                text-decoration-line: underline;
                text-decoration-thickness: 10px;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-underline-offset: -8px;
                font-weight:bold;
        }
          
    }
    
    
    
}

.boxtestis {
background-color:#011839;
padding-top:1px;
color:#FFF;
}

.boxtestis > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px;
padding-right:15px;
}
.boxtestis > div > div > h3 {
font-size:18px;
font-weight:normal;
margin-top:10px;
margin-bottom:50px;
padding-left:15px;
padding-right:15px;
}

.boxguarantee {
background-color:#011839;
padding-top:10px;
padding-bottom:40px;
padding-left:15px;
padding-right:15px;
color:#FFF;
}
.boxguarantee > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
}


.boxforwho > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:35px;
}
.boxforwhoinner1 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:normal;
    justify-content:space-between;
    align-items:normal;
    
    > div.box {
        width:48.5%;
        margin-bottom:30px;
        padding-left:25px;
        padding-right:25px;
        text-align:center;
          padding-top:30px;
          padding-bottom:30px;
          box-shadow: 0 0 25px 0 #e6e6e687;   
   
      
        h2 {
                font-weight:bold;
                font-size:18px;
        }
        h2 u {
                text-decoration-color: #facd00;
                text-decoration-line: underline;
                text-decoration-thickness: 10px;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-underline-offset: -8px;
                font-weight:bold;
        }
        p {
        font-size:16px;
        }
          
    }
    
    img {
    width:50px;
    height:50px;
    }
    
}

.boxbreakdown {
background-color:#011839;
padding-top:1px;
color:#FFF;
}

.boxbreakdown > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px; padding-right:15px;
}
.boxbreakdown > div > div > h3 {
font-size:18px;
font-weight:normal;
margin-top:10px;
margin-bottom:50px;
padding-left:15px; padding-right:15px;
}

.boxbreakdowninner1 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content:normal;
    justify-content:center;
    align-items:normal;

    > div.mockupbox {
        width:55%;
        margin-bottom:30px;
        padding-left:25px;
        padding-right:25px;
        text-align:center;
        padding-top:100px;
        padding-bottom:30px;
        color:#222;
    }
    
    > div.box {
        width:31.5%;
        margin-bottom:30px;
        padding-left:25px;
        padding-right:25px;
        text-align:center;
        padding-top:30px;
        padding-bottom:30px;
        color:#222;
   
      
        h2 {
                font-weight:bold;
                font-size:30px;
                margin-bottom:0px;
        }
        h2 u {
                text-decoration-color: #facd00;
                text-decoration-line: underline;
                text-decoration-thickness: 10px;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-underline-offset: -8px;
                font-weight:bold;
        }
        h3 {
                margin-top:0px;
                font-weight:bold;
                font-size:30px;
        }        
        p {
        font-size:16px;
        }
          
    }
    
}

/*.boxfaq > div > div > h2 {
font-size:38px;
font-weight:bold;
margin-bottom:5px;
padding-left:15px; padding-right:15px;
}
.boxfaq > div > div > h3 {
font-size:18px;
font-weight:normal;
margin-top:10px;
margin-bottom:50px;
padding-left:15px; padding-right:15px;
}*/

.boxfaqinner1 {

    > div {
        border-radius:10px;
        border:solid 1px #bbb;
        margin-bottom:10px;
        padding:10px 15px; 
        text-align:left;
      
        > a {
            display:block;
            font-size:20px;
            color:#222;
            text-decoration:none;
        }
        > div {
            display:none;
        }
      
    }

}

.footer {
text-align:center;
padding:20px 0px;
}

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

.innernarrow {
width:auto;
}
.innernarrowextra {
width:auto;
}
.innernarrowextra2 {
width:auto;
}

.boxtopinnertitle h1 {
width:auto;
}

.boxtopinnertitle h2 {
width:auto;
}

.boxtopinner1 .vsl,
.boxtopinner1 .buy1,
.boxpainpointsinner1 > div,
.boxcurriculuminner1 > div.box,
.boxforwhoinner1 > div.box,
.boxbreakdowninner1 > div.box,
.boxbreakdowninner1 > div.mockupbox,
.boxfaqinner1 > div.box,
.boxbenefitsinner1 > div.box {
width:100%;
}

.boxbreakdowninner1 > div.mockupbox {
padding:0px;
}

.boxcurriculuminner1,
.boxforwhoinner1,
.boxbreakdowninner1 {
padding-left:15px; padding-right:15px;
}

.boxtopinnertitle h1 {
font-size:30px;
}
.boxtopinnertitle h2 {
font-size:22px;
}

.box {
padding:0px 20px;

  .boxtitle {
  margin-left:-20px;
  margin-right:-20px;
  }

}

.boxpainpoints > div > div > h2,
.boxbenefits > div > div > h2,
.boxcurriculum > div > div > h2,
.boxforwho > div > div > h2 {
font-size:30px;
}



}