.formWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .formWrapper .title {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 49.5px */
    letter-spacing: -1.35px;
    font-style: normal;
    font-variation-settings: "opsz" 0, "wght" 300;
    margin-top: 0;
  }
  
  .formContentWrapper .form-left-content  h2  {
      color: var(--White, #FFF);
    /* H3 */
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
    letter-spacing: -0.84px;
    margin: 50px 0;
    max-width: 400px;
  }
  
  .formContentWrapper h3  {
      color: var(--White, #FFF);
  
  /* Lead Paragraph */
  font-family: "DM Sans";
      padding-bottom:24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.72px;
  }
  
  
  
  .formContentWrapper p {
    /* Paragraph Large */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
  }
  
  .formWrapper .optional-image img {
          max-width: 455px;
      border-radius:10px;
      
  
  }
  
  .formWrapper .optional-image {
  padding-bottom:30px;
  padding-top:30px;
  }
  
  h2.formTitle {
      margin-bottom:20px;
  color: var(--Sterling-Black, #070707);
  
  /* H3 */
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
  letter-spacing: -0.84px;
  }
  .formTitle * {
    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);
  }
  .formContainer .hs-form-field{
    margin-top: 8px; 
    margin-bottom: 8px; 
  }
  
  .formContainer input[type="text"], .formContainer input[type="email"], .formContainer input[type="tel"], textarea {
    margin-top: 5px;
    width: 100%; 
    box-sizing: border-box; 
    height: 40px; 
    padding-left: 10px;  
  }
  textarea {
    height: unset;
  }
  .formContainer select {
      box-sizing: border-box;
      width: 100%;
      height: 40px;
      font-weight: 500;
      padding: 0 0 0 14px;
      margin: 0 0 15px 0;
      -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;
  }
  .formContainer 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;
  }
  .formContainer .form-columns-2 .hs-form-checkbox 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;
  }
 
  
/*   .formContainer fieldset.form-columns-2 div .input input{
    width:90% !important;
  } */
  .formContainer label span {
  color: var(--Sterling-Black, #070707);
  
  /* Paragraph Bold */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  }
  .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:#070707;
  }
  
  
  .hs-form-checkbox label ,.hs-form-radio label{
    display:flex;
    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-weight:400;
  }
  .hs-richtext p {
     color:#070707;
     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-weight: 700;
      padding-top:5px;
      text-transform: capitalize;
      align-items:center;
		gap:8px;
  }
  .hs-form-checkbox label span, .hs-form-radio label span {
      display: flex;
      flex: 1;
     color: var(--Sterling-Black, #070707);
  
  /* Paragraph Bold */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  }
  .hs-main-font-element{
    color:var(--primary-blue);
    font-size:14px;  
  }
  
  .legal-consent-container .hs-richtext {
  color: var(--Sterling-Black, #070707);
  
  /* Paragraph */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  }
  
  @media screen and (max-width: 991px){
		
		.form-columns-2 {
			display:flex;
			gap:15px;
		}
		
		.formWrapper .optional-image img {
			max-width:500px!important;
			max-height:500px!important;
		}
      
      .formWrapper {
  padding-top:30px!Important;
      padding-bottom:30px!important;
      }
    fieldset.form-columns-2 .input {
      margin-right:0px !important;
    }
/*     .formContainer 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: 20px;
  }
  .formSection .info-bubble {
  
border-radius: 15px;
background: rgba(0, 0, 0, 0.40);
    color: white;
    padding: 50px 60px;
    text-align: center;
    transition: all 0.2s ease-out;
  }
  .formSection .info-bubble:hover {
    background-color: var(--Logo-Blue, #496FBB)!important;
  }
  .info-bubble .title {
      padding-bottom:30px;
    color: var(--White, #FFF);
  
  /* H4 */
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 24.2px */
  letter-spacing: -0.66px;
  }
  .info-bubble .text {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  @media screen and (max-width: 991px) {
    .formSection {
      padding-top: 63px;
    }
    .bubble-container {
      gap: 20px;
      margin-top: 50px;
    }
    .formSection .info-bubble {
      padding: 20px;
    }
  }
  
  .bubble-container a {
    --border-width: 2px;
    --bottom-distance: -6px;
    background-image: linear-gradient(white, white);
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: background-size .2s;
    text-decoration: none;
  }
  .bubble-container a:hover {
    background-size: 100% var(--border-width);
    text-decoration: none;
  }

@media (max-width:600px) {
		.formWrapper .optional-image img {
			max-width:100%!important;
			max-height:100%!important;
		}
}  
@media screen and (max-width: 768px) {
		
	
    .formWrapper {
      padding-top: 0px !important;
    }
    .formWrapper h2.title {
        font-size: 50px;
    }
  }
  .bubble-container .subtext {
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.48px;
    margin-top: 50px;
  }