.progressjs-inner {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: dmsans-bold
}

.progressjs-progress {
    z-index: 9999999
}

.progressjs-theme-blue .progressjs-inner {
    height: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313
}

.progressjs-theme-blue.progressjs-end {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0
}

.progressjs-theme-blue .progressjs-percent {
    display: block;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

.progressjs-theme-blueOverlay {
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.progressjs-theme-blueOverlay .progressjs-inner {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313
}

.progressjs-theme-blueOverlay.progressjs-end {
    opacity: 0 !important
}

.progressjs-theme-blueOverlay .progressjs-percent {
    display: block;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

.progressjs-theme-blueOverlay {
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.progressjs-theme-blueOverlay .progressjs-inner {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313
}

.progressjs-theme-blueOverlay.progressjs-end {
    opacity: 0 !important
}

.progressjs-theme-blueOverlay .progressjs-percent {
    display: block;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

.progressjs-theme-blueOverlayRadius {
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadius .progressjs-inner {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadius.progressjs-end {
    opacity: 0 !important
}

.progressjs-theme-blueOverlayRadius .progressjs-percent {
    display: block;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

.progressjs-theme-blueOverlayRadiusHalfOpacity {
    background-color: #fff;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-inner {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusHalfOpacity.progressjs-end {
    opacity: 0 !important
}

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-percent {
    display: none;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

.progressjs-theme-blueOverlayRadiusWithPercentBar {
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-inner {
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #290313;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusWithPercentBar.progressjs-end {
    opacity: 0 !important
}

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-percent {
    width: 70px;
    text-align: center;
    height: 40px;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    opacity: .5
}

.progressjs-theme-blackRadiusInputs {
    height: 10px;
    border-radius: 10px;
    overflow: hidden
}

.progressjs-theme-blackRadiusInputs .progressjs-inner {
    height: 2px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #290313
}

.progressjs-theme-blackRadiusInputs.progressjs-end {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0
}

.progressjs-theme-blackRadiusInputs .progressjs-percent {
    display: block;
    font-size: 56px;
    line-height: 80px;
    font-family: dmsans-bold !important;
    color: #fff
}

/*
     FILE ARCHIVED ON 23:54:11 Oct 05, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:01:05 Oct 03, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.484
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 7.066
  LoadShardBlock: 126.271 (3)
  PetaboxLoader3.datanode: 112.324 (5)
  PetaboxLoader3.resolve: 86.216 (2)
  load_resource: 80.243
  loaddict: 20.002
*/