.post_bottom_area{

  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.post_pane_botoms {
  border-radius: 0.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: rgb(5, 51, 255);
}

.post_pane_botoms {
  border-radius: 0.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.post-pane_left {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 50%;
  padding-right: 15px;
}

.post-pane_right {
  position: relative;
  height: auto;
  width: 50%;
  padding-left: 15px;
}

.post_page_right_image {
  opacity: 1;
  margin-top: -30px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: content-box;
}
.post_page_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;
}
.post_page_form  form .inputs-list {
  position: absolute;
}
.post_page_form  form .inputs-list > li {
  display: inline-block;
  margin: 0px;
}
.post_page_form .hs_error_rollup{
  display:none;
}
.post_page_right_image>img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.post-pane_left>h1 {
  margin: 0;
  font-weight: 700;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
  font-size: 36px;
  line-height: 40px;
  COLOR: #FFF;
}

.pane_summry {
  margin-bottom: 0.5rem;
}

.pane_summry>p {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  COLOR: #FFF;
}
.post_page_form .hs-form-field {
  margin-bottom: 0px;
}
.post_page_form .hs_email>label {
  display: none;
}
.post_page_form .hs-input {
  width: 100%;
  border-radius: 1.5rem;
  background: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-family: 'Avenir';
  line-height: 1.5;
  box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(209 213 219) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  border: 0px solid #fff;
  font-size: 16px;
  color: rgb(11, 8, 63);
}
.post_page_form .hs_submit {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.post_page_form {
  position: relative;
}
.post_page_form .form-title{
  display: none;
}
.post_page_form .hs-button {
  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;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: rgb(23, 187, 126);
  border: 0px;
}
.post_page_form .hs_submit .actions{
  margin-bottom:0px;
}
@media (min-width: 640px){
  .post_bottom_area{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  } 
}

@media (min-width: 768px){
  .post_bottom_area{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }  
}

@media (min-width: 1024px){
  .post_bottom_area{
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  } 
  .post_pane_botoms {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .post_bottom_area{
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1120px;
  }   
  .post_pane_botoms {
    height: 20rem;
  }
}

@media (min-width: 1536px){
  .post_bottom_area{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1240px;
  }   
}



@media screen and (max-width: 1023px){

  .post_page_form .hs_submit{
    position: relative;
    right: 0;
    bottom: 0;
    padding-top: 16px;
  }
  .post_page_form .hs-button{
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .post_page_form .hs_submit .actions{
    width: 100%;
  }

  .post_page_form form .inputs-list {
    position: relative;
  }
}

@media (max-width: 1023px) and (min-width: 768px){
  .post_bottom_area {
    overflow: hidden;
  }

  .post_page_right_image>img {
    width: 85%;
  }

  .post_page_right_image{
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 105vw;
    margin-top: 0;
  }
  .post-pane_right{
    width: 100%;
    height: 500px;
    margin-left: 0px;
    padding-left: 0;
  }
  .post_bottom_section {
    overflow: hidden;
  }
  .post-pane_left{
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
    padding-bottom: 8px;
    padding-top: 24px;
  }
  .post_pane_botoms{
    display: block;
  }

  .post-pane_left>h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px){
  .post_bottom_area{
    overflow: hidden;
  }
  .post_page_right_image>img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    opacity: 1;
  }

  .post_page_right_image{
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 105vw;
    left: 0;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .post-pane_right{
    width: 100%;
    margin-left: 0px;
    height: 75vw;

  }
  .post_bottom_section {
    overflow: hidden;
  }
  .post-pane_left{
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    padding-right: 0;
    align-self: center;
    padding-top: 24px;
  }
  .post_pane_botoms{
    display: block;
  }
  .post-pane_left>h1{
    font-size: 30px;
    line-height: 36px;
  }

}