/* CRYPTOSAN V24 FINAL7.52 · DESKTOP MEGAMENU MEDIA-GATED SAFE PERF FIX
   Company megamenu opens from the left edge of its own trigger, matching
   Services and Pests. This stylesheet is linked with media=(min-width:1321px)
   so it is not render-blocking on mobile. Mobile drawer behavior is unchanged. */
@media (min-width:1321px){
  .nav-item > .mega.mega--company{
    left:0 !important;
    right:auto !important;
    width:560px;
  }
  .nav-item > .mega.mega--company::before{
    left:0 !important;
    right:auto !important;
  }
}
