.TwoCol_with_form_text_form_outer_wrap {
  /*     background: url(https://5981952.fs1.hubspotusercontent-na1.net/hubfs/5981952/Atlas-System-2024/Campaign-Landing-Page/Background_image.png);  */
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
  padding: 20px 0;
  padding-top:30px;
}

.logo-outer {
  display: flex;
  flex-wrap: wrap;
}
.logo-container {
  flex:0 60%;
}
.TwoCol_with_form_Content span {
  color: #393939!important;
  font-weight: 400;
  line-height: 20px;
} 

/* .TwoCol_with_form_heading {
margin-top: 100px;
} */
.TwoCol_with_form_Content .percentage {
  color: #393939 !important;
  font-weight: 800;
  line-height: 20px;
  font-size: 16px;
}
fieldset.form-columns-1 .input {
  width: 104% !important;
}

.TwoCol_with_form_Content .reduction {
  color: #393939!important;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
}


.TwoCol_with_form_text_form_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: flex-start;
}
.TwoCol_with_form_text_form_outer_wrap form label {
  display: block;
  /*     font-size: 0.875rem; */
  /* margin-bottom: 0.35rem; */
  padding-bottom: 0px;
}
.TwoCol_with_form_textFrom_leftCol{
  flex:0 50%;
}
.TwoCol_with_form_heading h1 {
  font-size: 42px !important;
  line-height: 60px !important;
  text-transform: none !important;
}
.TwoCol_with_form_bottom_text p {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  max-width: 500px !important;
  padding: 20px 0px 20px;
}

.hs-form-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px !important;
  height: 20px;
  border: 1px solid #C8161D;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;

}

.hs-form-checkbox input[type="checkbox"]:checked {
  background-color: blue; 
  border-color: blue;
}

.hs-form-checkbox input[type="checkbox"]:checked::before {
  content: '\2713'; 
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 16px;
  color: #fff; /* Checkmark color */
}
.hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field span {
  display: none;
}
.TwoCol_with_form_text_form_outer_wrap form .inputs-list {
  display: flex;
  flex-direction: column;
}
.TwoCol_with_form_text_form_outer_wrap form .inputs-list>li:nth-child(4) {
  order: 7;
}



.TwoCol_with_form_heading h1 span {
  /*   font-size: 58px !important;
  line-height: 58px !important; */
  color: #C8161D;
  font-weight:600 !important;
}
.TwoCol_with_form_Content {
  width: 80%;
}
.TwoCol_with_form_Content p {
  color: #393939 !important;
  font-size: 22px!important;
  letter-spacing: -1px;
  font-weight: 500 !important;
  line-height: 28px !important;
  padding: 0 0px 15px;
}
.TwoCol_with_form_Content p:nth-child(2) {
  padding-top: 20px;
  padding-bottom:10px;
}
.TwoCol_with_form_Content ul li {
  color: #393939!important;
  font-size: 16px!important;
  list-style: none;
  padding: 10px 0 10px 7px;
  position: relative;
  font-weight: 600 !important;
  line-height:20px;
}

.TwoCol_with_form_Content ul {
  list-style: none;
  position: relative;
}

.TwoCol_with_form_Content ul li {
  position: relative;
  cursor: pointer;
}

.TwoCol_with_form_Content ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -34px;
  width: 20px;
  height: 20px;
  background: url('https://5981952.fs1.hubspotusercontent-na1.net/hubfs/5981952/Objects.svg') no-repeat;
  background-size: 20px;
}

.TwoCol_with_form_Content ul li.checked:before {
  background: url('https://5981952.fs1.hubspotusercontent-na1.net/hubfs/5981952/Check%20icon.svg') no-repeat;
  background-size: 20px;
}
.TwoCol_with_form_textForm_rightCol {
  flex: 0 40% !important;
  /*     padding-top: 25px; */
}

.TwoCol_with_form_heading {
  /*     margin-top: 62px; */
}

.TwoCol_with_form_Content ul li:before {
  background: url(	https://5981952.fs1.hubspotusercontent-na1.net/hubfs/5981952/Objects.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  height: 20px;
  left: -36px;
  position: absolute;
  top: 14px;
  width: 20px;
}
.TwoCol_with_form_textForm_rightCol {
  flex: 0 50%; 
  position:relative;
} */
/* .hs_submit.hs-submit {
margin-top: -21px;
} */
.TwoCol_with_form_text_form_outer_wrap form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0px 0 8px; /* Uncommented and added margin */
}

.Lp_form_outer_wrap {
  background: #fff;
  border: 2px solid;
  border-color: #ffffff!important;
  border-radius: 20px;
  box-shadow: 0 -30px 204px rgb(255 77 77 / 28%);
  padding: 15px 25px 15px 25px;
}
.TwoCol_with_form_text_form_outer_wrap form input[type=email],
.TwoCol_with_form_text_form_outer_wrap form input[type=file],
.TwoCol_with_form_text_form_outer_wrap form input[type=number],
.TwoCol_with_form_text_form_outer_wrap form input[type=password],
.TwoCol_with_form_text_form_outer_wrap form input[type=search],
.TwoCol_with_form_text_form_outer_wrap form input[type=tel],
.TwoCol_with_form_text_form_outer_wrap form input[type=text],
.TwoCol_with_form_text_form_outer_wrap form select,
.TwoCol_with_form_text_form_outer_wrap form textarea {
  /* Uncomment and adjust styles as needed */
  /* background-color: #fff; */
  border: 1px solid;
  /* border-radius: 10px; */
  /* color: #101c3f; */
}


.TwoCol_with_form_formTitle p {
  text-align: center;
  color: #00000075 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 500 !important;
  font-family:DM Sans,sans-serif !important;
  padding-bottom:10px !important;
  padding-top:10px !important;
}
.hs-richtext a {
  color: #C8161D;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'DM Sans';
}

.TwoCol_with_form_formTitle p span {
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  font-family: Jost, sans-serif !important;
  padding-bottom: 20px;
}

.TwoCol_with_form_text_form_outer_wrap ._light_background .actions:before {
  display: none !important;
}

.TwoCol_with_form_text_form_outer_wrap ._light_background .actions:after {
  display: none !important;
}
.TwoCol_with_form_Form h3 {
  display: none;
}
.TwoCol_with_form_text_form_outer_wrap ._light_background .actions {
  background-color: #C8161D;
}
.TwoCol_with_form_text_form_outer_wrap a._light_background,._light_background .actions:has(input[type=submit].hs-button){
  padding: 0px !important;
}
input.hs-button.primary.large {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Jost';
  line-height: 26.01px;
}

.TwoCol_with_form_Form form {
  background: transparent;
}

.TwoCol_with_form_Form form input[type=text], .TwoCol_with_form_Form form input[type=email], .TwoCol_with_form_Form form input[type=tel] {
  /*     padding: 10px 16px !important; */
  border-color: #D9D9D9;
  color: #000;
  border-radius: 8px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.TwoCol_with_form_Form form input:focus-visible{
  /*   border-color:transparent !important; */
  outline:none !important;
}
.TwoCol_with_form_Form form input::placeholder {
  color: #0000004D;
  font-size: 18px;
  line-height:27px;
}
.TwoCol_with_form_Form form .hs-input.invalid.error {
  border-color: #b93431 !important;
}
.TwoCol_with_form_Form form .hs-error-msg{
  font-size: 13px;
  line-height: 19px;
  color:#b93431 !important;
}
.TwoCol_with_form_Form form .hs-form-field {
  margin-bottom: 5px !important;
}
.hs-dependent-field span {
  color: #666666 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'DM Sans';
}
.hs-richtext.hs-main-font-element p {
  font-size: 14px !important;
  color: #666666 !important;
  font-weight: 400!important; 
  line-height: 18px !important;
  font-family: 'DM Sans'!important;
  max-width: 472px!important;
}

.hs-input::placeholder {
  color: #666666!important;
  font-size: 15px !important;
  font-weight: 400!important;
  line-height: 21px;
  font-family: 'DM Sans'!important;
}
.TwoCol_with_form_Form form .hs-button, 
.TwoCol_with_form_Form form input[type=submit]{
  background:transparent !important;
  color:#000 !important;
  font-weight:700 !important;
}

.TwoCol_with_form_Form form .hs_submit.hs-submit .actions {
  width: 100%;
}
.TwoCol_with_form_Form form div#hs_form_target_form_926225322 .submitted-message.hs-main-font-element {
  padding: 50px 0px !important;
  background: transparent !important;
  text-align: center !important;
  color: #00000075 !important;
  font-size: 28px !important;
  font-family: DM Sans, sans-serif !important;
}
.submitted-message{
  padding: 50px 0px !important;
  background: transparent !important;
  text-align: center !important;
  color: #00000075 !important;
  font-size: 28px !important;
  font-family: DM Sans, sans-serif !important;
}
.TwoCol_with_form_Content ul {
  margin: 0px;
}
.TwoCol_with_form_text_form_outer_wrap ._light_background input[type=submit].hs-button.primary.large{
  padding: 12px 26px !important;
  width: 100%;
  background: #961116 !important;
}
.TwoCol_with_form_text_form_outer_wrap ._light_background input[type=submit].hs-button.primary.large:hover {
  background: #CC0008 !important;
}

.TwoCol_with_form_Form input.hs-button.primary.large {
  background: #961116 !important;
  border-radius: 4px!important;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
}
.TwoCol_with_form_Form input.hs-button.primary.large:hover {
  background: #cc0008 !important;
}

@media(max-width:1261px){
  .TwoCol_with_form_heading h1 br {
    display: none;
  }
  .TwoCol_with_form_heading {
    margin-top: 0px;
  }
}
@media(max-width:1200px){
  .TwoCol_with_form_text_form_inner_wrap {
    display: flex;
    gap:0px;
    align-items: center;
    flex-wrap: wrap;
  }
  .TwoCol_with_form_textForm_rightCol {
    flex: 0 47%; 
  }
  .TwoCol_with_form_heading {
    margin-top: 0px;
  }
}
@media(max-width:991px){
  .TwoCol_with_form_text_form_inner_wrap {
    display: block;

  }

  .TwoCol_with_form_textForm_rightCol {
    padding-top: 30px;
  }
  .Lp_form_outer_wrap{
    background:transparent; 
  }
  .TwoCol_with_form_Content {
    width: 100%;
  }
  .logo-container {
    flex: 0 100%;
  }
  .TwoCol_with_form_heading {
    margin-top: 0px;
  }
}
@media(max-width:768px){
  .TwoCol_with_form_heading h1 {
    font-size: 30.86px!important;
    line-height:45px !important;
  }
  .TwoCol_with_form_heading h1 span {
    font-size:45px !important;
    line-height:45px !important;
  }
  .TwoCol_with_form_Content ul li:before {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .TwoCol_with_form_Content ul li{
    /*     padding-left:15px; */
  }
  .TwoCol_with_form_Content ul {
    /*     padding-left: 20px; */
  }
  .TwoCol_with_form_heading {
    margin-top: 0px;
  }
}
@media(max-width:481px){
  .TwoCol_with_form_Form form div#hs_form_target_form_926225322 .submitted-message.hs-main-font-element{
    font-size:20px !important;
  }
  .submitted-message{
    padding:25px 0px !important;
    font-size:16px !important;
    font-family: DM Sans, sans-serif !important;
  }

  fieldset.form-columns-1 .input {
    width:unset; !important; 
  }


  .TwoCol_with_form_heading {
    margin-top: 0px;
  }

  /*   .Lp_form_outer_wrap {
  box-shadow: 0 0px 34px rgb(255 77 77 / 46%);

} */
}
@media(max-width:400px){
  .TwoCol_with_form_heading h1 {
    font-size: 26.86px!important;
    line-height:35px !important;
  }
  .TwoCol_with_form_heading h1 span {
    font-size:35px !important;
    line-height:35px !important;
  }
  fieldset.form-columns-1 .input{

    width:98% !important;

  }
  .TwoCol_with_form_heading {
    margin-top: 0px;
  }
  /*   .Lp_form_outer_wrap {
  box-shadow: 0 0px 34px rgb(255 77 77 / 46%);

} */
}


