.hv-elementor-rendered-page {
  overflow: hidden;
}

.hv2-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hv2-hero,
.hv2-section,
.hv2-cta {
  position: relative;
  isolation: isolate;
}

body.home .hv2-hero.hv2-split,
body.home[data-theme="light"] .hv2-hero.hv2-split,
body.home[data-theme="dark"] .hv2-hero.hv2-split {
  min-height: auto !important;
  padding-top: clamp(36px, 4vw, 58px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.hv2-two,
body.home .hv2-split .hv2-shell,
.hv2-response,
.hv2-product-row,
.hv2-rfq {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.hv2-response {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.hv2-product-row,
.hv2-rfq {
  grid-template-columns: 0.95fr 1.05fr;
  margin-top: clamp(34px, 4vw, 56px);
}

.hv2-grid {
  display: grid !important;
  gap: 18px;
}

.hv2-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hv2-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hv2-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hv2-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hv2-hero__media {
  position: relative;
}

.hv2-photo {
  margin: 0;
  position: relative;
}

.hv2-photo img,
.hv2-wide-img,
.hv2-inline-img,
.hv2-card__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.hv2-photo--main img {
  aspect-ratio: 4 / 5;
  max-height: 620px;
}

.hv2-wide-img {
  aspect-ratio: 16 / 11;
}

.hv2-inline-img {
  aspect-ratio: 16 / 10;
  margin-top: 30px;
}

.hv2-card__media img {
  aspect-ratio: 16 / 10;
}

.hv2-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.hv2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding-inline: 24px;
  text-decoration: none !important;
}

.hv2-section {
  padding-block: clamp(58px, 7vw, 96px);
}

.hv2-band {
  padding: clamp(22px, 3vw, 34px);
}

.hv2-band--mt {
  margin-top: 56px;
}

.hv2-center {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.hv2-center p {
  margin-inline: auto;
}

.hv2-rfq ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
}

.hv2-rfq li {
  list-style: none;
}

.hv2-cta {
  padding-block: clamp(64px, 7vw, 92px);
  text-align: center;
}

.hv2-cta p,
.hv2-cta .hv2-actions {
  margin-inline: auto;
  justify-content: center;
}

@media (max-width: 1100px) {
  .hv2-grid--4,
  .hv2-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv2-two,
  body.home .hv2-split .hv2-shell,
  .hv2-response,
  .hv2-product-row,
  .hv2-rfq {
    grid-template-columns: 1fr;
  }

  .hv2-photo--main img {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .hv2-shell {
    width: calc(100% - 34px);
  }

  body.home .hv2-hero.hv2-split,
  body.home[data-theme="light"] .hv2-hero.hv2-split,
  body.home[data-theme="dark"] .hv2-hero.hv2-split {
    min-height: auto !important;
    padding-top: 34px !important;
    padding-bottom: 42px !important;
  }

  .hv2-metrics,
  .hv2-grid--2,
  .hv2-grid--3,
  .hv2-grid--4,
  .hv2-grid--5 {
    grid-template-columns: 1fr;
  }

  .hv2-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hv2-btn {
    width: 100%;
  }
}
