#vv-progress-bar{padding:20px 20px 18px;background:#fff;border-bottom:1px solid #F0F0F0;font-family:inherit}#vv-progress-bar .vv-pb__msg{font-size:12px;font-weight:400;color:#555;text-align:center;line-height:1.6;margin-bottom:18px;letter-spacing:.01em}#vv-progress-bar .vv-pb__msg strong{font-weight:600;color:#111}.vv-pb__track-wrap{position:relative;padding:0 14px;margin-bottom:0}.vv-pb__track-inner{position:relative;height:1px;background:#E8E1D4;top:14px}.vv-pb__track-inner #vvPbLine{position:absolute;top:0;left:0;height:1px;background:#C9A96E;transition:width .6s cubic-bezier(.4,0,.2,1),left .6s cubic-bezier(.4,0,.2,1)}.vv-pb__nodes{display:flex;justify-content:space-between;padding:0;position:relative;z-index:1}.vv-pb__node{display:flex;flex-direction:column;align-items:center;gap:7px;flex:1}.vv-pb__circle{width:28px;height:28px;border-radius:50%;border:1px solid #D9CDB8;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;overflow:hidden}.vv-pb__circle svg{width:12px!important;height:12px!important;min-width:12px;max-width:12px;min-height:12px;max-height:12px;stroke:#C0B090;fill:none;stroke-width:1.2;display:block;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.vv-pb__node span{font-size:9px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#B8AFA0;text-align:center;line-height:1.4;margin-top:2px}.vv-pb__node.vv-done .vv-pb__circle{border-color:#C9A96E;background:#fff}.vv-pb__node.vv-done .vv-pb__circle svg{stroke:#C9A96E}.vv-pb__node.vv-done span{color:#9A8060}.vv-pb__node.vv-active .vv-pb__circle{border-color:#111;background:#111}.vv-pb__node.vv-active .vv-pb__circle svg{stroke:#fff}.vv-pb__node.vv-active span{color:#111;font-weight:500}#vvPbToast{display:none;align-items:center;justify-content:center;gap:5px;margin-top:12px;padding:6px 14px;background:#FAF7F2;border:1px solid #E8DFD0;font-size:10px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#7A6845}#vvPbToast svg{width:10px!important;height:10px!important;min-width:10px;min-height:10px;stroke:#C9A96E;fill:none;stroke-width:2;flex-shrink:0}#vvPbToast.vv-show{display:flex;animation:vvFade .3s ease}@keyframes vvFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){#vv-progress-bar{padding:16px 16px 15px}.vv-pb__circle{width:26px;height:26px}.vv-pb__circle svg{width:11px!important;height:11px!important;min-width:11px;min-height:11px}.vv-pb__node span{font-size:8.5px}}