





.sub_section { padding: 0; color: #fff; text-align: left; padding: 60px 0px; display: none; }
.sub_section .inner { display: flex; flex-wrap: wrap; position: relative;justify-content: space-between; }
.sub_section .inner .left {
    min-height: 230px;
    padding: 0 0 30px 0;
    position: relative;
    text-align: justify;
    width: 100%;
}
.sub_section .inner  .right { width: 100%; position: relative; padding: 25px; }
.sub_section .inner .right .input input { border-color: #fff; background: #fff; }
.sub_section .inner .right .hs-richtext { color: #fff !important; border-bottom: 2px solid #ffffff61; padding-left: 0; padding-right: 0; padding-bottom: 12px; }
.sub_section .inner .right .hs-richtext p { color: inherit !important; text-align: left !important; }
.sub_section .inner .right h3 { display: none; }
.sub_section .inner .right:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(136 136 136 / 65%); opacity: 1; filter: blur(2px); }
.sub_section .inner .left h2 { text-align: left; padding: 0 0 13px; font-size: 31px; letter-spacing: 0; color: #fff; }
.sub_section .inner .left .text-2 { position: absolute; bottom: 0; padding-right: 50px; font-size: 12px;  }
.sub_section .inner .left .text {
   
    font-weight: 600;
    line-height: 1.8;
    width: 50%;
    text-align: left;
}

.sub_section .inner .right > span { position: relative; z-index: 1; }

.sub_section .inner .right form .hs-form-field + div { padding-left: 0; padding-right: 0 !important; }
.sub_section .inner .right form  .hs_recaptcha { transform: none; }
.sub_section .inner .right form .hs_recaptcha .input { transform: scale(0.5);right: 6px;
  position: relative; }
.sub_section .inner .right form .actions { text-align: left; display: inline-block; }
.sub_section .inner .right form .actions input.hs-button.primary.large { float: left; }
.sub_section .inner .right .hs-richtext a { color: #fff !important; }
.sub_section .inner .left .text-2 p { padding: 0 !important; font-size: 12px; }


.sub_section .inner .right form .actions input.hs-button.primary.large {
  border-radius: 10px !important;
  padding: 14px 50px 15px;
}

.sub_section .hs_submit.hs-submit {
  width: 56%;
  float: left;
  padding:0 !important;
}
.hs-form-field {
  padding: 0 !important;
  margin-bottom: 30px;
}
.sub_section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: inline-block;
  text-align: center;
}
.sub_section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  float: right;
  width: 44% !important;
  margin: 0 !important;
  transform: scale(.6);
}
.sub_section input.hs-button.primary.large {
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.sub_section .right:after {
  position: absolute;
  content: '';
  border: 1px solid #fff;
  left: 25px;
  right: 25px;
  bottom: 100px;
}


@media screen  and (max-width:1100px) and (min-width:768px) {
  .sub_section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: none;
    width: 100% !important;
    margin: 0 0px 0 0px !important;
  }
  body .sub_section .right .hs_submit.hs-submit{
    width: 100%;
    float: none;
    padding:25px 0 0 !important;
    border-top: 1px solid #fff;
    text-align: center !important;
  }
  .sub_section .right:after {
    display:none;
  } 
  .sub_section .inner .right form .hs_recaptcha .input {
    right: 0;
    top: -6px;
  }
  .sub_section .hs-form-field {
    margin-bottom: 20px;
  } 
  .sub_section .grecaptcha-badge {
    width: 100% !important;
    box-shadow: none !important;
  } 
}
@media screen  and (max-width:767px) {
  .sub_section .inner .left .text-2 { position: static; padding:0;}
  .sub_section .inner .left .text { width: 100%; }
  .sub_section .inner .left { width: 100%; padding: 0 0 0px; }
  .sub_section .inner .right { width: 100%; }
  .sub_section .right:after {
    bottom: 105px;
  }
  .sub_section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    position: relative;
  } 
  .sub_section .inner .right form .hs_recaptcha .input {
    right: -63px;
    position: absolute;
    top: -3px;
  }  
  .sub_section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: block;
    float: left;
    margin: 20px 0 0!important;
    text-align: center;
    width: 100%!important;
}
  .sub_section .inner .left .text-2 p {
    font-size: 12px;
    padding: 0!important;
    clear: both;
    /* padding-top: 10px; */
}
}
@media screen and (max-width:500px){
  .sub_section { padding: 20px 0px 20px; }
  .sub_section .inner .left h2 { font-size: 24px; padding-bottom: 10px !important; }
  .sub_section .inner .left .text { font-size: 18px; }
  .sub_section .inner .right { padding: 25px 15px; }
  
  .sub_section .inner .left p {
   
    padding-bottom: 0px;
}
  .hs-form-field {
    margin-bottom: 17px !important;
}

@media screen and (max-width:400px){
  .sub_section .inner .right form .actions input.hs-button.primary.large {
    padding: 10px 0px 10px;
  }
}

body form .hs-button, form input[type=submit] {
  border-bottom: 1px solid #de1d3c !important;
}




