:root{--stepper-label-font-size:0.625rem;--stepper-item-color:#000;--stepper-item-active-color:#000;--stepper-gap:2rem;--stepper-icon-width:30px;--stepper-icon-height:30px;--stepper-icon-border-radius:50%;--stepper-icon-font-size:1rem;--stepper-icon-color:#fff;--stepper-line-height:2px;--stepper-line-bg:#d9d9d9;--stepper-icon-bg:#d9d9d9;--stepper-icon-active-bg:#61bfc3;--stepper-item-transition:color 0.2s ease,background-color 0.2s ease}.stepper-nav{display:grid;gap:var(--stepper-gap);grid-template-columns:repeat(4,1fr)}.stepper-item{align-items:center;color:var(--stepper-item-color);cursor:pointer;display:flex;flex-direction:column;font-weight:400;position:relative;text-decoration:none;transition:var(--stepper-item-transition)}.stepper-item.current,.stepper-item:focus,.stepper-item:hover{color:var(--stepper-item-active-color);text-decoration:none}.stepper-item.current .stepper-icon,.stepper-item:focus .stepper-icon,.stepper-item:hover .stepper-icon{background-color:var(--stepper-icon-active-bg)}.stepper-item:after,.stepper-item:before{background:var(--stepper-line-bg);display:block;height:var(--stepper-line-height);position:relative;position:absolute;top:calc(var(--stepper-icon-height)*.5);transform:translateY(-50%);width:calc(50% + var(--stepper-gap)*.5);z-index:0}.stepper-item:not(:last-child):after{content:"";right:calc(var(--stepper-gap)*-1*.5)}.stepper-item:not(:first-child):before{content:"";left:calc(var(--stepper-gap)*-1*.5)}.stepper-item.disabled{pointer-events:none}.stepper-icon{align-items:center;background-color:var(--stepper-icon-bg);border-radius:var(--stepper-icon-border-radius);color:var(--stepper-icon-color);display:inline-flex;font-size:var(--stepper-icon-font-size);font-weight:700;height:var(--stepper-icon-height);justify-content:center;margin-bottom:.25rem;transition:var(--stepper-item-transition);width:var(--stepper-icon-width);z-index:1}.stepper-label{font-size:var(--stepper-label-font-size)}.dot-typing{animation:dotTyping 1.5s linear infinite;background-color:#004d72;border-radius:5px;box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72;color:#004d72;height:10px;left:-9999px;position:relative;width:10px}@keyframes dotTyping{0%{box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72}16.667%{box-shadow:9984px -10px 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72}33.333%{box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72}50%{box-shadow:9984px 0 0 0 #004d72,9999px -10px 0 0 #004d72,10014px 0 0 0 #004d72}66.667%{box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72}83.333%{box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px -10px 0 0 #004d72}to{box-shadow:9984px 0 0 0 #004d72,9999px 0 0 0 #004d72,10014px 0 0 0 #004d72}}.checkout-layout label{font-weight:600}.checkout-layout label.required:after{content:" *"}