.elementor-220 .elementor-element.elementor-element-5746ace{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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-220 .elementor-element.elementor-element-6293636{text-align:center;font-family:"Anton", Sans-serif;font-size:55px;font-weight:700;color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-b9052e5 *//* Gravity Forms styling */
body .gform_wrapper {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000000;
}

/* Optional: make labels + inputs match too */
body .gform_wrapper .gfield_label,
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000000;
}

/* If Poppins isn't already loaded, uncomment the next line and paste this into Additional CSS.
   (Better: enqueue via your theme for performance.) */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); */

/* --- Target the exact submit button ID you provided --- */
#gform_submit_button_1 {
  background-color: #295A79 !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  box-shadow: 0 3px 0 rgba(0,0,0,0.08) !important;
  transition: background-color 0.18s ease, transform 0.08s ease, box-shadow 0.12s ease !important;
}

/* Remove any background image/gradient that might be injected by the theme */
#gform_submit_button_1 {
  background-image: none !important;
}

/* Hover / focus / active states */
#gform_submit_button_1:hover {
  background-color: #295A79 !important; /* slightly darker on hover */
  transform: translateY(-1px) !important;
}
#gform_submit_button_1:focus {
  outline: none !important;
  box-shadow: 0 0 0 6px rgba(219,121,61,0.12) !important; /* accessible focus ring */
}
#gform_submit_button_1:active {
  transform: translateY(1px) !important;
  box-shadow: 0 2px 0 rgba(0,0,0,0.06) !important;
}

/* Disabled state */
#gform_submit_button_1[disabled],
#gform_submit_button_1:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* Optional: make the button full-width — uncomment if you want it stretched */
 /*
.gform_wrapper #gform_submit_button_1 {
  display: block !important;
  width: 100% !important;
}
*/
/* Hide Gravity Forms Title */
body #gform_wrapper_1 > div > h2 {
  display: none !important;
}/* End custom CSS */