#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 999999;
}
.loader {
    width: 120px;
}
.loader svg {
    width: 100%;
    height: auto;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 916.2981567382812px;
    stroke-dasharray: 916.2981567382812px;
  }

  100% {
    stroke-dashoffset: 1832.5963134765625px;
    stroke-dasharray: 916.2981567382812px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 916.2981567382812px;
    stroke-dasharray: 916.2981567382812px;
  }

  100% {
    stroke-dashoffset: 1832.5963134765625px;
    stroke-dasharray: 916.2981567382812px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 341.9300231933594px;
    stroke-dasharray: 341.9300231933594px;
  }

  100% {
    stroke-dashoffset: 683.8600463867188px;
    stroke-dasharray: 341.9300231933594px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 341.9300231933594px;
    stroke-dasharray: 341.9300231933594px;
  }

  100% {
    stroke-dashoffset: 683.8600463867188px;
    stroke-dasharray: 341.9300231933594px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 337.8800354003906px;
    stroke-dasharray: 337.8800354003906px;
  }

  100% {
    stroke-dashoffset: 675.7600708007812px;
    stroke-dasharray: 337.8800354003906px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 337.8800354003906px;
    stroke-dasharray: 337.8800354003906px;
  }

  100% {
    stroke-dashoffset: 675.7600708007812px;
    stroke-dasharray: 337.8800354003906px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}
