.bannerForm__title{
  margin-bottom:1rem;
}
.bannerForm form .field>label{
  display:none;
}
.bannerForm form .field input:not([type="submit"]),
.bannerForm form .field textarea{
  border-bottom: 2px solid #BFCEE8;
  border-radius:0;
  padding:16px 0;
  font-weight: 400;
  font-size: 16px;
  color: #102447;
  width:100%!important;
}
.bannerForm form .field textarea{
  height:120px;
}
.bannerForm form input[type="submit"]{
  background-color: #FA3338;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 17px 30px;
  margin-top: 30px;
  transition:.2s all linear;
  -webkit- transition:.2s all linear;
  position:relative;
  top:0;
}
.bannerForm form input[type="submit"]:hover{
  top:-10px;
}
.bannerForm__form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #102447;
}
.bannerForm__form ::-moz-placeholder { /* Firefox 19+ */
  color: #102447;
}
.bannerForm__form :-ms-input-placeholder { /* IE 10+ */
  color: #102447;
}
.bannerForm__form :-moz-placeholder { /* Firefox 18- */
  color: #102447;
}
.popup-commen input[type=email], .popup-commen input[type=file], .popup-commen input[type=number], .popup-commen input[type=password], .popup-commen input[type=tel], .popup-commen input[type=text], .popup-commen select, .popup-commen textarea {
  border: 0;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  border-bottom: 2px solid #BFCEE8;
  padding: 15px 20px 15px 0px;
  background: transparent;
  color: #102447;
  border-radius: 0;
  font-weight:400;
}
.popup-commen form input[type=submit] {
  background: #FA3338;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 30px;
  margin-top: 60px;
}
.popup-commen textarea{ height: 147px; width: 100% !important; resize:none;}
.popup-commen form label > span {
  display: none;
}
.popup-commen .hs-error-msg{ font-size:12px;}
.popup-commen h3 {
  letter-spacing: 0.01em;
  color: #102447;
  font-weight: 600;
  margin-bottom: 20px;
}
.popup-commen span.subtext {
  display: block;
  font-size: 18px;
  padding-left: 60px;
  position: relative;
}
.popup-commen span.subtext:before {
  position: absolute;
  content: "";
  background: #CF995F;
  width: 30px;
  height: 2px;
  left: 0;
  top: 16px;
}
.popup-commen {
  position: relative;
  background: #F5F8FC;
  padding: 100px;
  width: auto;
  max-width: 730px;
  margin: 20px auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(255,255,255,0.75);
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
label.hs-main-font-element {
  color: #ef6b51;
  font-size: 14px;
}
.mfp-close {
  right: 20px !important;
  top: 20px !important;
  opacity: 1 !important;
  background: url(https://2272464.fs1.hubspotusercontent-na1.net/hubfs/2272464/close-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
}
a.open-popup-link {
  background: #FA3338;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo,sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 9px 30px;
}
a.scroll-link {
  background: #FA3338;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Exo,sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 9px 30px;
}
.cta_btn {
  padding-left: 80px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p{
  font-size:14px;
  color:#102447;
}


.hs-form-booleancheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 21px !important;
  line-height: 1.3;
}

/* Hide the browser's default checkbox */
.hs-form-booleancheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.hs-form-booleancheckbox span:before {
  content:"";
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #BFCEE8;
}

/* On mouse-over, add a grey background color */
.hs-form-booleancheckbox:hover input ~ span:before {
  background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */
.hs-form-booleancheckbox span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.hs-form-booleancheckbox input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.hs-form-booleancheckbox span:after {
  left: 6px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #102447;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imageCopy__list{
  padding-left:80px;
  position:relative;
  margin-top: 50px;
}
.imageCopy__list:before{
  content:"";
  width:65px;
  height:2px;
  background-color:#CF995F;
  position:absolute;
  top:15px;
  left:0;
}
.imageCopy__list ul{
  padding-left:15px;
}
.imageCopy__list ul li{
  margin-top:5px;
}
.imageCopy__list p {
  margin-bottom: 10px;
}

@media (max-width:991px){
  .imageCopy__list{
    margin-top:20px;
  }
  .imageCopy__list ul{
    margin-bottom:30px;
  }
}
@media (max-width: 900px){
  .mfp-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:767px){
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .popup-commen{ padding:30px;}
  .popup-commen h3 {
    font-size: 32px;
    padding-right: 50px;
  }
  .mfp-close {
    right: 0px !important;
    top: 0px !important;
  }
}
@media (max-width:575px){
  .imageCopy__list{
    padding-left:23px;
  }
  .imageCopy__list:before{
    width:18px;
  }
  .cta_btn {
    padding-left: 23px;
  }
}