/*Animation Line1*/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 268.7042236328125px;
    stroke-dasharray: 268.7042236328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7042236328125px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 268.7042236328125px;
    stroke-dasharray: 268.7042236328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7042236328125px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}



/*Animation Line2*/

@-webkit-keyframes animate-svg-stroke-1-1 {
  0% {
    stroke-dashoffset: 132px;
    stroke-dasharray: 132px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132px;
  }
}

@keyframes animate-svg-stroke-1-1 {
  0% {
    stroke-dashoffset: 132px;
    stroke-dasharray: 132px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132px;
  }
}

.svg-elem2-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2-1 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@keyframes animate-svg-stroke-2-1 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@-webkit-keyframes animate-svg-fill-2-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem2-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3-1 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@keyframes animate-svg-stroke-3-1 {
  0% {
    stroke-dashoffset: 33.416934967041016px;
    stroke-dasharray: 33.416934967041016px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416934967041016px;
  }
}

@-webkit-keyframes animate-svg-fill-3-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem2-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}



/*Animation Line3*/

@-webkit-keyframes animate-svg-stroke-1-3 {
  0% {
    stroke-dashoffset: 268.7043151855469px;
    stroke-dasharray: 268.7043151855469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7043151855469px;
  }
}

@keyframes animate-svg-stroke-1-3 {
  0% {
    stroke-dashoffset: 268.7043151855469px;
    stroke-dasharray: 268.7043151855469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7043151855469px;
  }
}

.svg-elem3-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2-3 {
  0% {
    stroke-dashoffset: 33.41691589355469px;
    stroke-dasharray: 33.41691589355469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691589355469px;
  }
}

@keyframes animate-svg-stroke-2-3 {
  0% {
    stroke-dashoffset: 33.41691589355469px;
    stroke-dasharray: 33.41691589355469px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691589355469px;
  }
}

@-webkit-keyframes animate-svg-fill-2-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem3-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3-3 {
  0% {
    stroke-dashoffset: 33.41691017150879px;
    stroke-dasharray: 33.41691017150879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691017150879px;
  }
}

@keyframes animate-svg-stroke-3-3 {
  0% {
    stroke-dashoffset: 33.41691017150879px;
    stroke-dasharray: 33.41691017150879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691017150879px;
  }
}

@-webkit-keyframes animate-svg-fill-3-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem3-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}


/*Animation Line4*/

@-webkit-keyframes animate-svg-stroke-1-4 {
  0% {
    stroke-dashoffset: 268.7041931152344px;
    stroke-dasharray: 268.7041931152344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7041931152344px;
  }
}

@keyframes animate-svg-stroke-1-4 {
  0% {
    stroke-dashoffset: 268.7041931152344px;
    stroke-dasharray: 268.7041931152344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7041931152344px;
  }
}

.svg-elem4-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2-4 {
  0% {
    stroke-dashoffset: 33.41691017150879px;
    stroke-dasharray: 33.41691017150879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691017150879px;
  }
}

@keyframes animate-svg-stroke-2-4 {
  0% {
    stroke-dashoffset: 33.41691017150879px;
    stroke-dasharray: 33.41691017150879px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691017150879px;
  }
}

@-webkit-keyframes animate-svg-fill-2-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem4-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3-4 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@keyframes animate-svg-stroke-3-4 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@-webkit-keyframes animate-svg-fill-3-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem4-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}



/*Animation Line5*/

@-webkit-keyframes animate-svg-stroke-1-5 {
  0% {
    stroke-dashoffset: 132px;
    stroke-dasharray: 132px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132px;
  }
}

@keyframes animate-svg-stroke-1-5 {
  0% {
    stroke-dashoffset: 132px;
    stroke-dasharray: 132px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132px;
  }
}

.svg-elem5-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2-5 {
  0% {
    stroke-dashoffset: 33.416921615600586px;
    stroke-dasharray: 33.416921615600586px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416921615600586px;
  }
}

@keyframes animate-svg-stroke-2-5 {
  0% {
    stroke-dashoffset: 33.416921615600586px;
    stroke-dasharray: 33.416921615600586px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.416921615600586px;
  }
}

@-webkit-keyframes animate-svg-fill-2-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem5-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3-5 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@keyframes animate-svg-stroke-3-5 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@-webkit-keyframes animate-svg-fill-3-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem5-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}


/*Animation Line6*/

@-webkit-keyframes animate-svg-stroke-1-6 {
  0% {
    stroke-dashoffset: 268.70428466796875px;
    stroke-dasharray: 268.70428466796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.70428466796875px;
  }
}

@keyframes animate-svg-stroke-1-6 {
  0% {
    stroke-dashoffset: 268.70428466796875px;
    stroke-dasharray: 268.70428466796875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.70428466796875px;
  }
}

.svg-elem6-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2-6 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@keyframes animate-svg-stroke-2-6 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@-webkit-keyframes animate-svg-fill-2-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-2-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem6-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3-6 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@keyframes animate-svg-stroke-3-6 {
  0% {
    stroke-dashoffset: 33.41691780090332px;
    stroke-dasharray: 33.41691780090332px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 33.41691780090332px;
  }
}

@-webkit-keyframes animate-svg-fill-3-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

@keyframes animate-svg-fill-3-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(11, 84, 154);
  }
}

.svg-elem6-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}






















