<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 09 ottobre 2019 */


/************** flexslider styles **************/
.flexslider {
  margin: 0 !important;
  opacity: 0.7;
}
.flexslider .slides &gt; li {
  position: relative;
}
.flex-control-nav {
  bottom: -60px !important;
}
.flex-control-paging li a {
  background: #EEEBE9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a:hover {
  background: #EEEBE9 !important;
}
.flex-control-paging li a.flex-active {
  background: #F26F61 !important;
}


/************** payoff styles **************/
.payoff {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 700;
  width: 92%;
  padding: 150px 4% 190px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  text-align: center;
}
.payoff h1 {
  margin: 0 0 20px 0;
  font-size: 350%;
  font-weight: 300;
  color: #FFFFFF;
}
.payoff h1 b {
  font-weight: 500;
}
.payoff h2 {
  margin: 0 0 20px 0;
  font-size: 120%;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.7;
}


/************** box styles **************/
ul.box {
  margin: 0 1%;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.box li {
  position: relative;
  float: left;
  width: 48%;
  min-height: 450px;
  margin: 0 1% 2% 1%;
}
.box li.box01 {
  background: url("../images/background/box01.jpg") no-repeat center top / cover;
}
.box li.box02 {
  background: url("../images/background/box02.jpg") no-repeat center top / cover;
}
.box li.box03 {
  background: url("../images/background/box03.jpg") no-repeat center center / cover;
}
.box li.box04 {
  background: url("../images/background/box04.jpg") no-repeat center top / cover;
}
.box div {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  padding: 40px 5%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.box h2 {
  margin: 0;
  padding: 0;
  font-size: 180%;
  font-weight: 500;
  color: #FFFFFF;
}
.box p {
  margin: 0 0 10px 0;
  font-size: 120%;
  color: #FFFFFF;
  line-height: 1.166;
}


#c2599 {
  margin:0;
  padding:0;
  background: #F3DDE9;
  overflow: hidden;
}


#content {
  margin:70px 0 0 0;
}



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

  .payoff {
    padding: 70px 4% 50px;
  }
  .payoff h1 {
    font-size: 250%;
  }
  .payoff h2 {
    font-size: 110%;
  }

}


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

  #top {
    overflow: hidden;
  }

  /************** flexslider styles **************/
  .flexslider {
    width: 150%;
    margin: 0 0 0 -25% !important;
  }

  .payoff {
    position: static;
    padding: 40px 4%;
    background: #A01E5C;
  }
  .payoff h1 {
    font-size: 200%;
  }

  ul.box {
    margin: 0;
  }
  .box li {
    float: none;
    width: 100%;
    min-height: 400px;
    margin: 0 0 30px;
  }

}


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

  .payoff h1 {
    font-size: 190%;
  }
  .payoff h2 {
    font-size: 110%;
  }

}

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