<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #ededf0;
    color: black;
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    font-family: Perpetua, Baskerville, Big Caslon, Palatino Linotype, Palatino, URW Palladio L, Nimbus Roman No9 L, serif;
    
}


#img-comp-l5fj46ze4 {
    width: 50dvw;
    height: 50dvw;
    padding: 0;
    margin: 0;
position: relative;
}
#webgl{
width: 100%;
height: 100%;
    position: absolute;
}

#loading3D {    
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);   
  }
  .bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
   
    animation: loader 1.2s linear infinite;
  }
  .bar1 {
    animation-delay: 0.1s;
  }
  .bar2 {
    animation-delay: 0.2s;
  }
  .bar3 {
    animation-delay: 0.3s;
  }
  .bar4 {
    animation-delay: 0.4s;
  }
  .bar5 {
    animation-delay: 0.5s;
  }
  .bar6 {
    animation-delay: 0.6s;
  }
  .bar7 {
    animation-delay: 0.7s;
  }
  .bar8 {
    animation-delay: 0.8s;
  }
  
  @keyframes loader {
    0% {
      transform: scaleY(0.1);
  
    }
    50% {
      transform: scaleY(1);
      background: rgb(63, 64, 61);
    }
    100% {
      transform: scaleY(0.1);
      background: transparent;
    }
  }</pre></body></html>