.is-height-animated{transition:height .5s ease-in;overflow:hidden}.is-max-height-animated{transition:max-height .5s ease-in;overflow:hidden}.is-max-width-animated{transition:max-width .5s ease-in;overflow:hidden}.is-min-height-animated{transition:min-height .5s ease-in;overflow:hidden}.is-min-width-animated{transition:min-width .5s ease-in;overflow:hidden}.is-width-animated{transition:width .5s ease-in;overflow:hidden}.is-fade{opacity:1;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.75s}@keyframes fadeInOpacity{0%{opacity:0}100%{opacity:1}}.slide-enter-active{transition:max-height .5s ease-in;max-height:0;overflow:hidden}.slide-leave-active{transition:max-height .5s ease-in;max-height:1000px;overflow:hidden}.slide-enter-to,.slide-leave{max-height:1000px}.slide-enter,.slide-leave-to{max-height:0}.slide-right-enter-active{animation:.5s ease-out both slide-in-right}@keyframes slide-in-right{0%{transform:translateX(-1000px)}100%{transform:translateX(0)}}.slide-left-enter-active,.slide-left-leave-active{transition:transform .2s ease-in}.slide-left-leave-to{transform:translate3d(-100%,0,0)}.slide-left-enter{transform:translate3d(100%,0,0)}.fadeOut{animation-name:fadeOut}.fadeInDown{animation-name:fadeInDown}.fadeInUp{animation-name:fadeInUp}.fade-enter-active{transition:opacity .3s ease-in}.fade-leave-active{transition:opacity 150ms ease-out}.fade-enter,.fade-leave-to{opacity:0}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeInUp{from{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.is-disabled{pointer-events:none;opacity:.5}html{--bul-s-7:0.75rem;--bul-s-6:1rem;--bul-s-5:1.25rem;--bul-s-4:1.5rem}.v-sidebar .sidebar-content{background-color:var(--white-ter);box-shadow:5px 0 13px 3px rgba(10.2,10.2,10.2,.1);width:260px;z-index:41}.v-sidebar .sidebar-content.is-white{background-color:#fff}.v-sidebar .sidebar-content.is-black{background-color:#0a0a0a}.v-sidebar .sidebar-content.is-light{background-color:var(--white-ter)}.v-sidebar .sidebar-content.is-dark{background-color:var(--grey-darker)}.v-sidebar .sidebar-content.is-primary{background-color:var(--primary)}.v-sidebar .sidebar-content.is-link{background-color:var(--link)}.v-sidebar .sidebar-content.is-info{background-color:var(--info)}.v-sidebar .sidebar-content.is-success{background-color:var(--success)}.v-sidebar .sidebar-content.is-warning{background-color:var(--warning)}.v-sidebar .sidebar-content.is-danger{background-color:var(--danger)}.v-sidebar .sidebar-content.is-fixed{position:fixed;left:0;top:0}.v-sidebar .sidebar-content.is-fixed.is-right{left:auto;right:0}.v-sidebar .sidebar-content.is-absolute{position:absolute;left:0;top:0}.v-sidebar .sidebar-content.is-absolute.is-right{left:auto;right:0}.v-sidebar .sidebar-content.is-mini{width:80px}.v-sidebar .sidebar-content.is-mini.is-mini-expand:hover{transition:width .5s ease-out}.v-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth){width:260px}.v-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth).is-mini-expand-fixed{position:fixed}.v-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li a span:nth-child(2),.v-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li a span:nth-child(2){display:none}.v-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li ul,.v-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li ul{padding-left:0}.v-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li ul li a,.v-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li ul li a{display:inline-block}.v-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-label:not(:last-child),.v-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-label:not(:last-child){margin-bottom:0}.v-sidebar .sidebar-content.is-static{position:static}.v-sidebar .sidebar-content.is-absolute,.v-sidebar .sidebar-content.is-static{transition:width .5s ease-out}.v-sidebar .sidebar-content.is-fullwidth{width:100%;max-width:100%}.v-sidebar .sidebar-content.is-fullheight{height:100%;max-height:100%;overflow:hidden;overflow-y:auto;display:flex;flex-direction:column;align-content:stretch}.v-sidebar .sidebar-background{bottom:0;left:0;right:0;top:0;background:var(--modal-background-background-color);position:fixed;z-index:40}.v-tooltip{position:relative;display:inline-flex}.v-tooltip.is-top:after,.v-tooltip.is-top:before{top:auto;right:auto;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%)}.v-tooltip.is-top.is-white:before{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-black:before{border-top:5px solid #0a0a0a;border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-light:before{border-top:5px solid var(--white-ter);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-dark:before{border-top:5px solid var(--grey-darker);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-primary:before{border-top:5px solid var(--primary);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-link:before{border-top:5px solid var(--link);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-info:before{border-top:5px solid var(--info);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-success:before{border-top:5px solid var(--success);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-warning:before{border-top:5px solid var(--warning);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-danger:before{border-top:5px solid var(--danger);border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.v-tooltip.is-top.is-multiline.is-small:after{width:180px}.v-tooltip.is-top.is-multiline.is-medium:after{width:240px}.v-tooltip.is-top.is-multiline.is-large:after{width:300px}.v-tooltip.is-right:after,.v-tooltip.is-right:before{top:50%;right:auto;bottom:auto;left:calc(100% + 7px);transform:translateY(-50%)}.v-tooltip.is-right.is-white:before{border-top:5px solid transparent;border-right:5px solid #fff;border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-black:before{border-top:5px solid transparent;border-right:5px solid #0a0a0a;border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-light:before{border-top:5px solid transparent;border-right:5px solid var(--white-ter);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-dark:before{border-top:5px solid transparent;border-right:5px solid var(--grey-darker);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-primary:before{border-top:5px solid transparent;border-right:5px solid var(--primary);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-link:before{border-top:5px solid transparent;border-right:5px solid var(--link);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-info:before{border-top:5px solid transparent;border-right:5px solid var(--info);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-success:before{border-top:5px solid transparent;border-right:5px solid var(--success);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-warning:before{border-top:5px solid transparent;border-right:5px solid var(--warning);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-danger:before{border-top:5px solid transparent;border-right:5px solid var(--danger);border-bottom:5px solid transparent;left:calc(100% + 2px)}.v-tooltip.is-right.is-multiline.is-small:after{width:180px}.v-tooltip.is-right.is-multiline.is-medium:after{width:240px}.v-tooltip.is-right.is-multiline.is-large:after{width:300px}.v-tooltip.is-bottom:after,.v-tooltip.is-bottom:before{top:calc(100% + 7px);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.v-tooltip.is-bottom.is-white:before{border-right:5px solid transparent;border-bottom:5px solid #fff;border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-black:before{border-right:5px solid transparent;border-bottom:5px solid #0a0a0a;border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-light:before{border-right:5px solid transparent;border-bottom:5px solid var(--white-ter);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-dark:before{border-right:5px solid transparent;border-bottom:5px solid var(--grey-darker);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-primary:before{border-right:5px solid transparent;border-bottom:5px solid var(--primary);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-link:before{border-right:5px solid transparent;border-bottom:5px solid var(--link);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-info:before{border-right:5px solid transparent;border-bottom:5px solid var(--info);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-success:before{border-right:5px solid transparent;border-bottom:5px solid var(--success);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-warning:before{border-right:5px solid transparent;border-bottom:5px solid var(--warning);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-danger:before{border-right:5px solid transparent;border-bottom:5px solid var(--danger);border-left:5px solid transparent;top:calc(100% + 2px)}.v-tooltip.is-bottom.is-multiline.is-small:after{width:180px}.v-tooltip.is-bottom.is-multiline.is-medium:after{width:240px}.v-tooltip.is-bottom.is-multiline.is-large:after{width:300px}.v-tooltip.is-left:after,.v-tooltip.is-left:before{top:50%;right:calc(100% + 7px);bottom:auto;left:auto;transform:translateY(-50%)}.v-tooltip.is-left.is-white:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;right:calc(100% + 2px)}.v-tooltip.is-left.is-black:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #0a0a0a;right:calc(100% + 2px)}.v-tooltip.is-left.is-light:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--white-ter);right:calc(100% + 2px)}.v-tooltip.is-left.is-dark:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--grey-darker);right:calc(100% + 2px)}.v-tooltip.is-left.is-primary:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--primary);right:calc(100% + 2px)}.v-tooltip.is-left.is-link:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--link);right:calc(100% + 2px)}.v-tooltip.is-left.is-info:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--info);right:calc(100% + 2px)}.v-tooltip.is-left.is-success:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--success);right:calc(100% + 2px)}.v-tooltip.is-left.is-warning:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--warning);right:calc(100% + 2px)}.v-tooltip.is-left.is-danger:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--danger);right:calc(100% + 2px)}.v-tooltip.is-left.is-multiline.is-small:after{width:180px}.v-tooltip.is-left.is-multiline.is-medium:after{width:240px}.v-tooltip.is-left.is-multiline.is-large:after{width:300px}.v-tooltip:after,.v-tooltip:before{position:absolute;content:"";opacity:0;visibility:hidden;pointer-events:none}.v-tooltip:before{z-index:39}.v-tooltip:after{content:attr(data-label);width:auto;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:400;box-shadow:0 1px 2px 1px rgba(0,1,0,.2);z-index:38;white-space:nowrap}.v-tooltip:not([data-label=""]):hover:after,.v-tooltip:not([data-label=""]):hover:before{transition-delay:inherit;opacity:1;visibility:visible}.v-tooltip.is-white:after{background:#fff;color:#0a0a0a}.v-tooltip.is-black:after{background:#0a0a0a;color:#fff}.v-tooltip.is-light:after{background:var(--white-ter);color:var(--light-invert)}.v-tooltip.is-dark:after{background:var(--grey-darker);color:var(--dark-invert)}.v-tooltip.is-primary:after{background:var(--primary);color:var(--primary-invert)}.v-tooltip.is-link:after{background:var(--link);color:#fff}.v-tooltip.is-info:after{background:var(--info);color:var(--info-invert)}.v-tooltip.is-success:after{background:var(--success);color:var(--success-invert)}.v-tooltip.is-warning:after{background:var(--warning);color:var(--warning-invert)}.v-tooltip.is-danger:after{background:var(--danger);color:var(--danger-invert)}.v-tooltip:not([data-label=""]).is-always:after,.v-tooltip:not([data-label=""]).is-always:before{opacity:1;visibility:visible}.v-tooltip.is-multiline:after{display:flex-block;text-align:center;white-space:normal}.v-tooltip.is-dashed{border-bottom:1px dashed #b5b5b5;cursor:default}.v-tooltip.is-square:after{border-radius:0}.v-tooltip.is-animated:after,.v-tooltip.is-animated:before{transition:opacity 86ms ease-out,visibility 86ms ease-out}.switch{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}.switch+.switch:last-child{margin-right:0}.switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:0;z-index:-1}.switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background .5s ease-out,box-shadow .5s ease-out}.switch input[type=checkbox]+.check.is-white-passive,.switch input[type=checkbox]+.check:hover{background:#fff}.switch input[type=checkbox]+.check.is-black-passive,.switch input[type=checkbox]+.check:hover{background:#0a0a0a}.switch input[type=checkbox]+.check.is-light-passive,.switch input[type=checkbox]+.check:hover{background:var(--white-ter)}.switch input[type=checkbox]+.check.is-dark-passive,.switch input[type=checkbox]+.check:hover{background:var(--grey-darker)}.switch input[type=checkbox]+.check.is-primary-passive,.switch input[type=checkbox]+.check:hover{background:var(--primary)}.switch input[type=checkbox]+.check.is-link-passive,.switch input[type=checkbox]+.check:hover{background:var(--link)}.switch input[type=checkbox]+.check.is-info-passive,.switch input[type=checkbox]+.check:hover{background:var(--info)}.switch input[type=checkbox]+.check.is-success-passive,.switch input[type=checkbox]+.check:hover{background:var(--success)}.switch input[type=checkbox]+.check.is-warning-passive,.switch input[type=checkbox]+.check:hover{background:var(--warning)}.switch input[type=checkbox]+.check.is-danger-passive,.switch input[type=checkbox]+.check:hover{background:var(--danger)}.switch input[type=checkbox]+.check.input[type=checkbox]+.switch input[type=checkbox]+.check.check{background:pink}.switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:var(--white-ter);box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);transition:transform .5s ease-out;will-change:transform;transform-origin:left}.switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}.switch input[type=checkbox]:checked+.check{background:var(--primary)}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch input[type=checkbox]:checked+.check.is-light{background:var(--white-ter)}.switch input[type=checkbox]:checked+.check.is-dark{background:var(--grey-darker)}.switch input[type=checkbox]:checked+.check.is-primary{background:var(--primary)}.switch input[type=checkbox]:checked+.check.is-link{background:var(--link)}.switch input[type=checkbox]:checked+.check.is-info{background:var(--info)}.switch input[type=checkbox]:checked+.check.is-success{background:var(--success)}.switch input[type=checkbox]:checked+.check.is-warning{background:var(--warning)}.switch input[type=checkbox]:checked+.check.is-danger{background:var(--danger)}.switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%,0,0) scaleX(1.5)}.switch input[type=checkbox]:active,.switch input[type=checkbox]:focus{outline:0}.switch input[type=checkbox]:active+.check,.switch input[type=checkbox]:focus+.check{box-shadow:0 0 .5em rgba(122.4,122.4,122.4,.6)}.switch input[type=checkbox]:active+.check.is-white-passive,.switch input[type=checkbox]:focus+.check.is-white-passive{box-shadow:0 0 .4em #fff,.8}.switch input[type=checkbox]:active+.check.is-black-passive,.switch input[type=checkbox]:focus+.check.is-black-passive{box-shadow:0 0 .4em #0a0a0a,.8}.switch input[type=checkbox]:active+.check.is-light-passive,.switch input[type=checkbox]:focus+.check.is-light-passive{box-shadow:0 0 .4em var(--white-ter),.8}.switch input[type=checkbox]:active+.check.is-dark-passive,.switch input[type=checkbox]:focus+.check.is-dark-passive{box-shadow:0 0 .4em var(--grey-darker),.8}.switch input[type=checkbox]:active+.check.is-primary-passive,.switch input[type=checkbox]:focus+.check.is-primary-passive{box-shadow:0 0 .4em var(--primary),.8}.switch input[type=checkbox]:active+.check.is-link-passive,.switch input[type=checkbox]:focus+.check.is-link-passive{box-shadow:0 0 .4em var(--link),.8}.switch input[type=checkbox]:active+.check.is-info-passive,.switch input[type=checkbox]:focus+.check.is-info-passive{box-shadow:0 0 .4em var(--info),.8}.switch input[type=checkbox]:active+.check.is-success-passive,.switch input[type=checkbox]:focus+.check.is-success-passive{box-shadow:0 0 .4em var(--success),.8}.switch input[type=checkbox]:active+.check.is-warning-passive,.switch input[type=checkbox]:focus+.check.is-warning-passive{box-shadow:0 0 .4em var(--warning),.8}.switch input[type=checkbox]:active+.check.is-danger-passive,.switch input[type=checkbox]:focus+.check.is-danger-passive{box-shadow:0 0 .4em var(--danger),.8}.switch input[type=checkbox]:active:checked+.check,.switch input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .4em var(--primary)}.switch input[type=checkbox]:active:checked+.check.is-white,.switch input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .4em #fff,.8}.switch input[type=checkbox]:active:checked+.check.is-black,.switch input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .4em #0a0a0a,.8}.switch input[type=checkbox]:active:checked+.check.is-light,.switch input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .4em var(--white-ter),.8}.switch input[type=checkbox]:active:checked+.check.is-dark,.switch input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .4em var(--grey-darker),.8}.switch input[type=checkbox]:active:checked+.check.is-primary,.switch input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .4em var(--primary),.8}.switch input[type=checkbox]:active:checked+.check.is-link,.switch input[type=checkbox]:focus:checked+.check.is-link{box-shadow:0 0 .4em var(--link),.8}.switch input[type=checkbox]:active:checked+.check.is-info,.switch input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .4em var(--info),.8}.switch input[type=checkbox]:active:checked+.check.is-success,.switch input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .4em var(--success),.8}.switch input[type=checkbox]:active:checked+.check.is-warning,.switch input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .4em var(--warning),.8}.switch input[type=checkbox]:active:checked+.check.is-danger,.switch input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .4em var(--danger),.8}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:rgba(181.05,181.05,181.05,.9)}.switch:hover input[type=checkbox]+.check.is-white-passive{background:#fff}.switch:hover input[type=checkbox]+.check.is-black-passive{background:#0a0a0a}.switch:hover input[type=checkbox]+.check.is-light-passive{background:var(--white-ter)}.switch:hover input[type=checkbox]+.check.is-dark-passive{background:var(--grey-darker)}.switch:hover input[type=checkbox]+.check.is-primary-passive{background:var(--primary)}.switch:hover input[type=checkbox]+.check.is-link-passive{background:var(--link)}.switch:hover input[type=checkbox]+.check.is-info-passive{background:var(--info)}.switch:hover input[type=checkbox]+.check.is-success-passive{background:var(--success)}.switch:hover input[type=checkbox]+.check.is-warning-passive{background:var(--warning)}.switch:hover input[type=checkbox]+.check.is-danger-passive{background:var(--danger)}.switch:hover input[type=checkbox]:checked+.check{background:var(--primary)}.switch:hover input[type=checkbox]:checked+.check.is-white{background:#fff}.switch:hover input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch:hover input[type=checkbox]:checked+.check.is-light{background:var(--white-ter)}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:var(--grey-darker)}.switch:hover input[type=checkbox]:checked+.check.is-primary{background:var(--primary)}.switch:hover input[type=checkbox]:checked+.check.is-link{background:var(--link)}.switch:hover input[type=checkbox]:checked+.check.is-info{background:var(--info)}.switch:hover input[type=checkbox]:checked+.check.is-success{background:var(--success)}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:var(--warning)}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:var(--danger)}.switch.is-rounded input[type=checkbox]+.check,.switch.is-rounded input[type=checkbox]+.check:before{border-radius:290486px}.switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:290486px}.switch.is-outlined input[type=checkbox]+.check{background:0 0;border:.1rem solid #b5b5b5}.switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid #fff}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}.switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:#fff}.switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid #0a0a0a}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:#0a0a0a}.switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid var(--white-ter)}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:var(--white-ter)}.switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:var(--white-ter)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid var(--grey-darker)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:var(--grey-darker)}.switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:var(--grey-darker)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid var(--primary)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:var(--primary)}.switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:var(--primary)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid var(--link)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:var(--link)}.switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:var(--link)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid var(--info)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:var(--info)}.switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:var(--info)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid var(--success)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:var(--success)}.switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:var(--success)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid var(--warning)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:var(--warning)}.switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:var(--warning)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid var(--danger)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:var(--danger)}.switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:var(--danger)}.switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}.switch.is-outlined input[type=checkbox]:checked+.check{border-color:var(--primary)}.switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:0 0;border-color:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}.switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:0 0;border-color:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}.switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:0 0;border-color:var(--white-ter)}.switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:var(--white-ter)}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:0 0;border-color:var(--grey-darker)}.switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:var(--grey-darker)}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:0 0;border-color:var(--primary)}.switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:var(--primary)}.switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:0 0;border-color:var(--link)}.switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:var(--link)}.switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:0 0;border-color:var(--info)}.switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:var(--info)}.switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:0 0;border-color:var(--success)}.switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:var(--success)}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:0 0;border-color:var(--warning)}.switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:var(--warning)}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:0 0;border-color:var(--danger)}.switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:var(--danger)}.switch.is-outlined input[type=checkbox]:checked+.check:before{background:var(--primary)}.switch.is-outlined:hover input[type=checkbox]+.check{background:0 0;border-color:rgba(181.05,181.05,181.05,.9)}.switch.is-outlined:hover input[type=checkbox]:checked+.check{background:0 0;border-color:var(--primary)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:#fff}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:#0a0a0a}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:var(--white-ter)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:var(--grey-darker)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:var(--primary)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link{border-color:var(--link)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:var(--info)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:var(--success)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:var(--warning)}.switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:var(--danger)}.switch.is-small{border-radius:2px;font-size:var(--bul-s-7)}.switch.is-medium{font-size:var(--bul-s-5)}.switch.is-large{font-size:var(--bul-s-4)}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.accordion-menu{display:flex;flex-direction:row}.accordion-menu:hover .accordion-active{flex:1}.accordion-menu:hover .accordion-active .accordion-trigger .accordion-content{display:none}.accordion-menu:hover .accordion-active:hover{flex:4}.accordion-menu:hover .accordion-active:hover .accordion-trigger .accordion-content{display:inline-block}.accordion-type-hover{flex:1;height:100%;transition:flex .8s;width:106px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.accordion-type-hover .accordion-trigger{display:flex;align-items:center;justify-content:center;line-height:normal;position:relative;padding:0 8px;min-width:32px;height:100%;width:100%;border-radius:0}.accordion-default:hover{background-color:#2f3133;flex:4}.accordion-default:hover .accordion-active{flex:1}.accordion-default:hover .accordion-active .accordion-content{display:none}.accordion-default:hover .accordion-content{display:inline-block}.accordion-active{background-color:#868a88;flex:4}.accordion-active .accordion-content{display:inline-block}.accordion-content{padding:0 8px;display:none}.accordion-type-click{width:100%}.accordion-header{display:block}.trigger-right{float:right}.trigger-left{float:left}.header-is-trigger{cursor:pointer}.message-wrapper{padding:10px;margin:0;display:flex;flex-direction:column}.msg-left{align-self:flex-start}.msg-right{align-self:flex-end}.msg-time{margin:0 10px}.data-grid{background-color:#fff}.tableHeader{display:block}.sticky-table{height:300px;overflow-y:auto!important}.sticky-row{position:sticky;top:0;background-color:var(--blm-prim);color:#fff!important}.sticky-column{position:sticky;left:0;background-color:var(--blm-prim);color:#fff}.pagination-container{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width:768px){.v-sidebar .sidebar-content.is-mini-mobile{width:80px}.v-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile){width:260px}.v-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile).is-mini-expand-fixed{position:fixed}.v-sidebar .sidebar-content.is-hidden-mobile{width:0;height:0;overflow:hidden}.v-sidebar .sidebar-content.is-fullwidth-mobile{width:100%;max-width:100%}.v-table .table-wrapper.has-mobile-cards .table{background-color:transparent}.v-table .table-wrapper.has-mobile-cards thead tr th{display:none}.v-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);max-width:100%;position:relative}.v-table .table-wrapper.has-mobile-cards tr:not(.expansion){display:block}.v-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.v-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.v-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:#fff}.v-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:#fff}.v-table .table-wrapper.has-mobile-cards tr:not(.expansion):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.v-table .table-wrapper.has-mobile-cards tr:not(.expansion):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}.progress-wrapper{position:relative}.progress-value{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:.6rem}.progress-value .more-than-half{color:white}ol{list-style-type:none}.timeline>li{position:relative;margin:0;padding-bottom:1em;padding-left:20px}.timeline>li::before{content:"";background-color:gray;position:absolute;bottom:0;top:0;left:6px;width:1px}.timeline>li::after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='black' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");filter:invert(78%) sepia(15%) saturate(0) hue-rotate(198deg) brightness(104%) contrast(74%);position:absolute;left:-6px;top:11px;height:25px;width:25px}.timeline>.is-active::after{filter:invert(70%) sepia(55%) saturate(462%) hue-rotate(86deg) brightness(86%) contrast(91%)!important}input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:1rem 0;background:0 0;touch-action:none}input[type=range].slider.is-fullwidth{display:block;width:100%}input[type=range].slider:focus{outline:0}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{width:100%}input[type=range].slider:not([orient=vertical])::-moz-range-track{width:100%}input[type=range].slider:not([orient=vertical])::-ms-track{width:100%}input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{width:3rem;background:#494949;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;line-height:.75rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;overflow:hidden;pointer-events:none;z-index:200}input[type=range].slider:not([orient=vertical]).has-output-tooltip:disabled+output,input[type=range].slider:not([orient=vertical]).has-output:disabled+output{opacity:.5}input[type=range].slider:not([orient=vertical]).has-output{display:inline-block;vertical-align:middle;width:calc(100% - 4.2rem)}input[type=range].slider:not([orient=vertical]).has-output+output{display:inline-block;margin-left:.75rem;vertical-align:middle}input[type=range].slider:not([orient=vertical]).has-output-tooltip{display:block}input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{position:absolute;left:0;top:-.1rem}input[type=range].slider[orient=vertical]{-webkit-appearance:slider-vertical;-moz-appearance:slider-vertical;appearance:slider-vertical;writing-mode:bt-lr}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{height:100%;width:var(--bul-s-6)/2}input[type=range].slider[orient=vertical]::-moz-range-track{height:100%;width:var(--bul-s-6)/2}input[type=range].slider[orient=vertical]::-ms-track{height:100%;width:var(--bul-s-6)/2}input[type=range].slider::-webkit-slider-runnable-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-moz-range-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-fill-lower{background:#dbdbdb;border-radius:4px}input[type=range].slider::-ms-fill-upper{background:#dbdbdb;border-radius:4px}input[type=range].slider::-webkit-slider-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer}input[type=range].slider::-moz-range-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer;height:var(--bul-s-6);width:var(--bul-s-6)}input[type=range].slider::-ms-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer;height:var(--bul-s-6);width:var(--bul-s-6);margin-top:0}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:var(--bul-s-6);width:var(--bul-s-6);margin-top:var(--bul-s-6)/4}input[type=range].slider.is-circle::-webkit-slider-thumb{border-radius:290486px}input[type=range].slider.is-circle::-moz-range-thumb{border-radius:290486px}input[type=range].slider.is-circle::-ms-thumb{border-radius:290486px}input[type=range].slider:active::-webkit-slider-thumb{transform:scale(1.25)}input[type=range].slider:active::-moz-range-thumb{transform:scale(1.25)}input[type=range].slider:active::-ms-thumb{transform:scale(1.25)}input[type=range].slider:disabled{opacity:.5;cursor:not-allowed}input[type=range].slider:disabled::-webkit-slider-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-moz-range-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-ms-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:not([orient=vertical]){min-height:calc(var(--bul-s-6)*1.25 + 2.5px)}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{height:var(--bul-s-6)/2}input[type=range].slider:not([orient=vertical])::-moz-range-track{height:var(--bul-s-6)/2}input[type=range].slider:not([orient=vertical])::-ms-track{height:var(--bul-s-6)/2}input[type=range].slider[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:var(--bul-s-6)/4}input[type=range].slider.is-small:not([orient=vertical]){min-height:calc(var(--bul-s-7)*1.25 + 2.5px)}input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track{height:var(--bul-s-7)/2}input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track{height:var(--bul-s-7)/2}input[type=range].slider.is-small:not([orient=vertical])::-ms-track{height:var(--bul-s-7)/2}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track{width:var(--bul-s-7)/2}input[type=range].slider.is-small[orient=vertical]::-moz-range-track{width:var(--bul-s-7)/2}input[type=range].slider.is-small[orient=vertical]::-ms-track{width:var(--bul-s-7)/2}input[type=range].slider.is-small::-moz-range-thumb{height:var(--bul-s-7);width:var(--bul-s-7)}input[type=range].slider.is-small::-ms-thumb{height:var(--bul-s-7);width:var(--bul-s-7);margin-top:0}input[type=range].slider.is-small::-webkit-slider-thumb{height:var(--bul-s-7);width:var(--bul-s-7);margin-top:var(--bul-s-7)/4}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:var(--bul-s-7)/4}input[type=range].slider.is-medium:not([orient=vertical]){min-height:calc(var(--bul-s-5)*1.25 + 2.5px)}input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track{height:var(--bul-s-5)/2}input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track{height:var(--bul-s-5)/2}input[type=range].slider.is-medium:not([orient=vertical])::-ms-track{height:var(--bul-s-5)/2}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track{width:var(--bul-s-5)/2}input[type=range].slider.is-medium[orient=vertical]::-moz-range-track{width:var(--bul-s-5)/2}input[type=range].slider.is-medium[orient=vertical]::-ms-track{width:var(--bul-s-5)/2}input[type=range].slider.is-medium::-moz-range-thumb{height:var(--bul-s-5);width:var(--bul-s-5)}input[type=range].slider.is-medium::-ms-thumb{height:var(--bul-s-5);width:var(--bul-s-5);margin-top:0}input[type=range].slider.is-medium::-webkit-slider-thumb{height:var(--bul-s-5);width:var(--bul-s-5);margin-top:var(--bul-s-5)/4}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:var(--bul-s-5)/4}input[type=range].slider.is-large:not([orient=vertical]){min-height:calc(var(--bul-s-4)*1.25 + 2.5px)}input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track{height:var(--bul-s-4)/2}input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track{height:var(--bul-s-4)/2}input[type=range].slider.is-large:not([orient=vertical])::-ms-track{height:var(--bul-s-4)/2}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track{width:var(--bul-s-4)/2}input[type=range].slider.is-large[orient=vertical]::-moz-range-track{width:var(--bul-s-4)/2}input[type=range].slider.is-large[orient=vertical]::-ms-track{width:var(--bul-s-4)/2}input[type=range].slider.is-large::-moz-range-thumb{height:var(--bul-s-4);width:var(--bul-s-4)}input[type=range].slider.is-large::-ms-thumb{height:var(--bul-s-4);width:var(--bul-s-4);margin-top:0}input[type=range].slider.is-large::-webkit-slider-thumb{height:var(--bul-s-4);width:var(--bul-s-4);margin-top:var(--bul-s-4)/4}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:var(--bul-s-4)/4}input[type=range].slider.is-white::-moz-range-track{background:#fff!important}input[type=range].slider.is-white::-webkit-slider-runnable-track{background:#fff!important}input[type=range].slider.is-white::-ms-track{background:#fff!important}input[type=range].slider.is-white::-ms-fill-lower{background:#fff}input[type=range].slider.is-white::-ms-fill-upper{background:#fff}input[type=range].slider.is-white+output{background-color:#fff;color:#0a0a0a}input[type=range].slider.is-black::-moz-range-track{background:#0a0a0a!important}input[type=range].slider.is-black::-webkit-slider-runnable-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-fill-lower{background:#0a0a0a}input[type=range].slider.is-black::-ms-fill-upper{background:#0a0a0a}input[type=range].slider.is-black+output{background-color:#0a0a0a;color:#fff}input[type=range].slider.is-light::-moz-range-track{background:var(--white-ter)!important}input[type=range].slider.is-light::-webkit-slider-runnable-track{background:var(--white-ter)!important}input[type=range].slider.is-light::-ms-track{background:var(--white-ter)!important}input[type=range].slider.is-light::-ms-fill-lower{background:var(--white-ter)}input[type=range].slider.is-light::-ms-fill-upper{background:var(--white-ter)}input[type=range].slider.is-light+output{background-color:var(--white-ter);color:var(--light-invert)}input[type=range].slider.is-dark::-moz-range-track{background:var(--grey-darker)!important}input[type=range].slider.is-dark::-webkit-slider-runnable-track{background:var(--grey-darker)!important}input[type=range].slider.is-dark::-ms-track{background:var(--grey-darker)!important}input[type=range].slider.is-dark::-ms-fill-lower{background:var(--grey-darker)}input[type=range].slider.is-dark::-ms-fill-upper{background:var(--grey-darker)}input[type=range].slider.is-dark+output{background-color:var(--grey-darker);color:var(--dark-invert)}input[type=range].slider.is-primary::-moz-range-track{background:var(--primary)!important}input[type=range].slider.is-primary::-webkit-slider-runnable-track{background:var(--primary)!important}input[type=range].slider.is-primary::-ms-track{background:var(--primary)!important}input[type=range].slider.is-primary::-ms-fill-lower{background:var(--primary)}input[type=range].slider.is-primary::-ms-fill-upper{background:var(--primary)}input[type=range].slider.is-primary+output{background-color:var(--primary);color:var(--primary-invert)}input[type=range].slider.is-link::-moz-range-track{background:var(--link)!important}input[type=range].slider.is-link::-webkit-slider-runnable-track{background:var(--link)!important}input[type=range].slider.is-link::-ms-track{background:var(--link)!important}input[type=range].slider.is-link::-ms-fill-lower{background:var(--link)}input[type=range].slider.is-link::-ms-fill-upper{background:var(--link)}input[type=range].slider.is-link+output{background-color:var(--link);color:#fff}input[type=range].slider.is-info::-moz-range-track{background:var(--info)!important}input[type=range].slider.is-info::-webkit-slider-runnable-track{background:var(--info)!important}input[type=range].slider.is-info::-ms-track{background:var(--info)!important}input[type=range].slider.is-info::-ms-fill-lower{background:var(--info)}input[type=range].slider.is-info::-ms-fill-upper{background:var(--info)}input[type=range].slider.is-info+output{background-color:var(--info);color:var(--info-invert)}input[type=range].slider.is-success::-moz-range-track{background:var(--success)!important}input[type=range].slider.is-success::-webkit-slider-runnable-track{background:var(--success)!important}input[type=range].slider.is-success::-ms-track{background:var(--success)!important}input[type=range].slider.is-success::-ms-fill-lower{background:var(--success)}input[type=range].slider.is-success::-ms-fill-upper{background:var(--success)}input[type=range].slider.is-success+output{background-color:var(--success);color:var(--success-invert)}input[type=range].slider.is-warning::-moz-range-track{background:var(--warning)!important}input[type=range].slider.is-warning::-webkit-slider-runnable-track{background:var(--warning)!important}input[type=range].slider.is-warning::-ms-track{background:var(--warning)!important}input[type=range].slider.is-warning::-ms-fill-lower{background:var(--warning)}input[type=range].slider.is-warning::-ms-fill-upper{background:var(--warning)}input[type=range].slider.is-warning+output{background-color:var(--warning);color:var(--warning-invert)}input[type=range].slider.is-danger::-moz-range-track{background:var(--danger)!important}input[type=range].slider.is-danger::-webkit-slider-runnable-track{background:var(--danger)!important}input[type=range].slider.is-danger::-ms-track{background:var(--danger)!important}input[type=range].slider.is-danger::-ms-fill-lower{background:var(--danger)}input[type=range].slider.is-danger::-ms-fill-upper{background:var(--danger)}input[type=range].slider.is-danger+output{background-color:var(--danger);color:var(--danger-invert)}.pagination-next,.pagination-previous{padding-left:.5em;padding-right:.5em}.pagination-next.is-disabled,.pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.pagination.is-simple{justify-content:normal}.pagination.is-simple.is-centered{justify-content:center}.pagination.is-simple.is-right{justify-content:flex-end}.pagination .is-current{pointer-events:none;cursor:not-allowed}.v-toast-container{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:9999;pointer-events:none}.v-toast-container .notification{animation-duration:150ms;pointer-events:auto;cursor:pointer;word-break:break-word}.v-toast-container--top{flex-direction:column}.v-toast-container--bottom{flex-direction:column-reverse}.v-toast--bottom,.v-toast--top{align-self:center}.v-toast--bottom-right,.v-toast--top-right{align-self:flex-end}.v-toast--bottom-left,.v-toast--top-left{align-self:flex-start}.steps{display:flex;flex-wrap:wrap;font-size:var(--bul-s-6);min-height:calc(var(--bul-s-6)*2)}.steps:not(:last-child){margin-bottom:1.5rem}.steps .step-item{margin-top:0;position:relative;flex-grow:1;flex-basis:0}.steps .step-item:not(:first-child){flex-basis:1em;flex-grow:1;flex-shrink:1}.steps .step-item:not(:first-child)::before{content:" ";display:block;position:absolute;height:.2em;width:100%;bottom:0;left:-50%;top:var(--bul-s-6)}.steps .step-item::before{background:linear-gradient(to left,#dbdbdb 50%,var(--primary) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item::before .step-marker{color:#fff}.steps .step-item.is-active::before{background-position:left bottom}.steps .step-item.is-active .step-marker{background-color:#fff;border-color:var(--primary);color:var(--primary)}.steps .step-item.is-completed::before{background-position:left bottom}.steps .step-item.is-completed .step-marker{color:#fff;background-color:var(--primary)}.steps .step-item .step-marker{align-items:center;display:flex;border-radius:50%;font-weight:700;justify-content:center;background:#b5b5b5;color:#fff;border:.2em solid #fff;z-index:1;height:calc(var(--bul-s-6)*2);width:calc(var(--bul-s-6)*2);position:absolute;left:calc(50% - var(--bul-s-6))}.steps .step-item.is-white::before{background:linear-gradient(to left,#dbdbdb 50%,#fff 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-white.is-active::before{background-position:left bottom}.steps .step-item.is-white.is-active .step-marker{background-color:#fff;border-color:#fff;color:#fff}.steps .step-item.is-white.is-completed::before{background-position:left bottom}.steps .step-item.is-white.is-completed .step-marker{color:#0a0a0a;background-color:#fff}.steps .step-item.is-black::before{background:linear-gradient(to left,#dbdbdb 50%,#0a0a0a 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-black.is-active::before{background-position:left bottom}.steps .step-item.is-black.is-active .step-marker{background-color:#fff;border-color:#0a0a0a;color:#0a0a0a}.steps .step-item.is-black.is-completed::before{background-position:left bottom}.steps .step-item.is-black.is-completed .step-marker{color:#fff;background-color:#0a0a0a}.steps .step-item.is-light::before{background:linear-gradient(to left,#dbdbdb 50%,var(--white-ter) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-light.is-active::before{background-position:left bottom}.steps .step-item.is-light.is-active .step-marker{background-color:#fff;border-color:var(--white-ter);color:var(--white-ter)}.steps .step-item.is-light.is-completed::before{background-position:left bottom}.steps .step-item.is-light.is-completed .step-marker{color:var(--light-invert);background-color:var(--white-ter)}.steps .step-item.is-dark::before{background:linear-gradient(to left,#dbdbdb 50%,var(--grey-darker) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-dark.is-active::before{background-position:left bottom}.steps .step-item.is-dark.is-active .step-marker{background-color:#fff;border-color:var(--grey-darker);color:var(--grey-darker)}.steps .step-item.is-dark.is-completed::before{background-position:left bottom}.steps .step-item.is-dark.is-completed .step-marker{color:var(--dark-invert);background-color:var(--grey-darker)}.steps .step-item.is-primary::before{background:linear-gradient(to left,#dbdbdb 50%,var(--primary) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-primary.is-active::before{background-position:left bottom}.steps .step-item.is-primary.is-active .step-marker{background-color:#fff;border-color:var(--primary);color:var(--primary)}.steps .step-item.is-primary.is-completed::before{background-position:left bottom}.steps .step-item.is-primary.is-completed .step-marker{color:var(--primary-invert);background-color:var(--primary)}.steps .step-item.is-link::before{background:linear-gradient(to left,#dbdbdb 50%,var(--link) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-link.is-active::before{background-position:left bottom}.steps .step-item.is-link.is-active .step-marker{background-color:#fff;border-color:var(--link);color:var(--link)}.steps .step-item.is-link.is-completed::before{background-position:left bottom}.steps .step-item.is-link.is-completed .step-marker{color:#fff;background-color:var(--link)}.steps .step-item.is-info::before{background:linear-gradient(to left,#dbdbdb 50%,var(--info) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-info.is-active::before{background-position:left bottom}.steps .step-item.is-info.is-active .step-marker{background-color:#fff;border-color:var(--info);color:var(--info)}.steps .step-item.is-info.is-completed::before{background-position:left bottom}.steps .step-item.is-info.is-completed .step-marker{color:var(--info-invert);background-color:var(--info)}.steps .step-item.is-success::before{background:linear-gradient(to left,#dbdbdb 50%,var(--success) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-success.is-active::before{background-position:left bottom}.steps .step-item.is-success.is-active .step-marker{background-color:#fff;border-color:var(--success);color:var(--success)}.steps .step-item.is-success.is-completed::before{background-position:left bottom}.steps .step-item.is-success.is-completed .step-marker{color:var(--success-invert);background-color:var(--success)}.steps .step-item.is-warning::before{background:linear-gradient(to left,#dbdbdb 50%,var(--warning) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-warning.is-active::before{background-position:left bottom}.steps .step-item.is-warning.is-active .step-marker{background-color:#fff;border-color:var(--warning);color:var(--warning)}.steps .step-item.is-warning.is-completed::before{background-position:left bottom}.steps .step-item.is-warning.is-completed .step-marker{color:var(--warning-invert);background-color:var(--warning)}.steps .step-item.is-danger::before{background:linear-gradient(to left,#dbdbdb 50%,var(--danger) 50%);background-size:200% 100%;background-position:right bottom}.steps .step-item.is-danger.is-active::before{background-position:left bottom}.steps .step-item.is-danger.is-active .step-marker{background-color:#fff;border-color:var(--danger);color:var(--danger)}.steps .step-item.is-danger.is-completed::before{background-position:left bottom}.steps .step-item.is-danger.is-completed .step-marker{color:var(--danger-invert);background-color:var(--danger)}.steps .steps-content{align-items:stretch;flex-basis:100%;margin:2rem 0}.steps .steps-content .step-content{display:none}.steps .steps-content .step-content.is-active{display:block}.steps .steps-actions{display:flex;align-items:stretch;flex-basis:100%}.steps .steps-actions .steps-action{display:flex;flex-basis:0;flex-grow:1;margin:.5rem;justify-content:center;align-items:center}.steps.is-animated .step-item::before{transition:2s}.steps.is-animated .step-item .step-marker{transition:1.5s}.steps .step-item .step-marker .icon *{font-size:var(--bul-s-6)}.steps .step-item .step-details{text-align:center;margin-top:calc(var(--bul-s-6)*2);margin-left:.5em;margin-right:.5em;padding-top:.2em}.steps .step-item .step-details .step-title{font-size:calc(var(--bul-s-6)*1.2);font-weight:600}.steps.is-small{font-size:var(--bul-s-7);min-height:calc(var(--bul-s-7)*2)}.steps.is-small .step-item:not(:first-child)::before{height:.2em;width:100%;bottom:0;left:-50%;top:var(--bul-s-7)}.steps.is-small .step-item .step-marker{height:calc(var(--bul-s-7)*2);width:calc(var(--bul-s-7)*2);position:absolute;left:calc(50% - var(--bul-s-7))}.steps.is-small .step-item .step-marker .icon *{font-size:var(--bul-s-7)}.steps.is-small .step-item .step-details{margin-top:calc(var(--bul-s-7)*2);margin-left:.5em;margin-right:.5em;padding-top:.2em}.steps.is-small .step-item .step-details .step-title{font-size:calc(var(--bul-s-7)*1.2);font-weight:600}.steps.is-medium{font-size:var(--bul-s-5);min-height:calc(var(--bul-s-5)*2)}.steps.is-medium .step-item:not(:first-child)::before{height:.2em;width:100%;bottom:0;left:-50%;top:var(--bul-s-5)}.steps.is-medium .step-item .step-marker{height:calc(var(--bul-s-5)*2);width:calc(var(--bul-s-5)*2);position:absolute;left:calc(50% - var(--bul-s-5))}.steps.is-medium .step-item .step-marker .icon *{font-size:var(--bul-s-5)}.steps.is-medium .step-item .step-details{margin-top:calc(var(--bul-s-5)*2);margin-left:.5em;margin-right:.5em;padding-top:.2em}.steps.is-medium .step-item .step-details .step-title{font-size:calc(var(--bul-s-5)*1.2);font-weight:600}.steps.is-large{font-size:var(--bul-s-4);min-height:calc(var(--bul-s-4)*2)}.steps.is-large .step-item:not(:first-child)::before{height:.2em;width:100%;bottom:0;left:-50%;top:var(--bul-s-4)}.steps.is-large .step-item .step-marker{height:calc(var(--bul-s-4)*2);width:calc(var(--bul-s-4)*2);position:absolute;left:calc(50% - var(--bul-s-4))}.steps.is-large .step-item .step-marker .icon *{font-size:var(--bul-s-4)}.steps.is-large .step-item .step-details{margin-top:calc(var(--bul-s-4)*2);margin-left:.5em;margin-right:.5em;padding-top:.2em}.steps.is-large .step-item .step-details .step-title{font-size:calc(var(--bul-s-4)*1.2);font-weight:600}.step{font-size:1rem}.step:not(:last-child){margin-bottom:1.5rem}.step .step-segment{position:relative}.step .step-segment:not(:last-child):after{content:" ";display:block;position:absolute}.step.is-vertical .step-segment{display:block}.step.is-vertical .step-segment:not(:last-child){min-height:4em}.step.is-vertical.is-short .step-segment{flex-grow:0}.step.is-vertical.is-short.is-centered{justify-content:center}.step.is-vertical.is-short.is-bottom{justify-content:flex-end}.step.is-vertical:not(.is-short){height:100%;display:flex;flex-direction:column}.step.is-vertical:not(.is-short) .step-segment:not(:last-child){flex-grow:1}.step.is-horizontal{display:flex}.step.is-horizontal .step-segment:not(:last-child){flex-basis:1rem;flex-grow:1;flex-shrink:1}.step.is-horizontal.is-narrow .step-segment{flex-grow:0}.step.is-horizontal.is-narrow .step-segment:not(:last-child){min-width:10em}.step.is-horizontal.is-narrow.is-centered{justify-content:center}.step.is-horizontal.is-narrow.is-right{justify-content:flex-end}.step.is-horizontal.has-content-centered{text-align:center}.step.is-horizontal.has-content-centered .step-segment:last-child,.step.is-horizontal.is-balanced .step-segment:last-child{flex-basis:1rem;flex-grow:1;flex-shrink:1}.step.is-horizontal.is-narrow.has-content-centered .step-segment:last-child{flex-grow:0;min-width:10em}.step.is-horizontal .step-content.is-divider-content{text-align:center;margin-right:-1rem;padding-left:2em;padding-right:2em}.step .step-marker{align-items:center;display:flex;border-radius:50%;font-weight:700;justify-content:center;position:relative;z-index:5;height:2rem;width:2rem;overflow:hidden}.step.is-vertical{display:flex;flex-direction:column}.step.is-vertical .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1rem - .2em);top:1.76rem;width:.4em}.step.is-vertical .step-content{margin-left:calc(1rem + .5em);margin-top:-2rem;padding-left:1em;padding-bottom:1em}.step.is-vertical .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-vertical.has-content-centered .step-content{padding-top:calc(1rem - .5em)}.step.is-vertical:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-vertical:not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:2.3rem;bottom:.3rem}.step.is-horizontal .step-segment:not(:last-child):after{height:.4em;left:1.76rem;right:-.24rem;top:calc(1rem - .2em)}.step.is-horizontal.has-content-above .step-segment:not(:last-child)::after{bottom:calc(1rem - .2em);top:auto}.step.is-horizontal .extra-data{left:calc(50% + 1.3rem);right:calc(-50% + 1.3rem);bottom:100%;position:absolute}.step.is-horizontal .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1rem - .2em)}.step.is-horizontal .extra-data.has-overflow-centered,.step.is-horizontal .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1rem - .2em)}.step.is-horizontal.has-content-above .extra-data{top:100%;bottom:auto}.step.is-horizontal .step-content{margin-left:1rem}.step.is-horizontal .step-content:not(:last-child){margin-right:-1rem}.step.is-horizontal.has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-horizontal.has-content-centered .step-marker{position:absolute;left:calc(50% - 1rem)}.step.is-horizontal.has-content-centered .step-content{margin-top:2rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-horizontal.has-content-above.has-content-centered .step-content{margin-bottom:2rem;padding-bottom:.2em}.step.is-horizontal:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-horizontal:not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:2.3rem;right:.3rem}.step.is-horizontal:not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-horizontal:not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.3rem);right:calc(-50% + 1.3rem)}.step.is-small{font-size:.75rem}.step.is-small .step-marker{height:1.5rem;width:1.5rem;overflow:hidden}.step.is-small.is-vertical{display:flex;flex-direction:column}.step.is-small.is-vertical .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(.75rem - .2em);top:1.26rem;width:.4em}.step.is-small.is-vertical .step-content{margin-left:calc(.75rem + .5em);margin-top:-1.5rem;padding-left:1em;padding-bottom:1em}.step.is-small.is-vertical .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-small.is-vertical.has-content-centered .step-content{padding-top:calc(.75rem - .5em)}.step.is-small.is-vertical:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-small.is-vertical:not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:1.8rem;bottom:.3rem}.step.is-small.is-horizontal .step-segment:not(:last-child):after{height:.4em;left:1.26rem;right:-.24rem;top:calc(.75rem - .2em)}.step.is-small.is-horizontal.has-content-above .step-segment:not(:last-child)::after{bottom:calc(.75rem - .2em);top:auto}.step.is-small.is-horizontal .extra-data{left:calc(50% + 1.05rem);right:calc(-50% + 1.05rem);bottom:100%;position:absolute}.step.is-small.is-horizontal .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - .75rem - .2em)}.step.is-small.is-horizontal .extra-data.has-overflow-centered,.step.is-small.is-horizontal .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - .75rem - .2em)}.step.is-small.is-horizontal.has-content-above .extra-data{top:100%;bottom:auto}.step.is-small.is-horizontal .step-content{margin-left:.75rem}.step.is-small.is-horizontal .step-content:not(:last-child){margin-right:-.75rem}.step.is-small.is-horizontal .step-content.is-divider-content{margin-right:-.75rem;padding-left:2em;padding-right:2em}.step.is-small.is-horizontal.has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-small.is-horizontal.has-content-centered .step-marker{position:absolute;left:calc(50% - .75rem)}.step.is-small.is-horizontal.has-content-centered .step-content{margin-top:1.5rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-small.is-horizontal.has-content-above.has-content-centered .step-content{margin-bottom:1.5rem;padding-bottom:.2em}.step.is-small.is-horizontal:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-small.is-horizontal:not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:1.8rem;right:.3rem}.step.is-small.is-horizontal:not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-small.is-horizontal:not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.05rem);right:calc(-50% + 1.05rem)}.step.is-medium{font-size:1.25rem}.step.is-medium .step-marker{height:2.5rem;width:2.5rem;overflow:hidden}.step.is-medium.is-vertical{display:flex;flex-direction:column}.step.is-medium.is-vertical .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1.25rem - .2em);top:2.26rem;width:.4em}.step.is-medium.is-vertical .step-content{margin-left:calc(1.25rem + .5em);margin-top:-2.5rem;padding-left:1em;padding-bottom:1em}.step.is-medium.is-vertical .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-medium.is-vertical.has-content-centered .step-content{padding-top:calc(1.25rem - .5em)}.step.is-medium.is-vertical:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-medium.is-vertical:not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:2.8rem;bottom:.3rem}.step.is-medium.is-horizontal .step-segment:not(:last-child):after{height:.4em;left:2.26rem;right:-.24rem;top:calc(1.25rem - .2em)}.step.is-medium.is-horizontal.has-content-above .step-segment:not(:last-child)::after{bottom:calc(1.25rem - .2em);top:auto}.step.is-medium.is-horizontal .extra-data{left:calc(50% + 1.55rem);right:calc(-50% + 1.55rem);bottom:100%;position:absolute}.step.is-medium.is-horizontal .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1.25rem - .2em)}.step.is-medium.is-horizontal .extra-data.has-overflow-centered,.step.is-medium.is-horizontal .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1.25rem - .2em)}.step.is-medium.is-horizontal.has-content-above .extra-data{top:100%;bottom:auto}.step.is-medium.is-horizontal .step-content{margin-left:1.25rem}.step.is-medium.is-horizontal .step-content:not(:last-child){margin-right:-1.25rem}.step.is-medium.is-horizontal .step-content.is-divider-content{margin-right:-1.25rem;padding-left:2em;padding-right:2em}.step.is-medium.is-horizontal.has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-medium.is-horizontal.has-content-centered .step-marker{position:absolute;left:calc(50% - 1.25rem)}.step.is-medium.is-horizontal.has-content-centered .step-content{margin-top:2.5rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-medium.is-horizontal.has-content-above.has-content-centered .step-content{margin-bottom:2.5rem;padding-bottom:.2em}.step.is-medium.is-horizontal:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-medium.is-horizontal:not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:2.8rem;right:.3rem}.step.is-medium.is-horizontal:not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-medium.is-horizontal:not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.55rem);right:calc(-50% + 1.55rem)}.step.is-large{font-size:1.5rem}.step.is-large .step-marker{height:3rem;width:3rem;overflow:hidden}.step.is-large.is-vertical{display:flex;flex-direction:column}.step.is-large.is-vertical .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1.5rem - .2em);top:2.76rem;width:.4em}.step.is-large.is-vertical .step-content{margin-left:calc(1.5rem + .5em);margin-top:-3rem;padding-left:1em;padding-bottom:1em}.step.is-large.is-vertical .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-large.is-vertical.has-content-centered .step-content{padding-top:calc(1.5rem - .5em)}.step.is-large.is-vertical:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-large.is-vertical:not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:3.3rem;bottom:.3rem}.step.is-large.is-horizontal .step-segment:not(:last-child):after{height:.4em;left:2.76rem;right:-.24rem;top:calc(1.5rem - .2em)}.step.is-large.is-horizontal.has-content-above .step-segment:not(:last-child)::after{bottom:calc(1.5rem - .2em);top:auto}.step.is-large.is-horizontal .extra-data{left:calc(50% + 1.8rem);right:calc(-50% + 1.8rem);bottom:100%;position:absolute}.step.is-large.is-horizontal .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1.5rem - .2em)}.step.is-large.is-horizontal .extra-data.has-overflow-centered,.step.is-large.is-horizontal .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1.5rem - .2em)}.step.is-large.is-horizontal.has-content-above .extra-data{top:100%;bottom:auto}.step.is-large.is-horizontal .step-content{margin-left:1.5rem}.step.is-large.is-horizontal .step-content:not(:last-child){margin-right:-1.5rem}.step.is-large.is-horizontal .step-content.is-divider-content{margin-right:-1.5rem;padding-left:2em;padding-right:2em}.step.is-large.is-horizontal.has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-large.is-horizontal.has-content-centered .step-marker{position:absolute;left:calc(50% - 1.5rem)}.step.is-large.is-horizontal.has-content-centered .step-content{margin-top:3rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-large.is-horizontal.has-content-above.has-content-centered .step-content{margin-bottom:3rem;padding-bottom:.2em}.step.is-large.is-horizontal:not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-large.is-horizontal:not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:3.3rem;right:.3rem}.step.is-large.is-horizontal:not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-large.is-horizontal:not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.8rem);right:calc(-50% + 1.8rem)}@media screen and (max-width:768px){.v-toast-container{padding:0;position:fixed!important}.step:not(.is-horizontal) .step-segment{display:block}.step:not(.is-horizontal) .step-segment:not(:last-child){min-height:4em}.step:not(.is-horizontal).is-short .step-segment{flex-grow:0}.step:not(.is-horizontal).is-short.is-centered{justify-content:center}.step:not(.is-horizontal).is-short.is-bottom{justify-content:flex-end}.step:not(.is-horizontal):not(.is-short){height:100%;display:flex;flex-direction:column}.step:not(.is-horizontal):not(.is-short) .step-segment:not(:last-child){flex-grow:1}}@media screen and (min-width:769px),print{.step:not(.is-vertical){display:flex}.step:not(.is-vertical) .step-segment:not(:last-child){flex-basis:1rem;flex-grow:1;flex-shrink:1}.step:not(.is-vertical).is-narrow .step-segment{flex-grow:0}.step:not(.is-vertical).is-narrow .step-segment:not(:last-child){min-width:10em}.step:not(.is-vertical).is-narrow.is-centered{justify-content:center}.step:not(.is-vertical).is-narrow.is-right{justify-content:flex-end}.step:not(.is-vertical).has-content-centered{text-align:center}.step:not(.is-vertical).has-content-centered .step-segment:last-child,.step:not(.is-vertical).is-balanced .step-segment:last-child{flex-basis:1rem;flex-grow:1;flex-shrink:1}.step:not(.is-vertical).is-narrow.has-content-centered .step-segment:last-child{flex-grow:0;min-width:10em}.step:not(.is-vertical) .step-content.is-divider-content{text-align:center}}@media screen and (max-width:768px){.step:not(.is-horizontal){display:flex;flex-direction:column}.step:not(.is-horizontal) .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1rem - .2em);top:1.76rem;width:.4em}.step:not(.is-horizontal) .step-content{margin-left:calc(1rem + .5em);margin-top:-2rem;padding-left:1em;padding-bottom:1em}.step:not(.is-horizontal) .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step:not(.is-horizontal).has-content-centered .step-content{padding-top:calc(1rem - .5em)}.step:not(.is-horizontal):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step:not(.is-horizontal):not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:2.3rem;bottom:.3rem}}@media screen and (min-width:769px),print{.step:not(.is-vertical) .step-segment:not(:last-child):after{height:.4em;left:1.76rem;right:-.24rem;top:calc(1rem - .2em)}.step:not(.is-vertical).has-content-above .step-segment:not(:last-child)::after{bottom:calc(1rem - .2em);top:auto}.step:not(.is-vertical) .extra-data{left:calc(50% + 1.3rem);right:calc(-50% + 1.3rem);bottom:100%;position:absolute}.step:not(.is-vertical) .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1rem - .2em)}.step:not(.is-vertical) .extra-data.has-overflow-centered,.step:not(.is-vertical) .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1rem - .2em)}.step:not(.is-vertical).has-content-above .extra-data{top:100%;bottom:auto}.step:not(.is-vertical) .step-content{margin-left:1rem}.step:not(.is-vertical) .step-content:not(:last-child){margin-right:-1rem}.step:not(.is-vertical) .step-content.is-divider-content{margin-right:-1rem;padding-left:2em;padding-right:2em}.step:not(.is-vertical).has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%;margin-left:1rem;margin-right:1rem}.step:not(.is-vertical).has-content-centered .step-marker{position:absolute;left:calc(50% - 1rem)}.step:not(.is-vertical).has-content-centered .step-content{margin-top:2rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step:not(.is-vertical).has-content-above.has-content-centered .step-content{margin-bottom:2rem;padding-bottom:.2em}.step:not(.is-vertical):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step:not(.is-vertical):not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:2.3rem;right:.3rem}.step:not(.is-vertical):not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.3rem);right:calc(-50% + 1.3rem)}}@media screen and (max-width:768px){.step.is-small:not(.is-horizontal){display:flex;flex-direction:column}.step.is-small:not(.is-horizontal) .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(.75rem - .2em);top:1.26rem;width:.4em}.step.is-small:not(.is-horizontal) .step-content{margin-left:calc(.75rem + .5em);margin-top:-1.5rem;padding-left:1em;padding-bottom:1em}.step.is-small:not(.is-horizontal) .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-small:not(.is-horizontal).has-content-centered .step-content{padding-top:calc(.75rem - .5em)}.step.is-small:not(.is-horizontal):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-small:not(.is-horizontal):not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:1.8rem;bottom:.3rem}}@media screen and (min-width:769px),print{.step.is-small:not(.is-vertical) .step-segment:not(:last-child):after{height:.4em;left:1.26rem;right:-.24rem;top:calc(.75rem - .2em)}.step.is-small:not(.is-vertical).has-content-above .step-segment:not(:last-child)::after{bottom:calc(.75rem - .2em);top:auto}.step.is-small:not(.is-vertical) .extra-data{left:calc(50% + 1.05rem);right:calc(-50% + 1.05rem);bottom:100%;position:absolute}.step.is-small:not(.is-vertical) .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - .75rem - .2em)}.step.is-small:not(.is-vertical) .extra-data.has-overflow-centered,.step.is-small:not(.is-vertical) .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - .75rem - .2em)}.step.is-small:not(.is-vertical).has-content-above .extra-data{top:100%;bottom:auto}.step.is-small:not(.is-vertical) .step-content{margin-left:.75rem}.step.is-small:not(.is-vertical) .step-content:not(:last-child){margin-right:-.75rem}.step.is-small:not(.is-vertical) .step-content.is-divider-content{margin-right:-.75rem;padding-left:2em;padding-right:2em}.step.is-small:not(.is-vertical).has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-small:not(.is-vertical).has-content-centered .step-marker{position:absolute;left:calc(50% - .75rem)}.step.is-small:not(.is-vertical).has-content-centered .step-content{margin-top:1.5rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-small:not(.is-vertical).has-content-above.has-content-centered .step-content{margin-bottom:1.5rem;padding-bottom:.2em}.step.is-small:not(.is-vertical):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-small:not(.is-vertical):not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:1.8rem;right:.3rem}.step.is-small:not(.is-vertical):not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-small:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.05rem);right:calc(-50% + 1.05rem)}}@media screen and (max-width:768px){.step.is-medium:not(.is-horizontal){display:flex;flex-direction:column}.step.is-medium:not(.is-horizontal) .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1.25rem - .2em);top:2.26rem;width:.4em}.step.is-medium:not(.is-horizontal) .step-content{margin-left:calc(1.25rem + .5em);margin-top:-2.5rem;padding-left:1em;padding-bottom:1em}.step.is-medium:not(.is-horizontal) .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-medium:not(.is-horizontal).has-content-centered .step-content{padding-top:calc(1.25rem - .5em)}.step.is-medium:not(.is-horizontal):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-medium:not(.is-horizontal):not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:2.8rem;bottom:.3rem}}@media screen and (min-width:769px),print{.step.is-medium:not(.is-vertical) .step-segment:not(:last-child):after{height:.4em;left:2.26rem;right:-.24rem;top:calc(1.25rem - .2em)}.step.is-medium:not(.is-vertical).has-content-above .step-segment:not(:last-child)::after{bottom:calc(1.25rem - .2em);top:auto}.step.is-medium:not(.is-vertical) .extra-data{left:calc(50% + 1.55rem);right:calc(-50% + 1.55rem);bottom:100%;position:absolute}.step.is-medium:not(.is-vertical) .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1.25rem - .2em)}.step.is-medium:not(.is-vertical) .extra-data.has-overflow-centered,.step.is-medium:not(.is-vertical) .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1.25rem - .2em)}.step.is-medium:not(.is-vertical).has-content-above .extra-data{top:100%;bottom:auto}.step.is-medium:not(.is-vertical) .step-content{margin-left:1.25rem}.step.is-medium:not(.is-vertical) .step-content:not(:last-child){margin-right:-1.25rem}.step.is-medium:not(.is-vertical) .step-content.is-divider-content{margin-right:-1.25rem;padding-left:2em;padding-right:2em}.step.is-medium:not(.is-vertical).has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-medium:not(.is-vertical).has-content-centered .step-marker{position:absolute;left:calc(50% - 1.25rem)}.step.is-medium:not(.is-vertical).has-content-centered .step-content{margin-top:2.5rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-medium:not(.is-vertical).has-content-above.has-content-centered .step-content{margin-bottom:2.5rem;padding-bottom:.2em}.step.is-medium:not(.is-vertical):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-medium:not(.is-vertical):not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:2.8rem;right:.3rem}.step.is-medium:not(.is-vertical):not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-medium:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.55rem);right:calc(-50% + 1.55rem)}}@media screen and (max-width:768px){.step.is-large:not(.is-horizontal){display:flex;flex-direction:column}.step.is-large:not(.is-horizontal) .step-segment:not(:last-child):after{bottom:-.24rem;left:calc(1.5rem - .2em);top:2.76rem;width:.4em}.step.is-large:not(.is-horizontal) .step-content{margin-left:calc(1.5rem + .5em);margin-top:-3rem;padding-left:1em;padding-bottom:1em}.step.is-large:not(.is-horizontal) .step-content.is-divider-content{margin-top:0;padding-bottom:0}.step.is-large:not(.is-horizontal).has-content-centered .step-content{padding-top:calc(1.5rem - .5em)}.step.is-large:not(.is-horizontal):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-large:not(.is-horizontal):not(.is-thin).has-gaps .step-segment:not(:last-child):after{top:3.3rem;bottom:.3rem}}@media screen and (min-width:769px),print{.step.is-large:not(.is-vertical) .step-segment:not(:last-child):after{height:.4em;left:2.76rem;right:-.24rem;top:calc(1.5rem - .2em)}.step.is-large:not(.is-vertical).has-content-above .step-segment:not(:last-child)::after{bottom:calc(1.5rem - .2em);top:auto}.step.is-large:not(.is-vertical) .extra-data{left:calc(50% + 1.8rem);right:calc(-50% + 1.8rem);bottom:100%;position:absolute}.step.is-large:not(.is-vertical) .extra-data.has-overflow-right{overflow:visible;right:auto;white-space:nowrap;min-width:calc(100% - 1.5rem - .2em)}.step.is-large:not(.is-vertical) .extra-data.has-overflow-centered,.step.is-large:not(.is-vertical) .extra-data.has-overflow-left{overflow:visible;left:auto;white-space:nowrap;min-width:calc(100% - 1.5rem - .2em)}.step.is-large:not(.is-vertical).has-content-above .extra-data{top:100%;bottom:auto}.step.is-large:not(.is-vertical) .step-content{margin-left:1.5rem}.step.is-large:not(.is-vertical) .step-content:not(:last-child){margin-right:-1.5rem}.step.is-large:not(.is-vertical) .step-content.is-divider-content{margin-right:-1.5rem;padding-left:2em;padding-right:2em}.step.is-large:not(.is-vertical).has-content-centered .step-segment:not(:last-child):after{left:50%;right:-50%}.step.is-large:not(.is-vertical).has-content-centered .step-marker{position:absolute;left:calc(50% - 1.5rem)}.step.is-large:not(.is-vertical).has-content-centered .step-content{margin-top:3rem;margin-left:.5em;margin-right:.5em;padding-top:.2em}.step.is-large:not(.is-vertical).has-content-above.has-content-centered .step-content{margin-bottom:3rem;padding-bottom:.2em}.step.is-large:not(.is-vertical):not(.is-thin) .step-segment.has-gaps:not(:last-child):after,.step.is-large:not(.is-vertical):not(.is-thin).has-gaps .step-segment:not(:last-child):after{left:3.3rem;right:.3rem}.step.is-large:not(.is-vertical):not(.is-thin).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-large:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + 1.8rem);right:calc(-50% + 1.8rem)}}.step-segment:after{background-color:#23d160}.step-segment.is-active:after,.step-segment.is-active~.step-segment:after{background-color:#dbdbdb}.step:not(.is-hollow) .step-marker:not(.is-hollow),.step:not(.is-hollow) .step-segment.is-active .step-marker:not(.is-hollow){background-color:#23d160;color:#fff}.step:not(.is-hollow) .step-segment.is-active~.step-segment .step-marker:not(.is-hollow){background-color:#dbdbdb;color:rgba(0,0,0,.7)}.step-marker.is-hollow,.step.is-hollow .step-marker{border:.3em solid #23d160}.step .is-active .step-marker.is-hollow,.step.is-hollow .is-active .step-marker{border-color:#23d160}.step-segment.is-active~.step-segment .step-marker.is-hollow,.step.is-hollow .step-segment.is-active~.step-segment .step-marker{border-color:#dbdbdb}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-white{background-color:#fff!important;color:#0a0a0a!important}.step .step-marker.is-hollow.is-white,.step.is-hollow .step-marker.is-white{border-color:#fff!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-black{background-color:#0a0a0a!important;color:#fff!important}.step .step-marker.is-hollow.is-black,.step.is-hollow .step-marker.is-black{border-color:#0a0a0a!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-light{background-color:#f5f5f5!important;color:#363636!important}.step .step-marker.is-hollow.is-light,.step.is-hollow .step-marker.is-light{border-color:#f5f5f5!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-dark{background-color:#363636!important;color:#f5f5f5!important}.step .step-marker.is-hollow.is-dark,.step.is-hollow .step-marker.is-dark{border-color:#363636!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-primary{background-color:#00d1b2!important;color:#fff!important}.step .step-marker.is-hollow.is-primary,.step.is-hollow .step-marker.is-primary{border-color:#00d1b2!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-link{background-color:#3273dc!important;color:#fff!important}.step .step-marker.is-hollow.is-link,.step.is-hollow .step-marker.is-link{border-color:#3273dc!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-info{background-color:#209cee!important;color:#fff!important}.step .step-marker.is-hollow.is-info,.step.is-hollow .step-marker.is-info{border-color:#209cee!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-success{background-color:#23d160!important;color:#fff!important}.step .step-marker.is-hollow.is-success,.step.is-hollow .step-marker.is-success{border-color:#23d160!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-warning{background-color:#ffdd57!important;color:rgba(0,0,0,.7)!important}.step .step-marker.is-hollow.is-warning,.step.is-hollow .step-marker.is-warning{border-color:#ffdd57!important}.step:not(.is-hollow) .step-marker:not(.is-hollow).is-danger{background-color:#ff3860!important;color:#fff!important}.step .step-marker.is-hollow.is-danger,.step.is-hollow .step-marker.is-danger{border-color:#ff3860!important}.step.is-vertical .step-segment.is-dashed:after,.step.is-vertical.is-dashed .step-segment:after{background:repeating-linear-gradient(0deg,#23d160,#23d160 5px,transparent 5px,transparent 10px)}.step.is-vertical .step-segment.is-active.is-dashed:after,.step.is-vertical .step-segment.is-active~.step-segment.is-dashed:after,.step.is-vertical.is-dashed .step-segment.is-active:after,.step.is-vertical.is-dashed .step-segment.is-active~.step-segment:after{background:repeating-linear-gradient(0deg,#dbdbdb,#dbdbdb 5px,transparent 5px,transparent 10px)}.step.is-horizontal .step-segment.is-dashed:after,.step.is-horizontal.is-dashed .step-segment:after{background:repeating-linear-gradient(90deg,#23d160,#23d160 10px,transparent 10px,transparent 20px)}.step.is-horizontal .step-segment.is-active.is-dashed:after,.step.is-horizontal .step-segment.is-active~.step-segment.is-dashed:after,.step.is-horizontal.is-dashed .step-segment.is-active:after,.step.is-horizontal.is-dashed .step-segment.is-active~.step-segment:after{background:repeating-linear-gradient(90deg,#dbdbdb,#dbdbdb 10px,transparent 10px,transparent 20px)}.step.is-thin .step-marker{width:.8em;height:.8em}.step.is-thin .step-marker.is-hollow,.step.is-thin.is-hollow .step-marker{border-width:1px;height:calc(.8em + 1px);width:calc(.8em + 1px)}.step.is-thin.is-vertical .step-segment:not(:last-child):after{bottom:0;left:calc(.4em - .5px);top:.8em;width:1px}.step.is-thin.is-vertical .step-content{margin-top:-1.2em;margin-left:.8em}.step.is-thin.is-vertical .step-segment.has-gaps:not(:last-child):after,.step.is-thin.is-vertical.has-gaps .step-segment:not(:last-child):after{bottom:.4em;top:1.2em}.step.is-thin.is-vertical.has-content-centered .step-content{padding-top:1.6em}.step.is-thin.is-horizontal .step-segment:not(:last-child):after{left:.8em;right:0;top:calc(.4em - .5px);height:1px}.step.is-thin.is-horizontal.has-content-above .step-segment:not(:last-child)::after{bottom:calc(.4em - .5px);top:auto}.step.is-thin.is-horizontal .step-content{margin-top:.8em}.step.is-thin.is-horizontal.has-content-centered .step-segment:not(:last-child):after{left:calc(50% + .4em);right:calc(-50% + .4em)}.step.is-thin.is-horizontal.has-content-centered .step-marker{position:absolute;left:calc(50% - .4em)}.step.is-thin.is-horizontal .step-segment.has-gaps:not(:last-child):after,.step.is-thin.is-horizontal.has-gaps .step-segment:not(:last-child):after{left:1.2em;right:.4em}.step.is-thin.is-horizontal.has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-thin.is-horizontal.has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + .8em);right:calc(-50% + .8em)}.step:not(.is-vertical).has-content-above .step-segment{display:flex;flex-direction:column-reverse}.step:not(.is-vertical).has-content-above .step-segment .step-content{margin-top:0;padding-top:0;display:flex;flex-direction:column-reverse}@media screen and (max-width:768px){.step:not(.is-horizontal) .step-segment.is-dashed:after,.step:not(.is-horizontal).is-dashed .step-segment:after{background:repeating-linear-gradient(0deg,#23d160,#23d160 5px,transparent 5px,transparent 10px)}.step:not(.is-horizontal) .step-segment.is-active.is-dashed:after,.step:not(.is-horizontal) .step-segment.is-active~.step-segment.is-dashed:after,.step:not(.is-horizontal).is-dashed .step-segment.is-active:after,.step:not(.is-horizontal).is-dashed .step-segment.is-active~.step-segment:after{background:repeating-linear-gradient(0deg,#dbdbdb,#dbdbdb 5px,transparent 5px,transparent 10px)}.step.is-thin:not(.is-horizontal) .step-segment:not(:last-child):after{bottom:0;left:calc(.4em - .5px);top:.8em;width:1px}.step.is-thin:not(.is-horizontal) .step-content{margin-top:-1.2em;margin-left:.8em}.step.is-thin:not(.is-horizontal) .step-segment.has-gaps:not(:last-child):after,.step.is-thin:not(.is-horizontal).has-gaps .step-segment:not(:last-child):after{bottom:.4em;top:1.2em}.step.is-thin:not(.is-horizontal).has-content-centered .step-content{padding-top:1.6em}}@media screen and (min-width:769px),print{.step:not(.is-vertical) .step-segment.is-dashed:after,.step:not(.is-vertical).is-dashed .step-segment:after{background:repeating-linear-gradient(90deg,#23d160,#23d160 10px,transparent 10px,transparent 20px)}.step:not(.is-vertical) .step-segment.is-active.is-dashed:after,.step:not(.is-vertical) .step-segment.is-active~.step-segment.is-dashed:after,.step:not(.is-vertical).is-dashed .step-segment.is-active:after,.step:not(.is-vertical).is-dashed .step-segment.is-active~.step-segment:after{background:repeating-linear-gradient(90deg,#dbdbdb,#dbdbdb 10px,transparent 10px,transparent 20px)}.step.is-thin:not(.is-vertical) .step-segment:not(:last-child):after{left:.8em;right:0;top:calc(.4em - .5px);height:1px}.step.is-thin:not(.is-vertical).has-content-above .step-segment:not(:last-child)::after{bottom:calc(.4em - .5px);top:auto}.step.is-thin:not(.is-vertical) .step-content{margin-top:.8em}.step.is-thin:not(.is-vertical).has-content-centered .step-segment:not(:last-child):after{left:calc(50% + .4em);right:calc(-50% + .4em)}.step.is-thin:not(.is-vertical).has-content-centered .step-marker{position:absolute;left:calc(50% - .4em)}.step.is-thin:not(.is-vertical) .step-segment.has-gaps:not(:last-child):after,.step.is-thin:not(.is-vertical).has-gaps .step-segment:not(:last-child):after{left:1.2em;right:.4em}.step.is-thin:not(.is-vertical).has-content-centered .step-segment.has-gaps:not(:last-child):after,.step.is-thin:not(.is-vertical).has-content-centered.has-gaps .step-segment:not(:last-child):after{left:calc(50% + .8em);right:calc(-50% + .8em)}}