.educationFormContainer.padding{padding:1rem;background-color:var(--black-color-dark)}.educationInputContainer{min-height:3rem;gap:1.25rem}.educationInputContainer .fake-label{position:relative;min-width:6.25rem;height:2.5rem;color:var(--gray-color-666);font-size:1rem;font-weight:400;line-height:2.5rem}.educationTitle input{font-size:1.25rem;font-weight:600}.educationTitle input::placeholder{font-size:1.25rem;line-height:1.5}.coFounderTeamSelectTrigger{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:.75rem;width:100%}.coFounderTeamSelectInput{width:100%;height:var(--field-height-md);padding:.25rem .5rem;background-color:var(--background-field);font-size:1rem;border:var(--border-field-1);border-radius:var(--curved)}.coFounderTeamSelectedUserList{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%;height:auto;padding:.5rem 0}.coFounderTeamSelectedUser{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;width:-moz-fit-content;width:fit-content;height:auto;padding:.25rem .5rem;font-size:1rem;cursor:pointer}.evaluationContainer{gap:.75rem}.evaluationQuestionBox{gap:.5rem}.evaluationQuestionTitle{display:block;color:var(--text-color);font-size:1rem;font-weight:600;line-height:1.4}.evaluationChoiceSetBox{gap:.25rem}.evaluationChoiceButton,.evaluationChoiceLabel{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;height:3rem;background-color:var(--gray-color-111);color:var(--text-color);font-size:1rem;font-weight:500;line-height:1.4;border-radius:var(--curved)}.evaluationChoiceLabel{font-size:.875rem}.evaluationChoiceButton{border:2px solid var(--gray-color-444)}.evaluationChoiceButton.selected{background-color:rgba(65,120,255,.2);color:var(--primary-color);border:2px solid var(--primary-color)}.userProfileImage{width:1.5rem;height:1.5rem;overflow:hidden;border-radius:var(--circle)}.userProfileImage img{width:100%;height:100%;object-fit:cover}.coFounderTeamSelectBox{position:absolute;top:2.5rem;width:100%;height:12.5rem;background:var(--black-color-dark);border:1px solid var(--black-color);box-shadow:var(--shadow);border-radius:var(--curved);overflow-y:auto;z-index:4}.coFounderTeamUserContainer{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;width:100%;padding:8px}.required>.fake-label:after,.required>label:after{right:unset}@media screen and (min-width:768px){.educationInputContainer{justify-content:flex-start!important}.educationTitle input{font-size:1.875rem;font-weight:600;line-height:1.4}.educationTitle input::placeholder{line-height:1.4}}@media screen and (min-width:1024px){.educationInputContainer .fake-label{min-width:7.5rem}}