.main_banner{
  background-size: cover;
  background-position: center;
}
.banner-page-center{
  position: relative;
}
.banner-row{
  width: 50%;
}
.banner-content{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.banner-content h1{
  color:#fff;
  margin: 0;
  font-weight: 700;
  letter-spacing: 6px;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
  font-size: 36px;
  line-height: 40px;
 
}
.banner_subtitle p{
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size:16px;
  line-height: 1.5;
  color: #fff;

}

.banner_form .actions{
  margin: 0;
  font-family: 'Avenir';
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  background: rgb(23, 187, 126);
  border: 0px;
}
.banner_form .actions:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  background-color: rgb(5, 51, 255);
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.banner_form .hs-button {
  background-color: transparent !important;
  margin: 0;
  border: 0 !important;
  font-size: inherit;
  color: inherit;
  overflow: visible !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.banner_form > .hs_cos_wrapper >h3{
  display:none;
}


.banner_form .actions:hover:before {
  width: 100%;
}
.banner_form .hs_email>label>span {
  display: none;
}
.banner_form .hs-form-field {
  margin-bottom: 0px;
}
.banner_form .hs_submit {
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.banner-section .dnd-section>.row-fluid{
  padding-left: 0rem!important;
  padding-right: 0rem!important;  
}
.banner_form {
  position: relative;
  margin-top: 2px;
}
.banner_form .hs-input:focus{
  box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(5 51 255) 0px 0px 0px 3px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  outline:0
}
.banner_form .hs_error_rollup{
  display:none;
}

.banner_form  form .inputs-list{
  position: absolute;
}
.banner_form form .inputs-list > li {
  display: inline-block;
  margin: 0px;
}
.banner_form .hs-error-msgs label{
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fd4f57;
  line-height: 1.5;
  margin: 0px;
  font-size: 16px;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing{
  padding: 0px 0px!important;
}

@media (min-width: 640px){
  .banner-content{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px){
  .banner-page-center:before{
    content: '';
    display: block;
    height: 100%;
    width: 1000px;
    background-color: #0b083f;
    position: absolute;
    right: 100%;
    top: 0;  
  } 
  .banner-content{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    padding-top: 4rem;
    padding-bottom: 0rem;
    display: flex;
    height: 100%;
    height: 80vh;
    max-height: 36rem;
    align-items: center;
  }
  .banner-row{
  }
}
@media (min-width: 1024px){
  .banner-content{
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  } 
  .banner-content h1{
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1280px){
  .banner-page-center{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-row{
    width: 41.666667%;
  }
  .banner-content{
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1120px;
  } 
}
@media (min-width: 1536px){
  .banner-page-center{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1240px;
  }
}

@media (max-width: 767px){
  .banner-row {
    width: 100%;
    background: #0b083f !important;
  }
}
