<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contenitore_articolo {
  padding-top: 2rem;
}

.contenitore_articolo .left .upper {
  margin: 0 2rem;
}

.contenitore_articolo .left .upper .shout {
  padding: 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.4rem;
}

.contenitore_articolo .left .upper h1 {
  font-size: 3.6rem;
  line-height: 3.96rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--shout-color);
}

.contenitore_articolo .left .upper .excerpt {
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: var(--text-lite-color);
  margin-bottom: 1.5rem;
  font-family: var(--secondary-font-family);
}

.contenitore_articolo .left .upper .metainfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
  color: var(--gray-background-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contenitore_articolo .left .upper .metainfo .article_author_name {
  color: var(--blue-background-color);
}

.contenitore_articolo .left .upper .metainfo .article_author_name a:link,
.contenitore_articolo .left .upper .metainfo .article_author_name a:visited,
.contenitore_articolo .left .upper .metainfo .article_author_name a:hover,
.contenitore_articolo .left .upper .metainfo .article_author_name a:focus,
.contenitore_articolo .left .upper .metainfo .article_author_name a:active {
  color: var(--blue-background-color);
  text-decoration: none;
}

.contenitore_articolo .left .upper .metainfo .article_author_name:after {
  content: '|';
  padding: 0 0.7rem;
}

.contenitore_articolo .left .featured {
  margin-top: 2rem;
  text-align: center;
}

.contenitore_articolo .left .lower {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: white;
}

.contenitore_articolo .left .lower p {
  margin-bottom: 2rem;
}

.contenitore_articolo .left .lower p a:link,
.contenitore_articolo .left .lower p a:visited,
.contenitore_articolo .left .lower p a:hover,
.contenitore_articolo .left .lower p a:focus,
.contenitore_articolo .left .lower p a:active {
  color: var(--blue-background-color);
  text-decoration: underline;
}

.contenitore_articolo .left .lower img.size-full {
  max-width: 100%;
  height: auto;
}

.contenitore_articolo .left .lower .gallery {
  max-width: 100%;
}

.contenitore_articolo .left .lower .gallery img {
  max-width: 100%;
  height: auto;
}

.contenitore_articolo .generic_main_article h2 {
  font-size: 2.6rem;
}

.contenitore_articolo .generic_main_article h3 {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .contenitore_articolo .left .upper {
    margin: 0 3rem;
  }
  .contenitore_articolo .left .lower {
    padding: 2rem 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .contenitore_articolo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contenitore_articolo .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
  }
  .contenitore_articolo .left .upper {
    margin: 0 3rem;
  }
  .contenitore_articolo .left .upper h1 {
    font-size: 4.8rem;
    line-height: 5.28rem;
  }
  .contenitore_articolo .left .upper .excerpt {
    margin-bottom: 2rem;
  }
  .contenitore_articolo .left .featured {
    padding: 0 1rem;
  }
  .contenitore_articolo .left .lower {
    padding: 2rem 3rem;
  }
  .contenitore_articolo .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-right: 10px;
  }
  .contenitore_articolo .generic_main_article h2 {
    font-size: 3rem;
  }
  .contenitore_articolo .generic_main_article h3 {
    font-size: 2.2rem;
  }
}

amp-user-notification {
  background-color: rgba(211, 211, 211, 0.9);
  padding: 10px 25px;
  font-size: 12px;
}

amp-user-notification &gt; .btn {
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  background-color: #afafaf;
}

.edinet_gallery {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 2.4rem;
  padding: 0;
}

.edinet_gallery figure {
  margin-bottom: 0;
}

.edinet_gallery img {
  padding: .4rem;
}

.edinet_gallery.row picture,
.edinet_gallery.row a {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.edinet_gallery.row a:first-of-type {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: block;
  width: 100%;
  height: 250px !important;
}

.edinet_gallery.row a.multi {
  height: 140px;
  overflow: hidden;
  position: relative;
  margin: 2px;
  background-position: center center;
  background-size: cover;
}

.edinet_gallery.row a.multi picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.edinet_gallery.row a.multi img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

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

.edinet_gallery picture img {
  max-height: 800px;
}

span.sponsored {
  color: white;
  background-color: var(--blue-background-color);
  padding: 0.5rem;
  font-size: 1.6rem;
  display: inline-block;
  margin: 1rem 0;
}

.leggi_anche {
  margin: 2rem 0;
  border: 1px solid var(--gray-background-color);
  padding: 2rem;
}

.leggi_anche .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--secondary-font-family);
  text-align: center;
  text-transform: uppercase;
  color: var(--blue-background-color);
}

.leggi_anche .items {
  padding-bottom: 1rem;
}

.leggi_anche .items .leggianche_item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #03396C;
  padding-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.98rem;
  font-weight: 600;
  font-family: var(--secondary-font-family);
  position: relative;
}

.leggi_anche .items .leggianche_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.leggi_anche .items .leggianche_item a {
  color: var(--text-color);
}

.leggi_anche .items .leggianche_item a:link, .leggi_anche .items .leggianche_item a:visited, .leggi_anche .items .leggianche_item a:hover, .leggi_anche .items .leggianche_item a:focus, .leggi_anche .items .leggianche_item a:active {
  text-decoration: none;
  color: var(--text-color);
}

.leggi_anche .items .leggianche_item a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
}

footer {
  padding-bottom: 58px;
}

.bottom_bar_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 52px;
  background-color: white;
  -webkit-box-shadow: 0px -1px 1px #ccc;
  box-shadow: 0px -1px 1px #ccc;
  font-size: 1.6rem;
}

.bottom_bar_fixed ul.social_share {
  display: table;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.bottom_bar_fixed ul.social_share li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 20%;
}

.bottom_bar_fixed ul.social_share li a {
  text-align: center;
  width: 100%;
  line-height: 52px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bottom_bar_fixed {
    display: none;
  }
  footer {
    padding-bottom: 0;
  }
}

a.share-twitter-front,
.share-button-front.tw {
  color: #23b3ef;
}

a.share-telegram-front,
.share-button-front.tg {
  color: #0088CC;
}

a.share-msn-front,
.share-button-front.msn {
  color: #0084FF;
}

a.share-facebook-front,
.share-button-front.fb {
  color: #214285;
}

a.share-linkedin-front,
.share-button-front.ln {
  color: #0073b2;
}

a.share-pinterest-front,
.share-button-front.pn {
  color: #cb2027;
}

a.share-envelope-front,
.share-button-front.mail {
  color: #a3a9b2;
}

a.share-whatsapp-front,
.share-button-front.wa {
  color: #65d449;
}

a:not([href]).share-twitter-bg, .share-button.tw {
  background-color: #23b3ef;
  color: white;
}

a:not([href]).share-facebook-bg, .share-button.fb {
  background-color: #214285;
  color: white;
}

a.share-linkedin-bg {
  background-color: #0073b2;
  color: white;
}

a.share-pinterest-bg {
  background-color: #cb2027;
  color: white;
}

a.share-envelope-bg {
  background-color: #a3a9b2;
  color: white;
}

a:not([href]).share-whatsapp-bg, .share-button.wa {
  background-color: #65d449;
  color: white;
}

a:not([href]).share-telegram-bg, .share-button.tg {
  background-color: #0088CC;
  color: white;
}

.shareinfo .share-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shareinfo .share-sidebar-container .count-container {
  font-size: 2rem;
}

.shareinfo .share-sidebar-container .share-button-container {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shareinfo .share-sidebar-container .share-button-container .share-button-front {
  padding: 0 .8rem;
}

.shareinfo .share-sidebar-container .share-button-container .share-button-front:last-child {
  padding-right: 0;
}

.shareinfo .share-sidebar-container .share-button-container .share-button.system {
  padding: 0 .8rem;
}

.shareinfo .print {
  color: var(--gray-background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.shareinfo .print a:link,
.shareinfo .print a:visited,
.shareinfo .print a:hover,
.shareinfo .print a:focus,
.shareinfo .print a:active {
  color: var(--gray-background-color);
  text-decoration: none;
}

.shareinfo .print i {
  font-size: 1.8rem;
}

.count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #666666;
}

.count-container &gt; * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.count-container &gt; .count-counter {
  font-weight: 700;
  font-size: 22px;
}

.count-container &gt; .count-label {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .shareinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .shareinfo .share-sidebar-container .share-button-container {
    margin-bottom: 0;
  }
  .shareinfo .share-sidebar-container .share-button-container .share-button-front:last-child {
    padding-right: .8rem;
  }
}
</pre></body></html>