.submitted-message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 5px 10px;
  border-radius: 3px;
}
.bnr-mdl-lp .flex-row {
  align-items: center;
  justify-content: space-between;
}
.bnr-mdl-lp {
  background-color: #eef7fc;
  /*   border-radius: 22px 22px 0 0; */
  padding: 170px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bnr-mdl-lp .cnt-blk {
  width: 55%;
  max-width: 618px;
}
.bnr-mdl-lp .cnt-blk h1 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 85px;
  position:relative;
  margin-bottom: 20px;
}
.bnr-mdl-lp .cnt-blk h1:before {
  background: linear-gradient(90deg,#1193ca,#62c64a);
  border-radius: 10px;
  bottom: 0;
  content: "";
  filter: blur(50px);
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: calc(100% - 70px);
  z-index: 1;
}
.bnr-mdl-lp .cnt-blk h1 span {
  font-weight: 600;
}
.bnr-mdl-lp .cnt-blk .summary {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 28.889px;
  font-weight: 400;
  line-height: normal;
  max-width: 610px;
  margin-bottom: 40px;
}
.bnr-mdl-lp .cnt-blk .req-frm form.hs-form {
  width: 100%;
  padding: 0px;
  position:relative;
}
.bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs-form-field {
  margin: 0px;
  padding: 0px;
}
.bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs-form-field .input input.hs-input {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  color: #9D9D9D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 23px 200px 22px 30px !important;
  border: 0px;
}
.bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs-form-field .input input.hs-input::placeholder {
  color: #9D9D9D;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  border-radius: 10px;
  background: linear-gradient(90deg, #1193CA 0%, #62C64A 100%);
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 100%;
  max-width: 193px;
  padding: 18px 15px 17px 15px;
}
.bnr-mdl-lp .cnt-blk .req-frm .submitted-message {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}
.bnr-mdl-lp .img-blk {
  padding-left: 30px;
  position: relative;
  max-width: 443px;
  margin-left: auto;
  width: 45%;
}
.video-outer:before {
  background-image: url(https://44144240.fs1.hubspotusercontent-na1.net/hubfs/44144240/rcs-lp2024/video-frame-updated.png);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-outer {
  position: relative;
  padding: 6% 5% 0;
}

.bnr-mdl-lp .img-blk video {
  width: 100%;
  height: 100%;
}
.bnr-mdl-lp .img-blk video {
  height: auto;
  width: 100%;
  border-radius: 48px 48px 0px 0px;
  vertical-align: bottom;
  position: relative;
}


@media screen and (max-width: 1200px) {
  .bnr-mdl-lp .cnt-blk h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .bnr-mdl-lp .cnt-blk .summary {
    font-size: 24.889px;;
  }
  .bnr-mdl-lp .img-blk {
    padding: 0px 40px 0px 70px;
  }
}
@media screen and (max-width: 1024px) {
  .bnr-mdl-lp .img-blk video {
    border-radius: 58px 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .bnr-mdl-lp .img-blk {
    padding: 0 0px 0 50px;
  }
  .bnr-mdl-lp .cnt-blk h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .bnr-mdl-lp .cnt-blk .summary {
    font-size: 20.889px;
  }
}


@media screen and (max-width: 767px) {
  .bnr-mdl-lp .cnt-blk {
    width: 100%;
  }
  .bnr-mdl-lp .img-blk {
    text-align: center;
    margin-top: 45px;
    width: 100%;
    margin-right:auto;
  }
  .bnr-mdl-lp .img-blk video {
    width: 100%;
    max-width: 350px;
  }
  .bnr-mdl-lp {
    padding: 130px 0 0;
  }
  .bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
    max-width: 150px;
    padding: 18px 6px 18px;
  }
  .bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs-form-field .input input.hs-input {
    padding: 23px 165px 22px 20px;
  }
  .bnr-mdl-lp .img-blk {
    padding: 0;
    max-width: 380px;
  }
  .bnr-mdl-lp .img-blk video {
    border-radius: 45px 45px 0 0;
  }
}
}
@media screen and (max-width: 599px) {
  .cnt-blk form .hs_submit.hs-submit .actions {
    padding: 0;
  }
  .bnr-mdl-lp .cnt-blk .req-frm form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
    max-width: 100%;
    padding: 18px 16px;
    position: static;
  }
}