<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Regular.eot');
    src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSans-Regular.woff') format('woff'),
        url('../fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h1 {
padding-bottom: 2rem;
}

.main-body {
    padding: 0;
    margin: 0;
    color: #ffffff;
    background-color: #eeeeee;
    font-family: 'Josefin Sans', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.main {
    margin: 0;
    padding: 0;
    background: #ffdaa3;
    background: -moz-linear-gradient(-45deg, #ffdaa3 0%, #ffb66d 29%, #ff892a 71%, #ff6d00 100%);
    background: -webkit-linear-gradient(-45deg, #ffdaa3 0%,#ffb66d 29%,#ff892a 71%,#ff6d00 100%);
    background: linear-gradient(135deg, #ffdaa3 0%,#ffb66d 29%,#ff892a 71%,#ff6d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdaa3', endColorstr='#ff6d00',GradientType=1 );
}

.content {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 3em;
    min-height: calc(100vh - 210px);
}

#lang_selector {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: right;
}

#lang_selector a {
  color:white;
  font-weight: bold;
  font-size:20px;
}
#lang_selector a:hover {
  color:white;
  font-weight: bold;
  font-size:20px;
}
.content p {
    font-size: 18px;
    line-height: 1.5rem;
    color: white;
    margin-left: 25px;
    margin-bottom: 20px;
}
.titolo{
  border-top: solid #ffffffa1 2px;
  padding-top: 5px;
}
.footer {
    border-top: 20px solid #FFC98A;
    padding-top: 50px;
}

.footer .logo {
    text-align: center;
    margin-bottom: 50px;
}

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

.store-button {
    display: inline;
}

.logo {
    margin-bottom: 30px;
    width: 100%;
}

.phone img {
    height: 540px;
}

.phone {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}


.buttons {
    margin-bottom: 30px
}

a.button {
    background-color: #26A69A;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 8px;
    text-transform: uppercase;
}

a.button:hover {
    background-color: #5b7d7a;
    text-decoration: none;
}

.vd{
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  max-width: 70%;  
  
}

section {
    padding: 1rem 0;
}

.section-video {
    padding: 4rem 0 6rem;
    background-color: #424242;
    text-align: center;
}

.section-news {
    padding: 4rem 0 6rem;
    background-color: #eeee;
    color: black;
}

.section-resources {
    padding: 4rem 0 6rem;
}

/* Cards */
.postcard {
    background-color: white;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: black;
    border-radius: 10px;
}



.postcard .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.postcard .postcard__img_link {
    display: contents;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    height: 100%;
    color:#636262;
}
.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    background: #26A69A;
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item a{
    color:white;
    text-decoration: none;

}
.postcard .postcard__tagbox .tag__item:hover {
    background: #5b7d7a;
    text-decoration: none;
}

.postcard .postcard__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3em;
}
.postcard .postcard__title a{
    color: #26A69A
}


/* card */
.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    margin-bottom: 30px;
}

.card-image img {
    width: 100%;
    border-radius: 10px 10px 0px 0;
}

.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    color:black;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #26A69A;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.card-button:hover {
    text-decoration: none;
    background-color:#5b7d7a;
    color: #fff;

}


@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
   }
    
    .postcard .postcard__tagbox {
        justify-content: start;
   }
    .postcard .postcard__img {
        max-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
   }
    .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
   }

    .postcard:hover .postcard__img {
        transform: scale(1.1);
   }
    .postcard:nth-child(2n+1) {
        flex-direction: row;
   }
    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
   }
    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
   }
    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
   }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
   }
    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        width: 55px;
   }
    .postcard.dark .postcard__text:before {
        background: #ff6d00;
   }

}










@media (max-width: 768px) {
    .postcard .postcard__title {
        font-size: 1.5rem;
    }

    .phone img {
        height: 520px;
    }
}

@media (max-width: 600px) {
    
    .main-body {
        text-align: center;
    }
    
    .vd {
        max-width: 90%;
    }

   .content {
       text-align: center;
       padding-top: 4em;
   }

   .content p {
        padding: 0 10px;
    }

    .phone img {
        margin-top: 20px;
        height: 400px;
    }
}

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