#contact-us-page {
  border-top: 1px solid #dfe6d4;
}
#contact-us-page .form-step:not(:first-child) {
  margin-bottom: 3rem;
}
#contact-us-page h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}
#contact-us-page .select-wrapper {
  position: relative;
}
#contact-us-page .select-wrapper .icon-dropdown {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #afbf94;
  z-index: 1;
  transition: 0.2s;
}
#contact-us-page .select-wrapper:hover .icon-dropdown, #contact-us-page .select-wrapper:active .icon-dropdown {
  color: #5F8029;
}
#contact-us-page .step-select {
  padding: 0 2rem 0 1rem;
  line-height: 2.5rem;
  width: 100%;
  border: 1px solid #cfd9bf;
  border-radius: 0.4rem;
  z-index: 2;
  cursor: pointer;
  position: relative;
  color: #9B9898;
  transition: 0.2s;
}
#contact-us-page .step-select.has-value, #contact-us-page .step-select option {
  color: #383232;
  border-color: #5F8029;
}
#contact-us-page .step-select:hover, #contact-us-page .step-select:active {
  border-color: #5F8029;
}
#contact-us-page .gruppo-secondario,
#contact-us-page .contenuto {
  display: none;
}
#contact-us-page .gruppo-secondario.visible,
#contact-us-page .contenuto.visible {
  display: block;
}
#contact-us-page .go-to-link {
  color: #5F8029;
}
#contact-us-page .go-to-link:hover {
  color: #4c6621;
}
#contact-us-page .go-to-link:hover i {
  left: 0.3rem;
}
#contact-us-page .go-to-link i {
  position: relative;
  margin-left: 0.4rem;
  transition: 0.2s;
  left: 0;
}/*# sourceMappingURL=contact-us.css.map */