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

/* ::::::::::::::::::::::::::::: */
.ht--aerospace-section-homepage,
.ht--aerospace-section-homepage-mobile {
  background: #1b2432 !important;
  overflow: hidden;
}

.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; 
  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;
  }
}

/* ___________________ */
.ht--video-teaser-mobile-popup .w-popup-box-content {
  padding-top: 36px !important;
  padding-inline: 24px !important;
  padding-bottom: 0 !important;
}
/* _____________________________________ */
.ht--scroll__down__wrapper {
  animation: fadeIn 1s ease-in 2s both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ht--scroll__down__wrapper .w-html {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

/* ::::::::::::::::::::::::::::::::: */
.ht--bordo__gradient {
  overflow: hidden;
}
.ht--bordo__gradient {
  --border-size: 1px;
  --radius: 16px;
  --bg: #111; /* colore interno del contenitore */

  border: var(--border-size) solid transparent;
  border-radius: var(--radius);

  background: linear-gradient(var(--bg), var(--bg)) padding-box,
    linear-gradient(
        101deg,
        #fff 0.01%,
        rgba(255, 255, 255, 0.2) 17.81%,
        rgba(255, 255, 255, 0.5) 100.01%
      )
      border-box;
}
