.module.steps{display: flex;flex-flow: column;gap: 30px;--colorStepTitle: #444;--colorStepDescription: #888;--backgroundStepBullet: #9aa4b2;--backgroundStepBulletHover: #c0cdde;--boxshadowStepBullet: 1px 1px 3px rgba(0,0,0,0.1);--fontsizeStepBullet: 14px;--sizeStepBullet: 36px;--sizeIconBullet: 12px;--sizeIconBulletCustom: 18px;--minStepLineLength: 40px;--colorStepLine: #e6eaef}@media screen and (max-width: 1000px){.module.steps{--sizeStepBullet: 28px;--sizeIconBulletCustom: 16px;--minStepLineLength: 20px}}@media screen and (max-width: 800px){.module.steps{--sizeStepBullet: 24px;--sizeIconBulletCustom: 12px;--minStepLineLength: 10px}}.module.steps:not(:last-child){padding-bottom: var(--defaultPaddingHeight);border-bottom: 1px solid var(--colorHorizonalLines)}.module.steps .steps-list,.module.steps .step-children{display: flex;justify-content: center}.module.steps .steps-list{flex-flow: row;gap: 5px}.module.steps .steps-list .step{flex-grow: 1;flex-shrink: 1;display: flex;align-items: center;gap: 5px}.module.steps .steps-list .step:first-child{flex-grow: 0}.module.steps .steps-list .step.done{--colorStepLine: #80f0ff}.module.steps .steps-list .step.completed{--backgroundStepBullet: #3ec300;--backgroundStepBulletHover: #9eda88;--colorStepLine: #9eda88}.module.steps .steps-list .step.trailing{--colorStepTitle: #ff8000;--colorStepDescription: #eeae31;--backgroundStepBullet: #ffa600;--backgroundStepBulletHover: #ffd549;--colorStepLine: #ffd549}.module.steps .steps-list .step.current{--colorStepTitle: #39737c;--colorStepDescription: #47a3b5;--backgroundStepBullet: #06b6d4;--backgroundStepBulletHover: #71daf3;--colorStepLine: #90d7e3;--boxshadowStepBullet: 0 0 10px rgba(39,223,255,0.87)}.module.steps .steps-list .step:not(.ready){--backgroundStepBullet: #c8d2e0}.module.steps .steps-list .step.disabled{--colorStepTitle: #ccc;--colorStepDescription: #eee;--backgroundStepBullet: #eee}.module.steps .steps-list .step.disabled.completed{--backgroundStepBullet: #addc9c}.module.steps .steps-list .step.disabled .step-bullet{cursor: default}.module.steps .steps-list .step .step-line{flex-shrink: 1;flex-grow: 1;height: 2px;background: var(--colorStepLine);min-width: var(--minStepLineLength)}.module.steps .steps-list .step .step-wrapper{flex-grow: 0;display: flex;align-items: center;justify-content: stretch;gap: 10px;background: none;color: currentColor}.module.steps .steps-list .step .step-wrapper.ready:hover{--backgroundStepBullet: var(--backgroundStepBulletHover);color: #000}.module.steps .steps-list .step .step-wrapper.ready:hover .step-info .step-description{color: #444}.module.steps .steps-list .step .step-wrapper:not(.ready){cursor: default}.module.steps .steps-list .step .step-wrapper .step-bullet{position: relative;flex-shrink: 0;display: flex;justify-content: center;align-items: center;width: var(--sizeStepBullet);height: var(--sizeStepBullet);border-radius: 50%;color: #fff;background: var(--backgroundStepBullet);box-shadow: var(--boxshadowStepBullet);font-size: var(--fontsizeStepBullet)}.module.steps .steps-list .step .step-wrapper .step-bullet .icon{fill: currentColor;height: var(--sizeIconBullet);width: var(--sizeIconBullet)}.module.steps .steps-list .step .step-wrapper .step-bullet .icon.custom{height: var(--sizeIconBulletCustom);width: var(--sizeIconBulletCustom)}.module.steps .steps-list .step .step-wrapper .step-bullet::after{display: none;position: absolute;content: '';margin-top: -1px;width: 4px;height: 4px;border-right: 2px solid var(--backgroundStepBullet);border-bottom: 2px solid var(--backgroundStepBullet);transition: transform .3s;transform: rotate(45deg)}@media screen and (max-width: 800px){.module.steps .steps-list .step .step-wrapper .step-info{display: none}}.module.steps .steps-list .step .step-wrapper .step-info .step-title{color: var(--colorStepTitle);font-weight: bold}.module.steps .steps-list .step .step-wrapper .step-info .step-description{color: var(--colorStepDescription);font-size: 10px}@media screen and (max-width: 1200px){.module.steps .steps-list .step .step-wrapper .step-info .step-description{display: none}}.module.steps .steps-list .step .step-wrapper.current .step-info,.module.steps .steps-list .step .step-wrapper.trailing .step-info{display: block}.module.steps .steps-list .step .step-wrapper.current .step-info .step-description,.module.steps .steps-list .step .step-wrapper.trailing .step-info .step-description{display: block}.module.steps .steps-list .step .step-wrapper.current .step-bullet::after{display: block;top: -10px}.module.steps .steps-list .step .step-wrapper.trailing .step-bullet::after{display: block;bottom: -10px}.module.steps .steps-list.list-children{--sizeStepBullet: 34px;--fontsizeStepBullet: 13px}@media screen and (max-width: 1000px){.module.steps .steps-list.list-children{--sizeStepBullet: 26px}}@media screen and (max-width: 800px){.module.steps .steps-list.list-children{--sizeStepBullet: 22px}}.module.steps .steps-list.list-children .step{max-width: 300px}.module.steps .steps-list.list-children .step .step-wrapper .step-bullet{border-radius: 3px}.module.steps .steps-list.list-children .step .step-wrapper .step-info .step-title{font-weight: bold;font-size: 12px}.module.steps .steps-list.list-children:not(.has-current) .step:first-child .step-wrapper .step-info{display: block}.module.steps .steps-list.list-children:not(.has-current) .step:first-child .step-wrapper .step-info .step-description{display: block}/*# sourceMappingURL=/cache/css/bd2c26955ec80308d6d618a259cb2bee.map */