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

.blue-bg .videoSection {
  background: #0090d2;
  background: linear-gradient(45deg, #283593 0%, #0090d2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283593', endColorstr='#0090d2', GradientType=1);
}

.orange-bg .videoSection {
  background: #f07d1c;
  background: linear-gradient(45deg, #ff5722 0%, #f07d1c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5722', endColorstr='#f07d1c', GradientType=1);
}

.acqua-bg .videoSection {
  background: #12b5c7;
  background: linear-gradient(45deg, #00838f 0%, #12b5c7 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00838f', endColorstr='#12b5c7', GradientType=1);
}

.green-bg .videoSection {
  background: #9ec41a;
  background: linear-gradient(45deg, #4caf50 0%, #9ec41a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4caf50', endColorstr='#9ec41a', GradientType=1);
}

.pink-bg .videoSection {
  background: #e5007d;
  background: linear-gradient(45deg, #880e4f 0%, #e5007d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#880e4f', endColorstr='#e5007d', GradientType=1);
}

/* custom html row type */
.customHtml {
  margin: 5rem 0;
}

/* gallery player */
.gallery-player {
  position: relative;
  height: 500px;
  text-align: center;
  line-height: 500px;
  overflow: hidden;
  background: white;
}

.gallery-player &gt; div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.gallery-player img {
  -webkit-transition: all 1.9s;
  transition: all 1.9s;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.gallery-player.long-image &gt; div img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.gallery-player img.disable {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* overview */

#overviewSection {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
}

#overviewSection .intro {
  height: calc(100vh - 14rem);
  background: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}

#overviewSection .intro .slideshow .slick-list,
#overviewSection .intro .slideshow .slick-track {
  height: 100%;
}

#overviewSection .intro .slideshow .img-container-absolute.img-liquid-cover {
  width: calc(100% - 10vw);
}

#overviewSection .intro .slideshow .img-container:before,
#overviewSection .intro .slideshow .img-container-absolute:before {
  background: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  mix-blend-mode: multiply;
}

#overviewSection .intro .slideshow .slick-dots {
  bottom: 4rem;
  left: 0;
  text-align: left;
  padding-left: 4rem;
}

#overviewSection .intro .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

/*
#overviewSection .intro .text .tags {
  padding-top: 4rem;
}
*/

#overviewSection .intro .text .tags.loghi img {
  background: #f5f5f5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
  mix-blend-mode: multiply;
}

#overviewSection .intro .text .tags li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#overviewSection .intro .text .tags.loghi li img {
  max-height: 40px;
  width: auto;
}

#overviewSection .intro .text .btns {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  width: 100%;
  text-align: right;
}

#overviewSection .sub-intro {
  display: block;
  padding-top: 15rem;
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}

#overviewSection .sub-intro .grid-item {
  width: 50%;
  padding: 0 2.5vw 5vw;
}

#overviewSection .sub-intro .item-list {
  padding: 2.5vw;
}

#overviewSection .sub-intro .item-list .subtitle {
  padding-bottom: 2rem;
}

.paddLeft {
  padding-left: 4.5vw !important;
  padding-right: 0 !important;
}

.table.simple .row:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

.table.simple .cell {
  width: 12.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem !important;
  height: 6.5vh;
  border-bottom: 1px solid #e7e7e7;
}

.table.simple .cell.head {
  width: 38%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.first {
  width: 100%;
  height: 6.5vh;
  border-bottom: 1px solid #e7e7e7;
}

/* tabelle */

.table-container {
  position: relative;
  width: 100%;
}

.moreItems-btn {
  text-align: center;
  padding-top: 4rem;
}

.table-container .table-select {
  position: absolute;
  top: 0.6rem;
  right: 0;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e7e7e7;
  width: 100%;
  min-width: 500px;
  padding-left: 0;
  padding-right: 0;
  background: white;
}

.feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.table.simple .row {
  flex-wrap: nowrap;
}

.feature-row:last-of-type .main-label,
.feature-row:last-of-type .label {
  border-bottom: 1px solid #e7e7e7;
}

.table.simple {
  display: table !important;
}
.table.simple .cell {
  display: table-cell !important;
  vertical-align: middle;
  min-width: 15rem;
}
.table.simple .row {
  display: table-row !important;
}

.main-label,
.label {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  text-align: right;
  padding: 2rem 3rem;
}

.main-label p,
.label p {
  display: block;
}

.main-value,
.value {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 2rem 3rem;
  border-bottom: 1px solid #e7e7e7;
}

/* video */

.video-container {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
  box-shadow: 0 4rem 6rem rgba(28, 38, 104, 0.5);
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: transparent;
}

.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player:hover img {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  text-align: center;
  text-indent: 0.5rem;
  line-height: 7.6rem;
  font-size: 2.8rem;
  height: 7.4rem;
  width: 7.4rem;
  left: 50%;
  top: 50%;
  margin-left: -3.7rem;
  margin-top: -3.7rem;
  position: absolute;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 1rem 3rem rgba(28, 38, 104, 03);
  box-shadow: 0 1rem 3rem rgba(28, 38, 104, 0);
}

.youtube-player .play:before {
  content: "\e910";
  font-family: "icomoon";
  color: #0090d2;
}

.description-strip {
  display: block;
  width: 100%;
}

.container-description-product ul,
.container-description-product ul li {
  list-style: disc;
  list-style-position: outside;
}
.container-description-product ul {
  padding-left: 2rem;
}

.highlightsSection .highlights-box-container {
  padding-top: 3rem;
  margin-left: -2.5vw;
  margin-right: -2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.highlightsSection .row .highlight-box {
  margin-bottom: 5vw;
  padding: 0 2.5vw;
}

.highlightsSection .highlight-box h3 {
  padding: 1.5rem 0;
}

/* accessori */

.accessoriesSection .accessory-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}

.accessoriesSection .accessories-container {
  padding-top: 3rem;
  border-bottom: 1px solid #e7e7e7;
}

.accessoriesSection .accessory-row .accessory-img {
  padding: 0 2.5vw;
}

.accessoriesSection .accessory-row .accessory-img:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 2.5vw;
  width: calc(100% - 5vw);
  height: 100%;
}

.accessoriesSection .accessory-row .accessory-img:after,
.accessoriesSection .accessory-row .accessory-text:after {
  content: "";
  background: #e7e7e7;
  position: absolute;
  top: 0;
  left: 2.5vw;
  width: calc(100% - 2.5vw);
  height: 1px;
}

.accessoriesSection .accessory-row .accessory-text:after {
  left: 0;
}

.accessoriesSection .accessory-row .accessory-text {
  position: relative;
  padding: 4rem 2.5vw;
}

.accessoriesSection .accessory-row .accessory-text .labelTitle {
  padding-bottom: 1.5rem;
}

/* download */

.tabulationNav {
  text-align: center;
}

.form {
  padding: 8rem 5vw;
}

#downloadSection &gt; .row.padding {
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  #downloadSection .tabulationContent .padding {
    padding-left: 0;
    padding-right: 0;
  }

  #overviewSection .intro .text .btns {
    right: 10vw;
  }
}

@media only screen and (max-width: 1250px) {
  .formControl.col-md-12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .formControl.col-md-12:nth-child(2n + 1) {
    padding-right: 3rem;
  }

  .formControl:nth-child(2n) {
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 992px) {
  .page.padding-right {
    padding-right: 11.8rem;
  }
  .gallery-player {
    height: 300px;
    line-height: 300px;
  }

  #overviewSection .intro {
    height: auto;
    background: white;
  }

  #overviewSection .intro .slideshow .slick-list,
  #overviewSection .intro .slideshow .slick-track {
    height: 33vh;
  }

  .solutionDetailPage .slideshow .slide .img-container-absolute {
    background-size: cover !important;
  }

  #overviewSection .intro .slideshow .img-container-absolute.img-liquid-cover {
    width: 100%;
  }

  #overviewSection .intro .text {
    padding: 4rem 4rem 0 4rem;
  }

  #overviewSection .intro .text .btns {
    position: static;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-top: 4rem;
  }

  #overviewSection .sub-intro {
    padding-top: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  #overviewSection .sub-intro .grid-item {
    width: 100%;
    padding: 0 0 4rem;
  }

  #overviewSection .sub-intro .item-list {
    padding: 4rem;
  }

  #overviewSection .sub-intro .item-list .subtitle {
    padding-bottom: 2rem;
  }

  .table-container .table-select {
    position: static;
    top: 0;
    right: 0;
    margin-top: 1.5rem;
  }

  .highlightsSection {
    padding-bottom: 0;
  }

  .highlightsSection .highlights-box-container {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .highlightsSection .row .highlight-box {
    margin-bottom: 8rem;
    padding: 0 4rem;
  }

  .highlightsSection .row .highlight-box .img-container {
    display: block;
  }

  .highlightsSection .row .highlight-box .img-container .img-responsive {
    height: 33vh;
    width: auto;
  }

  .accessoriesSection .accessory-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .accessoriesSection .accessory-row .accessory-img {
    padding: 0 2rem;
  }

  .accessoriesSection .accessory-row .accessory-img:before {
    left: 2rem;
    width: calc(100% - 4rem);
  }

  .accessoriesSection .accessory-row .accessory-img:after {
    left: 2rem;
    width: calc(100% - 4rem);
  }

  .accessoriesSection .accessory-row .accessory-text {
    padding: 4rem 2rem;
  }

  .accessoriesSection .accessory-row .accessory-text .labelTitle {
    padding-bottom: 1.5rem;
  }

  .accessoriesSection .accessory-row .accessory-text:after {
    left: -4rem;
    width: calc(100% + 2rem);
  }

  .form {
    padding: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .page.padding-right {
    padding-right: 0;
  }
  .gallery-player {
    height: 200px;
    line-height: 200px;
  }

  #overviewSection .intro .text {
    padding: 7rem 2rem 0 2rem;
  }

  #overviewSection .intro .slideshow .slick-dots {
    bottom: -5.6rem;
    padding-left: 0;
    padding-right: 2rem;
    text-align: right;
    z-index: 2;
  }

  #overviewSection .sub-intro .item-list {
    padding: 2rem;
  }

  #overviewSection .sub-intro .grid-item {
    padding: 0 0 2rem;
  }

  .feature-block {
    display: block;
    width: 100%;
  }

  .main-label,
  .label {
    text-align: right;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }

  .main-value,
  .value {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }

  .highlightsSection .highlights-box-container {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .highlightsSection .row .highlight-box {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }

  .accessoriesSection .accessory-row {
    margin-left: 0;
    margin-right: 0;
  }

  .accessoriesSection .accessory-row .accessory-img {
    padding: 0;
  }

  .accessoriesSection .accessory-row .accessory-img .img-container {
    display: block;
  }

  .accessoriesSection
    .accessory-row
    .accessory-img
    .img-container
    .img-responsive {
    height: 33vh;
    width: auto;
  }

  .accessoriesSection .accessory-row .accessory-img:before {
    left: 0;
    width: 100%;
  }

  .accessoriesSection .accessory-row .accessory-img:after {
    left: 0;
    width: 100%;
  }

  .accessoriesSection .accessory-row .accessory-text {
    padding: 2rem 0 4rem;
  }

  .accessoriesSection .accessory-row .accessory-text .labelTitle {
    padding-bottom: 1.5rem;
  }

  .accessoriesSection .accessory-row .accessory-text:after {
    left: 0;
    width: 100%;
    display: none;
  }

  #downloadSection a[data-tabulation-to="contact"] {
    display: none;
  }

  .formControl.col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .formControl.col-md-12:nth-child(2n + 1) {
    padding-right: 0;
  }

  .formControl:nth-child(2n) {
    padding-left: 0;
  }

  .form {
    padding: 4rem 2rem;
  }

  .table-container,
  .tables {
    overflow-x: auto;
  }
}
</pre></body></html>