#module_form_header .form-header {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

    #module_form_header .container {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

#module_form_header .form-header .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

#module_form_header .form-header .form-header__logo {
    margin-bottom: 20px;
}


#module_form_header .form-header  .form-header__banner {
  display: block;
  border-radius: 50%;
  width: 343px;
  height: 343px;
  box-sizing: border-box;
/*   background-color: #D8D8D8; */
  background-position: center;
  background-size: cover;
  box-shadow: 0 25px 100px 0 rgba(30,49,111,0.12);
}

#module_form_header .form-header .c-title {
  font-size: 32px!important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 73px;
}

#module_form_header .form-header .c-btn-cta {
  display: flex;
  height: 52px;
  justify-content: center;
  padding: 0 52px;
  max-width: 512px;
  min-width: 280px;
  border-radius: 100px;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 25px;
  position: relative;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  width: 100%;
}

#module_form_header .form-header .form-header__logo {
    margin-bottom: 20px;
}


  #module_form_header .form-header  .form-header__banner {
    width: 535px;
    height: 535px;
  }

  #module_form_header .form-header .c-title {
    margin-top: 40px;
    margin-bottom: 24px;
    width: 100%;
    font-size: 46px!important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
  }
  
  #module_form_header .form-header .c-btn-cta {
    width: fit-content;
  }



#module_form_header .c-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 25px 100px 0 rgba(24,50,115,0.14);
  padding: 40px 16px;
  position: relative;
  z-index: 1;
}

#module_form_header .c-form__wrapper {
  width: 100%;
}

#module_form_header .c-form .c-title {
  width: 100%;
  padding: 24
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 31px;
  text-align: center;
}



#module_form_header .c-form form .inputs-list > li {
  margin: 0;
}

#module_form_header .c-form .hs_cos_wrapper_type_form,
#module_form_header .c-form .hs_cos_wrapper_type_form > div,
#module_form_header .c-form .hs_cos_wrapper_type_form > div > form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#module_form_header .c-form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 14px;
}

#module_form_header .c-form fieldset .hs-fieldtype-booleancheckbox {
  margin: 0;
}

#module_form_header .c-form .hs-form-field {
  width: 100%!important;
}

#module_form_header .c-form .hs-fieldtype-text,
#module_form_header .c-form .hs-fieldtype-phonenumber,
#module_form_header .c-form .hs-fieldtype-select {
  position: relative;
  margin-bottom: 16px;
}

#module_form_header .c-form .hs-fieldtype-text .input,
#module_form_header .c-form .hs-fieldtype-phonenumber .input,
#module_form_header .c-form .hs-fieldtype-select .input {
  margin: 0!important;
}

#module_form_header .c-form .hs-fieldtype-text .input,
#module_form_header .c-form .hs-fieldtype-phonenumber .input,
#module_form_header .c-form .hs-fieldtype-select .input {
  padding: 12px 22px 12px 20px;
  position: relative;
  box-sizing: border-box;
  width: 100%!important;
  height: 50px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 2px 8px 16px 0 rgba(24,50,115,0.06);
  display: flex;
  align-items: center;
  color: #121E48CC;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  outline: none;
}

#module_form_header .c-form .hs-fieldtype-select .input::before {
  display: block;
  content: '';
  top: 20px;
  right: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
}

#module_form_header .c-form .hs-fieldtype-select .input::after {
  display: block;
  content: '';
  top: 22px;
  right: 25px;
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #121E484D;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}

#module_form_header .c-form select option[disabled] {
  display: none;
}

#module_form_header .c-form select option {
  color: #121E484D;
}

#module_form_header .c-form select:invalid {
  color: transparent;
}

#module_form_header .c-form .hs-fieldtype-select .input {
  padding: 12px 20px;
}

#module_form_header .c-form .hs-fieldtype-text:has(input:valid:not(:placeholder-shown)) .input,
#module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) .input,
#module_form_header .c-form .hs-fieldtype-text:focus-within .input,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:valid:not(:placeholder-shown)) .input,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid:not(:placeholder-shown)) .input,
#module_form_header .c-form .hs-fieldtype-phonenumber:focus-within .input {
  padding-top: 28px;
}

#module_form_header .c-form .hs-fieldtype-select .input:has(>select:valid){
  padding-top: 22px;
}

#module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) .input,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid) .input,
#module_form_header .c-form .hs-fieldtype-select:has(select:invalid) .input {
  border: 1px solid #FF4B8C;
}

#module_form_header .c-form .hs-fieldtype-text > label,
#module_form_header .c-form .hs-fieldtype-phonenumber > label,
#module_form_header .c-form .hs-fieldtype-select > label {
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
  color: #121E484D;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 12px;
  z-index: 1;
  text-transform: uppercase;
  transition: top .2s linear;
  margin: 0;
}

#module_form_header .c-form .hs-input {
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  color: #121E48CC;
  font-family: "Nunito Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}

#module_form_header .c-form select.hs-input {
  margin-left: -5px;
}

#module_form_header .c-form .hs-fieldtype-text:has(input:valid:not(:placeholder-shown)) > label,
#module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) > label,
#module_form_header .c-form .hs-fieldtype-text:focus-within > label,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:valid:not(:placeholder-shown)) > label,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid) > label,
#module_form_header .c-form .hs-fieldtype-phonenumber:focus-within > label,
#module_form_header .c-form .hs-fieldtype-select:has(.input>select:valid) > label {
  top: 8px;
}

#module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) > label,
#module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid) > label {
  color: #FF4B8C;
}

#module_form_header .c-form .hs-fieldtype-text .hs-input::placeholder,
#module_form_header .c-form .hs-fieldtype-phonenumber .hs-input::placeholder {
  visibility: hidden;
}

#module_form_header .c-form .hs-form-required {
  padding-left: 6px;
}

#module_form_header .c-form .hs-error-msgs {
  color: #FF4B8C;
  margin: 6px 0 0;
  list-style: none;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox {
  position: relative;
}


#module_form_header .c-form .hs-fieldtype-booleancheckbox .inputs-list {
  list-style: none;
  padding: 0;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label {
  position: relative;
  padding-left: 28px;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label::before {
  display: flex;
  content: '';
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border: 1.5px solid #F5F5F5;
  border-radius: 5px;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox label:has(input:checked)::before {
  background-color: #00E4A0;
  opacity: 1;
  background-position: center;
}

#module_form_header .c-form .legal-consent-container {
  padding: 0 12px;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label > span,
#module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label > span > p {
  color: #121E48E6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-left: 0!important;
}

#module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-input {
  display: none;
}

#module_form_header .c-form .hs-error-msg,
#module_form_header .c-form .hs-form-required {
  color: #FF4B8C;
}

#module_form_header .c-form .hs_submit.hs_submit > .actions > input {
  background-color: inherit;
  color: inherit;
  border: inherit;
}

#module_form_header .c-form .hs_submit.hs_submit {
  display: flex;
  height: 52px;
  justify-content: center;
  width: fit-content;
  padding: 0 52px;
  max-width: 512px;
  width: 100%;
  min-width: 280px;
  border-radius: 100px;
  align-items: center;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  outline: none;
}

#module_form_header .c-form .hs_submit.hs_submit {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
}

#module_form_header .c-form .hs_submit.hs_submit > .actions,
#module_form_header .c-form .hs_submit.hs_submit > .actions > input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 31;
}

#module_form_header .c-form .hs_submit.hs_submit:hover::after {
  opacity: .2;
}

#module_form_header .c-form .hs_submit.hs_submit::after {
  display:block;
  content: '';
  width: 100%;
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .3s;
  z-index: 30;
  cursor: pointer;
}

.hs-form-field {
    margin-top: 20px;
    margin-bottom: 40px;
}

form label {
    display: block;
    font-size: 14px;
    line-height: 12px;
}
  
#module_form_header .c-form form .inputs-list > li {
  display:flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: bengali;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

form legend {
    font-size: 14px;
    padding-bottom: 16px;
}



@media (min-width: 481px) {
  
  #module_form_header .form-header .-left,
  #module_form_header .form-header .-right {
    max-width: 100%;
  }
  
    #module_form_header .container {
    padding: 24px 24px 160px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  #module_form_header .c-form-header .container {
    max-width: 100%;
    margin: 16px;
    position: relative;
  }
  
  #module_form_header .c-form-header .c-form {
    position: relative;
    max-width: 100%;
    padding: 40px 32px;
  }
  
  #module_form_header .c-form .c-title {
    width: 100%;
    font-size: 28px;
    line-height: 42px;
  }
  

  
  #module_form_header .c-form fieldset {
    max-width: 632px!important;
  }
  
  #module_form_header .c-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 20px;
  }
  
  .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox label::before {
    top: 50%!important;
    transform: translateY(-50%);
  }



  #module_form_header .c-form .hs_submit.hs_submit {
    margin-top: 20px;
  }
  
  #module_form_header .c-form .legal-consent-container {
    padding: 0;
    width: 100%;
    margin-top: 24px;
  }
  
  
  #module_form_header .c-form .hs-fieldtype-text .input,
  #module_form_header .c-form .hs-fieldtype-select .input,
  #module_form_header .c-form .hs-fieldtype-phonenumber .input {
    padding: 12px 44px 12px 20px;
    height: 60px;
  }
  
  #module_form_header .c-form .hs-fieldtype-text:has(input:valid:not(:placeholder-shown)) .input,
  #module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) .input,
  #module_form_header .c-form .hs-fieldtype-text:focus-within .input,
  #module_form_header .c-form .hs-fieldtype-phonenumber:has(input:valid:not(:placeholder-shown)) .input,
  #module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid) .input,
  #module_form_header .c-form .hs-fieldtype-phonenumber:focus-within .input,
  #module_form_header .c-form .hs-fieldtype-select .input:has(>select:valid){
    padding-top: 30px;
  }
  
  #module_form_header .c-form .hs-fieldtype-text > label,
  #module_form_header .c-form .hs-fieldtype-select > label,
  #module_form_header .c-form .hs-fieldtype-phonenumber > label {
    top: 25px;
  }
  
  #module_form_header .c-form .hs-fieldtype-text:has(input:valid:not(:placeholder-shown)) > label,
  #module_form_header .c-form .hs-fieldtype-text:has(input:invalid:not(:placeholder-shown)) > label,
  #module_form_header .c-form .hs-fieldtype-text:focus-within > label,
  #module_form_header .c-form .hs-fieldtype-phonenumber:has(input:valid:not(:placeholder-shown)) > label,
  #module_form_header .c-form .hs-fieldtype-phonenumber:has(input:invalid) > label,
  #module_form_header .c-form .hs-fieldtype-phonenumber:focus-within > label,
  #module_form_header .c-form .hs-fieldtype-select:has(.input>select:valid) > label {
    top:12px;
  }
  
  #module_form_header .c-form .hs-fieldtype-select .input::before {
    top: 30px;
    right: 50px;
  }

  #module_form_header .c-form .hs-fieldtype-select .input::after {
    top: 26px;
  }
}


@media (min-width: 1024px) {
  
  #module_form_header .container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Duas colunas de largura igual */
  gap: 60px; /* Espaço entre as colunas */
}
  
  #module_form_header .c-form-header {
    padding: 0 80px;
  }

  #module_form_header .form-header {
    padding: 80px 0;
  }

  #module_form_header .form-header .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

#module_form_header .form-header .form-header__logo {
    margin-bottom: 20px;
}

  .logos-container {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 40px;
}

  #module_form_header .form-header .c-btn-cta {
    margin-top: 32px;
  }
  
  #module_form_header .c-form-header .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  #module_form_header .c-form-header .c-form {
    top: 64px;
    right: 0;
    margin-top: 0;
    position: relative;
  }
  #module_form_header .c-form__wrapper {
    width: 100%;
    max-width: 1040px;
  }
  
  #module_form_header .c-form-header .c-form {
    position: relative;
    top: 64px;
    right: 0;
  }
  
  
  #module_form_header .c-form fieldset {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1040px!important;
  }
}



