
/* new  button changed */
.lpTextButton_outer_wrapper .lpText_rightCol a._dark_background:hover:before {
  border-color: #c8161d !important;
}

.lpTextButton_outer_wrapper .lpText_rightCol a._dark_background:before {
  border-left: 0px solid #fff!important;
  border-top: 0px solid #fff!important;
}
.lpTextButton_outer_wrapper  a._dark_background:before, a._light_background:before, ._dark_background .actions:has(input[type=submit].hs-button):before, ._light_background .actions:has(input[type=submit].hs-button):before {
  /* border-left: 8px solid #c8161d !important; */
  /* border-top: 8px solid #c8161d !important; */
  content: "" !important;
  /* height: 40px !important; */
  /* left: -5px !important; */
  /* position: absolute !important; */
  top: -5px !important;
  width: 40px !important;
}
.lpTextButton_outer_wrapper .lpText_rightCol a._dark_background:after {
  border-bottom: 0px solid #fff!important;
  border-right: 0px solid #fff!important;
}
.lpTextButton_outer_wrapper  .lpText_rightCol a._dark_background {
  border-color: #fff!important;
  text-transform: none!important;
}
.lpTextButton_outer_wrapper a._dark_background:after, a._light_background:after, ._dark_background .actions:has(input[type=submit].hs-button):after, ._light_background .actions:has(input[type=submit].hs-button):after {
  border-bottom: 0px solid #c8161d !important;
  border-right: 0px solid #c8161d !important;
  bottom: -5px !important;
  content: "" !important;
  height: 40px !important;
  position: absolute !important;
  right: -5px !important;
  width: 40px !important;
}

.lpTextButton_outer_wrapper .lpText_rightCol a._dark_background {
  background: #fff!important;
  border: 1px solid #ffff !important;
  color: #c8161d!important;
  padding: 17px 30px !important;
  font-family:Inter,sans-serif!important;

}

.lpTextButton_outer_wrapper {
  padding: 35px 0;
}
.lpTextButton_outer_wrapper .lpTextButton_inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width:1200px;
  margin:0 auto;
  background-color: #961116;
  padding: 64px 80px;
  border-radius: 8px;
}
.lpText_leftCol {
  flex: 0 70%;
  padding: 10px 0;
}
.lpTextButton_outer_wrapper .lpText_rightCol {
  flex: 0 35%;
  display: flex;
  justify-content: center;
}
.lpTextButton_outer_wrapper .lpText_leftCol h2 {
  color: #fff!important;
  text-transform: none!important;
  font-size: 32px !important;
  font-family: Inter, sans-serif !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  max-width: 500px;
}
.lpTextButton_outer_wrapper .lpText_leftCol h2 span{
  font-family: Inter, sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
}
.lpText_rightCol  a._dark_background {
  border-color:#fff !important;
  text-transform: none !important;
}
.lpText_rightCol a._dark_background:hover{
  border: 1px solid #c8161d !important;
  background: #fff !important;
  color: #c8161d !important;
}
.lpText_rightCol a._dark_background:before{
  border-left: 8px solid #FFF !important;
  border-top: 8px solid #FFF !important;
}
.lpText_rightCol a._dark_background:after {
  border-bottom: 8px solid #FFF !important;
  border-right: 8px solid #FFF !important;
}
.lpText_rightCol a._dark_background:hover::before,  
.lpText_rightCol a._dark_background:hover::after {
  border-color: #C8161D  !important;
}
@media(max-width:768px){
  .lpTextButton_inner_wrap {
    display: block;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 {
    font-size: 30px !important;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 {
    font-size: 34px !important;
    line-height: 100% !important;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 span{
    font-size: 24px !important;
    line-height: 100% !important;
  }
  .lpText_leftCol h2 br{
    display:none; 
  }
  .lpText_rightCol{
    padding-top:30px; 
    justify-content: left;
  }
  .lpTextButton_outer_wrapper .lpTextButton_inner_wrap {

    display: unset; 

  }
}
@media screen and (min-device-width: 1500px) and (max-device-width: 2880px) {
  .page_center-new {
    margin: 0 auto !important;
    max-width: 1360px !important;
    padding: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .lpTextButton_inner_wrap {
    display: block;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 {
    font-size: 30px !important;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 {
    font-size: 34px !important;
    line-height: 100% !important;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 span {
    font-size: 24px !important;
    line-height: 100% !important;
  }
  .lpText_leftCol h2 br {
    display: none;
  }
  .lpText_rightCol {
    padding-top: 30px;
    justify-content: left;
  }
  .lpTextButton_outer_wrapper .lpTextButton_inner_wrap {
    display: block !important;
    padding: 40px 20px;
    text-align: center !important;
  }
  .lpTextButton_outer_wrapper .lpText_leftCol h2 {
    color: #fff !important;
    font-family: Inter, sans-serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    text-transform: none !important;
    max-width: 700px !important;
  }
