.agent-static-hero-wrap,
.agent-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 625px;
  max-height: 625px;
  margin: 0;
  overflow: hidden;
  background: #f7f7e2;
}
.agent-static-hero {
  display: block;
  width: 100%;
  height: 625px;
  min-height: 625px;
  object-fit: cover;
  object-position: center;
}
.agent-slideshow-track {
  width: 100%;
  height: 100%;
}
.agent-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 700ms ease;
}
.agent-slide.is-active {
  opacity: 1;
}
.agent-slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 38px;
  border: 0;
  background: rgba(255, 255, 255, 0.62);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
.agent-slide-prev {
  left: 0;
}
.agent-slide-next {
  right: 0;
}
.agent-slide-dots {
  display: none;
}
.agent-slide-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.agent-slide-dot.is-active {
  background: #008000;
}
.agent-route-map {
  margin: 0 0 18px;
}
.agent-route-map a {
  display: block;
}
.agent-route-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
}
.agent-site-footer {
  margin-top: 28px;
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
  background: #f7f7e2;
  color: #333;
}
.agent-site-footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.agent-site-footer a {
  color: #008000;
}
@media (max-width: 640px) {
  #jp-menu-outer {
    position: static;
  }
  .agent-static-hero-wrap,
  .agent-slideshow {
    position: relative;
    height: min(74vh, 625px);
    min-height: 520px;
    margin: 0;
  }
  .agent-static-hero {
    height: min(74vh, 625px);
    min-height: 520px;
  }
  .agent-slide-nav {
    width: 34px;
    height: 44px;
    font-size: 32px;
  }
  .agent-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (min-width: 641px) {
  #jp-menu-outer {
    position: relative;
    z-index: 30;
  }
  .white-bg {
    z-index: 5;
  }
}
