body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background: #FFF;
    color: #0b2e65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.background-blue {
    background-color: #BBCBE3;
    color: #062047;
}

.background-blue-dark {
    background-color: #6D8EC2;
}

.background-dark {
    background-color: #000000;
    color: #FFF;
}

.text-white {
    color: #FFF;
}

.text-blue {
    color: #6D8EC2;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

h1, h2, h3, h4 {
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
    color: #062047;
}

h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 20px;
        line-height: 32px;
        max-width: 70%;
        margin: 0 auto;
    }

img {
    width: 100%;
    max-width: 100%;
}

.section {
    padding: 60px 20px;
}

    .section--smallpadding {
        padding: 60px 20px;
    }

.header {
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 10;
    border-bottom: 5px solid #6d8ec2;
}

    .header,
    .header__pusher {
        height: 105px;
    }

    .header__logo {
        display: block;
        height: 60px;
        width: auto;
    }

.language__switcher {
    display: inline-block;
    margin-right: 20px;
}

    .language__switcher li {
        display: inline-block;
    }

    .language__switcher li a {
        text-decoration: none;
        color: #FFF;
        padding: 0 6px;
    }

    .language__switcher li img {
        width: 20px;
        height: 20px;
    }

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

    .btn:hover {
        text-decoration: none;
        background-color: #4672b9;
    }

.screenshot__hero {
    margin-bottom: -300px;
}

.screenshot__usp {
    margin-top: -120px;
    margin-bottom: -120px;
}

.promocircle {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border: 5px solid #bccbe3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

    .promocircle__top {
        text-transform: uppercase;
        margin-bottom: 15px;
        line-height: 18px;
        padding: 0 27px;
    }

    .promocircle__middle {
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 5px;
    }

    .promocircle__bottom {
        font-size: 14px;
    }

.store__icon {
    height: 60px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.usp {
    margin: 0 10px;
}

.usp h3 {
    margin-bottom: 5px;
}

.usp p {
    margin-top: 0;
}

.usp__icon {
    display: block;
    max-width: 90px;
    margin: 0 auto 15px auto;
}

/*.pricing {
    max-width: 400px;
}*/

    .pricing--left {
        margin: 0 0 0 auto;
    }

    .pricing__content {
        padding: 30px 20px;
        border-radius: 15px;
        position: relative;
        margin-bottom: 20px;
        min-height: 500px;
    }

    .pricing h3 {
        margin-bottom: 10px;
    }

    .pricing h4 {
        margin: 0;
        font-weight: normal;
    }

    .pricing__type {
        padding: 5px 10px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 15px;
    }

    .pricing .promocircle {
        top: 20px;
        right: -40px;
        width: 110px;
        height: 110px;
        background: white;
        border: 4px solid #6d8ec2;
        line-height: 20px;
    }

.footer {
    font-size: 13px;
    line-height: 20px;
}

    .footer__logo {
        height: 40px;
        width: auto;
        margin-bottom: 20px;
    }

.spacer {
    display: block;
    width: 100%;
    height: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 15px;
}

form label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

    textarea.form-control {
        height: auto;
    }

ul.checkmarks {
    padding-left: 25px;
    list-style: none;
    margin: 0 0 30px 0;
}

    ul.checkmarks li {
        margin-bottom: 4px;
        position: relative;
    }

    ul.checkmarks li:before {
        content: ' ';
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2346a629' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block;
        width: 16px;
        height: 16px;
        color: #46a629;
        position: absolute;
        left: -25px;
        top: 5px;
    }

    .background-blue ul.checkmarks li:before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236d8ec2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    }

@media only screen and (max-width: 604px) 
{
    .hide-mobile {
        display: none;
    }

    .sm-offset-0 {
        margin-left: 0;
    }

    .section {
        padding: 60px 0px;
    }

        .section--smallpadding {
            padding: 30px 0px;
        }

    .header {
        position: relative;
        height: 128px;
        padding: 15px 0;
    }

    .header__pusher {
        display: none;
    }

    p.lead {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        margin: 0 auto;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .pricing,
    .pricing--left {
        margin-bottom: 50px;
    }

    .screenshot__hero {
        margin: 0;
    }

    .screenshot__usp {
        margin: 0 auto 30px auto;
        max-width: 200px;
        display: block;
    }

    .store__icon {
        height: auto;
        width: 60%;
        display: block;
        margin: 20px auto;
    }

    .pricing__content {
        min-height: auto;
    }
}