
@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&family=Oi&display=swap');





body{

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #2d6fa1;
    font-family: Freckle Face;  
    font-weight: 200;
    height:  auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

/* html {
 
  
    overflow: hidden;
} */


.headerDiv{
    background-color: #00bdef;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 100px;    

}

.headObject{
    text-align: center;
    color: aliceblue;
    font-size: 60px;
    padding-top: 15px;
    transition: transform 2.4s cubic-bezier(0.46,-0.01, 0.83, 2.03);

}


.headerDiv:hover .headObject{
    
    transform: translateX(100%);
}


.text{
  font-size: 80px;
  color: white;
}

.text2{
  font-size: 40px;
  color: white;
  text-align: center;

}

.text3{

  font-size:60px;
  color: white;
  margin-top: 200px;
}

.margin{
  z-index: 2;
  margin-top: -900px;
  margin-left: 687px;
}



.imageContainer {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  background-image: linear-gradient(to bottom left, green, red) ;
  height: 600px;
  width: 600px;
  border-radius: 24px;
  margin-top: 200px;
  margin-bottom: 340px;
  box-shadow: 7px 7px 7px  rgba(0, 0, 0, 0.4);
}




.image{

    position: absolute;
    height: 400px;
    width: 400px;
    margin-top: 100px;
  
    transition: transform 0.3s ease-out;
}

.alignmentDiv{
    
    display: flex;
    flex-direction: column;
    
    align-items: center;


   
}


.modelContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: 400px;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: white;
  margin-bottom: 100px;

}

.albumCover{
  width: 500px;
  height: 500px;
  border-radius: 15px;
  
}

.alignmentDiv2{
    
  display: flex;
  flex-direction: column;
  align-items: center;

}



.illustratorDiv{
    display: block;
    flex-direction: column;
    align-items: center;
    
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
    
    width: 100%;
    height: auto;
}

.illustratorDiv2{
    display: block;
    flex-direction: column;
    align-items: center;
    
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
    
    width: 100%;
    height: auto;
}

.illustrator{
    background-image: url("Adobe\ Illustrator.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items:center;
    position:relative;
    width: 600px;
    height: 600px;
    
}

.paint{
    position: relative;
    width: 200px;
    height: 200px;
 
    
}


.paint.animate{
  animation: animateBrush 7s ease-in-out infinite;
  
}



.imageSection{
  background-image: linear-gradient(to bottom left, rgb(10, 73, 107), rgb(136, 47, 29));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 120vh;
}

.imageSection2{
  background-image: linear-gradient(to bottom left, rgb(10, 73, 107), rgb(136, 47, 29));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 120vh;
}


.astroImage{
  height: 700px;
  margin-top: 70px;

}

.astroImage2{
  height: 2000px;
  margin-bottom: 420px;
}

.textDiv{
  margin-left: 700px;
  margin-top: -400px;
  font-size: 70px;
  background-color: bisque;
  padding: 7px;
  border-radius: 14px;
}





.finalSection{

  display: flex;
  flex-direction: column;
  width: 100%;
  height: 2000px;
  background-image: linear-gradient(to bottom left, #01312b, rgb(0, 19, 128));
}


.vid{
  margin-top: 407px;
}





.releaseTitle{

  color: white;
  transform: scale(1.8);
  margin-top: 100px;
  margin-bottom: 100px;


}


.coverArt{

  width: 400px;
  height: 400px;
  
  
}

.imageContainer2{

  background-image: linear-gradient(to bottom left, green, red);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  width: 700px;
  height: 700px;
  border-radius: 24px;
  transition: all 1s ease-in-out;

  
}

.binary{
  display: block;
  text-align: center;
  transform: scale(1.1);
  color: aliceblue;
}



.spotify{

  
  height: 400px;
  margin-right: 20px;
  margin-top: 10px;
}

.spotify:hover{
  
  animation: rotate 4s ease-in-out infinite;

}

.apple{
  height: 200px;
  margin-top: -80px;
  border-radius: 14px;
  margin-bottom: 120px;
}

.youtube{

  height: 200px;
  width: auto;
  margin-bottom: 80px;
}

.border{

  border-radius: 14px;
}

.apple:hover{
  
  animation: rotate 4s ease-in-out infinite;
}

.youtube:hover{
  
  animation: rotate 4s ease-in-out infinite;
}

.gradient{
  background-image: linear-gradient(to bottom left, red, #2d6fa1 );
}

.dspButtons{

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffa500;
  position: relative;
  

}




.curve {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.curve svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 148px;
}

.curve .shape-fill {
  fill: #2d6fa1;
}




.curve2 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg) rotateX(180deg);
}

.curve2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 148px;
}

.curve2 .shape-fill {
  fill: #2d6fa1;
}


.platform{

  color: white;
  font-size: 4em;
  text-align: center;
  padding: 24px;
  background-color: black;
  border-radius: 14px;
  transform: scale(0.5);
}

.animatedModel{

  background-color: skyblue;

  width: 100%;
  height: 100vh;
  object-fit: cover;
}



.astroModel{
  background-color: white;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


.imageScale{

   margin-top: -300px;
   transform: scale(40%) ;
}

.marginb{
  margin-bottom: 400px;
}

.items{
  transform: scale(0.7);
  margin-top: -240px;
}



.descriprions{
  display: flex;
  flex-direction: column;
  align-items: center;
 
}

.describe{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  
}

.orange{
  background-color: orange;
}

.blue{
  background-color: blue;
}

.white{
  background-color: white;
  
}

.describeDiv{
  width: 50%;
  margin-right: 40px;
  font-size: 20px;
  color: white;
  margin: 10px;
}

.describeDiv2{
  width: 50%;
  margin-right: 10px;
  font-size: 20px;
  color: white;
  margin: 40px;
}

.photo{
  width: 250px;
  height: 250px;
}

.photo2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 280px;
  height: auto;
}

.headingDescribe{
  color: black;
}


.cardText{
  background-color: grey;
  padding: 10px;
  border-radius: 24px;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.2);
}


/* .illustrator .paint:hover{
    animation: animateBrush 4s ease-in infinite;
} */

@keyframes animateBrush {

    0%{
        transform: translateX(0);
    }

    20%{
        transform: translateX(100%);
    }

    40%{
        transform: translateY(100%);
    }

    60%{
        transform: translateX(50%);
    }

    80%{
        transform: translateX(-100%);
    }

    100%{ 
        transform: translateX(0);
    }

}

@keyframes rotate {
  from{
    transform: rotate(0) ;
  }
  to{
    transform: rotate(360deg) ;
  }
}



/* Base hidden state */
.hidden {
    opacity: 0;
    transition: opacity 2.4s ease, transform 2.4s ease;
}

/* Show state */
.show {
    opacity: 1;

}

/* Left to Right */
.left-to-right {
    transform: translateX(-100%);
}
.show.left-to-right {
    transform: translateX(0);
}

/* Right to Left */
.right-to-left {
    transform: translateX(100%);
}
.show.right-to-left {
    transform: translateX(0);
}

/* Up to Down */
.up-to-down {
    transform: translateY(-100%);
}
.show.up-to-down {
    transform: translateY(0);
}

/* Down to Up */
.down-to-up {
    transform: translateY(100%);

}
.show.down-to-up {
    transform: translateY(0);
}

.show.animateBrush{

  animation: animateBrush 12s ease infinite;
}

@media screen and (max-width: 770px) {

  .platform{
    transform: scale(0.7);
  }

  body{

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #2d6fa1;
    font-family: Freckle Face;  
    font-weight: 200;
    height:  auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

  
}


@media screen and (max-width: 768px){
  body{

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #2d6fa1;
  font-family: Freckle Face;  
  font-weight: 200;
  height:  auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

}

  .items{
    transform: scale(0.6);
  }

  .illustrator{
    transform: scale(0.5);
  }

  .headObject{
    transform: scale(0.7);
  }

  .headerDiv{

    height: 200px;
  }

  .platform{
    font-size: 25px;
  }

  .spotify{
    transform: scale(0.7);
  }

  .apple{
    transform: scale(0.7);
  }

  .text{
    font-size: 3em;
  }

  #astroMechSvg{
    width: 100%;
    height: auto;
  }

  .text3{
    font-size: 2em;
    text-align: center;

  }

  .imageContainer{
    transform: scale(0.6);

 
  }

  .releaseTitle{
    font-size: 10px;
    text-align: center;
  }

  .releaseTitle2{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
  }

  .scale{
    font-size: 10px;
  }

  .scroll{

    font-size: 10px;
  }

 
  .black{

    color: black;
  }

  .imageContainer2{
    transform: scale(0.5);
  }

  .text2{
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    
  }



  .astroImage{
    height: 400px;
    margin-top: 250px;
    object-fit: cover;
  }

  .astroImage2{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .vid{

    width: 100%;
    height: auto;
  }

  div.gravityLuanch{
    transform: scale(0.5);
  }


  .describe{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  
}

.orange{
  background-color: orange;
}


.white{
  background-color: white;
  
}

.describeDiv{
  width: 50%;
  margin-right: 40px;
  font-size: 20px;
  color: white;
  margin: 10px;
}

.describeDiv2{
  width: 50%;
  margin-right: 10px;
  font-size: 20px;
  color: white;
  margin: 40px;
}

.photo{
  width: 100px;
  height: 100px;
  z-index: 2;
 
}

.photo2{
  width: 180px;
  height: auto;
}

.headingDescribe{
  color: black;
}


.textDescribe{
  height: 50%;

}

.cardText{
  background-color: grey;
  padding: 10px;
  border-radius: 24px;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.2);
}

}



@media screen and (max-width: 400px ){

  body{

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #2d6fa1;
    font-family: Freckle Face;  
    font-weight: 200;
    height:  auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

  }

  

  .illustrator{
    transform: scale(0.5);
  }

  .headObject{
    transform: scale(0.6);
  }

  .headerDiv{

    height: 300px;
  }

  .platform{
    font-size: 25px;
    text-align: center;
  
  }

  .spotify{
    transform: scale(0.7);
  }

  .apple{
    transform: scale(0.7);
  }

  .text{
    font-size: 3em;
  }

  #astroMechSvg{
    width: 100%;
    height: auto;
  }

  .text3{
    font-size: 2em;
    text-align: center;
  }

  .imageContainer{
    transform: scale(0.6);
  }

  .releaseTitle{
    font-size: 50%;
  }

  .imageContainer2{
    transform: scale(0.5);
  }

  .text2{
    font-size: 30px;
  }

  .astroImage{
    height: 400px;
    margin-top: 250px;
  }

  .astroImage2{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .vid{

    width: 100%;
    height: auto;
  }

  .items{
    transform: scale(0.6);
  }


.describe{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  
}

.orange{
  background-color: orange;
}



.white{
  background-color: white;
  
}

.describeDiv{
  width: 50%;
  margin-right: 40px;
  font-size: 20px;
  color: white;
  margin: 10px;
}

.describeDiv2{
  width: 50%;
  margin-right: 10px;
  font-size: 20px;
  color: white;
  margin: 40px;
}

.photo{
  width: 100px;
  height: 100px;
}

.photo2{
  width: 180px;
  height: auto;
}

.headingDescribe{
  color: black;
}


.textDescribe{
  height: 50%;
}


.cardText{
  background-color: grey;
  padding: 10px;
  border-radius: 24px;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.2);
}

}




@media screen and (max-width: 380px ){

  body{

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #2d6fa1;
    font-family: Freckle Face;  
    font-weight: 200;
    height:  auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}




.describe{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  
}

.orange{
  background-color: orange;
}



.white{
  background-color: white;
  
}

.describeDiv{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 40px;
  font-size: 20px;
  color: white;
  margin: 10px;
 
  
}

.describeDiv2{
  width: 50%;
  margin-right: 10px;
  font-size: 20px;
  color: white;
  margin: 40px;
}



.photo{
  width: 100px;
  height: 100px;
}

.photo2{
  width: 180px;
  height: auto;
}

.headingDescribe{
  color: black;
}


.textDescribe{
  height: 50%;
}

.cardText{
  background-color: grey;
  padding: 10px;
  border-radius: 24px;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.2);
}


}








































































.st0 {
    fill: #9ebfc5;
  }

  .st1 {
    fill: #04121a;
  }

  .st2 {
    fill: #5a7f7e;
  }

  .st3 {
    fill: #264651;
  }

  .st4 {
    fill: #c59795;
  }

  .st5 {
    fill: #b7694e;
  }

  .st6 {
    fill: #465455;
  }

  .st7 {
    fill: #426e69;
  }

  .st8 {
    fill: #c78582;
  }

  .st9 {
    fill: #9d5f4f;
  }

  .st10 {
    fill: #093028;
  }

  .st11 {
    fill: #3f0b0d;
  }

  .st12 {
    fill: #9ac1e6;
    stroke: #00bdef;
  }

  .st12,
  .st13,
  .st14 {
    stroke-miterlimit: 10;
  }

  .st15 {
    fill: #7a2624;
  }

  .st16 {
    fill: #3d6d66;
  }

  .st17 {
    fill: #051d24;
  }

  .st18 {
    fill: #95504d;
  }

  .st19 {
    fill: #bd8671;
  }

  .st20 {
    fill: #113630;
  }

  .st21 {
    fill: #884a39;
  }

  .st22 {
    fill: #3a0605;
  }

  .st23 {
    fill: #6d201c;
  }

  .st24 {
    fill: #af5e62;
  }

  .st25 {
    fill: #051010;
  }

  .st26 {
    fill: #fad799;
  }

  .st27 {
    fill: #94443f;
  }

  .st28 {
    fill: #194438;
  }

  .st29 {
    fill: #44716b;
  }

  .st30 {
    fill: #200506;
  }

  .st31 {
    fill: #2a4b4f;
  }

  .st32 {
    fill: #5e1010;
  }

  .st33 {
    fill: #611413;
  }

  .st34 {
    fill: #fad392;
  }

  .st35 {
    fill: #330708;
  }

  .st36 {
    fill: #2d685c;
  }

  .st37 {
    fill: #081d29;
  }

  .st38 {
    fill: #11352e;
  }

  .st39 {
    fill: #1d1717;
  }

  .st40 {
    fill: #fea85d;
  }

  .st41 {
    fill: #293435;
  }

  .st42 {
    fill: #e37a47;
  }

  .st43 {
    fill: #fbd08d;
  }

  .st44 {
    fill: #f9974e;
  }

  .st45 {
    fill: #f88c4c;
  }

  .st46 {
    fill: #1c3843;
  }

  .st47 {
    fill: #536264;
  }

  .st48 {
    fill: #173532;
  }

  .st49 {
    fill: #dbc1b4;
  }

  .st50 {
    fill: #9a9898;
  }

  .st51 {
    fill: #ba5b38;
  }

  .st52 {
    fill: #384b53;
  }

  .st53 {
    fill: #652f2d;
  }

  .st54 {
    fill: #825f57;
  }

  .st55 {
    fill: #9b594a;
  }

  .st56 {
    fill: #b95a3f;
  }

  .st57 {
    fill: #841a17;
  }

  .st58 {
    fill: #3a3c3f;
  }

  .st59 {
    fill: #1e0805;
  }

  .st60 {
    fill: #701514;
  }

  .st61 {
    fill: #77473d;
  }

  .st62 {
    fill: #1b4f4a;
  }

  .st63 {
    fill: #fdf0c5;
  }

  .st64 {
    fill: #10302b;
  }

  .st65 {
    fill: #0c242b;
  }

  .st66 {
    fill: #3f1414;
  }

  .st67 {
    fill: #8d8a82;
  }

  .st68 {
    fill: #273338;
  }

  .st69 {
    fill: #060607;
  }

  .st70 {
    fill: #3c6b64;
  }

  .st71 {
    fill: #62838d;
  }

  .st72 {
    fill: #a96652;
  }

  .st73 {
    fill: #cf9f9a;
  }

  .st74 {
    fill: #601618;
  }

  .st75 {
    fill: #163734;
  }

  .st76 {
    fill: #081e19;
  }

  .st77 {
    fill: #0f070a;
  }

  .st78 {
    fill: #310706;
  }

  .st79 {
    fill: #fad197;
  }

  .st80 {
    fill: #ae6148;
  }

  .st81 {
    fill: #651815;
  }

  .st82 {
    fill: #071722;
  }

  .st83 {
    fill: #b16d59;
  }

  .st84 {
    fill: #300709;
  }

  .st85 {
    fill: #716463;
  }

  .st86 {
    fill: #255f56;
  }

  .st87 {
    fill: #0e242d;
  }

  .st88 {
    fill: #132228;
  }

  .st89 {
    fill: #571011;
  }

  .st90 {
    fill: #b5654a;
  }

  .st91 {
    fill: #faebc6;
  }

  .st92 {
    fill: #0f2028;
  }

  .st93 {
    fill: #0c0e13;
  }

  .st94 {
    fill: #1a333d;
  }

  .st95 {
    fill: #213131;
  }

  .st96 {
    fill: #563b39;
  }

  .st97 {
    fill: #637979;
  }

  .st98 {
    fill: #33473c;
  }

  .st99 {
    fill: #172930;
  }

  .st100 {
    fill: #4b7876;
  }

  .st101 {
    fill: #0d3f35;
  }

  .st102 {
    fill: #173d35;
  }

  .st103 {
    fill: #581210;
  }

  .st104 {
    fill: #0f1d25;
  }

  .st105 {
    fill: #0a0e0b;
  }

  .st106 {
    fill: #1b0b0c;
  }

  .st107 {
    fill: #073731;
  }

  .st108 {
    fill: #5c221f;
  }

  .st109 {
    fill: #79201d;
  }

  .st110 {
    fill: #f9bd79;
  }

  .st111 {
    fill: #7e2929;
  }

  .st112 {
    fill: #04202a;
  }

  .st113 {
    fill: #954642;
  }

  .st114 {
    fill: #e4c6b6;
  }

  .st115 {
    fill: #020f0e;
  }

  .st116 {
    fill: #f6b872;
  }

  .st117 {
    fill: #43706a;
  }

  .st118 {
    fill: #020e14;
  }

  .st119 {
    fill: #c57a60;
  }

  .st120 {
    fill: #d36e46;
  }

  .st121 {
    fill: #d49b9a;
  }

  .st122 {
    fill: #245c53;
  }

  .st123 {
    fill: #2c1210;
  }

  .st124 {
    fill: #d2a08d;
  }

  .st125 {
    fill: #132b34;
  }

  .st126 {
    fill: #071814;
  }

  .st127 {
    fill: #7c4c3f;
  }

  .st128 {
    fill: #172d32;
  }

  .st129 {
    fill: #b78a78;
  }

  .st130 {
    fill: #555a51;
  }

  .st131 {
    fill: #4b4b4c;
  }

  .st132 {
    fill: #591f20;
  }

  .st133 {
    fill: #536160;
  }

  .st134 {
    fill: #202d31;
  }

  .st135 {
    fill: #3e2f32;
  }

  .st136 {
    fill: #675654;
  }

  .st137 {
    fill: #ce858b;
  }

  .st138 {
    fill: #c77e7c;
  }

  .st139 {
    fill: #030c15;
  }

  .st140 {
    fill: #4e0d0c;
  }

  .st141 {
    fill: #396372;
  }

  .st142 {
    fill: #30292d;
  }

  .st143 {
    fill: #112630;
  }

  .st144 {
    fill: #5f1d1a;
  }

  .st145 {
    fill: #986457;
  }

  .st146 {
    fill: #879f9b;
  }

  .st147 {
    fill: #b06246;
  }

  .st148 {
    fill: #f4924e;
  }

  .st149 {
    fill: #011018;
  }

  .st150 {
    fill: #181417;
  }

  .st151 {
    fill: #fbb76e;
  }

  .st152 {
    fill: #e89061;
  }

  .st153 {
    fill: #152b34;
  }

  .st154 {
    fill: #55353a;
  }

  .st155 {
    fill: #fbe6b6;
  }

  .st156 {
    fill: #0c202a;
  }

  .st157 {
    fill: #28554c;
  }

  .st158 {
    fill: #2e4d54;
  }

  .st159 {
    fill: #c19190;
  }

  .st160 {
    fill: #607172;
  }

  .st161 {
    fill: #7c585a;
  }

  .st162 {
    fill: #172e39;
  }

  .st163 {
    fill: #1b4941;
  }

  .st164 {
    fill: #e7743a;
  }

  .st165 {
    fill: #896d64;
  }

  .st166 {
    fill: #3d1417;
  }

  .st167 {
    fill: #211713;
  }

  .st168 {
    fill: #050505;
  }

  .st169 {
    fill: #553b3c;
  }

  .st170 {
    fill: #984e4b;
  }

  .st171 {
    fill: #763738;
  }

  .st172 {
    fill: #fbc784;
  }

  .st173 {
    fill: #a6625f;
  }

  .st174 {
    fill: #041415;
  }

  .st175 {
    fill: #01312b;
  }

  .st176 {
    fill: #3b3032;
  }

  .st177 {
    fill: #051013;
  }

  .st178 {
    fill: #bd716c;
  }

  .st179 {
    fill: #130405;
  }

  .st180 {
    fill: #b45e5d;
  }

  .st181 {
    fill: #f29748;
  }

  .st182 {
    fill: #1c2524;
  }

  .st183 {
    fill: #2b3538;
  }

  .st184 {
    fill: #0d2d25;
  }

  .st185 {
    fill: #edbd9f;
  }

  .st186 {
    fill: #f7cf9b;
  }

  .st187 {
    fill: #4b6e77;
  }

  .st188 {
    fill: #1a3441;
  }

  .st189 {
    fill: #85302d;
  }

  .st190 {
    fill: #a97472;
  }

  .st191 {
    fill: #091a18;
  }

  .st192 {
    fill: #c46c6b;
  }

  .st193 {
    fill: #1b3235;
  }

  .st194 {
    fill: #101116;
  }

  .st195 {
    fill: #cc7c7a;
  }

  .st196 {
    fill: #8d7c75;
  }

  .st197 {
    fill: #1f2725;
  }

  .st198 {
    fill: #461311;
  }

  .st199 {
    fill: #7c8384;
  }

  .st200 {
    fill: #112832;
  }

  .st201 {
    fill: #edc79c;
  }

  .st202 {
    fill: #51362a;
  }

  .st203 {
    fill: #f39f5d;
  }

  .st204 {
    fill: #bc6b67;
  }

  .st205 {
    fill: #973737;
  }

  .st206 {
    fill: #997469;
  }

  .st207 {
    fill: #791613;
  }

  .st208 {
    fill: #151b23;
  }

  .st209 {
    fill: #2b4953;
  }

  .st210 {
    fill: #52211e;
  }

  .st211 {
    fill: #979089;
  }

  .st212 {
    fill: #23453c;
  }

  .st213 {
    fill: #3f0b08;
  }

  .st214 {
    fill: #143836;
  }

  .st215 {
    fill: #78473d;
  }

  .st216 {
    fill: #0e1f26;
  }

  .st217 {
    fill: #3f746b;
  }

  .st218 {
    fill: #7c807f;
  }

  .st219 {
    fill: #fcd093;
  }

  .st220 {
    fill: #8a3c3c;
  }

  .st221 {
    fill: #faa654;
  }

  .st222 {
    fill: #6a5a58;
  }

  .st223 {
    fill: #1c463d;
  }

  .st224 {
    fill: #1d4e46;
  }

  .st225 {
    fill: #fcd99d;
  }

  .st226 {
    fill: #64221e;
  }

  .st227 {
    fill: #737576;
  }

  .st228 {
    fill: #8b5d4f;
  }

  .st229 {
    fill: #f9b26b;
  }

  .st230 {
    fill: #155147;
  }

  .st231 {
    fill: #0b3e34;
  }

  .st232 {
    fill: #662525;
  }

  .st233 {
    fill: #5e2020;
  }

  .st234 {
    fill: #193037;
  }

  .st235 {
    fill: #fabc71;
  }

  .st236 {
    fill: #df9b85;
  }

  .st237 {
    fill: #272f30;
  }

  .st238 {
    fill: #a15638;
  }

  .st239 {
    fill: #1e1610;
  }

  .st240 {
    fill: #43636e;
  }

  .st241 {
    fill: #321c15;
  }

  .st242 {
    fill: #574f52;
  }

  .st243 {
    fill: #e97b3e;
  }

  .st244 {
    fill: #132a25;
  }

  .st245 {
    fill: #7f3531;
  }

  .st246 {
    fill: #270504;
  }

  .st247 {
    fill: #0c1a1b;
  }

  .st248 {
    fill: #d97141;
  }

  .st249 {
    fill: #f7a365;
  }

  .st250 {
    fill: #fae2b6;
  }

  .st251 {
    fill: #123830;
  }

  .st252 {
    fill: #dcc4b6;
  }

  .st253 {
    fill: #b2a28b;
  }

  .st254 {
    fill: #37615b;
  }

  .st255 {
    fill: #184139;
  }

  .st256 {
    fill: #152125;
  }

  .st257 {
    fill: #dfbcbb;
  }

  .st258 {
    fill: #293536;
  }

  .st259 {
    fill: #212327;
  }

  .st260 {
    fill: #141d21;
  }

  .st261 {
    fill: #5b100f;
  }

  .st262 {
    fill: #5f1110;
  }

  .st263 {
    fill: #d08c89;
  }

  .st264 {
    fill: #ac5139;
  }

  .st265 {
    fill: #1f3539;
  }

  .st266 {
    fill: #c9bfb6;
  }

  .st267 {
    fill: #892723;
  }

  .st268 {
    fill: #8a5558;
  }

  .st269 {
    fill: #414c4c;
  }

  .st270 {
    fill: #631311;
  }

  .st271 {
    fill: #dac7bc;
  }

  .st272 {
    fill: #0d1a21;
  }

  .st273 {
    fill: #ae6e6f;
  }

  .st274 {
    fill: #1f181a;
  }

  .st275 {
    fill: #352324;
  }

  .st276 {
    fill: #fbc57f;
  }

  .st277 {
    fill: #1e3f44;
  }

  .st278 {
    fill: #162e27;
  }

  .st279 {
    fill: #0f1316;
  }

  .st280 {
    fill: #3c6d63;
  }

  .st281 {
    fill: #5d1715;
  }

  .st282 {
    fill: #dbbdaf;
  }

  .st283 {
    fill: #3d606c;
  }

  .st284 {
    fill: #040906;
  }

  .st285 {
    fill: #254b47;
  }

  .st286 {
    fill: #ae9391;
  }

  .st287 {
    fill: #771d1e;
  }

  .st288 {
    fill: #021717;
  }

  .st289 {
    fill: #90afaa;
  }

  .st290 {
    fill: #456e7c;
  }

  .st291 {
    fill: #574f50;
  }

  .st292 {
    fill: #2a5c55;
  }

  .st293 {
    fill: #fbdeb2;
  }

  .st294 {
    fill: #5c3030;
  }

  .st295 {
    fill: #0f2731;
  }

  .st296 {
    fill: #2b4f54;
  }

  .st297 {
    fill: #294951;
  }

  .st298 {
    fill: #f9daae;
  }

  .st299 {
    fill: #6b6864;
  }

  .st300 {
    fill: #fcdca1;
  }

  .st301 {
    fill: #691715;
  }

  .st302 {
    fill: #7d3534;
  }

  .st303 {
    fill: #291a1d;
  }

  .st304 {
    fill: #572d2d;
  }

  .st305 {
    fill: #672d2d;
  }

  .st306 {
    fill: #05221d;
  }

  .st307 {
    fill: #462f30;
  }

  .st308 {
    fill: #651f1e;
  }

  .st309 {
    fill: #5b8a80;
  }

  .st310 {
    fill: #0a1e19;
  }

  .st311 {
    fill: #55302e;
  }

  .st312 {
    fill: #6d1211;
  }

  .st313 {
    fill: #fbe3b1;
  }

  .st314 {
    fill: #1a3640;
  }

  .st315 {
    fill: #621615;
  }

  .st316 {
    fill: #300608;
  }

  .st317 {
    fill: #1c3943;
  }

  .st318 {
    fill: #ac6550;
  }

  .st319 {
    fill: #265f56;
  }

  .st320 {
    fill: #c37575;
  }

  .st321 {
    fill: #3a6a64;
  }

  .st322 {
    fill: #255b52;
  }

  .st323 {
    fill: #09372f;
  }

  .st324 {
    fill: #632221;
  }

  .st325 {
    fill: #4d1011;
  }

  .st326 {
    fill: #f9b877;
  }

  .st327 {
    fill: #112c33;
  }

  .st328 {
    fill: #28404c;
  }

  .st329 {
    fill: #8b4e4d;
  }

  .st330 {
    fill: #350d0a;
  }

  .st331 {
    fill: #051923;
  }

  .st332 {
    fill: #576462;
  }

  .st333 {
    fill: #84554c;
  }

  .st334 {
    fill: #ccc3bb;
  }

  .st335 {
    fill: #21544d;
  }

  .st336 {
    fill: #14463f;
  }

  .st337 {
    fill: #352325;
  }

  .st338 {
    fill: #2a3737;
  }

  .st339 {
    fill: #612121;
  }

  .st340 {
    fill: #25171c;
  }

  .st341 {
    fill: #071a25;
  }

  .st342 {
    fill: #e8855a;
  }

  .st343 {
    fill: #fbba73;
  }

  .st344 {
    fill: #1f554e;
  }

  .st345 {
    fill: #c68d7d;
  }

  .st346 {
    fill: #3c0c0b;
  }

  .st347 {
    fill: #180403;
  }

  .st348 {
    fill: #632626;
  }

  .st349 {
    fill: #751f1e;
  }

  .st350 {
    fill: #6e1b1d;
  }

  .st351 {
    fill: #1a181f;
  }

  .st352 {
    fill: #0b302e;
  }

  .st353 {
    fill: #113e36;
  }

  .st354 {
    fill: #03181f;
  }

  .st355 {
    fill: #843736;
  }

  .st356 {
    fill: #4f0606;
  }

  .st357 {
    fill: #fcdda5;
  }

  .st358 {
    fill: #d09f9a;
  }

  .st359 {
    fill: #f49156;
  }

  .st360 {
    fill: #16292e;
  }

  .st361 {
    fill: #151516;
  }

  .st362 {
    fill: #26404b;
  }

  .st363 {
    fill: #7a5b54;
  }

  .st364 {
    fill: #aa5f4c;
  }

  .st365 {
    fill: #2b0504;
  }

  .st366 {
    fill: #aa6141;
  }

  .st367 {
    fill: #744e49;
  }

  .st368 {
    fill: #571414;
  }

  .st369 {
    fill: #41736c;
  }

  .st370 {
    fill: #b76462;
  }

  .st371 {
    fill: #fdc178;
  }

  .st372 {
    fill: #6b4a45;
  }

  .st373 {
    fill: #050b0f;
  }

  .st374 {
    fill: #6e100f;
  }

  .st375 {
    fill: #9aa;
  }

  .st376 {
    fill: #1f3d46;
  }

  .st377 {
    fill: #935b50;
  }

  .st378 {
    fill: #e2cfc2;
  }

  .st379 {
    fill: #041417;
  }

  .st380 {
    fill: #f9b164;
  }

  .st381 {
    fill: #101a23;
  }

  .st382 {
    fill: #b7716e;
  }

  .st383 {
    fill: #801d1a;
  }

  .st384 {
    fill: #f38240;
  }

  .st385 {
    fill: #3d6b64;
  }

  .st386 {
    fill: #78999d;
  }

  .st387 {
    fill: #49626e;
  }

  .st388 {
    fill: #5e3c38;
  }

  .st389 {
    fill: #824b40;
  }

  .st390 {
    fill: #255b54;
  }

  .st391 {
    fill: #030c14;
  }

  .st392 {
    fill: #ad706e;
  }

  .st393 {
    fill: #2b5856;
  }

  .st394 {
    fill: #422220;
  }

  .st395 {
    fill: #1a343f;
  }

  .st396 {
    fill: #da8448;
  }

  .st397 {
    fill: #f7dbb5;
  }

  .st398 {
    fill: #110404;
  }

  .st399 {
    fill: #222b29;
  }

  .st400 {
    fill: #825547;
  }

  .st401 {
    fill: #fbe7ba;
  }

  .st402 {
    fill: #638789;
  }

  .st403 {
    fill: #5a211d;
  }

  .st404 {
    fill: #16303a;
  }

  .st405 {
    fill: #060b0f;
  }

  .st406 {
    fill: #6b4245;
  }

  .st407 {
    fill: #f99243;
  }

  .st408 {
    fill: #0b3935;
  }

  .st409 {
    fill: #c68d7f;
  }

  .st410 {
    fill: #683637;
  }

  .st411 {
    fill: #6e1819;
  }

  .st412 {
    fill: #231014;
  }

  .st413 {
    fill: #3b525c;
  }

  .st414 {
    fill: #f7a656;
  }

  .st415 {
    fill: #f9a865;
  }

  .st416 {
    fill: #051111;
  }

  .st417 {
    fill: #a9524f;
  }

  .st418 {
    fill: #2d6057;
  }

  .st419 {
    fill: #181d24;
  }

  .st420 {
    fill: #4a2123;
  }

  .st421 {
    fill: #ab6464;
  }

  .st422 {
    fill: #f4c18f;
  }

  .st423 {
    fill: #fccd8c;
  }

  .st424 {
    fill: #be5833;
  }

  .st425 {
    fill: #37665f;
  }

  .st426 {
    fill: #3d0e0d;
  }

  .st427 {
    fill: #e1d4c8;
  }

  .st428 {
    fill: #5d191a;
  }

  .st429 {
    fill: #f9ba7a;
  }

  .st430 {
    fill: #e9aa87;
  }

  .st431 {
    fill: #fdb260;
  }

  .st432 {
    fill: #173531;
  }

  .st433 {
    fill: #6a2a27;
  }

  .st434 {
    fill: #c9c8bf;
  }

  .st435 {
    fill: #301213;
  }

  .st436 {
    fill: #282426;
  }

  .st437 {
    fill: #291c1f;
  }

  .st438 {
    fill: #19272b;
  }

  .st439 {
    fill: #fbca82;
  }

  .st440 {
    fill: #0e2c26;
  }

  .st441 {
    fill: #fac284;
  }

  .st442 {
    fill: #041018;
  }

  .st443 {
    fill: #2c5d56;
  }

  .st444 {
    fill: #122a31;
  }

  .st445 {
    fill: #e6c5a4;
  }

  .st446 {
    fill: #8c3533;
  }

  .st447 {
    fill: #214b43;
  }

  .st448 {
    fill: #152b35;
  }

  .st449 {
    fill: #165241;
  }

  .st450 {
    fill: #0f1819;
  }

  .st451 {
    fill: #771c18;
  }

  .st452 {
    fill: #963c3a;
  }

  .st453 {
    fill: #771f1f;
  }

  .st454 {
    fill: #894635;
  }

  .st455 {
    fill: #acafac;
  }

  .st456 {
    fill: #58615d;
  }

  .st457 {
    fill: #ea7538;
  }

  .st458 {
    fill: #0b151e;
  }

  .st459 {
    fill: #7f2625;
  }

  .st460 {
    fill: #862c2b;
  }

  .st461 {
    fill: #0e4238;
  }

  .st462 {
    fill: #895248;
  }

  .st463 {
    fill: #6e5a56;
  }

  .st464 {
    fill: #89898c;
  }

  .st465 {
    fill: #b68d87;
  }

  .st466 {
    fill: #586361;
  }

  .st467 {
    fill: #faaf63;
  }

  .st468 {
    fill: #766f69;
  }

  .st469 {
    fill: #614f53;
  }

  .st470 {
    fill: #f18548;
  }

  .st471 {
    fill: #32515c;
  }

  .st472 {
    fill: #b58281;
  }

  .st473 {
    fill: #7b5652;
  }

  .st474 {
    fill: #092524;
  }

  .st475 {
    fill: #1c3c3e;
  }

  .st476 {
    fill: #d0928e;
  }

  .st477 {
    fill: #031017;
  }

  .st478 {
    fill: #c37170;
  }

  .st479 {
    fill: #370b09;
  }

  .st480 {
    fill: #052228;
  }

  .st481 {
    fill: #92999b;
  }

  .st482 {
    fill: #666768;
  }

  .st483 {
    fill: #253e4b;
  }

  .st484 {
    fill: #d09191;
  }

  .st485 {
    fill: #164d43;
  }

  .st486 {
    fill: #f58b5a;
  }

  .st487 {
    fill: #ba6866;
  }

  .st488 {
    fill: #061b19;
  }

  .st489 {
    fill: #9a4f4d;
  }

  .st490 {
    fill: #0c352e;
  }

  .st491 {
    fill: #e0d0c3;
  }

  .st492 {
    fill: #1d2b28;
  }

  .st493 {
    fill: #8f655b;
  }

  .st494 {
    fill: #40706b;
  }

  .st495 {
    fill: #102e29;
  }

  .st496 {
    fill: #531212;
  }

  .st497 {
    fill: #752525;
  }

  .st498 {
    fill: #203944;
  }

  .st499 {
    fill: #692322;
  }

  .st500 {
    fill: #17262c;
  }

  .st501 {
    fill: #fba156;
  }

  .st502 {
    fill: #ac8882;
  }

  .st503 {
    fill: #685e5e;
  }

  .st504 {
    fill: #072530;
  }

  .st505 {
    fill: #5d1b1a;
  }

  .st506 {
    fill: #ac7474;
  }

  .st507 {
    fill: #010c09;
  }

  .st508 {
    fill: #684c3d;
  }

  .st509 {
    fill: #0b141b;
  }

  .st510 {
    fill: #0b0202;
  }

  .st511 {
    fill: #0e1211;
  }

  .st512 {
    fill: #e1d4ca;
  }

  .st513 {
    fill: #3b181a;
  }

  .st514 {
    fill: #44100f;
  }

  .st515 {
    fill: #ea894f;
  }

  .st516 {
    fill: #f19a5f;
  }

  .st517 {
    fill: #e17d50;
  }

  .st518 {
    fill: #071922;
  }

  .st519 {
    fill: #4b1b1a;
  }

  .st520 {
    fill: #c49792;
  }

  .st521 {
    fill: #c4917f;
  }

  .st522 {
    fill: #2a4852;
  }

  .st523 {
    fill: #030d12;
  }

  .st524 {
    fill: #f07b36;
  }

  .st525 {
    fill: #761815;
  }

  .st526 {
    fill: #174b45;
  }

  .st527 {
    fill: #873130;
  }

  .st528 {
    fill: #020b08;
  }

  .st529 {
    fill: #2c3336;
  }

  .st530 {
    fill: #041118;
  }

  .st531 {
    fill: #150403;
  }

  .st532 {
    fill: #fab360;
  }

  .st533 {
    fill: #0d0609;
  }

  .st534 {
    fill: #6b7f80;
  }

  .st535 {
    fill: #6f0f0e;
  }

  .st536 {
    fill: #894e3c;
  }

  .st537 {
    fill: #ad5f5b;
  }

  .st538 {
    fill: #bd6947;
  }

  .st539 {
    fill: #af7d69;
  }

  .st540 {
    fill: #130708;
  }

  .st541 {
    fill: #9d6f3a;
  }

  .st542 {
    fill: #0b1d19;
  }

  .st543 {
    fill: #5a5056;
  }

  .st544 {
    fill: #c11e1e;
  }

  .st545 {
    fill: #a65e59;
  }

  .st546 {
    fill: #132f38;
  }

  .st547 {
    fill: #f89655;
  }

  .st548 {
    fill: #16493f;
  }

  .st549 {
    fill: #163540;
  }

  .st550 {
    fill: #7a7c77;
  }

  .st551 {
    fill: #80211e;
  }

  .st552 {
    fill: #24554e;
  }

  .st553 {
    fill: #ce6c49;
  }

  .st554 {
    fill: #f8a858;
  }

  .st555 {
    fill: #0b292e;
  }

  .st556 {
    fill: #80645a;
  }

  .st557 {
    fill: #933a39;
  }

  .st558 {
    fill: #1c404d;
  }

  .st559 {
    fill: #d7b5b0;
  }

  .st560 {
    fill: #61544f;
  }

  .st561 {
    fill: #bd5c38;
  }

  .st562 {
    fill: #bb805f;
  }

  .st563 {
    fill: #5b1314;
  }

  .st564 {
    fill: #465d5a;
  }

  .st565 {
    fill: #160b0d;
  }

  .st566 {
    fill: #281918;
  }

  .st567 {
    fill: #3a0b0d;
  }

  .st568 {
    fill: #eb8449;
  }

  .st569 {
    fill: #101921;
  }

  .st570 {
    fill: #4d5c5c;
  }

  .st571 {
    fill: #651e1d;
  }

  .st572 {
    fill: #376a61;
  }

  .st573 {
    fill: #27434b;
  }

  .st574 {
    fill: #102f37;
  }

  .st575 {
    fill: #e77a4b;
  }

  .st576 {
    fill: #082d27;
  }

  .st577 {
    fill: #060e12;
  }

  .st578 {
    fill: #284f4a;
  }

  .st579 {
    fill: #4d5c5d;
  }

  .st580 {
    fill: #294047;
  }

  .st13 {
    fill: #8a279b;
  }

  .st13,
  .st14 {
    stroke: #5ec8f2;
  }

  .st581 {
    fill: #be6448;
  }

  .st582 {
    fill: #611b1e;
  }

  .st583 {
    fill: #48756d;
  }

  .st584 {
    fill: #556161;
  }

  .st585 {
    fill: #b55e35;
  }

  .st586 {
    fill: #0e3b35;
  }

  .st587 {
    fill: #642928;
  }

  .st588 {
    fill: #661d18;
  }

  .st589 {
    fill: #717979;
  }

  .st590 {
    fill: #d19f9b;
  }

  .st591 {
    fill: #884747;
  }

  .st592 {
    fill: #05261f;
  }

  .st593 {
    fill: #122e39;
  }

  .st594 {
    fill: #374442;
  }

  .st595 {
    fill: #230a0b;
  }

  .st596 {
    fill: #0b0d10;
  }

  .st597 {
    fill: #406767;
  }

  .st598 {
    fill: #13473d;
  }

  .st599 {
    fill: #0e0e14;
  }

  .st600 {
    fill: #617272;
  }

  .st601 {
    fill: #4d6e77;
  }

  .st602 {
    fill: #c7a58f;
  }

  .st603 {
    fill: #5b574c;
  }

  .st604 {
    fill: #030e13;
  }

  .st605 {
    fill: #202f2f;
  }

  .st606 {
    fill: #eccba1;
  }

  .st607 {
    fill: #335d55;
  }

  .st608 {
    fill: #964448;
  }

  .st609 {
    fill: #041420;
  }

  .st610 {
    fill: #cac3bc;
  }

  .st611 {
    fill: #a34e33;
  }

  .st612 {
    fill: #ba6b67;
  }

  .st613 {
    fill: #15453b;
  }

  .st614 {
    fill: #5d1e1c;
  }

  .st615 {
    fill: #302c27;
  }

  .st616 {
    fill: #bc755d;
  }

  .st617 {
    fill: #7d2120;
  }

  .st618 {
    fill: #441d1e;
  }

  .st619 {
    fill: #6e3236;
  }

  .st620 {
    fill: #e97844;
  }

  .st621 {
    fill: #9f877c;
  }

  .st622 {
    fill: #2d0606;
  }

  .st623 {
    fill: #223f49;
  }

  .st624 {
    fill: #2c3a3a;
  }

  .st625 {
    fill: #637375;
  }

  .st626 {
    fill: #ba6b6a;
  }

  .st627 {
    fill: #0d312b;
  }

  .st628 {
    fill: #26474f;
  }

  .st629 {
    fill: #314f58;
  }

  .st630 {
    fill: #a16655;
  }

  .st631 {
    fill: #5f0c0c;
  }

  .st632 {
    fill: #936059;
  }

  .st633 {
    fill: #fad89e;
  }

  .st634 {
    fill: #fde8ba;
  }

  .st635 {
    fill: #372728;
  }

  .st636 {
    fill: #8b5043;
  }

  .st637 {
    fill: #894538;
  }

  .st638 {
    fill: #6d1311;
  }

  .st639 {
    fill: #550f10;
  }

  .st640 {
    fill: #711212;
  }

  .st641 {
    fill: #232b2d;
  }

  .st642 {
    fill: #0a231d;
  }

  .st643 {
    fill: #fdcc8c;
  }

  .st644 {
    fill: #7f5851;
  }

  .st645 {
    fill: #1b433e;
  }

  .st646 {
    fill: #0e463c;
  }

  .st647 {
    fill: #163630;
  }

  .st648 {
    fill: #805a57;
  }

  .st649 {
    fill: #111a1f;
  }

  .st650 {
    fill: #bd8c8c;
  }

  .st651 {
    fill: #727e79;
  }

  .st652 {
    fill: #33242a;
  }

  .st653 {
    fill: #0d2823;
  }

  .st654 {
    fill: #450c0c;
  }

  .st655 {
    fill: #254653;
  }

  .st656 {
    fill: #578a89;
  }

  .st657 {
    fill: #7aaba3;
  }

  .st658 {
    fill: #faca80;
  }

  .st659 {
    fill: #283e47;
  }

  .st660 {
    fill: #44473e;
  }

  .st661 {
    fill: #142c37;
  }

  .st662 {
    fill: #d77c54;
  }

  .st663 {
    fill: #657878;
  }

  .st664 {
    fill: #fbdea6;
  }

  .st665 {
    fill: #c6846a;
  }

  .st666 {
    fill: #020409;
  }

  .st667 {
    fill: #082722;
  }

  .st668 {
    fill: #a28f8f;
  }

  .st669 {
    fill: #0c2926;
  }

  .st670 {
    fill: #080506;
  }

  .st671 {
    fill: #2b3836;
  }

  .st672 {
    fill: #e77b47;
  }

  .st673 {
    fill: #1e4039;
  }

  .st674 {
    fill: #430c0c;
  }

  .st675 {
    fill: #b36563;
  }

  .st676 {
    fill: #5f1313;
  }

  .st677 {
    fill: #672b2d;
  }

  .st678 {
    fill: #344749;
  }

  .st679 {
    fill: #8a4a49;
  }

  .st680 {
    fill: #e37145;
  }

  .st681 {
    fill: #021622;
  }

  .st682 {
    fill: #dc8950;
  }

  .st683 {
    fill: #c29287;
  }

  .st684 {
    fill: #83736b;
  }

  .st685 {
    fill: #0d3831;
  }

  .st686 {
    fill: #0a2c30;
  }

  .st687 {
    fill: #e5cac6;
  }

  .st688 {
    fill: #9b7265;
  }

  .st689 {
    fill: #231716;
  }

  .st690 {
    fill: #5c6765;
  }

  .st691 {
    fill: #96494a;
  }

  .st692 {
    fill: #83847d;
  }

  .st693 {
    fill: #3e7169;
  }

  .st694 {
    fill: #5f958d;
  }

  .st695 {
    fill: #0b1b19;
  }

  .st696 {
    fill: #0c3930;
  }

  .st697 {
    fill: #283d3c;
  }

  .st698 {
    fill: #d9c6bc;
  }

  .st699 {
    fill: #164a3f;
  }

  .st700 {
    fill: #3d1114;
  }

  .st701 {
    fill: #fbcb8f;
  }

  .st702 {
    fill: #fabc76;
  }

  .st703 {
    fill: #858f89;
  }

  .st704 {
    fill: #866a5b;
  }

  .st705 {
    fill: #6a978e;
  }

  .st706 {
    fill: #debebb;
  }

  .st707 {
    fill: #470c0a;
  }

  .st708 {
    fill: #7f8881;
  }

  .st709 {
    fill: #9b5640;
  }

  .st710 {
    fill: #2e2124;
  }

  .st711 {
    fill: #0f3f36;
  }

  .st712 {
    fill: #305e58;
  }

  .st713 {
    fill: #f8c077;
  }

  .st714 {
    fill: #07141d;
  }

  .st715 {
    fill: #6c1819;
  }

  .st716 {
    fill: #dd784a;
  }

  .st717 {
    fill: #031018;
  }

  .st718 {
    fill: #651615;
  }

  .st719 {
    fill: #152d39;
  }

  .st720 {
    fill: #571819;
  }

  .st721 {
    fill: #5a686a;
  }

  .st722 {
    fill: #4b5b5b;
  }

  .st723 {
    fill: #b35955;
  }

  .st724 {
    fill: #904e3b;
  }

  .st725 {
    fill: #e3cdc8;
  }

  .st726 {
    fill: #894846;
  }

  .st727 {
    fill: #135046;
  }

  .st728 {
    fill: #98695b;
  }

  .st729 {
    fill: #193a33;
  }

  .st730 {
    fill: #21181e;
  }

  .st731 {
    fill: #1b424e;
  }

  .st732 {
    fill: #393c38;
  }

  .st733 {
    fill: #0e3c35;
  }

  .st734 {
    fill: #fabd80;
  }

  .st735 {
    fill: #020a10;
  }

  .st736 {
    fill: #172931;
  }

  .st737 {
    fill: #e88543;
  }

  .st738 {
    fill: #805253;
  }

  .st739 {
    fill: #d87349;
  }

  .st740 {
    fill: #072921;
  }

  .st741 {
    fill: #0a1f28;
  }

  .st742 {
    fill: #280808;
  }

  .st743 {
    fill: #a1b4b2;
  }

  .st744 {
    fill: #723736;
  }

  .st745 {
    fill: #0b1821;
  }

  .st746 {
    fill: #c46b68;
  }

  .st747 {
    fill: #091820;
  }

  .st748 {
    fill: #340608;
  }

  .st749 {
    fill: #25534b;
  }

  .st750 {
    fill: #0b2029;
  }

  .st751 {
    fill: #2d0607;
  }

  .st752 {
    fill: #132835;
  }

  .st753 {
    fill: #cf8a88;
  }

  .st754 {
    fill: #d2aca7;
  }

  .st755 {
    fill: #0c2925;
  }

  .st756 {
    fill: #5a1c1f;
  }

  .st757 {
    fill: #050506;
  }

  .st758 {
    fill: #605851;
  }

  .st759 {
    fill: #0c1a16;
  }

  .st760 {
    fill: #1c3239;
  }

  .st761 {
    fill: #221e20;
  }

  .st762 {
    fill: #05080c;
  }

  .st763 {
    fill: #617575;
  }

  .st764 {
    fill: #7d5f62;
  }

  .st765 {
    fill: #384647;
  }

  .st766 {
    fill: #a78a87;
  }

  .st767 {
    fill: #120507;
  }

  .st768 {
    fill: #7c8783;
  }

  .st769 {
    fill: #2c2f2a;
  }

  .st770 {
    fill: #c77357;
  }

  .st771 {
    fill: #010911;
  }

  .st772 {
    fill: #1b4c41;
  }

  .st773 {
    fill: #d1824f;
  }

  .st774 {
    fill: #bd6a69;
  }

  .st775 {
    fill: #20404b;
  }

  .st776 {
    fill: #9c6051;
  }

  .st777 {
    fill: #b06755;
  }

  .st778 {
    fill: #66564f;
  }

  .st779 {
    fill: #3f342b;
  }

  .st780 {
    fill: #a75a45;
  }

  .st781 {
    fill: #8c2320;
  }

  .st782 {
    fill: #041821;
  }

  .st783 {
    fill: #33625d;
  }

  .st784 {
    fill: #e8aa8a;
  }

  .st785 {
    fill: #5b1716;
  }

  .st786 {
    fill: #5c4d4e;
  }

  .st787 {
    fill: #865450;
  }

  .st788 {
    fill: #091f27;
  }

  .st789 {
    fill: #242b29;
  }

  .st790 {
    fill: #0a2322;
  }

  .st791 {
    fill: #fbdba5;
  }

  .st792 {
    fill: #2f0d09;
  }

  .st793 {
    fill: #d47f7d;
  }

  .st794 {
    fill: #355d58;
  }

  .st795 {
    fill: #091817;
  }

  .st796 {
    fill: #52201c;
  }

  .st797 {
    fill: #08372e;
  }

  .st798 {
    fill: #1d2b31;
  }

  .st799 {
    fill: #081e2a;
  }

  .st800 {
    fill: #b7623e;
  }

  .st801 {
    fill: #8b584b;
  }

  .st802 {
    fill: #313534;
  }

  .st803 {
    fill: #180507;
  }

  .st804 {
    fill: #661518;
  }

  .st805 {
    fill: #eb7c30;
  }

  .st806 {
    fill: #0c1014;
  }

  .st807 {
    fill: #2d5a5b;
  }

  .st808 {
    fill: #163f35;
  }

  .st809 {
    fill: #7a3533;
  }

  .st810 {
    fill: #377269;
  }

  .st811 {
    fill: #4c2125;
  }

  .st812 {
    fill: #082923;
  }

  .st813 {
    fill: #c36a51;
  }

  .st814 {
    fill: #072520;
  }

  .st815 {
    fill: #07090a;
  }

  .st816 {
    fill: #2d645c;
  }

  .st817 {
    fill: #1e1113;
  }

  .st818 {
    fill: #4f5850;
  }

  .st819 {
    fill: #a8736c;
  }

  .st820 {
    fill: #481310;
  }

  .st821 {
    fill: #fce0ab;
  }

  .st822 {
    fill: #9c5a46;
  }

  .st823 {
    fill: #d88d6e;
  }

  .st824 {
    fill: #27635d;
  }

  .st825 {
    fill: #78201f;
  }

  .st826 {
    fill: #541f1c;
  }

  .st827 {
    fill: #fbdba3;
  }

  .st828 {
    fill: #af5e3b;
  }

  .st829 {
    fill: #12282f;
  }

  .st830 {
    fill: #0c2833;
  }

  .st831 {
    fill: #0b151c;
  }

  .st832 {
    fill: #eea162;
  }

  .st833 {
    fill: #1e191e;
  }

  .st834 {
    fill: #6a1f1e;
  }

  .st835 {
    fill: #283d46;
  }

  .st836 {
    fill: #172f39;
  }

  .st837 {
    fill: #451619;
  }

  .st838 {
    fill: #5c5962;
  }

  .st839 {
    fill: #da8151;
  }

  .st840 {
    fill: #efb385;
  }

  .st841 {
    fill: #0c1114;
  }

  .st842 {
    fill: #184c43;
  }

  .st843 {
    fill: #470d0d;
  }

  .st844 {
    fill: #0a272e;
  }

  .st845 {
    fill: #be7173;
  }

  .st846 {
    fill: #081920;
  }

  .st847 {
    fill: #efab87;
  }

  .st848 {
    fill: #bb7677;
  }

  .st849 {
    fill: #223a43;
  }

  .st850 {
    fill: #0f191a;
  }

  .st851 {
    fill: #f49050;
  }

  .st852 {
    fill: #b38881;
  }

  .st853 {
    fill: #565b57;
  }

  .st854 {
    fill: #551d1a;
  }

  .st855 {
    fill: #303e42;
  }

  .st856 {
    fill: #efcba1;
  }

  .st857 {
    fill: #fcdaa0;
  }

  .st858 {
    fill: #ee9248;
  }

  .st859 {
    fill: #0a1b18;
  }

  .st860 {
    fill: #858185;
  }

  .st861 {
    fill: #0a171f;
  }

  .st862 {
    fill: #fce6b1;
  }

  .st863 {
    fill: #437b75;
  }

  .st864 {
    fill: #561916;
  }

  .st865 {
    fill: #0e2b26;
  }

  .st866 {
    fill: #943733;
  }

  .st867 {
    fill: #213f4a;
  }

  .st868 {
    fill: #1b333e;
  }

  .st869 {
    fill: #e0d8cf;
  }

  .st870 {
    fill: #8a2728;
  }

  .st871 {
    fill: #250707;
  }

  .st872 {
    fill: #e9cfca;
  }

  .st873 {
    fill: #5a403d;
  }

  .st874 {
    fill: #6f706a;
  }

  .st875 {
    fill: #ab5f41;
  }

  .st876 {
    fill: #0e2d30;
  }

  .st877 {
    fill: #e5c4b3;
  }

  .st878 {
    fill: #0a2c26;
  }

  .st879 {
    fill: #5e403c;
  }

  .st880 {
    fill: #f1a663;
  }

  .st881 {
    fill: #72413e;
  }

  .st882 {
    fill: #30383a;
  }

  .st883 {
    fill: #10252e;
  }

  .st884 {
    fill: #d97338;
  }

  .st885 {
    fill: #441010;
  }

  .st886 {
    fill: #846f6d;
  }

  .st887 {
    fill: #211d1e;
  }

  .st888 {
    fill: #d9aca9;
  }

  .st889 {
    fill: #d3ada8;
  }

  .st890 {
    fill: #fbd295;
  }

  .st891 {
    fill: #122d27;
  }

  .st892 {
    fill: #5b6c6d;
  }

  .st893 {
    fill: #65272a;
  }

  .st894 {
    fill: #fcddad;
  }

  .st895 {
    fill: #cd6946;
  }

  .st896 {
    fill: #f5995d;
  }

  .st897 {
    fill: #214642;
  }

  .st898 {
    fill: #f7c087;
  }

  .st899 {
    fill: #400806;
  }

  .st900 {
    fill: #385863;
  }

  .st901 {
    fill: #0b242d;
  }

  .st902 {
    fill: #0e332c;
  }

  .st903 {
    fill: #a66569;
  }

  .st904 {
    fill: #865a4e;
  }

  .st905 {
    fill: #d86e3c;
  }

  .st906 {
    fill: #0f2a36;
  }

  .st907 {
    fill: #732220;
  }

  .st908 {
    fill: #721f1e;
  }

  .st909 {
    fill: #fdbe6e;
  }

  .st910 {
    fill: #1b2f2b;
  }

  .st911 {
    fill: #862828;
  }

  .st912 {
    fill: #642521;
  }

  .st913 {
    fill: #565d5f;
  }

  .st914 {
    fill: #9a9186;
  }

  .st915 {
    fill: #154d44;
  }

  .st916 {
    fill: #14312b;
  }

  .st917 {
    fill: #741615;
  }

  .st918 {
    fill: #4c7e76;
  }

  .st919 {
    fill: #0a262b;
  }

  .st920 {
    fill: #cfbeb4;
  }

  .st921 {
    fill: #e3864d;
  }

  .st922 {
    fill: #18313c;
  }

  .st923 {
    fill: #e2cbbd;
  }

  .st924 {
    fill: #781d19;
  }

  .st925 {
    fill: #dfccbe;
  }

  .st926 {
    fill: #22090a;
  }

  .st927 {
    fill: #260b0c;
  }

  .st928 {
    fill: #0f2d30;
  }

  .st929 {
    fill: #fcd395;
  }

  .st930 {
    fill: #e7afaf;
  }

  .st931 {
    fill: #831f1b;
  }

  .st932 {
    fill: #1d3a45;
  }

  .st933 {
    fill: #4e1715;
  }

  .st934 {
    fill: #415761;
  }

  .st935 {
    fill: #531715;
  }

  .st936 {
    fill: #4e0b0c;
  }

  .st937 {
    fill: #293032;
  }

  .st938 {
    fill: #02070a;
  }

  .st939 {
    fill: #464d4b;
  }

  .st940 {
    fill: #030b12;
  }

  .st941 {
    fill: #0a1318;
  }

  .st942 {
    fill: #be6f51;
  }

  .st943 {
    fill: #cbbeb5;
  }

  .st944 {
    fill: #71443a;
  }

  .st945 {
    fill: #4c0d0b;
  }

  .st946 {
    fill: #350e10;
  }

  .st947 {
    fill: #f4a45a;
  }

  .st948 {
    fill: #344f5b;
  }

  .st949 {
    fill: #7a3333;
  }

  .st950 {
    fill: #0a2c2d;
  }

  .st951 {
    fill: #b79b8c;
  }

  .st952 {
    fill: #0c0c82;
  }

  .st953 {
    fill: #762422;
  }

  .st954 {
    fill: #16252d;
  }

  .st955 {
    fill: #b06e55;
  }

  .st956 {
    fill: #da8660;
  }

  .st957 {
    fill: #792e2f;
  }

  .st958 {
    fill: #4a5758;
  }

  .st959,
  .st960,
  .st961,
  .st962 {
    isolation: isolate;
  }

  .st963 {
    fill: #657074;
  }

  .st964 {
    fill: #c99b88;
  }

  .st965 {
    fill: #d5c9c0;
  }

  .st966 {
    fill: #dcc2bd;
  }

  .st967 {
    fill: #030609;
  }

  .st968 {
    fill: #0c1720;
  }

  .st969 {
    fill: #657370;
  }

  .st970 {
    fill: #071c24;
  }

  .st971 {
    fill: #7b2727;
  }

  .st972 {
    fill: #140908;
  }

  .st973 {
    fill: #314e5a;
  }

  .st974 {
    fill: #75534c;
  }

  .st975 {
    fill: #846259;
  }

  .st976 {
    fill: #19353f;
  }

  .st977 {
    fill: #a25136;
  }

  .st978 {
    fill: #0b202a;
  }

  .st979 {
    fill: #112c27;
  }

  .st980 {
    fill: #0f3f37;
  }

  .st981 {
    fill: #092f29;
  }

  .st982 {
    fill: #061f26;
  }

  .st983 {
    fill: #fac584;
  }

  .st984 {
    fill: #7f8a83;
  }

  .st985 {
    fill: #87b2a8;
  }

  .st986 {
    fill: #45504e;
  }

  .st987 {
    fill: #01121b;
  }

  .st988 {
    fill: #32504d;
  }

  .st989 {
    fill: #954f38;
  }

  .st990 {
    fill: #d18681;
  }

  .st991 {
    fill: #cb8e8c;
  }

  .st992 {
    fill: #10272f;
  }

  .st993 {
    fill: #f28d4c;
  }

  .st994 {
    fill: #f8cc99;
  }

  .st995 {
    fill: #9a4e49;
  }

  .st996 {
    fill: #6b1c1a;
  }

  .st997 {
    fill: #f19d5d;
  }

  .st998 {
    fill: #8b6564;
  }

  .st999 {
    fill: #0d1a22;
  }

  .st1000 {
    fill: #82322e;
  }

  .st1001 {
    fill: #0c1f27;
  }

  .st1002 {
    fill: #cca5a1;
  }

  .st1003 {
    fill: #768b8b;
  }

  .st1004 {
    fill: #1b070a;
  }

  .st1005 {
    fill: #6c3435;
  }

  .st1006 {
    fill: #711311;
  }

  .st1007 {
    fill: #511b14;
  }

  .st1008 {
    fill: #7e4a3b;
  }

  .st1009 {
    fill: #fbdda9;
  }

  .st1010 {
    fill: #bb7372;
  }

  .st1011 {
    fill: #250303;
  }

  .st1012 {
    fill: #e8b586;
  }

  .st1013 {
    fill: #e3c7a6;
  }

  .st1014 {
    fill: #2c6158;
  }

  .st1015 {
    fill: #d7bfba;
  }

  .st1016 {
    fill: #5d2f2d;
  }

  .st1017 {
    fill: #296058;
  }

  .st1018 {
    fill: #691e20;
  }

  .st1019 {
    fill: #fca057;
  }

  .st1020 {
    fill: #dfcec2;
  }

  .st1021 {
    fill: #ad8170;
  }

  .st1022 {
    fill: #4d2120;
  }

  .st1023 {
    fill: #000307;
  }

  .st1024 {
    fill: #a25f5a;
  }

  .st1025 {
    fill: #875247;
  }

  .st1026 {
    fill: #fce3bc;
  }

  .st1027 {
    fill: #db7d4f;
  }

  .st1028 {
    fill: #681819;
  }

  .st1029 {
    fill: #923e3d;
  }

  .st1030 {
    fill: #2d505d;
  }

  .st1031 {
    fill: #15252b;
  }

  .st1032 {
    fill: #5c3b37;
  }

  .st1033 {
    fill: #556262;
  }

  .st1034 {
    fill: #fce9bc;
  }

  .st1035 {
    fill: #ecd4cf;
  }

  .st1036 {
    fill: #1c4a43;
  }

  .st1037 {
    fill: #301918;
  }

  .st1038 {
    fill: #8e5a4f;
  }

  .st1039 {
    fill: #fac08d;
  }

  .st1040 {
    fill: #556361;
  }

  .st1041 {
    fill: #1a211f;
  }

  .st1042 {
    fill: #b16662;
  }

  .st1043 {
    fill: #07181f;
  }

  .st1044 {
    fill: #0d0d12;
  }

  .st1045 {
    fill: #35383c;
  }

  .st1046 {
    fill: #4d8078;
  }

  .st1047 {
    fill: #af5651;
  }

  .st1048 {
    fill: #f5a960;
  }

  .st1049 {
    fill: #325e59;
  }

  .st1050 {
    fill: #9b3d38;
  }

  .st1051 {
    fill: #020a13;
  }

  .st1052 {
    fill: #0e423a;
  }

  .st1053 {
    fill: #0c3a34;
  }

  .st1054 {
    fill: #100a0a;
  }

  .st1055 {
    fill: #091b26;
  }

  .st1056 {
    fill: #91675f;
  }

  .st1057 {
    fill: #bb664b;
  }

  .st1058 {
    fill: #160b0e;
  }

  .st1059 {
    fill: #a1827f;
  }

  .st1060 {
    fill: #1a0102;
  }

  .st1061 {
    fill: #516263;
  }

  .st1062 {
    fill: #091c23;
  }

  .st1063 {
    fill: #2b3f49;
  }

  .st1064 {
    fill: #6a110e;
  }

  .st1065 {
    fill: #4f302a;
  }

  .st1066 {
    fill: #38090b;
  }

  .st1067 {
    fill: #da9a83;
  }

  .st1068 {
    fill: #0d252d;
  }

  .st1069 {
    fill: #435152;
  }

  .st1070 {
    fill: #832a29;
  }

  .st1071 {
    fill: #9b3d39;
  }

  .st1072 {
    fill: #667270;
  }

  .st1073 {
    fill: #c0686b;
  }

  .st1074 {
    fill: #5c4320;
  }

  .st1075 {
    fill: #54151c;
  }

  .st1076 {
    fill: #631813;
  }

  .st1077 {
    fill: #aa6061;
  }

  .st1078 {
    fill: #a65755;
  }

  .st1079 {
    fill: #5f0e0e;
  }

  .st1080 {
    fill: #6f9096;
  }

  .st1081 {
    fill: #3f5b67;
  }

  .st1082 {
    fill: #330808;
  }

  .st1083 {
    fill: #3a5d69;
  }

  .st1084 {
    fill: #744040;
  }

  .st1085 {
    fill: #faaa5a;
  }

  .st1086 {
    fill: #fbcf90;
  }

  .st1087 {
    fill: #ddc2be;
  }

  .st1088 {
    fill: #0b2f3c;
  }

  .st1089 {
    fill: #091d24;
  }

  .st1090 {
    fill: #b96b50;
  }

  .st1091 {
    fill: #2e4753;
  }

  .st1092 {
    fill: #174740;
  }

  .st1093 {
    fill: #b06c68;
  }

  .st1094 {
    fill: #3d726a;
  }

  .st1095 {
    fill: #1c0607;
  }

  .st1096 {
    fill: #01121d;
  }

  .st1097 {
    fill: #0a3d35;
  }

  .st1098 {
    fill: #243e4a;
  }

  .st1099 {
    fill: #eda384;
  }

  .st1100 {
    fill: #875a4f;
  }

  .st1101 {
    fill: #001310;
  }

  .st1102 {
    fill: #1a2d34;
  }

  .st1103 {
    fill: #fabe71;
  }

  .st1104 {
    fill: #0d1f22;
  }

  .st1105 {
    fill: #883430;
  }

  .st1106 {
    fill: #722e2e;
  }

  .st1107 {
    fill: #041c1e;
  }

  .st1108 {
    fill: #0d252c;
  }

  .st1109 {
    fill: #497171;
  }

  .st1110 {
    fill: #3e6b61;
  }

  .st1111 {
    fill: #4f5d61;
  }

  .st1112 {
    fill: #45302e;
  }

  .st1113 {
    fill: #bd6d52;
  }

  .st1114 {
    fill: #9c4e3a;
  }

  .st1115 {
    fill: #f98f3e;
  }

  .st1116 {
    fill: #fadda7;
  }

  .st1117 {
    fill: #0e1e1c;
  }

  .st1118 {
    fill: #184f47;
  }

  .st1119 {
    fill: #4a6c76;
  }

  .st1120 {
    fill: #333930;
  }

  .st1121 {
    fill: #78221c;
  }

  .st1122 {
    fill: #819da0;
  }

  .st1123 {
    fill: #2a0707;
  }

  .st1124 {
    fill: #07161d;
  }

  .st1125 {
    fill: #d0764b;
  }

  .st1126 {
    fill: #6b6e64;
  }

  .st1127 {
    fill: #030d15;
  }

  .st1128 {
    fill: #cb8c6d;
  }

  .st1129 {
    fill: #d37047;
  }

  .st1130 {
    fill: #193842;
  }

  .st1131 {
    fill: #765a51;
  }

  .st1132 {
    fill: #0a1819;
  }

  .st1133 {
    fill: #cb7977;
  }

  .st1134 {
    fill: #1c5147;
  }

  .st1135 {
    fill: #1f3d49;
  }

  .st1136 {
    fill: #934948;
  }

  .st1137 {
    fill: #f3b787;
  }

  .st1138 {
    fill: #8c2c2c;
  }

  .st1139 {
    fill: #1a313c;
  }

  .st1140 {
    fill: #09171d;
  }

  .st1141 {
    fill: #071a15;
  }

  .st1142 {
    fill: #13252b;
  }

  .st1143 {
    fill: #8e726e;
  }

  .st1144 {
    fill: #543433;
  }

  .st1145 {
    fill: #031819;
  }

  .st1146 {
    fill: #ae6c6a;
  }

  .st1147 {
    fill: #2b4550;
  }

  .st1148 {
    fill: #142d34;
  }

  .st1149 {
    fill: #7c2323;
  }

  .st1150 {
    fill: #0f222d;
  }

  .st1151 {
    fill: #4a0706;
  }

  .st1152 {
    fill: #273130;
  }

  .st1153 {
    fill: #da9771;
  }

  .st1154 {
    fill: #124a3f;
  }

  .st1155 {
    fill: #8d9e9f;
  }

  .st1156 {
    fill: #929b9b;
  }

  .st1157 {
    fill: #0d3f36;
  }

  .st1158 {
    fill: #0b222d;
  }

  .st1159 {
    fill: #ddc9bc;
  }

  .st1160 {
    fill: #fbe0ad;
  }

  .st1161 {
    fill: #fddca1;
  }

  .st1162 {
    fill: #56807a;
  }

  .st1163 {
    fill: #08161f;
  }

  .st1164 {
    fill: #a2796e;
  }

  .st1165 {
    fill: #833232;
  }

  .st1166 {
    fill: #da7c54;
  }

  .st1167 {
    fill: #9a8e81;
  }

  .st1168 {
    fill: #8fa5a4;
  }

  .st1169 {
    fill: #12191d;
  }

  .st1170 {
    fill: #f9b470;
  }

  .st1171 {
    fill: #93857f;
  }

  .st1172 {
    fill: #0f2d2f;
  }

  .st1173 {
    fill: #566;
  }

  .st1174 {
    fill: #3d5e68;
  }

  .st1175 {
    fill: #feae66;
  }

  .st1176 {
    fill: #67614e;
  }

  .st1177 {
    fill: #6d534e;
  }

  .st1178 {
    fill: #372426;
  }

  .st1179 {
    fill: #1c3039;
  }

  .st1180 {
    fill: #420e11;
  }

  .st1181 {
    fill: #0f161c;
  }

  .st1182 {
    fill: #1e2523;
  }

  .st1183 {
    fill: #271618;
  }

  .st1184 {
    fill: #fccb83;
  }

  .st1185 {
    fill: #141f23;
  }

  .st1186 {
    fill: #4b8177;
  }

  .st1187 {
    fill: #f28a51;
  }

  .st1188 {
    fill: #738c8c;
  }

  .st1189 {
    fill: #725f5b;
  }

  .st1190 {
    fill: #fcd391;
  }

  .st1191 {
    fill: #4d6c77;
  }

  .st1192 {
    fill: #212427;
  }

  .st1193 {
    fill: #dabcb6;
  }

  .st1194 {
    fill: #f5894b;
  }

  .st1195 {
    fill: #452e2b;
  }

  .st1196 {
    fill: #be6d50;
  }

  .st1197 {
    fill: #400908;
  }

  .st1198 {
    fill: #460b0a;
  }

  .st1199 {
    fill: #081821;
  }

  .st1200 {
    fill: #1a0506;
  }

  .st1201 {
    fill: #6a1110;
  }

  .st1202 {
    fill: #fad6a4;
  }

  .st1203 {
    fill: #f6894a;
  }

  .st1204 {
    fill: #919895;
  }

  .st1205 {
    fill: #cdc5bd;
  }

  .st1206 {
    fill: #c77472;
  }

  .st1207 {
    fill: #fae8b6;
  }

  .st1208 {
    fill: #81221e;
  }

  .st1209 {
    fill: #04261f;
  }

  .st1210 {
    fill: #0a2821;
  }

  .st1211 {
    fill: #240c0d;
  }

  .st1212 {
    fill: #4d555c;
  }

  .st1213 {
    fill: #7b1e1c;
  }

  .st1214 {
    fill: #1e4150;
  }

  .st1215 {
    fill: #e3d4cb;
  }

  .st1216 {
    fill: #b37776;
  }

  .st1217 {
    fill: #7f2322;
  }

  .st1218 {
    fill: #6d5553;
  }

  .st1219 {
    fill: #101518;
  }

  .st1220 {
    fill: #dccbc1;
  }

  .st1221 {
    fill: #091715;
  }

  .st1222 {
    fill: #fae1b9;
  }

  .st1223 {
    fill: #904140;
  }

  .st1224 {
    fill: #5b1d1e;
  }

  .st1225 {
    fill: #540d0f;
  }

  .st1226 {
    fill: #16070a;
  }

  .st1227 {
    fill: #8e2c2b;
  }

  .st1228 {
    fill: #df8155;
  }

  .st1229 {
    fill: #010e0b;
  }

  .st1230 {
    fill: #9d6c60;
  }

  .st1231 {
    fill: #707c7d;
  }

  .st1232 {
    fill: #6a2421;
  }

  .st1233 {
    fill: #6b8180;
  }

  .st1234 {
    fill: #e1d1c5;
  }

  .st1235 {
    fill: #f9a761;
  }

  .st1236 {
    fill: #fddda4;
  }

  .st1237 {
    fill: #0e2c37;
  }

  .st1238 {
    fill: #a75f4a;
  }

  .st1239 {
    fill: #485858;
  }

  .st1240 {
    fill: #0c1b21;
  }

  .st1241 {
    fill: #03131d;
  }

  .st1242 {
    fill: #fde6b8;
  }

  .st1243 {
    fill: #8c2826;
  }

  .st1244 {
    fill: #456a78;
  }

  .st1245 {
    fill: #aa6e66;
  }

  .st1246 {
    fill: #3e0907;
  }

  .st1247 {
    fill: #d5cdc3;
  }

  .st1248 {
    fill: #0e3c36;
  }

  .st1249 {
    fill: #645c5a;
  }

  .st1250 {
    fill: #8b3c3b;
  }

  .st1251 {
    fill: #52615e;
  }

  .st1252 {
    fill: #0e1e24;
  }

  .st1253 {
    fill: #8d7573;
  }

  .st1254 {
    fill: #fbca88;
  }

  .st1255 {
    fill: #f3a85e;
  }

  .st1256 {
    fill: #0e0506;
  }

  .st1257 {
    fill: #1f2626;
  }

  .st1258 {
    fill: #841c1a;
  }

  .st1259 {
    fill: #341415;
  }

  .st1260 {
    fill: #c4613e;
  }

  .st1261 {
    fill: #182124;
  }

  .st1262 {
    fill: #f2c49e;
  }

  .st1263 {
    fill: #b5605d;
  }

  .st1264 {
    fill: #2c181a;
  }

  .st1265 {
    fill: #124b3f;
  }

  .st1266 {
    fill: #744239;
  }

  .st1267 {
    fill: #1c2e37;
  }

  .st1268 {
    fill: #702829;
  }

  .st1269 {
    fill: #210709;
  }

  .st1270 {
    fill: #801818;
  }

  .st1271 {
    fill: #346761;
  }

  .st1272 {
    fill: #772a2a;
  }

  .st1273 {
    fill: #2b534e;
  }

  .st1274 {
    fill: #9b887b;
  }

  .st1275 {
    fill: #bc9081;
  }

  .st1276 {
    fill: #ddc8ab;
  }

  .st1277 {
    fill: #e58355;
  }

  .st1278 {
    fill: #07362e;
  }

  .st1279 {
    fill: #3b4542;
  }

  .st1280 {
    fill: #d4b1af;
  }

  .st1281 {
    fill: #811c1a;
  }

  .st1282 {
    fill: #d26740;
  }

  .st1283 {
    fill: #facf95;
  }

  .st1284 {
    fill: #7b2827;
  }

  .st1285 {
    fill: #9b7162;
  }

  .st1286 {
    fill: #ca603d;
  }

  .st1287 {
    fill: #447c73;
  }

  .st1288 {
    fill: #ca653b;
  }

  .st1289 {
    fill: #8e7e7a;
  }

  .st1290 {
    fill: #684e4e;
  }

  .st1291 {
    fill: #0a1d1c;
  }

  .st1292 {
    fill: #0a372e;
  }

  .st1293 {
    fill: #ba654b;
  }

  .st1294 {
    fill: #92bab4;
  }

  .st1295 {
    fill: #903e3d;
  }

  .st1296 {
    fill: #09251e;
  }

  .st1297 {
    fill: #370e0c;
  }

  .st1298 {
    fill: #6e7475;
  }

  .st1299 {
    fill: #19373d;
  }

  .st1300 {
    fill: #642c2b;
  }

  .st1301 {
    fill: #1f554d;
  }

  .st1302 {
    fill: #651211;
  }

  .st1303 {
    fill: #020c0a;
  }

  .st1304 {
    fill: #775c55;
  }

  .st1305 {
    fill: #63646b;
  }

  .st1306 {
    fill: #17403a;
  }

  .st1307 {
    fill: #420e12;
  }

  .st1308 {
    fill: #d8c4b9;
  }

  .st1309 {
    fill: #11312d;
  }

  .st1310 {
    fill: #0a2420;
  }

  .st1311 {
    fill: #24544d;
  }

  .st1312 {
    fill: #7c211d;
  }

  .st1313 {
    fill: #cb6c39;
  }

  .st1314 {
    fill: #7b2523;
  }

  .st1315 {
    fill: #f0dad7;
  }

  .st1316 {
    fill: #f9ac6e;
  }

  .st1317 {
    fill: #fcd593;
  }

  .st1318 {
    fill: #01100c;
  }

  .st1319 {
    fill: #5c0d0b;
  }

  .st1320 {
    fill: #c8bcb4;
  }

  .st1321 {
    fill: #102832;
  }

  .st1322 {
    fill: #40282b;
  }

  .st1323 {
    fill: #020b0a;
  }

  .st1324 {
    fill: #06202c;
  }

  .st1325 {
    fill: #b85e33;
  }

  .st1326 {
    fill: #fbd18e;
  }

  .st1327 {
    fill: #f5894e;
  }

  .st1328 {
    fill: #020b13;
  }

  .st1329 {
    fill: #c17459;
  }

  .st1330 {
    fill: #152f3a;
  }

  .st1331 {
    fill: #09352d;
  }

  .st1332 {
    fill: #2b424a;
  }

  .st1333 {
    fill: #0e333f;
  }

  .st1334 {
    fill: #062520;
  }

  .st1335 {
    fill: #1a0202;
  }

  .st1336 {
    fill: #10090a;
  }

  .st1337 {
    fill: #4e737f;
  }

  .st1338 {
    fill: #21534e;
  }

  .st1339 {
    fill: #6c3e36;
  }

  .st1340 {
    fill: #213e4a;
  }

  .st1341 {
    fill: #996153;
  }

  .st1342 {
    fill: #ae6260;
  }

  .st1343 {
    fill: #58211e;
  }

  .st1344 {
    fill: #f4ac79;
  }

  .st1345 {
    fill: #202a26;
  }

  .st1346 {
    fill: #f3863e;
  }

  .st1347 {
    fill: #326259;
  }

  .st1348 {
    fill: #ba7c68;
  }

  .st1349 {
    fill: #3c0505;
  }

  .st1350 {
    fill: #dabfb8;
  }

  .st1351 {
    fill: #d1cac1;
  }

  .st1352 {
    fill: #a84d49;
  }

  .st1353 {
    fill: #1e404a;
  }

  .st1354 {
    fill: #f6b483;
  }

  .st1355 {
    fill: #154139;
  }

  .st1356 {
    fill: #182c37;
  }

  .st1357 {
    fill: #6b8c93;
  }

  .st1358 {
    fill: #823b38;
  }

  .st1359 {
    fill: #0b151d;
  }

  .st1360 {
    fill: #24463b;
  }

  .st1361 {
    fill: #724f52;
  }

  .st1362 {
    fill: #2a0a0c;
  }

  .st1363 {
    fill: #c69283;
  }

  .st1364 {
    fill: #223335;
  }

  .st1365 {
    fill: #345d5e;
  }

  .st1366 {
    fill: #5f2c25;
  }

  .st1367 {
    fill: #102026;
  }

  .st1368 {
    fill: #621210;
  }

  .st1369 {
    fill: #ca6138;
  }

  .st1370 {
    fill: #2f6862;
  }

  .st1371 {
    fill: #1a3741;
  }

  .st1372 {
    fill: #04111a;
  }

  .st1373 {
    fill: #142730;
  }

  .st1374 {
    fill: #124038;
  }

  .st1375 {
    fill: #bd6a56;
  }

  .st1376 {
    fill: #a66c58;
  }

  .st1377 {
    fill: #511518;
  }

  .st1378 {
    fill: #c97374;
  }

  .st1379 {
    fill: #031823;
  }

  .st1380 {
    fill: #958984;
  }

  .st1381 {
    fill: #7d4441;
  }

  .st1382 {
    fill: #11252d;
  }

  .st1383 {
    fill: #160b0a;
  }

  .st1384 {
    fill: #b87257;
  }

  .st1385 {
    fill: #8c1f20;
  }

  .st1386 {
    fill: #082e28;
  }

  .st1387 {
    fill: #67928b;
  }

  .st1388 {
    fill: #d9784f;
  }

  .st1389 {
    fill: #694433;
  }

  .st1390 {
    fill: #143933;
  }

  .st1391 {
    fill: #5f3c3c;
  }

  .st1392 {
    fill: #081217;
  }

  .st1393 {
    fill: #ca7270;
  }

  .st1394 {
    fill: #8cb7b1;
  }

  .st1395 {
    fill: #350a0a;
  }

  .st1396 {
    fill: #0d1c23;
  }

  .st1397 {
    fill: #4b0c09;
  }

  .st1398 {
    fill: #4b6972;
  }

  .st1399 {
    fill: #551719;
  }

  .st1400 {
    fill: #9e413c;
  }

  .st1401 {
    fill: #f6b28a;
  }

  .st1402 {
    fill: #753b3d;
  }

  .st1403 {
    fill: #8c4a4a;
  }

  .st1404 {
    fill: #bb603e;
  }

  .st1405 {
    fill: #d4a7a3;
  }

  .st1406 {
    fill: #1d4c42;
  }

  .st1407 {
    fill: #d57c5a;
  }

  .st1408 {
    fill: #541211;
  }

  .st1409 {
    fill: #946056;
  }

  .st1410 {
    fill: #c87372;
  }

  .st1411 {
    fill: #dc784c;
  }

  .st1412 {
    fill: #f6c690;
  }

  .st1413 {
    fill: #1b313c;
  }

  .st1414 {
    fill: #741d1d;
  }

  .st1415 {
    fill: #22601e;
  }

  .st1416 {
    fill: #262f30;
  }

  .st1417 {
    fill: #213a46;
  }

  .st1418 {
    fill: #8d7368;
  }

  .st1419 {
    fill: #180100;
  }

  .st1420 {
    fill: #0c0f10;
  }

  .st1421 {
    fill: #0c2933;
  }

  .st1422 {
    fill: #831f1f;
  }

  .st1423 {
    fill: #fce7b7;
  }

  .st1424 {
    fill: #b86461;
  }

  .st1425 {
    fill: #c07357;
  }

  .st1426 {
    fill: #ba7d64;
  }

  .st1427 {
    fill: #3d606e;
  }

  .st1428 {
    fill: #40494d;
  }

  .st1429 {
    fill: #fbc787;
  }

  .st1430 {
    fill: #e1997f;
  }

  .st1431 {
    fill: #82646d;
  }

  .st1432 {
    fill: #e58d4f;
  }

  .st1433 {
    fill: #313236;
  }

  .st1434 {
    fill: #1b313b;
  }

  .st1435 {
    fill: #d4683b;
  }

  .st1436 {
    fill: #2f120f;
  }

  .st1437 {
    fill: #944d4c;
  }

  .st1438 {
    fill: #020b12;
  }

  .st1439 {
    fill: #621919;
  }

  .st1440 {
    fill: #9a5d4c;
  }

  .st1441 {
    fill: #862927;
  }

  .st1442 {
    fill: #d1817d;
  }

  .st1443 {
    fill: #270806;
  }

  .st1444 {
    fill: #dbcec2;
  }

  .st1445 {
    fill: #924f4c;
  }

  .st1446 {
    fill: #162125;
  }

  .st1447 {
    fill: #33525c;
  }

  .st1448 {
    fill: #562b2e;
  }

  .st1449 {
    fill: #071d1b;
  }

  .st1450 {
    fill: #2c3736;
  }

  .st1451 {
    fill: #a98984;
  }

  .st1452 {
    fill: #28464c;
  }

  .st1453 {
    fill: #6c5754;
  }

  .st1454 {
    fill: #fbd89e;
  }

  .st1455 {
    fill: #180101;
  }

  .st1456 {
    fill: #685752;
  }

  .st1457 {
    fill: #434e4d;
  }

  .st1458 {
    fill: #130403;
  }

  .st1459 {
    fill: #fca964;
  }

  .st1460 {
    fill: #b3aca5;
  }

  .st1461 {
    fill: #1f0d0a;
  }

  .st1462 {
    fill: #0f2630;
  }

  .st1463 {
    fill: #bd7879;
  }

  .st1464 {
    fill: #e79d83;
  }

  .st1465 {
    fill: #b86567;
  }

  .st1466 {
    fill: #072621;
  }

  .st1467 {
    fill: #956155;
  }

  .st1468 {
    fill: #e98856;
  }

  .st1469 {
    fill: #6d1a1b;
  }

  .st1470 {
    fill: #463f38;
  }

  .st1471 {
    fill: #73585b;
  }

  .st1472 {
    fill: #05221b;
  }

  .st1473 {
    fill: #335b6a;
  }

  .st1474 {
    fill: #f57d3c;
  }

  .st1475 {
    fill: #e7cec9;
  }

  .st1476 {
    fill: #e99c5a;
  }

  .st1477 {
    fill: #2f6058;
  }

  .st1478 {
    fill: #395753;
  }

  .st1479 {
    fill: #133b32;
  }

  .st1480 {
    fill: #dbc9bd;
  }

  .st1481 {
    fill: #062823;
  }

  .st1482 {
    fill: #5b403b;
  }

  .st1483 {
    fill: #ee974f;
  }

  .st1484 {
    fill: #09171f;
  }

  .st1485 {
    fill: #631313;
  }

  .st1486 {
    fill: #273f47;
  }

  .st1487 {
    fill: #10433c;
  }

  .st1488 {
    fill: #33525f;
  }

  .st1489 {
    fill: #1f3f49;
  }

  .st1490 {
    fill: #d2c9bf;
  }

  .st1491 {
    fill: #6d1e1c;
  }

  .st1492 {
    fill: #a16a6a;
  }

  .st1493 {
    fill: #fac080;
  }

  .st1494 {
    fill: #2a4a54;
  }

  .st1495 {
    fill: #835044;
  }

  .st1496 {
    fill: #09251f;
  }

  .st1497 {
    fill: #152a32;
  }

  .st1498 {
    fill: #57100e;
  }

  .st1499 {
    fill: #525e60;
  }

  .st1500 {
    fill: #2f1715;
  }

  .st1501 {
    fill: #cabdb7;
  }

  .st1502 {
    fill: #476972;
  }

  .st1503 {
    fill: #0f0f0b;
  }

  .st1504 {
    fill: #5e6869;
  }

  .st1505 {
    fill: #719097;
  }

  .st1506 {
    fill: #05251f;
  }

  .st1507 {
    fill: #697978;
  }

  .st1508 {
    fill: #fce3b8;
  }

  .st1509 {
    fill: #8f2522;
  }

  .st960 {
    fill: #b7c7ce;
    font-size: 111.6px;
  }

  .st960,
  .st962 {
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
  }

  .st1510 {
    fill: #170405;
  }

  .st1511 {
    fill: #072029;
  }

  .st1512 {
    fill: #0d232a;
  }

  .st1513 {
    fill: #0c0203;
  }

  .st1514 {
    fill: #0f3c35;
  }

  .st1515 {
    fill: #885446;
  }

  .st1516 {
    fill: #0b2733;
  }

  .st1517 {
    fill: #cb7674;
  }

  .st1518 {
    fill: #270908;
  }

  .st1519 {
    fill: #e18559;
  }

  .st1520 {
    fill: #1a5048;
  }

  .st1521 {
    fill: #3b3333;
  }

  .st1522 {
    fill: #6d4943;
  }

  .st1523 {
    fill: #fac684;
  }

  .st1524 {
    fill: #b56951;
  }

  .st1525 {
    fill: #dac4b8;
  }

  .st1526 {
    fill: #09080a;
  }

  .st1527 {
    fill: #661313;
  }

  .st1528 {
    fill: #2c0304;
  }

  .st1529 {
    fill: #969997;
  }

  .st1530 {
    fill: #110405;
  }

  .st1531 {
    fill: #151e21;
  }

  .st1532 {
    fill: #485657;
  }

  .st1533 {
    fill: #671717;
  }

  .st1534 {
    fill: #17231f;
  }

  .st1535 {
    fill: #721716;
  }

  .st1536 {
    fill: #ddc4b7;
  }

  .st1537 {
    fill: #fac880;
  }

  .st1538 {
    fill: #b36460;
  }

  .st1539 {
    fill: #6f1614;
  }

  .st1540 {
    fill: #3e6575;
  }

  .st1541 {
    fill: #051613;
  }

  .st1542 {
    fill: #7e534b;
  }

  .st1543 {
    fill: #2a615a;
  }

  .st1544 {
    fill: #9a5c56;
  }

  .st1545 {
    fill: #c1694a;
  }

  .st1546 {
    fill: #541b1b;
  }

  .st1547 {
    fill: #143d34;
  }

  .st1548 {
    fill: #7a5f57;
  }

  .st1549 {
    fill: #040508;
  }

  .st1550 {
    fill: #021e1a;
  }

  .st1551 {
    fill: #0e1922;
  }

  .st1552 {
    fill: #3e6f67;
  }

  .st1553 {
    fill: #c1787b;
  }

  .st1554 {
    fill: #e3d6cb;
  }

  .st1555 {
    fill: #a7a494;
  }

  .st1556 {
    fill: #b35957;
  }

  .st1557 {
    fill: #08161a;
  }

  .st1558 {
    fill: #dc784d;
  }

  .st1559 {
    fill: #29434c;
  }

  .st1560 {
    fill: #260908;
  }

  .st1561 {
    fill: #385451;
  }

  .st1562 {
    fill: #e28f53;
  }

  .st1563 {
    fill: #cdc7bf;
  }

  .st1564 {
    fill: #812b2a;
  }

  .st1565 {
    fill: #03161e;
  }

  .st1566 {
    fill: #261213;
  }

  .st1567 {
    fill: #1b2526;
  }

  .st1568 {
    fill: #435354;
  }

  .st1569 {
    fill: #4b1b17;
  }

  .st1570 {
    fill: #2b5e58;
  }

  .st1571 {
    fill: #162d37;
  }

  .st1572 {
    fill: #31090a;
  }

  .st1573 {
    fill: #f9be7d;
  }

  .st1574 {
    fill: #0e0c0e;
  }

  .st1575 {
    fill: #d39e9a;
  }

  .st1576 {
    fill: #6d8383;
  }

  .st1577 {
    fill: #746c6b;
  }

  .st1578 {
    fill: #295753;
  }

  .st1579 {
    fill: #080e0a;
  }

  .st1580 {
    fill: #021f24;
  }

  .st1581 {
    fill: #e8d1cc;
  }

  .st1582 {
    fill: #230d12;
  }

  .st1583 {
    fill: #5a3b29;
  }

  .st1584 {
    fill: #524d4d;
  }

  .st1585 {
    fill: #dfcbbe;
  }

  .st1586 {
    fill: #213c49;
  }

  .st1587 {
    fill: #fac37e;
  }

  .st1588 {
    fill: #0c0504;
  }

  .st1589 {
    fill: #467871;
  }

  .st1590 {
    fill: #c0696d;
  }

  .st1591 {
    fill: #a34d48;
  }

  .st1592 {
    fill: #f7b262;
  }

  .st1593 {
    fill: #3c4b4b;
  }

  .st1594 {
    fill: #041c27;
  }

  .st1595 {
    fill: #631c1e;
  }

  .st1596 {
    fill: #e2985b;
  }

  .st1597 {
    fill: #11362d;
  }

  .st1598 {
    fill: #2c4753;
  }

  .st1599 {
    fill: #731411;
  }

  .st1600 {
    fill: #a6695b;
  }

  .st1601 {
    fill: #497e79;
  }

  .st1602 {
    fill: #511;
  }

  .st1603 {
    fill: #f9c98c;
  }

  .st1604 {
    fill: #17564b;
  }

  .st1605 {
    fill: #decfc2;
  }

  .st1606 {
    fill: #6c1314;
  }

  .st1607 {
    fill: #062420;
  }

  .st1608 {
    fill: #365a68;
  }

  .st1609 {
    fill: #07171e;
  }

  .st1610 {
    fill: #111f25;
  }

  .st1611 {
    fill: #621c1b;
  }

  .st1612 {
    fill: #f9964f;
  }

  .st1613 {
    fill: #184541;
  }

  .st1614 {
    fill: #833d3e;
  }

  .st1615 {
    fill: #5d201d;
  }

  .st1616 {
    fill: #514a3c;
  }

  .st1617 {
    fill: #985645;
  }

  .st1618 {
    fill: #020910;
  }

  .st1619 {
    fill: #646b66;
  }

  .st1620 {
    fill: #131e22;
  }

  .st1621 {
    fill: #4d3838;
  }

  .st1622 {
    fill: #465761;
  }

  .st1623 {
    fill: #3d1816;
  }

  .st1624 {
    fill: #dccec4;
  }

  .st1625 {
    fill: #c47774;
  }

  .st1626 {
    fill: #331c1e;
  }

  .st1627 {
    fill: #276058;
  }

  .st1628 {
    fill: #f89e5b;
  }

  .st1629 {
    fill: #121417;
  }

  .st1630 {
    fill: #8faba5;
  }

  .st1631 {
    fill: #0d3731;
  }

  .st1632 {
    fill: #681411;
  }

  .st1633 {
    fill: #081c25;
  }

  .st1634 {
    fill: #88514f;
  }

  .st1635 {
    fill: #0d2934;
  }

  .st1636 {
    fill: #27292c;
  }

  .st1637 {
    fill: #6c3231;
  }

  .st1638 {
    fill: #640f13;
  }

  .st1639 {
    fill: #571f20;
  }

  .st1640 {
    fill: #3f0d0d;
  }

  .st1641 {
    fill: #5b1918;
  }

  .st1642 {
    fill: #562c27;
  }

  .st1643 {
    fill: #36645d;
  }

  .st1644 {
    fill: #54231f;
  }

  .st1645 {
    fill: #5d6a6a;
  }

  .st1646 {
    fill: #cf663d;
  }

  .st1647 {
    fill: #21191a;
  }

  .st1648 {
    fill: #f2a861;
  }

  .st1649 {
    fill: #d26739;
  }

  .st1650 {
    fill: #727f7d;
  }

  .st1651 {
    fill: #7f4f46;
  }

  .st1652 {
    fill: #301111;
  }

  .st1653 {
    fill: #844745;
  }

  .st1654 {
    fill: #cd837f;
  }

  .st1655 {
    fill: #caa39d;
  }

  .st1656 {
    fill: #071c26;
  }

  .st1657 {
    fill: #393235;
  }

  .st1658 {
    fill: #e2ac7f;
  }

  .st1659 {
    fill: #1e0100;
  }

  .st1660 {
    fill: #144a3f;
  }

  .st1661 {
    fill: #e37a3b;
  }

  .st1662 {
    fill: #08161b;
  }

  .st1663 {
    fill: #010908;
  }

  .st1664 {
    fill: #151013;
  }

  .st1665 {
    fill: #0b0506;
  }

  .st1666 {
    fill: #d8a2a1;
  }

  .st1667 {
    fill: #36433f;
  }

  .st1668 {
    fill: #165046;
  }

  .st1669 {
    fill: #4d1312;
  }

  .st1670 {
    fill: #6d1917;
  }

  .st1671 {
    fill: #592120;
  }

  .st1672 {
    fill: #0a0202;
  }

  .st1673 {
    fill: #a66c5e;
  }

  .st1674 {
    fill: #192e38;
  }

  .st1675 {
    fill: #711616;
  }

  .st1676 {
    fill: #240708;
  }

  .st1677 {
    fill: #4d6363;
  }

  .st1678 {
    fill: #d9865b;
  }

  .st1679 {
    fill: #1a4942;
  }

  .st1680 {
    fill: #7e2828;
  }

  .st1681 {
    fill: #686662;
  }

  .st1682 {
    fill: #530f0d;
  }

  .st1683 {
    fill: #031914;
  }

  .st1684 {
    fill: #193035;
  }

  .st1685 {
    fill: #c78180;
  }

  .st1686 {
    fill: #3c0a09;
  }

  .st1687 {
    fill: #1f3c47;
  }

  .st1688 {
    fill: #969899;
  }

  .st1689 {
    fill: #57777e;
  }

  .st1690 {
    fill: #346960;
  }

  .st1691 {
    fill: #6e777a;
  }

  .st1692 {
    fill: #171210;
  }

  .st1693 {
    fill: #d6b491;
  }

  .st1694 {
    fill: #956b61;
  }

  .st1695 {
    fill: #363438;
  }

  .st1696 {
    fill: #18403b;
  }

  .st1697 {
    fill: #192423;
  }

  .st1698 {
    fill: #661514;
  }

  .st1699 {
    fill: #611817;
  }

  .st1700 {
    fill: #08161e;
  }

  .st1701 {
    fill: #491413;
  }

  .st1702 {
    fill: #23434e;
  }

  .st1703 {
    fill: #9c4d4c;
  }

  .st1704 {
    fill: #1e0b0a;
  }

  .st1705 {
    fill: #02121a;
  }

  .st1706 {
    fill: #651693;
  }

  .st1707 {
    fill: #dac7bb;
  }

  .st1708 {
    fill: #19353e;
  }

  .st1709 {
    fill: #4d1210;
  }

  .st1710 {
    fill: #3c3536;
  }

  .st1711 {
    fill: #0c141b;
  }

  .st1712 {
    fill: #681d1c;
  }

  .st1713 {
    fill: #030f16;
  }

  .st1714 {
    fill: #a3817f;
  }

  .st1715 {
    fill: #f9b677;
  }

  .st1716 {
    fill: #4a4f50;
  }

  .st1717 {
    fill: #0e4a3e;
  }

  .st1718 {
    fill: #ba8482;
  }

  .st1719 {
    fill: #c77572;
  }

  .st1720 {
    fill: #4a100e;
  }

  .st1721 {
    fill: #ac6e6a;
  }

  .st1722 {
    fill: #140505;
  }

  .st1723 {
    fill: #ce6430;
  }

  .st1724 {
    fill: #c9b9b0;
  }

  .st1725 {
    fill: #a58e8d;
  }

  .st1726 {
    fill: #021019;
  }

  .st1727 {
    fill: #04171f;
  }

  .st1728 {
    fill: #132e35;
  }

  .st1729 {
    fill: #2d5d57;
  }

  .st1730 {
    fill: #48090d;
  }

  .st1731 {
    fill: #f0a580;
  }

  .st1732 {
    fill: #365664;
  }

  .st1733 {
    fill: #e6c5b3;
  }

  .st1734 {
    fill: #1e342e;
  }

  .st1735 {
    fill: #6f1716;
  }

  .st1736 {
    fill: #021a1a;
  }

  .st1737 {
    fill: #376861;
  }

  .st1738 {
    fill: #0f0100;
  }

  .st1739 {
    fill: #531d1c;
  }

  .st1740 {
    fill: #050a0d;
  }

  .st1741 {
    fill: #1a493d;
  }

  .st1742 {
    fill: #082a23;
  }

  .st1743 {
    fill: #140100;
  }

  .st1744 {
    fill: #581a19;
  }

  .st1745 {
    fill: #161c1d;
  }

  .st1746 {
    fill: #2a2024;
  }

  .st1747 {
    fill: #250706;
  }

  .st1748 {
    fill: #d28865;
  }

  .st1749 {
    fill: #fbb164;
  }

  .st1750 {
    fill: #fcd092;
  }

  .st1751 {
    fill: #0b2926;
  }

  .st1752 {
    fill: #2b5260;
  }

  .st1753 {
    fill: #43726e;
  }

  .st1754 {
    fill: #955d51;
  }

  .st1755 {
    fill: #84413d;
  }

  .st1756 {
    fill: #5f413d;
  }

  .st1757 {
    fill: #310302;
  }

  .st1758 {
    fill: #210405;
  }

  .st1759 {
    fill: #3e7168;
  }

  .st1760 {
    fill: #6d787a;
  }

  .st1761 {
    fill: #eda765;
  }

  .st1762 {
    fill: #f3a56e;
  }

  .st1763 {
    fill: #18120d;
  }

  .st1764 {
    fill: #e39d81;
  }

  .st1765 {
    fill: #6e7e7b;
  }

  .st1766 {
    fill: #262828;
  }

  .st1767 {
    fill: #5b393b;
  }

  .st1768 {
    fill: #5c1513;
  }

  .st1769 {
    fill: #081b26;
  }

  .st1770 {
    fill: #475553;
  }

  .st14 {
    fill: #efe4d5;
  }

  .st1771 {
    fill: #2b1d22;
  }

  .st1772 {
    fill: #914939;
  }

  .st1773 {
    fill: #e7c9bb;
  }

  .st1774 {
    fill: #1b282b;
  }

  .st1775 {
    fill: #e3bcb7;
  }

  .st1776 {
    fill: #374546;
  }

  .st1777 {
    fill: #752420;
  }

  .st1778 {
    fill: #607e86;
  }

  .st1779 {
    fill: #848179;
  }

  .st1780 {
    fill: #031915;
  }

  .st1781 {
    fill: #612120;
  }

  .st1782 {
    fill: #233b48;
  }

  .st961 {
    display: none;
  }

  .st1783 {
    fill: #bf673f;
  }

  .st1784 {
    fill: #fbd495;
  }

  .st1785 {
    fill: #632225;
  }

  .st1786 {
    fill: #2c4745;
  }

  .st1787 {
    fill: #1e1514;
  }

  .st1788 {
    fill: #d3ada9;
  }

  .st1789 {
    fill: #2d2a29;
  }

  .st1790 {
    fill: #bb7273;
  }

  .st1791 {
    fill: #381513;
  }

  .st1792 {
    fill: #42616a;
  }

  .st1793 {
    fill: #26444f;
  }

  .st1794 {
    fill: #821c1e;
  }

  .st1795 {
    fill: #051b20;
  }

  .st1796 {
    fill: #7a2a28;
  }

  .st1797 {
    fill: #09212b;
  }

  .st1798 {
    fill: #01140e;
  }

  .st1799 {
    fill: #c85d35;
  }

  .st1800 {
    fill: #d6b3af;
  }

  .st1801 {
    fill: #25534a;
  }

  .st1802 {
    fill: #031e27;
  }

  .st1803 {
    fill: #66443e;
  }

  .st1804 {
    fill: #263338;
  }

  .st1805 {
    fill: #bc6965;
  }

  .st1806 {
    fill: #0f1d22;
  }

  .st1807 {
    fill: #7b2928;
  }

  .st1808 {
    fill: #601819;
  }

  .st1809 {
    fill: #fab16f;
  }

  .st1810 {
    fill: #122c35;
  }

  .st1811 {
    fill: #050e12;
  }

  .st1812 {
    fill: #7d595b;
  }

  .st1813 {
    fill: #0e1f1d;
  }

  .st1814 {
    fill: #a55633;
  }

  .st1815 {
    fill: #8e5b4e;
  }

  .st1816 {
    fill: #832f31;
  }

  .st1817 {
    fill: #905b4f;
  }

  .st1818 {
    fill: #f6b167;
  }

  .st1819 {
    fill: #13323a;
  }

  .st1820 {
    fill: #324f5a;
  }

  .st1821 {
    fill: #35615f;
  }

  .st1822 {
    fill: #122d35;
  }

  .st1823 {
    fill: #de967c;
  }

  .st1824 {
    fill: #245a53;
  }

  .st1825 {
    fill: #3b6961;
  }

  .st1826 {
    fill: #944848;
  }

  .st1827 {
    fill: #0c3f37;
  }

  .st1828 {
    fill: #1d534d;
  }

  .st1829 {
    fill: #1c0606;
  }

  .st1830 {
    fill: #272222;
  }

  .st1831 {
    fill: #1a594f;
  }

  .st1832 {
    fill: #621e1c;
  }

  .st1833 {
    fill: #852524;
  }

  .st1834 {
    fill: #cd6e4a;
  }

  .st1835 {
    fill: #c66545;
  }

  .st1836 {
    fill: #c87976;
  }

  .st1837 {
    fill: #28514e;
  }

  .st1838 {
    fill: #235d52;
  }

  .st1839 {
    fill: #c36e51;
  }

  .st1840 {
    fill: #1d1012;
  }

  .st1841 {
    fill: #6a4e4e;
  }

  .st1842 {
    fill: #b46966;
  }

  .st1843 {
    fill: #9f6451;
  }

  .st1844 {
    fill: #1b3038;
  }

  .st1845 {
    fill: #1f3f39;
  }

  .st1846 {
    fill: #061821;
  }

  .st1847 {
    fill: #0f2b34;
  }

  .st1848 {
    fill: #163a35;
  }

  .st1849 {
    fill: #a34b48;
  }

  .st1850 {
    fill: #020b10;
  }

  .st1851 {
    fill: #d6938f;
  }

  .st1852 {
    fill: #604044;
  }

  .st1853 {
    fill: #c69e9b;
  }

  .st1854 {
    fill: #9a5e5d;
  }

  .st1855 {
    fill: #0a181e;
  }

  .st1856 {
    fill: #1c2428;
  }

  .st1857 {
    fill: #543e3a;
  }

  .st1858 {
    fill: #4b100f;
  }

  .st1859 {
    fill: #202f35;
  }

  .st1860 {
    fill: #522e2f;
  }

  .st1861 {
    fill: #09232d;
  }

  .st1862 {
    fill: #dd956d;
  }

  .st1863 {
    fill: #6b7370;
  }

  .st1864 {
    fill: #1f2b2e;
  }

  .st1865 {
    fill: #cf9694;
  }

  .st1866 {
    fill: #133431;
  }

  .st1867 {
    fill: #110101;
  }

  .st1868 {
    fill: #891916;
  }

  .st1869 {
    fill: #0d1517;
  }

  .st1870 {
    fill: #244642;
  }

  .st1871 {
    fill: #221014;
  }

  .st1872 {
    fill: #39746e;
  }

  .st1873 {
    fill: #e1a88b;
  }

  .st1874 {
    fill: #08171f;
  }

  .st1875 {
    fill: #bd7172;
  }

  .st1876 {
    fill: #cc7540;
  }

  .st1877 {
    fill: #0b1b23;
  }

  .st1878 {
    fill: #273d4a;
  }

  .st1879 {
    fill: #fbc691;
  }

  .st1880 {
    fill: #061620;
  }

  .st1881 {
    fill: #9a8686;
  }

  .st1882 {
    fill: #896f6e;
  }

  .st1883 {
    fill: #999d9c;
  }

  .st1884 {
    fill: #57100f;
  }

  .st1885 {
    fill: #99543d;
  }

  .st1886 {
    fill: #8e928b;
  }

  .st1887 {
    fill: #3b3227;
  }

  .st1888 {
    fill: #c08080;
  }

  .st1889 {
    fill: #050f17;
  }

  .st1890 {
    fill: #142e34;
  }

  .st1891 {
    fill: #516062;
  }

  .st1892 {
    fill: #a9a295;
  }

  .st1893 {
    fill: #68443e;
  }

  .st1894 {
    fill: #38575d;
  }

  .st1895 {
    fill: #fba453;
  }

  .st1896 {
    fill: #a07264;
  }

  .st1897 {
    fill: #fad096;
  }

  .st1898 {
    fill: #0b1d26;
  }

  .st1899 {
    fill: #0e080c;
  }

  .st1900 {
    fill: #230707;
  }

  .st1901 {
    fill: #160302;
  }

  .st1902 {
    fill: #96605e;
  }

  .st1903 {
    fill: #17564f;
  }

  .st1904 {
    fill: #f9b56d;
  }

  .st1905 {
    fill: #240504;
  }

  .st1906 {
    fill: #340b0b;
  }

  .st1907 {
    fill: #323f3f;
  }

  .st1908 {
    fill: #a85f3b;
  }

  .st1909 {
    fill: #9c484b;
  }

  .st1910 {
    fill: #96513f;
  }

  .st1911 {
    fill: #536364;
  }

  .st1912 {
    fill: #f38346;
  }

  .st1913 {
    fill: #743c38;
  }

  .st1914 {
    fill: #8c2824;
  }

  .st1915 {
    fill: #233c45;
  }

  .st1916 {
    fill: #0b1e29;
  }

  .st1917 {
    fill: #122020;
  }

  .st1918 {
    fill: #8e2d2c;
  }

  .st1919 {
    fill: #cd8d79;
  }

  .st1920 {
    fill: #305f59;
  }

  .st1921 {
    fill: #dabfb6;
  }

  .st1922 {
    fill: #203f4a;
  }

  .st1923 {
    fill: #230d0e;
  }

  .st1924 {
    fill: #0a221e;
  }

  .st1925 {
    fill: #501615;
  }

  .st1926 {
    fill: #af918a;
  }

  .st1927 {
    fill: #691a18;
  }

  .st1928 {
    fill: #e08c55;
  }

  .st1929 {
    fill: #e3c1b3;
  }

  .st1930 {
    fill: #841917;
  }

  .st1931 {
    fill: #3b5d68;
  }

  .st1932 {
    fill: #eb945d;
  }

  .st1933 {
    fill: #661611;
  }

  .st1934 {
    fill: #722721;
  }

  .st1935 {
    fill: #672520;
  }

  .st1936 {
    fill: #38625c;
  }

  .st1937 {
    fill: #fb9c5d;
  }

  .st1938 {
    fill: #467972;
  }

  .st1939 {
    fill: #dc9683;
  }

  .st1940 {
    fill: #f5c796;
  }

  .st1941 {
    fill: #11463e;
  }

  .st1942 {
    fill: #fab57a;
  }

  .st1943 {
    fill: #0e2529;
  }

  .st1944 {
    fill: #262a2d;
  }

  .st1945 {
    fill: #b8716f;
  }

  .st1946 {
    fill: #03121d;
  }

  .st1947 {
    fill: #773b3b;
  }

  .st1948 {
    fill: #20453f;
  }

  .st1949 {
    fill: #de8d66;
  }

  .st1950 {
    fill: #fcb86d;
  }

  .st1951 {
    fill: #17313c;
  }

  .st1952 {
    fill: #6f5858;
  }

  .st1953 {
    fill: #6a1516;
  }

  .st1954 {
    fill: #18080b;
  }

  .st1955 {
    fill: #102930;
  }

  .st1956 {
    fill: #ae5955;
  }

  .st1957 {
    fill: #23353c;
  }

  .st1958 {
    fill: #061d19;
  }

  .st1959 {
    fill: #eed8d5;
  }

  .st1960 {
    fill: #2e655c;
  }

  .st1961 {
    fill: #7f4d3e;
  }

  .st1962 {
    fill: #f9be76;
  }

  .st1963 {
    fill: #fadba4;
  }

  .st1964 {
    fill: #467e76;
  }

  .st1965 {
    fill: #551816;
  }

  .st1966 {
    fill: #a49182;
  }

  .st1967 {
    fill: #f0824e;
  }

  .st1968 {
    fill: #33251b;
  }

  .st1969 {
    fill: #a95b5b;
  }

  .st1970 {
    fill: #12222d;
  }

  .st1971 {
    fill: #6c746f;
  }

  .st1972 {
    fill: #9c503b;
  }

  .st1973 {
    fill: #36525e;
  }

  .st1974 {
    fill: #823d43;
  }

  .st1975 {
    fill: #062620;
  }

  .st1976 {
    fill: #122722;
  }

  .st1977 {
    fill: #7a302d;
  }

  .st1978 {
    fill: #f5d3a9;
  }

  .st1979 {
    fill: #300e0d;
  }

  .st1980 {
    fill: #aa5d49;
  }

  .st1981 {
    fill: #6f1514;
  }

  .st1982 {
    fill: #2c3f43;
  }

  .st1983 {
    fill: #ead0c0;
  }

  .st1984 {
    fill: #192925;
  }

  .st1985 {
    fill: #611a1b;
  }

  .st1986 {
    fill: #cc6e4b;
  }

  .st1987 {
    fill: #021817;
  }

  .st1988 {
    fill: #163542;
  }

  .st1989 {
    fill: #ca6033;
  }

  .st1990 {
    fill: #06202a;
  }

  .st1991 {
    fill: #5d4737;
  }

  .st1992 {
    fill: #de784f;
  }

  .st1993 {
    fill: #fce0ac;
  }

  .st1994 {
    fill: #fbbc71;
  }

  .st1995 {
    fill: #644541;
  }

  .st1996 {
    fill: #1e343e;
  }

  .st1997 {
    fill: #f3a365;
  }

  .st1998 {
    fill: #e38949;
  }

  .st1999 {
    fill: #01080a;
  }

  .st2000 {
    fill: #c06f4d;
  }

  .st2001 {
    fill: #968484;
  }

  .st2002 {
    fill: #160506;
  }

  .st2003 {
    fill: #3b5763;
  }

  .st2004 {
    fill: #02080b;
  }

  .st2005 {
    fill: #162123;
  }

  .st2006 {
    fill: #461816;
  }

  .st2007 {
    fill: #816156;
  }

  .st2008 {
    fill: #13323c;
  }

  .st2009 {
    fill: #e1743b;
  }

  .st2010 {
    fill: #18443d;
  }

  .st2011 {
    fill: #26171c;
  }

  .st2012 {
    fill: #d96635;
  }

  .st2013 {
    fill: #ad6162;
  }

  .st2014 {
    fill: #d6ab84;
  }

  .st2015 {
    fill: #f29d65;
  }

  .st2016 {
    fill: #0f2a34;
  }

  .st2017 {
    fill: #d8916c;
  }

  .st2018 {
    fill: #fb9b50;
  }

  .st2019 {
    fill: #071319;
  }

  .st2020 {
    fill: #102933;
  }

  .st2021 {
    fill: #c48c8c;
  }

  .st2022 {
    fill: #fab474;
  }

  .st2023 {
    fill: #9b9191;
  }

  .st2024 {
    fill: #9c543e;
  }

  .st2025 {
    fill: #310403;
  }

  .st2026 {
    fill: #77837e;
  }

  .st2027 {
    fill: #f17935;
  }

  .st2028 {
    fill: #a5968a;
  }

  .st2029 {
    fill: #8c2b29;
  }

  .st2030 {
    fill: #115347;
  }

  .st2031 {
    fill: #1a110d;
  }

  .st2032 {
    fill: #b6716f;
  }

  .st2033 {
    fill: #103f36;
  }

  .st2034 {
    fill: #71302d;
  }

  .st2035 {
    fill: #19323b;
  }

  .st962 {
    fill: #2f6d93;
    font-size: 122.7px;
  }

  .st2036 {
    fill: #0d3e36;
  }

  .st2037 {
    fill: #9f5b58;
  }

  .st2038 {
    fill: #0c4135;
  }

  .st2039 {
    fill: #8d9f9e;
  }

  .st2040 {
    fill: #ddccc0;
  }

  .st2041 {
    fill: #ec8855;
  }

  .st2042 {
    fill: #f9a557;
  }

  .st2043 {
    fill: #948381;
  }

  .st2044 {
    fill: #ce9b97;
  }

  .st2045 {
    fill: #874b3e;
  }

  .st2046 {
    fill: #2f4752;
  }

  .st2047 {
    fill: #5b5555;
  }

  .st2048 {
    fill: #273131;
  }

  .st2049 {
    fill: #0b252c;
  }

  .st2050 {
    fill: #facb95;
  }

  .st2051 {
    fill: #d4c1b6;
  }

  .st2052 {
    fill: #c29883;
  }

  .st2053 {
    fill: #0a3631;
  }

  .st2054 {
    fill: #cd9687;
  }

  .st2055 {
    fill: #66574f;
  }

  .st2056 {
    fill: #d57147;
  }

  .st2057 {
    fill: #2d3e45;
  }

  .st2058 {
    fill: #111d1c;
  }

  .st2059 {
    fill: #0d312d;
  }

  .st2060 {
    fill: #400d12;
  }

  .st2061 {
    fill: #161416;
  }

  .st2062 {
    fill: #3a1413;
  }

  .st2063 {
    fill: #fb9b47;
  }

  .st2064 {
    fill: #225650;
  }

  .st2065 {
    fill: #4c1312;
  }

  .st2066 {
    fill: #132d29;
  }

  .st2067 {
    fill: #313b38;
  }

  .st2068 {
    fill: #d07c59;
  }

  .st2069 {
    fill: #fbcf98;
  }

  .st2070 {
    fill: #f9b86d;
  }

  .st2071 {
    fill: #986362;
  }

  .st2072 {
    fill: #4c5958;
  }

  .st2073 {
    fill: #7b4339;
  }

  .st2074 {
    fill: #fcc584;
  }

  .st2075 {
    fill: #964f49;
  }

  .st2076 {
    fill: #667572;
  }

  .st2077 {
    fill: #5b5a5b;
  }

  .st2078 {
    fill: #687573;
  }

  .st2079 {
    fill: #c77d7a;
  }

  .st2080 {
    fill: #314c55;
  }

  .st2081 {
    fill: #662727;
  }

  .st2082 {
    fill: #d6bfa2;
  }

  .st2083 {
    fill: #051117;
  }

  .st2084 {
    fill: #f8a557;
  }

  .st2085 {
    fill: #b46f6c;
  }

  .st2086 {
    fill: #7a1110;
  }

  .st2087 {
    fill: #3a0f14;
  }

  .st2088 {
    fill: #2a2529;
  }

  .st2089 {
    fill: #04090b;
  }

  .st2090 {
    fill: #712c29;
  }

  .st2091 {
    fill: #eeaa68;
  }

  .st2092 {
    fill: #fbc08a;
  }

  .st2093 {
    fill: #611917;
  }

  .st2094 {
    fill: #eba66e;
  }

  .st2095 {
    fill: #929595;
  }

  .st2096 {
    fill: #681614;
  }

  .st2097 {
    fill: #021411;
  }

  .st2098 {
    fill: #1c0405;
  }

  .st2099 {
    fill: #fae5af;
  }

  .st2100 {
    fill: #040f16;
  }

  .st2101 {
    fill: #83211d;
  }

  .st2102 {
    fill: #c67774;
  }

  .st2103 {
    fill: #15403a;
  }

  .st2104 {
    fill: #ca815d;
  }

  .st2105 {
    fill: #4f3535;
  }

  .st2106 {
    fill: #5d6c6e;
  }

  .st2107 {
    fill: #1d0707;
  }

  .st2108 {
    fill: #faaf6a;
  }

  .st2109 {
    fill: #dcbab6;
  }

  .st2110 {
    fill: #396c64;
  }

  .st2111 {
    fill: #366c65;
  }

  .st2112 {
    fill: #b55c3b;
  }

  .st2113 {
    fill: #728988;
  }

  .st2114 {
    fill: #14212a;
  }

  .st2115 {
    fill: #14443b;
  }

  .st2116 {
    fill: #cb9487;
  }

  .st2117 {
    fill: #43736d;
  }

  .st2118 {
    fill: #1d4554;
  }

  .st2119 {
    fill: #552a23;
  }

  .st2120 {
    fill: #c17f7b;
  }

  .st2121 {
    fill: #711819;
  }

  .st2122 {
    fill: #793837;
  }

  .st2123 {
    fill: #441717;
  }

  .st2124 {
    fill: #fac881;
  }

  .st2125 {
    fill: #facb87;
  }

  .st2126 {
    fill: #f79049;
  }

  .st2127 {
    fill: #905c4b;
  }

  .st2128 {
    fill: #120b0b;
  }

  .st2129 {
    fill: #a66c5a;
  }

  .st2130 {
    fill: #103c35;
  }

  .st2131 {
    fill: #b05852;
  }

  .st2132 {
    fill: #bd664a;
  }

  .st2133 {
    fill: #5f3d36;
  }

  .st2134 {
    fill: #ab5435;
  }

  .st2135 {
    fill: #122027;
  }

  .st2136 {
    fill: #c76a3d;
  }

  .st2137 {
    fill: #6d858c;
  }

  .st2138 {
    fill: #501917;
  }

  .st2139 {
    fill: #fbe0b0;
  }

  .st2140 {
    fill: #110f17;
  }

  .st2141 {
    fill: #170102;
  }

  .st2142 {
    fill: #0d2c24;
  }

  .st2143 {
    fill: #8b8982;
  }

  .st2144 {
    fill: #742220;
  }

  .st2145 {
    fill: #2a2d31;
  }

  .st2146 {
    fill: #041923;
  }

  .st2147 {
    fill: #430b0e;
  }

  .st2148 {
    fill: #ec9967;
  }

  .st2149 {
    fill: #6f2625;
  }

  .st2150 {
    fill: #f09b5a;
  }

  .st2151 {
    fill: #091116;
  }

  .st2152 {
    fill: #d07e7d;
  }

  .st2153 {
    fill: #e0ba99;
  }

  .st2154 {
    fill: #fad69d;
  }

  .st2155 {
    fill: #a0a9a6;
  }

  .st2156 {
    fill: #603231;
  }

  .st2157 {
    fill: #102b35;
  }

  .st2158 {
    fill: #0e171b;
  }

  .st2159 {
    fill: #0d1e25;
  }

  .st2160 {
    fill: #4d2f29;
  }

  .st2161 {
    fill: #080609;
  }

  .st2162 {
    fill: #822c28;
  }

  .st2163 {
    fill: #fbd79c;
  }

  .st2164 {
    fill: #82665f;
  }

  .st2165 {
    fill: #20584e;
  }

  .st2166 {
    fill: #13252e;
  }

  .st2167 {
    fill: #ba7b7c;
  }

  .st2168 {
    fill: #324752;
  }

  .st2169 {
    fill: #fbd699;
  }

  .st2170 {
    fill: #fcd3a8;
  }

  .st2171 {
    fill: #2f404a;
  }

  .st2172 {
    fill: #596869;
  }

  .st2173 {
    fill: #2e6058;
  }

  .st2174 {
    fill: #10231d;
  }

  .st2175 {
    fill: #512f2f;
  }

  .st2176 {
    fill: #0f232e;
  }

  .st2177 {
    fill: #b26769;
  }

  .st2178 {
    fill: #315249;
  }

  .st2179 {
    fill: #f6b172;
  }

  .st2180 {
    fill: #031815;
  }

  .st2181 {
    fill: #7b746e;
  }

  .st2182 {
    fill: #fddbad;
  }

  .st2183 {
    fill: #a64d4b;
  }

  .st2184 {
    fill: #0e1315;
  }

  .st2185 {
    fill: #4b636e;
  }

  .st2186 {
    fill: #ad5c38;
  }

  .st2187 {
    fill: #cfa58e;
  }

  .st2188 {
    fill: #76575d;
  }

  .st2189 {
    fill: #050a0f;
  }

  .st2190 {
    fill: #964946;
  }

  .st2191 {
    fill: #2c0202;
  }

  .st2192 {
    fill: #1b564d;
  }

  .st2193 {
    fill: #1d534a;
  }

  .st2194 {
    fill: #631412;
  }

  .st2195 {
    fill: #ee7b39;
  }

  .st2196 {
    fill: #601d1f;
  }

  .st2197 {
    fill: #154a40;
  }

  .st2198 {
    fill: #081e25;
  }

  .st2199 {
    fill: #0f1415;
  }

  .st2200 {
    fill: #1c4f45;
  }

  .st2201 {
    fill: #801c1b;
  }

  .st2202 {
    fill: #59413f;
  }

  .st2203 {
    fill: #7a3433;
  }

  .st2204 {
    fill: #9a533a;
  }

  .st2205 {
    fill: #0f1c25;
  }

  .st2206 {
    fill: #fcdcad;
  }

  .st2207 {
    fill: #071a22;
  }

  .st2208 {
    fill: #a6614e;
  }

  .st2209 {
    fill: #eb9464;
  }

  .st2210 {
    fill: #54887f;
  }

  .st2211 {
    fill: #191820;
  }

  .st2212 {
    fill: #16413a;
  }

  .st2213 {
    fill: #fa9850;
  }

  .st2214 {
    fill: #061216;
  }

  .st2215 {
    fill: #8c3d3e;
  }

  .st2216 {
    fill: #1b2821;
  }

  .st2217 {
    fill: #64858d;
  }

  .st2218 {
    fill: #ce6d49;
  }

  .st2219 {
    fill: #5e100f;
  }

  .st2220 {
    fill: #e6c7b8;
  }

  .st2221 {
    fill: #874846;
  }

  .st2222 {
    fill: #6f1815;
  }

  .st2223 {
    fill: #112d36;
  }

  .st2224 {
    fill: #f29d61;
  }

  .st2225 {
    fill: #0e322c;
  }

  .st2226 {
    fill: #e48c5d;
  }

  .st2227 {
    fill: #711516;
  }

  .st2228 {
    fill: #600f0f;
  }

  .st2229 {
    fill: #7a332d;
  }

  .st2230 {
    fill: #0b131b;
  }

  .st2231 {
    fill: #fcdda8;
  }

  .st2232 {
    fill: #021018;
  }

  .st2233 {
    fill: #2c2f26;
  }

  .st2234 {
    fill: #a9a798;
  }

  .st2235 {
    fill: #1d0709;
  }

  .st2236 {
    fill: #262f2b;
  }

  .st2237 {
    fill: #304e58;
  }

  .st2238 {
    fill: #213c45;
  }

  .st2239 {
    fill: #0a1e29;
  }

  .st2240 {
    fill: #fcd99f;
  }

  .st2241 {
    fill: #6e1514;
  }

  .st2242 {
    fill: #324f4c;
  }

  .st2243 {
    fill: #2b4045;
  }

  .st2244 {
    fill: #281816;
  }

  .st2245 {
    fill: #a75652;
  }

  .st2246 {
    fill: #a85844;
  }

  .st2247 {
    fill: #b0635e;
  }

  .st2248 {
    fill: #e5a88a;
  }

  .st2249 {
    fill: #f9d7ad;
  }

  .st2250 {
    fill: #751412;
  }

  .st2251 {
    fill: #855f59;
  }

  .st2252 {
    fill: #eaa165;
  }

  .st2253 {
    fill: #2a0807;
  }

  .st2254 {
    fill: #f7d1a0;
  }

  .st2255 {
    fill: #d56a3a;
  }

  .st2256 {
    fill: #d27247;
  }

  .st2257 {
    fill: #b37c78;
  }

  .st2258 {
    fill: #8e8486;
  }

  .st2259 {
    fill: #f9c782;
  }

  .st2260 {
    fill: #1a3d3c;
  }

  .st2261 {
    fill: #681615;
  }

  .st2262 {
    fill: #9c978d;
  }

  .st2263 {
    fill: #072128;
  }

  .st2264 {
    fill: #ab9287;
  }

  .st2265 {
    fill: #010b12;
  }

  .st2266 {
    fill: #968577;
  }

  .st2267 {
    fill: #7f564e;
  }

  .st2268 {
    fill: #62100d;
  }

  .st2269 {
    fill: #7a8c87;
  }

  .st2270 {
    fill: #616161;
  }

  .st2271 {
    fill: #7f4544;
  }

  .st2272 {
    fill: #631b1b;
  }

  .st2273 {
    fill: #590f10;
  }

  .st2274 {
    fill: #a68582;
  }

  .st2275 {
    fill: #b16568;
  }

  .st2276 {
    fill: #92443f;
  }

  .st2277 {
    fill: #13443d;
  }

  .st2278 {
    fill: #e88858;
  }

  .st2279 {
    fill: #fbcb84;
  }

  .st2280 {
    fill: #853433;
  }

  .st2281 {
    fill: #251b1e;
  }

  .st2282 {
    fill: #e2ccbe;
  }

  .st2283 {
    fill: #c07472;
  }

  .st2284 {
    fill: #37332b;
  }

  .st2285 {
    fill: #a26965;
  }

  .st2286 {
    fill: #310505;
  }

  .st2287 {
    fill: #ee803e;
  }

  .st2288 {
    fill: #0f2d27;
  }

  .st2289 {
    fill: #04181e;
  }

  .st2290 {
    fill: #3e36a8;
  }

  .st2291 {
    fill: #b56338;
  }

  .st2292 {
    fill: #fce1a8;
  }

  .st2293 {
    fill: #3d1d07;
  }

  .st2294 {
    fill: #432e2c;
  }

  .st2295 {
    fill: #2d5462;
  }

  .st2296 {
    fill: #0d1215;
  }

  .st2297 {
    fill: #fadba9;
  }

  .st2298 {
    fill: #e3cec1;
  }

  .st2299 {
    fill: #742e2c;
  }

  .st2300 {
    fill: #131517;
  }

  .st2301 {
    fill: #b38b74;
  }

  .st2302 {
    fill: #2a5b54;
  }

  .st2303 {
    fill: #361d23;
  }

  .st2304 {
    fill: #061c26;
  }

  .st2305 {
    fill: #47493c;
  }

  .st2306 {
    fill: #e6a081;
  }

  .st2307 {
    fill: #fcc06c;
  }

  .st2308 {
    fill: #83554b;
  }

  .st2309 {
    fill: #fbb778;
  }

  .st2310 {
    fill: #334749;
  }

  .st2311 {
    fill: #6b453d;
  }

  .st2312 {
    fill: #cf817f;
  }

  .st2313 {
    fill: #926736;
  }

  .st2314 {
    fill: #08382f;
  }

  .st2315 {
    fill: #b3654c;
  }

  .st2316 {
    fill: #81241f;
  }

  .st2317 {
    fill: #0a0c12;
  }

  .st2318 {
    fill: #794339;
  }

  .st2319 {
    fill: #376461;
  }

  .st2320 {
    fill: #741b19;
  }

  .st2321 {
    fill: #b46850;
  }

  .st2322 {
    fill: #2b2821;
  }

  .st2323 {
    fill: #061e1b;
  }

  .st2324 {
    fill: #b26e6b;
  }

  .st2325 {
    fill: #1f493e;
  }

  .st2326 {
    fill: #556263;
  }

  .st2327 {
    fill: #92a5a3;
  }

  .st2328 {
    fill: #b27663;
  }

  .st2329 {
    fill: #637775;
  }

  .st2330 {
    fill: #2d404a;
  }

  .st2331 {
    fill: #4f1615;
  }

  .st2332 {
    fill: #13463c;
  }

  .st2333 {
    fill: #501b19;
  }

  .st2334 {
    fill: #374d58;
  }

  .st2335 {
    fill: #05060a;
  }

  .st2336 {
    fill: #1a1612;
  }

  .st2337 {
    fill: #5e4646;
  }

  .st2338 {
    fill: #253032;
  }

  .st2339 {
    fill: #150a0d;
  }

  .st2340 {
    fill: #132f28;
  }

  .st2341 {
    fill: #04151b;
  }

  .st2342 {
    fill: #2d1719;
  }

  .st2343 {
    fill: #c27174;
  }

  .st2344 {
    fill: #7b4e44;
  }

  .st2345 {
    fill: #04221d;
  }

  .st2346 {
    fill: #2e322f;
  }

  .st2347 {
    fill: #dfbfb2;
  }

  .st2348 {
    fill: #223841;
  }

  .st2349 {
    fill: #1d4644;
  }

  .st2350 {
    fill: #eacdbe;
  }

  .st2351 {
    fill: #030508;
  }

  .st2352 {
    fill: #706563;
  }

  .st2353 {
    fill: #7a4e43;
  }

  .st2354 {
    fill: #244f4a;
  }

  .st2355 {
    fill: #3d0a09;
  }

  .st2356 {
    fill: #ce9d97;
  }

  .st2357 {
    fill: #a65152;
  }

  .st2358 {
    fill: #194d46;
  }

  .st2359 {
    fill: #3c1d1a;
  }

  .st2360 {
    fill: #041211;
  }

  .st2361 {
    fill: #344843;
  }

  .st2362 {
    fill: #699d93;
  }

  .st2363 {
    fill: #490909;
  }

  .st2364 {
    fill: #587a82;
  }

  .st2365 {
    fill: #336a61;
  }

  .st2366 {
    fill: #253835;
  }

  .st2367 {
    fill: #d9b2ae;
  }

  .st2368 {
    fill: #1f171b;
  }

  .st2369 {
    fill: #fcd596;
  }

  .st2370 {
    fill: #202329;
  }

  .st2371 {
    fill: #ac6954;
  }

  .st2372 {
    fill: #a75540;
  }

  .st2373 {
    fill: #070103;
  }

  .st2374 {
    fill: #b1806c;
  }

  .st2375 {
    fill: #3d6a64;
  }

  .st2376 {
    fill: #051920;
  }

  .st2377 {
    fill: #651616;
  }

  .st2378 {
    fill: #5f100f;
  }

  .st2379 {
    fill: #773f40;
  }

  .st2380 {
    fill: #4f3637;
  }

  .st2381 {
    fill: #57625b;
  }

  .st2382 {
    fill: #882221;
  }

  .st2383 {
    fill: #9b4d38;
  }

  .st2384 {
    fill: #818081;
  }

  .st2385 {
    fill: #842621;
  }

  .st2386 {
    fill: #7f1d1d;
  }

  .st2387 {
    fill: #883b3c;
  }

  .st2388 {
    fill: #050f0e;
  }

  .st2389 {
    fill: #fac482;
  }

  .st2390 {
    fill: #81312e;
  }

  .st2391 {
    fill: #675355;
  }

  .st2392 {
    fill: #1e3440;
  }

  .st2393 {
    fill: #1e322d;
  }

  .st2394 {
    fill: #48191a;
  }

  .st2395 {
    fill: #504d4c;
  }

  .st2396 {
    fill: #081921;
  }

  .st2397 {
    fill: #110e0e;
  }

  .st2398 {
    fill: #3f746d;
  }

  .st2399 {
    fill: #d7b1ad;
  }

  .st2400 {
    fill: #06202b;
  }

  .st2401 {
    fill: #06241e;
  }

  .st2402 {
    fill: #0e1920;
  }

  .st2403 {
    fill: #cca4a0;
  }

  .st2404 {
    fill: #0a2632;
  }

  .st2405 {
    fill: #1b3740;
  }

  .st2406 {
    fill: #ebceaa;
  }

  .st2407 {
    fill: #7d2a28;
  }

  .st2408 {
    fill: #020d14;
  }

  .st2409 {
    fill: #131011;
  }

  .st2410 {
    fill: #142128;
  }

  .st2411 {
    fill: #3c5c66;
  }

  .st2412 {
    fill: #460d0b;
  }

  .st2413 {
    fill: #172831;
  }

  .st2414 {
    fill: #faaf69;
  }

  .st2415 {
    fill: #827e77;
  }

  .st2416 {
    fill: #253133;
  }

  .st2417 {
    fill: #284954;
  }

  .st2418 {
    fill: #56757d;
  }

  .st2419 {
    fill: #8e6056;
  }

  .st2420 {
    fill: #652727;
  }

  .st2421 {
    fill: #dfc7bc;
  }

  .st2422 {
    fill: #20584f;
  }

  .st2423 {
    fill: #0d1d24;
  }

  .st2424 {
    fill: #642626;
  }

  .st2425 {
    fill: #43776f;
  }

  .st2426 {
    fill: #bf6865;
  }

  .st2427 {
    fill: #142e38;
  }

  .st2428 {
    fill: #31444c;
  }

  .st2429 {
    fill: #503737;
  }

  .st2430 {
    fill: #380b0b;
  }

  .st2431 {
    fill: #8f2521;
  }

  .st2432 {
    fill: #6d2726;
  }

  .st2433 {
    fill: #536666;
  }

  .st2434 {
    fill: #203842;
  }

  .st2435 {
    fill: #e78b5d;
  }

  .st2436 {
    fill: #18343e;
  }

  .st2437 {
    fill: #2e4a53;
  }

  .st2438 {
    fill: #fccb86;
  }

  .st2439 {
    fill: #350805;
  }

  .st2440 {
    fill: #854d3c;
  }

  .st2441 {
    fill: #091816;
  }

  .st2442 {
    fill: #835047;
  }

  .st2443 {
    fill: #724b41;
  }

  .st2444 {
    fill: #643c3a;
  }

  .st2445 {
    fill: #bd8e84;
  }

  .st2446 {
    fill: #1e483e;
  }

  .st2447 {
    fill: #fbe8c2;
  }

  .st2448 {
    fill: #1b1110;
  }

  .st2449 {
    fill: #4e0e0e;
  }

  .st2450 {
    fill: #1b2b2f;
  }

  .st2451 {
    fill: #476b75;
  }

  .st2452 {
    fill: #163037;
  }

  .st2453 {
    fill: #8c9b9d;
  }

  .st2454 {
    fill: #5d1819;
  }

  .st2455 {
    fill: #471311;
  }

  .st2456 {
    fill: #1d2528;
  }

  .st2457 {
    fill: #132f35;
  }

  .st2458 {
    fill: #894839;
  }

  .st2459 {
    fill: #983531;
  }

  .st2460 {
    fill: #c27978;
  }

  .st2461 {
    fill: #fcc37f;
  }

  .st2462 {
    fill: #5a7780;
  }

  .st2463 {
    fill: #10413a;
  }

  .st2464 {
    fill: #e97441;
  }

  .st2465 {
    fill: #4c2424;
  }

  .st2466 {
    fill: #b56f71;
  }

  .st2467 {
    fill: #671714;
  }

  .st2468 {
    fill: #13151a;
  }

  .st2469 {
    fill: #d47e5c;
  }

  .st2470 {
    fill: #0c2028;
  }

  .st2471 {
    fill: #020c14;
  }

  .st2472 {
    fill: #b7756c;
  }

  .st2473 {
    fill: #954c4c;
  }

  .st2474 {
    fill: #9c5138;
  }

  .st2475 {
    fill: #f3964a;
  }

  .st2476 {
    fill: #c98d71;
  }

  .st2477 {
    fill: #3c3031;
  }

  .st2478 {
    fill: #21110f;
  }

  .st2479 {
    fill: #762e31;
  }

  .st2480 {
    fill: #0c1c24;
  }

  .st2481 {
    fill: #182224;
  }

  .st2482 {
    fill: #797271;
  }

  .st2483 {
    fill: #1e4441;
  }

  .st2484 {
    fill: #0d1a23;
  }

  .st2485 {
    fill: #1d3540;
  }

  .st2486 {
    fill: #fad99f;
  }

  .st2487 {
    fill: #433635;
  }

  .st2488 {
    fill: #444647;
  }

  .st2489 {
    fill: #824c43;
  }

  .st2490 {
    fill: #0a2e25;
  }

  .st2491 {
    fill: #855f56;
  }

  .st2492 {
    fill: #1d2726;
  }

  .st2493 {
    fill: #4e8078;
  }

  .st2494 {
    fill: #9f4c49;
  }

  .st2495 {
    fill: #f68d43;
  }

  .st2496 {
    fill: #5b6a68;
  }

  .st2497 {
    fill: #db764b;
  }

  .st2498 {
    fill: #dcbf9b;
  }

  .st2499 {
    fill: #2d1b1e;
  }

  .st2500 {
    fill: #0d1212;
  }

  .st2501 {
    fill: #8d4542;
  }

  .st2502 {
    fill: #8a4845;
  }

  .st2503 {
    fill: #253c48;
  }

  .st2504 {
    fill: #39484e;
  }

  .st2505 {
    fill: #03101a;
  }

  .st2506 {
    fill: #1c3339;
  }

  .st2507 {
    fill: #671311;
  }

  .st2508 {
    fill: #f3a87d;
  }

  .st2509 {
    fill: #ab6854;
  }

  .st2510 {
    fill: #0f242d;
  }

  .st2511 {
    fill: #030507;
  }

  .st2512 {
    fill: #6a7c80;
  }

  .st2513 {
    fill: #283230;
  }

  .st2514 {
    fill: #8f584c;
  }

  .st2515 {
    fill: #661416;
  }

  .st2516 {
    fill: #290e0e;
  }

  .st2517 {
    fill: #a95d45;
  }

  .st2518 {
    fill: #29444c;
  }

  .st2519 {
    fill: #919991;
  }

  .st2520 {
    fill: #7b1413;
  }

  .st2521 {
    fill: #12262e;
  }

  .st2522 {
    fill: #02080f;
  }

  .st2523 {
    fill: #13201f;
  }

  .st2524 {
    fill: #9b8281;
  }

  .st2525 {
    fill: #654439;
  }

  .st2526 {
    fill: #6e1917;
  }

  .st2527 {
    fill: #081d28;
  }

  .st2528 {
    fill: #1e3840;
  }

  .st2529 {
    fill: #172123;
  }

  .st2530 {
    fill: #86201e;
  }

  .st2531 {
    fill: #ce7a78;
  }

  .st2532 {
    fill: #eb8246;
  }

  .st2533 {
    fill: #080d11;
  }

  .st2534 {
    fill: #142f3a;
  }

  .st2535 {
    fill: #bbb9b1;
  }

  .st2536 {
    fill: #1e4c48;
  }

  .st2537 {
    fill: #311d1d;
  }

  .st2538 {
    fill: #cd7876;
  }

  .st2539 {
    fill: #1a323d;
  }

  .st2540 {
    fill: #2f3a3a;
  }

  .st2541 {
    fill: #441b19;
  }

  .st2542 {
    fill: #75a39c;
  }

  .st2543 {
    fill: #ad593a;
  }

  .st2544 {
    fill: #224c48;
  }

  .st2545 {
    fill: #f9d3a3;
  }

  .st2546 {
    fill: #1c292f;
  }

  .st2547 {
    fill: #52423f;
  }

  .st2548 {
    fill: #1b574f;
  }

  .st2549 {
    fill: #284855;
  }

  .st2550 {
    fill: #de977f;
  }

  .st2551 {
    fill: #6c403a;
  }

  .st2552 {
    fill: #427b72;
  }

  .st2553 {
    fill: #5d4045;
  }

  .st2554 {
    fill: #230c0b;
  }

  .st2555 {
    fill: #0e362e;
  }

  .st2556 {
    fill: #d77d40;
  }

  .st2557 {
    fill: #505452;
  }

  .st2558 {
    fill: #09141a;
  }

  .st2559 {
    fill: #994e38;
  }

  .st2560 {
    fill: #f9c17a;
  }

  .st2561 {
    fill: #c5a5a2;
  }

  .st2562 {
    fill: #67282a;
  }

  .st2563 {
    fill: #d88953;
  }

  .st2564 {
    fill: #173540;
  }

  .st2565 {
    fill: #5b2923;
  }

  .st2566 {
    fill: #bb745d;
  }

  .st2567 {
    fill: #1e322e;
  }

  .st2568 {
    fill: #44726c;
  }

  .st2569 {
    fill: #724f4a;
  }

  .st2570 {
    fill: #072622;
  }

  .st2571 {
    fill: #d77a58;
  }

  .st2572 {
    fill: #3a4e51;
  }

  .st2573 {
    fill: #507373;
  }

  .st2574 {
    fill: #c38787;
  }

  .st2575 {
    fill: #1e3540;
  }

  .st2576 {
    fill: #6b1010;
  }

  .st2577 {
    fill: #3e756c;
  }

  .st2578 {
    fill: #2a4c56;
  }

  .st2579 {
    fill: #220809;
  }

  .st2580 {
    fill: #0a1923;
  }

  .st2581 {
    fill: #947c72;
  }

  .st2582 {
    fill: #091212;
  }

  .st2583 {
    fill: #07191f;
  }

  .st2584 {
    fill: #822829;
  }

  .st2585 {
    fill: #862827;
  }

  .st2586 {
    fill: #29534b;
  }