.jdi-icon-mask {
  --jdi-icon-mask-width: 1em;
  --jdi-icon-mask-height: 1em;
  --jdi-icon-mask-color: currentColor;
  display: inline-block;
  width: var(--jdi-icon-mask-width);
  height: var(--jdi-icon-mask-height);
  background-color: var(--jdi-icon-mask-color);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.jdi-icon-mask-circle-check {
  mask-image: url("../images/icons/circle-check.svg");
  -webkit-mask-image: url("../images/icons/circle-check.svg");
}
.jdi-icon-mask-upload {
  mask-image: url("../images/icons/upload.svg");
  -webkit-mask-image: url("../images/icons/upload.svg");
}
.jdi-icon-mask-form-document {
  mask-image: url("../images/icons/form-document.svg");
  -webkit-mask-image: url("../images/icons/form-document.svg");
}

/* Shared custom overrides and helpers. */
.jdi-rfq-hero {
  --jdi-rfq-hero-gutter: 20px;
  --jdi-rfq-hero-content-width: var(--content-width, 1200px);
  --jdi-rfq-hero-eyebrow-gap: 30px;
  --jdi-rfq-hero-heading-gap: 30px;
  --jdi-rfq-hero-description-gap: 30px;
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(360px, 1fr);
  align-items: start;
  gap: 43px;
}
.jdi-rfq-hero p {
  margin: 0;
}
.jdi-rfq-hero__heading, .jdi-rfq-hero__description p, .jdi-rfq-hero__benefit-list {
  margin: 0;
}
.jdi-rfq-hero__left {
  padding-top: 30px;
  min-width: 0;
  width: 100%;
}
.jdi-rfq-hero__form-panel {
  min-width: 0;
  width: 100%;
}
.jdi-rfq-hero__eyebrow, .jdi-rfq-hero__heading, .jdi-rfq-hero__description {
  margin-top: 0;
}
.jdi-rfq-hero__form-body br {
  display: none;
}
.jdi-rfq-hero__form-header {
  padding: 30px;
  text-align: center;
}
.jdi-rfq-hero__eyebrow {
  margin-bottom: var(--jdi-rfq-hero-eyebrow-gap);
}
.jdi-rfq-hero__heading {
  margin-bottom: var(--jdi-rfq-hero-heading-gap);
}
.jdi-rfq-hero__description {
  margin-bottom: var(--jdi-rfq-hero-description-gap);
}
.jdi-rfq-hero__benefits {
  margin-left: calc(var(--jdi-rfq-hero-gutter) * -1);
  padding-right: var(--jdi-rfq-hero-gutter);
  padding-left: var(--jdi-rfq-hero-gutter);
}
.jdi-rfq-hero__benefit-list {
  display: grid;
  padding: 0;
  list-style: none;
}
.jdi-rfq-hero__benefit-item {
  display: flex;
  align-items: center;
}
.jdi-rfq-hero__benefit-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.jdi-rfq-hero__form-heading, .jdi-rfq-hero__form-eyebrow p {
  margin: 0;
}
.jdi-rfq-hero__form-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.jdi-rfq-hero__form-fields {
  padding: 40px 64px;
  display: grid;
}
.jdi-rfq-hero__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
}
.jdi-rfq-hero__field {
  min-width: 0;
}
.jdi-rfq-hero__field label:not(.jdi-rfq-hero__upload) {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.jdi-rfq-hero__field input,
.jdi-rfq-hero__field textarea {
  padding: 8px 12px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 0.2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
}
.jdi-rfq-hero__upload {
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0.4px dashed rgba(0, 0, 0, 0.2);
}
.jdi-rfq-hero__upload-icon {
  --jdi-icon-mask-width: 30px;
  --jdi-icon-mask-height: 30px;
  --jdi-icon-mask-color: #04043D;
}
.jdi-rfq-hero__upload-text {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}
.jdi-rfq-hero__upload-note {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.jdi-rfq-hero__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.jdi-rfq-hero__submit {
  text-align: center;
}
.jdi-rfq-hero__submit p {
  position: relative;
  display: inline-block;
  max-width: 280px;
  width: 100%;
}
.jdi-rfq-hero__submit .wpcf7-submit {
  padding: 15px 30px;
  width: 100%;
}
.jdi-rfq-hero__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jdi-rfq-hero .wpcf7-form-control-wrap {
  display: block;
}
.jdi-rfq-hero .wpcf7-form-control-wrap:has(textarea) {
  height: 48px;
}
.jdi-rfq-hero .wpcf7-response-output {
  background-color: rgb(0, 16, 41);
  color: #fff;
  border: 1px;
  padding: 12px;
}
@media (min-width: 1200px) {
  .jdi-rfq-hero__benefits {
    margin-left: calc((100vw - var(--jdi-rfq-hero-content-width)) / -2 - var(--jdi-rfq-hero-gutter));
    padding-left: calc((100vw - var(--jdi-rfq-hero-content-width)) / 2 + var(--jdi-rfq-hero-gutter));
  }
}
@media (max-width: 1199px) {
  .jdi-rfq-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
    gap: 32px;
  }
  .jdi-rfq-hero__form-fields {
    padding: 32px 36px;
  }
}
@media (max-width: 991px) {
  .jdi-rfq-hero {
    grid-template-columns: 1fr;
  }
  .jdi-rfq-hero__benefits {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .jdi-rfq-hero {
    gap: 28px;
  }
  .jdi-rfq-hero__form-header {
    padding: 24px 20px;
  }
  .jdi-rfq-hero__form-fields {
    padding: 28px 24px;
  }
  .jdi-rfq-hero__field-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .jdi-rfq-hero__form-header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .jdi-rfq-hero__form-fields {
    padding: 24px 16px;
  }
  .jdi-rfq-hero__submit p {
    max-width: none;
  }
}