<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.display-none{
    display: none !important;
}
.wpcie-loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #7a7a7a;
    letter-spacing: 0.2em;
  }
  .wpcie-loader::before, .wpcie-loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #7a7a7a;
    position: absolute;
    -webkit-animation: load 0.7s infinite alternate ease-in-out;
            animation: load 0.7s infinite alternate ease-in-out;
  }
  .wpcie-loader::before {
    top: 0;
  }
  .wpcie-loader::after {
    bottom: 0;
  }
  
  @-webkit-keyframes load {
    0% {
      left: 0;
      height: 30px;
      width: 15px;
    }
    50% {
      height: 8px;
      width: 40px;
    }
    100% {
      left: 235px;
      height: 30px;
      width: 15px;
    }
  }
  
  @keyframes load {
    0% {
      left: 0;
      height: 30px;
      width: 15px;
    }
    50% {
      height: 8px;
      width: 40px;
    }
    100% {
      left: 235px;
      height: 30px;
      width: 15px;
    }
  }</pre></body></html>