@font-face {font-family: 'Frederik';src: url('webfonts/398300_0_0.eot');src: url('webfonts/398300_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/398300_0_0.woff2') format('woff2'),url('webfonts/398300_0_0.woff') format('woff'),url('webfonts/398300_0_0.ttf') format('truetype');}
@font-face {font-family: 'Frederik';src: url('webfonts/398300_1_0.eot');src: url('webfonts/398300_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/398300_1_0.woff2') format('woff2'),url('webfonts/398300_1_0.woff') format('woff'),url('webfonts/398300_1_0.ttf') format('truetype');font-style: italic;}
@font-face {font-family: 'Frederik';src: url('webfonts/398300_2_0.eot');src: url('webfonts/398300_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/398300_2_0.woff2') format('woff2'),url('webfonts/398300_2_0.woff') format('woff'),url('webfonts/398300_2_0.ttf') format('truetype');font-weight: bold;}
 
html, body{
    min-height:100%;
    font-family: 'Frederik', sans-serif;
    overflow-x: hidden;
}
.scrollstop{
    overflow: hidden;
}
*{box-sizing: border-box;}
*:focus, *:active{
    outline: none;
}
body{
    background: rgb(85,104,90);
    font-size: 18px;
    background: radial-gradient(circle, rgba(85,104,90,1) 0%, rgba(42,59,52,1) 90%);
}
.site-logo{
    width:150px;
    height: auto;
    position: absolute;
    top:20px;
    right:auto;
    left:50%;
    transform:translateX(-50%);
}
.intro{
    color:#FF6A00;
    text-transform: uppercase;
    font-weight: bold;
    font-size:22px;
}
.intro-blurp{
    width:160px;
    height:160px;
    border-radius: 100px;
    text-align: center;
    background-color: #FF6A00;
    color:white;
    font-size: 28px;
    line-height: 31px;
    font-weight: bold;
    padding-top:49px;
    transform:rotate(-3deg);
    pointer-events: none;
    margin: 20px auto 0 auto;
    z-index: 6;
}
.site{

    color:white;
    text-align: center;

}
.site-container{
    max-width: 980px;
    margin:20px auto;
    padding:50px 20px 20px 20px;
    position: relative;
}


h1{
    font-size:40px;
    margin: 0;
    line-height: 1.1;
}

.content{
    position: relative;
    width: 100%;
}
.text{
    text-align: left;
}
h2{
    font-size: 24px;
}
.text ul{
    color:#D2EDDC;
    list-style: none;
}
.text li{
    margin-bottom:20px;
}
.text li:before{
    content: '';
    background-image: url('check.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 17px;
    display: block;
    position: absolute;
    left: 5px;
    margin-top: 2px;
}
.text:after{
    content: '';
    display: block;
    width: 43px;
    height: 70px;
    background-image: url(arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -85px;
    left: 25%;
    z-index: 2;
    transform: rotate(6deg);
    z-index: 30;
}
.ipad-container{
    width: 100%;
    position: relative;
    display: block;
    z-index: 5;
    margin: -30px 0 0 0;  
}

.ipad-container img{
    width: 100%;
    height: auto;
    filter: none;
    -webkit-filter: none;
}

.form-container{
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 3px 60px rgba(0,0,0,.20);
    padding:20px;
    color: #333;
    text-align: left;
    margin-top: 50px;
    position: relative;
}
.form-container-row{
}
.form-container-left{
    width: 100%;
}
.form-container-right{
    width: 100%;
    font-size: 16px;
}
.price-blurp{
    width: 120px;
    height: 120px;
    border-radius: 100px;
    text-align: center;
    background-color: #FF6A00;
    color: white;
    position: absolute;
    font-size: 35px;
    line-height: 38px;
    font-weight: bold;
    padding-top: 25px;
    line-height: 1;
    pointer-events: none;
    z-index: 6;
    right: 30px;
    bottom: -30px;
}
.price-blurp span{
    display: block;
    font-size: 50%;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.form-container-right p:last-child{
    margin-bottom: 0;
}
.form-element{
    margin-bottom: 20px;
    position: relative;
}

.input-label{
    font-size: 70%;
    color:#333;
    display: block;
    background-color:white;
    position: absolute;
    z-index: 10;
    left:10px;
    top:-12px;
    padding:5px;
    transition: 300ms all ease;
}
input[type=text],input[type=email]{
    position: relative;
    width: 100%;
    height: 50px;
    border:1px solid #999;
    border-radius: 6px;
    padding:15px;
    font-size: 18px;
    background-color: white;
    line-height: 1;
}
input[type=text]:focus,
input[type=email]:focus{
    border-color: #FF6A00;
}
input[type=text]:focus ~ label,
input[type=email]:focus ~ label{
    color:#FF6A00;
    font-size: 80%;
    user-select: none;
    cursor:pointer;
}

input[type=text]::placeholder ,input[type=email]::placeholder {
    color:#ccc;
}

.form-element.radios label{
    display: block;
    margin-bottom: 10px;
    font-size: 80%;
    margin-right: 5px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
}
.form-element.radios label input[type=radio],
.form-element.radios label input[type=checkbox]{
    margin-right:5px;
    position: absolute;
    left:-400px
}
.form-element.radios > span{
    display: block;
    font-size: 80%;
    margin-bottom: 5px;
    user-select: none;
}
.form-element.radios label span:before,
.form-element.radios label span:after{
    content: '';
    width: 16px;
    height: 16px;
    border:1px solid #999;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left:0;
    transition:all 300ms ease;
    transform-origin: center;
}
.form-element.radios label:hover span:before{
    border-color: #333;
}
.form-element.radios label span:after{
    opacity: 0;
}
.form-element.radios label input[type=radio]:checked + span,
.form-element.radios label input[type=checkbox]:checked + span{
    /* font-weight:bold; */
}
.form-element.radios label input[type=radio]:checked + span:before,
.form-element.radios label input[type=checkbox]:checked + span:before{
    border-color: #333;
}
.form-element.radios label input[type=radio]:checked + span:after,
.form-element.radios label input[type=checkbox]:checked + span:after{
    border-color: #333;
    opacity: 1;
    background-color: #333;
    transform: scale(.5);
}
.form-submit-btn{
    background-color: #FF6A00;
    border:transparent;
    width: 100%;
    text-align: center;
    height: 50px;
    cursor:pointer;
    color:white;
    font-size: 18px;
    border-radius: 6px;
    position: relative;
    transition: all 300ms ease;
}
.form-submit-btn span{
    position: absolute;
    padding-left:5px;
    transition: all 300ms ease;
    margin-left: 5px;

}
.form-submit-btn:hover{
    background-color: #923d00;
}
.form-submit-btn:hover span{
    margin-left: 15px;
}
.read-intro-btn{
    color:#D2EDDC;
    border:1px solid #D2EDDC;
    display: inline-block;
    text-align: center;
    padding:15px 30px;
    text-decoration: none;
    margin: 20px auto 10px auto;
    border-radius: 6px;
    position: relative;
    transition: all 300ms ease;
}
@media(max-width:768px){
    .read-intro-btn span{display: block}
}
.read-intro-btn:hover{
    border-color: white;
    color: white;
}

.read-intro-disclaimer-text{
    display: block;
    font-size: 80%;
}
.privacy-btn{
    display: inline-block;
    margin-top:50px;
    color:white;
    opacity: 0.5;
    transition:all 300ms ease;
    font-size: 70%;
}
.privacy-btn:hover{
    opacity: 1;
}
.backdrop{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,.70);
    opacity: 0;
    pointer-events: none;
    transition:all 300ms ease;
}

.modal{
    width: 90%;
    background-color: white;
    position: fixed;
    height: 80vh;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    border-radius: 6px;
    padding:10px;
    opacity: 0;
    pointer-events: none;
    transition:all 300ms ease;
}
.modal.show,.backdrop.show{
    opacity: 1;
    pointer-events: all;
}
.modal-close{
    width: 45px;
    height: 45px;
    border-radius: 40px;
    position: fixed;
    right:-13px;
    top:-13px;
    border:0 none;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    cursor:pointer;
    background-color: #333;
    color:white;
}
.modal-content{
    overflow-y: scroll;
    font-size: 80%;
    height: 100%;
    padding: 30px;
    -webkit-overflow-scrolling: touch;
}

@media(min-width:768px){
    h1{
        font-size:50px;
    }
    h1 span{
        display: block;
    }
    .intro{
        color:#FF6A00;
        text-transform: uppercase;
        font-weight: bold;
        font-size:30px;
    }
    .text{
        width:50%;
    }
    .site-container{
        max-width: 980px;
        margin:20px auto;
        padding:20px;
        position: relative;
    }
    .site-container.thanks{
        padding-left:40px;
        padding-right:40px;
    }
    .site-logo{
        right:30px;
        left:auto;
    }
    .intro-blurp{
        position: absolute;
        top: 120px;
        left: -30px;
        margin: 0;
    }
    .ipad-container{
        width: 40%;
        position: absolute;
        right: 20px;
        top: 0px;
        transform: rotate(6deg);
        transition: transform 300ms ease;
        display: block;
        z-index: 5;
        transform-origin: center center;
        will-change: transform;
        backface-visibility: hidden;
    }
    .ipad-container:hover{
        transform: rotate(3deg);
    }
    .content{
        margin-top: 70px;
    }
    .form-container{
        padding:50px;
        display: table;
    }
    .form-container-row{
        display: table-row;
    }
    .form-container-left{
        width: 50%;
        display: table-cell;
    }
    .form-container-right{
        width: 50%;
        display: table-cell;
        vertical-align: bottom;
        padding-left:40px;
        font-size: 16px;
    }
    .price-blurp{
        bottom: -20px;
        left: -30px;
        transform: rotate(-6deg);
    }

    .form-element.radios label{
        display: inline-block;
        margin-bottom: 0;

    }

}

@media(min-width:960px){
    h1{
        font-size:60px;
    }
}

.minicourse{
    background-color: rgb(42,59,52);
}

.previews{
    padding:0px;
}
.previews h2{
    margin-top: 0;
}

@media(min-width:960px){
    .previews{
        padding:50px;
    }
    .previews-audio{
        display: flex;
    }
    .preview-audio{
        flex:auto;
    }
    .preview-audio iframe{
        width: 100%;
        height: auto;
    }
}



* {
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color:transparent;
}


@media(min-width:960px){
.column { width:inherit; display: flex;flex-direction: row;}
}

.container{
    margin-top: 50px;
    width: 100%;
}
#cover{
  
}
#cover img{
    width: 100%;
}
#mainwrap{
}
.plyr--audio .plyr__progress__buffer{
    background: rgba(193,200,209,.6);
}

@media(min-width:960px){
    #cover{
        flex:0 1 auto;
        padding-right: 20px;
    }
    #cover img{
        width: 150px;
    }
    #mainwrap{
        flex: auto;
    }
}

.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.hidden { display:none; }

.no-support {
margin:2rem auto;
text-align:center;
width:90%;
}



audio {
display:none;
}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:center;
}

#nowPlay {
display:block;
font-size:0;
}

#nowPlay span {
display:inline-block;
font-size:1.05rem;
vertical-align:top;
}

#nowPlay span#npAction {
padding:21px;
width:30%;
text-align: left;
opacity: .3;
}

#nowPlay span#npTitle {
padding:21px;
text-align:right;
width:70%;
}
#plList{margin:0;padding:0}
#plList li {
cursor:pointer;
display:block;
margin:0;
padding:21px 0;
height:60px;
}

#plList li:hover {
background-color:rgba(0, 0, 0, .1);
}

.plItem {
position:relative;
}

.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}

.plNum {
padding-left:21px;
width:25px;
float: left;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0, 0, 0, .1);
color:#fff;
cursor:default !important;
}

#tracks a {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:2.3rem;
height:40px;
line-height:.2;
margin:0 5px 30px;
padding:12px;
text-decoration:none;
transition:background .3s ease;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0, 0, 0, .1);
color:#fff;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}



.plyr--audio .plyr__controls {
background-color:transparent;
border:none;
color:#fff;
padding:20px 20px 20px 13px;
width:100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
background-color:rgba(0, 0, 0, .1);
}

.plyr__progress--played,
.plyr__volume--display {
color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0, 0, 0, .1);
}

.plyr--full-ui input[type="range"] {
width:calc(100% - 39px);
color: #FF6A00 !important;
}

.plyr__controls .plyr__controls__item.plyr__time {
font-size:14px;
margin-left:7px;
}



@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}



.videowrap {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videowrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
