.hubspotform-element {
  border-top: 1px solid #9b8353;
  position: relative;
}
.hubspotform-element .hubspot-form-text {
  max-width: 80%;
}
.hubspotform-element .spinning-logo-spacer {
  width: 100%;
  height: 350px;
  display: none;
}
@media (min-width: 992px) {
  .hubspotform-element .spinning-logo-spacer {
    display: block;
  }
}
.hubspotform-element .hubspot-form-element-content {
  position: relative;
  z-index: 2;
}
.hubspotform-element .spinning-logo-wrapper {
  text-align: left;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 72px;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .hubspotform-element .spinning-logo-wrapper {
    display: block;
  }
}
.hubspotform-element .spinning-logo-wrapper svg {
  position: relative;
  animation: hubspotformlogospin 12s linear infinite;
  max-width: 60%;
  width: 350px;
  left: -60px;
}
@keyframes hubspotformlogospin {
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=../../../dist/css/maps/elements/hubspotform.css.map */
