<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #fefdde;
}


/*XS VIEW*/

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.titolo {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: n41_v3;
    font-size: 15px;
    font-weight: 400;
}

    .titolo .green {
        color: #39901b;
    }

    .titolo .blue {
        color: #004a93;
    }

.footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.box_premi {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.tit_premi {
    color: #f9191f;
	font-family: 'im_fell_great_primer_proRg';
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.txt_premi {
    font-family: 'im_fell_great_primer_proRg';
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.box_pulsanti {
    max-height: 50px;
}

    .box_pulsanti .img-fluid50 {
        max-width: 70%;
        max-height: 50px;
    }

.box_form {
    padding-top: 25px;
}

    .box_form .lblPrivacy {
        display: inline;
        cursor: pointer;
        font: 0.7em/1.6em Georgia, "Times New Roman", Times, serif;
    }

    .box_form .nota {
        text-decoration: underline;
        color: #5e5e5e;
    }

    .box_form label.error {
        width: 100%;
        color: #f9191f;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin-left: 6px;
        font-size: 13px;
    }

.box_descrizione .lpTitolo {
    color: #172154;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    font-family: n41_v3;
}

.box_descrizione .lpDescrizione {
    font-family: 'im_fell_great_primer_proRg';
    color: #5e5e5e;
    text-align: justify;
    font-size: 17px;
}

    .box_descrizione .lpDescrizione .nota {
        text-decoration: underline;
        color: #5e5e5e;
    }

.tit_form {
    color: #f9191f;
    font-size: 15px;
    font-family: n41_v3;
    font-weight: bold;
    text-align: center;
}

.box_form .formField {
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    outline: none !important;
    background: #fff;
    box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
}

.box_form .formCheck {
    display: inline;
}

p.text-right {
    text-align: right !important;
}

.box_form .formSubmit {
    cursor: pointer;
    line-height: 45px;
    height: initial !important;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    width: 70%;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 4px;
    margin: 0 0 20px 0;
    box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgb(0 0 0 / 31%);
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    vertical-align: middle;
}


.txt_thanks {
    font-family: 'n41_v3';
    font-weight: bold;
}

    .txt_thanks a {
        text-decoration: underline;
        color: #004a93 !important;
    }

.blue {
    color: #004a93 !important;
}


/*XS VIEW END*/



/*SM VIEW*/
@media (min-width: 576px) {

    .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .titolo {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-family: n41_v3;
        font-size: 15px;
        font-weight: 400;
    }

        .titolo .green {
            color: #39901b;
        }

        .titolo .blue {
            color: #004a93;
        }

    .footer {
        font-family: Arial, sans-serif;
        font-size: 11px;
    }

    .box_premi {
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .tit_premi {
        color: #f9191f;
		font-family: 'im_fell_great_primer_proRg';
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .txt_premi {
        font-family: 'im_fell_great_primer_proRg';
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
    }

    .box_pulsanti {
        max-height: 50px;
    }

        .box_pulsanti .img-fluid50 {
            max-width: 100%;
            max-height: 50px;
        }

    .box_form {
        padding-top: 25px;
    }

        .box_form .lblPrivacy {
            display: inline;
            cursor: pointer;
            font: 0.7em/1.6em Georgia, "Times New Roman", Times, serif;
        }

        .box_form .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

        .box_form label.error {
            width: 100%;
            color: #f9191f;
            font-weight: bold;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-left: 6px;
            font-size: 13px;
        }

    .box_descrizione .lpTitolo {
        color: #172154;
        font-size: 19px;
        line-height: 19px;
        font-weight: 700;
        font-family: n41_v3;
    }

    .box_descrizione .lpDescrizione {
        font-family: 'im_fell_great_primer_proRg';
        color: #5e5e5e;
        text-align: justify;
        font-size: 17px;
    }

        .box_descrizione .lpDescrizione .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

    .tit_form {
        color: #f9191f;
        font-size: 15px;
        font-family: n41_v3;
        font-weight: bold;
        text-align: center;
    }

    .box_form .formField {
        width: 70%;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 10px;
        outline: none !important;
        background: #fff;
        box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
    }

    .box_form .formCheck {
        display: inline;
    }

    p.text-right {
        text-align: right !important;
    }

    .box_form .formSubmit {
        cursor: pointer;
        line-height: 45px;
        height: initial !important;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        position: relative;
        width: 30%;
        font-size: 16px;
        border: 1px solid #999;
        border-radius: 4px;
        margin: 0 0 20px 0;
        box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgb(0 0 0 / 31%);
        background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
        vertical-align: middle;
    }
}
/*SM VIEW END*/


/*MD VIEW*/
@media (min-width: 768px) {

    .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .titolo {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-family: n41_v3;
        font-size: 15px;
        font-weight: 400;
    }

        .titolo .green {
            color: #39901b;
        }

        .titolo .blue {
            color: #004a93;
        }

    .footer {
        font-family: Arial, sans-serif;
        font-size: 11px;
    }

    .box_premi {
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .tit_premi {
        color: #f9191f;
		font-family: 'im_fell_great_primer_proRg';
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .txt_premi {
        font-family: 'im_fell_great_primer_proRg';
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
    }

    .box_pulsanti {
        max-height: 50px;
    }

        .box_pulsanti .img-fluid50 {
            max-width: 100%;
            max-height: 50px;
        }

    .box_form {
        padding-top: 25px;
    }

        .box_form .lblPrivacy {
            display: inline;
            cursor: pointer;
            font: 0.7em/1.6em Georgia, "Times New Roman", Times, serif;
        }

        .box_form .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

        .box_form label.error {
            color: #f9191f;
            font-weight: bold;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-left: 6px;
            font-size: 13px;
        }

    .box_descrizione .lpTitolo {
        color: #172154;
        font-size: 19px;
        line-height: 19px;
        font-weight: 700;
        font-family: n41_v3;
    }

    .box_descrizione .lpDescrizione {
        font-family: 'im_fell_great_primer_proRg';
        color: #5e5e5e;
        text-align: justify;
        font-size: 17px;
    }

        .box_descrizione .lpDescrizione .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

    .tit_form {
        color: #f9191f;
        font-size: 15px;
        font-family: n41_v3;
        font-weight: bold;
        text-align: right;
    }

    .box_form .formField {
        width: 100%;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 10px;
        outline: none !important;
        background: #fff;
        box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
    }

    .box_form .formCheck {
        display: inline;
    }

    p.text-right {
        text-align: right !important;
    }

    .box_form .formSubmit {
        cursor: pointer;
        line-height: 45px;
        height: initial !important;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        position: relative;
        width: 50%;
        font-size: 16px;
        border: 1px solid #999;
        border-radius: 4px;
        margin: 0 0 20px 0;
        box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgb(0 0 0 / 31%);
        background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
        vertical-align: middle;
    }
}
/*MD VIEW END*/

/*LG VIEW*/
@media (min-width: 992px) {

    .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .titolo {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-family: n41_v3;
        font-size: 20px;
        font-weight: 400;
    }

        .titolo .green {
            color: #39901b;
        }

        .titolo .blue {
            color: #004a93;
        }

    .footer {
        font-family: Arial, sans-serif;
        font-size: 13px;
    }

    .box_premi {
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .tit_premi {
        color: #f9191f;
		font-family: 'im_fell_great_primer_proRg';
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .txt_premi {
        font-family: 'im_fell_great_primer_proRg';
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
    }

    .box_form {
        padding-top: 25px;
    }

        .box_form .lblPrivacy {
            display: inline;
            cursor: pointer;
            font: 0.7em/1.6em Georgia, "Times New Roman", Times, serif;
        }

        .box_form .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

        .box_form label.error {
            color: #f9191f;
            font-weight: bold;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-left: 6px;
            font-size: 13px;
        }

    .box_descrizione .lpTitolo {
        color: #172154;
        font-size: 19px;
        line-height: 19px;
        font-weight: 700;
        font-family: n41_v3;
    }

    .box_descrizione .lpDescrizione {
        font-family: 'im_fell_great_primer_proRg';
        color: #5e5e5e;
        text-align: justify;
        font-size: 18px;
    }

        .box_descrizione .lpDescrizione .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

    .tit_form {
        color: #f9191f;
        font-size: 18px;
        font-family: n41_v3;
        font-weight: bold;
        text-align: right;
    }

    .box_form .formField {
        width: 100%;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 10px;
        outline: none !important;
        background: #fff;
        box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
    }

    .box_form .formCheck {
        display: inline;
    }

    p.text-right {
        text-align: right !important;
    }

    .box_form .formSubmit {
        cursor: pointer;
        line-height: 45px;
        height: initial !important;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        position: relative;
        width: 50%;
        font-size: 16px;
        border: 1px solid #999;
        border-radius: 4px;
        margin: 0 0 20px 0;
        box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgb(0 0 0 / 31%);
        background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
        vertical-align: middle;
    }
}
/*LG VIEW END*/

/*XL VIEW*/
@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .titolo {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        font-family: n41_v3;
        font-size: 20px;
        font-weight: 400;
    }

        .titolo .green {
            color: #39901b;
        }

        .titolo .blue {
            color: #004a93;
        }

    .footer {
        font-family: Arial, sans-serif;
        font-size: 13px;
    }

    .box_premi {
        padding-bottom: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .tit_premi {
        color: #f9191f;
		font-family: 'im_fell_great_primer_proRg';
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .txt_premi {
        font-family: 'im_fell_great_primer_proRg';
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
    }

    .box_form {
        padding-top: 25px;
    }

        .box_form .lblPrivacy {
            display: inline;
            cursor: pointer;
            font: 0.7em/1.6em Georgia, "Times New Roman", Times, serif;
        }

        .box_form .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

        .box_form label.error {
            color: #f9191f;
            font-weight: bold;
            font-family: Georgia, "Times New Roman", Times, serif;
            margin-left: 6px;
            font-size: 13px;
        }

    .box_descrizione .lpTitolo {
        color: #172154;
        font-size: 19px;
        line-height: 19px;
        font-weight: 700;
        font-family: n41_v3;
    }

    .box_descrizione .lpDescrizione {
        font-family: 'im_fell_great_primer_proRg';
        color: #5e5e5e;
        text-align: justify;
        font-size: 18px;
    }

        .box_descrizione .lpDescrizione .nota {
            text-decoration: underline;
            color: #5e5e5e;
        }

    .tit_form {
        color: #f9191f;
        font-size: 18px;
        font-family: n41_v3;
        font-weight: bold;
        text-align: right;
    }

    .box_form .formField {
        width: 100%;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 10px;
        outline: none !important;
        background: #fff;
        box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
        border: 1px solid #b7b7b7;
        border-radius: 4px;
    }

    .box_form .formCheck {
        display: inline;
    }

    p.text-right {
        text-align: right !important;
    }

    .box_form .formSubmit {
        cursor: pointer;
        line-height: 45px;
        height: initial !important;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        position: relative;
        width: 50%;
        font-size: 16px;
        border: 1px solid #999;
        border-radius: 4px;
        margin: 0 0 20px 0;
        box-shadow: inset 0 1px 1px #fff, 0 1px 2px rgb(0 0 0 / 31%);
        background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
        vertical-align: middle;
    }
}
/*XL VIEW END*/










/*FONTFACE VIALLA*/
@font-face {
    font-family: 'im_fell_great_primer_proIt';
    src: url('../fontface/im-great-primer_webkit/fegpit27c-webfont.woff2') format('woff2'), url('../fontface/im-great-primer_webkit/fegpit27c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'im_fell_great_primer_proRg';
    src: url('../fontface/im-great-primer_webkit/fegprm27c-webfont.woff2') format('woff2'), url('../fontface/im-great-primer_webkit/fegprm27c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'n41_v1';
    src: url('../fontface/vialla_webkit/n41_v1-webfont.woff2') format('woff2'), url('../fontface/vialla_webkit/n41_v1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'n41_v2';
    src: url('../fontface/vialla_webkit/n41_v2-webfont.woff2') format('woff2'), url('../fontface/vialla_webkit/n41_v2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'n41_v3';
    src: url('../fontface/vialla_webkit/n41_v3-webfont.woff2') format('woff2'), url('../fontface/vialla_webkit/n41_v3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'n41_v4';
    src: url('../fontface/vialla_webkit/n41_v4-webfont.woff2') format('woff2'), url('../fontface/vialla_webkit/n41_v4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
</pre></body></html>