.triangle-white-medium-sx .w-image-h::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 172px 172px 0 0;
  border-color: #17202c transparent transparent transparent;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 9;
}

.triangle-white-medium-dx .w-image-h::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 172px 172px 0 0;
  border-color: #17202c transparent transparent transparent;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 9;
}

@media (width < 1024px) {
  .triangle-white-medium-sx .w-image-h::before {
    border-width: 64px 64px 0 0;
  }
  .triangle-white-medium-dx .w-image-h::before {
    border-width: 64px 64px 0 0;
  }
}
/* ________________________________ */
.ht--row-absolute {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  z-index: 3 !important;
  transform: translateY(-50%);
}
/* ___________________________________ */
.ht--accordion {
  .w-tabs-section-header:hover,
  .w-tabs-section-header:focus {
    background: none !important;
  }
  .w-tabs-section {
    border-width: 0 0 0 0 !important;
  }
  .w-tabs-section.active .w-tabs-section-control,
  .w-tabs-section.active .w-tabs-section-title {
    color: #17202c !important;
  }
  .w-tabs-section-title {
    font-weight: 500;
    font-size: 20px !important;
  }
  .w-tabs-section-header {
    padding-block: 16px !important;
  }
}

.ht--triangle-card-servizi {
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #fff;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 3;
  border-top: 140px solid #fff;
}

@media (width < 1024px) {
  .ht--triangle-card-servizi {
    border-left: 70px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #17202c;
    border-top: 70px solid #fff;
    z-index: 3;
  }
}
