/* HOME */
.landing-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) minmax(100px, auto) 50px minmax(100px, auto);
    grid-template-areas: 'sticky-bar' 'section-hero' 'section-3' 'section-1' 'section-pricing' 'section-workshop' 'section-registration' '.' 'footer';
    margin-left: auto;
    margin-right: auto;
}

.landing-section-hero {
    grid-area: section-hero;
    display: grid;
    grid-template-columns: [landing-hero-bg-start] minmax(100px, auto) [landing-hero-bg-end];
    grid-template-rows: [landing-hero-bg-start] minmax(100px, auto) minmax(100px, auto) [landing-hero-bg-end];
    grid-template-areas: 'header' 'landing-hero-text';
}

.landing-hero-text {
    grid-area: landing-hero-text;
    display: grid;
    grid-template-columns: .2fr 1fr 1fr 1fr 1fr 1fr .2fr;
    grid-template-rows: 1px auto 40px auto 45px auto 65px;
    grid-template-areas: '. . . . . . .' '. title title title title title .' '. . . . . . .' '. subtitle subtitle subtitle subtitle subtitle .' '. . . . . . .' '. button button button button button .' '. . . . . . .';
}

@media (min-width:600px) {
    .landing-hero-text {
        grid-template-columns: 20px 1fr 1fr 1fr 1fr 1.2fr 1fr;
        grid-template-rows: 1px auto 40px auto 45px auto 65px;
        grid-template-areas: '. . . . . . .' '. title title title title . .' '. . . . . . .' '. subtitle subtitle subtitle subtitle . .' '. . . . . . .' '. button button button button . .' '. . . . . . .';
        display: grid;
    }
}

@media (min-width:900px) {
    .landing-hero-text {
        grid-template-columns: .2fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1px auto 40px auto 45px auto 65px;
        grid-template-areas: '. . . . . . .' '. title title title title . .' '. . . . . . .' '. subtitle subtitle subtitle subtitle . .' '. . . . . . .' '. button button button button . .' '. . . . . . .';
        display: grid;
    }
}

@media (min-width:1200px) {
    .landing-hero-text {
        grid-template-columns: .2fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1px auto 40px auto 45px auto 65px;
        grid-template-areas: '. . . . . . .' '. title title title title title .' '. . . . . . .' '. subtitle subtitle subtitle subtitle subtitle .' '. . . . . . .' '. button button button button button .' '. . . . . . .';
        display: grid;
    }
}

.landing-hero-overlay {
    grid-area: header;
    opacity: 0.6;
    background-color: #c67777;
    z-index: -1;
    display: none;
}

.landing-hero-text-title {
    color: #494848;
    font-size: 2.4em;
    grid-area: title;
    align-self: center;
    text-align: center;
    font-weight: 100;
    margin: 0px;
}

.landing-hero-text-subtitle {
    grid-area: subtitle;
    text-align: center;

    /* font-style: italic */
    color: #494848;
    font-size: 1.25em;
    align-self: center;
    font-weight: 100;
    margin: 0px;
}

.landing-hero-bg {
    background-image: url('/assets/img/girl-red-trees-only-2.jpg');
    grid-area: landing-hero-bg;
    z-index: -1;
    background-size: cover;
}

@media (min-width:600px) {
    .landing-hero-bg {
        background-image: url('/assets/img/girl-red-8.jpg');
    }
}

@media (min-width:900px) {
    .landing-hero-bg {
        background-image: url('/assets/img/girl-red-7.jpg');
    }
}

@media (min-width:1200px) {
    .landing-hero-bg {
    }
}

.landing-section-1 {
    grid-area: section-1;
    display: grid;
    grid-template-columns: 70px 1fr 50px;
    grid-template-rows: 65px auto auto auto auto auto auto auto auto auto 50px;
    grid-template-areas: '. . .' '. title .' '. s1 .' '. s2 .' '. s3 .' '. s4 .' '. s5 .' '. s6 .' '. s7 .' '. s8 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-1 {
        grid-template-columns: 1fr 30px 1.5fr 1fr;
        grid-template-rows: 15px auto auto auto auto auto auto auto 50px;
        grid-template-areas: '. . . .' '. . title .' '. . s1 .' '. . s2 .' '. . s3 .' '. . s4 .' '. . s5 .' '. . s6 .' '. . . .';
        display: grid;
    }
}

.landing-section-1 p {
    font-size: 1.2em;
    text-indent: -.8em;
    text-align: left;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 10px;
}

.landing-section-bonus {
    grid-area: section-bonus;
    display: grid;
    grid-template-columns: 70px 1fr 50px;
    grid-template-rows: 50px auto 20px auto auto 40px auto auto 40px auto auto 75px;
    grid-template-areas: '. . .' '. title .' '. . .' '. s1 .' '. . .' '. . .' '. s3 .' '. s4 .' '. . .' '. s5 .' '. s6 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-bonus {
        grid-template-columns: 1fr 30px 225px 40px 225px 1fr;
        grid-template-rows: 50px auto 20px auto 40px auto 40px auto 75px;
        grid-template-areas: '. . . . . .' '. . title title title .' '. . . . . .' '. . s1 s1 s1 .' '. . . . . .' '. . s3 . s4 .' '. . . . . .' '. . s5 . s6 .' '. . . . . .';
        display: grid;
    }
}

.landing-section-bonus p {
    font-size: 1.1em;
    text-indent: -.8em;
    text-align: left;
    font-weight: 200;

    /* margin-top: 10px */
    margin-left: ;
}

.landing-section-2 {
    grid-area: section-2;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 35px auto auto 30px auto 30px auto 30px auto 10px auto 50px;
    grid-template-areas: '. . .' '. title-top .' '. table-1 .' '. . .' '. table-2 .' '. . .' '. text-1 .' '. . .' '. button .' '. . .' '. button-subtext .' '. . .';
}

@media (min-width:600px) {
    .landing-section-2 {
        grid-template-columns: 1fr minmax(100px, 300px) minmax(10px, 30px) minmax(100px, 300px) 1fr;
        grid-template-rows: 35px auto 10px auto 40px auto 40px auto 20px auto 50px;
        grid-template-areas: '. . . . .' '. title-top title-top title-top .' '. . . . .' '. table-1 . table-2 .' '. . . . .' 'text-1 text-1 text-1 text-1 text-1' '. . . . .' '. button button button .' '. . . . .' '. button-subtext button-subtext button-subtext .' '. . . . .';
        display: grid;
    }
}

.landing-section-2 p {
    font-size: 1.2em;
    border-top: 1px solid #7f7f7f;
    padding: 15px;
}

.landing-section-2 .fa-check {
    color: #cb3636;
}

.landing-section-2 td {
    font-size: 1.1em;
    font-weight: 100;
    border-style: solid;
    border-top: 1px solid #d5d5d5;
    border-bottom: 0px solid #dadada;
    border-left: 0px solid #dadada;
    border-right: 0px solid #dadada;
    background-color: #fcf7f7;
    height: 3em;
    text-align: left;
    padding-top: 14px;
}

.landing-section-2 th {
    font-size: 1.1em;
    font-weight: 400;
    color: #494848;
    border-style: solid;
    border-top: 0px solid #dadada;
    border-bottom: 1px solid #adadad;
    border-left: 0px solid #dadada;
    border-right: 0px solid #dadada;
    background-color: #fcf7f7;
    height: 40px;
}

.landing-section-2 thead {
    border: none;
}

.landing-section-2 tbody {
    border: none;
}

.landing-section-2-bg {
    grid-area: section-2-bg;
    background-color: #fcf7f7;
}

.landing-section-3 {
    grid-area: section-3;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px auto 50px;
    grid-template-areas: '. . .' '. text-1 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-3 {
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: 50px auto 20px;
        grid-template-areas: '. . .' '. text-1 .' '. . .';
        display: grid;
    }
}

.landing-section-tes-1 {
    font-size: 1.3em;
    grid-area: section-tes-1;
    display: grid;
    grid-template-columns: 50px 100px 1fr 50px;
    grid-template-rows: 50px auto 45px auto auto 65px;
    grid-template-areas: '. . . .' '. icon icon .' '. . . .' '. quote quote .' '. quote-author-img quote-author .' '. . . .';
}

@media (min-width:600px) {
    .landing-section-tes-1 {
        grid-template-columns: 1fr 100px 1fr 1fr 1fr;
        grid-template-rows: 50px auto 45px auto auto 65px;
        grid-template-areas: '. . . . .' '. icon icon icon .' '. . . . .' '. quote quote quote .' '. quote-author-img quote-author quote-author .' '. . . . .';
        display: grid;
    }
}

.landing-section-tes-1-bg {
    background-color: #fcf7f7;
    grid-area: section-tes-1-bg;
}

.landing-section-tes-3 {
    font-size: 1.3em;
    grid-area: section-tes-3;
    display: grid;
    grid-template-columns: 50px 100px 1fr 50px;
    grid-template-rows: 75px auto 40px auto 10px auto 75px;
    grid-template-areas: '. . . .' '. icon icon .' '. . . .' '. quote quote .' '. . . .' '. quote-author-img quote-author .' '. . . .';
}

@media (min-width:600px) {
    .landing-section-tes-3 {
        grid-template-columns: 1fr 100px 1fr 1fr 1fr;
        grid-template-rows: 75px auto 40px auto 10px auto 75px;
        grid-template-areas: '. . . . .' '. icon icon icon .' '. . . . .' '. quote quote quote .' '. . . . .' '. quote-author quote-author quote-author .' '. . . . .';
        display: grid;
    }
}

.landing-section-tes-3-bg {
    background-color: #fcf7f7;
    grid-area: section-tes-3-bg;
}

.landing-section-5 {
    font-size: 1.2em;
    grid-area: section-5;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 80px auto auto 55px auto auto 55px auto auto 55px auto 25px auto 75px;
    grid-template-areas: '. . .' '. title-1 .' '. content-1 .' '. . .' '. title-2 .' '. content-2 .' '. . .' '. title-3 .' '. content-3 .' '. . .' '. button .' '. . .' '. button-subtext .' '. . .';
    text-align: center;
}

@media (min-width:900px) {
    .landing-section-5 {
        grid-template-columns: 1fr minmax(100px, 300px) minmax(10px, 30px) minmax(100px, 300px) minmax(10px, 30px) minmax(100px, 300px) 1fr;
        grid-template-rows: 75px auto 15px auto 75px auto 20px auto 65px;
        grid-template-areas: '. . . . . . .' '. title-1 . title-2 . title-3 .' '. . . . . . .' '. content-1 . content-2 . content-3 .' '. . . . . . .' '. . . button . . .' '. . . . . . .' '. . . button-subtext . . .' '. . . . . . .';
        display: grid;
    }
}

.landing-section-video {
    font-size: 1.4em;
    grid-area: section-video;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px auto 20px auto minmax(100px, 1fr);
    grid-template-areas: '. . .' '. quote .' '. . .' '. icon .' '. . .';
    color: #ffffff;
    font-weight: 500;
}

@media (min-width:900px) {
    .landing-section-video {
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 50px auto 20px auto minmax(100px, 1fr);
        grid-template-areas: '. . .' '. quote .' '. . .' '. icon .' '. . .';
    }
}

.landing-section-video-bg {
    grid-area: section-video-bg;
}

.landing-section-video-bg img {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 500px;
    object-position: 0 0;
    opacity: 1;
}

.landing-section-6 {
    grid-area: section-6;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 75px minmax(70px, auto) minmax(100px, auto) auto 50px;
    grid-template-areas: '. . .' '. title .' '. text-1 .' '. text-2 .' '. . .';
}

@media (min-width:900px) {
    .landing-section-6 {
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 75px minmax(70px, auto) minmax(100px, auto) auto 50px;
        grid-template-areas: '. . .' '. title .' '. text-1 .' '. text-2 .' '. . .';
        display: grid;
    }
}

.landing-section-6 p {
    font-size: 1.2em;
    font-weight: 100;
    text-align: left;
}

.landing-section-6-bg {
    background-color: #fcf7f7;
    grid-area: section-6-bg;
}

.landing-section-7 {
    grid-area: section-7;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 75px minmax(70px, auto) minmax(100px, auto) auto 50px;
    grid-template-areas: '. . .' '. title .' '. text-1 .' '. text-2 .' '. . .';
}

@media (min-width:900px) {
    .landing-section-7 {
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 75px minmax(70px, auto) minmax(100px, auto) auto 50px;
        grid-template-areas: '. . .' '. title .' '. text-1 .' '. text-2 .' '. . .';
        display: grid;
    }
}

.landing-section-7 p {
    font-size: 1.2em;
    font-weight: 100;
    text-align: left;
}

.landing-section-tes-2 {
    text-align: left;
    font-size: 1.3em;
    grid-area: section-tes-2;
    display: grid;
    grid-template-columns: 50px auto 1fr 1fr 50px;
    grid-template-rows: 75px minmax(120px, auto) auto auto 50px auto auto 75px;
    grid-template-areas: '. . . . .' '. icon icon icon .' '. quote quote quote .' '. quote-author-img quote-author quote-author .' '. . . . .' '. quote-2 quote-2 quote-2 .' '. quote-2-author-img quote-2-author quote-2-author .' '. . . . .';
}

@media (min-width:900px) {
    .landing-section-tes-2 {
        grid-template-columns: 1fr auto 1fr 2fr 1fr;
        grid-template-rows: 75px minmax(120px, auto) auto auto 50px auto auto 75px;
        grid-template-areas: '. . . . .' '. icon icon icon .' '. quote quote quote .' '. quote-author-img quote-author quote-author .' '. . . . .' '. quote-2 quote-2 quote-2 .' '. quote-2-author-img quote-2-author quote-2-author .' '. . . . .';
        display: grid;
    }
}

.landing-section-tes-2-bg {
    background-color: #fcf7f7;
    grid-area: section-tes-2-bg;
}

.landing-section-pricing {
    font-size: 1.3em;
    grid-area: section-pricing;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    grid-template-rows: 75px auto 40px 50px auto 40px auto 30px;
    grid-template-areas: '. . .' '. title .' '. . .' '. . .' '. landing-pricing-box-1 .' '. . .' '. text-questions .' '. . .';
}

@media (min-width:600px) {
    .landing-section-pricing {
        font-size: 1.3em;
        grid-area: section-pricing;
        display: grid;
        grid-template-columns: 50px 1fr 1fr minmax(100px, 350px) 1fr 1fr 50px;
        grid-template-rows: 75px auto 20px auto 40px auto 50px;
        grid-template-areas: '. . . . . . .' '. title title title title title .' '. . . . . . .' '. . . landing-pricing-box-1 . . .' '. . . . . . .' '. text-questions text-questions text-questions text-questions text-questions .' '. . . . . . .';
    }
}

.landing-section-workshop {
    font-size: 1.3em;
    grid-area: section-workshop;
    display: grid;
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 100px auto 40px auto 75px auto 50px;
    grid-template-areas: '. . .' '. icon .' '. . .' '. box-1 .' '. . .' '. box-2 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-workshop {
        grid-template-columns: 50px 1fr minmax(10px, 150px) minmax(100px, 350px) minmax(10px, 150px) 1fr 50px;
        grid-template-rows: 50px auto 40px auto 50px;
        grid-template-areas: '. . . . . . .' '. . . icon . . .' '. . . . . . .' '. . box-1 box-1 box-1 . .' '. . . . . . .';
        display: grid;
    }
}

.landing-workshop-box-1 {
    grid-area: box-1;

    /* border-radius: 5px */
    border: 1px solid #d5d5d5;

    /* box-shadow: 1px 1px 20px #f0d0d0 */
    display: grid;
    grid-template-columns: [title-bg-start content-bg-start] 1fr minmax(250px, 400px) 1fr;
    grid-template-rows: [title-bg-start] 30px auto 10px [title-bg-end content-bg-start] 50px auto 15px auto auto 15px auto auto 15px auto auto 50px [content-bg-end];
    grid-template-areas: '. . .' 'title-1 title-1 title-1' '. . .' '. . .' 'subtitle-1 subtitle-1 subtitle-1' '. . .' 'text-1 text-1 text-1' 'text-2 text-2 text-2' '. . .' 'b-text-1 b-text-1 b-text-1' 'b-text-2 b-text-2 b-text-2' '. . .' 'c-text-1 c-text-1 c-text-1' 'c-text-2 c-text-2 c-text-2' '. . .';
    padding-left: 15px;
    padding-right: 15px;
}

.landing-workshop-box-1 p {
    line-height: 1;
    margin: 3px;
}

.landing-workshop-box-2 {
    grid-area: box-2;

    /* border-radius: 5px */
    border: 1px solid #d5d5d5;

    /* box-shadow: 1px 1px 20px #f0d0d0 */
    display: grid;
    grid-template-columns: [title-bg-start content-bg-start] 1fr minmax(250px, 400px) 1fr;
    grid-template-rows: [title-bg-start] 30px auto 10px [title-bg-end content-bg-start] 50px auto auto auto auto auto 10px auto 15px 50px auto auto auto auto auto 15px auto 15px 50px [content-bg-end];
    grid-template-areas: '. . .' 'title-1 title-1 title-1' '. . .' '. . .' 'subtitle-1 subtitle-1 subtitle-1' 'subtitle-2 subtitle-2 subtitle-2' 'subtitle-3 subtitle-3 subtitle-3' 'text-1 text-1 text-1' 'text-2 text-2 text-2' '. . .' '. text-3 .' '. . .' '. . .' 'b-subtitle-1 b-subtitle-1 b-subtitle-1' 'b-subtitle-2 b-subtitle-2 b-subtitle-2' 'b-subtitle-3 b-subtitle-3 b-subtitle-3' 'b-text-1 b-text-1 b-text-1' 'b-text-2 b-text-2 b-text-2' '. . .' '. b-text-3 .' '. . .' '. . .';
    padding-left: 15px;
    padding-right: 15px;
}

.landing-workshop-box-2 p {
    line-height: 1;
    margin: 3px;
}

.landing-pricing-box-1 {
    grid-area: landing-pricing-box-1;
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 20px #f0d0d0;
    display: grid;
    grid-template-columns: [title-bg-start content-bg-start] 1fr [title-bg-end content-bg-end];
    grid-template-rows: [title-bg-start] 20px auto 10px auto 30px [title-bg-end content-bg-start] 40px auto 5px auto 20px auto 40px [content-bg-end];
    grid-template-areas: '.' 'title-1' '.' 'title-2' '.' '.' 'text-1' '.' 'text-2' '.' 'button' '.';
}

.landing-pricing-box-1 p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    align-self: center;
}

.landing-section-registration {
    font-size: 1.3em;
    grid-area: section-registration;
    display: grid;
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 40px auto 50px;
    grid-template-areas: '. . .' '. box-1 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-registration {
        grid-template-columns: 50px 1fr minmax(10px, 150px) minmax(100px, 350px) minmax(10px, 150px) 1fr 50px;
        grid-template-rows: 40px auto 50px;
        grid-template-areas: '. . . . . . .' '. . box-1 box-1 box-1 . .' '. . . . . . .';
        display: grid;
    }
}

.landing-registration-box-1 {
    grid-area: box-1;

    /* border-radius: 5px */
    border: 1px solid #d5d5d5;

    /* box-shadow: 1px 1px 20px #f0d0d0 */
    display: grid;
    grid-template-columns: 1fr minmax(250px, 400px) 1fr;
    grid-template-rows: 30px 30px 30px auto 10px auto 50px;
    grid-template-areas: '. . .' '. icon .' '. . .' 'title-1 title-1 title-1' '. . .' '. button .' '. . .';
    padding-left: 40px;
    padding-right: 40px;
}

.landing-registration-box-1 p {
    line-height: 1;
    margin: 3px;
}

.landing-section-special {
    font-size: 1.3em;
    grid-area: section-special;
    display: grid;
    grid-template-columns: 10px 1fr 10px;
    grid-template-rows: 40px auto 50px;
    grid-template-areas: '. . .' '. box-1 .' '. . .';
}

@media (min-width:600px) {
    .landing-section-special {
        grid-template-columns: 50px 1fr minmax(10px, 150px) minmax(100px, 350px) minmax(10px, 150px) 1fr 50px;
        grid-template-rows: 40px auto 50px;
        grid-template-areas: '. . . . . . .' '. . box-1 box-1 box-1 . .' '. . . . . . .';
        display: grid;
    }
}

.landing-special-box-1 {
    grid-area: box-1;

    /* border-radius: 5px */
    border: 3px dashed #d5d5d5;

    /* box-shadow: 1px 1px 20px #f0d0d0 */
    display: grid;
    grid-template-columns: [title-bg-start content-bg-start] 1fr minmax(250px, 400px) 1fr;
    grid-template-rows: [title-bg-start] 30px 30px 30px auto 10px [title-bg-end content-bg-start] 50px auto auto auto 40px auto 15px auto 15px auto 25px auto 50px [content-bg-end];
    grid-template-areas: '. . .' '. icon .' '. . .' 'title-1 title-1 title-1' '. . .' '. . .' 'subtitle-1 subtitle-1 subtitle-1' 'subtitle-2 subtitle-2 subtitle-2' 'text-1 text-1 text-1' '. . .' 'profile profile profile' '. . .' 'text-2 text-2 text-2' '. . .' '. text-3 .' '. . .' 'button button button' '. . .';
    padding-left: 40px;
    padding-right: 40px;
}

.landing-special-box-1 p {
    line-height: 1;
    margin: 3px;
}

/* STRIPE CARD ELEMENT */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    background-color: white;
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50,115,220,0.25);
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}