@charset "utf-8";

.mp-img-hero-wrap { position: relative; width: 100vw; left: 50%; margin-left: -50vw; margin-bottom: 0px; padding: 0px; overflow: hidden; background: rgb(255, 255, 255); line-height: 0; height: clamp(360px, 40vw, 540px); margin-top: 0px !important; }

.mp-img-hero-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }

.mp-img-hero-bar { position: relative; margin-top: 18px; width: 100vw; left: 50%; margin-left: -50vw; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-top-width: medium; border-top-style: none; border-top-color: currentcolor; padding: clamp(14px, 2.5vw, 22px) clamp(20px, 6vw, 80px); display: flex; flex-direction: column; gap: 12px; }

@media (max-width: 768px) {
  .mp-img-hero-bar { margin-top: 22px; padding-top: 14px; }
  .mp-img-hero-wrap { height: clamp(220px, 58vw, 310px); }
  .mp-img-hero-wrap img { object-position: 28% top; }
  .mp-img-hero-bar { padding: 14px 16px; }
}

@media (max-width: 480px) {
  .mp-img-hero-wrap { height: 230px; }
  .mp-img-hero-wrap img { object-position: 24% top; }
  .mp2-search { padding-right: 18px; }
  .mp2-search-go { position: static; transform: none; margin-top: 10px; width: 100%; }
  .mp2-search-wrap { display: flex; flex-direction: column; }
}