*
**
:before
:after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


:root{
--drk-blue: #007ffe;
--dr-blue:  #3099fe;
--md-blue: #60b2fe;
--lg-blue: #90ccfe;
--lgt-blue: #c0e5fe;

--h1: 4rem;
--h2:  4rem;
--h3: 1.8rem;
}

body{
	background: linear-gradient(90deg, var(--drk-blue), var(--dr-blue), var(--md-blue), var(--lgt-blue));
	animation: 6s gradient infinite ease-in-out;
	background-size: 400% 400%;
	line-height: 1.4;
	cursor: url('image/snowball.png');
}

@keyframes gradient{
	0%{
		background-position: 0% 50%;
	}
	50%{
		background-position: 50% 70%;
	}
	100%{
		background-position: 100% 50%;
	}
}



.toggle{
	display: none;
	position: fixed;
	z-index: 100;
	height: 40px;
	width: 40px;
	border: solid 4px #fff;
	background: #444;
	left: 85vw;
	top: 2vh;
	border-radius: 15%;
}

.line{
	display: block;
	height: 3px;
	width: 65%;
	margin-top: 20%;
	margin-left: 16%;
	background: #fff;
	border-radius: 20%;
	animation: las .50s ease-in-out;
}


.toggle:hover{
	transform: scale(1.2);
	-webkit-transition: all .40s ease-in-out;
}

@keyframes las{
	100%{
		transform: rotate(180deg);
	}
}





		/*navbar*/

header{
	position: fixed;
	height: 100vh;
	width: 10vw ;
	border: 2px solid #ff0;
	border-radius: 1%;
	background-color: var(--lgt-blue);


}

#upicon{
	background-color: #fff;
	height: 30vh;
}

.snow-icon{
	height: 20vh;
	justify-content: space-around;
	padding: 0, 0, 0, 10px;
}

#text{
	color: #dddddd;
	font-family: poppins, cursive;
	font-size: 20px;
	display: inline-block;
	padding: 8px;

}


.navigate{
	margin-top: 20%;
}

ul{
	display: flex;
	flex-direction: column;
	padding: 0;


}


.nav-link{
	display: flex;
	height: 10vh;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	border: 3px solid;
	list-style: none;
	border-color: #ddd;
	font-weight: bolder;
	letter-spacing: .125em;
	color: var(--md-blue);
	-webkit-transition: 60ms color ease-in;
}

.nav-link:hover{
	background: linear-gradient(to top, var(--lg-blue), var(--dr-blue));
	color: #eee;
	cursor: pointer;

}

#mc{
	display: none;
	width: 30vw;
	height: 60vh;
	border: 2px #f2f2f2 solid ;
	background: #ddd;
	border-radius:20%;
	float: right;
	margin: 20px;
}

#ch{
	position: relative;
	font-size: 1.8rem;
	color: #ccc;
	font-weight: 600;
	font-family: fantasy;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 60%;
	margin: 5% 20%;
}

#c{
	height: 60%;
	width: 70%;
	border-radius: 20%;
	margin: 10px 60px;
	padding: 10px;
	background: var(--md-blue);
	opacity: 0.7;
}

.circle{
	display: block;
	background: #fff;
	border: 4px solid var(--lgt-blue);

}


li:nth-child(2){
	border-top:0px ;
}
li:nth-child(3){
	border-top:0px ;
}

li:nth-child(4){
	border-top:0px ;
}


.snow-icon:hover{
	transform: scale(1.2);
	-webkit-transition: all .40s ease-in-out;
}
#i:before{
	position: absolute;
	content: "Insta";
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	left: 0px;
	transform: scale(0);
	margin-top: 20%;
	width: 50px;
	height: 20px;
	background: #444;
	color: #f2f2f2;
	border-radius: 20%;
	font-weight: 400;
}
#i:hover:before{
	transform: scale(1.0);
	transform-origin: top;
	-webkit-transition: all .40s ease-in-out;
}

#g:before{
	position: absolute;
	content: "Git";
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: -10px;
	margin-top: 20%;
	transform: scale(0);
	width: 50px;
	height: 20px;
	background: #444;
	color: #f2f2f2;
	border-radius: 20%;
	font-weight: 400;
}
#g:hover:before{
	transform: scale(1.0);
	transform-origin: top;
	-webkit-transition: all .40s ease-in-out;
}

#gm:before{
	position: absolute;
	content: "Gmail";
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-left: -10px;
	transform: scale(0);
	margin-top: 20%;
	width: 50px;
	height: 20px;
	background: #444;
	color: #f2f2f2;
	border-radius: 20%;
	font-weight: 400;
}
#gm:hover:before{
	transform: scale(1.0);
	transform-origin: top;
	-webkit-transition: all .40s ease-in-out;
}

.s-icon:hover{
	transform: scale(1.4);
	-webkit-transition: all .40s ease-in-out;
}

.social-icon{
	list-style: none;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 10vh;
	text-decoration: none;
	align-items: center;
	font-size: 1.1rem;


}

		/*home*/


.home{
position: relative;
min-height: 80vh;
min-width: 80vw;
margin-left:15vw;
padding-top: 10vh;
font-family: 'Bebas Neue', cursive ;
overflow: hidden;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='900' preserveAspectRatio='none' viewBox='0 0 1440 900'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1701%26quot%3b)' fill='none'%3e%3ccircle r='11.135' cx='951.485' cy='34.295' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='8.05' cx='1191.57' cy='218.95000000000002' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='10.775' cx='162.335' cy='777.925' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='13.895' cx='1112.915' cy='640.105' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='7.62' cx='859.05' cy='818.01' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='12.14' cx='804.34' cy='591.93' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='14.465' cx='984.765' cy='305.645' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='9.54' cx='721.18' cy='771.75' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='14.135' cx='537.215' cy='588.135' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='14.22' cx='1397.5' cy='143.19' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='8.185' cx='1257.215' cy='102.025' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='12.625' cx='840.185' cy='539.185' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='14.125' cx='1345.435' cy='697.805' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='13.195' cx='1230.205' cy='876.0350000000001' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='10.95' cx='528.69' cy='184.01999999999998' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='12.705' cx='1389.625' cy='698.4050000000001' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='10.235' cx='1014.065' cy='408.39500000000004' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='13.08' cx='670.5200000000001' cy='164.18' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='8.085' cx='1149.695' cy='735.495' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3ccircle r='13.255' cx='362.475' cy='34.965' filter='url(%23SvgjsFilter1702)' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/circle%3e%3cpath d='M1232.9 403.1L1221.6 422.5 1214.4 411.1C1213.8 409.8 1211.8 409.2 1209.9 409.9 1208.7 411.2 1208.1 413.1 1209.4 414.4L1217.9 429 1209.8 444.4 1192.1 414C1190.8 412.7 1188.8 412.1 1187.6 412.7 1185.7 414.1 1185.1 416 1186.4 417.2L1206 450.9 1192.9 474.1 1180.4 446.1 1168.6 474.5 1154.8 451.6 1173.6 417.4C1174.2 417.4 1174.2 416.8 1174.2 416.1 1174.2 414.9 1173.5 413.6 1172.2 413 1170.9 412.3 1169 413 1167.7 414.3L1150.9 445.3 1142.4 430 1150.5 415.2C1151.1 414.5 1151.1 413.9 1151.1 413.3 1151.1 412.6 1150.4 411.4 1149.1 410.7 1147.8 410.1 1145.9 410.8 1145.3 412.1L1138.4 423.7 1126.6 404.7C1126 402.7 1124.1 402.8 1122.2 403.4 1120.9 404.1 1120.3 406 1121.6 407.9L1132.7 427 1119.3 427.2C1117.4 427.2 1116.1 429.1 1116.1 430.4 1116.2 432.3 1117.5 433.6 1119.4 433.6L1136.7 433.3 1145.2 448.6 1110.6 449C1108.7 449.1 1107.5 450.4 1107.5 452.3 1107.5 453.6 1108.8 455.5 1110.7 455.4L1149.1 454.9 1162.9 477.7 1132.8 475 1151 499 1124.1 499.4 1104.5 466.4C1103.2 464.5 1101.3 464.5 1100 465.2 1098.7 465.9 1098.1 467.8 1098.8 469.7L1117.1 499.5 1099.8 499.8 1090.7 485.2C1090 483.3 1088.1 482.6 1086.2 484 1084.9 484.6 1084.3 486.5 1085.6 488.4L1092.2 499.9 1069.8 500.2C1067.8 500.2 1066.6 501.5 1066.6 503.4S1067.9 506.6 1069.8 506.6L1092.2 506.3 1086 517.9C1084.8 519.8 1085.4 521.7 1086.7 522.3 1088.6 523.6 1090.6 522.9 1091.2 521L1099.9 506.2 1117.2 505.9 1099.7 536.2C1099.1 538.2 1099.8 540.1 1101 540.7 1103 542 1104.9 541.3 1105.5 539.4L1124.2 505.8 1151.1 505.4 1133.5 530 1163.6 526.4 1150.5 549.6 1112.1 550.2C1110.1 550.2 1108.9 552.1 1108.9 553.4 1108.9 555.3 1110.2 556.6 1112.2 556.6L1147.4 556.1 1138.6 571.5 1121.3 571.8C1119.4 571.8 1118.1 573.1 1118.2 575 1118.2 576.3 1119.5 578.2 1121.4 578.2L1134.9 578 1124.3 597.3C1123 599.3 1123.7 601.2 1125.6 601.8 1126.9 602.4 1128.8 602.4 1129.4 600.5L1140.7 581.1 1147.9 592.5C1148.5 593.8 1150.5 594.4 1151.7 593.8 1153 593.1 1153.6 591.8 1153.6 591.2 1153.6 590.5 1153.6 589.9 1152.9 589.3L1144.4 574.7 1152.5 559.2 1170.2 589.7C1171.5 590.9 1173.5 591.5 1174.7 590.9 1176 590.2 1176.6 588.9 1176.6 587.6 1176.6 587 1176.6 587 1175.9 586.4L1156.3 552.7 1169.4 529.5 1181.9 557.5 1193.7 529.2 1207.5 552 1188.7 586.2C1188.1 587.5 1188.1 589.4 1190.1 590.7 1191.4 591.3 1193.3 590.6 1194.5 589.3L1211.4 558.3 1219.9 573.6 1211.8 588.4C1210.6 589.7 1211.2 591.6 1213.2 592.9 1214.4 593.5 1216.4 592.8 1217.6 591.5L1223.9 579.9 1235.6 599C1236.3 600.9 1238.2 600.9 1240.1 600.2 1240.8 599.5 1241.4 598.2 1241.4 597.6 1241.4 597 1241.4 596.3 1240.7 595.7L1229.6 576.7 1243 576.5C1244.9 576.4 1246.2 574.5 1246.2 573.2L1246.2 573.2C1246.1 571.3 1244.8 570 1242.9 570.1L1225.6 570.3 1217.1 555.1 1251.7 554.6C1253.6 554.6 1254.8 553.3 1254.8 551.3S1253.5 548.2 1251.6 548.2L1213.2 548.7 1199.4 525.9 1229.5 528.6 1211.3 504.6 1238.1 504.2 1257.8 537.2C1259.1 539.1 1261 539.1 1262.3 538.4 1263.6 537.8 1264.2 535.8 1263.5 533.9L1245.8 504.1 1262.5 503.9 1271.6 518.5C1272.3 520.4 1274.2 521 1276.1 519.7 1277.4 519 1278 517.1 1277.3 515.2L1270.1 503.8 1292.5 503.4C1294.5 503.4 1295.7 502.1 1295.7 500.2S1294.4 497 1292.5 497L1270.1 497.4 1276.3 485.7C1276.9 485.1 1276.9 484.5 1276.9 483.8 1276.9 482.5 1276.2 481.9 1275.6 481.3 1273.6 480 1271.7 480.7 1271.1 482.6L1262.4 497.5 1245.1 497.7 1262.6 467.4C1262.6 466.7 1262.6 466.1 1262.6 465.5 1262.5 464.2 1261.9 463.5 1261.2 462.9 1259.3 461.7 1257.4 462.3 1256.8 464.3L1238.1 497.8 1211.2 498.2 1228.8 473.6 1198.7 477.2 1211.8 454 1250.2 453.5C1252.2 453.4 1253.4 451.5 1253.4 450.2 1253.4 448.3 1252.1 447 1250.1 447.1L1215.6 447.6 1223.7 432.1 1241 431.8C1242.9 431.8 1244.1 430.5 1244.1 428.6S1242.8 425.4 1240.9 425.4L1227.4 425.6 1238 406.3C1238.7 405.6 1238.7 405 1238.7 404.3 1238.6 403.7 1238 402.4 1236.7 401.8 1235.4 401.2 1233.5 401.2 1232.9 403.1ZM1215.4 481.5L1201 501.5 1216 521.2 1191 519 1181.7 541.5 1171.2 519.2 1146.9 522.1 1161.3 502.1 1146.3 482.5 1170.7 484.7 1180.6 462.1 1190.5 484.4 1215.4 481.5Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M262.2 463.9L269.9 484.9 256.5 483.2C255.1 482.9 253.4 484 252.7 485.9 252.9 487.7 254 489.4 255.8 489.2L272.5 491.9 279.2 508.1 244.4 502.2C242.6 502.4 240.9 503.5 240.6 504.9 240.4 507.2 241.5 508.9 243.3 508.7L281.8 515.1 291.3 540 261.7 531.8 276 558.9 249.6 554.9 235.3 518.7C235.7 518.2 235.2 517.8 234.7 517.4 233.7 516.6 232.3 516.3 231 516.9 229.7 517.5 229 519.4 229.2 521.2L242.2 553.9 225 550.7 218.8 535C218.7 534.1 218.2 533.7 217.7 533.3 217.2 532.9 215.8 532.6 214.5 533.2 213.2 533.8 212.5 535.7 213.1 537L217.7 549.7 195.5 546.6C193.6 545.9 192.4 547.4 191.7 549.3 191.4 550.7 192.5 552.4 194.8 552.6L216.5 556.2 208.1 566.7C206.9 568.2 207.6 570.4 208.6 571.2 210.1 572.4 211.9 572.2 213.1 570.7L223.9 557.2 241.1 560.4 219.4 587.3C218.2 588.8 218.4 590.6 219.9 591.8 220.9 592.6 223.2 592.8 224.4 591.3L248.5 561.4 274.9 565.4 253.5 586.8 283.7 588.1 266.8 609.1 228.8 603.1C226.5 602.9 225.3 604.4 225 605.8 224.7 607.2 225.8 608.9 227.7 609.6L262.4 614.6 251.5 628 234.5 625.7C232.6 625 230.9 626.1 230.6 628.4 230.3 629.8 231.4 631.5 233.7 631.7L246.7 634 232.7 651.4C231.5 652.9 231.6 654.7 233.1 655.9S236.4 656.9 237.6 655.4L251.7 638 256.7 650.2C257.3 652.4 259.2 653.1 260.5 652.5 262.7 651.8 263.4 649.9 262.4 648.2L256.5 632 267.4 618.6 279.5 651.4C280.6 653.1 282.5 653.8 283.8 653.2 286 652.5 286.7 650.6 285.6 648.9L271.8 613.1 288.7 592.2 296.3 621.4 312.7 596 322.2 620.9 298.1 650.8C296.9 652.3 297.6 654.5 298.6 655.3 300.1 656.5 301.9 656.3 303.1 654.8L325.2 627.4 331.5 644 320.7 657.5C319.5 658.9 319.7 660.7 321.2 662 322.2 662.8 324.5 663 325.7 661.5L334.1 651 342.2 671.5C342.9 673.7 344.8 674.4 346.5 673.3 347.8 672.8 349 671.3 347.9 669.6L340.2 648.5 353.6 650.3C355 650.6 356.7 649.5 357 648.1 357.3 646.7 356.7 645.4 356.2 645 355.7 644.6 355.2 644.2 354.3 644.3L337.6 641.5 330.9 625.4 365.7 631.2C367.5 631 369.2 630 369.5 628.6 369.8 627.2 369.2 625.9 368.2 625.1 367.7 624.7 367.7 624.7 366.8 624.7L328.3 618.4 318.8 593.5 348.4 601.7 334.1 574.5 360.5 578.5 374.8 614.8C375.4 616.1 376.9 617.3 379.1 616.6 380.4 616 381.1 614.1 380.9 612.3L367.9 579.6 385 582.7 391.3 598.5C391.5 600.3 393.4 601 395.6 600.3 396.9 599.7 397.6 597.8 397.4 596L392.4 583.8 414.6 586.8C416.5 587.6 417.7 586.1 418.4 584.2 418.3 583.3 417.7 582 417.2 581.6 416.7 581.2 416.2 580.8 415.3 580.9L393.6 577.3 402 566.8C403.2 565.3 402.5 563.1 401.5 562.3L401.5 562.3C400 561.1 398.2 561.3 397 562.8L386.2 576.2 369 573.1 390.7 546.2C391.9 544.7 391.7 542.9 390.2 541.7S386.9 540.7 385.7 542.2L361.6 572.1 335.2 568.1 356.6 546.6 326.4 545.3 343.3 524.4 381.3 530.3C383.6 530.6 384.8 529.1 385.1 527.7 385.4 526.3 384.3 524.6 382.4 523.9L348.1 518.4 358.6 505.5 375.6 507.7C377.5 508.4 379.2 507.4 379.5 505.1 379.8 503.7 378.7 502 376.8 501.2L363.4 499.5 377.4 482.1C378.6 480.6 378.5 478.8 377 477.6S373.7 476.5 372.5 478L358.4 495.5 353.4 483.3C353.4 482.4 352.9 482 352.4 481.6 351.4 480.8 350.5 480.9 349.6 481 347.4 481.6 346.6 483.5 347.7 485.2L353.6 501.5 342.7 514.9 330.6 482.1C330.1 481.7 329.6 481.3 329.1 480.9 328.1 480.1 327.2 480.2 326.3 480.3 324.1 481 323.4 482.8 324.5 484.6L338.3 520.4 321.4 541.3 313.8 512.1 297.4 537.5 287.9 512.6 312 482.7C313.2 481.2 312.5 479 311.5 478.2 310 477 308.2 477.2 307 478.7L285.3 505.6 278.6 489.5 289.4 476C290.6 474.5 290.4 472.7 288.9 471.5S285.6 470.5 284.4 472L276 482.5 267.9 461.9C267.8 461 267.3 460.6 266.8 460.2 266.3 459.8 264.9 459.5 263.6 460.1 262.3 460.7 261.1 462.2 262.2 463.9ZM311.3 527.4L317.5 551.3 342.2 552.3 324.5 570.1 335.9 591.6 312.1 585.6 298.8 606.1 292.6 582.2 267.9 581.2 285.2 563.9 274.2 541.8 297.6 548.4 311.3 527.4Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M578.4 109.3L569.1 161.6 530.1 188.4 526.3 141.2 561 101C561 101 561.3 100.5 561.3 100.5 561.9 99.3 561.3 97.6 560.4 96.5 558.9 95.1 556.6 95.4 555.8 97.1L525.6 132.4 523.7 109.5 536.9 93.8C536.9 93.8 537.1 93.2 537.1 93.2 537.7 92.1 537.1 90.4 536.2 89.2 534.7 87.8 532.5 88.2 531.6 89.9L522.4 100.4 521.2 83.5C521.2 82.1 519.1 80.4 517.7 80.4 515.7 80.2 514.6 82.5 514.6 83.9L515.8 100.8 505.3 91.5C503.9 90.1 501.6 90.5 500.8 92.2 499.4 93.7 499.7 96 501.4 96.8L517.1 109.9 518.4 132.5 483.2 102.3C481.7 100.9 479.5 101.2 478.6 103 477.2 104.4 477.6 106.7 479.3 107.5L519.5 142.2 523.3 189.4 479.9 168.8 462.1 118.4C461.4 116.7 459.7 115.9 458 116.5 456.3 117.1 455.5 118.9 456.1 120.6L471.8 164.9 451 155 444.4 136.3C443.8 134.6 442 133.7 440.3 134.3 438.6 134.9 437.8 136.7 438.4 138.4L442.9 151.2 426.8 143.5C425.3 142.1 423.3 143.3 422.5 145 421.7 146.7 422.3 148.4 424 149.3L439 156.4 426.2 160.9C424.5 161.6 423.7 163.3 424.3 165S426.7 167.5 428.4 166.9L447.1 160.3 467.9 170.1 423.6 185.9C421.9 186.5 421.1 188.2 421.7 190 422.3 191.7 424 192.5 425.7 191.9L476 174 518.8 194.3 479.8 221.2 429 211.9C427 211.6 425.6 213.1 424.7 214.8 424.5 216.8 425.9 218.2 427.7 219L473.4 227.3 454.4 240.3 434.3 236.4C432.3 236.1 430.9 237.6 430.1 239.3 429.8 241.3 431.3 242.7 432.4 243.3L446.2 245.6 432.4 255.3C431.3 256.2 430.2 258.5 431.6 259.9 433.1 261.3 434.8 262.1 436.2 260.7L450.1 250.9 447.7 264.7C447.5 266.7 449 268.1 450.1 268.7 451.5 268.7 453.3 268.1 453.8 266.9 453.8 266.9 454.1 266.3 454.1 266.3L458 246.2 476.9 233.2 468.6 278.9C468.4 280.9 469.9 282.3 471 282.9 472.4 282.9 474.1 282.2 474.7 281.1 474.7 281.1 475 280.5 475 280.5L484.2 228.2 523.2 201.4 527 248.6 492.3 288.8C490.9 290.2 491.2 292.5 493 293.3 494.4 294.7 496.7 294.4 497.5 292.7L527.8 257.4 529.6 280.3 516.5 296C515.1 297.5 515.4 299.8 517.2 300.6 518.6 302 520.9 301.7 521.7 299.9L531 289.4 532.2 306.3C532.2 307.7 534.2 309.4 535.7 309.4 537.1 309.4 538.2 308.5 538.8 307.3 539 306.7 539.3 306.2 539 305.3L537.8 288.4 548.3 297.7C549.8 299.1 552 298.8 552.9 297 552.9 297 553.1 296.4 553.1 296.4 553.7 295.3 553.1 293.6 552.2 292.4L536.5 279.3 534.6 256.4 569.8 286.7C571.3 288.1 573.6 287.7 574.4 286 574.4 286 574.7 285.4 574.7 285.4 575.2 284.3 574.6 282.6 573.8 281.4L533.6 246.7 529.8 199.6 572.5 219.9 590.4 270.2C591 271.9 592.8 272.8 594.5 272.2 596.2 271.5 597 269.8 596.4 268.1L581.2 224 602 233.9 608.7 252.7C609.3 254.4 611 255.2 612.7 254.6S615.3 252.3 614.7 250.6L610.1 237.8 625.1 244.9C626.9 245.8 628.6 245.1 629.4 243.4 630.2 241.7 629.6 240 627.9 239.1L612.9 232 625.7 227.5C626.5 227.2 627.4 226.8 627.9 225.7S628.2 223.7 627.8 222.8C627.2 221.1 625.5 220.3 623.8 220.9L605 227.6 584.2 217.7 628.6 201.9C629.4 201.6 630.3 201.3 630.8 200.2 631.1 199.6 631.1 198.1 630.8 197.3 630.2 195.6 628.4 194.8 626.7 195.4L576.4 213.2 533.7 192.9 572.6 166.1 624.9 175.4C626.3 175.3 628.1 174.7 628.6 173.6 628.6 173.6 628.9 173 628.9 173 629.1 171 627.7 169.6 626.5 169L580.8 160.8 599.8 147.8 619.9 151.7C621.3 151.7 623 151.1 623.6 149.9 623.6 149.9 623.8 149.3 623.8 149.3 624.1 147.3 622.6 145.9 621.5 145.4L607.7 143.1 621.5 133.4C621.8 132.8 622.6 132.5 622.9 131.9 623.5 130.7 623.4 129.3 622.6 128.2 621.1 126.8 619.4 126 618 127.4L604.1 137.1 606.4 123.3C606.7 121.3 605.2 119.9 604.1 119.4 602.1 119.1 600.7 120.6 600.1 121.8L596.2 141.9 577.3 154.8 585.5 109.2C585.8 107.1 584.3 105.7 583.2 105.2 580.6 106.1 578.6 107.3 578.4 109.3Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M1122.3 783.2L1141.8 781.9 1137.1 792.7C1136.5 793.8 1136.9 795.5 1138.4 796.6 1139.9 796.9 1141.6 796.4 1141.9 794.8L1148.4 781.5 1163.5 779.8 1150 807.6C1149.8 809.1 1150.3 810.8 1151.4 811.4 1153.2 812.2 1154.9 811.7 1155.2 810.1L1170.1 779.4 1193.3 777.6 1179.1 800.4 1205.4 795.1 1195.6 816.3 1161.6 819.3C1161.3 818.9 1160.8 819.2 1160.4 819.5 1159.4 820.2 1158.8 821.2 1159 822.5 1159.2 823.7 1160.6 824.8 1162.2 825.1L1192.9 822.2 1186 835.8 1171.2 837.2C1170.4 837 1170 837.4 1169.5 837.7 1169.1 838 1168.5 839.1 1168.6 840.3 1168.8 841.6 1170.2 842.6 1171.5 842.5L1183.3 841.8 1175.2 859.6C1174.1 861.1 1175.1 862.4 1176.5 863.5 1177.6 864.1 1179.3 863.6 1180 861.7L1188.4 844.3 1195.1 854C1196.1 855.4 1198.1 855.4 1199 854.7 1200.4 853.8 1200.7 852.2 1199.7 850.8L1191.1 838.4 1198 824.8 1215.2 849.6C1216.2 851 1217.8 851.3 1219.1 850.3 1220.1 849.7 1220.8 847.8 1219.8 846.4L1200.7 818.8 1210.6 797.7 1223.3 820.9 1231.9 795.9 1245.2 815.3 1230.9 845.6C1230.1 847.5 1231.1 848.9 1232.2 849.5 1233.3 850.1 1235 849.6 1236 848.2L1248.8 820.3 1257.4 832.7 1251.2 846.5C1250.2 847.9 1250.7 849.6 1252.5 850.4 1253.6 851 1255.3 850.5 1256.1 848.6L1261.2 838.3 1272.3 854.4C1273.3 855.8 1274.8 856.1 1276.2 855.1S1277.9 852.6 1276.9 851.2L1265.8 835.1 1277.3 834C1279.3 833.9 1280.3 832.5 1280.2 831.3 1280.1 829.2 1278.7 828.2 1277 828.7L1262 829.6 1253.4 817.1 1283.9 815C1285.6 814.6 1286.7 813.1 1286.5 811.9 1286.5 809.9 1285.1 808.8 1283.4 809.3L1249.9 812.1 1236.5 792.7 1262.9 793.5 1245.6 773.5 1268.9 771.7 1288 799.3C1289 800.7 1291 800.6 1291.9 800 1293.3 799 1293.6 797.5 1292.6 796.1L1275.1 770.8 1290.6 769.6 1299.2 782C1300.2 783.4 1301.7 783.7 1303.1 782.7 1304 782.1 1304.8 780.2 1303.8 778.8L1297.1 769.2 1316.3 767.4C1318.4 767.4 1319.4 766 1318.9 764.3 1318.8 763 1317.8 761.6 1316.1 762.1L1296.5 763.4 1301.3 752.6C1301.9 751.5 1301.4 749.8 1300.3 749.2 1299.2 748.6 1298 748.8 1297.5 749.1 1297.1 749.4 1296.6 749.7 1296.5 750.5L1290 763.8 1274.8 765.5 1288.3 737.8C1288.6 736.2 1288.1 734.5 1287 733.9 1285.9 733.3 1284.7 733.5 1283.8 734.1 1283.3 734.4 1283.3 734.4 1283.2 735.2L1268.3 765.9 1245 767.7 1259.3 745 1232.9 750.2 1242.8 729.1 1276.8 726C1278 725.8 1279.4 724.9 1279.4 722.9 1279.2 721.6 1277.8 720.6 1276.2 720.3L1245.5 723.1 1252.4 709.5 1267.2 708.2C1268.7 708.4 1269.8 707 1269.8 705 1269.6 703.8 1268.2 702.7 1266.6 702.4L1255.1 703.5 1263.2 685.7C1264.3 684.3 1263.3 682.9 1261.9 681.8 1261.1 681.7 1259.9 681.9 1259.4 682.2 1259 682.5 1258.5 682.8 1258.4 683.6L1250 701 1243.3 691.3C1242.3 689.9 1240.3 690 1239.4 690.6L1239.4 690.6C1238 691.6 1237.7 693.1 1238.7 694.5L1247.3 706.9 1240.4 720.6 1223.1 695.7C1222.2 694.3 1220.6 694 1219.2 695S1217.6 697.5 1218.5 698.9L1237.7 726.5 1227.8 747.7 1215.1 724.4 1206.5 749.4 1193.1 730.1 1207.5 699.7C1208.3 697.8 1207.3 696.5 1206.2 695.8 1205.1 695.2 1203.4 695.7 1202.4 697.2L1189.3 724.6 1181 712.6 1187.2 698.8C1188.2 697.4 1187.7 695.7 1185.8 695 1184.8 694.4 1183.1 694.8 1182 696.3L1177.2 707.1 1166.1 690.9C1165.1 689.6 1163.5 689.3 1162.2 690.2S1160.5 692.8 1161.4 694.1L1172.6 710.3 1161.1 711.4C1160.3 711.2 1159.9 711.6 1159.4 711.9 1158.5 712.5 1158.4 713.3 1158.2 714.1 1158.3 716.1 1159.7 717.2 1161.4 716.7L1176.4 715.8 1185 728.2 1154.5 730.3C1154 730.6 1153.5 730.9 1153.1 731.3 1152.2 731.9 1152 732.7 1151.9 733.4 1151.9 735.5 1153.3 736.5 1155 736L1188.5 733.3 1201.9 752.6 1175.5 751.8 1192.8 771.9 1169.5 773.7 1150.4 746.1C1149.4 744.7 1147.4 744.7 1146.5 745.3 1145.1 746.3 1144.8 747.9 1145.8 749.2L1163 774.1 1147.8 775.8 1139.2 763.3C1138.2 762 1136.7 761.7 1135.3 762.6S1133.6 765.1 1134.6 766.5L1141.3 776.2 1122 777.9C1121.3 777.8 1120.8 778.1 1120.3 778.4 1119.9 778.7 1119.3 779.8 1119.5 781.1 1119.6 782.3 1120.6 783.7 1122.3 783.2ZM1187.7 757.7L1209.3 758.4 1216.3 737.9 1226.8 757.2 1247.7 752.9 1236.7 771.4 1250.7 787.7 1229.1 786.9 1222.1 807.4 1211.9 788.6 1190.6 792.4 1202 774.4 1187.7 757.7Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M212.1 156.4L179.5 179.3 144.6 172.9 167.5 145.8 207.3 142.8C207.3 142.8 207.7 142.7 207.7 142.7 208.6 142.3 209.2 141.1 209.3 140 209.3 138.5 207.9 137.5 206.5 138L171.8 140.7 182.9 127.6 198.2 126.2C198.2 126.2 198.7 126 198.7 126 199.6 125.7 200.2 124.5 200.3 123.4 200.3 121.9 198.9 120.8 197.5 121.3L187.1 122 195.3 112.4C196.1 111.6 195.9 109.7 195.1 108.9 194.2 107.7 192.4 108.4 191.6 109.2L183.3 118.8 182.6 108.3C182.6 106.8 181.2 105.8 179.9 106.2 178.3 106.3 177.3 107.7 177.8 109L179.2 124.3 168 137 165.2 102.3C165.2 100.8 163.8 99.8 162.4 100.3 160.9 100.3 159.9 101.7 160.4 103L163.4 142.8 140.5 169.8 128.3 136 145.4 99.7C146 98.5 145.5 97.2 144.3 96.6 143 96 141.7 96.5 141.1 97.7L126 129.6 120.2 113.4 126.6 99.9C127.2 98.6 126.7 97.3 125.4 96.7 124.2 96.1 122.9 96.6 122.3 97.8L117.9 107 113.4 94.4C113.4 92.9 111.7 92.5 110.3 92.9 109 93.4 108.4 94.7 108.9 96L113.1 107.8 103.9 103.4C102.7 102.8 101.3 103.3 100.7 104.5S100.6 107.1 101.9 107.7L115.4 114.1 121.2 130.3 89.3 115.3C88 114.7 86.7 115.2 86.1 116.4 85.5 117.6 86 119 87.2 119.6L123.5 136.7 135.5 170.1 100.5 163.8 78.4 131.9C77.5 130.7 76 130.8 74.6 131.2 73.4 132.2 73.4 133.7 73.9 135.1L93.9 163.6 76.9 160.5 68.3 147.8C67.4 146.6 65.8 146.6 64.5 147.1 63.3 148.1 63.3 149.6 63.7 150.5L69.8 159 57.3 156.8C56.2 156.7 54.4 157.4 54.4 158.9 54.5 160.4 54.9 161.8 56.5 161.7L69 163.9 60.4 170C59.3 170.9 59.3 172.4 59.6 173.3 60.4 174.1 61.6 174.7 62.5 174.3 62.5 174.3 63 174.2 63 174.2L75.7 165.5 92.6 168.6 64.1 188.6C62.9 189.5 62.9 191 63.2 191.9 64 192.7 65.2 193.3 66.1 192.9 66.1 192.9 66.6 192.8 66.6 192.8L99.2 169.9 134.1 176.2 111.2 203.3 71.4 206.3C69.9 206.4 68.9 207.7 69.4 209.1 69.4 210.6 70.8 211.7 72.2 211.2L106.9 208.4 95.8 221.6 80.5 223C79 223 77.9 224.4 78.4 225.8 78.4 227.3 79.8 228.3 81.2 227.8L91.6 227.1 83.4 236.7C82.6 237.5 82.8 239.5 83.6 240.2 84.4 241 85.4 241.1 86.3 240.8 86.8 240.6 87.2 240.4 87.5 239.8L95.8 230.2 96.5 240.7C96.5 242.2 97.9 243.2 99.3 242.7 99.3 242.7 99.7 242.6 99.7 242.6 100.6 242.3 101.2 241 101.4 240L99.9 224.7 111 211.5 113.8 246.2C113.8 247.7 115.2 248.8 116.6 248.3 116.6 248.3 117 248.1 117 248.1 117.9 247.8 118.5 246.6 118.6 245.5L115.6 205.8 138.5 178.7 150.5 212.1 133.4 248.3C132.8 249.6 133.3 250.9 134.6 251.5 135.8 252.1 137.1 251.6 137.7 250.4L153 218.9 158.8 235.2 152.4 248.7C151.8 249.9 152.3 251.3 153.5 251.8S156.1 251.9 156.7 250.7L161.1 241.5 165.3 253.2C165.8 254.6 167 255.2 168.3 254.7 169.7 254.2 170.3 253 169.8 251.6L165.6 239.9 174.8 244.2C175.4 244.5 176 244.8 176.9 244.5S178.1 243.5 178.4 242.9C179 241.7 178.5 240.3 177.3 239.8L163.8 233.4 157.9 217.1 189.8 232.2C190.5 232.5 191.1 232.8 192 232.4 192.4 232.3 193.2 231.5 193.5 230.9 194 229.7 193.6 228.3 192.3 227.7L156.1 210.6 144.1 177.2 179 183.5 201.9 216.1C202.7 216.9 203.9 217.4 204.8 217.1 204.8 217.1 205.3 217 205.3 217 206.5 216 206.5 214.5 206.1 213.6L186.2 185.1 203.1 188.2 211.8 200.9C212.5 201.6 213.8 202.2 214.7 201.9 214.7 201.9 215.1 201.7 215.1 201.7 216.3 200.8 216.3 199.3 216 198.3L209.8 189.8 222.3 192C222.8 191.8 223.4 192.1 223.9 191.9 224.8 191.6 225.5 190.8 225.6 189.8 225.6 188.3 225.1 186.9 223.6 186.9L211.1 184.8 219.6 178.7C220.8 177.7 220.8 176.2 220.4 175.3 219.5 174.1 218 174.2 217.1 174.5L204.4 183.1 187.5 180 216 160.1C217.2 159.1 217.2 157.6 216.8 156.7 215 155.9 213.3 155.4 212.1 156.4Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M535.8 662.6L508 680.4 499 678.7 492.7 659.3 498.8 652.3 532 650.8C532.4 650.7 532.4 650.7 532.8 650.6 533.5 650.3 534.2 649.7 534.2 648.4 533.8 647.3 533.2 646.6 531.9 646.6L502.9 648 512.5 637.4 525.3 636.6C525.3 636.6 525.7 636.5 525.7 636.5 526.4 636.2 527.1 635.6 527.1 634.3 527.2 633.4 526.1 632.5 524.8 632.5L516.5 632.7 523.6 624.9C524.3 624.3 524.3 623 523.5 622S521.2 621.5 520.2 622.2L513.5 629.9 512.9 621.7C512.9 620.4 511.8 619.5 510.5 619.5 509.7 619.7 508.7 620.5 508.7 621.8L509.5 634.5 499.5 645.3 498.1 616.4C498.2 615.1 497 614.2 496.1 614.1 495 614.4 494 615.2 494 616.4L495.8 649.5 489.3 656.6 469.9 652.4 466.9 643.3 481.7 613.7C482.2 612.7 481.9 611.5 480.9 611S478.7 610.9 478.2 611.9L465.2 638 460.6 623.9 466.3 612.8C466.8 611.8 466.4 610.6 465.3 609.7S463.2 609.6 462.6 610.6L458.9 618.5 455.6 608.3C455.2 607.1 453.8 606.7 452.7 607.1 451.5 607.5 451 608.5 451.4 609.6L454.7 619.9 447.2 616C446 615.1 444.9 615.5 444.5 616.9 444 617.9 444.4 619.1 445.4 619.6L456.4 625.2 461 639.3 435.2 625.8C434.2 625.3 432.7 625.8 432.1 626.8S432 628.9 433 629.5L462.7 644.6 465.7 653.8 452 668.7 442.9 666.6 425.1 638.7C424.3 637.7 423.1 637.7 421.9 638.1 420.9 638.8 420.9 640.1 421.3 641.2L437.1 665.5 423.1 662.5 416.2 651.7C415.5 650.7 414.2 650.7 413.1 651 412.5 651.7 412.1 653.1 412.8 654.1L417.2 661.1 406.8 659C405.9 658.8 404.9 659.6 404.4 660.6 404.4 661.8 405.1 662.9 406 663L416.4 665.1 409.1 670C408.5 670.6 408.1 672 408.7 672.6 409.1 673.8 410 673.9 411.1 673.5 411.1 673.5 411.5 673.4 411.5 673.4L422.3 666.6 436.3 669.6 412 685.4C411 686.2 410.5 687.2 411.2 688.2 412 689.2 412.9 689.4 413.6 689.1 414 689 414 689 414 689L442.1 670.6 451.2 672.7 457.5 692.2 451.3 698.8 417.8 700.8C417 700.7 416.1 701.8 415.9 702.7 415.9 703.9 417.1 704.8 418.3 704.8L447.3 703.5 437.7 714.1 424.9 714.9C423.7 714.9 422.7 715.6 423 716.8 423 718 424.1 718.9 425 719.1L433.6 718.4 426.5 726.2C426 727.2 426 728.4 426.7 729.5 427.2 729.7 428.1 729.8 428.9 729.6 429.2 729.5 429.2 729.5 429.5 729L436.6 721.2 437.3 729.8C437.3 731.1 438.3 731.6 439.2 731.7 439.6 731.6 439.6 731.6 440 731.5 440.7 731.2 441.4 730.6 441.5 729.7L440.7 716.9 450.3 706.3 451.7 735.2C452.1 736.4 452.8 737.4 454 737 454.5 737.3 454.5 737.3 454.8 737.2 455.6 736.9 456.1 735.9 456.3 735L454.3 701.6 460.5 695 480.3 699.1 483.2 707.8 468 737.5C467.5 738.5 468 740.1 469 740.6S471.5 740.6 472 739.6L485 713.5 489.5 727.2 483.9 738.7C483.4 739.7 483.8 740.8 484.8 741.3 485.8 741.9 486.9 741.5 487.5 740.5L491.3 732.9 494.6 743.2C494.9 744 496 744.9 497.2 744.5 498.3 744.1 499.1 742.6 498.8 741.8L495.5 731.6 503.1 735.4C503.6 735.7 504.1 735.9 504.4 735.8 505.2 735.6 505.5 735.1 505.7 734.6 506.2 733.6 505.9 732.4 504.9 731.9L493.7 725.9 489.2 712.2 515 725.7C515.5 725.9 515.9 725.8 516.7 725.6 517.1 725.4 517.4 725.3 517.7 724.8 518.2 723.8 517.7 722.3 516.7 721.8L487.4 706.5 484.5 697.7 497.8 682.9 507.2 684.5 525.1 712.7C525.8 713.4 526.8 713.9 527.5 713.6 527.9 713.5 527.9 713.5 527.8 713.1 528.9 712.8 529.3 711.4 528.6 710.4L512.7 686.1 527.1 689 534 699.8C534.6 700.4 535.5 700.5 536.2 700.3 536.2 700.3 536.6 700.2 536.6 700.2 537.8 699.8 538.2 698.4 537.4 697.4L532.5 690.1 542.9 692.3C543.4 692.5 543.8 692.4 544.2 692.3 544.9 692 545.6 691.4 545.4 691 545.8 689.6 545.1 688.6 544.1 688.1L533.7 686 540.7 681.6C541.7 680.9 542.1 679.5 541.4 678.5 540.7 677.8 539.4 677.4 538.7 678.1L527.9 684.9 513.9 681.9 538.2 666C539.2 665.3 539.2 664 538.8 662.9 538.2 662.2 536.8 661.8 535.8 662.6ZM489.3 663L494.1 677.8 494.8 680.1 493.3 681.8 483.1 693.1 481.1 695 478.9 694.5 464 691.3 461.7 690.8 461 688.5 456.2 673.7 455.4 671.4 456.9 669.6 467.2 658.3 468.7 656.6 471.4 657 486.3 660.1 488.5 660.7 489.3 663Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M1372.4 875.6L1376.1 865.1 1380.7 870C1381.1 870.6 1382.1 870.7 1383 870.2 1383.5 869.4 1383.6 868.4 1382.9 867.9L1377.3 861.5 1379.9 853.2 1391.4 866.5C1392.2 867 1393.2 867.1 1393.7 866.7 1394.5 865.9 1394.7 864.9 1393.9 864.4L1381.1 849.7 1385.4 837 1394.2 849.6 1397.3 834.6 1406.2 844.5 1400.2 863.1C1399.9 863.1 1399.9 863.5 1400 863.8 1400.1 864.4 1400.6 865 1401.3 865.1 1401.9 865.3 1402.8 864.8 1403.3 864.1L1408.7 847.3 1414.3 854 1411.7 862C1411.5 862.4 1411.5 862.7 1411.6 863 1411.7 863.3 1412.1 863.9 1412.8 864.1 1413.5 864.3 1414.4 863.8 1414.5 863.1L1416.8 856.7 1424.4 865C1424.9 865.9 1425.9 865.7 1426.7 865.2 1427.3 864.7 1427.4 863.7 1426.6 862.9L1419.3 854.6 1425.9 853.2C1426.9 853 1427.3 852 1427.2 851.3 1427 850.4 1426.2 849.9 1425.3 850.1L1416.8 851.8 1411.2 845.1 1428.1 841.7C1429.1 841.5 1429.6 840.7 1429.4 839.8 1429.3 839.2 1428.4 838.3 1427.5 838.5L1408.7 842.4 1399.8 832.4 1414.8 831 1403.6 820.9 1416.8 818.2 1429.5 832.6C1430.4 833.4 1431.3 833.2 1431.9 832.7 1432.4 832.3 1432.5 831.3 1432 830.4L1420.2 817.5 1428.7 815.8 1434.6 822.1C1435.1 822.9 1436.1 823.1 1436.9 822.2 1437.5 821.8 1437.6 820.8 1436.8 820L1432.5 815 1443.4 812.7C1444.4 812.5 1444.9 811.8 1444.7 810.9S1443.7 809.4 1442.8 809.6L1431.8 811.8 1433.8 805.6C1434.2 804.5 1433.7 803.6 1433.1 803.4 1432 803 1431.1 803.5 1431 804.5L1428.1 812.6 1419.6 814.4 1425.4 797.8C1425.5 796.8 1425 795.9 1424.3 795.8 1423.2 795.3 1422.4 795.8 1422.2 796.8L1416.2 815.1 1403 817.7 1409.3 804 1394.9 808.6 1399.2 796 1418 792.1C1418.9 791.9 1419.4 790.9 1419.3 790.3 1419.1 789.3 1418.3 788.8 1417.4 789L1400.1 792.5 1403 784.1 1411.4 782.4C1412.4 782.2 1412.9 781.4 1412.7 780.5 1412.6 779.9 1411.7 779.1 1410.8 779.2L1404.2 780.6 1407.6 770.1C1408.1 769 1407.5 768.2 1406.5 768 1405.8 767.8 1404.9 768 1404.8 769L1401.1 779.6 1396.5 774.7C1396 774.1 1395 774 1394.5 774.4 1393.9 774.9 1393.7 775.6 1393.8 775.9 1393.8 776.2 1393.9 776.5 1394.3 776.7L1399.8 783.1 1397.3 791.5 1385.7 778.2C1385 777.7 1384 777.5 1383.4 778 1382.9 778.4 1382.7 779.1 1382.8 779.7 1382.9 780.1 1382.9 780.1 1383.2 780.3L1396.1 795 1391.8 807.6 1383 795.1 1379.9 810.1 1371 800.1 1377 781.6C1377.2 780.9 1377 780 1375.9 779.5 1375.2 779.3 1374.3 779.8 1373.8 780.6L1368.4 797.4 1362.8 790.7 1365.4 782.6C1365.9 781.9 1365.4 781 1364.4 780.6 1363.7 780.4 1362.8 780.9 1362.3 781.7L1360.3 787.9 1352.7 779.7C1352.2 778.8 1351.3 779 1350.4 779.5 1350.2 779.9 1350 780.6 1350.1 780.9 1350.1 781.2 1350.2 781.5 1350.6 781.8L1357.8 790.1 1351.2 791.4C1350.3 791.6 1349.9 792.7 1350 793.3L1350 793.3C1350.2 794.3 1350.9 794.8 1351.9 794.6L1360.3 792.8 1365.9 799.5 1349 803C1348.1 803.2 1347.6 803.9 1347.8 804.9S1348.7 806.3 1349.7 806.1L1368.5 802.3 1377.4 812.2 1362.3 813.7 1373.5 823.8 1360.4 826.5 1347.6 812.1C1346.8 811.3 1345.9 811.5 1345.3 811.9 1344.7 812.4 1344.6 813.4 1345.1 814.2L1356.6 827.2 1348.4 828.9 1342.6 822.6C1342.1 821.7 1341.1 821.6 1340.3 822.4 1339.7 822.9 1339.6 823.9 1340.1 824.7L1344.7 829.7 1333.7 831.9C1332.8 832.1 1332.3 832.9 1332.5 833.8S1333.4 835.2 1334.3 835.1L1345.3 832.8 1343.3 839.1C1343.1 839.5 1343.2 839.8 1343.2 840.1 1343.3 840.7 1343.7 841 1344.1 841.2 1345.2 841.7 1346 841.2 1346.2 840.2L1349.1 832 1357.5 830.3 1351.8 846.8C1351.8 847.2 1351.9 847.5 1352 847.8 1352.1 848.4 1352.5 848.7 1352.9 848.9 1353.9 849.3 1354.8 848.8 1354.9 847.8L1361 829.6 1374.2 826.9 1367.8 840.6 1382.2 836 1378 848.7 1359.1 852.5C1358.2 852.7 1357.8 853.8 1357.9 854.4 1358.1 855.3 1358.9 855.8 1359.8 855.7L1376.7 852.2 1374.2 860.6 1365.7 862.3C1364.8 862.5 1364.3 863.2 1364.5 864.2S1365.4 865.6 1366.4 865.4L1372.9 864.1 1369.5 874.6C1369.3 874.9 1369.4 875.3 1369.4 875.6 1369.5 875.9 1369.9 876.4 1370.6 876.6 1371.3 876.8 1372.2 876.6 1372.4 875.6ZM1373.6 835.5L1378.9 824.3 1369.7 816.1 1382.1 814.8 1384.6 802.9 1391.9 812.8 1403.5 809.1 1398.3 820.3 1407.5 828.6 1395.3 829.8 1392.6 841.8 1385.6 831.8 1373.6 835.5Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M751.9 447.6L771.9 449.2 764.6 460.6C763.8 461.7 764 463.7 765.5 465.2 767.2 465.8 769.2 465.5 770 464.4L780 449.6 798.5 451.3 778.1 481.1C777 483.1 777.2 485.1 778.9 485.7 780.4 487.1 782.4 486.9 783.5 484.9L806 451.9 822.8 453 839.9 488.1 831.7 500.6 789.4 497C788.8 497.2 788.2 497.5 787.7 497.8 787.1 498.1 786.2 499.2 785.9 500.1 785.6 502.4 787 503.8 789 503.5L827.6 506.9 817.1 521.9 797.4 520.8C797.1 520.2 796.6 520.5 796 520.8 794.8 521.4 794 522.5 793.9 523.9 793.9 525.4 795.3 526.8 797 527.4L813.1 528.2 800.2 547.2C799.4 548.3 799.6 550.3 801 551.8 802.7 552.4 804.8 552.1 805.6 551L817.6 533.1 823.4 545.2C824.3 546.9 826.6 547.2 827.7 546.7 829.4 545.8 830.6 543.8 829.8 542.1L822.2 526.6 832.7 511.5 848.4 543.8C849.2 545.5 850.9 546.1 852.6 545.2 854.4 544.4 855 542.7 854.1 541L836.8 505.3 845.3 491.9 884.5 495 890.9 508.2 868.1 542C866.7 543.4 867.2 546 868.9 546.6 870.4 548 872.1 547.2 873.5 545.8L894.2 515.1 902.3 531.8 891.8 546.9C891 548 891.5 550.6 892.6 551.5S896.4 551.8 897.8 550.4L905.7 538.7 915.4 558.9C916.3 560.6 918.6 560.9 920.3 560.1 921.5 559.5 922.6 557.5 921.8 555.8L912 535.7 926.6 536.4C928 536.4 929.8 535.6 930.1 533.3 930.1 531.9 928.4 529.9 927 529.8L908.7 528.8 900.6 512.1 937.5 514.8C939.5 514.5 941.2 513.7 941.5 511.4 941.5 510 939.8 507.9 938.4 507.9L897.2 505.1 890.8 491.9 912.6 459.2 928.4 460.9 945.7 496.6C946.5 498.3 948.2 498.9 950 498.1 951.7 497.2 952.9 495.2 952 493.5L936.4 461.3 954.7 462.3 962.2 477.9C963.1 479.6 964.8 480.2 966.5 479.4 968.2 478.5 968.8 476.8 968 475.1L962.1 463 983.6 464.7C985 464.7 987 463 987 461.6 986.8 459.6 985.9 457.8 983.9 458.1L961.6 456.1 970.4 443.3C971 441.6 970.7 439.6 969.6 438.8 968.4 437.9 967 437.9 965.9 438.4 965.9 438.4 965.3 438.7 965 439.6L953.6 455.7 935.3 454.7 956.6 422.3C958.1 420.9 957.8 418.9 955.8 417.7 954.9 417.4 954.1 417.1 952.9 417.7 952.4 417.9 951.8 418.2 951.2 418.5L927.9 454 913 452.7 896 417.5 905.6 403.6 945.3 406.4C947.6 406.7 949.1 405.3 948.8 403.3 949.4 401.6 948 400.1 945.7 399.8L909.7 397.4 919.9 381.8 937.6 383.1C939 383.1 940.5 381.7 941.1 380 940.8 378 940 376.3 938 376.5L924.5 375.2 935.6 358.5C937.1 357.1 936.2 355.3 934.8 353.9 934 353.6 932.5 353.6 931.4 354.1 931.4 354.1 930.8 354.4 930.2 354.7L918.3 372.6 911.3 358.2C910.7 357 908.8 355.9 907 356.7 905.3 357.5 905 359.8 905.5 361L914.2 378.8 904 394.5 887 359.3C886.1 357.6 883.8 357.3 882.1 358.1S879.8 360.7 880.6 362.4L899.3 401 890.6 413.8 851.4 410.7 844.2 395.7 867.5 361.7C868.1 360 867.8 357.9 866.4 356.5 865.5 356.2 864.1 356.2 862.9 356.7 862.4 357 861.8 357.3 861.5 358.2L840.8 388.8 832.7 372.1 842.9 356.5C843.8 355.4 843.5 353.4 842.1 351.9 840.4 351.3 838.4 351.6 837.5 352.7L829.4 365.2 820.4 346.8C819.9 345.6 817.3 344.7 816.1 345.3 814.4 346.1 813.5 348.7 814.1 349.9L823 368.3 808.7 366.7C808.1 367 807.6 367.2 807 367.5 805.8 368.1 805 369.2 804.7 370.1 804.9 372.1 806.4 373.5 808.1 374.1L826.4 375.2 834.5 391.9 797.6 389.2C795.3 388.8 793.8 390.3 793.8 391.7 793.5 394 794.9 395.4 796.6 396L837.8 398.8 845.1 413.8 823.2 446.4 807.8 445.4 789.1 406.8C788.2 405.1 786.5 404.5 784.8 405.3 783.1 406.2 782.5 407.9 783.3 409.6L800.3 444.7 781.7 443.1 773.1 425.2C772.5 424.1 770 423.2 768.2 424 766.5 424.8 766.2 427.1 766.8 428.3L773.7 442.7 752.3 441C751.7 441.3 751.7 441.3 751.1 441.5 750 442.1 749.1 443.2 748.8 444.1 749.1 446.1 750.5 447.5 751.9 447.6ZM848.4 420.7L851 417.3 854.8 417.6 886.5 420 890.2 420.3 891.9 423.8 905.6 452 907.3 455.5 905.2 458.6 887.4 485 885.4 488.1 881.1 488.1 849.9 485.4 845.6 485.3 844 481.9 830.3 453.7 828.6 450.2 831.2 446.8 848.4 420.7Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M1363.5 318.7L1375.9 341 1373.1 350 1368.9 342.4C1368.7 341.5 1367.7 341.4 1366.8 341.6 1366.2 342.1 1365.8 343.2 1366.3 343.7L1371.8 354.2 1369.4 363.1 1363.1 356.3 1363.5 344.4C1363.5 344.4 1363.4 344.1 1363.4 344.1 1363.3 343.5 1362.5 343 1361.8 342.8 1360.9 343.1 1360.3 343.5 1360.2 344.5L1360 353.1 1353.8 346.4 1354.1 321C1354.1 321 1354.4 320.6 1354.4 320.6 1354.2 320 1353.5 319.5 1352.8 319.4 1351.7 319.3 1351 320.1 1351.2 321.1L1350.7 343.2 1342.8 335.3 1343 325.4C1343 325.4 1343 325.4 1342.9 325 1342.8 324.4 1342.3 323.9 1341.6 323.7 1340.7 323.9 1339.8 324.5 1339.8 325.5L1339.7 332.1 1334 326.2C1333.5 325.4 1332.5 325.6 1332 326.1 1331.1 326.6 1331.1 327.6 1331.9 328.4L1337.3 334.3 1331 333.9C1330 334.1 1329.2 334.7 1329.4 335.6 1329.3 336.6 1329.8 337.2 1330.8 337.2L1340.7 337.5 1348.3 345.5 1325.8 345.1C1325.1 344.9 1324.3 345.8 1324.2 346.8 1324.4 347.4 1324.9 348.2 1325.9 348.3L1351.4 348.7 1357.6 355.4 1349 355.2C1348 355.1 1347.5 355.9 1347.4 356.9 1347.3 357.6 1348.1 358.4 1348.8 358.5L1360.7 358.6 1367.3 365.2 1358.3 367.4 1348.2 361.3C1347.4 360.8 1346.5 361.1 1346 361.8 1345.5 362.3 1345.8 363.6 1346.6 364L1353.9 368.5 1344.9 370.7 1323.2 357.2C1322.4 356.8 1321.4 357 1321 357.8 1320.5 358.5 1320.7 359.5 1321.5 359.9L1340.5 371.8 1330 374.3 1321.5 369.2C1320.7 368.7 1319.8 368.9 1319.3 369.7 1318.8 370.5 1319 371.4 1319.8 371.9L1325.3 375.5 1317.5 377.4C1316.6 377.6 1316.1 378.4 1316.4 379.3 1316.6 380.3 1317.4 380.7 1318.3 380.5L1326.1 378.6 1322.8 384C1322.3 384.8 1322.5 385.7 1323.3 386.2S1325 386.4 1325.5 385.7L1330.4 377.5 1341.3 374.9 1329.8 393.8C1329.3 394.6 1329.6 395.5 1330.3 396 1331.1 396.5 1332 396.2 1332.5 395.5L1345.7 373.8 1354.7 371.6 1350.2 378.9C1349.7 379.7 1350 380.7 1350.7 381.1 1351.5 381.6 1352.4 381.4 1352.9 380.6L1359 370.5 1367.7 368.4 1365.2 376.9 1354.8 382.8C1354.2 383.2 1353.8 384.3 1354.3 384.9 1354.8 385.7 1355.5 385.9 1356.5 385.6L1364 381.5 1361.5 390 1339.1 402.4C1338.3 402.9 1338.1 403.6 1338.4 404.6 1338.9 405.4 1339.9 405.5 1340.5 405.4L1360.3 394.6 1357 405.3 1348.6 410C1347.6 410.2 1347.6 411.2 1347.8 412.2 1348.3 412.7 1349.3 413.1 1350.2 412.6L1355.7 409.6 1353.7 417.3C1353.2 418.1 1353.7 418.9 1354.8 419.3 1355.5 419.5 1356.4 418.9 1356.5 418.2L1358.9 410.4 1362 416.3C1362.5 417.1 1363.5 417.2 1364.1 416.7 1365 416.5 1365.2 415.8 1365 415.2 1364.9 414.9 1364.9 414.9 1364.9 414.6L1360.2 406.2 1363.5 395.5 1374.2 414.9C1374.4 415.9 1375.4 415.9 1376.3 415.7 1376.9 415.2 1377 414.5 1376.9 413.9 1376.8 413.6 1376.8 413.6 1376.8 413.6L1364.7 390.9 1367.2 382.4 1371.3 389.9C1371.9 390.8 1372.6 390.9 1373.5 390.7 1374.1 390.2 1374.5 389.5 1374.4 388.8 1374.3 388.5 1374.3 388.5 1374.2 388.2L1368.4 377.8 1370.9 369.3 1377.1 375.7 1377 387.5C1376.9 388.5 1377.8 389.3 1378.5 389.5 1379.4 389.3 1380.3 388.7 1380 387.8L1380.2 379.2 1386.7 385.5 1386.1 411.3C1386 412 1386.8 412.8 1387.5 413 1388.5 412.7 1389.3 412.2 1389.4 411.2L1389.9 389 1397.5 397 1397.2 406.7C1397.1 407.7 1397.9 408.4 1398.9 408.2 1399.6 408.4 1400.4 407.8 1400.5 406.8L1400.5 400.2 1406.3 406.1C1406.7 406.6 1407.7 406.7 1408.6 406.2 1408.8 405.8 1409 405.1 1408.8 404.5 1408.8 404.5 1408.8 404.2 1408.7 403.8L1403 398 1409.6 398C1410.3 398.2 1411 397.3 1411.2 396.6 1411.1 396.3 1411.1 396.3 1411.1 396.3 1410.9 395.4 1410.1 394.9 1409.5 395.1L1399.9 394.8 1392 386.8 1414.5 387.3C1415.4 387 1416 386.6 1416.1 385.6 1416.1 385.6 1416 385.2 1416 385.2 1415.8 384.6 1415.4 384.1 1414.4 384L1388.8 383.3 1382.7 376.9 1391.3 377.1C1392.2 376.9 1393.1 376.4 1392.8 375.4 1393.1 375.4 1393.1 375 1393.1 375 1392.9 374.4 1392.1 374 1391.4 373.8L1379.6 373.7 1373.3 367 1382 364.9 1392.1 371C1392.9 371.5 1394.1 371.2 1394.6 370.4 1394.7 369.7 1394.5 368.8 1394 368.2L1386.4 363.8 1395.4 361.6 1417.1 374.8C1417.8 375.2 1418.8 375 1419.2 374.2 1419.7 373.5 1419.5 372.5 1418.7 372.1L1399.7 360.6 1410.6 357.9 1418.7 362.8C1419.5 363.3 1420.4 363.1 1420.9 362.3S1421.2 360.6 1420.4 360.1L1415 356.8 1422.7 354.9C1423.7 354.7 1424.1 353.9 1423.9 353 1423.7 352.1 1422.9 351.6 1422 351.8L1414.2 353.7 1417.4 348C1417.7 347.6 1417.9 347.2 1417.8 346.9 1417.7 346.6 1417.3 346.1 1416.9 345.8 1416.1 345.4 1415.2 345.6 1414.7 346.4L1409.9 354.8 1399 357.5 1410.4 338.2C1410.6 337.8 1410.9 337.4 1410.8 337.1 1410.7 336.8 1410.3 336.2 1409.9 336 1409.1 335.5 1408.2 335.8 1407.7 336.5L1394.6 358.5 1385.6 360.7 1390.4 353.3C1390.6 352.9 1390.5 352.3 1390.4 352 1390.3 351.7 1390.2 351.4 1389.9 351.1 1389.1 350.7 1387.8 351 1387.7 351.7L1381.3 361.8 1372.6 363.9 1375 355.1 1385.5 349.6C1386.1 349.1 1386.5 348.3 1386.4 347.7 1386.3 347.4 1386.3 347.4 1386 347.5 1385.8 346.5 1384.7 346.1 1383.8 346.7L1376.3 350.8 1378.7 342 1401.4 329.8C1402 329.4 1402.1 328.7 1402 328.1 1401.9 327.7 1401.9 327.7 1401.9 327.7 1401.4 326.9 1400.6 326.4 1399.8 327L1380 337.7 1383.3 327 1391.7 322.3C1392.6 321.8 1392.7 321.1 1392.6 320.5 1392.6 320.5 1392.5 320.2 1392.5 320.2 1392 319.3 1390.9 319.2 1390.3 319.4L1384.6 322.8 1386.9 314.9C1386.9 314.6 1386.8 314.3 1386.7 314 1386.6 313.7 1386.2 313.2 1385.8 312.9 1384.8 312.8 1383.8 313.1 1383.7 314.1L1381.4 321.9 1378.3 316.1C1377.8 315.2 1376.8 315.1 1376.1 315.3 1375.3 315.8 1375.2 316.8 1375.4 317.8L1380.1 326.2 1377.1 336.8 1366.4 317.3C1365.9 316.5 1364.8 316.1 1364.3 316.5 1363.4 317.1 1362.9 317.8 1363.5 318.7Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3cpath d='M438.4 379.7L449.5 380.6 445.9 386.3C445.5 386.9 445.6 387.9 446.3 388.6 447.2 388.9 448.2 388.8 448.5 387.9L453.2 380.9 462 381.3 452 395.8C451.7 396.7 451.8 397.7 452.4 398.1 453.4 398.7 454.4 398.6 454.7 397.7L465.7 381.6 479 382.5 469 394.2 484.4 393.4 477 404.6 457.5 403.4C457.4 403.2 457.1 403.3 456.8 403.4 456.2 403.7 455.8 404.3 455.8 405 455.8 405.7 456.5 406.4 457.4 406.7L475 407.7 469.9 414.8 461.5 414.3C461 414.2 460.8 414.3 460.5 414.5 460.2 414.6 459.7 415.2 459.7 415.9 459.7 416.6 460.4 417.3 461.2 417.3L467.9 418 461.8 427.4C461.1 428.1 461.5 428.9 462.2 429.7 462.8 430.1 463.8 430 464.4 429L470.6 419.8 473.6 425.9C474 426.7 475.1 426.9 475.7 426.6 476.6 426.2 476.9 425.3 476.4 424.5L472.6 416.7 477.7 409.6 485.3 425.1C485.7 425.9 486.6 426.2 487.4 425.8 488 425.5 488.6 424.5 488.2 423.7L479.7 406.4 487.1 395.3 492.3 409.5 499.2 396.1 505.2 408.2 494.5 424.1C493.9 425.1 494.3 426 494.9 426.4 495.4 426.9 496.5 426.7 497.2 426L506.7 411.3 510.5 419.1 505.9 426.4C505.2 427.1 505.3 428.1 506.3 428.7 506.9 429.1 507.9 428.9 508.5 427.9L512.2 422.5 517.2 432.6C517.6 433.4 518.4 433.7 519.3 433.3S520.5 432 520 431.2L515.1 421.1 521.7 421.4C522.8 421.6 523.5 420.9 523.5 420.2 523.7 419 523 418.3 522 418.4L513.4 417.7 509.6 409.9 527 411.3C528 411.2 528.8 410.5 528.8 409.8 528.9 408.6 528.2 407.9 527.2 408L508 406.8 502.1 394.7 517 397.4 508.9 384.6 522.2 385.5 530.7 402.8C531.1 403.6 532.2 403.8 532.8 403.5 533.7 403.1 534 402.2 533.5 401.3L525.8 385.6 534.6 386.2 538.4 393.9C538.9 394.8 539.7 395.1 540.6 394.7 541.2 394.4 541.7 393.4 541.3 392.5L538.4 386.5 549.4 387.1C550.5 387.3 551.2 386.6 551.1 385.6 551.1 384.9 550.7 384 549.7 384.1L538.5 383.2 542.1 377.5C542.6 376.9 542.4 375.9 541.9 375.5 541.3 375.1 540.6 375.1 540.3 375.2 540 375.3 539.7 375.5 539.6 375.9L534.8 382.9 526.1 382.6 536 368C536.3 367.2 536.2 366.2 535.6 365.7 535.1 365.3 534.3 365.3 533.8 365.6 533.5 365.7 533.5 365.7 533.3 366.1L522.4 382.2 509 381.3 519 369.6 503.7 370.4 511 359.3 530.5 360.4C531.2 360.4 532.1 360 532.2 358.8 532.2 358.1 531.5 357.4 530.7 357.1L513.1 356.1 518.1 349 526.6 349.5C527.4 349.8 528.1 349.1 528.3 347.9 528.3 347.2 527.6 346.5 526.7 346.2L520.2 345.9 526.2 336.5C526.9 335.8 526.5 334.9 525.8 334.2 525.4 334 524.7 334 524.4 334.2 524.1 334.3 523.8 334.5 523.7 334.9L517.4 344 514.5 338C514.1 337.1 512.9 337 512.3 337.2L512.3 337.2C511.5 337.7 511.2 338.5 511.6 339.4L515.4 347.1 510.4 354.3 502.7 338.8C502.3 337.9 501.5 337.6 500.6 338S499.4 339.3 499.9 340.2L508.3 357.4 501 368.5 495.8 354.3 488.8 367.7 482.9 355.7 493.6 339.7C494.2 338.7 493.7 337.8 493.2 337.4 492.6 337 491.6 337.1 490.9 337.8L481.2 352.2 477.5 344.7 482.1 337.5C482.9 336.8 482.7 335.8 481.7 335.2 481.2 334.8 480.1 334.9 479.4 335.6L475.8 341.3 470.9 331.3C470.4 330.4 469.6 330.1 468.7 330.5S467.6 331.8 468 332.7L472.9 342.7 466.4 342.4C465.9 342.2 465.6 342.4 465.4 342.5 464.8 342.8 464.6 343.2 464.5 343.7 464.3 344.8 465.1 345.5 466.1 345.4L474.6 346.2 478.5 353.9 461 352.5C460.7 352.7 460.4 352.8 460.1 352.9 459.6 353.2 459.4 353.6 459.3 354.1 459.1 355.2 459.8 355.9 460.8 355.8L480 357.1 485.9 369.1 471.1 366.5 479.2 379.2 465.8 378.3 457.4 361.1C456.9 360.2 455.8 360.1 455.2 360.3 454.4 360.8 454.1 361.6 454.5 362.5L462.1 378 453.4 377.7 449.6 369.9C449.2 369 448.3 368.7 447.4 369.2S446.3 370.5 446.7 371.3L449.7 377.3 438.7 376.7C438.2 376.6 438 376.7 437.7 376.8 437.4 377 436.9 377.5 436.9 378.3 436.9 379 437.4 379.8 438.4 379.7ZM477.5 370.8L489.6 373 495.3 362 499.7 373.8 511.8 373.2 504 382.7 510.5 393 498.4 390.8 492.7 401.8 488.5 390.3 476.2 390.7 484.1 381.4 477.5 370.8Z' fill='rgba(179%2c 183%2c 224%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1701'%3e%3crect width='1440' height='900' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cfilter id='SvgjsFilter1702'%3e%3cfeGaussianBlur stdDeviation='1'%3e%3c/feGaussianBlur%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
background-size: contain;
background-color: inherit;
line-height: 4.3em;
}


h1{
	transform: scaleX(0.2);
	font-size: var(--h1);
	color: var(--lgt-blue);
	letter-spacing: .5rem;
	padding: 0px;
	margin-bottom: -1%;
	animation: 1s expand forwards ease-in;
	transform-origin: left ;
}

@keyframes expand{
	0%{
		transform: scale(0.4)
	}
	100%{
		transform: scaleX(1.0);

	}
}

#drk{
	width: fit-content;
}



#drk:after{
	content: "";
	position: absolute;
	width: 90px;
	height: 3px;
	background: linear-gradient(to right, var(--drk-blue), var(--dr-blue));
	margin-top: 62px;
	margin-left: -80px;
	z-index: 30;
	transform: scale(0);
	transform-origin: right bottom;
	-webkit-transition: transform 0.25s linear;

}

#drk:hover:after{
		transform: scaleX(1);
		transform-origin: left; bottom;
}


h2{
	font-size: var(--h2);
	color: var(--lgt-blue);
	margin-bottom: -1%;
	letter-spacing: .2rem;
	text-align: justify;
	transform: scale(0);
	transition: all 1s ease-in;
	animation: 1s expand forwards ease-in;
}

#dk{
	width: fit-content;
}



#dk:after{
	content: "";
	position: absolute;
	width: 600px;
	height: 3px;
	background: linear-gradient(to right, var(--dr-blue), var(--md-blue));
	margin-top: 58px;
	margin-left: -600px;
	z-index: 30;
	transform: scale(0);
	transform-origin: right bottom;
	-webkit-transition: transform 0.25s linear;
}

#dk:hover:after{
		transform: scaleX(1);
		transform-origin: left; bottom;
}



#md{
	width: fit-content;
}



#md:after{
	content: "";
	position: absolute;
	width: 500px;
	height: 3px;
	background: linear-gradient(to right, var(--md-blue), var(--lg-blue));
	margin-top: 58px;
	margin-left: -500px;
	z-index: 30;
	transform: scale(0);
	transform-origin: right bottom;
	-webkit-transition: transform 0.25s linear;
}

#md:hover:after{
		transform: scaleX(1);
		transform-origin: left; bottom;
}




h3{
	font-size: var(--h3);
	color: #FE5E41;
	text-align: justify;
	letter-spacing: .2rem;
	transform: scaleX(0);
	transition: all 1s ease-in;
	animation: 1s expand forwards ease-in;
}

#lgt{
	width: fit-content;
}



#lgt:after{
	content: "";
	position: absolute;
	width: 460px;
	height: 3px;
	background: #B4654A;
	margin-left: -465px;
	margin-top: 45px;
	z-index: 30;
	transform: scale(0);
	transform-origin: bottom;
	-webkit-transition: transform 0.25s linear;
}

#lgt:hover:after{
		transform: scaleX(1);
		transform-origin: left right;
}


.cont-butt{
	animation: 1.2s move forwards ease-in;
	width: 180px;
	padding: 12px;
	font-size:1.6rem;
	background: inherit;
	background: linear-gradient(to right, #85FF9E 50%, var(--md-blue) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	color: #fff;
	border-color: #ffd;
	font-weight: 600;
	-webkit-transition: all .5s ease-out;
	
}

@keyframes move{
	0%{
		position: absolute;
		left: 80vw;
	}
	100%{
		position: relative;
		left: 0;
	}
}


#t:after{
	position: absolute;
	content: "";
	background: url(image/right-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:40px;
	height: 40px;
	margin-left:10px;
	margin-top: -5px;
	transform: scale(0);
	-webkit-transition: all 0.40s ease-in-out;

}

#t:hover:after{
	transform: scale(1.0);
	transform-origin: right top;
}



.cont-butt:hover{
	 background-position: left bottom;
	 transform: scale(1.3);

}

#arr{
	display:none;
}

.image{
	resize: 20px 20px;
}




	/*about*/


.about{
	min-height: 100vh;
	min-width: 80%;
	padding-left: 12vw;
	margin-top: 40px;
	margin-bottom: 50px;
}



#about-dis{
	position: relative;
	margin-top: 20px;
	flex-direction: row;
	display: flex;
	font-size: 6rem;
	justify-content: last baseline;
	letter-spacing: 1.2rem;
	width: 100%;
}

.anime{
	width:fit-content ;
	align-items: center;
	justify-content: center;
	z-index: 20;
	
}

.anime:hover{
	animation: effect .50s linear;

}


#about-dis:after{
	content: " ";
	position: absolute;
	height: 20px;
	width: 780px;
	background: linear-gradient(to right, var(--drk-blue), var(--lg-blue));
	bottom: 0;
}

#pos-coder{
	float: right;
}
#coder{
	height:100%;
	width: auto;
}

p{
position: relative;
width: 40vw;
color: #E2E2E2;
font-size: 1.6rem;
padding-left: 5%;
padding-top: 50px;
text-align: justify;
}


p:before{
	position: absolute;
	content: "<p>";
	color: #ddd;
	height: 20px;
	z-index: 10;
	scroll-behavior: smooth;
	margin-top: -24px;
	font-style: italic;

}
p:after{
	position: absolute;
	content: "</p>";
	font-style: italic;
	color: #ddd;
	height: 20px;
	z-index: 10;	
}


@keyframes effect {
        0% {
        	color: var(--md-blue);
        	transform: scale(1, 1);
        }
        25% {
            transform: scale(1.3, 0.6);
        }
 
        50% {
            transform: scale(1.1, 0.9);
        }
        100% {
            transform: scale(1, 1);
        }
    }


    	/*  My Work */

 
#my-work{
	display: block;
	min-height: 160vh;
	height: auto;
	min-width:80vw;
	background: linear-gradient(30deg, #89DAFF, #AEC5EB);

}

#my-work > h1{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: blink;
	z-index: 6;
	line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 20px;

}

.main-grid{
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
	min-height: inherit;
	width: 80vw;
	left: 15vw;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-row-gap: 5%;

}

.card {
  perspective: 150rem;
  position: relative;
  height: inherit;
  max-width: 250px;
  margin: 0 0 0 5%;
  box-shadow: none;
  background: none;

}

.card-side {
  height:fit-content;
  border-radius: 15px;
  -webkit-transition: all 0.8s ease;
  backface-visibility: hidden;
  position:absolute;
  width: 14vw;
  padding:2rem;
  color: white;

}

.card-side.back {
  transform: rotateY(-180deg);
  background-color: #4158D0;
  background-image: linear-gradient(43deg, var(--md-blue) 0%,var(--lgt-blue) 46%, var(--lg-blue) 100%);
}

.card-side.front {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.card:hover .card-side.front {
  transform: rotateY(180deg);
}

.card:hover .card-side.back {
  transform: rotateY(0deg);
}

.fcontent{
	display: flex;
	margin-top: 5%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.icon{
	margin-top: 40px;
	min-width: 80px;
	min-height: 80px;
	z-index: 12;
	border: 4px solid;
	border-radius: 8%;
	background: lightsteelblue;
	padding: 14px;
	border-radius: 50%;
}

.tits{
	color:steelblue;
	font-size: 1.6em;
	font-weight: bolder;
}

.bcontent{
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 0;

}

.card-head{
	font-size: 1.6rem;
	color: palegoldenrod;
}

.card-head ~ p{
	font-size: 1.0rem;
	width: 80%;
	padding: 0;
	padding-top: 5%;
}
.visit{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 8px 10px 11px #ab76ab;
  -webkit-box-shadow: 0px 2px 17px #6b61fa;
  -moz-box-shadow: 0px 2px 17px #6b61fa;
  box-shadow: 0px 2px 17px #6b61fa;
  font-family: Georgia;
  color: #ffe8ff;
  font-size: 17px;
  padding: 10px 25px 10px 20px;
  text-decoration: none;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}

.visit:hover{
	background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  transform: scaleX(1.1);
  z-index: 30;
}




/*Contact */
.contact{
	background: linear-gradient(30deg, #89DAFF, #AEC5EB);
	margin-left: 10vw;
}
#main-block{
	overflow: hidden;
	background-color: #444;
	min-height: fit-content;
	background-image:url(image/map.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-position: center;
	padding: 60px 60px;

}
#c-head{
	display: inline-flex;
	justify-content: space-evenly;
	align-items: center;
	align-self: center;
	justify-self: center;
	font-size: 4rem;
}

#form-area{
	overflow: hidden;
	position:relative;
	max-width: 60%;
	min-height: fit-content;
	padding: 20px 40px;
	background: #f2f2f2;
	opacity: 0.8;
	left: 15%;

}
ul{
	list-style: none;

}

.contact-bl{
	width: 80%;
	background: #2b2b2b;
	color: #8b8b8b;
	border: none;
	height: 3.4rem;
	min-height: 2rem;
	min-width: 10rem;
	border: 2px solid #ddd;
	margin: 4px;
	font-weight: bolder;
	font-family: cursive;
}



form{
	min-width: 60%;
	min-height: 50vh;
}

.fm-1{
	width: 40%;
}

input:focus{
	background: var(--lgt-blue);
	color: #fff;
}


.fm-1:before{
	content: " ";
	height: 2px;
	width: 233px;
	background: #00ff7f;
	position: absolute;
	margin-top: 60px ;
	margin-left: 6.4px ;
	transform: scale(0) ;
	transform-origin: bottom right;
	-webkit-transition: transform .25s ease-in;
}

.fm-1:hover:before{
	transform: scale(1.0);
	transform-origin: bottom left;
}

.fm-2{
	width: 50%;
}

.fm-2:before{
	content: " ";
	height: 2px;
	width: 296px;
	background: #00ff7f;
	position: absolute;
	margin-top: 60px ;
	margin-left: 6.4px ;
	transform: scale(0);
	transform-origin: bottom right;
	-webkit-transition: transform .25s ease-in;
}

.fm-2:hover:before{
	transform: scale(1.0);
	transform-origin: bottom left;

}


.fm-3{
	width: 60%;
}

.fm-3:before{
	content: " ";
	height: 2px;
	width: 350px;
	background: #00ff7f;
	position: absolute;
	margin-top: 60px ;
	margin-left: 6.4px ;
	transform: scale(0);
	transform-origin: bottom right;
	-webkit-transition: transform .25s ease-in;
}

.fm-3:hover:before{
	transform: scale(1.0);
	transform-origin: bottom left;
}

.fm-4{
	width: 100%;
}

textarea:focus{
	background: var(--md-blue);
	color: #ddd;

}
.fm-4:before{
	content: " ";
	height: 2px;
	width: 402px;
	background: #00ff7f;
	position: absolute;
	margin-top: 135px ;
	margin-left: 6.4px ;
	transform-origin: bottom right;
	transform: scale(0);
	-webkit-transition: transform .25s ease-in;
}

.fm-4:hover:before{
	transform: scale(1.0);
	transform-origin: bottom left;
}

#ci{
	position: absolute;
	height: auto;
	float: right;
	top: 10%;
	left: 50%;
	z-index: -10;
	width: 40%;
}


#contact{
	position: relative;
	min-width:8rem;
	width: 10rem;
	height: 2.4rem;
	left: 35%;
	font-family: monospace cursive;
	color: var(--md-blue);
	font-size: 1.6rem;
	font-weight: 700;
	background: inherit;
	z-index: 10;
	border: 2px solid  var(--lg-blue);
	-webkit-transition-duration: .35s;
	-webkit-transition-delay: .10s;
}



#contact:hover{
	color: white;
	background: var(--dr-blue);
	transform: scale(1.2);
	z-index: 20;
	opacity: 0.6;
	cursor: pointer;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}


footer{
	height: 20vh;
	width: auto;
	background: repeating-radial-gradient(var(--drk-blue), var(--md-blue));
	color: #fff;
}



@media(max-width:600px)
{
:root{
--h1: 2.4rem;
--h2:  2rem;
--h3: 1.5rem;
}



.home{
	padding-right: 0;
	margin-right: 0;
}

.about{
	padding-right: 0;
	margin-right: 0;
}

p{
	margin-left: 10% !important;
	padding-left: 0 !important;
}


#about-dis{
	letter-spacing: 0;

}
#about-dis:after{
	width: 90vw !important;
}



.contact{
	margin: 0;
	padding: 0;
}

#c-head{
	font-size: 2rem;
}

#main-block{
	padding: 5% 5%;
}

#form-area{
	left: 0 !important;
}

#ci{
	display: none;
}

#contact{
	margin-left: -16% !important;
}


}







@media(max-width:768px)
{

#about-dis{
	font-size: 3.5rem;
	padding-left: 2vw;
	width: 90%;
}

#about-dis:after{
	width: 100%;
}
.cont-butt{
	margin-left: 25% !important;
}

.contact-bl{
	width: 90% !important;
}
i
#ci{
	margin-left: -5% !important;
}

#contact{
	margin-left: -10%;
}
.main-grid{
	grid-template-columns: 1fr !important;
	grid-row-gap: 400px;
	padding-left: 12vw !important;
}

.card-side{
	height: auto;
	width: 50vw !important;

}

 
}





















@media(max-width: 992px)
{

.toggle{
	display: block;
	position: fixed;
	left: 88%;	
}

header{
	width: 100vw;
	z-index: 50;
	height: 100vh;
	overflow-y: scroll;
	transform: scale(0);
}
.navigate{
	margin-top: 5%;
	padding: 1px;
}


#upicon{
	height: 30vh;
	position: relative;
}

.snow-icon{
	position: absolute;
	height: 25vh;
	left: 30%;
}

#text{
	position: absolute;
	bottom: 0;
	left: 35%;
}

.home{
	margin-left: 5vw;
}

.cont-butt{
	margin-left: 14%;
}

.about{
	padding-left: 2vw;
}
#coder{
	width: 80%;
}
#pos-coder{
	margin-left: 16%;
}

.contact{
	margin-left: 0;
}
.contact-bl{
	width: 40%;
}


#ci{
	margin-left: 35%;
}

#form-area{
	max-width: 80%;
	left: 5%;
}

.main-grid{
	left: 0;
	width: 80vw;
	overflow: hidden;
	padding-left: 10vw;
	grid-template-columns: 1fr  1fr;
}

.card-side{
	width: 30vw;
}

}





































@media(max-width: 1200px)
{


#coder{
padding: 0;
margin: 0;
}

#pos-coder{
float: none;	
}

p
{
	margin: 20px;
	padding: 40px;
	width: 80%;
}

#ci
{
	left: 10%;
}
.fm-1{
	width: 100%;
}

.fm-2{
	width: 100%;
}
.fm-3{
	width: 100%;
}

#c-head{
	margin-top: -10px;
}
}