@media only screen and (max-width:575px){.hidden-xs{display:none!important}}@media only screen and (min-width:576px) and (max-width:767px){.hidden-sm{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.hidden-md{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.hidden-lg{display:none!important}}@media only screen and (min-width:1200px){.hidden-xl{display:none!important}}@media screen and (max-width:1199px){.nav-progress{max-width:350px}}@media screen and (max-width:768px){.nav-progress{display:none}}.nav-progress .nav-item{width:100%}.nav-progress .nav-item .progress-detective-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:12px;padding-bottom:12px}@media (orientation:portrait){.nav-progress .nav-item .progress-detective-wrapper{display:none}}.nav-progress .nav-item .progress-detective-wrapper .next-item-button{cursor:pointer}.nav-progress .nav-item .progress-detective-wrapper .sk-circle{margin:0;height:1.2rem;width:1.2rem}.nav-progress .nav-item .progress-detective-wrapper .progress{margin:3px 0 0;width:20rem;height:1.2rem;border-radius:5px;color:#ff9a5a;background-color:#6bbe68}@media screen and (max-width:1199px){.nav-progress .nav-item .progress-detective-wrapper .progress{width:15rem}}.nav-progress .nav-item .progress-detective-wrapper .progress.animate{-webkit-animation:animate-progress-scale 1s ease 0s infinite;animation:animate-progress-scale 1s ease 0s infinite}@-webkit-keyframes animate-progress-scale{0%{transform:scale(1)}50%{transform:scaleX(1.05)}to{transform:scale(1)}}@keyframes animate-progress-scale{0%{transform:scale(1)}50%{transform:scaleX(1.05)}to{transform:scale(1)}}.nav-progress .nav-item .progress-detective-wrapper .progress::-webkit-progress-value{background:#ff9a5a}.nav-progress .nav-item .progress-detective-wrapper .progress::-moz-progress-bar{background:#ff9a5a}.nav-progress .nav-item .progress-detective-wrapper .progress::-webkit-progress-bar{background-color:#6bbe68}.nav-progress .nav-item .progress-detective-wrapper .progress-text{margin:2px 0 0;position:absolute;top:42px;right:20px;left:20px;color:#fff;font-size:.9rem;font-weight:500}@media screen and (max-width:768px){.nav-progress .nav-item .progress-detective-wrapper .progress-text{font-size:.75rem}}.progress.is-info{color:#6bbe68}