/* Critical hero styles for industry pages — loaded before style-2024-industry.css */
@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

.background-first-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.background-first-line__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-animation: fadein .5s ease-in alternate 1;
  -moz-animation: fadein .5s ease-in alternate 1;
  animation: fadein .5s ease-in alternate 1;
}

.headline.first-line > .container.no-padding > .col-md-6.no-padding {
  position: relative;
  z-index: 1;
}
