body {
  background-color: #ffffff;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #666666;
}

.legacy-page-wrap {
  width: 960px;
  margin: 0 auto;
}

.legacy-header img {
  display: block;
  width: 960px;
  max-width: 100%;
  height: auto;
}

.legacy-slider {
  position: relative;
  width: 960px;
  height: 188px;
  overflow: hidden;
  background: #fff;
}

.legacy-slide {
  position: absolute;
  inset: 0;
  width: 960px;
  height: 188px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.legacy-slide.is-active {
  opacity: 1;
}

.legacy-content {
  padding: 10px;
}

.legacy-article {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

.legacy-article p,
.legacy-article li {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.legacy-article a {
  color: #00a651;
  text-decoration: none;
}

.legacy-article a:hover {
  text-decoration: underline;
}

.legacy-intro-title,
.legacy-page-title {
  font-size: 24px;
  color: #00a651;
  font-weight: 700;
  margin-bottom: 18px;
}

.legacy-subtitle {
  font-size: 18px;
  color: #00a651;
}

.legacy-small {
  font-size: 10px;
}

.legacy-columns {
  column-count: 3;
  column-gap: 25px;
}

.legacy-home-image {
  float: left;
  margin: 0 16px 10px 0;
  max-width: 100%;
  height: auto;
}

.legacy-product {
  margin-bottom: 42px;
  break-inside: avoid;
}

.legacy-product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.legacy-contact-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 22px;
  align-items: start;
}

.legacy-footer {
  background: #666666;
  color: #ffffff;
  text-align: center;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .legacy-page-wrap,
  .legacy-header img,
  .legacy-slider,
  .legacy-slide {
    width: 100%;
  }

  .legacy-slider,
  .legacy-slide {
    height: auto;
    aspect-ratio: 960 / 188;
  }

  .legacy-columns {
    column-count: 1;
  }

  .legacy-contact-grid {
    grid-template-columns: 1fr;
  }
}
