<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .btn-generic,
body .btn-generic-fill,
body a.btn-generic {
  text-align: left !important;
  font-size: 12px !important;
  height: 40px;
  background: white;
  border: 2px solid var(--color_lime_green) !important;
  padding: 0 15px;
  font-family: gorditamedium !important;
  color: var(--gray-1) !important;
  line-height: 35px;
  transition: background .5s;
  margin: 0px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
}

body .btn-generic:hover,
body .btn-generic:focus,
body .btn-generic:active,
body .btn-generic.active {
  background: var(--color_lime_green);
  color: var(--color_black);
  transition: background .5s;
  border: 2px solid var(--color_lime_green);
  box-shadow: none;
}

body .btn-generic .ico-button,
body .btn-generic-fill .ico-button {
  float: right;
  margin-left: 10px;
}

html {
  scroll-behavior: smooth;
}

body .btn-generic-fill {
  background: var(--color_lime_green) !important;
  color: var(--color_black);
  border: 2px solid var(--color_lime_green) !important;
  box-shadow: none;
}

body .btn-generic-fill:hover,
body .btn-generic-fill:focus,
body .btn-generic-fill:active,
body .btn-generic-fill.active {
  background: white !important;
  border: 2px solid var(--color_lime_green) !important;
  transition: background .5s;
}

.greyLine {
  border-bottom: 1px solid var(--secondary-pink);
}

.pinkLine {
  border-bottom: 2px solid var(--color_dusty_pink);
}

.productPage {
  font-size: 14px;
  color: var(--gray-7) !important;
}

.productPage .bgBlock {
  background: var(--gray-5);
}

.bottom-pink {
  border-bottom: 2px solid var(--color_dusty_pink) !important;
}

.productPage .titleSection {
  font-family: gorditaregular !important;
  font-size: 28px;
  color: var(--gray-3);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--secondary-pink);
  width: 100%;
  display: block;
}

.productPage .title,
.productPage h2.title {
  font-family: gorditaregular !important;
  font-size: 24px;
  color: var(--gray-1);
  width: 100%;
  display: block;
  margin-bottom: 20px !important;
}

.productPage .rowTitle {
  font-family: gorditamedium !important;
  font-size: 14px;
  color: #586072;
}

.productPage .description {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

.productPage .headerProductSection {
  border-bottom: 1px solid var(--secondary-pink);
  margin-bottom: 30px !important;
  margin-top: 20px;
}

.productPage .headerProduct {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 40px;
}

.productPage .headerProduct .headerLeft h3 {
  font-family: gorditalight;
  font-size: 40px !important;
  margin: 0 !important;
  color: var(--color_black);
}

.productPage .headerProduct .headerRight {
  text-align: right;
}

.productPage .headerProduct .btn-generic {
  margin: 0 0 0 15px !important;
}

/* ARTICLE SLIDER */
.productPage .sliderSection {
  margin: 0 0 50px 0 !important;
  padding: 0px !important;
}

.productPage .slideContainer .slideContainer {
  width: 100%;
  margin: 0 auto;
}

.productPage .slideContainer .article-swiper-container {
  width: 100%;
  height: 100%;
}

.productPage .slideContainer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto !important;
  height: 530px;
}

.productPage .slideContainer .swiper-pagination {
  display: none;
}

.productPage .slideContainer .swiper-button-prev {
  background: url("../img/arrow_left.png") no-repeat;
}

.productPage .slideContainer .swiper-button-next {
  background: url("../img/arrow_right.png") no-repeat;
}

.productPage .slideContainer .swiper-button-prev:hover {
  background: url("../img/arrow_left_hover.png") no-repeat;
}

.productPage .slideContainer .swiper-button-next:hover {
  background: url("../img/arrow_right_hover.png") no-repeat;
}

.productPage .infoContent {
  padding: 30px 0 !important;
}

.productPage .infoContent .infoTitle {
  margin-bottom: 30px !important;
  font-family: gorditamedium;
  font-size: 16px;
  color: var(--gray-1);
}

.productPage .infoContent h3.infoDescription {
  font-family: gorditaregular;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--gray-7);
}

.productPage .infoContent .infoR {
  color: var(--gray-2);
}

.productPage .infoContent .designer_image img {
  max-width: 120px;
}

.productPage .infoContent .productSocial ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.productPage .infoContent .productSocial ul&gt;li&gt;a {
  display: inline-block;
}

.productPage .infoContent .productSocial ul li {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  background-color: var(--primary-lima);
  margin-bottom: 10px;
  text-align: center;
}

.productPage .relatedContent {
  padding: 0 0 !important;
  border-bottom: 3px solid var(--color_dusty_pink) !important;
}

.productPage .programSection {
  margin-bottom: 80px;
}

.productPage .program .programContent {
  padding: 30px 0;
}

.productPage .technicalInfoSection {
  margin-bottom: 80px;
}

.productPage .technicalInfoSection .titleSection {
  border-bottom: 3px solid var(--secondary-pink);
}

.productPage .technicalInfoSection .btnTechnicalInfo {
  min-width: 275px !important;
  margin: 0 !important;
  text-align: center !important;
  height: 48px;
  line-height: 44px;
}

.productPage .technicalInfoContainer {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0;
  line-height: 28px;
  color: var(--gray-2)
}

.productPage .technicalInfoContainer .techCol1 {
  flex: 1.5 1;
}

.productPage .technicalInfoContainer .techCol2 {
  flex: 1.3 1;
}

.productPage .technicalInfoContainer .techCol3 {
  flex: 0.8 1;
}

.productPage .technicalInfoContainer .certificates img {
  max-height: 20px;
}

.productPage .technicalInfoContainer .rowFinishing {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-flow: row wrap;
}

.productPage .technicalInfoContainer .rowFinishing .colL {
  flex: 2.5 1;
}

.productPage .technicalInfoContainer .rowFinishing .colR {
  flex: 2 1;
}

.productPage .technicalInfoContainer .rowFinishing .colL img {
  width: 40px !important;
}

.productPage .technicalInfoContainer .finished span {
  padding: 0;
  margin: 0px 5px 0 20px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  color: var(--gray-1);
}

.productPage .technicalInfoContainer .cell {
  padding: 0px;
}

.productPage .technicalInfoContainer .icons {
  margin-right: 80px;
}

.productPage .technicalInfoContainer .cell span,
.modalTechnicalInfo .itemSimple .cell span {
  margin-right: 5px;
  padding: 4px;
  line-height: 35px;
}

.modalTechnicalInfo .modal-dialog {
  width: 100% !important;
}

.modalTechnicalInfo .modal-dialog .title {
  font-family: gorditaregular;
  font-size: 28px;
  color: var(--gray-1);
}

.modalTechnicalInfo .technicalInfoDescription {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalTechnicalInfo .technicalInfoDescription .certificates img {
  max-height: 20px;
}

.modalTechnicalInfo .technicalInfoDescription .pmTechnicalInfoTitle {
  font-family: gorditamedium !important;
  font-size: 14px;
  color: #586072;
  line-height: 28px;
  margin: 0px;
}

.modalTechnicalInfo .itemSimple {
  font-size: 14px;
  line-height: 28px;
  color: var(--gray-2);
}

.modalTechnicalInfo .itemSimple h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #586072;
  font-family: gorditamedium;
}

.modalTechnicalInfo .itemSimple h5 {
  margin: 0 0 10px 0;
  padding-top: 10px;
  color: var(--gray-2);
  font-family: gorditamedium;
}

.modalTechnicalInfo .itemSimple ul {
  padding: 0 0 10px 0;
}

.modalTechnicalInfo .itemSimple li {}

.modalTechnicalInfo .itemSimple h5.upper {
  text-transform: uppercase;
}

.modalTechnicalInfo .btnDownload {
  min-width: 216px;
  background-image: url("../img/icon2/icon-download.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: none;
}

.modalTechnicalInfo .btnDownload:hover {
  background-image: url("../img/icon2/icon-download.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: none;
}

.modalTechnicalInfo .nav&gt;li {
  margin-right: 12px;
}

.modalTechnicalInfo .nav&gt;li&gt;a {
  padding: 0;
}

.modalTechnicalInfo .nav-tabs&gt;li&gt;a {
  color: var(--gray-2) !important;
  font-size: 16px;
  font-family: gorditamedium !important;
  border: none !important;
  padding-bottom: 25px;
}

.modalTechnicalInfo .nav-tabs&gt;li.active&gt;a,
.modalTechnicalInfo .nav-tabs&gt;li.active&gt;a:focus,
.modalTechnicalInfo .nav-tabs&gt;li.active&gt;a:hover {
  color: var(--gray-1) !important;
}

.modalTechnicalInfo .nav-tabs&gt;li.active {
  border-bottom: 2px solid var(--primary-pink);
}

.modalTechnicalInfo .tabContainer .nav-tabs {
  border-bottom: none !important;
}

.modalTechnicalInfo .tabContainer .tab-content {
  margin-top: 20px;
}

.modalTechnicalInfo .tabContainer .tab-content .tab-image {
  max-height: 274px;
  max-width: 371px;
}

.modalTechnicalInfo .autoPart .title span {
  font-size: 16px;
  color: var(--gray-2);
  margin-left: 30px;
}

.modalTechnicalInfo .autoPartTitle {
  padding: 30px 0 50px;
}

.modalTechnicalInfo .autoPartTitle .title span {
  font-family: gorditamedium;
  font-size: 16px;
  color: var(--gray-2);
  margin-left: 20px;
}

.modalTechnicalInfo .blockDownload {
  background: var(--gray-5);
}

.modalTechnicalInfo .modalBodyContainer {
  padding: 0px !important;
}

.modalTechnicalInfo .modalBodyContainer .technicalContainer {
  padding: 0px 80px;
}

/* Important part - modal vertical scroll */
.modalCustom .modal-dialog {
  overflow-y: initial !important
}

.modalCustom .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0;
  border-top: 2px solid var(--secondary-pink);
}

.modalCustom .modal-header {
  font-family: gorditamedium;
  font-size: 24px;
  color: var(--gray-1);
  padding: 21px 20px 21px 10px !important;
  max-width: 1440px;
  margin: auto;
}

.modalCustom .modal-content {
  border-radius: 0px;
}

.modalCustom .modalBodyContainer {
  padding: 0px 80px 80px 80px;
}

.modalCustom .close {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 24px;
  height: 24px;
  opacity: 1 !important;
}

.modalCustom .close:hover {
  opacity: 1 !important;
}

.modalCustom .close:before,
.close:after {
  position: absolute;
  top: 0px;
  left: 10px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: var(--primary-lima);
}

.modalCustom .close:before {
  transform: rotate(45deg);
}

.modalCustom .close:after {
  transform: rotate(-45deg);
}

.productPage .downloadSection {
  background: var(--gray-5);
}

.productPage .pmDownload {
  background: none !important;
}

.productPage .downloadSection input.btnDownload,
.productPage .downloadSection input.btnPmDownload,
.modalTechnicalInfo .btnPmDownload {
  background: url('../img/icon2/icon-download.png') no-repeat 90% 50%;
  min-width: 216px;
  height: 48px;
  text-align: left !important;
  padding-left: 20px;
}

.productPage .downloadSection input.btnDownload:hover,
.productPage .downloadSection input.btnPmDownload:hover,
.modalTechnicalInfo .btnPmDownload:hover {
  background: var(--color_lime_green) url('../img/icon2/icon-download.png') no-repeat 90% 50% !important;
}

.productPage .downloadSection .btnDisabled,
.modalTechnicalInfo .btnDisabled {
  color: #8994a5;
  border: 2px solid #eeeeee !important;
  background: #eeeeee url('../img/icon2/icon-download.png') no-repeat 90% 50%;
  min-width: 216px;
  height: 48px;
  text-align: left;
  padding-left: 20px;
}

.productPage .downloadSection .btnDisabled:hover,
.modalTechnicalInfo .btnDisabled:hover {
  background: #eeeeee url('../img/icon2/icon-download.png') no-repeat 90% 50% !important;
}

.modalCustom .download,
.productPage .download {
  padding-bottom: 80px;
  padding-top: 80px;
  font-family: gorditaregular;
  font-size: 16px;
  color: var(--gray-8);
}

.modalCustom .download .titleSection,
.productPage .download .titleSection {
  font-family: gorditaregular !important;
  font-size: 28px;
  color: var(--gray-3);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color_dusty_pink);
  width: 100%;
  display: block;
}

#pageContainer .downloadSection .downloadContainer {
  margin-top: 0;
}

/* The container */
.modalCustom .formItem,
.downloadContainer .formItem {
  display: block !important;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  line-height: 22px;
  font-family: gorditaregular;
  font-size: 12px;
  color: var(--gray-8);
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.modalCustom .formItem input,
.downloadContainer .formItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.formItem .formConatiner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.modalCustom .formItem .language_eee,
.downloadContainer .formItem .language_eee {
  display: block;
  margin-top: 10px;
}

/* Create a custom checkbox */
.modalCustom .bgBlock .formItem,
.bgBlock .downloadContainer .formItem {
  line-height: 24px;
}

.modalCustom .bgBlock .checkmark,
.bgBlock .downloadContainer .checkmark {
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  transition: transform 0.28s ease;
  border: 1px solid var(--gray-8);
}

.downloadFormContainer {
  /* margin-top: 1.5em; */
}

/* On mouse-over, add a grey background color */
/*.modalCustom .container1:hover input ~ .checkmark {
  background-color: var(--primary-pink);
}*/

/* When the checkbox is checked, add a blue background */
.modalCustom .bgBlock .formItem input:checked~.checkmark,
.bgBlock .downloadContainer .formItem input:checked~.checkmark {
  background-color: var(--color_lime_green);
  border: 1px solid var(--color_lime_green);
}

/* Create the checkmark/indicator (hidden when not checked) */
.modalCustom .bgBlock .checkmark::after,
.bgBlock .downloadContainer .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--gray-1);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.modalCustom .bgBlock input:checked~.checkmark:after,
.bgBlock .downloadContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* .modalCustom .bgBlock .formItem .checkmark:after,
.bgBlock .downloadContainer .formItem .checkmark:after {left: 9px;top: 5px;width: 5px;height: 10px;border: solid var(--primary-pink);border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);} */

.downloadContainer .formItem.error {
  color: red;
}

.productPage .spaceSection {
  margin-bottom: 80px;
}

.productPage .space,
.productPage .space1 {
  padding: 20px 0;
}

.productPage .space .rowTitle,
.productPage .installationType .rowTitle,
.productPage .connecting .rowTitle {
  padding-bottom: 10px;
}

.productPage .connectingSection {
  margin-bottom: 80px;
}

.productPage .connecting {
  padding: 20px 0;
}

.productPage .connecting .desc {
  font-family: gorditaregular !important;
  color: var(--gray-2);
  padding-right: 100px;
}

.productPage .connecting .rowImage {
  min-height: 235px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.productPage .connecting .rowImage img {
  width: 90% !important;
}

.productPage .connecting .rowImage2 {
  display: inline-block;
}

.productPage .connecting .rowImage2 img {
  width: 300px !important;
  margin: 0 20px;
}

.productPage .installationTypeSection {
  margin-bottom: 80px;
}

.productPage .installationType {
  padding: 20px 0;
}

.productPage .installationType.installationTypeColumns .rowImage img {
  width: 100%;
}

.productPage .preConfigsSection {
  padding-bottom: 80px;
  padding-top: 3em;
}

.productPage .preConfigs {
  color: var(--gray-1);
}

.productPage .preConfigs .titleSection {}

.productPage .preConfigs .title {
  padding: 80px 0;
  font-size: 40px;
  font-family: gorditalight !important;
  margin-bottom: 0px !important;
}

.productPage .preConfigs .filterType {
  font-size: 16px;
  color: var(--gray-2);
  margin-bottom: 20px;
}

.productPage .preConfigs .filterForm {
  margin-top: 20px;
}

.productPage .preConfigs .filterForm input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.productPage .preConfigs .filterForm .helper {
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  user-select: none;
  color: #e7e7e7;
}

.productPage .preConfigs .filterForm .helper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: solid 1px var(--gray-2);
  background-color: var(--white);
}

.productPage .preConfigs .filterForm .helper:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #7bbe72;
  border-left: 2px solid #7bbe72;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 12px;
  left: 10px;
}

.productPage .preConfigs .filterForm input[type="checkbox"]:checked~.helper::before {
  background: var(--primary-lima) url('../img/icon2/icon-tick.png') no-repeat 50% 50%;
  border: 2px solid var(--primary-lima);
}

.productPage .preConfigs .filterForm input[type="checkbox"]:checked~.helper::after {}

.productPage .preConfigs .filterForm .filterRow {
  display: inline;
}

.productPage .preConfigs .filterForm .formItem {
  height: 32px;
  padding: 4px 10px;
  border: solid 1px transparent;
  margin-right: 30px;
  margin-bottom: 0px;
  font-weight: normal !important;
}

.productPage .preConfigs .filterForm .formItem.checked {
  border-radius: 4px;
  border: solid 1px var(--primary-pink);
  background-color: var(--white);
}

.productPage .preConfigs .filterForm .formItem span {
  margin-left: 30px;
  line-height: 22px;
}

.productPage .preConfigs .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 80px;
  margin-bottom: 48px;
}

.productPage .preConfigs .wrapper .item .itemImage img,
.productPage .preConfigs .wrapper .item button {
  width: 100%;
}

.productPage .preConfigs .wrapper .item .itemDesc {
  color: var(--gray-1);
  font-size: 14px;
  padding: 10px 0;
}

.productPage .preConfigs .wrapper .btn-success {
  text-align: left !important;
  background: white !important;
}

.productPage .preConfigs .wrapper .item .btn-success span {
  float: left;
}

.productPage .preConfigs .wrapper .item .btn-success i {
  float: right;
}

.productPage .preConfigs .itemCollapse {
  display: none;
}

.productPage .preConfigs .btnAllPreconfig {
  height: 48px !important;
  text-align: center !important;
}

.itemDescription {
  display: flex;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 20px;
}

.itemDescription .details {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

.itemDescription .info {
  display: inherit;
  justify-content: flex-end;
  width: 18px;
  padding-right: 3px;
}

.preTooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*border-bottom: 1px dotted black;*/
}

/*
.pc-tooltip {
  position: absolute!important;
  top: -20%;
  transform: translateY(-100%);
  z-index: 9999;
}*/

.preTooltip .preTooltiptext {
  visibility: hidden;
  max-width: 412px;
  width: 150px;
  font-size: 12px;
  font-family: gorditaregular;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #424b5a;


  background-color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /*left: 50%;*/
  right: 5%;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  display: none;
}

.preTooltip .open {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}

.preTooltip .preTooltiptext::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid white;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid white;
  right: 24px;
  z-index: 4;
  bottom: 0;
  transform: translate(0%, 50%) rotate(135deg);
  box-shadow: 3px -3px 4px 0 rgba(0, 0, 0, 0.15);
}

/*
.preTooltip:hover .preTooltiptext {
  visibility: visible;
  opacity: 1;
}*/

.preTooltip button {
  width: unset !important;
}

.preTooltip button:focus {
  border: unset !important;
}

.preTooltip .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 15px;
  height: 15px;
  opacity: 1 !important;
}

.preTooltip .close:before,
.preTooltip .close:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #000;
}

.preTooltip .close:before {
  transform: rotate(45deg);
}

.preTooltip .close:after {
  transform: rotate(-45deg);
  left: unset;
}

.preTooltip .preTooltiptext p {
  margin-bottom: 0px;
}

.preTooltip .preTooltiptext div {
  margin-top: 10px;
}

.preTooltip .preTooltiptext .preTitle {
  font-weight: bold;
}

.productPage .creationStepsSection {
  padding-bottom: 80px;
}

.productPage .creationStepsSection .titleSection {
  margin-top: 50px;
}

.productPage .creationSteps {
  padding: 48px 0 0 0;
  display: flex;
  flex-direction: row;
}

.productPage .creationSteps .stepContainer {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.productPage .creationSteps .stepItem {
  background: white;
  padding: 24px;
  flex: 1 0 240px;
  margin-right: 22px;
  max-width: 240px;
  margin-bottom: 22px;
}

.productPage .creationSteps .stepItem .rowNumber&gt;div {
  background: var(--primary-lima);
  width: 24px;
  height: 24px;
  color: var(--gray-1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 11px;
}

.productPage .creationSteps .stepItem .rowImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.productPage .creationSteps .stepItem .rowImage img {
  width: 48px;
  height: 48px;
}

.productPage .creationSteps .stepItem .rowDesc {
  font-size: 16px;
  color: var(--gray-0);
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.productPage .creationSteps .stepDescription {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  color: var(--gray-1);
  margin-left: 30px;
}

.productPage .creationSteps .stepDescription .btn-success {
  margin-top: 30px;
}

.productPage .creationSteps .btnCreaSteps {
  height: 48px !important;
  min-width: 216px !important;
  text-align: center !important;
  margin-top: 48px;
}

.productPage .standAlone {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
}

.productPage .downloadContainer .description,
#download .description,
.productPage .standAloneDescription .description {
  font-family: gorditaregular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--gray-1);
  margin-bottom: 25px;
  margin-top: 20px;
}

.productPage .standAlone .titleItem {
  font-family: gorditamedium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--gray-2);
}

.productPage .standAlone .saItem {
  width: 276px;
}

.productPage .standAlone .saItem&gt;div {
  margin-top: 25px;
}

.productPage .standAlone {
  padding-bottom: 80px;
}

.productPage .standAlone .btn {
  width: 100%;
}

.productPage .standAlone .btnItem button:first-child {
  margin-bottom: 25px;
}

/*THE EDIT - ARTICLE PAGE*/
#productTheEditNews {
  background: #F2DCD5 !important;
  padding-bottom: 50px;
}

#productTheEditNews .newsTitle {
  text-align: center;
  font-family: gorditaregular;
  font-size: 28px;
  margin: 70px 0;
}

#productTheEditNews .postContainer {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#productTheEditNews .postContainer .colNews {
  width: 30%;
  margin: 0 40px;
}

#productTheEditNews .postContainer {
  font-family: gorditaregular;
  font-size: 14px;
  margin-bottom: 30px;
}

#productTheEditNews .postContainer .featured-image img {
  width: 100% !important;
}

#productTheEditNews .postContainer .featured-category {
  color: #000;
}

#productTheEditNews .postContainer .featured-category span {
  font-family: gorditalight;
}

#productTheEditNews .postContainer .featured-title {
  font-family: gorditalight;
  font-size: 28px;
  min-height: 120px;
}

#productTheEditNews .postContainer .featured-description {
  font-size: 16px;
  line-height: 30px;
}

#productTheEditNews .postContainer a {
  font-family: gorditalight !important;
}

#productTheEditNews .postContainer&gt;div&gt;div {
  margin-bottom: 15px;
}

#productTheEditNews .fatured_more {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

#productTheEditNews .moreContainer .btn-success {
  border: 1px solid #000 !important;
  border-radius: 0;
  padding: 10px 40px !important;
  font-family: gorditaregular !important;
}

#productTheEditNews .moreContainer .btn-success:hover {
  background: var(--color_very_ligth_grey) !important;
}

#productTheEditNews .showMoreContainer {
  text-align: center;
  margin-top: 30px;
}

#productTheEditNews .showMoreContainer .showMoreContainerBtn {
  background: none;
  text-decoration: none;
  transition: background .5s;
  border: 2px solid var(--color_lime_green);
  color: var(--color_black);
  font-family: gorditamedium;
  font-size: 16px;
  text-align: center;
  padding: 12px 13px;
  margin: 0 0 15px 0;
}

@media all and (max-width: 1700px) and (min-width: 990px) {
  .productPage .preConfigs .wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
  }

}

@media all and (max-width: 1400px) {

  /*.productPage .creationSteps img {width: 100%!important;}*/
  .productPage .connecting .rowImage2 img {
    width: 200px !important;
  }

  .productPage .technicalInfoContainer .finished span {
    margin-left: 0px !important;
  }

  .modalTechnicalInfo .tabContainer .tab-image {
    width: 100%;
  }
}

@media all and (min-width: 960px) {
  .downloadContainer .formItem {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .productPage .preConfigs .wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }

  .productPage .creationSteps {
    flex-direction: column;
  }

  .productPage .creationSteps .stepDescription {
    margin-left: 0px;
    margin-top: 20px;
  }

  /*.productPage .creationSteps img {width: 100%!important;}*/
  .productPage .space1 img {
    width: 100% !important;
  }

  .productPage .connecting .rowImage2 img {
    width: 320px !important;
  }

  .productPage .connecting .desc {
    padding-right: 20px;
  }

  .productPage .space.spaceColumns&gt;div img {
    width: 100%;
  }

}

@media all and (max-width: 989px) and (min-width: 479px) {
  .productPage .programContent .image {
    margin-bottom: 30px;
  }

  #productTheEditNews .postContainer {
    margin: 0 30px;
  }

  #productTheEditNews .postContainer .colNews {
    margin: 0 15px;
  }
}

/* Extra Small Landscape phones and portrait tablets */
@media all and (max-width: 768px) {
  .modalCustom .modal-header {
    font-size: 16px !important;
  }

  .modalCustom .close {
    top: 20px !important;
    right: 15px;
  }

  .modalCustom .modalBodyContainer {
    padding: 0px !important;
  }

  .productPage .technicalInfoContainer .icons {
    margin-right: 20px;
  }

  #productTheEditNews .newsTitle {
    margin: 20px 0 0 0;
  }

  #productTheEditNews .postContainer {
    flex-direction: column;
  }

  #productTheEditNews .postContainer .colNews {
    width: 100%;
    margin: 50px 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #productTheEditNews .postContainer .featured-description {
    line-height: 25px;
  }

  .modalTechnicalInfo .modal-dialog .title {
    font-size: 24px !important;
  }

  .modalTechnicalInfo .modal-dialog .title span {
    display: block !important;
    margin-left: 0px !important;
  }

  .modalTechnicalInfo .itemSimple ul {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .modalTechnicalInfo .itemSimple ul&gt;li {
    display: block !important;
  }

  .modalTechnicalInfo .btnContainer {
    margin: 25px 0 0 0 !important;
  }

  .modalTechnicalInfo .pinkLine {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
  }

  .modalTechnicalInfo .autoPartTitle {
    padding: 40px 0 20px 0;
    border-bottom: 2px solid var(--secondary-pink);
  }

  .modalTechnicalInfo .tabContainer {
    margin-top: 25px;
  }

  .modalTechnicalInfo .nav-tabs&gt;li.active&gt;a,
  .modalTechnicalInfo .nav-tabs&gt;li.active&gt;a:focus,
  .modalTechnicalInfo .nav-tabs&gt;li.active&gt;a:hover {
    padding-bottom: 15px !important;
  }

  .modalTechnicalInfo .tabContainer .tab-content&gt;div img {
    width: 100% !important;
  }

  .productPage .title,
  .productPage h2.title {
    font-size: 16px !important;
    margin: 0px !important;
    padding: 0 !important;
  }

  .productPage .titleSection {
    font-size: 24px;
    padding-bottom: 10px !important;
  }

  .productPage .headerRight {
    display: none;
  }

  .productPage .headerProduct {
    margin-bottom: 20px;
  }

  .productPage .sliderSection {
    margin-bottom: 25px !important;
  }

  .productPage .infoContent {
    padding: 0px !important;
  }

  .productPage .infoContent .infoTitle {
    margin-bottom: 25px !important;
  }

  .productPage .infoContent .productSocial ul {
    flex-direction: row;
  }

  .productPage .infoContent .productSocial ul li {
    margin: 0 10px 0 0;
  }

  .productPage .descriptionSection {
    margin-bottom: 48px;
  }

  .productPage .programSection {
    margin-bottom: 40px;
  }

  .productPage .programContent .pinkLine {
    display: block !important;
    margin: 30px 15px 0 15px !important;
    border-bottom: 3px solid var(--primary-pink);
  }

  .productPage .programContent {
    padding-bottom: 0px !important;
  }

  .productPage .technicalInfoSection {
    margin-bottom: 40px !important;
  }

  .productPage .technicalInfoContainer {
    flex-direction: column;
  }

  .productPage .rowFinishing {
    margin-top: 20px;
  }

  .productPage .technicalInfoContainer .rowFinishing .colR {
    text-align: right;
  }

  .productPage .technicalInfoContainer .finished span {
    margin: 0px 5px 0 20px !important;
  }


  .productPage .download {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    font-size: 14px !important;
  }

  .productPage .download .titleSection {
    font-size: 16px;
  }

  .productPage .spaceSection {
    margin-bottom: 40px !important;
  }

  .productPage .space .title {
    margin-top: 25px !important;
  }

  .productPage .space {
    padding: 0 !important;
  }

  .productPage .space.spaceColumns&gt;div {
    margin-top: 25px;
  }

  .productPage .connectingSection {
    margin-bottom: 40px;
  }

  .productPage .connecting {
    padding: 0 !important;
  }

  .productPage .connecting&gt;div {
    margin-top: 25px !important;
  }

  .productPage .installationTypeSection {
    margin-bottom: 40px !important;
  }

  .productPage .installationType {
    padding: 0 !important;
  }

  .productPage .installationType.installationTypeColumns&gt;div {
    margin-top: 25px !important;
  }

  .productPage .preConfigs {
    margin: 30px 0 0 0 !important;
  }

  .productPage .preConfigs .title {
    font-size: 28px !important;
    margin-bottom: 30px !important;
  }

  .productPage .preConfigsSection {
    padding-bottom: 40px !important;
  }

  .productPage .preConfigs .filterForm .filterRow {
    display: block !important;
  }

  .productPage .preConfigs .filterForm .formItem {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .productPage .preConfigs .wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 25px;
  }

  .productPage .preConfigs .btnAllPreconfig {
    height: 40px !important;
  }

  .productPage .creationStepsSection {
    padding-bottom: 40px !important;
    padding-top: 40px;
  }

  /* .productPage .creationStepsSection img {width: auto !important;}*/
  .productPage .creationSteps {
    padding-top: 0px !important;
    flex-direction: column;
  }

  .productPage .creationSteps .stepContainer {
    margin-top: 25px !important;
  }

  .productPage .creationSteps .stepItem {
    flex-basis: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 25px;
  }

  .productPage .creationSteps .stepDescription {
    margin-left: 0 !important;
    font-size: 14px !important;
  }

  .productPage .creationSteps .btnCreaSteps {
    height: 40px !important;
    margin-top: 25px !important;
  }

  .productPage .standAloneSection {
    padding-bottom: 20px !important;
  }

  .productPage .programContent .image {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:960px) {
  .modalCustom .modal-header {
    padding-left: 15px !important;
  }
}

/* Extra Small Landscape phones and portrait tablets */
@media all and (max-width: 767px) {
  .productPage .headerRight {
    display: none;
  }

  .productPage .connecting .rowImage2 img {
    width: 260px !important;
  }

  #productTheEditNews .postContainer .featured-title {
    min-height: auto;
  }
}

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

  body .btn-generic,
  body .btn-generic-fill,
  body a.btn-generic {
    width: 100% !important;
    height: 40px !important;
    line-height: 36px !important;
  }

  .productPage .connecting .rowImage2 img {
    width: 90% !important;
  }

  .productPage .preConfigs .wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 25px;
  }

  .productPage .preConfigs .filterFormContainer {
    background: var(--white);
  }

  .productPage .preConfigs .filterForm .formItem {
    background: var(--gray-5);
    border-radius: 4px;
    border: solid 1px var(--gray-5);
    width: 100%;
    height: 68px;
    line-height: 58px;
  }

  .productPage .preConfigs .filterForm .helper:before {
    top: 18px !important;
  }

  .productPage .standAlone {
    flex-direction: column;
  }

  .productPage .standAlone .saItem {
    width: 100%;
    margin-top: 20px;
  }

  .productPage .standAlone .saItem .imageItem img {
    width: 100%;
  }
}

/* Portrait phones and smaller */
@media all and (max-width: 414px) {
  /*#productNews .all-news-row .btn-success {width: 100%;}*/
}

.preConfigs .preConfigsContent .btn-generic {
  min-width: 220px;
  margin-bottom: 1em;
  text-align: center !important;
}

.creationStepsSection .container,
.standAloneSection .container {
  margin-top: 0 !important;
}

@media screen and (min-width:1200px) {
  .space.spaceColumns img {
    width: 100%;
  }

  .spaceColumns .space-dimensions img {
    width: 110%;
    margin-top: 3.5em;
  }

  .downloadFormContainer .col-lg-2 {
    padding: 0;
  }

  .downloadFormContainer {
    padding-left: 15px;
  }
}

.connectable-section .title {
  font-family: gorditaregular !important;
  font-size: 28px;
  color: var(--gray-3);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color_dusty_pink);
  width: 100%;
  display: block;
}

.connectable-section .titleSection {
  border-bottom: 2px solid var(--color_dusty_pink);
}

.connectable-section .subTitleSection {
  font-family: gorditaregular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--gray-1);
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.connectable-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticks-connectable {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.connectable-item {
  margin-top: 1.5em;
}

.connectable-item img {
  width: 100%;
}</pre></body></html>