*, body {
    font-family: "Nunito", sans-serif !important;
}

.d-none-soft {
    display: none;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea {
    border-radius: 30px;
    border: 2px solid #666;
    padding: .375rem 2rem;
    min-height: 47px;
    width: 100%;
}

label.form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.btn-primary {
    padding: 10px 70px;
    border: none;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 900;
    line-height: 35.46px;
    text-align: center;
}

.dropdown {
    position: fixed;
    right: 1em;
    bottom: 1em;
    width: auto;
    padding: 0;
    border-radius: 30px;
    box-shadow: 0 0 10px #333;
}
.dropdown button {
    border-radius: 30px;
}
.dropdown img {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.dropdown-item img {
    width: 18px !important;
    height: 18px !important;
    vertical-align: sub !important;
}

#login a {
    text-decoration: none;
}
#login .btn {
    width: 115px;
    padding: 10px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 900;
    line-height: 21.82px;
}
section#main {
    min-height: 720px;
}
section#main > div {
    padding-bottom: 5px;
}
section#app h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 35.7px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
section#app ul {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
section#app li {
    font-size: 26px;
    font-weight: 400;
    line-height: 22.1px;
    color: #505050;
    background-color: transparent;
    border: none;
}
section#app li img {
    vertical-align: middle;
}
section#app img.app {
    height: 400px;
    width: auto;
}
section#app .subtitle {
    font-size: 28px;
    line-height: 34.16px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
section#signup h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 47.6px;
}
section#signup .subtitle {
    font-size: 42px;
    font-weight: 400;
    line-height: 51.24px;
}
section#quote .quote {
    background: #FFF;
    border-radius: 79px;
    box-shadow: 0px 4px 25.3px 0px #00000026;
    font-size: 35px;
    font-weight: 600;
    line-height: 43.05px;
    padding: 100px 50px;
    padding-top: 175px;
    position: relative;
}
section#quote .quote::before{
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -67px;
}
section#quote .quote::after{
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -67px;
    transform: rotate(180deg);
}
section#clients h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 47.6px;
}
section#help img {
    max-height: 400px;
    width: auto;
}
section#help h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 35.7px;
}
section#help .subtitle {
    font-size: 35px;
    font-weight: 600;
    line-height: 43.05px;
}
section#form_signup h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 34px;
}
section#form_signup .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

footer img {
    height: 60px;
}
footer .footer-logo {
    text-align: left;
}
footer .footer-links {
    margin-top: 3rem;
}
footer .footer-copy {
    text-align: left;
}
footer .footer-list {
    justify-content: end;
}
footer a.nav-link {
    font-size: 18px;
}

a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 47.6px;
    margin-top: 100px;
    margin-bottom: 3rem;
}

.cover-subtitle {
    font-size: 30px;
    line-height: 25.5px;
}

*[status="error"] {
    border: 1px solid var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

.d-desktop { display: block; }
.d-mobile { display: none; }
@media (max-width: 575.98px) {
.d-desktop { display: none; }
.d-mobile { display: inline; }

    input[type="text"], input[type="email"], input[type="password"], select, textarea {
        margin-bottom: 15px;
    }
    .form-check {
        text-align: left !important;
    }

    .logo {
        max-width: 50%;
    }
    .login-icons > img {
        max-height: 41px;
        float: right;
        margin-left: 30px;
    }

    .btn-primary {
        font-size: 22px;
        line-height: 34px;
    }

    section#main {
        background-image: none !important;
        text-align: center;
        min-height: auto;
    }
    section#main > div {
        padding-bottom: 0 !important;
    }
    section#main .cover-subtitle {
        font-size: 28px;
        line-height: 34.16px;
        text-align: center;
    }
    section#main .main-picture {
        margin-top: 3rem;
    }

    section#app {
        background-image: none !important;
    }
    section#app h3 {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
    }
    section#app img.app {
        height: auto !important;
        width: 100% !important;
    }

    section#signup h2 {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
        margin-bottom: 3rem;
    }
    section#signup .subtitle {
        font-size: 28px;
        line-height: 34.16px;
    }

    section#quote {
        background-image: none !important;
    }
    section#quote .quote {
        font-size: 25px;
        line-height: 35px;
        padding-top: 125px;
        margin: 0 15px;
    }

    section#clients h2 {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
    }

    section#help {
        text-align: center;
    }
    section#help img {
        height: auto !important;
        width: 100% !important;
    }
    section#help h3 {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
    }
    section#help .subtitle {
        font-size: 28px;
        line-height: 34.16px;
    }

    section#form_signup {
        text-align: center;
    }
    section#form_signup h2 {
        font-size: 30px;
        line-height: 42px;
        font-weight: 800;
    }
    section#form_signup .subtitle {
        font-size: 18px;
        line-height: 42px;
    }
    section#form_signup button {
        width: 100%;
    }

    footer .footer-logo {
        text-align: center;
    }
    footer .footer-links {
        margin-top: 0 !important;
    }
    footer .footer-copy {
        text-align: center;
    }
    footer .footer-list {
        display: block;
    }
    footer .footer-list > li {
        text-align: center;
    }

    h1 {
        text-align: center;
        font-size: 28px;
        line-height: 30px;
        font-weight: 800;
        margin-bottom: 20px !important;
    }

    a.nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    }
}