﻿@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
    .breadcrumbsLink {
        transition: none !important;
        animation: none !important;
    }
}

@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
    .backToTop.active {
        opacity: 1;
    }
}
