.page-template-page-hometrack header #logo-link
{
    opacity: 0;
    pointer-events: none;
}

.page-template-page-hometrack #footermodal{
    display: none;
}

.page-template-page-hometrack strong{
    font-weight: 900;
}

.page-template-page-hometrack .font-lighter{
    font-weight: 200;
}

.page-template-page-hometrack .prose-sm-list :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 2px;
    margin-bottom: 2px;
}

@keyframes full-tl {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate-full-tl {
    animation: full-tl 25s linear infinite;
    will-change: transform;
}

@media (max-width: 768px) {
    .animate-full-tl {
        animation: full-tl 5s linear infinite;
    }
}
