

#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  width: 980px;
}
.adspecial_type1 .frame_header {
  margin-bottom: 0;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 980px;
  float: left;
  position: relative;
  background: #fafafa;
  right: 320px;
  text-align: left;
}
.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  width: 980px;
  float: left;
  position: relative;
  background: #ccc;
}
.adspecial_type1 .frame_col_left {
  float: left;
  width: 650px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_left_inner {
  padding: 0;
}
.adspecial_type1 .frame_col_right {
  float: left;
  width: 320px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_right_inner {
  padding: 0 10px;
}
* html .adspecial_type1 .frame_col_right_inner {
  width: 300px;
}
* html .adspecial_type1 .frame_col_left {
  overflow: hidden;
}
* html .adspecial_type1 .frame_col_right  {
  overflow: hidden;
}







body{position:relative;}

body:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee url(/extra/scalar_202302/media/parts_background.png) no-repeat center center;
    z-index: -1;
}


#adspecial_scalar_202302 {
  margin-left: 0;
  padding: 0;
}
#adspecial_scalar_202302.adspecial_type1 .frame_col_left_container {
  background: none;
position:relative;
}
#adspecial_scalar_202302.adspecial_type1 .frame_col_right_container {
  background: none;
}






footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_scalar_202302.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_scalar_202302.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_scalar_202302.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_scalar_202302.adspecial_type1 #block_story p{
margin:15px !important;
position:relative;
}


#adspecial_scalar_202302.adspecial_type1 .article-contents{/*横幅100％の場合*/
max-width:1000px;
margin:0 auto;
}


#adspecial_scalar_202302.adspecial_type1 .article-contents .center{
margin:0 auto 40px;
box-shadow:0 0 20px #e5e5e5;
}

.article-contents .center{
max-width:900px !important;
}



#adspecial_scalar_202302.adspecial_type1 .img-xl{
max-width:300px !important;
}






#adspecial_scalar_202302.adspecial_type1 .frame_header{
/*background-color:#102d57;*/
background: linear-gradient(90deg, rgba(16,45,87,1) 25%, rgba(38,115,187,1) 100%);
height:400px;
position:relative;
overflow:hidden;
}

#adspecial_scalar_202302.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/scalar_202302/media/head_background.png) 0 0 no-repeat;
width:100%;
height:100%;
opacity:0;
animation: fade-left 0.5s linear 0.3s 1 forwards;
}

@keyframes fade-left{
  0% {
    opacity: 0;
transform:translateX(-40px);
}

  100% {
    opacity: 1;
transform:translateY(0);
}
}




#adspecial_scalar_202302.adspecial_type1 .frame_header svg{
position:absolute;
top:-10px;
right:30px;
width:500px;
height:500px;
}

#adspecial_scalar_202302.adspecial_type1 h1{
font-size:1.5rem;
font-weight:normal;
color:#fff;
display:flex;
flex-direction:column;
justify-content:center;
margin:0 8%;
width:fit-content;
height:400px;
z-index:100;
position:relative;
}



#adspecial_scalar_202302.adspecial_type1 h1 span{
margin:3px 0;
padding:2px 10px;
overflow:hidden;
display: inline-block;
position:relative;
opacity:0;
background: rgba(0,0,0,0.3);
}

#adspecial_scalar_202302.adspecial_type1 h1 span strong{
font-size:120%;
font-weight:normal;
/*color:#d8ff0c;*/
}

#adspecial_scalar_202302.adspecial_type1 h1 span.ttl01{
animation: slideIn 0.8s 1.2s forwards;
}

#adspecial_scalar_202302.adspecial_type1 h1 span.ttl02{
animation: slideIn 0.8s 1.5s forwards;
}


@keyframes slideIn {
    from {
transform: translateX(-30%);
opacity:0;
    }
    to {
transform: translateX(0);
opacity:1;
    }
}


#adspecial_scalar_202302.adspecial_type1 h1 span:before{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.85);
z-index:-1;
}

#adspecial_scalar_202302.adspecial_type1 h1 span.ttl01:before{
animation: afterSlide .5s 2.0s forwards;
}

#adspecial_scalar_202302.adspecial_type1 h1 span.ttl02:before{
animation: afterSlide .5s 2.3s forwards;
}


@keyframes afterSlide {
    from {
position:absolute;
top:0;
left:0;
    }
    to {
position:absolute;
top:0;
left:100%;
    }
}











#adspecial_scalar_202302.adspecial_type1 .lead_block{
padding:60px 20px;
max-width:1000px;
/*background:rgba(255,255,255,0.4);*/
overflow:hidden;
position:relative;
}


#adspecial_scalar_202302.adspecial_type1 .lead_block .left{
position:relative;
color:#fff;
}

#adspecial_scalar_202302.adspecial_type1 .lead_block .left:before{
content:"";
position:absolute;
bottom:0;
left:-20px;
width:90%;
height:90%;
background-color:#2673bb;
z-index:-1;
}



#adspecial_scalar_202302.adspecial_type1 .article-section{
background-color:#fff;
border:1px solid #f0f0f0;
margin:0 0 8% 0;
padding:20px 55px;
}



#adspecial_scalar_202302.adspecial_type1 h2{
font-size:1.4rem;
font-weight:normal;
background-color:#102d57;
color:#fff;
margin:-45px 0 55px 0;
padding:10px 40px;
width:fit-content;
border-radius:2px;
}

.name_kuniya,
.name_fukatsu{
color:#fff;
display:block;
position:absolute;
top:-3px;
left:-90px;
padding: 10px;
text-align:center;
border-radius:2px;
width:70px;
box-shadow:0 0 15px #e5e5e5;
}


.name_kuniya{
background-color:#bfbfbf;
}

.name_fukatsu{
background-color:#2673bb;
}




.info_video_block{
width:100%;
padding:0 15px;
background:rgba(255,255,255,0.3);
}


.info_video_block .inner{
display:flex;
justify-content:space-around;
align-items:center;
max-width:800px;
margin:0 auto;
padding:40px 0;
border-top:1px solid #d5d5d5;
}


.info_video_block .inner .thumb{
margin:0 15px 0 0;
position:relative;
}

.info_video_block .inner .thumb img{
max-width:350px;
}

.info_video_block .inner .thumb img:hover{
transition:0.5s;
opacity:0.8;
}

.info_video_block .inner .thumb:before{
content:"";
position:absolute;
top: calc(50% - 20px);
left: calc(50% - 20px);
display: block;
width: 40px;
height: 40px;
background: rgba(0,0,0,.5);
border-radius: 50%;
z-index:100;
}

.info_video_block .inner .thumb:after{
content:"";
position:absolute;
top: calc(50% - 8px);
left: calc(50% - 4px);
border-style: solid;
border-width: 8px 0 8px 12px;
border-color: transparent transparent transparent #ffffff;
z-index:100;
}


.info_video_block .inner .text{
font-size:18px;
}






#adspecial_scalar_202302.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_scalar_202302.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_scalar_202302.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_scalar_202302.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_scalar_202302.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_scalar_202302.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}



#adspecial_scalar_202302.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_scalar_202302.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_scalar_202302.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}



#adspecial_scalar_202302.adspecial_type1 .block_sponsored {
  clear: both;
  /*border: 1px solid #ccc;*/
  padding: 25px 10px;
background-color:#102d57;
color:#fff !important;
}

#adspecial_scalar_202302.adspecial_type1 .block_sponsored a{
color:#fff;
}



#adspecial_scalar_202302.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_scalar_202302.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_scalar_202302.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_scalar_202302.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_scalar_202302.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}


@media screen and (max-width: 800px) {


  #adspecial_scalar_202302.adspecial_type1,
  #adspecial_scalar_202302.adspecial_type1 .frame_col_right_container,
  #adspecial_scalar_202302.adspecial_type1 .frame_col_left_container,
  #adspecial_scalar_202302.adspecial_type1 .frame_col_left,
  #adspecial_scalar_202302.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_scalar_202302.adspecial_type1 .article_body .left,
  #adspecial_scalar_202302.adspecial_type1 .article_body .right,
  #adspecial_scalar_202302.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_scalar_202302.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }


  #adspecial_scalar_202302.adspecial_type1 .article_body .left{
margin:0 auto !important;
}


  #adspecial_scalar_202302.adspecial_type1 .block_right_plink {
    display: none;
  }



#adspecial_scalar_202302.adspecial_type1 .article-section{
margin:60px 10px;
}

#adspecial_scalar_202302.adspecial_type1 .lead_block{
padding:25px 15px;
}


.name_kuniya,
.name_fukatsu{
left:-80px;
}


.info_video_block .inner{
display:block;
margin:0 auto;
padding:20px;
}

.info_video_block .inner .thumb{
margin:0 auto;
display:block;
}




}


@media screen and (max-width: 480px) {


#adspecial_scalar_202302.adspecial_type1 .article-contents{
margin:0 10px;
}

#adspecial_scalar_202302.adspecial_type1 .article-section{
padding:20px 0;
}

#adspecial_scalar_202302.adspecial_type1 .frame_header{
height:300px;
}

#adspecial_scalar_202302.adspecial_type1 h1{
height:300px;
font-size:1.2rem;
line-height:1.3;
}


#adspecial_scalar_202302.adspecial_type1 h1 span{
padding:15px;
}


#adspecial_scalar_202302.adspecial_type1 .frame_header svg{
top:0;
right:0;
width:300px;
height:300px;
}


#adspecial_scalar_202302.adspecial_type1 h2{
font-size:1rem;
padding:10px 15px;
line-height:1.3;
}


.name_kuniya,
.name_fukatsu{
color:#fff;
display:block;
position:relative;
top:0;
left:0;
}





}







/*****************************　svg 202202　*****************************/



/***************************************************
 * Generated by SVG Artista on 2/27/2023, 12:10:12 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.1s linear 0.1s both;
          animation: animate-svg-fill-1 0.1s linear 0.1s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.1s linear 0.2s both;
          animation: animate-svg-fill-2 0.1s linear 0.2s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.1s linear 0.30000000000000004s both;
          animation: animate-svg-fill-3 0.1s linear 0.30000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.1s linear 0.4s both;
          animation: animate-svg-fill-4 0.1s linear 0.4s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.1s linear 0.5s both;
          animation: animate-svg-fill-5 0.1s linear 0.5s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.1s linear 0.6s both;
          animation: animate-svg-fill-6 0.1s linear 0.6s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.1s linear 0.7000000000000001s both;
          animation: animate-svg-fill-7 0.1s linear 0.7000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.1s linear 0.8s both;
          animation: animate-svg-fill-8 0.1s linear 0.8s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.1s linear 0.9s both;
          animation: animate-svg-fill-9 0.1s linear 0.9s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.1s linear 1s both;
          animation: animate-svg-fill-10 0.1s linear 1s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.1s linear 1.1s both;
          animation: animate-svg-fill-11 0.1s linear 1.1s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.1s linear 1.2000000000000002s both;
          animation: animate-svg-fill-12 0.1s linear 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.1s linear 1.3000000000000003s both;
          animation: animate-svg-fill-13 0.1s linear 1.3000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.1s linear 1.4000000000000001s both;
          animation: animate-svg-fill-14 0.1s linear 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.1s linear 1.5000000000000002s both;
          animation: animate-svg-fill-15 0.1s linear 1.5000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.1s linear 1.6s both;
          animation: animate-svg-fill-16 0.1s linear 1.6s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.1s linear 1.7000000000000002s both;
          animation: animate-svg-fill-17 0.1s linear 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.1s linear 1.8000000000000003s both;
          animation: animate-svg-fill-18 0.1s linear 1.8000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.1s linear 1.9000000000000001s both;
          animation: animate-svg-fill-19 0.1s linear 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.1s linear 2s both;
          animation: animate-svg-fill-20 0.1s linear 2s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.1s linear 2.1s both;
          animation: animate-svg-fill-21 0.1s linear 2.1s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.1s linear 2.2s both;
          animation: animate-svg-fill-22 0.1s linear 2.2s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.1s linear 2.3000000000000003s both;
          animation: animate-svg-fill-23 0.1s linear 2.3000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.1s linear 2.4000000000000004s both;
          animation: animate-svg-fill-24 0.1s linear 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.1s linear 2.5000000000000004s both;
          animation: animate-svg-fill-25 0.1s linear 2.5000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.1s linear 2.6s both;
          animation: animate-svg-fill-26 0.1s linear 2.6s both;
}

@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-27 {
  -webkit-animation: animate-svg-fill-27 0.1s linear 2.7s both;
          animation: animate-svg-fill-27 0.1s linear 2.7s both;
}

@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-28 {
  -webkit-animation: animate-svg-fill-28 0.1s linear 2.8000000000000003s both;
          animation: animate-svg-fill-28 0.1s linear 2.8000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-29 {
  -webkit-animation: animate-svg-fill-29 0.1s linear 2.9000000000000004s both;
          animation: animate-svg-fill-29 0.1s linear 2.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-30 {
  -webkit-animation: animate-svg-fill-30 0.1s linear 3.0000000000000004s both;
          animation: animate-svg-fill-30 0.1s linear 3.0000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-31 {
  -webkit-animation: animate-svg-fill-31 0.1s linear 3.1s both;
          animation: animate-svg-fill-31 0.1s linear 3.1s both;
}

@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-32 {
  -webkit-animation: animate-svg-fill-32 0.1s linear 3.2s both;
          animation: animate-svg-fill-32 0.1s linear 3.2s both;
}

@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-33 {
  -webkit-animation: animate-svg-fill-33 0.1s linear 3.3000000000000003s both;
          animation: animate-svg-fill-33 0.1s linear 3.3000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-34 {
  -webkit-animation: animate-svg-fill-34 0.1s linear 3.4000000000000004s both;
          animation: animate-svg-fill-34 0.1s linear 3.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-35 {
  -webkit-animation: animate-svg-fill-35 0.1s linear 3.5000000000000004s both;
          animation: animate-svg-fill-35 0.1s linear 3.5000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-36 {
  -webkit-animation: animate-svg-fill-36 0.1s linear 3.6s both;
          animation: animate-svg-fill-36 0.1s linear 3.6s both;
}

@-webkit-keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-37 {
  -webkit-animation: animate-svg-fill-37 0.1s linear 3.7s both;
          animation: animate-svg-fill-37 0.1s linear 3.7s both;
}

@-webkit-keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-38 {
  -webkit-animation: animate-svg-fill-38 0.1s linear 3.8000000000000003s both;
          animation: animate-svg-fill-38 0.1s linear 3.8000000000000003s both;
}

@-webkit-keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-39 {
  -webkit-animation: animate-svg-fill-39 0.1s linear 3.9000000000000004s both;
          animation: animate-svg-fill-39 0.1s linear 3.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-40 {
  -webkit-animation: animate-svg-fill-40 0.1s linear 4s both;
          animation: animate-svg-fill-40 0.1s linear 4s both;
}

@-webkit-keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-41 {
  -webkit-animation: animate-svg-fill-41 0.1s linear 4.1s both;
          animation: animate-svg-fill-41 0.1s linear 4.1s both;
}

@-webkit-keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-42 {
  -webkit-animation: animate-svg-fill-42 0.1s linear 4.2s both;
          animation: animate-svg-fill-42 0.1s linear 4.2s both;
}

@-webkit-keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-43 {
  -webkit-animation: animate-svg-fill-43 0.1s linear 4.3s both;
          animation: animate-svg-fill-43 0.1s linear 4.3s both;
}

@-webkit-keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-44 {
  -webkit-animation: animate-svg-fill-44 0.1s linear 4.3999999999999995s both;
          animation: animate-svg-fill-44 0.1s linear 4.3999999999999995s both;
}

@-webkit-keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-45 {
  -webkit-animation: animate-svg-fill-45 0.1s linear 4.5s both;
          animation: animate-svg-fill-45 0.1s linear 4.5s both;
}

@-webkit-keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-46 {
  -webkit-animation: animate-svg-fill-46 0.1s linear 4.6s both;
          animation: animate-svg-fill-46 0.1s linear 4.6s both;
}

@-webkit-keyframes animate-svg-fill-47 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-47 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-47 {
  -webkit-animation: animate-svg-fill-47 0.1s linear 4.7s both;
          animation: animate-svg-fill-47 0.1s linear 4.7s both;
}

@-webkit-keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-48 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-48 {
  -webkit-animation: animate-svg-fill-48 0.1s linear 4.8s both;
          animation: animate-svg-fill-48 0.1s linear 4.8s both;
}

@-webkit-keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-49 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-49 {
  -webkit-animation: animate-svg-fill-49 0.1s linear 4.9s both;
          animation: animate-svg-fill-49 0.1s linear 4.9s both;
}

@-webkit-keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-50 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-50 {
  -webkit-animation: animate-svg-fill-50 0.1s linear 5s both;
          animation: animate-svg-fill-50 0.1s linear 5s both;
}

@-webkit-keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-51 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-51 {
  -webkit-animation: animate-svg-fill-51 0.1s linear 5.1s both;
          animation: animate-svg-fill-51 0.1s linear 5.1s both;
}

@-webkit-keyframes animate-svg-fill-52 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-52 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-52 {
  -webkit-animation: animate-svg-fill-52 0.1s linear 5.2s both;
          animation: animate-svg-fill-52 0.1s linear 5.2s both;
}

@-webkit-keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-53 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-53 {
  -webkit-animation: animate-svg-fill-53 0.1s linear 5.3s both;
          animation: animate-svg-fill-53 0.1s linear 5.3s both;
}

@-webkit-keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-54 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-54 {
  -webkit-animation: animate-svg-fill-54 0.1s linear 5.4s both;
          animation: animate-svg-fill-54 0.1s linear 5.4s both;
}

@-webkit-keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-55 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-55 {
  -webkit-animation: animate-svg-fill-55 0.1s linear 5.5s both;
          animation: animate-svg-fill-55 0.1s linear 5.5s both;
}

@-webkit-keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-56 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-56 {
  -webkit-animation: animate-svg-fill-56 0.1s linear 5.6s both;
          animation: animate-svg-fill-56 0.1s linear 5.6s both;
}

@-webkit-keyframes animate-svg-fill-57 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-57 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-57 {
  -webkit-animation: animate-svg-fill-57 0.1s linear 5.7s both;
          animation: animate-svg-fill-57 0.1s linear 5.7s both;
}

@-webkit-keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-58 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-58 {
  -webkit-animation: animate-svg-fill-58 0.1s linear 5.8s both;
          animation: animate-svg-fill-58 0.1s linear 5.8s both;
}

@-webkit-keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-59 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-59 {
  -webkit-animation: animate-svg-fill-59 0.1s linear 5.9s both;
          animation: animate-svg-fill-59 0.1s linear 5.9s both;
}

@-webkit-keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-60 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-60 {
  -webkit-animation: animate-svg-fill-60 0.1s linear 6s both;
          animation: animate-svg-fill-60 0.1s linear 6s both;
}

@-webkit-keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-61 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-61 {
  -webkit-animation: animate-svg-fill-61 0.1s linear 6.1s both;
          animation: animate-svg-fill-61 0.1s linear 6.1s both;
}

@-webkit-keyframes animate-svg-fill-62 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-62 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-62 {
  -webkit-animation: animate-svg-fill-62 0.1s linear 6.2s both;
          animation: animate-svg-fill-62 0.1s linear 6.2s both;
}

@-webkit-keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-63 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-63 {
  -webkit-animation: animate-svg-fill-63 0.1s linear 6.3s both;
          animation: animate-svg-fill-63 0.1s linear 6.3s both;
}

@-webkit-keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-64 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-64 {
  -webkit-animation: animate-svg-fill-64 0.1s linear 6.4s both;
          animation: animate-svg-fill-64 0.1s linear 6.4s both;
}

@-webkit-keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-65 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-65 {
  -webkit-animation: animate-svg-fill-65 0.1s linear 6.5s both;
          animation: animate-svg-fill-65 0.1s linear 6.5s both;
}

@-webkit-keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-66 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-66 {
  -webkit-animation: animate-svg-fill-66 0.1s linear 6.6s both;
          animation: animate-svg-fill-66 0.1s linear 6.6s both;
}

@-webkit-keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-67 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-67 {
  -webkit-animation: animate-svg-fill-67 0.1s linear 6.7s both;
          animation: animate-svg-fill-67 0.1s linear 6.7s both;
}

@-webkit-keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-68 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-68 {
  -webkit-animation: animate-svg-fill-68 0.1s linear 6.8s both;
          animation: animate-svg-fill-68 0.1s linear 6.8s both;
}

@-webkit-keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-69 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-69 {
  -webkit-animation: animate-svg-fill-69 0.1s linear 6.9s both;
          animation: animate-svg-fill-69 0.1s linear 6.9s both;
}

@-webkit-keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-70 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-70 {
  -webkit-animation: animate-svg-fill-70 0.1s linear 7s both;
          animation: animate-svg-fill-70 0.1s linear 7s both;
}

@-webkit-keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-71 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-71 {
  -webkit-animation: animate-svg-fill-71 0.1s linear 7.1s both;
          animation: animate-svg-fill-71 0.1s linear 7.1s both;
}

@-webkit-keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-72 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-72 {
  -webkit-animation: animate-svg-fill-72 0.1s linear 7.2s both;
          animation: animate-svg-fill-72 0.1s linear 7.2s both;
}

@-webkit-keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-73 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-73 {
  -webkit-animation: animate-svg-fill-73 0.1s linear 7.3s both;
          animation: animate-svg-fill-73 0.1s linear 7.3s both;
}

@-webkit-keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-74 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-74 {
  -webkit-animation: animate-svg-fill-74 0.1s linear 7.4s both;
          animation: animate-svg-fill-74 0.1s linear 7.4s both;
}

@-webkit-keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-75 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-75 {
  -webkit-animation: animate-svg-fill-75 0.1s linear 7.5s both;
          animation: animate-svg-fill-75 0.1s linear 7.5s both;
}

@-webkit-keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-76 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-76 {
  -webkit-animation: animate-svg-fill-76 0.1s linear 7.6s both;
          animation: animate-svg-fill-76 0.1s linear 7.6s both;
}

@-webkit-keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-77 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-77 {
  -webkit-animation: animate-svg-fill-77 0.1s linear 7.7s both;
          animation: animate-svg-fill-77 0.1s linear 7.7s both;
}

@-webkit-keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-78 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-78 {
  -webkit-animation: animate-svg-fill-78 0.1s linear 7.8s both;
          animation: animate-svg-fill-78 0.1s linear 7.8s both;
}

@-webkit-keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-79 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-79 {
  -webkit-animation: animate-svg-fill-79 0.1s linear 7.9s both;
          animation: animate-svg-fill-79 0.1s linear 7.9s both;
}

@-webkit-keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-80 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-80 {
  -webkit-animation: animate-svg-fill-80 0.1s linear 8s both;
          animation: animate-svg-fill-80 0.1s linear 8s both;
}

@-webkit-keyframes animate-svg-fill-81 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-81 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-81 {
  -webkit-animation: animate-svg-fill-81 0.1s linear 8.1s both;
          animation: animate-svg-fill-81 0.1s linear 8.1s both;
}

@-webkit-keyframes animate-svg-fill-82 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-82 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-82 {
  -webkit-animation: animate-svg-fill-82 0.1s linear 8.2s both;
          animation: animate-svg-fill-82 0.1s linear 8.2s both;
}

@-webkit-keyframes animate-svg-fill-83 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-83 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-83 {
  -webkit-animation: animate-svg-fill-83 0.1s linear 8.3s both;
          animation: animate-svg-fill-83 0.1s linear 8.3s both;
}

@-webkit-keyframes animate-svg-fill-84 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-84 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-84 {
  -webkit-animation: animate-svg-fill-84 0.1s linear 8.4s both;
          animation: animate-svg-fill-84 0.1s linear 8.4s both;
}

@-webkit-keyframes animate-svg-fill-85 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-85 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-85 {
  -webkit-animation: animate-svg-fill-85 0.1s linear 8.5s both;
          animation: animate-svg-fill-85 0.1s linear 8.5s both;
}

@-webkit-keyframes animate-svg-fill-86 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-86 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-86 {
  -webkit-animation: animate-svg-fill-86 0.1s linear 8.6s both;
          animation: animate-svg-fill-86 0.1s linear 8.6s both;
}

@-webkit-keyframes animate-svg-fill-87 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-87 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-87 {
  -webkit-animation: animate-svg-fill-87 0.1s linear 8.7s both;
          animation: animate-svg-fill-87 0.1s linear 8.7s both;
}

@-webkit-keyframes animate-svg-fill-88 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-88 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-88 {
  -webkit-animation: animate-svg-fill-88 0.1s linear 8.8s both;
          animation: animate-svg-fill-88 0.1s linear 8.8s both;
}

@-webkit-keyframes animate-svg-fill-89 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-89 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-89 {
  -webkit-animation: animate-svg-fill-89 0.1s linear 8.9s both;
          animation: animate-svg-fill-89 0.1s linear 8.9s both;
}

@-webkit-keyframes animate-svg-fill-90 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-90 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-90 {
  -webkit-animation: animate-svg-fill-90 0.1s linear 9s both;
          animation: animate-svg-fill-90 0.1s linear 9s both;
}

@-webkit-keyframes animate-svg-fill-91 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-91 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-91 {
  -webkit-animation: animate-svg-fill-91 0.1s linear 9.1s both;
          animation: animate-svg-fill-91 0.1s linear 9.1s both;
}

@-webkit-keyframes animate-svg-fill-92 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-92 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-92 {
  -webkit-animation: animate-svg-fill-92 0.1s linear 9.2s both;
          animation: animate-svg-fill-92 0.1s linear 9.2s both;
}

@-webkit-keyframes animate-svg-fill-93 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-93 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-93 {
  -webkit-animation: animate-svg-fill-93 0.1s linear 9.3s both;
          animation: animate-svg-fill-93 0.1s linear 9.3s both;
}

@-webkit-keyframes animate-svg-fill-94 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-94 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-94 {
  -webkit-animation: animate-svg-fill-94 0.1s linear 9.4s both;
          animation: animate-svg-fill-94 0.1s linear 9.4s both;
}

@-webkit-keyframes animate-svg-fill-95 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-95 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-95 {
  -webkit-animation: animate-svg-fill-95 0.1s linear 9.5s both;
          animation: animate-svg-fill-95 0.1s linear 9.5s both;
}

@-webkit-keyframes animate-svg-fill-96 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-96 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-96 {
  -webkit-animation: animate-svg-fill-96 0.1s linear 9.6s both;
          animation: animate-svg-fill-96 0.1s linear 9.6s both;
}

@-webkit-keyframes animate-svg-fill-97 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-97 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-97 {
  -webkit-animation: animate-svg-fill-97 0.1s linear 9.700000000000001s both;
          animation: animate-svg-fill-97 0.1s linear 9.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-98 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-98 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-98 {
  -webkit-animation: animate-svg-fill-98 0.1s linear 9.8s both;
          animation: animate-svg-fill-98 0.1s linear 9.8s both;
}

@-webkit-keyframes animate-svg-fill-99 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-99 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-99 {
  -webkit-animation: animate-svg-fill-99 0.1s linear 9.9s both;
          animation: animate-svg-fill-99 0.1s linear 9.9s both;
}

@-webkit-keyframes animate-svg-fill-100 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-100 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-100 {
  -webkit-animation: animate-svg-fill-100 0.1s linear 10s both;
          animation: animate-svg-fill-100 0.1s linear 10s both;
}

@-webkit-keyframes animate-svg-fill-101 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-101 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-101 {
  -webkit-animation: animate-svg-fill-101 0.1s linear 10.1s both;
          animation: animate-svg-fill-101 0.1s linear 10.1s both;
}

@-webkit-keyframes animate-svg-fill-102 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-102 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-102 {
  -webkit-animation: animate-svg-fill-102 0.1s linear 10.200000000000001s both;
          animation: animate-svg-fill-102 0.1s linear 10.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-103 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-103 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-103 {
  -webkit-animation: animate-svg-fill-103 0.1s linear 10.3s both;
          animation: animate-svg-fill-103 0.1s linear 10.3s both;
}

@-webkit-keyframes animate-svg-fill-104 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-104 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-104 {
  -webkit-animation: animate-svg-fill-104 0.1s linear 10.4s both;
          animation: animate-svg-fill-104 0.1s linear 10.4s both;
}

@-webkit-keyframes animate-svg-fill-105 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-105 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-105 {
  -webkit-animation: animate-svg-fill-105 0.1s linear 10.5s both;
          animation: animate-svg-fill-105 0.1s linear 10.5s both;
}

@-webkit-keyframes animate-svg-fill-106 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-106 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-106 {
  -webkit-animation: animate-svg-fill-106 0.1s linear 10.6s both;
          animation: animate-svg-fill-106 0.1s linear 10.6s both;
}

@-webkit-keyframes animate-svg-fill-107 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-107 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-107 {
  -webkit-animation: animate-svg-fill-107 0.1s linear 10.700000000000001s both;
          animation: animate-svg-fill-107 0.1s linear 10.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-108 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-108 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-108 {
  -webkit-animation: animate-svg-fill-108 0.1s linear 10.8s both;
          animation: animate-svg-fill-108 0.1s linear 10.8s both;
}

@-webkit-keyframes animate-svg-fill-109 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-109 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-109 {
  -webkit-animation: animate-svg-fill-109 0.1s linear 10.9s both;
          animation: animate-svg-fill-109 0.1s linear 10.9s both;
}

@-webkit-keyframes animate-svg-fill-110 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-110 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-110 {
  -webkit-animation: animate-svg-fill-110 0.1s linear 11s both;
          animation: animate-svg-fill-110 0.1s linear 11s both;
}

@-webkit-keyframes animate-svg-fill-111 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-111 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-111 {
  -webkit-animation: animate-svg-fill-111 0.1s linear 11.1s both;
          animation: animate-svg-fill-111 0.1s linear 11.1s both;
}

@-webkit-keyframes animate-svg-fill-112 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-112 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-112 {
  -webkit-animation: animate-svg-fill-112 0.1s linear 11.200000000000001s both;
          animation: animate-svg-fill-112 0.1s linear 11.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-113 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-113 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-113 {
  -webkit-animation: animate-svg-fill-113 0.1s linear 11.3s both;
          animation: animate-svg-fill-113 0.1s linear 11.3s both;
}

@-webkit-keyframes animate-svg-fill-114 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-114 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-114 {
  -webkit-animation: animate-svg-fill-114 0.1s linear 11.4s both;
          animation: animate-svg-fill-114 0.1s linear 11.4s both;
}

@-webkit-keyframes animate-svg-fill-115 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-115 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-115 {
  -webkit-animation: animate-svg-fill-115 0.1s linear 11.5s both;
          animation: animate-svg-fill-115 0.1s linear 11.5s both;
}

@-webkit-keyframes animate-svg-fill-116 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-116 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-116 {
  -webkit-animation: animate-svg-fill-116 0.1s linear 11.6s both;
          animation: animate-svg-fill-116 0.1s linear 11.6s both;
}

@-webkit-keyframes animate-svg-fill-117 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-117 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-117 {
  -webkit-animation: animate-svg-fill-117 0.1s linear 11.700000000000001s both;
          animation: animate-svg-fill-117 0.1s linear 11.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-118 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-118 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-118 {
  -webkit-animation: animate-svg-fill-118 0.1s linear 11.8s both;
          animation: animate-svg-fill-118 0.1s linear 11.8s both;
}

@-webkit-keyframes animate-svg-fill-119 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-119 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-119 {
  -webkit-animation: animate-svg-fill-119 0.1s linear 11.9s both;
          animation: animate-svg-fill-119 0.1s linear 11.9s both;
}

@-webkit-keyframes animate-svg-fill-120 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-120 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-120 {
  -webkit-animation: animate-svg-fill-120 0.1s linear 12s both;
          animation: animate-svg-fill-120 0.1s linear 12s both;
}

@-webkit-keyframes animate-svg-fill-121 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-121 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-121 {
  -webkit-animation: animate-svg-fill-121 0.1s linear 12.1s both;
          animation: animate-svg-fill-121 0.1s linear 12.1s both;
}

@-webkit-keyframes animate-svg-fill-122 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-122 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-122 {
  -webkit-animation: animate-svg-fill-122 0.1s linear 12.200000000000001s both;
          animation: animate-svg-fill-122 0.1s linear 12.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-123 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-123 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-123 {
  -webkit-animation: animate-svg-fill-123 0.1s linear 12.3s both;
          animation: animate-svg-fill-123 0.1s linear 12.3s both;
}

@-webkit-keyframes animate-svg-fill-124 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-124 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-124 {
  -webkit-animation: animate-svg-fill-124 0.1s linear 12.4s both;
          animation: animate-svg-fill-124 0.1s linear 12.4s both;
}

@-webkit-keyframes animate-svg-fill-125 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-125 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-125 {
  -webkit-animation: animate-svg-fill-125 0.1s linear 12.5s both;
          animation: animate-svg-fill-125 0.1s linear 12.5s both;
}

@-webkit-keyframes animate-svg-fill-126 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-126 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-126 {
  -webkit-animation: animate-svg-fill-126 0.1s linear 12.6s both;
          animation: animate-svg-fill-126 0.1s linear 12.6s both;
}

@-webkit-keyframes animate-svg-fill-127 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-127 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-127 {
  -webkit-animation: animate-svg-fill-127 0.1s linear 12.700000000000001s both;
          animation: animate-svg-fill-127 0.1s linear 12.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-128 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-128 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-128 {
  -webkit-animation: animate-svg-fill-128 0.1s linear 12.8s both;
          animation: animate-svg-fill-128 0.1s linear 12.8s both;
}

@-webkit-keyframes animate-svg-fill-129 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-129 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-129 {
  -webkit-animation: animate-svg-fill-129 0.1s linear 12.9s both;
          animation: animate-svg-fill-129 0.1s linear 12.9s both;
}

@-webkit-keyframes animate-svg-fill-130 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-130 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-130 {
  -webkit-animation: animate-svg-fill-130 0.1s linear 13s both;
          animation: animate-svg-fill-130 0.1s linear 13s both;
}

@-webkit-keyframes animate-svg-fill-131 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-131 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-131 {
  -webkit-animation: animate-svg-fill-131 0.1s linear 13.1s both;
          animation: animate-svg-fill-131 0.1s linear 13.1s both;
}

@-webkit-keyframes animate-svg-fill-132 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-132 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-132 {
  -webkit-animation: animate-svg-fill-132 0.1s linear 13.200000000000001s both;
          animation: animate-svg-fill-132 0.1s linear 13.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-133 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-133 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-133 {
  -webkit-animation: animate-svg-fill-133 0.1s linear 13.3s both;
          animation: animate-svg-fill-133 0.1s linear 13.3s both;
}

@-webkit-keyframes animate-svg-fill-134 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-134 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-134 {
  -webkit-animation: animate-svg-fill-134 0.1s linear 13.4s both;
          animation: animate-svg-fill-134 0.1s linear 13.4s both;
}

@-webkit-keyframes animate-svg-fill-135 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-135 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-135 {
  -webkit-animation: animate-svg-fill-135 0.1s linear 13.5s both;
          animation: animate-svg-fill-135 0.1s linear 13.5s both;
}

@-webkit-keyframes animate-svg-fill-136 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-136 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-136 {
  -webkit-animation: animate-svg-fill-136 0.1s linear 13.6s both;
          animation: animate-svg-fill-136 0.1s linear 13.6s both;
}

@-webkit-keyframes animate-svg-fill-137 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-137 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-137 {
  -webkit-animation: animate-svg-fill-137 0.1s linear 13.700000000000001s both;
          animation: animate-svg-fill-137 0.1s linear 13.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-138 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-138 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-138 {
  -webkit-animation: animate-svg-fill-138 0.1s linear 13.8s both;
          animation: animate-svg-fill-138 0.1s linear 13.8s both;
}

@-webkit-keyframes animate-svg-fill-139 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-139 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-139 {
  -webkit-animation: animate-svg-fill-139 0.1s linear 13.9s both;
          animation: animate-svg-fill-139 0.1s linear 13.9s both;
}

@-webkit-keyframes animate-svg-fill-140 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-140 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-140 {
  -webkit-animation: animate-svg-fill-140 0.1s linear 14s both;
          animation: animate-svg-fill-140 0.1s linear 14s both;
}

@-webkit-keyframes animate-svg-fill-141 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-141 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-141 {
  -webkit-animation: animate-svg-fill-141 0.1s linear 14.1s both;
          animation: animate-svg-fill-141 0.1s linear 14.1s both;
}

@-webkit-keyframes animate-svg-fill-142 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-142 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-142 {
  -webkit-animation: animate-svg-fill-142 0.1s linear 14.200000000000001s both;
          animation: animate-svg-fill-142 0.1s linear 14.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-143 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-143 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-143 {
  -webkit-animation: animate-svg-fill-143 0.1s linear 14.3s both;
          animation: animate-svg-fill-143 0.1s linear 14.3s both;
}

@-webkit-keyframes animate-svg-fill-144 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-144 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-144 {
  -webkit-animation: animate-svg-fill-144 0.1s linear 14.4s both;
          animation: animate-svg-fill-144 0.1s linear 14.4s both;
}

@-webkit-keyframes animate-svg-fill-145 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-145 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-145 {
  -webkit-animation: animate-svg-fill-145 0.1s linear 14.5s both;
          animation: animate-svg-fill-145 0.1s linear 14.5s both;
}

@-webkit-keyframes animate-svg-fill-146 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-146 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-146 {
  -webkit-animation: animate-svg-fill-146 0.1s linear 14.6s both;
          animation: animate-svg-fill-146 0.1s linear 14.6s both;
}

@-webkit-keyframes animate-svg-fill-147 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-147 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-147 {
  -webkit-animation: animate-svg-fill-147 0.1s linear 14.700000000000001s both;
          animation: animate-svg-fill-147 0.1s linear 14.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-148 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-148 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-148 {
  -webkit-animation: animate-svg-fill-148 0.1s linear 14.8s both;
          animation: animate-svg-fill-148 0.1s linear 14.8s both;
}

@-webkit-keyframes animate-svg-fill-149 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-149 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-149 {
  -webkit-animation: animate-svg-fill-149 0.1s linear 14.9s both;
          animation: animate-svg-fill-149 0.1s linear 14.9s both;
}

@-webkit-keyframes animate-svg-fill-150 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-150 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-150 {
  -webkit-animation: animate-svg-fill-150 0.1s linear 15s both;
          animation: animate-svg-fill-150 0.1s linear 15s both;
}

@-webkit-keyframes animate-svg-fill-151 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-151 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-151 {
  -webkit-animation: animate-svg-fill-151 0.1s linear 15.1s both;
          animation: animate-svg-fill-151 0.1s linear 15.1s both;
}

@-webkit-keyframes animate-svg-fill-152 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-152 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-152 {
  -webkit-animation: animate-svg-fill-152 0.1s linear 15.200000000000001s both;
          animation: animate-svg-fill-152 0.1s linear 15.200000000000001s both;
}

@-webkit-keyframes animate-svg-fill-153 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-153 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-153 {
  -webkit-animation: animate-svg-fill-153 0.1s linear 15.3s both;
          animation: animate-svg-fill-153 0.1s linear 15.3s both;
}

@-webkit-keyframes animate-svg-fill-154 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-154 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-154 {
  -webkit-animation: animate-svg-fill-154 0.1s linear 15.4s both;
          animation: animate-svg-fill-154 0.1s linear 15.4s both;
}

@-webkit-keyframes animate-svg-fill-155 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-155 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-155 {
  -webkit-animation: animate-svg-fill-155 0.1s linear 15.5s both;
          animation: animate-svg-fill-155 0.1s linear 15.5s both;
}

@-webkit-keyframes animate-svg-fill-156 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-156 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-156 {
  -webkit-animation: animate-svg-fill-156 0.1s linear 15.6s both;
          animation: animate-svg-fill-156 0.1s linear 15.6s both;
}

@-webkit-keyframes animate-svg-fill-157 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-157 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-157 {
  -webkit-animation: animate-svg-fill-157 0.1s linear 15.700000000000001s both;
          animation: animate-svg-fill-157 0.1s linear 15.700000000000001s both;
}

@-webkit-keyframes animate-svg-fill-158 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

@keyframes animate-svg-fill-158 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(185, 212, 58);
  }
}

.svg-elem-158 {
  -webkit-animation: animate-svg-fill-158 0.1s linear 15.8s both;
          animation: animate-svg-fill-158 0.1s linear 15.8s both;
}

@-webkit-keyframes animate-svg-fill-159 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-159 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-159 {
  -webkit-animation: animate-svg-fill-159 0.1s linear 15.9s both;
          animation: animate-svg-fill-159 0.1s linear 15.9s both;
}

@-webkit-keyframes animate-svg-fill-160 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-160 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-160 {
  -webkit-animation: animate-svg-fill-160 0.1s linear 16s both;
          animation: animate-svg-fill-160 0.1s linear 16s both;
}

@-webkit-keyframes animate-svg-fill-161 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-161 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-161 {
  -webkit-animation: animate-svg-fill-161 0.1s linear 16.1s both;
          animation: animate-svg-fill-161 0.1s linear 16.1s both;
}

@-webkit-keyframes animate-svg-fill-162 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-162 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-162 {
  -webkit-animation: animate-svg-fill-162 0.1s linear 16.200000000000003s both;
          animation: animate-svg-fill-162 0.1s linear 16.200000000000003s both;
}

@-webkit-keyframes animate-svg-fill-163 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-163 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-163 {
  -webkit-animation: animate-svg-fill-163 0.1s linear 16.3s both;
          animation: animate-svg-fill-163 0.1s linear 16.3s both;
}

@-webkit-keyframes animate-svg-fill-164 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-164 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-164 {
  -webkit-animation: animate-svg-fill-164 0.1s linear 16.400000000000002s both;
          animation: animate-svg-fill-164 0.1s linear 16.400000000000002s both;
}

@-webkit-keyframes animate-svg-fill-165 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-165 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-165 {
  -webkit-animation: animate-svg-fill-165 0.1s linear 16.500000000000004s both;
          animation: animate-svg-fill-165 0.1s linear 16.500000000000004s both;
}

@-webkit-keyframes animate-svg-fill-166 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-166 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-166 {
  -webkit-animation: animate-svg-fill-166 0.1s linear 16.6s both;
          animation: animate-svg-fill-166 0.1s linear 16.6s both;
}

@-webkit-keyframes animate-svg-fill-167 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-167 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-167 {
  -webkit-animation: animate-svg-fill-167 0.1s linear 16.700000000000003s both;
          animation: animate-svg-fill-167 0.1s linear 16.700000000000003s both;
}

@-webkit-keyframes animate-svg-fill-168 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

@keyframes animate-svg-fill-168 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(113, 200, 221);
  }
}

.svg-elem-168 {
  -webkit-animation: animate-svg-fill-168 0.1s linear 16.8s both;
          animation: animate-svg-fill-168 0.1s linear 16.8s both;
}



