.flow-step-container{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:60px 0;display:inline-flex}.flow-steps{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;max-width:720px;display:inline-flex}.flow-steps .step{flex-direction:column;justify-content:flex-start;align-items:center;width:75px;display:inline-flex}.flow-steps .step .number{color:#fff;text-align:center;background-image:url(/images/star-black.png);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:75px;height:75px;font-family:FontTitle;font-size:22px;display:inline-flex}.flow-steps .step.selected .number{color:#000;background-image:url(/images/star-green.png)}.flow-steps .step .name{text-align:center;width:400%;margin-top:5px;font-family:FontTitle;font-size:24px}.flow-steps .connector{background-color:#000;flex:1;width:auto;height:1px;margin:37px -2px 0;display:inline-flex}@media only screen and (max-width:480px){.flow-step-container{margin:30px 0}.flow-steps{width:85%;max-width:none}.flow-steps .step{width:50px}.flow-steps .step .number{width:50px;height:50px}.flow-steps .step .name{font-size:16px}.flow-steps .connector{margin-top:24px}}
