<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, blockquote {
    padding: 0;
    margin: 0;
    font-family: 'Comfortaa', sans-serif;
}

/* testo slider */
.hero-descrizione {
    font-size: 28px;
    line-height: 1.3;
}

.section {
    position: relative;
}

.img-responsive {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pad-tb-100 {
    padding: 100px 0px;
}

.bg-grey {
    background: #f7f7f7;
}

.bg-9 {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.bg-overlay:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.35);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.bg-overlay-white:before {
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.85);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.bg-overlay-gradient:before {
    position: absolute;
    content: '';
    background: #4568DC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #B06AB3, #4568DC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B06AB3, #4568DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    opacity: 0.85;
}

.bg-gradient {
    background: #4568DC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #B06AB3, #4568DC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #B06AB3, #4568DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 80%;
    z-index: 2;
    margin: 0 auto;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.owl-theme .owl-nav {
    margin: 0;
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 1.2rem;
        margin: 5px;
        padding: 0;
        background: transparent;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        width: 50px;
        height: 50px;
        line-height: 47px;
        border: 2px solid #fff;
        border-radius: 0;
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #fff;
            color: #000;
            text-decoration: none;
        }

    .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 10px;
    }

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 20px;
    height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF9F55;
}

.btn {
    padding: 1rem 2rem;
    border: 2px solid transparent;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    margin-right: 15px;
}

/* Hero Slider 6 */
.hero-slider-6 .title {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 3px;
}

.hero-slider-6 .desc {
    color: #fff;
    width: 60%;
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin-bottom: 1.5rem;
    font-family: 'Open Sans', sans-serif;
}

.hero-slider-6 .btn {
    border-radius: 05px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    border-radius: 30px;
    padding: 13px;
    width: 250px;
    height: 50px;
    font-size: 16px;
}

.hero-slider-6 .btn-fill {
    background: #FF5800;
    color: #fff;
    border: 2px solid #fff;
}

.hero-slider-6 .btn-border {
    background: transparent;
    color: #FF9F55;
    border: 2px solid #FF9F55;
}

    .hero-slider-6 .btn-fill:hover, .hero-slider-6 .btn-border:hover {
        background: #0168AD;
        color: #fff;
        border: 2px solid #fff;
    }

.hero-slider-6 .owl-theme .owl-nav [class*=owl-] {
    background: #ffffff;
    border-color: #ffffff9e;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 50px;
    border-radius: 50%;
    top: inherit;
    box-shadow: 0px 0px 0px 4px #ffffff5e;
    bottom: 50px;
    cursor: pointer;
}

    .hero-slider-6 .owl-theme .owl-nav [class*=owl-]:hover {
        background: #0168ad;
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.56);
    }

.hero-slider-6 .owl-theme .owl-nav .owl-prev {
    left: 80px;
}

.hero-slider-6 .owl-theme .owl-nav .owl-next {
    left: 140px;
}

.hero-slider-6 .owl-theme .owl-nav .scroll-page {
    color: #0168ad;
    font-size: 30px;
    margin: 0px 4px;
    top: 0;
    left: -1px;
    position: absolute;
}

    .hero-slider-6 .owl-theme .owl-nav .scroll-page:hover {
        color: #FFFFFF;
    }

.clearfix {
    clear: both;
}

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

    .hero-slider-6 .desc {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-6 .owl-theme .owl-nav [class*=owl-] {
        bottom: 0;
    }

    .hero-slider-6 .owl-theme .owl-nav .owl-prev {
        left: 70px;
    }

    .hero-slider-6 .owl-theme .owl-nav .owl-next {
        left: 130px;
    }

    .hero-slider-6 .title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .hero-slider-6 .desc {
        font-size: 1rem;
        line-height: 1.6rem;
    }
}

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

@media only screen and (max-width: 570px) {
    body {
        font-size: 12px;
    }

    .slider-content {
        width: 70%;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.7rem;
    }

    .hero-slider-6 .title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .hero-slider-6 .desc {
        font-size: 0.7rem;
        line-height: 1.2rem;
        margin-bottom: 0.7rem;
    }
}

@media only screen and (max-width: 480px) {
    .btn {
        padding: 0.2rem 0.6rem;
        font-size: 0.5rem;
    }

    .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 0.8rem;
    }

    .hero-slider-6 .owl-theme .owl-nav .owl-prev {
        left: 40px;
    }

    .hero-slider-6 .owl-theme .owl-nav .owl-next {
        left: 100px;
    }
}
</pre></body></html>