.post-cta-form {
  margin-bottom: 45px;
}
.banner-with-form-section.form_enabled {
  padding-bottom: 125px;
}
.banner-with-form-section {
  display: flex;
  align-items: center;
  padding: 40px 30px 55px;
  position: relative;

  background-position: 95% 40%;
  background-repeat: no-repeat;
  background-size: 900px 900px;
  box-shadow: 15px 25px 99px #0000001A;
}
.banner-with-form-section .cta-content {
  max-width:400px;
  color: #fff;
}
.banner-with-form-section h2 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.blog-form-mod .content-wrapper {
  display: flex;
  justify-content: center;
}
.text-with-form-area .text-area {
  max-width: 505px;
  padding-top: 75px;
  padding-right: 55px;
}
.text-with-form-area .text-area p {
  font-size: 18px;
  line-height: 28px;
}
.text-with-form-area .gallery-area img {
  width: 100%;
}
.text-with-form-area .form-area {
  max-width: 540px;
  background: #fff;
  box-shadow: 15px 25px 120px #0000001A;
  position: relative;
  height: 100%;  
  padding: 43px;
  margin: -112px auto 0;
}
.text-with-form-area .form-area h4 {
  margin-bottom: 50px;
}
.text-with-form-area .hs-form-field {
  margin-bottom: 13px;
}
.form-area form fieldset{
  gap:34px;
}
.form-area input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), 
select, textarea {
  font-family: Knowledge2017TF, sans-serif !important;
  min-height: 2.9rem;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  color: var(--ra-grey-dark);
}
.hs-error-msg {
  color: #AB3300; !important;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--ra-grey-dark);
}

:-ms-input-placeholder { /* Internet Explorer */
  color: var(--ra-grey-dark);
}

::placeholder {
  color: var(--ra-grey-dark);
}
.form-area span, .field>label, .form-group label, .form-group span {
  font-family: Knowledge2017TF, sans-serif !important;
  font-weight: 400; 
  font-size: 15px;
  margin-bottom: 14px;
}
.legal-consent-container .hs-form-booleancheckbox-display p strong {
  font-weight: 600;
}
.form-area legend.hs-field-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Nunito";
}
.form-area fieldset.form-columns-1 input[type=checkbox]{
  width:19px !important;
  height:19px !important;
  border-radius: 5px;
  display:none !important;
}
.legal-consent-container .hs-form-booleancheckbox-display input{
  display:none !important;
}
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  padding-left: 35px;
  margin-left:0px;
  position:relative;
}
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span:before{
  background: #fff;
  border: 1px solid #000;
  content: "";
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
  border-radius: 5px;
}
.form-area .legal-consent-container .hs-form-booleancheckbox-display>span:after{
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-area fieldset.form-columns-1 input[type=checkbox]:checked + span:before,.form-area .legal-consent-container input[type=checkbox]:checked + span:before{
  background:#AB3300;;
  border-color:#AB3300;;
}
.form-area fieldset.form-columns-1 input[type=checkbox]:checked + span:after,.form-area .legal-consent-container input[type=checkbox]:checked + span:after{
  display:block;
}
.form-area form .hs-richtext p{
  font-size: 12px;
  font-family: "Nunito";
  line-height: 21px;
  font-weight: 600;
  margin-bottom:29px;
}
.form-area form .hs_submit{
  width:100%;
  max-width:100%;
}
.form-area form input[type=submit].hs-button {
  justify-content:center;
  align-items:center;
  font-size: 15px;
}
.form-area legend.hs-field-desc {
  font-size: 12px !important;
  font-family: "Nunito" !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  color: #30343B !important;
}
.form-area .input .inputs-list{
  display:flex;
  flex-wrap:wrap;
}
.form-area .input .inputs-list li.hs-form-radio{
  width:50%;
  max-width:100%;
  margin:6px 0px;
}
.form-area .input .inputs-list li.hs-form-radio label{
  display:flex;
  align-items:center;
}

.form-area .input .inputs-list li.hs-form-radio label span{
  padding-left:41px;
  margin-bottom:0px;
  font-weight:400;
  position:relative;
  min-height:28px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.form-area .input .inputs-list li.hs-form-radio label span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
}
.form-area .hs-richtext a {
  text-decoration: underline;
}
.form-area .input .inputs-list li.hs-form-radio label span:after{
  content: '';
  width: 16px;
  height: 16px;
  background: #AB3300;;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-area fieldset.form-columns-1 input[type=radio]:not(:checked) + span:after {
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}
.form-area fieldset.form-columns-1 input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-area fieldset.form-columns-1 input[type=radio] {
  display:none;
  width: 28px !important;
  height:28px !important;
}
.form-area .hs-fieldtype-textarea.hs-input{
  min-height:110px;
  margin-top:15px;
}
/* xctm Code*/
.form-area .hs-error-msgs {
  order: 3;
  padding-top: 10px;
}
.form-area select {
  background-image: url('https://19565931.fs1.hubspotusercontent-na1.net/hubfs/19565931/Imagen%202023/down-chevron%20(1).svg');
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  height: auto;
  line-height: 1;
  color: #A09C98;
}

@media (max-width:1440px){
  .banner-with-form-section {
    background-position: 135% 40%;
  }
}
@media(max-width:991px){
  .banner-with-form-section h1 {
    max-width: 100% !important;
  }
  .text-with-form-area .content-wrapper {
    display: block;
  }
  .text-with-form-area .text-area {
    max-width: 100%;
    padding-right: 0px;
    padding-top: 75px;
    margin-bottom: 30px;
  }
  .form-area form fieldset{
    gap:0px;
  }
  .form-area .input .inputs-list li.hs-form-radio:nth-child(odd){
    padding-right:15px;
  }

} 
@media(max-width:1199px){
  .banner-with-form-section {
    background-position: 135% 50%;
    background-size:800px 800px;
  }
}
@media (max-width:770px){
  .post-text.first:before {
    height: 6px;
    left: 0;
    top: -20px;
    width: 110px;
  }
}

@media (max-width:575px){
  .banner-with-form-section.form_enabled {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
  .text-with-form-area .form-area {
    margin-top: 0;
  }
  .form-area .input .inputs-list li.hs-form-radio{
    width:100%;
  }
  .form-area .input .inputs-list li.hs-form-radio:nth-child(odd){
    padding-right:0px;
  }
  .text-with-form-area .form-area{
    padding:43px 30px;
  }
  .form-area .input .inputs-list li.hs-form-radio label {
    margin: 0px;
  }
}
@media (max-width:480px){
  .form-area .input .inputs-list li.hs-form-radio label span:before {
    width: 20px;
    height: 20px;
  }
  .form-area .input .inputs-list li.hs-form-radio label span:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
  }
  .form-area .input .inputs-list li.hs-form-radio label span {
    margin-left: 0;
    margin-bottom: 0px;
    padding-left:30px;
  }
}