.is-pro {
  margin-bottom: 10px;
}
.is-pro .form-element-wrapper {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.is-pro input {
  width: auto;
  height: auto;
}
.is-pro label {
  margin: 0;
  padding-left: 15px;
  font-weight: normal;
}

header .custom-link {
  background: #005844;
  color: #FFFFFF;
  border-radius: 23px;
}

header .custom-link:hover::before,
header .custom-link:focus::before,
header .custom-link.is-active::before,
header .custom-link:focus::after,
header .custom-link:hover::after,
header .custom-link.is-active::after {
    content: none;
}
