.elementor-6984 .elementor-element.elementor-element-0683720{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-6984 .elementor-element.elementor-element-1d83957{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-63b80cb *//* Submit button */
.gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #A8CF38 !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #CD4F0E !important;
}

/* Next button */
.gform_wrapper .gform_page_footer input[type="button"]:not([data-submission-type="previous"]) {
  background-color: #A8CF38 !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}
.gform_wrapper .gform_page_footer input[type="button"]:not([data-submission-type="previous"]):hover {
  background-color: #CD4F0E !important;
}

/* Previous button */
.gform_wrapper .gform_page_footer input[type="button"][data-submission-type="previous"] {
  background-color: #CD4F0E !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}
.gform_wrapper .gform_page_footer input[type="button"][data-submission-type="previous"]:hover {
  background-color: #A8CF38 !important;
}

/* Progress bar background (the filled part) */
.gform_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #A8CF38 !important;
}/* End custom CSS */