.tfr-form {
  max-width: 720px;
  margin: auto;
}
.tfr-step {
  display: none;
}
.tfr-form label {
  display: block;
  margin-top: 18px;
  font-weight: 600;
}
.tfr-form select {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
}
.tfr-nav {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.tfr-nav button {
  background: #0b63d6;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 6px;
}
