.lp-onboarding-header {
  /* Optum
  Optum Default Button
  */
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: 116px;
  height: 32px;
  cursor: pointer;
  /* Neutrals/White */
  background: #ffffff;
  /* Optum/Secondary/Dark Blue */
  border: 1px solid #002677;
  border-radius: 46px;
  order: 0;
  flex: none;
  flex-grow: 0;
  /* Button label */
  /* Optum/Desktop/Body 2 Bold */
  font-family: 'Optum Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14.22px;
  line-height: 18px;
  /* Optum/Secondary/Dark Blue */
  color: #002677;
  /* Inside auto layout */
}

.lp-onboarding-contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 154px;
  height: 40px;
  margin: 1px;
  padding: 0;
  border: none;
  border-radius: 30px;
  background-color: rgb(0, 38, 119);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #fff;
  font-family: 'Optum Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  white-space: normal;
  word-spacing: normal;
  letter-spacing: normal;
  list-style: none;
  cursor: pointer;
}
