<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 767px) {

    .c_social .f_social {
        margin: 50px auto;
        text-align: center;
        overflow: hidden;
        border: 0px solid !important;
    }
        .c_social .f_social ul{
            text-align: center;
        }

        .c_social .f_social li {
            text-align: center;
            /*width: 50%;*/
            display: inline-block;
            margin: 0 auto;
        }

        .c_social .f_social a {
            width: 90px;
            height: 90px;
            padding: 0px;
            line-height: 90px;
            text-align: center;
            border: 10px dotted #fff;
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            border-radius: 100%;
            background: #669887;
            border: 10px double #fff;
            color: #fff;
        }

    .c_social svg g {
        fill: #fff !important;
    }

    .c_social .f_social svg {
        margin: 0 auto;
        width: 35px;
        height: 35px;
    }

    .c_social .f_social a:hover svg {
        transform: none !important;
    }

    #c_content {
        /*        margin-top: 100px;
*/
    }

    .ccc {
        font-size: 20px;
        padding: 20% 0;
    }

        .ccc p {
            margin: 0px;
        }

        .ccc a {
            text-decoration: underline;
        }

        .ccc .w_2_ {
            width: 90% !important;
            padding: 0 5%;
        }

    .req_wrap_ #req_submit {
        text-align: center;
        margin: 0 auto;
        border: 0px;
        letter-spacing: 1px;
        text-align: center;
        margin: 0 auto 10% auto;
        padding: 15px 0px;
        font-size: 25px;
        font-weight: 300 !important;
        text-transform: uppercase;
        background-image: none;
        color: #fff;
        background: #669887;
        border: 3px solid #669887;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        border-radius: 2px;
        font-family: inherit;
        display: block;
    }

        .req_wrap_ #req_submit:hover {
            background-color: #437463;
            text-decoration: underline;
            color: #fff;
        }

    .req_wrap_ {
        margin: 3% auto 6% auto;
        padding: 0px;
        overflow: hidden;
        font-size: 20px;
        font-weight: 300;
        width: 90% !important;
        max-width: 1200px;
        /*        border-top: 1px solid rgba(16, 19, 46, 0.5);
*/ color: #10132e;
    }

        .req_wrap_ ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .req_wrap_ ul li {
                margin-bottom: 15px;
                overflow: hidden !important;
            }

    .req_msg_ {
        font-size: 18px;
        font-weight: 300;
        margin: 12% 0 8% 0;
    }

        .req_msg_ p {
            margin: 10px 0;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 25px;
            text-align: center;
        }

        .req_msg_ strong {
            padding: 4px 8px !important;
            display: inline-block;
            background: #02d57c !important;
            color: #fff !important;
            font-weight: 600 !important;
        }

    .req_wrap_data_ {
        width: 96%;
        margin: 0 auto !important;
        font-weight: 300;
    }

        .req_wrap_data_ * {
            overflow: hidden !important;
            font-weight: 300;
        }

    .req_wrap_ input.text,
    .req_wrap_ textarea,
    .req_wrap_ select {
        font-size: 16px;
        color: inherit;
        width: 100% !important;
        font-weight: 300;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-style: normal !important;
        font-family: inherit;
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 2px;
    }

        .req_wrap_ input.text:focus,
        .req_wrap_ textarea:focus,
        .req_wrap_ select:focus {
            outline: 0px;
            border: 1px solid #02d57c !important;
            box-shadow: 0px 0px 1px rgba(128, 0, 246, 0.9);
        }

    .req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .req_wrap_ label a {
        /*margin-top: 10px;
        display: block;
        font-style: italic;*/
    }

    #msg_submit_succ {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

    .msg_show_ {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 15px 0px;
        color: #01a93d;
        margin: 30px 0;
        font-weight: 600;
        transform: translateY(0px);
        font-size: 24px;
    }

    .msg_hide_ {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transform: translateY(100px);
    }


    .req_wrap_ label {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        float: none;
        font-size: 10px;
        font-weight: 300;
        vertical-align: top;
        padding-left: 8px;
        cursor: pointer;
        color: #000;
        width: calc(100% - 40px);
    }

    /*   .req_wrap_ label a {
            text-decoration: underline;
        }

        .req_wrap_ label p {
            margin: 0px !important;
            display: inline-block;
        }*/

    .req_wrap_ select,
    .req_wrap_ li input,
    .req_wrap_ li textarea {
        padding: 4%;
        width: 100%;
        font-style: normal;
        font-size: 16px;
        font-family: inherit;
    }

    .req_wrap_ textarea {
        min-height: 25vh;
    }

    .calendly {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .ccc {
        font-size: 30px;
        padding: 9% 0;
    }

        .ccc p {
            margin: 0px;
            font-weight: 300;
        }

        .ccc a {
            text-decoration: underline;
            display: block;
        }

    .contatti {
        font-size: 25px;
        font-weight: 300;
    }

        .contatti a {
            font-weight: 300;
        }

        .c_mail p {
            margin-bottom: 15%;
        }

    .c_social {
        font-size: 23px;
        font-weight: 500;
        padding-top: 15%;
    }


    .contatti .w_1_ {
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
    }

    .contatti {
        font-weight: 300;
        text-align: center;
        padding: 80px 0;
    }

        .contatti a {
            font-weight: 300;
            display: inline-block;
            padding: 20px 0;
        }

        .contatti p {
            margin: 0 auto;
            text-align: center;
        }

        .contatti .icon-c {
            background: #669887;
            color: #fff;
            font-size: 60px;
            text-align: center;
            width: 150px;
            height: 150px;
            line-height: 150px;
            display: inline-block;
            border-radius: 100%;
            border: 10px double #fff;
            margin-bottom: 35px;
        }

    .c-box {
        display: block;
    }

    .contatti_tel,
    .c_social {
        background: rgba(102, 152, 135, 0.2);
    }

}
</pre></body></html>