div.wpcf7 {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.wpcf7 .inputs_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.wpcf7 .inputs_wrap > * {
    width: 48%;
  }
}
div.wpcf7 .wpcf7-form.sent .wpcf7-response-output, div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  margin-top: 10px;
}
div.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #22b86c;
}
div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: #1091ae;
}
div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #151618;
}
div.wpcf7 .wpcf7-form.failed .wpcf7-response-output.is_temp_hidden, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output.is_temp_hidden {
  display: none;
}
div.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  opacity: 1;
  visibility: visible;
}
div.wpcf7 .wpcf7-form.submitting .button {
  opacity: 0.5;
  pointer-events: none;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
div.wpcf7 .wpcf7-form-control-wrap[data-name*=acceptance] {
  min-height: 40px;
}
div.wpcf7 .wpcf7-not-valid-tip {
  font: 400 14px/40px "Inter", serif;
  color: #ef3f3f;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ef3f3f;
  cursor: pointer;
}
div.wpcf7 .wpcf7-response-output {
  font: 400 14px/1.4 "Inter", serif;
  color: #fff;
  padding: 12px;
  border-radius: 0;
  text-align: center;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  display: block;
  height: 44px;
  padding: 12px 16px;
  font: 600 16px/22px "Inter", serif;
  color: #151618;
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #fff;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.48);
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder {
  color: rgba(0, 0, 0, 0.48);
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.48);
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.48);
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible {
  outline: 0 none;
  border-color: #22b86c;
}
.is_using_mouse div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .is_using_mouse div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible, .is_using_mouse div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .is_using_mouse div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible {
  border-color: #22b86c;
}
div.wpcf7 input[type=checkbox], div.wpcf7 textarea[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
div.wpcf7 input[type=checkbox] + span, div.wpcf7 textarea[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
div.wpcf7 input[type=checkbox] + span:before, div.wpcf7 input[type=checkbox] + span:after, div.wpcf7 textarea[type=checkbox] + span:before, div.wpcf7 textarea[type=checkbox] + span:after {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
div.wpcf7 input[type=checkbox] + span:before, div.wpcf7 textarea[type=checkbox] + span:before {
  content: "";
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
div.wpcf7 input[type=checkbox] + span:after, div.wpcf7 textarea[type=checkbox] + span:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12l4 4 8-8' stroke='%2328a745' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  color: rgba(0, 0, 0, 0.16);
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid rgb(40, 167, 69);
  border-radius: 4px;
  opacity: 0;
}
div.wpcf7 input[type=checkbox]:checked + span:after, div.wpcf7 textarea[type=checkbox]:checked + span:after {
  opacity: 1;
}
div.wpcf7 input[type=checkbox]:focus + span:before, div.wpcf7 input[type=checkbox]:focus-visible + span:before, div.wpcf7 textarea[type=checkbox]:focus + span:before, div.wpcf7 textarea[type=checkbox]:focus-visible + span:before {
  transition: none;
  outline: 2px dashed #FE4240;
}
.is_using_mouse div.wpcf7 input[type=checkbox]:focus + span:before, .is_using_mouse div.wpcf7 input[type=checkbox]:focus-visible + span:before, .is_using_mouse div.wpcf7 textarea[type=checkbox]:focus + span:before, .is_using_mouse div.wpcf7 textarea[type=checkbox]:focus-visible + span:before {
  outline: 0 none;
}
div.wpcf7 textarea {
  height: 116px !important;
  padding: 13px 16px !important;
  border-radius: 12px !important;
  resize: none;
  overflow: auto;
}
div.wpcf7 button.button + input {
  display: none;
}
div.wpcf7 .wpcf7-spinner {
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 100%;
  border: 2px solid #f1f1f1;
  border-top: 3px solid #FE4240;
  opacity: 0;
  visibility: hidden;
  animation: loading-spinner 1s infinite linear;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@keyframes loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=cf7.css.map */
