/* Supplied TwentyHQ freight-network hero image, kept beneath a contrast overlay for readable copy. */
.hero.freight-hero:before {
  background:
    linear-gradient(90deg, rgba(2, 12, 26, .94) 0%, rgba(3, 18, 35, .79) 31%, rgba(3, 23, 43, .22) 67%, rgba(2, 14, 28, .20) 100%),
    linear-gradient(180deg, rgba(2, 12, 26, .28) 0%, transparent 49%, rgba(2, 11, 23, .78) 100%),
    url("assets/trytwenty_hero_image1.png") center center / cover no-repeat;
}
.freight-hero:after,
.freight-hero .freight-network { display: none; }
