@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.hwcontact-b4 {
  --hwcontact-navy: #062c5b;
  --hwcontact-ink: #0f2238;
  --hwcontact-body: #536273;
  --hwcontact-accent: #80501f;
  --hwcontact-micro: #80501f;
  --hwcontact-beige: #e9deca;
  --hwcontact-mist: #f4f7f8;
  --hwcontact-paper: #ffffff;
  --hwcontact-line: #d7dfe3;
  --hwcontact-focus: #062c5b;
  color: var(--hwcontact-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  overflow: clip;
  width: 100%;
}

.hwcontact-b4 *,
.hwcontact-b4 *::before,
.hwcontact-b4 *::after {
  box-sizing: border-box;
}

.hwcontact-b4 h1,
.hwcontact-b4 h2,
.hwcontact-b4 p,
.hwcontact-b4 ul,
.hwcontact-b4 ol,
.hwcontact-b4 address {
  margin: 0;
}

.hwcontact-b4 h1,
.hwcontact-b4 h2,
.hwcontact-b4 strong,
.hwcontact-b4 button {
  font-family: inherit;
}

.hwcontact-shell {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 40px;
  width: 100%;
}

.hwcontact-hero {
  align-items: center;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hwcontact-hero__image,
.hwcontact-hero__veil {
  inset: 0;
  position: absolute;
}

.hwcontact-hero__image {
  height: 100%;
  object-fit: cover;
  object-position: 58% 54%;
  width: 100%;
}

.hwcontact-hero__veil {
  background: rgba(5, 25, 45, 0.72);
}

.hwcontact-hero__content {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hwcontact-eyebrow {
  color: var(--hwcontact-beige);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 22px !important;
  text-transform: uppercase;
}

.hwcontact-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 4.2vw, 60px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-inline: auto;
  max-width: 760px;
}

.hwcontact-hero__summary {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.75;
  margin-inline: auto;
  margin-top: 26px !important;
  max-width: 750px;
}

.hwcontact-inquiry {
  background: var(--hwcontact-mist);
  padding-block: 112px;
}

.hwcontact-inquiry__grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.78fr);
}

.hwcontact-form-card {
  background: var(--hwcontact-paper);
  border: 1px solid rgba(6, 44, 91, 0.09);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(15, 34, 56, 0.08);
  padding: 54px;
}

.hwcontact-form-card__header {
  border-bottom: 1px solid var(--hwcontact-line);
  margin-bottom: 38px;
  padding-bottom: 34px;
}

.hwcontact-form-card__header h2,
.hwcontact-direct h2 {
  color: var(--hwcontact-ink);
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.hwcontact-form-card__header p {
  color: var(--hwcontact-body);
  font-size: 17px;
  margin-top: 20px !important;
  max-width: 720px;
}

.hwcontact-b4 #inquiry-form {
  display: grid;
  gap: 26px;
}

.hwcontact-b4 .hwc-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hwcontact-b4 .hwc-row.full {
  grid-template-columns: minmax(0, 1fr);
}

.hwcontact-b4 .hwc-field {
  min-width: 0;
}

.hwcontact-b4 .hwc-field > label {
  color: var(--hwcontact-ink);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 9px;
}

.hwcontact-b4 .req {
  color: #a84834;
}

.hwcontact-b4 input:not([type="checkbox"]):not([type="file"]),
.hwcontact-b4 select,
.hwcontact-b4 textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #bcc8ce;
  border-radius: 6px;
  color: var(--hwcontact-ink);
  font: inherit;
  min-height: 52px;
  padding: 13px 15px;
  width: 100%;
}

.hwcontact-b4 textarea {
  min-height: 154px;
  resize: vertical;
}

.hwcontact-b4 select {
  appearance: auto;
  padding-right: 15px;
}

.hwcontact-b4 input::placeholder,
.hwcontact-b4 textarea::placeholder {
  color: #647483;
  opacity: 1;
}

.hwcontact-b4 input:not([type="checkbox"]):not([type="file"]):hover,
.hwcontact-b4 select:hover,
.hwcontact-b4 textarea:hover {
  border-color: #8095a2;
}

.hwcontact-b4 input:focus-visible,
.hwcontact-b4 select:focus-visible,
.hwcontact-b4 textarea:focus-visible,
.hwcontact-b4 button:focus-visible,
.hwcontact-b4 a:focus-visible {
  outline: 3px solid var(--hwcontact-focus);
  outline-offset: 3px;
}

.hwcontact-b4 .hwc-hint {
  color: #647483;
  display: block;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 7px;
}

.hwcontact-b4 .hwc-check-grid {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hwcontact-b4 .hwc-check {
  align-items: flex-start;
  background: #f7f9fa;
  border: 1px solid #dce3e6;
  border-radius: 6px;
  color: var(--hwcontact-body);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.45;
  min-height: 48px;
  padding: 12px 13px;
}

.hwcontact-b4 .hwc-check:has(input:checked) {
  background: #edf3f8;
  border-color: var(--hwcontact-navy);
  color: var(--hwcontact-ink);
}

.hwcontact-b4 .hwc-check input {
  accent-color: var(--hwcontact-navy);
  flex: 0 0 auto;
  height: 18px;
  margin: 1px 0 0;
  width: 18px;
}

.hwcontact-b4 .hwc-file {
  position: relative;
}

.hwcontact-b4 .hwc-file > input[type="file"] {
  cursor: pointer;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.hwcontact-b4 .hwc-file:focus-within .hwc-file-box {
  outline: 3px solid var(--hwcontact-focus);
  outline-offset: 3px;
}

.hwcontact-b4 .hwc-file-box {
  align-items: center;
  background: #f7f9fa;
  border: 1px dashed #91a2ad;
  border-radius: 6px;
  display: flex;
  gap: 16px;
  min-height: 116px;
  padding: 22px;
}

.hwcontact-b4 .hwc-file-icon {
  align-items: center;
  background: var(--hwcontact-navy);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 38px;
  font-size: 25px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.hwcontact-b4 .hwc-file-box strong {
  color: var(--hwcontact-ink);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.hwcontact-b4 .hwc-submit-row {
  align-items: center;
  border-top: 1px solid var(--hwcontact-line);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 4px;
  padding-top: 28px;
}

.hwcontact-b4 .hwc-btn {
  background: var(--hwcontact-navy);
  border: 1px solid var(--hwcontact-navy);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 14px 26px;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hwcontact-b4 .hwc-btn:hover {
  background: #0b417c;
  border-color: #0b417c;
  transform: translateY(-2px);
}

.hwcontact-b4 .hwc-submit-note {
  color: #647483;
  font-size: 12px;
  line-height: 1.6;
}

.hwcontact-b4 .hwc-submit-note strong {
  color: var(--hwcontact-ink);
}

.hwcontact-success {
  background: #edf6ef;
  border: 1px solid #a8c9b1;
  border-radius: 6px;
  color: #254d31;
  display: none;
  gap: 5px;
  margin-top: 26px;
  padding: 20px 22px;
}

.hwcontact-success.is-visible {
  display: grid;
}

.hwcontact-success strong {
  font-weight: 600;
}

.hwcontact-success span {
  font-size: 14px;
}

.hwcontact-support {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 100px;
}

.hwcontact-response {
  background: var(--hwcontact-navy);
  border-radius: 8px;
  color: #ffffff;
  padding: 34px;
}

.hwcontact-response__value {
  display: block;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hwcontact-response__label {
  color: var(--hwcontact-beige);
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-top: 8px;
  text-transform: uppercase;
}

.hwcontact-response p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px !important;
}

.hwcontact-support__block,
.hwcontact-catalog-note {
  background: #ffffff;
  border: 1px solid rgba(6, 44, 91, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.hwcontact-support__block h2 {
  color: var(--hwcontact-ink);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.hwcontact-support__block ul {
  color: var(--hwcontact-body);
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 18px !important;
  padding: 0;
}

.hwcontact-support__block ul li {
  padding-left: 20px;
  position: relative;
}

.hwcontact-support__block ul li::before {
  background: var(--hwcontact-accent);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 6px;
}

.hwcontact-steps {
  display: grid;
  gap: 18px;
  list-style: none;
  margin-top: 20px !important;
  padding: 0;
}

.hwcontact-steps li {
  display: grid;
  gap: 12px;
  grid-template-columns: 32px minmax(0, 1fr);
}

.hwcontact-steps li > span {
  color: var(--hwcontact-micro);
  font-size: 12px;
  font-weight: 600;
  padding-top: 2px;
}

.hwcontact-steps p {
  color: var(--hwcontact-body);
  font-size: 14px;
  line-height: 1.6;
}

.hwcontact-steps strong {
  color: var(--hwcontact-ink);
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.hwcontact-catalog-note {
  background: var(--hwcontact-beige);
  border-color: rgba(128, 80, 31, 0.28);
}

.hwcontact-catalog-note strong {
  color: var(--hwcontact-ink);
  font-size: 15px;
  font-weight: 600;
}

.hwcontact-catalog-note p {
  color: var(--hwcontact-body);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 8px !important;
}

.hwcontact-direct {
  background: var(--hwcontact-beige);
  padding-block: 88px;
}

.hwcontact-direct__grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
}

.hwcontact-direct__grid > div > p {
  color: var(--hwcontact-body);
  font-size: 16px;
  margin-top: 18px !important;
  max-width: 610px;
}

.hwcontact-direct__links {
  display: grid;
  font-style: normal;
}

.hwcontact-direct__links a {
  align-items: center;
  border-bottom: 1px solid rgba(15, 34, 56, 0.2);
  color: var(--hwcontact-ink);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  padding-block: 16px;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.hwcontact-direct__links a:first-child {
  border-top: 1px solid rgba(15, 34, 56, 0.2);
}

.hwcontact-direct__links a:hover {
  border-color: var(--hwcontact-accent);
  color: var(--hwcontact-navy);
}

.hwcontact-direct__links span {
  color: var(--hwcontact-body);
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  overflow-wrap: anywhere;
  text-align: right;
}

.hwcontact-b4.is-ready .hwcontact-reveal {
  opacity: 0;
  transform: translateY(22px);
}

.hwcontact-b4.is-ready .hwcontact-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (max-width: 1180px) {
  .hwcontact-shell {
    padding-inline: 28px;
  }

  .hwcontact-inquiry__grid {
    gap: 36px;
    grid-template-columns: minmax(0, 1.52fr) minmax(290px, 0.8fr);
  }

  .hwcontact-form-card {
    padding: 42px;
  }
}

@media (max-width: 1024px) {
  .hwcontact-hero {
    min-height: 560px;
  }

  .hwcontact-inquiry {
    padding-block: 84px;
  }

  .hwcontact-inquiry__grid,
  .hwcontact-direct__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hwcontact-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .hwcontact-response,
  .hwcontact-catalog-note {
    grid-column: 1 / -1;
  }

  .hwcontact-direct__grid {
    gap: 38px;
  }
}

@media (max-width: 767px) {
  .hwcontact-shell {
    padding-inline: 20px;
  }

  .hwcontact-hero {
    min-height: 460px;
  }

  .hwcontact-hero__image {
    object-position: 62% 50%;
  }

  .hwcontact-hero__veil {
    background: rgba(5, 25, 45, 0.76);
  }

  .hwcontact-eyebrow {
    font-size: 12px;
    margin-bottom: 18px !important;
  }

  .hwcontact-hero h1 {
    font-size: clamp(36px, 10vw, 42px);
  }

  .hwcontact-hero__summary {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px !important;
  }

  .hwcontact-inquiry {
    padding-block: 68px;
  }

  .hwcontact-inquiry__grid {
    gap: 30px;
  }

  .hwcontact-form-card {
    border-radius: 6px;
    padding: 30px 20px;
  }

  .hwcontact-form-card__header {
    margin-bottom: 30px;
    padding-bottom: 28px;
  }

  .hwcontact-form-card__header h2,
  .hwcontact-direct h2 {
    font-size: 32px;
  }

  .hwcontact-form-card__header p {
    font-size: 15px;
  }

  .hwcontact-b4 #inquiry-form {
    gap: 22px;
  }

  .hwcontact-b4 .hwc-row,
  .hwcontact-b4 .hwc-check-grid,
  .hwcontact-b4 .hwc-submit-row,
  .hwcontact-support {
    grid-template-columns: minmax(0, 1fr);
  }

  .hwcontact-b4 .hwc-submit-row {
    align-items: stretch;
  }

  .hwcontact-b4 .hwc-btn {
    width: 100%;
  }

  .hwcontact-b4 .hwc-file-box {
    align-items: flex-start;
    padding: 18px;
  }

  .hwcontact-response,
  .hwcontact-support__block,
  .hwcontact-catalog-note {
    grid-column: auto;
    padding: 26px 22px;
  }

  .hwcontact-direct {
    padding-block: 68px;
  }

  .hwcontact-direct__grid {
    gap: 30px;
  }

  .hwcontact-direct__links a {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hwcontact-direct__links span {
    margin-left: 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hwcontact-b4 *,
  .hwcontact-b4 *::before,
  .hwcontact-b4 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hwcontact-b4.is-ready .hwcontact-reveal,
  .hwcontact-b4.is-ready .hwcontact-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
