:root {
    --pd-red-logo-animated: #f01b26;
    --pd-white-logo-animated: #ffff;
    --pd-blue-logo-animated: #313846;
}

.animation-logo-block{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    max-width: 200px;
}
.gradient {
    background-image: conic-gradient(var(--pd-white-logo-animated) 90%, var(--pd-blue-logo-animated) 90%);
}
#car{
    margin-top: -10px;
    max-width: 100px;
    will-change: transform;
}
#stroke {
    stroke-dasharray: 540;
    stroke-dashoffset: 540;
}
#img-holder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
#img-holder img{
    width: 100%;
    max-width: none;
    opacity: 0;
}