.step-circles-top{justify-content:space-between;align-items:center;min-height:200px;margin-top:10px;display:flex}.step-circles-top .step-circle-button{border:unset;height:fit-content;color:var(--web-gray);font-size:3em}.step-circles-top .step-circle-button:hover{background-color:unset;opacity:.8}.step-circles-top .step-circles-all{display:flex}.step-circles-top .step-circles-all .step-circle-individual{cursor:pointer;text-align:center;margin:0 50px}.step-circles-top .step-circles-all .step-circle-individual img{object-fit:cover;border:3px solid var(--web-gray);border-radius:50%;width:200px;height:200px;transition:all .25s;scale:1;box-shadow:6px 6px 8px 2px #cacaca}.step-circles-top .step-circles-all .step-circle-individual img:not(:has(+.step-number)){margin-bottom:20px}.step-circles-top .step-circles-all .step-circle-individual .step-number{font-weight:400}.step-circles-top .step-circles-all .step-circle-individual .step-circle-line{background-color:var(--web-gray);width:100%;height:2px;margin-block-start:5px}.step-circles-top .step-circles-all .step-circle-individual .step-title{margin-block-start:5px}.step-circles-top .step-circles-all .step-circle-individual.active img{border-color:var(--buckeye-blue);transition:all .25s;scale:1.15}.step-circles-top .step-circles-all .step-circle-individual.active .step-number{color:var(--buckeye-blue);font-weight:700;transition:all .25s}.step-circles-top .step-circles-all .step-circle-individual.active .step-circle-line{background-color:var(--buckeye-blue)}.step-circles-top .step-circles-all .step-circle-individual.active .step-title{color:var(--buckeye-blue)}.step-circles-top .step-circles-all .step-circle-individual.active.red img{border-color:var(--cardinal-red)}.step-circles-top .step-circles-all .step-circle-individual.active.red .step-number,.step-circles-top .step-circles-all .step-circle-individual.active.red .step-title{color:var(--cardinal-red)}.step-circles-top .step-circles-all .step-circle-individual.active.red .step-circle-line{background-color:var(--cardinal-red)}.step-circles-content .step-circle{display:none}.step-circles-content .step-circle.active{display:block}@media only screen and (max-width:380px){html .step-circles-top .step-circles-all .step-circle-individual{margin:0 15px;display:none}html .step-circles-top .step-circles-all .step-circle-individual img{width:125px;height:125px}html .step-circles-top .step-circles-all .step-circle-individual.active{display:block}}@media only screen and (min-width:380px){html .step-circles-top .step-circles-all .step-circle-individual{margin:0 25px;display:none}html .step-circles-top .step-circles-all .step-circle-individual img{width:150px;height:150px}html .step-circles-top .step-circles-all .step-circle-individual.active{display:block}}@media only screen and (min-width:1000px){html .step-circles-top .step-circles-all .step-circle-individual{margin:0 25px;display:block}html .step-circles-top .step-circles-all .step-circle-individual.active{display:block}}
