<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;600&amp;family=Oswald:wght@200;300;400;500;600&amp;display=swap');
/*font-family: 'Khand', sans-serif;
font-family: 'Oswald', sans-serif;*/

/* VARIABLES */

:root {
    --bg-dark: #202020;
    --bg-dark-lighter: #333333;
    --bg-dark-demitransparent: rgba(32,32,32,.7);
    --bg-light-semitransparent: rgba(255,255,255,.7);
    --green: #008e91;
    --green-darker: #00706d;
    --green-darkest: #005e59;
    --oswald: 'Oswald', sans-serif;
    --khand: 'Khand', sans-serif;
    --text-shadow: drop-shadow(1px 1px 1px rgba(0,0,0,.7));
}

/* GENERAL */

html {
    scroll-padding-top: 80px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background-color: var(--bg-dark-lighter);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
/*body .modal.show {
    overflow: hidden;
}*/
.empty {
    min-height: 300px;
}
.empty-low {
    min-height: 100px;
}
.empty-vh-50 {
    min-height: 50vh;
    padding-top: 82px;
}
.empty-vh-35 {
    min-height: 35vh;
    margin-top: 80px;
}
.empty-vh-25 {
    min-height: 25vh;
}
.closeBtn {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    font-size: 20px !important;
    width: 40px !important;
    height: 40px !important;
}
.scrolling-element {
    overflow-x: auto;
}
.scrolling-element-vertical {
    max-height: 50vh;
    overflow-y: auto;
}
.scrolling-element .item {
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
.simplebar-scrollbar:before {
    background: #008e91;
    border-radius: 0px !important;
    width: 10px !important;
    opacity: 1 !important;
}
.clear {
    clear: both !important;
}
.error_btn {
    width: fit-content;
    margin: auto !important;
}
input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.hoverable_list .list-group-item {
    transition: .3s linear all;
}
.hoverable_list .list-group-item:hover {
    background-color: rgba(0,0,0,.05) !important;
    transition: .3s linear all;
}
section:not(#home){
    z-index: 2 !important;
}

/* BOOTSTRAP BUGS */

@media (min-width: 1400px){
    .row-cols-xl-8&gt;* {
        flex: 0 0 auto;
        width: 12.5%;
    }
}
.vh-50 {
    min-height: 50vh;
}

/* DETAILED MAP STYLES */

#map_main {
    position: relative !important;
    margin: 0 auto;
    width: 100%;
    height: 400px;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
.leaflet-popup-content {
    text-align: center;
    font-size: .85rem;
    font-family: 'Oswald';
    padding: 0px !important;
}
.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
}

/* BUTTONS &amp; PAGINATION STYLES */

.county-buttons {
    min-width: 114px;
}
.clsPaginatoreContenitorePrincipale a.clsPaginatoreCasellaSelezionata {
    background-color: var(--green) !important;
    color: white !important;
    border-radius: 0 !important;
}
.clsPaginatoreContenitorePrincipale a {
    color: var(--green) !important;
    padding: 6px 15px !important;
}
.clsPaginatoreContenitorePrincipale a:hover:not(.clsPaginatoreCasellaSelezionata) {
    border-radius: 0 !important;
}

/* COLORS */

.bg-dark {
    background-color: var(--bg-dark) !important;
}
.bg-green {
    background-color: var(--green) !important;
}
.bg-dark-semitransparent {
    background-color: rgba(0,0,0,.05);
}
.bg-light-semitransparent {
    background-color: rgba(255,255,255,.3);
}
.bg-grey {
    background-color: #d3d3d3;
}
.text-green, .text-red {
    color: var(--green);
}
section:not(#home) {
    z-index: 333 !important;
}
a {
    color: var(--green);
    transition: .3s linear all;
}
a:hover {
    color: #005e59;
    transition: .3s linear all;
}
.border-dark {
    border-color: rgba(0,0,0,.15) !important;
}

/* TYPOGRAPHY */

.oswald {
    font-family: var(--oswald);
}
.khand {
    font-family: var(--khand);
}
h1 {
    filter: var(--text-shadow);
    font-size: 3rem;
}
h2, h4 {
    filter: var(--text-shadow);
}
h2.card-title, h2.accordion-header {
    filter: none;
}
footer a {
    color: #ffffff;
}
.no-shadow {
    filter: none !important;
}
/* .breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--mdb-breadcrumb-item-padding-x);
    color: var(--mdb-breadcrumb-divider-color);
    content: var(--mdb-breadcrumb-divider, " | ");
} */

/* NAVBAR */

#main_navbar {
    background-color: #ffffff;
    transition: .5s linear all;
}
.main_navbar_scrolled {
    background-color: #fff5fb !important;
    transition: .5s linear all;
}
.navbar-brand img {
    width: 160px;
}
.form-outline .form-control~.form-label {
    color: #202020;
}
.form-control:focus {
    border-color: #008e91 !important;
    box-shadow: none !important;
    background-color: rgba(0,0,0,.03);
    transition: .2s linear all !important;
}
.form-notch * {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.form-notch:focus * {
    border-radius: 0 !important;
    border-color: #005e59 !important;
    box-shadow: none !important;
}
.form-outline:focus-visible {
    border: none !important;
}
.form-outline .form-control:focus~.form-label {
    color: #005e59;
    display: block;
    background: #ffffff;
    z-index: 1;
    padding-left: 3px;
    padding-right: 3px;
}
.main_navbar_scrolled .form-outline .form-control:focus~.form-label {
    background: #fff5fb !important;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing, .form-outline .form-control:focus~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-color: #005e59 !important;
}
.form-control {
    color: rgba(0,0,0,.8) !important;
}
.translator_btn.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center, .modal_launcher.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 110px;
}
#btnSearch {
    min-width: unset !important;
}

/* HOME - VIDEO BG */

#home {
    position: relative;
}
#bg-video {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover !important;
    box-sizing: border-box;
    padding: 0;
    z-index: -1;
}
#slogan {
    position: fixed;
    width: 60%;
    height: auto;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 0;
    transition: .3s linear all;
}
.slogan_scrolled {
    top: -50% !important;
    opacity: 0 !important;
    z-index: -1;
    transition: .3s linear all;
}
#scroll-down {
    display: block;
    position: absolute;
    padding-top: 85px;
    text-align: center;
    margin-top: 3%;
    width: 10%;
    left: 50%;
    margin-left: -5%;
}
#scroll-down::before {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #ffffff;
    content: ' ';
    animation: scroller 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
}
#scroll-title {
    font-family: 'Oswald', sans-serif;
    display: block;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #005e59;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: .1em;
    padding: 10px 20px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
}
@keyframes scroller {
    0% {
        transform-origin: 0% 0%;
        transform: scale(1, 0);
    }
    50% {
        transform-origin: 0% 0%;
        transform: scale(1, 1);
    }
    50.1% {
        transform-origin: 0% 100%;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: 0% 100%;
        transform: scale(1, 0);
    }
}

/* MAP STYLES */

.mapWorldLarge {
    position: relative !important;
    margin: 0 auto;
    width: 100%;
    height: 70vh !important;
    max-height: 70vh !important;
}
.mapSmall {
    position: relative !important;
    margin: 0 auto;
    width: 100%;
    height: 40vh !important;
    max-height: 40vh !important;
}
.map-marker {
    margin-left: -8px;
    margin-top: -8px;
    box-sizing: border-box;
    z-index: 0;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #008e91;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #005e59;
    z-index: 0;
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
}
.map-marker .dot {
    border: 10px solid #008e91;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 0;
    opacity: 0;
    box-sizing: border-box;
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
.regione_active {
    fill: #005e59;
}
[title~="undefined"] {
    display: none !important;
  }

/* LEFT MENU STYLES */

div#regionsAccordion {
    background-color: rgba(0,0,0,.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
    color: #202020 !important;
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23202020'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-item {
    border: none !important;
}
.accordion-flush .accordion-button {
    border-bottom: 1px solid rgba(255,255,255,.3) !important;
}
span.badge.bg-green.rounded-pill {
    width: 35px !important;
}
li.list-group-item.bg-transparent.p-1 {
    background-color: transparent;
    transition: .3s linear all;
}
li.list-group-item.bg-transparent.p-1:hover {
    background-color: rgba(0,0,0,.2) !important;
}
.accordion-header * {
    filter: none !important;
    text-shadow: none !important;
}
.accordion-flush .accordion-button:not(.collapsed) {
    background-color: #008e91;
    color: #ffffff !important;
}
.accordion-button.collapsed.text-dark.bg-light-semitransparent.p-3.active {
    background: #008e91;
    color: #ffffff !important;
}
.accordion-button.collapsed.text-dark.bg-light-semitransparent.p-3.active::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* GOOGLE TRANSLATOR */

.goog-te-gadget .goog-te-combo {
    position: relative !important;
    margin: auto !important;
    height: auto !important;
    border: none !important;
    width: auto !important;
    background: #008e91;
    color: #212121;
    font-size: 1rem;
    padding-top: 5px;
    margin-top: -3px !important;
    padding-bottom: 5px;
    line-height: 1rem;
    cursor: pointer;
}
.goog-te-banner-frame {
    border: none !important;
}
.goog-te-gadget .goog-te-combo:focus {
    border: none !important;
}
.skiptranslate.goog-te-gadget: focus {
    border: none !important;
}
#google_translate_element {
    position: relative;
    width: auto !important;
    height: 30px !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    border: none !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active, .goog-logo-link:focus {
    display: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.goog-te-gadget {
    color: transparent !important;
    height: 0 !important;
}
a.goog-logo-link {
    display: none !important;
}
body.goog-te-banner {
    display: none !important;
}
iframe#\:1\.container {
    display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none !important;
}
a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

/* ESITO MODAL STYLES */

.modal-contentEsitoContactUs {
    background: #ffffff !important;
    width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .3s;
    animation-name: zoom;
    animation-duration: .3s;
}
#idDivContainerEsitoGlobelife button.closeBtn.bg-green.text-white.border-0 {
    z-index: 1;
    right: 10px !important;
    top: 10px !important;
}
#idDivContainerEsitoGlobelife h5 {
    font-family: 'Oswald', sans-serif !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: var(--green) !important;
}

/* MEDIA */

@media (max-width: 1250px){
    div#whoWeAreOffcanvas {
        height: 50vh;
    }
    #scroll-down {
        display: block;
        position: absolute;
        padding-top: 85px;
        text-align: center;
        margin-top: 3%;
        width: 20%;
        left: 50%;
        margin-left: -10%;
    }
    .mapWorldLarge {
        height: 100vh !important;
        max-height: 100vh !important;
    }
}
@media (max-width: 850px){
    .translator_btn.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center, .modal_launcher.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center {
        height: 36px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 80px;
    }
    .mapWorldLarge {
        height: 50vh !important;
        max-height: unset !important;
    }
}
@media (max-width:500px){
    html {
        scroll-padding-top: 60px; /* height of sticky header */
    }
    #slogan {
        position: fixed;
        width: 90%;
        height: auto;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        z-index: 0;
        transition: .3s linear all;
    }
    h1 {
        font-size: 2rem;
    }
    #scroll-down {
        width: 40%;
        left: 50%;
        margin-left: -20%;
    }
    .translator_btn.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center, .modal_launcher.btn.bg-green.rounded-0.fs-6.text-white.d-flex.align-items-center.justify-content-center {
        min-width: unset !important;
    }
    h2 a.share-btn {
        font-size: 2.5rem !important;
    }
    .closeBtn {
        right: 5px !important;
    }
    .mapWorldLarge {
        height: 50vh !important;
        max-height: 50vh !important;
    }
    .navbar-brand img {
        width: 100px;
    }
    .search_menu_language_bar.ms-auto.d-flex.align-items-center.justify-content-center {
        width: calc(100% - 120px);
    }
    .empty-vh-35 {
        min-height: 35vh;
        margin-top: 60px;
    }
    h2.text-green.text-start.text-uppercase.fs-4.no-shadow.mb-3 {
        text-align: center !important;
    }

    .scrolling-element, .scrolling-element-short {
        max-height: 100% !important;
        overflow-y: visible !important;
    }
}</pre></body></html>