/*Backgroud Ball*/
#section-467-119:before {
    content: "";
    background-image: url('/wp-content/uploads/sfondo-palle-01.svg');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}

/*Number Badge*/
.trz_numberBadge{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: var(--redLogo);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    color: white;
    font-weight: bold;
    font-family: var(--fontTexts);
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6px;
    padding-left: 6px;
    box-sizing: border-box;
    line-height: 1;
}