/*
.card-title {
    color: var(--primary-neutral-light);
    font-family: var(--primary-font-family);
    font-size: 1.2em;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}
*/


.fsform-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fsBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.InnerFormBody-sc-o0t3bv-0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.InnerFormBody-sc-o0t3bv-0 form {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--primary-color);
  font-family: var(--primary-font-family);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}





.StyledPage-sc-15mrpfq-0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fsSection {
  padding: 60px;
}

.fsLabel {
  width: 10%;
}

.fsSubFieldGroup {
	width: 100%; 
  	margin-bottom: 60px;
}


.StyledInput-sc-1cxwxcf-0 {
  width: 50%;
  height:50px;
  margin-bottom: 15px;
}

.fsSubFieldGroup label {
	margin: 0px 30px;
}

.StyledSelectInput-sc-1qjysc9-0 {
 width: 8%; 
}


.fsFieldState {
  margin: 15px 15px 15px 0px;
}

.fsFieldCell {
 	margin-bottom: 30px; 
}

.StyledOptionButton-sc-wqe0tc-0 {
 margin: 15px; 
}



