.scroll-flight { display: none !important; }
.scroll-flight[hidden] { display: none; }
.scroll-flight__canvas { display: block; width: 100%; height: 100%; overflow: hidden; }
.scroll-flight__trail { stroke-width: 1.8; stroke-dasharray: 5 8; stroke-linecap: round; opacity: .65; }
.scroll-flight__connections { fill: #8ca7f5; stroke: #f0f5ff; stroke-width: 2; }
@media (max-width: 767px) {
    .scroll-flight__trail { stroke-width: 1.4; stroke-dasharray: 3 6; opacity: .6; }
}
@media print {
    .scroll-flight { display: none !important; }
}
