/* @jsx React.createElement */
function PullQuote() {
  return (
    <section className="vc-pq">
      <div className="vc-pq__inner">
        <div className="vc-eyebrow">§ 04 &middot; FROM THE TRANSCRIPTS</div>
        <blockquote className="vc-pq__q">
          <span className="vc-pq__mark">&ldquo;</span>
          A plan dies on contact. An intent doesn't. If your wingmen have to call you on comms to find out what to do next, you didn't give them an intent &mdash; you gave them a script, and the enemy just edited it.
        </blockquote>
        <div className="vc-pq__attr">
          <div className="vc-pq__name">&mdash; Volunteer&nbsp;C2, EP&nbsp;014</div>
          <div className="vc-pq__role">ON COMMAND&nbsp;/&nbsp;22&nbsp;MIN</div>
        </div>
      </div>
    </section>
  );
}
window.PullQuote = PullQuote;
