@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





/* Global Color Variable */ 








/* Global Fonts Variable */



/* Header */








/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/








/* Form Style Variables */





/* Macro Start */
/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


.text-13 { font-size: 13px; }
.flex_wrap { flex-wrap: wrap; }












.d-block {
    display:block;
}

.d-inline-block {
    display:inline-block;
}

.d-flex {
    display:flex;
}

.d-inline-flex {
    display:inline-flex;
}

.d-none {
    display:none;
}



.align-center {
    align-items:center;
}

.align-flex-start {
    align-items:flex-start;
}

.align-flex-end {
    align-items:flex-end;
}

.align-normal {
    align-items:normal;
}



.justify-center {
    justify-content:center;
}

.justify-flex-end {
    justify-content:flex-end;
}

.justify-flex-start {
    justify-content:flex-start;
}

.justify-space-around {
    justify-content:space-around;
}

.justify-space-between {
    justify-content:space-between;
}



.text-left {
    text-align:left;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}



.direction-column {
    flex-direction:column;
}

.direction-column-reverse {
    flex-direction:column-reverse;
}

.direction-row {
    flex-direction:row;
}

.direction-row-reverse {
    flex-direction:row-reverse;
}




.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }




.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }




.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }




.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }




.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }




.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }




.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }




.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }




.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }




.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }




.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }




.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }




.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }




.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }




.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }




.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }




.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }




.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }




.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }




.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }




.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }




.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }







.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }







.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }







.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }







.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }







.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }







.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }







.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }







.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }







.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.max-auto { max-width:100%; }

/* div[class*=row-0-padding] > div {padding: 0 !important;} */
div[class*=full-width-section] > div {
    padding: 0 !important;
}

div[class*=full-width-section] > div > div {
    padding: 0 !important;
}


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }

.col-1 { max-width:8.333%; flex:0 0 8.333%; }

.col-2 { max-width:16.666%; flex:0 0 16.666%; }

.col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }

.col-4 { max-width:33.332%; flex:0 0 33.332%; }

.col-5 { max-width:41.665%; flex:0 0 41.665%; }

.col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }

.col-7 { max-width:58.331%; flex:0 0 58.331%; }

.col-8 { max-width:66.664%; flex:0 0 66.664%; }

.col-9 { max-width:74.997%; flex:0 0 74.997%; }

.col-10 { max-width:83.33%; flex:0 0 83.33%; }

.col-11 { max-width:91.663%; flex:0 0 91.663%; }

.col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }


    .max-50 { max-width:50px; }
    .text-2{ font-size:2px; } 

    .max-100 { max-width:100px; }
    .text-4{ font-size:4px; } 

    .max-150 { max-width:150px; }
    .text-6{ font-size:6px; } 

    .max-200 { max-width:200px; }
    .text-8{ font-size:8px; } 

    .max-250 { max-width:250px; }
    .text-10{ font-size:10px; } 

    .max-300 { max-width:300px; }
    .text-12{ font-size:12px; } 

    .max-350 { max-width:350px; }
    .text-14{ font-size:14px; } 

    .max-400 { max-width:400px; }
    .text-16{ font-size:16px; } 

    .max-450 { max-width:450px; }
    .text-18{ font-size:18px; } 

    .max-500 { max-width:500px; }
    .text-20{ font-size:20px; } 

    .max-550 { max-width:550px; }
    .text-22{ font-size:22px; } 

    .max-600 { max-width:600px; }
    .text-24{ font-size:24px; } 

    .max-650 { max-width:650px; }
    .text-26{ font-size:26px; } 

    .max-700 { max-width:700px; }
    .text-28{ font-size:28px; } 

    .max-750 { max-width:750px; }
    .text-30{ font-size:30px; } 

    .max-800 { max-width:800px; }
    .text-32{ font-size:32px; } 

    .max-850 { max-width:850px; }
    .text-34{ font-size:34px; } 

    .max-900 { max-width:900px; }
    .text-36{ font-size:36px; } 

    .max-950 { max-width:950px; }
    .text-38{ font-size:38px; } 

    .max-1000 { max-width:1000px; }
    .text-40{ font-size:40px; } 

    .max-1050 { max-width:1050px; }
    .text-42{ font-size:42px; } 

    .max-1100 { max-width:1100px; }
    .text-44{ font-size:44px; } 

    .max-1150 { max-width:1150px; }
    .text-46{ font-size:46px; } 

    .max-1200 { max-width:1200px; }
    .text-48{ font-size:48px; } 

    .max-1250 { max-width:1250px; }
    .text-50{ font-size:50px; } 

    .max-1300 { max-width:1300px; }
    .text-52{ font-size:52px; } 

    .max-1350 { max-width:1350px; }
    .text-54{ font-size:54px; } 

    .max-1400 { max-width:1400px; }
    .text-56{ font-size:56px; } 

    .max-1450 { max-width:1450px; }
    .text-58{ font-size:58px; } 








@media(min-width:768px){
    
    
    .sm\:d-block {
        display:block;
    }
    
    .sm\:d-inline-block {
        display:inline-block;
    }
    
    .sm\:d-flex {
        display:flex;
    }
    
    .sm\:d-inline-flex {
        display:inline-flex;
    }
    
    .sm\:d-none {
        display:none;
    }
    
    
    
    .sm\:align-center {
        align-items:center;
    }
    
    .sm\:align-flex-start {
        align-items:flex-start;
    }
    
    .sm\:align-flex-end {
        align-items:flex-end;
    }
    
    .sm\:align-normal {
        align-items:normal;
    }
    
    
    
    .sm\:justify-center {
        justify-content:center;
    }
    
    .sm\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .sm\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .sm\:justify-space-around {
        justify-content:space-around;
    }
    
    .sm\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .sm\:text-left {
        text-align:left;
    }
    
    .sm\:text-right {
        text-align:right;
    }
    
    .sm\:text-center {
        text-align:center;
    }
    
    
    
    .sm\:direction-column {
        flex-direction:column;
    }
    
    .sm\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .sm\:direction-row {
        flex-direction:row;
    }
    
    .sm\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .sm\:p--0 { padding:0px !important; }
    .sm\:p-0 { padding:0px; }
    .sm\:pt-0 { padding-top:0px; }
    .sm\:pb-0 { padding-bottom:0px; }
    .sm\:pl-0 { padding-left:0px; }
    .sm\:pr-0 { padding-right:0px; }

    .sm\:m-0 {  margin:0px; }
    .sm\:mt-0 { margin-top:0px; }
    .sm\:mb-0 { margin-bottom:0px; }
    .sm\:ml-0 { margin-left:0px; }
    .sm\:mr-0 { margin-right:0px; }

    .sm\:ml--0 { margin-left:-0px; }
    .sm\:mr--0 { margin-right:-0px; }

    .sm\:mt--0 { margin-top:-0px; }
    .sm\:mb--0 { margin-bottom:-0px; }

    .sm\:max--0 { max-width:0%; }
    .sm\:mt---0 { margin-top:-0%; }
    .sm\:mb---0 { margin-bottom:-0%; }
    
    
    .sm\:p--5 { padding:5px !important; }
    .sm\:p-5 { padding:5px; }
    .sm\:pt-5 { padding-top:5px; }
    .sm\:pb-5 { padding-bottom:5px; }
    .sm\:pl-5 { padding-left:5px; }
    .sm\:pr-5 { padding-right:5px; }

    .sm\:m-5 {  margin:5px; }
    .sm\:mt-5 { margin-top:5px; }
    .sm\:mb-5 { margin-bottom:5px; }
    .sm\:ml-5 { margin-left:5px; }
    .sm\:mr-5 { margin-right:5px; }

    .sm\:ml--5 { margin-left:-5px; }
    .sm\:mr--5 { margin-right:-5px; }

    .sm\:mt--5 { margin-top:-5px; }
    .sm\:mb--5 { margin-bottom:-5px; }

    .sm\:max--5 { max-width:5%; }
    .sm\:mt---5 { margin-top:-5%; }
    .sm\:mb---5 { margin-bottom:-5%; }
    
    
    .sm\:p--10 { padding:10px !important; }
    .sm\:p-10 { padding:10px; }
    .sm\:pt-10 { padding-top:10px; }
    .sm\:pb-10 { padding-bottom:10px; }
    .sm\:pl-10 { padding-left:10px; }
    .sm\:pr-10 { padding-right:10px; }

    .sm\:m-10 {  margin:10px; }
    .sm\:mt-10 { margin-top:10px; }
    .sm\:mb-10 { margin-bottom:10px; }
    .sm\:ml-10 { margin-left:10px; }
    .sm\:mr-10 { margin-right:10px; }

    .sm\:ml--10 { margin-left:-10px; }
    .sm\:mr--10 { margin-right:-10px; }

    .sm\:mt--10 { margin-top:-10px; }
    .sm\:mb--10 { margin-bottom:-10px; }

    .sm\:max--10 { max-width:10%; }
    .sm\:mt---10 { margin-top:-10%; }
    .sm\:mb---10 { margin-bottom:-10%; }
    
    
    .sm\:p--15 { padding:15px !important; }
    .sm\:p-15 { padding:15px; }
    .sm\:pt-15 { padding-top:15px; }
    .sm\:pb-15 { padding-bottom:15px; }
    .sm\:pl-15 { padding-left:15px; }
    .sm\:pr-15 { padding-right:15px; }

    .sm\:m-15 {  margin:15px; }
    .sm\:mt-15 { margin-top:15px; }
    .sm\:mb-15 { margin-bottom:15px; }
    .sm\:ml-15 { margin-left:15px; }
    .sm\:mr-15 { margin-right:15px; }

    .sm\:ml--15 { margin-left:-15px; }
    .sm\:mr--15 { margin-right:-15px; }

    .sm\:mt--15 { margin-top:-15px; }
    .sm\:mb--15 { margin-bottom:-15px; }

    .sm\:max--15 { max-width:15%; }
    .sm\:mt---15 { margin-top:-15%; }
    .sm\:mb---15 { margin-bottom:-15%; }
    
    
    .sm\:p--20 { padding:20px !important; }
    .sm\:p-20 { padding:20px; }
    .sm\:pt-20 { padding-top:20px; }
    .sm\:pb-20 { padding-bottom:20px; }
    .sm\:pl-20 { padding-left:20px; }
    .sm\:pr-20 { padding-right:20px; }

    .sm\:m-20 {  margin:20px; }
    .sm\:mt-20 { margin-top:20px; }
    .sm\:mb-20 { margin-bottom:20px; }
    .sm\:ml-20 { margin-left:20px; }
    .sm\:mr-20 { margin-right:20px; }

    .sm\:ml--20 { margin-left:-20px; }
    .sm\:mr--20 { margin-right:-20px; }

    .sm\:mt--20 { margin-top:-20px; }
    .sm\:mb--20 { margin-bottom:-20px; }

    .sm\:max--20 { max-width:20%; }
    .sm\:mt---20 { margin-top:-20%; }
    .sm\:mb---20 { margin-bottom:-20%; }
    
    
    .sm\:p--25 { padding:25px !important; }
    .sm\:p-25 { padding:25px; }
    .sm\:pt-25 { padding-top:25px; }
    .sm\:pb-25 { padding-bottom:25px; }
    .sm\:pl-25 { padding-left:25px; }
    .sm\:pr-25 { padding-right:25px; }

    .sm\:m-25 {  margin:25px; }
    .sm\:mt-25 { margin-top:25px; }
    .sm\:mb-25 { margin-bottom:25px; }
    .sm\:ml-25 { margin-left:25px; }
    .sm\:mr-25 { margin-right:25px; }

    .sm\:ml--25 { margin-left:-25px; }
    .sm\:mr--25 { margin-right:-25px; }

    .sm\:mt--25 { margin-top:-25px; }
    .sm\:mb--25 { margin-bottom:-25px; }

    .sm\:max--25 { max-width:25%; }
    .sm\:mt---25 { margin-top:-25%; }
    .sm\:mb---25 { margin-bottom:-25%; }
    
    
    .sm\:p--30 { padding:30px !important; }
    .sm\:p-30 { padding:30px; }
    .sm\:pt-30 { padding-top:30px; }
    .sm\:pb-30 { padding-bottom:30px; }
    .sm\:pl-30 { padding-left:30px; }
    .sm\:pr-30 { padding-right:30px; }

    .sm\:m-30 {  margin:30px; }
    .sm\:mt-30 { margin-top:30px; }
    .sm\:mb-30 { margin-bottom:30px; }
    .sm\:ml-30 { margin-left:30px; }
    .sm\:mr-30 { margin-right:30px; }

    .sm\:ml--30 { margin-left:-30px; }
    .sm\:mr--30 { margin-right:-30px; }

    .sm\:mt--30 { margin-top:-30px; }
    .sm\:mb--30 { margin-bottom:-30px; }

    .sm\:max--30 { max-width:30%; }
    .sm\:mt---30 { margin-top:-30%; }
    .sm\:mb---30 { margin-bottom:-30%; }
    
    
    .sm\:p--35 { padding:35px !important; }
    .sm\:p-35 { padding:35px; }
    .sm\:pt-35 { padding-top:35px; }
    .sm\:pb-35 { padding-bottom:35px; }
    .sm\:pl-35 { padding-left:35px; }
    .sm\:pr-35 { padding-right:35px; }

    .sm\:m-35 {  margin:35px; }
    .sm\:mt-35 { margin-top:35px; }
    .sm\:mb-35 { margin-bottom:35px; }
    .sm\:ml-35 { margin-left:35px; }
    .sm\:mr-35 { margin-right:35px; }

    .sm\:ml--35 { margin-left:-35px; }
    .sm\:mr--35 { margin-right:-35px; }

    .sm\:mt--35 { margin-top:-35px; }
    .sm\:mb--35 { margin-bottom:-35px; }

    .sm\:max--35 { max-width:35%; }
    .sm\:mt---35 { margin-top:-35%; }
    .sm\:mb---35 { margin-bottom:-35%; }
    
    
    .sm\:p--40 { padding:40px !important; }
    .sm\:p-40 { padding:40px; }
    .sm\:pt-40 { padding-top:40px; }
    .sm\:pb-40 { padding-bottom:40px; }
    .sm\:pl-40 { padding-left:40px; }
    .sm\:pr-40 { padding-right:40px; }

    .sm\:m-40 {  margin:40px; }
    .sm\:mt-40 { margin-top:40px; }
    .sm\:mb-40 { margin-bottom:40px; }
    .sm\:ml-40 { margin-left:40px; }
    .sm\:mr-40 { margin-right:40px; }

    .sm\:ml--40 { margin-left:-40px; }
    .sm\:mr--40 { margin-right:-40px; }

    .sm\:mt--40 { margin-top:-40px; }
    .sm\:mb--40 { margin-bottom:-40px; }

    .sm\:max--40 { max-width:40%; }
    .sm\:mt---40 { margin-top:-40%; }
    .sm\:mb---40 { margin-bottom:-40%; }
    
    
    .sm\:p--45 { padding:45px !important; }
    .sm\:p-45 { padding:45px; }
    .sm\:pt-45 { padding-top:45px; }
    .sm\:pb-45 { padding-bottom:45px; }
    .sm\:pl-45 { padding-left:45px; }
    .sm\:pr-45 { padding-right:45px; }

    .sm\:m-45 {  margin:45px; }
    .sm\:mt-45 { margin-top:45px; }
    .sm\:mb-45 { margin-bottom:45px; }
    .sm\:ml-45 { margin-left:45px; }
    .sm\:mr-45 { margin-right:45px; }

    .sm\:ml--45 { margin-left:-45px; }
    .sm\:mr--45 { margin-right:-45px; }

    .sm\:mt--45 { margin-top:-45px; }
    .sm\:mb--45 { margin-bottom:-45px; }

    .sm\:max--45 { max-width:45%; }
    .sm\:mt---45 { margin-top:-45%; }
    .sm\:mb---45 { margin-bottom:-45%; }
    
    
    .sm\:p--50 { padding:50px !important; }
    .sm\:p-50 { padding:50px; }
    .sm\:pt-50 { padding-top:50px; }
    .sm\:pb-50 { padding-bottom:50px; }
    .sm\:pl-50 { padding-left:50px; }
    .sm\:pr-50 { padding-right:50px; }

    .sm\:m-50 {  margin:50px; }
    .sm\:mt-50 { margin-top:50px; }
    .sm\:mb-50 { margin-bottom:50px; }
    .sm\:ml-50 { margin-left:50px; }
    .sm\:mr-50 { margin-right:50px; }

    .sm\:ml--50 { margin-left:-50px; }
    .sm\:mr--50 { margin-right:-50px; }

    .sm\:mt--50 { margin-top:-50px; }
    .sm\:mb--50 { margin-bottom:-50px; }

    .sm\:max--50 { max-width:50%; }
    .sm\:mt---50 { margin-top:-50%; }
    .sm\:mb---50 { margin-bottom:-50%; }
    
    
    .sm\:p--55 { padding:55px !important; }
    .sm\:p-55 { padding:55px; }
    .sm\:pt-55 { padding-top:55px; }
    .sm\:pb-55 { padding-bottom:55px; }
    .sm\:pl-55 { padding-left:55px; }
    .sm\:pr-55 { padding-right:55px; }

    .sm\:m-55 {  margin:55px; }
    .sm\:mt-55 { margin-top:55px; }
    .sm\:mb-55 { margin-bottom:55px; }
    .sm\:ml-55 { margin-left:55px; }
    .sm\:mr-55 { margin-right:55px; }

    .sm\:ml--55 { margin-left:-55px; }
    .sm\:mr--55 { margin-right:-55px; }

    .sm\:mt--55 { margin-top:-55px; }
    .sm\:mb--55 { margin-bottom:-55px; }

    .sm\:max--55 { max-width:55%; }
    .sm\:mt---55 { margin-top:-55%; }
    .sm\:mb---55 { margin-bottom:-55%; }
    
    
    .sm\:p--60 { padding:60px !important; }
    .sm\:p-60 { padding:60px; }
    .sm\:pt-60 { padding-top:60px; }
    .sm\:pb-60 { padding-bottom:60px; }
    .sm\:pl-60 { padding-left:60px; }
    .sm\:pr-60 { padding-right:60px; }

    .sm\:m-60 {  margin:60px; }
    .sm\:mt-60 { margin-top:60px; }
    .sm\:mb-60 { margin-bottom:60px; }
    .sm\:ml-60 { margin-left:60px; }
    .sm\:mr-60 { margin-right:60px; }

    .sm\:ml--60 { margin-left:-60px; }
    .sm\:mr--60 { margin-right:-60px; }

    .sm\:mt--60 { margin-top:-60px; }
    .sm\:mb--60 { margin-bottom:-60px; }

    .sm\:max--60 { max-width:60%; }
    .sm\:mt---60 { margin-top:-60%; }
    .sm\:mb---60 { margin-bottom:-60%; }
    
    
    .sm\:p--65 { padding:65px !important; }
    .sm\:p-65 { padding:65px; }
    .sm\:pt-65 { padding-top:65px; }
    .sm\:pb-65 { padding-bottom:65px; }
    .sm\:pl-65 { padding-left:65px; }
    .sm\:pr-65 { padding-right:65px; }

    .sm\:m-65 {  margin:65px; }
    .sm\:mt-65 { margin-top:65px; }
    .sm\:mb-65 { margin-bottom:65px; }
    .sm\:ml-65 { margin-left:65px; }
    .sm\:mr-65 { margin-right:65px; }

    .sm\:ml--65 { margin-left:-65px; }
    .sm\:mr--65 { margin-right:-65px; }

    .sm\:mt--65 { margin-top:-65px; }
    .sm\:mb--65 { margin-bottom:-65px; }

    .sm\:max--65 { max-width:65%; }
    .sm\:mt---65 { margin-top:-65%; }
    .sm\:mb---65 { margin-bottom:-65%; }
    
    
    .sm\:p--70 { padding:70px !important; }
    .sm\:p-70 { padding:70px; }
    .sm\:pt-70 { padding-top:70px; }
    .sm\:pb-70 { padding-bottom:70px; }
    .sm\:pl-70 { padding-left:70px; }
    .sm\:pr-70 { padding-right:70px; }

    .sm\:m-70 {  margin:70px; }
    .sm\:mt-70 { margin-top:70px; }
    .sm\:mb-70 { margin-bottom:70px; }
    .sm\:ml-70 { margin-left:70px; }
    .sm\:mr-70 { margin-right:70px; }

    .sm\:ml--70 { margin-left:-70px; }
    .sm\:mr--70 { margin-right:-70px; }

    .sm\:mt--70 { margin-top:-70px; }
    .sm\:mb--70 { margin-bottom:-70px; }

    .sm\:max--70 { max-width:70%; }
    .sm\:mt---70 { margin-top:-70%; }
    .sm\:mb---70 { margin-bottom:-70%; }
    
    
    .sm\:p--75 { padding:75px !important; }
    .sm\:p-75 { padding:75px; }
    .sm\:pt-75 { padding-top:75px; }
    .sm\:pb-75 { padding-bottom:75px; }
    .sm\:pl-75 { padding-left:75px; }
    .sm\:pr-75 { padding-right:75px; }

    .sm\:m-75 {  margin:75px; }
    .sm\:mt-75 { margin-top:75px; }
    .sm\:mb-75 { margin-bottom:75px; }
    .sm\:ml-75 { margin-left:75px; }
    .sm\:mr-75 { margin-right:75px; }

    .sm\:ml--75 { margin-left:-75px; }
    .sm\:mr--75 { margin-right:-75px; }

    .sm\:mt--75 { margin-top:-75px; }
    .sm\:mb--75 { margin-bottom:-75px; }

    .sm\:max--75 { max-width:75%; }
    .sm\:mt---75 { margin-top:-75%; }
    .sm\:mb---75 { margin-bottom:-75%; }
    
    
    .sm\:p--80 { padding:80px !important; }
    .sm\:p-80 { padding:80px; }
    .sm\:pt-80 { padding-top:80px; }
    .sm\:pb-80 { padding-bottom:80px; }
    .sm\:pl-80 { padding-left:80px; }
    .sm\:pr-80 { padding-right:80px; }

    .sm\:m-80 {  margin:80px; }
    .sm\:mt-80 { margin-top:80px; }
    .sm\:mb-80 { margin-bottom:80px; }
    .sm\:ml-80 { margin-left:80px; }
    .sm\:mr-80 { margin-right:80px; }

    .sm\:ml--80 { margin-left:-80px; }
    .sm\:mr--80 { margin-right:-80px; }

    .sm\:mt--80 { margin-top:-80px; }
    .sm\:mb--80 { margin-bottom:-80px; }

    .sm\:max--80 { max-width:80%; }
    .sm\:mt---80 { margin-top:-80%; }
    .sm\:mb---80 { margin-bottom:-80%; }
    
    
    .sm\:p--85 { padding:85px !important; }
    .sm\:p-85 { padding:85px; }
    .sm\:pt-85 { padding-top:85px; }
    .sm\:pb-85 { padding-bottom:85px; }
    .sm\:pl-85 { padding-left:85px; }
    .sm\:pr-85 { padding-right:85px; }

    .sm\:m-85 {  margin:85px; }
    .sm\:mt-85 { margin-top:85px; }
    .sm\:mb-85 { margin-bottom:85px; }
    .sm\:ml-85 { margin-left:85px; }
    .sm\:mr-85 { margin-right:85px; }

    .sm\:ml--85 { margin-left:-85px; }
    .sm\:mr--85 { margin-right:-85px; }

    .sm\:mt--85 { margin-top:-85px; }
    .sm\:mb--85 { margin-bottom:-85px; }

    .sm\:max--85 { max-width:85%; }
    .sm\:mt---85 { margin-top:-85%; }
    .sm\:mb---85 { margin-bottom:-85%; }
    
    
    .sm\:p--90 { padding:90px !important; }
    .sm\:p-90 { padding:90px; }
    .sm\:pt-90 { padding-top:90px; }
    .sm\:pb-90 { padding-bottom:90px; }
    .sm\:pl-90 { padding-left:90px; }
    .sm\:pr-90 { padding-right:90px; }

    .sm\:m-90 {  margin:90px; }
    .sm\:mt-90 { margin-top:90px; }
    .sm\:mb-90 { margin-bottom:90px; }
    .sm\:ml-90 { margin-left:90px; }
    .sm\:mr-90 { margin-right:90px; }

    .sm\:ml--90 { margin-left:-90px; }
    .sm\:mr--90 { margin-right:-90px; }

    .sm\:mt--90 { margin-top:-90px; }
    .sm\:mb--90 { margin-bottom:-90px; }

    .sm\:max--90 { max-width:90%; }
    .sm\:mt---90 { margin-top:-90%; }
    .sm\:mb---90 { margin-bottom:-90%; }
    
    
    .sm\:p--95 { padding:95px !important; }
    .sm\:p-95 { padding:95px; }
    .sm\:pt-95 { padding-top:95px; }
    .sm\:pb-95 { padding-bottom:95px; }
    .sm\:pl-95 { padding-left:95px; }
    .sm\:pr-95 { padding-right:95px; }

    .sm\:m-95 {  margin:95px; }
    .sm\:mt-95 { margin-top:95px; }
    .sm\:mb-95 { margin-bottom:95px; }
    .sm\:ml-95 { margin-left:95px; }
    .sm\:mr-95 { margin-right:95px; }

    .sm\:ml--95 { margin-left:-95px; }
    .sm\:mr--95 { margin-right:-95px; }

    .sm\:mt--95 { margin-top:-95px; }
    .sm\:mb--95 { margin-bottom:-95px; }

    .sm\:max--95 { max-width:95%; }
    .sm\:mt---95 { margin-top:-95%; }
    .sm\:mb---95 { margin-bottom:-95%; }
    
    
    .sm\:p--100 { padding:100px !important; }
    .sm\:p-100 { padding:100px; }
    .sm\:pt-100 { padding-top:100px; }
    .sm\:pb-100 { padding-bottom:100px; }
    .sm\:pl-100 { padding-left:100px; }
    .sm\:pr-100 { padding-right:100px; }

    .sm\:m-100 {  margin:100px; }
    .sm\:mt-100 { margin-top:100px; }
    .sm\:mb-100 { margin-bottom:100px; }
    .sm\:ml-100 { margin-left:100px; }
    .sm\:mr-100 { margin-right:100px; }

    .sm\:ml--100 { margin-left:-100px; }
    .sm\:mr--100 { margin-right:-100px; }

    .sm\:mt--100 { margin-top:-100px; }
    .sm\:mb--100 { margin-bottom:-100px; }

    .sm\:max--100 { max-width:100%; }
    .sm\:mt---100 { margin-top:-100%; }
    .sm\:mb---100 { margin-bottom:-100%; }
    
    
    .sm\:p--105 { padding:105px !important; }
    .sm\:p-105 { padding:105px; }
    .sm\:pt-105 { padding-top:105px; }
    .sm\:pb-105 { padding-bottom:105px; }
    .sm\:pl-105 { padding-left:105px; }
    .sm\:pr-105 { padding-right:105px; }

    .sm\:m-105 {  margin:105px; }
    .sm\:mt-105 { margin-top:105px; }
    .sm\:mb-105 { margin-bottom:105px; }
    .sm\:ml-105 { margin-left:105px; }
    .sm\:mr-105 { margin-right:105px; }

    .sm\:ml--105 { margin-left:-105px; }
    .sm\:mr--105 { margin-right:-105px; }

    .sm\:mt--105 { margin-top:-105px; }
    .sm\:mb--105 { margin-bottom:-105px; }

    .sm\:max--105 { max-width:105%; }
    .sm\:mt---105 { margin-top:-105%; }
    .sm\:mb---105 { margin-bottom:-105%; }
    
    
    .sm\:p--110 { padding:110px !important; }
    .sm\:p-110 { padding:110px; }
    .sm\:pt-110 { padding-top:110px; }
    .sm\:pb-110 { padding-bottom:110px; }
    .sm\:pl-110 { padding-left:110px; }
    .sm\:pr-110 { padding-right:110px; }

    .sm\:m-110 {  margin:110px; }
    .sm\:mt-110 { margin-top:110px; }
    .sm\:mb-110 { margin-bottom:110px; }
    .sm\:ml-110 { margin-left:110px; }
    .sm\:mr-110 { margin-right:110px; }

    .sm\:ml--110 { margin-left:-110px; }
    .sm\:mr--110 { margin-right:-110px; }

    .sm\:mt--110 { margin-top:-110px; }
    .sm\:mb--110 { margin-bottom:-110px; }

    .sm\:max--110 { max-width:110%; }
    .sm\:mt---110 { margin-top:-110%; }
    .sm\:mb---110 { margin-bottom:-110%; }
    
    
    .sm\:p--115 { padding:115px !important; }
    .sm\:p-115 { padding:115px; }
    .sm\:pt-115 { padding-top:115px; }
    .sm\:pb-115 { padding-bottom:115px; }
    .sm\:pl-115 { padding-left:115px; }
    .sm\:pr-115 { padding-right:115px; }

    .sm\:m-115 {  margin:115px; }
    .sm\:mt-115 { margin-top:115px; }
    .sm\:mb-115 { margin-bottom:115px; }
    .sm\:ml-115 { margin-left:115px; }
    .sm\:mr-115 { margin-right:115px; }

    .sm\:ml--115 { margin-left:-115px; }
    .sm\:mr--115 { margin-right:-115px; }

    .sm\:mt--115 { margin-top:-115px; }
    .sm\:mb--115 { margin-bottom:-115px; }

    .sm\:max--115 { max-width:115%; }
    .sm\:mt---115 { margin-top:-115%; }
    .sm\:mb---115 { margin-bottom:-115%; }
    
    
    .sm\:p--120 { padding:120px !important; }
    .sm\:p-120 { padding:120px; }
    .sm\:pt-120 { padding-top:120px; }
    .sm\:pb-120 { padding-bottom:120px; }
    .sm\:pl-120 { padding-left:120px; }
    .sm\:pr-120 { padding-right:120px; }

    .sm\:m-120 {  margin:120px; }
    .sm\:mt-120 { margin-top:120px; }
    .sm\:mb-120 { margin-bottom:120px; }
    .sm\:ml-120 { margin-left:120px; }
    .sm\:mr-120 { margin-right:120px; }

    .sm\:ml--120 { margin-left:-120px; }
    .sm\:mr--120 { margin-right:-120px; }

    .sm\:mt--120 { margin-top:-120px; }
    .sm\:mb--120 { margin-bottom:-120px; }

    .sm\:max--120 { max-width:120%; }
    .sm\:mt---120 { margin-top:-120%; }
    .sm\:mb---120 { margin-bottom:-120%; }
    
    
    .sm\:p--125 { padding:125px !important; }
    .sm\:p-125 { padding:125px; }
    .sm\:pt-125 { padding-top:125px; }
    .sm\:pb-125 { padding-bottom:125px; }
    .sm\:pl-125 { padding-left:125px; }
    .sm\:pr-125 { padding-right:125px; }

    .sm\:m-125 {  margin:125px; }
    .sm\:mt-125 { margin-top:125px; }
    .sm\:mb-125 { margin-bottom:125px; }
    .sm\:ml-125 { margin-left:125px; }
    .sm\:mr-125 { margin-right:125px; }

    .sm\:ml--125 { margin-left:-125px; }
    .sm\:mr--125 { margin-right:-125px; }

    .sm\:mt--125 { margin-top:-125px; }
    .sm\:mb--125 { margin-bottom:-125px; }

    .sm\:max--125 { max-width:125%; }
    .sm\:mt---125 { margin-top:-125%; }
    .sm\:mb---125 { margin-bottom:-125%; }
    
    
    .sm\:p--130 { padding:130px !important; }
    .sm\:p-130 { padding:130px; }
    .sm\:pt-130 { padding-top:130px; }
    .sm\:pb-130 { padding-bottom:130px; }
    .sm\:pl-130 { padding-left:130px; }
    .sm\:pr-130 { padding-right:130px; }

    .sm\:m-130 {  margin:130px; }
    .sm\:mt-130 { margin-top:130px; }
    .sm\:mb-130 { margin-bottom:130px; }
    .sm\:ml-130 { margin-left:130px; }
    .sm\:mr-130 { margin-right:130px; }

    .sm\:ml--130 { margin-left:-130px; }
    .sm\:mr--130 { margin-right:-130px; }

    .sm\:mt--130 { margin-top:-130px; }
    .sm\:mb--130 { margin-bottom:-130px; }

    .sm\:max--130 { max-width:130%; }
    .sm\:mt---130 { margin-top:-130%; }
    .sm\:mb---130 { margin-bottom:-130%; }
    
    
    .sm\:p--135 { padding:135px !important; }
    .sm\:p-135 { padding:135px; }
    .sm\:pt-135 { padding-top:135px; }
    .sm\:pb-135 { padding-bottom:135px; }
    .sm\:pl-135 { padding-left:135px; }
    .sm\:pr-135 { padding-right:135px; }

    .sm\:m-135 {  margin:135px; }
    .sm\:mt-135 { margin-top:135px; }
    .sm\:mb-135 { margin-bottom:135px; }
    .sm\:ml-135 { margin-left:135px; }
    .sm\:mr-135 { margin-right:135px; }

    .sm\:ml--135 { margin-left:-135px; }
    .sm\:mr--135 { margin-right:-135px; }

    .sm\:mt--135 { margin-top:-135px; }
    .sm\:mb--135 { margin-bottom:-135px; }

    .sm\:max--135 { max-width:135%; }
    .sm\:mt---135 { margin-top:-135%; }
    .sm\:mb---135 { margin-bottom:-135%; }
    
    
    .sm\:p--140 { padding:140px !important; }
    .sm\:p-140 { padding:140px; }
    .sm\:pt-140 { padding-top:140px; }
    .sm\:pb-140 { padding-bottom:140px; }
    .sm\:pl-140 { padding-left:140px; }
    .sm\:pr-140 { padding-right:140px; }

    .sm\:m-140 {  margin:140px; }
    .sm\:mt-140 { margin-top:140px; }
    .sm\:mb-140 { margin-bottom:140px; }
    .sm\:ml-140 { margin-left:140px; }
    .sm\:mr-140 { margin-right:140px; }

    .sm\:ml--140 { margin-left:-140px; }
    .sm\:mr--140 { margin-right:-140px; }

    .sm\:mt--140 { margin-top:-140px; }
    .sm\:mb--140 { margin-bottom:-140px; }

    .sm\:max--140 { max-width:140%; }
    .sm\:mt---140 { margin-top:-140%; }
    .sm\:mb---140 { margin-bottom:-140%; }
    
    
    .sm\:p--145 { padding:145px !important; }
    .sm\:p-145 { padding:145px; }
    .sm\:pt-145 { padding-top:145px; }
    .sm\:pb-145 { padding-bottom:145px; }
    .sm\:pl-145 { padding-left:145px; }
    .sm\:pr-145 { padding-right:145px; }

    .sm\:m-145 {  margin:145px; }
    .sm\:mt-145 { margin-top:145px; }
    .sm\:mb-145 { margin-bottom:145px; }
    .sm\:ml-145 { margin-left:145px; }
    .sm\:mr-145 { margin-right:145px; }

    .sm\:ml--145 { margin-left:-145px; }
    .sm\:mr--145 { margin-right:-145px; }

    .sm\:mt--145 { margin-top:-145px; }
    .sm\:mb--145 { margin-bottom:-145px; }

    .sm\:max--145 { max-width:145%; }
    .sm\:mt---145 { margin-top:-145%; }
    .sm\:mb---145 { margin-bottom:-145%; }
    
    
    .sm\:p--150 { padding:150px !important; }
    .sm\:p-150 { padding:150px; }
    .sm\:pt-150 { padding-top:150px; }
    .sm\:pb-150 { padding-bottom:150px; }
    .sm\:pl-150 { padding-left:150px; }
    .sm\:pr-150 { padding-right:150px; }

    .sm\:m-150 {  margin:150px; }
    .sm\:mt-150 { margin-top:150px; }
    .sm\:mb-150 { margin-bottom:150px; }
    .sm\:ml-150 { margin-left:150px; }
    .sm\:mr-150 { margin-right:150px; }

    .sm\:ml--150 { margin-left:-150px; }
    .sm\:mr--150 { margin-right:-150px; }

    .sm\:mt--150 { margin-top:-150px; }
    .sm\:mb--150 { margin-bottom:-150px; }

    .sm\:max--150 { max-width:150%; }
    .sm\:mt---150 { margin-top:-150%; }
    .sm\:mb---150 { margin-bottom:-150%; }
    
    

    
    .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .sm\:max-50 { max-width:50px; }
    .sm\:text-2{ font-size:2px; } 

    
    .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .sm\:max-100 { max-width:100px; }
    .sm\:text-4{ font-size:4px; } 

    
    .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .sm\:max-150 { max-width:150px; }
    .sm\:text-6{ font-size:6px; } 

    
    .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .sm\:max-200 { max-width:200px; }
    .sm\:text-8{ font-size:8px; } 

    
    .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .sm\:max-250 { max-width:250px; }
    .sm\:text-10{ font-size:10px; } 

    
    .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .sm\:max-300 { max-width:300px; }
    .sm\:text-12{ font-size:12px; } 

    
    .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .sm\:max-350 { max-width:350px; }
    .sm\:text-14{ font-size:14px; } 

    
    .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .sm\:max-400 { max-width:400px; }
    .sm\:text-16{ font-size:16px; } 

    
    .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .sm\:max-450 { max-width:450px; }
    .sm\:text-18{ font-size:18px; } 

    
    .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .sm\:max-500 { max-width:500px; }
    .sm\:text-20{ font-size:20px; } 

    
    .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .sm\:max-550 { max-width:550px; }
    .sm\:text-22{ font-size:22px; } 

    
    .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .sm\:max-600 { max-width:600px; }
    .sm\:text-24{ font-size:24px; } 

    
    .sm\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .sm\:max-650 { max-width:650px; }
    .sm\:text-26{ font-size:26px; } 

    
    .sm\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .sm\:max-700 { max-width:700px; }
    .sm\:text-28{ font-size:28px; } 

    
    .sm\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .sm\:max-750 { max-width:750px; }
    .sm\:text-30{ font-size:30px; } 

    
    .sm\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .sm\:max-800 { max-width:800px; }
    .sm\:text-32{ font-size:32px; } 

    
    .sm\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .sm\:max-850 { max-width:850px; }
    .sm\:text-34{ font-size:34px; } 

    
    .sm\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .sm\:max-900 { max-width:900px; }
    .sm\:text-36{ font-size:36px; } 

    
    .sm\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .sm\:max-950 { max-width:950px; }
    .sm\:text-38{ font-size:38px; } 

    
    .sm\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .sm\:max-1000 { max-width:1000px; }
    .sm\:text-40{ font-size:40px; } 

    
    .sm\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .sm\:max-1050 { max-width:1050px; }
    .sm\:text-42{ font-size:42px; } 

    
    .sm\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .sm\:max-1100 { max-width:1100px; }
    .sm\:text-44{ font-size:44px; } 

    
    .sm\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .sm\:max-1150 { max-width:1150px; }
    .sm\:text-46{ font-size:46px; } 

    
    .sm\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .sm\:max-1200 { max-width:1200px; }
    .sm\:text-48{ font-size:48px; } 

    
    .sm\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .sm\:max-1250 { max-width:1250px; }
    .sm\:text-50{ font-size:50px; } 

    
    .sm\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .sm\:max-1300 { max-width:1300px; }
    .sm\:text-52{ font-size:52px; } 

    
    .sm\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .sm\:max-1350 { max-width:1350px; }
    .sm\:text-54{ font-size:54px; } 

    
    .sm\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .sm\:max-1400 { max-width:1400px; }
    .sm\:text-56{ font-size:56px; } 

    
    .sm\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .sm\:max-1450 { max-width:1450px; }
    .sm\:text-58{ font-size:58px; } 

    

    .sm\:max-full { max-width:100%; }
    .sm\:ml-auto{ margin-left:auto; }
    .sm\:mr-auto{ margin-right:auto; }
    .sm\:vh-100{ height:100vh; }
    .sm\:vh-auto{ height:auto; }
}


@media(min-width:992px){
    
    
    .md\:d-block {
        display:block;
    }
    
    .md\:d-inline-block {
        display:inline-block;
    }
    
    .md\:d-flex {
        display:flex;
    }
    
    .md\:d-inline-flex {
        display:inline-flex;
    }
    
    .md\:d-none {
        display:none;
    }
    
    
    
    .md\:align-center {
        align-items:center;
    }
    
    .md\:align-flex-start {
        align-items:flex-start;
    }
    
    .md\:align-flex-end {
        align-items:flex-end;
    }
    
    .md\:align-normal {
        align-items:normal;
    }
    
    
    
    .md\:justify-center {
        justify-content:center;
    }
    
    .md\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .md\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .md\:justify-space-around {
        justify-content:space-around;
    }
    
    .md\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .md\:text-left {
        text-align:left;
    }
    
    .md\:text-right {
        text-align:right;
    }
    
    .md\:text-center {
        text-align:center;
    }
    
    
    
    .md\:direction-column {
        flex-direction:column;
    }
    
    .md\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .md\:direction-row {
        flex-direction:row;
    }
    
    .md\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .md\:p--0 { padding:0px !important; }
    .md\:p-0 { padding:0px; }
    .md\:pt-0 { padding-top:0px; }
    .md\:pb-0 { padding-bottom:0px; }
    .md\:pl-0 { padding-left:0px; }
    .md\:pr-0 { padding-right:0px; }

    .md\:m-0 {  margin:0px; }
    .md\:mt-0 { margin-top:0px; }
    .md\:mb-0 { margin-bottom:0px; }
    .md\:ml-0 { margin-left:0px; }
    .md\:mr-0 { margin-right:0px; }

    .md\:ml--0 { margin-left:-0px; }
    .md\:mr--0 { margin-right:-0px; }

    .md\:mt--0 { margin-top:-0px; }
    .md\:mb--0 { margin-bottom:-0px; }

    .md\:max--0 { max-width:0%; }
    .md\:mt---0 { margin-top:-0%; }
    .md\:mb---0 { margin-bottom:-0%; }
    
    
    .md\:p--5 { padding:5px !important; }
    .md\:p-5 { padding:5px; }
    .md\:pt-5 { padding-top:5px; }
    .md\:pb-5 { padding-bottom:5px; }
    .md\:pl-5 { padding-left:5px; }
    .md\:pr-5 { padding-right:5px; }

    .md\:m-5 {  margin:5px; }
    .md\:mt-5 { margin-top:5px; }
    .md\:mb-5 { margin-bottom:5px; }
    .md\:ml-5 { margin-left:5px; }
    .md\:mr-5 { margin-right:5px; }

    .md\:ml--5 { margin-left:-5px; }
    .md\:mr--5 { margin-right:-5px; }

    .md\:mt--5 { margin-top:-5px; }
    .md\:mb--5 { margin-bottom:-5px; }

    .md\:max--5 { max-width:5%; }
    .md\:mt---5 { margin-top:-5%; }
    .md\:mb---5 { margin-bottom:-5%; }
    
    
    .md\:p--10 { padding:10px !important; }
    .md\:p-10 { padding:10px; }
    .md\:pt-10 { padding-top:10px; }
    .md\:pb-10 { padding-bottom:10px; }
    .md\:pl-10 { padding-left:10px; }
    .md\:pr-10 { padding-right:10px; }

    .md\:m-10 {  margin:10px; }
    .md\:mt-10 { margin-top:10px; }
    .md\:mb-10 { margin-bottom:10px; }
    .md\:ml-10 { margin-left:10px; }
    .md\:mr-10 { margin-right:10px; }

    .md\:ml--10 { margin-left:-10px; }
    .md\:mr--10 { margin-right:-10px; }

    .md\:mt--10 { margin-top:-10px; }
    .md\:mb--10 { margin-bottom:-10px; }

    .md\:max--10 { max-width:10%; }
    .md\:mt---10 { margin-top:-10%; }
    .md\:mb---10 { margin-bottom:-10%; }
    
    
    .md\:p--15 { padding:15px !important; }
    .md\:p-15 { padding:15px; }
    .md\:pt-15 { padding-top:15px; }
    .md\:pb-15 { padding-bottom:15px; }
    .md\:pl-15 { padding-left:15px; }
    .md\:pr-15 { padding-right:15px; }

    .md\:m-15 {  margin:15px; }
    .md\:mt-15 { margin-top:15px; }
    .md\:mb-15 { margin-bottom:15px; }
    .md\:ml-15 { margin-left:15px; }
    .md\:mr-15 { margin-right:15px; }

    .md\:ml--15 { margin-left:-15px; }
    .md\:mr--15 { margin-right:-15px; }

    .md\:mt--15 { margin-top:-15px; }
    .md\:mb--15 { margin-bottom:-15px; }

    .md\:max--15 { max-width:15%; }
    .md\:mt---15 { margin-top:-15%; }
    .md\:mb---15 { margin-bottom:-15%; }
    
    
    .md\:p--20 { padding:20px !important; }
    .md\:p-20 { padding:20px; }
    .md\:pt-20 { padding-top:20px; }
    .md\:pb-20 { padding-bottom:20px; }
    .md\:pl-20 { padding-left:20px; }
    .md\:pr-20 { padding-right:20px; }

    .md\:m-20 {  margin:20px; }
    .md\:mt-20 { margin-top:20px; }
    .md\:mb-20 { margin-bottom:20px; }
    .md\:ml-20 { margin-left:20px; }
    .md\:mr-20 { margin-right:20px; }

    .md\:ml--20 { margin-left:-20px; }
    .md\:mr--20 { margin-right:-20px; }

    .md\:mt--20 { margin-top:-20px; }
    .md\:mb--20 { margin-bottom:-20px; }

    .md\:max--20 { max-width:20%; }
    .md\:mt---20 { margin-top:-20%; }
    .md\:mb---20 { margin-bottom:-20%; }
    
    
    .md\:p--25 { padding:25px !important; }
    .md\:p-25 { padding:25px; }
    .md\:pt-25 { padding-top:25px; }
    .md\:pb-25 { padding-bottom:25px; }
    .md\:pl-25 { padding-left:25px; }
    .md\:pr-25 { padding-right:25px; }

    .md\:m-25 {  margin:25px; }
    .md\:mt-25 { margin-top:25px; }
    .md\:mb-25 { margin-bottom:25px; }
    .md\:ml-25 { margin-left:25px; }
    .md\:mr-25 { margin-right:25px; }

    .md\:ml--25 { margin-left:-25px; }
    .md\:mr--25 { margin-right:-25px; }

    .md\:mt--25 { margin-top:-25px; }
    .md\:mb--25 { margin-bottom:-25px; }

    .md\:max--25 { max-width:25%; }
    .md\:mt---25 { margin-top:-25%; }
    .md\:mb---25 { margin-bottom:-25%; }
    
    
    .md\:p--30 { padding:30px !important; }
    .md\:p-30 { padding:30px; }
    .md\:pt-30 { padding-top:30px; }
    .md\:pb-30 { padding-bottom:30px; }
    .md\:pl-30 { padding-left:30px; }
    .md\:pr-30 { padding-right:30px; }

    .md\:m-30 {  margin:30px; }
    .md\:mt-30 { margin-top:30px; }
    .md\:mb-30 { margin-bottom:30px; }
    .md\:ml-30 { margin-left:30px; }
    .md\:mr-30 { margin-right:30px; }

    .md\:ml--30 { margin-left:-30px; }
    .md\:mr--30 { margin-right:-30px; }

    .md\:mt--30 { margin-top:-30px; }
    .md\:mb--30 { margin-bottom:-30px; }

    .md\:max--30 { max-width:30%; }
    .md\:mt---30 { margin-top:-30%; }
    .md\:mb---30 { margin-bottom:-30%; }
    
    
    .md\:p--35 { padding:35px !important; }
    .md\:p-35 { padding:35px; }
    .md\:pt-35 { padding-top:35px; }
    .md\:pb-35 { padding-bottom:35px; }
    .md\:pl-35 { padding-left:35px; }
    .md\:pr-35 { padding-right:35px; }

    .md\:m-35 {  margin:35px; }
    .md\:mt-35 { margin-top:35px; }
    .md\:mb-35 { margin-bottom:35px; }
    .md\:ml-35 { margin-left:35px; }
    .md\:mr-35 { margin-right:35px; }

    .md\:ml--35 { margin-left:-35px; }
    .md\:mr--35 { margin-right:-35px; }

    .md\:mt--35 { margin-top:-35px; }
    .md\:mb--35 { margin-bottom:-35px; }

    .md\:max--35 { max-width:35%; }
    .md\:mt---35 { margin-top:-35%; }
    .md\:mb---35 { margin-bottom:-35%; }
    
    
    .md\:p--40 { padding:40px !important; }
    .md\:p-40 { padding:40px; }
    .md\:pt-40 { padding-top:40px; }
    .md\:pb-40 { padding-bottom:40px; }
    .md\:pl-40 { padding-left:40px; }
    .md\:pr-40 { padding-right:40px; }

    .md\:m-40 {  margin:40px; }
    .md\:mt-40 { margin-top:40px; }
    .md\:mb-40 { margin-bottom:40px; }
    .md\:ml-40 { margin-left:40px; }
    .md\:mr-40 { margin-right:40px; }

    .md\:ml--40 { margin-left:-40px; }
    .md\:mr--40 { margin-right:-40px; }

    .md\:mt--40 { margin-top:-40px; }
    .md\:mb--40 { margin-bottom:-40px; }

    .md\:max--40 { max-width:40%; }
    .md\:mt---40 { margin-top:-40%; }
    .md\:mb---40 { margin-bottom:-40%; }
    
    
    .md\:p--45 { padding:45px !important; }
    .md\:p-45 { padding:45px; }
    .md\:pt-45 { padding-top:45px; }
    .md\:pb-45 { padding-bottom:45px; }
    .md\:pl-45 { padding-left:45px; }
    .md\:pr-45 { padding-right:45px; }

    .md\:m-45 {  margin:45px; }
    .md\:mt-45 { margin-top:45px; }
    .md\:mb-45 { margin-bottom:45px; }
    .md\:ml-45 { margin-left:45px; }
    .md\:mr-45 { margin-right:45px; }

    .md\:ml--45 { margin-left:-45px; }
    .md\:mr--45 { margin-right:-45px; }

    .md\:mt--45 { margin-top:-45px; }
    .md\:mb--45 { margin-bottom:-45px; }

    .md\:max--45 { max-width:45%; }
    .md\:mt---45 { margin-top:-45%; }
    .md\:mb---45 { margin-bottom:-45%; }
    
    
    .md\:p--50 { padding:50px !important; }
    .md\:p-50 { padding:50px; }
    .md\:pt-50 { padding-top:50px; }
    .md\:pb-50 { padding-bottom:50px; }
    .md\:pl-50 { padding-left:50px; }
    .md\:pr-50 { padding-right:50px; }

    .md\:m-50 {  margin:50px; }
    .md\:mt-50 { margin-top:50px; }
    .md\:mb-50 { margin-bottom:50px; }
    .md\:ml-50 { margin-left:50px; }
    .md\:mr-50 { margin-right:50px; }

    .md\:ml--50 { margin-left:-50px; }
    .md\:mr--50 { margin-right:-50px; }

    .md\:mt--50 { margin-top:-50px; }
    .md\:mb--50 { margin-bottom:-50px; }

    .md\:max--50 { max-width:50%; }
    .md\:mt---50 { margin-top:-50%; }
    .md\:mb---50 { margin-bottom:-50%; }
    
    
    .md\:p--55 { padding:55px !important; }
    .md\:p-55 { padding:55px; }
    .md\:pt-55 { padding-top:55px; }
    .md\:pb-55 { padding-bottom:55px; }
    .md\:pl-55 { padding-left:55px; }
    .md\:pr-55 { padding-right:55px; }

    .md\:m-55 {  margin:55px; }
    .md\:mt-55 { margin-top:55px; }
    .md\:mb-55 { margin-bottom:55px; }
    .md\:ml-55 { margin-left:55px; }
    .md\:mr-55 { margin-right:55px; }

    .md\:ml--55 { margin-left:-55px; }
    .md\:mr--55 { margin-right:-55px; }

    .md\:mt--55 { margin-top:-55px; }
    .md\:mb--55 { margin-bottom:-55px; }

    .md\:max--55 { max-width:55%; }
    .md\:mt---55 { margin-top:-55%; }
    .md\:mb---55 { margin-bottom:-55%; }
    
    
    .md\:p--60 { padding:60px !important; }
    .md\:p-60 { padding:60px; }
    .md\:pt-60 { padding-top:60px; }
    .md\:pb-60 { padding-bottom:60px; }
    .md\:pl-60 { padding-left:60px; }
    .md\:pr-60 { padding-right:60px; }

    .md\:m-60 {  margin:60px; }
    .md\:mt-60 { margin-top:60px; }
    .md\:mb-60 { margin-bottom:60px; }
    .md\:ml-60 { margin-left:60px; }
    .md\:mr-60 { margin-right:60px; }

    .md\:ml--60 { margin-left:-60px; }
    .md\:mr--60 { margin-right:-60px; }

    .md\:mt--60 { margin-top:-60px; }
    .md\:mb--60 { margin-bottom:-60px; }

    .md\:max--60 { max-width:60%; }
    .md\:mt---60 { margin-top:-60%; }
    .md\:mb---60 { margin-bottom:-60%; }
    
    
    .md\:p--65 { padding:65px !important; }
    .md\:p-65 { padding:65px; }
    .md\:pt-65 { padding-top:65px; }
    .md\:pb-65 { padding-bottom:65px; }
    .md\:pl-65 { padding-left:65px; }
    .md\:pr-65 { padding-right:65px; }

    .md\:m-65 {  margin:65px; }
    .md\:mt-65 { margin-top:65px; }
    .md\:mb-65 { margin-bottom:65px; }
    .md\:ml-65 { margin-left:65px; }
    .md\:mr-65 { margin-right:65px; }

    .md\:ml--65 { margin-left:-65px; }
    .md\:mr--65 { margin-right:-65px; }

    .md\:mt--65 { margin-top:-65px; }
    .md\:mb--65 { margin-bottom:-65px; }

    .md\:max--65 { max-width:65%; }
    .md\:mt---65 { margin-top:-65%; }
    .md\:mb---65 { margin-bottom:-65%; }
    
    
    .md\:p--70 { padding:70px !important; }
    .md\:p-70 { padding:70px; }
    .md\:pt-70 { padding-top:70px; }
    .md\:pb-70 { padding-bottom:70px; }
    .md\:pl-70 { padding-left:70px; }
    .md\:pr-70 { padding-right:70px; }

    .md\:m-70 {  margin:70px; }
    .md\:mt-70 { margin-top:70px; }
    .md\:mb-70 { margin-bottom:70px; }
    .md\:ml-70 { margin-left:70px; }
    .md\:mr-70 { margin-right:70px; }

    .md\:ml--70 { margin-left:-70px; }
    .md\:mr--70 { margin-right:-70px; }

    .md\:mt--70 { margin-top:-70px; }
    .md\:mb--70 { margin-bottom:-70px; }

    .md\:max--70 { max-width:70%; }
    .md\:mt---70 { margin-top:-70%; }
    .md\:mb---70 { margin-bottom:-70%; }
    
    
    .md\:p--75 { padding:75px !important; }
    .md\:p-75 { padding:75px; }
    .md\:pt-75 { padding-top:75px; }
    .md\:pb-75 { padding-bottom:75px; }
    .md\:pl-75 { padding-left:75px; }
    .md\:pr-75 { padding-right:75px; }

    .md\:m-75 {  margin:75px; }
    .md\:mt-75 { margin-top:75px; }
    .md\:mb-75 { margin-bottom:75px; }
    .md\:ml-75 { margin-left:75px; }
    .md\:mr-75 { margin-right:75px; }

    .md\:ml--75 { margin-left:-75px; }
    .md\:mr--75 { margin-right:-75px; }

    .md\:mt--75 { margin-top:-75px; }
    .md\:mb--75 { margin-bottom:-75px; }

    .md\:max--75 { max-width:75%; }
    .md\:mt---75 { margin-top:-75%; }
    .md\:mb---75 { margin-bottom:-75%; }
    
    
    .md\:p--80 { padding:80px !important; }
    .md\:p-80 { padding:80px; }
    .md\:pt-80 { padding-top:80px; }
    .md\:pb-80 { padding-bottom:80px; }
    .md\:pl-80 { padding-left:80px; }
    .md\:pr-80 { padding-right:80px; }

    .md\:m-80 {  margin:80px; }
    .md\:mt-80 { margin-top:80px; }
    .md\:mb-80 { margin-bottom:80px; }
    .md\:ml-80 { margin-left:80px; }
    .md\:mr-80 { margin-right:80px; }

    .md\:ml--80 { margin-left:-80px; }
    .md\:mr--80 { margin-right:-80px; }

    .md\:mt--80 { margin-top:-80px; }
    .md\:mb--80 { margin-bottom:-80px; }

    .md\:max--80 { max-width:80%; }
    .md\:mt---80 { margin-top:-80%; }
    .md\:mb---80 { margin-bottom:-80%; }
    
    
    .md\:p--85 { padding:85px !important; }
    .md\:p-85 { padding:85px; }
    .md\:pt-85 { padding-top:85px; }
    .md\:pb-85 { padding-bottom:85px; }
    .md\:pl-85 { padding-left:85px; }
    .md\:pr-85 { padding-right:85px; }

    .md\:m-85 {  margin:85px; }
    .md\:mt-85 { margin-top:85px; }
    .md\:mb-85 { margin-bottom:85px; }
    .md\:ml-85 { margin-left:85px; }
    .md\:mr-85 { margin-right:85px; }

    .md\:ml--85 { margin-left:-85px; }
    .md\:mr--85 { margin-right:-85px; }

    .md\:mt--85 { margin-top:-85px; }
    .md\:mb--85 { margin-bottom:-85px; }

    .md\:max--85 { max-width:85%; }
    .md\:mt---85 { margin-top:-85%; }
    .md\:mb---85 { margin-bottom:-85%; }
    
    
    .md\:p--90 { padding:90px !important; }
    .md\:p-90 { padding:90px; }
    .md\:pt-90 { padding-top:90px; }
    .md\:pb-90 { padding-bottom:90px; }
    .md\:pl-90 { padding-left:90px; }
    .md\:pr-90 { padding-right:90px; }

    .md\:m-90 {  margin:90px; }
    .md\:mt-90 { margin-top:90px; }
    .md\:mb-90 { margin-bottom:90px; }
    .md\:ml-90 { margin-left:90px; }
    .md\:mr-90 { margin-right:90px; }

    .md\:ml--90 { margin-left:-90px; }
    .md\:mr--90 { margin-right:-90px; }

    .md\:mt--90 { margin-top:-90px; }
    .md\:mb--90 { margin-bottom:-90px; }

    .md\:max--90 { max-width:90%; }
    .md\:mt---90 { margin-top:-90%; }
    .md\:mb---90 { margin-bottom:-90%; }
    
    
    .md\:p--95 { padding:95px !important; }
    .md\:p-95 { padding:95px; }
    .md\:pt-95 { padding-top:95px; }
    .md\:pb-95 { padding-bottom:95px; }
    .md\:pl-95 { padding-left:95px; }
    .md\:pr-95 { padding-right:95px; }

    .md\:m-95 {  margin:95px; }
    .md\:mt-95 { margin-top:95px; }
    .md\:mb-95 { margin-bottom:95px; }
    .md\:ml-95 { margin-left:95px; }
    .md\:mr-95 { margin-right:95px; }

    .md\:ml--95 { margin-left:-95px; }
    .md\:mr--95 { margin-right:-95px; }

    .md\:mt--95 { margin-top:-95px; }
    .md\:mb--95 { margin-bottom:-95px; }

    .md\:max--95 { max-width:95%; }
    .md\:mt---95 { margin-top:-95%; }
    .md\:mb---95 { margin-bottom:-95%; }
    
    
    .md\:p--100 { padding:100px !important; }
    .md\:p-100 { padding:100px; }
    .md\:pt-100 { padding-top:100px; }
    .md\:pb-100 { padding-bottom:100px; }
    .md\:pl-100 { padding-left:100px; }
    .md\:pr-100 { padding-right:100px; }

    .md\:m-100 {  margin:100px; }
    .md\:mt-100 { margin-top:100px; }
    .md\:mb-100 { margin-bottom:100px; }
    .md\:ml-100 { margin-left:100px; }
    .md\:mr-100 { margin-right:100px; }

    .md\:ml--100 { margin-left:-100px; }
    .md\:mr--100 { margin-right:-100px; }

    .md\:mt--100 { margin-top:-100px; }
    .md\:mb--100 { margin-bottom:-100px; }

    .md\:max--100 { max-width:100%; }
    .md\:mt---100 { margin-top:-100%; }
    .md\:mb---100 { margin-bottom:-100%; }
    
    
    .md\:p--105 { padding:105px !important; }
    .md\:p-105 { padding:105px; }
    .md\:pt-105 { padding-top:105px; }
    .md\:pb-105 { padding-bottom:105px; }
    .md\:pl-105 { padding-left:105px; }
    .md\:pr-105 { padding-right:105px; }

    .md\:m-105 {  margin:105px; }
    .md\:mt-105 { margin-top:105px; }
    .md\:mb-105 { margin-bottom:105px; }
    .md\:ml-105 { margin-left:105px; }
    .md\:mr-105 { margin-right:105px; }

    .md\:ml--105 { margin-left:-105px; }
    .md\:mr--105 { margin-right:-105px; }

    .md\:mt--105 { margin-top:-105px; }
    .md\:mb--105 { margin-bottom:-105px; }

    .md\:max--105 { max-width:105%; }
    .md\:mt---105 { margin-top:-105%; }
    .md\:mb---105 { margin-bottom:-105%; }
    
    
    .md\:p--110 { padding:110px !important; }
    .md\:p-110 { padding:110px; }
    .md\:pt-110 { padding-top:110px; }
    .md\:pb-110 { padding-bottom:110px; }
    .md\:pl-110 { padding-left:110px; }
    .md\:pr-110 { padding-right:110px; }

    .md\:m-110 {  margin:110px; }
    .md\:mt-110 { margin-top:110px; }
    .md\:mb-110 { margin-bottom:110px; }
    .md\:ml-110 { margin-left:110px; }
    .md\:mr-110 { margin-right:110px; }

    .md\:ml--110 { margin-left:-110px; }
    .md\:mr--110 { margin-right:-110px; }

    .md\:mt--110 { margin-top:-110px; }
    .md\:mb--110 { margin-bottom:-110px; }

    .md\:max--110 { max-width:110%; }
    .md\:mt---110 { margin-top:-110%; }
    .md\:mb---110 { margin-bottom:-110%; }
    
    
    .md\:p--115 { padding:115px !important; }
    .md\:p-115 { padding:115px; }
    .md\:pt-115 { padding-top:115px; }
    .md\:pb-115 { padding-bottom:115px; }
    .md\:pl-115 { padding-left:115px; }
    .md\:pr-115 { padding-right:115px; }

    .md\:m-115 {  margin:115px; }
    .md\:mt-115 { margin-top:115px; }
    .md\:mb-115 { margin-bottom:115px; }
    .md\:ml-115 { margin-left:115px; }
    .md\:mr-115 { margin-right:115px; }

    .md\:ml--115 { margin-left:-115px; }
    .md\:mr--115 { margin-right:-115px; }

    .md\:mt--115 { margin-top:-115px; }
    .md\:mb--115 { margin-bottom:-115px; }

    .md\:max--115 { max-width:115%; }
    .md\:mt---115 { margin-top:-115%; }
    .md\:mb---115 { margin-bottom:-115%; }
    
    
    .md\:p--120 { padding:120px !important; }
    .md\:p-120 { padding:120px; }
    .md\:pt-120 { padding-top:120px; }
    .md\:pb-120 { padding-bottom:120px; }
    .md\:pl-120 { padding-left:120px; }
    .md\:pr-120 { padding-right:120px; }

    .md\:m-120 {  margin:120px; }
    .md\:mt-120 { margin-top:120px; }
    .md\:mb-120 { margin-bottom:120px; }
    .md\:ml-120 { margin-left:120px; }
    .md\:mr-120 { margin-right:120px; }

    .md\:ml--120 { margin-left:-120px; }
    .md\:mr--120 { margin-right:-120px; }

    .md\:mt--120 { margin-top:-120px; }
    .md\:mb--120 { margin-bottom:-120px; }

    .md\:max--120 { max-width:120%; }
    .md\:mt---120 { margin-top:-120%; }
    .md\:mb---120 { margin-bottom:-120%; }
    
    
    .md\:p--125 { padding:125px !important; }
    .md\:p-125 { padding:125px; }
    .md\:pt-125 { padding-top:125px; }
    .md\:pb-125 { padding-bottom:125px; }
    .md\:pl-125 { padding-left:125px; }
    .md\:pr-125 { padding-right:125px; }

    .md\:m-125 {  margin:125px; }
    .md\:mt-125 { margin-top:125px; }
    .md\:mb-125 { margin-bottom:125px; }
    .md\:ml-125 { margin-left:125px; }
    .md\:mr-125 { margin-right:125px; }

    .md\:ml--125 { margin-left:-125px; }
    .md\:mr--125 { margin-right:-125px; }

    .md\:mt--125 { margin-top:-125px; }
    .md\:mb--125 { margin-bottom:-125px; }

    .md\:max--125 { max-width:125%; }
    .md\:mt---125 { margin-top:-125%; }
    .md\:mb---125 { margin-bottom:-125%; }
    
    
    .md\:p--130 { padding:130px !important; }
    .md\:p-130 { padding:130px; }
    .md\:pt-130 { padding-top:130px; }
    .md\:pb-130 { padding-bottom:130px; }
    .md\:pl-130 { padding-left:130px; }
    .md\:pr-130 { padding-right:130px; }

    .md\:m-130 {  margin:130px; }
    .md\:mt-130 { margin-top:130px; }
    .md\:mb-130 { margin-bottom:130px; }
    .md\:ml-130 { margin-left:130px; }
    .md\:mr-130 { margin-right:130px; }

    .md\:ml--130 { margin-left:-130px; }
    .md\:mr--130 { margin-right:-130px; }

    .md\:mt--130 { margin-top:-130px; }
    .md\:mb--130 { margin-bottom:-130px; }

    .md\:max--130 { max-width:130%; }
    .md\:mt---130 { margin-top:-130%; }
    .md\:mb---130 { margin-bottom:-130%; }
    
    
    .md\:p--135 { padding:135px !important; }
    .md\:p-135 { padding:135px; }
    .md\:pt-135 { padding-top:135px; }
    .md\:pb-135 { padding-bottom:135px; }
    .md\:pl-135 { padding-left:135px; }
    .md\:pr-135 { padding-right:135px; }

    .md\:m-135 {  margin:135px; }
    .md\:mt-135 { margin-top:135px; }
    .md\:mb-135 { margin-bottom:135px; }
    .md\:ml-135 { margin-left:135px; }
    .md\:mr-135 { margin-right:135px; }

    .md\:ml--135 { margin-left:-135px; }
    .md\:mr--135 { margin-right:-135px; }

    .md\:mt--135 { margin-top:-135px; }
    .md\:mb--135 { margin-bottom:-135px; }

    .md\:max--135 { max-width:135%; }
    .md\:mt---135 { margin-top:-135%; }
    .md\:mb---135 { margin-bottom:-135%; }
    
    
    .md\:p--140 { padding:140px !important; }
    .md\:p-140 { padding:140px; }
    .md\:pt-140 { padding-top:140px; }
    .md\:pb-140 { padding-bottom:140px; }
    .md\:pl-140 { padding-left:140px; }
    .md\:pr-140 { padding-right:140px; }

    .md\:m-140 {  margin:140px; }
    .md\:mt-140 { margin-top:140px; }
    .md\:mb-140 { margin-bottom:140px; }
    .md\:ml-140 { margin-left:140px; }
    .md\:mr-140 { margin-right:140px; }

    .md\:ml--140 { margin-left:-140px; }
    .md\:mr--140 { margin-right:-140px; }

    .md\:mt--140 { margin-top:-140px; }
    .md\:mb--140 { margin-bottom:-140px; }

    .md\:max--140 { max-width:140%; }
    .md\:mt---140 { margin-top:-140%; }
    .md\:mb---140 { margin-bottom:-140%; }
    
    
    .md\:p--145 { padding:145px !important; }
    .md\:p-145 { padding:145px; }
    .md\:pt-145 { padding-top:145px; }
    .md\:pb-145 { padding-bottom:145px; }
    .md\:pl-145 { padding-left:145px; }
    .md\:pr-145 { padding-right:145px; }

    .md\:m-145 {  margin:145px; }
    .md\:mt-145 { margin-top:145px; }
    .md\:mb-145 { margin-bottom:145px; }
    .md\:ml-145 { margin-left:145px; }
    .md\:mr-145 { margin-right:145px; }

    .md\:ml--145 { margin-left:-145px; }
    .md\:mr--145 { margin-right:-145px; }

    .md\:mt--145 { margin-top:-145px; }
    .md\:mb--145 { margin-bottom:-145px; }

    .md\:max--145 { max-width:145%; }
    .md\:mt---145 { margin-top:-145%; }
    .md\:mb---145 { margin-bottom:-145%; }
    
    
    .md\:p--150 { padding:150px !important; }
    .md\:p-150 { padding:150px; }
    .md\:pt-150 { padding-top:150px; }
    .md\:pb-150 { padding-bottom:150px; }
    .md\:pl-150 { padding-left:150px; }
    .md\:pr-150 { padding-right:150px; }

    .md\:m-150 {  margin:150px; }
    .md\:mt-150 { margin-top:150px; }
    .md\:mb-150 { margin-bottom:150px; }
    .md\:ml-150 { margin-left:150px; }
    .md\:mr-150 { margin-right:150px; }

    .md\:ml--150 { margin-left:-150px; }
    .md\:mr--150 { margin-right:-150px; }

    .md\:mt--150 { margin-top:-150px; }
    .md\:mb--150 { margin-bottom:-150px; }

    .md\:max--150 { max-width:150%; }
    .md\:mt---150 { margin-top:-150%; }
    .md\:mb---150 { margin-bottom:-150%; }
    
    

    
    .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .md\:max-50 { max-width:50px; }
    .md\:text-2{ font-size:2px; } 

    
    .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .md\:max-100 { max-width:100px; }
    .md\:text-4{ font-size:4px; } 

    
    .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .md\:max-150 { max-width:150px; }
    .md\:text-6{ font-size:6px; } 

    
    .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .md\:max-200 { max-width:200px; }
    .md\:text-8{ font-size:8px; } 

    
    .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .md\:max-250 { max-width:250px; }
    .md\:text-10{ font-size:10px; } 

    
    .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .md\:max-300 { max-width:300px; }
    .md\:text-12{ font-size:12px; } 

    
    .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .md\:max-350 { max-width:350px; }
    .md\:text-14{ font-size:14px; } 

    
    .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .md\:max-400 { max-width:400px; }
    .md\:text-16{ font-size:16px; } 

    
    .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .md\:max-450 { max-width:450px; }
    .md\:text-18{ font-size:18px; } 

    
    .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .md\:max-500 { max-width:500px; }
    .md\:text-20{ font-size:20px; } 

    
    .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .md\:max-550 { max-width:550px; }
    .md\:text-22{ font-size:22px; } 

    
    .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .md\:max-600 { max-width:600px; }
    .md\:text-24{ font-size:24px; } 

    
    .md\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .md\:max-650 { max-width:650px; }
    .md\:text-26{ font-size:26px; } 

    
    .md\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .md\:max-700 { max-width:700px; }
    .md\:text-28{ font-size:28px; } 

    
    .md\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .md\:max-750 { max-width:750px; }
    .md\:text-30{ font-size:30px; } 

    
    .md\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .md\:max-800 { max-width:800px; }
    .md\:text-32{ font-size:32px; } 

    
    .md\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .md\:max-850 { max-width:850px; }
    .md\:text-34{ font-size:34px; } 

    
    .md\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .md\:max-900 { max-width:900px; }
    .md\:text-36{ font-size:36px; } 

    
    .md\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .md\:max-950 { max-width:950px; }
    .md\:text-38{ font-size:38px; } 

    
    .md\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .md\:max-1000 { max-width:1000px; }
    .md\:text-40{ font-size:40px; } 

    
    .md\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .md\:max-1050 { max-width:1050px; }
    .md\:text-42{ font-size:42px; } 

    
    .md\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .md\:max-1100 { max-width:1100px; }
    .md\:text-44{ font-size:44px; } 

    
    .md\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .md\:max-1150 { max-width:1150px; }
    .md\:text-46{ font-size:46px; } 

    
    .md\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .md\:max-1200 { max-width:1200px; }
    .md\:text-48{ font-size:48px; } 

    
    .md\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .md\:max-1250 { max-width:1250px; }
    .md\:text-50{ font-size:50px; } 

    
    .md\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .md\:max-1300 { max-width:1300px; }
    .md\:text-52{ font-size:52px; } 

    
    .md\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .md\:max-1350 { max-width:1350px; }
    .md\:text-54{ font-size:54px; } 

    
    .md\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .md\:max-1400 { max-width:1400px; }
    .md\:text-56{ font-size:56px; } 

    
    .md\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .md\:max-1450 { max-width:1450px; }
    .md\:text-58{ font-size:58px; } 

    

    .md\:max-full { max-width:100%; }
    .md\:ml-auto{ margin-left:auto; }
    .md\:mr-auto{ margin-right:auto; }
    .md\:vh-100{ height:100vh; }
    .md\:vh-auto{ height:auto; }
}


@media(min-width:1200px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .lg\:p--0 { padding:0px !important; }
    .lg\:p-0 { padding:0px; }
    .lg\:pt-0 { padding-top:0px; }
    .lg\:pb-0 { padding-bottom:0px; }
    .lg\:pl-0 { padding-left:0px; }
    .lg\:pr-0 { padding-right:0px; }

    .lg\:m-0 {  margin:0px; }
    .lg\:mt-0 { margin-top:0px; }
    .lg\:mb-0 { margin-bottom:0px; }
    .lg\:ml-0 { margin-left:0px; }
    .lg\:mr-0 { margin-right:0px; }

    .lg\:ml--0 { margin-left:-0px; }
    .lg\:mr--0 { margin-right:-0px; }

    .lg\:mt--0 { margin-top:-0px; }
    .lg\:mb--0 { margin-bottom:-0px; }

    .lg\:max--0 { max-width:0%; }
    .lg\:mt---0 { margin-top:-0%; }
    .lg\:mb---0 { margin-bottom:-0%; }
    
    
    .lg\:p--5 { padding:5px !important; }
    .lg\:p-5 { padding:5px; }
    .lg\:pt-5 { padding-top:5px; }
    .lg\:pb-5 { padding-bottom:5px; }
    .lg\:pl-5 { padding-left:5px; }
    .lg\:pr-5 { padding-right:5px; }

    .lg\:m-5 {  margin:5px; }
    .lg\:mt-5 { margin-top:5px; }
    .lg\:mb-5 { margin-bottom:5px; }
    .lg\:ml-5 { margin-left:5px; }
    .lg\:mr-5 { margin-right:5px; }

    .lg\:ml--5 { margin-left:-5px; }
    .lg\:mr--5 { margin-right:-5px; }

    .lg\:mt--5 { margin-top:-5px; }
    .lg\:mb--5 { margin-bottom:-5px; }

    .lg\:max--5 { max-width:5%; }
    .lg\:mt---5 { margin-top:-5%; }
    .lg\:mb---5 { margin-bottom:-5%; }
    
    
    .lg\:p--10 { padding:10px !important; }
    .lg\:p-10 { padding:10px; }
    .lg\:pt-10 { padding-top:10px; }
    .lg\:pb-10 { padding-bottom:10px; }
    .lg\:pl-10 { padding-left:10px; }
    .lg\:pr-10 { padding-right:10px; }

    .lg\:m-10 {  margin:10px; }
    .lg\:mt-10 { margin-top:10px; }
    .lg\:mb-10 { margin-bottom:10px; }
    .lg\:ml-10 { margin-left:10px; }
    .lg\:mr-10 { margin-right:10px; }

    .lg\:ml--10 { margin-left:-10px; }
    .lg\:mr--10 { margin-right:-10px; }

    .lg\:mt--10 { margin-top:-10px; }
    .lg\:mb--10 { margin-bottom:-10px; }

    .lg\:max--10 { max-width:10%; }
    .lg\:mt---10 { margin-top:-10%; }
    .lg\:mb---10 { margin-bottom:-10%; }
    
    
    .lg\:p--15 { padding:15px !important; }
    .lg\:p-15 { padding:15px; }
    .lg\:pt-15 { padding-top:15px; }
    .lg\:pb-15 { padding-bottom:15px; }
    .lg\:pl-15 { padding-left:15px; }
    .lg\:pr-15 { padding-right:15px; }

    .lg\:m-15 {  margin:15px; }
    .lg\:mt-15 { margin-top:15px; }
    .lg\:mb-15 { margin-bottom:15px; }
    .lg\:ml-15 { margin-left:15px; }
    .lg\:mr-15 { margin-right:15px; }

    .lg\:ml--15 { margin-left:-15px; }
    .lg\:mr--15 { margin-right:-15px; }

    .lg\:mt--15 { margin-top:-15px; }
    .lg\:mb--15 { margin-bottom:-15px; }

    .lg\:max--15 { max-width:15%; }
    .lg\:mt---15 { margin-top:-15%; }
    .lg\:mb---15 { margin-bottom:-15%; }
    
    
    .lg\:p--20 { padding:20px !important; }
    .lg\:p-20 { padding:20px; }
    .lg\:pt-20 { padding-top:20px; }
    .lg\:pb-20 { padding-bottom:20px; }
    .lg\:pl-20 { padding-left:20px; }
    .lg\:pr-20 { padding-right:20px; }

    .lg\:m-20 {  margin:20px; }
    .lg\:mt-20 { margin-top:20px; }
    .lg\:mb-20 { margin-bottom:20px; }
    .lg\:ml-20 { margin-left:20px; }
    .lg\:mr-20 { margin-right:20px; }

    .lg\:ml--20 { margin-left:-20px; }
    .lg\:mr--20 { margin-right:-20px; }

    .lg\:mt--20 { margin-top:-20px; }
    .lg\:mb--20 { margin-bottom:-20px; }

    .lg\:max--20 { max-width:20%; }
    .lg\:mt---20 { margin-top:-20%; }
    .lg\:mb---20 { margin-bottom:-20%; }
    
    
    .lg\:p--25 { padding:25px !important; }
    .lg\:p-25 { padding:25px; }
    .lg\:pt-25 { padding-top:25px; }
    .lg\:pb-25 { padding-bottom:25px; }
    .lg\:pl-25 { padding-left:25px; }
    .lg\:pr-25 { padding-right:25px; }

    .lg\:m-25 {  margin:25px; }
    .lg\:mt-25 { margin-top:25px; }
    .lg\:mb-25 { margin-bottom:25px; }
    .lg\:ml-25 { margin-left:25px; }
    .lg\:mr-25 { margin-right:25px; }

    .lg\:ml--25 { margin-left:-25px; }
    .lg\:mr--25 { margin-right:-25px; }

    .lg\:mt--25 { margin-top:-25px; }
    .lg\:mb--25 { margin-bottom:-25px; }

    .lg\:max--25 { max-width:25%; }
    .lg\:mt---25 { margin-top:-25%; }
    .lg\:mb---25 { margin-bottom:-25%; }
    
    
    .lg\:p--30 { padding:30px !important; }
    .lg\:p-30 { padding:30px; }
    .lg\:pt-30 { padding-top:30px; }
    .lg\:pb-30 { padding-bottom:30px; }
    .lg\:pl-30 { padding-left:30px; }
    .lg\:pr-30 { padding-right:30px; }

    .lg\:m-30 {  margin:30px; }
    .lg\:mt-30 { margin-top:30px; }
    .lg\:mb-30 { margin-bottom:30px; }
    .lg\:ml-30 { margin-left:30px; }
    .lg\:mr-30 { margin-right:30px; }

    .lg\:ml--30 { margin-left:-30px; }
    .lg\:mr--30 { margin-right:-30px; }

    .lg\:mt--30 { margin-top:-30px; }
    .lg\:mb--30 { margin-bottom:-30px; }

    .lg\:max--30 { max-width:30%; }
    .lg\:mt---30 { margin-top:-30%; }
    .lg\:mb---30 { margin-bottom:-30%; }
    
    
    .lg\:p--35 { padding:35px !important; }
    .lg\:p-35 { padding:35px; }
    .lg\:pt-35 { padding-top:35px; }
    .lg\:pb-35 { padding-bottom:35px; }
    .lg\:pl-35 { padding-left:35px; }
    .lg\:pr-35 { padding-right:35px; }

    .lg\:m-35 {  margin:35px; }
    .lg\:mt-35 { margin-top:35px; }
    .lg\:mb-35 { margin-bottom:35px; }
    .lg\:ml-35 { margin-left:35px; }
    .lg\:mr-35 { margin-right:35px; }

    .lg\:ml--35 { margin-left:-35px; }
    .lg\:mr--35 { margin-right:-35px; }

    .lg\:mt--35 { margin-top:-35px; }
    .lg\:mb--35 { margin-bottom:-35px; }

    .lg\:max--35 { max-width:35%; }
    .lg\:mt---35 { margin-top:-35%; }
    .lg\:mb---35 { margin-bottom:-35%; }
    
    
    .lg\:p--40 { padding:40px !important; }
    .lg\:p-40 { padding:40px; }
    .lg\:pt-40 { padding-top:40px; }
    .lg\:pb-40 { padding-bottom:40px; }
    .lg\:pl-40 { padding-left:40px; }
    .lg\:pr-40 { padding-right:40px; }

    .lg\:m-40 {  margin:40px; }
    .lg\:mt-40 { margin-top:40px; }
    .lg\:mb-40 { margin-bottom:40px; }
    .lg\:ml-40 { margin-left:40px; }
    .lg\:mr-40 { margin-right:40px; }

    .lg\:ml--40 { margin-left:-40px; }
    .lg\:mr--40 { margin-right:-40px; }

    .lg\:mt--40 { margin-top:-40px; }
    .lg\:mb--40 { margin-bottom:-40px; }

    .lg\:max--40 { max-width:40%; }
    .lg\:mt---40 { margin-top:-40%; }
    .lg\:mb---40 { margin-bottom:-40%; }
    
    
    .lg\:p--45 { padding:45px !important; }
    .lg\:p-45 { padding:45px; }
    .lg\:pt-45 { padding-top:45px; }
    .lg\:pb-45 { padding-bottom:45px; }
    .lg\:pl-45 { padding-left:45px; }
    .lg\:pr-45 { padding-right:45px; }

    .lg\:m-45 {  margin:45px; }
    .lg\:mt-45 { margin-top:45px; }
    .lg\:mb-45 { margin-bottom:45px; }
    .lg\:ml-45 { margin-left:45px; }
    .lg\:mr-45 { margin-right:45px; }

    .lg\:ml--45 { margin-left:-45px; }
    .lg\:mr--45 { margin-right:-45px; }

    .lg\:mt--45 { margin-top:-45px; }
    .lg\:mb--45 { margin-bottom:-45px; }

    .lg\:max--45 { max-width:45%; }
    .lg\:mt---45 { margin-top:-45%; }
    .lg\:mb---45 { margin-bottom:-45%; }
    
    
    .lg\:p--50 { padding:50px !important; }
    .lg\:p-50 { padding:50px; }
    .lg\:pt-50 { padding-top:50px; }
    .lg\:pb-50 { padding-bottom:50px; }
    .lg\:pl-50 { padding-left:50px; }
    .lg\:pr-50 { padding-right:50px; }

    .lg\:m-50 {  margin:50px; }
    .lg\:mt-50 { margin-top:50px; }
    .lg\:mb-50 { margin-bottom:50px; }
    .lg\:ml-50 { margin-left:50px; }
    .lg\:mr-50 { margin-right:50px; }

    .lg\:ml--50 { margin-left:-50px; }
    .lg\:mr--50 { margin-right:-50px; }

    .lg\:mt--50 { margin-top:-50px; }
    .lg\:mb--50 { margin-bottom:-50px; }

    .lg\:max--50 { max-width:50%; }
    .lg\:mt---50 { margin-top:-50%; }
    .lg\:mb---50 { margin-bottom:-50%; }
    
    
    .lg\:p--55 { padding:55px !important; }
    .lg\:p-55 { padding:55px; }
    .lg\:pt-55 { padding-top:55px; }
    .lg\:pb-55 { padding-bottom:55px; }
    .lg\:pl-55 { padding-left:55px; }
    .lg\:pr-55 { padding-right:55px; }

    .lg\:m-55 {  margin:55px; }
    .lg\:mt-55 { margin-top:55px; }
    .lg\:mb-55 { margin-bottom:55px; }
    .lg\:ml-55 { margin-left:55px; }
    .lg\:mr-55 { margin-right:55px; }

    .lg\:ml--55 { margin-left:-55px; }
    .lg\:mr--55 { margin-right:-55px; }

    .lg\:mt--55 { margin-top:-55px; }
    .lg\:mb--55 { margin-bottom:-55px; }

    .lg\:max--55 { max-width:55%; }
    .lg\:mt---55 { margin-top:-55%; }
    .lg\:mb---55 { margin-bottom:-55%; }
    
    
    .lg\:p--60 { padding:60px !important; }
    .lg\:p-60 { padding:60px; }
    .lg\:pt-60 { padding-top:60px; }
    .lg\:pb-60 { padding-bottom:60px; }
    .lg\:pl-60 { padding-left:60px; }
    .lg\:pr-60 { padding-right:60px; }

    .lg\:m-60 {  margin:60px; }
    .lg\:mt-60 { margin-top:60px; }
    .lg\:mb-60 { margin-bottom:60px; }
    .lg\:ml-60 { margin-left:60px; }
    .lg\:mr-60 { margin-right:60px; }

    .lg\:ml--60 { margin-left:-60px; }
    .lg\:mr--60 { margin-right:-60px; }

    .lg\:mt--60 { margin-top:-60px; }
    .lg\:mb--60 { margin-bottom:-60px; }

    .lg\:max--60 { max-width:60%; }
    .lg\:mt---60 { margin-top:-60%; }
    .lg\:mb---60 { margin-bottom:-60%; }
    
    
    .lg\:p--65 { padding:65px !important; }
    .lg\:p-65 { padding:65px; }
    .lg\:pt-65 { padding-top:65px; }
    .lg\:pb-65 { padding-bottom:65px; }
    .lg\:pl-65 { padding-left:65px; }
    .lg\:pr-65 { padding-right:65px; }

    .lg\:m-65 {  margin:65px; }
    .lg\:mt-65 { margin-top:65px; }
    .lg\:mb-65 { margin-bottom:65px; }
    .lg\:ml-65 { margin-left:65px; }
    .lg\:mr-65 { margin-right:65px; }

    .lg\:ml--65 { margin-left:-65px; }
    .lg\:mr--65 { margin-right:-65px; }

    .lg\:mt--65 { margin-top:-65px; }
    .lg\:mb--65 { margin-bottom:-65px; }

    .lg\:max--65 { max-width:65%; }
    .lg\:mt---65 { margin-top:-65%; }
    .lg\:mb---65 { margin-bottom:-65%; }
    
    
    .lg\:p--70 { padding:70px !important; }
    .lg\:p-70 { padding:70px; }
    .lg\:pt-70 { padding-top:70px; }
    .lg\:pb-70 { padding-bottom:70px; }
    .lg\:pl-70 { padding-left:70px; }
    .lg\:pr-70 { padding-right:70px; }

    .lg\:m-70 {  margin:70px; }
    .lg\:mt-70 { margin-top:70px; }
    .lg\:mb-70 { margin-bottom:70px; }
    .lg\:ml-70 { margin-left:70px; }
    .lg\:mr-70 { margin-right:70px; }

    .lg\:ml--70 { margin-left:-70px; }
    .lg\:mr--70 { margin-right:-70px; }

    .lg\:mt--70 { margin-top:-70px; }
    .lg\:mb--70 { margin-bottom:-70px; }

    .lg\:max--70 { max-width:70%; }
    .lg\:mt---70 { margin-top:-70%; }
    .lg\:mb---70 { margin-bottom:-70%; }
    
    
    .lg\:p--75 { padding:75px !important; }
    .lg\:p-75 { padding:75px; }
    .lg\:pt-75 { padding-top:75px; }
    .lg\:pb-75 { padding-bottom:75px; }
    .lg\:pl-75 { padding-left:75px; }
    .lg\:pr-75 { padding-right:75px; }

    .lg\:m-75 {  margin:75px; }
    .lg\:mt-75 { margin-top:75px; }
    .lg\:mb-75 { margin-bottom:75px; }
    .lg\:ml-75 { margin-left:75px; }
    .lg\:mr-75 { margin-right:75px; }

    .lg\:ml--75 { margin-left:-75px; }
    .lg\:mr--75 { margin-right:-75px; }

    .lg\:mt--75 { margin-top:-75px; }
    .lg\:mb--75 { margin-bottom:-75px; }

    .lg\:max--75 { max-width:75%; }
    .lg\:mt---75 { margin-top:-75%; }
    .lg\:mb---75 { margin-bottom:-75%; }
    
    
    .lg\:p--80 { padding:80px !important; }
    .lg\:p-80 { padding:80px; }
    .lg\:pt-80 { padding-top:80px; }
    .lg\:pb-80 { padding-bottom:80px; }
    .lg\:pl-80 { padding-left:80px; }
    .lg\:pr-80 { padding-right:80px; }

    .lg\:m-80 {  margin:80px; }
    .lg\:mt-80 { margin-top:80px; }
    .lg\:mb-80 { margin-bottom:80px; }
    .lg\:ml-80 { margin-left:80px; }
    .lg\:mr-80 { margin-right:80px; }

    .lg\:ml--80 { margin-left:-80px; }
    .lg\:mr--80 { margin-right:-80px; }

    .lg\:mt--80 { margin-top:-80px; }
    .lg\:mb--80 { margin-bottom:-80px; }

    .lg\:max--80 { max-width:80%; }
    .lg\:mt---80 { margin-top:-80%; }
    .lg\:mb---80 { margin-bottom:-80%; }
    
    
    .lg\:p--85 { padding:85px !important; }
    .lg\:p-85 { padding:85px; }
    .lg\:pt-85 { padding-top:85px; }
    .lg\:pb-85 { padding-bottom:85px; }
    .lg\:pl-85 { padding-left:85px; }
    .lg\:pr-85 { padding-right:85px; }

    .lg\:m-85 {  margin:85px; }
    .lg\:mt-85 { margin-top:85px; }
    .lg\:mb-85 { margin-bottom:85px; }
    .lg\:ml-85 { margin-left:85px; }
    .lg\:mr-85 { margin-right:85px; }

    .lg\:ml--85 { margin-left:-85px; }
    .lg\:mr--85 { margin-right:-85px; }

    .lg\:mt--85 { margin-top:-85px; }
    .lg\:mb--85 { margin-bottom:-85px; }

    .lg\:max--85 { max-width:85%; }
    .lg\:mt---85 { margin-top:-85%; }
    .lg\:mb---85 { margin-bottom:-85%; }
    
    
    .lg\:p--90 { padding:90px !important; }
    .lg\:p-90 { padding:90px; }
    .lg\:pt-90 { padding-top:90px; }
    .lg\:pb-90 { padding-bottom:90px; }
    .lg\:pl-90 { padding-left:90px; }
    .lg\:pr-90 { padding-right:90px; }

    .lg\:m-90 {  margin:90px; }
    .lg\:mt-90 { margin-top:90px; }
    .lg\:mb-90 { margin-bottom:90px; }
    .lg\:ml-90 { margin-left:90px; }
    .lg\:mr-90 { margin-right:90px; }

    .lg\:ml--90 { margin-left:-90px; }
    .lg\:mr--90 { margin-right:-90px; }

    .lg\:mt--90 { margin-top:-90px; }
    .lg\:mb--90 { margin-bottom:-90px; }

    .lg\:max--90 { max-width:90%; }
    .lg\:mt---90 { margin-top:-90%; }
    .lg\:mb---90 { margin-bottom:-90%; }
    
    
    .lg\:p--95 { padding:95px !important; }
    .lg\:p-95 { padding:95px; }
    .lg\:pt-95 { padding-top:95px; }
    .lg\:pb-95 { padding-bottom:95px; }
    .lg\:pl-95 { padding-left:95px; }
    .lg\:pr-95 { padding-right:95px; }

    .lg\:m-95 {  margin:95px; }
    .lg\:mt-95 { margin-top:95px; }
    .lg\:mb-95 { margin-bottom:95px; }
    .lg\:ml-95 { margin-left:95px; }
    .lg\:mr-95 { margin-right:95px; }

    .lg\:ml--95 { margin-left:-95px; }
    .lg\:mr--95 { margin-right:-95px; }

    .lg\:mt--95 { margin-top:-95px; }
    .lg\:mb--95 { margin-bottom:-95px; }

    .lg\:max--95 { max-width:95%; }
    .lg\:mt---95 { margin-top:-95%; }
    .lg\:mb---95 { margin-bottom:-95%; }
    
    
    .lg\:p--100 { padding:100px !important; }
    .lg\:p-100 { padding:100px; }
    .lg\:pt-100 { padding-top:100px; }
    .lg\:pb-100 { padding-bottom:100px; }
    .lg\:pl-100 { padding-left:100px; }
    .lg\:pr-100 { padding-right:100px; }

    .lg\:m-100 {  margin:100px; }
    .lg\:mt-100 { margin-top:100px; }
    .lg\:mb-100 { margin-bottom:100px; }
    .lg\:ml-100 { margin-left:100px; }
    .lg\:mr-100 { margin-right:100px; }

    .lg\:ml--100 { margin-left:-100px; }
    .lg\:mr--100 { margin-right:-100px; }

    .lg\:mt--100 { margin-top:-100px; }
    .lg\:mb--100 { margin-bottom:-100px; }

    .lg\:max--100 { max-width:100%; }
    .lg\:mt---100 { margin-top:-100%; }
    .lg\:mb---100 { margin-bottom:-100%; }
    
    
    .lg\:p--105 { padding:105px !important; }
    .lg\:p-105 { padding:105px; }
    .lg\:pt-105 { padding-top:105px; }
    .lg\:pb-105 { padding-bottom:105px; }
    .lg\:pl-105 { padding-left:105px; }
    .lg\:pr-105 { padding-right:105px; }

    .lg\:m-105 {  margin:105px; }
    .lg\:mt-105 { margin-top:105px; }
    .lg\:mb-105 { margin-bottom:105px; }
    .lg\:ml-105 { margin-left:105px; }
    .lg\:mr-105 { margin-right:105px; }

    .lg\:ml--105 { margin-left:-105px; }
    .lg\:mr--105 { margin-right:-105px; }

    .lg\:mt--105 { margin-top:-105px; }
    .lg\:mb--105 { margin-bottom:-105px; }

    .lg\:max--105 { max-width:105%; }
    .lg\:mt---105 { margin-top:-105%; }
    .lg\:mb---105 { margin-bottom:-105%; }
    
    
    .lg\:p--110 { padding:110px !important; }
    .lg\:p-110 { padding:110px; }
    .lg\:pt-110 { padding-top:110px; }
    .lg\:pb-110 { padding-bottom:110px; }
    .lg\:pl-110 { padding-left:110px; }
    .lg\:pr-110 { padding-right:110px; }

    .lg\:m-110 {  margin:110px; }
    .lg\:mt-110 { margin-top:110px; }
    .lg\:mb-110 { margin-bottom:110px; }
    .lg\:ml-110 { margin-left:110px; }
    .lg\:mr-110 { margin-right:110px; }

    .lg\:ml--110 { margin-left:-110px; }
    .lg\:mr--110 { margin-right:-110px; }

    .lg\:mt--110 { margin-top:-110px; }
    .lg\:mb--110 { margin-bottom:-110px; }

    .lg\:max--110 { max-width:110%; }
    .lg\:mt---110 { margin-top:-110%; }
    .lg\:mb---110 { margin-bottom:-110%; }
    
    
    .lg\:p--115 { padding:115px !important; }
    .lg\:p-115 { padding:115px; }
    .lg\:pt-115 { padding-top:115px; }
    .lg\:pb-115 { padding-bottom:115px; }
    .lg\:pl-115 { padding-left:115px; }
    .lg\:pr-115 { padding-right:115px; }

    .lg\:m-115 {  margin:115px; }
    .lg\:mt-115 { margin-top:115px; }
    .lg\:mb-115 { margin-bottom:115px; }
    .lg\:ml-115 { margin-left:115px; }
    .lg\:mr-115 { margin-right:115px; }

    .lg\:ml--115 { margin-left:-115px; }
    .lg\:mr--115 { margin-right:-115px; }

    .lg\:mt--115 { margin-top:-115px; }
    .lg\:mb--115 { margin-bottom:-115px; }

    .lg\:max--115 { max-width:115%; }
    .lg\:mt---115 { margin-top:-115%; }
    .lg\:mb---115 { margin-bottom:-115%; }
    
    
    .lg\:p--120 { padding:120px !important; }
    .lg\:p-120 { padding:120px; }
    .lg\:pt-120 { padding-top:120px; }
    .lg\:pb-120 { padding-bottom:120px; }
    .lg\:pl-120 { padding-left:120px; }
    .lg\:pr-120 { padding-right:120px; }

    .lg\:m-120 {  margin:120px; }
    .lg\:mt-120 { margin-top:120px; }
    .lg\:mb-120 { margin-bottom:120px; }
    .lg\:ml-120 { margin-left:120px; }
    .lg\:mr-120 { margin-right:120px; }

    .lg\:ml--120 { margin-left:-120px; }
    .lg\:mr--120 { margin-right:-120px; }

    .lg\:mt--120 { margin-top:-120px; }
    .lg\:mb--120 { margin-bottom:-120px; }

    .lg\:max--120 { max-width:120%; }
    .lg\:mt---120 { margin-top:-120%; }
    .lg\:mb---120 { margin-bottom:-120%; }
    
    
    .lg\:p--125 { padding:125px !important; }
    .lg\:p-125 { padding:125px; }
    .lg\:pt-125 { padding-top:125px; }
    .lg\:pb-125 { padding-bottom:125px; }
    .lg\:pl-125 { padding-left:125px; }
    .lg\:pr-125 { padding-right:125px; }

    .lg\:m-125 {  margin:125px; }
    .lg\:mt-125 { margin-top:125px; }
    .lg\:mb-125 { margin-bottom:125px; }
    .lg\:ml-125 { margin-left:125px; }
    .lg\:mr-125 { margin-right:125px; }

    .lg\:ml--125 { margin-left:-125px; }
    .lg\:mr--125 { margin-right:-125px; }

    .lg\:mt--125 { margin-top:-125px; }
    .lg\:mb--125 { margin-bottom:-125px; }

    .lg\:max--125 { max-width:125%; }
    .lg\:mt---125 { margin-top:-125%; }
    .lg\:mb---125 { margin-bottom:-125%; }
    
    
    .lg\:p--130 { padding:130px !important; }
    .lg\:p-130 { padding:130px; }
    .lg\:pt-130 { padding-top:130px; }
    .lg\:pb-130 { padding-bottom:130px; }
    .lg\:pl-130 { padding-left:130px; }
    .lg\:pr-130 { padding-right:130px; }

    .lg\:m-130 {  margin:130px; }
    .lg\:mt-130 { margin-top:130px; }
    .lg\:mb-130 { margin-bottom:130px; }
    .lg\:ml-130 { margin-left:130px; }
    .lg\:mr-130 { margin-right:130px; }

    .lg\:ml--130 { margin-left:-130px; }
    .lg\:mr--130 { margin-right:-130px; }

    .lg\:mt--130 { margin-top:-130px; }
    .lg\:mb--130 { margin-bottom:-130px; }

    .lg\:max--130 { max-width:130%; }
    .lg\:mt---130 { margin-top:-130%; }
    .lg\:mb---130 { margin-bottom:-130%; }
    
    
    .lg\:p--135 { padding:135px !important; }
    .lg\:p-135 { padding:135px; }
    .lg\:pt-135 { padding-top:135px; }
    .lg\:pb-135 { padding-bottom:135px; }
    .lg\:pl-135 { padding-left:135px; }
    .lg\:pr-135 { padding-right:135px; }

    .lg\:m-135 {  margin:135px; }
    .lg\:mt-135 { margin-top:135px; }
    .lg\:mb-135 { margin-bottom:135px; }
    .lg\:ml-135 { margin-left:135px; }
    .lg\:mr-135 { margin-right:135px; }

    .lg\:ml--135 { margin-left:-135px; }
    .lg\:mr--135 { margin-right:-135px; }

    .lg\:mt--135 { margin-top:-135px; }
    .lg\:mb--135 { margin-bottom:-135px; }

    .lg\:max--135 { max-width:135%; }
    .lg\:mt---135 { margin-top:-135%; }
    .lg\:mb---135 { margin-bottom:-135%; }
    
    
    .lg\:p--140 { padding:140px !important; }
    .lg\:p-140 { padding:140px; }
    .lg\:pt-140 { padding-top:140px; }
    .lg\:pb-140 { padding-bottom:140px; }
    .lg\:pl-140 { padding-left:140px; }
    .lg\:pr-140 { padding-right:140px; }

    .lg\:m-140 {  margin:140px; }
    .lg\:mt-140 { margin-top:140px; }
    .lg\:mb-140 { margin-bottom:140px; }
    .lg\:ml-140 { margin-left:140px; }
    .lg\:mr-140 { margin-right:140px; }

    .lg\:ml--140 { margin-left:-140px; }
    .lg\:mr--140 { margin-right:-140px; }

    .lg\:mt--140 { margin-top:-140px; }
    .lg\:mb--140 { margin-bottom:-140px; }

    .lg\:max--140 { max-width:140%; }
    .lg\:mt---140 { margin-top:-140%; }
    .lg\:mb---140 { margin-bottom:-140%; }
    
    
    .lg\:p--145 { padding:145px !important; }
    .lg\:p-145 { padding:145px; }
    .lg\:pt-145 { padding-top:145px; }
    .lg\:pb-145 { padding-bottom:145px; }
    .lg\:pl-145 { padding-left:145px; }
    .lg\:pr-145 { padding-right:145px; }

    .lg\:m-145 {  margin:145px; }
    .lg\:mt-145 { margin-top:145px; }
    .lg\:mb-145 { margin-bottom:145px; }
    .lg\:ml-145 { margin-left:145px; }
    .lg\:mr-145 { margin-right:145px; }

    .lg\:ml--145 { margin-left:-145px; }
    .lg\:mr--145 { margin-right:-145px; }

    .lg\:mt--145 { margin-top:-145px; }
    .lg\:mb--145 { margin-bottom:-145px; }

    .lg\:max--145 { max-width:145%; }
    .lg\:mt---145 { margin-top:-145%; }
    .lg\:mb---145 { margin-bottom:-145%; }
    
    
    .lg\:p--150 { padding:150px !important; }
    .lg\:p-150 { padding:150px; }
    .lg\:pt-150 { padding-top:150px; }
    .lg\:pb-150 { padding-bottom:150px; }
    .lg\:pl-150 { padding-left:150px; }
    .lg\:pr-150 { padding-right:150px; }

    .lg\:m-150 {  margin:150px; }
    .lg\:mt-150 { margin-top:150px; }
    .lg\:mb-150 { margin-bottom:150px; }
    .lg\:ml-150 { margin-left:150px; }
    .lg\:mr-150 { margin-right:150px; }

    .lg\:ml--150 { margin-left:-150px; }
    .lg\:mr--150 { margin-right:-150px; }

    .lg\:mt--150 { margin-top:-150px; }
    .lg\:mb--150 { margin-bottom:-150px; }

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    

    
    .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .lg\:max-50 { max-width:50px; }
    .lg\:text-2{ font-size:2px; } 

    
    .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .lg\:max-100 { max-width:100px; }
    .lg\:text-4{ font-size:4px; } 

    
    .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .lg\:max-150 { max-width:150px; }
    .lg\:text-6{ font-size:6px; } 

    
    .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .lg\:max-200 { max-width:200px; }
    .lg\:text-8{ font-size:8px; } 

    
    .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .lg\:max-250 { max-width:250px; }
    .lg\:text-10{ font-size:10px; } 

    
    .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .lg\:max-300 { max-width:300px; }
    .lg\:text-12{ font-size:12px; } 

    
    .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .lg\:max-350 { max-width:350px; }
    .lg\:text-14{ font-size:14px; } 

    
    .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .lg\:max-400 { max-width:400px; }
    .lg\:text-16{ font-size:16px; } 

    
    .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .lg\:max-450 { max-width:450px; }
    .lg\:text-18{ font-size:18px; } 

    
    .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .lg\:max-500 { max-width:500px; }
    .lg\:text-20{ font-size:20px; } 

    
    .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .lg\:max-550 { max-width:550px; }
    .lg\:text-22{ font-size:22px; } 

    
    .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .lg\:max-600 { max-width:600px; }
    .lg\:text-24{ font-size:24px; } 

    
    .lg\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .lg\:max-650 { max-width:650px; }
    .lg\:text-26{ font-size:26px; } 

    
    .lg\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .lg\:max-700 { max-width:700px; }
    .lg\:text-28{ font-size:28px; } 

    
    .lg\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .lg\:max-750 { max-width:750px; }
    .lg\:text-30{ font-size:30px; } 

    
    .lg\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .lg\:max-800 { max-width:800px; }
    .lg\:text-32{ font-size:32px; } 

    
    .lg\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .lg\:max-850 { max-width:850px; }
    .lg\:text-34{ font-size:34px; } 

    
    .lg\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .lg\:max-900 { max-width:900px; }
    .lg\:text-36{ font-size:36px; } 

    
    .lg\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .lg\:max-950 { max-width:950px; }
    .lg\:text-38{ font-size:38px; } 

    
    .lg\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .lg\:max-1000 { max-width:1000px; }
    .lg\:text-40{ font-size:40px; } 

    
    .lg\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .lg\:max-1050 { max-width:1050px; }
    .lg\:text-42{ font-size:42px; } 

    
    .lg\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .lg\:max-1100 { max-width:1100px; }
    .lg\:text-44{ font-size:44px; } 

    
    .lg\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .lg\:max-1150 { max-width:1150px; }
    .lg\:text-46{ font-size:46px; } 

    
    .lg\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .lg\:max-1200 { max-width:1200px; }
    .lg\:text-48{ font-size:48px; } 

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.flex-wrap { flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:green{ color:#93C847; }
.bg\:green{ background-color:#93C847; }

.color\:pink{ color:#756AA0; }
.bg\:pink{ background-color:#756AA0; }

.color\:dark_gray{ color:#7E848D; }
.bg\:dark_gray{ background-color:#7E848D; }

.color\:gray{ color:#CCD0D6; }
.bg\:gray{ background-color:#CCD0D6; }

.color\:light_gray{ color:#F8FAFC; }
.bg\:light_gray{ background-color:#F8FAFC; }

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

@media(min-width:768px){
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:green:hover{ color:#93C847; }
    .hoverbg\:green:hover{ background-color:#93C847; }
    
    .hover\:pink:hover{ color:#756AA0; }
    .hoverbg\:pink:hover{ background-color:#756AA0; }
    
    .hover\:dark_gray:hover{ color:#7E848D; }
    .hoverbg\:dark_gray:hover{ background-color:#7E848D; }
    
    .hover\:gray:hover{ color:#CCD0D6; }
    .hoverbg\:gray:hover{ background-color:#CCD0D6; }
    
    .hover\:light_gray:hover{ color:#F8FAFC; }
    .hoverbg\:light_gray:hover{ background-color:#F8FAFC; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    
    
}



.font-100{ font-weight:100; }
.line\:_1_1{ line-height:1.1; }

.font-200{ font-weight:200; }
.line\:_1_2{ line-height:1.2; }

.font-300{ font-weight:300; }
.line\:_1_3{ line-height:1.3; }

.font-400{ font-weight:400; }
.line\:_1_4{ line-height:1.4; }

.font-500{ font-weight:500; }
.line\:_1_5{ line-height:1.5; }

.font-600{ font-weight:600; }
.line\:_1_6{ line-height:1.6; }

.font-700{ font-weight:700; }
.line\:_1_7{ line-height:1.7; }

.font-800{ font-weight:800; }
.line\:_1_8{ line-height:1.8; }

.font-900{ font-weight:900; }
.line\:_1_9{ line-height:1.9; }

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
body {
    margin:0;
    padding:0;
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size:16px;
    line-height:1.8;
    color:#292929;
    background:#fff;
    overflow-x: hidden;
}

p { padding:0; margin:0; }
p + p { padding-top:20px; }

h1 { color:#756AA0; font-size:64px; line-height:1.17; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h2 { color:#756AA0; font-size:52px; line-height:1.08; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }
h3 { color:#756AA0; font-size:39px; line-height:1.03; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
h4, .eyebrow { color:#756AA0; font-size:24px; line-height:1.19; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
h5 { color:#756AA0; font-size:22px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; letter-spacing: -0.88px; }
h6 { color:#756AA0; font-size:20px; line-height:1.4; margin:0; padding:0; clear:both; font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; }

h1 span { color: var(--secondary-color); }
h2 span { color: var(--secondary-color); }
h3 span { color: var(--secondary-color); }
h4 span { color: var(--secondary-color); } 
h5 span { color: var(--secondary-color); }
h6 span { color: var(--secondary-color); }

a { text-decoration:none; outline:none; color:#756AA0; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; }
a:hover { color:#93C847; }

/*Text Option*/
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }
.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6, .text-white a { color:#fff; }
.text-bold , .text-bold h1 , .text-bold h2 , .text-bold h3 , .text-bold h4 , .text-bold h5 , .text-bold h6 { font-weight:bold; }
.text-italic { font-style:italic; }

@media (max-width:1200px){
    h1 { font-size: 46px; }
    h2 { font-size: 36px; }
    h3 { font-size: 28px; }
    h4 { font-size: 24px; }
}

@media (max-width:991px){
    body { font-size:15px; }
}

@media (max-width:767px){
    h1 { font-size: 39px; }
    h2 { font-size: 34px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
}

@media (max-width: 400px){
    h1 { font-size: 32px; }
    h2 { font-size: 30px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
}
textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { box-shadow: none; background: #FFFFFF; border:none; padding: 0 15px; width:100%; border-radius: 8px; height: 54px;  width:100% !important; color: #292929; font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:14px; }
form textarea { height: 128px; resize: none !important; padding: 15px; }
form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/select-arrow.svg) no-repeat center right 15px #ffffff; color: #ADADB9; }
form .hs-form-field > label { color: #292929; font-family: Poppins, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:14px; }

form input::placeholder { color: #ADADB9 !important; font-size: 14px; font-weight: 400; font-family: Poppins; }
form select::placeholder { color: #ADADB9 !important; font-size: 14px; font-weight: 400; font-family: Poppins; }
form textarea::placeholder { color: #ADADB9 !important; font-size: 14px; font-weight: 400; font-family: Poppins; }

form .actions { text-align: right; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Poppins; margin-top: 0px; border: 0; padding: 18px 20px; background: #6FA424; min-width: 216px; max-width:100%; font-weight:700; text-transform:uppercase; cursor:pointer; transition: all .5s ease-in-out; border-radius: 36px; width: auto; max-width: 100%; font-size: 16px; }
input[type="submit"]:hover { background: var(--tertiary-color); color:#fff; border-radius: 16px; }
.field.hs-form-field { margin-bottom: 20px; }
form ul.hs-error-msgs { padding: 0; font-size: 12px; color: #f00; }
form ul.hs-error-msgs li:before { display: none; } 
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; background-color: #d4edda; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }

fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
fieldset.form-columns-2 .input, fieldset.form-columns-3 .input, fieldset.form-columns-1 .input { margin-right: 0 !important; }

.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 0; position:relative; }
body form .inputs-list input[type="checkbox"] , body form .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 100% !important; height: 100% !important; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; padding-left: 30px; margin-left: 0 !important; }
.inputs-list input[type="checkbox"] + span:before  { position: absolute; left: 0px; top: 1px;  content:''; width: 20px; height: 20px; border: 1px solid #dadada; color: #fafafa; background: #fafafa; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left: 0px; top: 3px; content: "\f00c"; font-family:'FontAwesome'; width: 20px; }

.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

input:focus-visible, input:focus, select:focus-visible { outline: 0; border: 0; }

.legal-consent-container { font-size: 14px; margin-bottom: 30px; }
.legal-consent-container .hs-richtext { margin-bottom: 10px; }

@media (max-width: 480px) {
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; } 
    form textarea { height: 80px; }
    
    .legal-consent-container { font-size: 12px; }
    .inputs-list input[type=checkbox]+span:before { top: 3px; }
    
    form .actions { text-align: center; }
    .field.hs-form-field { margin-bottom: 10px; }
    
}
[class*="button-"] a { float: none; display: inline-block; vertical-align: top; width: auto; padding: 16px 15px; border-radius: 43px; font-weight: 700; font-size: 14px; min-width: 202px; text-align: center; position: relative; overflow: hidden; border: none; font-family: Poppins; text-transform: uppercase; }
.button-1 a { background-color: #756AA0; color: #FFFFFF; border-color: transparent; }
.button-1 a:hover, .button-1.hover a { background-color: #F0A44B; color: #FFFFFF; border-radius: 16px; }

.button-1.reverse a { background: #F0A44B; }
.button-1.reverse a:hover { background: #D6882D; }

.button-2 a { background: #F0A44B; color: #FFFFFF; border-radius: 43px; } 
.button-2 a:hover, .button-2.hover a { background-color: #D6882D; border-color: #D6882D; color: #FFFFFF; border-radius: 16px; }

.arrow a:after, a.arrow:after { position: relative; content: ""; height: 16px; width: 19px; top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E"); display: inline-block; vertical-align: middle; margin-left: 15px; }

.simple_link a, a.simple_link {  color : var(--main-color);  position:relative; font-weight: 600; border-bottom: 2px solid rgb(74 70 243 / 30%); }
.simple_link a:hover, a.simple_link:hover { color: #756AA0; }

.link_style a, a.link_style { display: inline-block; vertical-align: top; width: auto; position: relative; padding-right: 25px; color: var(--secondary-color); font-size: 21px; font-weight: 700; }
.link_style a:after, a.link_style:after { position:absolute; content:""; height: 16px; width: 16px; top: 1px; right:0; bottom:0; margin:auto 0; transition: all ease-in-out .4s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M-0.000155798 8.92009L-0.000155623 6.92009L11.9998 6.92009L6.49984 1.42009L7.91985 8.70456e-05L15.8398 7.92009L7.91984 15.8401L6.49984 14.4201L11.9998 8.92009L-0.000155798 8.92009Z' fill='%2393C847'/%3E%3C/svg%3E"); }
.link_style a:hover:after, a.link_style:hover:after { right:-5px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M-0.000155798 8.92009L-0.000155623 6.92009L11.9998 6.92009L6.49984 1.42009L7.91985 8.70456e-05L15.8398 7.92009L7.91984 15.8401L6.49984 14.4201L11.9998 8.92009L-0.000155798 8.92009Z' fill='%23756aa0'/%3E%3C/svg%3E"); }
.link_style a:hover, a.link_style:hover { color: var(--tertiary-color); }

.white-button a, a.white-button { background: #fff; color: var(--link_color); }
.white-button.arrow a:after, a.white-button.arrow:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='%234A46F3' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='%234A46F3' stroke-width='2'/%3E%3C/svg%3E"); }
.white-button.arrow a:hover:after, a.white-button.arrow:hover:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M0 8H17.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.5 1L17.5 8L10.5 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E"); }    

.button-1.green a { background: var(--secondary-color); }

@media (max-width:767px){
    [class*="button-"] a { padding: 15px 15px; min-width: 180px; font-size: 14px; }
    
    .link_style a, a.link_style { font-size: 16px; }
}
.hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; }
.hs-menu-wrapper ul { list-style: none; margin: 0; padding-left: 0; transition:all ease-in-out .4s; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical ul { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul { display: inline-flex; }
.hs-menu-wrapper .hs-item-has-children { position: relative; }
.hs-menu-wrapper .hs-menu-children-wrapper { opacity: 0; position: absolute; }
.hs-menu-wrapper .hs-menu-children-wrapper a { display: block; white-space: nowrap; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; top: 100%; }
.hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 100%; opacity: 1; top: 0; }
.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img { height: auto; max-width: 100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

/* Header */
.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 35px 20px; position: relative; color: var(--headerlinkcolor); pointer-event }
.mainmenu .hs-menu-wrapper > ul > li:hover > a, .mainmenu .hs-menu-wrapper > ul > li.active > a { color: var(--headerlinkhover); }
header .button-1 a { min-width: 201px; padding: 16px 15px; font-size: 14px; }

header { position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 9999; transition: all ease-in-out .4s; }
body.fixed header { box-shadow: 0 5px 20px rgba(0,0,0,.1); padding: 10px 0; }
header .logo img { transition: all ease-in-out .4s; }
body.fixed header .logo img { width: 150px !important; }
body.fixed header .mainmenu .hs-menu-wrapper > ul > li > a { padding: 15px 20px; }

/* Landing Page Header */
.header--no-navigation { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }

header.header .button-1.green_bg a { background: #93c847; }

header.new_header .hs-menu-wrapper.hs-menu-flow-horizontal ul li.mega__menu ul.hs-menu-children-wrapper{ display:none; }
header.new_header .hs-menu-wrapper.hs-menu-flow-horizontal ul li.mega__menu { position: static; }
header.new_header .header_right .megamenu { position: absolute; top: 100%; left: 0; width: 100%; display: inline-block; background: var(--tertiary-color); padding: 20px 34px; opacity: 0; transition: all .4s ease-in-out; transform: translateY(10px); pointer-events: none; }
header.new_header .header_right { position: relative; }
header.new_header .header_right .megamenu .megamenu_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner { width: 33.33%; padding: 0 15px; }
header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner .h6 a{ color: #fff; font-size: 17px; text-transform: uppercase; font-weight:700; }
header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner .h6 a:hover { color: var(--secondary-color); }
header.new_header .header_right .megamenu ul { display: inline-block; }
header.new_header .header_right .megamenu ul li a { padding: 6px 0 !important; font-size: 15px; display: inline-block; width: 100%; color: #fff; }
/* header.new_header .header_right .megamenu .mgmenu { padding-top: 15px; } */
header.new_header .hs-menu-wrapper.hs-menu-flow-horizontal ul li.mega__menu:hover .megamenu { opacity: 1; transform: translateY(0); pointer-events: inherit; }
header.new_header .header_right > ul > li > ul { background: red; }
header.new_header .header_right ul > li > ul { background: var(--tertiary-color); padding: 25px 10px; min-width: 240px; pointer-events: none; transform: translateY(10px); }
header.new_header .header_right ul > li > ul > li > a { color: #fff; padding: 6px 10px; font-size: 15px; line-height: 25px; }
header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { position: relative; }
header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before {transition:300ms; position: absolute; content: ""; top: 20px; left: 0; width: 100%; height: 5px; background: var(--quaternary-color); opacity: 0; }
header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a:before { opacity: 1; width: 100%; }
header.new_header .header_right ul > li:hover > ul { pointer-events: inherit; }
header.new_header .header_right ul > li > ul > li > a:hover { color: var(--secondary-color); }
header.new_header .header_right .megamenu ul li a:hover { color: var(--headerlinkhover); }
header.new_header .header_right .megamenu ul li a:before { display: none; }
body.fixed header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before { top: 0; }
header.new_header .header_right ul > li:hover > ul { transform:none; }
/* header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch > a:before { opacity: 1; } */
header.new_header .hs-item-has-children > .hs-menu-wrapper{display:none;}

header.nonav_header .button-1 { display: block !important; }

.new-menu-design-wrap .header_right .megamenu_inner { border-right: 1px solid #9E91D2; }
.new-menu-design-wrap .header_right .megamenu_inner:last-child { border-right: 0; }

/* Footer */
.footer { border-top: 1px solid #CFCFD5; margin-top: 2px; background:#fff; position:relative; z-index:2; }
.footer_right { font-size: 15px; line-height: 1.2; color: #303030; }
.footer_right a { color: #4E4E4E; text-decoration: underline; }
.footer_right a:hover { color: var(--secondary-color); }
.footer_right p span { color: #4E4E4E; }
footer .social_icon a { color: var(--tertiary-color); font-size: 26px; line-height: 1; }

/**/
.lp_footer_sc { padding: 55px 0 40px; border-top: 1px solid #CFCFD5; }
.lp_footer_sc .text { margin-top: 10px; }
.lp_footer_sc .text a { color: #292929; text-decoration: underline; }
.lp_footer_sc .text a:hover { color: var(--secondary-color); }

/* Media Css */
@media (min-width: 768px){
    header .button-1.mbl { display: none; }
    .mainmenu > .hs-menu-wrapper { display: block !important; }
}

@media (min-width: 1440px){
    header .wrapper { width: 1360px; }
    .new-menu-design-wrap .wrapper { width: 1420px; }
}
@media (min-width:1201px){
    .new-menu-design-wrap .logo { width: 290px; }
    .new-menu-design-wrap .header_right { width: calc(100% - 290px); justify-content: flex-end; }
    .new-menu-design-wrap .header_right .megamenu_inner .h6 { margin-bottom: 6px; }
    .new-menu-design-wrap .header_right .megamenu_inner .h6 a { line-height: normal; }

}
@media (max-width:1200px){
    
    header .logo img {max-width:220px;}
    .mainmenu .hs-menu-wrapper > ul > li > a {padding:35px 10px;}
    
    header.header.new_header .logo { max-width: 130px; }
    header.header.new_header .logo img { max-width: 100%; }
    body.fixed header.new_header .mainmenu .hs-menu-wrapper>ul>li>a { padding: 15px 10px; }
    
}

@media (max-width:991px){
    header .logo img { width: 120px !important; }
    header .button-1 a { min-width: 160px; padding: 13px 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 15px 10px; }
    
    header.header.new_header .logo { max-width: 100px; }
    body.fixed header.new_header .mainmenu .hs-menu-wrapper>ul>li>a,
    header.new_header .mainmenu .hs-menu-wrapper>ul>li>a { padding: 15px; }
    
    header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before { top: 10px; }
    header.new_header .header_right .megamenu { padding: 20px; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner { padding: 0 5px; }
    header.new_header .header_right .megamenu .megamenu_wrap { margin: 0 -5px; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner .h6 a { font-size: 16px; }
}

@media (max-width:870px){
    body.fixed header.new_header .mainmenu .hs-menu-wrapper > ul > li > a, 
    header.new_header .mainmenu .hs-menu-wrapper > ul > li > a { padding: 15px 10px; }
    
    header .button-1 a { min-width: 145px; }
}

@media (max-width:800px){
    body.fixed header.new_header .mainmenu .hs-menu-wrapper>ul>li>a, header.new_header .mainmenu .hs-menu-wrapper>ul>li>a { padding: 15px 5px; }
}

@media (max-width:767px){
    header .button-1 { display: none; }
    header .button-1.mbl { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: 100%; padding: 15px; color: #fff; font-size: 16px; padding: 20px; } 
    header .button-1.mbl a { display: inline-block; vertical-align: top; width: 100%; border-radius: 0px; text-align: left; font-size: 16px; padding: 20px; }
    .mainmenu .hs-menu-wrapper > ul > li.active > a, .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #fff; }
    header .logo img { width: 130px !important; }
    body.fixed header .logo img { width: 130px !important; }
    
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }
    
    header.new_header .header_right ul > li > ul {transform: translateY(0px); }

    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    div.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top: 20px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0;  transition:all .5s ease-in-out; line-height:30px; text-align:left; }
    div.mobile-trigger:hover { text-decoration:none; }
    div.mobile-trigger span { display:inline; }
    div.mobile-trigger span:before { position:absolute; content:'Menu'; }
    div.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    .mobile-open div.mobile-trigger { transition:all .5s ease-in-out; background:transparent; }
    .mobile-open div.mobile-trigger span:after { opacity:1; }
    body.fixed div.mobile-trigger { top: 10px; }
    .mobile-open .mobile_menu_toggle div.mobile-trigger { display: block !important; }
    .mobile_menu_toggle div.mobile-trigger i, .mobile-open .mobile_menu_toggle div.mobile-trigger i:before, .mobile-open .mobile_menu_toggle div.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle div.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle div.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    div.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    div.mobile-trigger i:before, div.mobile-trigger i:after { position:absolute; content: ''; }
    div.mobile-trigger i, div.mobile-trigger i:before, div.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: var(--tertiary-color); }
    div.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    div.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open div.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open div.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open div.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height:46px !important; padding:0 !important; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) rotate(45deg); }
    
    
    .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top: 88px; left: 0; width: 100%; max-width:100%; padding:0px; background-color: var(--secondary-color); z-index:8888; display: none; }
    body.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 77px; }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom: 1px solid rgba(255,255,255,0.2); }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }
    
    header.header.new_header .logo { max-width: 130px; }
    
    body.fixed header.new_header .mainmenu .hs-menu-wrapper>ul>li>a, header.new_header .mainmenu .hs-menu-wrapper>ul>li>a { padding:15px 20px; }
    
    header.new_header .header_right { position: static; }
    header.new_header .header_right .megamenu { position: relative; opacity: 1; height: auto; display: none; transform: none; pointer-events: inherit; transition: none; height: 300px; overflow: hidden; overflow-y: auto; background:#fff; }
    header.new_header .header_right .megamenu .megamenu_wrap { margin: 0; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner { padding: 0; width: 100%; height: 100%; vertical-align: top; }
    header.new_header .hs-menu-wrapper.hs-menu-flow-horizontal ul li.mega__menu { position: relative; }
    header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before { display: none; }
    header.new_header .header_right .hs-menu-flow-horizontal { background: var(--tertiary-color); }
    header.new_header .header_right .hs-menu-flow-horizontal span.child-triggerm span:before,
    header.new_header .header_right .hs-menu-flow-horizontal span.child-triggerm span:after { background: #fff; }
    header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding:15px 40px 15px 20px !important; }
    header.new_header .header_right ul > li > ul { width: 100%; background: #fff; padding:20px 10px; min-width: auto; }
    header.new_header .header_right ul > li > ul > li > a { color: var(--tertiary-color); padding: 6px 30px; font-size: 16px; line-height: 29px; }
    header.new_header .header_right ul > li > ul { transition: none; }
    header.new_header .header_right .megamenu ul { display: block !important; width: 100%; flex-direction: unset; }
    header.new_header .header_right .megamenu .hs-menu-flow-horizontal { display: block !important; position: static; background: #fff; padding-top:10px; }
    header.new_header .header_right .megamenu .mgmenu { padding: 0; }
    header.new_header .header_right .megamenu ul li a { padding: 0 !important; }
    body.fixed header.new_header .header_right .megamenu ul li a { padding: 10px 0 !important; }
    header.new_header .header_right .megamenu .mgmenu .hs_cos_wrapper_type_simple_menu { background: #fff; }
    header.new_header .header_right .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color: var(--tertiary-color); padding: 10px 20px !important; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner .h6 { height:auto !important; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner .h6  a{ color: var(--tertiary-color);  font-weight:700; }
    header.new_header .header_right .megamenu .megamenu_wrap .megamenu_inner+.megamenu_inner { margin-top: 15px; }
    header.new_header .header_right .megamenu { padding: 30px 20px 20px; }
    
    body.fixed .mainmenu.js-enabled > .hs-menu-flow-horizontal { height: calc(100vh - 78px); overflow-y: auto; }
    header.new_header .header_right .megamenu { height: auto; }
    .new-menu-design-wrap .header_right .megamenu_inner { border-right:0px; }

}

@media (max-width: 400px){
    header .button-1 a { min-width: 130px; padding: 10px; font-size: 13px; }
    
    /* Footer */
    .footer_logo img { width: 150px !important; }
    
    
    
}
@media (max-width:350px){
    header.new_header .header_right .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 15px !important; }
    header.new_header .header_right .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 10px 0 !important; }
    header.new_header .header_right .megamenu { padding: 30px 15px 20px; }
    
    header.new_header .header_right ul > li > ul > li > a { padding: 6px 6px; }
} 
/* Blog Listing */
.feature_post_sc { position: relative; z-index: 1; }
.feature_post_sc:after { position: absolute; content: ""; height: 58px; width: 100%; left: 0; bottom: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/feature-hero-pattern.png) no-repeat center / cover; z-index: -1; }
.feature_post_img { width: 50%; height: 800px; border-radius: 800px 0px 0px 800px; filter: grayscale(1); }
.feature_post_left { padding-left: calc((100% - 1170px) / 2); width: 50%; text-align: left; padding-right: 50px; padding-bottom: 150px; }
.feature_post_title { font-size: 52px; line-height: 1.1; font-weight: 700; }
.feature_post_title a { color: #fff; }

.recent_post_sc { position: relative; z-index: 1; }
.recent_post_sc:before { position: absolute; content: ""; height: 316px; width: 100%; top: 0; left: 0; z-index: -1; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/recent-post-pattern.png) no-repeat center / cover; }
.recent_post_img { height: 576px; width: 100%; border-radius: 58px; filter: grayscale(1); }

.recent_post_conbox { padding: 25px 25px 50px 50px; border-radius: 58px; margin: -230px 0 0 auto; position: relative; }
.recent_post_conbox .date, .post_item_main_sc .date { font-size: 12px; font-weight: 700; color: var(--quaternary-color); }
.recent_post_conbox .tag, .post_item_main_sc .tag { font-size: 12px; font-weight: 700; color: var(--secondary-color); margin-top: 5px; }
.recent_post_conbox .text, .post_item_main_sc .text { color: #666; }

.post_item_main_wrap { position: relative; }
.post_item_main_sc { position: relative; margin-bottom: -150px; z-index: 2; }
.post_item_main_sc .left { width: 320px; max-width: 100%; }
.post_item_main_wrap .leftin { position: sticky; top: 100px; }
.post_item_main_sc .left h5 { font-size: 18px; font-weight: 600; color: var(--secondary-color); margin-bottom: 18px; letter-spacing: 0.5px; }

.post_item_main_sc .left .filterarea { margin-bottom: 10px; position: relative; }
.post_item_main_sc .left .filterarea .filterclick { display: inline-block; vertical-align: top; width: 100%; padding: 11px 30px 11px 15px; position: relative; cursor: pointer; }
.post_item_main_sc .left .filterarea .filterWrap { border: 1px solid #CFCFD5; border-radius: 16px; font-size: 17px; color: var(--tertiary-color); }
.post_item_main_sc .left .filterarea .filterWrap ul { padding: 0 30px 15px 15px; list-style-type: none; margin: 0; width: 100%; display: none; text-transform: capitalize; }
.post_item_main_sc .left .filterarea .filterWrap ul li { margin-bottom: 5px; position: relative; cursor: pointer; }
.post_item_main_sc .left .filterarea .filterclick:after { position: absolute; content: ""; height: 13px; width: 12px; top: 20px; right: 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M12 6.5L0.749999 12.9952L0.75 0.00480889L12 6.5Z' fill='%23CFCFD5'/%3E%3C/svg%3E"); transition: all ease-in-out .4s; }
.post_item_main_sc .left .filterarea .filterclick.active:after { transform: rotate(90deg); }

.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"], .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"] { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0; opacity: 0; z-index: 1; cursor: pointer; }
.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"] + span, .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"] + span { display: inline-block; vertical-align: top; width: 100%; padding-left: 25px; position: relative; }
.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"] + span:before, .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"] + span:before { position: absolute; content: ""; height: 17px; width: 17px; top: 6px; left: 0; border: 1px solid #D9D2DE; border-radius: 100%; }
.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"] + span:after, .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"] + span:after { position: absolute; content: ""; height: 9px; width: 9px; top: 10px; left: 4px; background: #3A1948; border-radius: 100%; transition: all ease-in-out .2s; transform: scale(0); }
.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"]:checked + span:after, .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"]:checked + span:after { transform: scale(1); }
.post_item_main_sc .left .filterarea .filterWrap ul li input[type="checkbox"]:hover + span, .post_item_main_sc .left .filterarea .filterWrap ul li input[type="radio"]:hover + span { color: var(--secondary-color); }

.post_item_main_sc .left .filter_result { display: flex; flex-wrap: wrap; gap: 10px; }
.post_item_main_sc .left .filter_result span label { display: inline-block; vertical-align: top; width: auto; padding: 15px 30px 15px 40px; background: #D9D9D9; border-radius: 40px; color: rgb(41 41 41 / 50%); position: relative; text-transform: capitalize; line-height: 1.25; }
.post_item_main_sc .left .filter_result .close { position: absolute; top: -1px; left: 15px; z-index: 1; line-height: 0; bottom: 0; margin: auto 0; display: flex; align-items: center; }
.post_item_main_sc .left .filter_result span { position: relative; }

.post_item_main_sc .right { width: calc(100% - 320px); padding-left: 50px; }
.post_item_col .image { height: 320px; border-radius: 32px; filter: grayscale(1); position: relative; }
.post_item_col .image a { position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
.post_item_main_sc .link a { color: var(--secondary-color); text-transform:capitalize; }
.post_item_main_sc .link a:hover { color: var(--tertiary-color); }

.post_item_main_sc .pagination ul { display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; list-style-type: none; }
.post_item_main_sc .pagination { padding-top: 30px; border-top: 1px solid #CFCFD5; display: inline-block; vertical-align: top; width: 100%; margin-top: 15px; }
.post_item_main_sc .pagination ul li { margin: 0 5px; font-size: 20px; color: rgba(147,200,71,1);  height: 41px; width: 41px; border-radius: 100%; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.post_item_main_sc .pagination ul li.number.active { background: var(--tertiary-color); color: #fff; margin: 0 8px; }
.post_item_main_sc .pagination ul li.number.active:hover { color: #fff; }
.post_item_main_sc .pagination ul li.number { color: var(--tertiary-color); }
.post_item_main_sc .pagination ul li.number:hover { color: var(--secondary-color); }
.post_item_main_sc .pagination ul li.last-step { color: rgba(147,200,71,.5); }


/* Author Page */
.blog_author_main .about-author { margin-top: 0; margin-bottom: 0; }
.post_item_main_wrap .right.full-width { padding-left: 0; width: 100%; }

/* Responsive Css */
@media (max-width: 1200px){
    /* Blog Listing */
    .feature_post_left { padding-left: calc((100% - 950px) / 2); padding-right: 30px; }
    .feature_post_title { font-size: 44px; }
    
    .recent_post_conbox { max-width: 700px; }
    
    .post_item_main_sc .left { width: 250px; }
    .post_item_main_sc .left .filterarea .filterWrap { font-size: 15px; }
    .post_item_main_sc .right { padding-left: 30px; width: calc(100% - 250px); }
    .post_item_col .image { height: 230px; }
    .post_item_main_sc .link a { font-size: 18px; }
    
}

@media (max-width: 991px){
    /* Blog Listing */
    .feature_post_left { padding-left: calc((100% - 750px) / 2); padding-right: 30px; }
    .feature_post_title { font-size: 36px; }
    
    .recent_post_conbox { max-width: 90%; }
    
    .post_item_col { max-width: 100%; flex: 0 0 100%; }
    .post_item_col .image { height: 300px; }
    
}

@media (max-width: 767px){
    /* Blog Listing */
    .feature_post_left { padding: 30px 15px 100px; width: 100%; }
    .feature_post_img { width: 100%; border-radius: 0; height: 400px; background-position: top center !important; }
    .feature_post_wrap { flex-wrap: wrap; flex-direction: column-reverse; }
    .recent_post_img { height: 400px; }
    .recent_post_conbox { max-width: 95%; padding: 30px; }
    .post_item_main_sc .left { width: 380px; max-width: 100%; margin: 0 auto 40px; }
    .post_item_main_sc .right { width: 100%; padding: 0; }
    .post_item_main_wrap .leftin { position: relative; top: auto; }
    .post_item_main_sc { margin-bottom: 0; }
    .post_item_main_sc .pagination ul li { height: 30px; width: 30px; font-size: 16px; }
    .recent_post_sc .title h2 { font-size: 22px; } 
} 
.blog-post-main { padding: 50px 0; }
.blog-post .main-title { margin: 0 auto 43px; max-width: 1024px; width: 100%; font-size: 12px; line-height: 1.5; font-weight: 700; color: var(--quaternary-color); }
.blog-post .main-title h1 span { color: var(--tertiary-color); }
.blog-post .main-title .h5 { font-size: 12px; line-height: 1.5; font-weight: 700; color: var(--secondary-color); letter-spacing: 0.2px; }

.date-industry { margin: 0 0 17px; letter-spacing: 0.2px; }
.date-industry .date { margin-right: 10px; }

.post-image { height: 608px; border-radius: 16px; overflow: hidden; margin: 0 0 43px; }
.post-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }

.blog-post__body { font-size: 16px; line-height: 29px; color: #666; margin: 0 auto; max-width: 1024px; }
.blog-post__body h2 { font-size: 39px; line-height: 1.3; font-weight: 300; color: var(--quaternary-color); margin: 0 0 20px; }
.blog-post__body img { margin: 0 auto; display: block; border-radius: 10px; }
.blog-post__body p { padding: 0; margin: 0 0 28px; }
.blog-post__body h4 { font-size: 22px; color: #93C847; font-weight: 700; margin: 0 0 8px; display: inline-block; width: 100%; }
.blog-post__body ul { margin: 10px 0; padding: 0; }
.blog-post__body ul li { margin: 5px 0; padding: 0 0 0 15px; list-style-type: none; position: relative; color: #292929; }
.blog-post__body ul li:before { content: ''; width: 5px; height: 5px; position: absolute; top: 12px; left: 0; background: var(--quaternary-color); border-radius: 10px; }

.blog-post__body blockquote { margin: 50px 50px 40px; padding: 0 0 0 18px; border-left: 5px solid #93C847; font-size: 22px; line-height: 37px; font-style: italic; color: #756AA0; }
.blog-post__body blockquote h6 { margin: 20px 0 0; color: #333333; font-size: 16px; line-height: 1.2; font-weight: 500; }

.about-author { margin: 55px auto 0; padding: 35px 54px 40px; background: rgba(207, 207, 213, 0.2); border-radius: 40px; max-width: 1024px; }
.about-author .image { width: 176px; height: 176px; border-radius: 100%; overflow: hidden; }
.about-author .image img { width: 100%; height: 100%; object-fit: cover; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.about-author .text { width: calc(100% - 176px); padding: 0 0 0 45px; font-size: 16px; line-height: 29px; }
.about-author .text h3 { font-size: 24px; line-height: 29px; font-weight: 700; color: var(--quaternary-color); margin: 0 0 12px; }
.about-author .text h4 { font-size: 24px; line-height: 29px; margin: 0 0 10px; }
.about-author .text h4 a { color: var(--secondary-color); }

.related-post { padding: 37px 0 0; }
.related-post h2 { font-size: 39px; line-height: 48px; font-weight: 400; }
.related-post .wrapper { padding-top: 40px; border-top: 1px solid #CFCFD5; }

/* 18-09-2024-59 */
.hs-blog-post .blog-post__body h1 { margin-bottom: 10px; }
.hs-blog-post .blog-post__body p { margin-bottom: 20px; }
.hs-blog-post .blog-post__body h2 { font-size: 52px; font-style: normal; font-weight: 700; line-height: 56px; color: #756AA0; margin-bottom: 10px; }
.hs-blog-post .blog-post__body h3 { margin-bottom: 10px; }
.hs-blog-post .blog-post__body h4 { font-size: 24px; font-style: normal; font-weight: 400; line-height: 29px; color: #756AA0; }
.hs-blog-post .blog-post__body h5 { margin: 0 0 8px; }
.hs-blog-post .blog-post__body h6 { font-size: 22px; font-style: normal; font-weight: 700; line-height: 29px; letter-spacing: -0.88px; color: var(--secondary-color, #93C847); margin-top: 25px; }
.hs-blog-post .blog-post__body ul li ul li:before { background: var(--secondary-color, #93C847); }
.hs-blog-post .blog-post__body ul li ul { padding-left: 30px; }
.hs-blog-post .blog-post__body ul li { color: #666; }
.hs-blog-post .blog-post__body blockquote { margin: 27px 0 45px; padding-top: 10px; }
.hs-blog-post .blog-post__body blockquote p+p { font-size: 16px; font-style: normal; font-weight: 500; line-height: 150%; color: #666; }
.hs-blog-post .blog-post__body h5+p+ul { margin-top: -9px; }
.hs-blog-post .blog-post__body p+h4,.hs-blog-post .blog-post__body p+h5 { margin-top: 6px; }

@media(min-width: 768px) {
    .related-post { margin-bottom: -170px; position: relative; z-index: 22; }
}
@media(min-width: 992px) {
    .related-post { margin-bottom: -90px; }
}

@media(max-width:1200px){
    .hs-blog-post .blog-post__body h2 { font-size: 36px; line-height: normal; }
}


@media(max-width: 991px) {

    .post-image { height: 450px; }
    .blog-post__body h2 { font-size: 30px; line-height: 40px; }

    .about-author { padding: 30px; border-radius: 20px; }
    .about-author .text { padding: 0 0 0 20px; }
    .hs-blog-post .blog-post__body h2 { font-size: 30px; line-height: 40px; }
    
}

@media(max-width: 767px) {

    .post-image { height: 330px; }
    .blog-post__body h2 { font-size: 26px; line-height: 38px; }
    .blog-post__body h4 { font-size: 20px; }
    .blog-post__body blockquote { margin: 30px 0; font-size: 18px; line-height: 30px; }
    
    .about-author { flex-wrap: wrap; padding: 30px 15px; }
    .about-author .text { width: 100%; padding: 0; margin: 30px 0 0; }
    .about-author .text h3 { font-size: 20px; line-height: 28px; }
    .about-author .text h4 { font-size: 20px; line-height: 28px; }
    
    .related-post h2 { font-size: 30px; line-height: 42px; }

    .hs-blog-post .blog-post__body blockquote { margin: 30px 0;  }
    .hs-blog-post .blog-post__body h4 { font-size: 20px; }
    .hs-blog-post .blog-post__body h2 { font-size: 34px; line-height: normal; }


}

@media(max-width: 480px) {
    
} 
.systems-wrap .page-header { text-align: center; }
.systems-wrap .page-header h3 { color: var(--secondary-color); }
.systems-wrap .email-prefs .header,.systems-wrap .success { text-align: center; font-size: 24px; font-style: normal; font-weight: 400; line-height: 29px; color: var(--tertiary-color); padding-top: 50px; padding-bottom: 18px; }
.systems-wrap .email-prefs .header:empty { display: none; }
.systems-wrap .email-prefs .item .item-inner { padding: 34px; padding-left: 72px; border-radius: 20px; background: #F2F2F2; position: relative; overflow: hidden; }
.systems-wrap .email-prefs .item .item-inner .fakelabel span { font-size: 24px; font-style: normal; font-weight: 400; line-height: 29px; color: var(--tertiary-color); }
.systems-wrap .email-prefs .item { margin-bottom: 16px; }
.systems-wrap .email-prefs .item .item-inner input { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; z-index:1; }
.systems-wrap .email-prefs .item .item-inner .fakelabel span:before { width: 24px; height: 24px; background-color: #FFF; content: ''; position: absolute; left: 26px; top: 39px; }
.systems-wrap .email-prefs .item .item-inner input:checked+span:after { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M6.21 15.54L0 9.33L2.83 6.5L6.21 9.89L16.09 0L18.92 2.83L6.21 15.54Z' fill='%2393C847'/%3E%3C/svg%3E"); position: absolute; left: 28px; width: 19px; height: 16px; top: 42px; }
.systems-wrap .email-prefs .subscribe-options p:empty+p { padding-top: 10px; }
.systems-wrap .email-prefs .subscribe-options p label { position: relative; padding-left: 26px; }
.systems-wrap .email-prefs .subscribe-options p label input { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; margin: 0; display: inline-block; }
.systems-wrap .email-prefs .subscribe-options p label span:before { background-color: #fff; content: ""; height: 24px; width: 24px; border: 1px solid var(--tertiary-color, #756AA0); display: inline-block; vertical-align: top; position: absolute; left: 0; top: 2px; }
.systems-wrap .email-prefs .subscribe-options p label span { font-size: 24px; font-style: normal; font-weight: 400; line-height: 29px; color: var(--tertiary-color); position: relative; padding-left: 33px; display: inline-block; vertical-align: top; }
.systems-wrap .email-prefs .subscribe-options p label input:checked+span:after {content: '';background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M6.21 15.54L0 9.33L2.83 6.5L6.21 9.89L16.09 0L18.92 2.83L6.21 15.54Z' fill='%2393C847'/%3E%3C/svg%3E");position: absolute;left: 3px;width: 19px;height: 16px;top: 9px;}
.systems-wrap input[type=submit] { background: var(--quaternary-color); font-size: 18px; padding: 22px 45px; margin-top: 25px; }
.systems-wrap input[type=submit]:hover { background: #d6882d; } 
.unsubscribe-main-wrap h1 { color: var(--secondary-color); font-size: 39px; line-height: 1.03; font-weight: 400; margin-bottom: 25px; } 
.error-page-mn { padding: 158px 0px; background-size: cover; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1512' height='644' viewBox='0 0 1512 644' fill='none'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_26_3867)'%3E%3Cpath d='M18.8392 0.309893C20.8535 0.309893 22.4864 -1.36183 22.4864 -3.424C22.4864 -5.48618 20.8535 -7.1579 18.8392 -7.1579C16.8248 -7.1579 15.1919 -5.48618 15.1919 -3.424C15.1919 -1.36183 16.8248 0.309893 18.8392 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 0.309893C52.1245 0.309893 53.7574 -1.36183 53.7574 -3.424C53.7574 -5.48618 52.1245 -7.1579 50.1101 -7.1579C48.0958 -7.1579 46.4629 -5.48618 46.4629 -3.424C46.4629 -1.36183 48.0958 0.309893 50.1101 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M18.8392 32.3168C20.8535 32.3168 22.4864 30.6451 22.4864 28.5829C22.4864 26.5207 20.8535 24.849 18.8392 24.849C16.8248 24.849 15.1919 26.5207 15.1919 28.5829C15.1919 30.6451 16.8248 32.3168 18.8392 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 32.3168C52.1245 32.3168 53.7574 30.6451 53.7574 28.5829C53.7574 26.5207 52.1245 24.849 50.1101 24.849C48.0958 24.849 46.4629 26.5207 46.4629 28.5829C46.4629 30.6451 48.0958 32.3168 50.1101 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M18.8392 64.1203C20.8535 64.1203 22.4864 62.4485 22.4864 60.3864C22.4864 58.3242 20.8535 56.6525 18.8392 56.6525C16.8248 56.6525 15.1919 58.3242 15.1919 60.3864C15.1919 62.4485 16.8248 64.1203 18.8392 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 64.1203C52.1245 64.1203 53.7574 62.4485 53.7574 60.3864C53.7574 58.3242 52.1245 56.6525 50.1101 56.6525C48.0958 56.6525 46.4629 58.3242 46.4629 60.3864C46.4629 62.4485 48.0958 64.1203 50.1101 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M18.8392 96.1344C20.8535 96.1344 22.4864 94.4627 22.4864 92.4005C22.4864 90.3383 20.8535 88.6666 18.8392 88.6666C16.8248 88.6666 15.1919 90.3383 15.1919 92.4005C15.1919 94.4627 16.8248 96.1344 18.8392 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 96.1344C52.1245 96.1344 53.7574 94.4627 53.7574 92.4005C53.7574 90.3383 52.1245 88.6666 50.1101 88.6666C48.0958 88.6666 46.4629 90.3383 46.4629 92.4005C46.4629 94.4627 48.0958 96.1344 50.1101 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M18.8392 128.141C20.8535 128.141 22.4864 126.47 22.4864 124.407C22.4864 122.345 20.8535 120.674 18.8392 120.674C16.8248 120.674 15.1919 122.345 15.1919 124.407C15.1919 126.47 16.8248 128.141 18.8392 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 128.141C52.1245 128.141 53.7574 126.47 53.7574 124.407C53.7574 122.345 52.1245 120.674 50.1101 120.674C48.0958 120.674 46.4629 122.345 46.4629 124.407C46.4629 126.47 48.0958 128.141 50.1101 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M18.8392 159.945C20.8535 159.945 22.4864 158.273 22.4864 156.211C22.4864 154.149 20.8535 152.477 18.8392 152.477C16.8248 152.477 15.1919 154.149 15.1919 156.211C15.1919 158.273 16.8248 159.945 18.8392 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M50.1101 159.945C52.1245 159.945 53.7574 158.273 53.7574 156.211C53.7574 154.149 52.1245 152.477 50.1101 152.477C48.0958 152.477 46.4629 154.149 46.4629 156.211C46.4629 158.273 48.0958 159.945 50.1101 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip1_26_3867)'%3E%3Cpath d='M13.356 0.309893C15.3703 0.309893 17.0033 -1.36183 17.0033 -3.424C17.0033 -5.48618 15.3703 -7.1579 13.356 -7.1579C11.3417 -7.1579 9.70874 -5.48618 9.70874 -3.424C9.70874 -1.36183 11.3417 0.309893 13.356 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 0.309893C46.6416 0.309893 48.2745 -1.36183 48.2745 -3.424C48.2745 -5.48618 46.6416 -7.1579 44.6272 -7.1579C42.6129 -7.1579 40.98 -5.48618 40.98 -3.424C40.98 -1.36183 42.6129 0.309893 44.6272 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 0.309893C77.9128 0.309893 79.5457 -1.36183 79.5457 -3.424C79.5457 -5.48618 77.9128 -7.1579 75.8985 -7.1579C73.8842 -7.1579 72.2512 -5.48618 72.2512 -3.424C72.2512 -1.36183 73.8842 0.309893 75.8985 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 -3.424C110.817 -1.36092 109.185 0.309893 107.17 0.309893C105.155 0.309893 103.523 -1.36092 103.523 -3.424C103.523 -5.48709 105.155 -7.1579 107.17 -7.1579C109.185 -7.1579 110.817 -5.48709 110.817 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 0.309893C140.449 0.309893 142.082 -1.36183 142.082 -3.424C142.082 -5.48618 140.449 -7.1579 138.435 -7.1579C136.42 -7.1579 134.787 -5.48618 134.787 -3.424C134.787 -1.36183 136.42 0.309893 138.435 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 0.309893C171.72 0.309893 173.353 -1.36183 173.353 -3.424C173.353 -5.48618 171.72 -7.1579 169.706 -7.1579C167.692 -7.1579 166.059 -5.48618 166.059 -3.424C166.059 -1.36183 167.692 0.309893 169.706 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 0.309893C202.991 0.309893 204.624 -1.36183 204.624 -3.424C204.624 -5.48618 202.991 -7.1579 200.977 -7.1579C198.963 -7.1579 197.33 -5.48618 197.33 -3.424C197.33 -1.36183 198.963 0.309893 200.977 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M13.356 32.3168C15.3703 32.3168 17.0033 30.6451 17.0033 28.5829C17.0033 26.5207 15.3703 24.849 13.356 24.849C11.3417 24.849 9.70874 26.5207 9.70874 28.5829C9.70874 30.6451 11.3417 32.3168 13.356 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 32.3168C46.6416 32.3168 48.2745 30.6451 48.2745 28.5829C48.2745 26.5207 46.6416 24.849 44.6272 24.849C42.6129 24.849 40.98 26.5207 40.98 28.5829C40.98 30.6451 42.6129 32.3168 44.6272 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 32.3168C77.9128 32.3168 79.5457 30.6451 79.5457 28.5829C79.5457 26.5207 77.9128 24.849 75.8985 24.849C73.8842 24.849 72.2512 26.5207 72.2512 28.5829C72.2512 30.6451 73.8842 32.3168 75.8985 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 28.5829C110.817 30.646 109.185 32.3168 107.17 32.3168C105.155 32.3168 103.523 30.646 103.523 28.5829C103.523 26.5198 105.155 24.849 107.17 24.849C109.185 24.849 110.817 26.5198 110.817 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 32.3168C140.449 32.3168 142.082 30.6451 142.082 28.5829C142.082 26.5207 140.449 24.849 138.435 24.849C136.42 24.849 134.787 26.5207 134.787 28.5829C134.787 30.6451 136.42 32.3168 138.435 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 32.3168C171.72 32.3168 173.353 30.6451 173.353 28.5829C173.353 26.5207 171.72 24.849 169.706 24.849C167.692 24.849 166.059 26.5207 166.059 28.5829C166.059 30.6451 167.692 32.3168 169.706 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 32.3168C202.991 32.3168 204.624 30.6451 204.624 28.5829C204.624 26.5207 202.991 24.849 200.977 24.849C198.963 24.849 197.33 26.5207 197.33 28.5829C197.33 30.6451 198.963 32.3168 200.977 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M13.356 64.1203C15.3703 64.1203 17.0033 62.4485 17.0033 60.3864C17.0033 58.3242 15.3703 56.6525 13.356 56.6525C11.3417 56.6525 9.70874 58.3242 9.70874 60.3864C9.70874 62.4485 11.3417 64.1203 13.356 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 64.1203C46.6416 64.1203 48.2745 62.4485 48.2745 60.3864C48.2745 58.3242 46.6416 56.6525 44.6272 56.6525C42.6129 56.6525 40.98 58.3242 40.98 60.3864C40.98 62.4485 42.6129 64.1203 44.6272 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 64.1203C77.9128 64.1203 79.5457 62.4485 79.5457 60.3864C79.5457 58.3242 77.9128 56.6525 75.8985 56.6525C73.8842 56.6525 72.2512 58.3242 72.2512 60.3864C72.2512 62.4485 73.8842 64.1203 75.8985 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 60.3864C110.817 62.4495 109.185 64.1203 107.17 64.1203C105.155 64.1203 103.523 62.4495 103.523 60.3864C103.523 58.3233 105.155 56.6525 107.17 56.6525C109.185 56.6525 110.817 58.3233 110.817 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 64.1203C140.449 64.1203 142.082 62.4485 142.082 60.3864C142.082 58.3242 140.449 56.6525 138.435 56.6525C136.42 56.6525 134.787 58.3242 134.787 60.3864C134.787 62.4485 136.42 64.1203 138.435 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 64.1203C171.72 64.1203 173.353 62.4485 173.353 60.3864C173.353 58.3242 171.72 56.6525 169.706 56.6525C167.692 56.6525 166.059 58.3242 166.059 60.3864C166.059 62.4485 167.692 64.1203 169.706 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 64.1203C202.991 64.1203 204.624 62.4485 204.624 60.3864C204.624 58.3242 202.991 56.6525 200.977 56.6525C198.963 56.6525 197.33 58.3242 197.33 60.3864C197.33 62.4485 198.963 64.1203 200.977 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M13.356 96.1344C15.3703 96.1344 17.0033 94.4627 17.0033 92.4005C17.0033 90.3383 15.3703 88.6666 13.356 88.6666C11.3417 88.6666 9.70874 90.3383 9.70874 92.4005C9.70874 94.4627 11.3417 96.1344 13.356 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 96.1344C46.6416 96.1344 48.2745 94.4627 48.2745 92.4005C48.2745 90.3383 46.6416 88.6666 44.6272 88.6666C42.6129 88.6666 40.98 90.3383 40.98 92.4005C40.98 94.4627 42.6129 96.1344 44.6272 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 96.1344C77.9128 96.1344 79.5457 94.4627 79.5457 92.4005C79.5457 90.3383 77.9128 88.6666 75.8985 88.6666C73.8842 88.6666 72.2512 90.3383 72.2512 92.4005C72.2512 94.4627 73.8842 96.1344 75.8985 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 92.4005C110.817 94.4636 109.185 96.1344 107.17 96.1344C105.155 96.1344 103.523 94.4636 103.523 92.4005C103.523 90.3374 105.155 88.6666 107.17 88.6666C109.185 88.6666 110.817 90.3374 110.817 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 96.1344C140.449 96.1344 142.082 94.4627 142.082 92.4005C142.082 90.3383 140.449 88.6666 138.435 88.6666C136.42 88.6666 134.787 90.3383 134.787 92.4005C134.787 94.4627 136.42 96.1344 138.435 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 96.1344C171.72 96.1344 173.353 94.4627 173.353 92.4005C173.353 90.3383 171.72 88.6666 169.706 88.6666C167.692 88.6666 166.059 90.3383 166.059 92.4005C166.059 94.4627 167.692 96.1344 169.706 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 96.1344C202.991 96.1344 204.624 94.4627 204.624 92.4005C204.624 90.3383 202.991 88.6666 200.977 88.6666C198.963 88.6666 197.33 90.3383 197.33 92.4005C197.33 94.4627 198.963 96.1344 200.977 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M13.356 128.141C15.3703 128.141 17.0033 126.47 17.0033 124.407C17.0033 122.345 15.3703 120.674 13.356 120.674C11.3417 120.674 9.70874 122.345 9.70874 124.407C9.70874 126.47 11.3417 128.141 13.356 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 128.141C46.6416 128.141 48.2745 126.47 48.2745 124.407C48.2745 122.345 46.6416 120.674 44.6272 120.674C42.6129 120.674 40.98 122.345 40.98 124.407C40.98 126.47 42.6129 128.141 44.6272 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 128.141C77.9128 128.141 79.5457 126.47 79.5457 124.407C79.5457 122.345 77.9128 120.674 75.8985 120.674C73.8842 120.674 72.2512 122.345 72.2512 124.407C72.2512 126.47 73.8842 128.141 75.8985 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 124.407C110.817 126.471 109.185 128.141 107.17 128.141C105.155 128.141 103.523 126.471 103.523 124.407C103.523 122.344 105.155 120.674 107.17 120.674C109.185 120.674 110.817 122.344 110.817 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 128.141C140.449 128.141 142.082 126.47 142.082 124.407C142.082 122.345 140.449 120.674 138.435 120.674C136.42 120.674 134.787 122.345 134.787 124.407C134.787 126.47 136.42 128.141 138.435 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 128.141C171.72 128.141 173.353 126.47 173.353 124.407C173.353 122.345 171.72 120.674 169.706 120.674C167.692 120.674 166.059 122.345 166.059 124.407C166.059 126.47 167.692 128.141 169.706 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 128.141C202.991 128.141 204.624 126.47 204.624 124.407C204.624 122.345 202.991 120.674 200.977 120.674C198.963 120.674 197.33 122.345 197.33 124.407C197.33 126.47 198.963 128.141 200.977 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M13.356 159.945C15.3703 159.945 17.0033 158.273 17.0033 156.211C17.0033 154.149 15.3703 152.477 13.356 152.477C11.3417 152.477 9.70874 154.149 9.70874 156.211C9.70874 158.273 11.3417 159.945 13.356 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M44.6272 159.945C46.6416 159.945 48.2745 158.273 48.2745 156.211C48.2745 154.149 46.6416 152.477 44.6272 152.477C42.6129 152.477 40.98 154.149 40.98 156.211C40.98 158.273 42.6129 159.945 44.6272 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M75.8985 159.945C77.9128 159.945 79.5457 158.273 79.5457 156.211C79.5457 154.149 77.9128 152.477 75.8985 152.477C73.8842 152.477 72.2512 154.149 72.2512 156.211C72.2512 158.273 73.8842 159.945 75.8985 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M110.817 156.211C110.817 158.274 109.185 159.945 107.17 159.945C105.155 159.945 103.523 158.274 103.523 156.211C103.523 154.148 105.155 152.477 107.17 152.477C109.185 152.477 110.817 154.148 110.817 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M138.435 159.945C140.449 159.945 142.082 158.273 142.082 156.211C142.082 154.149 140.449 152.477 138.435 152.477C136.42 152.477 134.787 154.149 134.787 156.211C134.787 158.273 136.42 159.945 138.435 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M169.706 159.945C171.72 159.945 173.353 158.273 173.353 156.211C173.353 154.149 171.72 152.477 169.706 152.477C167.692 152.477 166.059 154.149 166.059 156.211C166.059 158.273 167.692 159.945 169.706 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M200.977 159.945C202.991 159.945 204.624 158.273 204.624 156.211C204.624 154.149 202.991 152.477 200.977 152.477C198.963 152.477 197.33 154.149 197.33 156.211C197.33 158.273 198.963 159.945 200.977 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip2_26_3867)'%3E%3Cpath d='M168.919 0.309893C170.933 0.309893 172.566 -1.36183 172.566 -3.424C172.566 -5.48618 170.933 -7.1579 168.919 -7.1579C166.905 -7.1579 165.272 -5.48618 165.272 -3.424C165.272 -1.36183 166.905 0.309893 168.919 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 0.309893C202.205 0.309893 203.837 -1.36183 203.837 -3.424C203.837 -5.48618 202.205 -7.1579 200.19 -7.1579C198.176 -7.1579 196.543 -5.48618 196.543 -3.424C196.543 -1.36183 198.176 0.309893 200.19 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 0.309893C233.476 0.309893 235.109 -1.36183 235.109 -3.424C235.109 -5.48618 233.476 -7.1579 231.461 -7.1579C229.447 -7.1579 227.814 -5.48618 227.814 -3.424C227.814 -1.36183 229.447 0.309893 231.461 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 -3.424C266.38 -1.36092 264.748 0.309893 262.733 0.309893C260.718 0.309893 259.086 -1.36092 259.086 -3.424C259.086 -5.48709 260.718 -7.1579 262.733 -7.1579C264.748 -7.1579 266.38 -5.48709 266.38 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 0.309893C296.012 0.309893 297.645 -1.36183 297.645 -3.424C297.645 -5.48618 296.012 -7.1579 293.998 -7.1579C291.983 -7.1579 290.35 -5.48618 290.35 -3.424C290.35 -1.36183 291.983 0.309893 293.998 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 0.309893C327.283 0.309893 328.916 -1.36183 328.916 -3.424C328.916 -5.48618 327.283 -7.1579 325.269 -7.1579C323.255 -7.1579 321.622 -5.48618 321.622 -3.424C321.622 -1.36183 323.255 0.309893 325.269 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 0.309893C358.554 0.309893 360.187 -1.36183 360.187 -3.424C360.187 -5.48618 358.554 -7.1579 356.54 -7.1579C354.525 -7.1579 352.893 -5.48618 352.893 -3.424C352.893 -1.36183 354.525 0.309893 356.54 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 32.3168C170.933 32.3168 172.566 30.6451 172.566 28.5829C172.566 26.5207 170.933 24.849 168.919 24.849C166.905 24.849 165.272 26.5207 165.272 28.5829C165.272 30.6451 166.905 32.3168 168.919 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 32.3168C202.205 32.3168 203.837 30.6451 203.837 28.5829C203.837 26.5207 202.205 24.849 200.19 24.849C198.176 24.849 196.543 26.5207 196.543 28.5829C196.543 30.6451 198.176 32.3168 200.19 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 32.3168C233.476 32.3168 235.109 30.6451 235.109 28.5829C235.109 26.5207 233.476 24.849 231.461 24.849C229.447 24.849 227.814 26.5207 227.814 28.5829C227.814 30.6451 229.447 32.3168 231.461 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 28.5829C266.38 30.646 264.748 32.3168 262.733 32.3168C260.718 32.3168 259.086 30.646 259.086 28.5829C259.086 26.5198 260.718 24.849 262.733 24.849C264.748 24.849 266.38 26.5198 266.38 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 32.3168C296.012 32.3168 297.645 30.6451 297.645 28.5829C297.645 26.5207 296.012 24.849 293.998 24.849C291.983 24.849 290.35 26.5207 290.35 28.5829C290.35 30.6451 291.983 32.3168 293.998 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 32.3168C327.283 32.3168 328.916 30.6451 328.916 28.5829C328.916 26.5207 327.283 24.849 325.269 24.849C323.255 24.849 321.622 26.5207 321.622 28.5829C321.622 30.6451 323.255 32.3168 325.269 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 32.3168C358.554 32.3168 360.187 30.6451 360.187 28.5829C360.187 26.5207 358.554 24.849 356.54 24.849C354.525 24.849 352.893 26.5207 352.893 28.5829C352.893 30.6451 354.525 32.3168 356.54 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 64.1203C170.933 64.1203 172.566 62.4485 172.566 60.3864C172.566 58.3242 170.933 56.6525 168.919 56.6525C166.905 56.6525 165.272 58.3242 165.272 60.3864C165.272 62.4485 166.905 64.1203 168.919 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 64.1203C202.205 64.1203 203.837 62.4485 203.837 60.3864C203.837 58.3242 202.205 56.6525 200.19 56.6525C198.176 56.6525 196.543 58.3242 196.543 60.3864C196.543 62.4485 198.176 64.1203 200.19 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 64.1203C233.476 64.1203 235.109 62.4485 235.109 60.3864C235.109 58.3242 233.476 56.6525 231.461 56.6525C229.447 56.6525 227.814 58.3242 227.814 60.3864C227.814 62.4485 229.447 64.1203 231.461 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 60.3864C266.38 62.4495 264.748 64.1203 262.733 64.1203C260.718 64.1203 259.086 62.4495 259.086 60.3864C259.086 58.3233 260.718 56.6525 262.733 56.6525C264.748 56.6525 266.38 58.3233 266.38 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 64.1203C296.012 64.1203 297.645 62.4485 297.645 60.3864C297.645 58.3242 296.012 56.6525 293.998 56.6525C291.983 56.6525 290.35 58.3242 290.35 60.3864C290.35 62.4485 291.983 64.1203 293.998 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 64.1203C327.283 64.1203 328.916 62.4485 328.916 60.3864C328.916 58.3242 327.283 56.6525 325.269 56.6525C323.255 56.6525 321.622 58.3242 321.622 60.3864C321.622 62.4485 323.255 64.1203 325.269 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 64.1203C358.554 64.1203 360.187 62.4485 360.187 60.3864C360.187 58.3242 358.554 56.6525 356.54 56.6525C354.525 56.6525 352.893 58.3242 352.893 60.3864C352.893 62.4485 354.525 64.1203 356.54 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 96.1344C170.933 96.1344 172.566 94.4627 172.566 92.4005C172.566 90.3383 170.933 88.6666 168.919 88.6666C166.905 88.6666 165.272 90.3383 165.272 92.4005C165.272 94.4627 166.905 96.1344 168.919 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 96.1344C202.205 96.1344 203.837 94.4627 203.837 92.4005C203.837 90.3383 202.205 88.6666 200.19 88.6666C198.176 88.6666 196.543 90.3383 196.543 92.4005C196.543 94.4627 198.176 96.1344 200.19 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 96.1344C233.476 96.1344 235.109 94.4627 235.109 92.4005C235.109 90.3383 233.476 88.6666 231.461 88.6666C229.447 88.6666 227.814 90.3383 227.814 92.4005C227.814 94.4627 229.447 96.1344 231.461 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 92.4005C266.38 94.4636 264.748 96.1344 262.733 96.1344C260.718 96.1344 259.086 94.4636 259.086 92.4005C259.086 90.3374 260.718 88.6666 262.733 88.6666C264.748 88.6666 266.38 90.3374 266.38 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 96.1344C296.012 96.1344 297.645 94.4627 297.645 92.4005C297.645 90.3383 296.012 88.6666 293.998 88.6666C291.983 88.6666 290.35 90.3383 290.35 92.4005C290.35 94.4627 291.983 96.1344 293.998 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 96.1344C327.283 96.1344 328.916 94.4627 328.916 92.4005C328.916 90.3383 327.283 88.6666 325.269 88.6666C323.255 88.6666 321.622 90.3383 321.622 92.4005C321.622 94.4627 323.255 96.1344 325.269 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 96.1344C358.554 96.1344 360.187 94.4627 360.187 92.4005C360.187 90.3383 358.554 88.6666 356.54 88.6666C354.525 88.6666 352.893 90.3383 352.893 92.4005C352.893 94.4627 354.525 96.1344 356.54 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 128.141C170.933 128.141 172.566 126.47 172.566 124.407C172.566 122.345 170.933 120.674 168.919 120.674C166.905 120.674 165.272 122.345 165.272 124.407C165.272 126.47 166.905 128.141 168.919 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 128.141C202.205 128.141 203.837 126.47 203.837 124.407C203.837 122.345 202.205 120.674 200.19 120.674C198.176 120.674 196.543 122.345 196.543 124.407C196.543 126.47 198.176 128.141 200.19 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 128.141C233.476 128.141 235.109 126.47 235.109 124.407C235.109 122.345 233.476 120.674 231.461 120.674C229.447 120.674 227.814 122.345 227.814 124.407C227.814 126.47 229.447 128.141 231.461 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 124.407C266.38 126.471 264.748 128.141 262.733 128.141C260.718 128.141 259.086 126.471 259.086 124.407C259.086 122.344 260.718 120.674 262.733 120.674C264.748 120.674 266.38 122.344 266.38 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 128.141C296.012 128.141 297.645 126.47 297.645 124.407C297.645 122.345 296.012 120.674 293.998 120.674C291.983 120.674 290.35 122.345 290.35 124.407C290.35 126.47 291.983 128.141 293.998 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 128.141C327.283 128.141 328.916 126.47 328.916 124.407C328.916 122.345 327.283 120.674 325.269 120.674C323.255 120.674 321.622 122.345 321.622 124.407C321.622 126.47 323.255 128.141 325.269 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 128.141C358.554 128.141 360.187 126.47 360.187 124.407C360.187 122.345 358.554 120.674 356.54 120.674C354.525 120.674 352.893 122.345 352.893 124.407C352.893 126.47 354.525 128.141 356.54 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 159.945C170.933 159.945 172.566 158.273 172.566 156.211C172.566 154.149 170.933 152.477 168.919 152.477C166.905 152.477 165.272 154.149 165.272 156.211C165.272 158.273 166.905 159.945 168.919 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 159.945C202.205 159.945 203.837 158.273 203.837 156.211C203.837 154.149 202.205 152.477 200.19 152.477C198.176 152.477 196.543 154.149 196.543 156.211C196.543 158.273 198.176 159.945 200.19 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 159.945C233.476 159.945 235.109 158.273 235.109 156.211C235.109 154.149 233.476 152.477 231.461 152.477C229.447 152.477 227.814 154.149 227.814 156.211C227.814 158.273 229.447 159.945 231.461 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 156.211C266.38 158.274 264.748 159.945 262.733 159.945C260.718 159.945 259.086 158.274 259.086 156.211C259.086 154.148 260.718 152.477 262.733 152.477C264.748 152.477 266.38 154.148 266.38 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 159.945C296.012 159.945 297.645 158.273 297.645 156.211C297.645 154.149 296.012 152.477 293.998 152.477C291.983 152.477 290.35 154.149 290.35 156.211C290.35 158.273 291.983 159.945 293.998 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 159.945C327.283 159.945 328.916 158.273 328.916 156.211C328.916 154.149 327.283 152.477 325.269 152.477C323.255 152.477 321.622 154.149 321.622 156.211C321.622 158.273 323.255 159.945 325.269 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 159.945C358.554 159.945 360.187 158.273 360.187 156.211C360.187 154.149 358.554 152.477 356.54 152.477C354.525 152.477 352.893 154.149 352.893 156.211C352.893 158.273 354.525 159.945 356.54 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip3_26_3867)'%3E%3Cpath d='M318.134 0.309893C320.148 0.309893 321.781 -1.36183 321.781 -3.424C321.781 -5.48618 320.148 -7.1579 318.134 -7.1579C316.12 -7.1579 314.487 -5.48618 314.487 -3.424C314.487 -1.36183 316.12 0.309893 318.134 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 0.309893C351.419 0.309893 353.052 -1.36183 353.052 -3.424C353.052 -5.48618 351.419 -7.1579 349.405 -7.1579C347.391 -7.1579 345.758 -5.48618 345.758 -3.424C345.758 -1.36183 347.391 0.309893 349.405 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 0.309893C382.691 0.309893 384.324 -1.36183 384.324 -3.424C384.324 -5.48618 382.691 -7.1579 380.676 -7.1579C378.662 -7.1579 377.029 -5.48618 377.029 -3.424C377.029 -1.36183 378.662 0.309893 380.676 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 -3.424C415.595 -1.36092 413.963 0.309893 411.948 0.309893C409.933 0.309893 408.301 -1.36092 408.301 -3.424C408.301 -5.48709 409.933 -7.1579 411.948 -7.1579C413.963 -7.1579 415.595 -5.48709 415.595 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 0.309893C445.227 0.309893 446.86 -1.36183 446.86 -3.424C446.86 -5.48618 445.227 -7.1579 443.212 -7.1579C441.198 -7.1579 439.565 -5.48618 439.565 -3.424C439.565 -1.36183 441.198 0.309893 443.212 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 0.309893C476.498 0.309893 478.131 -1.36183 478.131 -3.424C478.131 -5.48618 476.498 -7.1579 474.484 -7.1579C472.469 -7.1579 470.836 -5.48618 470.836 -3.424C470.836 -1.36183 472.469 0.309893 474.484 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 0.309893C507.769 0.309893 509.402 -1.36183 509.402 -3.424C509.402 -5.48618 507.769 -7.1579 505.755 -7.1579C503.74 -7.1579 502.107 -5.48618 502.107 -3.424C502.107 -1.36183 503.74 0.309893 505.755 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 32.3168C320.148 32.3168 321.781 30.6451 321.781 28.5829C321.781 26.5207 320.148 24.849 318.134 24.849C316.12 24.849 314.487 26.5207 314.487 28.5829C314.487 30.6451 316.12 32.3168 318.134 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 32.3168C351.419 32.3168 353.052 30.6451 353.052 28.5829C353.052 26.5207 351.419 24.849 349.405 24.849C347.391 24.849 345.758 26.5207 345.758 28.5829C345.758 30.6451 347.391 32.3168 349.405 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 32.3168C382.691 32.3168 384.324 30.6451 384.324 28.5829C384.324 26.5207 382.691 24.849 380.676 24.849C378.662 24.849 377.029 26.5207 377.029 28.5829C377.029 30.6451 378.662 32.3168 380.676 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 28.5829C415.595 30.646 413.963 32.3168 411.948 32.3168C409.933 32.3168 408.301 30.646 408.301 28.5829C408.301 26.5198 409.933 24.849 411.948 24.849C413.963 24.849 415.595 26.5198 415.595 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 32.3168C445.227 32.3168 446.86 30.6451 446.86 28.5829C446.86 26.5207 445.227 24.849 443.212 24.849C441.198 24.849 439.565 26.5207 439.565 28.5829C439.565 30.6451 441.198 32.3168 443.212 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 32.3168C476.498 32.3168 478.131 30.6451 478.131 28.5829C478.131 26.5207 476.498 24.849 474.484 24.849C472.469 24.849 470.836 26.5207 470.836 28.5829C470.836 30.6451 472.469 32.3168 474.484 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 32.3168C507.769 32.3168 509.402 30.6451 509.402 28.5829C509.402 26.5207 507.769 24.849 505.755 24.849C503.74 24.849 502.107 26.5207 502.107 28.5829C502.107 30.6451 503.74 32.3168 505.755 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 64.1203C320.148 64.1203 321.781 62.4485 321.781 60.3864C321.781 58.3242 320.148 56.6525 318.134 56.6525C316.12 56.6525 314.487 58.3242 314.487 60.3864C314.487 62.4485 316.12 64.1203 318.134 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 64.1203C351.419 64.1203 353.052 62.4485 353.052 60.3864C353.052 58.3242 351.419 56.6525 349.405 56.6525C347.391 56.6525 345.758 58.3242 345.758 60.3864C345.758 62.4485 347.391 64.1203 349.405 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 64.1203C382.691 64.1203 384.324 62.4485 384.324 60.3864C384.324 58.3242 382.691 56.6525 380.676 56.6525C378.662 56.6525 377.029 58.3242 377.029 60.3864C377.029 62.4485 378.662 64.1203 380.676 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 60.3864C415.595 62.4495 413.963 64.1203 411.948 64.1203C409.933 64.1203 408.301 62.4495 408.301 60.3864C408.301 58.3233 409.933 56.6525 411.948 56.6525C413.963 56.6525 415.595 58.3233 415.595 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 64.1203C445.227 64.1203 446.86 62.4485 446.86 60.3864C446.86 58.3242 445.227 56.6525 443.212 56.6525C441.198 56.6525 439.565 58.3242 439.565 60.3864C439.565 62.4485 441.198 64.1203 443.212 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 64.1203C476.498 64.1203 478.131 62.4485 478.131 60.3864C478.131 58.3242 476.498 56.6525 474.484 56.6525C472.469 56.6525 470.836 58.3242 470.836 60.3864C470.836 62.4485 472.469 64.1203 474.484 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 64.1203C507.769 64.1203 509.402 62.4485 509.402 60.3864C509.402 58.3242 507.769 56.6525 505.755 56.6525C503.74 56.6525 502.107 58.3242 502.107 60.3864C502.107 62.4485 503.74 64.1203 505.755 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 96.1344C320.148 96.1344 321.781 94.4627 321.781 92.4005C321.781 90.3383 320.148 88.6666 318.134 88.6666C316.12 88.6666 314.487 90.3383 314.487 92.4005C314.487 94.4627 316.12 96.1344 318.134 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 96.1344C351.419 96.1344 353.052 94.4627 353.052 92.4005C353.052 90.3383 351.419 88.6666 349.405 88.6666C347.391 88.6666 345.758 90.3383 345.758 92.4005C345.758 94.4627 347.391 96.1344 349.405 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 96.1344C382.691 96.1344 384.324 94.4627 384.324 92.4005C384.324 90.3383 382.691 88.6666 380.676 88.6666C378.662 88.6666 377.029 90.3383 377.029 92.4005C377.029 94.4627 378.662 96.1344 380.676 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 92.4005C415.595 94.4636 413.963 96.1344 411.948 96.1344C409.933 96.1344 408.301 94.4636 408.301 92.4005C408.301 90.3374 409.933 88.6666 411.948 88.6666C413.963 88.6666 415.595 90.3374 415.595 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 96.1344C445.227 96.1344 446.86 94.4627 446.86 92.4005C446.86 90.3383 445.227 88.6666 443.212 88.6666C441.198 88.6666 439.565 90.3383 439.565 92.4005C439.565 94.4627 441.198 96.1344 443.212 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 96.1344C476.498 96.1344 478.131 94.4627 478.131 92.4005C478.131 90.3383 476.498 88.6666 474.484 88.6666C472.469 88.6666 470.836 90.3383 470.836 92.4005C470.836 94.4627 472.469 96.1344 474.484 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 96.1344C507.769 96.1344 509.402 94.4627 509.402 92.4005C509.402 90.3383 507.769 88.6666 505.755 88.6666C503.74 88.6666 502.107 90.3383 502.107 92.4005C502.107 94.4627 503.74 96.1344 505.755 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 128.141C320.148 128.141 321.781 126.47 321.781 124.407C321.781 122.345 320.148 120.674 318.134 120.674C316.12 120.674 314.487 122.345 314.487 124.407C314.487 126.47 316.12 128.141 318.134 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 128.141C351.419 128.141 353.052 126.47 353.052 124.407C353.052 122.345 351.419 120.674 349.405 120.674C347.391 120.674 345.758 122.345 345.758 124.407C345.758 126.47 347.391 128.141 349.405 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 128.141C382.691 128.141 384.324 126.47 384.324 124.407C384.324 122.345 382.691 120.674 380.676 120.674C378.662 120.674 377.029 122.345 377.029 124.407C377.029 126.47 378.662 128.141 380.676 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 124.407C415.595 126.471 413.963 128.141 411.948 128.141C409.933 128.141 408.301 126.471 408.301 124.407C408.301 122.344 409.933 120.674 411.948 120.674C413.963 120.674 415.595 122.344 415.595 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 128.141C445.227 128.141 446.86 126.47 446.86 124.407C446.86 122.345 445.227 120.674 443.212 120.674C441.198 120.674 439.565 122.345 439.565 124.407C439.565 126.47 441.198 128.141 443.212 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 128.141C476.498 128.141 478.131 126.47 478.131 124.407C478.131 122.345 476.498 120.674 474.484 120.674C472.469 120.674 470.836 122.345 470.836 124.407C470.836 126.47 472.469 128.141 474.484 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 128.141C507.769 128.141 509.402 126.47 509.402 124.407C509.402 122.345 507.769 120.674 505.755 120.674C503.74 120.674 502.107 122.345 502.107 124.407C502.107 126.47 503.74 128.141 505.755 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 159.945C320.148 159.945 321.781 158.273 321.781 156.211C321.781 154.149 320.148 152.477 318.134 152.477C316.12 152.477 314.487 154.149 314.487 156.211C314.487 158.273 316.12 159.945 318.134 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 159.945C351.419 159.945 353.052 158.273 353.052 156.211C353.052 154.149 351.419 152.477 349.405 152.477C347.391 152.477 345.758 154.149 345.758 156.211C345.758 158.273 347.391 159.945 349.405 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 159.945C382.691 159.945 384.324 158.273 384.324 156.211C384.324 154.149 382.691 152.477 380.676 152.477C378.662 152.477 377.029 154.149 377.029 156.211C377.029 158.273 378.662 159.945 380.676 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 156.211C415.595 158.274 413.963 159.945 411.948 159.945C409.933 159.945 408.301 158.274 408.301 156.211C408.301 154.148 409.933 152.477 411.948 152.477C413.963 152.477 415.595 154.148 415.595 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 159.945C445.227 159.945 446.86 158.273 446.86 156.211C446.86 154.149 445.227 152.477 443.212 152.477C441.198 152.477 439.565 154.149 439.565 156.211C439.565 158.273 441.198 159.945 443.212 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 159.945C476.498 159.945 478.131 158.273 478.131 156.211C478.131 154.149 476.498 152.477 474.484 152.477C472.469 152.477 470.836 154.149 470.836 156.211C470.836 158.273 472.469 159.945 474.484 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 159.945C507.769 159.945 509.402 158.273 509.402 156.211C509.402 154.149 507.769 152.477 505.755 152.477C503.74 152.477 502.107 154.149 502.107 156.211C502.107 158.273 503.74 159.945 505.755 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip4_26_3867)'%3E%3Cpath d='M464.045 0.309893C466.06 0.309893 467.692 -1.36183 467.692 -3.424C467.692 -5.48618 466.06 -7.1579 464.045 -7.1579C462.031 -7.1579 460.398 -5.48618 460.398 -3.424C460.398 -1.36183 462.031 0.309893 464.045 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 0.309893C497.331 0.309893 498.964 -1.36183 498.964 -3.424C498.964 -5.48618 497.331 -7.1579 495.316 -7.1579C493.302 -7.1579 491.669 -5.48618 491.669 -3.424C491.669 -1.36183 493.302 0.309893 495.316 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 0.309893C528.602 0.309893 530.235 -1.36183 530.235 -3.424C530.235 -5.48618 528.602 -7.1579 526.588 -7.1579C524.573 -7.1579 522.94 -5.48618 522.94 -3.424C522.94 -1.36183 524.573 0.309893 526.588 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 -3.424C561.507 -1.36092 559.875 0.309893 557.859 0.309893C555.844 0.309893 554.212 -1.36092 554.212 -3.424C554.212 -5.48709 555.844 -7.1579 557.859 -7.1579C559.875 -7.1579 561.507 -5.48709 561.507 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 0.309893C591.138 0.309893 592.771 -1.36183 592.771 -3.424C592.771 -5.48618 591.138 -7.1579 589.124 -7.1579C587.109 -7.1579 585.477 -5.48618 585.477 -3.424C585.477 -1.36183 587.109 0.309893 589.124 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 0.309893C622.409 0.309893 624.042 -1.36183 624.042 -3.424C624.042 -5.48618 622.409 -7.1579 620.395 -7.1579C618.381 -7.1579 616.748 -5.48618 616.748 -3.424C616.748 -1.36183 618.381 0.309893 620.395 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 0.309893C653.681 0.309893 655.314 -1.36183 655.314 -3.424C655.314 -5.48618 653.681 -7.1579 651.666 -7.1579C649.652 -7.1579 648.019 -5.48618 648.019 -3.424C648.019 -1.36183 649.652 0.309893 651.666 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 32.3168C466.06 32.3168 467.692 30.6451 467.692 28.5829C467.692 26.5207 466.06 24.849 464.045 24.849C462.031 24.849 460.398 26.5207 460.398 28.5829C460.398 30.6451 462.031 32.3168 464.045 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 32.3168C497.331 32.3168 498.964 30.6451 498.964 28.5829C498.964 26.5207 497.331 24.849 495.316 24.849C493.302 24.849 491.669 26.5207 491.669 28.5829C491.669 30.6451 493.302 32.3168 495.316 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 32.3168C528.602 32.3168 530.235 30.6451 530.235 28.5829C530.235 26.5207 528.602 24.849 526.588 24.849C524.573 24.849 522.94 26.5207 522.94 28.5829C522.94 30.6451 524.573 32.3168 526.588 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 28.5829C561.507 30.646 559.875 32.3168 557.859 32.3168C555.844 32.3168 554.212 30.646 554.212 28.5829C554.212 26.5198 555.844 24.849 557.859 24.849C559.875 24.849 561.507 26.5198 561.507 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 32.3168C591.138 32.3168 592.771 30.6451 592.771 28.5829C592.771 26.5207 591.138 24.849 589.124 24.849C587.109 24.849 585.477 26.5207 585.477 28.5829C585.477 30.6451 587.109 32.3168 589.124 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 32.3168C622.409 32.3168 624.042 30.6451 624.042 28.5829C624.042 26.5207 622.409 24.849 620.395 24.849C618.381 24.849 616.748 26.5207 616.748 28.5829C616.748 30.6451 618.381 32.3168 620.395 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 32.3168C653.681 32.3168 655.314 30.6451 655.314 28.5829C655.314 26.5207 653.681 24.849 651.666 24.849C649.652 24.849 648.019 26.5207 648.019 28.5829C648.019 30.6451 649.652 32.3168 651.666 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 64.1203C466.06 64.1203 467.692 62.4485 467.692 60.3864C467.692 58.3242 466.06 56.6525 464.045 56.6525C462.031 56.6525 460.398 58.3242 460.398 60.3864C460.398 62.4485 462.031 64.1203 464.045 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 64.1203C497.331 64.1203 498.964 62.4485 498.964 60.3864C498.964 58.3242 497.331 56.6525 495.316 56.6525C493.302 56.6525 491.669 58.3242 491.669 60.3864C491.669 62.4485 493.302 64.1203 495.316 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 64.1203C528.602 64.1203 530.235 62.4485 530.235 60.3864C530.235 58.3242 528.602 56.6525 526.588 56.6525C524.573 56.6525 522.94 58.3242 522.94 60.3864C522.94 62.4485 524.573 64.1203 526.588 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 60.3864C561.507 62.4495 559.875 64.1203 557.859 64.1203C555.844 64.1203 554.212 62.4495 554.212 60.3864C554.212 58.3233 555.844 56.6525 557.859 56.6525C559.875 56.6525 561.507 58.3233 561.507 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 64.1203C591.138 64.1203 592.771 62.4485 592.771 60.3864C592.771 58.3242 591.138 56.6525 589.124 56.6525C587.109 56.6525 585.477 58.3242 585.477 60.3864C585.477 62.4485 587.109 64.1203 589.124 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 64.1203C622.409 64.1203 624.042 62.4485 624.042 60.3864C624.042 58.3242 622.409 56.6525 620.395 56.6525C618.381 56.6525 616.748 58.3242 616.748 60.3864C616.748 62.4485 618.381 64.1203 620.395 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 64.1203C653.681 64.1203 655.314 62.4485 655.314 60.3864C655.314 58.3242 653.681 56.6525 651.666 56.6525C649.652 56.6525 648.019 58.3242 648.019 60.3864C648.019 62.4485 649.652 64.1203 651.666 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 96.1344C466.06 96.1344 467.692 94.4627 467.692 92.4005C467.692 90.3383 466.06 88.6666 464.045 88.6666C462.031 88.6666 460.398 90.3383 460.398 92.4005C460.398 94.4627 462.031 96.1344 464.045 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 96.1344C497.331 96.1344 498.964 94.4627 498.964 92.4005C498.964 90.3383 497.331 88.6666 495.316 88.6666C493.302 88.6666 491.669 90.3383 491.669 92.4005C491.669 94.4627 493.302 96.1344 495.316 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 96.1344C528.602 96.1344 530.235 94.4627 530.235 92.4005C530.235 90.3383 528.602 88.6666 526.588 88.6666C524.573 88.6666 522.94 90.3383 522.94 92.4005C522.94 94.4627 524.573 96.1344 526.588 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 92.4005C561.507 94.4636 559.875 96.1344 557.859 96.1344C555.844 96.1344 554.212 94.4636 554.212 92.4005C554.212 90.3374 555.844 88.6666 557.859 88.6666C559.875 88.6666 561.507 90.3374 561.507 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 96.1344C591.138 96.1344 592.771 94.4627 592.771 92.4005C592.771 90.3383 591.138 88.6666 589.124 88.6666C587.109 88.6666 585.477 90.3383 585.477 92.4005C585.477 94.4627 587.109 96.1344 589.124 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 96.1344C622.409 96.1344 624.042 94.4627 624.042 92.4005C624.042 90.3383 622.409 88.6666 620.395 88.6666C618.381 88.6666 616.748 90.3383 616.748 92.4005C616.748 94.4627 618.381 96.1344 620.395 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 96.1344C653.681 96.1344 655.314 94.4627 655.314 92.4005C655.314 90.3383 653.681 88.6666 651.666 88.6666C649.652 88.6666 648.019 90.3383 648.019 92.4005C648.019 94.4627 649.652 96.1344 651.666 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 128.141C466.06 128.141 467.692 126.47 467.692 124.407C467.692 122.345 466.06 120.674 464.045 120.674C462.031 120.674 460.398 122.345 460.398 124.407C460.398 126.47 462.031 128.141 464.045 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 128.141C497.331 128.141 498.964 126.47 498.964 124.407C498.964 122.345 497.331 120.674 495.316 120.674C493.302 120.674 491.669 122.345 491.669 124.407C491.669 126.47 493.302 128.141 495.316 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 128.141C528.602 128.141 530.235 126.47 530.235 124.407C530.235 122.345 528.602 120.674 526.588 120.674C524.573 120.674 522.94 122.345 522.94 124.407C522.94 126.47 524.573 128.141 526.588 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 124.407C561.507 126.471 559.875 128.141 557.859 128.141C555.844 128.141 554.212 126.471 554.212 124.407C554.212 122.344 555.844 120.674 557.859 120.674C559.875 120.674 561.507 122.344 561.507 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 128.141C591.138 128.141 592.771 126.47 592.771 124.407C592.771 122.345 591.138 120.674 589.124 120.674C587.109 120.674 585.477 122.345 585.477 124.407C585.477 126.47 587.109 128.141 589.124 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 128.141C622.409 128.141 624.042 126.47 624.042 124.407C624.042 122.345 622.409 120.674 620.395 120.674C618.381 120.674 616.748 122.345 616.748 124.407C616.748 126.47 618.381 128.141 620.395 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 128.141C653.681 128.141 655.314 126.47 655.314 124.407C655.314 122.345 653.681 120.674 651.666 120.674C649.652 120.674 648.019 122.345 648.019 124.407C648.019 126.47 649.652 128.141 651.666 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 159.945C466.06 159.945 467.692 158.273 467.692 156.211C467.692 154.149 466.06 152.477 464.045 152.477C462.031 152.477 460.398 154.149 460.398 156.211C460.398 158.273 462.031 159.945 464.045 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 159.945C497.331 159.945 498.964 158.273 498.964 156.211C498.964 154.149 497.331 152.477 495.316 152.477C493.302 152.477 491.669 154.149 491.669 156.211C491.669 158.273 493.302 159.945 495.316 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 159.945C528.602 159.945 530.235 158.273 530.235 156.211C530.235 154.149 528.602 152.477 526.588 152.477C524.573 152.477 522.94 154.149 522.94 156.211C522.94 158.273 524.573 159.945 526.588 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 156.211C561.507 158.274 559.875 159.945 557.859 159.945C555.844 159.945 554.212 158.274 554.212 156.211C554.212 154.148 555.844 152.477 557.859 152.477C559.875 152.477 561.507 154.148 561.507 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 159.945C591.138 159.945 592.771 158.273 592.771 156.211C592.771 154.149 591.138 152.477 589.124 152.477C587.109 152.477 585.477 154.149 585.477 156.211C585.477 158.273 587.109 159.945 589.124 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 159.945C622.409 159.945 624.042 158.273 624.042 156.211C624.042 154.149 622.409 152.477 620.395 152.477C618.381 152.477 616.748 154.149 616.748 156.211C616.748 158.273 618.381 159.945 620.395 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 159.945C653.681 159.945 655.314 158.273 655.314 156.211C655.314 154.149 653.681 152.477 651.666 152.477C649.652 152.477 648.019 154.149 648.019 156.211C648.019 158.273 649.652 159.945 651.666 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip5_26_3867)'%3E%3Cpath d='M613.26 0.309893C615.274 0.309893 616.907 -1.36183 616.907 -3.424C616.907 -5.48618 615.274 -7.1579 613.26 -7.1579C611.246 -7.1579 609.613 -5.48618 609.613 -3.424C609.613 -1.36183 611.246 0.309893 613.26 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 0.309893C646.546 0.309893 648.179 -1.36183 648.179 -3.424C648.179 -5.48618 646.546 -7.1579 644.531 -7.1579C642.517 -7.1579 640.884 -5.48618 640.884 -3.424C640.884 -1.36183 642.517 0.309893 644.531 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 0.309893C677.817 0.309893 679.45 -1.36183 679.45 -3.424C679.45 -5.48618 677.817 -7.1579 675.803 -7.1579C673.788 -7.1579 672.155 -5.48618 672.155 -3.424C672.155 -1.36183 673.788 0.309893 675.803 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 -3.424C710.722 -1.36092 709.089 0.309893 707.074 0.309893C705.059 0.309893 703.427 -1.36092 703.427 -3.424C703.427 -5.48709 705.059 -7.1579 707.074 -7.1579C709.089 -7.1579 710.722 -5.48709 710.722 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 0.309893C740.353 0.309893 741.986 -1.36183 741.986 -3.424C741.986 -5.48618 740.353 -7.1579 738.339 -7.1579C736.324 -7.1579 734.691 -5.48618 734.691 -3.424C734.691 -1.36183 736.324 0.309893 738.339 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 0.309893C771.624 0.309893 773.257 -1.36183 773.257 -3.424C773.257 -5.48618 771.624 -7.1579 769.61 -7.1579C767.596 -7.1579 765.963 -5.48618 765.963 -3.424C765.963 -1.36183 767.596 0.309893 769.61 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 0.309893C802.895 0.309893 804.528 -1.36183 804.528 -3.424C804.528 -5.48618 802.895 -7.1579 800.881 -7.1579C798.867 -7.1579 797.234 -5.48618 797.234 -3.424C797.234 -1.36183 798.867 0.309893 800.881 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 32.3168C615.274 32.3168 616.907 30.6451 616.907 28.5829C616.907 26.5207 615.274 24.849 613.26 24.849C611.246 24.849 609.613 26.5207 609.613 28.5829C609.613 30.6451 611.246 32.3168 613.26 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 32.3168C646.546 32.3168 648.179 30.6451 648.179 28.5829C648.179 26.5207 646.546 24.849 644.531 24.849C642.517 24.849 640.884 26.5207 640.884 28.5829C640.884 30.6451 642.517 32.3168 644.531 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 32.3168C677.817 32.3168 679.45 30.6451 679.45 28.5829C679.45 26.5207 677.817 24.849 675.803 24.849C673.788 24.849 672.155 26.5207 672.155 28.5829C672.155 30.6451 673.788 32.3168 675.803 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 28.5829C710.722 30.646 709.089 32.3168 707.074 32.3168C705.059 32.3168 703.427 30.646 703.427 28.5829C703.427 26.5198 705.059 24.849 707.074 24.849C709.089 24.849 710.722 26.5198 710.722 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 32.3168C740.353 32.3168 741.986 30.6451 741.986 28.5829C741.986 26.5207 740.353 24.849 738.339 24.849C736.324 24.849 734.691 26.5207 734.691 28.5829C734.691 30.6451 736.324 32.3168 738.339 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 32.3168C771.624 32.3168 773.257 30.6451 773.257 28.5829C773.257 26.5207 771.624 24.849 769.61 24.849C767.596 24.849 765.963 26.5207 765.963 28.5829C765.963 30.6451 767.596 32.3168 769.61 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 32.3168C802.895 32.3168 804.528 30.6451 804.528 28.5829C804.528 26.5207 802.895 24.849 800.881 24.849C798.867 24.849 797.234 26.5207 797.234 28.5829C797.234 30.6451 798.867 32.3168 800.881 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 64.1203C615.274 64.1203 616.907 62.4485 616.907 60.3864C616.907 58.3242 615.274 56.6525 613.26 56.6525C611.246 56.6525 609.613 58.3242 609.613 60.3864C609.613 62.4485 611.246 64.1203 613.26 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 64.1203C646.546 64.1203 648.179 62.4485 648.179 60.3864C648.179 58.3242 646.546 56.6525 644.531 56.6525C642.517 56.6525 640.884 58.3242 640.884 60.3864C640.884 62.4485 642.517 64.1203 644.531 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 64.1203C677.817 64.1203 679.45 62.4485 679.45 60.3864C679.45 58.3242 677.817 56.6525 675.803 56.6525C673.788 56.6525 672.155 58.3242 672.155 60.3864C672.155 62.4485 673.788 64.1203 675.803 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 60.3864C710.722 62.4495 709.089 64.1203 707.074 64.1203C705.059 64.1203 703.427 62.4495 703.427 60.3864C703.427 58.3233 705.059 56.6525 707.074 56.6525C709.089 56.6525 710.722 58.3233 710.722 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 64.1203C740.353 64.1203 741.986 62.4485 741.986 60.3864C741.986 58.3242 740.353 56.6525 738.339 56.6525C736.324 56.6525 734.691 58.3242 734.691 60.3864C734.691 62.4485 736.324 64.1203 738.339 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 64.1203C771.624 64.1203 773.257 62.4485 773.257 60.3864C773.257 58.3242 771.624 56.6525 769.61 56.6525C767.596 56.6525 765.963 58.3242 765.963 60.3864C765.963 62.4485 767.596 64.1203 769.61 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 64.1203C802.895 64.1203 804.528 62.4485 804.528 60.3864C804.528 58.3242 802.895 56.6525 800.881 56.6525C798.867 56.6525 797.234 58.3242 797.234 60.3864C797.234 62.4485 798.867 64.1203 800.881 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 96.1344C615.274 96.1344 616.907 94.4627 616.907 92.4005C616.907 90.3383 615.274 88.6666 613.26 88.6666C611.246 88.6666 609.613 90.3383 609.613 92.4005C609.613 94.4627 611.246 96.1344 613.26 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 96.1344C646.546 96.1344 648.179 94.4627 648.179 92.4005C648.179 90.3383 646.546 88.6666 644.531 88.6666C642.517 88.6666 640.884 90.3383 640.884 92.4005C640.884 94.4627 642.517 96.1344 644.531 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 96.1344C677.817 96.1344 679.45 94.4627 679.45 92.4005C679.45 90.3383 677.817 88.6666 675.803 88.6666C673.788 88.6666 672.155 90.3383 672.155 92.4005C672.155 94.4627 673.788 96.1344 675.803 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 92.4005C710.722 94.4636 709.089 96.1344 707.074 96.1344C705.059 96.1344 703.427 94.4636 703.427 92.4005C703.427 90.3374 705.059 88.6666 707.074 88.6666C709.089 88.6666 710.722 90.3374 710.722 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 96.1344C740.353 96.1344 741.986 94.4627 741.986 92.4005C741.986 90.3383 740.353 88.6666 738.339 88.6666C736.324 88.6666 734.691 90.3383 734.691 92.4005C734.691 94.4627 736.324 96.1344 738.339 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 96.1344C771.624 96.1344 773.257 94.4627 773.257 92.4005C773.257 90.3383 771.624 88.6666 769.61 88.6666C767.596 88.6666 765.963 90.3383 765.963 92.4005C765.963 94.4627 767.596 96.1344 769.61 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 96.1344C802.895 96.1344 804.528 94.4627 804.528 92.4005C804.528 90.3383 802.895 88.6666 800.881 88.6666C798.867 88.6666 797.234 90.3383 797.234 92.4005C797.234 94.4627 798.867 96.1344 800.881 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 128.141C615.274 128.141 616.907 126.47 616.907 124.407C616.907 122.345 615.274 120.674 613.26 120.674C611.246 120.674 609.613 122.345 609.613 124.407C609.613 126.47 611.246 128.141 613.26 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 128.141C646.546 128.141 648.179 126.47 648.179 124.407C648.179 122.345 646.546 120.674 644.531 120.674C642.517 120.674 640.884 122.345 640.884 124.407C640.884 126.47 642.517 128.141 644.531 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 128.141C677.817 128.141 679.45 126.47 679.45 124.407C679.45 122.345 677.817 120.674 675.803 120.674C673.788 120.674 672.155 122.345 672.155 124.407C672.155 126.47 673.788 128.141 675.803 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 124.407C710.722 126.471 709.089 128.141 707.074 128.141C705.059 128.141 703.427 126.471 703.427 124.407C703.427 122.344 705.059 120.674 707.074 120.674C709.089 120.674 710.722 122.344 710.722 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 128.141C740.353 128.141 741.986 126.47 741.986 124.407C741.986 122.345 740.353 120.674 738.339 120.674C736.324 120.674 734.691 122.345 734.691 124.407C734.691 126.47 736.324 128.141 738.339 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 128.141C771.624 128.141 773.257 126.47 773.257 124.407C773.257 122.345 771.624 120.674 769.61 120.674C767.596 120.674 765.963 122.345 765.963 124.407C765.963 126.47 767.596 128.141 769.61 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 128.141C802.895 128.141 804.528 126.47 804.528 124.407C804.528 122.345 802.895 120.674 800.881 120.674C798.867 120.674 797.234 122.345 797.234 124.407C797.234 126.47 798.867 128.141 800.881 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 159.945C615.274 159.945 616.907 158.273 616.907 156.211C616.907 154.149 615.274 152.477 613.26 152.477C611.246 152.477 609.613 154.149 609.613 156.211C609.613 158.273 611.246 159.945 613.26 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 159.945C646.546 159.945 648.179 158.273 648.179 156.211C648.179 154.149 646.546 152.477 644.531 152.477C642.517 152.477 640.884 154.149 640.884 156.211C640.884 158.273 642.517 159.945 644.531 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 159.945C677.817 159.945 679.45 158.273 679.45 156.211C679.45 154.149 677.817 152.477 675.803 152.477C673.788 152.477 672.155 154.149 672.155 156.211C672.155 158.273 673.788 159.945 675.803 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 156.211C710.722 158.274 709.089 159.945 707.074 159.945C705.059 159.945 703.427 158.274 703.427 156.211C703.427 154.148 705.059 152.477 707.074 152.477C709.089 152.477 710.722 154.148 710.722 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 159.945C740.353 159.945 741.986 158.273 741.986 156.211C741.986 154.149 740.353 152.477 738.339 152.477C736.324 152.477 734.691 154.149 734.691 156.211C734.691 158.273 736.324 159.945 738.339 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 159.945C771.624 159.945 773.257 158.273 773.257 156.211C773.257 154.149 771.624 152.477 769.61 152.477C767.596 152.477 765.963 154.149 765.963 156.211C765.963 158.273 767.596 159.945 769.61 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 159.945C802.895 159.945 804.528 158.273 804.528 156.211C804.528 154.149 802.895 152.477 800.881 152.477C798.867 152.477 797.234 154.149 797.234 156.211C797.234 158.273 798.867 159.945 800.881 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip6_26_3867)'%3E%3Cpath d='M16.8392 155.031C18.8535 155.031 20.4864 153.359 20.4864 151.297C20.4864 149.235 18.8535 147.563 16.8392 147.563C14.8248 147.563 13.1919 149.235 13.1919 151.297C13.1919 153.359 14.8248 155.031 16.8392 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 155.031C50.1245 155.031 51.7574 153.359 51.7574 151.297C51.7574 149.235 50.1245 147.563 48.1101 147.563C46.0958 147.563 44.4629 149.235 44.4629 151.297C44.4629 153.359 46.0958 155.031 48.1101 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 187.037C18.8535 187.037 20.4864 185.366 20.4864 183.304C20.4864 181.241 18.8535 179.57 16.8392 179.57C14.8248 179.57 13.1919 181.241 13.1919 183.304C13.1919 185.366 14.8248 187.037 16.8392 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 187.037C50.1245 187.037 51.7574 185.366 51.7574 183.304C51.7574 181.241 50.1245 179.57 48.1101 179.57C46.0958 179.57 44.4629 181.241 44.4629 183.304C44.4629 185.366 46.0958 187.037 48.1101 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 218.841C18.8535 218.841 20.4864 217.169 20.4864 215.107C20.4864 213.045 18.8535 211.373 16.8392 211.373C14.8248 211.373 13.1919 213.045 13.1919 215.107C13.1919 217.169 14.8248 218.841 16.8392 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 218.841C50.1245 218.841 51.7574 217.169 51.7574 215.107C51.7574 213.045 50.1245 211.373 48.1101 211.373C46.0958 211.373 44.4629 213.045 44.4629 215.107C44.4629 217.169 46.0958 218.841 48.1101 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 250.855C18.8535 250.855 20.4864 249.183 20.4864 247.121C20.4864 245.059 18.8535 243.387 16.8392 243.387C14.8248 243.387 13.1919 245.059 13.1919 247.121C13.1919 249.183 14.8248 250.855 16.8392 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 250.855C50.1245 250.855 51.7574 249.183 51.7574 247.121C51.7574 245.059 50.1245 243.387 48.1101 243.387C46.0958 243.387 44.4629 245.059 44.4629 247.121C44.4629 249.183 46.0958 250.855 48.1101 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 282.862C18.8535 282.862 20.4864 281.19 20.4864 279.128C20.4864 277.066 18.8535 275.394 16.8392 275.394C14.8248 275.394 13.1919 277.066 13.1919 279.128C13.1919 281.19 14.8248 282.862 16.8392 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 282.862C50.1245 282.862 51.7574 281.19 51.7574 279.128C51.7574 277.066 50.1245 275.394 48.1101 275.394C46.0958 275.394 44.4629 277.066 44.4629 279.128C44.4629 281.19 46.0958 282.862 48.1101 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 314.666C18.8535 314.666 20.4864 312.994 20.4864 310.932C20.4864 308.869 18.8535 307.198 16.8392 307.198C14.8248 307.198 13.1919 308.869 13.1919 310.932C13.1919 312.994 14.8248 314.666 16.8392 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 314.666C50.1245 314.666 51.7574 312.994 51.7574 310.932C51.7574 308.869 50.1245 307.198 48.1101 307.198C46.0958 307.198 44.4629 308.869 44.4629 310.932C44.4629 312.994 46.0958 314.666 48.1101 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip7_26_3867)'%3E%3Cpath d='M11.356 155.031C13.3703 155.031 15.0033 153.359 15.0033 151.297C15.0033 149.235 13.3703 147.563 11.356 147.563C9.34167 147.563 7.70874 149.235 7.70874 151.297C7.70874 153.359 9.34167 155.031 11.356 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 155.031C44.6416 155.031 46.2745 153.359 46.2745 151.297C46.2745 149.235 44.6416 147.563 42.6272 147.563C40.6129 147.563 38.98 149.235 38.98 151.297C38.98 153.359 40.6129 155.031 42.6272 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 155.031C75.9128 155.031 77.5457 153.359 77.5457 151.297C77.5457 149.235 75.9128 147.563 73.8985 147.563C71.8842 147.563 70.2512 149.235 70.2512 151.297C70.2512 153.359 71.8842 155.031 73.8985 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 151.297C108.817 153.36 107.185 155.031 105.17 155.031C103.155 155.031 101.523 153.36 101.523 151.297C101.523 149.234 103.155 147.563 105.17 147.563C107.185 147.563 108.817 149.234 108.817 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 155.031C138.449 155.031 140.082 153.359 140.082 151.297C140.082 149.235 138.449 147.563 136.435 147.563C134.42 147.563 132.787 149.235 132.787 151.297C132.787 153.359 134.42 155.031 136.435 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 155.031C169.72 155.031 171.353 153.359 171.353 151.297C171.353 149.235 169.72 147.563 167.706 147.563C165.692 147.563 164.059 149.235 164.059 151.297C164.059 153.359 165.692 155.031 167.706 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 155.031C200.991 155.031 202.624 153.359 202.624 151.297C202.624 149.235 200.991 147.563 198.977 147.563C196.963 147.563 195.33 149.235 195.33 151.297C195.33 153.359 196.963 155.031 198.977 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 187.037C13.3703 187.037 15.0033 185.366 15.0033 183.304C15.0033 181.241 13.3703 179.57 11.356 179.57C9.34167 179.57 7.70874 181.241 7.70874 183.304C7.70874 185.366 9.34167 187.037 11.356 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 187.037C44.6416 187.037 46.2745 185.366 46.2745 183.304C46.2745 181.241 44.6416 179.57 42.6272 179.57C40.6129 179.57 38.98 181.241 38.98 183.304C38.98 185.366 40.6129 187.037 42.6272 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 187.037C75.9128 187.037 77.5457 185.366 77.5457 183.304C77.5457 181.241 75.9128 179.57 73.8985 179.57C71.8842 179.57 70.2512 181.241 70.2512 183.304C70.2512 185.366 71.8842 187.037 73.8985 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 183.304C108.817 185.367 107.185 187.037 105.17 187.037C103.155 187.037 101.523 185.367 101.523 183.304C101.523 181.241 103.155 179.57 105.17 179.57C107.185 179.57 108.817 181.241 108.817 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 187.037C138.449 187.037 140.082 185.366 140.082 183.304C140.082 181.241 138.449 179.57 136.435 179.57C134.42 179.57 132.787 181.241 132.787 183.304C132.787 185.366 134.42 187.037 136.435 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 187.037C169.72 187.037 171.353 185.366 171.353 183.304C171.353 181.241 169.72 179.57 167.706 179.57C165.692 179.57 164.059 181.241 164.059 183.304C164.059 185.366 165.692 187.037 167.706 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 187.037C200.991 187.037 202.624 185.366 202.624 183.304C202.624 181.241 200.991 179.57 198.977 179.57C196.963 179.57 195.33 181.241 195.33 183.304C195.33 185.366 196.963 187.037 198.977 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 218.841C13.3703 218.841 15.0033 217.169 15.0033 215.107C15.0033 213.045 13.3703 211.373 11.356 211.373C9.34167 211.373 7.70874 213.045 7.70874 215.107C7.70874 217.169 9.34167 218.841 11.356 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 218.841C44.6416 218.841 46.2745 217.169 46.2745 215.107C46.2745 213.045 44.6416 211.373 42.6272 211.373C40.6129 211.373 38.98 213.045 38.98 215.107C38.98 217.169 40.6129 218.841 42.6272 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 218.841C75.9128 218.841 77.5457 217.169 77.5457 215.107C77.5457 213.045 75.9128 211.373 73.8985 211.373C71.8842 211.373 70.2512 213.045 70.2512 215.107C70.2512 217.169 71.8842 218.841 73.8985 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 215.107C108.817 217.17 107.185 218.841 105.17 218.841C103.155 218.841 101.523 217.17 101.523 215.107C101.523 213.044 103.155 211.373 105.17 211.373C107.185 211.373 108.817 213.044 108.817 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 218.841C138.449 218.841 140.082 217.169 140.082 215.107C140.082 213.045 138.449 211.373 136.435 211.373C134.42 211.373 132.787 213.045 132.787 215.107C132.787 217.169 134.42 218.841 136.435 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 218.841C169.72 218.841 171.353 217.169 171.353 215.107C171.353 213.045 169.72 211.373 167.706 211.373C165.692 211.373 164.059 213.045 164.059 215.107C164.059 217.169 165.692 218.841 167.706 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 218.841C200.991 218.841 202.624 217.169 202.624 215.107C202.624 213.045 200.991 211.373 198.977 211.373C196.963 211.373 195.33 213.045 195.33 215.107C195.33 217.169 196.963 218.841 198.977 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 250.855C13.3703 250.855 15.0033 249.183 15.0033 247.121C15.0033 245.059 13.3703 243.387 11.356 243.387C9.34167 243.387 7.70874 245.059 7.70874 247.121C7.70874 249.183 9.34167 250.855 11.356 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 250.855C44.6416 250.855 46.2745 249.183 46.2745 247.121C46.2745 245.059 44.6416 243.387 42.6272 243.387C40.6129 243.387 38.98 245.059 38.98 247.121C38.98 249.183 40.6129 250.855 42.6272 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 250.855C75.9128 250.855 77.5457 249.183 77.5457 247.121C77.5457 245.059 75.9128 243.387 73.8985 243.387C71.8842 243.387 70.2512 245.059 70.2512 247.121C70.2512 249.183 71.8842 250.855 73.8985 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 247.121C108.817 249.184 107.185 250.855 105.17 250.855C103.155 250.855 101.523 249.184 101.523 247.121C101.523 245.058 103.155 243.387 105.17 243.387C107.185 243.387 108.817 245.058 108.817 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 250.855C138.449 250.855 140.082 249.183 140.082 247.121C140.082 245.059 138.449 243.387 136.435 243.387C134.42 243.387 132.787 245.059 132.787 247.121C132.787 249.183 134.42 250.855 136.435 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 250.855C169.72 250.855 171.353 249.183 171.353 247.121C171.353 245.059 169.72 243.387 167.706 243.387C165.692 243.387 164.059 245.059 164.059 247.121C164.059 249.183 165.692 250.855 167.706 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 250.855C200.991 250.855 202.624 249.183 202.624 247.121C202.624 245.059 200.991 243.387 198.977 243.387C196.963 243.387 195.33 245.059 195.33 247.121C195.33 249.183 196.963 250.855 198.977 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 282.862C13.3703 282.862 15.0033 281.19 15.0033 279.128C15.0033 277.066 13.3703 275.394 11.356 275.394C9.34167 275.394 7.70874 277.066 7.70874 279.128C7.70874 281.19 9.34167 282.862 11.356 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 282.862C44.6416 282.862 46.2745 281.19 46.2745 279.128C46.2745 277.066 44.6416 275.394 42.6272 275.394C40.6129 275.394 38.98 277.066 38.98 279.128C38.98 281.19 40.6129 282.862 42.6272 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 282.862C75.9128 282.862 77.5457 281.19 77.5457 279.128C77.5457 277.066 75.9128 275.394 73.8985 275.394C71.8842 275.394 70.2512 277.066 70.2512 279.128C70.2512 281.19 71.8842 282.862 73.8985 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 279.128C108.817 281.191 107.185 282.862 105.17 282.862C103.155 282.862 101.523 281.191 101.523 279.128C101.523 277.065 103.155 275.394 105.17 275.394C107.185 275.394 108.817 277.065 108.817 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 282.862C138.449 282.862 140.082 281.19 140.082 279.128C140.082 277.066 138.449 275.394 136.435 275.394C134.42 275.394 132.787 277.066 132.787 279.128C132.787 281.19 134.42 282.862 136.435 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 282.862C169.72 282.862 171.353 281.19 171.353 279.128C171.353 277.066 169.72 275.394 167.706 275.394C165.692 275.394 164.059 277.066 164.059 279.128C164.059 281.19 165.692 282.862 167.706 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 282.862C200.991 282.862 202.624 281.19 202.624 279.128C202.624 277.066 200.991 275.394 198.977 275.394C196.963 275.394 195.33 277.066 195.33 279.128C195.33 281.19 196.963 282.862 198.977 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 314.666C13.3703 314.666 15.0033 312.994 15.0033 310.932C15.0033 308.869 13.3703 307.198 11.356 307.198C9.34167 307.198 7.70874 308.869 7.70874 310.932C7.70874 312.994 9.34167 314.666 11.356 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 314.666C44.6416 314.666 46.2745 312.994 46.2745 310.932C46.2745 308.869 44.6416 307.198 42.6272 307.198C40.6129 307.198 38.98 308.869 38.98 310.932C38.98 312.994 40.6129 314.666 42.6272 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 314.666C75.9128 314.666 77.5457 312.994 77.5457 310.932C77.5457 308.869 75.9128 307.198 73.8985 307.198C71.8842 307.198 70.2512 308.869 70.2512 310.932C70.2512 312.994 71.8842 314.666 73.8985 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 310.932C108.817 312.995 107.185 314.666 105.17 314.666C103.155 314.666 101.523 312.995 101.523 310.932C101.523 308.869 103.155 307.198 105.17 307.198C107.185 307.198 108.817 308.869 108.817 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 314.666C138.449 314.666 140.082 312.994 140.082 310.932C140.082 308.869 138.449 307.198 136.435 307.198C134.42 307.198 132.787 308.869 132.787 310.932C132.787 312.994 134.42 314.666 136.435 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 314.666C169.72 314.666 171.353 312.994 171.353 310.932C171.353 308.869 169.72 307.198 167.706 307.198C165.692 307.198 164.059 308.869 164.059 310.932C164.059 312.994 165.692 314.666 167.706 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 314.666C200.991 314.666 202.624 312.994 202.624 310.932C202.624 308.869 200.991 307.198 198.977 307.198C196.963 307.198 195.33 308.869 195.33 310.932C195.33 312.994 196.963 314.666 198.977 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip8_26_3867)'%3E%3Cpath d='M168.919 155.031C170.933 155.031 172.566 153.359 172.566 151.297C172.566 149.235 170.933 147.563 168.919 147.563C166.905 147.563 165.272 149.235 165.272 151.297C165.272 153.359 166.905 155.031 168.919 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 155.031C202.205 155.031 203.837 153.359 203.837 151.297C203.837 149.235 202.205 147.563 200.19 147.563C198.176 147.563 196.543 149.235 196.543 151.297C196.543 153.359 198.176 155.031 200.19 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 155.031C233.476 155.031 235.109 153.359 235.109 151.297C235.109 149.235 233.476 147.563 231.461 147.563C229.447 147.563 227.814 149.235 227.814 151.297C227.814 153.359 229.447 155.031 231.461 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 151.297C266.38 153.36 264.748 155.031 262.733 155.031C260.718 155.031 259.086 153.36 259.086 151.297C259.086 149.234 260.718 147.563 262.733 147.563C264.748 147.563 266.38 149.234 266.38 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 155.031C296.012 155.031 297.645 153.359 297.645 151.297C297.645 149.235 296.012 147.563 293.998 147.563C291.983 147.563 290.35 149.235 290.35 151.297C290.35 153.359 291.983 155.031 293.998 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 155.031C327.283 155.031 328.916 153.359 328.916 151.297C328.916 149.235 327.283 147.563 325.269 147.563C323.255 147.563 321.622 149.235 321.622 151.297C321.622 153.359 323.255 155.031 325.269 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 155.031C358.554 155.031 360.187 153.359 360.187 151.297C360.187 149.235 358.554 147.563 356.54 147.563C354.525 147.563 352.893 149.235 352.893 151.297C352.893 153.359 354.525 155.031 356.54 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 187.037C170.933 187.037 172.566 185.366 172.566 183.304C172.566 181.241 170.933 179.57 168.919 179.57C166.905 179.57 165.272 181.241 165.272 183.304C165.272 185.366 166.905 187.037 168.919 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 187.037C202.205 187.037 203.837 185.366 203.837 183.304C203.837 181.241 202.205 179.57 200.19 179.57C198.176 179.57 196.543 181.241 196.543 183.304C196.543 185.366 198.176 187.037 200.19 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 187.037C233.476 187.037 235.109 185.366 235.109 183.304C235.109 181.241 233.476 179.57 231.461 179.57C229.447 179.57 227.814 181.241 227.814 183.304C227.814 185.366 229.447 187.037 231.461 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 183.304C266.38 185.367 264.748 187.037 262.733 187.037C260.718 187.037 259.086 185.367 259.086 183.304C259.086 181.241 260.718 179.57 262.733 179.57C264.748 179.57 266.38 181.241 266.38 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 187.037C296.012 187.037 297.645 185.366 297.645 183.304C297.645 181.241 296.012 179.57 293.998 179.57C291.983 179.57 290.35 181.241 290.35 183.304C290.35 185.366 291.983 187.037 293.998 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 187.037C327.283 187.037 328.916 185.366 328.916 183.304C328.916 181.241 327.283 179.57 325.269 179.57C323.255 179.57 321.622 181.241 321.622 183.304C321.622 185.366 323.255 187.037 325.269 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 187.037C358.554 187.037 360.187 185.366 360.187 183.304C360.187 181.241 358.554 179.57 356.54 179.57C354.525 179.57 352.893 181.241 352.893 183.304C352.893 185.366 354.525 187.037 356.54 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 218.841C170.933 218.841 172.566 217.169 172.566 215.107C172.566 213.045 170.933 211.373 168.919 211.373C166.905 211.373 165.272 213.045 165.272 215.107C165.272 217.169 166.905 218.841 168.919 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 218.841C202.205 218.841 203.837 217.169 203.837 215.107C203.837 213.045 202.205 211.373 200.19 211.373C198.176 211.373 196.543 213.045 196.543 215.107C196.543 217.169 198.176 218.841 200.19 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 218.841C233.476 218.841 235.109 217.169 235.109 215.107C235.109 213.045 233.476 211.373 231.461 211.373C229.447 211.373 227.814 213.045 227.814 215.107C227.814 217.169 229.447 218.841 231.461 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 215.107C266.38 217.17 264.748 218.841 262.733 218.841C260.718 218.841 259.086 217.17 259.086 215.107C259.086 213.044 260.718 211.373 262.733 211.373C264.748 211.373 266.38 213.044 266.38 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 218.841C296.012 218.841 297.645 217.169 297.645 215.107C297.645 213.045 296.012 211.373 293.998 211.373C291.983 211.373 290.35 213.045 290.35 215.107C290.35 217.169 291.983 218.841 293.998 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 218.841C327.283 218.841 328.916 217.169 328.916 215.107C328.916 213.045 327.283 211.373 325.269 211.373C323.255 211.373 321.622 213.045 321.622 215.107C321.622 217.169 323.255 218.841 325.269 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 218.841C358.554 218.841 360.187 217.169 360.187 215.107C360.187 213.045 358.554 211.373 356.54 211.373C354.525 211.373 352.893 213.045 352.893 215.107C352.893 217.169 354.525 218.841 356.54 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 250.855C170.933 250.855 172.566 249.183 172.566 247.121C172.566 245.059 170.933 243.387 168.919 243.387C166.905 243.387 165.272 245.059 165.272 247.121C165.272 249.183 166.905 250.855 168.919 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 250.855C202.205 250.855 203.837 249.183 203.837 247.121C203.837 245.059 202.205 243.387 200.19 243.387C198.176 243.387 196.543 245.059 196.543 247.121C196.543 249.183 198.176 250.855 200.19 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 250.855C233.476 250.855 235.109 249.183 235.109 247.121C235.109 245.059 233.476 243.387 231.461 243.387C229.447 243.387 227.814 245.059 227.814 247.121C227.814 249.183 229.447 250.855 231.461 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 247.121C266.38 249.184 264.748 250.855 262.733 250.855C260.718 250.855 259.086 249.184 259.086 247.121C259.086 245.058 260.718 243.387 262.733 243.387C264.748 243.387 266.38 245.058 266.38 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 250.855C296.012 250.855 297.645 249.183 297.645 247.121C297.645 245.059 296.012 243.387 293.998 243.387C291.983 243.387 290.35 245.059 290.35 247.121C290.35 249.183 291.983 250.855 293.998 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 250.855C327.283 250.855 328.916 249.183 328.916 247.121C328.916 245.059 327.283 243.387 325.269 243.387C323.255 243.387 321.622 245.059 321.622 247.121C321.622 249.183 323.255 250.855 325.269 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 250.855C358.554 250.855 360.187 249.183 360.187 247.121C360.187 245.059 358.554 243.387 356.54 243.387C354.525 243.387 352.893 245.059 352.893 247.121C352.893 249.183 354.525 250.855 356.54 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 282.862C170.933 282.862 172.566 281.19 172.566 279.128C172.566 277.066 170.933 275.394 168.919 275.394C166.905 275.394 165.272 277.066 165.272 279.128C165.272 281.19 166.905 282.862 168.919 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 282.862C202.205 282.862 203.837 281.19 203.837 279.128C203.837 277.066 202.205 275.394 200.19 275.394C198.176 275.394 196.543 277.066 196.543 279.128C196.543 281.19 198.176 282.862 200.19 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 282.862C233.476 282.862 235.109 281.19 235.109 279.128C235.109 277.066 233.476 275.394 231.461 275.394C229.447 275.394 227.814 277.066 227.814 279.128C227.814 281.19 229.447 282.862 231.461 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 279.128C266.38 281.191 264.748 282.862 262.733 282.862C260.718 282.862 259.086 281.191 259.086 279.128C259.086 277.065 260.718 275.394 262.733 275.394C264.748 275.394 266.38 277.065 266.38 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 282.862C296.012 282.862 297.645 281.19 297.645 279.128C297.645 277.066 296.012 275.394 293.998 275.394C291.983 275.394 290.35 277.066 290.35 279.128C290.35 281.19 291.983 282.862 293.998 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 282.862C327.283 282.862 328.916 281.19 328.916 279.128C328.916 277.066 327.283 275.394 325.269 275.394C323.255 275.394 321.622 277.066 321.622 279.128C321.622 281.19 323.255 282.862 325.269 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 282.862C358.554 282.862 360.187 281.19 360.187 279.128C360.187 277.066 358.554 275.394 356.54 275.394C354.525 275.394 352.893 277.066 352.893 279.128C352.893 281.19 354.525 282.862 356.54 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 314.666C170.933 314.666 172.566 312.994 172.566 310.932C172.566 308.869 170.933 307.198 168.919 307.198C166.905 307.198 165.272 308.869 165.272 310.932C165.272 312.994 166.905 314.666 168.919 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 314.666C202.205 314.666 203.837 312.994 203.837 310.932C203.837 308.869 202.205 307.198 200.19 307.198C198.176 307.198 196.543 308.869 196.543 310.932C196.543 312.994 198.176 314.666 200.19 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 314.666C233.476 314.666 235.109 312.994 235.109 310.932C235.109 308.869 233.476 307.198 231.461 307.198C229.447 307.198 227.814 308.869 227.814 310.932C227.814 312.994 229.447 314.666 231.461 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 310.932C266.38 312.995 264.748 314.666 262.733 314.666C260.718 314.666 259.086 312.995 259.086 310.932C259.086 308.869 260.718 307.198 262.733 307.198C264.748 307.198 266.38 308.869 266.38 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 314.666C296.012 314.666 297.645 312.994 297.645 310.932C297.645 308.869 296.012 307.198 293.998 307.198C291.983 307.198 290.35 308.869 290.35 310.932C290.35 312.994 291.983 314.666 293.998 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 314.666C327.283 314.666 328.916 312.994 328.916 310.932C328.916 308.869 327.283 307.198 325.269 307.198C323.255 307.198 321.622 308.869 321.622 310.932C321.622 312.994 323.255 314.666 325.269 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 314.666C358.554 314.666 360.187 312.994 360.187 310.932C360.187 308.869 358.554 307.198 356.54 307.198C354.525 307.198 352.893 308.869 352.893 310.932C352.893 312.994 354.525 314.666 356.54 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip9_26_3867)'%3E%3Cpath d='M318.134 155.031C320.148 155.031 321.781 153.359 321.781 151.297C321.781 149.235 320.148 147.563 318.134 147.563C316.12 147.563 314.487 149.235 314.487 151.297C314.487 153.359 316.12 155.031 318.134 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 155.031C351.419 155.031 353.052 153.359 353.052 151.297C353.052 149.235 351.419 147.563 349.405 147.563C347.391 147.563 345.758 149.235 345.758 151.297C345.758 153.359 347.391 155.031 349.405 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 155.031C382.691 155.031 384.324 153.359 384.324 151.297C384.324 149.235 382.691 147.563 380.676 147.563C378.662 147.563 377.029 149.235 377.029 151.297C377.029 153.359 378.662 155.031 380.676 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 151.297C415.595 153.36 413.963 155.031 411.948 155.031C409.933 155.031 408.301 153.36 408.301 151.297C408.301 149.234 409.933 147.563 411.948 147.563C413.963 147.563 415.595 149.234 415.595 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 155.031C445.227 155.031 446.86 153.359 446.86 151.297C446.86 149.235 445.227 147.563 443.212 147.563C441.198 147.563 439.565 149.235 439.565 151.297C439.565 153.359 441.198 155.031 443.212 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 155.031C476.498 155.031 478.131 153.359 478.131 151.297C478.131 149.235 476.498 147.563 474.484 147.563C472.469 147.563 470.836 149.235 470.836 151.297C470.836 153.359 472.469 155.031 474.484 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 155.031C507.769 155.031 509.402 153.359 509.402 151.297C509.402 149.235 507.769 147.563 505.755 147.563C503.74 147.563 502.107 149.235 502.107 151.297C502.107 153.359 503.74 155.031 505.755 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 187.037C320.148 187.037 321.781 185.366 321.781 183.304C321.781 181.241 320.148 179.57 318.134 179.57C316.12 179.57 314.487 181.241 314.487 183.304C314.487 185.366 316.12 187.037 318.134 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 187.037C351.419 187.037 353.052 185.366 353.052 183.304C353.052 181.241 351.419 179.57 349.405 179.57C347.391 179.57 345.758 181.241 345.758 183.304C345.758 185.366 347.391 187.037 349.405 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 187.037C382.691 187.037 384.324 185.366 384.324 183.304C384.324 181.241 382.691 179.57 380.676 179.57C378.662 179.57 377.029 181.241 377.029 183.304C377.029 185.366 378.662 187.037 380.676 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 183.304C415.595 185.367 413.963 187.037 411.948 187.037C409.933 187.037 408.301 185.367 408.301 183.304C408.301 181.241 409.933 179.57 411.948 179.57C413.963 179.57 415.595 181.241 415.595 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 187.037C445.227 187.037 446.86 185.366 446.86 183.304C446.86 181.241 445.227 179.57 443.212 179.57C441.198 179.57 439.565 181.241 439.565 183.304C439.565 185.366 441.198 187.037 443.212 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 187.037C476.498 187.037 478.131 185.366 478.131 183.304C478.131 181.241 476.498 179.57 474.484 179.57C472.469 179.57 470.836 181.241 470.836 183.304C470.836 185.366 472.469 187.037 474.484 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 187.037C507.769 187.037 509.402 185.366 509.402 183.304C509.402 181.241 507.769 179.57 505.755 179.57C503.74 179.57 502.107 181.241 502.107 183.304C502.107 185.366 503.74 187.037 505.755 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 218.841C320.148 218.841 321.781 217.169 321.781 215.107C321.781 213.045 320.148 211.373 318.134 211.373C316.12 211.373 314.487 213.045 314.487 215.107C314.487 217.169 316.12 218.841 318.134 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 218.841C351.419 218.841 353.052 217.169 353.052 215.107C353.052 213.045 351.419 211.373 349.405 211.373C347.391 211.373 345.758 213.045 345.758 215.107C345.758 217.169 347.391 218.841 349.405 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 218.841C382.691 218.841 384.324 217.169 384.324 215.107C384.324 213.045 382.691 211.373 380.676 211.373C378.662 211.373 377.029 213.045 377.029 215.107C377.029 217.169 378.662 218.841 380.676 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 215.107C415.595 217.17 413.963 218.841 411.948 218.841C409.933 218.841 408.301 217.17 408.301 215.107C408.301 213.044 409.933 211.373 411.948 211.373C413.963 211.373 415.595 213.044 415.595 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 218.841C445.227 218.841 446.86 217.169 446.86 215.107C446.86 213.045 445.227 211.373 443.212 211.373C441.198 211.373 439.565 213.045 439.565 215.107C439.565 217.169 441.198 218.841 443.212 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 218.841C476.498 218.841 478.131 217.169 478.131 215.107C478.131 213.045 476.498 211.373 474.484 211.373C472.469 211.373 470.836 213.045 470.836 215.107C470.836 217.169 472.469 218.841 474.484 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 218.841C507.769 218.841 509.402 217.169 509.402 215.107C509.402 213.045 507.769 211.373 505.755 211.373C503.74 211.373 502.107 213.045 502.107 215.107C502.107 217.169 503.74 218.841 505.755 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 250.855C320.148 250.855 321.781 249.183 321.781 247.121C321.781 245.059 320.148 243.387 318.134 243.387C316.12 243.387 314.487 245.059 314.487 247.121C314.487 249.183 316.12 250.855 318.134 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 250.855C351.419 250.855 353.052 249.183 353.052 247.121C353.052 245.059 351.419 243.387 349.405 243.387C347.391 243.387 345.758 245.059 345.758 247.121C345.758 249.183 347.391 250.855 349.405 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 250.855C382.691 250.855 384.324 249.183 384.324 247.121C384.324 245.059 382.691 243.387 380.676 243.387C378.662 243.387 377.029 245.059 377.029 247.121C377.029 249.183 378.662 250.855 380.676 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 247.121C415.595 249.184 413.963 250.855 411.948 250.855C409.933 250.855 408.301 249.184 408.301 247.121C408.301 245.058 409.933 243.387 411.948 243.387C413.963 243.387 415.595 245.058 415.595 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 250.855C445.227 250.855 446.86 249.183 446.86 247.121C446.86 245.059 445.227 243.387 443.212 243.387C441.198 243.387 439.565 245.059 439.565 247.121C439.565 249.183 441.198 250.855 443.212 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 250.855C476.498 250.855 478.131 249.183 478.131 247.121C478.131 245.059 476.498 243.387 474.484 243.387C472.469 243.387 470.836 245.059 470.836 247.121C470.836 249.183 472.469 250.855 474.484 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 250.855C507.769 250.855 509.402 249.183 509.402 247.121C509.402 245.059 507.769 243.387 505.755 243.387C503.74 243.387 502.107 245.059 502.107 247.121C502.107 249.183 503.74 250.855 505.755 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 282.862C320.148 282.862 321.781 281.19 321.781 279.128C321.781 277.066 320.148 275.394 318.134 275.394C316.12 275.394 314.487 277.066 314.487 279.128C314.487 281.19 316.12 282.862 318.134 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 282.862C351.419 282.862 353.052 281.19 353.052 279.128C353.052 277.066 351.419 275.394 349.405 275.394C347.391 275.394 345.758 277.066 345.758 279.128C345.758 281.19 347.391 282.862 349.405 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 282.862C382.691 282.862 384.324 281.19 384.324 279.128C384.324 277.066 382.691 275.394 380.676 275.394C378.662 275.394 377.029 277.066 377.029 279.128C377.029 281.19 378.662 282.862 380.676 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 279.128C415.595 281.191 413.963 282.862 411.948 282.862C409.933 282.862 408.301 281.191 408.301 279.128C408.301 277.065 409.933 275.394 411.948 275.394C413.963 275.394 415.595 277.065 415.595 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 282.862C445.227 282.862 446.86 281.19 446.86 279.128C446.86 277.066 445.227 275.394 443.212 275.394C441.198 275.394 439.565 277.066 439.565 279.128C439.565 281.19 441.198 282.862 443.212 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 282.862C476.498 282.862 478.131 281.19 478.131 279.128C478.131 277.066 476.498 275.394 474.484 275.394C472.469 275.394 470.836 277.066 470.836 279.128C470.836 281.19 472.469 282.862 474.484 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 282.862C507.769 282.862 509.402 281.19 509.402 279.128C509.402 277.066 507.769 275.394 505.755 275.394C503.74 275.394 502.107 277.066 502.107 279.128C502.107 281.19 503.74 282.862 505.755 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 314.666C320.148 314.666 321.781 312.994 321.781 310.932C321.781 308.869 320.148 307.198 318.134 307.198C316.12 307.198 314.487 308.869 314.487 310.932C314.487 312.994 316.12 314.666 318.134 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 314.666C351.419 314.666 353.052 312.994 353.052 310.932C353.052 308.869 351.419 307.198 349.405 307.198C347.391 307.198 345.758 308.869 345.758 310.932C345.758 312.994 347.391 314.666 349.405 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 314.666C382.691 314.666 384.324 312.994 384.324 310.932C384.324 308.869 382.691 307.198 380.676 307.198C378.662 307.198 377.029 308.869 377.029 310.932C377.029 312.994 378.662 314.666 380.676 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 310.932C415.595 312.995 413.963 314.666 411.948 314.666C409.933 314.666 408.301 312.995 408.301 310.932C408.301 308.869 409.933 307.198 411.948 307.198C413.963 307.198 415.595 308.869 415.595 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 314.666C445.227 314.666 446.86 312.994 446.86 310.932C446.86 308.869 445.227 307.198 443.212 307.198C441.198 307.198 439.565 308.869 439.565 310.932C439.565 312.994 441.198 314.666 443.212 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 314.666C476.498 314.666 478.131 312.994 478.131 310.932C478.131 308.869 476.498 307.198 474.484 307.198C472.469 307.198 470.836 308.869 470.836 310.932C470.836 312.994 472.469 314.666 474.484 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 314.666C507.769 314.666 509.402 312.994 509.402 310.932C509.402 308.869 507.769 307.198 505.755 307.198C503.74 307.198 502.107 308.869 502.107 310.932C502.107 312.994 503.74 314.666 505.755 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip10_26_3867)'%3E%3Cpath d='M464.045 155.031C466.06 155.031 467.692 153.359 467.692 151.297C467.692 149.235 466.06 147.563 464.045 147.563C462.031 147.563 460.398 149.235 460.398 151.297C460.398 153.359 462.031 155.031 464.045 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 155.031C497.331 155.031 498.964 153.359 498.964 151.297C498.964 149.235 497.331 147.563 495.316 147.563C493.302 147.563 491.669 149.235 491.669 151.297C491.669 153.359 493.302 155.031 495.316 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 155.031C528.602 155.031 530.235 153.359 530.235 151.297C530.235 149.235 528.602 147.563 526.588 147.563C524.573 147.563 522.94 149.235 522.94 151.297C522.94 153.359 524.573 155.031 526.588 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 151.297C561.507 153.36 559.875 155.031 557.859 155.031C555.844 155.031 554.212 153.36 554.212 151.297C554.212 149.234 555.844 147.563 557.859 147.563C559.875 147.563 561.507 149.234 561.507 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 155.031C591.138 155.031 592.771 153.359 592.771 151.297C592.771 149.235 591.138 147.563 589.124 147.563C587.109 147.563 585.477 149.235 585.477 151.297C585.477 153.359 587.109 155.031 589.124 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 155.031C622.409 155.031 624.042 153.359 624.042 151.297C624.042 149.235 622.409 147.563 620.395 147.563C618.381 147.563 616.748 149.235 616.748 151.297C616.748 153.359 618.381 155.031 620.395 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 155.031C653.681 155.031 655.314 153.359 655.314 151.297C655.314 149.235 653.681 147.563 651.666 147.563C649.652 147.563 648.019 149.235 648.019 151.297C648.019 153.359 649.652 155.031 651.666 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 187.037C466.06 187.037 467.692 185.366 467.692 183.304C467.692 181.241 466.06 179.57 464.045 179.57C462.031 179.57 460.398 181.241 460.398 183.304C460.398 185.366 462.031 187.037 464.045 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 187.037C497.331 187.037 498.964 185.366 498.964 183.304C498.964 181.241 497.331 179.57 495.316 179.57C493.302 179.57 491.669 181.241 491.669 183.304C491.669 185.366 493.302 187.037 495.316 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 187.037C528.602 187.037 530.235 185.366 530.235 183.304C530.235 181.241 528.602 179.57 526.588 179.57C524.573 179.57 522.94 181.241 522.94 183.304C522.94 185.366 524.573 187.037 526.588 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 183.304C561.507 185.367 559.875 187.037 557.859 187.037C555.844 187.037 554.212 185.367 554.212 183.304C554.212 181.241 555.844 179.57 557.859 179.57C559.875 179.57 561.507 181.241 561.507 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 187.037C591.138 187.037 592.771 185.366 592.771 183.304C592.771 181.241 591.138 179.57 589.124 179.57C587.109 179.57 585.477 181.241 585.477 183.304C585.477 185.366 587.109 187.037 589.124 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 187.037C622.409 187.037 624.042 185.366 624.042 183.304C624.042 181.241 622.409 179.57 620.395 179.57C618.381 179.57 616.748 181.241 616.748 183.304C616.748 185.366 618.381 187.037 620.395 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 187.037C653.681 187.037 655.314 185.366 655.314 183.304C655.314 181.241 653.681 179.57 651.666 179.57C649.652 179.57 648.019 181.241 648.019 183.304C648.019 185.366 649.652 187.037 651.666 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 218.841C466.06 218.841 467.692 217.169 467.692 215.107C467.692 213.045 466.06 211.373 464.045 211.373C462.031 211.373 460.398 213.045 460.398 215.107C460.398 217.169 462.031 218.841 464.045 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 218.841C497.331 218.841 498.964 217.169 498.964 215.107C498.964 213.045 497.331 211.373 495.316 211.373C493.302 211.373 491.669 213.045 491.669 215.107C491.669 217.169 493.302 218.841 495.316 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 218.841C528.602 218.841 530.235 217.169 530.235 215.107C530.235 213.045 528.602 211.373 526.588 211.373C524.573 211.373 522.94 213.045 522.94 215.107C522.94 217.169 524.573 218.841 526.588 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 215.107C561.507 217.17 559.875 218.841 557.859 218.841C555.844 218.841 554.212 217.17 554.212 215.107C554.212 213.044 555.844 211.373 557.859 211.373C559.875 211.373 561.507 213.044 561.507 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 218.841C591.138 218.841 592.771 217.169 592.771 215.107C592.771 213.045 591.138 211.373 589.124 211.373C587.109 211.373 585.477 213.045 585.477 215.107C585.477 217.169 587.109 218.841 589.124 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 218.841C622.409 218.841 624.042 217.169 624.042 215.107C624.042 213.045 622.409 211.373 620.395 211.373C618.381 211.373 616.748 213.045 616.748 215.107C616.748 217.169 618.381 218.841 620.395 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 218.841C653.681 218.841 655.314 217.169 655.314 215.107C655.314 213.045 653.681 211.373 651.666 211.373C649.652 211.373 648.019 213.045 648.019 215.107C648.019 217.169 649.652 218.841 651.666 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 250.855C466.06 250.855 467.692 249.183 467.692 247.121C467.692 245.059 466.06 243.387 464.045 243.387C462.031 243.387 460.398 245.059 460.398 247.121C460.398 249.183 462.031 250.855 464.045 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 250.855C497.331 250.855 498.964 249.183 498.964 247.121C498.964 245.059 497.331 243.387 495.316 243.387C493.302 243.387 491.669 245.059 491.669 247.121C491.669 249.183 493.302 250.855 495.316 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 250.855C528.602 250.855 530.235 249.183 530.235 247.121C530.235 245.059 528.602 243.387 526.588 243.387C524.573 243.387 522.94 245.059 522.94 247.121C522.94 249.183 524.573 250.855 526.588 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 247.121C561.507 249.184 559.875 250.855 557.859 250.855C555.844 250.855 554.212 249.184 554.212 247.121C554.212 245.058 555.844 243.387 557.859 243.387C559.875 243.387 561.507 245.058 561.507 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 250.855C591.138 250.855 592.771 249.183 592.771 247.121C592.771 245.059 591.138 243.387 589.124 243.387C587.109 243.387 585.477 245.059 585.477 247.121C585.477 249.183 587.109 250.855 589.124 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 250.855C622.409 250.855 624.042 249.183 624.042 247.121C624.042 245.059 622.409 243.387 620.395 243.387C618.381 243.387 616.748 245.059 616.748 247.121C616.748 249.183 618.381 250.855 620.395 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 250.855C653.681 250.855 655.314 249.183 655.314 247.121C655.314 245.059 653.681 243.387 651.666 243.387C649.652 243.387 648.019 245.059 648.019 247.121C648.019 249.183 649.652 250.855 651.666 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 282.862C466.06 282.862 467.692 281.19 467.692 279.128C467.692 277.066 466.06 275.394 464.045 275.394C462.031 275.394 460.398 277.066 460.398 279.128C460.398 281.19 462.031 282.862 464.045 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 282.862C497.331 282.862 498.964 281.19 498.964 279.128C498.964 277.066 497.331 275.394 495.316 275.394C493.302 275.394 491.669 277.066 491.669 279.128C491.669 281.19 493.302 282.862 495.316 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 282.862C528.602 282.862 530.235 281.19 530.235 279.128C530.235 277.066 528.602 275.394 526.588 275.394C524.573 275.394 522.94 277.066 522.94 279.128C522.94 281.19 524.573 282.862 526.588 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 279.128C561.507 281.191 559.875 282.862 557.859 282.862C555.844 282.862 554.212 281.191 554.212 279.128C554.212 277.065 555.844 275.394 557.859 275.394C559.875 275.394 561.507 277.065 561.507 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 282.862C591.138 282.862 592.771 281.19 592.771 279.128C592.771 277.066 591.138 275.394 589.124 275.394C587.109 275.394 585.477 277.066 585.477 279.128C585.477 281.19 587.109 282.862 589.124 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 282.862C622.409 282.862 624.042 281.19 624.042 279.128C624.042 277.066 622.409 275.394 620.395 275.394C618.381 275.394 616.748 277.066 616.748 279.128C616.748 281.19 618.381 282.862 620.395 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 282.862C653.681 282.862 655.314 281.19 655.314 279.128C655.314 277.066 653.681 275.394 651.666 275.394C649.652 275.394 648.019 277.066 648.019 279.128C648.019 281.19 649.652 282.862 651.666 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 314.666C466.06 314.666 467.692 312.994 467.692 310.932C467.692 308.869 466.06 307.198 464.045 307.198C462.031 307.198 460.398 308.869 460.398 310.932C460.398 312.994 462.031 314.666 464.045 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 314.666C497.331 314.666 498.964 312.994 498.964 310.932C498.964 308.869 497.331 307.198 495.316 307.198C493.302 307.198 491.669 308.869 491.669 310.932C491.669 312.994 493.302 314.666 495.316 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 314.666C528.602 314.666 530.235 312.994 530.235 310.932C530.235 308.869 528.602 307.198 526.588 307.198C524.573 307.198 522.94 308.869 522.94 310.932C522.94 312.994 524.573 314.666 526.588 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 310.932C561.507 312.995 559.875 314.666 557.859 314.666C555.844 314.666 554.212 312.995 554.212 310.932C554.212 308.869 555.844 307.198 557.859 307.198C559.875 307.198 561.507 308.869 561.507 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 314.666C591.138 314.666 592.771 312.994 592.771 310.932C592.771 308.869 591.138 307.198 589.124 307.198C587.109 307.198 585.477 308.869 585.477 310.932C585.477 312.994 587.109 314.666 589.124 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 314.666C622.409 314.666 624.042 312.994 624.042 310.932C624.042 308.869 622.409 307.198 620.395 307.198C618.381 307.198 616.748 308.869 616.748 310.932C616.748 312.994 618.381 314.666 620.395 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 314.666C653.681 314.666 655.314 312.994 655.314 310.932C655.314 308.869 653.681 307.198 651.666 307.198C649.652 307.198 648.019 308.869 648.019 310.932C648.019 312.994 649.652 314.666 651.666 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip11_26_3867)'%3E%3Cpath d='M613.26 155.031C615.274 155.031 616.907 153.359 616.907 151.297C616.907 149.235 615.274 147.563 613.26 147.563C611.246 147.563 609.613 149.235 609.613 151.297C609.613 153.359 611.246 155.031 613.26 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 155.031C646.546 155.031 648.179 153.359 648.179 151.297C648.179 149.235 646.546 147.563 644.531 147.563C642.517 147.563 640.884 149.235 640.884 151.297C640.884 153.359 642.517 155.031 644.531 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 155.031C677.817 155.031 679.45 153.359 679.45 151.297C679.45 149.235 677.817 147.563 675.803 147.563C673.788 147.563 672.155 149.235 672.155 151.297C672.155 153.359 673.788 155.031 675.803 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 151.297C710.722 153.36 709.089 155.031 707.074 155.031C705.059 155.031 703.427 153.36 703.427 151.297C703.427 149.234 705.059 147.563 707.074 147.563C709.089 147.563 710.722 149.234 710.722 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 155.031C740.353 155.031 741.986 153.359 741.986 151.297C741.986 149.235 740.353 147.563 738.339 147.563C736.324 147.563 734.691 149.235 734.691 151.297C734.691 153.359 736.324 155.031 738.339 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 155.031C771.624 155.031 773.257 153.359 773.257 151.297C773.257 149.235 771.624 147.563 769.61 147.563C767.596 147.563 765.963 149.235 765.963 151.297C765.963 153.359 767.596 155.031 769.61 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 155.031C802.895 155.031 804.528 153.359 804.528 151.297C804.528 149.235 802.895 147.563 800.881 147.563C798.867 147.563 797.234 149.235 797.234 151.297C797.234 153.359 798.867 155.031 800.881 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 187.037C615.274 187.037 616.907 185.366 616.907 183.304C616.907 181.241 615.274 179.57 613.26 179.57C611.246 179.57 609.613 181.241 609.613 183.304C609.613 185.366 611.246 187.037 613.26 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 187.037C646.546 187.037 648.179 185.366 648.179 183.304C648.179 181.241 646.546 179.57 644.531 179.57C642.517 179.57 640.884 181.241 640.884 183.304C640.884 185.366 642.517 187.037 644.531 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 187.037C677.817 187.037 679.45 185.366 679.45 183.304C679.45 181.241 677.817 179.57 675.803 179.57C673.788 179.57 672.155 181.241 672.155 183.304C672.155 185.366 673.788 187.037 675.803 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 183.304C710.722 185.367 709.089 187.037 707.074 187.037C705.059 187.037 703.427 185.367 703.427 183.304C703.427 181.241 705.059 179.57 707.074 179.57C709.089 179.57 710.722 181.241 710.722 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 187.037C740.353 187.037 741.986 185.366 741.986 183.304C741.986 181.241 740.353 179.57 738.339 179.57C736.324 179.57 734.691 181.241 734.691 183.304C734.691 185.366 736.324 187.037 738.339 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 187.037C771.624 187.037 773.257 185.366 773.257 183.304C773.257 181.241 771.624 179.57 769.61 179.57C767.596 179.57 765.963 181.241 765.963 183.304C765.963 185.366 767.596 187.037 769.61 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 187.037C802.895 187.037 804.528 185.366 804.528 183.304C804.528 181.241 802.895 179.57 800.881 179.57C798.867 179.57 797.234 181.241 797.234 183.304C797.234 185.366 798.867 187.037 800.881 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 218.841C615.274 218.841 616.907 217.169 616.907 215.107C616.907 213.045 615.274 211.373 613.26 211.373C611.246 211.373 609.613 213.045 609.613 215.107C609.613 217.169 611.246 218.841 613.26 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 218.841C646.546 218.841 648.179 217.169 648.179 215.107C648.179 213.045 646.546 211.373 644.531 211.373C642.517 211.373 640.884 213.045 640.884 215.107C640.884 217.169 642.517 218.841 644.531 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 218.841C677.817 218.841 679.45 217.169 679.45 215.107C679.45 213.045 677.817 211.373 675.803 211.373C673.788 211.373 672.155 213.045 672.155 215.107C672.155 217.169 673.788 218.841 675.803 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 215.107C710.722 217.17 709.089 218.841 707.074 218.841C705.059 218.841 703.427 217.17 703.427 215.107C703.427 213.044 705.059 211.373 707.074 211.373C709.089 211.373 710.722 213.044 710.722 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 218.841C740.353 218.841 741.986 217.169 741.986 215.107C741.986 213.045 740.353 211.373 738.339 211.373C736.324 211.373 734.691 213.045 734.691 215.107C734.691 217.169 736.324 218.841 738.339 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 218.841C771.624 218.841 773.257 217.169 773.257 215.107C773.257 213.045 771.624 211.373 769.61 211.373C767.596 211.373 765.963 213.045 765.963 215.107C765.963 217.169 767.596 218.841 769.61 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 218.841C802.895 218.841 804.528 217.169 804.528 215.107C804.528 213.045 802.895 211.373 800.881 211.373C798.867 211.373 797.234 213.045 797.234 215.107C797.234 217.169 798.867 218.841 800.881 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 250.855C615.274 250.855 616.907 249.183 616.907 247.121C616.907 245.059 615.274 243.387 613.26 243.387C611.246 243.387 609.613 245.059 609.613 247.121C609.613 249.183 611.246 250.855 613.26 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 250.855C646.546 250.855 648.179 249.183 648.179 247.121C648.179 245.059 646.546 243.387 644.531 243.387C642.517 243.387 640.884 245.059 640.884 247.121C640.884 249.183 642.517 250.855 644.531 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 250.855C677.817 250.855 679.45 249.183 679.45 247.121C679.45 245.059 677.817 243.387 675.803 243.387C673.788 243.387 672.155 245.059 672.155 247.121C672.155 249.183 673.788 250.855 675.803 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 247.121C710.722 249.184 709.089 250.855 707.074 250.855C705.059 250.855 703.427 249.184 703.427 247.121C703.427 245.058 705.059 243.387 707.074 243.387C709.089 243.387 710.722 245.058 710.722 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 250.855C740.353 250.855 741.986 249.183 741.986 247.121C741.986 245.059 740.353 243.387 738.339 243.387C736.324 243.387 734.691 245.059 734.691 247.121C734.691 249.183 736.324 250.855 738.339 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 250.855C771.624 250.855 773.257 249.183 773.257 247.121C773.257 245.059 771.624 243.387 769.61 243.387C767.596 243.387 765.963 245.059 765.963 247.121C765.963 249.183 767.596 250.855 769.61 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 250.855C802.895 250.855 804.528 249.183 804.528 247.121C804.528 245.059 802.895 243.387 800.881 243.387C798.867 243.387 797.234 245.059 797.234 247.121C797.234 249.183 798.867 250.855 800.881 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 282.862C615.274 282.862 616.907 281.19 616.907 279.128C616.907 277.066 615.274 275.394 613.26 275.394C611.246 275.394 609.613 277.066 609.613 279.128C609.613 281.19 611.246 282.862 613.26 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 282.862C646.546 282.862 648.179 281.19 648.179 279.128C648.179 277.066 646.546 275.394 644.531 275.394C642.517 275.394 640.884 277.066 640.884 279.128C640.884 281.19 642.517 282.862 644.531 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 282.862C677.817 282.862 679.45 281.19 679.45 279.128C679.45 277.066 677.817 275.394 675.803 275.394C673.788 275.394 672.155 277.066 672.155 279.128C672.155 281.19 673.788 282.862 675.803 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 279.128C710.722 281.191 709.089 282.862 707.074 282.862C705.059 282.862 703.427 281.191 703.427 279.128C703.427 277.065 705.059 275.394 707.074 275.394C709.089 275.394 710.722 277.065 710.722 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 282.862C740.353 282.862 741.986 281.19 741.986 279.128C741.986 277.066 740.353 275.394 738.339 275.394C736.324 275.394 734.691 277.066 734.691 279.128C734.691 281.19 736.324 282.862 738.339 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 282.862C771.624 282.862 773.257 281.19 773.257 279.128C773.257 277.066 771.624 275.394 769.61 275.394C767.596 275.394 765.963 277.066 765.963 279.128C765.963 281.19 767.596 282.862 769.61 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 282.862C802.895 282.862 804.528 281.19 804.528 279.128C804.528 277.066 802.895 275.394 800.881 275.394C798.867 275.394 797.234 277.066 797.234 279.128C797.234 281.19 798.867 282.862 800.881 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 314.666C615.274 314.666 616.907 312.994 616.907 310.932C616.907 308.869 615.274 307.198 613.26 307.198C611.246 307.198 609.613 308.869 609.613 310.932C609.613 312.994 611.246 314.666 613.26 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 314.666C646.546 314.666 648.179 312.994 648.179 310.932C648.179 308.869 646.546 307.198 644.531 307.198C642.517 307.198 640.884 308.869 640.884 310.932C640.884 312.994 642.517 314.666 644.531 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 314.666C677.817 314.666 679.45 312.994 679.45 310.932C679.45 308.869 677.817 307.198 675.803 307.198C673.788 307.198 672.155 308.869 672.155 310.932C672.155 312.994 673.788 314.666 675.803 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 310.932C710.722 312.995 709.089 314.666 707.074 314.666C705.059 314.666 703.427 312.995 703.427 310.932C703.427 308.869 705.059 307.198 707.074 307.198C709.089 307.198 710.722 308.869 710.722 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 314.666C740.353 314.666 741.986 312.994 741.986 310.932C741.986 308.869 740.353 307.198 738.339 307.198C736.324 307.198 734.691 308.869 734.691 310.932C734.691 312.994 736.324 314.666 738.339 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 314.666C771.624 314.666 773.257 312.994 773.257 310.932C773.257 308.869 771.624 307.198 769.61 307.198C767.596 307.198 765.963 308.869 765.963 310.932C765.963 312.994 767.596 314.666 769.61 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 314.666C802.895 314.666 804.528 312.994 804.528 310.932C804.528 308.869 802.895 307.198 800.881 307.198C798.867 307.198 797.234 308.869 797.234 310.932C797.234 312.994 798.867 314.666 800.881 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip12_26_3867)'%3E%3Cpath d='M762.577 0.309893C764.592 0.309893 766.225 -1.36183 766.225 -3.424C766.225 -5.48618 764.592 -7.1579 762.577 -7.1579C760.563 -7.1579 758.93 -5.48618 758.93 -3.424C758.93 -1.36183 760.563 0.309893 762.577 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 0.309893C795.863 0.309893 797.496 -1.36183 797.496 -3.424C797.496 -5.48618 795.863 -7.1579 793.849 -7.1579C791.834 -7.1579 790.201 -5.48618 790.201 -3.424C790.201 -1.36183 791.834 0.309893 793.849 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 0.309893C827.134 0.309893 828.767 -1.36183 828.767 -3.424C828.767 -5.48618 827.134 -7.1579 825.12 -7.1579C823.106 -7.1579 821.473 -5.48618 821.473 -3.424C821.473 -1.36183 823.106 0.309893 825.12 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 -3.424C860.039 -1.36092 858.407 0.309893 856.392 0.309893C854.376 0.309893 852.744 -1.36092 852.744 -3.424C852.744 -5.48709 854.376 -7.1579 856.392 -7.1579C858.407 -7.1579 860.039 -5.48709 860.039 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 0.309893C889.67 0.309893 891.303 -1.36183 891.303 -3.424C891.303 -5.48618 889.67 -7.1579 887.656 -7.1579C885.642 -7.1579 884.009 -5.48618 884.009 -3.424C884.009 -1.36183 885.642 0.309893 887.656 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 0.309893C920.942 0.309893 922.575 -1.36183 922.575 -3.424C922.575 -5.48618 920.942 -7.1579 918.927 -7.1579C916.913 -7.1579 915.28 -5.48618 915.28 -3.424C915.28 -1.36183 916.913 0.309893 918.927 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 0.309893C952.213 0.309893 953.846 -1.36183 953.846 -3.424C953.846 -5.48618 952.213 -7.1579 950.199 -7.1579C948.184 -7.1579 946.551 -5.48618 946.551 -3.424C946.551 -1.36183 948.184 0.309893 950.199 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 32.3168C764.592 32.3168 766.225 30.6451 766.225 28.5829C766.225 26.5207 764.592 24.849 762.577 24.849C760.563 24.849 758.93 26.5207 758.93 28.5829C758.93 30.6451 760.563 32.3168 762.577 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 32.3168C795.863 32.3168 797.496 30.6451 797.496 28.5829C797.496 26.5207 795.863 24.849 793.849 24.849C791.834 24.849 790.201 26.5207 790.201 28.5829C790.201 30.6451 791.834 32.3168 793.849 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 32.3168C827.134 32.3168 828.767 30.6451 828.767 28.5829C828.767 26.5207 827.134 24.849 825.12 24.849C823.106 24.849 821.473 26.5207 821.473 28.5829C821.473 30.6451 823.106 32.3168 825.12 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 28.5829C860.039 30.646 858.407 32.3168 856.392 32.3168C854.376 32.3168 852.744 30.646 852.744 28.5829C852.744 26.5198 854.376 24.849 856.392 24.849C858.407 24.849 860.039 26.5198 860.039 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 32.3168C889.67 32.3168 891.303 30.6451 891.303 28.5829C891.303 26.5207 889.67 24.849 887.656 24.849C885.642 24.849 884.009 26.5207 884.009 28.5829C884.009 30.6451 885.642 32.3168 887.656 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 32.3168C920.942 32.3168 922.575 30.6451 922.575 28.5829C922.575 26.5207 920.942 24.849 918.927 24.849C916.913 24.849 915.28 26.5207 915.28 28.5829C915.28 30.6451 916.913 32.3168 918.927 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 32.3168C952.213 32.3168 953.846 30.6451 953.846 28.5829C953.846 26.5207 952.213 24.849 950.199 24.849C948.184 24.849 946.551 26.5207 946.551 28.5829C946.551 30.6451 948.184 32.3168 950.199 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 64.1203C764.592 64.1203 766.225 62.4485 766.225 60.3864C766.225 58.3242 764.592 56.6525 762.577 56.6525C760.563 56.6525 758.93 58.3242 758.93 60.3864C758.93 62.4485 760.563 64.1203 762.577 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 64.1203C795.863 64.1203 797.496 62.4485 797.496 60.3864C797.496 58.3242 795.863 56.6525 793.849 56.6525C791.834 56.6525 790.201 58.3242 790.201 60.3864C790.201 62.4485 791.834 64.1203 793.849 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 64.1203C827.134 64.1203 828.767 62.4485 828.767 60.3864C828.767 58.3242 827.134 56.6525 825.12 56.6525C823.106 56.6525 821.473 58.3242 821.473 60.3864C821.473 62.4485 823.106 64.1203 825.12 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 60.3864C860.039 62.4495 858.407 64.1203 856.392 64.1203C854.376 64.1203 852.744 62.4495 852.744 60.3864C852.744 58.3233 854.376 56.6525 856.392 56.6525C858.407 56.6525 860.039 58.3233 860.039 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 64.1203C889.67 64.1203 891.303 62.4485 891.303 60.3864C891.303 58.3242 889.67 56.6525 887.656 56.6525C885.642 56.6525 884.009 58.3242 884.009 60.3864C884.009 62.4485 885.642 64.1203 887.656 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 64.1203C920.942 64.1203 922.575 62.4485 922.575 60.3864C922.575 58.3242 920.942 56.6525 918.927 56.6525C916.913 56.6525 915.28 58.3242 915.28 60.3864C915.28 62.4485 916.913 64.1203 918.927 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 64.1203C952.213 64.1203 953.846 62.4485 953.846 60.3864C953.846 58.3242 952.213 56.6525 950.199 56.6525C948.184 56.6525 946.551 58.3242 946.551 60.3864C946.551 62.4485 948.184 64.1203 950.199 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 96.1344C764.592 96.1344 766.225 94.4627 766.225 92.4005C766.225 90.3383 764.592 88.6666 762.577 88.6666C760.563 88.6666 758.93 90.3383 758.93 92.4005C758.93 94.4627 760.563 96.1344 762.577 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 96.1344C795.863 96.1344 797.496 94.4627 797.496 92.4005C797.496 90.3383 795.863 88.6666 793.849 88.6666C791.834 88.6666 790.201 90.3383 790.201 92.4005C790.201 94.4627 791.834 96.1344 793.849 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 96.1344C827.134 96.1344 828.767 94.4627 828.767 92.4005C828.767 90.3383 827.134 88.6666 825.12 88.6666C823.106 88.6666 821.473 90.3383 821.473 92.4005C821.473 94.4627 823.106 96.1344 825.12 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 92.4005C860.039 94.4636 858.407 96.1344 856.392 96.1344C854.376 96.1344 852.744 94.4636 852.744 92.4005C852.744 90.3374 854.376 88.6666 856.392 88.6666C858.407 88.6666 860.039 90.3374 860.039 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 96.1344C889.67 96.1344 891.303 94.4627 891.303 92.4005C891.303 90.3383 889.67 88.6666 887.656 88.6666C885.642 88.6666 884.009 90.3383 884.009 92.4005C884.009 94.4627 885.642 96.1344 887.656 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 96.1344C920.942 96.1344 922.575 94.4627 922.575 92.4005C922.575 90.3383 920.942 88.6666 918.927 88.6666C916.913 88.6666 915.28 90.3383 915.28 92.4005C915.28 94.4627 916.913 96.1344 918.927 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 96.1344C952.213 96.1344 953.846 94.4627 953.846 92.4005C953.846 90.3383 952.213 88.6666 950.199 88.6666C948.184 88.6666 946.551 90.3383 946.551 92.4005C946.551 94.4627 948.184 96.1344 950.199 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 128.141C764.592 128.141 766.225 126.47 766.225 124.407C766.225 122.345 764.592 120.674 762.577 120.674C760.563 120.674 758.93 122.345 758.93 124.407C758.93 126.47 760.563 128.141 762.577 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 128.141C795.863 128.141 797.496 126.47 797.496 124.407C797.496 122.345 795.863 120.674 793.849 120.674C791.834 120.674 790.201 122.345 790.201 124.407C790.201 126.47 791.834 128.141 793.849 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 128.141C827.134 128.141 828.767 126.47 828.767 124.407C828.767 122.345 827.134 120.674 825.12 120.674C823.106 120.674 821.473 122.345 821.473 124.407C821.473 126.47 823.106 128.141 825.12 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 124.407C860.039 126.471 858.407 128.141 856.392 128.141C854.376 128.141 852.744 126.471 852.744 124.407C852.744 122.344 854.376 120.674 856.392 120.674C858.407 120.674 860.039 122.344 860.039 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 128.141C889.67 128.141 891.303 126.47 891.303 124.407C891.303 122.345 889.67 120.674 887.656 120.674C885.642 120.674 884.009 122.345 884.009 124.407C884.009 126.47 885.642 128.141 887.656 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 128.141C920.942 128.141 922.575 126.47 922.575 124.407C922.575 122.345 920.942 120.674 918.927 120.674C916.913 120.674 915.28 122.345 915.28 124.407C915.28 126.47 916.913 128.141 918.927 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 128.141C952.213 128.141 953.846 126.47 953.846 124.407C953.846 122.345 952.213 120.674 950.199 120.674C948.184 120.674 946.551 122.345 946.551 124.407C946.551 126.47 948.184 128.141 950.199 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 159.945C764.592 159.945 766.225 158.273 766.225 156.211C766.225 154.149 764.592 152.477 762.577 152.477C760.563 152.477 758.93 154.149 758.93 156.211C758.93 158.273 760.563 159.945 762.577 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 159.945C795.863 159.945 797.496 158.273 797.496 156.211C797.496 154.149 795.863 152.477 793.849 152.477C791.834 152.477 790.201 154.149 790.201 156.211C790.201 158.273 791.834 159.945 793.849 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 159.945C827.134 159.945 828.767 158.273 828.767 156.211C828.767 154.149 827.134 152.477 825.12 152.477C823.106 152.477 821.473 154.149 821.473 156.211C821.473 158.273 823.106 159.945 825.12 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 156.211C860.039 158.274 858.407 159.945 856.392 159.945C854.376 159.945 852.744 158.274 852.744 156.211C852.744 154.148 854.376 152.477 856.392 152.477C858.407 152.477 860.039 154.148 860.039 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 159.945C889.67 159.945 891.303 158.273 891.303 156.211C891.303 154.149 889.67 152.477 887.656 152.477C885.642 152.477 884.009 154.149 884.009 156.211C884.009 158.273 885.642 159.945 887.656 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 159.945C920.942 159.945 922.575 158.273 922.575 156.211C922.575 154.149 920.942 152.477 918.927 152.477C916.913 152.477 915.28 154.149 915.28 156.211C915.28 158.273 916.913 159.945 918.927 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 159.945C952.213 159.945 953.846 158.273 953.846 156.211C953.846 154.149 952.213 152.477 950.199 152.477C948.184 152.477 946.551 154.149 946.551 156.211C946.551 158.273 948.184 159.945 950.199 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip13_26_3867)'%3E%3Cpath d='M913.444 0.309893C915.458 0.309893 917.091 -1.36183 917.091 -3.424C917.091 -5.48618 915.458 -7.1579 913.444 -7.1579C911.43 -7.1579 909.797 -5.48618 909.797 -3.424C909.797 -1.36183 911.43 0.309893 913.444 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 0.309893C946.73 0.309893 948.363 -1.36183 948.363 -3.424C948.363 -5.48618 946.73 -7.1579 944.715 -7.1579C942.701 -7.1579 941.068 -5.48618 941.068 -3.424C941.068 -1.36183 942.701 0.309893 944.715 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 0.309893C978.001 0.309893 979.634 -1.36183 979.634 -3.424C979.634 -5.48618 978.001 -7.1579 975.987 -7.1579C973.972 -7.1579 972.339 -5.48618 972.339 -3.424C972.339 -1.36183 973.972 0.309893 975.987 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 -3.424C1010.91 -1.36092 1009.27 0.309893 1007.26 0.309893C1005.24 0.309893 1003.61 -1.36092 1003.61 -3.424C1003.61 -5.48709 1005.24 -7.1579 1007.26 -7.1579C1009.27 -7.1579 1010.91 -5.48709 1010.91 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 0.309893C1040.54 0.309893 1042.17 -1.36183 1042.17 -3.424C1042.17 -5.48618 1040.54 -7.1579 1038.52 -7.1579C1036.51 -7.1579 1034.88 -5.48618 1034.88 -3.424C1034.88 -1.36183 1036.51 0.309893 1038.52 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 0.309893C1071.81 0.309893 1073.44 -1.36183 1073.44 -3.424C1073.44 -5.48618 1071.81 -7.1579 1069.79 -7.1579C1067.78 -7.1579 1066.15 -5.48618 1066.15 -3.424C1066.15 -1.36183 1067.78 0.309893 1069.79 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 0.309893C1103.08 0.309893 1104.71 -1.36183 1104.71 -3.424C1104.71 -5.48618 1103.08 -7.1579 1101.07 -7.1579C1099.05 -7.1579 1097.42 -5.48618 1097.42 -3.424C1097.42 -1.36183 1099.05 0.309893 1101.07 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 32.3168C915.458 32.3168 917.091 30.6451 917.091 28.5829C917.091 26.5207 915.458 24.849 913.444 24.849C911.43 24.849 909.797 26.5207 909.797 28.5829C909.797 30.6451 911.43 32.3168 913.444 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 32.3168C946.73 32.3168 948.363 30.6451 948.363 28.5829C948.363 26.5207 946.73 24.849 944.715 24.849C942.701 24.849 941.068 26.5207 941.068 28.5829C941.068 30.6451 942.701 32.3168 944.715 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 32.3168C978.001 32.3168 979.634 30.6451 979.634 28.5829C979.634 26.5207 978.001 24.849 975.987 24.849C973.972 24.849 972.339 26.5207 972.339 28.5829C972.339 30.6451 973.972 32.3168 975.987 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 28.5829C1010.91 30.646 1009.27 32.3168 1007.26 32.3168C1005.24 32.3168 1003.61 30.646 1003.61 28.5829C1003.61 26.5198 1005.24 24.849 1007.26 24.849C1009.27 24.849 1010.91 26.5198 1010.91 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 32.3168C1040.54 32.3168 1042.17 30.6451 1042.17 28.5829C1042.17 26.5207 1040.54 24.849 1038.52 24.849C1036.51 24.849 1034.88 26.5207 1034.88 28.5829C1034.88 30.6451 1036.51 32.3168 1038.52 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 32.3168C1071.81 32.3168 1073.44 30.6451 1073.44 28.5829C1073.44 26.5207 1071.81 24.849 1069.79 24.849C1067.78 24.849 1066.15 26.5207 1066.15 28.5829C1066.15 30.6451 1067.78 32.3168 1069.79 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 32.3168C1103.08 32.3168 1104.71 30.6451 1104.71 28.5829C1104.71 26.5207 1103.08 24.849 1101.07 24.849C1099.05 24.849 1097.42 26.5207 1097.42 28.5829C1097.42 30.6451 1099.05 32.3168 1101.07 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 64.1203C915.458 64.1203 917.091 62.4485 917.091 60.3864C917.091 58.3242 915.458 56.6525 913.444 56.6525C911.43 56.6525 909.797 58.3242 909.797 60.3864C909.797 62.4485 911.43 64.1203 913.444 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 64.1203C946.73 64.1203 948.363 62.4485 948.363 60.3864C948.363 58.3242 946.73 56.6525 944.715 56.6525C942.701 56.6525 941.068 58.3242 941.068 60.3864C941.068 62.4485 942.701 64.1203 944.715 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 64.1203C978.001 64.1203 979.634 62.4485 979.634 60.3864C979.634 58.3242 978.001 56.6525 975.987 56.6525C973.972 56.6525 972.339 58.3242 972.339 60.3864C972.339 62.4485 973.972 64.1203 975.987 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 60.3864C1010.91 62.4495 1009.27 64.1203 1007.26 64.1203C1005.24 64.1203 1003.61 62.4495 1003.61 60.3864C1003.61 58.3233 1005.24 56.6525 1007.26 56.6525C1009.27 56.6525 1010.91 58.3233 1010.91 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 64.1203C1040.54 64.1203 1042.17 62.4485 1042.17 60.3864C1042.17 58.3242 1040.54 56.6525 1038.52 56.6525C1036.51 56.6525 1034.88 58.3242 1034.88 60.3864C1034.88 62.4485 1036.51 64.1203 1038.52 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 64.1203C1071.81 64.1203 1073.44 62.4485 1073.44 60.3864C1073.44 58.3242 1071.81 56.6525 1069.79 56.6525C1067.78 56.6525 1066.15 58.3242 1066.15 60.3864C1066.15 62.4485 1067.78 64.1203 1069.79 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 64.1203C1103.08 64.1203 1104.71 62.4485 1104.71 60.3864C1104.71 58.3242 1103.08 56.6525 1101.07 56.6525C1099.05 56.6525 1097.42 58.3242 1097.42 60.3864C1097.42 62.4485 1099.05 64.1203 1101.07 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 96.1344C915.458 96.1344 917.091 94.4627 917.091 92.4005C917.091 90.3383 915.458 88.6666 913.444 88.6666C911.43 88.6666 909.797 90.3383 909.797 92.4005C909.797 94.4627 911.43 96.1344 913.444 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 96.1344C946.73 96.1344 948.363 94.4627 948.363 92.4005C948.363 90.3383 946.73 88.6666 944.715 88.6666C942.701 88.6666 941.068 90.3383 941.068 92.4005C941.068 94.4627 942.701 96.1344 944.715 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 96.1344C978.001 96.1344 979.634 94.4627 979.634 92.4005C979.634 90.3383 978.001 88.6666 975.987 88.6666C973.972 88.6666 972.339 90.3383 972.339 92.4005C972.339 94.4627 973.972 96.1344 975.987 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 92.4005C1010.91 94.4636 1009.27 96.1344 1007.26 96.1344C1005.24 96.1344 1003.61 94.4636 1003.61 92.4005C1003.61 90.3374 1005.24 88.6666 1007.26 88.6666C1009.27 88.6666 1010.91 90.3374 1010.91 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 96.1344C1040.54 96.1344 1042.17 94.4627 1042.17 92.4005C1042.17 90.3383 1040.54 88.6666 1038.52 88.6666C1036.51 88.6666 1034.88 90.3383 1034.88 92.4005C1034.88 94.4627 1036.51 96.1344 1038.52 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 96.1344C1071.81 96.1344 1073.44 94.4627 1073.44 92.4005C1073.44 90.3383 1071.81 88.6666 1069.79 88.6666C1067.78 88.6666 1066.15 90.3383 1066.15 92.4005C1066.15 94.4627 1067.78 96.1344 1069.79 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 96.1344C1103.08 96.1344 1104.71 94.4627 1104.71 92.4005C1104.71 90.3383 1103.08 88.6666 1101.07 88.6666C1099.05 88.6666 1097.42 90.3383 1097.42 92.4005C1097.42 94.4627 1099.05 96.1344 1101.07 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 128.141C915.458 128.141 917.091 126.47 917.091 124.407C917.091 122.345 915.458 120.674 913.444 120.674C911.43 120.674 909.797 122.345 909.797 124.407C909.797 126.47 911.43 128.141 913.444 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 128.141C946.73 128.141 948.363 126.47 948.363 124.407C948.363 122.345 946.73 120.674 944.715 120.674C942.701 120.674 941.068 122.345 941.068 124.407C941.068 126.47 942.701 128.141 944.715 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 128.141C978.001 128.141 979.634 126.47 979.634 124.407C979.634 122.345 978.001 120.674 975.987 120.674C973.972 120.674 972.339 122.345 972.339 124.407C972.339 126.47 973.972 128.141 975.987 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 124.407C1010.91 126.471 1009.27 128.141 1007.26 128.141C1005.24 128.141 1003.61 126.471 1003.61 124.407C1003.61 122.344 1005.24 120.674 1007.26 120.674C1009.27 120.674 1010.91 122.344 1010.91 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 128.141C1040.54 128.141 1042.17 126.47 1042.17 124.407C1042.17 122.345 1040.54 120.674 1038.52 120.674C1036.51 120.674 1034.88 122.345 1034.88 124.407C1034.88 126.47 1036.51 128.141 1038.52 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 128.141C1071.81 128.141 1073.44 126.47 1073.44 124.407C1073.44 122.345 1071.81 120.674 1069.79 120.674C1067.78 120.674 1066.15 122.345 1066.15 124.407C1066.15 126.47 1067.78 128.141 1069.79 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 128.141C1103.08 128.141 1104.71 126.47 1104.71 124.407C1104.71 122.345 1103.08 120.674 1101.07 120.674C1099.05 120.674 1097.42 122.345 1097.42 124.407C1097.42 126.47 1099.05 128.141 1101.07 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 159.945C915.458 159.945 917.091 158.273 917.091 156.211C917.091 154.149 915.458 152.477 913.444 152.477C911.43 152.477 909.797 154.149 909.797 156.211C909.797 158.273 911.43 159.945 913.444 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 159.945C946.73 159.945 948.363 158.273 948.363 156.211C948.363 154.149 946.73 152.477 944.715 152.477C942.701 152.477 941.068 154.149 941.068 156.211C941.068 158.273 942.701 159.945 944.715 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 159.945C978.001 159.945 979.634 158.273 979.634 156.211C979.634 154.149 978.001 152.477 975.987 152.477C973.972 152.477 972.339 154.149 972.339 156.211C972.339 158.273 973.972 159.945 975.987 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 156.211C1010.91 158.274 1009.27 159.945 1007.26 159.945C1005.24 159.945 1003.61 158.274 1003.61 156.211C1003.61 154.148 1005.24 152.477 1007.26 152.477C1009.27 152.477 1010.91 154.148 1010.91 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 159.945C1040.54 159.945 1042.17 158.273 1042.17 156.211C1042.17 154.149 1040.54 152.477 1038.52 152.477C1036.51 152.477 1034.88 154.149 1034.88 156.211C1034.88 158.273 1036.51 159.945 1038.52 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 159.945C1071.81 159.945 1073.44 158.273 1073.44 156.211C1073.44 154.149 1071.81 152.477 1069.79 152.477C1067.78 152.477 1066.15 154.149 1066.15 156.211C1066.15 158.273 1067.78 159.945 1069.79 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 159.945C1103.08 159.945 1104.71 158.273 1104.71 156.211C1104.71 154.149 1103.08 152.477 1101.07 152.477C1099.05 152.477 1097.42 154.149 1097.42 156.211C1097.42 158.273 1099.05 159.945 1101.07 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip14_26_3867)'%3E%3Cpath d='M1366.49 0.309893C1368.5 0.309893 1370.14 -1.36183 1370.14 -3.424C1370.14 -5.48618 1368.5 -7.1579 1366.49 -7.1579C1364.47 -7.1579 1362.84 -5.48618 1362.84 -3.424C1362.84 -1.36183 1364.47 0.309893 1366.49 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 0.309893C1399.77 0.309893 1401.41 -1.36183 1401.41 -3.424C1401.41 -5.48618 1399.77 -7.1579 1397.76 -7.1579C1395.75 -7.1579 1394.11 -5.48618 1394.11 -3.424C1394.11 -1.36183 1395.75 0.309893 1397.76 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 0.309893C1431.05 0.309893 1432.68 -1.36183 1432.68 -3.424C1432.68 -5.48618 1431.05 -7.1579 1429.03 -7.1579C1427.02 -7.1579 1425.38 -5.48618 1425.38 -3.424C1425.38 -1.36183 1427.02 0.309893 1429.03 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 -3.424C1463.95 -1.36092 1462.32 0.309893 1460.3 0.309893C1458.29 0.309893 1456.66 -1.36092 1456.66 -3.424C1456.66 -5.48709 1458.29 -7.1579 1460.3 -7.1579C1462.32 -7.1579 1463.95 -5.48709 1463.95 -3.424Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 0.309893C1493.58 0.309893 1495.22 -1.36183 1495.22 -3.424C1495.22 -5.48618 1493.58 -7.1579 1491.57 -7.1579C1489.55 -7.1579 1487.92 -5.48618 1487.92 -3.424C1487.92 -1.36183 1489.55 0.309893 1491.57 0.309893Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 32.3168C1368.5 32.3168 1370.14 30.6451 1370.14 28.5829C1370.14 26.5207 1368.5 24.849 1366.49 24.849C1364.47 24.849 1362.84 26.5207 1362.84 28.5829C1362.84 30.6451 1364.47 32.3168 1366.49 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 32.3168C1399.77 32.3168 1401.41 30.6451 1401.41 28.5829C1401.41 26.5207 1399.77 24.849 1397.76 24.849C1395.75 24.849 1394.11 26.5207 1394.11 28.5829C1394.11 30.6451 1395.75 32.3168 1397.76 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 32.3168C1431.05 32.3168 1432.68 30.6451 1432.68 28.5829C1432.68 26.5207 1431.05 24.849 1429.03 24.849C1427.02 24.849 1425.38 26.5207 1425.38 28.5829C1425.38 30.6451 1427.02 32.3168 1429.03 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 28.5829C1463.95 30.646 1462.32 32.3168 1460.3 32.3168C1458.29 32.3168 1456.66 30.646 1456.66 28.5829C1456.66 26.5198 1458.29 24.849 1460.3 24.849C1462.32 24.849 1463.95 26.5198 1463.95 28.5829Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 32.3168C1493.58 32.3168 1495.22 30.6451 1495.22 28.5829C1495.22 26.5207 1493.58 24.849 1491.57 24.849C1489.55 24.849 1487.92 26.5207 1487.92 28.5829C1487.92 30.6451 1489.55 32.3168 1491.57 32.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 64.1203C1368.5 64.1203 1370.14 62.4485 1370.14 60.3864C1370.14 58.3242 1368.5 56.6525 1366.49 56.6525C1364.47 56.6525 1362.84 58.3242 1362.84 60.3864C1362.84 62.4485 1364.47 64.1203 1366.49 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 64.1203C1399.77 64.1203 1401.41 62.4485 1401.41 60.3864C1401.41 58.3242 1399.77 56.6525 1397.76 56.6525C1395.75 56.6525 1394.11 58.3242 1394.11 60.3864C1394.11 62.4485 1395.75 64.1203 1397.76 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 64.1203C1431.05 64.1203 1432.68 62.4485 1432.68 60.3864C1432.68 58.3242 1431.05 56.6525 1429.03 56.6525C1427.02 56.6525 1425.38 58.3242 1425.38 60.3864C1425.38 62.4485 1427.02 64.1203 1429.03 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 60.3864C1463.95 62.4495 1462.32 64.1203 1460.3 64.1203C1458.29 64.1203 1456.66 62.4495 1456.66 60.3864C1456.66 58.3233 1458.29 56.6525 1460.3 56.6525C1462.32 56.6525 1463.95 58.3233 1463.95 60.3864Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 64.1203C1493.58 64.1203 1495.22 62.4485 1495.22 60.3864C1495.22 58.3242 1493.58 56.6525 1491.57 56.6525C1489.55 56.6525 1487.92 58.3242 1487.92 60.3864C1487.92 62.4485 1489.55 64.1203 1491.57 64.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 96.1344C1368.5 96.1344 1370.14 94.4627 1370.14 92.4005C1370.14 90.3383 1368.5 88.6666 1366.49 88.6666C1364.47 88.6666 1362.84 90.3383 1362.84 92.4005C1362.84 94.4627 1364.47 96.1344 1366.49 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 96.1344C1399.77 96.1344 1401.41 94.4627 1401.41 92.4005C1401.41 90.3383 1399.77 88.6666 1397.76 88.6666C1395.75 88.6666 1394.11 90.3383 1394.11 92.4005C1394.11 94.4627 1395.75 96.1344 1397.76 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 96.1344C1431.05 96.1344 1432.68 94.4627 1432.68 92.4005C1432.68 90.3383 1431.05 88.6666 1429.03 88.6666C1427.02 88.6666 1425.38 90.3383 1425.38 92.4005C1425.38 94.4627 1427.02 96.1344 1429.03 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 92.4005C1463.95 94.4636 1462.32 96.1344 1460.3 96.1344C1458.29 96.1344 1456.66 94.4636 1456.66 92.4005C1456.66 90.3374 1458.29 88.6666 1460.3 88.6666C1462.32 88.6666 1463.95 90.3374 1463.95 92.4005Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 96.1344C1493.58 96.1344 1495.22 94.4627 1495.22 92.4005C1495.22 90.3383 1493.58 88.6666 1491.57 88.6666C1489.55 88.6666 1487.92 90.3383 1487.92 92.4005C1487.92 94.4627 1489.55 96.1344 1491.57 96.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 128.141C1368.5 128.141 1370.14 126.47 1370.14 124.407C1370.14 122.345 1368.5 120.674 1366.49 120.674C1364.47 120.674 1362.84 122.345 1362.84 124.407C1362.84 126.47 1364.47 128.141 1366.49 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 128.141C1399.77 128.141 1401.41 126.47 1401.41 124.407C1401.41 122.345 1399.77 120.674 1397.76 120.674C1395.75 120.674 1394.11 122.345 1394.11 124.407C1394.11 126.47 1395.75 128.141 1397.76 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 128.141C1431.05 128.141 1432.68 126.47 1432.68 124.407C1432.68 122.345 1431.05 120.674 1429.03 120.674C1427.02 120.674 1425.38 122.345 1425.38 124.407C1425.38 126.47 1427.02 128.141 1429.03 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 124.407C1463.95 126.471 1462.32 128.141 1460.3 128.141C1458.29 128.141 1456.66 126.471 1456.66 124.407C1456.66 122.344 1458.29 120.674 1460.3 120.674C1462.32 120.674 1463.95 122.344 1463.95 124.407Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 128.141C1493.58 128.141 1495.22 126.47 1495.22 124.407C1495.22 122.345 1493.58 120.674 1491.57 120.674C1489.55 120.674 1487.92 122.345 1487.92 124.407C1487.92 126.47 1489.55 128.141 1491.57 128.141Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 159.945C1368.5 159.945 1370.14 158.273 1370.14 156.211C1370.14 154.149 1368.5 152.477 1366.49 152.477C1364.47 152.477 1362.84 154.149 1362.84 156.211C1362.84 158.273 1364.47 159.945 1366.49 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 159.945C1399.77 159.945 1401.41 158.273 1401.41 156.211C1401.41 154.149 1399.77 152.477 1397.76 152.477C1395.75 152.477 1394.11 154.149 1394.11 156.211C1394.11 158.273 1395.75 159.945 1397.76 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 159.945C1431.05 159.945 1432.68 158.273 1432.68 156.211C1432.68 154.149 1431.05 152.477 1429.03 152.477C1427.02 152.477 1425.38 154.149 1425.38 156.211C1425.38 158.273 1427.02 159.945 1429.03 159.945Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 156.211C1463.95 158.274 1462.32 159.945 1460.3 159.945C1458.29 159.945 1456.66 158.274 1456.66 156.211C1456.66 154.148 1458.29 152.477 1460.3 152.477C1462.32 152.477 1463.95 154.148 1463.95 156.211Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 159.945C1493.58 159.945 1495.22 158.273 1495.22 156.211C1495.22 154.149 1493.58 152.477 1491.57 152.477C1489.55 152.477 1487.92 154.149 1487.92 156.211C1487.92 158.273 1489.55 159.945 1491.57 159.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip15_26_3867)'%3E%3Cpath d='M762.577 155.031C764.592 155.031 766.225 153.359 766.225 151.297C766.225 149.235 764.592 147.563 762.577 147.563C760.563 147.563 758.93 149.235 758.93 151.297C758.93 153.359 760.563 155.031 762.577 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 155.031C795.863 155.031 797.496 153.359 797.496 151.297C797.496 149.235 795.863 147.563 793.849 147.563C791.834 147.563 790.201 149.235 790.201 151.297C790.201 153.359 791.834 155.031 793.849 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 155.031C827.134 155.031 828.767 153.359 828.767 151.297C828.767 149.235 827.134 147.563 825.12 147.563C823.106 147.563 821.473 149.235 821.473 151.297C821.473 153.359 823.106 155.031 825.12 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 151.297C860.039 153.36 858.407 155.031 856.392 155.031C854.376 155.031 852.744 153.36 852.744 151.297C852.744 149.234 854.376 147.563 856.392 147.563C858.407 147.563 860.039 149.234 860.039 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 155.031C889.67 155.031 891.303 153.359 891.303 151.297C891.303 149.235 889.67 147.563 887.656 147.563C885.642 147.563 884.009 149.235 884.009 151.297C884.009 153.359 885.642 155.031 887.656 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 155.031C920.942 155.031 922.575 153.359 922.575 151.297C922.575 149.235 920.942 147.563 918.927 147.563C916.913 147.563 915.28 149.235 915.28 151.297C915.28 153.359 916.913 155.031 918.927 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 155.031C952.213 155.031 953.846 153.359 953.846 151.297C953.846 149.235 952.213 147.563 950.199 147.563C948.184 147.563 946.551 149.235 946.551 151.297C946.551 153.359 948.184 155.031 950.199 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 187.037C764.592 187.037 766.225 185.366 766.225 183.304C766.225 181.241 764.592 179.57 762.577 179.57C760.563 179.57 758.93 181.241 758.93 183.304C758.93 185.366 760.563 187.037 762.577 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 187.037C795.863 187.037 797.496 185.366 797.496 183.304C797.496 181.241 795.863 179.57 793.849 179.57C791.834 179.57 790.201 181.241 790.201 183.304C790.201 185.366 791.834 187.037 793.849 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 187.037C827.134 187.037 828.767 185.366 828.767 183.304C828.767 181.241 827.134 179.57 825.12 179.57C823.106 179.57 821.473 181.241 821.473 183.304C821.473 185.366 823.106 187.037 825.12 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 183.304C860.039 185.367 858.407 187.037 856.392 187.037C854.376 187.037 852.744 185.367 852.744 183.304C852.744 181.241 854.376 179.57 856.392 179.57C858.407 179.57 860.039 181.241 860.039 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 187.037C889.67 187.037 891.303 185.366 891.303 183.304C891.303 181.241 889.67 179.57 887.656 179.57C885.642 179.57 884.009 181.241 884.009 183.304C884.009 185.366 885.642 187.037 887.656 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 187.037C920.942 187.037 922.575 185.366 922.575 183.304C922.575 181.241 920.942 179.57 918.927 179.57C916.913 179.57 915.28 181.241 915.28 183.304C915.28 185.366 916.913 187.037 918.927 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 187.037C952.213 187.037 953.846 185.366 953.846 183.304C953.846 181.241 952.213 179.57 950.199 179.57C948.184 179.57 946.551 181.241 946.551 183.304C946.551 185.366 948.184 187.037 950.199 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 218.841C764.592 218.841 766.225 217.169 766.225 215.107C766.225 213.045 764.592 211.373 762.577 211.373C760.563 211.373 758.93 213.045 758.93 215.107C758.93 217.169 760.563 218.841 762.577 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 218.841C795.863 218.841 797.496 217.169 797.496 215.107C797.496 213.045 795.863 211.373 793.849 211.373C791.834 211.373 790.201 213.045 790.201 215.107C790.201 217.169 791.834 218.841 793.849 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 218.841C827.134 218.841 828.767 217.169 828.767 215.107C828.767 213.045 827.134 211.373 825.12 211.373C823.106 211.373 821.473 213.045 821.473 215.107C821.473 217.169 823.106 218.841 825.12 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 215.107C860.039 217.17 858.407 218.841 856.392 218.841C854.376 218.841 852.744 217.17 852.744 215.107C852.744 213.044 854.376 211.373 856.392 211.373C858.407 211.373 860.039 213.044 860.039 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 218.841C889.67 218.841 891.303 217.169 891.303 215.107C891.303 213.045 889.67 211.373 887.656 211.373C885.642 211.373 884.009 213.045 884.009 215.107C884.009 217.169 885.642 218.841 887.656 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 218.841C920.942 218.841 922.575 217.169 922.575 215.107C922.575 213.045 920.942 211.373 918.927 211.373C916.913 211.373 915.28 213.045 915.28 215.107C915.28 217.169 916.913 218.841 918.927 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 218.841C952.213 218.841 953.846 217.169 953.846 215.107C953.846 213.045 952.213 211.373 950.199 211.373C948.184 211.373 946.551 213.045 946.551 215.107C946.551 217.169 948.184 218.841 950.199 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 250.855C764.592 250.855 766.225 249.183 766.225 247.121C766.225 245.059 764.592 243.387 762.577 243.387C760.563 243.387 758.93 245.059 758.93 247.121C758.93 249.183 760.563 250.855 762.577 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 250.855C795.863 250.855 797.496 249.183 797.496 247.121C797.496 245.059 795.863 243.387 793.849 243.387C791.834 243.387 790.201 245.059 790.201 247.121C790.201 249.183 791.834 250.855 793.849 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 250.855C827.134 250.855 828.767 249.183 828.767 247.121C828.767 245.059 827.134 243.387 825.12 243.387C823.106 243.387 821.473 245.059 821.473 247.121C821.473 249.183 823.106 250.855 825.12 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 247.121C860.039 249.184 858.407 250.855 856.392 250.855C854.376 250.855 852.744 249.184 852.744 247.121C852.744 245.058 854.376 243.387 856.392 243.387C858.407 243.387 860.039 245.058 860.039 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 250.855C889.67 250.855 891.303 249.183 891.303 247.121C891.303 245.059 889.67 243.387 887.656 243.387C885.642 243.387 884.009 245.059 884.009 247.121C884.009 249.183 885.642 250.855 887.656 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 250.855C920.942 250.855 922.575 249.183 922.575 247.121C922.575 245.059 920.942 243.387 918.927 243.387C916.913 243.387 915.28 245.059 915.28 247.121C915.28 249.183 916.913 250.855 918.927 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 250.855C952.213 250.855 953.846 249.183 953.846 247.121C953.846 245.059 952.213 243.387 950.199 243.387C948.184 243.387 946.551 245.059 946.551 247.121C946.551 249.183 948.184 250.855 950.199 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 282.862C764.592 282.862 766.225 281.19 766.225 279.128C766.225 277.066 764.592 275.394 762.577 275.394C760.563 275.394 758.93 277.066 758.93 279.128C758.93 281.19 760.563 282.862 762.577 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 282.862C795.863 282.862 797.496 281.19 797.496 279.128C797.496 277.066 795.863 275.394 793.849 275.394C791.834 275.394 790.201 277.066 790.201 279.128C790.201 281.19 791.834 282.862 793.849 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 282.862C827.134 282.862 828.767 281.19 828.767 279.128C828.767 277.066 827.134 275.394 825.12 275.394C823.106 275.394 821.473 277.066 821.473 279.128C821.473 281.19 823.106 282.862 825.12 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 279.128C860.039 281.191 858.407 282.862 856.392 282.862C854.376 282.862 852.744 281.191 852.744 279.128C852.744 277.065 854.376 275.394 856.392 275.394C858.407 275.394 860.039 277.065 860.039 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 282.862C889.67 282.862 891.303 281.19 891.303 279.128C891.303 277.066 889.67 275.394 887.656 275.394C885.642 275.394 884.009 277.066 884.009 279.128C884.009 281.19 885.642 282.862 887.656 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 282.862C920.942 282.862 922.575 281.19 922.575 279.128C922.575 277.066 920.942 275.394 918.927 275.394C916.913 275.394 915.28 277.066 915.28 279.128C915.28 281.19 916.913 282.862 918.927 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 282.862C952.213 282.862 953.846 281.19 953.846 279.128C953.846 277.066 952.213 275.394 950.199 275.394C948.184 275.394 946.551 277.066 946.551 279.128C946.551 281.19 948.184 282.862 950.199 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 314.666C764.592 314.666 766.225 312.994 766.225 310.932C766.225 308.869 764.592 307.198 762.577 307.198C760.563 307.198 758.93 308.869 758.93 310.932C758.93 312.994 760.563 314.666 762.577 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 314.666C795.863 314.666 797.496 312.994 797.496 310.932C797.496 308.869 795.863 307.198 793.849 307.198C791.834 307.198 790.201 308.869 790.201 310.932C790.201 312.994 791.834 314.666 793.849 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 314.666C827.134 314.666 828.767 312.994 828.767 310.932C828.767 308.869 827.134 307.198 825.12 307.198C823.106 307.198 821.473 308.869 821.473 310.932C821.473 312.994 823.106 314.666 825.12 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 310.932C860.039 312.995 858.407 314.666 856.392 314.666C854.376 314.666 852.744 312.995 852.744 310.932C852.744 308.869 854.376 307.198 856.392 307.198C858.407 307.198 860.039 308.869 860.039 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 314.666C889.67 314.666 891.303 312.994 891.303 310.932C891.303 308.869 889.67 307.198 887.656 307.198C885.642 307.198 884.009 308.869 884.009 310.932C884.009 312.994 885.642 314.666 887.656 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 314.666C920.942 314.666 922.575 312.994 922.575 310.932C922.575 308.869 920.942 307.198 918.927 307.198C916.913 307.198 915.28 308.869 915.28 310.932C915.28 312.994 916.913 314.666 918.927 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 314.666C952.213 314.666 953.846 312.994 953.846 310.932C953.846 308.869 952.213 307.198 950.199 307.198C948.184 307.198 946.551 308.869 946.551 310.932C946.551 312.994 948.184 314.666 950.199 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip16_26_3867)'%3E%3Cpath d='M913.444 155.031C915.458 155.031 917.091 153.359 917.091 151.297C917.091 149.235 915.458 147.563 913.444 147.563C911.43 147.563 909.797 149.235 909.797 151.297C909.797 153.359 911.43 155.031 913.444 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 155.031C946.73 155.031 948.363 153.359 948.363 151.297C948.363 149.235 946.73 147.563 944.715 147.563C942.701 147.563 941.068 149.235 941.068 151.297C941.068 153.359 942.701 155.031 944.715 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 155.031C978.001 155.031 979.634 153.359 979.634 151.297C979.634 149.235 978.001 147.563 975.987 147.563C973.972 147.563 972.339 149.235 972.339 151.297C972.339 153.359 973.972 155.031 975.987 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 151.297C1010.91 153.36 1009.27 155.031 1007.26 155.031C1005.24 155.031 1003.61 153.36 1003.61 151.297C1003.61 149.234 1005.24 147.563 1007.26 147.563C1009.27 147.563 1010.91 149.234 1010.91 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 155.031C1040.54 155.031 1042.17 153.359 1042.17 151.297C1042.17 149.235 1040.54 147.563 1038.52 147.563C1036.51 147.563 1034.88 149.235 1034.88 151.297C1034.88 153.359 1036.51 155.031 1038.52 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 155.031C1071.81 155.031 1073.44 153.359 1073.44 151.297C1073.44 149.235 1071.81 147.563 1069.79 147.563C1067.78 147.563 1066.15 149.235 1066.15 151.297C1066.15 153.359 1067.78 155.031 1069.79 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 155.031C1103.08 155.031 1104.71 153.359 1104.71 151.297C1104.71 149.235 1103.08 147.563 1101.07 147.563C1099.05 147.563 1097.42 149.235 1097.42 151.297C1097.42 153.359 1099.05 155.031 1101.07 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 187.037C915.458 187.037 917.091 185.366 917.091 183.304C917.091 181.241 915.458 179.57 913.444 179.57C911.43 179.57 909.797 181.241 909.797 183.304C909.797 185.366 911.43 187.037 913.444 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 187.037C946.73 187.037 948.363 185.366 948.363 183.304C948.363 181.241 946.73 179.57 944.715 179.57C942.701 179.57 941.068 181.241 941.068 183.304C941.068 185.366 942.701 187.037 944.715 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 187.037C978.001 187.037 979.634 185.366 979.634 183.304C979.634 181.241 978.001 179.57 975.987 179.57C973.972 179.57 972.339 181.241 972.339 183.304C972.339 185.366 973.972 187.037 975.987 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 183.304C1010.91 185.367 1009.27 187.037 1007.26 187.037C1005.24 187.037 1003.61 185.367 1003.61 183.304C1003.61 181.241 1005.24 179.57 1007.26 179.57C1009.27 179.57 1010.91 181.241 1010.91 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 187.037C1040.54 187.037 1042.17 185.366 1042.17 183.304C1042.17 181.241 1040.54 179.57 1038.52 179.57C1036.51 179.57 1034.88 181.241 1034.88 183.304C1034.88 185.366 1036.51 187.037 1038.52 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 187.037C1071.81 187.037 1073.44 185.366 1073.44 183.304C1073.44 181.241 1071.81 179.57 1069.79 179.57C1067.78 179.57 1066.15 181.241 1066.15 183.304C1066.15 185.366 1067.78 187.037 1069.79 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 187.037C1103.08 187.037 1104.71 185.366 1104.71 183.304C1104.71 181.241 1103.08 179.57 1101.07 179.57C1099.05 179.57 1097.42 181.241 1097.42 183.304C1097.42 185.366 1099.05 187.037 1101.07 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 218.841C915.458 218.841 917.091 217.169 917.091 215.107C917.091 213.045 915.458 211.373 913.444 211.373C911.43 211.373 909.797 213.045 909.797 215.107C909.797 217.169 911.43 218.841 913.444 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 218.841C946.73 218.841 948.363 217.169 948.363 215.107C948.363 213.045 946.73 211.373 944.715 211.373C942.701 211.373 941.068 213.045 941.068 215.107C941.068 217.169 942.701 218.841 944.715 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 218.841C978.001 218.841 979.634 217.169 979.634 215.107C979.634 213.045 978.001 211.373 975.987 211.373C973.972 211.373 972.339 213.045 972.339 215.107C972.339 217.169 973.972 218.841 975.987 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 215.107C1010.91 217.17 1009.27 218.841 1007.26 218.841C1005.24 218.841 1003.61 217.17 1003.61 215.107C1003.61 213.044 1005.24 211.373 1007.26 211.373C1009.27 211.373 1010.91 213.044 1010.91 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 218.841C1040.54 218.841 1042.17 217.169 1042.17 215.107C1042.17 213.045 1040.54 211.373 1038.52 211.373C1036.51 211.373 1034.88 213.045 1034.88 215.107C1034.88 217.169 1036.51 218.841 1038.52 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 218.841C1071.81 218.841 1073.44 217.169 1073.44 215.107C1073.44 213.045 1071.81 211.373 1069.79 211.373C1067.78 211.373 1066.15 213.045 1066.15 215.107C1066.15 217.169 1067.78 218.841 1069.79 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 218.841C1103.08 218.841 1104.71 217.169 1104.71 215.107C1104.71 213.045 1103.08 211.373 1101.07 211.373C1099.05 211.373 1097.42 213.045 1097.42 215.107C1097.42 217.169 1099.05 218.841 1101.07 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 250.855C915.458 250.855 917.091 249.183 917.091 247.121C917.091 245.059 915.458 243.387 913.444 243.387C911.43 243.387 909.797 245.059 909.797 247.121C909.797 249.183 911.43 250.855 913.444 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 250.855C946.73 250.855 948.363 249.183 948.363 247.121C948.363 245.059 946.73 243.387 944.715 243.387C942.701 243.387 941.068 245.059 941.068 247.121C941.068 249.183 942.701 250.855 944.715 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 250.855C978.001 250.855 979.634 249.183 979.634 247.121C979.634 245.059 978.001 243.387 975.987 243.387C973.972 243.387 972.339 245.059 972.339 247.121C972.339 249.183 973.972 250.855 975.987 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 247.121C1010.91 249.184 1009.27 250.855 1007.26 250.855C1005.24 250.855 1003.61 249.184 1003.61 247.121C1003.61 245.058 1005.24 243.387 1007.26 243.387C1009.27 243.387 1010.91 245.058 1010.91 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 250.855C1040.54 250.855 1042.17 249.183 1042.17 247.121C1042.17 245.059 1040.54 243.387 1038.52 243.387C1036.51 243.387 1034.88 245.059 1034.88 247.121C1034.88 249.183 1036.51 250.855 1038.52 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 250.855C1071.81 250.855 1073.44 249.183 1073.44 247.121C1073.44 245.059 1071.81 243.387 1069.79 243.387C1067.78 243.387 1066.15 245.059 1066.15 247.121C1066.15 249.183 1067.78 250.855 1069.79 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 250.855C1103.08 250.855 1104.71 249.183 1104.71 247.121C1104.71 245.059 1103.08 243.387 1101.07 243.387C1099.05 243.387 1097.42 245.059 1097.42 247.121C1097.42 249.183 1099.05 250.855 1101.07 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 282.862C915.458 282.862 917.091 281.19 917.091 279.128C917.091 277.066 915.458 275.394 913.444 275.394C911.43 275.394 909.797 277.066 909.797 279.128C909.797 281.19 911.43 282.862 913.444 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 282.862C946.73 282.862 948.363 281.19 948.363 279.128C948.363 277.066 946.73 275.394 944.715 275.394C942.701 275.394 941.068 277.066 941.068 279.128C941.068 281.19 942.701 282.862 944.715 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 282.862C978.001 282.862 979.634 281.19 979.634 279.128C979.634 277.066 978.001 275.394 975.987 275.394C973.972 275.394 972.339 277.066 972.339 279.128C972.339 281.19 973.972 282.862 975.987 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 279.128C1010.91 281.191 1009.27 282.862 1007.26 282.862C1005.24 282.862 1003.61 281.191 1003.61 279.128C1003.61 277.065 1005.24 275.394 1007.26 275.394C1009.27 275.394 1010.91 277.065 1010.91 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 282.862C1040.54 282.862 1042.17 281.19 1042.17 279.128C1042.17 277.066 1040.54 275.394 1038.52 275.394C1036.51 275.394 1034.88 277.066 1034.88 279.128C1034.88 281.19 1036.51 282.862 1038.52 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 282.862C1071.81 282.862 1073.44 281.19 1073.44 279.128C1073.44 277.066 1071.81 275.394 1069.79 275.394C1067.78 275.394 1066.15 277.066 1066.15 279.128C1066.15 281.19 1067.78 282.862 1069.79 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 282.862C1103.08 282.862 1104.71 281.19 1104.71 279.128C1104.71 277.066 1103.08 275.394 1101.07 275.394C1099.05 275.394 1097.42 277.066 1097.42 279.128C1097.42 281.19 1099.05 282.862 1101.07 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 314.666C915.458 314.666 917.091 312.994 917.091 310.932C917.091 308.869 915.458 307.198 913.444 307.198C911.43 307.198 909.797 308.869 909.797 310.932C909.797 312.994 911.43 314.666 913.444 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 314.666C946.73 314.666 948.363 312.994 948.363 310.932C948.363 308.869 946.73 307.198 944.715 307.198C942.701 307.198 941.068 308.869 941.068 310.932C941.068 312.994 942.701 314.666 944.715 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 314.666C978.001 314.666 979.634 312.994 979.634 310.932C979.634 308.869 978.001 307.198 975.987 307.198C973.972 307.198 972.339 308.869 972.339 310.932C972.339 312.994 973.972 314.666 975.987 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 310.932C1010.91 312.995 1009.27 314.666 1007.26 314.666C1005.24 314.666 1003.61 312.995 1003.61 310.932C1003.61 308.869 1005.24 307.198 1007.26 307.198C1009.27 307.198 1010.91 308.869 1010.91 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 314.666C1040.54 314.666 1042.17 312.994 1042.17 310.932C1042.17 308.869 1040.54 307.198 1038.52 307.198C1036.51 307.198 1034.88 308.869 1034.88 310.932C1034.88 312.994 1036.51 314.666 1038.52 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 314.666C1071.81 314.666 1073.44 312.994 1073.44 310.932C1073.44 308.869 1071.81 307.198 1069.79 307.198C1067.78 307.198 1066.15 308.869 1066.15 310.932C1066.15 312.994 1067.78 314.666 1069.79 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 314.666C1103.08 314.666 1104.71 312.994 1104.71 310.932C1104.71 308.869 1103.08 307.198 1101.07 307.198C1099.05 307.198 1097.42 308.869 1097.42 310.932C1097.42 312.994 1099.05 314.666 1101.07 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip17_26_3867)'%3E%3Cpath d='M1067.49 155.031C1069.5 155.031 1071.14 153.359 1071.14 151.297C1071.14 149.235 1069.5 147.563 1067.49 147.563C1065.47 147.563 1063.84 149.235 1063.84 151.297C1063.84 153.359 1065.47 155.031 1067.49 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 155.031C1100.77 155.031 1102.41 153.359 1102.41 151.297C1102.41 149.235 1100.77 147.563 1098.76 147.563C1096.75 147.563 1095.11 149.235 1095.11 151.297C1095.11 153.359 1096.75 155.031 1098.76 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 155.031C1132.05 155.031 1133.68 153.359 1133.68 151.297C1133.68 149.235 1132.05 147.563 1130.03 147.563C1128.02 147.563 1126.38 149.235 1126.38 151.297C1126.38 153.359 1128.02 155.031 1130.03 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 151.297C1164.95 153.36 1163.32 155.031 1161.3 155.031C1159.29 155.031 1157.66 153.36 1157.66 151.297C1157.66 149.234 1159.29 147.563 1161.3 147.563C1163.32 147.563 1164.95 149.234 1164.95 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 155.031C1194.58 155.031 1196.22 153.359 1196.22 151.297C1196.22 149.235 1194.58 147.563 1192.57 147.563C1190.55 147.563 1188.92 149.235 1188.92 151.297C1188.92 153.359 1190.55 155.031 1192.57 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 155.031C1225.85 155.031 1227.49 153.359 1227.49 151.297C1227.49 149.235 1225.85 147.563 1223.84 147.563C1221.82 147.563 1220.19 149.235 1220.19 151.297C1220.19 153.359 1221.82 155.031 1223.84 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 155.031C1257.12 155.031 1258.76 153.359 1258.76 151.297C1258.76 149.235 1257.12 147.563 1255.11 147.563C1253.1 147.563 1251.46 149.235 1251.46 151.297C1251.46 153.359 1253.1 155.031 1255.11 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 187.037C1069.5 187.037 1071.14 185.366 1071.14 183.304C1071.14 181.241 1069.5 179.57 1067.49 179.57C1065.47 179.57 1063.84 181.241 1063.84 183.304C1063.84 185.366 1065.47 187.037 1067.49 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 187.037C1100.77 187.037 1102.41 185.366 1102.41 183.304C1102.41 181.241 1100.77 179.57 1098.76 179.57C1096.75 179.57 1095.11 181.241 1095.11 183.304C1095.11 185.366 1096.75 187.037 1098.76 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 187.037C1132.05 187.037 1133.68 185.366 1133.68 183.304C1133.68 181.241 1132.05 179.57 1130.03 179.57C1128.02 179.57 1126.38 181.241 1126.38 183.304C1126.38 185.366 1128.02 187.037 1130.03 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 183.304C1164.95 185.367 1163.32 187.037 1161.3 187.037C1159.29 187.037 1157.66 185.367 1157.66 183.304C1157.66 181.241 1159.29 179.57 1161.3 179.57C1163.32 179.57 1164.95 181.241 1164.95 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 187.037C1194.58 187.037 1196.22 185.366 1196.22 183.304C1196.22 181.241 1194.58 179.57 1192.57 179.57C1190.55 179.57 1188.92 181.241 1188.92 183.304C1188.92 185.366 1190.55 187.037 1192.57 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 187.037C1225.85 187.037 1227.49 185.366 1227.49 183.304C1227.49 181.241 1225.85 179.57 1223.84 179.57C1221.82 179.57 1220.19 181.241 1220.19 183.304C1220.19 185.366 1221.82 187.037 1223.84 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 187.037C1257.12 187.037 1258.76 185.366 1258.76 183.304C1258.76 181.241 1257.12 179.57 1255.11 179.57C1253.1 179.57 1251.46 181.241 1251.46 183.304C1251.46 185.366 1253.1 187.037 1255.11 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 218.841C1069.5 218.841 1071.14 217.169 1071.14 215.107C1071.14 213.045 1069.5 211.373 1067.49 211.373C1065.47 211.373 1063.84 213.045 1063.84 215.107C1063.84 217.169 1065.47 218.841 1067.49 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 218.841C1100.77 218.841 1102.41 217.169 1102.41 215.107C1102.41 213.045 1100.77 211.373 1098.76 211.373C1096.75 211.373 1095.11 213.045 1095.11 215.107C1095.11 217.169 1096.75 218.841 1098.76 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 218.841C1132.05 218.841 1133.68 217.169 1133.68 215.107C1133.68 213.045 1132.05 211.373 1130.03 211.373C1128.02 211.373 1126.38 213.045 1126.38 215.107C1126.38 217.169 1128.02 218.841 1130.03 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 215.107C1164.95 217.17 1163.32 218.841 1161.3 218.841C1159.29 218.841 1157.66 217.17 1157.66 215.107C1157.66 213.044 1159.29 211.373 1161.3 211.373C1163.32 211.373 1164.95 213.044 1164.95 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 218.841C1194.58 218.841 1196.22 217.169 1196.22 215.107C1196.22 213.045 1194.58 211.373 1192.57 211.373C1190.55 211.373 1188.92 213.045 1188.92 215.107C1188.92 217.169 1190.55 218.841 1192.57 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 218.841C1225.85 218.841 1227.49 217.169 1227.49 215.107C1227.49 213.045 1225.85 211.373 1223.84 211.373C1221.82 211.373 1220.19 213.045 1220.19 215.107C1220.19 217.169 1221.82 218.841 1223.84 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 218.841C1257.12 218.841 1258.76 217.169 1258.76 215.107C1258.76 213.045 1257.12 211.373 1255.11 211.373C1253.1 211.373 1251.46 213.045 1251.46 215.107C1251.46 217.169 1253.1 218.841 1255.11 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 250.855C1069.5 250.855 1071.14 249.183 1071.14 247.121C1071.14 245.059 1069.5 243.387 1067.49 243.387C1065.47 243.387 1063.84 245.059 1063.84 247.121C1063.84 249.183 1065.47 250.855 1067.49 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 250.855C1100.77 250.855 1102.41 249.183 1102.41 247.121C1102.41 245.059 1100.77 243.387 1098.76 243.387C1096.75 243.387 1095.11 245.059 1095.11 247.121C1095.11 249.183 1096.75 250.855 1098.76 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 250.855C1132.05 250.855 1133.68 249.183 1133.68 247.121C1133.68 245.059 1132.05 243.387 1130.03 243.387C1128.02 243.387 1126.38 245.059 1126.38 247.121C1126.38 249.183 1128.02 250.855 1130.03 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 247.121C1164.95 249.184 1163.32 250.855 1161.3 250.855C1159.29 250.855 1157.66 249.184 1157.66 247.121C1157.66 245.058 1159.29 243.387 1161.3 243.387C1163.32 243.387 1164.95 245.058 1164.95 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 250.855C1194.58 250.855 1196.22 249.183 1196.22 247.121C1196.22 245.059 1194.58 243.387 1192.57 243.387C1190.55 243.387 1188.92 245.059 1188.92 247.121C1188.92 249.183 1190.55 250.855 1192.57 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 250.855C1225.85 250.855 1227.49 249.183 1227.49 247.121C1227.49 245.059 1225.85 243.387 1223.84 243.387C1221.82 243.387 1220.19 245.059 1220.19 247.121C1220.19 249.183 1221.82 250.855 1223.84 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 250.855C1257.12 250.855 1258.76 249.183 1258.76 247.121C1258.76 245.059 1257.12 243.387 1255.11 243.387C1253.1 243.387 1251.46 245.059 1251.46 247.121C1251.46 249.183 1253.1 250.855 1255.11 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 282.862C1069.5 282.862 1071.14 281.19 1071.14 279.128C1071.14 277.066 1069.5 275.394 1067.49 275.394C1065.47 275.394 1063.84 277.066 1063.84 279.128C1063.84 281.19 1065.47 282.862 1067.49 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 282.862C1100.77 282.862 1102.41 281.19 1102.41 279.128C1102.41 277.066 1100.77 275.394 1098.76 275.394C1096.75 275.394 1095.11 277.066 1095.11 279.128C1095.11 281.19 1096.75 282.862 1098.76 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 282.862C1132.05 282.862 1133.68 281.19 1133.68 279.128C1133.68 277.066 1132.05 275.394 1130.03 275.394C1128.02 275.394 1126.38 277.066 1126.38 279.128C1126.38 281.19 1128.02 282.862 1130.03 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 279.128C1164.95 281.191 1163.32 282.862 1161.3 282.862C1159.29 282.862 1157.66 281.191 1157.66 279.128C1157.66 277.065 1159.29 275.394 1161.3 275.394C1163.32 275.394 1164.95 277.065 1164.95 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 282.862C1194.58 282.862 1196.22 281.19 1196.22 279.128C1196.22 277.066 1194.58 275.394 1192.57 275.394C1190.55 275.394 1188.92 277.066 1188.92 279.128C1188.92 281.19 1190.55 282.862 1192.57 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 282.862C1225.85 282.862 1227.49 281.19 1227.49 279.128C1227.49 277.066 1225.85 275.394 1223.84 275.394C1221.82 275.394 1220.19 277.066 1220.19 279.128C1220.19 281.19 1221.82 282.862 1223.84 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 282.862C1257.12 282.862 1258.76 281.19 1258.76 279.128C1258.76 277.066 1257.12 275.394 1255.11 275.394C1253.1 275.394 1251.46 277.066 1251.46 279.128C1251.46 281.19 1253.1 282.862 1255.11 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 314.666C1069.5 314.666 1071.14 312.994 1071.14 310.932C1071.14 308.869 1069.5 307.198 1067.49 307.198C1065.47 307.198 1063.84 308.869 1063.84 310.932C1063.84 312.994 1065.47 314.666 1067.49 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 314.666C1100.77 314.666 1102.41 312.994 1102.41 310.932C1102.41 308.869 1100.77 307.198 1098.76 307.198C1096.75 307.198 1095.11 308.869 1095.11 310.932C1095.11 312.994 1096.75 314.666 1098.76 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 314.666C1132.05 314.666 1133.68 312.994 1133.68 310.932C1133.68 308.869 1132.05 307.198 1130.03 307.198C1128.02 307.198 1126.38 308.869 1126.38 310.932C1126.38 312.994 1128.02 314.666 1130.03 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 310.932C1164.95 312.995 1163.32 314.666 1161.3 314.666C1159.29 314.666 1157.66 312.995 1157.66 310.932C1157.66 308.869 1159.29 307.198 1161.3 307.198C1163.32 307.198 1164.95 308.869 1164.95 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 314.666C1194.58 314.666 1196.22 312.994 1196.22 310.932C1196.22 308.869 1194.58 307.198 1192.57 307.198C1190.55 307.198 1188.92 308.869 1188.92 310.932C1188.92 312.994 1190.55 314.666 1192.57 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 314.666C1225.85 314.666 1227.49 312.994 1227.49 310.932C1227.49 308.869 1225.85 307.198 1223.84 307.198C1221.82 307.198 1220.19 308.869 1220.19 310.932C1220.19 312.994 1221.82 314.666 1223.84 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 314.666C1257.12 314.666 1258.76 312.994 1258.76 310.932C1258.76 308.869 1257.12 307.198 1255.11 307.198C1253.1 307.198 1251.46 308.869 1251.46 310.932C1251.46 312.994 1253.1 314.666 1255.11 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip18_26_3867)'%3E%3Cpath d='M1216.7 155.031C1218.72 155.031 1220.35 153.359 1220.35 151.297C1220.35 149.235 1218.72 147.563 1216.7 147.563C1214.69 147.563 1213.06 149.235 1213.06 151.297C1213.06 153.359 1214.69 155.031 1216.7 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 155.031C1249.99 155.031 1251.62 153.359 1251.62 151.297C1251.62 149.235 1249.99 147.563 1247.98 147.563C1245.96 147.563 1244.33 149.235 1244.33 151.297C1244.33 153.359 1245.96 155.031 1247.98 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 155.031C1281.26 155.031 1282.89 153.359 1282.89 151.297C1282.89 149.235 1281.26 147.563 1279.25 147.563C1277.23 147.563 1275.6 149.235 1275.6 151.297C1275.6 153.359 1277.23 155.031 1279.25 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 151.297C1314.17 153.36 1312.53 155.031 1310.52 155.031C1308.5 155.031 1306.87 153.36 1306.87 151.297C1306.87 149.234 1308.5 147.563 1310.52 147.563C1312.53 147.563 1314.17 149.234 1314.17 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 155.031C1343.8 155.031 1345.43 153.359 1345.43 151.297C1345.43 149.235 1343.8 147.563 1341.78 147.563C1339.77 147.563 1338.14 149.235 1338.14 151.297C1338.14 153.359 1339.77 155.031 1341.78 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 155.031C1375.07 155.031 1376.7 153.359 1376.7 151.297C1376.7 149.235 1375.07 147.563 1373.05 147.563C1371.04 147.563 1369.41 149.235 1369.41 151.297C1369.41 153.359 1371.04 155.031 1373.05 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 155.031C1406.34 155.031 1407.97 153.359 1407.97 151.297C1407.97 149.235 1406.34 147.563 1404.32 147.563C1402.31 147.563 1400.68 149.235 1400.68 151.297C1400.68 153.359 1402.31 155.031 1404.32 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 187.037C1218.72 187.037 1220.35 185.366 1220.35 183.304C1220.35 181.241 1218.72 179.57 1216.7 179.57C1214.69 179.57 1213.06 181.241 1213.06 183.304C1213.06 185.366 1214.69 187.037 1216.7 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 187.037C1249.99 187.037 1251.62 185.366 1251.62 183.304C1251.62 181.241 1249.99 179.57 1247.98 179.57C1245.96 179.57 1244.33 181.241 1244.33 183.304C1244.33 185.366 1245.96 187.037 1247.98 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 187.037C1281.26 187.037 1282.89 185.366 1282.89 183.304C1282.89 181.241 1281.26 179.57 1279.25 179.57C1277.23 179.57 1275.6 181.241 1275.6 183.304C1275.6 185.366 1277.23 187.037 1279.25 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 183.304C1314.17 185.367 1312.53 187.037 1310.52 187.037C1308.5 187.037 1306.87 185.367 1306.87 183.304C1306.87 181.241 1308.5 179.57 1310.52 179.57C1312.53 179.57 1314.17 181.241 1314.17 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 187.037C1343.8 187.037 1345.43 185.366 1345.43 183.304C1345.43 181.241 1343.8 179.57 1341.78 179.57C1339.77 179.57 1338.14 181.241 1338.14 183.304C1338.14 185.366 1339.77 187.037 1341.78 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 187.037C1375.07 187.037 1376.7 185.366 1376.7 183.304C1376.7 181.241 1375.07 179.57 1373.05 179.57C1371.04 179.57 1369.41 181.241 1369.41 183.304C1369.41 185.366 1371.04 187.037 1373.05 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 187.037C1406.34 187.037 1407.97 185.366 1407.97 183.304C1407.97 181.241 1406.34 179.57 1404.32 179.57C1402.31 179.57 1400.68 181.241 1400.68 183.304C1400.68 185.366 1402.31 187.037 1404.32 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 218.841C1218.72 218.841 1220.35 217.169 1220.35 215.107C1220.35 213.045 1218.72 211.373 1216.7 211.373C1214.69 211.373 1213.06 213.045 1213.06 215.107C1213.06 217.169 1214.69 218.841 1216.7 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 218.841C1249.99 218.841 1251.62 217.169 1251.62 215.107C1251.62 213.045 1249.99 211.373 1247.98 211.373C1245.96 211.373 1244.33 213.045 1244.33 215.107C1244.33 217.169 1245.96 218.841 1247.98 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 218.841C1281.26 218.841 1282.89 217.169 1282.89 215.107C1282.89 213.045 1281.26 211.373 1279.25 211.373C1277.23 211.373 1275.6 213.045 1275.6 215.107C1275.6 217.169 1277.23 218.841 1279.25 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 215.107C1314.17 217.17 1312.53 218.841 1310.52 218.841C1308.5 218.841 1306.87 217.17 1306.87 215.107C1306.87 213.044 1308.5 211.373 1310.52 211.373C1312.53 211.373 1314.17 213.044 1314.17 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 218.841C1343.8 218.841 1345.43 217.169 1345.43 215.107C1345.43 213.045 1343.8 211.373 1341.78 211.373C1339.77 211.373 1338.14 213.045 1338.14 215.107C1338.14 217.169 1339.77 218.841 1341.78 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 218.841C1375.07 218.841 1376.7 217.169 1376.7 215.107C1376.7 213.045 1375.07 211.373 1373.05 211.373C1371.04 211.373 1369.41 213.045 1369.41 215.107C1369.41 217.169 1371.04 218.841 1373.05 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 218.841C1406.34 218.841 1407.97 217.169 1407.97 215.107C1407.97 213.045 1406.34 211.373 1404.32 211.373C1402.31 211.373 1400.68 213.045 1400.68 215.107C1400.68 217.169 1402.31 218.841 1404.32 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 250.855C1218.72 250.855 1220.35 249.183 1220.35 247.121C1220.35 245.059 1218.72 243.387 1216.7 243.387C1214.69 243.387 1213.06 245.059 1213.06 247.121C1213.06 249.183 1214.69 250.855 1216.7 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 250.855C1249.99 250.855 1251.62 249.183 1251.62 247.121C1251.62 245.059 1249.99 243.387 1247.98 243.387C1245.96 243.387 1244.33 245.059 1244.33 247.121C1244.33 249.183 1245.96 250.855 1247.98 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 250.855C1281.26 250.855 1282.89 249.183 1282.89 247.121C1282.89 245.059 1281.26 243.387 1279.25 243.387C1277.23 243.387 1275.6 245.059 1275.6 247.121C1275.6 249.183 1277.23 250.855 1279.25 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 247.121C1314.17 249.184 1312.53 250.855 1310.52 250.855C1308.5 250.855 1306.87 249.184 1306.87 247.121C1306.87 245.058 1308.5 243.387 1310.52 243.387C1312.53 243.387 1314.17 245.058 1314.17 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 250.855C1343.8 250.855 1345.43 249.183 1345.43 247.121C1345.43 245.059 1343.8 243.387 1341.78 243.387C1339.77 243.387 1338.14 245.059 1338.14 247.121C1338.14 249.183 1339.77 250.855 1341.78 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 250.855C1375.07 250.855 1376.7 249.183 1376.7 247.121C1376.7 245.059 1375.07 243.387 1373.05 243.387C1371.04 243.387 1369.41 245.059 1369.41 247.121C1369.41 249.183 1371.04 250.855 1373.05 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 250.855C1406.34 250.855 1407.97 249.183 1407.97 247.121C1407.97 245.059 1406.34 243.387 1404.32 243.387C1402.31 243.387 1400.68 245.059 1400.68 247.121C1400.68 249.183 1402.31 250.855 1404.32 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 282.862C1218.72 282.862 1220.35 281.19 1220.35 279.128C1220.35 277.066 1218.72 275.394 1216.7 275.394C1214.69 275.394 1213.06 277.066 1213.06 279.128C1213.06 281.19 1214.69 282.862 1216.7 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 282.862C1249.99 282.862 1251.62 281.19 1251.62 279.128C1251.62 277.066 1249.99 275.394 1247.98 275.394C1245.96 275.394 1244.33 277.066 1244.33 279.128C1244.33 281.19 1245.96 282.862 1247.98 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 282.862C1281.26 282.862 1282.89 281.19 1282.89 279.128C1282.89 277.066 1281.26 275.394 1279.25 275.394C1277.23 275.394 1275.6 277.066 1275.6 279.128C1275.6 281.19 1277.23 282.862 1279.25 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 279.128C1314.17 281.191 1312.53 282.862 1310.52 282.862C1308.5 282.862 1306.87 281.191 1306.87 279.128C1306.87 277.065 1308.5 275.394 1310.52 275.394C1312.53 275.394 1314.17 277.065 1314.17 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 282.862C1343.8 282.862 1345.43 281.19 1345.43 279.128C1345.43 277.066 1343.8 275.394 1341.78 275.394C1339.77 275.394 1338.14 277.066 1338.14 279.128C1338.14 281.19 1339.77 282.862 1341.78 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 282.862C1375.07 282.862 1376.7 281.19 1376.7 279.128C1376.7 277.066 1375.07 275.394 1373.05 275.394C1371.04 275.394 1369.41 277.066 1369.41 279.128C1369.41 281.19 1371.04 282.862 1373.05 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 282.862C1406.34 282.862 1407.97 281.19 1407.97 279.128C1407.97 277.066 1406.34 275.394 1404.32 275.394C1402.31 275.394 1400.68 277.066 1400.68 279.128C1400.68 281.19 1402.31 282.862 1404.32 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 314.666C1218.72 314.666 1220.35 312.994 1220.35 310.932C1220.35 308.869 1218.72 307.198 1216.7 307.198C1214.69 307.198 1213.06 308.869 1213.06 310.932C1213.06 312.994 1214.69 314.666 1216.7 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 314.666C1249.99 314.666 1251.62 312.994 1251.62 310.932C1251.62 308.869 1249.99 307.198 1247.98 307.198C1245.96 307.198 1244.33 308.869 1244.33 310.932C1244.33 312.994 1245.96 314.666 1247.98 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 314.666C1281.26 314.666 1282.89 312.994 1282.89 310.932C1282.89 308.869 1281.26 307.198 1279.25 307.198C1277.23 307.198 1275.6 308.869 1275.6 310.932C1275.6 312.994 1277.23 314.666 1279.25 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 310.932C1314.17 312.995 1312.53 314.666 1310.52 314.666C1308.5 314.666 1306.87 312.995 1306.87 310.932C1306.87 308.869 1308.5 307.198 1310.52 307.198C1312.53 307.198 1314.17 308.869 1314.17 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 314.666C1343.8 314.666 1345.43 312.994 1345.43 310.932C1345.43 308.869 1343.8 307.198 1341.78 307.198C1339.77 307.198 1338.14 308.869 1338.14 310.932C1338.14 312.994 1339.77 314.666 1341.78 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 314.666C1375.07 314.666 1376.7 312.994 1376.7 310.932C1376.7 308.869 1375.07 307.198 1373.05 307.198C1371.04 307.198 1369.41 308.869 1369.41 310.932C1369.41 312.994 1371.04 314.666 1373.05 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 314.666C1406.34 314.666 1407.97 312.994 1407.97 310.932C1407.97 308.869 1406.34 307.198 1404.32 307.198C1402.31 307.198 1400.68 308.869 1400.68 310.932C1400.68 312.994 1402.31 314.666 1404.32 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip19_26_3867)'%3E%3Cpath d='M1366.49 155.031C1368.5 155.031 1370.14 153.359 1370.14 151.297C1370.14 149.235 1368.5 147.563 1366.49 147.563C1364.47 147.563 1362.84 149.235 1362.84 151.297C1362.84 153.359 1364.47 155.031 1366.49 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 155.031C1399.77 155.031 1401.41 153.359 1401.41 151.297C1401.41 149.235 1399.77 147.563 1397.76 147.563C1395.75 147.563 1394.11 149.235 1394.11 151.297C1394.11 153.359 1395.75 155.031 1397.76 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 155.031C1431.05 155.031 1432.68 153.359 1432.68 151.297C1432.68 149.235 1431.05 147.563 1429.03 147.563C1427.02 147.563 1425.38 149.235 1425.38 151.297C1425.38 153.359 1427.02 155.031 1429.03 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 151.297C1463.95 153.36 1462.32 155.031 1460.3 155.031C1458.29 155.031 1456.66 153.36 1456.66 151.297C1456.66 149.234 1458.29 147.563 1460.3 147.563C1462.32 147.563 1463.95 149.234 1463.95 151.297Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 155.031C1493.58 155.031 1495.22 153.359 1495.22 151.297C1495.22 149.235 1493.58 147.563 1491.57 147.563C1489.55 147.563 1487.92 149.235 1487.92 151.297C1487.92 153.359 1489.55 155.031 1491.57 155.031Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 187.037C1368.5 187.037 1370.14 185.366 1370.14 183.304C1370.14 181.241 1368.5 179.57 1366.49 179.57C1364.47 179.57 1362.84 181.241 1362.84 183.304C1362.84 185.366 1364.47 187.037 1366.49 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 187.037C1399.77 187.037 1401.41 185.366 1401.41 183.304C1401.41 181.241 1399.77 179.57 1397.76 179.57C1395.75 179.57 1394.11 181.241 1394.11 183.304C1394.11 185.366 1395.75 187.037 1397.76 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 187.037C1431.05 187.037 1432.68 185.366 1432.68 183.304C1432.68 181.241 1431.05 179.57 1429.03 179.57C1427.02 179.57 1425.38 181.241 1425.38 183.304C1425.38 185.366 1427.02 187.037 1429.03 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 183.304C1463.95 185.367 1462.32 187.037 1460.3 187.037C1458.29 187.037 1456.66 185.367 1456.66 183.304C1456.66 181.241 1458.29 179.57 1460.3 179.57C1462.32 179.57 1463.95 181.241 1463.95 183.304Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 187.037C1493.58 187.037 1495.22 185.366 1495.22 183.304C1495.22 181.241 1493.58 179.57 1491.57 179.57C1489.55 179.57 1487.92 181.241 1487.92 183.304C1487.92 185.366 1489.55 187.037 1491.57 187.037Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 218.841C1368.5 218.841 1370.14 217.169 1370.14 215.107C1370.14 213.045 1368.5 211.373 1366.49 211.373C1364.47 211.373 1362.84 213.045 1362.84 215.107C1362.84 217.169 1364.47 218.841 1366.49 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 218.841C1399.77 218.841 1401.41 217.169 1401.41 215.107C1401.41 213.045 1399.77 211.373 1397.76 211.373C1395.75 211.373 1394.11 213.045 1394.11 215.107C1394.11 217.169 1395.75 218.841 1397.76 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 218.841C1431.05 218.841 1432.68 217.169 1432.68 215.107C1432.68 213.045 1431.05 211.373 1429.03 211.373C1427.02 211.373 1425.38 213.045 1425.38 215.107C1425.38 217.169 1427.02 218.841 1429.03 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 215.107C1463.95 217.17 1462.32 218.841 1460.3 218.841C1458.29 218.841 1456.66 217.17 1456.66 215.107C1456.66 213.044 1458.29 211.373 1460.3 211.373C1462.32 211.373 1463.95 213.044 1463.95 215.107Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 218.841C1493.58 218.841 1495.22 217.169 1495.22 215.107C1495.22 213.045 1493.58 211.373 1491.57 211.373C1489.55 211.373 1487.92 213.045 1487.92 215.107C1487.92 217.169 1489.55 218.841 1491.57 218.841Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 250.855C1368.5 250.855 1370.14 249.183 1370.14 247.121C1370.14 245.059 1368.5 243.387 1366.49 243.387C1364.47 243.387 1362.84 245.059 1362.84 247.121C1362.84 249.183 1364.47 250.855 1366.49 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 250.855C1399.77 250.855 1401.41 249.183 1401.41 247.121C1401.41 245.059 1399.77 243.387 1397.76 243.387C1395.75 243.387 1394.11 245.059 1394.11 247.121C1394.11 249.183 1395.75 250.855 1397.76 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 250.855C1431.05 250.855 1432.68 249.183 1432.68 247.121C1432.68 245.059 1431.05 243.387 1429.03 243.387C1427.02 243.387 1425.38 245.059 1425.38 247.121C1425.38 249.183 1427.02 250.855 1429.03 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 247.121C1463.95 249.184 1462.32 250.855 1460.3 250.855C1458.29 250.855 1456.66 249.184 1456.66 247.121C1456.66 245.058 1458.29 243.387 1460.3 243.387C1462.32 243.387 1463.95 245.058 1463.95 247.121Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 250.855C1493.58 250.855 1495.22 249.183 1495.22 247.121C1495.22 245.059 1493.58 243.387 1491.57 243.387C1489.55 243.387 1487.92 245.059 1487.92 247.121C1487.92 249.183 1489.55 250.855 1491.57 250.855Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 282.862C1368.5 282.862 1370.14 281.19 1370.14 279.128C1370.14 277.066 1368.5 275.394 1366.49 275.394C1364.47 275.394 1362.84 277.066 1362.84 279.128C1362.84 281.19 1364.47 282.862 1366.49 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 282.862C1399.77 282.862 1401.41 281.19 1401.41 279.128C1401.41 277.066 1399.77 275.394 1397.76 275.394C1395.75 275.394 1394.11 277.066 1394.11 279.128C1394.11 281.19 1395.75 282.862 1397.76 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 282.862C1431.05 282.862 1432.68 281.19 1432.68 279.128C1432.68 277.066 1431.05 275.394 1429.03 275.394C1427.02 275.394 1425.38 277.066 1425.38 279.128C1425.38 281.19 1427.02 282.862 1429.03 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 279.128C1463.95 281.191 1462.32 282.862 1460.3 282.862C1458.29 282.862 1456.66 281.191 1456.66 279.128C1456.66 277.065 1458.29 275.394 1460.3 275.394C1462.32 275.394 1463.95 277.065 1463.95 279.128Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 282.862C1493.58 282.862 1495.22 281.19 1495.22 279.128C1495.22 277.066 1493.58 275.394 1491.57 275.394C1489.55 275.394 1487.92 277.066 1487.92 279.128C1487.92 281.19 1489.55 282.862 1491.57 282.862Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 314.666C1368.5 314.666 1370.14 312.994 1370.14 310.932C1370.14 308.869 1368.5 307.198 1366.49 307.198C1364.47 307.198 1362.84 308.869 1362.84 310.932C1362.84 312.994 1364.47 314.666 1366.49 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 314.666C1399.77 314.666 1401.41 312.994 1401.41 310.932C1401.41 308.869 1399.77 307.198 1397.76 307.198C1395.75 307.198 1394.11 308.869 1394.11 310.932C1394.11 312.994 1395.75 314.666 1397.76 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 314.666C1431.05 314.666 1432.68 312.994 1432.68 310.932C1432.68 308.869 1431.05 307.198 1429.03 307.198C1427.02 307.198 1425.38 308.869 1425.38 310.932C1425.38 312.994 1427.02 314.666 1429.03 314.666Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 310.932C1463.95 312.995 1462.32 314.666 1460.3 314.666C1458.29 314.666 1456.66 312.995 1456.66 310.932C1456.66 308.869 1458.29 307.198 1460.3 307.198C1462.32 307.198 1463.95 308.869 1463.95 310.932Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 314.666C1493.58 314.666 1495.22 312.994 1495.22 310.932C1495.22 308.869 1493.58 307.198 1491.57 307.198C1489.55 307.198 1487.92 308.869 1487.92 310.932C1487.92 312.994 1489.55 314.666 1491.57 314.666Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip20_26_3867)'%3E%3Cpath d='M1067.49 1.30989C1069.5 1.30989 1071.14 -0.361829 1071.14 -2.424C1071.14 -4.48618 1069.5 -6.1579 1067.49 -6.1579C1065.47 -6.1579 1063.84 -4.48618 1063.84 -2.424C1063.84 -0.361829 1065.47 1.30989 1067.49 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 1.30989C1100.77 1.30989 1102.41 -0.361829 1102.41 -2.424C1102.41 -4.48618 1100.77 -6.1579 1098.76 -6.1579C1096.75 -6.1579 1095.11 -4.48618 1095.11 -2.424C1095.11 -0.361829 1096.75 1.30989 1098.76 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 1.30989C1132.05 1.30989 1133.68 -0.361829 1133.68 -2.424C1133.68 -4.48618 1132.05 -6.1579 1130.03 -6.1579C1128.02 -6.1579 1126.38 -4.48618 1126.38 -2.424C1126.38 -0.361829 1128.02 1.30989 1130.03 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 -2.424C1164.95 -0.360916 1163.32 1.30989 1161.3 1.30989C1159.29 1.30989 1157.66 -0.360916 1157.66 -2.424C1157.66 -4.48709 1159.29 -6.1579 1161.3 -6.1579C1163.32 -6.1579 1164.95 -4.48709 1164.95 -2.424Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 1.30989C1194.58 1.30989 1196.22 -0.361829 1196.22 -2.424C1196.22 -4.48618 1194.58 -6.1579 1192.57 -6.1579C1190.55 -6.1579 1188.92 -4.48618 1188.92 -2.424C1188.92 -0.361829 1190.55 1.30989 1192.57 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 1.30989C1225.85 1.30989 1227.49 -0.361829 1227.49 -2.424C1227.49 -4.48618 1225.85 -6.1579 1223.84 -6.1579C1221.82 -6.1579 1220.19 -4.48618 1220.19 -2.424C1220.19 -0.361829 1221.82 1.30989 1223.84 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 1.30989C1257.12 1.30989 1258.76 -0.361829 1258.76 -2.424C1258.76 -4.48618 1257.12 -6.1579 1255.11 -6.1579C1253.1 -6.1579 1251.46 -4.48618 1251.46 -2.424C1251.46 -0.361829 1253.1 1.30989 1255.11 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 33.3168C1069.5 33.3168 1071.14 31.6451 1071.14 29.5829C1071.14 27.5207 1069.5 25.849 1067.49 25.849C1065.47 25.849 1063.84 27.5207 1063.84 29.5829C1063.84 31.6451 1065.47 33.3168 1067.49 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 33.3168C1100.77 33.3168 1102.41 31.6451 1102.41 29.5829C1102.41 27.5207 1100.77 25.849 1098.76 25.849C1096.75 25.849 1095.11 27.5207 1095.11 29.5829C1095.11 31.6451 1096.75 33.3168 1098.76 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 33.3168C1132.05 33.3168 1133.68 31.6451 1133.68 29.5829C1133.68 27.5207 1132.05 25.849 1130.03 25.849C1128.02 25.849 1126.38 27.5207 1126.38 29.5829C1126.38 31.6451 1128.02 33.3168 1130.03 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 29.5829C1164.95 31.646 1163.32 33.3168 1161.3 33.3168C1159.29 33.3168 1157.66 31.646 1157.66 29.5829C1157.66 27.5198 1159.29 25.849 1161.3 25.849C1163.32 25.849 1164.95 27.5198 1164.95 29.5829Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 33.3168C1194.58 33.3168 1196.22 31.6451 1196.22 29.5829C1196.22 27.5207 1194.58 25.849 1192.57 25.849C1190.55 25.849 1188.92 27.5207 1188.92 29.5829C1188.92 31.6451 1190.55 33.3168 1192.57 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 33.3168C1225.85 33.3168 1227.49 31.6451 1227.49 29.5829C1227.49 27.5207 1225.85 25.849 1223.84 25.849C1221.82 25.849 1220.19 27.5207 1220.19 29.5829C1220.19 31.6451 1221.82 33.3168 1223.84 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 33.3168C1257.12 33.3168 1258.76 31.6451 1258.76 29.5829C1258.76 27.5207 1257.12 25.849 1255.11 25.849C1253.1 25.849 1251.46 27.5207 1251.46 29.5829C1251.46 31.6451 1253.1 33.3168 1255.11 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 65.1203C1069.5 65.1203 1071.14 63.4485 1071.14 61.3864C1071.14 59.3242 1069.5 57.6525 1067.49 57.6525C1065.47 57.6525 1063.84 59.3242 1063.84 61.3864C1063.84 63.4485 1065.47 65.1203 1067.49 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 65.1203C1100.77 65.1203 1102.41 63.4485 1102.41 61.3864C1102.41 59.3242 1100.77 57.6525 1098.76 57.6525C1096.75 57.6525 1095.11 59.3242 1095.11 61.3864C1095.11 63.4485 1096.75 65.1203 1098.76 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 65.1203C1132.05 65.1203 1133.68 63.4485 1133.68 61.3864C1133.68 59.3242 1132.05 57.6525 1130.03 57.6525C1128.02 57.6525 1126.38 59.3242 1126.38 61.3864C1126.38 63.4485 1128.02 65.1203 1130.03 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 61.3864C1164.95 63.4495 1163.32 65.1203 1161.3 65.1203C1159.29 65.1203 1157.66 63.4495 1157.66 61.3864C1157.66 59.3233 1159.29 57.6525 1161.3 57.6525C1163.32 57.6525 1164.95 59.3233 1164.95 61.3864Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 65.1203C1194.58 65.1203 1196.22 63.4485 1196.22 61.3864C1196.22 59.3242 1194.58 57.6525 1192.57 57.6525C1190.55 57.6525 1188.92 59.3242 1188.92 61.3864C1188.92 63.4485 1190.55 65.1203 1192.57 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 65.1203C1225.85 65.1203 1227.49 63.4485 1227.49 61.3864C1227.49 59.3242 1225.85 57.6525 1223.84 57.6525C1221.82 57.6525 1220.19 59.3242 1220.19 61.3864C1220.19 63.4485 1221.82 65.1203 1223.84 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 65.1203C1257.12 65.1203 1258.76 63.4485 1258.76 61.3864C1258.76 59.3242 1257.12 57.6525 1255.11 57.6525C1253.1 57.6525 1251.46 59.3242 1251.46 61.3864C1251.46 63.4485 1253.1 65.1203 1255.11 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 97.1344C1069.5 97.1344 1071.14 95.4627 1071.14 93.4005C1071.14 91.3383 1069.5 89.6666 1067.49 89.6666C1065.47 89.6666 1063.84 91.3383 1063.84 93.4005C1063.84 95.4627 1065.47 97.1344 1067.49 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 97.1344C1100.77 97.1344 1102.41 95.4627 1102.41 93.4005C1102.41 91.3383 1100.77 89.6666 1098.76 89.6666C1096.75 89.6666 1095.11 91.3383 1095.11 93.4005C1095.11 95.4627 1096.75 97.1344 1098.76 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 97.1344C1132.05 97.1344 1133.68 95.4627 1133.68 93.4005C1133.68 91.3383 1132.05 89.6666 1130.03 89.6666C1128.02 89.6666 1126.38 91.3383 1126.38 93.4005C1126.38 95.4627 1128.02 97.1344 1130.03 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 93.4005C1164.95 95.4636 1163.32 97.1344 1161.3 97.1344C1159.29 97.1344 1157.66 95.4636 1157.66 93.4005C1157.66 91.3374 1159.29 89.6666 1161.3 89.6666C1163.32 89.6666 1164.95 91.3374 1164.95 93.4005Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 97.1344C1194.58 97.1344 1196.22 95.4627 1196.22 93.4005C1196.22 91.3383 1194.58 89.6666 1192.57 89.6666C1190.55 89.6666 1188.92 91.3383 1188.92 93.4005C1188.92 95.4627 1190.55 97.1344 1192.57 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 97.1344C1225.85 97.1344 1227.49 95.4627 1227.49 93.4005C1227.49 91.3383 1225.85 89.6666 1223.84 89.6666C1221.82 89.6666 1220.19 91.3383 1220.19 93.4005C1220.19 95.4627 1221.82 97.1344 1223.84 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 97.1344C1257.12 97.1344 1258.76 95.4627 1258.76 93.4005C1258.76 91.3383 1257.12 89.6666 1255.11 89.6666C1253.1 89.6666 1251.46 91.3383 1251.46 93.4005C1251.46 95.4627 1253.1 97.1344 1255.11 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 129.141C1069.5 129.141 1071.14 127.47 1071.14 125.407C1071.14 123.345 1069.5 121.674 1067.49 121.674C1065.47 121.674 1063.84 123.345 1063.84 125.407C1063.84 127.47 1065.47 129.141 1067.49 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 129.141C1100.77 129.141 1102.41 127.47 1102.41 125.407C1102.41 123.345 1100.77 121.674 1098.76 121.674C1096.75 121.674 1095.11 123.345 1095.11 125.407C1095.11 127.47 1096.75 129.141 1098.76 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 129.141C1132.05 129.141 1133.68 127.47 1133.68 125.407C1133.68 123.345 1132.05 121.674 1130.03 121.674C1128.02 121.674 1126.38 123.345 1126.38 125.407C1126.38 127.47 1128.02 129.141 1130.03 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 125.407C1164.95 127.471 1163.32 129.141 1161.3 129.141C1159.29 129.141 1157.66 127.471 1157.66 125.407C1157.66 123.344 1159.29 121.674 1161.3 121.674C1163.32 121.674 1164.95 123.344 1164.95 125.407Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 129.141C1194.58 129.141 1196.22 127.47 1196.22 125.407C1196.22 123.345 1194.58 121.674 1192.57 121.674C1190.55 121.674 1188.92 123.345 1188.92 125.407C1188.92 127.47 1190.55 129.141 1192.57 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 129.141C1225.85 129.141 1227.49 127.47 1227.49 125.407C1227.49 123.345 1225.85 121.674 1223.84 121.674C1221.82 121.674 1220.19 123.345 1220.19 125.407C1220.19 127.47 1221.82 129.141 1223.84 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 129.141C1257.12 129.141 1258.76 127.47 1258.76 125.407C1258.76 123.345 1257.12 121.674 1255.11 121.674C1253.1 121.674 1251.46 123.345 1251.46 125.407C1251.46 127.47 1253.1 129.141 1255.11 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 160.945C1069.5 160.945 1071.14 159.273 1071.14 157.211C1071.14 155.149 1069.5 153.477 1067.49 153.477C1065.47 153.477 1063.84 155.149 1063.84 157.211C1063.84 159.273 1065.47 160.945 1067.49 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 160.945C1100.77 160.945 1102.41 159.273 1102.41 157.211C1102.41 155.149 1100.77 153.477 1098.76 153.477C1096.75 153.477 1095.11 155.149 1095.11 157.211C1095.11 159.273 1096.75 160.945 1098.76 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 160.945C1132.05 160.945 1133.68 159.273 1133.68 157.211C1133.68 155.149 1132.05 153.477 1130.03 153.477C1128.02 153.477 1126.38 155.149 1126.38 157.211C1126.38 159.273 1128.02 160.945 1130.03 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 157.211C1164.95 159.274 1163.32 160.945 1161.3 160.945C1159.29 160.945 1157.66 159.274 1157.66 157.211C1157.66 155.148 1159.29 153.477 1161.3 153.477C1163.32 153.477 1164.95 155.148 1164.95 157.211Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 160.945C1194.58 160.945 1196.22 159.273 1196.22 157.211C1196.22 155.149 1194.58 153.477 1192.57 153.477C1190.55 153.477 1188.92 155.149 1188.92 157.211C1188.92 159.273 1190.55 160.945 1192.57 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 160.945C1225.85 160.945 1227.49 159.273 1227.49 157.211C1227.49 155.149 1225.85 153.477 1223.84 153.477C1221.82 153.477 1220.19 155.149 1220.19 157.211C1220.19 159.273 1221.82 160.945 1223.84 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 160.945C1257.12 160.945 1258.76 159.273 1258.76 157.211C1258.76 155.149 1257.12 153.477 1255.11 153.477C1253.1 153.477 1251.46 155.149 1251.46 157.211C1251.46 159.273 1253.1 160.945 1255.11 160.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip21_26_3867)'%3E%3Cpath d='M1216.7 1.30989C1218.72 1.30989 1220.35 -0.361829 1220.35 -2.424C1220.35 -4.48618 1218.72 -6.1579 1216.7 -6.1579C1214.69 -6.1579 1213.06 -4.48618 1213.06 -2.424C1213.06 -0.361829 1214.69 1.30989 1216.7 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 1.30989C1249.99 1.30989 1251.62 -0.361829 1251.62 -2.424C1251.62 -4.48618 1249.99 -6.1579 1247.98 -6.1579C1245.96 -6.1579 1244.33 -4.48618 1244.33 -2.424C1244.33 -0.361829 1245.96 1.30989 1247.98 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 1.30989C1281.26 1.30989 1282.89 -0.361829 1282.89 -2.424C1282.89 -4.48618 1281.26 -6.1579 1279.25 -6.1579C1277.23 -6.1579 1275.6 -4.48618 1275.6 -2.424C1275.6 -0.361829 1277.23 1.30989 1279.25 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 -2.424C1314.17 -0.360916 1312.53 1.30989 1310.52 1.30989C1308.5 1.30989 1306.87 -0.360916 1306.87 -2.424C1306.87 -4.48709 1308.5 -6.1579 1310.52 -6.1579C1312.53 -6.1579 1314.17 -4.48709 1314.17 -2.424Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 1.30989C1343.8 1.30989 1345.43 -0.361829 1345.43 -2.424C1345.43 -4.48618 1343.8 -6.1579 1341.78 -6.1579C1339.77 -6.1579 1338.14 -4.48618 1338.14 -2.424C1338.14 -0.361829 1339.77 1.30989 1341.78 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 1.30989C1375.07 1.30989 1376.7 -0.361829 1376.7 -2.424C1376.7 -4.48618 1375.07 -6.1579 1373.05 -6.1579C1371.04 -6.1579 1369.41 -4.48618 1369.41 -2.424C1369.41 -0.361829 1371.04 1.30989 1373.05 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 1.30989C1406.34 1.30989 1407.97 -0.361829 1407.97 -2.424C1407.97 -4.48618 1406.34 -6.1579 1404.32 -6.1579C1402.31 -6.1579 1400.68 -4.48618 1400.68 -2.424C1400.68 -0.361829 1402.31 1.30989 1404.32 1.30989Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 33.3168C1218.72 33.3168 1220.35 31.6451 1220.35 29.5829C1220.35 27.5207 1218.72 25.849 1216.7 25.849C1214.69 25.849 1213.06 27.5207 1213.06 29.5829C1213.06 31.6451 1214.69 33.3168 1216.7 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 33.3168C1249.99 33.3168 1251.62 31.6451 1251.62 29.5829C1251.62 27.5207 1249.99 25.849 1247.98 25.849C1245.96 25.849 1244.33 27.5207 1244.33 29.5829C1244.33 31.6451 1245.96 33.3168 1247.98 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 33.3168C1281.26 33.3168 1282.89 31.6451 1282.89 29.5829C1282.89 27.5207 1281.26 25.849 1279.25 25.849C1277.23 25.849 1275.6 27.5207 1275.6 29.5829C1275.6 31.6451 1277.23 33.3168 1279.25 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 29.5829C1314.17 31.646 1312.53 33.3168 1310.52 33.3168C1308.5 33.3168 1306.87 31.646 1306.87 29.5829C1306.87 27.5198 1308.5 25.849 1310.52 25.849C1312.53 25.849 1314.17 27.5198 1314.17 29.5829Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 33.3168C1343.8 33.3168 1345.43 31.6451 1345.43 29.5829C1345.43 27.5207 1343.8 25.849 1341.78 25.849C1339.77 25.849 1338.14 27.5207 1338.14 29.5829C1338.14 31.6451 1339.77 33.3168 1341.78 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 33.3168C1375.07 33.3168 1376.7 31.6451 1376.7 29.5829C1376.7 27.5207 1375.07 25.849 1373.05 25.849C1371.04 25.849 1369.41 27.5207 1369.41 29.5829C1369.41 31.6451 1371.04 33.3168 1373.05 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 33.3168C1406.34 33.3168 1407.97 31.6451 1407.97 29.5829C1407.97 27.5207 1406.34 25.849 1404.32 25.849C1402.31 25.849 1400.68 27.5207 1400.68 29.5829C1400.68 31.6451 1402.31 33.3168 1404.32 33.3168Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 65.1203C1218.72 65.1203 1220.35 63.4485 1220.35 61.3864C1220.35 59.3242 1218.72 57.6525 1216.7 57.6525C1214.69 57.6525 1213.06 59.3242 1213.06 61.3864C1213.06 63.4485 1214.69 65.1203 1216.7 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 65.1203C1249.99 65.1203 1251.62 63.4485 1251.62 61.3864C1251.62 59.3242 1249.99 57.6525 1247.98 57.6525C1245.96 57.6525 1244.33 59.3242 1244.33 61.3864C1244.33 63.4485 1245.96 65.1203 1247.98 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 65.1203C1281.26 65.1203 1282.89 63.4485 1282.89 61.3864C1282.89 59.3242 1281.26 57.6525 1279.25 57.6525C1277.23 57.6525 1275.6 59.3242 1275.6 61.3864C1275.6 63.4485 1277.23 65.1203 1279.25 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 61.3864C1314.17 63.4495 1312.53 65.1203 1310.52 65.1203C1308.5 65.1203 1306.87 63.4495 1306.87 61.3864C1306.87 59.3233 1308.5 57.6525 1310.52 57.6525C1312.53 57.6525 1314.17 59.3233 1314.17 61.3864Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 65.1203C1343.8 65.1203 1345.43 63.4485 1345.43 61.3864C1345.43 59.3242 1343.8 57.6525 1341.78 57.6525C1339.77 57.6525 1338.14 59.3242 1338.14 61.3864C1338.14 63.4485 1339.77 65.1203 1341.78 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 65.1203C1375.07 65.1203 1376.7 63.4485 1376.7 61.3864C1376.7 59.3242 1375.07 57.6525 1373.05 57.6525C1371.04 57.6525 1369.41 59.3242 1369.41 61.3864C1369.41 63.4485 1371.04 65.1203 1373.05 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 65.1203C1406.34 65.1203 1407.97 63.4485 1407.97 61.3864C1407.97 59.3242 1406.34 57.6525 1404.32 57.6525C1402.31 57.6525 1400.68 59.3242 1400.68 61.3864C1400.68 63.4485 1402.31 65.1203 1404.32 65.1203Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 97.1344C1218.72 97.1344 1220.35 95.4627 1220.35 93.4005C1220.35 91.3383 1218.72 89.6666 1216.7 89.6666C1214.69 89.6666 1213.06 91.3383 1213.06 93.4005C1213.06 95.4627 1214.69 97.1344 1216.7 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 97.1344C1249.99 97.1344 1251.62 95.4627 1251.62 93.4005C1251.62 91.3383 1249.99 89.6666 1247.98 89.6666C1245.96 89.6666 1244.33 91.3383 1244.33 93.4005C1244.33 95.4627 1245.96 97.1344 1247.98 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 97.1344C1281.26 97.1344 1282.89 95.4627 1282.89 93.4005C1282.89 91.3383 1281.26 89.6666 1279.25 89.6666C1277.23 89.6666 1275.6 91.3383 1275.6 93.4005C1275.6 95.4627 1277.23 97.1344 1279.25 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 93.4005C1314.17 95.4636 1312.53 97.1344 1310.52 97.1344C1308.5 97.1344 1306.87 95.4636 1306.87 93.4005C1306.87 91.3374 1308.5 89.6666 1310.52 89.6666C1312.53 89.6666 1314.17 91.3374 1314.17 93.4005Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 97.1344C1343.8 97.1344 1345.43 95.4627 1345.43 93.4005C1345.43 91.3383 1343.8 89.6666 1341.78 89.6666C1339.77 89.6666 1338.14 91.3383 1338.14 93.4005C1338.14 95.4627 1339.77 97.1344 1341.78 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 97.1344C1375.07 97.1344 1376.7 95.4627 1376.7 93.4005C1376.7 91.3383 1375.07 89.6666 1373.05 89.6666C1371.04 89.6666 1369.41 91.3383 1369.41 93.4005C1369.41 95.4627 1371.04 97.1344 1373.05 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 97.1344C1406.34 97.1344 1407.97 95.4627 1407.97 93.4005C1407.97 91.3383 1406.34 89.6666 1404.32 89.6666C1402.31 89.6666 1400.68 91.3383 1400.68 93.4005C1400.68 95.4627 1402.31 97.1344 1404.32 97.1344Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 129.141C1218.72 129.141 1220.35 127.47 1220.35 125.407C1220.35 123.345 1218.72 121.674 1216.7 121.674C1214.69 121.674 1213.06 123.345 1213.06 125.407C1213.06 127.47 1214.69 129.141 1216.7 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 129.141C1249.99 129.141 1251.62 127.47 1251.62 125.407C1251.62 123.345 1249.99 121.674 1247.98 121.674C1245.96 121.674 1244.33 123.345 1244.33 125.407C1244.33 127.47 1245.96 129.141 1247.98 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 129.141C1281.26 129.141 1282.89 127.47 1282.89 125.407C1282.89 123.345 1281.26 121.674 1279.25 121.674C1277.23 121.674 1275.6 123.345 1275.6 125.407C1275.6 127.47 1277.23 129.141 1279.25 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 125.407C1314.17 127.471 1312.53 129.141 1310.52 129.141C1308.5 129.141 1306.87 127.471 1306.87 125.407C1306.87 123.344 1308.5 121.674 1310.52 121.674C1312.53 121.674 1314.17 123.344 1314.17 125.407Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 129.141C1343.8 129.141 1345.43 127.47 1345.43 125.407C1345.43 123.345 1343.8 121.674 1341.78 121.674C1339.77 121.674 1338.14 123.345 1338.14 125.407C1338.14 127.47 1339.77 129.141 1341.78 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 129.141C1375.07 129.141 1376.7 127.47 1376.7 125.407C1376.7 123.345 1375.07 121.674 1373.05 121.674C1371.04 121.674 1369.41 123.345 1369.41 125.407C1369.41 127.47 1371.04 129.141 1373.05 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 129.141C1406.34 129.141 1407.97 127.47 1407.97 125.407C1407.97 123.345 1406.34 121.674 1404.32 121.674C1402.31 121.674 1400.68 123.345 1400.68 125.407C1400.68 127.47 1402.31 129.141 1404.32 129.141Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 160.945C1218.72 160.945 1220.35 159.273 1220.35 157.211C1220.35 155.149 1218.72 153.477 1216.7 153.477C1214.69 153.477 1213.06 155.149 1213.06 157.211C1213.06 159.273 1214.69 160.945 1216.7 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 160.945C1249.99 160.945 1251.62 159.273 1251.62 157.211C1251.62 155.149 1249.99 153.477 1247.98 153.477C1245.96 153.477 1244.33 155.149 1244.33 157.211C1244.33 159.273 1245.96 160.945 1247.98 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 160.945C1281.26 160.945 1282.89 159.273 1282.89 157.211C1282.89 155.149 1281.26 153.477 1279.25 153.477C1277.23 153.477 1275.6 155.149 1275.6 157.211C1275.6 159.273 1277.23 160.945 1279.25 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 157.211C1314.17 159.274 1312.53 160.945 1310.52 160.945C1308.5 160.945 1306.87 159.274 1306.87 157.211C1306.87 155.148 1308.5 153.477 1310.52 153.477C1312.53 153.477 1314.17 155.148 1314.17 157.211Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 160.945C1343.8 160.945 1345.43 159.273 1345.43 157.211C1345.43 155.149 1343.8 153.477 1341.78 153.477C1339.77 153.477 1338.14 155.149 1338.14 157.211C1338.14 159.273 1339.77 160.945 1341.78 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 160.945C1375.07 160.945 1376.7 159.273 1376.7 157.211C1376.7 155.149 1375.07 153.477 1373.05 153.477C1371.04 153.477 1369.41 155.149 1369.41 157.211C1369.41 159.273 1371.04 160.945 1373.05 160.945Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 160.945C1406.34 160.945 1407.97 159.273 1407.97 157.211C1407.97 155.149 1406.34 153.477 1404.32 153.477C1402.31 153.477 1400.68 155.149 1400.68 157.211C1400.68 159.273 1402.31 160.945 1404.32 160.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip22_26_3867)'%3E%3Cpath d='M16.8392 310.091C18.8535 310.091 20.4864 308.419 20.4864 306.357C20.4864 304.295 18.8535 302.623 16.8392 302.623C14.8248 302.623 13.1919 304.295 13.1919 306.357C13.1919 308.419 14.8248 310.091 16.8392 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 310.091C50.1245 310.091 51.7574 308.419 51.7574 306.357C51.7574 304.295 50.1245 302.623 48.1101 302.623C46.0958 302.623 44.4629 304.295 44.4629 306.357C44.4629 308.419 46.0958 310.091 48.1101 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 342.098C18.8535 342.098 20.4864 340.426 20.4864 338.364C20.4864 336.301 18.8535 334.63 16.8392 334.63C14.8248 334.63 13.1919 336.301 13.1919 338.364C13.1919 340.426 14.8248 342.098 16.8392 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 342.098C50.1245 342.098 51.7574 340.426 51.7574 338.364C51.7574 336.301 50.1245 334.63 48.1101 334.63C46.0958 334.63 44.4629 336.301 44.4629 338.364C44.4629 340.426 46.0958 342.098 48.1101 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 373.901C18.8535 373.901 20.4864 372.229 20.4864 370.167C20.4864 368.105 18.8535 366.433 16.8392 366.433C14.8248 366.433 13.1919 368.105 13.1919 370.167C13.1919 372.229 14.8248 373.901 16.8392 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 373.901C50.1245 373.901 51.7574 372.229 51.7574 370.167C51.7574 368.105 50.1245 366.433 48.1101 366.433C46.0958 366.433 44.4629 368.105 44.4629 370.167C44.4629 372.229 46.0958 373.901 48.1101 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 405.915C18.8535 405.915 20.4864 404.243 20.4864 402.181C20.4864 400.119 18.8535 398.447 16.8392 398.447C14.8248 398.447 13.1919 400.119 13.1919 402.181C13.1919 404.243 14.8248 405.915 16.8392 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 405.915C50.1245 405.915 51.7574 404.243 51.7574 402.181C51.7574 400.119 50.1245 398.447 48.1101 398.447C46.0958 398.447 44.4629 400.119 44.4629 402.181C44.4629 404.243 46.0958 405.915 48.1101 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 437.922C18.8535 437.922 20.4864 436.25 20.4864 434.188C20.4864 432.126 18.8535 430.454 16.8392 430.454C14.8248 430.454 13.1919 432.126 13.1919 434.188C13.1919 436.25 14.8248 437.922 16.8392 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 437.922C50.1245 437.922 51.7574 436.25 51.7574 434.188C51.7574 432.126 50.1245 430.454 48.1101 430.454C46.0958 430.454 44.4629 432.126 44.4629 434.188C44.4629 436.25 46.0958 437.922 48.1101 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 469.726C18.8535 469.726 20.4864 468.054 20.4864 465.992C20.4864 463.93 18.8535 462.258 16.8392 462.258C14.8248 462.258 13.1919 463.93 13.1919 465.992C13.1919 468.054 14.8248 469.726 16.8392 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 469.726C50.1245 469.726 51.7574 468.054 51.7574 465.992C51.7574 463.93 50.1245 462.258 48.1101 462.258C46.0958 462.258 44.4629 463.93 44.4629 465.992C44.4629 468.054 46.0958 469.726 48.1101 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip23_26_3867)'%3E%3Cpath d='M11.356 310.091C13.3703 310.091 15.0033 308.419 15.0033 306.357C15.0033 304.294 13.3703 302.623 11.356 302.623C9.34167 302.623 7.70874 304.294 7.70874 306.357C7.70874 308.419 9.34167 310.091 11.356 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 310.091C44.6416 310.091 46.2745 308.419 46.2745 306.357C46.2745 304.294 44.6416 302.623 42.6272 302.623C40.6129 302.623 38.98 304.294 38.98 306.357C38.98 308.419 40.6129 310.091 42.6272 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 310.091C75.9128 310.091 77.5457 308.419 77.5457 306.357C77.5457 304.294 75.9128 302.623 73.8985 302.623C71.8842 302.623 70.2512 304.294 70.2512 306.357C70.2512 308.419 71.8842 310.091 73.8985 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 306.357C108.817 308.42 107.185 310.091 105.17 310.091C103.155 310.091 101.523 308.42 101.523 306.357C101.523 304.294 103.155 302.623 105.17 302.623C107.185 302.623 108.817 304.294 108.817 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 310.091C138.449 310.091 140.082 308.419 140.082 306.357C140.082 304.294 138.449 302.623 136.435 302.623C134.42 302.623 132.787 304.294 132.787 306.357C132.787 308.419 134.42 310.091 136.435 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 310.091C169.72 310.091 171.353 308.419 171.353 306.357C171.353 304.294 169.72 302.623 167.706 302.623C165.692 302.623 164.059 304.294 164.059 306.357C164.059 308.419 165.692 310.091 167.706 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 310.091C200.991 310.091 202.624 308.419 202.624 306.357C202.624 304.294 200.991 302.623 198.977 302.623C196.963 302.623 195.33 304.294 195.33 306.357C195.33 308.419 196.963 310.091 198.977 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 342.097C13.3703 342.097 15.0033 340.426 15.0033 338.364C15.0033 336.301 13.3703 334.63 11.356 334.63C9.34167 334.63 7.70874 336.301 7.70874 338.364C7.70874 340.426 9.34167 342.097 11.356 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 342.097C44.6416 342.097 46.2745 340.426 46.2745 338.364C46.2745 336.301 44.6416 334.63 42.6272 334.63C40.6129 334.63 38.98 336.301 38.98 338.364C38.98 340.426 40.6129 342.097 42.6272 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 342.097C75.9128 342.097 77.5457 340.426 77.5457 338.364C77.5457 336.301 75.9128 334.63 73.8985 334.63C71.8842 334.63 70.2512 336.301 70.2512 338.364C70.2512 340.426 71.8842 342.097 73.8985 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 338.364C108.817 340.427 107.185 342.097 105.17 342.097C103.155 342.097 101.523 340.427 101.523 338.364C101.523 336.3 103.155 334.63 105.17 334.63C107.185 334.63 108.817 336.3 108.817 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 342.097C138.449 342.097 140.082 340.426 140.082 338.364C140.082 336.301 138.449 334.63 136.435 334.63C134.42 334.63 132.787 336.301 132.787 338.364C132.787 340.426 134.42 342.097 136.435 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 342.097C169.72 342.097 171.353 340.426 171.353 338.364C171.353 336.301 169.72 334.63 167.706 334.63C165.692 334.63 164.059 336.301 164.059 338.364C164.059 340.426 165.692 342.097 167.706 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 342.097C200.991 342.097 202.624 340.426 202.624 338.364C202.624 336.301 200.991 334.63 198.977 334.63C196.963 334.63 195.33 336.301 195.33 338.364C195.33 340.426 196.963 342.097 198.977 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 373.901C13.3703 373.901 15.0033 372.229 15.0033 370.167C15.0033 368.105 13.3703 366.433 11.356 366.433C9.34167 366.433 7.70874 368.105 7.70874 370.167C7.70874 372.229 9.34167 373.901 11.356 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 373.901C44.6416 373.901 46.2745 372.229 46.2745 370.167C46.2745 368.105 44.6416 366.433 42.6272 366.433C40.6129 366.433 38.98 368.105 38.98 370.167C38.98 372.229 40.6129 373.901 42.6272 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 373.901C75.9128 373.901 77.5457 372.229 77.5457 370.167C77.5457 368.105 75.9128 366.433 73.8985 366.433C71.8842 366.433 70.2512 368.105 70.2512 370.167C70.2512 372.229 71.8842 373.901 73.8985 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 370.167C108.817 372.23 107.185 373.901 105.17 373.901C103.155 373.901 101.523 372.23 101.523 370.167C101.523 368.104 103.155 366.433 105.17 366.433C107.185 366.433 108.817 368.104 108.817 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 373.901C138.449 373.901 140.082 372.229 140.082 370.167C140.082 368.105 138.449 366.433 136.435 366.433C134.42 366.433 132.787 368.105 132.787 370.167C132.787 372.229 134.42 373.901 136.435 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 373.901C169.72 373.901 171.353 372.229 171.353 370.167C171.353 368.105 169.72 366.433 167.706 366.433C165.692 366.433 164.059 368.105 164.059 370.167C164.059 372.229 165.692 373.901 167.706 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 373.901C200.991 373.901 202.624 372.229 202.624 370.167C202.624 368.105 200.991 366.433 198.977 366.433C196.963 366.433 195.33 368.105 195.33 370.167C195.33 372.229 196.963 373.901 198.977 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 405.915C13.3703 405.915 15.0033 404.243 15.0033 402.181C15.0033 400.119 13.3703 398.447 11.356 398.447C9.34167 398.447 7.70874 400.119 7.70874 402.181C7.70874 404.243 9.34167 405.915 11.356 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 405.915C44.6416 405.915 46.2745 404.243 46.2745 402.181C46.2745 400.119 44.6416 398.447 42.6272 398.447C40.6129 398.447 38.98 400.119 38.98 402.181C38.98 404.243 40.6129 405.915 42.6272 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 405.915C75.9128 405.915 77.5457 404.243 77.5457 402.181C77.5457 400.119 75.9128 398.447 73.8985 398.447C71.8842 398.447 70.2512 400.119 70.2512 402.181C70.2512 404.243 71.8842 405.915 73.8985 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 402.181C108.817 404.244 107.185 405.915 105.17 405.915C103.155 405.915 101.523 404.244 101.523 402.181C101.523 400.118 103.155 398.447 105.17 398.447C107.185 398.447 108.817 400.118 108.817 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 405.915C138.449 405.915 140.082 404.243 140.082 402.181C140.082 400.119 138.449 398.447 136.435 398.447C134.42 398.447 132.787 400.119 132.787 402.181C132.787 404.243 134.42 405.915 136.435 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 405.915C169.72 405.915 171.353 404.243 171.353 402.181C171.353 400.119 169.72 398.447 167.706 398.447C165.692 398.447 164.059 400.119 164.059 402.181C164.059 404.243 165.692 405.915 167.706 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 405.915C200.991 405.915 202.624 404.243 202.624 402.181C202.624 400.119 200.991 398.447 198.977 398.447C196.963 398.447 195.33 400.119 195.33 402.181C195.33 404.243 196.963 405.915 198.977 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 437.922C13.3703 437.922 15.0033 436.25 15.0033 434.188C15.0033 432.126 13.3703 430.454 11.356 430.454C9.34167 430.454 7.70874 432.126 7.70874 434.188C7.70874 436.25 9.34167 437.922 11.356 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 437.922C44.6416 437.922 46.2745 436.25 46.2745 434.188C46.2745 432.126 44.6416 430.454 42.6272 430.454C40.6129 430.454 38.98 432.126 38.98 434.188C38.98 436.25 40.6129 437.922 42.6272 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 437.922C75.9128 437.922 77.5457 436.25 77.5457 434.188C77.5457 432.126 75.9128 430.454 73.8985 430.454C71.8842 430.454 70.2512 432.126 70.2512 434.188C70.2512 436.25 71.8842 437.922 73.8985 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 434.188C108.817 436.251 107.185 437.922 105.17 437.922C103.155 437.922 101.523 436.251 101.523 434.188C101.523 432.125 103.155 430.454 105.17 430.454C107.185 430.454 108.817 432.125 108.817 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 437.922C138.449 437.922 140.082 436.25 140.082 434.188C140.082 432.126 138.449 430.454 136.435 430.454C134.42 430.454 132.787 432.126 132.787 434.188C132.787 436.25 134.42 437.922 136.435 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 437.922C169.72 437.922 171.353 436.25 171.353 434.188C171.353 432.126 169.72 430.454 167.706 430.454C165.692 430.454 164.059 432.126 164.059 434.188C164.059 436.25 165.692 437.922 167.706 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 437.922C200.991 437.922 202.624 436.25 202.624 434.188C202.624 432.126 200.991 430.454 198.977 430.454C196.963 430.454 195.33 432.126 195.33 434.188C195.33 436.25 196.963 437.922 198.977 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 469.725C13.3703 469.725 15.0033 468.054 15.0033 465.992C15.0033 463.929 13.3703 462.258 11.356 462.258C9.34167 462.258 7.70874 463.929 7.70874 465.992C7.70874 468.054 9.34167 469.725 11.356 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 469.725C44.6416 469.725 46.2745 468.054 46.2745 465.992C46.2745 463.929 44.6416 462.258 42.6272 462.258C40.6129 462.258 38.98 463.929 38.98 465.992C38.98 468.054 40.6129 469.725 42.6272 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 469.725C75.9128 469.725 77.5457 468.054 77.5457 465.992C77.5457 463.929 75.9128 462.258 73.8985 462.258C71.8842 462.258 70.2512 463.929 70.2512 465.992C70.2512 468.054 71.8842 469.725 73.8985 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 465.992C108.817 468.055 107.185 469.725 105.17 469.725C103.155 469.725 101.523 468.055 101.523 465.992C101.523 463.929 103.155 462.258 105.17 462.258C107.185 462.258 108.817 463.929 108.817 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 469.725C138.449 469.725 140.082 468.054 140.082 465.992C140.082 463.929 138.449 462.258 136.435 462.258C134.42 462.258 132.787 463.929 132.787 465.992C132.787 468.054 134.42 469.725 136.435 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 469.725C169.72 469.725 171.353 468.054 171.353 465.992C171.353 463.929 169.72 462.258 167.706 462.258C165.692 462.258 164.059 463.929 164.059 465.992C164.059 468.054 165.692 469.725 167.706 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 469.725C200.991 469.725 202.624 468.054 202.624 465.992C202.624 463.929 200.991 462.258 198.977 462.258C196.963 462.258 195.33 463.929 195.33 465.992C195.33 468.054 196.963 469.725 198.977 469.725Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip24_26_3867)'%3E%3Cpath d='M168.919 310.091C170.933 310.091 172.566 308.419 172.566 306.357C172.566 304.295 170.933 302.623 168.919 302.623C166.905 302.623 165.272 304.295 165.272 306.357C165.272 308.419 166.905 310.091 168.919 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 310.091C202.205 310.091 203.837 308.419 203.837 306.357C203.837 304.295 202.205 302.623 200.19 302.623C198.176 302.623 196.543 304.295 196.543 306.357C196.543 308.419 198.176 310.091 200.19 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 310.091C233.476 310.091 235.109 308.419 235.109 306.357C235.109 304.295 233.476 302.623 231.461 302.623C229.447 302.623 227.814 304.295 227.814 306.357C227.814 308.419 229.447 310.091 231.461 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 306.357C266.38 308.42 264.748 310.091 262.733 310.091C260.718 310.091 259.086 308.42 259.086 306.357C259.086 304.294 260.718 302.623 262.733 302.623C264.748 302.623 266.38 304.294 266.38 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 310.091C296.012 310.091 297.645 308.419 297.645 306.357C297.645 304.295 296.012 302.623 293.998 302.623C291.983 302.623 290.35 304.295 290.35 306.357C290.35 308.419 291.983 310.091 293.998 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 310.091C327.283 310.091 328.916 308.419 328.916 306.357C328.916 304.295 327.283 302.623 325.269 302.623C323.255 302.623 321.622 304.295 321.622 306.357C321.622 308.419 323.255 310.091 325.269 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 310.091C358.554 310.091 360.187 308.419 360.187 306.357C360.187 304.295 358.554 302.623 356.54 302.623C354.525 302.623 352.893 304.295 352.893 306.357C352.893 308.419 354.525 310.091 356.54 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 342.098C170.933 342.098 172.566 340.426 172.566 338.364C172.566 336.301 170.933 334.63 168.919 334.63C166.905 334.63 165.272 336.301 165.272 338.364C165.272 340.426 166.905 342.098 168.919 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 342.098C202.205 342.098 203.837 340.426 203.837 338.364C203.837 336.301 202.205 334.63 200.19 334.63C198.176 334.63 196.543 336.301 196.543 338.364C196.543 340.426 198.176 342.098 200.19 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 342.098C233.476 342.098 235.109 340.426 235.109 338.364C235.109 336.301 233.476 334.63 231.461 334.63C229.447 334.63 227.814 336.301 227.814 338.364C227.814 340.426 229.447 342.098 231.461 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 338.364C266.38 340.427 264.748 342.098 262.733 342.098C260.718 342.098 259.086 340.427 259.086 338.364C259.086 336.301 260.718 334.63 262.733 334.63C264.748 334.63 266.38 336.301 266.38 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 342.098C296.012 342.098 297.645 340.426 297.645 338.364C297.645 336.301 296.012 334.63 293.998 334.63C291.983 334.63 290.35 336.301 290.35 338.364C290.35 340.426 291.983 342.098 293.998 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 342.098C327.283 342.098 328.916 340.426 328.916 338.364C328.916 336.301 327.283 334.63 325.269 334.63C323.255 334.63 321.622 336.301 321.622 338.364C321.622 340.426 323.255 342.098 325.269 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 342.098C358.554 342.098 360.187 340.426 360.187 338.364C360.187 336.301 358.554 334.63 356.54 334.63C354.525 334.63 352.893 336.301 352.893 338.364C352.893 340.426 354.525 342.098 356.54 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 373.901C170.933 373.901 172.566 372.229 172.566 370.167C172.566 368.105 170.933 366.433 168.919 366.433C166.905 366.433 165.272 368.105 165.272 370.167C165.272 372.229 166.905 373.901 168.919 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 373.901C202.205 373.901 203.837 372.229 203.837 370.167C203.837 368.105 202.205 366.433 200.19 366.433C198.176 366.433 196.543 368.105 196.543 370.167C196.543 372.229 198.176 373.901 200.19 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 373.901C233.476 373.901 235.109 372.229 235.109 370.167C235.109 368.105 233.476 366.433 231.461 366.433C229.447 366.433 227.814 368.105 227.814 370.167C227.814 372.229 229.447 373.901 231.461 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 370.167C266.38 372.23 264.748 373.901 262.733 373.901C260.718 373.901 259.086 372.23 259.086 370.167C259.086 368.104 260.718 366.433 262.733 366.433C264.748 366.433 266.38 368.104 266.38 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 373.901C296.012 373.901 297.645 372.229 297.645 370.167C297.645 368.105 296.012 366.433 293.998 366.433C291.983 366.433 290.35 368.105 290.35 370.167C290.35 372.229 291.983 373.901 293.998 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 373.901C327.283 373.901 328.916 372.229 328.916 370.167C328.916 368.105 327.283 366.433 325.269 366.433C323.255 366.433 321.622 368.105 321.622 370.167C321.622 372.229 323.255 373.901 325.269 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 373.901C358.554 373.901 360.187 372.229 360.187 370.167C360.187 368.105 358.554 366.433 356.54 366.433C354.525 366.433 352.893 368.105 352.893 370.167C352.893 372.229 354.525 373.901 356.54 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 405.915C170.933 405.915 172.566 404.243 172.566 402.181C172.566 400.119 170.933 398.447 168.919 398.447C166.905 398.447 165.272 400.119 165.272 402.181C165.272 404.243 166.905 405.915 168.919 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 405.915C202.205 405.915 203.837 404.243 203.837 402.181C203.837 400.119 202.205 398.447 200.19 398.447C198.176 398.447 196.543 400.119 196.543 402.181C196.543 404.243 198.176 405.915 200.19 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 405.915C233.476 405.915 235.109 404.243 235.109 402.181C235.109 400.119 233.476 398.447 231.461 398.447C229.447 398.447 227.814 400.119 227.814 402.181C227.814 404.243 229.447 405.915 231.461 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 402.181C266.38 404.244 264.748 405.915 262.733 405.915C260.718 405.915 259.086 404.244 259.086 402.181C259.086 400.118 260.718 398.447 262.733 398.447C264.748 398.447 266.38 400.118 266.38 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 405.915C296.012 405.915 297.645 404.243 297.645 402.181C297.645 400.119 296.012 398.447 293.998 398.447C291.983 398.447 290.35 400.119 290.35 402.181C290.35 404.243 291.983 405.915 293.998 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 405.915C327.283 405.915 328.916 404.243 328.916 402.181C328.916 400.119 327.283 398.447 325.269 398.447C323.255 398.447 321.622 400.119 321.622 402.181C321.622 404.243 323.255 405.915 325.269 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 405.915C358.554 405.915 360.187 404.243 360.187 402.181C360.187 400.119 358.554 398.447 356.54 398.447C354.525 398.447 352.893 400.119 352.893 402.181C352.893 404.243 354.525 405.915 356.54 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 437.922C170.933 437.922 172.566 436.25 172.566 434.188C172.566 432.126 170.933 430.454 168.919 430.454C166.905 430.454 165.272 432.126 165.272 434.188C165.272 436.25 166.905 437.922 168.919 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 437.922C202.205 437.922 203.837 436.25 203.837 434.188C203.837 432.126 202.205 430.454 200.19 430.454C198.176 430.454 196.543 432.126 196.543 434.188C196.543 436.25 198.176 437.922 200.19 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 437.922C233.476 437.922 235.109 436.25 235.109 434.188C235.109 432.126 233.476 430.454 231.461 430.454C229.447 430.454 227.814 432.126 227.814 434.188C227.814 436.25 229.447 437.922 231.461 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 434.188C266.38 436.251 264.748 437.922 262.733 437.922C260.718 437.922 259.086 436.251 259.086 434.188C259.086 432.125 260.718 430.454 262.733 430.454C264.748 430.454 266.38 432.125 266.38 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 437.922C296.012 437.922 297.645 436.25 297.645 434.188C297.645 432.126 296.012 430.454 293.998 430.454C291.983 430.454 290.35 432.126 290.35 434.188C290.35 436.25 291.983 437.922 293.998 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 437.922C327.283 437.922 328.916 436.25 328.916 434.188C328.916 432.126 327.283 430.454 325.269 430.454C323.255 430.454 321.622 432.126 321.622 434.188C321.622 436.25 323.255 437.922 325.269 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 437.922C358.554 437.922 360.187 436.25 360.187 434.188C360.187 432.126 358.554 430.454 356.54 430.454C354.525 430.454 352.893 432.126 352.893 434.188C352.893 436.25 354.525 437.922 356.54 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 469.726C170.933 469.726 172.566 468.054 172.566 465.992C172.566 463.93 170.933 462.258 168.919 462.258C166.905 462.258 165.272 463.93 165.272 465.992C165.272 468.054 166.905 469.726 168.919 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 469.726C202.205 469.726 203.837 468.054 203.837 465.992C203.837 463.93 202.205 462.258 200.19 462.258C198.176 462.258 196.543 463.93 196.543 465.992C196.543 468.054 198.176 469.726 200.19 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 469.726C233.476 469.726 235.109 468.054 235.109 465.992C235.109 463.93 233.476 462.258 231.461 462.258C229.447 462.258 227.814 463.93 227.814 465.992C227.814 468.054 229.447 469.726 231.461 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 465.992C266.38 468.055 264.748 469.726 262.733 469.726C260.718 469.726 259.086 468.055 259.086 465.992C259.086 463.929 260.718 462.258 262.733 462.258C264.748 462.258 266.38 463.929 266.38 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 469.726C296.012 469.726 297.645 468.054 297.645 465.992C297.645 463.93 296.012 462.258 293.998 462.258C291.983 462.258 290.35 463.93 290.35 465.992C290.35 468.054 291.983 469.726 293.998 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 469.726C327.283 469.726 328.916 468.054 328.916 465.992C328.916 463.93 327.283 462.258 325.269 462.258C323.255 462.258 321.622 463.93 321.622 465.992C321.622 468.054 323.255 469.726 325.269 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 469.726C358.554 469.726 360.187 468.054 360.187 465.992C360.187 463.93 358.554 462.258 356.54 462.258C354.525 462.258 352.893 463.93 352.893 465.992C352.893 468.054 354.525 469.726 356.54 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip25_26_3867)'%3E%3Cpath d='M318.134 310.31C320.148 310.31 321.781 308.638 321.781 306.576C321.781 304.514 320.148 302.842 318.134 302.842C316.12 302.842 314.487 304.514 314.487 306.576C314.487 308.638 316.12 310.31 318.134 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 310.31C351.419 310.31 353.052 308.638 353.052 306.576C353.052 304.514 351.419 302.842 349.405 302.842C347.391 302.842 345.758 304.514 345.758 306.576C345.758 308.638 347.391 310.31 349.405 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 310.31C382.691 310.31 384.324 308.638 384.324 306.576C384.324 304.514 382.691 302.842 380.676 302.842C378.662 302.842 377.029 304.514 377.029 306.576C377.029 308.638 378.662 310.31 380.676 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 306.576C415.595 308.639 413.963 310.31 411.948 310.31C409.933 310.31 408.301 308.639 408.301 306.576C408.301 304.513 409.933 302.842 411.948 302.842C413.963 302.842 415.595 304.513 415.595 306.576Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 310.31C445.227 310.31 446.86 308.638 446.86 306.576C446.86 304.514 445.227 302.842 443.212 302.842C441.198 302.842 439.565 304.514 439.565 306.576C439.565 308.638 441.198 310.31 443.212 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 310.31C476.498 310.31 478.131 308.638 478.131 306.576C478.131 304.514 476.498 302.842 474.484 302.842C472.469 302.842 470.836 304.514 470.836 306.576C470.836 308.638 472.469 310.31 474.484 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 310.31C507.769 310.31 509.402 308.638 509.402 306.576C509.402 304.514 507.769 302.842 505.755 302.842C503.74 302.842 502.107 304.514 502.107 306.576C502.107 308.638 503.74 310.31 505.755 310.31Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 342.317C320.148 342.317 321.781 340.645 321.781 338.583C321.781 336.521 320.148 334.849 318.134 334.849C316.12 334.849 314.487 336.521 314.487 338.583C314.487 340.645 316.12 342.317 318.134 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 342.317C351.419 342.317 353.052 340.645 353.052 338.583C353.052 336.521 351.419 334.849 349.405 334.849C347.391 334.849 345.758 336.521 345.758 338.583C345.758 340.645 347.391 342.317 349.405 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 342.317C382.691 342.317 384.324 340.645 384.324 338.583C384.324 336.521 382.691 334.849 380.676 334.849C378.662 334.849 377.029 336.521 377.029 338.583C377.029 340.645 378.662 342.317 380.676 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 338.583C415.595 340.646 413.963 342.317 411.948 342.317C409.933 342.317 408.301 340.646 408.301 338.583C408.301 336.52 409.933 334.849 411.948 334.849C413.963 334.849 415.595 336.52 415.595 338.583Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 342.317C445.227 342.317 446.86 340.645 446.86 338.583C446.86 336.521 445.227 334.849 443.212 334.849C441.198 334.849 439.565 336.521 439.565 338.583C439.565 340.645 441.198 342.317 443.212 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 342.317C476.498 342.317 478.131 340.645 478.131 338.583C478.131 336.521 476.498 334.849 474.484 334.849C472.469 334.849 470.836 336.521 470.836 338.583C470.836 340.645 472.469 342.317 474.484 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 342.317C507.769 342.317 509.402 340.645 509.402 338.583C509.402 336.521 507.769 334.849 505.755 334.849C503.74 334.849 502.107 336.521 502.107 338.583C502.107 340.645 503.74 342.317 505.755 342.317Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 374.12C320.148 374.12 321.781 372.449 321.781 370.386C321.781 368.324 320.148 366.652 318.134 366.652C316.12 366.652 314.487 368.324 314.487 370.386C314.487 372.449 316.12 374.12 318.134 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 374.12C351.419 374.12 353.052 372.449 353.052 370.386C353.052 368.324 351.419 366.652 349.405 366.652C347.391 366.652 345.758 368.324 345.758 370.386C345.758 372.449 347.391 374.12 349.405 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 374.12C382.691 374.12 384.324 372.449 384.324 370.386C384.324 368.324 382.691 366.652 380.676 366.652C378.662 366.652 377.029 368.324 377.029 370.386C377.029 372.449 378.662 374.12 380.676 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 370.386C415.595 372.449 413.963 374.12 411.948 374.12C409.933 374.12 408.301 372.449 408.301 370.386C408.301 368.323 409.933 366.652 411.948 366.652C413.963 366.652 415.595 368.323 415.595 370.386Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 374.12C445.227 374.12 446.86 372.449 446.86 370.386C446.86 368.324 445.227 366.652 443.212 366.652C441.198 366.652 439.565 368.324 439.565 370.386C439.565 372.449 441.198 374.12 443.212 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 374.12C476.498 374.12 478.131 372.449 478.131 370.386C478.131 368.324 476.498 366.652 474.484 366.652C472.469 366.652 470.836 368.324 470.836 370.386C470.836 372.449 472.469 374.12 474.484 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 374.12C507.769 374.12 509.402 372.449 509.402 370.386C509.402 368.324 507.769 366.652 505.755 366.652C503.74 366.652 502.107 368.324 502.107 370.386C502.107 372.449 503.74 374.12 505.755 374.12Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 406.134C320.148 406.134 321.781 404.463 321.781 402.401C321.781 400.338 320.148 398.667 318.134 398.667C316.12 398.667 314.487 400.338 314.487 402.401C314.487 404.463 316.12 406.134 318.134 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 406.134C351.419 406.134 353.052 404.463 353.052 402.401C353.052 400.338 351.419 398.667 349.405 398.667C347.391 398.667 345.758 400.338 345.758 402.401C345.758 404.463 347.391 406.134 349.405 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 406.134C382.691 406.134 384.324 404.463 384.324 402.401C384.324 400.338 382.691 398.667 380.676 398.667C378.662 398.667 377.029 400.338 377.029 402.401C377.029 404.463 378.662 406.134 380.676 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 402.401C415.595 404.464 413.963 406.134 411.948 406.134C409.933 406.134 408.301 404.464 408.301 402.401C408.301 400.337 409.933 398.667 411.948 398.667C413.963 398.667 415.595 400.337 415.595 402.401Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 406.134C445.227 406.134 446.86 404.463 446.86 402.401C446.86 400.338 445.227 398.667 443.212 398.667C441.198 398.667 439.565 400.338 439.565 402.401C439.565 404.463 441.198 406.134 443.212 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 406.134C476.498 406.134 478.131 404.463 478.131 402.401C478.131 400.338 476.498 398.667 474.484 398.667C472.469 398.667 470.836 400.338 470.836 402.401C470.836 404.463 472.469 406.134 474.484 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 406.134C507.769 406.134 509.402 404.463 509.402 402.401C509.402 400.338 507.769 398.667 505.755 398.667C503.74 398.667 502.107 400.338 502.107 402.401C502.107 404.463 503.74 406.134 505.755 406.134Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 438.141C320.148 438.141 321.781 436.47 321.781 434.407C321.781 432.345 320.148 430.674 318.134 430.674C316.12 430.674 314.487 432.345 314.487 434.407C314.487 436.47 316.12 438.141 318.134 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 438.141C351.419 438.141 353.052 436.47 353.052 434.407C353.052 432.345 351.419 430.674 349.405 430.674C347.391 430.674 345.758 432.345 345.758 434.407C345.758 436.47 347.391 438.141 349.405 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 438.141C382.691 438.141 384.324 436.47 384.324 434.407C384.324 432.345 382.691 430.674 380.676 430.674C378.662 430.674 377.029 432.345 377.029 434.407C377.029 436.47 378.662 438.141 380.676 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 434.407C415.595 436.471 413.963 438.141 411.948 438.141C409.933 438.141 408.301 436.471 408.301 434.407C408.301 432.344 409.933 430.674 411.948 430.674C413.963 430.674 415.595 432.344 415.595 434.407Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 438.141C445.227 438.141 446.86 436.47 446.86 434.407C446.86 432.345 445.227 430.674 443.212 430.674C441.198 430.674 439.565 432.345 439.565 434.407C439.565 436.47 441.198 438.141 443.212 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 438.141C476.498 438.141 478.131 436.47 478.131 434.407C478.131 432.345 476.498 430.674 474.484 430.674C472.469 430.674 470.836 432.345 470.836 434.407C470.836 436.47 472.469 438.141 474.484 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 438.141C507.769 438.141 509.402 436.47 509.402 434.407C509.402 432.345 507.769 430.674 505.755 430.674C503.74 430.674 502.107 432.345 502.107 434.407C502.107 436.47 503.74 438.141 505.755 438.141Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 469.945C320.148 469.945 321.781 468.273 321.781 466.211C321.781 464.149 320.148 462.477 318.134 462.477C316.12 462.477 314.487 464.149 314.487 466.211C314.487 468.273 316.12 469.945 318.134 469.945Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 469.945C351.419 469.945 353.052 468.273 353.052 466.211C353.052 464.149 351.419 462.477 349.405 462.477C347.391 462.477 345.758 464.149 345.758 466.211C345.758 468.273 347.391 469.945 349.405 469.945Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 469.945C382.691 469.945 384.324 468.273 384.324 466.211C384.324 464.149 382.691 462.477 380.676 462.477C378.662 462.477 377.029 464.149 377.029 466.211C377.029 468.273 378.662 469.945 380.676 469.945Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 466.211C415.595 468.274 413.963 469.945 411.948 469.945C409.933 469.945 408.301 468.274 408.301 466.211C408.301 464.148 409.933 462.477 411.948 462.477C413.963 462.477 415.595 464.148 415.595 466.211Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 469.945C445.227 469.945 446.86 468.273 446.86 466.211C446.86 464.149 445.227 462.477 443.212 462.477C441.198 462.477 439.565 464.149 439.565 466.211C439.565 468.273 441.198 469.945 443.212 469.945Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 469.945C476.498 469.945 478.131 468.273 478.131 466.211C478.131 464.149 476.498 462.477 474.484 462.477C472.469 462.477 470.836 464.149 470.836 466.211C470.836 468.273 472.469 469.945 474.484 469.945Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 469.945C507.769 469.945 509.402 468.273 509.402 466.211C509.402 464.149 507.769 462.477 505.755 462.477C503.74 462.477 502.107 464.149 502.107 466.211C502.107 468.273 503.74 469.945 505.755 469.945Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip26_26_3867)'%3E%3Cpath d='M464.045 310.091C466.06 310.091 467.692 308.419 467.692 306.357C467.692 304.295 466.06 302.623 464.045 302.623C462.031 302.623 460.398 304.295 460.398 306.357C460.398 308.419 462.031 310.091 464.045 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 310.091C497.331 310.091 498.964 308.419 498.964 306.357C498.964 304.295 497.331 302.623 495.316 302.623C493.302 302.623 491.669 304.295 491.669 306.357C491.669 308.419 493.302 310.091 495.316 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 310.091C528.602 310.091 530.235 308.419 530.235 306.357C530.235 304.295 528.602 302.623 526.588 302.623C524.573 302.623 522.94 304.295 522.94 306.357C522.94 308.419 524.573 310.091 526.588 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 306.357C561.507 308.42 559.875 310.091 557.859 310.091C555.844 310.091 554.212 308.42 554.212 306.357C554.212 304.294 555.844 302.623 557.859 302.623C559.875 302.623 561.507 304.294 561.507 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 310.091C591.138 310.091 592.771 308.419 592.771 306.357C592.771 304.295 591.138 302.623 589.124 302.623C587.109 302.623 585.477 304.295 585.477 306.357C585.477 308.419 587.109 310.091 589.124 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 310.091C622.409 310.091 624.042 308.419 624.042 306.357C624.042 304.295 622.409 302.623 620.395 302.623C618.381 302.623 616.748 304.295 616.748 306.357C616.748 308.419 618.381 310.091 620.395 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 310.091C653.681 310.091 655.314 308.419 655.314 306.357C655.314 304.295 653.681 302.623 651.666 302.623C649.652 302.623 648.019 304.295 648.019 306.357C648.019 308.419 649.652 310.091 651.666 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 342.098C466.06 342.098 467.692 340.426 467.692 338.364C467.692 336.301 466.06 334.63 464.045 334.63C462.031 334.63 460.398 336.301 460.398 338.364C460.398 340.426 462.031 342.098 464.045 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 342.098C497.331 342.098 498.964 340.426 498.964 338.364C498.964 336.301 497.331 334.63 495.316 334.63C493.302 334.63 491.669 336.301 491.669 338.364C491.669 340.426 493.302 342.098 495.316 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 342.098C528.602 342.098 530.235 340.426 530.235 338.364C530.235 336.301 528.602 334.63 526.588 334.63C524.573 334.63 522.94 336.301 522.94 338.364C522.94 340.426 524.573 342.098 526.588 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 338.364C561.507 340.427 559.875 342.098 557.859 342.098C555.844 342.098 554.212 340.427 554.212 338.364C554.212 336.301 555.844 334.63 557.859 334.63C559.875 334.63 561.507 336.301 561.507 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 342.098C591.138 342.098 592.771 340.426 592.771 338.364C592.771 336.301 591.138 334.63 589.124 334.63C587.109 334.63 585.477 336.301 585.477 338.364C585.477 340.426 587.109 342.098 589.124 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 342.098C622.409 342.098 624.042 340.426 624.042 338.364C624.042 336.301 622.409 334.63 620.395 334.63C618.381 334.63 616.748 336.301 616.748 338.364C616.748 340.426 618.381 342.098 620.395 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 342.098C653.681 342.098 655.314 340.426 655.314 338.364C655.314 336.301 653.681 334.63 651.666 334.63C649.652 334.63 648.019 336.301 648.019 338.364C648.019 340.426 649.652 342.098 651.666 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 373.901C466.06 373.901 467.692 372.229 467.692 370.167C467.692 368.105 466.06 366.433 464.045 366.433C462.031 366.433 460.398 368.105 460.398 370.167C460.398 372.229 462.031 373.901 464.045 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 373.901C497.331 373.901 498.964 372.229 498.964 370.167C498.964 368.105 497.331 366.433 495.316 366.433C493.302 366.433 491.669 368.105 491.669 370.167C491.669 372.229 493.302 373.901 495.316 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 373.901C528.602 373.901 530.235 372.229 530.235 370.167C530.235 368.105 528.602 366.433 526.588 366.433C524.573 366.433 522.94 368.105 522.94 370.167C522.94 372.229 524.573 373.901 526.588 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 370.167C561.507 372.23 559.875 373.901 557.859 373.901C555.844 373.901 554.212 372.23 554.212 370.167C554.212 368.104 555.844 366.433 557.859 366.433C559.875 366.433 561.507 368.104 561.507 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 373.901C591.138 373.901 592.771 372.229 592.771 370.167C592.771 368.105 591.138 366.433 589.124 366.433C587.109 366.433 585.477 368.105 585.477 370.167C585.477 372.229 587.109 373.901 589.124 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 373.901C622.409 373.901 624.042 372.229 624.042 370.167C624.042 368.105 622.409 366.433 620.395 366.433C618.381 366.433 616.748 368.105 616.748 370.167C616.748 372.229 618.381 373.901 620.395 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 373.901C653.681 373.901 655.314 372.229 655.314 370.167C655.314 368.105 653.681 366.433 651.666 366.433C649.652 366.433 648.019 368.105 648.019 370.167C648.019 372.229 649.652 373.901 651.666 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 405.915C466.06 405.915 467.692 404.243 467.692 402.181C467.692 400.119 466.06 398.447 464.045 398.447C462.031 398.447 460.398 400.119 460.398 402.181C460.398 404.243 462.031 405.915 464.045 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 405.915C497.331 405.915 498.964 404.243 498.964 402.181C498.964 400.119 497.331 398.447 495.316 398.447C493.302 398.447 491.669 400.119 491.669 402.181C491.669 404.243 493.302 405.915 495.316 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 405.915C528.602 405.915 530.235 404.243 530.235 402.181C530.235 400.119 528.602 398.447 526.588 398.447C524.573 398.447 522.94 400.119 522.94 402.181C522.94 404.243 524.573 405.915 526.588 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 402.181C561.507 404.244 559.875 405.915 557.859 405.915C555.844 405.915 554.212 404.244 554.212 402.181C554.212 400.118 555.844 398.447 557.859 398.447C559.875 398.447 561.507 400.118 561.507 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 405.915C591.138 405.915 592.771 404.243 592.771 402.181C592.771 400.119 591.138 398.447 589.124 398.447C587.109 398.447 585.477 400.119 585.477 402.181C585.477 404.243 587.109 405.915 589.124 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 405.915C622.409 405.915 624.042 404.243 624.042 402.181C624.042 400.119 622.409 398.447 620.395 398.447C618.381 398.447 616.748 400.119 616.748 402.181C616.748 404.243 618.381 405.915 620.395 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 405.915C653.681 405.915 655.314 404.243 655.314 402.181C655.314 400.119 653.681 398.447 651.666 398.447C649.652 398.447 648.019 400.119 648.019 402.181C648.019 404.243 649.652 405.915 651.666 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 437.922C466.06 437.922 467.692 436.25 467.692 434.188C467.692 432.126 466.06 430.454 464.045 430.454C462.031 430.454 460.398 432.126 460.398 434.188C460.398 436.25 462.031 437.922 464.045 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 437.922C497.331 437.922 498.964 436.25 498.964 434.188C498.964 432.126 497.331 430.454 495.316 430.454C493.302 430.454 491.669 432.126 491.669 434.188C491.669 436.25 493.302 437.922 495.316 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 437.922C528.602 437.922 530.235 436.25 530.235 434.188C530.235 432.126 528.602 430.454 526.588 430.454C524.573 430.454 522.94 432.126 522.94 434.188C522.94 436.25 524.573 437.922 526.588 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 434.188C561.507 436.251 559.875 437.922 557.859 437.922C555.844 437.922 554.212 436.251 554.212 434.188C554.212 432.125 555.844 430.454 557.859 430.454C559.875 430.454 561.507 432.125 561.507 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 437.922C591.138 437.922 592.771 436.25 592.771 434.188C592.771 432.126 591.138 430.454 589.124 430.454C587.109 430.454 585.477 432.126 585.477 434.188C585.477 436.25 587.109 437.922 589.124 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 437.922C622.409 437.922 624.042 436.25 624.042 434.188C624.042 432.126 622.409 430.454 620.395 430.454C618.381 430.454 616.748 432.126 616.748 434.188C616.748 436.25 618.381 437.922 620.395 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 437.922C653.681 437.922 655.314 436.25 655.314 434.188C655.314 432.126 653.681 430.454 651.666 430.454C649.652 430.454 648.019 432.126 648.019 434.188C648.019 436.25 649.652 437.922 651.666 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 469.726C466.06 469.726 467.692 468.054 467.692 465.992C467.692 463.93 466.06 462.258 464.045 462.258C462.031 462.258 460.398 463.93 460.398 465.992C460.398 468.054 462.031 469.726 464.045 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 469.726C497.331 469.726 498.964 468.054 498.964 465.992C498.964 463.93 497.331 462.258 495.316 462.258C493.302 462.258 491.669 463.93 491.669 465.992C491.669 468.054 493.302 469.726 495.316 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 469.726C528.602 469.726 530.235 468.054 530.235 465.992C530.235 463.93 528.602 462.258 526.588 462.258C524.573 462.258 522.94 463.93 522.94 465.992C522.94 468.054 524.573 469.726 526.588 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 465.992C561.507 468.055 559.875 469.726 557.859 469.726C555.844 469.726 554.212 468.055 554.212 465.992C554.212 463.929 555.844 462.258 557.859 462.258C559.875 462.258 561.507 463.929 561.507 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 469.726C591.138 469.726 592.771 468.054 592.771 465.992C592.771 463.93 591.138 462.258 589.124 462.258C587.109 462.258 585.477 463.93 585.477 465.992C585.477 468.054 587.109 469.726 589.124 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 469.726C622.409 469.726 624.042 468.054 624.042 465.992C624.042 463.93 622.409 462.258 620.395 462.258C618.381 462.258 616.748 463.93 616.748 465.992C616.748 468.054 618.381 469.726 620.395 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 469.726C653.681 469.726 655.314 468.054 655.314 465.992C655.314 463.93 653.681 462.258 651.666 462.258C649.652 462.258 648.019 463.93 648.019 465.992C648.019 468.054 649.652 469.726 651.666 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip27_26_3867)'%3E%3Cpath d='M613.26 310.091C615.274 310.091 616.907 308.419 616.907 306.357C616.907 304.294 615.274 302.623 613.26 302.623C611.246 302.623 609.613 304.294 609.613 306.357C609.613 308.419 611.246 310.091 613.26 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 310.091C646.546 310.091 648.179 308.419 648.179 306.357C648.179 304.294 646.546 302.623 644.531 302.623C642.517 302.623 640.884 304.294 640.884 306.357C640.884 308.419 642.517 310.091 644.531 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 310.091C677.817 310.091 679.45 308.419 679.45 306.357C679.45 304.294 677.817 302.623 675.803 302.623C673.788 302.623 672.155 304.294 672.155 306.357C672.155 308.419 673.788 310.091 675.803 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 306.357C710.722 308.42 709.089 310.091 707.074 310.091C705.059 310.091 703.427 308.42 703.427 306.357C703.427 304.294 705.059 302.623 707.074 302.623C709.089 302.623 710.722 304.294 710.722 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 310.091C740.353 310.091 741.986 308.419 741.986 306.357C741.986 304.294 740.353 302.623 738.339 302.623C736.324 302.623 734.691 304.294 734.691 306.357C734.691 308.419 736.324 310.091 738.339 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 310.091C771.624 310.091 773.257 308.419 773.257 306.357C773.257 304.294 771.624 302.623 769.61 302.623C767.596 302.623 765.963 304.294 765.963 306.357C765.963 308.419 767.596 310.091 769.61 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 310.091C802.895 310.091 804.528 308.419 804.528 306.357C804.528 304.294 802.895 302.623 800.881 302.623C798.867 302.623 797.234 304.294 797.234 306.357C797.234 308.419 798.867 310.091 800.881 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 342.097C615.274 342.097 616.907 340.426 616.907 338.364C616.907 336.301 615.274 334.63 613.26 334.63C611.246 334.63 609.613 336.301 609.613 338.364C609.613 340.426 611.246 342.097 613.26 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 342.097C646.546 342.097 648.179 340.426 648.179 338.364C648.179 336.301 646.546 334.63 644.531 334.63C642.517 334.63 640.884 336.301 640.884 338.364C640.884 340.426 642.517 342.097 644.531 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 342.097C677.817 342.097 679.45 340.426 679.45 338.364C679.45 336.301 677.817 334.63 675.803 334.63C673.788 334.63 672.155 336.301 672.155 338.364C672.155 340.426 673.788 342.097 675.803 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 338.364C710.722 340.427 709.089 342.097 707.074 342.097C705.059 342.097 703.427 340.427 703.427 338.364C703.427 336.3 705.059 334.63 707.074 334.63C709.089 334.63 710.722 336.3 710.722 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 342.097C740.353 342.097 741.986 340.426 741.986 338.364C741.986 336.301 740.353 334.63 738.339 334.63C736.324 334.63 734.691 336.301 734.691 338.364C734.691 340.426 736.324 342.097 738.339 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 342.097C771.624 342.097 773.257 340.426 773.257 338.364C773.257 336.301 771.624 334.63 769.61 334.63C767.596 334.63 765.963 336.301 765.963 338.364C765.963 340.426 767.596 342.097 769.61 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 342.097C802.895 342.097 804.528 340.426 804.528 338.364C804.528 336.301 802.895 334.63 800.881 334.63C798.867 334.63 797.234 336.301 797.234 338.364C797.234 340.426 798.867 342.097 800.881 342.097Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 373.901C615.274 373.901 616.907 372.229 616.907 370.167C616.907 368.105 615.274 366.433 613.26 366.433C611.246 366.433 609.613 368.105 609.613 370.167C609.613 372.229 611.246 373.901 613.26 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 373.901C646.546 373.901 648.179 372.229 648.179 370.167C648.179 368.105 646.546 366.433 644.531 366.433C642.517 366.433 640.884 368.105 640.884 370.167C640.884 372.229 642.517 373.901 644.531 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 373.901C677.817 373.901 679.45 372.229 679.45 370.167C679.45 368.105 677.817 366.433 675.803 366.433C673.788 366.433 672.155 368.105 672.155 370.167C672.155 372.229 673.788 373.901 675.803 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 370.167C710.722 372.23 709.089 373.901 707.074 373.901C705.059 373.901 703.427 372.23 703.427 370.167C703.427 368.104 705.059 366.433 707.074 366.433C709.089 366.433 710.722 368.104 710.722 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 373.901C740.353 373.901 741.986 372.229 741.986 370.167C741.986 368.105 740.353 366.433 738.339 366.433C736.324 366.433 734.691 368.105 734.691 370.167C734.691 372.229 736.324 373.901 738.339 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 373.901C771.624 373.901 773.257 372.229 773.257 370.167C773.257 368.105 771.624 366.433 769.61 366.433C767.596 366.433 765.963 368.105 765.963 370.167C765.963 372.229 767.596 373.901 769.61 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 373.901C802.895 373.901 804.528 372.229 804.528 370.167C804.528 368.105 802.895 366.433 800.881 366.433C798.867 366.433 797.234 368.105 797.234 370.167C797.234 372.229 798.867 373.901 800.881 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 405.915C615.274 405.915 616.907 404.243 616.907 402.181C616.907 400.119 615.274 398.447 613.26 398.447C611.246 398.447 609.613 400.119 609.613 402.181C609.613 404.243 611.246 405.915 613.26 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 405.915C646.546 405.915 648.179 404.243 648.179 402.181C648.179 400.119 646.546 398.447 644.531 398.447C642.517 398.447 640.884 400.119 640.884 402.181C640.884 404.243 642.517 405.915 644.531 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 405.915C677.817 405.915 679.45 404.243 679.45 402.181C679.45 400.119 677.817 398.447 675.803 398.447C673.788 398.447 672.155 400.119 672.155 402.181C672.155 404.243 673.788 405.915 675.803 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 402.181C710.722 404.244 709.089 405.915 707.074 405.915C705.059 405.915 703.427 404.244 703.427 402.181C703.427 400.118 705.059 398.447 707.074 398.447C709.089 398.447 710.722 400.118 710.722 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 405.915C740.353 405.915 741.986 404.243 741.986 402.181C741.986 400.119 740.353 398.447 738.339 398.447C736.324 398.447 734.691 400.119 734.691 402.181C734.691 404.243 736.324 405.915 738.339 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 405.915C771.624 405.915 773.257 404.243 773.257 402.181C773.257 400.119 771.624 398.447 769.61 398.447C767.596 398.447 765.963 400.119 765.963 402.181C765.963 404.243 767.596 405.915 769.61 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 405.915C802.895 405.915 804.528 404.243 804.528 402.181C804.528 400.119 802.895 398.447 800.881 398.447C798.867 398.447 797.234 400.119 797.234 402.181C797.234 404.243 798.867 405.915 800.881 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 437.922C615.274 437.922 616.907 436.25 616.907 434.188C616.907 432.126 615.274 430.454 613.26 430.454C611.246 430.454 609.613 432.126 609.613 434.188C609.613 436.25 611.246 437.922 613.26 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 437.922C646.546 437.922 648.179 436.25 648.179 434.188C648.179 432.126 646.546 430.454 644.531 430.454C642.517 430.454 640.884 432.126 640.884 434.188C640.884 436.25 642.517 437.922 644.531 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 437.922C677.817 437.922 679.45 436.25 679.45 434.188C679.45 432.126 677.817 430.454 675.803 430.454C673.788 430.454 672.155 432.126 672.155 434.188C672.155 436.25 673.788 437.922 675.803 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 434.188C710.722 436.251 709.089 437.922 707.074 437.922C705.059 437.922 703.427 436.251 703.427 434.188C703.427 432.125 705.059 430.454 707.074 430.454C709.089 430.454 710.722 432.125 710.722 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 437.922C740.353 437.922 741.986 436.25 741.986 434.188C741.986 432.126 740.353 430.454 738.339 430.454C736.324 430.454 734.691 432.126 734.691 434.188C734.691 436.25 736.324 437.922 738.339 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 437.922C771.624 437.922 773.257 436.25 773.257 434.188C773.257 432.126 771.624 430.454 769.61 430.454C767.596 430.454 765.963 432.126 765.963 434.188C765.963 436.25 767.596 437.922 769.61 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 437.922C802.895 437.922 804.528 436.25 804.528 434.188C804.528 432.126 802.895 430.454 800.881 430.454C798.867 430.454 797.234 432.126 797.234 434.188C797.234 436.25 798.867 437.922 800.881 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 469.725C615.274 469.725 616.907 468.054 616.907 465.992C616.907 463.929 615.274 462.258 613.26 462.258C611.246 462.258 609.613 463.929 609.613 465.992C609.613 468.054 611.246 469.725 613.26 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 469.725C646.546 469.725 648.179 468.054 648.179 465.992C648.179 463.929 646.546 462.258 644.531 462.258C642.517 462.258 640.884 463.929 640.884 465.992C640.884 468.054 642.517 469.725 644.531 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 469.725C677.817 469.725 679.45 468.054 679.45 465.992C679.45 463.929 677.817 462.258 675.803 462.258C673.788 462.258 672.155 463.929 672.155 465.992C672.155 468.054 673.788 469.725 675.803 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 465.992C710.722 468.055 709.089 469.725 707.074 469.725C705.059 469.725 703.427 468.055 703.427 465.992C703.427 463.929 705.059 462.258 707.074 462.258C709.089 462.258 710.722 463.929 710.722 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 469.725C740.353 469.725 741.986 468.054 741.986 465.992C741.986 463.929 740.353 462.258 738.339 462.258C736.324 462.258 734.691 463.929 734.691 465.992C734.691 468.054 736.324 469.725 738.339 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 469.725C771.624 469.725 773.257 468.054 773.257 465.992C773.257 463.929 771.624 462.258 769.61 462.258C767.596 462.258 765.963 463.929 765.963 465.992C765.963 468.054 767.596 469.725 769.61 469.725Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 469.725C802.895 469.725 804.528 468.054 804.528 465.992C804.528 463.929 802.895 462.258 800.881 462.258C798.867 462.258 797.234 463.929 797.234 465.992C797.234 468.054 798.867 469.725 800.881 469.725Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip28_26_3867)'%3E%3Cpath d='M16.8392 464.811C18.8535 464.811 20.4864 463.14 20.4864 461.077C20.4864 459.015 18.8535 457.344 16.8392 457.344C14.8248 457.344 13.1919 459.015 13.1919 461.077C13.1919 463.14 14.8248 464.811 16.8392 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 464.811C50.1245 464.811 51.7574 463.14 51.7574 461.077C51.7574 459.015 50.1245 457.344 48.1101 457.344C46.0958 457.344 44.4629 459.015 44.4629 461.077C44.4629 463.14 46.0958 464.811 48.1101 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 496.818C18.8535 496.818 20.4864 495.147 20.4864 493.084C20.4864 491.022 18.8535 489.35 16.8392 489.35C14.8248 489.35 13.1919 491.022 13.1919 493.084C13.1919 495.147 14.8248 496.818 16.8392 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 496.818C50.1245 496.818 51.7574 495.147 51.7574 493.084C51.7574 491.022 50.1245 489.35 48.1101 489.35C46.0958 489.35 44.4629 491.022 44.4629 493.084C44.4629 495.147 46.0958 496.818 48.1101 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 528.622C18.8535 528.622 20.4864 526.95 20.4864 524.888C20.4864 522.826 18.8535 521.154 16.8392 521.154C14.8248 521.154 13.1919 522.826 13.1919 524.888C13.1919 526.95 14.8248 528.622 16.8392 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 528.622C50.1245 528.622 51.7574 526.95 51.7574 524.888C51.7574 522.826 50.1245 521.154 48.1101 521.154C46.0958 521.154 44.4629 522.826 44.4629 524.888C44.4629 526.95 46.0958 528.622 48.1101 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 560.636C18.8535 560.636 20.4864 558.964 20.4864 556.902C20.4864 554.84 18.8535 553.168 16.8392 553.168C14.8248 553.168 13.1919 554.84 13.1919 556.902C13.1919 558.964 14.8248 560.636 16.8392 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 560.636C50.1245 560.636 51.7574 558.964 51.7574 556.902C51.7574 554.84 50.1245 553.168 48.1101 553.168C46.0958 553.168 44.4629 554.84 44.4629 556.902C44.4629 558.964 46.0958 560.636 48.1101 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 592.643C18.8535 592.643 20.4864 590.971 20.4864 588.909C20.4864 586.847 18.8535 585.175 16.8392 585.175C14.8248 585.175 13.1919 586.847 13.1919 588.909C13.1919 590.971 14.8248 592.643 16.8392 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 592.643C50.1245 592.643 51.7574 590.971 51.7574 588.909C51.7574 586.847 50.1245 585.175 48.1101 585.175C46.0958 585.175 44.4629 586.847 44.4629 588.909C44.4629 590.971 46.0958 592.643 48.1101 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M16.8392 624.446C18.8535 624.446 20.4864 622.775 20.4864 620.712C20.4864 618.65 18.8535 616.979 16.8392 616.979C14.8248 616.979 13.1919 618.65 13.1919 620.712C13.1919 622.775 14.8248 624.446 16.8392 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M48.1101 624.446C50.1245 624.446 51.7574 622.775 51.7574 620.712C51.7574 618.65 50.1245 616.979 48.1101 616.979C46.0958 616.979 44.4629 618.65 44.4629 620.712C44.4629 622.775 46.0958 624.446 48.1101 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip29_26_3867)'%3E%3Cpath d='M11.356 464.811C13.3703 464.811 15.0033 463.14 15.0033 461.077C15.0033 459.015 13.3703 457.343 11.356 457.343C9.34167 457.343 7.70874 459.015 7.70874 461.077C7.70874 463.14 9.34167 464.811 11.356 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 464.811C44.6416 464.811 46.2745 463.14 46.2745 461.077C46.2745 459.015 44.6416 457.343 42.6272 457.343C40.6129 457.343 38.98 459.015 38.98 461.077C38.98 463.14 40.6129 464.811 42.6272 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 464.811C75.9128 464.811 77.5457 463.14 77.5457 461.077C77.5457 459.015 75.9128 457.343 73.8985 457.343C71.8842 457.343 70.2512 459.015 70.2512 461.077C70.2512 463.14 71.8842 464.811 73.8985 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 461.077C108.817 463.14 107.185 464.811 105.17 464.811C103.155 464.811 101.523 463.14 101.523 461.077C101.523 459.014 103.155 457.343 105.17 457.343C107.185 457.343 108.817 459.014 108.817 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 464.811C138.449 464.811 140.082 463.14 140.082 461.077C140.082 459.015 138.449 457.343 136.435 457.343C134.42 457.343 132.787 459.015 132.787 461.077C132.787 463.14 134.42 464.811 136.435 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 464.811C169.72 464.811 171.353 463.14 171.353 461.077C171.353 459.015 169.72 457.343 167.706 457.343C165.692 457.343 164.059 459.015 164.059 461.077C164.059 463.14 165.692 464.811 167.706 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 464.811C200.991 464.811 202.624 463.14 202.624 461.077C202.624 459.015 200.991 457.343 198.977 457.343C196.963 457.343 195.33 459.015 195.33 461.077C195.33 463.14 196.963 464.811 198.977 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 496.818C13.3703 496.818 15.0033 495.146 15.0033 493.084C15.0033 491.022 13.3703 489.35 11.356 489.35C9.34167 489.35 7.70874 491.022 7.70874 493.084C7.70874 495.146 9.34167 496.818 11.356 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 496.818C44.6416 496.818 46.2745 495.146 46.2745 493.084C46.2745 491.022 44.6416 489.35 42.6272 489.35C40.6129 489.35 38.98 491.022 38.98 493.084C38.98 495.146 40.6129 496.818 42.6272 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 496.818C75.9128 496.818 77.5457 495.146 77.5457 493.084C77.5457 491.022 75.9128 489.35 73.8985 489.35C71.8842 489.35 70.2512 491.022 70.2512 493.084C70.2512 495.146 71.8842 496.818 73.8985 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 493.084C108.817 495.147 107.185 496.818 105.17 496.818C103.155 496.818 101.523 495.147 101.523 493.084C101.523 491.021 103.155 489.35 105.17 489.35C107.185 489.35 108.817 491.021 108.817 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 496.818C138.449 496.818 140.082 495.146 140.082 493.084C140.082 491.022 138.449 489.35 136.435 489.35C134.42 489.35 132.787 491.022 132.787 493.084C132.787 495.146 134.42 496.818 136.435 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 496.818C169.72 496.818 171.353 495.146 171.353 493.084C171.353 491.022 169.72 489.35 167.706 489.35C165.692 489.35 164.059 491.022 164.059 493.084C164.059 495.146 165.692 496.818 167.706 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 496.818C200.991 496.818 202.624 495.146 202.624 493.084C202.624 491.022 200.991 489.35 198.977 489.35C196.963 489.35 195.33 491.022 195.33 493.084C195.33 495.146 196.963 496.818 198.977 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 528.622C13.3703 528.622 15.0033 526.95 15.0033 524.888C15.0033 522.826 13.3703 521.154 11.356 521.154C9.34167 521.154 7.70874 522.826 7.70874 524.888C7.70874 526.95 9.34167 528.622 11.356 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 528.622C44.6416 528.622 46.2745 526.95 46.2745 524.888C46.2745 522.826 44.6416 521.154 42.6272 521.154C40.6129 521.154 38.98 522.826 38.98 524.888C38.98 526.95 40.6129 528.622 42.6272 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 528.622C75.9128 528.622 77.5457 526.95 77.5457 524.888C77.5457 522.826 75.9128 521.154 73.8985 521.154C71.8842 521.154 70.2512 522.826 70.2512 524.888C70.2512 526.95 71.8842 528.622 73.8985 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 524.888C108.817 526.951 107.185 528.622 105.17 528.622C103.155 528.622 101.523 526.951 101.523 524.888C101.523 522.825 103.155 521.154 105.17 521.154C107.185 521.154 108.817 522.825 108.817 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 528.622C138.449 528.622 140.082 526.95 140.082 524.888C140.082 522.826 138.449 521.154 136.435 521.154C134.42 521.154 132.787 522.826 132.787 524.888C132.787 526.95 134.42 528.622 136.435 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 528.622C169.72 528.622 171.353 526.95 171.353 524.888C171.353 522.826 169.72 521.154 167.706 521.154C165.692 521.154 164.059 522.826 164.059 524.888C164.059 526.95 165.692 528.622 167.706 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 528.622C200.991 528.622 202.624 526.95 202.624 524.888C202.624 522.826 200.991 521.154 198.977 521.154C196.963 521.154 195.33 522.826 195.33 524.888C195.33 526.95 196.963 528.622 198.977 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 560.636C13.3703 560.636 15.0033 558.964 15.0033 556.902C15.0033 554.84 13.3703 553.168 11.356 553.168C9.34167 553.168 7.70874 554.84 7.70874 556.902C7.70874 558.964 9.34167 560.636 11.356 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 560.636C44.6416 560.636 46.2745 558.964 46.2745 556.902C46.2745 554.84 44.6416 553.168 42.6272 553.168C40.6129 553.168 38.98 554.84 38.98 556.902C38.98 558.964 40.6129 560.636 42.6272 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 560.636C75.9128 560.636 77.5457 558.964 77.5457 556.902C77.5457 554.84 75.9128 553.168 73.8985 553.168C71.8842 553.168 70.2512 554.84 70.2512 556.902C70.2512 558.964 71.8842 560.636 73.8985 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 556.902C108.817 558.965 107.185 560.636 105.17 560.636C103.155 560.636 101.523 558.965 101.523 556.902C101.523 554.839 103.155 553.168 105.17 553.168C107.185 553.168 108.817 554.839 108.817 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 560.636C138.449 560.636 140.082 558.964 140.082 556.902C140.082 554.84 138.449 553.168 136.435 553.168C134.42 553.168 132.787 554.84 132.787 556.902C132.787 558.964 134.42 560.636 136.435 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 560.636C169.72 560.636 171.353 558.964 171.353 556.902C171.353 554.84 169.72 553.168 167.706 553.168C165.692 553.168 164.059 554.84 164.059 556.902C164.059 558.964 165.692 560.636 167.706 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 560.636C200.991 560.636 202.624 558.964 202.624 556.902C202.624 554.84 200.991 553.168 198.977 553.168C196.963 553.168 195.33 554.84 195.33 556.902C195.33 558.964 196.963 560.636 198.977 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 592.643C13.3703 592.643 15.0033 590.971 15.0033 588.909C15.0033 586.847 13.3703 585.175 11.356 585.175C9.34167 585.175 7.70874 586.847 7.70874 588.909C7.70874 590.971 9.34167 592.643 11.356 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 592.643C44.6416 592.643 46.2745 590.971 46.2745 588.909C46.2745 586.847 44.6416 585.175 42.6272 585.175C40.6129 585.175 38.98 586.847 38.98 588.909C38.98 590.971 40.6129 592.643 42.6272 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 592.643C75.9128 592.643 77.5457 590.971 77.5457 588.909C77.5457 586.847 75.9128 585.175 73.8985 585.175C71.8842 585.175 70.2512 586.847 70.2512 588.909C70.2512 590.971 71.8842 592.643 73.8985 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 588.909C108.817 590.972 107.185 592.643 105.17 592.643C103.155 592.643 101.523 590.972 101.523 588.909C101.523 586.846 103.155 585.175 105.17 585.175C107.185 585.175 108.817 586.846 108.817 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 592.643C138.449 592.643 140.082 590.971 140.082 588.909C140.082 586.847 138.449 585.175 136.435 585.175C134.42 585.175 132.787 586.847 132.787 588.909C132.787 590.971 134.42 592.643 136.435 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 592.643C169.72 592.643 171.353 590.971 171.353 588.909C171.353 586.847 169.72 585.175 167.706 585.175C165.692 585.175 164.059 586.847 164.059 588.909C164.059 590.971 165.692 592.643 167.706 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 592.643C200.991 592.643 202.624 590.971 202.624 588.909C202.624 586.847 200.991 585.175 198.977 585.175C196.963 585.175 195.33 586.847 195.33 588.909C195.33 590.971 196.963 592.643 198.977 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M11.356 624.446C13.3703 624.446 15.0033 622.774 15.0033 620.712C15.0033 618.65 13.3703 616.978 11.356 616.978C9.34167 616.978 7.70874 618.65 7.70874 620.712C7.70874 622.774 9.34167 624.446 11.356 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M42.6272 624.446C44.6416 624.446 46.2745 622.774 46.2745 620.712C46.2745 618.65 44.6416 616.978 42.6272 616.978C40.6129 616.978 38.98 618.65 38.98 620.712C38.98 622.774 40.6129 624.446 42.6272 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M73.8985 624.446C75.9128 624.446 77.5457 622.774 77.5457 620.712C77.5457 618.65 75.9128 616.978 73.8985 616.978C71.8842 616.978 70.2512 618.65 70.2512 620.712C70.2512 622.774 71.8842 624.446 73.8985 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M108.817 620.712C108.817 622.775 107.185 624.446 105.17 624.446C103.155 624.446 101.523 622.775 101.523 620.712C101.523 618.649 103.155 616.978 105.17 616.978C107.185 616.978 108.817 618.649 108.817 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M136.435 624.446C138.449 624.446 140.082 622.774 140.082 620.712C140.082 618.65 138.449 616.978 136.435 616.978C134.42 616.978 132.787 618.65 132.787 620.712C132.787 622.774 134.42 624.446 136.435 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M167.706 624.446C169.72 624.446 171.353 622.774 171.353 620.712C171.353 618.65 169.72 616.978 167.706 616.978C165.692 616.978 164.059 618.65 164.059 620.712C164.059 622.774 165.692 624.446 167.706 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M198.977 624.446C200.991 624.446 202.624 622.774 202.624 620.712C202.624 618.65 200.991 616.978 198.977 616.978C196.963 616.978 195.33 618.65 195.33 620.712C195.33 622.774 196.963 624.446 198.977 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip30_26_3867)'%3E%3Cpath d='M168.919 464.811C170.933 464.811 172.566 463.14 172.566 461.077C172.566 459.015 170.933 457.344 168.919 457.344C166.905 457.344 165.272 459.015 165.272 461.077C165.272 463.14 166.905 464.811 168.919 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 464.811C202.205 464.811 203.837 463.14 203.837 461.077C203.837 459.015 202.205 457.344 200.19 457.344C198.176 457.344 196.543 459.015 196.543 461.077C196.543 463.14 198.176 464.811 200.19 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 464.811C233.476 464.811 235.109 463.14 235.109 461.077C235.109 459.015 233.476 457.344 231.461 457.344C229.447 457.344 227.814 459.015 227.814 461.077C227.814 463.14 229.447 464.811 231.461 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 461.077C266.38 463.141 264.748 464.811 262.733 464.811C260.718 464.811 259.086 463.141 259.086 461.077C259.086 459.014 260.718 457.344 262.733 457.344C264.748 457.344 266.38 459.014 266.38 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 464.811C296.012 464.811 297.645 463.14 297.645 461.077C297.645 459.015 296.012 457.344 293.998 457.344C291.983 457.344 290.35 459.015 290.35 461.077C290.35 463.14 291.983 464.811 293.998 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 464.811C327.283 464.811 328.916 463.14 328.916 461.077C328.916 459.015 327.283 457.344 325.269 457.344C323.255 457.344 321.622 459.015 321.622 461.077C321.622 463.14 323.255 464.811 325.269 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 464.811C358.554 464.811 360.187 463.14 360.187 461.077C360.187 459.015 358.554 457.344 356.54 457.344C354.525 457.344 352.893 459.015 352.893 461.077C352.893 463.14 354.525 464.811 356.54 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 496.818C170.933 496.818 172.566 495.147 172.566 493.084C172.566 491.022 170.933 489.35 168.919 489.35C166.905 489.35 165.272 491.022 165.272 493.084C165.272 495.147 166.905 496.818 168.919 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 496.818C202.205 496.818 203.837 495.147 203.837 493.084C203.837 491.022 202.205 489.35 200.19 489.35C198.176 489.35 196.543 491.022 196.543 493.084C196.543 495.147 198.176 496.818 200.19 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 496.818C233.476 496.818 235.109 495.147 235.109 493.084C235.109 491.022 233.476 489.35 231.461 489.35C229.447 489.35 227.814 491.022 227.814 493.084C227.814 495.147 229.447 496.818 231.461 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 493.084C266.38 495.147 264.748 496.818 262.733 496.818C260.718 496.818 259.086 495.147 259.086 493.084C259.086 491.021 260.718 489.35 262.733 489.35C264.748 489.35 266.38 491.021 266.38 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 496.818C296.012 496.818 297.645 495.147 297.645 493.084C297.645 491.022 296.012 489.35 293.998 489.35C291.983 489.35 290.35 491.022 290.35 493.084C290.35 495.147 291.983 496.818 293.998 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 496.818C327.283 496.818 328.916 495.147 328.916 493.084C328.916 491.022 327.283 489.35 325.269 489.35C323.255 489.35 321.622 491.022 321.622 493.084C321.622 495.147 323.255 496.818 325.269 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 496.818C358.554 496.818 360.187 495.147 360.187 493.084C360.187 491.022 358.554 489.35 356.54 489.35C354.525 489.35 352.893 491.022 352.893 493.084C352.893 495.147 354.525 496.818 356.54 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 528.622C170.933 528.622 172.566 526.95 172.566 524.888C172.566 522.826 170.933 521.154 168.919 521.154C166.905 521.154 165.272 522.826 165.272 524.888C165.272 526.95 166.905 528.622 168.919 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 528.622C202.205 528.622 203.837 526.95 203.837 524.888C203.837 522.826 202.205 521.154 200.19 521.154C198.176 521.154 196.543 522.826 196.543 524.888C196.543 526.95 198.176 528.622 200.19 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 528.622C233.476 528.622 235.109 526.95 235.109 524.888C235.109 522.826 233.476 521.154 231.461 521.154C229.447 521.154 227.814 522.826 227.814 524.888C227.814 526.95 229.447 528.622 231.461 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 524.888C266.38 526.951 264.748 528.622 262.733 528.622C260.718 528.622 259.086 526.951 259.086 524.888C259.086 522.825 260.718 521.154 262.733 521.154C264.748 521.154 266.38 522.825 266.38 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 528.622C296.012 528.622 297.645 526.95 297.645 524.888C297.645 522.826 296.012 521.154 293.998 521.154C291.983 521.154 290.35 522.826 290.35 524.888C290.35 526.95 291.983 528.622 293.998 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 528.622C327.283 528.622 328.916 526.95 328.916 524.888C328.916 522.826 327.283 521.154 325.269 521.154C323.255 521.154 321.622 522.826 321.622 524.888C321.622 526.95 323.255 528.622 325.269 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 528.622C358.554 528.622 360.187 526.95 360.187 524.888C360.187 522.826 358.554 521.154 356.54 521.154C354.525 521.154 352.893 522.826 352.893 524.888C352.893 526.95 354.525 528.622 356.54 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 560.636C170.933 560.636 172.566 558.964 172.566 556.902C172.566 554.84 170.933 553.168 168.919 553.168C166.905 553.168 165.272 554.84 165.272 556.902C165.272 558.964 166.905 560.636 168.919 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 560.636C202.205 560.636 203.837 558.964 203.837 556.902C203.837 554.84 202.205 553.168 200.19 553.168C198.176 553.168 196.543 554.84 196.543 556.902C196.543 558.964 198.176 560.636 200.19 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 560.636C233.476 560.636 235.109 558.964 235.109 556.902C235.109 554.84 233.476 553.168 231.461 553.168C229.447 553.168 227.814 554.84 227.814 556.902C227.814 558.964 229.447 560.636 231.461 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 556.902C266.38 558.965 264.748 560.636 262.733 560.636C260.718 560.636 259.086 558.965 259.086 556.902C259.086 554.839 260.718 553.168 262.733 553.168C264.748 553.168 266.38 554.839 266.38 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 560.636C296.012 560.636 297.645 558.964 297.645 556.902C297.645 554.84 296.012 553.168 293.998 553.168C291.983 553.168 290.35 554.84 290.35 556.902C290.35 558.964 291.983 560.636 293.998 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 560.636C327.283 560.636 328.916 558.964 328.916 556.902C328.916 554.84 327.283 553.168 325.269 553.168C323.255 553.168 321.622 554.84 321.622 556.902C321.622 558.964 323.255 560.636 325.269 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 560.636C358.554 560.636 360.187 558.964 360.187 556.902C360.187 554.84 358.554 553.168 356.54 553.168C354.525 553.168 352.893 554.84 352.893 556.902C352.893 558.964 354.525 560.636 356.54 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 592.643C170.933 592.643 172.566 590.971 172.566 588.909C172.566 586.847 170.933 585.175 168.919 585.175C166.905 585.175 165.272 586.847 165.272 588.909C165.272 590.971 166.905 592.643 168.919 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 592.643C202.205 592.643 203.837 590.971 203.837 588.909C203.837 586.847 202.205 585.175 200.19 585.175C198.176 585.175 196.543 586.847 196.543 588.909C196.543 590.971 198.176 592.643 200.19 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 592.643C233.476 592.643 235.109 590.971 235.109 588.909C235.109 586.847 233.476 585.175 231.461 585.175C229.447 585.175 227.814 586.847 227.814 588.909C227.814 590.971 229.447 592.643 231.461 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 588.909C266.38 590.972 264.748 592.643 262.733 592.643C260.718 592.643 259.086 590.972 259.086 588.909C259.086 586.846 260.718 585.175 262.733 585.175C264.748 585.175 266.38 586.846 266.38 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 592.643C296.012 592.643 297.645 590.971 297.645 588.909C297.645 586.847 296.012 585.175 293.998 585.175C291.983 585.175 290.35 586.847 290.35 588.909C290.35 590.971 291.983 592.643 293.998 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 592.643C327.283 592.643 328.916 590.971 328.916 588.909C328.916 586.847 327.283 585.175 325.269 585.175C323.255 585.175 321.622 586.847 321.622 588.909C321.622 590.971 323.255 592.643 325.269 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 592.643C358.554 592.643 360.187 590.971 360.187 588.909C360.187 586.847 358.554 585.175 356.54 585.175C354.525 585.175 352.893 586.847 352.893 588.909C352.893 590.971 354.525 592.643 356.54 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M168.919 624.446C170.933 624.446 172.566 622.775 172.566 620.712C172.566 618.65 170.933 616.979 168.919 616.979C166.905 616.979 165.272 618.65 165.272 620.712C165.272 622.775 166.905 624.446 168.919 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M200.19 624.446C202.205 624.446 203.837 622.775 203.837 620.712C203.837 618.65 202.205 616.979 200.19 616.979C198.176 616.979 196.543 618.65 196.543 620.712C196.543 622.775 198.176 624.446 200.19 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M231.461 624.446C233.476 624.446 235.109 622.775 235.109 620.712C235.109 618.65 233.476 616.979 231.461 616.979C229.447 616.979 227.814 618.65 227.814 620.712C227.814 622.775 229.447 624.446 231.461 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M266.38 620.712C266.38 622.776 264.748 624.446 262.733 624.446C260.718 624.446 259.086 622.776 259.086 620.712C259.086 618.649 260.718 616.979 262.733 616.979C264.748 616.979 266.38 618.649 266.38 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M293.998 624.446C296.012 624.446 297.645 622.775 297.645 620.712C297.645 618.65 296.012 616.979 293.998 616.979C291.983 616.979 290.35 618.65 290.35 620.712C290.35 622.775 291.983 624.446 293.998 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M325.269 624.446C327.283 624.446 328.916 622.775 328.916 620.712C328.916 618.65 327.283 616.979 325.269 616.979C323.255 616.979 321.622 618.65 321.622 620.712C321.622 622.775 323.255 624.446 325.269 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M356.54 624.446C358.554 624.446 360.187 622.775 360.187 620.712C360.187 618.65 358.554 616.979 356.54 616.979C354.525 616.979 352.893 618.65 352.893 620.712C352.893 622.775 354.525 624.446 356.54 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip31_26_3867)'%3E%3Cpath d='M318.134 464.811C320.148 464.811 321.781 463.14 321.781 461.077C321.781 459.015 320.148 457.344 318.134 457.344C316.12 457.344 314.487 459.015 314.487 461.077C314.487 463.14 316.12 464.811 318.134 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 464.811C351.419 464.811 353.052 463.14 353.052 461.077C353.052 459.015 351.419 457.344 349.405 457.344C347.391 457.344 345.758 459.015 345.758 461.077C345.758 463.14 347.391 464.811 349.405 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 464.811C382.691 464.811 384.324 463.14 384.324 461.077C384.324 459.015 382.691 457.344 380.676 457.344C378.662 457.344 377.029 459.015 377.029 461.077C377.029 463.14 378.662 464.811 380.676 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 461.077C415.595 463.14 413.963 464.811 411.948 464.811C409.933 464.811 408.301 463.14 408.301 461.077C408.301 459.014 409.933 457.344 411.948 457.344C413.963 457.344 415.595 459.014 415.595 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 464.811C445.227 464.811 446.86 463.14 446.86 461.077C446.86 459.015 445.227 457.344 443.212 457.344C441.198 457.344 439.565 459.015 439.565 461.077C439.565 463.14 441.198 464.811 443.212 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 464.811C476.498 464.811 478.131 463.14 478.131 461.077C478.131 459.015 476.498 457.344 474.484 457.344C472.469 457.344 470.836 459.015 470.836 461.077C470.836 463.14 472.469 464.811 474.484 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 464.811C507.769 464.811 509.402 463.14 509.402 461.077C509.402 459.015 507.769 457.344 505.755 457.344C503.74 457.344 502.107 459.015 502.107 461.077C502.107 463.14 503.74 464.811 505.755 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 496.818C320.148 496.818 321.781 495.146 321.781 493.084C321.781 491.022 320.148 489.35 318.134 489.35C316.12 489.35 314.487 491.022 314.487 493.084C314.487 495.146 316.12 496.818 318.134 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 496.818C351.419 496.818 353.052 495.146 353.052 493.084C353.052 491.022 351.419 489.35 349.405 489.35C347.391 489.35 345.758 491.022 345.758 493.084C345.758 495.146 347.391 496.818 349.405 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 496.818C382.691 496.818 384.324 495.146 384.324 493.084C384.324 491.022 382.691 489.35 380.676 489.35C378.662 489.35 377.029 491.022 377.029 493.084C377.029 495.146 378.662 496.818 380.676 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 493.084C415.595 495.147 413.963 496.818 411.948 496.818C409.933 496.818 408.301 495.147 408.301 493.084C408.301 491.021 409.933 489.35 411.948 489.35C413.963 489.35 415.595 491.021 415.595 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 496.818C445.227 496.818 446.86 495.146 446.86 493.084C446.86 491.022 445.227 489.35 443.212 489.35C441.198 489.35 439.565 491.022 439.565 493.084C439.565 495.146 441.198 496.818 443.212 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 496.818C476.498 496.818 478.131 495.146 478.131 493.084C478.131 491.022 476.498 489.35 474.484 489.35C472.469 489.35 470.836 491.022 470.836 493.084C470.836 495.146 472.469 496.818 474.484 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 496.818C507.769 496.818 509.402 495.146 509.402 493.084C509.402 491.022 507.769 489.35 505.755 489.35C503.74 489.35 502.107 491.022 502.107 493.084C502.107 495.146 503.74 496.818 505.755 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 528.622C320.148 528.622 321.781 526.95 321.781 524.888C321.781 522.826 320.148 521.154 318.134 521.154C316.12 521.154 314.487 522.826 314.487 524.888C314.487 526.95 316.12 528.622 318.134 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 528.622C351.419 528.622 353.052 526.95 353.052 524.888C353.052 522.826 351.419 521.154 349.405 521.154C347.391 521.154 345.758 522.826 345.758 524.888C345.758 526.95 347.391 528.622 349.405 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 528.622C382.691 528.622 384.324 526.95 384.324 524.888C384.324 522.826 382.691 521.154 380.676 521.154C378.662 521.154 377.029 522.826 377.029 524.888C377.029 526.95 378.662 528.622 380.676 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 524.888C415.595 526.951 413.963 528.622 411.948 528.622C409.933 528.622 408.301 526.951 408.301 524.888C408.301 522.825 409.933 521.154 411.948 521.154C413.963 521.154 415.595 522.825 415.595 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 528.622C445.227 528.622 446.86 526.95 446.86 524.888C446.86 522.826 445.227 521.154 443.212 521.154C441.198 521.154 439.565 522.826 439.565 524.888C439.565 526.95 441.198 528.622 443.212 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 528.622C476.498 528.622 478.131 526.95 478.131 524.888C478.131 522.826 476.498 521.154 474.484 521.154C472.469 521.154 470.836 522.826 470.836 524.888C470.836 526.95 472.469 528.622 474.484 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 528.622C507.769 528.622 509.402 526.95 509.402 524.888C509.402 522.826 507.769 521.154 505.755 521.154C503.74 521.154 502.107 522.826 502.107 524.888C502.107 526.95 503.74 528.622 505.755 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 560.636C320.148 560.636 321.781 558.964 321.781 556.902C321.781 554.84 320.148 553.168 318.134 553.168C316.12 553.168 314.487 554.84 314.487 556.902C314.487 558.964 316.12 560.636 318.134 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 560.636C351.419 560.636 353.052 558.964 353.052 556.902C353.052 554.84 351.419 553.168 349.405 553.168C347.391 553.168 345.758 554.84 345.758 556.902C345.758 558.964 347.391 560.636 349.405 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 560.636C382.691 560.636 384.324 558.964 384.324 556.902C384.324 554.84 382.691 553.168 380.676 553.168C378.662 553.168 377.029 554.84 377.029 556.902C377.029 558.964 378.662 560.636 380.676 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 556.902C415.595 558.965 413.963 560.636 411.948 560.636C409.933 560.636 408.301 558.965 408.301 556.902C408.301 554.839 409.933 553.168 411.948 553.168C413.963 553.168 415.595 554.839 415.595 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 560.636C445.227 560.636 446.86 558.964 446.86 556.902C446.86 554.84 445.227 553.168 443.212 553.168C441.198 553.168 439.565 554.84 439.565 556.902C439.565 558.964 441.198 560.636 443.212 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 560.636C476.498 560.636 478.131 558.964 478.131 556.902C478.131 554.84 476.498 553.168 474.484 553.168C472.469 553.168 470.836 554.84 470.836 556.902C470.836 558.964 472.469 560.636 474.484 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 560.636C507.769 560.636 509.402 558.964 509.402 556.902C509.402 554.84 507.769 553.168 505.755 553.168C503.74 553.168 502.107 554.84 502.107 556.902C502.107 558.964 503.74 560.636 505.755 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 592.643C320.148 592.643 321.781 590.971 321.781 588.909C321.781 586.847 320.148 585.175 318.134 585.175C316.12 585.175 314.487 586.847 314.487 588.909C314.487 590.971 316.12 592.643 318.134 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 592.643C351.419 592.643 353.052 590.971 353.052 588.909C353.052 586.847 351.419 585.175 349.405 585.175C347.391 585.175 345.758 586.847 345.758 588.909C345.758 590.971 347.391 592.643 349.405 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 592.643C382.691 592.643 384.324 590.971 384.324 588.909C384.324 586.847 382.691 585.175 380.676 585.175C378.662 585.175 377.029 586.847 377.029 588.909C377.029 590.971 378.662 592.643 380.676 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 588.909C415.595 590.972 413.963 592.643 411.948 592.643C409.933 592.643 408.301 590.972 408.301 588.909C408.301 586.846 409.933 585.175 411.948 585.175C413.963 585.175 415.595 586.846 415.595 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 592.643C445.227 592.643 446.86 590.971 446.86 588.909C446.86 586.847 445.227 585.175 443.212 585.175C441.198 585.175 439.565 586.847 439.565 588.909C439.565 590.971 441.198 592.643 443.212 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 592.643C476.498 592.643 478.131 590.971 478.131 588.909C478.131 586.847 476.498 585.175 474.484 585.175C472.469 585.175 470.836 586.847 470.836 588.909C470.836 590.971 472.469 592.643 474.484 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 592.643C507.769 592.643 509.402 590.971 509.402 588.909C509.402 586.847 507.769 585.175 505.755 585.175C503.74 585.175 502.107 586.847 502.107 588.909C502.107 590.971 503.74 592.643 505.755 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M318.134 624.446C320.148 624.446 321.781 622.775 321.781 620.712C321.781 618.65 320.148 616.978 318.134 616.978C316.12 616.978 314.487 618.65 314.487 620.712C314.487 622.775 316.12 624.446 318.134 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M349.405 624.446C351.419 624.446 353.052 622.775 353.052 620.712C353.052 618.65 351.419 616.978 349.405 616.978C347.391 616.978 345.758 618.65 345.758 620.712C345.758 622.775 347.391 624.446 349.405 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M380.676 624.446C382.691 624.446 384.324 622.775 384.324 620.712C384.324 618.65 382.691 616.978 380.676 616.978C378.662 616.978 377.029 618.65 377.029 620.712C377.029 622.775 378.662 624.446 380.676 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M415.595 620.712C415.595 622.775 413.963 624.446 411.948 624.446C409.933 624.446 408.301 622.775 408.301 620.712C408.301 618.649 409.933 616.978 411.948 616.978C413.963 616.978 415.595 618.649 415.595 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M443.212 624.446C445.227 624.446 446.86 622.775 446.86 620.712C446.86 618.65 445.227 616.978 443.212 616.978C441.198 616.978 439.565 618.65 439.565 620.712C439.565 622.775 441.198 624.446 443.212 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M474.484 624.446C476.498 624.446 478.131 622.775 478.131 620.712C478.131 618.65 476.498 616.978 474.484 616.978C472.469 616.978 470.836 618.65 470.836 620.712C470.836 622.775 472.469 624.446 474.484 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M505.755 624.446C507.769 624.446 509.402 622.775 509.402 620.712C509.402 618.65 507.769 616.978 505.755 616.978C503.74 616.978 502.107 618.65 502.107 620.712C502.107 622.775 503.74 624.446 505.755 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip32_26_3867)'%3E%3Cpath d='M464.045 464.811C466.06 464.811 467.692 463.14 467.692 461.077C467.692 459.015 466.06 457.344 464.045 457.344C462.031 457.344 460.398 459.015 460.398 461.077C460.398 463.14 462.031 464.811 464.045 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 464.811C497.331 464.811 498.964 463.14 498.964 461.077C498.964 459.015 497.331 457.344 495.316 457.344C493.302 457.344 491.669 459.015 491.669 461.077C491.669 463.14 493.302 464.811 495.316 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 464.811C528.602 464.811 530.235 463.14 530.235 461.077C530.235 459.015 528.602 457.344 526.588 457.344C524.573 457.344 522.94 459.015 522.94 461.077C522.94 463.14 524.573 464.811 526.588 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 461.077C561.507 463.141 559.875 464.811 557.859 464.811C555.844 464.811 554.212 463.141 554.212 461.077C554.212 459.014 555.844 457.344 557.859 457.344C559.875 457.344 561.507 459.014 561.507 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 464.811C591.138 464.811 592.771 463.14 592.771 461.077C592.771 459.015 591.138 457.344 589.124 457.344C587.109 457.344 585.477 459.015 585.477 461.077C585.477 463.14 587.109 464.811 589.124 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 464.811C622.409 464.811 624.042 463.14 624.042 461.077C624.042 459.015 622.409 457.344 620.395 457.344C618.381 457.344 616.748 459.015 616.748 461.077C616.748 463.14 618.381 464.811 620.395 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 464.811C653.681 464.811 655.314 463.14 655.314 461.077C655.314 459.015 653.681 457.344 651.666 457.344C649.652 457.344 648.019 459.015 648.019 461.077C648.019 463.14 649.652 464.811 651.666 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 496.818C466.06 496.818 467.692 495.147 467.692 493.084C467.692 491.022 466.06 489.35 464.045 489.35C462.031 489.35 460.398 491.022 460.398 493.084C460.398 495.147 462.031 496.818 464.045 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 496.818C497.331 496.818 498.964 495.147 498.964 493.084C498.964 491.022 497.331 489.35 495.316 489.35C493.302 489.35 491.669 491.022 491.669 493.084C491.669 495.147 493.302 496.818 495.316 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 496.818C528.602 496.818 530.235 495.147 530.235 493.084C530.235 491.022 528.602 489.35 526.588 489.35C524.573 489.35 522.94 491.022 522.94 493.084C522.94 495.147 524.573 496.818 526.588 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 493.084C561.507 495.147 559.875 496.818 557.859 496.818C555.844 496.818 554.212 495.147 554.212 493.084C554.212 491.021 555.844 489.35 557.859 489.35C559.875 489.35 561.507 491.021 561.507 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 496.818C591.138 496.818 592.771 495.147 592.771 493.084C592.771 491.022 591.138 489.35 589.124 489.35C587.109 489.35 585.477 491.022 585.477 493.084C585.477 495.147 587.109 496.818 589.124 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 496.818C622.409 496.818 624.042 495.147 624.042 493.084C624.042 491.022 622.409 489.35 620.395 489.35C618.381 489.35 616.748 491.022 616.748 493.084C616.748 495.147 618.381 496.818 620.395 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 496.818C653.681 496.818 655.314 495.147 655.314 493.084C655.314 491.022 653.681 489.35 651.666 489.35C649.652 489.35 648.019 491.022 648.019 493.084C648.019 495.147 649.652 496.818 651.666 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 528.622C466.06 528.622 467.692 526.95 467.692 524.888C467.692 522.826 466.06 521.154 464.045 521.154C462.031 521.154 460.398 522.826 460.398 524.888C460.398 526.95 462.031 528.622 464.045 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 528.622C497.331 528.622 498.964 526.95 498.964 524.888C498.964 522.826 497.331 521.154 495.316 521.154C493.302 521.154 491.669 522.826 491.669 524.888C491.669 526.95 493.302 528.622 495.316 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 528.622C528.602 528.622 530.235 526.95 530.235 524.888C530.235 522.826 528.602 521.154 526.588 521.154C524.573 521.154 522.94 522.826 522.94 524.888C522.94 526.95 524.573 528.622 526.588 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 524.888C561.507 526.951 559.875 528.622 557.859 528.622C555.844 528.622 554.212 526.951 554.212 524.888C554.212 522.825 555.844 521.154 557.859 521.154C559.875 521.154 561.507 522.825 561.507 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 528.622C591.138 528.622 592.771 526.95 592.771 524.888C592.771 522.826 591.138 521.154 589.124 521.154C587.109 521.154 585.477 522.826 585.477 524.888C585.477 526.95 587.109 528.622 589.124 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 528.622C622.409 528.622 624.042 526.95 624.042 524.888C624.042 522.826 622.409 521.154 620.395 521.154C618.381 521.154 616.748 522.826 616.748 524.888C616.748 526.95 618.381 528.622 620.395 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 528.622C653.681 528.622 655.314 526.95 655.314 524.888C655.314 522.826 653.681 521.154 651.666 521.154C649.652 521.154 648.019 522.826 648.019 524.888C648.019 526.95 649.652 528.622 651.666 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 560.636C466.06 560.636 467.692 558.964 467.692 556.902C467.692 554.84 466.06 553.168 464.045 553.168C462.031 553.168 460.398 554.84 460.398 556.902C460.398 558.964 462.031 560.636 464.045 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 560.636C497.331 560.636 498.964 558.964 498.964 556.902C498.964 554.84 497.331 553.168 495.316 553.168C493.302 553.168 491.669 554.84 491.669 556.902C491.669 558.964 493.302 560.636 495.316 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 560.636C528.602 560.636 530.235 558.964 530.235 556.902C530.235 554.84 528.602 553.168 526.588 553.168C524.573 553.168 522.94 554.84 522.94 556.902C522.94 558.964 524.573 560.636 526.588 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 556.902C561.507 558.965 559.875 560.636 557.859 560.636C555.844 560.636 554.212 558.965 554.212 556.902C554.212 554.839 555.844 553.168 557.859 553.168C559.875 553.168 561.507 554.839 561.507 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 560.636C591.138 560.636 592.771 558.964 592.771 556.902C592.771 554.84 591.138 553.168 589.124 553.168C587.109 553.168 585.477 554.84 585.477 556.902C585.477 558.964 587.109 560.636 589.124 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 560.636C622.409 560.636 624.042 558.964 624.042 556.902C624.042 554.84 622.409 553.168 620.395 553.168C618.381 553.168 616.748 554.84 616.748 556.902C616.748 558.964 618.381 560.636 620.395 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 560.636C653.681 560.636 655.314 558.964 655.314 556.902C655.314 554.84 653.681 553.168 651.666 553.168C649.652 553.168 648.019 554.84 648.019 556.902C648.019 558.964 649.652 560.636 651.666 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 592.643C466.06 592.643 467.692 590.971 467.692 588.909C467.692 586.847 466.06 585.175 464.045 585.175C462.031 585.175 460.398 586.847 460.398 588.909C460.398 590.971 462.031 592.643 464.045 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 592.643C497.331 592.643 498.964 590.971 498.964 588.909C498.964 586.847 497.331 585.175 495.316 585.175C493.302 585.175 491.669 586.847 491.669 588.909C491.669 590.971 493.302 592.643 495.316 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 592.643C528.602 592.643 530.235 590.971 530.235 588.909C530.235 586.847 528.602 585.175 526.588 585.175C524.573 585.175 522.94 586.847 522.94 588.909C522.94 590.971 524.573 592.643 526.588 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 588.909C561.507 590.972 559.875 592.643 557.859 592.643C555.844 592.643 554.212 590.972 554.212 588.909C554.212 586.846 555.844 585.175 557.859 585.175C559.875 585.175 561.507 586.846 561.507 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 592.643C591.138 592.643 592.771 590.971 592.771 588.909C592.771 586.847 591.138 585.175 589.124 585.175C587.109 585.175 585.477 586.847 585.477 588.909C585.477 590.971 587.109 592.643 589.124 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 592.643C622.409 592.643 624.042 590.971 624.042 588.909C624.042 586.847 622.409 585.175 620.395 585.175C618.381 585.175 616.748 586.847 616.748 588.909C616.748 590.971 618.381 592.643 620.395 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 592.643C653.681 592.643 655.314 590.971 655.314 588.909C655.314 586.847 653.681 585.175 651.666 585.175C649.652 585.175 648.019 586.847 648.019 588.909C648.019 590.971 649.652 592.643 651.666 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M464.045 624.446C466.06 624.446 467.692 622.775 467.692 620.712C467.692 618.65 466.06 616.979 464.045 616.979C462.031 616.979 460.398 618.65 460.398 620.712C460.398 622.775 462.031 624.446 464.045 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M495.316 624.446C497.331 624.446 498.964 622.775 498.964 620.712C498.964 618.65 497.331 616.979 495.316 616.979C493.302 616.979 491.669 618.65 491.669 620.712C491.669 622.775 493.302 624.446 495.316 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M526.588 624.446C528.602 624.446 530.235 622.775 530.235 620.712C530.235 618.65 528.602 616.979 526.588 616.979C524.573 616.979 522.94 618.65 522.94 620.712C522.94 622.775 524.573 624.446 526.588 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M561.507 620.712C561.507 622.776 559.875 624.446 557.859 624.446C555.844 624.446 554.212 622.776 554.212 620.712C554.212 618.649 555.844 616.979 557.859 616.979C559.875 616.979 561.507 618.649 561.507 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M589.124 624.446C591.138 624.446 592.771 622.775 592.771 620.712C592.771 618.65 591.138 616.979 589.124 616.979C587.109 616.979 585.477 618.65 585.477 620.712C585.477 622.775 587.109 624.446 589.124 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M620.395 624.446C622.409 624.446 624.042 622.775 624.042 620.712C624.042 618.65 622.409 616.979 620.395 616.979C618.381 616.979 616.748 618.65 616.748 620.712C616.748 622.775 618.381 624.446 620.395 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M651.666 624.446C653.681 624.446 655.314 622.775 655.314 620.712C655.314 618.65 653.681 616.979 651.666 616.979C649.652 616.979 648.019 618.65 648.019 620.712C648.019 622.775 649.652 624.446 651.666 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip33_26_3867)'%3E%3Cpath d='M613.26 464.811C615.274 464.811 616.907 463.14 616.907 461.077C616.907 459.015 615.274 457.344 613.26 457.344C611.246 457.344 609.613 459.015 609.613 461.077C609.613 463.14 611.246 464.811 613.26 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 464.811C646.546 464.811 648.179 463.14 648.179 461.077C648.179 459.015 646.546 457.344 644.531 457.344C642.517 457.344 640.884 459.015 640.884 461.077C640.884 463.14 642.517 464.811 644.531 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 464.811C677.817 464.811 679.45 463.14 679.45 461.077C679.45 459.015 677.817 457.344 675.803 457.344C673.788 457.344 672.155 459.015 672.155 461.077C672.155 463.14 673.788 464.811 675.803 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 461.077C710.722 463.14 709.089 464.811 707.074 464.811C705.059 464.811 703.427 463.14 703.427 461.077C703.427 459.014 705.059 457.344 707.074 457.344C709.089 457.344 710.722 459.014 710.722 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 464.811C740.353 464.811 741.986 463.14 741.986 461.077C741.986 459.015 740.353 457.344 738.339 457.344C736.324 457.344 734.691 459.015 734.691 461.077C734.691 463.14 736.324 464.811 738.339 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 464.811C771.624 464.811 773.257 463.14 773.257 461.077C773.257 459.015 771.624 457.344 769.61 457.344C767.596 457.344 765.963 459.015 765.963 461.077C765.963 463.14 767.596 464.811 769.61 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 464.811C802.895 464.811 804.528 463.14 804.528 461.077C804.528 459.015 802.895 457.344 800.881 457.344C798.867 457.344 797.234 459.015 797.234 461.077C797.234 463.14 798.867 464.811 800.881 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 496.818C615.274 496.818 616.907 495.146 616.907 493.084C616.907 491.022 615.274 489.35 613.26 489.35C611.246 489.35 609.613 491.022 609.613 493.084C609.613 495.146 611.246 496.818 613.26 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 496.818C646.546 496.818 648.179 495.146 648.179 493.084C648.179 491.022 646.546 489.35 644.531 489.35C642.517 489.35 640.884 491.022 640.884 493.084C640.884 495.146 642.517 496.818 644.531 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 496.818C677.817 496.818 679.45 495.146 679.45 493.084C679.45 491.022 677.817 489.35 675.803 489.35C673.788 489.35 672.155 491.022 672.155 493.084C672.155 495.146 673.788 496.818 675.803 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 493.084C710.722 495.147 709.089 496.818 707.074 496.818C705.059 496.818 703.427 495.147 703.427 493.084C703.427 491.021 705.059 489.35 707.074 489.35C709.089 489.35 710.722 491.021 710.722 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 496.818C740.353 496.818 741.986 495.146 741.986 493.084C741.986 491.022 740.353 489.35 738.339 489.35C736.324 489.35 734.691 491.022 734.691 493.084C734.691 495.146 736.324 496.818 738.339 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 496.818C771.624 496.818 773.257 495.146 773.257 493.084C773.257 491.022 771.624 489.35 769.61 489.35C767.596 489.35 765.963 491.022 765.963 493.084C765.963 495.146 767.596 496.818 769.61 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 496.818C802.895 496.818 804.528 495.146 804.528 493.084C804.528 491.022 802.895 489.35 800.881 489.35C798.867 489.35 797.234 491.022 797.234 493.084C797.234 495.146 798.867 496.818 800.881 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 528.622C615.274 528.622 616.907 526.95 616.907 524.888C616.907 522.826 615.274 521.154 613.26 521.154C611.246 521.154 609.613 522.826 609.613 524.888C609.613 526.95 611.246 528.622 613.26 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 528.622C646.546 528.622 648.179 526.95 648.179 524.888C648.179 522.826 646.546 521.154 644.531 521.154C642.517 521.154 640.884 522.826 640.884 524.888C640.884 526.95 642.517 528.622 644.531 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 528.622C677.817 528.622 679.45 526.95 679.45 524.888C679.45 522.826 677.817 521.154 675.803 521.154C673.788 521.154 672.155 522.826 672.155 524.888C672.155 526.95 673.788 528.622 675.803 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 524.888C710.722 526.951 709.089 528.622 707.074 528.622C705.059 528.622 703.427 526.951 703.427 524.888C703.427 522.825 705.059 521.154 707.074 521.154C709.089 521.154 710.722 522.825 710.722 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 528.622C740.353 528.622 741.986 526.95 741.986 524.888C741.986 522.826 740.353 521.154 738.339 521.154C736.324 521.154 734.691 522.826 734.691 524.888C734.691 526.95 736.324 528.622 738.339 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 528.622C771.624 528.622 773.257 526.95 773.257 524.888C773.257 522.826 771.624 521.154 769.61 521.154C767.596 521.154 765.963 522.826 765.963 524.888C765.963 526.95 767.596 528.622 769.61 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 528.622C802.895 528.622 804.528 526.95 804.528 524.888C804.528 522.826 802.895 521.154 800.881 521.154C798.867 521.154 797.234 522.826 797.234 524.888C797.234 526.95 798.867 528.622 800.881 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 560.636C615.274 560.636 616.907 558.964 616.907 556.902C616.907 554.84 615.274 553.168 613.26 553.168C611.246 553.168 609.613 554.84 609.613 556.902C609.613 558.964 611.246 560.636 613.26 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 560.636C646.546 560.636 648.179 558.964 648.179 556.902C648.179 554.84 646.546 553.168 644.531 553.168C642.517 553.168 640.884 554.84 640.884 556.902C640.884 558.964 642.517 560.636 644.531 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 560.636C677.817 560.636 679.45 558.964 679.45 556.902C679.45 554.84 677.817 553.168 675.803 553.168C673.788 553.168 672.155 554.84 672.155 556.902C672.155 558.964 673.788 560.636 675.803 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 556.902C710.722 558.965 709.089 560.636 707.074 560.636C705.059 560.636 703.427 558.965 703.427 556.902C703.427 554.839 705.059 553.168 707.074 553.168C709.089 553.168 710.722 554.839 710.722 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 560.636C740.353 560.636 741.986 558.964 741.986 556.902C741.986 554.84 740.353 553.168 738.339 553.168C736.324 553.168 734.691 554.84 734.691 556.902C734.691 558.964 736.324 560.636 738.339 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 560.636C771.624 560.636 773.257 558.964 773.257 556.902C773.257 554.84 771.624 553.168 769.61 553.168C767.596 553.168 765.963 554.84 765.963 556.902C765.963 558.964 767.596 560.636 769.61 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 560.636C802.895 560.636 804.528 558.964 804.528 556.902C804.528 554.84 802.895 553.168 800.881 553.168C798.867 553.168 797.234 554.84 797.234 556.902C797.234 558.964 798.867 560.636 800.881 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 592.643C615.274 592.643 616.907 590.971 616.907 588.909C616.907 586.847 615.274 585.175 613.26 585.175C611.246 585.175 609.613 586.847 609.613 588.909C609.613 590.971 611.246 592.643 613.26 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 592.643C646.546 592.643 648.179 590.971 648.179 588.909C648.179 586.847 646.546 585.175 644.531 585.175C642.517 585.175 640.884 586.847 640.884 588.909C640.884 590.971 642.517 592.643 644.531 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 592.643C677.817 592.643 679.45 590.971 679.45 588.909C679.45 586.847 677.817 585.175 675.803 585.175C673.788 585.175 672.155 586.847 672.155 588.909C672.155 590.971 673.788 592.643 675.803 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 588.909C710.722 590.972 709.089 592.643 707.074 592.643C705.059 592.643 703.427 590.972 703.427 588.909C703.427 586.846 705.059 585.175 707.074 585.175C709.089 585.175 710.722 586.846 710.722 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 592.643C740.353 592.643 741.986 590.971 741.986 588.909C741.986 586.847 740.353 585.175 738.339 585.175C736.324 585.175 734.691 586.847 734.691 588.909C734.691 590.971 736.324 592.643 738.339 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 592.643C771.624 592.643 773.257 590.971 773.257 588.909C773.257 586.847 771.624 585.175 769.61 585.175C767.596 585.175 765.963 586.847 765.963 588.909C765.963 590.971 767.596 592.643 769.61 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 592.643C802.895 592.643 804.528 590.971 804.528 588.909C804.528 586.847 802.895 585.175 800.881 585.175C798.867 585.175 797.234 586.847 797.234 588.909C797.234 590.971 798.867 592.643 800.881 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M613.26 624.446C615.274 624.446 616.907 622.775 616.907 620.712C616.907 618.65 615.274 616.978 613.26 616.978C611.246 616.978 609.613 618.65 609.613 620.712C609.613 622.775 611.246 624.446 613.26 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M644.531 624.446C646.546 624.446 648.179 622.775 648.179 620.712C648.179 618.65 646.546 616.978 644.531 616.978C642.517 616.978 640.884 618.65 640.884 620.712C640.884 622.775 642.517 624.446 644.531 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M675.803 624.446C677.817 624.446 679.45 622.775 679.45 620.712C679.45 618.65 677.817 616.978 675.803 616.978C673.788 616.978 672.155 618.65 672.155 620.712C672.155 622.775 673.788 624.446 675.803 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M710.722 620.712C710.722 622.775 709.089 624.446 707.074 624.446C705.059 624.446 703.427 622.775 703.427 620.712C703.427 618.649 705.059 616.978 707.074 616.978C709.089 616.978 710.722 618.649 710.722 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M738.339 624.446C740.353 624.446 741.986 622.775 741.986 620.712C741.986 618.65 740.353 616.978 738.339 616.978C736.324 616.978 734.691 618.65 734.691 620.712C734.691 622.775 736.324 624.446 738.339 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M769.61 624.446C771.624 624.446 773.257 622.775 773.257 620.712C773.257 618.65 771.624 616.978 769.61 616.978C767.596 616.978 765.963 618.65 765.963 620.712C765.963 622.775 767.596 624.446 769.61 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M800.881 624.446C802.895 624.446 804.528 622.775 804.528 620.712C804.528 618.65 802.895 616.978 800.881 616.978C798.867 616.978 797.234 618.65 797.234 620.712C797.234 622.775 798.867 624.446 800.881 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip34_26_3867)'%3E%3Cpath d='M762.577 310.091C764.592 310.091 766.225 308.419 766.225 306.357C766.225 304.295 764.592 302.623 762.577 302.623C760.563 302.623 758.93 304.295 758.93 306.357C758.93 308.419 760.563 310.091 762.577 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 310.091C795.863 310.091 797.496 308.419 797.496 306.357C797.496 304.295 795.863 302.623 793.849 302.623C791.834 302.623 790.201 304.295 790.201 306.357C790.201 308.419 791.834 310.091 793.849 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 310.091C827.134 310.091 828.767 308.419 828.767 306.357C828.767 304.295 827.134 302.623 825.12 302.623C823.106 302.623 821.473 304.295 821.473 306.357C821.473 308.419 823.106 310.091 825.12 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 306.357C860.039 308.42 858.407 310.091 856.392 310.091C854.376 310.091 852.744 308.42 852.744 306.357C852.744 304.294 854.376 302.623 856.392 302.623C858.407 302.623 860.039 304.294 860.039 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 310.091C889.67 310.091 891.303 308.419 891.303 306.357C891.303 304.295 889.67 302.623 887.656 302.623C885.642 302.623 884.009 304.295 884.009 306.357C884.009 308.419 885.642 310.091 887.656 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 310.091C920.942 310.091 922.575 308.419 922.575 306.357C922.575 304.295 920.942 302.623 918.927 302.623C916.913 302.623 915.28 304.295 915.28 306.357C915.28 308.419 916.913 310.091 918.927 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 310.091C952.213 310.091 953.846 308.419 953.846 306.357C953.846 304.295 952.213 302.623 950.199 302.623C948.184 302.623 946.551 304.295 946.551 306.357C946.551 308.419 948.184 310.091 950.199 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 342.098C764.592 342.098 766.225 340.426 766.225 338.364C766.225 336.302 764.592 334.63 762.577 334.63C760.563 334.63 758.93 336.302 758.93 338.364C758.93 340.426 760.563 342.098 762.577 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 342.098C795.863 342.098 797.496 340.426 797.496 338.364C797.496 336.302 795.863 334.63 793.849 334.63C791.834 334.63 790.201 336.302 790.201 338.364C790.201 340.426 791.834 342.098 793.849 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 342.098C827.134 342.098 828.767 340.426 828.767 338.364C828.767 336.302 827.134 334.63 825.12 334.63C823.106 334.63 821.473 336.302 821.473 338.364C821.473 340.426 823.106 342.098 825.12 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 338.364C860.039 340.427 858.407 342.098 856.392 342.098C854.376 342.098 852.744 340.427 852.744 338.364C852.744 336.301 854.376 334.63 856.392 334.63C858.407 334.63 860.039 336.301 860.039 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 342.098C889.67 342.098 891.303 340.426 891.303 338.364C891.303 336.302 889.67 334.63 887.656 334.63C885.642 334.63 884.009 336.302 884.009 338.364C884.009 340.426 885.642 342.098 887.656 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 342.098C920.942 342.098 922.575 340.426 922.575 338.364C922.575 336.302 920.942 334.63 918.927 334.63C916.913 334.63 915.28 336.302 915.28 338.364C915.28 340.426 916.913 342.098 918.927 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 342.098C952.213 342.098 953.846 340.426 953.846 338.364C953.846 336.302 952.213 334.63 950.199 334.63C948.184 334.63 946.551 336.302 946.551 338.364C946.551 340.426 948.184 342.098 950.199 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 373.901C764.592 373.901 766.225 372.229 766.225 370.167C766.225 368.105 764.592 366.433 762.577 366.433C760.563 366.433 758.93 368.105 758.93 370.167C758.93 372.229 760.563 373.901 762.577 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 373.901C795.863 373.901 797.496 372.229 797.496 370.167C797.496 368.105 795.863 366.433 793.849 366.433C791.834 366.433 790.201 368.105 790.201 370.167C790.201 372.229 791.834 373.901 793.849 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 373.901C827.134 373.901 828.767 372.229 828.767 370.167C828.767 368.105 827.134 366.433 825.12 366.433C823.106 366.433 821.473 368.105 821.473 370.167C821.473 372.229 823.106 373.901 825.12 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 370.167C860.039 372.23 858.407 373.901 856.392 373.901C854.376 373.901 852.744 372.23 852.744 370.167C852.744 368.104 854.376 366.433 856.392 366.433C858.407 366.433 860.039 368.104 860.039 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 373.901C889.67 373.901 891.303 372.229 891.303 370.167C891.303 368.105 889.67 366.433 887.656 366.433C885.642 366.433 884.009 368.105 884.009 370.167C884.009 372.229 885.642 373.901 887.656 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 373.901C920.942 373.901 922.575 372.229 922.575 370.167C922.575 368.105 920.942 366.433 918.927 366.433C916.913 366.433 915.28 368.105 915.28 370.167C915.28 372.229 916.913 373.901 918.927 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 373.901C952.213 373.901 953.846 372.229 953.846 370.167C953.846 368.105 952.213 366.433 950.199 366.433C948.184 366.433 946.551 368.105 946.551 370.167C946.551 372.229 948.184 373.901 950.199 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 405.915C764.592 405.915 766.225 404.244 766.225 402.181C766.225 400.119 764.592 398.447 762.577 398.447C760.563 398.447 758.93 400.119 758.93 402.181C758.93 404.244 760.563 405.915 762.577 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 405.915C795.863 405.915 797.496 404.244 797.496 402.181C797.496 400.119 795.863 398.447 793.849 398.447C791.834 398.447 790.201 400.119 790.201 402.181C790.201 404.244 791.834 405.915 793.849 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 405.915C827.134 405.915 828.767 404.244 828.767 402.181C828.767 400.119 827.134 398.447 825.12 398.447C823.106 398.447 821.473 400.119 821.473 402.181C821.473 404.244 823.106 405.915 825.12 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 402.181C860.039 404.244 858.407 405.915 856.392 405.915C854.376 405.915 852.744 404.244 852.744 402.181C852.744 400.118 854.376 398.447 856.392 398.447C858.407 398.447 860.039 400.118 860.039 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 405.915C889.67 405.915 891.303 404.244 891.303 402.181C891.303 400.119 889.67 398.447 887.656 398.447C885.642 398.447 884.009 400.119 884.009 402.181C884.009 404.244 885.642 405.915 887.656 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 405.915C920.942 405.915 922.575 404.244 922.575 402.181C922.575 400.119 920.942 398.447 918.927 398.447C916.913 398.447 915.28 400.119 915.28 402.181C915.28 404.244 916.913 405.915 918.927 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 405.915C952.213 405.915 953.846 404.244 953.846 402.181C953.846 400.119 952.213 398.447 950.199 398.447C948.184 398.447 946.551 400.119 946.551 402.181C946.551 404.244 948.184 405.915 950.199 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 437.922C764.592 437.922 766.225 436.25 766.225 434.188C766.225 432.126 764.592 430.454 762.577 430.454C760.563 430.454 758.93 432.126 758.93 434.188C758.93 436.25 760.563 437.922 762.577 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 437.922C795.863 437.922 797.496 436.25 797.496 434.188C797.496 432.126 795.863 430.454 793.849 430.454C791.834 430.454 790.201 432.126 790.201 434.188C790.201 436.25 791.834 437.922 793.849 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 437.922C827.134 437.922 828.767 436.25 828.767 434.188C828.767 432.126 827.134 430.454 825.12 430.454C823.106 430.454 821.473 432.126 821.473 434.188C821.473 436.25 823.106 437.922 825.12 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 434.188C860.039 436.251 858.407 437.922 856.392 437.922C854.376 437.922 852.744 436.251 852.744 434.188C852.744 432.125 854.376 430.454 856.392 430.454C858.407 430.454 860.039 432.125 860.039 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 437.922C889.67 437.922 891.303 436.25 891.303 434.188C891.303 432.126 889.67 430.454 887.656 430.454C885.642 430.454 884.009 432.126 884.009 434.188C884.009 436.25 885.642 437.922 887.656 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 437.922C920.942 437.922 922.575 436.25 922.575 434.188C922.575 432.126 920.942 430.454 918.927 430.454C916.913 430.454 915.28 432.126 915.28 434.188C915.28 436.25 916.913 437.922 918.927 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 437.922C952.213 437.922 953.846 436.25 953.846 434.188C953.846 432.126 952.213 430.454 950.199 430.454C948.184 430.454 946.551 432.126 946.551 434.188C946.551 436.25 948.184 437.922 950.199 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 469.726C764.592 469.726 766.225 468.054 766.225 465.992C766.225 463.93 764.592 462.258 762.577 462.258C760.563 462.258 758.93 463.93 758.93 465.992C758.93 468.054 760.563 469.726 762.577 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 469.726C795.863 469.726 797.496 468.054 797.496 465.992C797.496 463.93 795.863 462.258 793.849 462.258C791.834 462.258 790.201 463.93 790.201 465.992C790.201 468.054 791.834 469.726 793.849 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 469.726C827.134 469.726 828.767 468.054 828.767 465.992C828.767 463.93 827.134 462.258 825.12 462.258C823.106 462.258 821.473 463.93 821.473 465.992C821.473 468.054 823.106 469.726 825.12 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 465.992C860.039 468.055 858.407 469.726 856.392 469.726C854.376 469.726 852.744 468.055 852.744 465.992C852.744 463.929 854.376 462.258 856.392 462.258C858.407 462.258 860.039 463.929 860.039 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 469.726C889.67 469.726 891.303 468.054 891.303 465.992C891.303 463.93 889.67 462.258 887.656 462.258C885.642 462.258 884.009 463.93 884.009 465.992C884.009 468.054 885.642 469.726 887.656 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 469.726C920.942 469.726 922.575 468.054 922.575 465.992C922.575 463.93 920.942 462.258 918.927 462.258C916.913 462.258 915.28 463.93 915.28 465.992C915.28 468.054 916.913 469.726 918.927 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 469.726C952.213 469.726 953.846 468.054 953.846 465.992C953.846 463.93 952.213 462.258 950.199 462.258C948.184 462.258 946.551 463.93 946.551 465.992C946.551 468.054 948.184 469.726 950.199 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip35_26_3867)'%3E%3Cpath d='M913.444 310.091C915.458 310.091 917.091 308.419 917.091 306.357C917.091 304.295 915.458 302.623 913.444 302.623C911.43 302.623 909.797 304.295 909.797 306.357C909.797 308.419 911.43 310.091 913.444 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 310.091C946.73 310.091 948.363 308.419 948.363 306.357C948.363 304.295 946.73 302.623 944.715 302.623C942.701 302.623 941.068 304.295 941.068 306.357C941.068 308.419 942.701 310.091 944.715 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 310.091C978.001 310.091 979.634 308.419 979.634 306.357C979.634 304.295 978.001 302.623 975.987 302.623C973.972 302.623 972.339 304.295 972.339 306.357C972.339 308.419 973.972 310.091 975.987 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 306.357C1010.91 308.42 1009.27 310.091 1007.26 310.091C1005.24 310.091 1003.61 308.42 1003.61 306.357C1003.61 304.294 1005.24 302.623 1007.26 302.623C1009.27 302.623 1010.91 304.294 1010.91 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 310.091C1040.54 310.091 1042.17 308.419 1042.17 306.357C1042.17 304.295 1040.54 302.623 1038.52 302.623C1036.51 302.623 1034.88 304.295 1034.88 306.357C1034.88 308.419 1036.51 310.091 1038.52 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 310.091C1071.81 310.091 1073.44 308.419 1073.44 306.357C1073.44 304.295 1071.81 302.623 1069.79 302.623C1067.78 302.623 1066.15 304.295 1066.15 306.357C1066.15 308.419 1067.78 310.091 1069.79 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 310.091C1103.08 310.091 1104.71 308.419 1104.71 306.357C1104.71 304.295 1103.08 302.623 1101.07 302.623C1099.05 302.623 1097.42 304.295 1097.42 306.357C1097.42 308.419 1099.05 310.091 1101.07 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 342.098C915.458 342.098 917.091 340.426 917.091 338.364C917.091 336.301 915.458 334.63 913.444 334.63C911.43 334.63 909.797 336.301 909.797 338.364C909.797 340.426 911.43 342.098 913.444 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 342.098C946.73 342.098 948.363 340.426 948.363 338.364C948.363 336.301 946.73 334.63 944.715 334.63C942.701 334.63 941.068 336.301 941.068 338.364C941.068 340.426 942.701 342.098 944.715 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 342.098C978.001 342.098 979.634 340.426 979.634 338.364C979.634 336.301 978.001 334.63 975.987 334.63C973.972 334.63 972.339 336.301 972.339 338.364C972.339 340.426 973.972 342.098 975.987 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 338.364C1010.91 340.427 1009.27 342.098 1007.26 342.098C1005.24 342.098 1003.61 340.427 1003.61 338.364C1003.61 336.301 1005.24 334.63 1007.26 334.63C1009.27 334.63 1010.91 336.301 1010.91 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 342.098C1040.54 342.098 1042.17 340.426 1042.17 338.364C1042.17 336.301 1040.54 334.63 1038.52 334.63C1036.51 334.63 1034.88 336.301 1034.88 338.364C1034.88 340.426 1036.51 342.098 1038.52 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 342.098C1071.81 342.098 1073.44 340.426 1073.44 338.364C1073.44 336.301 1071.81 334.63 1069.79 334.63C1067.78 334.63 1066.15 336.301 1066.15 338.364C1066.15 340.426 1067.78 342.098 1069.79 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 342.098C1103.08 342.098 1104.71 340.426 1104.71 338.364C1104.71 336.301 1103.08 334.63 1101.07 334.63C1099.05 334.63 1097.42 336.301 1097.42 338.364C1097.42 340.426 1099.05 342.098 1101.07 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 373.901C915.458 373.901 917.091 372.229 917.091 370.167C917.091 368.105 915.458 366.433 913.444 366.433C911.43 366.433 909.797 368.105 909.797 370.167C909.797 372.229 911.43 373.901 913.444 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 373.901C946.73 373.901 948.363 372.229 948.363 370.167C948.363 368.105 946.73 366.433 944.715 366.433C942.701 366.433 941.068 368.105 941.068 370.167C941.068 372.229 942.701 373.901 944.715 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 373.901C978.001 373.901 979.634 372.229 979.634 370.167C979.634 368.105 978.001 366.433 975.987 366.433C973.972 366.433 972.339 368.105 972.339 370.167C972.339 372.229 973.972 373.901 975.987 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 370.167C1010.91 372.23 1009.27 373.901 1007.26 373.901C1005.24 373.901 1003.61 372.23 1003.61 370.167C1003.61 368.104 1005.24 366.433 1007.26 366.433C1009.27 366.433 1010.91 368.104 1010.91 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 373.901C1040.54 373.901 1042.17 372.229 1042.17 370.167C1042.17 368.105 1040.54 366.433 1038.52 366.433C1036.51 366.433 1034.88 368.105 1034.88 370.167C1034.88 372.229 1036.51 373.901 1038.52 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 373.901C1071.81 373.901 1073.44 372.229 1073.44 370.167C1073.44 368.105 1071.81 366.433 1069.79 366.433C1067.78 366.433 1066.15 368.105 1066.15 370.167C1066.15 372.229 1067.78 373.901 1069.79 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 373.901C1103.08 373.901 1104.71 372.229 1104.71 370.167C1104.71 368.105 1103.08 366.433 1101.07 366.433C1099.05 366.433 1097.42 368.105 1097.42 370.167C1097.42 372.229 1099.05 373.901 1101.07 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 405.915C915.458 405.915 917.091 404.243 917.091 402.181C917.091 400.119 915.458 398.447 913.444 398.447C911.43 398.447 909.797 400.119 909.797 402.181C909.797 404.243 911.43 405.915 913.444 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 405.915C946.73 405.915 948.363 404.243 948.363 402.181C948.363 400.119 946.73 398.447 944.715 398.447C942.701 398.447 941.068 400.119 941.068 402.181C941.068 404.243 942.701 405.915 944.715 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 405.915C978.001 405.915 979.634 404.243 979.634 402.181C979.634 400.119 978.001 398.447 975.987 398.447C973.972 398.447 972.339 400.119 972.339 402.181C972.339 404.243 973.972 405.915 975.987 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 402.181C1010.91 404.244 1009.27 405.915 1007.26 405.915C1005.24 405.915 1003.61 404.244 1003.61 402.181C1003.61 400.118 1005.24 398.447 1007.26 398.447C1009.27 398.447 1010.91 400.118 1010.91 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 405.915C1040.54 405.915 1042.17 404.243 1042.17 402.181C1042.17 400.119 1040.54 398.447 1038.52 398.447C1036.51 398.447 1034.88 400.119 1034.88 402.181C1034.88 404.243 1036.51 405.915 1038.52 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 405.915C1071.81 405.915 1073.44 404.243 1073.44 402.181C1073.44 400.119 1071.81 398.447 1069.79 398.447C1067.78 398.447 1066.15 400.119 1066.15 402.181C1066.15 404.243 1067.78 405.915 1069.79 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 405.915C1103.08 405.915 1104.71 404.243 1104.71 402.181C1104.71 400.119 1103.08 398.447 1101.07 398.447C1099.05 398.447 1097.42 400.119 1097.42 402.181C1097.42 404.243 1099.05 405.915 1101.07 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 437.922C915.458 437.922 917.091 436.25 917.091 434.188C917.091 432.126 915.458 430.454 913.444 430.454C911.43 430.454 909.797 432.126 909.797 434.188C909.797 436.25 911.43 437.922 913.444 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 437.922C946.73 437.922 948.363 436.25 948.363 434.188C948.363 432.126 946.73 430.454 944.715 430.454C942.701 430.454 941.068 432.126 941.068 434.188C941.068 436.25 942.701 437.922 944.715 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 437.922C978.001 437.922 979.634 436.25 979.634 434.188C979.634 432.126 978.001 430.454 975.987 430.454C973.972 430.454 972.339 432.126 972.339 434.188C972.339 436.25 973.972 437.922 975.987 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 434.188C1010.91 436.251 1009.27 437.922 1007.26 437.922C1005.24 437.922 1003.61 436.251 1003.61 434.188C1003.61 432.125 1005.24 430.454 1007.26 430.454C1009.27 430.454 1010.91 432.125 1010.91 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 437.922C1040.54 437.922 1042.17 436.25 1042.17 434.188C1042.17 432.126 1040.54 430.454 1038.52 430.454C1036.51 430.454 1034.88 432.126 1034.88 434.188C1034.88 436.25 1036.51 437.922 1038.52 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 437.922C1071.81 437.922 1073.44 436.25 1073.44 434.188C1073.44 432.126 1071.81 430.454 1069.79 430.454C1067.78 430.454 1066.15 432.126 1066.15 434.188C1066.15 436.25 1067.78 437.922 1069.79 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 437.922C1103.08 437.922 1104.71 436.25 1104.71 434.188C1104.71 432.126 1103.08 430.454 1101.07 430.454C1099.05 430.454 1097.42 432.126 1097.42 434.188C1097.42 436.25 1099.05 437.922 1101.07 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 469.726C915.458 469.726 917.091 468.054 917.091 465.992C917.091 463.93 915.458 462.258 913.444 462.258C911.43 462.258 909.797 463.93 909.797 465.992C909.797 468.054 911.43 469.726 913.444 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 469.726C946.73 469.726 948.363 468.054 948.363 465.992C948.363 463.93 946.73 462.258 944.715 462.258C942.701 462.258 941.068 463.93 941.068 465.992C941.068 468.054 942.701 469.726 944.715 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 469.726C978.001 469.726 979.634 468.054 979.634 465.992C979.634 463.93 978.001 462.258 975.987 462.258C973.972 462.258 972.339 463.93 972.339 465.992C972.339 468.054 973.972 469.726 975.987 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 465.992C1010.91 468.055 1009.27 469.726 1007.26 469.726C1005.24 469.726 1003.61 468.055 1003.61 465.992C1003.61 463.929 1005.24 462.258 1007.26 462.258C1009.27 462.258 1010.91 463.929 1010.91 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 469.726C1040.54 469.726 1042.17 468.054 1042.17 465.992C1042.17 463.93 1040.54 462.258 1038.52 462.258C1036.51 462.258 1034.88 463.93 1034.88 465.992C1034.88 468.054 1036.51 469.726 1038.52 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 469.726C1071.81 469.726 1073.44 468.054 1073.44 465.992C1073.44 463.93 1071.81 462.258 1069.79 462.258C1067.78 462.258 1066.15 463.93 1066.15 465.992C1066.15 468.054 1067.78 469.726 1069.79 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 469.726C1103.08 469.726 1104.71 468.054 1104.71 465.992C1104.71 463.93 1103.08 462.258 1101.07 462.258C1099.05 462.258 1097.42 463.93 1097.42 465.992C1097.42 468.054 1099.05 469.726 1101.07 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip36_26_3867)'%3E%3Cpath d='M1067.49 310.091C1069.5 310.091 1071.14 308.419 1071.14 306.357C1071.14 304.295 1069.5 302.623 1067.49 302.623C1065.47 302.623 1063.84 304.295 1063.84 306.357C1063.84 308.419 1065.47 310.091 1067.49 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 310.091C1100.77 310.091 1102.41 308.419 1102.41 306.357C1102.41 304.295 1100.77 302.623 1098.76 302.623C1096.75 302.623 1095.11 304.295 1095.11 306.357C1095.11 308.419 1096.75 310.091 1098.76 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 310.091C1132.05 310.091 1133.68 308.419 1133.68 306.357C1133.68 304.295 1132.05 302.623 1130.03 302.623C1128.02 302.623 1126.38 304.295 1126.38 306.357C1126.38 308.419 1128.02 310.091 1130.03 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 306.357C1164.95 308.42 1163.32 310.091 1161.3 310.091C1159.29 310.091 1157.66 308.42 1157.66 306.357C1157.66 304.294 1159.29 302.623 1161.3 302.623C1163.32 302.623 1164.95 304.294 1164.95 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 310.091C1194.58 310.091 1196.22 308.419 1196.22 306.357C1196.22 304.295 1194.58 302.623 1192.57 302.623C1190.55 302.623 1188.92 304.295 1188.92 306.357C1188.92 308.419 1190.55 310.091 1192.57 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 310.091C1225.85 310.091 1227.49 308.419 1227.49 306.357C1227.49 304.295 1225.85 302.623 1223.84 302.623C1221.82 302.623 1220.19 304.295 1220.19 306.357C1220.19 308.419 1221.82 310.091 1223.84 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 310.091C1257.12 310.091 1258.76 308.419 1258.76 306.357C1258.76 304.295 1257.12 302.623 1255.11 302.623C1253.1 302.623 1251.46 304.295 1251.46 306.357C1251.46 308.419 1253.1 310.091 1255.11 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 342.098C1069.5 342.098 1071.14 340.426 1071.14 338.364C1071.14 336.302 1069.5 334.63 1067.49 334.63C1065.47 334.63 1063.84 336.302 1063.84 338.364C1063.84 340.426 1065.47 342.098 1067.49 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 342.098C1100.77 342.098 1102.41 340.426 1102.41 338.364C1102.41 336.302 1100.77 334.63 1098.76 334.63C1096.75 334.63 1095.11 336.302 1095.11 338.364C1095.11 340.426 1096.75 342.098 1098.76 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 342.098C1132.05 342.098 1133.68 340.426 1133.68 338.364C1133.68 336.302 1132.05 334.63 1130.03 334.63C1128.02 334.63 1126.38 336.302 1126.38 338.364C1126.38 340.426 1128.02 342.098 1130.03 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 338.364C1164.95 340.427 1163.32 342.098 1161.3 342.098C1159.29 342.098 1157.66 340.427 1157.66 338.364C1157.66 336.301 1159.29 334.63 1161.3 334.63C1163.32 334.63 1164.95 336.301 1164.95 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 342.098C1194.58 342.098 1196.22 340.426 1196.22 338.364C1196.22 336.302 1194.58 334.63 1192.57 334.63C1190.55 334.63 1188.92 336.302 1188.92 338.364C1188.92 340.426 1190.55 342.098 1192.57 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 342.098C1225.85 342.098 1227.49 340.426 1227.49 338.364C1227.49 336.302 1225.85 334.63 1223.84 334.63C1221.82 334.63 1220.19 336.302 1220.19 338.364C1220.19 340.426 1221.82 342.098 1223.84 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 342.098C1257.12 342.098 1258.76 340.426 1258.76 338.364C1258.76 336.302 1257.12 334.63 1255.11 334.63C1253.1 334.63 1251.46 336.302 1251.46 338.364C1251.46 340.426 1253.1 342.098 1255.11 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 373.901C1069.5 373.901 1071.14 372.229 1071.14 370.167C1071.14 368.105 1069.5 366.433 1067.49 366.433C1065.47 366.433 1063.84 368.105 1063.84 370.167C1063.84 372.229 1065.47 373.901 1067.49 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 373.901C1100.77 373.901 1102.41 372.229 1102.41 370.167C1102.41 368.105 1100.77 366.433 1098.76 366.433C1096.75 366.433 1095.11 368.105 1095.11 370.167C1095.11 372.229 1096.75 373.901 1098.76 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 373.901C1132.05 373.901 1133.68 372.229 1133.68 370.167C1133.68 368.105 1132.05 366.433 1130.03 366.433C1128.02 366.433 1126.38 368.105 1126.38 370.167C1126.38 372.229 1128.02 373.901 1130.03 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 370.167C1164.95 372.23 1163.32 373.901 1161.3 373.901C1159.29 373.901 1157.66 372.23 1157.66 370.167C1157.66 368.104 1159.29 366.433 1161.3 366.433C1163.32 366.433 1164.95 368.104 1164.95 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 373.901C1194.58 373.901 1196.22 372.229 1196.22 370.167C1196.22 368.105 1194.58 366.433 1192.57 366.433C1190.55 366.433 1188.92 368.105 1188.92 370.167C1188.92 372.229 1190.55 373.901 1192.57 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 373.901C1225.85 373.901 1227.49 372.229 1227.49 370.167C1227.49 368.105 1225.85 366.433 1223.84 366.433C1221.82 366.433 1220.19 368.105 1220.19 370.167C1220.19 372.229 1221.82 373.901 1223.84 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 373.901C1257.12 373.901 1258.76 372.229 1258.76 370.167C1258.76 368.105 1257.12 366.433 1255.11 366.433C1253.1 366.433 1251.46 368.105 1251.46 370.167C1251.46 372.229 1253.1 373.901 1255.11 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 405.915C1069.5 405.915 1071.14 404.244 1071.14 402.181C1071.14 400.119 1069.5 398.447 1067.49 398.447C1065.47 398.447 1063.84 400.119 1063.84 402.181C1063.84 404.244 1065.47 405.915 1067.49 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 405.915C1100.77 405.915 1102.41 404.244 1102.41 402.181C1102.41 400.119 1100.77 398.447 1098.76 398.447C1096.75 398.447 1095.11 400.119 1095.11 402.181C1095.11 404.244 1096.75 405.915 1098.76 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 405.915C1132.05 405.915 1133.68 404.244 1133.68 402.181C1133.68 400.119 1132.05 398.447 1130.03 398.447C1128.02 398.447 1126.38 400.119 1126.38 402.181C1126.38 404.244 1128.02 405.915 1130.03 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 402.181C1164.95 404.244 1163.32 405.915 1161.3 405.915C1159.29 405.915 1157.66 404.244 1157.66 402.181C1157.66 400.118 1159.29 398.447 1161.3 398.447C1163.32 398.447 1164.95 400.118 1164.95 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 405.915C1194.58 405.915 1196.22 404.244 1196.22 402.181C1196.22 400.119 1194.58 398.447 1192.57 398.447C1190.55 398.447 1188.92 400.119 1188.92 402.181C1188.92 404.244 1190.55 405.915 1192.57 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 405.915C1225.85 405.915 1227.49 404.244 1227.49 402.181C1227.49 400.119 1225.85 398.447 1223.84 398.447C1221.82 398.447 1220.19 400.119 1220.19 402.181C1220.19 404.244 1221.82 405.915 1223.84 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 405.915C1257.12 405.915 1258.76 404.244 1258.76 402.181C1258.76 400.119 1257.12 398.447 1255.11 398.447C1253.1 398.447 1251.46 400.119 1251.46 402.181C1251.46 404.244 1253.1 405.915 1255.11 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 437.922C1069.5 437.922 1071.14 436.25 1071.14 434.188C1071.14 432.126 1069.5 430.454 1067.49 430.454C1065.47 430.454 1063.84 432.126 1063.84 434.188C1063.84 436.25 1065.47 437.922 1067.49 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 437.922C1100.77 437.922 1102.41 436.25 1102.41 434.188C1102.41 432.126 1100.77 430.454 1098.76 430.454C1096.75 430.454 1095.11 432.126 1095.11 434.188C1095.11 436.25 1096.75 437.922 1098.76 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 437.922C1132.05 437.922 1133.68 436.25 1133.68 434.188C1133.68 432.126 1132.05 430.454 1130.03 430.454C1128.02 430.454 1126.38 432.126 1126.38 434.188C1126.38 436.25 1128.02 437.922 1130.03 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 434.188C1164.95 436.251 1163.32 437.922 1161.3 437.922C1159.29 437.922 1157.66 436.251 1157.66 434.188C1157.66 432.125 1159.29 430.454 1161.3 430.454C1163.32 430.454 1164.95 432.125 1164.95 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 437.922C1194.58 437.922 1196.22 436.25 1196.22 434.188C1196.22 432.126 1194.58 430.454 1192.57 430.454C1190.55 430.454 1188.92 432.126 1188.92 434.188C1188.92 436.25 1190.55 437.922 1192.57 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 437.922C1225.85 437.922 1227.49 436.25 1227.49 434.188C1227.49 432.126 1225.85 430.454 1223.84 430.454C1221.82 430.454 1220.19 432.126 1220.19 434.188C1220.19 436.25 1221.82 437.922 1223.84 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 437.922C1257.12 437.922 1258.76 436.25 1258.76 434.188C1258.76 432.126 1257.12 430.454 1255.11 430.454C1253.1 430.454 1251.46 432.126 1251.46 434.188C1251.46 436.25 1253.1 437.922 1255.11 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1067.49 469.726C1069.5 469.726 1071.14 468.054 1071.14 465.992C1071.14 463.93 1069.5 462.258 1067.49 462.258C1065.47 462.258 1063.84 463.93 1063.84 465.992C1063.84 468.054 1065.47 469.726 1067.49 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1098.76 469.726C1100.77 469.726 1102.41 468.054 1102.41 465.992C1102.41 463.93 1100.77 462.258 1098.76 462.258C1096.75 462.258 1095.11 463.93 1095.11 465.992C1095.11 468.054 1096.75 469.726 1098.76 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1130.03 469.726C1132.05 469.726 1133.68 468.054 1133.68 465.992C1133.68 463.93 1132.05 462.258 1130.03 462.258C1128.02 462.258 1126.38 463.93 1126.38 465.992C1126.38 468.054 1128.02 469.726 1130.03 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1164.95 465.992C1164.95 468.055 1163.32 469.726 1161.3 469.726C1159.29 469.726 1157.66 468.055 1157.66 465.992C1157.66 463.929 1159.29 462.258 1161.3 462.258C1163.32 462.258 1164.95 463.929 1164.95 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M1192.57 469.726C1194.58 469.726 1196.22 468.054 1196.22 465.992C1196.22 463.93 1194.58 462.258 1192.57 462.258C1190.55 462.258 1188.92 463.93 1188.92 465.992C1188.92 468.054 1190.55 469.726 1192.57 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1223.84 469.726C1225.85 469.726 1227.49 468.054 1227.49 465.992C1227.49 463.93 1225.85 462.258 1223.84 462.258C1221.82 462.258 1220.19 463.93 1220.19 465.992C1220.19 468.054 1221.82 469.726 1223.84 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1255.11 469.726C1257.12 469.726 1258.76 468.054 1258.76 465.992C1258.76 463.93 1257.12 462.258 1255.11 462.258C1253.1 462.258 1251.46 463.93 1251.46 465.992C1251.46 468.054 1253.1 469.726 1255.11 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip37_26_3867)'%3E%3Cpath d='M1216.7 310.091C1218.72 310.091 1220.35 308.419 1220.35 306.357C1220.35 304.295 1218.72 302.623 1216.7 302.623C1214.69 302.623 1213.06 304.295 1213.06 306.357C1213.06 308.419 1214.69 310.091 1216.7 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 310.091C1249.99 310.091 1251.62 308.419 1251.62 306.357C1251.62 304.295 1249.99 302.623 1247.98 302.623C1245.96 302.623 1244.33 304.295 1244.33 306.357C1244.33 308.419 1245.96 310.091 1247.98 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 310.091C1281.26 310.091 1282.89 308.419 1282.89 306.357C1282.89 304.295 1281.26 302.623 1279.25 302.623C1277.23 302.623 1275.6 304.295 1275.6 306.357C1275.6 308.419 1277.23 310.091 1279.25 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 306.357C1314.17 308.42 1312.53 310.091 1310.52 310.091C1308.5 310.091 1306.87 308.42 1306.87 306.357C1306.87 304.294 1308.5 302.623 1310.52 302.623C1312.53 302.623 1314.17 304.294 1314.17 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 310.091C1343.8 310.091 1345.43 308.419 1345.43 306.357C1345.43 304.295 1343.8 302.623 1341.78 302.623C1339.77 302.623 1338.14 304.295 1338.14 306.357C1338.14 308.419 1339.77 310.091 1341.78 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 310.091C1375.07 310.091 1376.7 308.419 1376.7 306.357C1376.7 304.295 1375.07 302.623 1373.05 302.623C1371.04 302.623 1369.41 304.295 1369.41 306.357C1369.41 308.419 1371.04 310.091 1373.05 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 310.091C1406.34 310.091 1407.97 308.419 1407.97 306.357C1407.97 304.295 1406.34 302.623 1404.32 302.623C1402.31 302.623 1400.68 304.295 1400.68 306.357C1400.68 308.419 1402.31 310.091 1404.32 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 342.098C1218.72 342.098 1220.35 340.426 1220.35 338.364C1220.35 336.301 1218.72 334.63 1216.7 334.63C1214.69 334.63 1213.06 336.301 1213.06 338.364C1213.06 340.426 1214.69 342.098 1216.7 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 342.098C1249.99 342.098 1251.62 340.426 1251.62 338.364C1251.62 336.301 1249.99 334.63 1247.98 334.63C1245.96 334.63 1244.33 336.301 1244.33 338.364C1244.33 340.426 1245.96 342.098 1247.98 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 342.098C1281.26 342.098 1282.89 340.426 1282.89 338.364C1282.89 336.301 1281.26 334.63 1279.25 334.63C1277.23 334.63 1275.6 336.301 1275.6 338.364C1275.6 340.426 1277.23 342.098 1279.25 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 338.364C1314.17 340.427 1312.53 342.098 1310.52 342.098C1308.5 342.098 1306.87 340.427 1306.87 338.364C1306.87 336.301 1308.5 334.63 1310.52 334.63C1312.53 334.63 1314.17 336.301 1314.17 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 342.098C1343.8 342.098 1345.43 340.426 1345.43 338.364C1345.43 336.301 1343.8 334.63 1341.78 334.63C1339.77 334.63 1338.14 336.301 1338.14 338.364C1338.14 340.426 1339.77 342.098 1341.78 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 342.098C1375.07 342.098 1376.7 340.426 1376.7 338.364C1376.7 336.301 1375.07 334.63 1373.05 334.63C1371.04 334.63 1369.41 336.301 1369.41 338.364C1369.41 340.426 1371.04 342.098 1373.05 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 342.098C1406.34 342.098 1407.97 340.426 1407.97 338.364C1407.97 336.301 1406.34 334.63 1404.32 334.63C1402.31 334.63 1400.68 336.301 1400.68 338.364C1400.68 340.426 1402.31 342.098 1404.32 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 373.901C1218.72 373.901 1220.35 372.229 1220.35 370.167C1220.35 368.105 1218.72 366.433 1216.7 366.433C1214.69 366.433 1213.06 368.105 1213.06 370.167C1213.06 372.229 1214.69 373.901 1216.7 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 373.901C1249.99 373.901 1251.62 372.229 1251.62 370.167C1251.62 368.105 1249.99 366.433 1247.98 366.433C1245.96 366.433 1244.33 368.105 1244.33 370.167C1244.33 372.229 1245.96 373.901 1247.98 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 373.901C1281.26 373.901 1282.89 372.229 1282.89 370.167C1282.89 368.105 1281.26 366.433 1279.25 366.433C1277.23 366.433 1275.6 368.105 1275.6 370.167C1275.6 372.229 1277.23 373.901 1279.25 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 370.167C1314.17 372.23 1312.53 373.901 1310.52 373.901C1308.5 373.901 1306.87 372.23 1306.87 370.167C1306.87 368.104 1308.5 366.433 1310.52 366.433C1312.53 366.433 1314.17 368.104 1314.17 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 373.901C1343.8 373.901 1345.43 372.229 1345.43 370.167C1345.43 368.105 1343.8 366.433 1341.78 366.433C1339.77 366.433 1338.14 368.105 1338.14 370.167C1338.14 372.229 1339.77 373.901 1341.78 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 373.901C1375.07 373.901 1376.7 372.229 1376.7 370.167C1376.7 368.105 1375.07 366.433 1373.05 366.433C1371.04 366.433 1369.41 368.105 1369.41 370.167C1369.41 372.229 1371.04 373.901 1373.05 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 373.901C1406.34 373.901 1407.97 372.229 1407.97 370.167C1407.97 368.105 1406.34 366.433 1404.32 366.433C1402.31 366.433 1400.68 368.105 1400.68 370.167C1400.68 372.229 1402.31 373.901 1404.32 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 405.915C1218.72 405.915 1220.35 404.243 1220.35 402.181C1220.35 400.119 1218.72 398.447 1216.7 398.447C1214.69 398.447 1213.06 400.119 1213.06 402.181C1213.06 404.243 1214.69 405.915 1216.7 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 405.915C1249.99 405.915 1251.62 404.243 1251.62 402.181C1251.62 400.119 1249.99 398.447 1247.98 398.447C1245.96 398.447 1244.33 400.119 1244.33 402.181C1244.33 404.243 1245.96 405.915 1247.98 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 405.915C1281.26 405.915 1282.89 404.243 1282.89 402.181C1282.89 400.119 1281.26 398.447 1279.25 398.447C1277.23 398.447 1275.6 400.119 1275.6 402.181C1275.6 404.243 1277.23 405.915 1279.25 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 402.181C1314.17 404.244 1312.53 405.915 1310.52 405.915C1308.5 405.915 1306.87 404.244 1306.87 402.181C1306.87 400.118 1308.5 398.447 1310.52 398.447C1312.53 398.447 1314.17 400.118 1314.17 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 405.915C1343.8 405.915 1345.43 404.243 1345.43 402.181C1345.43 400.119 1343.8 398.447 1341.78 398.447C1339.77 398.447 1338.14 400.119 1338.14 402.181C1338.14 404.243 1339.77 405.915 1341.78 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 405.915C1375.07 405.915 1376.7 404.243 1376.7 402.181C1376.7 400.119 1375.07 398.447 1373.05 398.447C1371.04 398.447 1369.41 400.119 1369.41 402.181C1369.41 404.243 1371.04 405.915 1373.05 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 405.915C1406.34 405.915 1407.97 404.243 1407.97 402.181C1407.97 400.119 1406.34 398.447 1404.32 398.447C1402.31 398.447 1400.68 400.119 1400.68 402.181C1400.68 404.243 1402.31 405.915 1404.32 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 437.922C1218.72 437.922 1220.35 436.25 1220.35 434.188C1220.35 432.126 1218.72 430.454 1216.7 430.454C1214.69 430.454 1213.06 432.126 1213.06 434.188C1213.06 436.25 1214.69 437.922 1216.7 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 437.922C1249.99 437.922 1251.62 436.25 1251.62 434.188C1251.62 432.126 1249.99 430.454 1247.98 430.454C1245.96 430.454 1244.33 432.126 1244.33 434.188C1244.33 436.25 1245.96 437.922 1247.98 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 437.922C1281.26 437.922 1282.89 436.25 1282.89 434.188C1282.89 432.126 1281.26 430.454 1279.25 430.454C1277.23 430.454 1275.6 432.126 1275.6 434.188C1275.6 436.25 1277.23 437.922 1279.25 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 434.188C1314.17 436.251 1312.53 437.922 1310.52 437.922C1308.5 437.922 1306.87 436.251 1306.87 434.188C1306.87 432.125 1308.5 430.454 1310.52 430.454C1312.53 430.454 1314.17 432.125 1314.17 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 437.922C1343.8 437.922 1345.43 436.25 1345.43 434.188C1345.43 432.126 1343.8 430.454 1341.78 430.454C1339.77 430.454 1338.14 432.126 1338.14 434.188C1338.14 436.25 1339.77 437.922 1341.78 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 437.922C1375.07 437.922 1376.7 436.25 1376.7 434.188C1376.7 432.126 1375.07 430.454 1373.05 430.454C1371.04 430.454 1369.41 432.126 1369.41 434.188C1369.41 436.25 1371.04 437.922 1373.05 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 437.922C1406.34 437.922 1407.97 436.25 1407.97 434.188C1407.97 432.126 1406.34 430.454 1404.32 430.454C1402.31 430.454 1400.68 432.126 1400.68 434.188C1400.68 436.25 1402.31 437.922 1404.32 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1216.7 469.726C1218.72 469.726 1220.35 468.054 1220.35 465.992C1220.35 463.93 1218.72 462.258 1216.7 462.258C1214.69 462.258 1213.06 463.93 1213.06 465.992C1213.06 468.054 1214.69 469.726 1216.7 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1247.98 469.726C1249.99 469.726 1251.62 468.054 1251.62 465.992C1251.62 463.93 1249.99 462.258 1247.98 462.258C1245.96 462.258 1244.33 463.93 1244.33 465.992C1244.33 468.054 1245.96 469.726 1247.98 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1279.25 469.726C1281.26 469.726 1282.89 468.054 1282.89 465.992C1282.89 463.93 1281.26 462.258 1279.25 462.258C1277.23 462.258 1275.6 463.93 1275.6 465.992C1275.6 468.054 1277.23 469.726 1279.25 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1314.17 465.992C1314.17 468.055 1312.53 469.726 1310.52 469.726C1308.5 469.726 1306.87 468.055 1306.87 465.992C1306.87 463.929 1308.5 462.258 1310.52 462.258C1312.53 462.258 1314.17 463.929 1314.17 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M1341.78 469.726C1343.8 469.726 1345.43 468.054 1345.43 465.992C1345.43 463.93 1343.8 462.258 1341.78 462.258C1339.77 462.258 1338.14 463.93 1338.14 465.992C1338.14 468.054 1339.77 469.726 1341.78 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1373.05 469.726C1375.07 469.726 1376.7 468.054 1376.7 465.992C1376.7 463.93 1375.07 462.258 1373.05 462.258C1371.04 462.258 1369.41 463.93 1369.41 465.992C1369.41 468.054 1371.04 469.726 1373.05 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1404.32 469.726C1406.34 469.726 1407.97 468.054 1407.97 465.992C1407.97 463.93 1406.34 462.258 1404.32 462.258C1402.31 462.258 1400.68 463.93 1400.68 465.992C1400.68 468.054 1402.31 469.726 1404.32 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip38_26_3867)'%3E%3Cpath d='M1366.49 310.091C1368.5 310.091 1370.14 308.419 1370.14 306.357C1370.14 304.295 1368.5 302.623 1366.49 302.623C1364.47 302.623 1362.84 304.295 1362.84 306.357C1362.84 308.419 1364.47 310.091 1366.49 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 310.091C1399.77 310.091 1401.41 308.419 1401.41 306.357C1401.41 304.295 1399.77 302.623 1397.76 302.623C1395.75 302.623 1394.11 304.295 1394.11 306.357C1394.11 308.419 1395.75 310.091 1397.76 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 310.091C1431.05 310.091 1432.68 308.419 1432.68 306.357C1432.68 304.295 1431.05 302.623 1429.03 302.623C1427.02 302.623 1425.38 304.295 1425.38 306.357C1425.38 308.419 1427.02 310.091 1429.03 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 306.357C1463.95 308.42 1462.32 310.091 1460.3 310.091C1458.29 310.091 1456.66 308.42 1456.66 306.357C1456.66 304.294 1458.29 302.623 1460.3 302.623C1462.32 302.623 1463.95 304.294 1463.95 306.357Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 310.091C1493.58 310.091 1495.22 308.419 1495.22 306.357C1495.22 304.295 1493.58 302.623 1491.57 302.623C1489.55 302.623 1487.92 304.295 1487.92 306.357C1487.92 308.419 1489.55 310.091 1491.57 310.091Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 342.098C1368.5 342.098 1370.14 340.426 1370.14 338.364C1370.14 336.302 1368.5 334.63 1366.49 334.63C1364.47 334.63 1362.84 336.302 1362.84 338.364C1362.84 340.426 1364.47 342.098 1366.49 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 342.098C1399.77 342.098 1401.41 340.426 1401.41 338.364C1401.41 336.302 1399.77 334.63 1397.76 334.63C1395.75 334.63 1394.11 336.302 1394.11 338.364C1394.11 340.426 1395.75 342.098 1397.76 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 342.098C1431.05 342.098 1432.68 340.426 1432.68 338.364C1432.68 336.302 1431.05 334.63 1429.03 334.63C1427.02 334.63 1425.38 336.302 1425.38 338.364C1425.38 340.426 1427.02 342.098 1429.03 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 338.364C1463.95 340.427 1462.32 342.098 1460.3 342.098C1458.29 342.098 1456.66 340.427 1456.66 338.364C1456.66 336.301 1458.29 334.63 1460.3 334.63C1462.32 334.63 1463.95 336.301 1463.95 338.364Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 342.098C1493.58 342.098 1495.22 340.426 1495.22 338.364C1495.22 336.302 1493.58 334.63 1491.57 334.63C1489.55 334.63 1487.92 336.302 1487.92 338.364C1487.92 340.426 1489.55 342.098 1491.57 342.098Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 373.901C1368.5 373.901 1370.14 372.229 1370.14 370.167C1370.14 368.105 1368.5 366.433 1366.49 366.433C1364.47 366.433 1362.84 368.105 1362.84 370.167C1362.84 372.229 1364.47 373.901 1366.49 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 373.901C1399.77 373.901 1401.41 372.229 1401.41 370.167C1401.41 368.105 1399.77 366.433 1397.76 366.433C1395.75 366.433 1394.11 368.105 1394.11 370.167C1394.11 372.229 1395.75 373.901 1397.76 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 373.901C1431.05 373.901 1432.68 372.229 1432.68 370.167C1432.68 368.105 1431.05 366.433 1429.03 366.433C1427.02 366.433 1425.38 368.105 1425.38 370.167C1425.38 372.229 1427.02 373.901 1429.03 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 370.167C1463.95 372.23 1462.32 373.901 1460.3 373.901C1458.29 373.901 1456.66 372.23 1456.66 370.167C1456.66 368.104 1458.29 366.433 1460.3 366.433C1462.32 366.433 1463.95 368.104 1463.95 370.167Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 373.901C1493.58 373.901 1495.22 372.229 1495.22 370.167C1495.22 368.105 1493.58 366.433 1491.57 366.433C1489.55 366.433 1487.92 368.105 1487.92 370.167C1487.92 372.229 1489.55 373.901 1491.57 373.901Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 405.915C1368.5 405.915 1370.14 404.244 1370.14 402.181C1370.14 400.119 1368.5 398.447 1366.49 398.447C1364.47 398.447 1362.84 400.119 1362.84 402.181C1362.84 404.244 1364.47 405.915 1366.49 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 405.915C1399.77 405.915 1401.41 404.244 1401.41 402.181C1401.41 400.119 1399.77 398.447 1397.76 398.447C1395.75 398.447 1394.11 400.119 1394.11 402.181C1394.11 404.244 1395.75 405.915 1397.76 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 405.915C1431.05 405.915 1432.68 404.244 1432.68 402.181C1432.68 400.119 1431.05 398.447 1429.03 398.447C1427.02 398.447 1425.38 400.119 1425.38 402.181C1425.38 404.244 1427.02 405.915 1429.03 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 402.181C1463.95 404.244 1462.32 405.915 1460.3 405.915C1458.29 405.915 1456.66 404.244 1456.66 402.181C1456.66 400.118 1458.29 398.447 1460.3 398.447C1462.32 398.447 1463.95 400.118 1463.95 402.181Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 405.915C1493.58 405.915 1495.22 404.244 1495.22 402.181C1495.22 400.119 1493.58 398.447 1491.57 398.447C1489.55 398.447 1487.92 400.119 1487.92 402.181C1487.92 404.244 1489.55 405.915 1491.57 405.915Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 437.922C1368.5 437.922 1370.14 436.25 1370.14 434.188C1370.14 432.126 1368.5 430.454 1366.49 430.454C1364.47 430.454 1362.84 432.126 1362.84 434.188C1362.84 436.25 1364.47 437.922 1366.49 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 437.922C1399.77 437.922 1401.41 436.25 1401.41 434.188C1401.41 432.126 1399.77 430.454 1397.76 430.454C1395.75 430.454 1394.11 432.126 1394.11 434.188C1394.11 436.25 1395.75 437.922 1397.76 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 437.922C1431.05 437.922 1432.68 436.25 1432.68 434.188C1432.68 432.126 1431.05 430.454 1429.03 430.454C1427.02 430.454 1425.38 432.126 1425.38 434.188C1425.38 436.25 1427.02 437.922 1429.03 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 434.188C1463.95 436.251 1462.32 437.922 1460.3 437.922C1458.29 437.922 1456.66 436.251 1456.66 434.188C1456.66 432.125 1458.29 430.454 1460.3 430.454C1462.32 430.454 1463.95 432.125 1463.95 434.188Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 437.922C1493.58 437.922 1495.22 436.25 1495.22 434.188C1495.22 432.126 1493.58 430.454 1491.57 430.454C1489.55 430.454 1487.92 432.126 1487.92 434.188C1487.92 436.25 1489.55 437.922 1491.57 437.922Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 469.726C1368.5 469.726 1370.14 468.054 1370.14 465.992C1370.14 463.93 1368.5 462.258 1366.49 462.258C1364.47 462.258 1362.84 463.93 1362.84 465.992C1362.84 468.054 1364.47 469.726 1366.49 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 469.726C1399.77 469.726 1401.41 468.054 1401.41 465.992C1401.41 463.93 1399.77 462.258 1397.76 462.258C1395.75 462.258 1394.11 463.93 1394.11 465.992C1394.11 468.054 1395.75 469.726 1397.76 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 469.726C1431.05 469.726 1432.68 468.054 1432.68 465.992C1432.68 463.93 1431.05 462.258 1429.03 462.258C1427.02 462.258 1425.38 463.93 1425.38 465.992C1425.38 468.054 1427.02 469.726 1429.03 469.726Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 465.992C1463.95 468.055 1462.32 469.726 1460.3 469.726C1458.29 469.726 1456.66 468.055 1456.66 465.992C1456.66 463.929 1458.29 462.258 1460.3 462.258C1462.32 462.258 1463.95 463.929 1463.95 465.992Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 469.726C1493.58 469.726 1495.22 468.054 1495.22 465.992C1495.22 463.93 1493.58 462.258 1491.57 462.258C1489.55 462.258 1487.92 463.93 1487.92 465.992C1487.92 468.054 1489.55 469.726 1491.57 469.726Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip39_26_3867)'%3E%3Cpath d='M762.577 464.811C764.592 464.811 766.225 463.14 766.225 461.077C766.225 459.015 764.592 457.344 762.577 457.344C760.563 457.344 758.93 459.015 758.93 461.077C758.93 463.14 760.563 464.811 762.577 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 464.811C795.863 464.811 797.496 463.14 797.496 461.077C797.496 459.015 795.863 457.344 793.849 457.344C791.834 457.344 790.201 459.015 790.201 461.077C790.201 463.14 791.834 464.811 793.849 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 464.811C827.134 464.811 828.767 463.14 828.767 461.077C828.767 459.015 827.134 457.344 825.12 457.344C823.106 457.344 821.473 459.015 821.473 461.077C821.473 463.14 823.106 464.811 825.12 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 461.077C860.039 463.141 858.407 464.811 856.392 464.811C854.376 464.811 852.744 463.141 852.744 461.077C852.744 459.014 854.376 457.344 856.392 457.344C858.407 457.344 860.039 459.014 860.039 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 464.811C889.67 464.811 891.303 463.14 891.303 461.077C891.303 459.015 889.67 457.344 887.656 457.344C885.642 457.344 884.009 459.015 884.009 461.077C884.009 463.14 885.642 464.811 887.656 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 464.811C920.942 464.811 922.575 463.14 922.575 461.077C922.575 459.015 920.942 457.344 918.927 457.344C916.913 457.344 915.28 459.015 915.28 461.077C915.28 463.14 916.913 464.811 918.927 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 464.811C952.213 464.811 953.846 463.14 953.846 461.077C953.846 459.015 952.213 457.344 950.199 457.344C948.184 457.344 946.551 459.015 946.551 461.077C946.551 463.14 948.184 464.811 950.199 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 496.818C764.592 496.818 766.225 495.147 766.225 493.084C766.225 491.022 764.592 489.35 762.577 489.35C760.563 489.35 758.93 491.022 758.93 493.084C758.93 495.147 760.563 496.818 762.577 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 496.818C795.863 496.818 797.496 495.147 797.496 493.084C797.496 491.022 795.863 489.35 793.849 489.35C791.834 489.35 790.201 491.022 790.201 493.084C790.201 495.147 791.834 496.818 793.849 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 496.818C827.134 496.818 828.767 495.147 828.767 493.084C828.767 491.022 827.134 489.35 825.12 489.35C823.106 489.35 821.473 491.022 821.473 493.084C821.473 495.147 823.106 496.818 825.12 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 493.084C860.039 495.147 858.407 496.818 856.392 496.818C854.376 496.818 852.744 495.147 852.744 493.084C852.744 491.021 854.376 489.35 856.392 489.35C858.407 489.35 860.039 491.021 860.039 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 496.818C889.67 496.818 891.303 495.147 891.303 493.084C891.303 491.022 889.67 489.35 887.656 489.35C885.642 489.35 884.009 491.022 884.009 493.084C884.009 495.147 885.642 496.818 887.656 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 496.818C920.942 496.818 922.575 495.147 922.575 493.084C922.575 491.022 920.942 489.35 918.927 489.35C916.913 489.35 915.28 491.022 915.28 493.084C915.28 495.147 916.913 496.818 918.927 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 496.818C952.213 496.818 953.846 495.147 953.846 493.084C953.846 491.022 952.213 489.35 950.199 489.35C948.184 489.35 946.551 491.022 946.551 493.084C946.551 495.147 948.184 496.818 950.199 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 528.622C764.592 528.622 766.225 526.95 766.225 524.888C766.225 522.826 764.592 521.154 762.577 521.154C760.563 521.154 758.93 522.826 758.93 524.888C758.93 526.95 760.563 528.622 762.577 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 528.622C795.863 528.622 797.496 526.95 797.496 524.888C797.496 522.826 795.863 521.154 793.849 521.154C791.834 521.154 790.201 522.826 790.201 524.888C790.201 526.95 791.834 528.622 793.849 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 528.622C827.134 528.622 828.767 526.95 828.767 524.888C828.767 522.826 827.134 521.154 825.12 521.154C823.106 521.154 821.473 522.826 821.473 524.888C821.473 526.95 823.106 528.622 825.12 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 524.888C860.039 526.951 858.407 528.622 856.392 528.622C854.376 528.622 852.744 526.951 852.744 524.888C852.744 522.825 854.376 521.154 856.392 521.154C858.407 521.154 860.039 522.825 860.039 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 528.622C889.67 528.622 891.303 526.95 891.303 524.888C891.303 522.826 889.67 521.154 887.656 521.154C885.642 521.154 884.009 522.826 884.009 524.888C884.009 526.95 885.642 528.622 887.656 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 528.622C920.942 528.622 922.575 526.95 922.575 524.888C922.575 522.826 920.942 521.154 918.927 521.154C916.913 521.154 915.28 522.826 915.28 524.888C915.28 526.95 916.913 528.622 918.927 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 528.622C952.213 528.622 953.846 526.95 953.846 524.888C953.846 522.826 952.213 521.154 950.199 521.154C948.184 521.154 946.551 522.826 946.551 524.888C946.551 526.95 948.184 528.622 950.199 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 560.636C764.592 560.636 766.225 558.964 766.225 556.902C766.225 554.84 764.592 553.168 762.577 553.168C760.563 553.168 758.93 554.84 758.93 556.902C758.93 558.964 760.563 560.636 762.577 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 560.636C795.863 560.636 797.496 558.964 797.496 556.902C797.496 554.84 795.863 553.168 793.849 553.168C791.834 553.168 790.201 554.84 790.201 556.902C790.201 558.964 791.834 560.636 793.849 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 560.636C827.134 560.636 828.767 558.964 828.767 556.902C828.767 554.84 827.134 553.168 825.12 553.168C823.106 553.168 821.473 554.84 821.473 556.902C821.473 558.964 823.106 560.636 825.12 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 556.902C860.039 558.965 858.407 560.636 856.392 560.636C854.376 560.636 852.744 558.965 852.744 556.902C852.744 554.839 854.376 553.168 856.392 553.168C858.407 553.168 860.039 554.839 860.039 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 560.636C889.67 560.636 891.303 558.964 891.303 556.902C891.303 554.84 889.67 553.168 887.656 553.168C885.642 553.168 884.009 554.84 884.009 556.902C884.009 558.964 885.642 560.636 887.656 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 560.636C920.942 560.636 922.575 558.964 922.575 556.902C922.575 554.84 920.942 553.168 918.927 553.168C916.913 553.168 915.28 554.84 915.28 556.902C915.28 558.964 916.913 560.636 918.927 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 560.636C952.213 560.636 953.846 558.964 953.846 556.902C953.846 554.84 952.213 553.168 950.199 553.168C948.184 553.168 946.551 554.84 946.551 556.902C946.551 558.964 948.184 560.636 950.199 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 592.643C764.592 592.643 766.225 590.971 766.225 588.909C766.225 586.847 764.592 585.175 762.577 585.175C760.563 585.175 758.93 586.847 758.93 588.909C758.93 590.971 760.563 592.643 762.577 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 592.643C795.863 592.643 797.496 590.971 797.496 588.909C797.496 586.847 795.863 585.175 793.849 585.175C791.834 585.175 790.201 586.847 790.201 588.909C790.201 590.971 791.834 592.643 793.849 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 592.643C827.134 592.643 828.767 590.971 828.767 588.909C828.767 586.847 827.134 585.175 825.12 585.175C823.106 585.175 821.473 586.847 821.473 588.909C821.473 590.971 823.106 592.643 825.12 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 588.909C860.039 590.972 858.407 592.643 856.392 592.643C854.376 592.643 852.744 590.972 852.744 588.909C852.744 586.846 854.376 585.175 856.392 585.175C858.407 585.175 860.039 586.846 860.039 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 592.643C889.67 592.643 891.303 590.971 891.303 588.909C891.303 586.847 889.67 585.175 887.656 585.175C885.642 585.175 884.009 586.847 884.009 588.909C884.009 590.971 885.642 592.643 887.656 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 592.643C920.942 592.643 922.575 590.971 922.575 588.909C922.575 586.847 920.942 585.175 918.927 585.175C916.913 585.175 915.28 586.847 915.28 588.909C915.28 590.971 916.913 592.643 918.927 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 592.643C952.213 592.643 953.846 590.971 953.846 588.909C953.846 586.847 952.213 585.175 950.199 585.175C948.184 585.175 946.551 586.847 946.551 588.909C946.551 590.971 948.184 592.643 950.199 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M762.577 624.446C764.592 624.446 766.225 622.775 766.225 620.712C766.225 618.65 764.592 616.979 762.577 616.979C760.563 616.979 758.93 618.65 758.93 620.712C758.93 622.775 760.563 624.446 762.577 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M793.849 624.446C795.863 624.446 797.496 622.775 797.496 620.712C797.496 618.65 795.863 616.979 793.849 616.979C791.834 616.979 790.201 618.65 790.201 620.712C790.201 622.775 791.834 624.446 793.849 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M825.12 624.446C827.134 624.446 828.767 622.775 828.767 620.712C828.767 618.65 827.134 616.979 825.12 616.979C823.106 616.979 821.473 618.65 821.473 620.712C821.473 622.775 823.106 624.446 825.12 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M860.039 620.712C860.039 622.775 858.407 624.446 856.392 624.446C854.376 624.446 852.744 622.775 852.744 620.712C852.744 618.649 854.376 616.979 856.392 616.979C858.407 616.979 860.039 618.649 860.039 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M887.656 624.446C889.67 624.446 891.303 622.775 891.303 620.712C891.303 618.65 889.67 616.979 887.656 616.979C885.642 616.979 884.009 618.65 884.009 620.712C884.009 622.775 885.642 624.446 887.656 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M918.927 624.446C920.942 624.446 922.575 622.775 922.575 620.712C922.575 618.65 920.942 616.979 918.927 616.979C916.913 616.979 915.28 618.65 915.28 620.712C915.28 622.775 916.913 624.446 918.927 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M950.199 624.446C952.213 624.446 953.846 622.775 953.846 620.712C953.846 618.65 952.213 616.979 950.199 616.979C948.184 616.979 946.551 618.65 946.551 620.712C946.551 622.775 948.184 624.446 950.199 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip40_26_3867)'%3E%3Cpath d='M913.444 464.811C915.458 464.811 917.091 463.14 917.091 461.077C917.091 459.015 915.458 457.343 913.444 457.343C911.43 457.343 909.797 459.015 909.797 461.077C909.797 463.14 911.43 464.811 913.444 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 464.811C946.73 464.811 948.363 463.14 948.363 461.077C948.363 459.015 946.73 457.343 944.715 457.343C942.701 457.343 941.068 459.015 941.068 461.077C941.068 463.14 942.701 464.811 944.715 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 464.811C978.001 464.811 979.634 463.14 979.634 461.077C979.634 459.015 978.001 457.343 975.987 457.343C973.972 457.343 972.339 459.015 972.339 461.077C972.339 463.14 973.972 464.811 975.987 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 461.077C1010.91 463.14 1009.27 464.811 1007.26 464.811C1005.24 464.811 1003.61 463.14 1003.61 461.077C1003.61 459.014 1005.24 457.343 1007.26 457.343C1009.27 457.343 1010.91 459.014 1010.91 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 464.811C1040.54 464.811 1042.17 463.14 1042.17 461.077C1042.17 459.015 1040.54 457.343 1038.52 457.343C1036.51 457.343 1034.88 459.015 1034.88 461.077C1034.88 463.14 1036.51 464.811 1038.52 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 464.811C1071.81 464.811 1073.44 463.14 1073.44 461.077C1073.44 459.015 1071.81 457.343 1069.79 457.343C1067.78 457.343 1066.15 459.015 1066.15 461.077C1066.15 463.14 1067.78 464.811 1069.79 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 464.811C1103.08 464.811 1104.71 463.14 1104.71 461.077C1104.71 459.015 1103.08 457.343 1101.07 457.343C1099.05 457.343 1097.42 459.015 1097.42 461.077C1097.42 463.14 1099.05 464.811 1101.07 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 496.818C915.458 496.818 917.091 495.146 917.091 493.084C917.091 491.022 915.458 489.35 913.444 489.35C911.43 489.35 909.797 491.022 909.797 493.084C909.797 495.146 911.43 496.818 913.444 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 496.818C946.73 496.818 948.363 495.146 948.363 493.084C948.363 491.022 946.73 489.35 944.715 489.35C942.701 489.35 941.068 491.022 941.068 493.084C941.068 495.146 942.701 496.818 944.715 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 496.818C978.001 496.818 979.634 495.146 979.634 493.084C979.634 491.022 978.001 489.35 975.987 489.35C973.972 489.35 972.339 491.022 972.339 493.084C972.339 495.146 973.972 496.818 975.987 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 493.084C1010.91 495.147 1009.27 496.818 1007.26 496.818C1005.24 496.818 1003.61 495.147 1003.61 493.084C1003.61 491.021 1005.24 489.35 1007.26 489.35C1009.27 489.35 1010.91 491.021 1010.91 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 496.818C1040.54 496.818 1042.17 495.146 1042.17 493.084C1042.17 491.022 1040.54 489.35 1038.52 489.35C1036.51 489.35 1034.88 491.022 1034.88 493.084C1034.88 495.146 1036.51 496.818 1038.52 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 496.818C1071.81 496.818 1073.44 495.146 1073.44 493.084C1073.44 491.022 1071.81 489.35 1069.79 489.35C1067.78 489.35 1066.15 491.022 1066.15 493.084C1066.15 495.146 1067.78 496.818 1069.79 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 496.818C1103.08 496.818 1104.71 495.146 1104.71 493.084C1104.71 491.022 1103.08 489.35 1101.07 489.35C1099.05 489.35 1097.42 491.022 1097.42 493.084C1097.42 495.146 1099.05 496.818 1101.07 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 528.622C915.458 528.622 917.091 526.95 917.091 524.888C917.091 522.826 915.458 521.154 913.444 521.154C911.43 521.154 909.797 522.826 909.797 524.888C909.797 526.95 911.43 528.622 913.444 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 528.622C946.73 528.622 948.363 526.95 948.363 524.888C948.363 522.826 946.73 521.154 944.715 521.154C942.701 521.154 941.068 522.826 941.068 524.888C941.068 526.95 942.701 528.622 944.715 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 528.622C978.001 528.622 979.634 526.95 979.634 524.888C979.634 522.826 978.001 521.154 975.987 521.154C973.972 521.154 972.339 522.826 972.339 524.888C972.339 526.95 973.972 528.622 975.987 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 524.888C1010.91 526.951 1009.27 528.622 1007.26 528.622C1005.24 528.622 1003.61 526.951 1003.61 524.888C1003.61 522.825 1005.24 521.154 1007.26 521.154C1009.27 521.154 1010.91 522.825 1010.91 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 528.622C1040.54 528.622 1042.17 526.95 1042.17 524.888C1042.17 522.826 1040.54 521.154 1038.52 521.154C1036.51 521.154 1034.88 522.826 1034.88 524.888C1034.88 526.95 1036.51 528.622 1038.52 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 528.622C1071.81 528.622 1073.44 526.95 1073.44 524.888C1073.44 522.826 1071.81 521.154 1069.79 521.154C1067.78 521.154 1066.15 522.826 1066.15 524.888C1066.15 526.95 1067.78 528.622 1069.79 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 528.622C1103.08 528.622 1104.71 526.95 1104.71 524.888C1104.71 522.826 1103.08 521.154 1101.07 521.154C1099.05 521.154 1097.42 522.826 1097.42 524.888C1097.42 526.95 1099.05 528.622 1101.07 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 560.636C915.458 560.636 917.091 558.964 917.091 556.902C917.091 554.84 915.458 553.168 913.444 553.168C911.43 553.168 909.797 554.84 909.797 556.902C909.797 558.964 911.43 560.636 913.444 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 560.636C946.73 560.636 948.363 558.964 948.363 556.902C948.363 554.84 946.73 553.168 944.715 553.168C942.701 553.168 941.068 554.84 941.068 556.902C941.068 558.964 942.701 560.636 944.715 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 560.636C978.001 560.636 979.634 558.964 979.634 556.902C979.634 554.84 978.001 553.168 975.987 553.168C973.972 553.168 972.339 554.84 972.339 556.902C972.339 558.964 973.972 560.636 975.987 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 556.902C1010.91 558.965 1009.27 560.636 1007.26 560.636C1005.24 560.636 1003.61 558.965 1003.61 556.902C1003.61 554.839 1005.24 553.168 1007.26 553.168C1009.27 553.168 1010.91 554.839 1010.91 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 560.636C1040.54 560.636 1042.17 558.964 1042.17 556.902C1042.17 554.84 1040.54 553.168 1038.52 553.168C1036.51 553.168 1034.88 554.84 1034.88 556.902C1034.88 558.964 1036.51 560.636 1038.52 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 560.636C1071.81 560.636 1073.44 558.964 1073.44 556.902C1073.44 554.84 1071.81 553.168 1069.79 553.168C1067.78 553.168 1066.15 554.84 1066.15 556.902C1066.15 558.964 1067.78 560.636 1069.79 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 560.636C1103.08 560.636 1104.71 558.964 1104.71 556.902C1104.71 554.84 1103.08 553.168 1101.07 553.168C1099.05 553.168 1097.42 554.84 1097.42 556.902C1097.42 558.964 1099.05 560.636 1101.07 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 592.643C915.458 592.643 917.091 590.971 917.091 588.909C917.091 586.847 915.458 585.175 913.444 585.175C911.43 585.175 909.797 586.847 909.797 588.909C909.797 590.971 911.43 592.643 913.444 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 592.643C946.73 592.643 948.363 590.971 948.363 588.909C948.363 586.847 946.73 585.175 944.715 585.175C942.701 585.175 941.068 586.847 941.068 588.909C941.068 590.971 942.701 592.643 944.715 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 592.643C978.001 592.643 979.634 590.971 979.634 588.909C979.634 586.847 978.001 585.175 975.987 585.175C973.972 585.175 972.339 586.847 972.339 588.909C972.339 590.971 973.972 592.643 975.987 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 588.909C1010.91 590.972 1009.27 592.643 1007.26 592.643C1005.24 592.643 1003.61 590.972 1003.61 588.909C1003.61 586.846 1005.24 585.175 1007.26 585.175C1009.27 585.175 1010.91 586.846 1010.91 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 592.643C1040.54 592.643 1042.17 590.971 1042.17 588.909C1042.17 586.847 1040.54 585.175 1038.52 585.175C1036.51 585.175 1034.88 586.847 1034.88 588.909C1034.88 590.971 1036.51 592.643 1038.52 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 592.643C1071.81 592.643 1073.44 590.971 1073.44 588.909C1073.44 586.847 1071.81 585.175 1069.79 585.175C1067.78 585.175 1066.15 586.847 1066.15 588.909C1066.15 590.971 1067.78 592.643 1069.79 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 592.643C1103.08 592.643 1104.71 590.971 1104.71 588.909C1104.71 586.847 1103.08 585.175 1101.07 585.175C1099.05 585.175 1097.42 586.847 1097.42 588.909C1097.42 590.971 1099.05 592.643 1101.07 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M913.444 624.446C915.458 624.446 917.091 622.775 917.091 620.712C917.091 618.65 915.458 616.978 913.444 616.978C911.43 616.978 909.797 618.65 909.797 620.712C909.797 622.775 911.43 624.446 913.444 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M944.715 624.446C946.73 624.446 948.363 622.775 948.363 620.712C948.363 618.65 946.73 616.978 944.715 616.978C942.701 616.978 941.068 618.65 941.068 620.712C941.068 622.775 942.701 624.446 944.715 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M975.987 624.446C978.001 624.446 979.634 622.775 979.634 620.712C979.634 618.65 978.001 616.978 975.987 616.978C973.972 616.978 972.339 618.65 972.339 620.712C972.339 622.775 973.972 624.446 975.987 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1010.91 620.712C1010.91 622.775 1009.27 624.446 1007.26 624.446C1005.24 624.446 1003.61 622.775 1003.61 620.712C1003.61 618.649 1005.24 616.978 1007.26 616.978C1009.27 616.978 1010.91 618.649 1010.91 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M1038.52 624.446C1040.54 624.446 1042.17 622.775 1042.17 620.712C1042.17 618.65 1040.54 616.978 1038.52 616.978C1036.51 616.978 1034.88 618.65 1034.88 620.712C1034.88 622.775 1036.51 624.446 1038.52 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1069.79 624.446C1071.81 624.446 1073.44 622.775 1073.44 620.712C1073.44 618.65 1071.81 616.978 1069.79 616.978C1067.78 616.978 1066.15 618.65 1066.15 620.712C1066.15 622.775 1067.78 624.446 1069.79 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1101.07 624.446C1103.08 624.446 1104.71 622.775 1104.71 620.712C1104.71 618.65 1103.08 616.978 1101.07 616.978C1099.05 616.978 1097.42 618.65 1097.42 620.712C1097.42 622.775 1099.05 624.446 1101.07 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip41_26_3867)'%3E%3Cpath d='M1061.01 464.811C1063.02 464.811 1064.65 463.14 1064.65 461.077C1064.65 459.015 1063.02 457.344 1061.01 457.344C1058.99 457.344 1057.36 459.015 1057.36 461.077C1057.36 463.14 1058.99 464.811 1061.01 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 464.811C1094.29 464.811 1095.93 463.14 1095.93 461.077C1095.93 459.015 1094.29 457.344 1092.28 457.344C1090.26 457.344 1088.63 459.015 1088.63 461.077C1088.63 463.14 1090.26 464.811 1092.28 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 464.811C1125.56 464.811 1127.2 463.14 1127.2 461.077C1127.2 459.015 1125.56 457.344 1123.55 457.344C1121.54 457.344 1119.9 459.015 1119.9 461.077C1119.9 463.14 1121.54 464.811 1123.55 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 461.077C1158.47 463.141 1156.84 464.811 1154.82 464.811C1152.81 464.811 1151.17 463.141 1151.17 461.077C1151.17 459.014 1152.81 457.344 1154.82 457.344C1156.84 457.344 1158.47 459.014 1158.47 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 464.811C1188.1 464.811 1189.73 463.14 1189.73 461.077C1189.73 459.015 1188.1 457.344 1186.09 457.344C1184.07 457.344 1182.44 459.015 1182.44 461.077C1182.44 463.14 1184.07 464.811 1186.09 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 464.811C1219.37 464.811 1221 463.14 1221 461.077C1221 459.015 1219.37 457.344 1217.36 457.344C1215.34 457.344 1213.71 459.015 1213.71 461.077C1213.71 463.14 1215.34 464.811 1217.36 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 464.811C1250.64 464.811 1252.28 463.14 1252.28 461.077C1252.28 459.015 1250.64 457.344 1248.63 457.344C1246.61 457.344 1244.98 459.015 1244.98 461.077C1244.98 463.14 1246.61 464.811 1248.63 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1061.01 496.818C1063.02 496.818 1064.65 495.147 1064.65 493.084C1064.65 491.022 1063.02 489.35 1061.01 489.35C1058.99 489.35 1057.36 491.022 1057.36 493.084C1057.36 495.147 1058.99 496.818 1061.01 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 496.818C1094.29 496.818 1095.93 495.147 1095.93 493.084C1095.93 491.022 1094.29 489.35 1092.28 489.35C1090.26 489.35 1088.63 491.022 1088.63 493.084C1088.63 495.147 1090.26 496.818 1092.28 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 496.818C1125.56 496.818 1127.2 495.147 1127.2 493.084C1127.2 491.022 1125.56 489.35 1123.55 489.35C1121.54 489.35 1119.9 491.022 1119.9 493.084C1119.9 495.147 1121.54 496.818 1123.55 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 493.084C1158.47 495.147 1156.84 496.818 1154.82 496.818C1152.81 496.818 1151.17 495.147 1151.17 493.084C1151.17 491.021 1152.81 489.35 1154.82 489.35C1156.84 489.35 1158.47 491.021 1158.47 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 496.818C1188.1 496.818 1189.73 495.147 1189.73 493.084C1189.73 491.022 1188.1 489.35 1186.09 489.35C1184.07 489.35 1182.44 491.022 1182.44 493.084C1182.44 495.147 1184.07 496.818 1186.09 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 496.818C1219.37 496.818 1221 495.147 1221 493.084C1221 491.022 1219.37 489.35 1217.36 489.35C1215.34 489.35 1213.71 491.022 1213.71 493.084C1213.71 495.147 1215.34 496.818 1217.36 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 496.818C1250.64 496.818 1252.28 495.147 1252.28 493.084C1252.28 491.022 1250.64 489.35 1248.63 489.35C1246.61 489.35 1244.98 491.022 1244.98 493.084C1244.98 495.147 1246.61 496.818 1248.63 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1061.01 528.622C1063.02 528.622 1064.65 526.95 1064.65 524.888C1064.65 522.826 1063.02 521.154 1061.01 521.154C1058.99 521.154 1057.36 522.826 1057.36 524.888C1057.36 526.95 1058.99 528.622 1061.01 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 528.622C1094.29 528.622 1095.93 526.95 1095.93 524.888C1095.93 522.826 1094.29 521.154 1092.28 521.154C1090.26 521.154 1088.63 522.826 1088.63 524.888C1088.63 526.95 1090.26 528.622 1092.28 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 528.622C1125.56 528.622 1127.2 526.95 1127.2 524.888C1127.2 522.826 1125.56 521.154 1123.55 521.154C1121.54 521.154 1119.9 522.826 1119.9 524.888C1119.9 526.95 1121.54 528.622 1123.55 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 524.888C1158.47 526.951 1156.84 528.622 1154.82 528.622C1152.81 528.622 1151.17 526.951 1151.17 524.888C1151.17 522.825 1152.81 521.154 1154.82 521.154C1156.84 521.154 1158.47 522.825 1158.47 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 528.622C1188.1 528.622 1189.73 526.95 1189.73 524.888C1189.73 522.826 1188.1 521.154 1186.09 521.154C1184.07 521.154 1182.44 522.826 1182.44 524.888C1182.44 526.95 1184.07 528.622 1186.09 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 528.622C1219.37 528.622 1221 526.95 1221 524.888C1221 522.826 1219.37 521.154 1217.36 521.154C1215.34 521.154 1213.71 522.826 1213.71 524.888C1213.71 526.95 1215.34 528.622 1217.36 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 528.622C1250.64 528.622 1252.28 526.95 1252.28 524.888C1252.28 522.826 1250.64 521.154 1248.63 521.154C1246.61 521.154 1244.98 522.826 1244.98 524.888C1244.98 526.95 1246.61 528.622 1248.63 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1061.01 560.636C1063.02 560.636 1064.65 558.964 1064.65 556.902C1064.65 554.84 1063.02 553.168 1061.01 553.168C1058.99 553.168 1057.36 554.84 1057.36 556.902C1057.36 558.964 1058.99 560.636 1061.01 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 560.636C1094.29 560.636 1095.93 558.964 1095.93 556.902C1095.93 554.84 1094.29 553.168 1092.28 553.168C1090.26 553.168 1088.63 554.84 1088.63 556.902C1088.63 558.964 1090.26 560.636 1092.28 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 560.636C1125.56 560.636 1127.2 558.964 1127.2 556.902C1127.2 554.84 1125.56 553.168 1123.55 553.168C1121.54 553.168 1119.9 554.84 1119.9 556.902C1119.9 558.964 1121.54 560.636 1123.55 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 556.902C1158.47 558.965 1156.84 560.636 1154.82 560.636C1152.81 560.636 1151.17 558.965 1151.17 556.902C1151.17 554.839 1152.81 553.168 1154.82 553.168C1156.84 553.168 1158.47 554.839 1158.47 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 560.636C1188.1 560.636 1189.73 558.964 1189.73 556.902C1189.73 554.84 1188.1 553.168 1186.09 553.168C1184.07 553.168 1182.44 554.84 1182.44 556.902C1182.44 558.964 1184.07 560.636 1186.09 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 560.636C1219.37 560.636 1221 558.964 1221 556.902C1221 554.84 1219.37 553.168 1217.36 553.168C1215.34 553.168 1213.71 554.84 1213.71 556.902C1213.71 558.964 1215.34 560.636 1217.36 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 560.636C1250.64 560.636 1252.28 558.964 1252.28 556.902C1252.28 554.84 1250.64 553.168 1248.63 553.168C1246.61 553.168 1244.98 554.84 1244.98 556.902C1244.98 558.964 1246.61 560.636 1248.63 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1061.01 592.643C1063.02 592.643 1064.65 590.971 1064.65 588.909C1064.65 586.847 1063.02 585.175 1061.01 585.175C1058.99 585.175 1057.36 586.847 1057.36 588.909C1057.36 590.971 1058.99 592.643 1061.01 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 592.643C1094.29 592.643 1095.93 590.971 1095.93 588.909C1095.93 586.847 1094.29 585.175 1092.28 585.175C1090.26 585.175 1088.63 586.847 1088.63 588.909C1088.63 590.971 1090.26 592.643 1092.28 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 592.643C1125.56 592.643 1127.2 590.971 1127.2 588.909C1127.2 586.847 1125.56 585.175 1123.55 585.175C1121.54 585.175 1119.9 586.847 1119.9 588.909C1119.9 590.971 1121.54 592.643 1123.55 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 588.909C1158.47 590.972 1156.84 592.643 1154.82 592.643C1152.81 592.643 1151.17 590.972 1151.17 588.909C1151.17 586.846 1152.81 585.175 1154.82 585.175C1156.84 585.175 1158.47 586.846 1158.47 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 592.643C1188.1 592.643 1189.73 590.971 1189.73 588.909C1189.73 586.847 1188.1 585.175 1186.09 585.175C1184.07 585.175 1182.44 586.847 1182.44 588.909C1182.44 590.971 1184.07 592.643 1186.09 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 592.643C1219.37 592.643 1221 590.971 1221 588.909C1221 586.847 1219.37 585.175 1217.36 585.175C1215.34 585.175 1213.71 586.847 1213.71 588.909C1213.71 590.971 1215.34 592.643 1217.36 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 592.643C1250.64 592.643 1252.28 590.971 1252.28 588.909C1252.28 586.847 1250.64 585.175 1248.63 585.175C1246.61 585.175 1244.98 586.847 1244.98 588.909C1244.98 590.971 1246.61 592.643 1248.63 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1061.01 624.446C1063.02 624.446 1064.65 622.775 1064.65 620.712C1064.65 618.65 1063.02 616.979 1061.01 616.979C1058.99 616.979 1057.36 618.65 1057.36 620.712C1057.36 622.775 1058.99 624.446 1061.01 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1092.28 624.446C1094.29 624.446 1095.93 622.775 1095.93 620.712C1095.93 618.65 1094.29 616.979 1092.28 616.979C1090.26 616.979 1088.63 618.65 1088.63 620.712C1088.63 622.775 1090.26 624.446 1092.28 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1123.55 624.446C1125.56 624.446 1127.2 622.775 1127.2 620.712C1127.2 618.65 1125.56 616.979 1123.55 616.979C1121.54 616.979 1119.9 618.65 1119.9 620.712C1119.9 622.775 1121.54 624.446 1123.55 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1158.47 620.712C1158.47 622.775 1156.84 624.446 1154.82 624.446C1152.81 624.446 1151.17 622.775 1151.17 620.712C1151.17 618.649 1152.81 616.979 1154.82 616.979C1156.84 616.979 1158.47 618.649 1158.47 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M1186.09 624.446C1188.1 624.446 1189.73 622.775 1189.73 620.712C1189.73 618.65 1188.1 616.979 1186.09 616.979C1184.07 616.979 1182.44 618.65 1182.44 620.712C1182.44 622.775 1184.07 624.446 1186.09 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1217.36 624.446C1219.37 624.446 1221 622.775 1221 620.712C1221 618.65 1219.37 616.979 1217.36 616.979C1215.34 616.979 1213.71 618.65 1213.71 620.712C1213.71 622.775 1215.34 624.446 1217.36 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1248.63 624.446C1250.64 624.446 1252.28 622.775 1252.28 620.712C1252.28 618.65 1250.64 616.979 1248.63 616.979C1246.61 616.979 1244.98 618.65 1244.98 620.712C1244.98 622.775 1246.61 624.446 1248.63 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip42_26_3867)'%3E%3Cpath d='M1210.22 464.811C1212.24 464.811 1213.87 463.14 1213.87 461.077C1213.87 459.015 1212.24 457.343 1210.22 457.343C1208.21 457.343 1206.57 459.015 1206.57 461.077C1206.57 463.14 1208.21 464.811 1210.22 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 464.811C1243.51 464.811 1245.14 463.14 1245.14 461.077C1245.14 459.015 1243.51 457.343 1241.49 457.343C1239.48 457.343 1237.85 459.015 1237.85 461.077C1237.85 463.14 1239.48 464.811 1241.49 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 464.811C1274.78 464.811 1276.41 463.14 1276.41 461.077C1276.41 459.015 1274.78 457.343 1272.76 457.343C1270.75 457.343 1269.12 459.015 1269.12 461.077C1269.12 463.14 1270.75 464.811 1272.76 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 461.077C1307.68 463.14 1306.05 464.811 1304.04 464.811C1302.02 464.811 1300.39 463.14 1300.39 461.077C1300.39 459.014 1302.02 457.343 1304.04 457.343C1306.05 457.343 1307.68 459.014 1307.68 461.077Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 464.811C1337.31 464.811 1338.95 463.14 1338.95 461.077C1338.95 459.015 1337.31 457.343 1335.3 457.343C1333.29 457.343 1331.65 459.015 1331.65 461.077C1331.65 463.14 1333.29 464.811 1335.3 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 464.811C1368.59 464.811 1370.22 463.14 1370.22 461.077C1370.22 459.015 1368.59 457.343 1366.57 457.343C1364.56 457.343 1362.92 459.015 1362.92 461.077C1362.92 463.14 1364.56 464.811 1366.57 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 464.811C1399.86 464.811 1401.49 463.14 1401.49 461.077C1401.49 459.015 1399.86 457.343 1397.84 457.343C1395.83 457.343 1394.2 459.015 1394.2 461.077C1394.2 463.14 1395.83 464.811 1397.84 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1210.22 496.818C1212.24 496.818 1213.87 495.146 1213.87 493.084C1213.87 491.022 1212.24 489.35 1210.22 489.35C1208.21 489.35 1206.57 491.022 1206.57 493.084C1206.57 495.146 1208.21 496.818 1210.22 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 496.818C1243.51 496.818 1245.14 495.146 1245.14 493.084C1245.14 491.022 1243.51 489.35 1241.49 489.35C1239.48 489.35 1237.85 491.022 1237.85 493.084C1237.85 495.146 1239.48 496.818 1241.49 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 496.818C1274.78 496.818 1276.41 495.146 1276.41 493.084C1276.41 491.022 1274.78 489.35 1272.76 489.35C1270.75 489.35 1269.12 491.022 1269.12 493.084C1269.12 495.146 1270.75 496.818 1272.76 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 493.084C1307.68 495.147 1306.05 496.818 1304.04 496.818C1302.02 496.818 1300.39 495.147 1300.39 493.084C1300.39 491.021 1302.02 489.35 1304.04 489.35C1306.05 489.35 1307.68 491.021 1307.68 493.084Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 496.818C1337.31 496.818 1338.95 495.146 1338.95 493.084C1338.95 491.022 1337.31 489.35 1335.3 489.35C1333.29 489.35 1331.65 491.022 1331.65 493.084C1331.65 495.146 1333.29 496.818 1335.3 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 496.818C1368.59 496.818 1370.22 495.146 1370.22 493.084C1370.22 491.022 1368.59 489.35 1366.57 489.35C1364.56 489.35 1362.92 491.022 1362.92 493.084C1362.92 495.146 1364.56 496.818 1366.57 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 496.818C1399.86 496.818 1401.49 495.146 1401.49 493.084C1401.49 491.022 1399.86 489.35 1397.84 489.35C1395.83 489.35 1394.2 491.022 1394.2 493.084C1394.2 495.146 1395.83 496.818 1397.84 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1210.22 528.622C1212.24 528.622 1213.87 526.95 1213.87 524.888C1213.87 522.826 1212.24 521.154 1210.22 521.154C1208.21 521.154 1206.57 522.826 1206.57 524.888C1206.57 526.95 1208.21 528.622 1210.22 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 528.622C1243.51 528.622 1245.14 526.95 1245.14 524.888C1245.14 522.826 1243.51 521.154 1241.49 521.154C1239.48 521.154 1237.85 522.826 1237.85 524.888C1237.85 526.95 1239.48 528.622 1241.49 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 528.622C1274.78 528.622 1276.41 526.95 1276.41 524.888C1276.41 522.826 1274.78 521.154 1272.76 521.154C1270.75 521.154 1269.12 522.826 1269.12 524.888C1269.12 526.95 1270.75 528.622 1272.76 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 524.888C1307.68 526.951 1306.05 528.622 1304.04 528.622C1302.02 528.622 1300.39 526.951 1300.39 524.888C1300.39 522.825 1302.02 521.154 1304.04 521.154C1306.05 521.154 1307.68 522.825 1307.68 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 528.622C1337.31 528.622 1338.95 526.95 1338.95 524.888C1338.95 522.826 1337.31 521.154 1335.3 521.154C1333.29 521.154 1331.65 522.826 1331.65 524.888C1331.65 526.95 1333.29 528.622 1335.3 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 528.622C1368.59 528.622 1370.22 526.95 1370.22 524.888C1370.22 522.826 1368.59 521.154 1366.57 521.154C1364.56 521.154 1362.92 522.826 1362.92 524.888C1362.92 526.95 1364.56 528.622 1366.57 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 528.622C1399.86 528.622 1401.49 526.95 1401.49 524.888C1401.49 522.826 1399.86 521.154 1397.84 521.154C1395.83 521.154 1394.2 522.826 1394.2 524.888C1394.2 526.95 1395.83 528.622 1397.84 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1210.22 560.636C1212.24 560.636 1213.87 558.964 1213.87 556.902C1213.87 554.84 1212.24 553.168 1210.22 553.168C1208.21 553.168 1206.57 554.84 1206.57 556.902C1206.57 558.964 1208.21 560.636 1210.22 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 560.636C1243.51 560.636 1245.14 558.964 1245.14 556.902C1245.14 554.84 1243.51 553.168 1241.49 553.168C1239.48 553.168 1237.85 554.84 1237.85 556.902C1237.85 558.964 1239.48 560.636 1241.49 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 560.636C1274.78 560.636 1276.41 558.964 1276.41 556.902C1276.41 554.84 1274.78 553.168 1272.76 553.168C1270.75 553.168 1269.12 554.84 1269.12 556.902C1269.12 558.964 1270.75 560.636 1272.76 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 556.902C1307.68 558.965 1306.05 560.636 1304.04 560.636C1302.02 560.636 1300.39 558.965 1300.39 556.902C1300.39 554.839 1302.02 553.168 1304.04 553.168C1306.05 553.168 1307.68 554.839 1307.68 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 560.636C1337.31 560.636 1338.95 558.964 1338.95 556.902C1338.95 554.84 1337.31 553.168 1335.3 553.168C1333.29 553.168 1331.65 554.84 1331.65 556.902C1331.65 558.964 1333.29 560.636 1335.3 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 560.636C1368.59 560.636 1370.22 558.964 1370.22 556.902C1370.22 554.84 1368.59 553.168 1366.57 553.168C1364.56 553.168 1362.92 554.84 1362.92 556.902C1362.92 558.964 1364.56 560.636 1366.57 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 560.636C1399.86 560.636 1401.49 558.964 1401.49 556.902C1401.49 554.84 1399.86 553.168 1397.84 553.168C1395.83 553.168 1394.2 554.84 1394.2 556.902C1394.2 558.964 1395.83 560.636 1397.84 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1210.22 592.643C1212.24 592.643 1213.87 590.971 1213.87 588.909C1213.87 586.847 1212.24 585.175 1210.22 585.175C1208.21 585.175 1206.57 586.847 1206.57 588.909C1206.57 590.971 1208.21 592.643 1210.22 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 592.643C1243.51 592.643 1245.14 590.971 1245.14 588.909C1245.14 586.847 1243.51 585.175 1241.49 585.175C1239.48 585.175 1237.85 586.847 1237.85 588.909C1237.85 590.971 1239.48 592.643 1241.49 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 592.643C1274.78 592.643 1276.41 590.971 1276.41 588.909C1276.41 586.847 1274.78 585.175 1272.76 585.175C1270.75 585.175 1269.12 586.847 1269.12 588.909C1269.12 590.971 1270.75 592.643 1272.76 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 588.909C1307.68 590.972 1306.05 592.643 1304.04 592.643C1302.02 592.643 1300.39 590.972 1300.39 588.909C1300.39 586.846 1302.02 585.175 1304.04 585.175C1306.05 585.175 1307.68 586.846 1307.68 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 592.643C1337.31 592.643 1338.95 590.971 1338.95 588.909C1338.95 586.847 1337.31 585.175 1335.3 585.175C1333.29 585.175 1331.65 586.847 1331.65 588.909C1331.65 590.971 1333.29 592.643 1335.3 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 592.643C1368.59 592.643 1370.22 590.971 1370.22 588.909C1370.22 586.847 1368.59 585.175 1366.57 585.175C1364.56 585.175 1362.92 586.847 1362.92 588.909C1362.92 590.971 1364.56 592.643 1366.57 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 592.643C1399.86 592.643 1401.49 590.971 1401.49 588.909C1401.49 586.847 1399.86 585.175 1397.84 585.175C1395.83 585.175 1394.2 586.847 1394.2 588.909C1394.2 590.971 1395.83 592.643 1397.84 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1210.22 624.446C1212.24 624.446 1213.87 622.775 1213.87 620.712C1213.87 618.65 1212.24 616.978 1210.22 616.978C1208.21 616.978 1206.57 618.65 1206.57 620.712C1206.57 622.775 1208.21 624.446 1210.22 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1241.49 624.446C1243.51 624.446 1245.14 622.775 1245.14 620.712C1245.14 618.65 1243.51 616.978 1241.49 616.978C1239.48 616.978 1237.85 618.65 1237.85 620.712C1237.85 622.775 1239.48 624.446 1241.49 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1272.76 624.446C1274.78 624.446 1276.41 622.775 1276.41 620.712C1276.41 618.65 1274.78 616.978 1272.76 616.978C1270.75 616.978 1269.12 618.65 1269.12 620.712C1269.12 622.775 1270.75 624.446 1272.76 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1307.68 620.712C1307.68 622.775 1306.05 624.446 1304.04 624.446C1302.02 624.446 1300.39 622.775 1300.39 620.712C1300.39 618.649 1302.02 616.978 1304.04 616.978C1306.05 616.978 1307.68 618.649 1307.68 620.712Z' fill='%23988EC1'/%3E%3Cpath d='M1335.3 624.446C1337.31 624.446 1338.95 622.775 1338.95 620.712C1338.95 618.65 1337.31 616.978 1335.3 616.978C1333.29 616.978 1331.65 618.65 1331.65 620.712C1331.65 622.775 1333.29 624.446 1335.3 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1366.57 624.446C1368.59 624.446 1370.22 622.775 1370.22 620.712C1370.22 618.65 1368.59 616.978 1366.57 616.978C1364.56 616.978 1362.92 618.65 1362.92 620.712C1362.92 622.775 1364.56 624.446 1366.57 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1397.84 624.446C1399.86 624.446 1401.49 622.775 1401.49 620.712C1401.49 618.65 1399.86 616.978 1397.84 616.978C1395.83 616.978 1394.2 618.65 1394.2 620.712C1394.2 622.775 1395.83 624.446 1397.84 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip43_26_3867)'%3E%3Cpath d='M1366.49 464.812C1368.5 464.812 1370.14 463.14 1370.14 461.078C1370.14 459.015 1368.5 457.344 1366.49 457.344C1364.47 457.344 1362.84 459.015 1362.84 461.078C1362.84 463.14 1364.47 464.812 1366.49 464.812Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 464.812C1399.77 464.812 1401.41 463.14 1401.41 461.078C1401.41 459.015 1399.77 457.344 1397.76 457.344C1395.75 457.344 1394.11 459.015 1394.11 461.078C1394.11 463.14 1395.75 464.812 1397.76 464.812Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 464.812C1431.05 464.812 1432.68 463.14 1432.68 461.078C1432.68 459.015 1431.05 457.344 1429.03 457.344C1427.02 457.344 1425.38 459.015 1425.38 461.078C1425.38 463.14 1427.02 464.812 1429.03 464.812Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 461.078C1463.95 463.141 1462.32 464.812 1460.3 464.812C1458.29 464.812 1456.66 463.141 1456.66 461.078C1456.66 459.015 1458.29 457.344 1460.3 457.344C1462.32 457.344 1463.95 459.015 1463.95 461.078Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 464.812C1493.58 464.812 1495.22 463.14 1495.22 461.078C1495.22 459.015 1493.58 457.344 1491.57 457.344C1489.55 457.344 1487.92 459.015 1487.92 461.078C1487.92 463.14 1489.55 464.812 1491.57 464.812Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 496.818C1368.5 496.818 1370.14 495.147 1370.14 493.085C1370.14 491.022 1368.5 489.351 1366.49 489.351C1364.47 489.351 1362.84 491.022 1362.84 493.085C1362.84 495.147 1364.47 496.818 1366.49 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 496.818C1399.77 496.818 1401.41 495.147 1401.41 493.085C1401.41 491.022 1399.77 489.351 1397.76 489.351C1395.75 489.351 1394.11 491.022 1394.11 493.085C1394.11 495.147 1395.75 496.818 1397.76 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 496.818C1431.05 496.818 1432.68 495.147 1432.68 493.085C1432.68 491.022 1431.05 489.351 1429.03 489.351C1427.02 489.351 1425.38 491.022 1425.38 493.085C1425.38 495.147 1427.02 496.818 1429.03 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 493.085C1463.95 495.148 1462.32 496.818 1460.3 496.818C1458.29 496.818 1456.66 495.148 1456.66 493.085C1456.66 491.021 1458.29 489.351 1460.3 489.351C1462.32 489.351 1463.95 491.021 1463.95 493.085Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 496.818C1493.58 496.818 1495.22 495.147 1495.22 493.085C1495.22 491.022 1493.58 489.351 1491.57 489.351C1489.55 489.351 1487.92 491.022 1487.92 493.085C1487.92 495.147 1489.55 496.818 1491.57 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 528.622C1368.5 528.622 1370.14 526.95 1370.14 524.888C1370.14 522.826 1368.5 521.154 1366.49 521.154C1364.47 521.154 1362.84 522.826 1362.84 524.888C1362.84 526.95 1364.47 528.622 1366.49 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 528.622C1399.77 528.622 1401.41 526.95 1401.41 524.888C1401.41 522.826 1399.77 521.154 1397.76 521.154C1395.75 521.154 1394.11 522.826 1394.11 524.888C1394.11 526.95 1395.75 528.622 1397.76 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 528.622C1431.05 528.622 1432.68 526.95 1432.68 524.888C1432.68 522.826 1431.05 521.154 1429.03 521.154C1427.02 521.154 1425.38 522.826 1425.38 524.888C1425.38 526.95 1427.02 528.622 1429.03 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 524.888C1463.95 526.951 1462.32 528.622 1460.3 528.622C1458.29 528.622 1456.66 526.951 1456.66 524.888C1456.66 522.825 1458.29 521.154 1460.3 521.154C1462.32 521.154 1463.95 522.825 1463.95 524.888Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 528.622C1493.58 528.622 1495.22 526.95 1495.22 524.888C1495.22 522.826 1493.58 521.154 1491.57 521.154C1489.55 521.154 1487.92 522.826 1487.92 524.888C1487.92 526.95 1489.55 528.622 1491.57 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 560.636C1368.5 560.636 1370.14 558.964 1370.14 556.902C1370.14 554.84 1368.5 553.168 1366.49 553.168C1364.47 553.168 1362.84 554.84 1362.84 556.902C1362.84 558.964 1364.47 560.636 1366.49 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 560.636C1399.77 560.636 1401.41 558.964 1401.41 556.902C1401.41 554.84 1399.77 553.168 1397.76 553.168C1395.75 553.168 1394.11 554.84 1394.11 556.902C1394.11 558.964 1395.75 560.636 1397.76 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 560.636C1431.05 560.636 1432.68 558.964 1432.68 556.902C1432.68 554.84 1431.05 553.168 1429.03 553.168C1427.02 553.168 1425.38 554.84 1425.38 556.902C1425.38 558.964 1427.02 560.636 1429.03 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 556.902C1463.95 558.965 1462.32 560.636 1460.3 560.636C1458.29 560.636 1456.66 558.965 1456.66 556.902C1456.66 554.839 1458.29 553.168 1460.3 553.168C1462.32 553.168 1463.95 554.839 1463.95 556.902Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 560.636C1493.58 560.636 1495.22 558.964 1495.22 556.902C1495.22 554.84 1493.58 553.168 1491.57 553.168C1489.55 553.168 1487.92 554.84 1487.92 556.902C1487.92 558.964 1489.55 560.636 1491.57 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 592.643C1368.5 592.643 1370.14 590.971 1370.14 588.909C1370.14 586.847 1368.5 585.175 1366.49 585.175C1364.47 585.175 1362.84 586.847 1362.84 588.909C1362.84 590.971 1364.47 592.643 1366.49 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 592.643C1399.77 592.643 1401.41 590.971 1401.41 588.909C1401.41 586.847 1399.77 585.175 1397.76 585.175C1395.75 585.175 1394.11 586.847 1394.11 588.909C1394.11 590.971 1395.75 592.643 1397.76 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 592.643C1431.05 592.643 1432.68 590.971 1432.68 588.909C1432.68 586.847 1431.05 585.175 1429.03 585.175C1427.02 585.175 1425.38 586.847 1425.38 588.909C1425.38 590.971 1427.02 592.643 1429.03 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 588.909C1463.95 590.972 1462.32 592.643 1460.3 592.643C1458.29 592.643 1456.66 590.972 1456.66 588.909C1456.66 586.846 1458.29 585.175 1460.3 585.175C1462.32 585.175 1463.95 586.846 1463.95 588.909Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 592.643C1493.58 592.643 1495.22 590.971 1495.22 588.909C1495.22 586.847 1493.58 585.175 1491.57 585.175C1489.55 585.175 1487.92 586.847 1487.92 588.909C1487.92 590.971 1489.55 592.643 1491.57 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1366.49 624.446C1368.5 624.446 1370.14 622.775 1370.14 620.713C1370.14 618.65 1368.5 616.979 1366.49 616.979C1364.47 616.979 1362.84 618.65 1362.84 620.713C1362.84 622.775 1364.47 624.446 1366.49 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1397.76 624.446C1399.77 624.446 1401.41 622.775 1401.41 620.713C1401.41 618.65 1399.77 616.979 1397.76 616.979C1395.75 616.979 1394.11 618.65 1394.11 620.713C1394.11 622.775 1395.75 624.446 1397.76 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1429.03 624.446C1431.05 624.446 1432.68 622.775 1432.68 620.713C1432.68 618.65 1431.05 616.979 1429.03 616.979C1427.02 616.979 1425.38 618.65 1425.38 620.713C1425.38 622.775 1427.02 624.446 1429.03 624.446Z' fill='%23988EC1'/%3E%3Cpath d='M1463.95 620.713C1463.95 622.776 1462.32 624.446 1460.3 624.446C1458.29 624.446 1456.66 622.776 1456.66 620.713C1456.66 618.649 1458.29 616.979 1460.3 616.979C1462.32 616.979 1463.95 618.649 1463.95 620.713Z' fill='%23988EC1'/%3E%3Cpath d='M1491.57 624.446C1493.58 624.446 1495.22 622.775 1495.22 620.713C1495.22 618.65 1493.58 616.979 1491.57 616.979C1489.55 616.979 1487.92 618.65 1487.92 620.713C1487.92 622.775 1489.55 624.446 1491.57 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cg opacity='0.1' clip-path='url(%23clip44_26_3867)'%3E%3Cpath d='M1505.35 464.811C1507.36 464.811 1509 463.14 1509 461.077C1509 459.015 1507.36 457.343 1505.35 457.343C1503.33 457.343 1501.7 459.015 1501.7 461.077C1501.7 463.14 1503.33 464.811 1505.35 464.811Z' fill='%23988EC1'/%3E%3Cpath d='M1505.35 496.818C1507.36 496.818 1509 495.146 1509 493.084C1509 491.022 1507.36 489.35 1505.35 489.35C1503.33 489.35 1501.7 491.022 1501.7 493.084C1501.7 495.146 1503.33 496.818 1505.35 496.818Z' fill='%23988EC1'/%3E%3Cpath d='M1505.35 528.622C1507.36 528.622 1509 526.95 1509 524.888C1509 522.826 1507.36 521.154 1505.35 521.154C1503.33 521.154 1501.7 522.826 1501.7 524.888C1501.7 526.95 1503.33 528.622 1505.35 528.622Z' fill='%23988EC1'/%3E%3Cpath d='M1505.35 560.636C1507.36 560.636 1509 558.964 1509 556.902C1509 554.84 1507.36 553.168 1505.35 553.168C1503.33 553.168 1501.7 554.84 1501.7 556.902C1501.7 558.964 1503.33 560.636 1505.35 560.636Z' fill='%23988EC1'/%3E%3Cpath d='M1505.35 592.643C1507.36 592.643 1509 590.971 1509 588.909C1509 586.847 1507.36 585.175 1505.35 585.175C1503.33 585.175 1501.7 586.847 1501.7 588.909C1501.7 590.971 1503.33 592.643 1505.35 592.643Z' fill='%23988EC1'/%3E%3Cpath d='M1505.35 624.446C1507.36 624.446 1509 622.775 1509 620.712C1509 618.65 1507.36 616.978 1505.35 616.978C1503.33 616.978 1501.7 618.65 1501.7 620.712C1501.7 622.775 1503.33 624.446 1505.35 624.446Z' fill='%23988EC1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(-134)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(16.8667)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(172.43)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(321.645)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(467.556)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(616.771)'/%3E%3C/clipPath%3E%3CclipPath id='clip6_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(-136 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip7_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(14.8667 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip8_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(172.43 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip9_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(321.645 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip10_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(467.556 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip11_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(616.771 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip12_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(766.088)'/%3E%3C/clipPath%3E%3CclipPath id='clip13_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(916.955)'/%3E%3C/clipPath%3E%3CclipPath id='clip14_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1370)'/%3E%3C/clipPath%3E%3CclipPath id='clip15_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(766.088 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip16_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(916.955 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip17_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1071 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip18_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1220.21 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip19_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1370 154.721)'/%3E%3C/clipPath%3E%3CclipPath id='clip20_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1071 1)'/%3E%3C/clipPath%3E%3CclipPath id='clip21_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1220.21 1)'/%3E%3C/clipPath%3E%3CclipPath id='clip22_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(-136 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip23_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(14.8667 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip24_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(172.43 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip25_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(321.645 310)'/%3E%3C/clipPath%3E%3CclipPath id='clip26_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(467.556 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip27_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(616.771 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip28_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(-136 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip29_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(14.8667 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip30_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(172.43 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip31_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(321.645 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip32_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(467.556 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip33_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(616.771 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip34_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(766.088 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip35_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(916.955 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip36_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1071 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip37_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1220.21 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip38_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1370 309.781)'/%3E%3C/clipPath%3E%3CclipPath id='clip39_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(766.088 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip40_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(916.955 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip41_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1064.52 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip42_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1213.73 464.501)'/%3E%3C/clipPath%3E%3CclipPath id='clip43_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1370 464.502)'/%3E%3C/clipPath%3E%3CclipPath id='clip44_26_3867'%3E%3Crect width='180.6' height='179.498' fill='white' transform='translate(1508.86 464.501)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
.page-not-found-sc h2 { color: var(--quaternary-color); margin-top: 5px; }


@media(max-width:1200px){
    .systems-wrap .email-prefs .header,.systems-wrap .success, .systems-wrap .email-prefs .item .item-inner .fakelabel span, .systems-wrap .email-prefs .subscribe-options p label span { font-size: 22px; line-height: normal; }
    .systems-wrap .email-prefs .item .item-inner .checkbox-row { margin-bottom: 5px; }
    .systems-wrap input[type=submit] { padding: 16px 30px; font-size: 16px; line-height: normal; }
    
    .error-page-mn { padding: 120px 0; }

}
@media(max-width:992px){
    .error-page-mn { padding: 70px 0; }
}
@media(max-width:767px){
    .systems-wrap .email-prefs .header,.systems-wrap .success { padding-top: 30px; }
    .systems-wrap .email-prefs .header,.systems-wrap .success, .systems-wrap .email-prefs .item .item-inner .fakelabel span, .systems-wrap .email-prefs .subscribe-options p label span { font-size: 18px; line-height: 1.19; }
    .systems-wrap .email-prefs .item .item-inner { padding: 24px 24px 24px 55px; }
    .systems-wrap .email-prefs .item .item-inner .fakelabel span:before { left: 16px; top: 29px; }
    .systems-wrap .email-prefs .item .item-inner input:checked+span:after { left: 19px; top: 33px; }
    .systems-wrap .email-prefs .subscribe-options p label { padding-left: 16px; }
    .systems-wrap .email-prefs .subscribe-options p label span:before { top: 1px; }
    .systems-wrap .email-prefs .subscribe-options p label input:checked+span:after { top: 5px; }
}  
 




/* Root */
:root {
    --main-color:                         #292929;
    --secondary-color:                    #93C847;
    --tertiary-color:                     #756AA0;
    --quaternary-color:                   #F0A44B;
    --fifth-color:                        #EEEFF4;
    --six-color:                          #CFCFD5;
      
    --main-font:                          Poppins;
    --sec-font:                           Poppins;
  
    --headerbottombg:                     ;
    --headerlinkcolor:                    #292929;
    --headerlinkhover:                    #93C847;
    --dropcolor:                          #93C847;
    --droplinkcolor:                      #FFFFFF;
    --droplinkhovercolor:                 #FFFFFF;
    --droplinkhoverbgcolor:               #618929;  
    
    --body_font:                          Poppins;
    --body_font_size:                     16;
  
    --link_color:                         #756AA0;
    --link_hover_color:                   #93C847;  
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#292929; clear:both; margin:30px 0; }
.clear { clear:both }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#ECECEC; background:#ffffff; width:35px; height:35px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:30px; }
.slick-arrow:hover { background:#ffffff; color:#ECECEC;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #756AA0; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#756AA0; }

.container .dnd-section > .row-fluid, .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.social_icon ul li a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }

.list_style ul, .privacy_sc ul { margin: 20px 0; padding: 0; list-style-type: none; }
.list_style ul li, .privacy_sc ul li { display: inline-block; vertical-align: top; width: 100%; padding-left: 20px; position: relative; margin-bottom: 5px; }
.list_style ul li:last-child, .privacy_sc ul li:last-child { margin-bottom: 0; }
.list_style ul li:before, .privacy_sc ul li:before { position: absolute; content: ""; height: 5px; width: 5px; top: 11px; left: 0; background-color: var(--secondary-color); border-radius: 100%; }

.form_section { position: relative; z-index: 1; padding-top: 380px; padding-bottom: 150px; }
.form_section:before { position: absolute; content: ""; height: 245px; width: 100%; top: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/groover-form-shape.png) no-repeat center / cover; z-index: -1; }
.form_section:after { position: absolute; content: ""; height: 58px; width: 100%; bottom: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/form-bottom-pattern.png) no-repeat center / cover; z-index: -1; }
.form_section .field.hs-form-field > label { color: #fff; }

/* Homepage */
.hero_sc { padding: 90px 0 220px; position: relative; z-index: 1; }
.hero_sc:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/hero-dot-pattern.png) no-repeat center / cover; z-index: -1; }
.hero_sc h4 { font-weight: 700; font-size: 30px; }
.hero_sc .text { padding: 0px 4px; }

.solution_sc { background: #93C847; position: relative; z-index: 1; padding: 0px 0 50px; margin-top: 130px; }
.solution_sc:before { position: absolute; content: ""; height: 233px; width: 100%; bottom: 100%; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/sol-pattern.png) no-repeat center / cover; z-index: -1; }
.solution_sc .wrap { position: relative; display: inline-block; vertical-align: top; margin-top: -80px; }
.sol_item { margin-bottom: 40px; }
.sol_item:last-child { margin-bottom: 0; }
.sol_item:nth-child(odd) .content { padding-right: 30px; }
.sol_item:nth-child(even) { flex-direction: row-reverse; }
.sol_item .img { position: relative; }

.market_sc { background: var(--tertiary-color); position: relative; z-index: 1; }
.market_sc:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/market-pattern.png) no-repeat center / cover; z-index: -1; mix-blend-mode: multiply; }
.market_sc h2 { color: var(--secondary-color); }
.market_sc .left { width: 635px; max-width: 100%; padding-right: 55px; }
.market_sc .right { width: calc(100% - 635px); max-width: 100%; position: relative; z-index: 1; height: 577px; }
.market_sc .right .patternImg { position: absolute; top: 0; left: 0; }
.market_sc .right .img { border-radius: 100%; height: 372px; width: 372px; position: absolute; top: 48px; right: 0; bottom: 0; left: 38px; margin: auto; } 
.market_sc .right .video { border-radius: 100%; height: 372px; width: 372px; position: absolute; top: 48px; right: 0; bottom: 0; left: 38px; margin: auto; overflow: hidden; }
.market_sc .right .video video { height: 100%; object-fit: cover; width: 100%; }

.expertise_sc { background: #EEEFF4; padding-bottom: 330px; overflow: hidden; } 
.expertise_sc .imgwrap { width: 760px; margin: 0 auto; position: relative; }
.expertise_sc .ex_img1 { height: 710px; width: 760px; border-radius: 100%; margin-top: -120px; }
.expertise_sc .ex_img2 { height: 269px; width: 269px; border-radius: 100%; border: 15px solid #eeeff4; position: absolute; bottom: 20px; left: -70px; overflow: hidden; }
.expertise_sc .ex_img3 { height: 223px; width: 223px; border-radius: 100%; border: 15px solid #eeeff4; position: absolute; right: -90px; top: 150px; bottom: 0; margin: auto 0; overflow: hidden; }
.expertise_sc .ex_img2:before, .expertise_sc .ex_img3:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: var(--secondary-color); mix-blend-mode: multiply; }
.expertise_sc .ex_img3:before { background: var(--quaternary-color); }

.faq_area h2 { color: var(--secondary-color); }
.faq_wrap .title { font-size: 24px; color: var(--tertiary-color); padding: 10px 30px 10px 15px; position: relative; cursor: pointer; }
.faq_wrap .title:hover { color: var(--secondary-color); }
.faq_raw { border-top: 1px solid #CFCFD5; }
.faq_raw .content { display: none; padding: 0 0 20px 15px; }
.faq_wrap .title span.box { position: absolute; top: 25px; right: 10px; height: 15px; width: 15px; }
.faq_wrap .title span.box span:before, .faq_wrap .title span.box span:after { position: absolute; content: ""; height: 14px; width: 2px; top: 0; bottom: 0; right: 0; left: 0; margin: auto; background: var(--tertiary-color); transition: all ease-in-out .4s; }
.faq_wrap .title span.box span:after { height: 2px; width: 14px; }
.faq_wrap .title.active { color: var(--quaternary-color); }
.faq_wrap .title.active span.box span:before { transform: rotate(190deg); opacity: 0; }
.faq_area .top_content { max-width: 875px; }
.faq_area .top_content a { font-weight: 600; text-decoration: underline; }

.zigzag_sc { position: relative; z-index: 2; padding-bottom: 15px; }
.zigzag_sc:before { position: absolute; content: ""; height: 233px; width: 100%; bottom: 100%; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/zigzag-pattern.png) no-repeat center / cover; z-index: -1; }
.zigzag_sc .cover { position: relative; display: inline-block; vertical-align: top; margin-top: -80px; margin-bottom: -100px; }
.zigzag_sc .mainimg { height: 350px; border-radius: 58px; width: calc(100% - 35px); }
.zigzag_sc .imgbox { padding-left: 90px; position: relative; z-index: 1; padding-top: 35px; }
.zigzag_sc .imgbox .bgcolbox { height: 288px; width: 306px; max-width: 100%; position: absolute; top: 0px; right: 0; border-radius: 58px; z-index: -1; }
.zigzag_sc .imgbox .iconbox { position: absolute; height: 215px; width: 215px; bottom: -40px; left: 25px; border-radius: 58px; display: flex; align-items: center; justify-content: center; padding: 15px; }
.zigzag_sc .item:nth-child(even) { flex-direction: row-reverse; }
.zigzag_sc .item:nth-child(even) .imgbox { padding-left: 15px; padding-right: 70px; }
.zigzag_sc .item:nth-child(even) .imgbox .bgcolbox { right: auto; left: 0; }
.zigzag_sc .item:nth-child(even) .imgbox .mainimg { margin: 0 0 0 auto; }
.zigzag_sc .item:nth-child(even) .imgbox .iconbox { left: auto; right: 30px; bottom: -80px; }

.form_section.custom h2 { padding-bottom: 30px; border-bottom: 1px solid #fff; margin-bottom: 20px; }
.form_section.custom .right { padding-left: 70px; }
.form_section.custom .left { padding-top: 20px; }
.form_section.custom .legal-consent-container a { color: #fff; text-decoration: underline; }

/* Privacy Policy Page */
.privacy_sc p { padding: 0 0 25px; }
.privacy_sc p + p { padding-top: 0; }
.privacy_sc h1, .privacy_sc h2, .privacy_sc h3, .privacy_sc h4, .privacy_sc h5, .privacy_sc h6 { color: var(--main-color); }
.privacy_sc h3, .privacy_sc h4, .privacy_sc h5 { padding: 15px 0; }

/* Career Page */
.inner_hero { display: inline-block; vertical-align: top; width: 100%; position: relative; z-index: 1; }
.inner_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; opacity: 0.7; background: var(--tertiary-color); z-index: -1; }

.zigzag_sc.zigzagCustom:before { display: none; }
.zigzag_sc.zigzagCustom .cover { margin: 0; padding: 65px 0 45px 0; border-bottom: 1px solid #CFCFD5; }
.zigzag_sc.zigzagCustom .cover h2 { color: var(--secondary-color); margin-bottom: 18px; }
.zigzag_sc.zigzagCustom .cover .con { padding-right: 40px; }
.zigzag_sc.zigzagCustom .cover .mainimg { height: 300px; }
.zigzag_sc.zigzagCustom .cover .iconbox { height: 165px; width: 165px; border-radius: 43px; padding: 35px; }

.expect_raw_wrap { padding-bottom: 70px; /*border-bottom: 1px solid #CFCFD5;*/ }
.expect_raw_wrap .expect_raw:last-child { margin-bottom: 0; }
.expect_raw .expect_icon { height: 134px; width: 149px; display: flex; align-items: center; justify-content: center; border-radius: 40px; padding: 15px; }
.expect_raw .expect_con { width: calc(100% - 149px); padding-left: 50px; }

.expertise_sc.rol_faq_sc { background: #fff; padding-bottom: 110px; position: relative; }
.expertise_sc.rol_faq_sc:after { position: absolute; content: ""; height: 58px; width: 100%; bottom: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/form-bottom-pattern.png) no-repeat center /cover; }
.expertise_sc.rol_faq_sc .head { max-width: 100%; }
.expertise_sc.rol_faq_sc .faq_raw:first-child { border-top: 0; }
.expertise_sc.rol_faq_sc .faq_raw .title { color: var(--secondary-color); }
.expertise_sc.rol_faq_sc .faq_raw .title:hover { color: var(--tertiary-color); transition: all .4s ease-in-out; }
.expertise_sc.rol_faq_sc .faq_raw h6 { font-weight: 400; font-size: 17px; margin-bottom: 10px; }
.expertise_sc.rol_faq_sc .faq_raw .content { padding-bottom: 30px; }

.hero_sc.in_hero { padding-bottom: 130px; }
.in_hero .icon { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; border-radius: 100%; margin: 0 auto 20px; }
.in_hero .text { max-width: 900px; margin: 0 auto; }

.technology-solutions { padding-bottom: 130px;}
.technology-solutions .wrapper{max-width: 1100px;}
.technology-solutions.solution_sc:before { bottom: 94%; }
.technology-solutions .title { text-align: center; }
.technology-solutions h2 { color: #fff; }
.technology-solutions .title .top_content { padding-top: 30px; max-width: 90%; margin: 0 auto; }
.technology-solutions .section_wrap { padding-top: 50px; display: flex; flex-wrap: wrap; margin: 0 -25px; /*justify-content:center;*/ }
.technology-solutions .col { width: 33.33%; padding:0px 25px 50px; }
.technology-solutions .col .inner { position: relative; height:100%; /*padding-bottom: 50px;*/ }
.technology-solutions .col .inner .icon { /*height: 85px; display: flex; align-items: center; padding-bottom: 15px;*/ }
/* .technology-solutions .col .inner .icon img { object-fit: cover; max-height: 85px; } */
.technology-solutions .col .inner h4{margin-top:20px;}
.technology-solutions .col .box_content { padding: 15px 0 0;  }
.technology-solutions .col .box_content.has__link{padding-bottom:55px;}
.technology-solutions .col .learn_more {min-height:46px; padding-top: 15px; display: inline-block; width: 100%; border-top: 1px solid #E1E1E1; position: absolute; bottom: 0; left: 0; }
.technology-solutions .col .learn_more a { display: inline-block; position: relative; padding-right: 30px; color: #fff; font-size: 18px; line-height: 29px; }
.technology-solutions .col .learn_more a:before { position: absolute; content: ""; top: 11px; right: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/white-rightarrow.svg)no-repeat center/cover; width:14px; height:10px; transition:all .5s ease-in-out;}
.technology-solutions .col .learn_more a:hover:before { right: -5px; }
.technology-solutions .groove_part { padding-left:55px; width:33.33% ; padding-top: 30px; flex-grow: 1;}
.technology-solutions .groove_part .groove_inner {display: flex; align-items:center; margin: 0 0 0 auto; padding:0 13px; position: relative; }
.technology-solutions .groove_part .groove_inner .img { /*position: absolute; top:50%; left:50px; transform: translateY(-50%);*/ filter: drop-shadow(-8px 21px 14px rgba(0, 0, 0, 0.2)); }
.technology-solutions .groove_part .groove_inner .img img{/*max-height: 220px;width: auto;*/ max-width:180px;}
.technology-solutions .groove_part .groove_right { border: 1px solid #fff; padding:45px 70px 45px 40px; border-top-right-radius:17px; border-bottom-right-radius:17px; border-left:none; /*display: inline-block;border-radius: 17px; max-width: 616px; margin: 0 0 0 auto;*/}
.technology-solutions .groove_part .groove_right h3 span { color: #fff; font-weight: 700; }
.technology-solutions .groove_part h3{font-size:35px; line-height:44px;}
.technology-solutions .groove_part .read_more { display: inline-block; padding-top: 15px; }
.technology-solutions .groove_part .read_more a { display: inline-block; color: #fff; font-size: 18px; line-height: 29px; position:relative; padding-right:30px; }
.technology-solutions .groove_part .read_more a:before { position: absolute; content: ""; top: 11px; right: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/white-rightarrow.svg)no-repeat center/cover; width:14px; height:10px; transition:all .5s ease-in-out; }
.technology-solutions .groove_part .read_more a:hover:before{ right:-5px; }

.technology-solutions .groove_part.set1{padding:20px 0 0;}
.technology-solutions .groove_part.set1 .groove_inner{display:block;border:1px solid #fff; border-radius:17px;}
.technology-solutions .groove_part.set1 .groove_inner .img{margin:-40px 0 10px; }
.technology-solutions .groove_part.set1 .groove_inner .img img{display:block; margin:0 auto;}
.technology-solutions .groove_part.set1 .groove_right{padding:18px;margin:0 auto;display:block;border:none;border-radius:0;}

.technology-solutions .groove_part.set2{padding-left: 0;display: flex; justify-content: center;}
.technology-solutions .groove_part.set2 .groove_right{max-width: none;display: flex; align-items: center;padding:6px 160px 14px 130px;margin: 0 auto;}
.technology-solutions .groove_part.set2 .read_more {padding:7px 0 0 30px;}
.technology-solutions .groove_part.set2 .groove_inner{margin:30px auto 50px; min-height:auto;}
/* .technology-solutions .groove_part.set2 .groove_inner .img{ top: -47px; left: -20px;} */
/* .technology-solutions .groove_part.set2 .groove_inner .img img{width:125px;height: auto;} */

.enterprise-tech { display: inline-block; width: 100%; vertical-align: top; margin-top: 10px; padding: 0 0 200px; position: relative; z-index:1; background:#756AA0; overflow-x: clip; }
.enterprise-tech .icon { display: flex; justify-content: center; margin-bottom: 30px; }
.enterprise-tech:before { background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/purple-pattern.png) no-repeat 50% / cover; bottom: 82%; content: ""; height: 218px; left: 0; position: absolute; width: 100%; z-index: -1; }
.enterprise-tech .title { text-align: center; padding-bottom: 50px; }
.enterprise-tech h3, .enterprise-tech h2 { font-weight: 700; font-size: 39px; line-height: 1.03; }
.enterprise-tech .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -65px; }
.enterprise-tech .section_wrap .col { width: 33.33%; padding: 0 65px; }
.enterprise-tech .section_wrap .col .box_title { font-size: 90px; line-height: 134px; letter-spacing: -4px; font-weight: 700; position: relative; }
.enterprise-tech .section_wrap .col .box_title:before { position: absolute; content: ""; top: 0; left: 0; right: 0; width: 66px; height: 4px; background: #F0A44B; margin: 0 auto; }
.enterprise-tech .section_wrap .col .box_content { max-width: 90%; margin: 0 auto; }
.enterprise-tech .bottom_content { padding-top: 65px; }
.enterprise-tech .bottom_content ul { margin: 0 auto; max-width:50%; padding: 0; list-style-type: none; display: flex; flex-wrap:wrap; align-items: center; justify-content: center; counter-reset: my-sec-counter; }
.enterprise-tech .bottom_content ul li { padding-left: 10px; position: relative; line-height:1; }
.enterprise-tech .bottom_content ul li:before { position: absolute; top: 2px; left: 0; counter-increment: my-sec-counter; content: ""counter(my-sec-counter) ". "; color: #fff; font-size: 9px; line-height: 17px; }
.enterprise-tech .bottom_content ul li a { color: #ffff; font-size: 9px; line-height: 17px; }

.enterprise-consulting { display: inline-block; width: 100%; vertical-align: top; padding: 0px 0 100px; margin-top: 50px; position: relative; z-index: 1; }
.enterprise-consulting:before { background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/white-pattern.png) no-repeat 50% / cover; bottom: 100%; content: ""; height: 170px; left: 0; position: absolute; width: 100%; z-index: -1; }
.enterprise-consulting .section_wrap { display: flex; flex-wrap: wrap; }
.enterprise-consulting .section_wrap .left_part { width: 70%; padding-right: 25px; }
.enterprise-consulting .section_wrap .right_part { width: 30%; padding-left: 55px; }
.enterprise-consulting .section_wrap .left_part h3 { color: var(--secondary-color); font-weight: 700; padding-right: 80px; }
.enterprise-consulting .section_wrap .left_part .top_content { padding: 15px 0px 30px 0; }
.enterprise-consulting .section_wrap .left_part ul { list-style-type: none; padding: 0; margin: 0; }
.enterprise-consulting .section_wrap .left_part ul li { position: relative; display: flex; flex-wrap: wrap; padding-left: 70px; }
.enterprise-consulting .section_wrap .left_part ul li span { width: 50px; position: absolute; top: 6px; left: 0; height: 51px; display: flex; align-items: center; justify-content: center; }
.enterprise-consulting .section_wrap .left_part ul li+li { margin-top: 25px; }
.enterprise-consulting .section_wrap .left_part ul li span img { max-height: 100%; object-fit: contain; }
.enterprise-consulting .section_wrap .left_part .btn_style { padding-top: 15px; display: inline-block; width: 100%; border-top: 1px solid var(--secondary-color); margin-top: 25px; text-align: right; }
.enterprise-consulting .section_wrap .left_part .btn_style a { position: relative; padding-right: 30px; display: inline-block; color: var(--secondary-color); font-size: 18px; line-height: 29px; text-transform: capitalize; }
.enterprise-consulting .section_wrap .left_part .btn_style a span svg { position: absolute; content: ""; top: 10px; right: 0; width: 14px; height: 11px; transition:all .5s ease-in-out; }
.enterprise-consulting .section_wrap .left_part .btn_style a:hover span svg path { fill: var(--tertiary-color); }
.enterprise-consulting .section_wrap .left_part .btn_style a:hover { color: var(--tertiary-color); }
.enterprise-consulting .right_part .right_inner { background: #EEEFF4; border-radius: 17px; text-align: center; height: 100%; }
.enterprise-consulting .right_part .bottom_part { padding: 40px 30px 30px; }
.enterprise-consulting .right_part .right_inner .right_title { background: var(--tertiary-color); padding: 20px 25px; border-radius: 17px 17px 0 0; color: #fff; font-size: 18px; line-height: 29px; letter-spacing: -1px; }
.enterprise-consulting .right_part .logo_box ul { list-style-type: none; padding: 0; margin: 0; }
.enterprise-consulting .right_part .logo_box ul li { padding: 18px 0; border-bottom: 1px solid rgb(117 106 160 / 30%); display: flex; align-items: center; justify-content: center; min-height:104px; }
.enterprise-consulting .right_part .logo_box ul li:last-child { border: none; }
.enterprise-consulting .right_part .right_btn { margin-top: 50px; padding: 15px; display: inline-block; width: 100%; border-top: 1px solid rgba(117, 106, 160, .3); }
.enterprise-consulting .right_part .right_btn a { display: inline-block; font-size: 18px; line-height: 29px; text-transform: capitalize; position: relative; padding-right: 30px; }
.enterprise-consulting .right_part .right_btn a svg { position: absolute; content: ""; top: 10px; width: 14px; height: 11px; right: 0; transition: all .5s ease-in-out; }
.enterprise-consulting .right_part .right_btn a:hover svg path { fill: var(--secondary-color); }
.enterprise-consulting .right_part .logo_box ul li a[href="#"] { pointer-events: none; }
.enterprise-consulting .right_part .logo_box ul li a img { transform: scale(1.0); transition: all .5s ease-in-out; }
.enterprise-consulting .right_part .logo_box ul li a:hover img { transform: scale(1.1); }

.applications-section { display: inline-block; width: 100%; vertical-align: top; position: relative; z-index: 1; overflow: hidden; }
.applications-section .section_wrap { display: flex; flex-wrap: wrap; width: 100%; }
.applications-section .section_wrap .left_part { width: 50%; min-height: 529px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; margin-top: 45px; z-index: 1; }
.applications-section .section_wrap .left_part span.left_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.applications-section .section_wrap .left_part span.lefttop_pattern { position: absolute; top: -45px; left: 0; width: 100%; height: 45px; }
.applications-section .section_wrap .left_inner { max-width: 48%; }
.applications-section .section_wrap .right_part { width: 50%; min-height: 529px; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 45px; z-index: 1; position: relative; }
.applications-section .section_wrap .right_part span.right_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.applications-section .section_wrap .right_part span.righttop_pattern { position: absolute; top: -45px; left: 0; width: 100%; height: 45px; background-repeat: repeat !important; }
.applications-section .section_wrap .right_part .right_inner { max-width: 47%; }
.applications-section .section_wrap .icon { border: 1px solid #fefefe; display: flex; align-items: center; width: 57px; height: 57px; justify-content: center; border-radius: 100%; margin: 0 auto; }
.applications-section .section_wrap h3 { color: #fff; padding: 15px 0; font-weight:700; }
.applications-section .section_wrap .arrow_btn a { color: #fff; font-size: 18px; line-height: 29px; text-transform: capitalize; position: relative; padding-right: 30px; }
.applications-section .section_wrap .arrow_btn a:before { position: absolute; content: ""; top: 8px; right: 0; width: 14px; height: 11px; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/white-rightarrow.svg) no-repeat 50% / cover; transition: all .5s ease-in-out; }
.applications-section .section_wrap .arrow_btn a:hover:before { right: -5px; }


.form_curveshape .form_section:before { background: url(https://thegroove.io/hubfs/The-Groove-2024/images/new-subtract.png)no-repeat center/cover; height: 953px; top: -160px; }
.form_curveshape .form_section { padding-top: 150px; }

.indu_hero .bg_img { position: absolute; top: 0; right: 0; width: 936px; height: 100%; z-index: -1; }
.indu_hero .title_cont { max-width: 683px; }
.indu_hero h1 { color: var(--secondary-color); }
.indu_hero .title_cont .cont { padding-top: 30px; }

.orch_tech.solution_sc { padding-bottom: 250px; margin-top: 50px; text-align: center; }
.orch_tech.solution_sc::before { height: 168px; bottom: 100%; }
.orch_tech .icon { display: flex; justify-content: center; margin-bottom: 30px; }
.orch_tech h3 { color: #fff; font-weight: 700; }
.orch_tech .cont { color: #fff; padding: 30px 0; }
.orch_tech .title_cont { max-width: 920px; margin: 0 auto; }
.orch_tech .btn_wrap { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.orch_tech .btn_wrap .btn_inner { padding: 0 15px; }
.orch_tech .btn_wrap .btn_inner .button-1 a { background: var(--secondary-color); border: 1px solid #fff; }
.orch_tech .btn_wrap .btn_inner .button-1 a:hover { background: var(--tertiary-color); border-color: var(--tertiary-color); }

.expertise_sc.cir_img { background: transparent; padding: 130px 0 0; }
.expertise_sc.cir_img .ex_img.ex_img3 { bottom: 330px; border-color: #fff; }
.expertise_sc.cir_img .ex_img.ex_img2 { bottom: auto; top: 0; width: 240px; height: 240px; border-color: #fff; }

.testimonial_section { display: inline-block; vertical-align: top; padding: 100px 0; background: var(--tertiary-color); width: 100%; position: relative; margin-top: -300px; }
.testimonial_section .testimonial_slider .inner { padding: 50px 0 0; max-width: 988px; margin: 0 auto; position: relative; }
.testimonial_section .testimonial_slider .inner .box_content { font-style: italic; }
.testimonial_section .testimonial_slider .inner .name_desi { padding-top: 30px; font-size: 25px; font-style: normal; font-weight: 700; line-height: 38px; }
.testimonial_section .testimonial_slider .inner .name_desi .desi { font-weight: 400; }
.testimonial_section .testimonial_slider .inner:before { width: 28px; position: absolute; content: ""; top: 0; left: 0; right: 0; margin: 0 auto; background: url(https://thegroove.io/hubfs/The-Groove-2024/images/quote.svg)no-repeat center/cover; height: 22px; }
.testimonial_section ul.slick-dots li button { border: 1px solid #fff; }

.resources { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0 0; }
.resources h2 { color: var(--secondary-color); font-size: 37px; line-height: 48px; text-align: center; max-width: 771px; margin: 0 auto 50px; }
.resources .section_wrap { display: flex; flex-wrap: wrap; margin: 0 -22px; justify-content:center; }
.resources .col { width: 33.33%; padding: 0 22px; }
.resources .col .inner { height: 100%; position: relative; padding-bottom: 50px; }
.resources .col .img { width: 100%; height: 170px; }
.resources .col .bottom_part { padding: 15px 5px 0;    /* position: relative; */ }
.resources .col .bottom_part .box_content { padding: 15px 0; }
.resources .col .bottom_part .arrow_btn { position: absolute; bottom: 0; display: inline-block; width: calc(100% - 10px); padding-top: 15px; border-top: 1px solid var(--secondary-color); left: 5px; }
.resources .col .bottom_part .arrow_btn a { font-size: 18px; line-height: 29px; position: relative; display: inline-block; color: var(--secondary-color); }
.resources .col .bottom_part .arrow_btn a span { margin-left: 10px; }
.resources .col .bottom_part .arrow_btn a:hover { color: var(--tertiary-color); }
.resources .col .bottom_part .arrow_btn a:hover svg path { fill: var(--tertiary-color); }
.resources .col .bottom_part h4 a { color: var(--secondary-color); }
.resources .col .bottom_part h4 a:hover { color: var(--tertiary-color); }

.shape-remove.form_section { padding-top: 100px; }
.shape-remove.form_section:before { display:none; }


.contact_form { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0 150px; position: relative; }
.contact_form .bottom_shape { position: absolute; bottom: 0; left: 0; width: 100%; height: 45px; }
.contact_form h1 { color: #fff; }
.contact_form .title { text-align: center; margin-bottom: 70px; }
.contact_form .section_wrap { display: flex; flex-wrap: wrap; align-items: flex-start; }
.contact_form .section_wrap .left_part { width: 50%; padding-right: 15px; }
.contact_form .section_wrap .right_part { width: 50%; padding-left: 15px; }
.contact_form .left_part .left_content { color: #fff; padding: 15px 0 30px; }
.contact_form .left_part h3 { color: #fff; font-weight: 700; }
.contact_form .left_part ul { list-style-type: none; padding: 0; margin: 0; }
.contact_form .left_part ul li { position: relative; color: #fff; display: flex; align-items: center; padding: 5px 0 5px 100px; }
.contact_form .left_part ul li span { position: absolute; left: 0; top: 12px; width: 65px; height: 65px; overflow: hidden; }
.contact_form .left_part ul li span img { max-width: 65px; object-fit: contain; }
.contact_form .left_part ul li+li { margin-top: 25px; }
.contact_form .right_part .form_wrap { background: #93C847; padding: 30px; border-radius: 14px; }
.contact_form .right_part .form_wrap .form_title { text-align: center; padding-bottom: 30px; font-size: 21px; line-height: 29px; color: #fff; }
.contact_form .right_part .form_wrap .form_title span { position: relative; padding-right: 35px; }
.contact_form .right_part .form_wrap .form_title span:before { position: absolute; content: ""; top: 10px; right: 0; background: url(https://thegroove.io/hubfs/The-Groove-2024/images/form-arrow.svg)no-repeat center/cover; width: 16px; height: 23px; }
.contact_form .right_part form label { color: #fff; }
.contact_form .right_part form .hs-richtext { color: #fff; }
.contact_form .right_part form .hs-richtext a { color: #fff; text-decoration: underline; }


.logo_content { display: inline-block; width: 100%; vertical-align: top; padding: 70px 0; }
.logo_content .section_wrap { max-width: 950px; margin: 0 auto; }
.logo_content .section_wrap .inner { display: flex; flex-wrap: wrap; padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #EEEEF2; align-items: center; }
.logo_content .section_wrap .inner:last-child { margin: 0; padding-bottom: 0; border: none; }
.logo_content .section_wrap .inner .logo_part { width: 230px; padding-right: 30px; }
.logo_content .section_wrap .inner .logo_part a { display: flex; align-items: center; justify-content: center; }
.logo_content .section_wrap .inner .right_part { width: calc(100% - 230px); padding-left: 0; }

.comprehensive-solutions { display: inline-block; width: 100%; vertical-align: top; padding: 95px 0; position: relative; z-index: 1; }
.comprehensive-solutions:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgb(117 106 160 / 70%); z-index: -1; }
.comprehensive-solutions .title { max-width: 630px; }
.comprehensive-solutions .title h3 { font-weight: 700; line-height: 48px; }
.comprehensive-solutions .content { max-width: 760px; padding: 30px 0; }
.comprehensive-solutions .btn_wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.comprehensive-solutions .btn_wrap .btn_inner { padding: 0 15px; }
.comprehensive-solutions .btn_wrap .btn_inner .button-1.green_bg a { background: var(--secondary-color); }

.partners_overview .hero_sc { padding: 70px 0; }
.partners_overview .hero_sc h1 { max-width: 900px; margin: 0 auto; }
.partners_overview .hero_sc .text { max-width: 965px; }

.zigzag_sec { display: inline-block; width: 100%; vertical-align: top; padding: 0px 0 170px; background: var(--tertiary-color); position: relative; margin: 70px 0 0px; z-index:1; }
.zigzag_sec:before { position: absolute; content: ""; top: -160px; left: 0; width: 100%; height: 168px; background: url(https://thegroove.io/hubfs/The-Groove-2024/images/purple-pattern.png)no-repeat center/cover; z-index: -1; background-size: 100% 100%; }
.zigzag_sec .inner { display: flex; flex-wrap: wrap; align-items: center; }
.zigzag_sec .inner .left_part { width: 40%; padding-right: 25px; }
.zigzag_sec .inner .right_part { width: 60%; padding-left: 25px; }
.zigzag_sec .inner .left_part .img { width: 424px; height: 424px; border-radius: 100%; position: relative; z-index: 1; background-position: center left !important; }
.zigzag_sec .inner .left_part .img:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 85%); border-radius: 100%; mix-blend-mode: hue; z-index: -1; }
.zigzag_sec .inner .left_part .img .icon { position: absolute; top: 0; right: 0; width: 132px; height: 132px; border: 9px solid var(--tertiary-color); border-radius: 100%; z-index: 1; background: #F0A44B; display: flex; align-items: center; justify-content: center; }
.zigzag_sec .inner .right_part h3 { color: #fff; font-weight: 700; }
.zigzag_sec .inner .right_part .box_content { color: #fff; padding-top: 30px; }
.zigzag_sec .section_wrap .col+.col { margin-top: 50px; }
.zigzag_sec .section_wrap .col:nth-child(even) .inner { flex-direction: row-reverse; }
.zigzag_sec .section_wrap .col:nth-child(even) .inner .left_part { padding-right: 0; padding-left: 25px; }
.zigzag_sec .section_wrap .col:nth-child(even) .inner .right_part { padding-right: 25px; padding-left: 0; }
.zigzag_sec .section_wrap .col:nth-child(even) .inner .left_part .img .icon { right: auto; left: 0; }

.groove-leadership-team { display: inline-block; width: 100%; vertical-align: top; position: relative; z-index: 1; padding: 0px 0 100px; background: var(--quaternary-color); }
.groove-leadership-team:before { position: absolute; content: ""; top: -160px; left: 0; width: 100%; height: 163px; background: url(https://thegroove.io/hubfs/The-Groove-2024/images/orange-pattern.png)no-repeat center/cover; background-size: 100% 100%;}
.groove-leadership-team .title { text-align: center; margin-bottom: 50px; }
.groove-leadership-team .leader_slider .inner .img { width: 100%; height: 215px; position: relative; z-index: 1; filter: grayscale(1); }
.groove-leadership-team .leader_slider .col { width: calc(20% - 20px); margin: 10px; }
.groove-leadership-team .leader_slider .slick-list { padding-right: 200px; padding-bottom: 70px; }
.groove-leadership-team .leader_slider .inner .name_desi { padding-top: 15px; }
.groove-leadership-team .leader_slider .inner .name_desi .name { font-size: 24px; line-height: 38px; }
.groove-leadership-team .leader_slider .inner .name_desi .designation { font-size: 16px; font-weight: 700; line-height: 26px; }
.groove-leadership-team ul.slick-dots { display: none !important; }
.groove-leadership-team .slick-scrollbar{ width: calc(100% - 230px);}
.groove-leadership-team .slick-scrollbar  input[type="range"] { -webkit-appearance: none; width: 100%; background:trnasparent !important; height:auto !important; padding:0 !important; }
.groove-leadership-team .slick-scrollbar  input[type="range"]:focus { outline: none; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 4px; cursor: default; animate: 0.2s; background: #fff; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-webkit-slider-thumb { height: 9px; width: 250px; background: #fff; cursor: grab; -webkit-appearance: none; margin-top: 0px; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-webkit-slider-thumb:active,
.groove-leadership-team .slick-scrollbar  input[type="range"]::-webkit-slider-thumb:focus { cursor: grabbing; }
.groove-leadership-team .slick-scrollbar  input[type="range"]:focus::-webkit-slider-runnable-track { background: #fff; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-moz-range-track { width: 100%; height: 4px; cursor: default; animate: 0.2s; background: #fff;}
.groove-leadership-team .slick-scrollbar  input[type="range"]::-moz-range-thumb {  height: 9px; width: 250px; background: #fff; cursor: grab; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-moz-range-thumb:active,
.groove-leadership-team .slick-scrollbar  input[type="range"]::-moz-range-thumb:focus { cursor: grabbing; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-track { width: 100%; height: 4px; cursor: default; animate: 0.2s; background: transparent; border-color: transparent; color: transparent; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-fill-lower { background: #dfdfdf; border: 0px solid #b9b9b9; border-radius: 100px; box-shadow: 0px 0px 0px #b9b9b9; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-fill-upper { background: #dfdfdf; border: 0px solid #b9b9b9; border-radius: 100px; box-shadow: 0px 0px 0px #b9b9b9; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-thumb {  height: 9px; width: 250px; background: #fff; cursor: grab; }
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-thumb:active,
.groove-leadership-team .slick-scrollbar  input[type="range"]::-ms-thumb:focus { cursor: grabbing; }
.groove-leadership-team .slick-scrollbar  input[type="range"]:focus::-ms-fill-lower { background: #dfdfdf; }
.groove-leadership-team .slick-scrollbar  input[type="range"]:focus::-ms-fill-upper { background: #dfdfdf; }

.our_story .form_section { padding-top: 100px; margin-top: 20px; }
.our_story .form_section::before { height: 685px; top: -135px; background: url(https://thegroove.io/hubfs/The-Groove-2024/images/our-story-substract.png)no-repeat center/cover; background-size: 100% 100%; }

.our_story .comprehensive-solutions { padding: 150px 0; }

.our_story .orch_tech.solution_sc { padding-top: 0px; margin: 0; }
.our_story .orch_tech.solution_sc::before { height: 100px; background-size: 100% 100%; bottom: auto; top: -100px; }

.lp_inner_hero { display: inline-block; width: 100%; vertical-align: top; padding: 100px 0 250px; text-align: center; position: relative; z-index: 1; }
.lp_inner_hero:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/hero-dot-pattern.png) no-repeat center / cover; z-index: -1; }
.lp_inner_hero .title { max-width: 900px; margin: 0 auto 50px; }
.lp_inner_hero h1 { color: var(--secondary-color); font-size: 80px; line-height: 95px; }

.lp_image_content { display: inline-block; width: 100%; vertical-align: top; padding: 120px 0; }
.lp_image_content .top_part { max-width: 958px; margin: 0 auto; border-radius: 50px; background: #fff; padding: 112px 60px 86px; position: relative; margin-top: -310px; z-index: 1; }
.lp_image_content .top_part .icon { position: absolute; top: -60px; left: 0; right: 0; margin: 0 auto; width: 124px; height: 124px; }
.lp_image_content .top_part .section_wrap { display: flex; flex-wrap: wrap; align-items: center; }
.lp_image_content .top_part .left_part { width: 70%; padding-right: 30px; border-right: 1px solid var(--six-color); }
.lp_image_content .top_part .right_part { width: 30%; padding-left: 30px; }
.lp_image_content .top_part .right_part .logo { text-align: center; }
.lp_image_content .top_part .right_part .logo_wrap .logo+.logo { margin-top: 15px; }
.lp_image_content .botom_part .vanue_part ul li { font-size: 30px; line-height: 40px; }
.lp_image_content .botom_part .vanue_part ul li+li { margin-top: 15px; }

.lp_image_content .botom_part { padding-top: 130px; max-width: 50%; }
.lp_image_content .botom_part .count_title { font-size: 52px; font-weight: 700; line-height: 56px; color: var(--quaternary-color); padding-bottom: 50px; }
.lp_image_content .botom_part ul.countDown { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0 -20px; }
.lp_image_content .botom_part ul.countDown li { padding: 0 20px; text-align: center; }
.lp_image_content .botom_part ul.countDown li span { display: block; font-size: 52px; line-height: 1; }
.lp_image_content .botom_part ul.countDown li label { font-size: 15px; line-height: 1; font-weight: 700; }
.lp_image_content .botom_part .countdown-section { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #fff; display: inline-block; }
.lp_image_content .botom_part .vanue_part ul { list-style-type: none; padding: 0; margin: 0; }

.back_to80 { display: inline-block; width: 100%; vertical-align: top; position: relative; padding: 0px 0 100px; }
.back_to80 .bg_img { position: absolute; bottom: 0; left: 0;    right: 0; width: 100%; height: 1700px; z-index: -2; }
/* .back_to80:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(117, 106, 160, 0.00) 5.26%, #5C5188 65.1%); mix-blend-mode: multiply; z-index: -1; } */
.back_to80 .section_wrap { display: flex; flex-wrap: wrap; position: relative; align-items: center; margin-top: -100px; }
.back_to80 .section_wrap .left_part { width: 50%; padding-right: 30px; }
.back_to80 .section_wrap .right_part { width: 50%; padding-top: 200px; }
.back_to80 .section_wrap .right_part h2 { color: var(--secondary-color); }
.back_to80 .section_wrap .right_part .cont { padding-top: 15px; }
.back_to80 .section_wrap .left_part .img.aos-animate { animation: bounce2 2s ease; animation-delay: 1s; }
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.back_to80 .bottom_part { border-radius: 50px; padding:56px 50px; margin-top: 90px; position: relative; background: transparent; }
.back_to80 .bottom_part .bottom_inner { display: flex; flex-wrap: wrap; align-items: center; position: relative; z-index: 1; }
.back_to80 .bottom_part .bottom_inner .left_part { width: 60%; color: #fff; padding-right: 34px; border-right: 1px solid #fff; }
.back_to80 .bottom_part:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50px; mix-blend-mode: multiply; background: #2D1F66; }
.back_to80 .bottom_part .bottom_inner .right_part { width: 40%; padding-left: 34px; color: #fff; text-align: center; }
.back_to80 .bottom_part .bottom_inner .right_part .register { font-size: 24px; font-style: normal; font-weight: 400; line-height: 56px; color: var(--secondary-color); }
.back_to80 .bottom_part .bottom_inner .left_part h3 { color: var(--quaternary-color); font-weight: 700; }
.back_to80 .bottom_part .bottom_inner .left_part .vanue_part { }
.back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul { list-style-type: none; padding: 0; }
.back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul li { font-size: 30px; font-style: normal; line-height: 56px; }
.back_to80 .bottom_part .bottom_inner .btm_cont ul li+li { margin-top: 15px; }
.back_to80 .bottom_part .bottom_inner .btm_cont ul li { font-size: 13px; font-style: italic; font-weight: 400; line-height: 23px; }
.back_to80 .bottom_part .bottom_inner .btm_cont ul { padding-left: 20px; }
.back_to80 .bottom_part .bottom_inner .right_part .ready_talk { color: var(--quaternary-color); font-size: 50px; font-weight: 700; line-height: 56px; padding: 0px 0 20px; }
.back_to80 .bottom_part .bottom_inner .right_part .button-1 a { background: var(--secondary-color); }
.back_to80 .bottom_part .bottom_inner .right_part .button-1 { margin-bottom: 20px; }
.back_to80 .bottom_part .bottom_inner .right_part .have_que { max-width: 64%; margin: 0 auto; font-size: 13px; line-height: 16px; font-style: italic; }
.back_to80 .bottom_part .bottom_inner .right_part .have_que a { color: var(--quaternary-color); text-decoration: underline; }
.back_to80 .bottom_part .bottom_inner .right_part .have_que a:hover { color: var(--secondary-color); }

.back_to80 .footer_part { padding-top: 100px; text-align: center; max-width: 314px; margin: 0 auto; }
.back_to80 .footer_part .footer_logo { padding-bottom: 15px; }
.back_to80 .footer_part .privacy_copyright { color: #fff; font-size: 15px; line-height: 20px; }
.back_to80 .footer_part .privacy_copyright a { color: #fff; text-decoration: underline; }
.back_to80 .footer_part .privacy_copyright a:hover { color: var(--secondary-color); }

.form_popup.fancybox-content { max-width: 800px; background: rgba(0,0,0,.5); padding: 30px; }
.form_popup.fancybox-content h3 { text-align: center; color: var(--secondary-color); font-weight: 700; margin-bottom: 15px; }
.form_popup.fancybox-content form label { color: #fff; }
.form_popup.fancybox-content form ul.hs-error-msgs label { color: red; }
.form_popup.fancybox-content form .hs-richtext { color: #fff; }
.form_popup.fancybox-content form .hs-richtext a { color: #fff; text-decoration: underline; }
.form_popup.fancybox-content form .hs-richtext .hs_submit.hs-submit { text-align: center; }
.form_popup.fancybox-content .hs_submit.hs-submit { display: flex; justify-content: center; }
.form_popup.fancybox-content button.fancybox-button svg path { color: #fff; }
.popup_active .fancybox-bg { background: #1D114F !important; mix-blend-mode: multiply !important; }

.special-groove-session { display: inline-block; width: 100%; vertical-align: top; padding: 125px 0 165px; background: var(--secondary-color); position: relative; z-index: 1; }
.special-groove-session:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/hero-dot-pattern.png) no-repeat center / cover; z-index: -1; }
.special-groove-session .section_wrap { display: flex; flex-wrap: wrap; }
.special-groove-session .section_wrap .left_part { width: 55%; padding-right: 15px; }
.special-groove-session .section_wrap .right_part { width: 45%; padding-left: 75px; }
.special-groove-session .left_part .sub_title { font-size: 20px; padding-bottom: 15px; }
.special-groove-session .left_part .left_cont { padding: 15px 0; }
.special-groove-session .left_part .session_title ul { list-style-type: none; padding: 0; margin: 0; }
.special-groove-session .left_part .session_title ul li { font-size: 30px; line-height: 56px; }
.special-groove-session .right_part .right_title { color: #fff; font-size: 20px; padding-bottom: 20px; }
.special-groove-session .right_part .speaker_wrap .speaker_inner { background: var(--tertiary-color); border-radius: 27px; display: flex; align-items: center; max-width: 390px; }
.special-groove-session .right_part .speaker_wrap .speaker_inner+.speaker_inner { margin-top: 30px; }
.special-groove-session .right_part .speaker_inner .spe_img { width: 103px; height: 103px; border-radius: 100%; border: 3px solid #fff; position: relative; margin-left: -23px; }
.special-groove-session .right_part .speaker_inner .spea_detail { padding: 15px 20px; color: #fff; max-width: 67%; }
.special-groove-session .right_part .speaker_inner .spea_detail .spe_name { font-size: 22px; line-height: 24px; font-weight: 700; }
.special-groove-session .right_part .speaker_inner .spea_detail .spe_desi { font-size: 16px; line-height: 22px; }

.partner_party { display: inline-block; width: 100%; vertical-align: top; }
.partner_party .section_wrap { display: flex; flex-wrap: wrap; }
.partner_party .section_wrap .left_part { width: 50%; overflow:hidden; }
.partner_party .section_wrap .right_part { width: 50%; padding: 90px 212px 90px 72px; position: relative; }
.partner_party .section_wrap .right_part h2 { color: #93C847; }
.partner_party .right_part:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; mix-blend-mode: multiply; background: #2D1F66; z-index: -1; }
.partner_party .right_part .content { color: #fff; padding-top: 30px; }
.partner_party .left_part .img { width: 100%; height: 100%; background-position: top center !important; position: relative; }
.partner_party .left_part .img .special_guest { position: absolute; top: 51px; right: -86px; background: #756AA0; font-size: 24px; font-style: normal; font-weight: 400; line-height: 29px; color: #fff; padding: 23px 80px 20px 100px; transform: rotate(32.434deg); text-align: center; }
.partner_party .left_part .img .special_guest span { font-weight: 700; }

/**/
.work_at_sc { display: inline-block; vertical-align: top; width: 100%; padding: 160px 0 0; }
.work_at_sc .work_at_wrap { border-top: 1px solid #CFCFD5; padding-top: 80px; display: flex; flex-wrap: wrap; }
.work_at_sc .work_at_wrap .left { width: 75%; padding-right: 55px; }
.work_at_sc .work_at_wrap .right { width: 25%; }
.work_at_sc .work_at_wrap h3 { font-weight: 700; color: var(--secondary-color); margin-bottom: 10px; }
.work_at_sc .work_at_wrap .button-1 a { background: #6FA424; margin-top: 18px; min-width: 264px; }

.work_at_sc.work-at-story-sc { padding: 150px 0; }
.work_at_sc.work-at-story-sc .work_at_wrap { border: 0; padding: 0; }

.work_at_sc.work-at-career-sc { padding: 0 0 50px; }

.work_at_sc.work-at-career-sc { padding: 0 0 50px; }

.counter_text_sc { padding: 30px 0 50px; }
.counter_text_wrap { display: flex; flex-wrap: wrap; text-align: center; }
.counter_text_col { width: 33.33%; padding: 15px; margin-bottom: 20px; }
.counter_text_col .numbox { font-size: 69px; font-weight: 700; line-height: 56px; color: var(--tertiary-color); margin-bottom: 10px; }
.counter_text_colin { width: 270px; max-width: 100%; margin: 0 auto; }

.testimonial_section.emp_testimonial_sc { background: transparent; margin: 0; padding-top: 20px; }
.testimonial_section.emp_testimonial_sc .cover { background: var(--tertiary-color); border-radius: 33px; padding: 40px; }
.testimonial_section.emp_testimonial_sc .cover .testimonial_slider { width: 820px; max-width: 100%; margin: 0 auto; font-weight: 300; }
.testimonial_section.emp_testimonial_sc .cover .testimonial_slider .box_content { font-style: normal; }
.testimonial_section.emp_testimonial_sc .testimonial_slider .inner { padding-top: 30px; }
.testimonial_section.emp_testimonial_sc .testimonial_slider .inner:before { display: none; }
.testimonial_section.emp_testimonial_sc ul.slick-dots li button { height: 10px; width: 10px; }
.testimonial_section.emp_testimonial_sc .top { font-size: 24px; line-height: 29px; }
.testimonial_section.emp_testimonial_sc .top .icon { margin-bottom: 5px; }

/* Webinar Lp Page */
.lp_banner_sc { text-align: center; position: relative; z-index: 1; }
.lp_banner_sc:before { position: absolute; content: ""; inset: 0; opacity: 0.5; background: #000; z-index: -1; }
.lp_banner_sc .lp_logo { padding: 40px 0; }
.lp_banner_sc .lp_logo a.disable { pointer-events: none; cursor: auto; }
.lp_banner_sc .conbox { padding: 20px 0 150px; width: 800px; max-width: 100%; margin: 0 auto; }
.lp_banner_sc .page_title { color: #F0A44B; font-size: 24px; line-height: 29px; text-transform: uppercase; }
.lp_banner_sc h1 { font-size: 51px; line-height: 59px; color: #93C847; margin: 15px 0 25px; }
.lp_banner_sc h2 { color: #fff; font-size: 24px; line-height: 29px; font-weight: 400; }
.lp_banner_sc .next_scroll { position: absolute; bottom: 50px; left: 0; right: 0; line-height: 0; width: fit-content; margin: 0 auto; }

.lp_form_con_sc { padding: 70px 0; }
.lp_form_con_sc .wrapper { width: 1130px; }
.lp_form_con_sc .wrap { display: flex; flex-wrap: wrap; }
.lp_form_con_sc .wrap .left { width: 60%; padding-right: 30px; }
.lp_form_con_sc .wrap .left h3 { font-size: 20px; line-height: 29px; font-weight: 700; }
.lp_form_con_sc .wrap .left .con p { padding: 15px 0; }
.lp_form_con_sc .wrap .left ul { padding-left: 25px; }
.lp_form_con_sc .wrap .left .ty_conbox { padding-top: 20px; border-top: 1px solid #CFCFD5; margin-top: 10px; display: inline-block; vertical-align: top; width: 100%; }
.lp_form_con_sc .wrap .left .ty_conbox h3 { margin-bottom: 15px; }
.lp_form_con_sc .wrap .left .ty_conbox .ty_wrap { display: flex; flex-wrap: wrap; }
.lp_form_con_sc .wrap .left .ty_conbox .ty_wrap .ty_img { width: 38%; }
.lp_form_con_sc .wrap .left .ty_conbox .ty_wrap .ty_text { width: 62%; padding-left: 20px; }

.lp_form_con_sc .wrap .right { width: 40%; background: var(--tertiary-color); border-radius: 28px; padding: 40px 15px; }
.lp_form_con_sc .wrap .right .form_title { font-size: 20px; line-height: 29px; font-weight: 700; color: #fff; text-align: center; }
.lp_form_con_sc .wrap .right .form_sub_text { font-size: 19px; line-height: 29px; font-weight: 400; color: #fff; text-align: center; padding: 15px 0 20px 0; margin-bottom: 15px; border-bottom: 1px solid #fff; }
.lp_form_con_sc .wrap .right .lp_form_box { padding: 15px 20px 0; }
.lp_form_con_sc .wrap .right .lp_form_box form .hs-form-field > label { color: #fff; }
.lp_form_con_sc .wrap .right .lp_form_box .field.hs-form-field { margin-bottom: 13px; }
.lp_form_con_sc .wrap .right .lp_form_box ul.hs-error-msgs { color: #fff; }
.lp_form_con_sc .wrap .right .lp_form_box .legal-consent-container { color: #fff; font-size: 11px; line-height: 18px; font-weight: 400; margin: 30px 0 0; }
.lp_form_con_sc .wrap .right .lp_form_box .legal-consent-container a { color: #fff; text-decoration: underline; }
.lp_form_con_sc .wrap .right .lp_form_box .legal-consent-container a:hover { color: #93C847; }
.lp_form_con_sc .wrap .right .lp_form_box .actions { text-align: center; }
.lp_form_con_sc .wrap .right .lp_form_box .actions input[type="submit"] { background: #93C847; border-radius: 43px; font-size: 18px; min-width: 253px; padding: 22px 15px; margin-top: 10px; }
.lp_form_con_sc .wrap .right .lp_form_box .actions input[type="submit"]:hover { background: #6FA424; }

.lp_footer .logo a.disable { pointer-events: none; cursor: auto; }

/* Confirmation Page */
.video_banner_sc { padding: 50px 0 30px; }
.video_banner_sc .wrapper { width: 950px; max-width: 100%; }
.video_banner_text { padding: 30px 0; text-align: center; border-bottom: 1px solid #CFCFD5; }
.vid_banner { border-radius: 19px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.vid_banner img.img { width: 100%; height: 100% !important; object-fit: cover; }
.vid_banner a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; }
.vid_banner a.video-icon path { transition: all ease-in-out .4s; }
.vid_banner a.video-icon:hover path { fill: var(--tertiary-color); }

.video_card_sc { padding: 0 0 40px; }
.video_card_sc .main_title h3 { text-align: center; font-size: 20px; line-height: 29px; color: #93C847; font-weight: 700; margin-bottom: 15px; }
.video_card_sc .wrapper { width: 920px; max-width: 100%; }
.video_card_sc .card_item_wrap { display: flex; flex-wrap: wrap; margin: 0 -32px; }
.video_card_sc .card_item { width: 50%; padding: 13px 32px; }
.video_card_sc .card_item .card_itemin { border-radius: 28px; background: rgb(207 207 213 / 20%); overflow: hidden; position: relative; transition: all ease-in-out .4s; }
.video_card_sc .card_item .card_itemin:hover { box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25); }
.video_card_sc .card_item .card_img { height: 165px; position: relative; z-index: 1; }
.video_card_sc .card_item .card_img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0.2; z-index: -1; }
.video_card_sc .card_item .card_title { padding: 26px; font-size: 19px; line-height: 23px; color: #756AA0; font-weight: 400; }
.video_card_sc .card_item .card_img .icon { position: absolute; top: 22px; left: 22px; height: 34px; width: 34px; background: #93C847; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.video_card_sc .card_item .card_itemin .fullbox { position: absolute; inset: 0; z-index: 2; }
.video_card_sc .card_item .card_img .icon.link { background: #F0A44B; }

.sd_fullwidth { display: inline-block; width: 100%; vertical-align: top; padding: 43px 0; background: var(--tertiary-color); }
.sd_fullwidth .section_wrap { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.sd_fullwidth .section_wrap h3 { color: #fff; font-weight: 700; }
.sd_fullwidth .section_wrap .left_part { width: 20%; }
.sd_fullwidth .section_wrap .center_part { width: 60%; padding: 0 15px; }
.sd_fullwidth .section_wrap .right_part { width: 20%; display: flex; justify-content: flex-end; }
.sd_fullwidth .section_wrap .left_part img { box-shadow: 0px 34px 17px 0px rgba(0, 0, 0, 0.25); }

.sd_fullwidth_two { display: inline-block; width: 100%; vertical-align: top; }
.sd_fullwidth_two .section_wrap { display: flex; flex-wrap: wrap;  }
.sd_fullwidth_two .left_part { width: 50%; padding: 148px 110px; display: flex; flex-wrap: wrap; align-items: center; }
.sd_fullwidth_two .right_part { width: 50%; padding: 148px 110px; display: flex; flex-wrap: wrap; align-items: center; }
.sd_fullwidth_two .left_part .img { width: 241px; }
.sd_fullwidth_two .left_part .left_cont { width: calc(100% - 241px); padding-left: 41px; padding-top: 29px; }
.sd_fullwidth_two .left_part .left_cont h3 { color: #fff; font-weight: 700; }
.sd_fullwidth_two .left_part .img img { box-shadow: 0px 34px 17px 0px rgba(0, 0, 0, 0.25); object-fit: cover; width: 100%; height: 100% !important; !i; !; }
.sd_fullwidth_two .left_part .button-2 { padding-top: 30px; }
.sd_fullwidth_two .right_part .img { width: 241px; }
.sd_fullwidth_two .right_part .img img { box-shadow: 0px 34px 17px 0px rgba(0, 0, 0, 0.25); object-fit: cover; width: 100%; height: 100% !important; }
.sd_fullwidth_two .right_part .right_cont { width: calc(100% - 241px); padding-left: 41px; padding-top: 29px; }
.sd_fullwidth_two .right_part .right_cont h3 { color: #fff; font-weight: 700; }
.sd_fullwidth_two .right_part .right_cont .button-1 { padding-top: 30px; }
.sd_fullwidth_two .right_part .right_cont .button-1 a:hover { background: var(--tertiary-color); }

.resources.id_resources { padding: 100px 0; }

.solution_hero { padding: 90px 0 220px; position: relative; z-index: 1; }
.solution_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/hero-dot-pattern.png) no-repeat center / cover; z-index: -1; }
.solution_hero .left_part { width: 66%; }
.solution_hero .left_part .cont { max-width: 92%; padding-top: 15px; }
.solution_hero .left_part h4 { padding-bottom: 15px; }
.solution_hero .right_part { width: 34%; }
.solution_hero .right_part .img_wrap .img { position: relative; width: 400px; height: 400px; border-radius: 100%; overflow: hidden; display: flex; justify-content: center; }
/* .solution_hero .right_part .img_wrap .img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: var(--tertiary-color); mix-blend-mode: multiply; } */
.solution_hero .right_part .img_wrap { width: 459px; position: relative; height: 400px; border-radius: 100%; display:flex; justify-content:center }
.solution_hero .right_part .img_wrap .img2 { position: absolute; top: 0px; left: 0; right: 0; margin: 0 auto; text-align: center; width: 100%; height: 100%; border-radius: 100%; max-height: 390px; display: flex; justify-content: flex-start; }
.solution_hero .right_part .img_wrap .img2 img { max-height: 100%; height: 100% !important; object-fit: contain; }
.solution_hero .right_part .img_wrap .icon { position: absolute; top: 0; right: 0; width: 151px; height: 151px; background: var(--secondary-color); display: flex; justify-content: center; align-items: center; border-radius: 100%; border: 7px solid #fff; }

.title_cont_sc:before { height: 160px;}
.title_cont_sc.solution_sc { margin-top: 30px; }
.title_cont_sc .title_icon { text-align: center; max-width: 1000px; margin: 0 auto 50px; }
.title_cont_sc .title_icon .icon { margin-bottom: 25px; }
.title_cont_sc .title_icon h3 { color: #fff; font-weight: 700; }
.title_cont_sc .inner .number { font-size: 89.728px; font-weight: 700; line-height: normal; letter-spacing: -3.589px; color: #fff; }
.title_cont_sc .inner { text-align: center; }
.title_cont_sc .inner .box_cont { color: #fff; max-width:301px; margin: auto; }
.title_cont_sc .btm_cont { text-align: center; padding-top: 50px; }
.title_cont_sc .btm_cont ul { display: inline-block; list-style-type: none; margin: 0; padding: 0; }
.title_cont_sc .btm_cont ul li { line-height: 1; }
.title_cont_sc .btm_cont ul li a { font-size: 9px; font-style: normal; font-weight: 400; line-height: 17px; color: #fff; }

.solutions_zigzag { display: inline-block; width: 100%; vertical-align: top; padding: 114px 0; }
.solutions_zigzag .section_wrap .inner { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 90px; }
.solutions_zigzag .section_wrap .inner .left_part { width: 58%; padding-right: 30px; }
.solutions_zigzag .section_wrap .inner .right_part { width: 42%; padding-left: 30px; }
.solutions_zigzag .section_wrap .inner .right_part .img { width: 100%; height: 325px; border-radius: 30px; position: relative; z-index: 1; filter: grayscale(100%); }
.solutions_zigzag .section_wrap .inner .right_part .img:before { position: absolute;    /* content: ""; */ top: 0; left: 0; width: 100%; height: 100%; border-radius: 30px; filter: grayscale(0%); }
.solutions_zigzag .section_wrap .col:last-child .inner { margin-bottom: 0;}
.solutions_zigzag .section_wrap .inner .left_part h3, .solutions_zigzag .section_wrap .inner .left_part h2 { font-weight: 700; font-size: 39px; line-height: 1.03; }
.solutions_zigzag .section_wrap .inner .left_part .box_content { padding-top: 20px; }
.solutions_zigzag .section_wrap .inner.flex-direction { flex-direction: row-reverse; }
.solutions_zigzag .section_wrap .inner.flex-direction .left_part { padding-left: 30px; padding-right: 0; }
.solutions_zigzag .section_wrap .inner.flex-direction .right_part { padding-left: 0; padding-right: 30px; }

.title_btn { display: inline-block; width: 100%; vertical-align: top; padding-bottom: 123px; }
.title_btn .section_wrap { text-align: center; }
.title_btn .section_wrap h3, .title_btn .section_wrap h2 { color: var(--quaternary-color); font-size: 28px; padding: 20px 0; line-height: 1.03; font-weight: 400; }

.fn_managment { display: inline-block; width: 100%; vertical-align: top; padding: 144px 0; background: #F8F8FA; }
.fn_managment .top_part { text-align: center; max-width: 1057px; margin: 0 auto 60px; }
.fn_managment .top_part h3, .fn_managment .top_part h2 { font-weight: 700; padding-bottom: 15px; font-size: 39px; line-height: 1.03; }
.fn_managment .image_wrap { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1057px; margin: 0 auto; }
.fn_managment .image_wrap .col { width: 25%; padding: 0 15px; }
.fn_managment .image_wrap .col .img { height: 76px; display: flex; align-items: center; justify-content: center; }
.fn_managment .btm_part { padding-top: 70px; display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto; }
.fn_managment .btm_part .left_part { width: 45%; padding-right: 35px; }
.fn_managment .btm_part .right_part { width: 55%; padding-left: 35px; }
.fn_managment .btm_part .left_part .img { width: 100%; height: 310px; border-radius: 30px; }
.fn_managment .btm_part .right_part h3, .fn_managment .btm_part .right_part h2 { font-weight: 700; font-size: 39px; line-height: 1.03; }
.fn_managment .btm_part .right_part .btm_cont { padding-top: 20px; }

.enterprise-tech.service_sc { margin-top: 30px; padding: 0 0 50px; }
.enterprise-tech.service_sc:before { background: url(//44952711.fs1.hubspotusercontent-na1.net/hubfs/44952711/raw_assets/public/The%20Groove%202024/images/sol-pattern.png) no-repeat center / cover; height: 160px; bottom: 100%; }
.enterprise-tech.service_sc .box_title:before { display: none; }
.enterprise-tech.service_sc .bottom_content ul { text-align: center; }

.faq { display: inline-block; width: 100%; vertical-align: top; padding: 30px 0 100px; }
.faq .title { padding-bottom: 40px; }
.faq .faq_wrap { max-width: 920px; margin: 0 auto; }
.faq_wrap .faq_inner+.faq_inner { margin-top: 12px; }
.faq_wrap .faq_inner { border: 1px solid #DFDFDF; }
.faq_wrap .faq_inner h3 { font-size: 15px; font-style: normal; font-weight: 400; line-height: 27px; color: var(--main-color); position: relative; padding: 10px 50px 10px 22px; display: inline-block; width: 100%; border-bottom: 1px solid #DFDFDF; cursor:pointer; transition: all 0.5s ease-in-out; }
.faq_wrap .faq_inner h3 span.icon { width: 40px; height: 100%; border-left: 1px solid #DFDFDF; position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; }
.faq_wrap .faq_inner h3 span.icon:before,
.faq_wrap .faq_inner h3 span.icon:after { position: absolute; content: ""; width: 14px; height: 2px; background: var(--tertiary-color); transition: all 0.2s ease-in-out; }
.faq_wrap .faq_inner h3 span.icon:after { width: 2px; height: 14px; }
.faq_wrap .faq_inner .faq_content { padding: 15px 22px; padding-right: 22px; display:none; }
.faq_wrap .faq_inner h3.active span.icon:after { opacity: 0; }
.faq_wrap .faq_inner:hover h3, .faq_wrap .faq_inner h3.active  { background: var(--secondary-color); color: #fff; }
.faq_wrap .faq_inner:hover h3 span.icon:before, .faq_wrap .faq_inner:hover h3 span.icon:after, .faq_wrap .faq_inner h3.active span.icon:before, .faq_inner h3.active span.icon:after { background: #fff; }

/**** Partners Individual ****/
.hero-individual h1 { color: var(--secondary-color); }
.hero-individual .logo { width: 294px; }
.hero-individual .text { width: calc(100% - 294px); padding: 0 0 0 65px; }

.maximize-workday .main-title { margin-left: auto; margin-right: auto; }
.maximize-main { gap: 43px; }
.maximize-main .box { width: calc(33.33% - 28.7px); border-radius: 30px; background: #FFF; overflow: hidden; }
.maximize-main .box .text { padding: 27px 45px; }
.maximize-main .box .image { height: 239px; }
.maximize-main .box img { width: 100%; height: 100% !important; object-fit: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.maximize-main .box h4 { color: #93C847; margin: 0 0 5px; }
.maximize-main .box ul { margin: 0 0 0 10px; padding: 0; list-style-type: none; }
.maximize-main .box ul li { margin: 2px 0; padding: 0 0 0 12px; display: inline-block; position: relative; width: 100%; }
.maximize-main .box ul li:before { content: ''; width: 4px; height: 4px; position: absolute; top: 11px; left: 0; background: #555; border-radius: 10px; }

.strip-section .logo { width: 174px; }
.strip-section .text { width: calc(100% - 174px); padding: 0 48px 0 0; }

.strip-cta .main { gap: 20px 30px; font-size: 30px; line-height: 48px; text-align: center; }
.strip-cta [class*="button-"] a { padding: 21px 16px; font-size: 18px; line-height: 30px; }


.rotating-module .cover { margin: 0 auto; padding: 70px 70px 85px; border-radius: 41px; background: rgba(207, 207, 213, 0.2); }
.rotating-module .main-title { margin-left: auto; margin-right: auto; max-width: 875px; }
.rotating-module .main { padding: 0 0 0 12%; width: 100%; }
.rotating-module .left { width: 350px; display: flex; flex-flow: column; gap: 26px 0; }
.rotating-module .left h4 { font-weight: 700; }
.rotating-module .left h4 a { color: #CFCFD5; gap: 12px; }
.rotating-module .left h4 .icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: #CFCFD5; border-radius: 100px; }
.rotating-module .left h4 .ttl { width: calc(100% - 56px); }

.rotating-module .right { padding: 0 0 0 20px; width: calc(100% - 350px); }
.rotating-module .box { display: none; }
.rotating-module .box h4 { display: none; }
.rotating-module .box ul { margin: 0 0 0 10px; padding: 0; list-style-type: none; font-size: 19px; line-height: 35px; }
.rotating-module .box ul li { margin: 0; padding: 0 0 0 17px; display: inline-block; position: relative; width: 100%; }
.rotating-module .box ul li:before { content: ''; width: 5px; height: 5px; position: absolute; top: 15px; left: 0; background: #292929; border-radius: 10px; }


.why-choose .logos { gap: 30px; }
.why-choose .logos img { width: auto; max-height: 67px; }
.why-choose .main { gap: 20px; }
.why-choose .box { padding: 40px 29px; line-height: 24px; width: calc(33.33% - 13.5px); border-radius: 28px; border: 2px solid var(--tertiary-color); background: var(--tertiary-color); color: #FFF; }
.why-choose .box .icon { margin: 0 auto 20px; width: 75px; height: 75px; }
.why-choose .box .icon img { max-height: 75px; width: auto; }







/* Media Css Start */
@media (min-width:992px){
    .desk_hide { display: none; }
}

@media (min-width: 1351px){
    .market_sc .wrapper { width: 1250px; }
}

@media (min-width: 1440px){
    .style_guide_area .wrapper { width: 1360px; }
}

@media (max-width:1650px){
    .partner_party .section_wrap .right_part { padding-right: 90px; }
}

@media (max-width:1499px){
    .applications-section .section_wrap .left_inner { max-width: 60%; }
    .applications-section .section_wrap .right_part .right_inner { max-width: 60%; }
    .form_curveshape .form_section:before { height: 717px;  }
    
    .groove-leadership-team .leader_slider .slick-list { padding-right: 150px; }
    .groove-leadership-team .leader_slider .slick-list:before { width: calc(100% - 183px); }
    .groove-leadership-team .leader_slider ul.slick-dots li { max-width: 17.2%; }
    
    .partner_party .section_wrap .right_part { padding: 70px 50px; }
    
    .sd_fullwidth_two .left_part { padding: 100px 50px; }
    .sd_fullwidth_two .right_part { padding: 100px 50px; }
}

@media (max-width: 1350px){
    .market_sc .right .img, .market_sc .right .video { height: 320px; width: 320px; top: 0; }
    
    .indu_hero .title_cont { max-width: 600px; }
    
    .solution_hero .right_part .img_wrap { width: 400px; }
}

@media(min-width: 1201px) {
    
    .wrapper.small { width: 1170px; }
    
}

@media (max-width:1200px){
    .container .dnd-section > .row-fluid, .wrapper { width:950px; }
    
    /* Homepage */
    .hero_sc { padding-bottom: 190px; }
    
    .zigzag_sc .imgbox .bgcolbox { height: 240px; width: 240px; }
    .zigzag_sc .imgbox .iconbox { height: 190px; width: 190px; }
    .zigzag_sc .mainimg { height: 300px; }
    
    .market_sc .left { width: 50%; padding-right: 30px; }
    .market_sc .right { width: 50%; height: 480px; }
    .market_sc .right .img, .market_sc .right .video { height: 280px; width: 280px; top: 10px; }
    
    .technology-solutions { margin-top: 100px; padding-top: 0px; }
    .technology-solutions .groove_part .groove_right { padding:30px 30px 30px 30px; }
    .technology-solutions .groove_part h3{font-size:29px; line-height:44px;}

    .enterprise-tech .section_wrap .col { padding: 0 25px; }
    .enterprise-tech .section_wrap { margin: 0 -25px; }
    .enterprise-tech .section_wrap .col .box_title { font-size: 70px; line-height: 90px; }
    .enterprise-consulting:before { height: 130px; }
    .enterprise-consulting .section_wrap .right_part { padding-left: 15px; }
    .enterprise-consulting .right_part .right_btn { margin-top: 100px; }
    
    .indu_hero .title_cont { max-width: 50%; }
    .indu_hero .bg_img { width: 750px; }

    .enterprise-tech .bottom_content ul li a { line-height: 12px; }

    .orch_tech.solution_sc:before { height: 120px; }
    .orch_tech.solution_sc { padding-bottom: 200px; }

    .resources .col { padding: 0 15px; }
    .resources .section_wrap { margin: 0 -15px; }
    
    .enterprise-tech .bottom_content ul { max-width: 60%; }
    
    .contact_form .left_part ul li { padding: 0 0 0 80px; }
    
    .partners_overview .hero_sc h1 { max-width: 600px; }
    .partners_overview .hero_sc .text { max-width: 720px; }
    .comprehensive-solutions .title h3 { line-height: 1.3; }
    
    .zigzag_sec:before { height: 120px; top: -120px; }
    .zigzag_sec .inner .left_part .img { width: 350px; height: 350px; }
    .zigzag_sec .inner .left_part { padding-right: 15px; }
    .zigzag_sec .inner .right_part { padding-left: 15px; }
    .zigzag_sec .section_wrap .col:nth-child(even) .inner .right_part { padding-right: 15px; }
    .zigzag_sec .section_wrap .col:nth-child(even) .inner .left_part { padding-left: 15px; }

    .groove-leadership-team .leader_slider .col { width: calc(25% - 20px); margin-bottom: 30px; }
    .groove-leadership-team:before { height: 120px; top: -120px; }
    .groove-leadership-team .leader_slider .slick-list { padding-right: 80px; }
    
    .our_story .comprehensive-solutions { padding: 80px 0 120px; }
    
    .lp_inner_hero h1 { font-size: 46px; line-height: 60px; max-width: 60%; margin: 0 auto; }
    .lp_image_content .botom_part .count_title { font-size: 36px; line-height: 46px; }
    .back_to80 .bottom_part .bottom_inner .right_part .ready_talk { font-size: 36px; line-height: 46px; }
    .back_to80 .bottom_part .bottom_inner .right_part .have_que { max-width: 100%; }
    .back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul li { font-size: 22px; line-height: 32px; }
    .back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul li+li { margin-top: 7px; }
    
    
    .lp_image_content .botom_part .vanue_part ul li { font-size: 22px; line-height: 32px; } 
    
    .special-groove-session { padding: 100px 0 130px; }
    .special-groove-session .section_wrap .right_part { width: 40%; padding-left: 30px; }
    .special-groove-session .section_wrap .left_part { width: 60%; padding-right: 30px; }
    .special-groove-session .left_part .session_title ul li { font-size: 22px; line-height: 36px; }
    
    /**/
    .work_at_sc.work-at-story-sc { padding: 100px 0 150px; }
    
    /**/
    .lp_form_con_sc .wrapper { width: 950px; }
    
    .sd_fullwidth_two .left_part .img { width: 150px; }
    .sd_fullwidth_two .left_part .left_cont { width: calc(100% - 150px); padding: 15px 0px 0 20px; }
    .sd_fullwidth_two .right_part .img { width: 150px; }
    .sd_fullwidth_two .right_part .right_cont { width: calc(100% - 150px); padding: 15px 0px 0 20px; }
    
    .resources.id_resources { padding:80px 0; }
    
    .solution_hero .right_part .img_wrap { width: 350px; height: 360px; }
    .solution_hero .right_part .img_wrap .img { width: 350px; height: 350px; }
    .solution_hero .right_part .img_wrap .icon { width: 100px; height: 100px; }
    .title_cont_sc .inner .number { font-size: 70px; }
    .solutions_zigzag .section_wrap .inner .right_part .img { height: 280px; }
    .solution_hero .right_part .img_wrap .icon img { max-width: 50% !important; }
    
    .solutions_zigzag .section_wrap .inner .left_part h2, .enterprise-tech h2, .fn_managment .top_part h2, .fn_managment .btm_part .right_part h2 { font-size: 28px; }
    
    /*** ***/
    .rotating-module .main { padding: 0; }
    .maximize-main { gap: 20px; }
    .maximize-main .box { width: calc(33.33% - 14px); }
    .maximize-main .box .text { padding: 27px 20px; }

    
}

@media (max-width:991px){
    .container .dnd-section > .row-fluid, .wrapper { width:100%; padding:0 25px; }
    
    /* Homepage */
    .hero_sc h4 { font-size: 24px; padding: 5px; }
    
    .sol_item:nth-child(odd) .content { padding-right: 15px; }
    .sol_item:nth-child(2n) .content { padding-left: 15px; }
    .sol_item .img .fg_img { left: 0px; }
    .sol_item:nth-child(even) .img .fg_img { left: 0px; }
    
    .market_sc .left { padding-right: 15px; }
    .market_sc .right { height: 380px; }
    .market_sc .right .img, .market_sc .right .video { height: 230px; width: 230px; }
    
    .expertise_sc .imgwrap { width: 600px; }
    .expertise_sc .ex_img1 { width: 600px; height: 550px; }
    .expertise_sc .ex_img3 { height: 180px; width: 180px; border-width: 8px; right: -50px; }
    .expertise_sc .ex_img2 { height: 240px; width: 240px; border-width: 8px; }
    
    .zigzag_sc .imgbox .bgcolbox { height: 180px; width: 180px; border-radius: 16px; }
    .zigzag_sc .imgbox .iconbox { height: 110px; width: 110px; border-radius: 16px; left: 0; }
    .zigzag_sc .imgbox { padding-left: 20px; }
    .zigzag_sc .mainimg { width: 100%; }
    .zigzag_sc .item:nth-child(2n) .imgbox { padding-right: 20px; }
    .zigzag_sc .item:nth-child(2n) .imgbox .iconbox { right: 0; }
    
    .form_section.custom .left { max-width: 100%; flex: 0 0 100%; padding: 0 0 30px; }
    .form_section.custom .right { max-width: 100%; flex: 0 0 100%; padding: 0; }
    
    /* Career Page */
    .zigzag_sc.zigzagCustom .cover .iconbox { border-radius: 16px; height: 110px; left: 0; width: 110px; padding: 20px; }

    .technology-solutions { padding-bottom: 200px; }
    .technology-solutions .col { width: 50%; }
    .technology-solutions .groove_part { width: 100%; padding:0; margin: 40px 0 0;}
    .technology-solutions .groove_part .groove_inner{max-width: 540px;margin: 0 auto;}    
    .technology-solutions .groove_part .groove_right { max-width:none; width: 100%;}
    .technology-solutions .groove_part .groove_inner .img{left: -20px;}
    
    
    /*.technology-solutions .groove_part.set1{width:50%;padding:0;}
    .technology-solutions .groove_part.set1 .groove_right{margin:0;}*/
    

    .enterprise-tech { padding: 0 0 150px; }
    .enterprise-tech .section_wrap .col { padding: 0 15px; }
    .enterprise-tech .section_wrap { margin: 0 -15px; }
    .enterprise-tech .section_wrap .col .box_title { font-size: 50px; line-height: 70px; }
    .enterprise-tech .bottom_content { padding-top: 50px; }
    .enterprise-consulting:before { height: 100px; }
    .enterprise-consulting .section_wrap .left_part { width: 65%; }
    .enterprise-consulting .section_wrap .right_part { width: 35%; }
    .enterprise-consulting .right_part .right_inner { height: auto; }
    .enterprise-tech .bottom_content ul { max-width: 100%; }

    .applications-section .section_wrap .left_inner,
    .applications-section .section_wrap .right_part .right_inner { max-width: 80%; }
    
    .indu_hero .title_cont { max-width: 65%; }
    .indu_hero .bg_img { bottom: 0; top: auto; height: 424px; width: 460px; }

    .orch_tech.solution_sc { padding-bottom: 150px; }
    .orch_tech .btn_wrap .btn_inner { padding: 0 5px; }
    .orch_tech .btn_wrap { margin: 0 -5px; }
    .orch_tech .btn_wrap .btn_inner .button-1 a { font-size: 11px; }

    .testimonial_section { margin-top: -200px; padding: 80px 0; }
    .testimonial_section .testimonial_slider .inner .name_desi { font-size: 20px; line-height: 30px; }

    .resources { padding: 80px 0 0; }
    .resources h2 { font-size: 30px; line-height: 1.5; }
    .resources .col { padding: 0 5px; }
    .resources .section_wrap { margin: 0 -5px; }
    .resources .col .bottom_part { padding: 15px 0; }

    .industry_page .form_section:before { height: 130px; }

    .expertise_sc.cir_img .ex_img.ex_img1 { width: 550px; height: 550px; }
    
    .contact_form { padding: 70px 0 120px; }
    .contact_form .title { margin-bottom: 50px; }
    .contact_form .section_wrap .left_part { width: 100%; padding: 0 0 50px; }
    .contact_form .section_wrap .right_part { width: 100%; padding: 0; }
    .contact_form .left_part ul li span { width: 50px; height: 50px; top: 0; }
    .contact_form .left_part ul li span img { width: 100%; }
    .contact_form .left_part ul li { padding-left: 60px; }
    
    .comprehensive-solutions .btn_wrap .btn_inner { padding: 0 15px 15px; }
    
    .zigzag_sec:before { height: 90px; top: -90px; }
    .zigzag_sec .inner .left_part .img { width: 270px; height: 270px; }
    .zigzag_sec .inner .left_part .img .icon { width: 100px; height: 100px; }

    .groove-leadership-team:before { height: 90px; top: -90px; }
    
    .our_story .form_section::before { height: 200px; margin-top: 100px; top: -200px; }
    .our_story .form_section { padding-top: 20px; }
    
    .groove-leadership-team .slick-scrollbar { width: calc(100% - 100px); }
    
    .lp_inner_hero h1 { max-width: 80%; }
    .lp_inner_hero { padding: 70px 0 200px; }
    .lp_image_content .top_part { margin-top: -240px; padding: 72px 30px 70px; }
    .lp_image_content .botom_part { padding-top: 100px; }
    .lp_image_content .botom_part .count_title { font-size: 32px; line-height: 44px; }
    .lp_image_content { padding: 70px 0; }

    .back_to80 .section_wrap { margin: 0; }
    .back_to80 .section_wrap .right_part { padding: 0; }
    .back_to80 { padding: 70px 0 100px; }
    .back_to80 .bottom_part { margin-top: 70px; padding: 30px; border-radius: 30px; }
    .back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul li { font-size: 20px; }
    .back_to80 .bottom_part .bottom_inner .right_part .ready_talk { font-size: 30px; line-height: 40px; }
    .back_to80 .footer_part { padding-top: 70px; }
    
    .partner_party .section_wrap .right_part { padding: 50px 20px; }
    .partner_party .left_part .img .special_guest { padding: 15px 50px 15px 60px; font-size: 18px; line-height: 22px; top: 38px; right: -60px; }
    .partner_party .right_part .content { padding-top: 20px; }

    .form_popup.fancybox-content { max-width: 600px; padding: 20px; }
    
    .lp_image_content .botom_part .vanue_part ul li { font-size: 18px; }
    
    .special-groove-session { padding: 80px 0; }
    .special-groove-session .section_wrap .left_part { width: 50%; }
    .special-groove-session .section_wrap .right_part { width: 50%; }
    .special-groove-session .right_part .speaker_wrap .speaker_inner { max-width: 100%; }
    .special-groove-session .left_part .session_title ul li { font-size: 20px; line-height: 30px; }
    .special-groove-session .left_part .session_title ul li+li { margin-top: 15px; }
    .special-groove-session .right_part .speaker_inner .spea_detail .spe_name { font-size: 20px; line-height: 22px; }
    .special-groove-session .right_part .speaker_inner .spea_detail { max-width: 100%; width: calc(100% - 104px); padding: 15px 25px; }
    
    /**/
    .counter_text_col .numbox { font-size: 52px; line-height: 44px; }
    
    /**/
    .lp_form_con_sc .wrapper { width: 750px; }
    .lp_form_con_sc .wrap .right .lp_form_box { padding: 15px 0 0; }
    .lp_form_con_sc .wrap .left .ty_conbox .ty_wrap .ty_img { width: 100%; }
    .lp_form_con_sc .wrap .left .ty_conbox .ty_wrap .ty_text { padding: 15px 0 0; width: 100%; }
    .lp_form_con_sc .wrap .right .form_title { font-size: 18px; line-height: 27px; }
    .lp_form_con_sc .wrap .right .form_sub_text { font-size: 16px; line-height: 26px; }
    
    /* Confirmation Page */
    .video_card_sc .card_item { padding: 13px 15px; }
    .video_card_sc .card_item_wrap { margin: 0 -15px; }
    
    .sd_fullwidth .section_wrap .center_part { width: 50%; }
    .sd_fullwidth .section_wrap .right_part { width: 30%; }
    
    .sd_fullwidth_two .left_part { padding: 50px 15px; }
    .sd_fullwidth_two .right_part { padding: 50px 15px; }
    .sd_fullwidth_two .left_part .img { width: 100%; max-width: 50%; }
    .sd_fullwidth_two .left_part .left_cont { width: 100%; padding: 50px 0 0; }
    .sd_fullwidth_two .right_part .img { width: 100%; max-width: 50%; }
    .sd_fullwidth_two .right_part .right_cont { width: 100%; padding: 50px 0 0; }
    
    .resources.id_resources { padding:70px 0; }
    
    .solution_hero .right_part { width: 100%; order: 1; }
    .solution_hero .left_part { width: 100%; order: 2; padding: 25px 0 0; }
    .solutions_zigzag .section_wrap .inner .left_part { padding-right: 15px; width: 55%; }
    .solutions_zigzag .section_wrap .inner .right_part { padding-left: 15px; width: 45%; }
    .solutions_zigzag .section_wrap .inner.flex-direction .right_part { padding-right: 15px; }
    .solutions_zigzag .section_wrap .inner.flex-direction .left_part { padding-left: 15px; }
    .title_btn { padding-bottom: 100px; }
    .fn_managment { padding: 100px 0; }
    .fn_managment .btm_part .left_part { padding-right: 15px; }
    .fn_managment .btm_part .right_part { padding-left: 15px; }
    
    /*** ***/
    .hero-individual .logo { width: 200px; }
    .hero-individual .text { width: calc(100% - 200px); padding: 0 0 0 20px; }

    .rotating-module .cover { padding: 60px 40px; border-radius: 30px; }
    .rotating-module .left { width: 100%; display: none; }
    .rotating-module .right { width: 100%; padding: 0; margin: 0; }
    .rotating-module .box { display: block !important; margin: 12px 0 0; border: 1px solid #DFDFDF; }
    .rotating-module .box h4 { font-size: 15px; font-style: normal; font-weight: 400; line-height: 27px; color: var(--main-color); position: relative; padding: 10px 50px 10px 22px; display: inline-block; width: 100%; border-bottom: 1px solid #DFDFDF; cursor:pointer; transition: all 0.5s ease-in-out; display: block; }
    .rotating-module .box h4 span.icon { width: 40px; height: 100%; border-left: 1px solid #DFDFDF; position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; }
    .rotating-module .box h4 span.icon:before,
    .rotating-module .box h4 span.icon:after { position: absolute; content: ""; width: 14px; height: 2px; background: var(--tertiary-color); transition: all 0.2s ease-in-out; }
    .rotating-module .box h4 span.icon:after { width: 2px; height: 14px; }
    .rotating-module .box .text { padding: 15px 22px; padding-right: 22px; display:none; }
    .rotating-module .box h4.active span.icon:after { opacity: 0; }
    .rotating-module .box:hover h4, .rotating-module .box h4.active  { background: var(--secondary-color); color: #fff; }
    .rotating-module .box:hover h4 span.icon:before, .rotating-module .box:hover h4 span.icon:after, .rotating-module .box h4.active span.icon:before, .rotating-module .box h4.active span.icon:after { background: #fff; }
    .rotating-module .box ul { font-size: 15px; line-height: 26px; }
    .rotating-module .box ul li:before { top: 10px; }

    
    .why-choose .box { width: calc(50% - 10px); }
    .strip-cta .main { font-size: 22px; line-height: 30px; }
    .strip-cta [class*="button-"] a { padding: 10px 15px; }  

    
    
    
    
}

@media (max-width:767px){
    body { padding-top: 98px !important; }
    body.lp-Page { padding-top: 0 !important; }
    .container .dnd-section > .row-fluid, .wrapper { width:100%; padding:0 15px; }
    
    .form_section:before { background-size: 100% 100%; height: 30px; }
    .form_section { padding-top: 100px; }
    
    /* Homepage */
    .hero_sc { padding: 80px 0 180px; }
    
    .solution_sc .wrap { margin-top: -150px; }
    .sol_item { flex-direction: column-reverse; }
    .sol_item .img { text-align: center; width: 300px; max-width: 100%; margin-bottom: 30px; }
    .sol_item:nth-child(2n) { flex-direction: column-reverse; }
    .sol_item .content { padding-left: 0 !important; padding-right: 0 !important; }
    .sol_item .img { padding: 0; }
    
    .market_sc .left { width: 100%; padding: 0 0 40px; }
    .market_sc .right { width: 300px; height: 310px; margin: 0 auto; }
    .market_sc .right .img, .market_sc .right .video { height: 190px; width: 190px; left: 25px; }
    
    .expertise_sc .imgwrap { width:100%; }
    .expertise_sc .ex_img1 { width: 100%; height: 500px; }
    .expertise_sc .ex_img2 { left:0; height: 110px; width: 110px; }
    .expertise_sc .ex_img3 { right:0; height: 100px; width: 100px; }
    .expertise_sc { padding-bottom: 150px; }
    
    .faq_wrap .title { font-size: 20px; }
    
    .zigzag_sc:before { height: 70px; }
    .zigzag_sc .con, .zigzag_sc .imgbox { padding: 0; }
    .zigzag_sc .con { margin-bottom: 30px; }
    .zigzag_sc .mainimg { height: 300px; border-radius: 30px; }
    .zigzag_sc .imgbox { padding: 20px 15px; }
    .zigzag_sc .imgbox .bgcolbox { height: 140px; width: 140px; }
    .zigzag_sc .imgbox .iconbox { height: 90px; width: 90px; padding: 20px; bottom: 0; }
    .zigzag_sc { padding-bottom: 20px; }
    .zigzag_sc .item:nth-child(2n) .imgbox .iconbox { bottom: 0; }
    .zigzag_sc .cover { margin: 0; }
    
    /* Career Page */
    .expect_raw .expect_icon { height: 90px; width: 90px; border-radius: 8px; }
    .expect_raw .expect_con { padding-left: 25px; width: calc(100% - 90px); }
    .zigzag_sc.zigzagCustom .cover .iconbox { height: 90px; width: 90px; padding: 20px; border-radius: 16px; }
    .zigzag_sc.zigzagCustom .cover .con { padding-right: 0; }
    
    .hero_sc.in_hero { padding-bottom: 50px;  }
    .technology-solutions { padding-bottom: 150px; }
    .technology-solutions .section_wrap { margin: 0; }
    .technology-solutions .col .inner .icon { justify-content: center; }
    .technology-solutions .col { width: 100%; padding: 0 0 50px; text-align:center; }
    .technology-solutions .col .sameheight { height: auto !important; }
    .technology-solutions .col .learn_more { position: static; }
    .technology-solutions .col .inner { padding: 0; }
    .technology-solutions .groove_part .groove_inner { flex-wrap: wrap; border: 1px solid #fff; padding: 25px; text-align:center; border-radius: 17px;}
    .technology-solutions .groove_part .groove_inner .img{position:static;width:auto;margin:-100px auto 30px;transform:none;}    
    .technology-solutions .groove_part .groove_right { width: 100%; border: none; padding: 0; max-width:100%; margin:0; }

    .enterprise-tech .section_wrap { margin: 0; }
    .enterprise-consulting .section_wrap .left_part h3 { padding:0; }
    .enterprise-tech .section_wrap .col { width: 100%; padding: 0 0 30px; }
    .enterprise-tech .bottom_content ul { flex-wrap: wrap; justify-content: flex-start; }
    .enterprise-tech .bottom_content ul li+li { margin-left:0; margin-top:10px; }
    .enterprise-tech .bottom_content { padding-top: 20px; }
    
    .enterprise-consulting .section_wrap .left_part { width: 100%; padding: 0 0 70px; text-align:center; }
    .enterprise-consulting .section_wrap .left_part .btn_style { text-align: center; }
    .enterprise-consulting .section_wrap .right_part { width: 100%; padding: 0; }
    .enterprise-consulting .right_part .right_btn { margin-top: 0px; }
    .enterprise-consulting .section_wrap .left_part ul li { padding: 0; justify-content:center; }
    .enterprise-consulting .section_wrap .left_part ul li span { position: static; margin-bottom: 15px; }

    .applications-section .section_wrap .left_inner,
    .applications-section .section_wrap .right_part .right_inner { max-width: 100%; position: relative; z-index: 5; }
    .applications-section .section_wrap .left_part { min-height: 350px; z-index: 2; }
    .applications-section .section_wrap .right_part { min-height: 350px; }

/*     .form_section { text-align: center; } */
    .form_curveshape .form_section:before { height: 517px; top: -90px; }
    .form_curveshape .form_section { padding-top: 70px; }
    .form_curveshape .form_section .left { text-align:center; } 
    
    .enterprise-tech .bottom_content ul li { line-height: 1;}
    .enterprise-tech .bottom_content ul li:before { top: 4px; }
    .enterprise-tech .bottom_content ul li a { line-height: 12px; }
    
    .hero_sc.indu_hero { padding-bottom: 130px; display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
    .indu_hero .bg_img { width: 100%; position: static; height: 550px; display: none; }
    .indu_hero .title_cont { max-width: 100%; text-align:center; }

    .orch_tech .btn_wrap .btn_inner .btn_inner { width: 100%; }
    .orch_tech .btn_wrap .btn_inner { width: 100%; padding: 0; }
    .orch_tech .btn_wrap { margin: 0; }
    .orch_tech .btn_wrap .btn_inner+.btn_inner { margin-top: 15px; }

    .expertise_sc.cir_img .ex_img.ex_img1 { margin: 0 auto; }
    .expertise_sc.cir_img { padding: 0; }
    .expertise_sc.cir_img .ex_img { opacity: 1; transform: translateY(0); }
    .expertise_sc.cir_img .ex_img.ex_img1 { max-width: 450px; height: 450px; }

    .testimonial_section { padding: 70px 0 30px; margin-top: 70px; }

    .resources { padding: 70px 0 0; }
    .resources h2 { font-size: 24px; }
    .resources .section_wrap { margin: 0; }
    .resources .col { padding: 0 0 30px; width: 100%; }
    .resources .col .bottom_part .arrow_btn { width: 100%; position: static; }
    .resources .col .inner { padding: 0; }

    .industry_page .form_section:before { height: 35px; }
    .industry_page .form_section { padding-top: 50px; }
    .industry_page .form_section .left { text-align:center; } 
    
    
    
    .contact_form .right_part .form_wrap { padding: 30px 15px; }
    .contact_form .right_part .form_wrap .form_title span:before { display: none; }
    .contact_form .right_part .form_wrap .form_title span { padding: 0; }
    
    .contact_form .right_part .form_wrap .form_title { font-size: 18px; line-height: 26px; }
    
    .logo_content .section_wrap { max-width: 100%; }
    .logo_content .section_wrap .inner .logo_part { width: 100%; padding: 0; }
    .logo_content .section_wrap .inner .right_part { width: 100%; padding: 15px 0 0; }
    .logo_content .section_wrap .inner .logo_part a { justify-content: flex-start; }

    .comprehensive-solutions { padding: 70px 0; }
    .comprehensive-solutions .title h3 { max-width: 100%; }
    .comprehensive-solutions .content { max-width: 100%; padding: 15px 0; }
    .comprehensive-solutions .btn_wrap .btn_inner { padding: 0 0 15px; width: 100%; }
    .comprehensive-solutions .btn_wrap { margin: 0; }
    .comprehensive-solutions .btn_wrap .btn_inner:last-child { padding: 0; }
    
    .zigzag_sec .inner .left_part { width: 100%; padding: 0; }
    .zigzag_sec .inner .right_part { width: 100%; padding: 25px 0 0; }
    .groove-leadership-team .leader_slider .inner .name_desi .name { font-size: 20px; line-height: 30px; }
    .groove-leadership-team .leader_slider .inner .name_desi .designation { font-size: 16px; line-height: 26px; }
    .our_story .form_section::before { height: 150px; top: -170px; }
    
    .groove-leadership-team .leader_slider .col { width: calc(33.33% - 20px); }
    .groove-leadership-team .slick-scrollbar { width: calc(100% - 15px); }
    .groove-leadership-team .slick-scrollbar input[type="range"]::-webkit-slider-thumb { width: 100px; }
    
    .our_story .orch_tech.solution_sc::before { height: 70px; top: -70px; }
    .zigzag_sec .section_wrap .col:nth-child(even) .inner .left_part .img .icon { left: auto; right: 0; }
    
    .lp_inner_hero { padding: 70px 0; }
    .lp_inner_hero .title { margin: 0; }
    .lp_inner_hero h1 { max-width: 100%; }
    .lp_image_content .top_part { margin: 0; padding: 100px 15px 50px; }
    .lp_image_content { padding: 120px 0 70px; }
    .lp_image_content .top_part .left_part { width: 100%; padding: 20px 0 0; border: none; order: 2; }
    .lp_image_content .top_part .right_part { width: 100%; padding: 0; }
    .lp_image_content .botom_part { max-width: 70%; }
    .lp_image_content .botom_part ul.countDown li span { font-size: 40px; }
    .lp_image_content .botom_part ul.countDown li { padding: 0 15px; }
    .lp_image_content .botom_part ul.countDown { margin: 0 -15px; }

    .back_to80 { padding: 70px 0; }
    .back_to80 .section_wrap .left_part { width: 100%; padding: 0; }
    .back_to80 .section_wrap .left_part .img { opacity: 1; transform: none; max-width: 70%; margin: 0 auto; }
    .back_to80 .section_wrap .right_part { width: 100%; padding: 25px 0 0; }
    .back_to80 .bottom_part { margin-top: 0; }
    .back_to80 .bottom_part .bottom_inner .left_part { width: 100%; padding: 0; border: none; }
    .back_to80 .bottom_part .bottom_inner .right_part { width: 100%; padding: 25px 0 0; text-align: left; }
    .back_to80 .bottom_part .bottom_inner { text-align: left; }
    .partner_party .section_wrap .left_part { width: 100%; overflow:hidden; }
    .partner_party .section_wrap .right_part { width: 100%; padding: 50px 15px; }
    .partner_party .left_part .img { height: 300px; }
    
    .lp_image_content .botom_part .vanue_part ul li { font-size: 16px; }
    .lp_image_content .botom_part .vanue_part ul li+li { margin-top: 6px; }
    
    .special-groove-session .section_wrap .left_part { width: 100%; padding: 0 0 30px; }
    .special-groove-session .section_wrap .right_part { width: 100%; padding: 0; }
    .special-groove-session .right_part .speaker_inner .spe_img { margin: 0; }
    .special-groove-session .right_part .speaker_wrap .speaker_inner { padding: 15px; }
    .special-groove-session .right_part .speaker_inner .spea_detail { max-width: 42%; }
    
    /**/
    .work_at_sc .work_at_wrap .left { width: 100%; padding: 0 0 40px; }
    .work_at_sc .work_at_wrap .right { width: 100%; }
    .work_at_sc .work_at_wrap { padding: 50px 0; }
    .work_at_sc { padding-top: 50px; }
    
    .work_at_sc.work-at-story-sc { padding: 60px 0 80px; }
    
    .work_at_sc.work-at-career-sc .work_at_wrap { padding-bottom: 0; }
    .counter_text_col { width: 50%; }
    
    /**/
    .lp_banner_sc h1 { font-size: 40px; line-height: 47px; }
    .lp_banner_sc h2 { font-size: 20px; line-height: 32px; }
    .lp_form_con_sc .wrap .left { width: 100%; padding: 0 0 30px; }
    .lp_form_con_sc .wrap .right { width: 100%; }
    .lp_form_con_sc .wrapper { width: 100%; }
    .lp_footer_sc { padding: 30px 0; }
    .lp_form_con_sc { padding: 50px 0; }
    
    .vid_banner svg { width: 50px; height: auto; }
    .video_card_sc .card_item { width: 100%; padding: 15px 0; }
    .video_card_sc .card_item_wrap { margin: 0; }
    .video_card_sc .card_item .card_itemin { width: 400px; max-width: 100%; margin: 0 auto; border-radius: 15px; }
    .video_card_sc .card_item .card_title { padding: 20px 15px; font-size: 16px; line-height: 24px; }
    .video_card_sc .main_title h3 { font-size: 18px; }
    
    .sd_fullwidth .section_wrap .left_part { width: 100%; }
    .sd_fullwidth .section_wrap .center_part { width: 100%; padding: 50px 0; text-align:center; }
    .sd_fullwidth .section_wrap .right_part { width: 100%; justify-content: center; }
    
    .sd_fullwidth_two .left_part { width: 100%; text-align:center; }
    .sd_fullwidth_two .right_part { width: 100%; text-align:center; }
    .sd_fullwidth .section_wrap .left_part .img { max-width: 50%; margin: 0 auto; }
    .sd_fullwidth_two .left_part .img { margin: 0 auto; }
    .sd_fullwidth_two .left_part .left_cont { text-align: center; }
    .sd_fullwidth_two .right_part .img { margin: 0 auto; }
    
    .resources.id_resources { padding: 20px 0 50px; }
    
    .solutions_zigzag .section_wrap .inner .left_part { width: 100%; padding: 30px 0 0; order: 2; text-align:center; }
    .solutions_zigzag .section_wrap .inner .right_part { width: 100%; padding: 0; }
    .solutions_zigzag .section_wrap .inner { margin-bottom: 60px; }
    .solutions_zigzag { padding: 70px 0; }
    .title_btn { padding-bottom: 70px; }
    .fn_managment { padding: 70px 0; }
    .fn_managment .image_wrap .col { width: 50%; padding: 0 15px 30px; }
    .fn_managment .btm_part .left_part { width: 100%; padding: 0; order:2; }
    .fn_managment .btm_part .right_part { width: 100%; padding: 0 0 30px; order:1; text-align:center; }
    .solutions_zigzag .section_wrap .inner.flex-direction .right_part { padding: 0; }
    .solutions_zigzag .section_wrap .inner.flex-direction .left_part { padding: 30px 0 0; }
    .fn_managment .btm_part .left_part .img { height: 250px; }
    .title_cont_sc .inner .box_cont { max-width:100%; }
    .solution_hero .right_part .img_wrap { margin: 0 auto; }
    .solution_hero .left_part { text-align: center; }
    .solution_hero .left_part .cont { max-width: 100%; }
    
    
    /**** ****/
    .hero-individual .logo { margin: 0 auto; }
    .hero-individual .text { width: 100%; padding: 0; margin: 20px 0 0; }
    
    .maximize-main .box { width: 100%; border-radius: 20px; }
    
    .strip-section .text { padding: 0; width: 100%; }
    .strip-section .logo { margin: 20px auto 0; }
    
    .rotating-module .cover { padding: 30px 15px; border-radius: 15px; }
    
    .why-choose .logos img { max-height: 55px; }
    .strip-cta [class*="button-"] a { font-size: 14px; }
    
    
    


}

@media (max-width: 600px){
    .groove-leadership-team .leader_slider .col { width: calc(50% - 20px); }
    
}

@media (max-width: 550px){
    /* Homepage */
    .expertise_sc .ex_img1 { height: 400px; margin-top: -80px;}
    .zigzag_sc .mainimg { height: 250px; }
    
    .technology-solutions { padding-bottom:100px; }
    
    .enterprise-tech { padding: 70px 0; margin:0; }
    .enterprise-consulting:before { height: 70px; }
    .enterprise-consulting { padding-bottom: 70px; }
    .applications-section .section_wrap .left_part { width: 100%; padding: 15px; }
    .applications-section .section_wrap .right_part { width: 100%; padding: 15px; }
    .enterprise-consulting .right_part .logo_box ul li { padding: 10px 0; min-height: 80px; }
    
/*     .form_curveshape .form_section:before { display: none; } */
    .form_curveshape .form_section { padding-top: 70px; }
    
    .enterprise-tech:before { height: 70px; bottom: 96%; }
    
    .orch_tech.solution_sc:before { height: 70px; }
    .orch_tech.solution_sc { margin-top: 50px; padding-bottom: 100px; }
    .expertise_sc.cir_img .ex_img.ex_img1 { width: 300px; height: 300px; }
    .expertise_sc.cir_img .ex_img.ex_img2 { width: 150px; height: 150px; }
    .hero_sc.indu_hero { padding-bottom: 100px; }
    .enterprise-tech { padding: 50px 0 70px; }
    
    .indu_hero .bg_img { height: 350px; }
    
    .comprehensive-solutions .btn_wrap .btn_inner .button-1.green_bg a { width:100%; }
    
    .zigzag_sec { padding: 50px 0 90px; }
    .zigzag_sec:before { height: 30px; top: -30px; }
    .zigzag_sec .inner .left_part .img { margin: 0 auto; }
    .zigzag_sec .section_wrap .col:nth-child(even) .inner .left_part { padding: 0; }
    .zigzag_sec .section_wrap .col:nth-child(even) .inner .right_part { padding: 25px 0 0; }

    .groove-leadership-team:before { height: 70px; top: auto; bottom: 100%; }    
    .groove-leadership-team { padding: 30px 0 70px; }
    .groove-leadership-team .leader_slider .slick-list { padding-right: 0; padding-bottom:30px; }
    
    .groove-leadership-team:before { height: 30px; }
    
    .our_story .form_section::before { height: 50px; top: -150px; }
    
    .our_story .comprehensive-solutions { padding: 70px 0 80px; }
    
    .our_story .orch_tech.solution_sc {padding-top: 20px;}
    .our_story .orch_tech.solution_sc::before { height: 50px; top: -50px; }
    
    .lp_inner_hero h1 { font-size: 34px; line-height: 44px; }
    
    .lp_image_content { padding-bottom: 120vw; background: #0d0b2e url(https://thegroove.io/hubfs/The-Groove-2024/images/Vegas.jpg) no-repeat center bottom !important; background-size: 100% auto !important; }
    .lp_image_content .top_part { border-radius: 30px; }
    .lp_image_content .top_part .icon { width: 80px; height: 80px; top: -40px; }
    .lp_image_content .top_part { padding: 70px 15px 50px; }
    .lp_image_content .botom_part { padding-top: 30px; max-width: 100%; }
    .lp_image_content .botom_part .count_title { font-size: 26px; line-height: 36px; padding-bottom: 30px; }
    .lp_image_content .botom_part ul.countDown li { padding: 0 5px; }
    .lp_image_content .botom_part ul.countDown { margin: 0 -5px; }
    .lp_image_content .botom_part ul.countDown li span { font-size: 30px; line-height: 40px; }

    .back_to80 .section_wrap .left_part .img { max-width: 100%; }
    .back_to80 .bottom_part { margin-top: 0; padding: 30px 15px; }
    .back_to80 .bottom_part .bottom_inner .left_part .vanue_part ul li { font-size: 18px; }
    .back_to80 .bottom_part .bottom_inner .right_part .ready_talk { font-size: 22px; line-height: 32px; }
    .back_to80 .bottom_part .bottom_inner .right_part .register { font-size: 18px; line-height: 28px; }
    .back_to80 .footer_part { padding-top: 50px; }
    
    .special-groove-session { padding: 70px 0; }
    .special-groove-session .left_part .session_title ul li+li { margin-top: 5px; }
    .special-groove-session .right_part .speaker_inner .spea_detail { max-width: 100%; width: 100%; padding: 15px 0 0; }
    .special-groove-session .right_part .speaker_wrap .speaker_inner { flex-wrap: wrap; border-radius: 15px; }
    
    .partner_party .left_part .img .special_guest { font-size: 16px; line-height: 22px; padding: 10px 40px 10px 50px; top: 31px; right: -51px; }
    .back_to80 .bottom_part:before { border-radius: 30px; }
    
    .solution_hero .right_part .img_wrap { width: 250px; height: 250px; }
    .solution_hero .right_part .img_wrap .img { width: 250px; height: 250px; }
    .title_cont_sc .btm_cont ul li a { word-break: break-all; text-wrap-mode: wrap; }
    .title_cont_sc:before { height: 100px; }
    .solution_hero { padding: 90px 0 140px; }
    .title_cont_sc .inner .number { font-size: 40px; }
    .title_cont_sc .col { margin-bottom: 20px; }
    .title_cont_sc .col:last-child { margin: 0; }
    .solutions_zigzag .section_wrap .inner .right_part .img { height: 250px; }

    .title_btn .section_wrap h3, .title_btn .section_wrap h2 { font-size: 22px; line-height: 30px; }
    .fn_managment .image_wrap .col { width: 100%; padding: 0 0 20px; }
    .fn_managment .image_wrap .col:last-child { padding: 0; }
    
    .solution_hero .right_part .img_wrap .icon { width: 80px; height: 80px; }
    .solution_hero .right_part .img_wrap .icon img { max-width: 50% !important; }
    
    .why-choose .box { width: 100%; }
}

@media (max-width: 500px){
    .counter_text_col { width: 100%; }
    .testimonial_section.emp_testimonial_sc .cover { padding: 40px 15px; }
    .testimonial_section.emp_testimonial_sc .top { font-size: 20px; line-height: 24px; }
    
    .faq_wrap .faq_inner h3 { padding: 10px 20px 10px 10px; }
    .faq_wrap .faq_inner h3 span.icon { width: 20px; }
    .faq_wrap .faq_inner h3 span.icon:before, .faq_wrap .faq_inner h3 span.icon:after { width: 10px;  }
    .faq_wrap .faq_inner h3 span.icon:after { width: 2px; height: 10px; }
    .faq_wrap .faq_inner .faq_content { padding: 10px; }
    .faq .title { padding-bottom:20px; }
    
    .rotating-module .box h4 { padding: 10px 20px 10px 10px; }
    .rotating-module .box h4 span.icon { width: 20px; }
    .rotating-module .box h4 span.icon:before, .rotating-module .box h4 span.icon:after { width: 10px;  }
    .rotating-module .box h4 span.icon:after { width: 2px; height: 10px; }
    .rotating-module .box .text { padding: 10px; }
}

@media (max-width: 450px){
    /* Homepage */
    .form_section:before { height: 50px; background-size: cover; }
    
    .expertise_sc .ex_img1 { height: 350px; margin-top: -50px;}
    
    /* Career Page */
    .zigzag_sc.zigzagCustom .cover .iconbox { height: 90px; width: 90px; padding: 20px; border-radius: 16px; }
    .expect_raw .expect_con { width: 100%; padding: 15px 0 0; }  
    .expect_raw { flex-wrap: wrap; }
    
    .contact_form .left_part ul li span { top: 9px; }
    
    /**/
    .lp_banner_sc h1 { font-size: 30px; line-height: 37px; }
    .lp_banner_sc h2 { font-size: 16px; line-height: 26px; }
}

@media (max-width: 400px){
    .groove-leadership-team .leader_slider .col { width: 100%; margin: 0 0 30px; }
    .groove-leadership-team .leader_slider .col:last-child { margin-bottom: 0; }
    .groove-leadership-team .leader_slider .inner .img { height: 330px; }
    
    .why-choose .logos img { max-height: 48px; }
    .why-choose .logos svg { width: 25px; }
    .why-choose .logos { gap: 12px; }


}

@media (max-width: 380px){
    /* Homepage */
    .expertise_sc .ex_img1 { height: 320px; margin-top: -50px;}
    .expertise_sc .ex_img2, .expertise_sc .ex_img3 { height: 80px; width: 80px; border-width: 4px; }
    .sol_item .img { width: 100%; }
    
    .zigzag_sc .mainimg { height: 200px; } 


}