.form_block form {
  margin: 0;
  width: 100% !important;
  font-family: "Geist", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.form_block .mktoForm .mktoFormRow {
  clear: both;
  display: flex !important;
  margin: 0 -1rem !important;
}

@media (min-width: 768px) {
  .form_block .mktoForm .mktoFormRow {
    margin: 0 -0.5rem !important;
  }
}

.form_block .mktoForm .mktoFormCol {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 0.5rem !important;
}

.form_block .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.form_block .mktoForm label {
  width: auto !important;
  margin-bottom: 0.5rem !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-family: "Geist", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.form_block .mktoForm .mktoOffset {
  display: none !important;
}

.form_block input[type="text"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="url"],
.form_block textarea.mktoField {
  width: 100% !important;
  box-sizing: border-box;
  border: none !important;
  border-radius: 0 !important;
  padding: 0.5rem !important;
  outline: none !important;
  box-shadow: none !important;
}

.form_block .mktoForm select.mktoField {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  width: 100% !important;
  box-sizing: border-box;
  border: none !important;
  border-radius: 0;
  padding: 0.5rem !important;
  outline: none !important;
  box-shadow: none !important;
}

.form_block select::-ms-expand {
  display: none !important;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}


.form_block .mktoForm .mktoButtonWrap .mktoButton {
  position: relative !important;
  background-color: transparent !important;
  color: #fff!important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0.75rem 5.5rem 0.75rem 1.5rem !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Geist", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  background-size: 1rem auto !important;
  background-repeat: no-repeat !important;
  background-position: center right 0.8rem !important;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.000652552 5.38769L11.334 5.3877' stroke='%23fff' stroke-width='1.5'/><path d='M6.47684 0.530273L11.334 5.38742L6.47684 10.2446' stroke='%23fff' stroke-width='1.5'/></svg>") !important;
}

.form_block .mktoForm .mktoButtonWrap .mktoButton:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form_block .mktoForm .mktoButtonWrap .mktoButton:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  height: 2px;
  box-sizing: border-box;
  transition: height 0.3s ease;
}

.form_block .mktoForm .mktoButtonWrap .mktoButton:hover:after {
  height: 2.5rem;
  background-size: 40% auto;
  background-repeat: no-repeat; 
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.000652552 5.38769L11.334 5.3877' stroke='%234B6370' stroke-width='1.5'/><path d='M6.47684 0.530273L11.334 5.38742L6.47684 10.2446' stroke='%234B6370' stroke-width='1.5'/></svg>");
}

.form_block .mktoButtonWrap {
  margin-left: 0 !important;
}

.form_block .form_header {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.form_block .mktoForm .mktoAsterix {
  color: #fff !important;
}
