.nppe_contact_form_header {
  padding-bottom: 30px;
}
.nppe_contact_form_header .nppe_contact_header_select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #e81c24;
  font-size: 15px;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .nppe_contact_form_header .nppe_contact_header_select {
    display: block;
  }
}
.nppe_contact_form_header .nppe_contact_header_select *,
.nppe_contact_form_header .nppe_contact_header_select *::before,
.nppe_contact_form_header .nppe_contact_header_select *::after {
  box-sizing: border-box;
}
.nppe_contact_form_header .nppe_contact_header_select.open {
  border-radius: 4px;
  border: 1px solid #dedede;
  box-shadow: 0 1px 4px rgba(76, 76, 76, 0.3);
}
.nppe_contact_form_header .nppe_contact_header_select.open .combo-input {
  border-bottom: 1px dashed #e81c24;
}
.nppe_contact_form_header .nppe_contact_header_select.open .combo-menu {
  display: block;
  margin-top: 14px;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-input {
  border-bottom: 1px dashed #e81c24;
  display: block;
  font-size: 1em;
  padding-left: 16px;
  margin-top: 8px;
  text-align: left;
  width: 100%;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-input:focus-visible {
  border: 2px solid #000;
  border-radius: 4px;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-menu {
  display: none;
  background: #ffffff;
  max-height: 300px;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-option {
  padding: 0;
  margin-bottom: 14px;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-option.option-current {
  outline: 2px solid #000;
  outline-offset: -3px;
  border-radius: 4px;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-option[aria-selected=true] {
  position: relative;
}
.nppe_contact_form_header .nppe_contact_header_select .combo-option a {
  color: #e81c24;
}