div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Progressbar2
{
   --percentage: 0;
}
#Progressbar2:hover
{
   --percentage: 50;
}
#Progressbar2 .progress-bar
{
   height: 0;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   transition: width 500ms linear;
   width: calc(var(--percentage) * 1%);
}
#Progressbar2 .progress-bar-value
{
   background-color: #D3D3D3;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
#Progressbar2 .progress-bar-mask,
#Progressbar2 .progress-bar-bg
{
   border-radius: 50%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;
}
#Progressbar2 .progress-bar-mask
{
   clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
#Progressbar2 .progress-bar-mask .progress-bar-bg
{
   clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
   background-color: #1E90FF;
   background-image: none;
}
#Progressbar2 .progress-bar-mask.transform,
#Progressbar2 .progress-bar-bg
{
   transform: rotate(calc(var(--percentage) * 1.8deg));
   transition: transform 500ms linear;
}
#Progressbar2 .progress-bar-text
{
   display: flex;
   align-items: center;;
   justify-content: center;
   position: absolute;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 50%;
   height: calc(100% - 10px);
   left: 5px;
   top: 5px;
   width: calc(100% - 10px);
   text-align: center;
   pointer-events: none;
   color: #1E90FF;
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
}
#Progressbar1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E9ECEF;
   border-radius: 6px;
   overflow: hidden;
}
#Progressbar1 .progress-bar
{
   animation: 1s linear infinite Progressbar1-animation;
   background-color: #0D6EFD;
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: flex;
   flex-direction: column;
   width: 0%;
   height: 100%;
   justify-content: center;
   overflow: hidden;
   text-align: center;
   transition: width 500ms linear;
   white-space: nowrap;
}
#Progressbar1:hover .progress-bar
{
   width: 50%;
}
@keyframes Progressbar1-animation
{
   0% { background-position-x: 1rem; }
}
#Progressbar3
{
   --percentage: 0;
}
#Progressbar3 .progress-bar
{
   height: 0;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   transition: width 500ms linear;
   width: calc(var(--percentage) * 1%);
}
#Progressbar3 .progress-bar-value
{
   background-color: #D3D3D3;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
#Progressbar3 .progress-bar-mask,
#Progressbar3 .progress-bar-bg
{
   border-radius: 50%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;
}
#Progressbar3 .progress-bar-mask
{
   clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
#Progressbar3 .progress-bar-mask .progress-bar-bg
{
   clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
   background-color: #1E90FF;
   background-image: none;
}
#Progressbar3 .progress-bar-mask.transform,
#Progressbar3 .progress-bar-bg
{
   transform: rotate(calc(var(--percentage) * 1.8deg));
   transition: transform 500ms linear;
}
#Progressbar3 .progress-bar-text
{
   display: flex;
   align-items: center;;
   justify-content: center;
   position: absolute;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 50%;
   height: calc(100% - 10px);
   left: 5px;
   top: 5px;
   width: calc(100% - 10px);
   text-align: center;
   pointer-events: none;
   color: #1E90FF;
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
}
#Progressbar4
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E9ECEF;
   border-radius: 6px;
   overflow: hidden;
}
#Progressbar4 .progress-bar
{
   animation: 1s linear infinite Progressbar4-animation;
   background-color: #0D6EFD;
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: flex;
   flex-direction: column;
   width: 0%;
   height: 100%;
   justify-content: center;
   overflow: hidden;
   text-align: center;
   transition: width 500ms linear;
   white-space: nowrap;
}
#Progressbar4 label
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}
#Progressbar4-trigger
{
   display: none;
}
#Progressbar4-trigger:checked + .progress-bar
{
   width: 50%;
}
@keyframes Progressbar4-animation
{
   0% { background-position-x: 1rem; }
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading3
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Progressbar5
{
   --percentage: 0;
}
#Progressbar5 .progress-bar
{
   height: 0;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   transition: width 500ms linear;
   width: calc(var(--percentage) * 1%);
}
#Progressbar5 .progress-bar-value
{
   background-color: #D3D3D3;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
#Progressbar5 .progress-bar-mask,
#Progressbar5 .progress-bar-bg
{
   border-radius: 50%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;
}
#Progressbar5 .progress-bar-mask
{
   clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
#Progressbar5 .progress-bar-mask .progress-bar-bg
{
   clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
   background-color: #1E90FF;
   background-image: none;
}
#Progressbar5 .progress-bar-mask.transform,
#Progressbar5 .progress-bar-bg
{
   transform: rotate(calc(var(--percentage) * 1.8deg));
   transition: transform 500ms linear;
}
#Progressbar5 .progress-bar-text
{
   display: flex;
   align-items: center;;
   justify-content: center;
   position: absolute;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 50%;
   height: calc(100% - 10px);
   left: 5px;
   top: 5px;
   width: calc(100% - 10px);
   text-align: center;
   color: #1E90FF;
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
}
#Progressbar6
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E9ECEF;
   border-radius: 6px;
   overflow: hidden;
}
#Progressbar6 .progress-bar
{
   animation: 1s linear infinite Progressbar6-animation;
   background-color: #0D6EFD;
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: flex;
   flex-direction: column;
   width: 0%;
   height: 100%;
   justify-content: center;
   overflow: hidden;
   text-align: center;
   transition: width 500ms linear;
   white-space: nowrap;
}
@keyframes Progressbar6-animation
{
   0% { background-position-x: 1rem; }
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading4
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Progressbar7
{
   --percentage: 0;
}
#Progressbar7 .progress-bar
{
   height: 0;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   transition: width 500ms linear;
   width: calc(var(--percentage) * 1%);
}
#Progressbar7 .progress-bar-value
{
   background-color: #D3D3D3;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
#Progressbar7 .progress-bar-mask,
#Progressbar7 .progress-bar-bg
{
   border-radius: 50%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   width: 100%;
}
#Progressbar7 .progress-bar-mask
{
   clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}
#Progressbar7 .progress-bar-mask .progress-bar-bg
{
   clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
   background-color: #1E90FF;
   background-image: none;
}
#Progressbar7 .progress-bar-mask.transform,
#Progressbar7 .progress-bar-bg
{
   transform: rotate(calc(var(--percentage) * 1.8deg));
   transition: transform 500ms linear;
}
#Progressbar7 .progress-bar-text
{
   display: flex;
   align-items: center;;
   justify-content: center;
   position: absolute;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 50%;
   height: calc(100% - 10px);
   left: 5px;
   top: 5px;
   width: calc(100% - 10px);
   text-align: center;
   color: #1E90FF;
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
}
#Progressbar8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E9ECEF;
   border-radius: 6px;
   overflow: hidden;
}
#Progressbar8 .progress-bar
{
   animation: 1s linear infinite Progressbar8-animation;
   background-color: #0D6EFD;
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.16) 75%, transparent 75%, transparent);
   background-size: 1rem 1rem;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   display: flex;
   flex-direction: column;
   width: 0%;
   height: 100%;
   justify-content: center;
   overflow: hidden;
   text-align: center;
   transition: width 500ms linear;
   white-space: nowrap;
}
@keyframes Progressbar8-animation
{
   0% { background-position-x: 1rem; }
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading5
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   margin: 0;
   padding: 0px 0px 0px 0px;
   text-align: center;
}
#Heading6
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
