.ppb-wrapper-c5a8c776 {
    width: 100%;
    margin-bottom: 20px;
    font-family: inherit;
}
.ppb-header-c5a8c776 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}
.ppb-title-c5a8c776 {
    font-weight: 700;
    text-transform: uppercase;
    color: #b8972a;
}
.ppb-subtitle-c5a8c776 {
    opacity: 0.6;
}
.ppb-container-c5a8c776 {
    width: 100%;
    height: 60px;
    background: transparent;
    position: relative;
}
.ppb-fill-c5a8c776 {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    font-weight: bold;
    font-size: 16px;
    border: 1px dashed #b8972a;
    background-color: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    will-change: width;
}
.ppb-fill-c5a8c776::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #b8972a 4px, #b8972a 5px);
    z-index: 0;
    pointer-events: none;
}
.ppb-inner-text-c5a8c776 {
    position: relative;
    z-index: 1;
    color: #ffffff;
}
