@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
 
/*Start Form*/
.tittle {
   font-size: 60px;
   line-height: 1;
   font-family: 'Poppins', sans-serif !important; 
   text-align: center;
   font-weight: bolder;
  }

.text{
   font-size: 32px;
   font-family: 'Quicksand', sans-serif !important;
   text-align: center;
   line-height: 1.5
}

.hsfc-Button{
   background-color: #E2E735 !important;
   color:black !important;
   border-radius: 69px !important;
}

.hsfc-Row{
   gap: 60px !important;
}

.hsfc-TextInput{
  background: rgba(255, 255, 255, .66) !important;
  color: black !important;
}

.hsfc-NavigationRow__Buttons{
display: inline-block !important;
}

.hsfc-RichText{
color:  white !important;
},