#forms_wrapper {
  margin-bottom: 80px;
}
#forms_wrapper .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
  gap: 16px;
}
#forms_wrapper .buttons a {
  font-size: 1rem;
  padding: 1em;
  letter-spacing: 0;
  border-color: var(--crunchy-green);
}
#forms_wrapper .buttons a:before, #forms_wrapper .buttons a:after {
  background: var(--crunchy-green);
}
#forms_wrapper .buttons a:hover {
  background: var(--crunchy-green);
}
#forms_wrapper .buttons a.active {
  background: var(--crunchy-green);
  color: white;
}
#forms_wrapper .buttons a.active:before {
  transform: rotate(45deg) translate(10px, 60px);
  opacity: 0;
}
#forms_wrapper .buttons a.active:after {
  transform: rotate(45deg) translate(-10px, -60px);
  opacity: 0;
}
#forms_wrapper > .buttons a {
  max-width: calc(50% - 8px);
}

#support_forms_wrap .buttons a,
#sales_form_wrap .buttons a {
  max-width: calc(33% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
#support_forms_wrap .support-form-wrap,
#support_forms_wrap .sales-form-wrap,
#sales_form_wrap .support-form-wrap,
#sales_form_wrap .sales-form-wrap {
  border: 2px solid var(--crunchy-green);
  max-width: 522px;
  padding: 25px;
}
#support_forms_wrap .support-form-wrap iframe,
#support_forms_wrap .sales-form-wrap iframe,
#sales_form_wrap .support-form-wrap iframe,
#sales_form_wrap .sales-form-wrap iframe {
  width: 100%;
  border: none;
  overflow: auto;
  min-height: 830px;
  max-width: 100%;
}
@media (max-width: 500px) {
  #support_forms_wrap .support-form-wrap iframe,
  #support_forms_wrap .sales-form-wrap iframe,
  #sales_form_wrap .support-form-wrap iframe,
  #sales_form_wrap .sales-form-wrap iframe {
    min-height: 1200px;
  }
}
#support_forms_wrap #sf_1.support-form-wrap iframe,
#sales_form_wrap #sf_1.support-form-wrap iframe {
  min-height: 830px;
}
#support_forms_wrap #sf_2.support-form-wrap iframe,
#sales_form_wrap #sf_2.support-form-wrap iframe {
  min-height: 750px;
}
#support_forms_wrap #sf_3.support-form-wrap iframe,
#sales_form_wrap #sf_3.support-form-wrap iframe {
  min-height: 890px;
}

#sales_form_wrap .sales-form-wrap iframe {
  min-height: 910px;
}/*# sourceMappingURL=ct-gutenberg-contact-style.css.map */