#creashow-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  #creashow-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .cs-logo-wrap {
    position: relative;
    width: 330px;
    height: 159px;
  }

  .cs-logo-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .cs-logo-fill {
    clip-path: inset(0 100% 0 0);
  }