/* Official TheMachine mark geometry from the supplied brand package.
   Motion remains owned by the existing .eye JavaScript and blink classes. */
.brand-defs{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
  pointer-events:none;
}

.eye{
  -webkit-clip-path:url(#tmBrandMarkShape);
  clip-path:url(#tmBrandMarkShape);
  border-radius:0;
  gap:21.08%;
}

.eye>i{
  width:9.44%;
  min-width:0;
  height:50%;
}

.eye.blink>i{height:3%}
.eye-shine{display:none}
