Isometric Japanese Castle

Developer
Size
15,012 Kb
Views
24,288

How do I make an isometric japanese castle?

I decided to try a different, more IE-friendly approach to creating 3D buildings in CSS (albeit losing the opportunity to create 360° spins, something IE won’t support properly). The Japanese castle here may look 3D, but every visible part is on a 2D isometric plane. I drew the sides of blocks by skewing rectangles -45° on the Y axis for the left and the X axis for the right. Then I did the windows in a similar fashion.. What is a isometric japanese castle? How do you make a isometric japanese castle? This script and codes were developed by Jon Kantner on 21 August 2022, Sunday.

Isometric Japanese Castle Previews

Isometric Japanese Castle - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Isometric Japanese Castle</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<main> <div class="ground"> <div class="_1"></div> <div class="_2"></div> <div class="_3"></div> <div class="_4"></div> <div class="_5"></div> <div class="_6"></div> <div class="_7"></div> <div class="_8"></div> <div class="_9"></div> <div class="_10"></div> <div class="_11"></div> <div class="_12"></div> <div class="_13"></div> <div class="_14"></div> <div class="_15"></div> <div class="_16"></div> <div class="_17"></div> <div class="_18"></div> <div class="_19"></div> <div class="_20"></div> <div class="_21"></div> <div class="_22"></div> <div class="_23"></div> <div class="_24"></div> <div class="_25"></div> <div class="_26"></div> <div class="_27"></div> <div class="_28"></div> <div class="_29"></div> <div class="_30"></div> <div class="_31"></div> <div class="_32"></div> <div class="_33"></div> <div class="_34"></div> <div class="_35"></div> <div class="_36"></div> <div class="_37"></div> <div class="_38"></div> <div class="_39"></div> <div class="_40"></div> <div class="_41"></div> <div class="_42"></div> <div class="_43"></div> <div class="_44"></div> <div class="_45"></div> <div class="_46"></div> <div class="_47"></div> <div class="_48"></div> <div class="_49"></div> <div class="_50"></div> <div class="_51"></div> <div class="_52"></div> <div class="_53"></div> <div class="_54"></div> <div class="_55"></div> <div class="_56"></div> <div class="_57"></div> <div class="_58"></div> <div class="_59"></div> <div class="_60"></div> <div class="_61"></div> <div class="_62"></div> <div class="_63"></div> <div class="_64"></div> <div class="_65"></div> <div class="_66"></div> <div class="_67"></div> <div class="_68"></div> <div class="_69"></div> <div class="_70"></div> <div class="_71"></div> <div class="_72"></div> <div class="_73"></div> <div class="_74"></div> <div class="_75"></div> <div class="_76"></div> <div class="_77"></div> <div class="_78"></div> <div class="_79"></div> <div class="_80"></div> <div class="_81"></div> <div class="_82"></div> <div class="_83"></div> <div class="_84"></div> <div class="_85"></div> <div class="_86"></div> <div class="_87"></div> <div class="_88"></div> <div class="_89"></div> <div class="_90"></div> <div class="_91"></div> <div class="_92"></div> <div class="_93"></div> <div class="_94"></div> <div class="_95"></div> <div class="_96"></div> <div class="_97"></div> <div class="_98"></div> <div class="_99"></div> <div class="_100"></div> <div class="_101"></div> <div class="_102"></div> <div class="_103"></div> <div class="_104"></div> <div class="_105"></div> <div class="_106"></div> <div class="_107"></div> <div class="_108"></div> <div class="_109"></div> <div class="_110"></div> <div class="_111"></div> <div class="_112"></div> <div class="_113"></div> <div class="_114"></div> <div class="_115"></div> <div class="_116"></div> <div class="_117"></div> <div class="_118"></div> <div class="_119"></div> <div class="_120"></div> <div class="_121"></div> <div class="_122"></div> <div class="_123"></div> <div class="_124"></div> <div class="_125"></div> <div class="_126"></div> <div class="_127"></div> <div class="_128"></div> <div class="_129"></div> <div class="_130"></div> <div class="_131"></div> <div class="_132"></div> <div class="_133"></div> <div class="_134"></div> <div class="_135"></div> <div class="_136"></div> <div class="_137"></div> <div class="_138"></div> <div class="_139"></div> <div class="_140"></div> <div class="_141"></div> <div class="_142"></div> <div class="_143"></div> <div class="_144"></div> <div class="_145"></div> <div class="_146"></div> <div class="_147"></div> <div class="_148"></div> <div class="_149"></div> <div class="_150"></div> <div class="_151"></div> <div class="_152"></div> <div class="_153"></div> <div class="_154"></div> <div class="_155"></div> <div class="_156"></div> <div class="_157"></div> <div class="_158"></div> <div class="_159"></div> <div class="_160"></div> <div class="_161"></div> <div class="_162"></div> <div class="_163"></div> <div class="_164"></div> <div class="_165"></div> <div class="_166"></div> <div class="_167"></div> <div class="_168"></div> <div class="_169"></div> <div class="_170"></div> <div class="_171"></div> <div class="_172"></div> <div class="_173"></div> <div class="_174"></div> <div class="_175"></div> <div class="_176"></div> <div class="_177"></div> <div class="_178"></div> <div class="_179"></div> <div class="_180"></div> <div class="_181"></div> <div class="_182"></div> <div class="_183"></div> <div class="_184"></div> <div class="_185"></div> <div class="_186"></div> <div class="_187"></div> <div class="_188"></div> <div class="_189"></div> <div class="_190"></div> <div class="_191"></div> <div class="_192"></div> <div class="_193"></div> <div class="_194"></div> <div class="_195"></div> <div class="_196"></div> <div class="_197"></div> <div class="_198"></div> <div class="_199"></div> <div class="_200"></div> <div class="_201"></div> <div class="_202"></div> <div class="_203"></div> <div class="_204"></div> <div class="_205"></div> <div class="_206"></div> <div class="_207"></div> <div class="_208"></div> <div class="_209"></div> <div class="_210"></div> <div class="_211"></div> <div class="_212"></div> <div class="_213"></div> <div class="_214"></div> <div class="_215"></div> <div class="_216"></div> <div class="_217"></div> <div class="_218"></div> <div class="_219"></div> <div class="_220"></div> <div class="_221"></div> <div class="_222"></div> <div class="_223"></div> <div class="_224"></div> <div class="_225"></div> <div class="_226"></div> <div class="_227"></div> <div class="_228"></div> <div class="_229"></div> <div class="_230"></div> <div class="_231"></div> <div class="_232"></div> <div class="_233"></div> <div class="_234"></div> <div class="_235"></div> <div class="_236"></div> <div class="_237"></div> <div class="_238"></div> <div class="_239"></div> <div class="_240"></div> <div class="_241"></div> <div class="_242"></div> <div class="_243"></div> <div class="_244"></div> <div class="_245"></div> <div class="_246"></div> <div class="_247"></div> <div class="_248"></div> <div class="_249"></div> <div class="_250"></div> <div class="_251"></div> <div class="_252"></div> <div class="_253"></div> <div class="_254"></div> <div class="_255"></div> <div class="_256"></div> <div class="_257"></div> <div class="_258"></div> <div class="_259"></div> <div class="_260"></div> <div class="_261"></div> <div class="_262"></div> <div class="_263"></div> <div class="_264"></div> <div class="_265"></div> <div class="_266"></div> <div class="_267"></div> <div class="_268"></div> <div class="_269"></div> <div class="_270"></div> <div class="_271"></div> <div class="_272"></div> <div class="_273"></div> <div class="_274"></div> <div class="_275"></div> <div class="_276"></div> <div class="_277"></div> <div class="_278"></div> <div class="_279"></div> <div class="_280"></div> <div class="_281"></div> <div class="_282"></div> <div class="_283"></div> <div class="_284"></div> <div class="_285"></div> <div class="_286"></div> <div class="_287"></div> <div class="_288"></div> <div class="_289"></div> <div class="_290"></div> <div class="_291"></div> <div class="_292"></div> <div class="_293"></div> <div class="_294"></div> <div class="_295"></div> <div class="_296"></div> <div class="_297"></div> <div class="_298"></div> <div class="_299"></div> <div class="_300"></div> <div class="_301"></div> <div class="_302"></div> <div class="_303"></div> <div class="_304"></div> <div class="_305"></div> <div class="_306"></div> <div class="_307"></div> <div class="_308"></div> <div class="_309"></div> <div class="_310"></div> <div class="_311"></div> <div class="_312"></div> <div class="_313"></div> <div class="_314"></div> <div class="_315"></div> <div class="_316"></div> <div class="_317"></div> <div class="_318"></div> <div class="_319"></div> <div class="_320"></div> <div class="_321"></div> <div class="_322"></div> <div class="_323"></div> <div class="_324"></div> <div class="_325"></div> <div class="_326"></div> <div class="_327"></div> <div class="_328"></div> <div class="_329"></div> <div class="_330"></div> <div class="_331"></div> <div class="_332"></div> <div class="_333"></div> <div class="_334"></div> <div class="_335"></div> <div class="_336"></div> <div class="_337"></div> <div class="_338"></div> <div class="_339"></div> <div class="_340"></div> <div class="_341"></div> <div class="_342"></div> <div class="_343"></div> <div class="_344"></div> <div class="_345"></div> <div class="_346"></div> <div class="_347"></div> <div class="_348"></div> <div class="_349"></div> <div class="_350"></div> <div class="_351"></div> <div class="_352"></div> <div class="_353"></div> <div class="_354"></div> <div class="_355"></div> <div class="_356"></div> <div class="_357"></div> <div class="_358"></div> <div class="_359"></div> <div class="_360"></div> <div class="_361"></div> <div class="_362"></div> <div class="_363"></div> <div class="_364"></div> <div class="_365"></div> <div class="_366"></div> <div class="_367"></div> </div>
</main>
</body>
</html>

Isometric Japanese Castle - Script Codes CSS Codes

/*
// For working with grid.
$size: 10px;
$gridColor: rgba(0,0,0,0.3);
$grid: repeating-linear-gradient(transparent, transparent $size - 1, $gridColor $size - 1, $gridColor $size), repeating-linear-gradient(90deg, transparent, transparent $size - 1, $gridColor $size - 1, $gridColor $size), repeating-linear-gradient(-45deg, transparent, transparent (($size*(sqrt(2)/2)) - 1), $gridColor (($size*(sqrt(2)/2)) - 1), $gridColor ($size*(sqrt(2)/2)));
.ground, .ground > div {	background-image: $grid;
}
*/
body, main { display: flex; display: -webkit-flex; display: -ms-flex; align-items: center; justify-content: center;
}
body { background: #fcc; font: 0.8vh sans-serif; height: 100vh; overflow-x: hidden; margin: 0;
}
main { flex-direction: column; justify-content: flex-end; width: 58vh; height: 90vh;
}
.ground { width: 56vh; height: 27.2vh; position: relative; transform: translateY(-7.2vh) rotateX(45deg) rotateZ(-45deg);
}
.ground > div { position: absolute; bottom: 0; left: 0;
}
.ground > div:nth-of-type(1) { z-index: 1;
}
.ground > div:nth-of-type(2) { z-index: 2;
}
.ground > div:nth-of-type(3) { z-index: 3;
}
.ground > div:nth-of-type(4) { z-index: 4;
}
.ground > div:nth-of-type(5) { z-index: 5;
}
.ground > div:nth-of-type(6) { z-index: 6;
}
.ground > div:nth-of-type(7) { z-index: 7;
}
.ground > div:nth-of-type(8) { z-index: 8;
}
.ground > div:nth-of-type(9) { z-index: 9;
}
.ground > div:nth-of-type(10) { z-index: 10;
}
.ground > div:nth-of-type(11) { z-index: 11;
}
.ground > div:nth-of-type(12) { z-index: 12;
}
.ground > div:nth-of-type(13) { z-index: 13;
}
.ground > div:nth-of-type(14) { z-index: 14;
}
.ground > div:nth-of-type(15) { z-index: 15;
}
.ground > div:nth-of-type(16) { z-index: 16;
}
.ground > div:nth-of-type(17) { z-index: 17;
}
.ground > div:nth-of-type(18) { z-index: 18;
}
.ground > div:nth-of-type(19) { z-index: 19;
}
.ground > div:nth-of-type(20) { z-index: 20;
}
.ground > div:nth-of-type(21) { z-index: 21;
}
.ground > div:nth-of-type(22) { z-index: 22;
}
.ground > div:nth-of-type(23) { z-index: 23;
}
.ground > div:nth-of-type(24) { z-index: 24;
}
.ground > div:nth-of-type(25) { z-index: 25;
}
.ground > div:nth-of-type(26) { z-index: 26;
}
.ground > div:nth-of-type(27) { z-index: 27;
}
.ground > div:nth-of-type(28) { z-index: 28;
}
.ground > div:nth-of-type(29) { z-index: 29;
}
.ground > div:nth-of-type(30) { z-index: 30;
}
.ground > div:nth-of-type(31) { z-index: 31;
}
.ground > div:nth-of-type(32) { z-index: 32;
}
.ground > div:nth-of-type(33) { z-index: 33;
}
.ground > div:nth-of-type(34) { z-index: 34;
}
.ground > div:nth-of-type(35) { z-index: 35;
}
.ground > div:nth-of-type(36) { z-index: 36;
}
.ground > div:nth-of-type(37) { z-index: 37;
}
.ground > div:nth-of-type(38) { z-index: 38;
}
.ground > div:nth-of-type(39) { z-index: 39;
}
.ground > div:nth-of-type(40) { z-index: 40;
}
.ground > div:nth-of-type(41) { z-index: 41;
}
.ground > div:nth-of-type(42) { z-index: 42;
}
.ground > div:nth-of-type(43) { z-index: 43;
}
.ground > div:nth-of-type(44) { z-index: 44;
}
.ground > div:nth-of-type(45) { z-index: 45;
}
.ground > div:nth-of-type(46) { z-index: 46;
}
.ground > div:nth-of-type(47) { z-index: 47;
}
.ground > div:nth-of-type(48) { z-index: 48;
}
.ground > div:nth-of-type(49) { z-index: 49;
}
.ground > div:nth-of-type(50) { z-index: 50;
}
.ground > div:nth-of-type(51) { z-index: 51;
}
.ground > div:nth-of-type(52) { z-index: 52;
}
.ground > div:nth-of-type(53) { z-index: 53;
}
.ground > div:nth-of-type(54) { z-index: 54;
}
.ground > div:nth-of-type(55) { z-index: 55;
}
.ground > div:nth-of-type(56) { z-index: 56;
}
.ground > div:nth-of-type(57) { z-index: 57;
}
.ground > div:nth-of-type(58) { z-index: 58;
}
.ground > div:nth-of-type(59) { z-index: 59;
}
.ground > div:nth-of-type(60) { z-index: 60;
}
.ground > div:nth-of-type(61) { z-index: 61;
}
.ground > div:nth-of-type(62) { z-index: 62;
}
.ground > div:nth-of-type(63) { z-index: 63;
}
.ground > div:nth-of-type(64) { z-index: 64;
}
.ground > div:nth-of-type(65) { z-index: 65;
}
.ground > div:nth-of-type(66) { z-index: 66;
}
.ground > div:nth-of-type(67) { z-index: 67;
}
.ground > div:nth-of-type(68) { z-index: 68;
}
.ground > div:nth-of-type(69) { z-index: 69;
}
.ground > div:nth-of-type(70) { z-index: 70;
}
.ground > div:nth-of-type(71) { z-index: 71;
}
.ground > div:nth-of-type(72) { z-index: 72;
}
.ground > div:nth-of-type(73) { z-index: 73;
}
.ground > div:nth-of-type(74) { z-index: 74;
}
.ground > div:nth-of-type(75) { z-index: 75;
}
.ground > div:nth-of-type(76) { z-index: 76;
}
.ground > div:nth-of-type(77) { z-index: 77;
}
.ground > div:nth-of-type(78) { z-index: 78;
}
.ground > div:nth-of-type(79) { z-index: 79;
}
.ground > div:nth-of-type(80) { z-index: 80;
}
.ground > div:nth-of-type(81) { z-index: 81;
}
.ground > div:nth-of-type(82) { z-index: 82;
}
.ground > div:nth-of-type(83) { z-index: 83;
}
.ground > div:nth-of-type(84) { z-index: 84;
}
.ground > div:nth-of-type(85) { z-index: 85;
}
.ground > div:nth-of-type(86) { z-index: 86;
}
.ground > div:nth-of-type(87) { z-index: 87;
}
.ground > div:nth-of-type(88) { z-index: 88;
}
.ground > div:nth-of-type(89) { z-index: 89;
}
.ground > div:nth-of-type(90) { z-index: 90;
}
.ground > div:nth-of-type(91) { z-index: 91;
}
.ground > div:nth-of-type(92) { z-index: 92;
}
.ground > div:nth-of-type(93) { z-index: 93;
}
.ground > div:nth-of-type(94) { z-index: 94;
}
.ground > div:nth-of-type(95) { z-index: 95;
}
.ground > div:nth-of-type(96) { z-index: 96;
}
.ground > div:nth-of-type(97) { z-index: 97;
}
.ground > div:nth-of-type(98) { z-index: 98;
}
.ground > div:nth-of-type(99) { z-index: 99;
}
.ground > div:nth-of-type(100) { z-index: 100;
}
.ground > div:nth-of-type(101) { z-index: 101;
}
.ground > div:nth-of-type(102) { z-index: 102;
}
.ground > div:nth-of-type(103) { z-index: 103;
}
.ground > div:nth-of-type(104) { z-index: 104;
}
.ground > div:nth-of-type(105) { z-index: 105;
}
.ground > div:nth-of-type(106) { z-index: 106;
}
.ground > div:nth-of-type(107) { z-index: 107;
}
.ground > div:nth-of-type(108) { z-index: 108;
}
.ground > div:nth-of-type(109) { z-index: 109;
}
.ground > div:nth-of-type(110) { z-index: 110;
}
.ground > div:nth-of-type(111) { z-index: 111;
}
.ground > div:nth-of-type(112) { z-index: 112;
}
.ground > div:nth-of-type(113) { z-index: 113;
}
.ground > div:nth-of-type(114) { z-index: 114;
}
.ground > div:nth-of-type(115) { z-index: 115;
}
.ground > div:nth-of-type(116) { z-index: 116;
}
.ground > div:nth-of-type(117) { z-index: 117;
}
.ground > div:nth-of-type(118) { z-index: 118;
}
.ground > div:nth-of-type(119) { z-index: 119;
}
.ground > div:nth-of-type(120) { z-index: 120;
}
.ground > div:nth-of-type(121) { z-index: 121;
}
.ground > div:nth-of-type(122) { z-index: 122;
}
.ground > div:nth-of-type(123) { z-index: 123;
}
.ground > div:nth-of-type(124) { z-index: 124;
}
.ground > div:nth-of-type(125) { z-index: 125;
}
.ground > div:nth-of-type(126) { z-index: 126;
}
.ground > div:nth-of-type(127) { z-index: 127;
}
.ground > div:nth-of-type(128) { z-index: 128;
}
.ground > div:nth-of-type(129) { z-index: 129;
}
.ground > div:nth-of-type(130) { z-index: 130;
}
.ground > div:nth-of-type(131) { z-index: 131;
}
.ground > div:nth-of-type(132) { z-index: 132;
}
.ground > div:nth-of-type(133) { z-index: 133;
}
.ground > div:nth-of-type(134) { z-index: 134;
}
.ground > div:nth-of-type(135) { z-index: 135;
}
.ground > div:nth-of-type(136) { z-index: 136;
}
.ground > div:nth-of-type(137) { z-index: 137;
}
.ground > div:nth-of-type(138) { z-index: 138;
}
.ground > div:nth-of-type(139) { z-index: 139;
}
.ground > div:nth-of-type(140) { z-index: 140;
}
.ground > div:nth-of-type(141) { z-index: 141;
}
.ground > div:nth-of-type(142) { z-index: 142;
}
.ground > div:nth-of-type(143) { z-index: 143;
}
.ground > div:nth-of-type(144) { z-index: 144;
}
.ground > div:nth-of-type(145) { z-index: 145;
}
.ground > div:nth-of-type(146) { z-index: 146;
}
.ground > div:nth-of-type(147) { z-index: 147;
}
.ground > div:nth-of-type(148) { z-index: 148;
}
.ground > div:nth-of-type(149) { z-index: 149;
}
.ground > div:nth-of-type(150) { z-index: 150;
}
.ground > div:nth-of-type(151) { z-index: 151;
}
.ground > div:nth-of-type(152) { z-index: 152;
}
.ground > div:nth-of-type(153) { z-index: 153;
}
.ground > div:nth-of-type(154) { z-index: 154;
}
.ground > div:nth-of-type(155) { z-index: 155;
}
.ground > div:nth-of-type(156) { z-index: 156;
}
.ground > div:nth-of-type(157) { z-index: 157;
}
.ground > div:nth-of-type(158) { z-index: 158;
}
.ground > div:nth-of-type(159) { z-index: 159;
}
.ground > div:nth-of-type(160) { z-index: 160;
}
.ground > div:nth-of-type(161) { z-index: 161;
}
.ground > div:nth-of-type(162) { z-index: 162;
}
.ground > div:nth-of-type(163) { z-index: 163;
}
.ground > div:nth-of-type(164) { z-index: 164;
}
.ground > div:nth-of-type(165) { z-index: 165;
}
.ground > div:nth-of-type(166) { z-index: 166;
}
.ground > div:nth-of-type(167) { z-index: 167;
}
.ground > div:nth-of-type(168) { z-index: 168;
}
.ground > div:nth-of-type(169) { z-index: 169;
}
.ground > div:nth-of-type(170) { z-index: 170;
}
.ground > div:nth-of-type(171) { z-index: 171;
}
.ground > div:nth-of-type(172) { z-index: 172;
}
.ground > div:nth-of-type(173) { z-index: 173;
}
.ground > div:nth-of-type(174) { z-index: 174;
}
.ground > div:nth-of-type(175) { z-index: 175;
}
.ground > div:nth-of-type(176) { z-index: 176;
}
.ground > div:nth-of-type(177) { z-index: 177;
}
.ground > div:nth-of-type(178) { z-index: 178;
}
.ground > div:nth-of-type(179) { z-index: 179;
}
.ground > div:nth-of-type(180) { z-index: 180;
}
.ground > div:nth-of-type(181) { z-index: 181;
}
.ground > div:nth-of-type(182) { z-index: 182;
}
.ground > div:nth-of-type(183) { z-index: 183;
}
.ground > div:nth-of-type(184) { z-index: 184;
}
.ground > div:nth-of-type(185) { z-index: 185;
}
.ground > div:nth-of-type(186) { z-index: 186;
}
.ground > div:nth-of-type(187) { z-index: 187;
}
.ground > div:nth-of-type(188) { z-index: 188;
}
.ground > div:nth-of-type(189) { z-index: 189;
}
.ground > div:nth-of-type(190) { z-index: 190;
}
.ground > div:nth-of-type(191) { z-index: 191;
}
.ground > div:nth-of-type(192) { z-index: 192;
}
.ground > div:nth-of-type(193) { z-index: 193;
}
.ground > div:nth-of-type(194) { z-index: 194;
}
.ground > div:nth-of-type(195) { z-index: 195;
}
.ground > div:nth-of-type(196) { z-index: 196;
}
.ground > div:nth-of-type(197) { z-index: 197;
}
.ground > div:nth-of-type(198) { z-index: 198;
}
.ground > div:nth-of-type(199) { z-index: 199;
}
.ground > div:nth-of-type(200) { z-index: 200;
}
.ground > div:nth-of-type(201) { z-index: 201;
}
.ground > div:nth-of-type(202) { z-index: 202;
}
.ground > div:nth-of-type(203) { z-index: 203;
}
.ground > div:nth-of-type(204) { z-index: 204;
}
.ground > div:nth-of-type(205) { z-index: 205;
}
.ground > div:nth-of-type(206) { z-index: 206;
}
.ground > div:nth-of-type(207) { z-index: 207;
}
.ground > div:nth-of-type(208) { z-index: 208;
}
.ground > div:nth-of-type(209) { z-index: 209;
}
.ground > div:nth-of-type(210) { z-index: 210;
}
.ground > div:nth-of-type(211) { z-index: 211;
}
.ground > div:nth-of-type(212) { z-index: 212;
}
.ground > div:nth-of-type(213) { z-index: 213;
}
.ground > div:nth-of-type(214) { z-index: 214;
}
.ground > div:nth-of-type(215) { z-index: 215;
}
.ground > div:nth-of-type(216) { z-index: 216;
}
.ground > div:nth-of-type(217) { z-index: 217;
}
.ground > div:nth-of-type(218) { z-index: 218;
}
.ground > div:nth-of-type(219) { z-index: 219;
}
.ground > div:nth-of-type(220) { z-index: 220;
}
.ground > div:nth-of-type(221) { z-index: 221;
}
.ground > div:nth-of-type(222) { z-index: 222;
}
.ground > div:nth-of-type(223) { z-index: 223;
}
.ground > div:nth-of-type(224) { z-index: 224;
}
.ground > div:nth-of-type(225) { z-index: 225;
}
.ground > div:nth-of-type(226) { z-index: 226;
}
.ground > div:nth-of-type(227) { z-index: 227;
}
.ground > div:nth-of-type(228) { z-index: 228;
}
.ground > div:nth-of-type(229) { z-index: 229;
}
.ground > div:nth-of-type(230) { z-index: 230;
}
.ground > div:nth-of-type(231) { z-index: 231;
}
.ground > div:nth-of-type(232) { z-index: 232;
}
.ground > div:nth-of-type(233) { z-index: 233;
}
.ground > div:nth-of-type(234) { z-index: 234;
}
.ground > div:nth-of-type(235) { z-index: 235;
}
.ground > div:nth-of-type(236) { z-index: 236;
}
.ground > div:nth-of-type(237) { z-index: 237;
}
.ground > div:nth-of-type(238) { z-index: 238;
}
.ground > div:nth-of-type(239) { z-index: 239;
}
.ground > div:nth-of-type(240) { z-index: 240;
}
.ground > div:nth-of-type(241) { z-index: 241;
}
.ground > div:nth-of-type(242) { z-index: 242;
}
.ground > div:nth-of-type(243) { z-index: 243;
}
.ground > div:nth-of-type(244) { z-index: 244;
}
.ground > div:nth-of-type(245) { z-index: 245;
}
.ground > div:nth-of-type(246) { z-index: 246;
}
.ground > div:nth-of-type(247) { z-index: 247;
}
.ground > div:nth-of-type(248) { z-index: 248;
}
.ground > div:nth-of-type(249) { z-index: 249;
}
.ground > div:nth-of-type(250) { z-index: 250;
}
.ground > div:nth-of-type(251) { z-index: 251;
}
.ground > div:nth-of-type(252) { z-index: 252;
}
.ground > div:nth-of-type(253) { z-index: 253;
}
.ground > div:nth-of-type(254) { z-index: 254;
}
.ground > div:nth-of-type(255) { z-index: 255;
}
.ground > div:nth-of-type(256) { z-index: 256;
}
.ground > div:nth-of-type(257) { z-index: 257;
}
.ground > div:nth-of-type(258) { z-index: 258;
}
.ground > div:nth-of-type(259) { z-index: 259;
}
.ground > div:nth-of-type(260) { z-index: 260;
}
.ground > div:nth-of-type(261) { z-index: 261;
}
.ground > div:nth-of-type(262) { z-index: 262;
}
.ground > div:nth-of-type(263) { z-index: 263;
}
.ground > div:nth-of-type(264) { z-index: 264;
}
.ground > div:nth-of-type(265) { z-index: 265;
}
.ground > div:nth-of-type(266) { z-index: 266;
}
.ground > div:nth-of-type(267) { z-index: 267;
}
.ground > div:nth-of-type(268) { z-index: 268;
}
.ground > div:nth-of-type(269) { z-index: 269;
}
.ground > div:nth-of-type(270) { z-index: 270;
}
.ground > div:nth-of-type(271) { z-index: 271;
}
.ground > div:nth-of-type(272) { z-index: 272;
}
.ground > div:nth-of-type(273) { z-index: 273;
}
.ground > div:nth-of-type(274) { z-index: 274;
}
.ground > div:nth-of-type(275) { z-index: 275;
}
.ground > div:nth-of-type(276) { z-index: 276;
}
.ground > div:nth-of-type(277) { z-index: 277;
}
.ground > div:nth-of-type(278) { z-index: 278;
}
.ground > div:nth-of-type(279) { z-index: 279;
}
.ground > div:nth-of-type(280) { z-index: 280;
}
.ground > div:nth-of-type(281) { z-index: 281;
}
.ground > div:nth-of-type(282) { z-index: 282;
}
.ground > div:nth-of-type(283) { z-index: 283;
}
.ground > div:nth-of-type(284) { z-index: 284;
}
.ground > div:nth-of-type(285) { z-index: 285;
}
.ground > div:nth-of-type(286) { z-index: 286;
}
.ground > div:nth-of-type(287) { z-index: 287;
}
.ground > div:nth-of-type(288) { z-index: 288;
}
.ground > div:nth-of-type(289) { z-index: 289;
}
.ground > div:nth-of-type(290) { z-index: 290;
}
.ground > div:nth-of-type(291) { z-index: 291;
}
.ground > div:nth-of-type(292) { z-index: 292;
}
.ground > div:nth-of-type(293) { z-index: 293;
}
.ground > div:nth-of-type(294) { z-index: 294;
}
.ground > div:nth-of-type(295) { z-index: 295;
}
.ground > div:nth-of-type(296) { z-index: 296;
}
.ground > div:nth-of-type(297) { z-index: 297;
}
.ground > div:nth-of-type(298) { z-index: 298;
}
.ground > div:nth-of-type(299) { z-index: 299;
}
.ground > div:nth-of-type(300) { z-index: 300;
}
.ground > div:nth-of-type(301) { z-index: 301;
}
.ground > div:nth-of-type(302) { z-index: 302;
}
.ground > div:nth-of-type(303) { z-index: 45;
}
.ground > div:nth-of-type(304) { z-index: 304;
}
.ground > div:nth-of-type(305) { z-index: 305;
}
.ground > div:nth-of-type(306) { z-index: 306;
}
.ground > div:nth-of-type(307) { z-index: 307;
}
.ground > div:nth-of-type(308) { z-index: 308;
}
.ground > div:nth-of-type(309) { z-index: 309;
}
.ground > div:nth-of-type(310) { z-index: 310;
}
.ground > div:nth-of-type(311) { z-index: 311;
}
.ground > div:nth-of-type(312) { z-index: 312;
}
.ground > div:nth-of-type(313) { z-index: 313;
}
.ground > div:nth-of-type(314) { z-index: 314;
}
.ground > div:nth-of-type(315) { z-index: 315;
}
.ground > div:nth-of-type(316) { z-index: 134;
}
.ground > div:nth-of-type(317) { z-index: 120;
}
.ground > div:nth-of-type(318) { z-index: 318;
}
.ground > div:nth-of-type(319) { z-index: 319;
}
.ground > div:nth-of-type(320) { z-index: 320;
}
.ground > div:nth-of-type(321) { z-index: 321;
}
.ground > div:nth-of-type(322) { z-index: 322;
}
.ground > div:nth-of-type(323) { z-index: 323;
}
.ground > div:nth-of-type(324) { z-index: 324;
}
.ground > div:nth-of-type(325) { z-index: 325;
}
.ground > div:nth-of-type(326) { z-index: 154;
}
.ground > div:nth-of-type(327) { z-index: 327;
}
.ground > div:nth-of-type(328) { z-index: 328;
}
.ground > div:nth-of-type(329) { z-index: 329;
}
.ground > div:nth-of-type(330) { z-index: 330;
}
.ground > div:nth-of-type(331) { z-index: 331;
}
.ground > div:nth-of-type(332) { z-index: 332;
}
.ground > div:nth-of-type(333) { z-index: 333;
}
.ground > div:nth-of-type(334) { z-index: 334;
}
.ground > div:nth-of-type(335) { z-index: 335;
}
.ground > div:nth-of-type(336) { z-index: 336;
}
.ground > div:nth-of-type(337) { z-index: 337;
}
.ground > div:nth-of-type(338) { z-index: 338;
}
.ground > div:nth-of-type(339) { z-index: 339;
}
.ground > div:nth-of-type(340) { z-index: 340;
}
.ground > div:nth-of-type(341) { z-index: 341;
}
.ground > div:nth-of-type(342) { z-index: 342;
}
.ground > div:nth-of-type(343) { z-index: 343;
}
.ground > div:nth-of-type(344) { z-index: 344;
}
.ground > div:nth-of-type(345) { z-index: 345;
}
.ground > div:nth-of-type(346) { z-index: 346;
}
.ground > div:nth-of-type(347) { z-index: 347;
}
.ground > div:nth-of-type(348) { z-index: 75;
}
.ground > div:nth-of-type(349) { z-index: 89;
}
.ground > div:nth-of-type(350) { z-index: 350;
}
.ground > div:nth-of-type(351) { z-index: 351;
}
.ground > div:nth-of-type(352) { z-index: 352;
}
.ground > div:nth-of-type(353) { z-index: 353;
}
.ground > div:nth-of-type(354) { z-index: 354;
}
.ground > div:nth-of-type(355) { z-index: 355;
}
.ground > div:nth-of-type(356) { z-index: 356;
}
.ground > div:nth-of-type(357) { z-index: 357;
}
.ground > div:nth-of-type(358) { z-index: 358;
}
.ground > div:nth-of-type(359) { z-index: 359;
}
.ground > div:nth-of-type(360) { z-index: 360;
}
.ground > div:nth-of-type(361) { z-index: 361;
}
.ground > div:nth-of-type(362) { z-index: 362;
}
.ground > div:nth-of-type(363) { z-index: 363;
}
.ground > div:nth-of-type(364) { z-index: 364;
}
.ground > div:nth-of-type(365) { z-index: 365;
}
.ground > div:nth-of-type(366) { z-index: 366;
}
.ground > div:nth-of-type(367) { z-index: 367;
}
.ground > div::before, .ground > div::after { content: ""; display: block; position: absolute;
}
._1 { background: #aaa; width: 4vh; height: 0.8vh; transform: translate(21.6vh, -24vh);
}
._1::before { background: #777777; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._1::after { background: #929292; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._2 { background: #aaa; width: 0.8vh; height: 13.6vh; transform: translate(24.8vh, -10.4vh);
}
._2::before { background: #777777; top: 0; left: -0.8vh; width: 0.8vh; height: 13.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._2::after { background: #929292; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._3 { background: #aaa; width: 4vh; height: 0.8vh; transform: translate(24vh, -27.2vh);
}
._3::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._3::after { background: #929292; bottom: -2.4vh; left: 0; width: 4vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._4 { background: #fff; width: 4vh; height: 0.8vh; transform: translate(27.2vh, -30.4vh);
}
._4::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._4::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 4vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._5 { background: #aaa; width: 31.2vh; height: 8.8vh; transform: translate(0.8vh, -0.8vh);
}
._5::before { background: #777777; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._5::after { background: #929292; bottom: -0.8vh; left: 0; width: 31.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._6 { background: #aaa; width: 0.8vh; height: 14.4vh; transform: translate(28vh, -12.8vh);
}
._6::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 14.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._6::after { background: #929292; bottom: -2.4vh; left: 0; width: 0.8vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._7 { background: #fff; width: 0.8vh; height: 13.6vh; transform: translate(31.2vh, -16.8vh);
}
._7::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 13.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._7::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 0.8vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._8 { background: #aaa; width: 30.4vh; height: 1.6vh; transform: translate(36.8vh, -12vh);
}
._8::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._8::after { background: #929292; bottom: -2.4vh; left: 0; width: 30.4vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._9 { background: #476; width: 4vh; height: 0.8vh; transform: translate(28vh, -30.4vh);
}
._9::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._9::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._10 { background: #aaa; width: 30.4vh; height: 1.6vh; transform: translate(38.4vh, -15.2vh);
}
._10::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._10::after { background: #929292; bottom: -2.4vh; left: 0; width: 30.4vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._11 { background: #476; width: 0.8vh; height: 14.4vh; transform: translate(31.2vh, -16vh);
}
._11::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 14.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._11::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._12 { background: #aaa; width: 33.6vh; height: 1.6vh; transform: translate(36.8vh, -18.4vh);
}
._12::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._12::after { background: #929292; bottom: -2.4vh; left: 0; width: 33.6vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._13 { background: #476; width: 8.8vh; height: 0.8vh; transform: translate(28.8vh, -32vh);
}
._13::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._13::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 8.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._14 { background: #476; width: 4vh; height: 16vh; transform: translate(32.8vh, -16vh);
}
._14::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 16vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._14::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._15 { background: #aaa; width: 29.6vh; height: 7.2vh; transform: translate(4vh, -4vh);
}
._15::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 7.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._15::after { background: #929292; bottom: -2.4vh; left: 0; width: 29.6vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._16 { background: #fff; width: 29.6vh; height: 7.2vh; transform: translate(7.2vh, -7.2vh);
}
._16::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 7.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._16::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 29.6vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._17 { background: #476; width: 31.2vh; height: 8.8vh; transform: translate(7.2vh, -7.2vh);
}
._17::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._17::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 31.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._18 { background: #476; width: 29.6vh; height: 7.2vh; transform: translate(8.8vh, -8.8vh);
}
._18::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 7.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._18::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 29.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._19 { background: #fff; width: 9.6vh; height: 0.8vh; transform: translate(32vh, -36vh);
}
._19::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._19::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 9.6vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._20 { background: #aaa; width: 0.8vh; height: 0.8vh; transform: translate(39.2vh, -33.6vh);
}
._20::before { background: #777777; top: 0; left: -1.6vh; width: 1.6vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._20::after { background: #929292; bottom: -1.6vh; left: 0; width: 0.8vh; height: 1.6vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._21 { background: #aaa; width: 0.8vh; height: 0.8vh; transform: translate(39.2vh, -44.8vh);
}
._21::before { background: #777777; top: 0; left: -1.6vh; width: 1.6vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._21::after { background: #929292; bottom: -1.6vh; left: 0; width: 0.8vh; height: 1.6vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._22 { background: #aaa; width: 32.8vh; height: 12vh; transform: translate(39.2vh, -21.6vh);
}
._22::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._22::after { background: #929292; bottom: -2.4vh; left: 0; width: 32.8vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._23 { background: #aaa; width: 31.2vh; height: 12vh; transform: translate(42.4vh, -24.8vh);
}
._23::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._23::after { background: #929292; bottom: -2.4vh; left: 0; width: 31.2vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._24 { background: #aaa; width: 31.2vh; height: 12vh; transform: translate(42.4vh, -39.2vh);
}
._24::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._24::after { background: #929292; bottom: -2.4vh; left: 0; width: 31.2vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._25 { background: #fff; width: 31.2vh; height: 31.2vh; transform: translate(45.6vh, -28vh);
}
._25::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._25::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 31.2vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._26 { background: #476; width: 9.6vh; height: 2.4vh; transform: translate(32.8vh, -36vh);
}
._26::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._26::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._27 { background: #476; width: 9.6vh; height: 1.6vh; transform: translate(33.6vh, -39.2vh);
}
._27::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._27::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._28 { background: #476; width: 9.6vh; height: 2.4vh; transform: translate(32.8vh, -42.4vh);
}
._28::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._28::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._29 { background: #476; width: 9.6vh; height: 1.6vh; transform: translate(33.6vh, -41.6vh);
}
._29::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._29::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._30 { background: #476; width: 9.6vh; height: 0.8vh; transform: translate(34.4vh, -41.6vh);
}
._30::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._30::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._31 { background: #476; width: 32.8vh; height: 0.8vh; transform: translate(45.6vh, -60.8vh);
}
._31::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._31::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 32.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._32 { background: #476; width: 0.8vh; height: 32.8vh; transform: translate(78.4vh, -28vh);
}
._32::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 32.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._32::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._33 { background: #476; width: 32.8vh; height: 32.8vh; transform: translate(45.6vh, -28vh);
}
._33::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 32.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._33::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 32.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._34 { background: #476; width: 32.8vh; height: 0.8vh; transform: translate(45.6vh, -27.2vh);
}
._34::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._34::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 32.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._35 { background: #476; width: 0.8vh; height: 32.8vh; transform: translate(44.8vh, -28vh);
}
._35::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 32.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._35::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._36 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(45.6vh, -28vh);
}
._36::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._36::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._37 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(45.6vh, -61.6vh);
}
._37::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._37::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._38 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(79.2vh, -28vh);
}
._38::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._38::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._39 { background: #476; width: 10.4vh; height: 31.2vh; transform: translate(68vh, -29.6vh);
}
._39::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._39::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 10.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._40 { background: #fff; width: 9.6vh; height: 29.6vh; transform: translate(71.2vh, -33.6vh);
}
._40::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 29.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._40::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 9.6vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._41 { background: #476; width: 31.2vh; height: 0.8vh; transform: translate(51.2vh, -64.8vh);
}
._41::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._41::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 31.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._42 { background: #476; width: 0.8vh; height: 31.2vh; transform: translate(82.4vh, -33.6vh);
}
._42::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._42::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._43 { background: #476; width: 10.4vh; height: 31.2vh; transform: translate(72vh, -33.6vh);
}
._43::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._43::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 10.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._44 { background: #476; width: 9.6vh; height: 0.8vh; transform: translate(72.8vh, -32.8vh);
}
._44::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._44::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._45 { background: #fff; width: 10.4vh; height: 0.8vh; transform: translate(62.4vh, -34.4vh);
}
._45::before { background: #cccccc; top: 0; left: -5.6vh; width: 5.6vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._45::after { background: #e7e7e7; bottom: -5.6vh; left: 0; width: 10.4vh; height: 5.6vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._46 { background: #476; width: 10.4vh; height: 31.2vh; transform: translate(47.2vh, -29.6vh);
}
._46::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._46::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 10.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._47 { background: #fff; width: 9.6vh; height: 29.6vh; transform: translate(51.2vh, -33.6vh);
}
._47::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 29.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._47::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 9.6vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._48 { background: #476; width: 9.6vh; height: 31.2vh; transform: translate(51.2vh, -33.6vh);
}
._48::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._48::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._49 { background: #476; width: 0.8vh; height: 31.2vh; transform: translate(50.4vh, -33.6vh);
}
._49::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 31.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._49::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._50 { background: #476; width: 9.6vh; height: 0.8vh; transform: translate(51.2vh, -32.8vh);
}
._50::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._50::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 9.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._51 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(82.4vh, -36.8vh);
}
._51::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._51::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._52 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(82.4vh, -38.4vh);
}
._52::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._52::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._53 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(82.4vh, -40vh);
}
._53::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._53::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._54 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(83.2vh, -41.6vh);
}
._54::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._54::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._55 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(84vh, -43.2vh);
}
._55::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._55::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._56 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(88vh, -44vh);
}
._56::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._56::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._57 { background: #476; width: 29.6vh; height: 29.6vh; transform: translate(52.8vh, -35.2vh);
}
._57::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 29.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._57::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 29.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._58 { background: #476; width: 28vh; height: 28vh; transform: translate(54.4vh, -36.8vh);
}
._58::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 28vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._58::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 28vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._59 { background: #fff; width: 26.4vh; height: 26.4vh; transform: translate(58.4vh, -40.8vh);
}
._59::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 26.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._59::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 26.4vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._60 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(72vh, -33.6vh);
}
._60::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._60::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._61 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(72.8vh, -36vh);
}
._61::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._61::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._62 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(71.2vh, -34.4vh);
}
._62::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._62::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._63 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(72vh, -36.8vh);
}
._63::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._63::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._64 { background: #476; width: 5.6vh; height: 1.6vh; transform: translate(66.4vh, -35.2vh);
}
._64::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._64::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._65 { background: #476; width: 5.6vh; height: 1.6vh; transform: translate(67.2vh, -37.6vh);
}
._65::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._65::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._66 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(64vh, -34.4vh);
}
._66::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._66::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._67 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(64.8vh, -36.8vh);
}
._67::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._67::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._68 { background: #476; width: 1.6vh; height: 1.6vh; transform: translate(61.6vh, -33.6vh);
}
._68::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._68::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._69 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(62.4vh, -36vh);
}
._69::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._69::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._70 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(51.2vh, -43.2vh);
}
._70::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._70::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._71 { background: #fff; width: 0.8vh; height: 5.6vh; transform: translate(52vh, -37.6vh);
}
._71::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 5.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._71::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._72 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(52vh, -43.2vh);
}
._72::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._72::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._73 { background: #fff; width: 0.8vh; height: 4vh; transform: translate(52.8vh, -39.2vh);
}
._73::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._73::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._74 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(52.8vh, -43.2vh);
}
._74::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._74::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._75 { background: #fff; width: 0.8vh; height: 2.4vh; transform: translate(53.6vh, -40.8vh);
}
._75::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._75::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._76 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(53.6vh, -43.2vh);
}
._76::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._76::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._77 { background: #fff; width: 0.8vh; height: 0.8vh; transform: translate(54.4vh, -42.4vh);
}
._77::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._77::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._78 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(54.4vh, -43.2vh);
}
._78::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._78::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._79 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(53.6vh, -41.6vh);
}
._79::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._79::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._80 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(52.8vh, -40vh);
}
._80::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._80::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._81 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(52vh, -38.4vh);
}
._81::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._81::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._82 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(51.2vh, -36.8vh);
}
._82::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._82::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._83 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(54.4vh, -44vh);
}
._83::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._83::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._84 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(51.2vh, -62.4vh);
}
._84::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._84::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._85 { background: #fff; width: 0.8vh; height: 5.6vh; transform: translate(52vh, -56.8vh);
}
._85::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 5.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._85::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._86 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(52vh, -62.4vh);
}
._86::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._86::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._87 { background: #fff; width: 0.8vh; height: 4vh; transform: translate(52.8vh, -58.4vh);
}
._87::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._87::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._88 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(52.8vh, -62.4vh);
}
._88::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._88::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._89 { background: #fff; width: 0.8vh; height: 2.4vh; transform: translate(53.6vh, -60vh);
}
._89::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._89::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._90 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(53.6vh, -62.4vh);
}
._90::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._90::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._91 { background: #fff; width: 0.8vh; height: 0.8vh; transform: translate(54.4vh, -61.6vh);
}
._91::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._91::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._92 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(54.4vh, -62.4vh);
}
._92::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._92::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._93 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(53.6vh, -60.8vh);
}
._93::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._93::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._94 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(52.8vh, -59.2vh);
}
._94::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._94::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._95 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(52vh, -57.6vh);
}
._95::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._95::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._96 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(51.2vh, -56vh);
}
._96::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._96::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._97 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(54.4vh, -63.2vh);
}
._97::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._97::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._98 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(51.2vh, -33.6vh);
}
._98::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._98::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._99 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(51.2vh, -65.6vh);
}
._99::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._99::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._100 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(83.2vh, -33.6vh);
}
._100::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._100::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._101 { background: #476; width: 28vh; height: 0.8vh; transform: translate(58.4vh, -68.8vh);
}
._101::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._101::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 28vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._102 { background: #476; width: 0.8vh; height: 28vh; transform: translate(86.4vh, -40.8vh);
}
._102::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 28vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._102::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._103 { background: #476; width: 28vh; height: 28vh; transform: translate(58.4vh, -40.8vh);
}
._103::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 28vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._103::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 28vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._104 { background: #476; width: 0.8vh; height: 28vh; transform: translate(57.6vh, -40.8vh);
}
._104::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 28vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._104::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._105 { background: #476; width: 28vh; height: 0.8vh; transform: translate(58.4vh, -40vh);
}
._105::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._105::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 28vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._106 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(62.4vh, -68.8vh);
}
._106::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._106::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._107 { background: #476; width: 26.4vh; height: 26.4vh; transform: translate(60vh, -42.4vh);
}
._107::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 26.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._107::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 26.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._108 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(64vh, -68.8vh);
}
._108::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._108::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._109 { background: #476; width: 24.8vh; height: 24.8vh; transform: translate(61.6vh, -44vh);
}
._109::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 24.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._109::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 24.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._110 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(65.6vh, -68.8vh);
}
._110::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._110::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._111 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(67.2vh, -69.6vh);
}
._111::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._111::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._112 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(68.8vh, -70.4vh);
}
._112::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._112::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._113 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(69.6vh, -74.4vh);
}
._113::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._113::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._114 { background: #fff; width: 23.2vh; height: 23.2vh; transform: translate(65.6vh, -48vh);
}
._114::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 23.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._114::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 23.2vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._115 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(83.2vh, -40.8vh);
}
._115::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._115::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._116 { background: #fff; width: 5.6vh; height: 0.8vh; transform: translate(77.6vh, -41.6vh);
}
._116::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._116::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._117 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(83.2vh, -41.6vh);
}
._117::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._117::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._118 { background: #fff; width: 4vh; height: 0.8vh; transform: translate(79.2vh, -42.4vh);
}
._118::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._118::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._119 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(83.2vh, -42.4vh);
}
._119::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._119::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._120 { background: #fff; width: 2.4vh; height: 0.8vh; transform: translate(80.8vh, -43.2vh);
}
._120::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._120::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._121 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(83.2vh, -43.2vh);
}
._121::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._121::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._122 { background: #fff; width: 0.8vh; height: 0.8vh; transform: translate(82.4vh, -44vh);
}
._122::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._122::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._123 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(83.2vh, -44vh);
}
._123::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._123::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._124 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(81.6vh, -43.2vh);
}
._124::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._124::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._125 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(80vh, -42.4vh);
}
._125::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._125::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._126 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(78.4vh, -41.6vh);
}
._126::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._126::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._127 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(76.8vh, -40.8vh);
}
._127::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._127::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._128 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(84vh, -44vh);
}
._128::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._128::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._129 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(68.8vh, -40.8vh);
}
._129::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._129::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._130 { background: #fff; width: 5.6vh; height: 0.8vh; transform: translate(63.2vh, -41.6vh);
}
._130::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._130::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._131 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(68.8vh, -41.6vh);
}
._131::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._131::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._132 { background: #fff; width: 4vh; height: 0.8vh; transform: translate(64.8vh, -42.4vh);
}
._132::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._132::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._133 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(68.8vh, -42.4vh);
}
._133::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._133::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._134 { background: #fff; width: 2.4vh; height: 0.8vh; transform: translate(66.4vh, -43.2vh);
}
._134::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._134::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._135 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(68.8vh, -43.2vh);
}
._135::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._135::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._136 { background: #fff; width: 0.8vh; height: 0.8vh; transform: translate(68vh, -44vh);
}
._136::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._136::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._137 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(68.8vh, -44vh);
}
._137::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._137::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._138 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(67.2vh, -43.2vh);
}
._138::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._138::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._139 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(65.6vh, -42.4vh);
}
._139::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._139::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._140 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(64vh, -41.6vh);
}
._140::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._140::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._141 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(62.4vh, -40.8vh);
}
._141::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._141::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._142 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(69.6vh, -44vh);
}
._142::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._142::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._143 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(58.4vh, -40.8vh);
}
._143::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._143::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._144 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(58.4vh, -69.6vh);
}
._144::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._144::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._145 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(87.2vh, -40.8vh);
}
._145::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._145::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._146 { background: #476; width: 24.8vh; height: 0.8vh; transform: translate(65.6vh, -72.8vh);
}
._146::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._146::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 24.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._147 { background: #476; width: 0.8vh; height: 24.8vh; transform: translate(90.4vh, -48vh);
}
._147::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 24.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._147::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._148 { background: #476; width: 24.8vh; height: 24.8vh; transform: translate(65.6vh, -48vh);
}
._148::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 24.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._148::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 24.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._149 { background: #476; width: 0.8vh; height: 24.8vh; transform: translate(64.8vh, -48vh);
}
._149::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 24.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._149::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._150 { background: #476; width: 24.8vh; height: 0.8vh; transform: translate(65.6vh, -47.2vh);
}
._150::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._150::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 24.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._151 { background: #476; width: 23.2vh; height: 23.2vh; transform: translate(67.2vh, -49.6vh);
}
._151::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 23.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._151::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 23.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._152 { background: #476; width: 21.6vh; height: 21.6vh; transform: translate(68.8vh, -51.2vh);
}
._152::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 21.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._152::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 21.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._153 { background: #476; width: 20vh; height: 20vh; transform: translate(70.4vh, -52.8vh);
}
._153::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 20vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._153::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 20vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._154 { background: #fff; width: 18.4vh; height: 18.4vh; transform: translate(76.8vh, -59.2vh);
}
._154::before { background: #cccccc; top: 0; left: -5.6vh; width: 5.6vh; height: 18.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._154::after { background: #e7e7e7; bottom: -5.6vh; left: 0; width: 18.4vh; height: 5.6vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._155 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(82.4vh, -48vh);
}
._155::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._155::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._156 { background: #fff; width: 7.2vh; height: 0.8vh; transform: translate(75.2vh, -48.8vh);
}
._156::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._156::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._157 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(82.4vh, -48.8vh);
}
._157::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._157::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._158 { background: #fff; width: 5.6vh; height: 0.8vh; transform: translate(76.8vh, -49.6vh);
}
._158::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._158::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._159 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(82.4vh, -49.6vh);
}
._159::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._159::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._160 { background: #fff; width: 4vh; height: 0.8vh; transform: translate(78.4vh, -50.4vh);
}
._160::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._160::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._161 { background: #476; width: 0.8vh; height: 4vh; transform: translate(82.4vh, -50.4vh);
}
._161::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._161::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._162 { background: #fff; width: 2.4vh; height: 0.8vh; transform: translate(80vh, -51.2vh);
}
._162::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._162::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._163 { background: #476; width: 0.8vh; height: 4vh; transform: translate(82.4vh, -51.2vh);
}
._163::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._163::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._164 { background: #fff; width: 0.8vh; height: 0.8vh; transform: translate(81.6vh, -52vh);
}
._164::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._164::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._165 { background: #476; width: 0.8vh; height: 4vh; transform: translate(82.4vh, -52vh);
}
._165::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._165::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._166 { background: #476; width: 0.8vh; height: 4vh; transform: translate(80.8vh, -51.2vh);
}
._166::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._166::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._167 { background: #476; width: 0.8vh; height: 4vh; transform: translate(79.2vh, -50.4vh);
}
._167::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._167::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._168 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(77.6vh, -49.6vh);
}
._168::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._168::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._169 { background: #476; width: 0.8vh; height: 2.4vh; transform: translate(76vh, -48.8vh);
}
._169::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._169::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._170 { background: #476; width: 0.8vh; height: 1.6vh; transform: translate(74.4vh, -48vh);
}
._170::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._170::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._171 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(83.2vh, -52vh);
}
._171::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._171::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._172 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(65.6vh, -48vh);
}
._172::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._172::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._173 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(65.6vh, -73.6vh);
}
._173::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._173::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._174 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(91.2vh, -48vh);
}
._174::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._174::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._175 { background: #476; width: 7.2vh; height: 0.8vh; transform: translate(76.8vh, -79.2vh);
}
._175::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._175::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._176 { background: #476; width: 7.2vh; height: 0.8vh; transform: translate(89.6vh, -79.2vh);
}
._176::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._176::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._177 { background: #476; width: 0.8vh; height: 20vh; transform: translate(96.8vh, -59.2vh);
}
._177::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 20vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._177::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._178 { background: #476; width: 7.2vh; height: 20vh; transform: translate(89.6vh, -59.2vh);
}
._178::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 20vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._178::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._179 { background: #476; width: 7.2vh; height: 20vh; transform: translate(76.8vh, -59.2vh);
}
._179::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 20vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._179::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._180 { background: #476; width: 0.8vh; height: 20vh; transform: translate(76vh, -59.2vh);
}
._180::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 20vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._180::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._181 { background: #476; width: 7.2vh; height: 0.8vh; transform: translate(76.8vh, -58.4vh);
}
._181::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._181::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._182 { background: #476; width: 7.2vh; height: 0.8vh; transform: translate(89.6vh, -58.4vh);
}
._182::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._182::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._183 { background: #476; width: 5.6vh; height: 1.6vh; transform: translate(84.8vh, -79.2vh);
}
._183::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._183::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._184 { background: #476; width: 18.4vh; height: 18.4vh; transform: translate(78.4vh, -60.8vh);
}
._184::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 18.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._184::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 18.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._185 { background: #476; width: 5.6vh; height: 1.6vh; transform: translate(84.8vh, -59.2vh);
}
._185::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._185::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 5.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._186 { background: #476; width: 16.8vh; height: 16.8vh; transform: translate(80vh, -62.4vh);
}
._186::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 16.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._186::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 16.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._187 { background: #476; width: 15.2vh; height: 15.2vh; transform: translate(81.6vh, -64vh);
}
._187::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 15.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._187::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._188 { background: #476; width: 15.2vh; height: 12vh; transform: translate(82.4vh, -66.4vh);
}
._188::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._188::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._189 { background: #476; width: 15.2vh; height: 8.8vh; transform: translate(83.2vh, -68.8vh);
}
._189::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._189::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._190 { background: #476; width: 15.2vh; height: 5.6vh; transform: translate(84vh, -71.2vh);
}
._190::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 5.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._190::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._191 { background: #476; width: 15.2vh; height: 2.4vh; transform: translate(84.8vh, -73.6vh);
}
._191::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._191::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._192 { background: #476; width: 15.2vh; height: 0.8vh; transform: translate(85.6vh, -75.2vh);
}
._192::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._192::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 15.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._193 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(85.6vh, -76vh);
}
._193::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._193::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._194 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(87.2vh, -76.8vh);
}
._194::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._194::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._195 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(101.6vh, -76vh);
}
._195::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._195::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._196 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(101.6vh, -76.8vh);
}
._196::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._196::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._197 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(76.8vh, -59.2vh);
}
._197::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._197::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._198 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(76.8vh, -80vh);
}
._198::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._198::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._199 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(97.6vh, -80vh);
}
._199::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._199::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._200 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(97.6vh, -59.2vh);
}
._200::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._200::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._201 { background: #aaa; width: 13.6vh; height: 13.6vh; transform: translate(11.2vh, -24vh);
}
._201::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 13.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._201::after { background: #929292; bottom: -2.4vh; left: 0; width: 13.6vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._202 { background: #aaa; width: 12vh; height: 12vh; transform: translate(14.4vh, -27.2vh);
}
._202::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._202::after { background: #929292; bottom: -2.4vh; left: 0; width: 12vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._203 { background: #aaa; width: 10.4vh; height: 10.4vh; transform: translate(17.6vh, -30.4vh);
}
._203::before { background: #777777; top: 0; left: -2.4vh; width: 2.4vh; height: 10.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._203::after { background: #929292; bottom: -2.4vh; left: 0; width: 10.4vh; height: 2.4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._204 { background: #fff; width: 10.4vh; height: 10.4vh; transform: translate(22.4vh, -35.2vh);
}
._204::before { background: #cccccc; top: 0; left: -4.8vh; width: 4.8vh; height: 10.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._204::after { background: #e7e7e7; bottom: -4.8vh; left: 0; width: 10.4vh; height: 4.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._205 { background: #476; width: 12vh; height: 0.8vh; transform: translate(22.4vh, -47.2vh);
}
._205::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._205::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 12vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._206 { background: #476; width: 0.8vh; height: 12vh; transform: translate(34.4vh, -35.2vh);
}
._206::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._206::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._207 { background: #476; width: 12vh; height: 12vh; transform: translate(22.4vh, -35.2vh);
}
._207::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._207::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 12vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._208 { background: #476; width: 0.8vh; height: 12vh; transform: translate(21.6vh, -35.2vh);
}
._208::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 12vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._208::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._209 { background: #476; width: 12vh; height: 0.8vh; transform: translate(22.4vh, -34.4vh);
}
._209::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._209::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 12vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._210 { background: #476; width: 10.4vh; height: 10.4vh; transform: translate(24vh, -36.8vh);
}
._210::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 10.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._210::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 10.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._211 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(22.4vh, -35.2vh);
}
._211::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._211::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._212 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(22.4vh, -48vh);
}
._212::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._212::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._213 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(35.2vh, -35.2vh);
}
._213::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._213::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._214 { background: #fff; width: 8.8vh; height: 8.8vh; transform: translate(28vh, -40.8vh);
}
._214::before { background: #cccccc; top: 0; left: -3.2vh; width: 3.2vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._214::after { background: #e7e7e7; bottom: -3.2vh; left: 0; width: 8.8vh; height: 3.2vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._215 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(28vh, -51.2vh);
}
._215::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._215::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._216 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(35.2vh, -51.2vh);
}
._216::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._216::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._217 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(38.4vh, -48vh);
}
._217::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._217::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._218 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(38.4vh, -40.8vh);
}
._218::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._218::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._219 { background: #476; width: 3.2vh; height: 3.2vh; transform: translate(35.2vh, -48vh);
}
._219::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._219::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._220 { background: #476; width: 3.2vh; height: 3.2vh; transform: translate(28vh, -48vh);
}
._220::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._220::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._221 { background: #fff; width: 0.8vh; height: 4vh; transform: translate(28.8vh, -44vh);
}
._221::before { background: #cccccc; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._221::after { background: #e7e7e7; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._222 { background: #476; width: 3.2vh; height: 3.2vh; transform: translate(35.2vh, -40.8vh);
}
._222::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._222::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._223 { background: #476; width: 3.2vh; height: 3.2vh; transform: translate(28vh, -40.8vh);
}
._223::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._223::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._224 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(27.2vh, -48vh);
}
._224::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._224::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._225 { background: #476; width: 0.8vh; height: 3.2vh; transform: translate(27.2vh, -40.8vh);
}
._225::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 3.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._225::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._226 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(28vh, -40vh);
}
._226::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._226::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._227 { background: #476; width: 3.2vh; height: 0.8vh; transform: translate(35.2vh, -40vh);
}
._227::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._227::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 3.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._228 { background: #476; width: 4vh; height: 1.6vh; transform: translate(32vh, -51.2vh);
}
._228::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._228::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._229 { background: #476; width: 8.8vh; height: 8.8vh; transform: translate(29.6vh, -42.4vh);
}
._229::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._229::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 8.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._230 { background: #fff; width: 7.2vh; height: 7.2vh; transform: translate(34.4vh, -47.2vh);
}
._230::before { background: #cccccc; top: 0; left: -4vh; width: 4vh; height: 7.2vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._230::after { background: #e7e7e7; bottom: -4vh; left: 0; width: 7.2vh; height: 4vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._231 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(28vh, -48vh);
}
._231::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._231::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._232 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(29.6vh, -48vh);
}
._232::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._232::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._233 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(29.6vh, -48.8vh);
}
._233::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._233::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._234 { background: #476; width: 2.4vh; height: 0.8vh; transform: translate(28.8vh, -46.4vh);
}
._234::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._234::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 2.4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._235 { background: #476; width: 1.6vh; height: 0.8vh; transform: translate(28vh, -44.8vh);
}
._235::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._235::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 1.6vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._236 { background: #476; width: 4vh; height: 1.6vh; transform: translate(32vh, -40.8vh);
}
._236::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 1.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._236::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 4vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._237 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(28vh, -40.8vh);
}
._237::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._237::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._238 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(28vh, -52vh);
}
._238::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._238::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._239 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(39.2vh, -40.8vh);
}
._239::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._239::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._240 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(34.4vh, -40.8vh);
}
._240::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._240::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._241 { background: #476; width: 8.8vh; height: 0.8vh; transform: translate(34.4vh, -56vh);
}
._241::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._241::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 8.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._242 { background: #476; width: 0.8vh; height: 8.8vh; transform: translate(43.2vh, -47.2vh);
}
._242::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._242::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._243 { background: #476; width: 8.8vh; height: 8.8vh; transform: translate(34.4vh, -47.2vh);
}
._243::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._243::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 8.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._244 { background: #476; width: 8.8vh; height: 0.8vh; transform: translate(34.4vh, -46.4vh);
}
._244::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._244::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 8.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._245 { background: #476; width: 0.8vh; height: 8.8vh; transform: translate(33.6vh, -47.2vh);
}
._245::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 8.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._245::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._246 { background: #476; width: 7.2vh; height: 5.6vh; transform: translate(36vh, -49.6vh);
}
._246::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 5.6vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._246::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._247 { background: #476; width: 7.2vh; height: 4vh; transform: translate(36.8vh, -51.2vh);
}
._247::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._247::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._248 { background: #476; width: 7.2vh; height: 2.4vh; transform: translate(37.6vh, -52.8vh);
}
._248::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 2.4vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._248::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._249 { background: #476; width: 7.2vh; height: 0.8vh; transform: translate(38.4vh, -54.4vh);
}
._249::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._249::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 7.2vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._250 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(38.4vh, -55.2vh);
}
._250::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._250::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._251 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(40vh, -56vh);
}
._251::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._251::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._252 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(46.4vh, -55.2vh);
}
._252::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._252::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._253 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(46.4vh, -56vh);
}
._253::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._253::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._254 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(34.4vh, -47.2vh);
}
._254::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._254::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._255 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(34.4vh, -56.8vh);
}
._255::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._255::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._256 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(44vh, -56.8vh);
}
._256::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._256::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._257 { background: #476; width: 0.8vh; height: 0.8vh; transform: translate(44vh, -47.2vh);
}
._257::before { background: #114433; top: 0; left: -0.8vh; width: 0.8vh; height: 0.8vh; transform: skewY(-45deg); transform-origin: 100% 0%;
}
._257::after { background: #2c5f4e; bottom: -0.8vh; left: 0; width: 0.8vh; height: 0.8vh; transform: skewX(-45deg); transform-origin: 0% 0%;
}
._258 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(6.4vh, -4.8vh) skewX(-45deg);
}
._259 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(9.6vh, -4.8vh) skewX(-45deg);
}
._260 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(12.8vh, -4.8vh) skewX(-45deg);
}
._261 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(16vh, -4.8vh) skewX(-45deg);
}
._262 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(19.2vh, -4.8vh) skewX(-45deg);
}
._263 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(22.4vh, -4.8vh) skewX(-45deg);
}
._264 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(25.6vh, -4.8vh) skewX(-45deg);
}
._265 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(28.8vh, -4.8vh) skewX(-45deg);
}
._266 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(32vh, -4.8vh) skewX(-45deg);
}
._267 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(28.8vh, -25.6vh) skewY(-45deg);
}
._268 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(28.8vh, -22.4vh) skewY(-45deg);
}
._269 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(28.8vh, -19.2vh) skewY(-45deg);
}
._270 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(28.8vh, -16vh) skewY(-45deg);
}
._271 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(26.4vh, -28vh) skewX(-45deg);
}
._272 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(33.6vh, -33.6vh) skewX(-45deg);
}
._273 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(35.2vh, -33.6vh) skewX(-45deg);
}
._274 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(26.4vh, -32.8vh) skewX(-45deg);
}
._275 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(22.4vh, -32.8vh) skewX(-45deg);
}
._276 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(32vh, -38.4vh) skewX(-45deg);
}
._277 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(29.6vh, -38.4vh) skewX(-45deg);
}
._278 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(27.2vh, -38.4vh) skewX(-45deg);
}
._279 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 1.6vh; transform: translate(32.8vh, -44vh) skewX(-45deg);
}
._280 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 1.6vh; transform: translate(35.2vh, -44vh) skewX(-45deg);
}
._281 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(20vh, -35.2vh) skewY(-45deg);
}
._282 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(20vh, -39.2vh) skewY(-45deg);
}
._283 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(25.6vh, -40vh) skewY(-45deg);
}
._284 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(25.6vh, -42.4vh) skewY(-45deg);
}
._285 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(25.6vh, -44.8vh) skewY(-45deg);
}
._286 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(45.6vh, -25.6vh) skewX(-45deg);
}
._287 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(47.2vh, -25.6vh) skewX(-45deg);
}
._288 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(50.4vh, -25.6vh) skewX(-45deg);
}
._289 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(52vh, -25.6vh) skewX(-45deg);
}
._290 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(55.2vh, -25.6vh) skewX(-45deg);
}
._291 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56.8vh, -25.6vh) skewX(-45deg);
}
._292 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(60vh, -25.6vh) skewX(-45deg);
}
._293 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(61.6vh, -25.6vh) skewX(-45deg);
}
._294 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(64.8vh, -25.6vh) skewX(-45deg);
}
._295 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(66.4vh, -25.6vh) skewX(-45deg);
}
._296 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(69.6vh, -25.6vh) skewX(-45deg);
}
._297 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(71.2vh, -25.6vh) skewX(-45deg);
}
._298 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(50.4vh, -31.2vh) skewX(-45deg);
}
._299 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(52vh, -31.2vh) skewX(-45deg);
}
._300 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(55.2vh, -31.2vh) skewX(-45deg);
}
._301 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56.8vh, -31.2vh) skewX(-45deg);
}
._302 { background-color: #111; transform-origin: 0 100%; width: 8.8vh; height: 1.6vh; transform: translate(58.4vh, -29.6vh) skewX(-45deg);
}
._303 { background-color: #111; transform-origin: 0 100%; width: 8.8vh; height: 1.6vh; transform: translate(60.8vh, -32vh) skewX(-45deg);
}
._304 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(69.6vh, -31.2vh) skewX(-45deg);
}
._305 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(71.2vh, -31.2vh) skewX(-45deg);
}
._306 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(74.4vh, -31.2vh) skewX(-45deg);
}
._307 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(76vh, -31.2vh) skewX(-45deg);
}
._308 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(58.4vh, -38.4vh) skewX(-45deg);
}
._309 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(60vh, -38.4vh) skewX(-45deg);
}
._310 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -38.4vh) skewX(-45deg);
}
._311 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(64.8vh, -38.4vh) skewX(-45deg);
}
._312 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(72.8vh, -38.4vh) skewX(-45deg);
}
._313 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(74.4vh, -38.4vh) skewX(-45deg);
}
._314 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(77.6vh, -38.4vh) skewX(-45deg);
}
._315 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(79.2vh, -38.4vh) skewX(-45deg);
}
._316 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(66.4vh, -41.6vh) skewX(-45deg);
}
._317 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(80.8vh, -41.6vh) skewX(-45deg);
}
._318 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(71.2vh, -45.6vh) skewX(-45deg);
}
._319 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(72.8vh, -45.6vh) skewX(-45deg);
}
._320 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(76vh, -45.6vh) skewX(-45deg);
}
._321 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(77.6vh, -45.6vh) skewX(-45deg);
}
._322 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(77.6vh, -48.8vh) skewX(-45deg);
}
._323 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 1.6vh; transform: translate(79.2vh, -48.8vh) skewX(-45deg);
}
._324 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(76vh, -55.2vh) skewX(-45deg);
}
._325 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(79.2vh, -55.2vh) skewX(-45deg);
}
._326 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(82.4vh, -55.2vh) skewX(-45deg);
}
._327 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(85.6vh, -55.2vh) skewX(-45deg);
}
._328 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -28vh) skewY(-45deg);
}
._329 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -29.6vh) skewY(-45deg);
}
._330 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -32.8vh) skewY(-45deg);
}
._331 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -34.4vh) skewY(-45deg);
}
._332 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -37.6vh) skewY(-45deg);
}
._333 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -39.2vh) skewY(-45deg);
}
._334 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -42.4vh) skewY(-45deg);
}
._335 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(43.2vh, -44vh) skewY(-45deg);
}
._336 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -32.8vh) skewY(-45deg);
}
._337 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -34.4vh) skewY(-45deg);
}
._338 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -37.6vh) skewY(-45deg);
}
._339 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -39.2vh) skewY(-45deg);
}
._340 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -42.4vh) skewY(-45deg);
}
._341 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -44vh) skewY(-45deg);
}
._342 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -47.2vh) skewY(-45deg);
}
._343 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -48.8vh) skewY(-45deg);
}
._344 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -52vh) skewY(-45deg);
}
._345 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -53.6vh) skewY(-45deg);
}
._346 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -56.8vh) skewY(-45deg);
}
._347 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(48.8vh, -58.4vh) skewY(-45deg);
}
._348 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(52vh, -40.8vh) skewY(-45deg);
}
._349 { background-color: #111; transform-origin: 0 100%; width: 1.6vh; height: 0.8vh; transform: translate(52vh, -60vh) skewY(-45deg);
}
._350 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -45.6vh) skewY(-45deg);
}
._351 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -47.2vh) skewY(-45deg);
}
._352 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -50.4vh) skewY(-45deg);
}
._353 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -52vh) skewY(-45deg);
}
._354 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -55.2vh) skewY(-45deg);
}
._355 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(56vh, -56.8vh) skewY(-45deg);
}
._356 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -48.8vh) skewY(-45deg);
}
._357 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -50.4vh) skewY(-45deg);
}
._358 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -53.6vh) skewY(-45deg);
}
._359 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -55.2vh) skewY(-45deg);
}
._360 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -58.4vh) skewY(-45deg);
}
._361 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -60vh) skewY(-45deg);
}
._362 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -63.2vh) skewY(-45deg);
}
._363 { background-color: #111; transform-origin: 0 100%; width: 0.8vh; height: 0.8vh; transform: translate(63.2vh, -64.8vh) skewY(-45deg);
}
._364 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(72.8vh, -58.4vh) skewY(-45deg);
}
._365 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(72.8vh, -61.6vh) skewY(-45deg);
}
._366 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(72.8vh, -64.8vh) skewY(-45deg);
}
._367 { background-color: #111; transform-origin: 0 100%; width: 2.4vh; height: 2.4vh; transform: translate(72.8vh, -68vh) skewY(-45deg);
}
Isometric Japanese Castle - Script Codes
Isometric Japanese Castle - Script Codes
Home Page Home
Developer Jon Kantner
Username jkantner
Uploaded August 21, 2022
Rating 4.5
Size 15,012 Kb
Views 24,288
Do you need developer help for Isometric Japanese Castle?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jon Kantner (jkantner) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!