      @media (min-width: 992px) {

        /* RD Navbar layouts sometimes clip absolute-positioned children */
        .rd-navbar .rd-navbar-nav-wrap,
        .rd-navbar .rd-navbar-main,
        .rd-navbar .rd-navbar-main-outer {
          overflow: visible;
        }

        .rd-navbar-nav .rd-nav-item.rd-nav-item--has-dropdown {
          position: relative;
        }

        .rd-navbar-nav .rd-nav-item.rd-nav-item--has-dropdown>.rd-navbar-dropdown {
          position: absolute;
          top: 100%;
          left: 0;
          min-width: 220px;
          max-width: 420px;
          padding: 10px 0;
          margin-top: 0;
          background: #ffffff;
          border-radius: 10px;
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
          display: none;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transform: translateY(8px);
          transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
          z-index: 99999;
        }

        /* Hover "bridge" so you can move cursor into menu */
        .rd-navbar-nav .rd-nav-item.rd-nav-item--has-dropdown>.rd-navbar-dropdown::before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: -10px;
          height: 10px;
        }

        .rd-navbar-nav .rd-nav-item.rd-nav-item--has-dropdown:hover>.rd-navbar-dropdown,
        .rd-navbar-nav .rd-nav-item.rd-nav-item--has-dropdown:focus-within>.rd-navbar-dropdown {
          display: block;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translateY(0);
        }

        .rd-navbar-nav .rd-navbar-dropdown {
          list-style: none;
        }

        .rd-navbar-nav .rd-navbar-dropdown .rd-dropdown-item>.rd-dropdown-link {
          display: block;
          padding: 10px 18px;
          color: inherit;
          text-decoration: none;
          white-space: normal;
          overflow-wrap: anywhere;
          word-break: break-word;
          line-height: 1.35;
        }

        .rd-navbar-nav .rd-navbar-dropdown .rd-dropdown-item>.rd-dropdown-link:hover,
        .rd-navbar-nav .rd-navbar-dropdown .rd-dropdown-item>.rd-dropdown-link:focus {
          background: rgba(0, 0, 0, 0.045);
          outline: none;
        }
      }

      /* Stacked testimonials (layout inspired by moburgreporting.com) */
      .moburg-testimonials {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        overflow: visible;
      }

      .moburg-testimonials__lead {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        text-align: center;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.55;
        color: #000000;
      }

      .moburg-testimonials__carousel.owl-carousel {
        position: relative;
        /* Owl defaults to touch-action: none, which blocks page scroll on phones */
        touch-action: pan-y;
      }

      .moburg-testimonials__carousel .owl-stage-outer,
      .moburg-testimonials__carousel .owl-stage,
      .moburg-testimonials__carousel .owl-item {
        touch-action: pan-y;
      }

      /* Per-slide height (Owl autoHeight); avoid stretching to tallest slide */
      .moburg-testimonials__carousel.owl-height .owl-stage-outer {
        transition: height 0.35s ease;
      }

      .moburg-testimonials__carousel .owl-item {
        height: auto;
      }

      .moburg-testimonials__carousel .owl-item > div {
        height: auto;
      }

      .moburg-testimonials__slider-wrap {
        position: relative;
        max-width: 900px;
        margin: 3rem auto 0;
        padding: 0 1rem;
        overflow: visible;
      }

      @media (max-width: 575.98px) {
        .moburg-testimonials__slider-wrap {
          padding: 0 0.5rem;
        }
      }

      /*
        Slides are full-width under the nav; arrows sit on the edges.
        Reserve horizontal space on the quote so text cannot run under the buttons.
      */
      .moburg-testimonials__carousel .moburg-testimonials__item {
        margin: 0 auto;
        max-width: 42rem;
        padding: 1.5rem 4.75rem 2rem;
        border-bottom: 0;
        text-align: center;
        box-sizing: border-box;
      }

      @media (max-width: 575.98px) {
        .moburg-testimonials__carousel .moburg-testimonials__item {
          padding: 1.25rem 3.5rem 2rem;
        }
      }

      .moburg-testimonials__carousel .owl-nav {
        position: absolute;
        top: 2.75rem;
        left: 0;
        right: 0;
        z-index: 20;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        pointer-events: none;
        padding: 0 2px;
        box-sizing: border-box;
      }

      /* Position set by js/script.js while scrolling through the section */
      .moburg-testimonials__carousel .owl-nav.moburg-testimonials__nav--floating {
        position: fixed;
        right: auto;
        margin: 0;
        z-index: 110;
      }

      .moburg-testimonials__carousel .owl-nav button {
        pointer-events: auto;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
      }

      .moburg-testimonials__carousel .owl-nav button:focus {
        outline: none;
      }

      .moburg-testimonials__carousel .owl-nav button:hover {
        background: #ffffff;
      }

      .moburg-testimonials__carousel .owl-dots {
        margin-top: 1.25rem;
        position: relative;
        z-index: 1;
      }

      .moburg-testimonials__item p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.75;
        color: rgba(0, 0, 0, 0.78);
      }

      .moburg-testimonials__excerpt,
      .moburg-testimonials__full {
        text-align: center;
      }

      .moburg-testimonials__toggle {
        display: inline-block;
        margin-top: 0.75rem;
        padding: 0;
        border: 0;
        background: none;
        font: inherit;
        font-weight: 600;
        color: #000000;
        text-decoration: underline;
        cursor: pointer;
      }

      .moburg-testimonials__toggle:hover,
      .moburg-testimonials__toggle:focus {
        text-decoration: none;
        outline: none;
      }

      .moburg-testimonials__cite {
        display: block;
        margin-top: 1rem;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        color: #000000;
      }

      .benchmark{
        all: revert;
      }
