.elementor-590 .elementor-element.elementor-element-f6740f6{--display:flex;}.elementor-590 .elementor-element.elementor-element-bd695cf{text-align:center;}.elementor-590 .elementor-element.elementor-element-bd695cf .elementor-heading-title{font-size:25px;}#elementor-popup-modal-590{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-590 .dialog-message{width:640px;height:auto;padding:40px 40px 40px 40px;}#elementor-popup-modal-590 .dialog-close-button{display:flex;}#elementor-popup-modal-590 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-590 .dialog-message{padding:40px 20px 20px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-1ad2bf6 *//* CF7 layout */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-col {
  width: 50%;
}

.cf7-col-full {
  width: 100%;
}

/* Make inputs full width */
.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

/* Submit button full width */
.wpcf7-submit {
  width: 100%;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-col,
  .cf7-col-full {
    width: 100%;
  }
}/* End custom CSS */