/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-custom-form {
  display: block;
  position: relative;
  padding-top: 120px;
  padding-top: calc(50px + (120 - 50) * (100vw - 767px) / (1920 - 767));
  padding-bottom: 210px;
  padding-bottom: calc(118px + (210 - 118) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-custom-form {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .block-custom-form {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .block-custom-form {
    padding-bottom: 118px;
  }
}
@media screen and (min-width: 1920px) {
  .block-custom-form {
    padding-bottom: 210px;
  }
}
.block-custom-form * {
  color: #184e51;
}
.block-custom-form__form-title {
  margin-top: 0;
  margin-bottom: 55px;
  margin-bottom: calc(32px + (55 - 32) * (100vw - 767px) / (1920 - 767));
  padding-left: 57px;
  background-image: url(images/icon-title-form-title.be092c.svg);
  background-repeat: no-repeat;
  background-position: 0 -11px;
  background-size: 57px 74px;
  font-weight: 400;
  font-size: 48px;
  font-size: calc(24px + (48 - 24) * (100vw - 767px) / (1920 - 767));
  line-height: 48px;
  line-height: calc(48px + (48 - 48) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-custom-form__form-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .block-custom-form__form-title {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .block-custom-form__form-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .block-custom-form__form-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .block-custom-form__form-title {
    line-height: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .block-custom-form__form-title {
    line-height: 48px;
  }
}
@media (max-width: 1479.98px) {
  .block-custom-form__form-title {
    background-position: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .block-custom-form__form-title {
    background-position: 0 -16px;
  }
}
@media (max-width: 767.98px) {
  .block-custom-form__form-title {
    margin-bottom: 18px;
  }
}

.fz-form, .block-custom-form .wpcf7-form {
  display: block;
  position: relative;
}
.fz-form .ajax-loader, .block-custom-form .wpcf7-form .ajax-loader {
  display: none;
}
.fz-form input[type=text], .fz-form input[type=email], .fz-form textarea, .block-custom-form .wpcf7-form input[type=text], .block-custom-form .wpcf7-form input[type=email], .block-custom-form .wpcf7-form textarea {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Tomato Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #184e51;
  padding: 15px 26px;
  border-radius: 12px;
  border: solid 1px rgba(24, 78, 81, 0.25);
  margin-bottom: 21px;
  background: transparent;
}
.fz-form input[type=text]::-webkit-input-placeholder, .fz-form input[type=email]::-webkit-input-placeholder, .fz-form textarea::-webkit-input-placeholder, .block-custom-form .wpcf7-form input[type=text]::-webkit-input-placeholder, .block-custom-form .wpcf7-form input[type=email]::-webkit-input-placeholder, .block-custom-form .wpcf7-form textarea::-webkit-input-placeholder {
  color: #184e51;
  opacity: 0 !important;
}

.fz-form input[type=text]:-moz-placeholder, .fz-form input[type=email]:-moz-placeholder, .fz-form textarea:-moz-placeholder, .block-custom-form .wpcf7-form input[type=text]:-moz-placeholder, .block-custom-form .wpcf7-form input[type=email]:-moz-placeholder, .block-custom-form .wpcf7-form textarea:-moz-placeholder {
  color: #184e51;
  opacity: 0 !important;
}

.fz-form input[type=text]::-moz-placeholder, .fz-form input[type=email]::-moz-placeholder, .fz-form textarea::-moz-placeholder, .block-custom-form .wpcf7-form input[type=text]::-moz-placeholder, .block-custom-form .wpcf7-form input[type=email]::-moz-placeholder, .block-custom-form .wpcf7-form textarea::-moz-placeholder {
  color: #184e51;
  opacity: 0 !important;
}

.fz-form input[type=text]:-ms-input-placeholder, .fz-form input[type=email]:-ms-input-placeholder, .fz-form textarea:-ms-input-placeholder, .block-custom-form .wpcf7-form input[type=text]:-ms-input-placeholder, .block-custom-form .wpcf7-form input[type=email]:-ms-input-placeholder, .block-custom-form .wpcf7-form textarea:-ms-input-placeholder {
  color: #184e51;
  opacity: 0 !important;
}

.fz-form input[type=text]::-moz-selection, .fz-form input[type=email]::-moz-selection, .fz-form textarea::-moz-selection, .block-custom-form .wpcf7-form input[type=text]::-moz-selection, .block-custom-form .wpcf7-form input[type=email]::-moz-selection, .block-custom-form .wpcf7-form textarea::-moz-selection {
  color: #184e51 !important;
  text-shadow: none !important;
  background: #D9FFE5 !important;
}
.fz-form input[type=text]::selection, .fz-form input[type=email]::selection, .fz-form textarea::selection, .block-custom-form .wpcf7-form input[type=text]::selection, .block-custom-form .wpcf7-form input[type=email]::selection, .block-custom-form .wpcf7-form textarea::selection {
  color: #184e51 !important;
  text-shadow: none !important;
  background: #D9FFE5 !important;
}
.fz-form input[type=text]:focus + label, .fz-form input[type=text].stay + label, .fz-form input[type=email]:focus + label, .fz-form input[type=email].stay + label, .fz-form textarea:focus + label, .fz-form textarea.stay + label, .block-custom-form .wpcf7-form input[type=text]:focus + label, .block-custom-form .wpcf7-form input[type=text].stay + label, .block-custom-form .wpcf7-form input[type=email]:focus + label, .block-custom-form .wpcf7-form input[type=email].stay + label, .block-custom-form .wpcf7-form textarea:focus + label, .block-custom-form .wpcf7-form textarea.stay + label {
  padding: 0 6px !important;
  transform: translateX(20px) translateY(-50%) !important;
  font-size: 12px !important;
  line-height: 14px !important;
  background-color: white;
}
@media (max-width: 767.98px) {
  .fz-form input[type=text], .fz-form input[type=email], .fz-form textarea, .block-custom-form .wpcf7-form input[type=text], .block-custom-form .wpcf7-form input[type=email], .block-custom-form .wpcf7-form textarea {
    font-size: 1rem;
    padding: 17px 26px;
  }
}
.fz-form textarea, .block-custom-form .wpcf7-form textarea {
  min-height: 320px;
}
@media (max-width: 767.98px) {
  .fz-form textarea, .block-custom-form .wpcf7-form textarea {
    min-height: 197px;
  }
}
.fz-form .fz-form__form-group, .block-custom-form .wpcf7-form .fz-form__form-group {
  display: block;
  position: relative;
}
.fz-form .fz-form__form-group .wpcf7-form-control-wrap, .block-custom-form .wpcf7-form .fz-form__form-group .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.fz-form .fz-form__form-group .wpcf7-form-control-wrap > label, .block-custom-form .wpcf7-form .fz-form__form-group .wpcf7-form-control-wrap > label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #184e51;
  padding: 17px 26px;
  pointer-events: none;
  transition: all 200ms ease-in-out;
  transform: translateX(0) translateY(0);
}
@media (max-width: 767.98px) {
  .fz-form .fz-form__form-group .wpcf7-form-control-wrap > label, .block-custom-form .wpcf7-form .fz-form__form-group .wpcf7-form-control-wrap > label {
    font-size: 1rem;
    padding: 19px 26px;
  }
}
.fz-form__upload, .block-custom-form .wpcf7-form__upload {
  display: flex !important;
  position: relative !important;
  margin-bottom: 33px;
  padding: 25px 26px;
  border-radius: 12px;
  border: solid 1px rgba(24, 78, 81, 0.25);
  align-items: center;
}
@media (max-width: 767.98px) {
  .fz-form__upload, .block-custom-form .wpcf7-form__upload {
    margin-bottom: 26px;
    display: block !important;
  }
}
.fz-form__upload-inner, .block-custom-form .wpcf7-form__upload-inner {
  display: block;
  position: relative;
  max-width: 260px;
  min-width: 260px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .fz-form__upload-inner, .block-custom-form .wpcf7-form__upload-inner {
    max-width: inherit;
    min-width: inherit;
  }
}
.fz-form__upload-fake, .block-custom-form .wpcf7-form__upload-fake {
  display: block;
  position: relative;
}
.fz-form__upload-fake .wpcf7-form-control-wrap, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}
.fz-form__upload-fake .wpcf7-form-control-wrap input, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-wrapper, .fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-handler, .fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-container, .fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-inner, .fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-btn-wrap, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-wrapper, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-handler, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-container, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-upload-inner, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fz-form__upload-fake .wpcf7-form-control-wrap .codedropz-btn-wrap a, .block-custom-form .wpcf7-form__upload-fake .wpcf7-form-control-wrap .codedropz-btn-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
  display: block;
  position: relative;
  font-weight: 500;
  color: #184e51;
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 22px;
  line-height: calc(22px + (22 - 22) * (100vw - 767px) / (1920 - 767));
  padding: 24px 21px;
  border: solid 1px rgba(24, 78, 81, 0.25);
  border-radius: 12px;
  z-index: 1;
  background-image: url(images/icon-form-button-add.94357e.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 23px) 50%;
  background-size: 18px 18px;
}
@media screen and (max-width: 767px) {
  .fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .fz-form__upload-fake-button, .block-custom-form .wpcf7-form__upload-fake-button {
    font-weight: 400;
  }
}
.fz-form__upload-file, .block-custom-form .wpcf7-form__upload-file {
  display: block;
  position: relative;
  margin-left: 26px;
  margin-top: 75px;
  max-width: calc(100% - 260px - 20px);
}
@media (max-width: 767.98px) {
  .fz-form__upload-file, .block-custom-form .wpcf7-form__upload-file {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    max-width: inherit;
  }
  .fz-form__upload-file span, .block-custom-form .wpcf7-form__upload-file span {
    margin-top: 26px;
  }
}
.fz-form__upload-file span, .block-custom-form .wpcf7-form__upload-file span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgba(24, 78, 81, 0.5);
  padding-left: 42px;
  background-image: url(images/icon-form-attachment.579960.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
  display: flex;
  font-weight: 500;
  color: #184e51;
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 22px;
  line-height: calc(22px + (22 - 22) * (100vw - 767px) / (1920 - 767));
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .fz-form__upload label, .block-custom-form .wpcf7-form__upload label {
    font-weight: 400;
  }
}
.fz-form__upload label span, .block-custom-form .wpcf7-form__upload label span {
  display: block;
  text-transform: uppercase;
  margin-left: auto;
  font-weight: 400;
  color: #184e51;
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 767px) / (1920 - 767));
  line-height: 22px;
  line-height: calc(22px + (22 - 22) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .fz-form__upload label span, .block-custom-form .wpcf7-form__upload label span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload label span, .block-custom-form .wpcf7-form__upload label span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .fz-form__upload label span, .block-custom-form .wpcf7-form__upload label span {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form__upload label span, .block-custom-form .wpcf7-form__upload label span {
    line-height: 22px;
  }
}
.fz-form .wpcf7-acceptance label, .block-custom-form .wpcf7-form .wpcf7-acceptance label {
  display: block;
  position: relative;
}
.fz-form .wpcf7-acceptance input[type=checkbox], .block-custom-form .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 6;
}
@media (max-width: 767.98px) {
  .fz-form .wpcf7-acceptance input[type=checkbox], .block-custom-form .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
    top: 0;
    transform: translateY(0);
  }
}
.fz-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before, .block-custom-form .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #35ED54;
}
.fz-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after, .block-custom-form .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.fz-form .wpcf7-acceptance .wpcf7-list-item, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
  font-weight: 300;
  color: #184e51;
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 767px) / (1920 - 767));
  line-height: 16.8px;
  line-height: calc(18px + (16.8 - 18) * (100vw - 767px) / (1920 - 767));
  letter-spacing: 0.3px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    line-height: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    line-height: 16.8px;
  }
}
@media (max-width: 767.98px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 400;
  }
}
.fz-form .wpcf7-acceptance .wpcf7-list-item-label:before, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: solid 1px rgba(24, 78, 81, 0.25);
  transition: all 200ms ease-in-out;
}
@media (max-width: 767.98px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label:before, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: 0;
    transform: translateY(0);
  }
}
.fz-form .wpcf7-acceptance .wpcf7-list-item-label:after, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(images/icon-form-check.16f823.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
@media (max-width: 767.98px) {
  .fz-form .wpcf7-acceptance .wpcf7-list-item-label:after, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:after {
    top: 0;
    transform: translateY(0);
  }
}
.fz-form .wpcf7-acceptance .wpcf7-list-item-label a, .block-custom-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  font-weight: 400 !important;
  text-decoration: underline;
}
.fz-form input[type=submit], .block-custom-form .wpcf7-form input[type=submit] {
  display: inline-block;
  position: relative;
  margin-top: 33px;
  font-family: "Tomato Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 22px 105px 22px 69px;
  background-color: #35ED54;
  color: #184e51;
  border-radius: 68px;
  height: 68px;
  border: solid 1px transparent;
  background-image: url(images/icon-form-button-submit.2194c2.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 69px) 50%;
  background-size: 24px 18px;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out;
}
.fz-form input[type=submit]:hover, .block-custom-form .wpcf7-form input[type=submit]:hover {
  background-color: transparent;
  color: #184e51;
  border-color: #184e51;
}
@media (max-width: 767.98px) {
  .fz-form input[type=submit], .block-custom-form .wpcf7-form input[type=submit] {
    display: flex;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    background-position: calc(100% - 51px) 50%;
    background-size: 18px 14px;
    padding: 11px 75px 8px 50px;
    border-radius: 54px;
    height: 54px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fz-form input[type=submit]:disabled, .block-custom-form .wpcf7-form input[type=submit]:disabled {
  opacity: 0.5;
  background-color: #35ED54;
  color: #184e51;
  border-color: transparent;
}
.fz-form .wpcf7-not-valid-tip, .block-custom-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  color: #fc264c !important;
  margin-left: 26px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.fz-form .wpcf7-not-valid, .block-custom-form .wpcf7-form .wpcf7-not-valid {
  border-color: #fc264c !important;
}
.fz-form.sent .wpcf7-response-output, .block-custom-form .wpcf7-form.sent .wpcf7-response-output {
  background-color: #35ED54;
  color: #184e51;
  border: none;
  padding: 1.5rem;
}
.fz-form.invalid .wpcf7-response-output, .block-custom-form .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #fc264c !important;
  color: white;
  border: none;
  padding: 1.5rem;
}
@media (max-width: 456px) {
  .fz-form .wpcf7-form-control-wrap.field input[type=text], .block-custom-form .wpcf7-form .wpcf7-form-control-wrap.field input[type=text] {
    height: 78px;
  }
}
@media (max-width: 695px) {
  .fz-form .wpcf7-form-control-wrap.social input[type=text], .block-custom-form .wpcf7-form .wpcf7-form-control-wrap.social input[type=text] {
    height: 78px;
  }
}
@media (max-width: 407px) {
  .fz-form .wpcf7-form-control-wrap.social input[type=text], .block-custom-form .wpcf7-form .wpcf7-form-control-wrap.social input[type=text] {
    height: 105px;
  }
}

/*# sourceMappingURL=block_custom-form.css.map*/