.hs-main-font-elements.hs-form-msg.hs-success-msg {
  position: relative !important;
  font-size: 0 !important;
  line-height: 0 !important;
  min-height: 36px !important;
  overflow: visible !important;
  text-indent: -9999px !important;
  color: transparent !important;
}

.hs-main-font-elements.hs-form-msg.hs-success-msg > * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  font-size: 0 !important;
}

.hs-main-font-elements.hs-form-msg.hs-success-msg::after {
  content: "Inscrição na Gran Newsletter realizada com sucesso!" !important;
  color: #ffffff !important;
  font-family: "Margem-regular" !important;
  font-size: 36px !important;
  line-height: 125% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
  z-index: 10 !important;
  text-indent: 0 !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field .input input,
.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field
  .input
  input,
.hs_email.hs-email.hs-fieldtype-email.field.hs-form-field .input input {
  height: 56px;
  margin-bottom: 8px;
  border-radius: 12px;
  padding: 1.25rem 1rem;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field .input,
.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field
  .input,
.hs_email.hs-email.hs-fieldtype-email.field.hs-form-field .input {
  height: 55px;
}

.hs-form-field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display),
.field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
  display: none !important;
}

.hs-button.primary.large {
  position: relative;
  font-size: 0;
  z-index: 9999;
}

.hs-button.primary.large span {
  font-size: 0;
  visibility: hidden;
}

.hs-button.primary.large::after {
  content: "quero receber as novidades!";
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Margem-regular";
  line-height: 125%;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.right {
  width: 100%;
  max-width: 510px;
}

.form-reinvencao {
  width: 100%;
}

.hubspot-form-container {
  width: 100%;
}

.form-reinvencao .hubspot-form-container [data-form-container] {
  width: 100%;
}

.cta-footer-fields-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  align-items: flex-start !important;
}

.cta-footer-fields-row .hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field,
.cta-footer-fields-row
  .hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
  flex: 0 0 calc(49.1% - 0.25rem) !important;
  max-width: calc(49.1% - 0.25rem) !important;
  display: flex !important;
  flex-direction: column !important;
  margin-right: 0 !important;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field .hs-error-msg,
.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field
  .hs-error-msg {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-shrink: 0;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field {
  display: inline-block;
  width: 49.1%;
  margin-right: 0.5rem;
  vertical-align: top;
}

.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
  display: inline-block;
  width: 49.1%;
  vertical-align: top;
}

.hs-button.primary.large {
  height: 3.5rem;
  border-radius: 6;
}

.hs-button.primary.large span {
  font-size: 1.25rem;
  content: "Garantir minha vaga" !important;
  font-family: "Margem-medium";
  line-height: 125%;
}

.hs-form-field label:not(.hs-error-msg),
.field label:not(.hs-error-msg) {
  color: #bcbcbc !important;
}

.hs-form-booleancheckbox-display span {
  color: #bcbcbc !important;
}

.hs-form-booleancheckbox-display span {
  color: #bcbcbc !important;
}

@media screen and (max-width: 768px) {
  .hs-main-font-elements.hs-form-msg.hs-success-msg::after {
    font-size: 28px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
}

@media screen and (max-width: 489px) {
  .hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field,
  .hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
    width: 100%;
  }

  .hs-button.primary.large::after {
    font-size: 15px !important;
  }

  .hs-main-font-elements.hs-form-msg.hs-success-msg {
    min-height: auto !important;
    padding: 0 !important;
  }

  .hs-main-font-elements.hs-form-msg.hs-success-msg::after {
    font-size: 20px !important;
    line-height: 130% !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    left: 0 !important;
    transform: none !important;
  }
}
