html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish', sans-serif;
}

.visible-xs {
    display: none;
}

.splide__slide {
    text-align: center;
}

h1 span, h2 span, h3 span, h4 span {
    color: #993124;
}

#header {
    width: 100%;
	max-width: 1900px;
	
	padding-top: 30px;

    font-family: 'Open Sans';
}
#header img.martyna {
    float: right;
    width: 100%;
	max-width: 400px;
    margin-right: -100px;
}
#header img.mockup {
	width: 250px;
    position: absolute;
    right: -500px;
    bottom: -70px;
}
#header .intro-col {
    z-index: 10;
}
#header .intro {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}
#header h1 {
    margin-top: 0;

    color: #993124;
    font-size: 50px;
    font-weight: bold;
    line-height: 42px;
}
#header h1 small {
    margin-top: 0;
    margin-bottom: 20px;
    color: #993124;
    font-size: 35px;
    font-weight: bold;
}
#header h3 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
#header h4 {
    font-family: 'Open Sans';
    max-width: 450px;
    margin-top: 15px;
    margin-bottom: 30px;

    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
}

/* CTA */

#header .form-cell,
#intro .form-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#header .form-cell a.buy-now,
#intro .form-cell a.buy-now {
    padding: 10px 60px;

    color: #fff;
    background-color: #993124;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#header .form-cell a.buy-now:hover,
#intro .form-cell a.buy-now:hover {
    background-color: #c24233;
    
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#header .form-cell a.learn-more {
    color: #993124;
    font-size: 16px;
    font-weight: bold;
}
#header .cta {
    display: inline-block;
}
#intro .cta {
    display: none;
    margin-bottom: 20px;
}
#intro .form-cell a {
    display: block;
    margin: 20px 30px 0 30px;
}

#intro {
    margin-top: 40px;
}
#intro h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;

    span {
        font-weight: bold;
    }
}
#intro p {
    font-size: 18px;
    line-height: 28px;
}
#intro .video-col {
    text-align: center;
}
#intro .video-wrapper {
    position: relative;
    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#intro .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#intro2 {
    margin-top: 20px;
}
#intro2 h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
}
#intro2 p {
    font-size: 18px;
    line-height: 28px;
}

#idea-story {
    margin-top: 40px;
}
#idea-story h3 {
    margin-top: 50px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#idea-story p {
    font-size: 18px;
    line-height: 28px;
}
#idea-story p.is1 {
    margin-top: 50px;
}
#idea-story p.is3 {
    margin-top: 70px;
}
#idea-story p.is4 {
    margin-top: 60px;
}

#reviews, #product-reviews {
    margin-top: 40px;
    margin-bottom: 20px;
    
    text-align: center;
}
#reviews h3, #product-reviews h3 {
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#reviews .review, #product-reviews .review {
    margin-top: 30px;
}
#reviews .review, #product-reviews .review img {
    max-width: 100%;
}
#reviews .review p, #product-reviews .review p {
    margin-top: 15px;
    /*
    padding-left: 15px;
    padding-right: 15px;
    */

    text-align: left;
    font-size: 16px;
}
#reviews .review p.name, #product-reviews .review p.name {
    margin-top: 10px;
    margin-bottom: 0;

    text-align: center;
    font-weight: bold;
}
#product-reviews .splide__arrow--prev,
#product-reviews .splide__arrow--next {
    margin-top: -60px;
}
#reviews .splide__arrow--prev,
#reviews .splide__arrow--next {
    margin-top: -30px;
}


#peek-images {
    margin-top: 40px;
}
#peek-images h3 {
    margin-top: 20px;
    margin-bottom: 40px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

#advantages {
    margin-top: 50px;
}
#advantages .advantage {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;

    border: 2px solid #993124;
}
#advantages h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}
#advantages .advantage ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#advantages .advantage ul li {
    margin: 10px 0;
    padding-left: 36px;

    font-size: 18px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#advantages .advantage ul li  span {
    font-size: 22px;
    font-weight: bold;
}
#advantages .advantage .summary-sentence {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#insides {
    margin-top: 50px;
}
#insides .inside {
    padding-top: 30px;
    padding-bottom: 50px;

    border: 3px solid #993124;
}
#insides h3 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}
#insides h4 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
#insides .inside ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#insides .inside ul li {
    margin: 10px 0;
    padding-left: 36px;

    font-size: 18px;
    
    background: url(../icons/icon-advantages-tick.png) no-repeat left top;
    background-size: 26px;
}
#insides .inside ul li  span {
    font-size: 20px;
    font-weight: bold;
}

#packages {
    margin-top: 50px;
}
.packages h2 {
    margin-bottom: 20px;

    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
.packages p.packages-intro {
    margin-bottom: 20px;

    font-size: 18px;
    line-height: 28px;
}
.packages h3 {
    margin-bottom: 20px;

    text-align: center;

    font-size: 30px;
    font-weight: bold;
}
.packages .package {
    text-align: center;
}
.packages .package ul {
    text-align: left;
}
.packages .package li {
    margin-bottom: 5px;
}
.packages .package img {
    max-width: 100%;
}

.packages .package .package-desc {
    padding: 10px;

    font-size: 16px;
}
.packages .package .package-desc .desc-wrap {
    display: block;
    padding: 20px 0;

    color: #000;
    border: 1px solid #993124;

    overflow: auto;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.packages .package .package-desc .desc-wrap .price {
    margin-top: 20px;

    color: #993124;
    font-size: 26px;
    font-weight: bold;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.packages .package .package-desc .desc-wrap .price s {
    color: #000;
    font-size: 18px;
    font-weight: normal;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.packages .package .package-desc h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.packages .package .package-desc h4 span {
    color: #993124;
    font-size: 28px;
    font-weight: bold;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.packages .package .package-desc span {
    display: inline-block;
    margin-top: 10px;
}
.packages .package .package-desc .choice-button-wrap {
    padding: 10px;
}
.packages .package .package-desc a.choice-button {
    margin: 10px;
    padding: 12px 40px;

    font-size: 18px;
    color: #fff;
    background-color: #993124;
    text-decoration: none;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.packages .package .package-desc a.choice-button:hover  {
    background-color: #c24233;

    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.packages .package.main {
    margin-top: 30px;
}
.packages .package.main .package-desc .desc-wrap {
    border: 3px solid #993124;
}


#about {
    margin-top: 50px;
}
#about h2 {
    margin-bottom: 30px;

    text-align: center;

    font-size: 40px;
    font-weight: bold;
}
#about h3 {
    margin-top: 0;
    margin-bottom: 15px;

    font-size: 30px;
    font-weight: normal;
}
#about p {
    font-size: 18px;
    line-height: 28px;
}
#about img {
    max-width: 100%;
}

.calltoaction {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.calltoaction h3 {
    margin-bottom: 30px;
}
.calltoaction a {
    display: inline-block;
    padding: 12px 60px;

    font-size: 20px;
    color: #fff;
    background-color: #993124;
    text-decoration: none;
        
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.calltoaction a:hover {
    background-color: #c24233;
        
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.calltoaction a.contact {
    color: #993124;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #993124;
}

#help.calltoaction {
    margin: 0;
}

#faq h3 {
    margin-top: 80px;
    margin-bottom: 30px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#faq p {
    font-size: 18px;
    line-height: 28px;
}

#user_accordion h4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

#findme {
    margin-bottom: 100px;

    text-align: center;
}
#findme h3 {
    margin-top: 80px;
    margin-bottom: 50px;

    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
#findme p {
    margin-top: 10px;

    color: #000;
    font-size: 16px;
}

/***
 ====== MAX-WIDTH: 1200, MIN-WIDTH: 980 ======
***/

@media screen and (max-width: 1200px) and (min-width: 980px) {
    
}

@media screen and (min-width: 980px) {
    #header {
        background: url(../images/header-desktop.jpg);

        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 768px) {
    
}


/***
 ====== MAX-WIDTH: 979px, MIN-WIDTH: 768px - TABLET ======
***/
@media screen and (max-width: 979px) and (min-width: 768px) {
    #header {
        background: url(../images/header-tablet.jpg);

        background-size: cover;
        background-position-y: 23%;
        background-repeat: no-repeat;
    }
    #header img.martyna {
        margin-right: 0px;
    }
    #header img.mockup {
        width: 60%;
        left: unset;
        right: 30px;
        bottom: -80px;
    }
    #header .intro {
        float: left;
        margin-top: 25px;
        margin-left: -50px;
    }
    #header h1 {
        font-size: 46px;
    }
    
    .packages .package ul {
        padding-left: 10px;
    }
    
    .packages .package .package-desc h4 {
        font-size: 19px;
    }
}

/***
 ====== MAX-WIDTH: 767 - PHONE ======
***/

@media screen and (max-width: 767px) {
    #header {
        background: url(../images/header-tablet.jpg);

        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    #header .intro {
        margin-top: 10px;
    }
    #header .intro-col {
        text-align: center;
    }
    #header .intro-col .intro {
        float: none;
        display: inline-block;
        margin-left: 0;
        text-align: left;
    }

    #header .intro-col .intro h1 {
        margin-top: 15px;
        font-size: 44px;
        line-height: 40px;
        text-align: center;
    }
    #header .intro-col .intro h1 small {
        font-size: 30px;
    }
    #header .intro-col .intro h3 {
        text-align: center;
    }
    #header .intro-col .intro h4 {
        max-width: 400px;
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
    }
    #header .cta {
        display: none;
    }
    #header .photos-col {
        margin-left: -30px;
        text-align: center;
    }
    #header .photos-col img.martyna {
        float: left;
        max-width: 340px;
        margin-left: 5%;
    }
    #header .photos-col img.mockup {
        width: 250px;
        left: 50%;
    }
    #intro .cta {
        display: block;
    }
    #intro h3 {
        margin-top: 20px;
        font-size: 28px;
        line-height: 34px;
    }
    
    #idea-story h3 {
        font-size: 28px;
    }
    #idea-story .is-img-col {
        text-align: center;
    }
    #idea-story p.is1 {
        margin-top: 0;
    }
    #idea-story p.is3 {
        margin-top: 0;
    }
    #idea-story p.is4 {
        margin-top: 0;
    }

    #advantages h3 {
        font-size: 28px;
    }
    #advantages .advantage {
        padding-top: 0;

        border: 0;
    }
    #advantages .advantage ul li span {
        font-size: 20px;
    }

    #insides h3 {
        font-size: 28px;
    }
    #insides .inside {
        padding-top: 0;

        border: 0;
    }
    #insides .inside ul li span {
        font-size: 20px;
    }
    
    .packages h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .packages h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .packages .package img {
        width: 350px;
    }
    .packages .package .package-desc a.choice-button {
        padding: 10px 80px;
    }

    #product-reviews h3 {
        font-size: 28px;
    }
    
    #peek-images h3 {
        font-size: 28px;
    }

    #about h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 25px;
    }
    #about img.img-about-mobile {
        margin-bottom: 20px;
    }
    
    
    #faq h3 {
        font-size: 28px;
    }
    #faq h4 {
        margin-top: 30px;
    }

    #findme h3 {
        margin-bottom: 0;
    }
    #findme .sm-link {
        margin-top: 30px;
    }
}


@media screen and (max-width: 580px) {

    #header .photos-col {
        margin-left: inherit;
    }
    #header .photos-col img.martyna {
        float: left;
        margin-left: -30px;
    }
    #header .photos-col img.mockup {
        left: inherit;
        right: 0;
        bottom: -70px;
    }
}