.formWrapper {
  display: flex;
  flex-wrap: wrap;
	gap:40px;
  align-items: center;
  justify-content: space-between;
}


.form-title-eyebrow {
	padding-bottom:20px;
	color:#fff;
	font-size:22px;
}

.formContentWrapper .eyebrow {
	color: var(--MW-greyish, #435362);

/* Eyebrow */
font-family: "Avenir Next";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
}

.formWrapper h2.title {
  font-style: normal;
  font-variation-settings: "opsz" 0, "wght" 300;
  margin-bottom: 25px;
  margin-top: 0;
}

.formContentWrapper {
	    max-width: 861px;
    width: 100%;
}

.formContentWrapper h3 {
	color: var(--MW-greyish, #435362);

/* H3 */
font-family: "Avenir Next";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 28.8px */
letter-spacing: -0.24px;
}

.formContentWrapper p {
  color: var(--MW-greyish, #435362);

/* Body */
font-family: "Avenir Next";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.two-col-group {
	flex-wrap:wrap;
	display:flex;
	padding-top:36px;
	gap:36px;
}

.two-col-group img {
max-width:412px!important;
}


.formTitle {
   color: var(--MW-greyish, #435362);

/* H3 */
font-family: "Avenir Next";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 28.8px */
letter-spacing: -0.24px;
	margin-bottom:18px;
}
.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);
}

.formContainer h3 {
margin:0;
}

.formContainer input[type=submit] {
	   border: 2px solid var(--MW-greyish, #FF8300);
  background-color: #FF8300;
  border-radius:0px;
  display: inline-flex; 
  padding: 16px 20px;
  text-decoration: none;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-out;
  position:relative;
  z-index:1;
	color: var(--Black, #000);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Button */
font-family: "Avenir Next";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
}

.formContainer input[type=submit]:hover {
	 background-color: #e35015;
	cursor:pointer;
	text-decoration:none;
	color:#000;
}


.formContainer label, .formContainer label span {
	    margin: 0;

}



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

.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 40px 0 14px; /* add right padding so text doesn't overlap the arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'><path d='M0.5 1L6.5 7L12.5 1' stroke='black'/></svg>");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 13px 8px; 
}
.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;
}
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;
}


.formContainer fieldset.form-columns-2 div .input input{
  width:100% !important;
}
.formContainer label span {
color: var(--MW-greyish, #435362);

/* Small Body */
font-family: "Avenir Next";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
}
.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;
  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, .hs-form-radio label span {
    display: flex;
	color:#fff;
    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 {
color: var(--MW-greyish, #435362);

/* Small Body */
font-family: "Avenir Next";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
}

@media screen and (max-width: 991px){
  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: 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 */
}
@media screen and (max-width: 991px) {
  .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 {
		gap:0;
    padding-top: 0px !important;
  }
  .formWrapper h2.title {
      font-size: 50px;
  }
}