.form.card {
  display: none;
}
.form.card.show-form {
  display: block;
}

.form * {
  color: color: var(--main-text-color);
  margin: 0px;
  font-size: 22px;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--main-text-color);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--main-text-color);
}

::placeholder {
  color: var(--main-text-color);
}
.form .hs-form-field {
  margin-top: 8px; 
  margin-bottom: 8px; 
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], textarea {
  width: 100%; 
  box-sizing: border-box; 
  height: 40px; 
  padding-left: 10px;  
	border-radius:5px;
  background-color: #F0F2F4;
	border: 1px solid #F0F2F4;
  color: var(--main-text-color);
  font-size:18px; 
  margin-top: 5px;
}

.form  select {
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-weight: 500;
  padding: 0 0 0 14px;
  margin: 0 0 15px 0;
  background: #F0F2F4;
  border: 1px solid #F0F2F4;
  color: var(--main-text-color);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    background-image: url('https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon-2.svg');
    background-position: center right 10px;
    background-repeat: no-repeat;
  font-size:18px; 
 
}
.form ul {
  list-style: none; /* Remove default bullets */
  padding:0px;
}
.hs-submit {
  margin-top:20px;
}




.hs-input[type="radio"]{
  width:20px!important; 
  height: 20px;
   margin-bottom: 2%;
  background-color: #F0F2F4;
  border: 2px solid var(--main-text-color);
  height: 20px!important;
    margin-right: 10px;
}
input[type="checkbox"]{
 width:20px!important; 
  height: 20px !important; 
    margin-bottom: 2%;
  background-color: #F0F2F4;
  border: 1px solid var(--main-text-color);
  height: 20px!important;
    margin-right: 10px;
  -webkit-appearance: none;
  border-radius: 4px;
    display: inline-block;
    position: relative;
}
input[type="checkbox"]:checked:after {
    content: url('https://44227242.fs1.hubspotusercontent-na1.net/hubfs/44227242/Icons/Icon-1.svg');
    position: absolute;
    top: 2px;
    left: 0px;
    color: #ffffff;

}


.form fieldset.form-columns-2 div .input input{
  width:90% !important;
}
.form label span{
   color:var(--main-text-color);
	font-size:14px;
}
.landerHeaderForm label span.hs-form-required{
   color:var(--primary-blue);
}

.legal-consent-container .hs-form-booleancheckbox-display>span ,.legal-consent-container .hs-form-booleancheckbox-display p   {
	font-weight:400;
  font-size:16px;
    color:var(--main-text-color);
}


.hs-form-checkbox label ,.hs-form-radio label{
display:flex;
	font-size:20px;
 flex-direction:row;
  align-items:flex-start;
  color:var(--main-text-color);
  font-weight:400;
}
.hs-form-checkbox label span , .hs-form-radio label span{
display:flex;
  flex:1;
  color:var(--main-text-color);
	font-size:20px;
  font-weight:400;
}
.hs-richtext p {
   color:var(--main-text-color);
  font-weight:400;
}

.hs-form fieldset{
  max-width:100% !important;
   
}
.hs-fieldtype-checkbox{
 margin:20px 0px !important;
  
}
.hs-fieldtype-checkbox label, .hs-fieldtype-radio label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
}
.hs-form-checkbox label span, .hs-form-radio label span {
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
}
.hs-main-font-element{
  color:var(--primary-blue);
  font-size:14px;  
}

.legal-consent-container .hs-richtext {
  font-size:12px;   
  line-height:115%;
color:var(--main-text-color);
}

@media screen and (max-width: 991px){
  fieldset.form-columns-2 .input {
    margin-right:0px !important;
  }
  .form fieldset.form-columns-2 div .input input {
      width: 92%!important;
  }
  .formContentWrapper {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.bubble-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.form .info-bubble {
  border-radius: 20px;
  background-color: #0A3475;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  color: white;
  padding: 60px;
  text-align: center;
  margin-top: 80px;
}
.info-bubble .title {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  margin-bottom: 16px;
}
.info-bubble .text {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}