.cg-subtitle {
  font-family: "PT Sans Narrow", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-left: 110px;
  color: red;
}

.cg-title {
  font-family: "PT Sans Narrow", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-left: 110px;
}

.cg-text-over-image {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clever-core-ads-mobile, .clever-core-ads-desktop { height: 250px; width: 100%; }

.red { background-color: #ff0000!important; }

.DTE_Field { padding: 5px 5%!important; }

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label { width: 20%!important; }
div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input { width: 80%!important; }

.dataTable tbody tr  {
	cursor: pointer;
}

.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 80px;
  margin-bottom: 5px;
}

.nav-bar .nav-bar-logo {
  xpadding: 1.8rem;
}

.nav-bar li {
  background: #2c3840;
}

.nav-bar a {
  color: #fefefe;
  transition: color 0.2s ease-in;
}

.nav-bar a:hover {
  color: #a8b8c3;
}

.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem;
  color: #fefefe;
  text-transform: uppercase;
  background-color: #EF9D31;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {
  background-color: #EF9D31;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }

  body { padding-top: 58px }
}

.multilevel-offcanvas {
  background: #222b31;
  padding: 20px;
  color: #fefefe;
}

.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
  color: rgba(254, 254, 254, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}

.multilevel-offcanvas .menu a:hover {
  color: #fefefe;
}

.multilevel-offcanvas .fa {
  color: #fefefe;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.5rem;
}

.dataTables_info { text-align: center; }

.body-info {
  color: #2c3840;
}

.body-info .button {
  margin: 0.4rem;
  padding: 0.85em 2em;
  background-color: #008cba;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}

.noeffect {
  background-color: #000000!important;
}

#searchico {
  cursor: pointer;
}

.noeffect a {
  background-color: #000000!important;
  color: #ffffff!important;
  border-bottom: 0px!important;
  font-size: 0.9rem;
  padding: 0px!important;
  margin: 0px!important;
  font-weight: normal;
}

.top-bar-section ul li > a {
  padding: 0 0 0 0.9375rem
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fefefe;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}

.manchette {
  padding-top: 20px;
}

.boxvideotitle {
  color: #000000;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  line-height:1.2;
  font-size:1.2rem;
}

.halfboxarticletitle {
  color: #0073B7;
  font-weight: bold;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  line-height:1.2;
  font-size:1.2rem;
}

.boxarticletitle {
  color: #0073B7;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  line-height:1.2;
  font-size:1.2rem;
}

/*
a, a:hover { color: inherit; }
*/

.readnewstitle {
  color: #226598;
  padding-left: 45px;
  font-weight: bold;
  padding-top:6px;
  padding-bottom:6px;
  font-size:1.8rem; /* 2 */
  line-height: 1;
  word-break: break-word;
}

.boxtitle {
  color: #0073B7;
  padding-left: 45px;
  font-weight: bold;
  padding-top:6px;
  padding-bottom:6px;
}

.boxtext {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
}

.greybg {
  background-color: #DFDEDE;
}

/*
.tbboximg {
  padding-left:-4px;
  padding-right:-4px;
}
*/

.tbboximg-full {
  padding-bottom: 5px;
}

.tbboxad {
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  margin-bottom: 1rem;
}

.tbbox {
  background-image: url(/bundles/tuttobici/images/topborder.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px solid #0073B7;
  border-left: 1px solid #0073B7;
  border-right: 1px solid #0073B7;
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  margin-bottom: 1rem;
}

#divtestata {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 130px;
  border-top: 15px solid white;
  box-sizing: content-box;
}

.datetime {
  font-size: 1rem;
  font-weight: bold;
}

.category, .category:hover {
  xfont-size: 1rem;
  font-weight: bold;
  color: #F29400;
  line-height:1.2;
  font-size:1.2rem;
}

.livelink {
  color: #FFFFFF;
  background-color: #EE0000!important;
}

@media screen and (max-width: 39.9375em) {
  .toplink {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 1rem;
  }

  .bombnews .toplink {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 1rem;
  }

  .author {
    font-style: italic;
    line-height: 35px;
    font-weight: normal;
    font-size: 1rem;
    color: #000000;
  }


}

@media only screen and (min-width: 40.063em) {
  .toplink {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 2rem;
  }
  .bombnews .toplink {
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 3rem;
  }
  .author {
    font-style: italic;
    line-height: 35px;
    font-weight: normal;
    font-size: 1.2rem;
    color: #000000;
  }

}

.toptitle {
  color: #0073B7;
  font-weight: bolder;
  font-size: 1.5rem;
  padding-left:20px;
  padding-right:20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
}

body {
  font-family: 'Libre Franklin', sans-serif;
}

hr {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.socialbuttons {
  list-style: none;
  margin: 0px;
  width:100%;
  padding: 0px;
  color: #111111;
}

.socialbuttons li {
  display: inline-block;
  padding: 1px;
  float: left;
}

.right {
  float: right;
  margin-right: 20px;
  right: 30px;
}

.sharebox {
  right:30px;
  bottom:30px;
  position: absolute;
  margin-top: 1rem;
  float: right;
}

.halfboxarticletext {
  margin-top:10px;
  margin-bottom:10px;
  padding-left:20px;
  padding-right:20px;
}

.boxarticletext {
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
}

.toptext {
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
}

.margin-bottom-1 {
  margin-bottom: 1rem!important;
}

.footer {
  font-size: 0.9rem;
  font-weight: normal;
  padding:10px;
  color: #ffffff;
  border-top:3px solid #f29400;
  background-color: #0b72b5;
  position: inherit;
}

.footertext, a.footertext:hover {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
}

.top-bar {
  height: 50px;
  background-color: #226598;
}

.top-bar-section ul li {
  height: 45px;
}

.top-bar-section ul li > img {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue","Libre Franklin",Arial,sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0rem;
  text-transform: none;
  width: 100%;
  -padding-left: 1rem;
}

.top-bar-section li:not(.has-form):not(.noeffect) a:not(.button):hover {
  border-bottom: 5px solid #e89300;
}

.top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form):not(.noeffect) a:not(.button):hover {
  background: #226598;
  font-weight: bold;
}

.top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form):not(.noeffect) a:not(.button) {
  background: #226598;
  font-weight: bold;
  border-top:1px;
}

.box {
  padding-left:10px;
  padding-right:10px;
}

.oscar_title {
  font-size: 24px;
  font-family: Georgia,Serif;
  font-weight: bold;
  color: #444444;
  text-align: left;
}

.oscar_year {
  font-size: 46px;
  font-family: Georgia,Serif;
  font-weight: bold;
  color: #444444;
  text-align: left;
}

.oscar_button {
  font-family: Georgia, serif;
  color: #ffffff;
  width: 60px;
  height: 35px;
  text-align: center;
  background-color: #C39525;
  font-size: 19px;
  margin: 5px;
}

.oscar_category {
  margin: 5px;
  font-family: Georgia, serif;
  color: #444444;
  font-size: 19px;
}

.oscar_chart {
  font-family: Georgia, serif;
  font-size: 0.9rem;
}

.oscar_chart_title {
  font-weight: bold;
  font-size: 0.8rem;
}

.articledate {
  padding-top:10px;
  font-family: Georgia, serif;
  color: #fc8e0b;
  font-size: 0.8rem;
}

.articlecopy {
  padding-top:10px;
  font-style: italic;
  font-size: 0.8rem;
}

.comment_author {
  color: #fc8e0b;
}

.comment_title {
  font-weight: bold;
}

.comment_login_box {
  padding-top:1rem;
  padding-bottom:1rem;
}

#comment_box {
}

.small-text {
  font-size: 0.6rem;
}

.alert-box {
  margin-bottom: 1rem;
}

.buymagazine_current_box {
  background-color: #226598;
  color: #ffffff;
}

.button {
  background-color: #226598;
}

.buymagazine_thumbnail_box_selected {
  border: 2px solid orange!important;
}

.buymagazine_thumbnail_box {
  margin: 0.1rem;
  padding: 0.3rem;
  font-size: 0.6rem;
  background-color: #cccccc;
  border: 2px solid transparent;
}

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

.dtr-data {
    white-space:normal;
}

div.DTED_Lightbox_Wrapper {
  z-index:999!important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):not(.noeffect):hover > a:not(.button) {
  border-top:0px;
  border-bottom:0px;
  xborder-top: 0px solid transparent!important;
  xborder-bottom: 0px solid transparent!important;
}

.top-bar-section .has-dropdown > a {
  padding-right: 0.975rem!important;
}

.top-bar-section .has-dropdown > a::after {
  display: none;
}

#mostviewedlist {
  margin-left:10px;
  margin-right:10px;
}

.mostviewedcat, .mostviewedtitle {
  font-size:0.8rem;
}

.footerboxtext {
  text-align: left;
  font-size:0.8rem;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
}

.footergradient  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+60 */
background-position: top 5px;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.footerboxtitle {
  color: #0073B7;
  font-weight: bold;
  padding-bottom:0.5rem;
  text-align: left;
  font-size:0.9rem;
}

.footerbox {
  border: 2px solid #dddddd;
  padding: 0.5rem;
  margin-bottom:1rem;
}

.orange {
  background-color: #E59530!important;
}

.orangeborder {
  border: 2px solid orange;
}

.footerboxbottom {
/*
  font-size:0.8rem;
  bottom:20px;
  position: absolute;
  margin-top: 0.5rem;
  float: right;
*/

  right:30px;
  bottom:30px;
  position: absolute;
  margin-top: 1rem;
  float: right;
}

.title-area {
  padding-top:5px;
  height: 50px;
  background-color: #FFFFFF!important;
}

.stickyontop {
  position:fixed;
  z-index:99999999;
  width:100%;
  top: 0;
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 30px;
    color: #000;
    position: inherit;
}    

.top-bar-section {
  margin-bottom:5px;
}

.top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 6px 0 1px #000000, 0 14px 0 1px #000000, 0 22px 0 1px #000000;
    -webkit-box-shadow: 0 6px 0 1px #000000, 0 14px 0 1px #000000, 0 22px 0 1px #000000;
    display: block;
    height: 2px;
    right: 0px;
    position: absolute;
    top: 1px;
    width: 20px;
}

#burger-icon {
  width:45%;
  float: right;
}

.padding-bottom-2 {
  padding-bottom:2rem;
}

.padding-bottom-1 {
  padding-bottom:20px; //0.5rem;
}

.padding-top-1 {
  padding-top:20px; //0.5rem;
}

.small {
  font-size: 0.8rem;
}

.testo_search {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

#searchbox {
  height: 49px;
  background-color: #000000;
}

#searchstr {
  z-index: 99999;
  width: 190px;
  margin-left:10px;
}

.hide {
  display: none!important;
}


.tabs dd > a, .tabs .tab-title > a {
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
}

.tabs-content {
  margin-bottom: 0px;
}

#divcontent, #divfooter, #rightdiv, #divtestata, #divleaderboard, #divpushdown {
  background-color: #ffffff;
  position: inherit;
}

.tbboximg {
  width:100%;
}

@media only screen and (min-width: 40.063em) {
  #takeoverspacer {
    position: inherit;
    padding-top:50px;
    z-index:-1;
  }
}

@media only screen and (min-width: 64.063em) { 
  #takeoverspacer {
    position: inherit;
    padding-top:180px;
    z-index:-1;
  }
}

/*
.author {
  font-style: italic;
  line-height: 35px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #000000;
}
*/

.smallbutton {
    background-color: #E59530;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7rem;
    border-radius: 5px;
}

a.livebot {
    xbackground-color: #E59530!important;
    xpadding-left:35px!important;
    xborder-bottom:5px solid transparent;
}

a.tbtechbot:hover {
    border-bottom: 5px solid #55a611!important;
}

.labelrow {
   position: absolute;
   bottom: 0%;
   z-index: 9;
}

.entry-title {
  font-size: 1rem;
}

.slick-prev:before {
  color: #555555;
}
.slick-next:before {
  color: #555555;
}

.slick-prev {
    left: 10px;
    transform: scale(1.5);
    z-index:99;
}
.slick-next {
    right: 10px;
    transform: scale(1.5);
    z-index:99;
}

.sc img {
  width: auto;
  margin: 0 auto; /* it centers any block level element */
}

.footertitle {
  color: #f29400;
  font-weight: bold;
  xpadding-bottom:0.5rem;
  xpadding-top:0.5rem;
}

.footercolumn {
  border-right: 1px solid white;
  height: 9.5rem;
  margin-top: 0px;
}

.footerbottom {
  font-size: 0.8rem;
  font-weight: normal;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  color: #ffffff;
  background-color: #f29400;
  position: inherit;
}

body {
  font-family: "Helvetica Neue","Libre Franklin",Arial,sans-serif;
}

table {
  width:301px;
  border: 0px;
}

#lastmagazineimg {
  width:204px;
}

table tr th, table tr td {
  padding:0px!important;
  margin:0px!important;
}

ul, ol, dl {
  line-height: 2.8125rem;
  color: white;
}

.top-bar-section ul li:hover:not(.has-form):not(.noeffect) > a {
  background-color: #226598;
  border-bottom: 5px solid #e89300;
}

@media screen and (max-width: 39.9375em) {
  .top-bar-section ul li:hover:not(.has-form):not(.noeffect) > a {
    background-color: #e89300!important;
    border-bottom: 5px solid #e89300;
  }

  ul.scrollable {
     height: 400px!important;
     overflow-y: scroll;
  }
}


#popup {
  width: 405px;
  height: 410px;
  padding: 0px;
}

.stickyfooter {
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: -5px;
  position: fixed;
  width: 100%;
}

.choiceitem:not(:last-child)  {
  padding-top: 10px;
  border-bottom: 1px solid #0073B7!important;
}

.choiceitem:last-child  {
  padding-top: 10px;
}

.mostvieweditem:not(:last-child)  {
  padding-top:15px;
  padding-bottom:15px;
  border-bottom: 1px solid #0073B7!important;
}

.mostvieweditem:(:last-child)  {
  padding-top:15px;
  padding-bottom:25px;
}

.slick-dots {
  top: -18px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

body, .cycle-carousel-wrap, .mostvieweditem, #mostviewedlist {
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0,0,0);
}

.albolist {
  font-size:0.7rem!important;
}

.albolist p {
  font-size:0.7rem!important;
}

.eventsep {
  padding-top:0.5rem;
  padding-bottom:0.5rem;
}

.eventsep > hr {
  height:2px;
  border:none;
  color:#bbbbbb;
  background-color:#bbbbbb;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: 1px solid #ffffff;
}

.align-middle {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -webkit-box-align:center;
   -ms-flex-align:center;
   align-items:center;
}

.circle {
  background: #e89300;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

progress,          /* All HTML5 progress enabled browsers */
progress[role]     /* polyfill */
{

	/* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	/* gets rid of default border in Firefox and Opera. */ 
	border: none;

	/* Needs to be in here for Safari polyfill so background images work as expected. */
	background-size: auto;
	
	/* Dimensions */
	width: 155px;
	height: 11px;
}

progress,                          /* Firefox  */ 
progress[role][aria-valuenow] {    /* Polyfill */
  background: #b4b4b4 !important; /* !important is needed by the polyfill */
  border-radius: 10px;
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #b4b4b4;
  border-radius: 10px;
}

/* Polyfill */
progress[role]:after {
	background-image: none; /* removes default background from polyfill */
}

/* Ensure fallback text doesn't appear in polyfill */
progress[role] strong {
	display: none;
}

.podcast_progress_loading {
  background: #444444 !important; /* !important is needed by the polyfill */
  height: 2px;
  margin-left: 5px;
  margin-right: 5px;
  width: 145px;
}

progress::-webkit-progress-bar {
  /* style rules */
  border-radius: 10px;
}
progress::-webkit-progress-value {
  /* style rules */
  border-radius: 10px;
  background: #ffffff;
}
progress::-moz-progress-bar {
  /* style rules */
  border-radius: 10px;
  background: #ffffff;
}

/* Polyfill */
progress[aria-valuenow]:before  {
  border-radius: 10px;
  background: #ffffff;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.audioplayer > .playstopbutton, .audioplayer > .fi-rewind, .audioplayer > .fi-fast-forward {
  font-size: 2.0em;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

.audioplayer > .info {
  margin-left: 0.3em;
  vertical-align: text-bottom;
  cursor: pointer;
  vertical-align: super;
}

.podcastlist {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

.podcastcell:not(:last-child) {
  border-top: 1px solid #0073B7;
}

.spacer {
  height: 0.5em;
}

#podcast_audio_source {
  display: none;
}

.podcast_tbradio {
  font-weight: bold;
  font-size: 20px;
  color: #fdec4f;
}

.podcast_date {
  font-size: 12px;
}

.handle {
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px;
  z-index: 1;
  margin-left: -9px;
  pointer-events: none;
}

.controls .fi-play, .controls .fi-pause {
  color: #ffffff;
  font-size:45px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

.transparent {
  color: transparent!important;
}

.ld-ext-right,.ld-ext-left,.ld-ext-bottom,.ld-ext-top,.ld-over,.ld-over-inverse,.ld-over-full,.ld-over-full-inverse{position:relative;transition:all .3s;transition-timing-function:ease-in}.ld-ext-right>.ld,.ld-ext-left>.ld,.ld-ext-bottom>.ld,.ld-ext-top>.ld,.ld-over>.ld,.ld-over-inverse>.ld,.ld-over-full>.ld,.ld-over-full-inverse>.ld{position:absolute;top:50%;left:50%;width:1em;height:1em;margin:-0.5em;opacity:0;z-index:-1;transition:all .3s;transition-timing-function:ease-in}.ld-ext-right>.ld>*,.ld-ext-left>.ld>*,.ld-ext-bottom>.ld>*,.ld-ext-top>.ld>*,.ld-over>.ld>*,.ld-over-inverse>.ld>*,.ld-over-full>.ld>*,.ld-over-full-inverse>.ld>*{width:1em;height:1em;position:absolute;top:50%;left:50%;transform:translate(-0.5em,-0.5em)}.ld-ext-right.running>.ld,.ld-ext-left.running>.ld,.ld-ext-bottom.running>.ld,.ld-ext-top.running>.ld,.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{opacity:1;z-index:auto;visibility:visible}.ld-ext-right.running{padding-right:2.5em !important}.ld-ext-right>.ld{top:50%;left:auto;right:1.25em}.ld-ext-left.running{padding-left:2.5em !important}.ld-ext-left>.ld{top:50%;right:auto;left:1.25em}.ld-ext-bottom.running{padding-bottom:2.5em !important}.ld-ext-bottom>.ld{top:auto;left:50%;bottom:1.25em}.ld-ext-top.running{padding-top:2.5em !important}.ld-ext-top>.ld{bottom:auto;left:50%;top:1.25em}.ld-over:before,.ld-over-inverse:before,.ld-over-full:before,.ld-over-full-inverse:before{content:" ";display:block;opacity:0;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transition:all .3s;transition-timing-function:ease-in;background:rgba(240,240,240,0.8)}.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{z-index:4001}.ld-over.running:before,.ld-over-inverse.running:before,.ld-over-full.running:before,.ld-over-full-inverse.running:before{opacity:1;z-index:4000;display:block}.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld,.ld-over-full.running:before,.ld-over-full-inverse.running:before{position:fixed}.ld-over-full>.ld{color:rgba(0,0,0,0.8)}.ld-over-full:before,.ld-over-full-inverse:before{background:rgba(255,255,255,0.8)}.ld-over-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-inverse:before{background:rgba(0,0,0,0.6)}.ld-over-full-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-full-inverse:before{background:rgba(0,0,0,0.6)}

figcaption {
	font-size:0.9rem;
	text-align: center;
	font-style: italic;
}

figure {
	margin: 0;
}

#divmobilepushbar { height: 132px }

.pswp__button--arrow--left, .pswp__button--arrow--right { transform: scale(1.5); }

:root {
    --text-color: #0073ce;
    --brand-color: #f3f3f3;
    --text-font-size: 14px;
    --button-font-size: 14px;
    --mobile-text-font-size: 12px;
    --mobile-button-font-size: 14px;
    --primary-button-text-color: #fff;
    --primary-button-background-color: #0073ce;
    --secondary-button-text-color: #fff;
    --secondary-button-background-color: orange;
}
#iubenda-cs-banner,#iubenda-cs-banner .iubenda-cs-brand,#iubenda-cs-banner .iubenda-cs-brand>div,#iubenda-cs-banner .iubenda-cs-rationale{display:-webkit-box!important;display:-ms-flexbox!important}#iubenda-cs-banner .iubenda-cs-close-btn::before,#iubenda-cs-banner .iubenda-cs-opt-group button{font-size:var(--mobile-button-font-size)!important}#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *,#iubenda-cs-banner [class*=" iub"],#iubenda-cs-banner [class^=iub],.iubenda-tp-btn:not([data-tp-nostyle]){-webkit-tap-highlight-color:transparent!important;font-family:-apple-system,sans-serif!important;text-decoration:none!important;bottom:auto!important;clear:none!important;clip:auto!important;counter-increment:none!important;counter-reset:none!important;direction:inherit!important;float:none!important;font-style:inherit!important;font-variant:normal!important;left:auto!important;letter-spacing:normal!important;list-style:outside!important;max-height:none!important;max-width:none!important;min-height:0!important;opacity:1;outline:0!important;overflow:visible!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:left!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;border-image:none!important;overflow-x:visible!important;overflow-y:visible!important;text-shadow:none!important;word-break:normal!important;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;list-style-type:inherit!important;padding:0!important}#iubenda-cs-banner{line-height:1.4!important;position:fixed!important;z-index:99991!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;display:flex!important;will-change:opacity;opacity:0!important;pointer-events:none!important;-webkit-transition:opacity .4s,visibility .4s!important;-o-transition:opacity .4s,visibility .4s!important;transition:opacity .4s,visibility .4s!important;background:rgba(0,0,0,.7)!important;font-size:var(--mobile-text-font-size)}#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *,#iubenda-cs-banner [class*=" iub"],#iubenda-cs-banner [class^=iub]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:0 0!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;color:currentColor!important;border:0!important;border-radius:0!important;border:currentColor!important;font-weight:inherit!important;height:auto!important;line-height:inherit!important;margin:0!important;min-width:0!important;vertical-align:baseline!important;-o-border-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-column-count:auto!important;-moz-column-count:auto!important;column-count:auto!important;-webkit-column-gap:normal!important;-moz-column-gap:normal!important;column-gap:normal!important;-webkit-column-rule:medium none #000!important;-moz-column-rule:medium none #000!important;column-rule:medium none #000!important;-webkit-column-span:none!important;-moz-column-span:none!important;column-span:none!important;-webkit-column-width:auto!important;-moz-column-width:auto!important;column-width:auto!important;-webkit-font-feature-settings:normal!important;font-feature-settings:normal!important;-webkit-hyphens:manual!important;-ms-hyphens:manual!important;hyphens:manual!important;-webkit-perspective:none!important;perspective:none!important;-webkit-perspective-origin:50% 50%!important;perspective-origin:50% 50%!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transform-origin:50% 50%!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important;-webkit-transform-style:flat!important;transform-style:flat!important}#iubenda-cs-banner.iubenda-cs-overlay:before{content:""!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:rgba(0,0,0,.5)!important;z-index:1!important;pointer-events:auto!important}#iubenda-cs-banner.iubenda-cs-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center .iubenda-cs-container{height:100%!important;padding-top:25vh!important}#amp #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center .iubenda-cs-container{position:fixed!important;z-index:100049!important}#iubenda-cs-banner.iubenda-cs-top{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}#iubenda-cs-banner.iubenda-cs-bottom{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}#iubenda-cs-banner.iubenda-cs-left{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}#iubenda-cs-banner.iubenda-cs-right{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}#iubenda-cs-banner.iubenda-cs-visible{opacity:1!important;visibility:visible!important}#iubenda-cs-banner.iubenda-cs-visible>*,#iubenda-iframe *,#iubenda-iframe div#iubenda-iframe-popup{pointer-events:auto!important}#iubenda-cs-banner.iubenda-cs-slidein .iubenda-cs-container{-webkit-transition:-webkit-transform .4s!important;transition:transform .4s!important;-o-transition:transform .4s!important;transition:transform .4s,-webkit-transform .4s!important}#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-top .iubenda-cs-container{-webkit-transform:translateY(-48px)!important;-ms-transform:translateY(-48px)!important;transform:translateY(-48px)!important}#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-bottom .iubenda-cs-container{-webkit-transform:translateY(48px)!important;-ms-transform:translateY(48px)!important;transform:translateY(48px)!important}#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}#iubenda-cs-banner .iubenda-cs-container{position:relative!important;z-index:2!important}#iubenda-cs-banner .iubenda-cs-brand{display:flex!important;padding:16px!important;-ms-flex-negative:0!important;flex-shrink:0!important}#iubenda-cs-banner .iubenda-cs-brand>div{display:flex!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}#iubenda-cs-banner .iubenda-cs-brand img{max-width:192px!important;max-height:56px!important}#iubenda-cs-banner .iubenda-cs-content{position:relative!important;z-index:1!important;overflow:hidden!important;-webkit-transition:-webkit-transform .4s!important;-o-transition:transform .4s!important;transition:transform .4s,-webkit-transform .4s!important}#iubenda-cs-banner .iubenda-cs-rationale{position:relative!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}#iubenda-cs-banner .iubenda-cs-close-btn{position:absolute!important;top:0!important;right:0!important;min-width:48px!important;line-height:0!important;cursor:pointer!important;text-align:center!important;border-radius:64px!important;font-size:11px!important;background-color:initial!important;margin-right:16px!important;z-index:1000!important;height:36.19px!important;margin-top:16px!important}#iubenda-cs-banner .iubenda-cs-close-btn::before{content:"x";background:var(--brand-color);min-width:48px!important;height:36.19px!important;display:flex;justify-content:center;align-items:flex-start}#iubenda-cs-banner .iubenda-cs-close-btn:hover,#iubenda-cs-banner .iubenda-cs-opt-group button:hover{opacity:.5!important}#iubenda-cs-banner .iubenda-banner-content{font-weight:300!important;margin:16px 16px 0!important;-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:auto!important;overflow-y:auto!important;mask-image:linear-gradient(to top,transparent 0%,black 16px)!important;-webkit-mask-image:linear-gradient(to top,transparent 0%,black 16px)!important;padding-bottom:32px!important}#iubenda-cs-banner .iubenda-banner-content-padded{padding-right:0!important;padding-top:30px!important}#iubenda-cs-banner .iubenda-banner-content a{cursor:pointer!important;color:currentColor!important;opacity:.7!important;text-decoration:underline!important}#iubenda-cs-banner .iubenda-banner-content a:hover{opacity:1!important}#iubenda-cs-banner #iubenda-cs-title{font-weight:700!important;margin-bottom:16px!important}#iubenda-cs-banner .iubenda-cs-opt-group{margin:0 16px 16px!important;z-index:1!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-negative:0!important;flex-shrink:0!important}#iubenda-cs-banner .iubenda-cs-opt-group>div{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;gap:1rem!important}@media(min-width:652px){#iubenda-cs-banner .iubenda-cs-opt-group{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}#iubenda-cs-banner .iubenda-cs-opt-group-custom{margin-right:auto!important;-ms-flex-item-align:start!important;align-self:start!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}#iubenda-cs-banner .iubenda-cs-opt-group-consent{margin-left:auto!important;-ms-flex-item-align:end!important;align-self:end!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}#iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type){margin-right:8px!important}}#iubenda-cs-banner .iubenda-cs-opt-group button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border-radius:64px!important;cursor:pointer!important;font-weight:700!important;margin-top:4px!important;margin-bottom:4px!important;text-align:center!important;background-color:rgba(255,255,255,.1)!important;color:#fff!important}#iubenda-cs-banner .iubenda-cs-opt-group button:focus{opacity:.8!important}@media(max-width:639px){#iubenda-cs-banner .iubenda-cs-opt-group{margin:12px!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}#iubenda-cs-banner .iubenda-cs-opt-group-custom{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#iubenda-cs-banner .iubenda-cs-opt-group-consent{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#iubenda-cs-banner .iubenda-cs-opt-group button{padding:8px 24px!important;width:100%!important;display:block;text-align:center!important;margin:6px 3px!important}}#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand{margin:0 -8px!important}@media(min-width:992px){#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div{margin:0 auto!important;width:calc(992px - 32px)!important}#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale{width:992px!important;margin:16px auto!important}}#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container,#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group>div,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group>div,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group>div{width:100%!important}#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand{margin:-8px -8px 0!important}#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand div{margin:8px!important}@media(max-width:991px){#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand{margin:-8px -8px 0!important}#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div{margin:0 8px!important}#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content{padding:8px!important}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-bottom .iubenda-cs-container,#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center.iubenda-cs-top .iubenda-cs-container{width:100%!important}}@media(min-width:652px){#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-container,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-container,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-container{width:480px!important}}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group button,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group button,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button{display:block!important;width:100%!important;text-align:center!important}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-custom,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-consent,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent,#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content{-webkit-box-shadow:0 8px 48px rgba(0,0,0,.15)!important;box-shadow:0 8px 48px rgba(0,0,0,.15)!important;padding:8px!important}#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-brand img{max-width:75%!important}#iubenda-cs-banner .iubenda-cs-content{background-color:#000!important;color:#fff!important}#iubenda-cs-banner .iubenda-cs-opt-group{color:#000!important}.iubenda-tp-btn:not([data-tp-nostyle]){-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:initial!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;border:0!important;border-radius:4px!important;border:initial!important;margin:0!important;visibility:inherit!important;-o-border-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-column-count:auto!important;-moz-column-count:auto!important;column-count:auto!important;-webkit-column-gap:normal!important;-moz-column-gap:normal!important;column-gap:normal!important;-webkit-column-rule:medium none #000!important;-moz-column-rule:medium none #000!important;column-rule:#000!important;-webkit-column-span:none!important;-moz-column-span:none!important;column-span:none!important;-webkit-column-width:auto!important;-moz-column-width:auto!important;column-width:auto!important;-webkit-font-feature-settings:normal!important;font-feature-settings:normal!important;-webkit-hyphens:manual!important;-ms-hyphens:manual!important;hyphens:manual!important;-webkit-perspective:none!important;perspective:none!important;-webkit-perspective-origin:50% 50%!important;perspective-origin:50% 50%!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transform-origin:50% 50%!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important;-webkit-transform-style:flat!important;transform-style:flat!important;appearance:none!important;line-height:34px!important;height:34px!important;min-width:34px!important;cursor:pointer!important;font-weight:700!important;font-size:14px!important;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15)!important;box-shadow:0 0 0 1px rgba(0,0,0,.15)!important;color:rgba(0,0,0,.65)!important;background-color:#fff!important;display:inline-block!important;vertical-align:middle!important}.iubenda-tp-btn[data-tp-icon]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%231CC691' fill-rule='evenodd' d='M16 7a4 4 0 0 1 2.627 7.016L19.5 25h-7l.873-10.984A4 4 0 0 1 16 7z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:32px 32px!important;background-position:top .5px left 1px!important}.iubenda-tp-btn[data-tp-circle]{border-radius:32px!important}.iubenda-tp-btn[data-tp-label]:after{content:attr(data-tp-label)!important;padding:0 16px!important;white-space:nowrap!important}.iubenda-tp-btn[data-tp-label][data-tp-icon]:after{padding-left:calc(16px + 8px + 8px)!important}.iubenda-tp-btn[data-tp-float]{position:fixed!important;z-index:2147483647!important}.iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]){margin:16px!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]{margin:0 16px!important;border-radius:6px!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left],.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right],.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left],.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right]{margin:0!important;top:75%!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-left],.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-left]{left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left:0!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover]):not([data-tp-label])[data-tp-float=center-right],.iubenda-tp-btn[data-tp-float][data-tp-anchored][data-tp-hover][data-tp-float=center-right]{right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right:0!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left],.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right]{margin:0!important;top:50%!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:0!important;-webkit-transform-origin:bottom!important;-ms-transform-origin:bottom!important;transform-origin:bottom!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-left]{left:0!important;-webkit-transform:translateY(-50%) rotate(90deg)!important;-ms-transform:translateY(-50%) rotate(90deg)!important;transform:translateY(-50%) rotate(90deg)!important;-webkit-transform-origin:left bottom!important;-ms-transform-origin:left bottom!important;transform-origin:left bottom!important}.iubenda-tp-btn[data-tp-float][data-tp-anchored]:not([data-tp-hover])[data-tp-label][data-tp-float=center-right]{right:0!important;-webkit-transform:translateY(-50%) rotate(-90deg)!important;-ms-transform:translateY(-50%) rotate(-90deg)!important;transform:translateY(-50%) rotate(-90deg)!important;-webkit-transform-origin:right bottom!important;-ms-transform-origin:right bottom!important;transform-origin:right bottom!important}.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left],.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right]{bottom:0!important}.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left][data-tp-anchored],.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right][data-tp-anchored]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:0!important}.iubenda-tp-btn[data-tp-float][data-tp-float=top-left],.iubenda-tp-btn[data-tp-float][data-tp-float=top-right]{top:0!important}.iubenda-tp-btn[data-tp-float][data-tp-float=top-left][data-tp-anchored],.iubenda-tp-btn[data-tp-float][data-tp-float=top-right][data-tp-anchored]{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:0!important}.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left],.iubenda-tp-btn[data-tp-float][data-tp-float=top-left]{left:0!important}.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right],.iubenda-tp-btn[data-tp-float][data-tp-float=top-right]{right:0!important}.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:after{max-width:0!important;overflow:hidden!important;display:block!important;padding:0!important;opacity:0!important;-webkit-transition:max-width .6s,padding .6s,opacity .6s!important;-o-transition:max-width .6s,padding .6s,opacity .6s!important;transition:max-width .6s,padding .6s,opacity .6s!important}.iubenda-tp-btn[data-tp-float][data-tp-hover][data-tp-label]:hover:after{max-width:192px!important;padding-left:calc(16px + 8px + 8px)!important;padding-right:10px!important;opacity:1!important}.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible{justify-content:center!important;align-items:center!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container{max-height:100%!important;display:flex!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content{border-radius:0!important;margin:0!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group{text-align:center!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale{display:flex!important;flex-direction:column!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content{flex:1;overflow-y:auto!important;margin:0!important;padding:16px 16px 48px!important;max-height:inherit!important;mask-image:linear-gradient(to top,transparent 0%,black 15%)!important;-webkit-mask-image:linear-gradient(to top,transparent 0%,black 15%)!important}.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-close-btn,.no-banner #iubenda-cs-banner{display:none!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content,.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-rationale,.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-visible .iubenda-cs-container{height:100%!important}.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content,.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-top-container{position:relative!important}.iubenda-mobile-sdk #iubenda-iframe #iab-container{position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.iubenda-mobile-sdk #iubenda-iframe #iubenda-iframe-popup{height:100%!important;width:100%!important}.iubenda-mobile-sdk #iubenda-iframe{background-color:initial!important}.iubenda-mobile-sdk #iubenda-iframe iframe{background-color:initial!important;position:absolute!important;bottom:0!important;top:0!important}.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-spinner{top:50px!important}.iubenda-mobile-sdk #iubenda-iframe .iubenda-iframe-footer{z-index:9999!important}.iubenda-mobile-sdk #iubenda-iframe.iub-popover-visible .iub-popover{z-index:10000!important}.iubenda-mobile-sdk #iubenda-iframe .iub-popover-content>div{-webkit-overflow-scrolling:touch!important;position:absolute!important;top:0!important;bottom:0!important}.iubenda-mobile-sdk #purposes-container{-webkit-overflow-scrolling:touch!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:auto!important}#iubenda-cs-banner .iubenda-banner-content{margin-top:24px!important}#iubenda-cs-banner .iubenda-cs-opt-group button{background-color:var(--secondary-button-background-color)!important;color:var(--secondary-button-text-color)!important;float:left!important;padding:6px 9px!important}#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary{background-color:#0073ce!important;color:#fff!important;background-color:var(--primary-button-background-color)!important;color:var(--primary-button-text-color)!important;box-shadow:1.5px 3.5px 4px rgba(0,0,0,.3)!important;text-align:center!important;float:right!important;display:block;margin:0 auto!important;box-shadow:none!important}#iubenda-iframe{pointer-events:none!important}#iubenda-cs-banner .iubenda-cs-content,#iubenda-iframe .iubenda-iframe-footer{background-color:var(--brand-color)!important;color:var(--text-color)!important}#iubenda-iframe .iubenda-iframe-footer{background-image:linear-gradient(to right,var(--brand-color),var(--brand-color))!important}#iubenda-iframe #iubFooterBtn{color:var(--primary-button-text-color)!important;background-image:linear-gradient(to right,var(--primary-button-background-color),var(--primary-button-background-color))!important}#iubenda-iframe #iubFooterTxt,#iubenda-iframe div#iubFooterBtnIab{color:var(--text-color)!important}@media(max-width:1192px){#iubenda-iframe div#iubFooterBtnIab{text-align:center!important}}@media(max-width:799px){#iubenda-iframe #iubFooterTxt{font-size:85%!important;line-height:16px!important}}@media(min-width:480px){#iubenda-cs-banner .iubenda-banner-content,#iubenda-cs-banner .iubenda-cs-content{font-size:var(--text-font-size)!important}#iubenda-cs-banner .iubenda-cs-close-btn::before,#iubenda-cs-banner .iubenda-cs-opt-group button,#iubenda-cs-banner button.iubenda-cs-close-btn{font-size:var(--button-font-size)!important}#iubenda-cs-banner .iubenda-cs-opt-group button{width:auto!important;padding:8px 16px!important}}@media(min-width:992px){#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container{width:992px!important}#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content{border-radius:4px!important;margin:16px!important}.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-banner-content,.iubenda-mobile-sdk #iubenda-cs-banner .iubenda-cs-opt-group{margin:24px!important}.iubenda-mobile-sdk #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale{width:100%!important;margin:0!important}#iubenda-cs-banner .iubenda-cs-content{font-size:14px!important}}@media only screen and (max-width:600px){#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center .iubenda-cs-container{padding-top:0!important}#iubenda-cs-banner .iubenda-cs-opt-group>div{gap:0!important;flex-direction:column-reverse}#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary{margin:.4rem 0!important}#iubenda-cs-banner .iubenda-cs-close-btn{height:auto!important}#iubenda-cs-banner{z-index:999999!important}}
/* Others costomizations
Aggiungere qui in coda tutti gli altri eventuali stili CSS relativi a Iubenda */
#iubenda-cs-banner .iubenda-banner-content::before{content:"Informativa sull'utilizzo dei cookie del browser";font-weight:700;font-size:var(--button-font-size);display:block;margin-bottom:1rem}#iubenda-cs-banner{z-index:999999!important}#iubenda-cs-banner .iubenda-banner-content-padded{padding-top:0!important}#iubenda-cs-banner.iubenda-cs-top{-webkit-box-align:initial!important;-ms-flex-align:initial!important;align-items:initial!important}#iubenda-cs-banner .iubenda-cs-opt-group button{opacity:1!important;text-transform:uppercase!important;white-space:nowrap!important;border-radius:3px!important;margin:0!important}#iubenda-cs-banner .iubenda-cs-opt-group{width:68%!important;margin:auto auto 1rem!important}#iubenda-iframe #iubFooterBtnContainer button{-webkit-text-fill-color:var(--primary-button-text-color)}@media (min-width:480px){#iubenda-cs-banner .iubenda-banner-content::before{font-size:var(--mobile-button-font-size)}#iubenda-cs-banner .iubenda-cs-opt-group button{width:25em!important;min-height:calc(2.4em + 16px)!important;padding:8px 32px!important;margin:0!important;line-height:1.3!important;font-weight:700!important}#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom{margin-left:auto!important;-ms-flex-item-align:end!important;align-self:end!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-consent{margin-right:auto!important;-ms-flex-item-align:start!important;align-self:start!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}}@media (min-width:992px){#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale{width:800px!important}#iubenda-cs-banner .iubenda-cs-opt-group{width:auto!important;margin:1rem 0 2rem!important}.iubenda-cs-opt-group::after{width:60px!important;height:60px!important}}#iubenda-cs-banner .iubenda-cs-close-btn::before{content:"Continua senza accettare";text-transform:uppercase!important;color:var(--primary-button-background-color)!important;background:0 0!important;font-weight:700!important;min-width:0!important;height:0!important}#iubenda-cs-banner .iubenda-banner-content{margin:66px 0 0!important;padding-bottom:20px!important}#iubenda-cs-banner .iubenda-cs-rationale{position:static!important}#iubenda-cs-banner .iubenda-cs-close-btn{padding:16px!important;font-weight:700!important;right:auto!important;color:inherit;border-radius:3px!important;border:1px solid var(--primary-button-background-color)!important}#iubenda-cs-banner .iubenda-cs-opt-group{position:relative!important;gap:0 1rem}@media only screen and (max-width:600px){#iubenda-cs-banner .iubenda-cs-close-btn{height:20px!important}#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center .iubenda-cs-container{padding-top:0!important}}.adk-slot:not(.header,.footer){margin:0 -20px}.stickyfooter{z-index:999}.stickyontop{z-index:999998!important}div.hidden[data-aa-adunit]{display:inherit!important}

