
#app,
body,
html {
    width: 100%;
    height: 100%;
    background: #000
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222
}

#app-flow {
    width: 100%;
    height: 100%
}

input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.count-v-img {
    display: none
}

.notify {
    display: block;
    width: calc(100% - 20px);
    text-align: center;
    background: #cd3435;
    color: #fff;
    padding: 10px
}

.navbar {
    max-width: 1000px;
    margin: auto;
    padding: 25px 100px 10px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff
}

.navbar .logo {
    width: 25%
}

.navbar .logo img {
    width: 100%
}

.navbar .toggle {
    display: none;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 25px 0;
    font-size: 18px;
    font-weight: 300
}

.navbar .routes {
    text-align: right;
    width: 75%
}

.navbar .routes ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right
}

.navbar .routes ul li a {
    position: relative;
    padding: 25px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 15px #000;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.navbar .routes ul li a:hover {
    padding: 20px 25px 25px 25px
}

.navbar .routes ul li a.router-link-active:before,
.navbar .routes ul li a.router-link-exact-active:before,
.navbar .routes ul li a:hover:before {
    content: "";
    position: absolute;
    left: calc(50% - 5px);
    bottom: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.navbar .routes input {
    display: none
}

@media only screen and (max-width:1050px) {
    .navbar {
        border: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 50px 25px 50px
    }

    .navbar .routes input:checked~ul,
    .navbar .toggle {
        display: block
    }

    .navbar .logo {
        width: 100%;
        max-width: 350px;
        margin: auto
    }

    .navbar .routes {
        width: 100%;
        text-align: left
    }

    .navbar .routes ul {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -25px;
        width: 100%
    }

    .navbar .routes ul li a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        color: #222;
        text-align: center;
        text-shadow: none;
        padding: 10px 0;
        border-top: 1px solid #efefef
    }

    .navbar .routes ul li a:before {
        opacity: 0
    }

    .navbar .routes ul li a:hover {
        padding: 10px 0
    }
}

.relevant[data-v-0f1598eb] {
    max-width: 1000px;
    margin: 150px auto
}

.relevant .title[data-v-0f1598eb] {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 50px
}

.relevant .cars[data-v-0f1598eb] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.relevant .car[data-v-0f1598eb] {
    width: calc(50% - 25px);
    background: #fff;
    color: #222;
    margin-bottom: 25px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    overflow: hidden
}

.relevant .car[data-v-0f1598eb]:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.relevant .car:hover .image .hover[data-v-0f1598eb] {
    opacity: 1
}

.relevant .car:hover .prices[data-v-0f1598eb] {
    border-bottom: 10px solid #f33
}

.relevant .car:hover .prices .buy[data-v-0f1598eb],
.relevant .car:hover .prices .lease[data-v-0f1598eb] {
    padding: 25px 35px 15px 35px
}

.relevant .car .image[data-v-0f1598eb] {
    position: relative;
    overflow: hidden
}

.relevant .car .image .hover[data-v-0f1598eb],
.relevant .car .image img[data-v-0f1598eb] {
    width: 100%;
    -webkit-transition: .25s;
    transition: .25s
}

.relevant .car .image .hover[data-v-0f1598eb] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0
}

.relevant .car .image .hover svg[data-v-0f1598eb] {
    fill: #fff;
    margin-left: 5px
}

.relevant .car .title[data-v-0f1598eb] {
    color: #222;
    font-size: 24px;
    text-align: left;
    padding: 20px 35px;
    margin: 0
}

.relevant .car .title .brand[data-v-0f1598eb] {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
    font-size: 24px
}

.relevant .car .title .model[data-v-0f1598eb] {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: 300;
    font-size: 20px
}

.relevant .car .specifications[data-v-0f1598eb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 35px
}

.relevant .car .specifications .group[data-v-0f1598eb] {
    width: 50%;
    margin-bottom: 10px
}

.relevant .car .specifications .group svg[data-v-0f1598eb] {
    width: 20px;
    height: 20px
}

.relevant .car .specifications .group span[data-v-0f1598eb] {
    font-size: 16px;
    color: #222;
    margin-left: 15px
}

.relevant .car .prices[data-v-0f1598eb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0
}

.relevant .car .prices .buy[data-v-0f1598eb] {
    width: 50%;
    padding: 25px 35px;
    border-right: 1px solid #e0e0e0
}

.relevant .car .prices .buy .top[data-v-0f1598eb] {
    display: block;
    font-size: 12px;
    font-weight: 300;
    width: 100%
}

.relevant .car .prices .buy .bottom[data-v-0f1598eb] {
    display: block;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    margin-top: 10px
}

.relevant .car .prices .lease[data-v-0f1598eb] {
    width: 50%;
    padding: 25px 35px
}

.relevant .car .prices .lease .top[data-v-0f1598eb] {
    display: block;
    font-size: 12px;
    font-weight: 300;
    width: 100%
}

.relevant .car .prices .lease .bottom[data-v-0f1598eb] {
    display: block;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    margin-top: 10px
}

.relevant .button[data-v-0f1598eb] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin: 50px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none
}

.relevant .button[data-v-0f1598eb]:hover {
    padding: 15px 60px
}

.relevant .button[data-v-0f1598eb]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.relevant .button svg[data-v-0f1598eb] {
    margin-left: 10px;
    fill: #fff
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .relevant[data-v-0f1598eb] {
        max-width: 90%
    }
}

@media only screen and (max-width:600px) {
    .relevant[data-v-0f1598eb] {
        margin: 50px 0
    }

    .relevant .title[data-v-0f1598eb] {
        margin: 150px auto 50px auto;
        max-width: calc(100% - 50px);
        font-size: 30px
    }

    .relevant .cars[data-v-0f1598eb] {
        width: 90%;
        margin: 50px 5%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .relevant .cars .car[data-v-0f1598eb] {
        width: 100%;
        margin: 10px 5px
    }

    .relevant .cars .car .prices .buy[data-v-0f1598eb],
    .relevant .cars .car .prices .lease[data-v-0f1598eb] {
        padding: 25px
    }

    .relevant .cars .car .specifications[data-v-0f1598eb] {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .relevant .button[data-v-0f1598eb] {
        width: calc(100% - 150px);
        text-align: center
    }
}

.services[data-v-150d7066] {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/diensten.af7da188.jpg);
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: inset 0 0 100px 50px #000;
    box-shadow: inset 0 0 100px 50px #000
}

.services .fader[data-v-150d7066] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(#000, hsla(0, 0%, 100%, 0))
}

.services .motto[data-v-150d7066] {
    max-width: 1000px;
    margin: auto;
    padding: 150px 0
}

.services .motto h2[data-v-150d7066] {
    max-width: 100%;
    font-size: 70px;
    color: #fff;
    line-height: 85px;
    text-shadow: 0 0 10px #000
}

.services .button[data-v-150d7066] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin: 50px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none
}

.services .button[data-v-150d7066]:hover {
    padding: 15px 60px
}

.services .button[data-v-150d7066]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.services .button svg[data-v-150d7066] {
    margin-left: 10px;
    fill: #fff
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .services .motto[data-v-150d7066] {
        padding: 150px 10%
    }
}

@media only screen and (max-width:600px) {
    .services[data-v-150d7066] {
        background-size: cover;
        padding: 25px;
        width: calc(100% - 50px)
    }

    .services .motto h2[data-v-150d7066] {
        font-size: 30px;
        line-height: inherit
    }

    .services .button[data-v-150d7066] {
        padding: 15px 25px;
        margin: 50px 0;
        width: calc(100% - 50px);
        text-align: center
    }
}

.about[data-v-743171b4] {
    position: relative;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.about .image[data-v-743171b4] {
    width: 65%
}

.about .image img[data-v-743171b4] {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 #c3c3c3;
    box-shadow: 0 0 10px 0 #c3c3c3
}

.about .story[data-v-743171b4] {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about .story span[data-v-743171b4] {
    width: 50%;
    font-size: 24px;
    font-weight: 300
}

.about .story .button[data-v-743171b4] {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    color: #4e60a6;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    padding-bottom: 0;
    border-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none
}

.about .story .button[data-v-743171b4]:hover {
    border-bottom: 2px solid #4e60a6;
    padding-bottom: 5px
}

.about .oblique[data-v-743171b4] {
    position: absolute;
    bottom: -78px;
    left: 0;
    width: calc(100% + 50px);
    height: 120px;
    background: #f0f0f0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

@media only screen and (max-width:1050px) {
    .about[data-v-743171b4] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .image[data-v-743171b4],
    .about .story[data-v-743171b4] {
        width: 100%
    }

    .about .story span[data-v-743171b4] {
        width: 100%;
        padding: 50px 25px 85px 25px;
        font-size: 20px
    }

    .about .story .button[data-v-743171b4] {
        padding: 25px 0 10px 0
    }
}

.usp[data-v-95a81236] {
    background: #f0f0f0
}

.usp.over[data-v-95a81236] {
    max-width: 1200px;
    margin: auto
}

.usp.over .items[data-v-95a81236] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 75px 0 50px 0
}

.usp.over .items .item[data-v-95a81236] {
    width: 20%
}

.usp .items[data-v-95a81236] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 100px 0
}

.usp .items .item[data-v-95a81236] {
    width: 25%;
    text-align: center
}

.usp .items .item span[data-v-95a81236] {
    display: block;
    margin: 25px 0;
    font-size: 26px
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .usp .items[data-v-95a81236] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 100px 10%
    }

    .usp .items .item[data-v-95a81236] {
        width: 50%
    }
}

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

    .usp .items[data-v-95a81236],
    .usp.over .items[data-v-95a81236] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 70px 0 50px 0
    }

    .usp .items .item[data-v-95a81236],
    .usp.over .items .item[data-v-95a81236] {
        width: 100%;
        margin-bottom: 50px
    }

    .usp .items .item span[data-v-95a81236],
    .usp.over .items .item span[data-v-95a81236] {
        font-size: 20px
    }
}

.footer[data-v-13d50d74] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 150px auto
}

.footer .location[data-v-13d50d74] {
    width: 33.33333%;
    margin-top: 25px
}

.footer .location a[data-v-13d50d74],
.footer .location span[data-v-13d50d74] {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    max-width: 90%;
    margin: 10px auto
}

.footer .logo[data-v-13d50d74] {
    width: 33.33333%;
    text-align: center
}

.footer .logo img[data-v-13d50d74] {
    width: 75%
}

.footer .contact[data-v-13d50d74] {
    width: 33.33333%;
    margin-top: 25px;
    background: transparent
}

.footer .contact a[data-v-13d50d74] {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    max-width: 80%;
    margin: 10px auto;
    text-decoration: none
}

.footer .contact svg[data-v-13d50d74] {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-right: 10px
}

@media only screen and (max-width:1050px) {
    .footer[data-v-13d50d74] {
        margin: 50px auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .location[data-v-13d50d74] {
        width: 100%;
        text-align: center
    }

    .footer .location span[data-v-13d50d74] {
        font-size: 16px
    }

    .footer .logo[data-v-13d50d74] {
        width: 100%;
        margin: 100px 0 75px 0
    }

    .footer .logo img[data-v-13d50d74] {
        width: 80%;
        max-width: 350px
    }

    .footer .contact[data-v-13d50d74] {
        width: 100%;
        text-align: center
    }

    .footer .contact a[data-v-13d50d74] {
        font-size: 16px
    }
}

.home[data-v-3006b816] {
    width: 100%;
    height: 100%
}

.hero[data-v-3006b816] {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/hero3.fd856729.jpg);
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: inset 0 0 100px 50px #000;
    box-shadow: inset 0 0 100px 50px #000
}

.hero .motto[data-v-3006b816] {
    max-width: 1000px;
    margin: 150px auto
}

.hero .motto h1[data-v-3006b816] {
    max-width: 80%;
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    text-shadow: 0 0 10px #000
}

.hero .button[data-v-3006b816] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin: 50px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    text-shadow: 0 0 5px grey;
    text-decoration: none
}

.hero .button[data-v-3006b816]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
    -webkit-transition: .25s;
    transition: .25s
}

.hero .button[data-v-3006b816]:hover {
    padding: 15px 60px;
    border-top-color: #dd2b2b
}

.hero .button[data-v-3006b816]:hover:before {
    left: -35px
}

.hero .button svg[data-v-3006b816] {
    margin-left: 10px;
    fill: #fff
}

.hero .fader[data-v-3006b816] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#000));
    background: linear-gradient(hsla(0, 0%, 100%, 0), #000)
}

.covid .container[data-v-3006b816] {
    max-width: 1000px;
    margin: 100px auto
}

.covid .container h2[data-v-3006b816] {
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.covid .container ul li[data-v-3006b816] {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 10px 0
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .hero[data-v-3006b816] {
        background-size: cover;
        width: 100%
    }

    .hero .motto[data-v-3006b816] {
        max-width: 90%
    }

    .hero .motto h1[data-v-3006b816] {
        font-size: 80px
    }
}

@media only screen and (max-width:600px) {
    .hero[data-v-3006b816] {
        background-size: cover;
        padding: 0;
        width: 100%
    }

    .hero .motto[data-v-3006b816] {
        width: calc(100% - 100px);
        margin: 0;
        padding: 25px 50px
    }

    .hero .motto h1[data-v-3006b816] {
        width: 100%;
        font-size: 36px;
        line-height: inherit;
        margin: 25% 0
    }

    .hero .button[data-v-3006b816] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding: 15px 0
    }

    .hero .fader[data-v-3006b816] {
        display: none
    }

    .covid[data-v-3006b816] {
        margin: 25px
    }
}

.aanbod[data-v-af79ba22] {
    background: #000
}

.title[data-v-af79ba22] {
    max-width: 1200px;
    margin: 150px auto 50px auto
}

.title.about[data-v-af79ba22] {
    background: url(http://localhost/nicoalblas/assets/about.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 150px 0
}

.title.about h2[data-v-af79ba22] {
    max-width: 60%;
    padding: 0 100px;
    text-shadow: 0 0 10px #000
}

.title h2[data-v-af79ba22] {
    color: #fff;
    font-size: 75px;
    font-weight: 600
}

.title .filters[data-v-af79ba22] {
    margin-top: 50px
}

.title .filters select[data-v-af79ba22] {
    width: 250px;
    padding: 15px;
    margin-right: 25px;
    background: #616161;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.cars[data-v-af79ba22] {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cars .car[data-v-af79ba22] {
    width: calc(33.33333% - 25px);
    background: #fff;
    color: #222;
    margin-bottom: 35px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    overflow: hidden
}

.cars .car[data-v-af79ba22]:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.cars .car:hover .image .hover[data-v-af79ba22] {
    opacity: 1
}

.cars .car .image[data-v-af79ba22] {
    position: relative;
    overflow: hidden
}

.cars .car .image .hover[data-v-af79ba22],
.cars .car .image img[data-v-af79ba22] {
    width: 100%;
    -webkit-transition: .25s;
    transition: .25s
}

.cars .car .image .hover[data-v-af79ba22] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0
}

.cars .car .image .hover svg[data-v-af79ba22] {
    fill: #fff;
    margin-left: 5px
}

.cars .car .title[data-v-af79ba22] {
    color: #222;
    font-size: 24px;
    text-align: left;
    padding: 20px 35px;
    margin: 0
}

.cars .car .title .brand[data-v-af79ba22] {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
    font-size: 24px
}

.cars .car .title .model[data-v-af79ba22] {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: 300;
    font-size: 20px
}

.cars .car .specifications[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 35px
}

.cars .car .specifications .group[data-v-af79ba22] {
    width: 50%;
    margin-bottom: 10px
}

.cars .car .specifications .group svg[data-v-af79ba22] {
    width: 20px;
    height: 20px
}

.cars .car .specifications .group span[data-v-af79ba22] {
    font-size: 16px;
    color: #222;
    margin-left: 15px
}

.cars .car .prices[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0
}

.cars .car .prices .buy[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 35px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cars .car .prices .buy .top[data-v-af79ba22] {
    display: block;
    width: 40%;
    font-size: 12px;
    font-weight: 300
}

.cars .car .prices .buy .bottom[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 500;
    width: 60%
}

.cars .car .prices .buy .bottom .btw[data-v-af79ba22] {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px
}

.cars .car .prices .lease[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cars .car .prices .lease .top[data-v-af79ba22] {
    display: block;
    width: 40%;
    font-size: 12px;
    font-weight: 300
}

.cars .car .prices .lease .bottom[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 500;
    width: 60%
}

.cars .car .prices .lease .bottom .btw[data-v-af79ba22] {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px
}

.cars .car .prices .sold[data-v-af79ba22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 109px;
    font-size: 20px;
    font-weight: 300;
    width: 100%
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .title[data-v-af79ba22] {
        max-width: 90%;
        margin: 25px
    }

    .title h2[data-v-af79ba22] {
        font-size: 50px
    }

    .cars[data-v-af79ba22] {
        max-width: 90%
    }

    .cars .car[data-v-af79ba22] {
        width: calc(50% - 20px);
        margin: 15px 5px
    }

    .cars .car .prices .buy[data-v-af79ba22],
    .cars .car .prices .lease[data-v-af79ba22] {
        padding: 25px
    }

    .cars .car .specifications[data-v-af79ba22] {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }
}

@media only screen and (max-width:600px) {
    .title[data-v-af79ba22] {
        max-width: 90%;
        margin: 25px
    }

    .title h2[data-v-af79ba22] {
        font-size: 50px
    }

    .cars[data-v-af79ba22] {
        max-width: 90%
    }

    .cars .car[data-v-af79ba22] {
        width: 100%;
        margin: 15px 5px
    }

    .cars .car .prices .buy[data-v-af79ba22],
    .cars .car .prices .lease[data-v-af79ba22] {
        padding: 25px
    }

    .cars .car .specifications[data-v-af79ba22] {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }
}

.contact[data-v-d0c1f118] {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url(../img/pand.7b95171c.jpg);
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../img/pand.7b95171c.jpg);
    background-position: 50%;
    background-size: cover
}

.contact .content[data-v-d0c1f118] {
    padding: 20% 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: auto
}

.contact .content .left[data-v-d0c1f118] {
    background: #fff;
    padding: 50px;
    width: 50%
}

.contact .content .left .title[data-v-d0c1f118] {
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 15px 0
}

.contact .content .left .text[data-v-d0c1f118] {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px
}

.contact .content .left .method[data-v-d0c1f118] {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #222;
    text-decoration: none
}

.contact .content .left .method svg[data-v-d0c1f118] {
    width: 15px;
    height: 15px;
    fill: #222;
    margin-right: 10px
}

.contact .content .left .button[data-v-d0c1f118] {
    position: relative;
    display: block;
    background: #76babb;
    color: #fff;
    padding: 15px 50px;
    margin-top: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #a6d2d2;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none
}

.contact .content .left .button[data-v-d0c1f118]:hover {
    padding: 15px 60px
}

.contact .content .left .button[data-v-d0c1f118]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #66a0a1;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.contact .content .left .button svg[data-v-d0c1f118] {
    margin-left: 10px;
    fill: #fff
}

.contact .content .right[data-v-d0c1f118] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    background: #f5f5f5;
    padding: 50px
}

.contact .content .right .title[data-v-d0c1f118] {
    width: 100%;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 15px 0
}

.contact .content .right .day[data-v-d0c1f118] {
    position: relative;
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.contact .content .right .day.active[data-v-d0c1f118] {
    font-weight: 500 !important;
    color: #76babb
}

.contact .content .right .day.active[data-v-d0c1f118]:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #76babb;
    border-radius: 50%
}

.contact .content .right .hours[data-v-d0c1f118] {
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.contact .content .right .hours.active[data-v-d0c1f118] {
    font-weight: 500 !important;
    color: #76babb
}

@media only screen and (max-width:1050px) {
    .contact .content[data-v-d0c1f118] {
        width: 100%;
        max-width: 90%;
        padding: 5% 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact .content .left[data-v-d0c1f118],
    .contact .content .right[data-v-d0c1f118] {
        width: 100%;
        padding: 25px
    }

    .contact .content .right .day.active[data-v-d0c1f118]:before {
        left: -15px
    }
}

.navbar[data-v-31d2f8fc] {
    margin-bottom: 100px
}

.car[data-v-31d2f8fc] {
    max-width: 1200px;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    background: #000
}

.car .specifications[data-v-31d2f8fc] {
    width: 45%
}

.car .specifications .title[data-v-31d2f8fc] {
    margin: 0
}

.car .specifications .title h2[data-v-31d2f8fc] {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.car .specifications .title h3[data-v-31d2f8fc] {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 75%
}

.car .specifications .summery[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0
}

.car .specifications .summery .group[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
}

.car .specifications .summery .group svg[data-v-31d2f8fc] {
    width: 25px;
    height: 25px;
    fill: #fff
}

.car .specifications .summery .group span[data-v-31d2f8fc] {
    font-size: 20px;
    color: #fff;
    margin-left: 15px
}

.car .specifications .prices[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
    margin-top: 10px
}

.car .specifications .prices .buy[data-v-31d2f8fc] {
    width: 100%;
    margin-bottom: 50px
}

.car .specifications .prices .buy .top[data-v-31d2f8fc] {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: #fff
}

.car .specifications .prices .buy .bottom[data-v-31d2f8fc] {
    display: block;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    color: #fff
}

.car .specifications .prices .buy .bottom .btw[data-v-31d2f8fc] {
    font-size: 16px;
    font-weight: 300
}

.car .specifications .prices .lease[data-v-31d2f8fc] {
    width: 100%
}

.car .specifications .prices .lease .top[data-v-31d2f8fc] {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: #fff
}

.car .specifications .prices .lease .bottom[data-v-31d2f8fc] {
    display: block;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    color: #fff
}

.car .specifications .prices .sold[data-v-31d2f8fc] {
    font-size: 24px;
    font-weight: 300;
    color: #fff
}

.car .specifications .cta[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car .specifications .cta .button[data-v-31d2f8fc] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin-top: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.car .specifications .cta .button[data-v-31d2f8fc]:hover {
    padding: 15px 60px
}

.car .specifications .cta .button[data-v-31d2f8fc]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.car .specifications .cta .button svg[data-v-31d2f8fc] {
    margin-left: 10px;
    fill: #fff
}

.car .specifications .cta .button.whatsapp[data-v-31d2f8fc] {
    margin-left: 15px;
    background: #25d366;
    border-top: 3px solid #46ea83;
    padding: 11px 30px
}

.car .specifications .cta .button.whatsapp[data-v-31d2f8fc]:before {
    background: #1bbd57
}

.car .specifications .cta .button.whatsapp svg[data-v-31d2f8fc] {
    width: 25px;
    height: 25px
}

.car .specifications .cta .button.whatsapp[data-v-31d2f8fc]:hover {
    padding: 11px 35px
}

.car .picture[data-v-31d2f8fc] {
    position: relative;
    width: 55%
}

.car .picture a[data-v-31d2f8fc] {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.car .picture a:hover span[data-v-31d2f8fc] {
    opacity: 1
}

.car .picture img[data-v-31d2f8fc] {
    width: 100%
}

.car .picture span[data-v-31d2f8fc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.car .picture span svg[data-v-31d2f8fc] {
    fill: #fff;
    width: 25%
}

.car .picture .previous[data-v-31d2f8fc] {
    left: 0
}

.car .picture .next[data-v-31d2f8fc],
.car .picture .previous[data-v-31d2f8fc] {
    background-color: transparent;
    border: none;
    padding: 1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    outline: none
}

.car .picture .next[data-v-31d2f8fc] {
    right: 0
}

.car .picture .magnify[data-v-31d2f8fc] {
    background-color: transparent;
    border: none;
    padding: 1em;
    position: absolute;
    top: 50%;
    right: calc(50% - 50px - 1em);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    outline: none;
    pointer-events: none
}

.car .picture .magnify svg[data-v-31d2f8fc] {
    opacity: 0;
    width: 75px
}

.car .picture svg[data-v-31d2f8fc] {
    fill: #fff;
    width: 100px;
    height: 100px;
    opacity: .25;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .7));
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .7))
}

.car .picture:hover svg[data-v-31d2f8fc] {
    opacity: 1
}

.car .gallery[data-v-31d2f8fc] {
    width: calc(100% + 200px);
    margin: 100px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: -100px;
    margin-right: -100px;
    -webkit-overflow-scrolling: touch
}

.car .gallery[data-v-31d2f8fc]::-webkit-scrollbar {
    height: 0
}

.car .gallery .pictures[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.car .gallery .pictures img[data-v-31d2f8fc] {
    display: block;
    width: 100%
}

.car .about[data-v-31d2f8fc] {
    display: block;
    background: transparent
}

.car .about h3[data-v-31d2f8fc] {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px
}

.car .about h4[data-v-31d2f8fc] {
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.car .warranty[data-v-31d2f8fc] {
    display: block;
    background: transparent
}

.car .warranty h3[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px
}

.car .warranty h4[data-v-31d2f8fc] {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px
}

.car .warranty img[data-v-31d2f8fc] {
    width: 200px
}

.car .warranty .buttons[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 75px 0
}

.car .warranty .buttons .button[data-v-31d2f8fc] {
    position: relative;
    display: block;
    background: #ff3131;
    text-decoration: none;
    color: #fff;
    padding: 15px 50px;
    margin-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.car .warranty .buttons .button[data-v-31d2f8fc]:hover {
    padding: 15px 60px
}

.car .warranty .buttons .button[data-v-31d2f8fc]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.car .options[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
    max-height: 250px;
    position: relative;
    overflow: hidden
}

.car .options.active[data-v-31d2f8fc] {
    max-height: unset
}

.car .options .option[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}

.car .options .option span[data-v-31d2f8fc] {
    margin-left: 10px
}

.car .options .option span[data-v-31d2f8fc]:first-letter {
    text-transform: uppercase
}

.car .options .option .item[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.car .options .more[data-v-31d2f8fc] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent)
}

.car .options .more svg[data-v-31d2f8fc] {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 30px);
    background: #fff;
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 #5f5f5f;
    box-shadow: 0 0 20px 0 #5f5f5f;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.car .options .more svg[data-v-31d2f8fc]:hover {
    -webkit-box-shadow: 0 0 20px 0 #fff;
    box-shadow: 0 0 20px 0 #fff
}

.car .options .more.active[data-v-31d2f8fc] {
    display: none
}

.finance[data-v-31d2f8fc] {
    background: #f0f0f0;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 1px
}

.finance .shape[data-v-31d2f8fc] {
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 1200px solid transparent
}

.finance h3[data-v-31d2f8fc] {
    font-size: 36px;
    font-weight: 700;
    max-width: 80%;
    margin: 50px auto 25px auto
}

.finance span[data-v-31d2f8fc] {
    font-size: 20px;
    display: block;
    max-width: 80%;
    margin: 0 auto
}

.finance img[data-v-31d2f8fc] {
    display: block;
    max-width: 80%;
    margin: 50px auto
}

.finance .calculator[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin: 50px auto 25px auto
}

.finance .calculator .left[data-v-31d2f8fc] {
    width: 65%;
    border-right: 1px solid #333;
    padding: 25px 25px 25px 0
}

.finance .calculator .left .group[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.finance .calculator .left .group .left[data-v-31d2f8fc] {
    width: 35%;
    border-right: 0;
    padding: 0
}

.finance .calculator .left .group .left span[data-v-31d2f8fc] {
    max-width: 100%
}

.finance .calculator .left .group .left b[data-v-31d2f8fc] {
    display: block;
    font-size: 26px;
    margin-top: 5px
}

.finance .calculator .left .group .right[data-v-31d2f8fc] {
    width: 65%;
    padding: 25px
}

.finance .calculator .left .group .right .slider[data-v-31d2f8fc] {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #fe0000;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.finance .calculator .left .group .right .slider[data-v-31d2f8fc]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 1px #b9b9b9;
    box-shadow: 1px 1px 1px #b9b9b9
}

.finance .calculator .left .group .right .slider[data-v-31d2f8fc]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px #b9b9b9
}

.finance .calculator .right[data-v-31d2f8fc] {
    width: 35%;
    padding: 25px
}

.finance .calculator .right .choice[data-v-31d2f8fc] {
    max-width: 80%;
    margin: auto auto 25px auto
}

.finance .calculator .right .amount[data-v-31d2f8fc] {
    display: block;
    font-size: 50px;
    font-weight: 700;
    margin-top: 5px;
    max-width: 90%;
    margin-left: 10%
}

.finance .calculator .right .button[data-v-31d2f8fc] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 30px;
    margin: 25px 50px 0 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.finance .calculator .right .button[data-v-31d2f8fc]:hover {
    padding: 15px 35px
}

.finance .calculator .right .button[data-v-31d2f8fc]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.finance .calculator .right .button svg[data-v-31d2f8fc] {
    margin-left: 10px;
    fill: #fff
}

.radio[data-v-31d2f8fc] {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio input[data-v-31d2f8fc] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark[data-v-31d2f8fc] {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d0d0d0;
    border-radius: 50%
}

.radio:hover input~.checkmark[data-v-31d2f8fc] {
    background-color: #ccc
}

.radio input:checked~.checkmark[data-v-31d2f8fc] {
    background-color: #dd2b2b
}

.checkmark[data-v-31d2f8fc]:after {
    content: "";
    position: absolute;
    display: none
}

.radio input:checked~.checkmark[data-v-31d2f8fc]:after {
    display: block
}

.radio .checkmark[data-v-31d2f8fc]:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.modal[data-v-31d2f8fc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .modal-content[data-v-31d2f8fc] {
    position: relative;
    width: 700px;
    background: #ededed;
    padding: 50px
}

.modal .modal-content .title[data-v-31d2f8fc] {
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 25px
}

.modal .modal-content .options[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.modal .modal-content .options label[data-v-31d2f8fc] {
    background: #fff;
    text-align: center;
    cursor: pointer
}

.modal .modal-content .options label span[data-v-31d2f8fc] {
    position: relative;
    display: block;
    width: 110px;
    padding: 50px 25px;
    font-size: 16px;
    font-weight: 400;
    border: 3px solid transparent
}

.modal .modal-content .options label input[data-v-31d2f8fc] {
    display: none
}

.modal .modal-content .options label input:checked~span[data-v-31d2f8fc] {
    border-color: #18cc00
}

.modal .modal-content .options label input:checked~span[data-v-31d2f8fc]:before {
    content: "\2713";
    position: absolute;
    top: -2px;
    right: 2px;
    color: #fff;
    z-index: 99
}

.modal .modal-content .options label input:checked~span[data-v-31d2f8fc]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 35px solid #18cc00;
    border-left: 35px solid transparent
}

.modal .modal-content .information[data-v-31d2f8fc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal .modal-content .information .group[data-v-31d2f8fc] {
    width: calc(50% - 15px)
}

.modal .modal-content .information .group.textarea[data-v-31d2f8fc] {
    width: 100%
}

.modal .modal-content .information .group span[data-v-31d2f8fc] {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px
}

.modal .modal-content .information .group input[data-v-31d2f8fc] {
    padding: 15px 10px;
    margin-bottom: 25px;
    width: calc(100% - 20px);
    border: 0;
    font-size: 16px
}

.modal .modal-content .information .group textarea[data-v-31d2f8fc] {
    padding: 15px 10px;
    margin-bottom: 15px;
    min-height: 100px;
    width: calc(100% - 20px);
    border: 0;
    resize: none;
    font-size: 16px
}

.modal .modal-content .information .group.datetime[data-v-31d2f8fc] {
    display: none
}

.modal .modal-content .information .group.datetime.active[data-v-31d2f8fc] {
    display: block
}

.modal .modal-content .button[data-v-31d2f8fc] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin: 25px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.modal .modal-content .button[data-v-31d2f8fc]:hover {
    padding: 15px 60px
}

.modal .modal-content .button[data-v-31d2f8fc]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.modal .modal-content .button svg[data-v-31d2f8fc] {
    margin-left: 10px;
    fill: #fff
}

.modal .modal-content .button.disabled[data-v-31d2f8fc] {
    background: grey !important;
    border-top: 3px solid #a9a9a9 !important
}

.modal .modal-content .button.disabled[data-v-31d2f8fc]:before {
    background: #6d6d6d
}

.modal .modal-content .close[data-v-31d2f8fc] {
    position: absolute;
    top: 0;
    right: 0;
    background: #e1e1e1;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer
}

.hooper[data-v-31d2f8fc] {
    height: unset !important;
    -webkit-highlight: none;
    outline: none
}

.car .gallery[data-v-31d2f8fc] {
    overflow: visible
}

.pictures .hooper-pagination[data-v-31d2f8fc] {
    bottom: -25px
}

.pictures .hooper-slide img[data-v-31d2f8fc] {
    padding: 0 10px !important
}

.fade-enter-active[data-v-31d2f8fc],
.fade-leave-active[data-v-31d2f8fc] {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.fade-enter[data-v-31d2f8fc],
.fade-leave-to[data-v-31d2f8fc] {
    opacity: 0
}

@media only screen and (max-width:1050px) {
    .navbar[data-v-31d2f8fc] {
        margin-bottom: 50px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .car .picture[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .car .pictures .hooper-pagination[data-v-31d2f8fc] {
        width: 100%;
        margin: auto;
        overflow: hidden;
        padding: 0
    }

    .car .gallery[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: 15px auto 50px auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .car .specifications[data-v-31d2f8fc] {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .car .specifications .title[data-v-31d2f8fc] {
        max-width: 90%;
        margin: auto
    }

    .car .specifications .summery[data-v-31d2f8fc] {
        max-width: 90%;
        margin: 25px auto
    }

    .car .specifications .prices[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: 0 5%
    }

    .cta[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: auto
    }

    .car .specifications .cta .button[data-v-31d2f8fc] {
        padding: 15px 25px
    }

    .car .specifications .cta .button.whatsapp[data-v-31d2f8fc] {
        padding: 11px 20px
    }

    .car .warranty[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: 50px auto;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .car .about[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: 50px auto;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .car .options[data-v-31d2f8fc] {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .car .options .option[data-v-31d2f8fc] {
        width: 100%
    }

    .car .finance[data-v-31d2f8fc] {
        width: 100%;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .car .finance h3[data-v-31d2f8fc],
    .car .finance span[data-v-31d2f8fc] {
        max-width: 90%
    }

    .car .finance .calculator[data-v-31d2f8fc] {
        max-width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .car .finance .calculator .left[data-v-31d2f8fc] {
        width: 100%;
        border: 0;
        padding: 0
    }

    .car .finance .calculator .left .group[data-v-31d2f8fc] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .car .finance .calculator .left .group .left[data-v-31d2f8fc] {
        width: 100%
    }

    .car .finance .calculator .left .group .right[data-v-31d2f8fc] {
        width: 100%;
        padding: 0;
        margin-bottom: 35px
    }

    .car .finance .calculator .right[data-v-31d2f8fc] {
        width: 100%;
        padding: 0
    }

    .car .finance .calculator .right .choice[data-v-31d2f8fc],
    .car .finance .calculator .right .choice span[data-v-31d2f8fc] {
        margin: 0
    }

    .car .finance .calculator .right span[data-v-31d2f8fc] {
        max-width: 100%;
        margin: 25px 0
    }

    .car .finance img[data-v-31d2f8fc] {
        max-width: 90%
    }

    .car .contact[data-v-31d2f8fc] {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .car .relevant[data-v-31d2f8fc] {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        width: 100%
    }

    .footer[data-v-31d2f8fc] {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .modal[data-v-31d2f8fc] {
        position: fixed;
        display: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        overflow-y: auto
    }

    .modal .modal-content[data-v-31d2f8fc] {
        width: calc(100% - 50px);
        padding: 25px
    }

    .modal .modal-content .title[data-v-31d2f8fc] {
        width: calc(100% - 40px)
    }

    .modal .modal-content .options[data-v-31d2f8fc] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 50px 0
    }

    .modal .modal-content .options label[data-v-31d2f8fc] {
        width: calc(50% - 10px);
        margin-bottom: 20px
    }

    .modal .modal-content .options label input:checked~span[data-v-31d2f8fc],
    .modal .modal-content .options label span[data-v-31d2f8fc] {
        width: calc(100% - 55px)
    }

    .modal .modal-content .button[data-v-31d2f8fc],
    .modal .modal-content .information .group[data-v-31d2f8fc] {
        width: 100%
    }
}

.hero[data-v-354838c9] {
    width: 100%;
    height: 100%;
    background: url(../img/diensten-hero.b5c1bde4.jpg);
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: inset 0 0 100px 50px #000;
    box-shadow: inset 0 0 100px 50px #000
}

.hero .motto[data-v-354838c9] {
    max-width: 1000px;
    margin: 150px auto
}

.hero .motto h1[data-v-354838c9] {
    max-width: 80%;
    font-size: 100px;
    color: #fff;
    line-height: 85px;
    text-shadow: 0 0 10px #000
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .hero[data-v-354838c9] {
        background-size: cover;
        width: 100%
    }

    .hero .motto[data-v-354838c9] {
        max-width: 90%
    }

    .hero .motto h1[data-v-354838c9] {
        font-size: 80px
    }
}

@media only screen and (max-width:600px) {
    .hero[data-v-354838c9] {
        background-size: cover;
        padding: 0;
        width: 100%
    }

    .hero .motto[data-v-354838c9] {
        width: calc(100% - 100px);
        margin: 0;
        padding: 25px 50px
    }

    .hero .motto h1[data-v-354838c9] {
        width: 100%;
        font-size: 36px;
        line-height: inherit;
        margin: 25% 0
    }
}

.services[data-v-28bb0ac0] {
    position: relative;
    padding-bottom: 150px
}

.services .shape[data-v-28bb0ac0] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #f0f0f0;
    border-left: 1200px solid transparent
}

.services .blocks[data-v-28bb0ac0] {
    max-width: 1200px;
    margin: -150px auto auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services .blocks .block[data-v-28bb0ac0] {
    width: 33.33333%;
    background: #fff;
    padding: 50px
}

.services .blocks .block.active[data-v-28bb0ac0] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px #1e1f22;
    box-shadow: 0 0 10px #1e1f22
}

.services .blocks .block h3[data-v-28bb0ac0] {
    margin: 0 0 50px 0;
    font-size: 30px;
    font-weight: 700
}

.services .blocks .block span[data-v-28bb0ac0] {
    font-size: 16px;
    line-height: 30px
}

.services .blocks .block .button[data-v-28bb0ac0] {
    position: relative;
    display: block;
    background: #76baba;
    text-decoration: none;
    color: #fff;
    padding: 15px 50px;
    margin: 25px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #c4e1e1;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.services .blocks .block .button[data-v-28bb0ac0]:hover {
    padding: 15px 60px
}

.services .blocks .block .button[data-v-28bb0ac0]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #66a1a1;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.services .blocks .block .button svg[data-v-28bb0ac0] {
    margin-left: 10px;
    fill: #fff
}

@media only screen and (max-width:1050px) {
    .services .blocks[data-v-28bb0ac0] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services .blocks .block[data-v-28bb0ac0] {
        width: 100%
    }

    .services .blocks .block.active[data-v-28bb0ac0] {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.diensten,
.header[data-v-6561a45d] {
    width: 100%;
    height: 100%
}

.header .hero[data-v-6561a45d] {
    width: 100%;
    height: 100%;
    background: url(../img/about.d62eb7bd.jpg);
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: inset 0 0 100px 50px #000;
    box-shadow: inset 0 0 100px 50px #000
}

.header .hero .motto[data-v-6561a45d] {
    max-width: 1000px;
    margin: 150px auto
}

.header .hero .motto h1[data-v-6561a45d] {
    max-width: 80%;
    font-size: 100px;
    color: #fff;
    line-height: 85px;
    text-shadow: 0 0 10px #000
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .header .hero[data-v-6561a45d] {
        background-size: cover;
        width: 100%
    }

    .header .hero .motto[data-v-6561a45d] {
        max-width: 90%
    }

    .header .hero .motto h1[data-v-6561a45d] {
        font-size: 80px
    }
}

@media only screen and (max-width:600px) {
    .header .hero[data-v-6561a45d] {
        background-size: cover;
        padding: 0;
        width: 100%
    }

    .header .hero .motto[data-v-6561a45d] {
        width: calc(100% - 100px);
        margin: 0;
        padding: 25px 50px
    }

    .header .hero .motto h1[data-v-6561a45d] {
        display: none
    }
}

.about {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(25%, #000), to(#000));
    background: linear-gradient(hsla(0, 0%, 100%, 0), #000 25%, #000)
}

.about .content {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about .content .title {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 25px 0;
    color: #fff
}

.about .content .column {
    width: 48%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px
}

.about .content .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 50px 0
}

.about .content .cta .button {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    padding: 15px 50px;
    margin-top: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none
}

.about .content .cta .button.transparant {
    background: none;
    border: 0;
    text-decoration: underline
}

.about .content .cta .button.transparant:before {
    opacity: 0
}

.about .content .cta .button:hover {
    padding: 15px 60px
}

.about .content .cta .button:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.about .content .cta .button svg {
    margin-left: 10px;
    fill: #fff
}

.about[data-v-43e195ee] {
    margin-top: -200px;
    margin-bottom: 100px
}

@media only screen and (max-width:1050px) and (min-width:600px) {
    .about .content[data-v-43e195ee] {
        max-width: 90%
    }
}

@media only screen and (max-width:600px) {
    .about[data-v-43e195ee] {
        margin-top: -400px;
        width: 100%;
        margin: -400px auto auto auto
    }

    .about .content[data-v-43e195ee] {
        width: 100%;
        max-width: 90%
    }

    .about .content .column[data-v-43e195ee] {
        width: 100%;
        margin-bottom: 25px
    }

    .about .content .cta[data-v-43e195ee] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .content .cta .button.transparant[data-v-43e195ee] {
        padding: 0
    }
}

.reviews[data-v-54815865] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url(../img/pand.7b95171c.jpg);
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/pand.7b95171c.jpg);
    background-position: 50%;
    background-size: cover
}

.reviews .content[data-v-54815865] {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 250px 0
}

.reviews .content .title[data-v-54815865] {
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 0 10px #000
}

.reviews .content .text[data-v-54815865] {
    width: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
    font-style: italic;
    margin-top: 25px;
    font-size: 30px;
    font-weight: 300;
    text-shadow: 0 0 10px #000
}

.reviews .shape[data-v-54815865] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #f0f0f0;
    border-left: 1200px solid transparent
}

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

    .reviews .content .text[data-v-54815865],
    .reviews .content[data-v-54815865] {
        width: 100%;
        max-width: 90%
    }
}

.over[data-v-9bfbee30] {
    width: 100%;
    height: 100%
}

.form[data-v-417d2c12] {
    max-width: 1200px;
    margin: 100px auto
}

.form h1[data-v-417d2c12] {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 40px
}

.form h2[data-v-417d2c12] {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 40px
}

.form .submit[data-v-417d2c12] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0
}

.form .submit .group[data-v-417d2c12],
.form .submit[data-v-417d2c12] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form .submit .group[data-v-417d2c12] {
    margin-bottom: 50px
}

.form .submit .group.input[data-v-417d2c12] {
    width: 48%
}

.form .submit .group.input span[data-v-417d2c12] {
    width: 100%;
    margin-bottom: 5px;
    color: #fff
}

.form .submit .group.input input[data-v-417d2c12] {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6f6f6f;
    -webkit-highlight: none;
    outline: none;
    -webkit-transition: .25s;
    transition: .25s
}

.form .submit .group.input input[data-v-417d2c12]:focus {
    border-bottom-color: #fff
}

.form .submit .group.textarea[data-v-417d2c12] {
    width: 100%;
    padding: 0
}

.form .submit .group.textarea span[data-v-417d2c12] {
    width: 100%;
    color: #fff
}

.form .submit .group.textarea textarea[data-v-417d2c12] {
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6f6f6f;
    -webkit-highlight: none;
    outline: none;
    resize: none
}

.form .submit .group.textarea textarea[data-v-417d2c12]:focus {
    border-bottom-color: #fff
}

.form .submit .submitButton[data-v-417d2c12] {
    position: relative;
    display: block;
    background: #ff3131;
    color: #fff;
    border: 0;
    padding: 15px 50px;
    margin-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    border-top: 3px solid #ff7a7b;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.form .submit .submitButton[data-v-417d2c12]:hover {
    padding: 15px 60px
}

.form .submit .submitButton[data-v-417d2c12]:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -40px;
    top: -5px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
    background: #dd2b2b;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.form .submit .submitButton svg[data-v-417d2c12] {
    margin-left: 10px;
    fill: #fff
}

.form .submit .submitButton.disabled[data-v-417d2c12] {
    background: grey !important;
    border-top: 3px solid #a9a9a9 !important
}

.form .submit .submitButton.disabled[data-v-417d2c12]:before {
    background: #6d6d6d
}

@media only screen and (max-width:1050px) {
    .form[data-v-417d2c12] {
        width: 100%;
        max-width: 90%;
        margin: auto
    }

    .form .submit .group.input[data-v-417d2c12],
    .form .submit .submitButton[data-v-417d2c12] {
        width: 100%
    }
}

h1[data-v-57bd2035] {
    margin: 150px auto 0 auto;
    font-weight: 600
}

h1[data-v-57bd2035],
h2[data-v-57bd2035] {
    max-width: 1200px;
    font-size: 30px;
    color: #fff;
    line-height: 40px
}

h2[data-v-57bd2035] {
    margin: 0 auto 150px auto;
    font-weight: 300
}

@media only screen and (max-width:600px) {
    h1[data-v-57bd2035] {
        width: 100%;
        max-width: 90%;
        margin: 50px auto 0 auto
    }

    h2[data-v-57bd2035] {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 50px auto
    }
}

h1[data-v-a5dbd0f0] {
    max-width: 1200px;
    margin: 200px auto 200px auto;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    text-align: center
}

@media only screen and (max-width:600px) {
    h1[data-v-a5dbd0f0] {
        width: 100%;
        max-width: 90%;
        margin: 50px auto 0 auto
    }

    h2[data-v-a5dbd0f0] {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 50px auto
    }
}

h1[data-v-b6a74052] {
    margin: 150px auto 0 auto;
    font-weight: 600
}

h1[data-v-b6a74052],
h2[data-v-b6a74052] {
    max-width: 1200px;
    font-size: 30px;
    color: #fff;
    line-height: 40px
}

h2[data-v-b6a74052] {
    margin: 0 auto 150px auto;
    font-weight: 300
}

@media only screen and (max-width:600px) {
    h1[data-v-b6a74052] {
        width: 100%;
        max-width: 90%;
        margin: 50px auto 0 auto
    }

    h2[data-v-b6a74052] {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 50px auto
    }
}