.page_page__ZU32B{height:100%;background-color:white}.Scale_container__lt5q6{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:8ch 1fr 5ch;grid-template-areas:"d r a";align-items:center;padding:1rem 2rem 2rem}.Scale_agree__tsiiO,.Scale_disagree__2mB4g{text-align:center}.Scale_disagree__2mB4g{grid-area:d}.Scale_agree__tsiiO{grid-area:a}.Scale_answers__JNw1i{grid-area:r;display:flex;justify-content:center;align-items:center;gap:2rem}.Scale_answer__yanPd{position:relative;border:2px solid #9d9d9d;width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;transition:border-color .25s ease-in-out,background .25s ease-in-out}.Scale_answer__yanPd:active{background:none}.Scale_answer__yanPd:after{content:"";position:absolute;inset:.3rem;border-radius:50%;background:transparent;transform:scale(0);opacity:0;transition:background .25s ease-in-out,transform .25s ease-in-out,opacity .15s ease-in-out}.Scale_answer__yanPd:hover:after{background:#f4f4f4;transform:scale(1);opacity:1}.Scale_answer__yanPd[data-selected]:after{background:rgb(var(--color-secondary-indigo));transform:scale(1);opacity:1}.Scale_answer__yanPd:first-child,.Scale_answer__yanPd:last-child{width:4rem;height:4rem}.Scale_answer__yanPd:nth-child(2),.Scale_answer__yanPd:nth-last-child(2){width:3rem;height:3rem}@media screen and (max-width:40rem){.Scale_container__lt5q6{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,4rem);grid-template-areas:"d a" "r r";justify-content:space-between;gap:.5rem;padding:0 1rem 2rem}.Scale_answers__JNw1i{justify-content:space-between;gap:0}}.PersonaRankingGraph_graph__nnZ2I{flex:1 1}.PersonaRankingGraph_heading__ej7pO{display:none}.PersonaRankingGraph_row__Gffg5{display:grid;grid-template-areas:"i p n" "i b b";grid-template-rows:10px 18px;grid-template-columns:48px 3.5ch 1fr;grid-column-gap:.1rem;column-gap:.1rem;grid-row-gap:.5rem;row-gap:.5rem;text-align:left}.PersonaRankingGraph_tbody__HyGH_{display:flex;flex-direction:column;gap:1.5rem}.PersonaRankingGraph_rowImage__MIM4q{grid-area:i;border-radius:128px;width:80%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center}.PersonaRankingGraph_rowName__prZx4{grid-area:n}.PersonaRankingGraph_rowPercentage__TeY2e{grid-area:p}.PersonaRankingGraph_rowBar__XX9v0{grid-area:b;border-radius:1rem;background:#f4f4f4;overflow:hidden}.PersonaRankingGraph_rowBarFill__7ma08{height:100%}.PersonaRankingGraph_rowName__prZx4,.PersonaRankingGraph_rowPercentage__TeY2e{color:#6a6a6a;font-size:.9rem}.PersonaRankingGraph_rowImage__MIM4q,.PersonaRankingGraph_rowName__prZx4,.PersonaRankingGraph_rowPercentage__TeY2e{align-self:center}.QuizLocalAnswers_answers__2J_Hz,.QuizLocalAnswers_container__Qen_K{display:flex;flex-direction:column;gap:1rem}.QuizLocalAnswers_answers__2J_Hz{max-height:45vh;overflow-y:auto}.QuizLocalAnswers_answer__Z3dWx{display:flex;justify-content:space-between;align-items:center;border:1px solid #d9d9d9;padding:1.5rem;transition:background .2s linear;cursor:pointer}.QuizLocalAnswers_answer__Z3dWx:hover{background:#f4f4f4}.QuizLocalAnswers_answer__Z3dWx:after{content:"";display:block;margin-left:2rem;width:1.5rem;height:1.5rem;flex-shrink:0;border:1px solid #9d9d9d;border-radius:50%;box-sizing:border-box;transition:background-color .1s linear,border-color .1s linear}.QuizLocalAnswers_answerCheckbox__MdT14:after{border-radius:0}.QuizLocalAnswers_answer__Z3dWx[data-selected]{border-color:#9d9d9d;background-color:rgb(var(--color-secondary-indigo));color:white}.QuizLocalAnswers_answer__Z3dWx[data-selected]:after{background:radial-gradient(circle closest-side,white 0 70%,transparent 46% 100%);border-color:white}.QuizLocalAnswers_answerCheckbox__MdT14[data-selected]:after{background:none;background-image:url(/check.svg);background-size:80%;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:40rem){.QuizLocalAnswers_answer__Z3dWx{padding:1rem 1.2rem}}@media screen and (max-height:824px){.QuizLocalAnswers_answer__Z3dWx{padding:1rem}}