.elementor-2078 .elementor-element.elementor-element-100d66e{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2078 .elementor-element.elementor-element-a9a32c2{text-align:center;}.elementor-2078 .elementor-element.elementor-element-a9a32c2 .elementor-heading-title{font-family:"Fraunces", Sans-serif;font-size:36px;font-weight:900;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2078 .elementor-element.elementor-element-75c66fd{text-align:center;font-family:"Albert Sans", Sans-serif;font-weight:400;color:var( --e-global-color-text );}.elementor-2078 .elementor-element.elementor-element-69148b3{--spacer-size:20px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-aab95c4 */.im-form {
  width: 100%;
  max-width: 100%;
}

.im-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22px;
  row-gap: 18px;
}

.im-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.im-field label {
  display: block;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #2a4361;
}

.im-required {
  color: #78accc;
  font-weight: 600;
}

.im-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.im-form input[type="text"],
.im-form input[type="email"],
.im-form input[type="tel"],
.im-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1.5px solid #b8b8b8;
  border-radius: 6px;
  background: #fff;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #2a4361;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.im-form input[type="text"],
.im-form input[type="email"],
.im-form input[type="tel"] {
  height: 52px;
}

.im-form textarea {
  min-height: 190px;
  resize: vertical;
}

.im-form input:focus,
.im-form textarea:focus {
  border-color: #78accc;
}

/* Placeholder */
.im-form input::placeholder,
.im-form textarea::placeholder {
  color: #2a4361;
  opacity: 0.55;
  font-family: inherit;
}

.im-field-full {
  margin-top: 18px;
}

.im-submit-wrap {
  margin-top: 20px;
  width: 100%;
}

.im-form input[type="submit"] {
  display: block;
  width: 100%;
  min-height: 52px;
  background: #78accc;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.im-form input[type="submit"]:hover {
  opacity: 0.92;
}

/* Bordo campi con errore */
.im-form .wpcf7-not-valid {
  border-color: #78accc !important;
}

/* Messaggi di servizio CF7: rimuovi bordatura */
.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  box-shadow: none !important;
  text-align: center;
}

/* Spinner */
.im-form .wpcf7-spinner {
  vertical-align: middle;
}

/* TABLET */
@media (max-width: 991px) {
  .im-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .im-field label {
    font-size: 15px;
  }

  .im-field-full {
    margin-top: 16px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .im-form {
    width: 100%;
  }

  .im-form-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
  }

  .im-field label {
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 1.2;
  }

  .im-form input[type="text"],
  .im-form input[type="email"],
  .im-form input[type="tel"],
  .im-form textarea {
    font-size: 16px;
    padding: 13px 14px;
  }

  .im-form textarea {
    min-height: 160px;
  }

  .im-submit-wrap {
    margin-top: 18px;
  }

  .im-form input[type="submit"] {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }
}/* End custom CSS */