.gform_wrapper {
  display: block;
}
.gform_wrapper .gform-body {
  border-width: 0px;
  border-style: solid;
  border-color: #000;
  margin: 0;
  padding: 3em;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  border-radius: 1em;
}
.gform_wrapper .gfield_html {
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 20px;
  text-align: center;
}
.gform_wrapper .gfield_label, .gform_wrapper .ginput_full label {
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #579af6;
  font-weight: bold;
  text-align: left;
  padding: 1em 0 1em 0;
  margin: 0;
  width: auto;
  display: block;
}
.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container input[type=tel], .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
  -webkit-transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  height: 50px;
  color: #579af6;
  background-color: #f9f9f9;
  border-color: #579af6;
  border-width: 2px;
  border-style: solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.gform_wrapper .ginput_container input[type=checkbox] {
  width: 1em;
  height: 1em;
  border: 0.1em solid;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  transition: border 0.25s cubic-bezier(0, 0, 0.2, 1) 0s, background-color 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  background-color: #f9f9f9;
  flex: none;
  display: inline-block !important;
  margin: 0 5px 0 0;
  color: #579af6;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #579af6;
  vertical-align: middle;
  position: initial;
  padding: 0;
  vertical-align: top;
}
.gform_wrapper .address_line_1, .gform_wrapper .address_line_2, .gform_wrapper .address_city, .gform_wrapper .address_state, .gform_wrapper .address_zip, .gform_wrapper .address_country {
  margin: 1em 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #878787;
  font-weight: 500;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}
.gform_wrapper .ginput_container_checkbox label {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  color: #579af6;
  font-weight: normal;
  line-height: 1.3;
}
.gform_wrapper .gform_page_footer {
  text-align: center;
}
.gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .gform_page_footer .gform_button {
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #1a73e8;
  border-width: 1px;
  border-color: #1a73e8;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 12px 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eee;
  -webkit-box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
.gform_wrapper .ginput_container.ginput_container_number.gwp_slider {
  flex-direction: column-reverse;
}
.gform_wrapper .ginput_container_total {
  background-color: rgba(128, 128, 128, 0.08);
  padding: 10px 0;
}
.gform_wrapper .ginput_container_total .ginput_total {
  color: #579af6;
  width: 100%;
  text-align: center;
}
.gform_wrapper .ginput_product_price_label {
  display: none;
}
.gform_wrapper .ginput_container_product_calculation {
  text-align: center;
  background-color: rgba(128, 128, 128, 0.08);
  padding: 10px 0;
}
.gform_wrapper .ginput_container_product_calculation .ginput_product_price {
  color: #579af6;
  font-size: 22px;
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  display: none;
}
.hide-field {
  display: none;
}
body .gform_wrapper .gform_previous_button {
  display: none;
}
.gform_wrapper .instruction {
  display: none !important;
}
