.wizard{position:relative;overflow:hidden;display:none;max-height:100%;transition:height .3s ease-in-out}.wizard.wiz-ready{display:block}.wizard .wiz-back{margin-bottom:8px}html:not([dir=rtl]) .wizard .wiz-back{text-align:left}html[dir=rtl] .wizard .wiz-back{text-align:right}.wizard .wiz-back a{font-weight:normal;font-size:14px;font-family:JostOriginal,Arial,sans-serif;line-height:1.42;color:#000}@media(max-width: 1200px){.wizard .wiz-back a{font-weight:normal;font-size:14px;font-family:JostOriginal,Arial,sans-serif;line-height:1.42}}html:not([dir=rtl]) .wizard .wiz-back .fa{margin-right:4px}html[dir=rtl] .wizard .wiz-back .fa{margin-left:4px}.wizard .wiz-step{overflow:auto;overflow-x:hidden;min-width:100%;width:100%;max-width:100%;display:none}.wizard .wiz-step.wiz-visible{display:block}.wizard .wiz-step.wiz-current{position:relative;max-height:100%}.wizard .wiz-step:not(.wiz-current){position:absolute;top:0;width:100%}.wizard.wiz-animated .wiz-step{transition:left .3s ease-in-out,right .3s ease-in-out}.wizard .wiz-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.75)}.wizard .wiz-overlay>i{position:absolute;display:block;left:50%;top:50%;margin:-21px 0 0 -21px;color:#000}html:not([dir=rtl]) .wiz-step{right:auto !important}html:not([dir=rtl]) .wiz-step.wiz-current{left:0 !important}html:not([dir=rtl]) .wiz-step:not(.wiz-current){left:calc(100%*(var(--step-index) - var(--current-step)))}html[dir=rtl] .wiz-step{left:auto !important}html[dir=rtl] .wiz-step.wiz-current{right:0 !important}html[dir=rtl] .wiz-step:not(.wiz-current){right:calc(100%*(var(--step-index) - var(--current-step)))}
