.lead-form-block { 
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  background: linear-gradient(0deg, rgba(16,77,199,1) 0%, rgba(0,157,226,1) 100%);
}

.lead-form-block .layout-s {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lead-form-block .content p {
  color: #ffffff;
  font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (3840 - 300)));
  max-width: 100%;
  font-family: 'MontserratSemiBold', sans-serif;
}

.lead-form-block .form {
  margin-top: 2rem;
}

.lead-form-block .form p {
  color: #ffffff;
}

.lead-form-block .form form > p:first-of-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.lead-form-block .form form > p {
  max-width: 100%;
}

.lead-form-block .form form > p > label {
  font-size: 12px;
}

.lead-form-block .form form > p > span > input {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 12px;
  font-family: Helvetica;
  font-size: 16px;
  border-radius: 20px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-family: 'MontserratRegular', sans-serif;
  text-align: center;
}

.lead-form-block .form form > p > span > input:focus,
.lead-form-block .form form > p > span > input:visited,
.lead-form-block .form form > p > span > input:active { 
  outline: none;
}

.lead-form-block .form form .wpcf7-not-valid-tip {
  color: #dedede;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.lead-form-block .form form input.wpcf7-form-control.wpcf7-submit {
  margin: 0; 
  font-family: 'MontserratRegular', sans-serif;
  font-weight: 400;
  border-color: transparent;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
}

.lead-form-block .form form span.cta:hover {
  background-color: #000;
  color: #ffffff;
}


.lead-form-block .form form span.cta > img { 
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
}

.lead-form-block .form form span.cta {
  display: flex;
  align-items: center;
  background-color: #009DE2;
  color: #ffffff;
  transition: 1s background-color ease;
  border-radius: 45px;
  padding: 13px 25px;
  box-sizing: border-box;
  cursor: pointer;
  height: fit-content;
  margin-left: 20px;
}

.lead-form-block .form .wpcf7-spinner {
  display: none!important;
}

.lead-form-block .form .wpcf7-response-output {
  padding: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'MontserratRegular', sans-serif;
}

.lead-form-block .form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffffff;
}

@media only screen and (max-width: 1380px) { 

}

@media only screen and (max-width: 870px) { 
  .lead-form-block .form form > p:first-of-type { 
    grid-template-columns: repeat(1, 1fr); 
  }
  .lead-form-block .form form span.cta {
    margin-left: 0;
    margin-top: 20px;
  }
}

.block-editor-block-list__block .lead-form-block {
  max-width: 100%;
  width: 100%; 
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  box-sizing: border-box;
}