.contact-form h3 {
  padding-top: 2rem;
}
.contact-form select, .contact-form button {
  margin-top: 1rem;
}
.contact-form .file-uploader {
  margin-top: 1rem;
}
.contact-form .g-recaptcha {
  margin-top: 1rem;
}

.file-uploader {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.file-uploader .mediaFile {
  position: fixed;
  top: -1000px;
}
.file-uploader .profile {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 auto;
  padding: 0;
  background: #f4f4f4;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.file-uploader .profile .dashes {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 4px dashed #ddd;
  opacity: 1;
}
.file-uploader .profile label {
  word-break: break-word;
  display: flex;
  text-align: center;
  padding: 0 30px;
  color: grey;
  opacity: 1;
  font-size: 10px;
  line-height: 14px;
}
.file-uploader .profile label.optional-text {
  display: none;
}
.file-uploader .profile.dragging {
  background-image: none !important;
}
.file-uploader .profile.dragging .dashes {
  animation-duration: 10s;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1 !important;
}
.file-uploader .profile.dragging label {
  opacity: 0.5 !important;
}
.file-uploader .profile.hasImage .dashes {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.file-uploader .profile.hasImage label {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  opacity: 1;
}
.file-uploader .profile.hasFile {
  background: #f4f4f4 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(230, 230, 230)" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"></path></svg>') no-repeat center center !important;
  background-size: 50% !important;
}
.file-uploader .profile.hasFile .dashes {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.file-uploader .profile.hasFile label {
  opacity: 1;
}
.file-uploader.orange .profile {
  background: rgb(239, 125, 0);
}
.file-uploader.orange .profile label {
  color: #fff;
}
.file-uploader.orange .profile.hasFile {
  background: rgb(239, 125, 0) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(172, 86, 0)" d="M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"></path></svg>') no-repeat center center !important;
  background-size: 50% !important;
}
.file-uploader.optional .profile {
  background-color: transparent !important;
  box-shadow: none !important;
}
.file-uploader.optional .profile label:not(.optional-text) {
  display: none !important;
}
.file-uploader.optional .profile label.optional-text {
  display: block !important;
}

/*# sourceMappingURL=contact-form.css.map */
