.elementor-109 .elementor-element.elementor-element-e07629c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-109:not(.elementor-motion-effects-element-type-background), body.elementor-page-109 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS */<style>

/* ==========================================================
   TERRACORE — FEEDBACK
   CARD BIANCA + HEADER VERDE BRAND
   ========================================================== */

.tc-feedback{

    --tc-verde:#5E7465;
    --tc-verde-scuro:#506457;
    --tc-kraft:#A68C63;
    --tc-arancio:#C96F3D;

    --tc-nero:#343434;
    --tc-testo:#4A4844;
    --tc-muted:#827D75;

    --tc-linea:#E8E3DA;
    --tc-crema:#F7F4EE;

    width:100%;
    max-width:900px;

    margin:40px auto;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:
        0 18px 55px rgba(0,0,0,.16);

    color:var(--tc-testo);

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

}


/* ==========================================================
   HEADER — VERDE BRAND
   ========================================================== */

.tc-feedback-header{

    background:var(--tc-verde);

    padding:62px 70px 58px;

    color:#fff;

    text-align:center;

}


.tc-feedback-header h1{

    margin:0 0 18px;

    font-family:
        "Moret",
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:54px;

    line-height:1.02;

    font-weight:400;

    letter-spacing:-.5px;

    color:#fff;

}


.tc-feedback-header p{

    width:100%;
    max-width:610px;

    margin:0 auto;

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

    font-size:17px;

    line-height:1.65;

    color:rgba(255,255,255,.92);

}


.tc-feedback-header p strong{

    color:#fff;

    font-weight:600;

}


.tc-time{

    display:inline-block;

    margin-top:25px;

    padding:8px 17px;

    border:1px solid rgba(255,255,255,.30);

    border-radius:100px;

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:10px;

    letter-spacing:1.8px;

    line-height:1;

    text-transform:uppercase;

    color:rgba(255,255,255,.85);

}


/* ==========================================================
   CORPO — SEMPRE BIANCO
   ========================================================== */

.tc-feedback-body{

    background:#fff;

    padding:58px 70px 65px;

}


/* ==========================================================
   SEZIONI
   ========================================================== */

.tc-section{

    margin:0 0 50px;

    padding:0 0 50px;

    border-bottom:1px solid var(--tc-linea);

}


.tc-section:last-of-type{

    margin-bottom:0;

    padding-bottom:45px;

}


.tc-section h2{

    margin:0 0 10px;

    font-family:
        "Moret",
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:36px;

    line-height:1.1;

    font-weight:400;

    color:var(--tc-nero);

}


.tc-section-intro{

    margin:0 0 30px;

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

    font-size:16px;

    line-height:1.6;

    color:var(--tc-muted);

}


/* ==========================================================
   CAMPI
   ========================================================== */

.tc-field{

    margin-top:30px;

}


.tc-field:first-child{

    margin-top:0;

}


.tc-field > label{

    display:block;

    margin:0 0 10px;

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:11px;

    font-weight:600;

    letter-spacing:2px;

    line-height:1.4;

    text-transform:uppercase;

    color:#716D66;

}


/* ==========================================================
   SELECT / DATA
   ========================================================== */

.tc-select,
.tc-input{

    display:block;

    width:100%;

    height:60px;

    padding:0 18px;

    border:1px solid #DCD7CE;

    border-radius:10px;

    background:#fff;

    color:var(--tc-nero);

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:16px;

    outline:none;

    box-sizing:border-box;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;

}


.tc-select:hover,
.tc-input:hover{

    border-color:#BEB7AC;

}


.tc-select:focus,
.tc-input:focus{

    border-color:var(--tc-verde);

    box-shadow:
        0 0 0 3px rgba(94,116,101,.10);

}


/* ==========================================================
   VALUTAZIONI
   ========================================================== */

.tc-rating{

    display:flex;

    flex-direction:column;

    gap:25px;

}


.tc-rating-question{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

}


.tc-rating-question > span{

    flex:1;

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

    font-size:17px;

    line-height:1.3;

    color:var(--tc-nero);

}


/* ==========================================================
   RADIO
   ========================================================== */

.tc-stars{

    display:flex;

    align-items:center;

    gap:7px;

    flex-shrink:0;

}


.tc-stars .wpcf7-list-item{

    display:block;

    margin:0;

}


/* nascondiamo il radio */

.tc-stars .wpcf7-list-item input[type="radio"]{

    position:absolute;

    width:1px;

    height:1px;

    opacity:0;

}


/* cerchi */

.tc-stars .wpcf7-list-item label{

    display:flex;

    align-items:center;

    justify-content:center;

    width:40px;

    height:40px;

    margin:0;

    border:1px solid #DCD7CE;

    border-radius:50%;

    background:#fff;

    color:#8C867D;

    cursor:pointer;

    transition:
        .25s ease;

}


.tc-stars .wpcf7-list-item label:hover{

    border-color:var(--tc-verde);

    color:var(--tc-verde);

    transform:translateY(-2px);

}


.tc-stars .wpcf7-list-item label:has(input:checked){

    background:var(--tc-verde);

    border-color:var(--tc-verde);

    color:#fff;

    box-shadow:
        0 6px 16px rgba(94,116,101,.20);

}


/* ==========================================================
   TEXTAREA
   ========================================================== */

.tc-textarea{

    display:block;

    width:100%;

    min-height:130px;

    padding:17px 18px;

    border:1px solid #DCD7CE;

    border-radius:10px;

    background:#fff;

    color:var(--tc-nero);

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

    font-size:16px;

    line-height:1.65;

    resize:vertical;

    outline:none;

    box-sizing:border-box;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;

}


.tc-textarea:focus{

    border-color:var(--tc-verde);

    box-shadow:
        0 0 0 3px rgba(94,116,101,.10);

}


/* ==========================================================
   BOX ANONIMATO
   ========================================================== */

.tc-anonymous{

    margin:0 0 32px;

    padding:24px 26px;

    background:var(--tc-crema);

    border-left:3px solid var(--tc-kraft);

    border-radius:0 10px 10px 0;

}


.tc-anonymous strong{

    display:block;

    margin-bottom:7px;

    font-family:
        "Moret",
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:22px;

    font-weight:400;

    color:var(--tc-nero);

}


.tc-anonymous p{

    margin:0;

    font-family:
        "Freight Text Pro",
        Georgia,
        serif;

    font-size:14px;

    line-height:1.65;

    color:#6B665F;

}


/* ==========================================================
   PULSANTE
   ========================================================== */

.tc-submit{

    display:block;

    width:100%;

    height:62px;

    padding:0 25px;

    border:0;

    border-radius:100px;

    background:var(--tc-verde);

    color:#fff;

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:11px;

    font-weight:600;

    letter-spacing:2.5px;

    text-transform:uppercase;

    cursor:pointer;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;

}


.tc-submit:hover{

    background:var(--tc-verde-scuro);

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(52,52,52,.13);

}


/* ==========================================================
   MESSAGGI CF7
   ========================================================== */

.wpcf7 form .wpcf7-response-output{

    margin:25px 0 0;

    padding:18px 20px;

    border:1px solid #D9E0DB;

    border-radius:10px;

    background:#F5F8F6;

    color:var(--tc-verde);

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:14px;

    line-height:1.5;

}


/* ==========================================================
   ERRORI
   ========================================================== */

.tc-feedback .wpcf7-not-valid{

    border-color:#B66E5A !important;

}


.tc-feedback .wpcf7-not-valid-tip{

    margin-top:7px;

    font-family:
        "Acumin Pro",
        Arial,
        sans-serif;

    font-size:12px;

    color:#A55E4B;

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:767px){

    .tc-feedback{

        width:calc(100% - 20px);

        margin:15px auto;

        border-radius:18px;

        box-shadow:
            0 10px 30px rgba(0,0,0,.12);

    }


    .tc-feedback-header{

        padding:42px 24px 38px;

    }


    .tc-feedback-header h1{

        font-size:40px;

        line-height:1.03;

        letter-spacing:-.2px;

    }


    .tc-feedback-header p{

        font-size:15px;

        line-height:1.65;

    }


    .tc-time{

        margin-top:20px;

        font-size:9px;

        letter-spacing:1.4px;

    }


    .tc-feedback-body{

        padding:38px 22px 42px;

    }


    .tc-section{

        margin-bottom:38px;

        padding-bottom:38px;

    }


    .tc-section h2{

        font-size:30px;

    }


    .tc-section-intro{

        font-size:15px;

    }


    .tc-field{

        margin-top:24px;

    }


    .tc-field > label{

        font-size:10px;

        letter-spacing:1.8px;

    }


    .tc-select,
    .tc-input{

        height:56px;

        font-size:15px;

    }


    /* MOBILE RATINGS */

    .tc-rating{

        gap:24px;

    }


    .tc-rating-question{

        display:block;

    }


    .tc-rating-question > span{

        display:block;

        margin-bottom:11px;

        font-size:16px;

    }


    .tc-stars{

        gap:7px;

    }


    .tc-stars .wpcf7-list-item label{

        width:42px;

        height:42px;

    }


    .tc-textarea{

        min-height:120px;

        font-size:15px;

    }


    .tc-anonymous{

        padding:20px;

    }


    .tc-anonymous strong{

        font-size:20px;

    }


    .tc-anonymous p{

        font-size:13px;

    }


    .tc-submit{

        height:58px;

        font-size:10px;

        letter-spacing:2px;

    }

}


/* ==========================================================
   TABLET
   ========================================================== */

@media(min-width:768px) and (max-width:1024px){

    .tc-feedback-header{

        padding:55px 45px 50px;

    }

    .tc-feedback-body{

        padding:48px 45px 55px;

    }

}
/* TASTO INVIO — TERRACORE */
.tc-submit{
    background:#5E7465 !important;
    color:#FFFFFF !important;
    border:0 !important;
}

.tc-submit:hover,
.tc-submit:focus{
    background:#A68C63 !important;
    color:#FFFFFF !important;
}
/* PUNTEGGIO SELEZIONATO — SEMPRE LEGGIBILE */
.tc-stars .wpcf7-list-item label:has(input[type="radio"]:checked){
    background:#5E7465 !important;
    border-color:#5E7465 !important;
    color:#FFFFFF !important;
}

.tc-stars .wpcf7-list-item label:has(input[type="radio"]:checked)
.wpcf7-list-item-label{
    color:#FFFFFF !important;
}

.tc-stars .wpcf7-list-item label:hover{
    background:#F7F4EE !important;
    border-color:#A68C63 !important;
    color:#A68C63 !important;
}
</style>/* End custom CSS */