.ht--48-section-homepage {
  background: linear-gradient(180deg, #000 0.22%, #1b2432 33.8%, #fff 99.79%);
}

/* ::::::::::::::::::::::::::::: */
.ht--aerospace-section-homepage::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 72.78%,
    #000 95%,
    #000 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none !important;
}
.ht--aerospace-section-homepage .l-section-overlay {
  background: linear-gradient(
    179deg,
    #1b2432 18.21%,
    rgba(27, 36, 50, 0.5) 67.93%
  ) !important;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::: */
.ht--video-section-homepage-mobile {
  background: linear-gradient(180deg, #010103 0%, #1c2533 100%) !important;
}
.ht--aerospace-section-homepage-mobile .l-section-overlay {
  background: linear-gradient(
    179deg,
    #1b2432 18.21%,
    rgba(27, 36, 50, 0.5) 67.93%
  ) !important;
}
.ht--aerospace-section-homepage-mobile::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(1, 1, 2, 0) 78.01%,
    #010102 93%,
    #010102 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ht--processi-section-homepage .l-section-overlay {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 65.77%,
    #fff 100%
  ) !important;
}
/* :::::::::::::::::::::::::::::::::::::::::: */
.ht--stroke--linear00 {
  position: relative;
  overflow: hidden;
  padding: 1px !important;
}

.ht--stroke--linear00::before {
  content: "";
  position: absolute;
  inset: -5px; /* spessore bordo */
  background: linear-gradient(
    101deg,
    #fff 0.01%,
    rgba(255, 255, 255, 0.2) 17.81%,
    rgba(255, 255, 255, 0.5) 100.01%
  );
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 1024px) {
  .ht--stroke--linear00::before {
    z-index: 0;
  }
}
