.formWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.formWrapper h2.title {
  font-style: normal;
  font-variation-settings: "opsz" 0, "wght" 300;
  margin-bottom: 25px;
  margin-top: 0;

}

.formContentWrapper p {
color: var(--Dark-Blue, #074C69);
font-family: Barlow;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.formContentWrapper h3 {
	margin-bottom:24px;
	color: var(--Dark-Blue, #074C69);
font-family: "Barlow Condensed";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 39.6px */
}

.formContentWrapper h2 {
	max-width:460px;
	
}

.formContentWrapper li span, .formContentWrapper li {
font-size:20px;
}
.formTitle {
color: var(--Dark-Green, #1E7A6D);

/* H2 Condensed */
font-family: "Barlow Condensed";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
  margin-bottom:25px;
}
.formContentWrapper h1 {
	margin-bottom:36px;
	color: var(--Dark-Blue, #074C69);
font-family: "Barlow Condensed";
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 55px */
}

.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 {
	border: 1px solid #1E7A6D;
  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"], .form-columns-2 .hs-fieldtype-radio.field.hs-form-field .hs-input[type="radio"]  {
  
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 2%;
    background-color: #F0F2F4; /* Unchecked background color */
    border: 2px solid var(--main-text-color);
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
* Add the inner circle when checked */
.hs-input[type="radio"]:checked {
    background-color: var(--main-text-color); /* Inner color when checked */
    border-color: var(--main-text-color);
}

/* Alternative inner dot using ::before */
.hs-input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1E7A6D; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hs-richtext.hs-main-font-element div {
	text-align:left!important;
}
.form-columns-2 .hs-fieldtype-checkbox.field.hs-form-field, .form-columns-2 .hs-fieldtype-radio.field.hs-form-field {
	margin-top:20px!important;
	width:100%!important;
}




.formSection .container label input[type="checkbox"], .formSection .container .hs-form-checkbox-display input[type="checkbox"]{
     padding: 0!Important;
    width: 25px !important;
    height: 25px !important;
	background-color:#fff;
    border-radius: 4px;
    border: 1px solid var(--Dark-Green, #1E7A6D);
 
    margin-bottom: 2%;
    margin-right: 10px;
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
}

.formSection .container .hs-form-checkbox input {
	width:auto!important;
}
.formSection .container fieldset {
	margin-top:0!important;
}

.formSection .container input {

/* Body 2 */
font-family: Barlow;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
input[type="checkbox"]:checked:after {
    content: url('https://46153535.fs1.hubspotusercontent-na1.net/hubfs/46153535/checkmark.svg');
    position: absolute;
    top: 0px;
    left: 3px;
    color: #ffffff;
}
.form-columns-2 {
	display:flex;
	gap:18px;
}

.formContainer fieldset.form-columns-2 div .input input{
  width:100% !important;
}
.formContainer label span {
   color:var(--main-text-color);
}
.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);
}

.formContainer label span {
	color: var(--Dark-Blue, #074C69);

/* Body 2 Condensed */
font-family: "Barlow Condensed";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.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: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-weight: 700;
    text-transform: capitalize;
}
.hs-form-checkbox label span {
padding-top:3px;
}

.hs-form-checkbox label span, .hs-form-radio label span {
    display: flex;
    flex: 1;
    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 (min-width:1350px) {
	

.hs_area_for_delivery.hs-area_for_delivery.hs-fieldtype-checkbox.field.hs-form-field{
	margin-right:90px!Important;
}
}

@media (max-width:1350px) {
	

.hs_area_for_delivery.hs-area_for_delivery.hs-fieldtype-checkbox.field.hs-form-field {
	margin-right:calc(90px - 5vw)!Important;
}
}

@media screen and (max-width: 991px){
	.formContentWrapper h2, .formContentWrapper p {
	max-width:600px;
	
}
  fieldset.form-columns-2 .input {
    margin-right:0px !important;
  }
  .formContainer fieldset.form-columns-2 div .input input {
      width: 92%!important;
  }
  .formContentWrapper {
    flex-basis: 100%;
  }
}
.bubble-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 80px;
}
.formSection .info-bubble {
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  color: white;
  padding: 60px;
  text-align: center;
}
.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 */
}

.extra-content.mobile {
	display:none;
}

@media screen and (max-width: 991px) {
	
.extra-content.mobile {
	display:block;
	padding-top:25px;
}
	
	
.extra-content.desktop {
	display:none;
}
	
	
  .formSection {
    padding-top: 100px;
  }
  .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 screen and (max-width: 768px) {
  .formWrapper {
    padding-top: 0px !important;
  }
  .formWrapper h2.title {
      font-size: 50px;
  }
}