/* technology */
.technology-swiper {
  overflow: visible !important;
}
@media (max-width: 1280px) {
  .technology-swiper {
    overflow: hidden !important;
  }
}
.technology-progress-container {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
.technology-progress-bar-group {
  display: flex;
  gap: 8px;
  width: 50%;
}
.technology-progress-bar {
  flex: 1;
  height: 2px;
  background-color: #0000001a;
  overflow: hidden;
}
.technology-progress-fill {
  height: 100%;
  width: 0%;
  background-color: var(--gac-black);
  transition: width 0.3s ease-out;
}
