.jadval5 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.jadval5 th,
.jadval5 td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

.jadval5 th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #222;
}

.jadval5 tr:hover {
  background-color: #f1f3f5;
}

.jadval5 tr:last-child td {
  border-bottom: none;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 600px) {
  .jadval5 {
    font-size: 0.85rem;
  }
  .jadval5 th,
  .jadval5 td {
    padding: 10px 12px;
  }
}

.custom-articles-section {
  width: 100%;
  margin-bottom: 40px;
}

.custom-articles-title {
  font-size: 22px;
  border-bottom: 3px dotted #17355C;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.custom-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.custom-article-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.custom-article-image {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.custom-article-body {
  padding: 10px;
  background: #f9f9f9;
  text-align: center;
}

.custom-article-name {
  font-size: 15px;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

.custom-article-name:hover {
  color: #007bff;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .custom-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .custom-articles-grid {
    grid-template-columns: 1fr;
  }
}

/* دسکتاپ */
.desktop-contact-widget {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.desktop-contact-widget .desktop-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.desktop-contact-widget .phone { background: #007bff; }
.desktop-contact-widget .whatsapp { background: #25D366; }

.desktop-contact-widget .desktop-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* موبایل */
.mobile-contact-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  padding: 8px 10px;
  z-index: 9999;
  transition: bottom 0.3s ease;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  height: 55px;
}

.mobile-contact-toolbar .toolbar-btn {
  flex: 1;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.mobile-contact-toolbar .toolbar-btn i {
  font-size: 18px;
}

.mobile-contact-toolbar .phone {
  color: #fff;
  background: linear-gradient(45deg,#007bff,#0056b3);
}

.mobile-contact-toolbar .whatsapp {
  color: #fff;
  background: linear-gradient(45deg,#25D366,#128C7E);
}

.mobile-contact-toolbar .toolbar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* نمایش فقط در سایز مناسب */
@media (min-width: 769px) {
  .mobile-contact-toolbar { display: none; }
}
@media (max-width: 768px) {
  .desktop-contact-widget { display: none; }
}

.custom-article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.custom-article-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.custom-article-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.custom-article-body {
  padding: 12px;
  text-align: center;
  background: #fff;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-article-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}

.custom-article-title:hover {
  color: #007bff;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .custom-article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.custom-product-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.custom-product-overlay {
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  text-align: center;
}

.custom-product-title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}

/* 📱 ریسپانسیو */
@media (max-width: 1024px) {
  .custom-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  overflow: hidden;
}

.product-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product-item:hover .product-img img {
  transform: scale(1.05);
}

.product-info {
  margin-top: 10px;
  flex-grow: 1;
}

.product-info h3 {
  font-size: 16px;
  line-height: 1.4;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info h3 a {
  color: #000;
  text-decoration: none;
}

.product-info h3 a:hover {
  color: #007bff;
}

.product-price {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #28a745;
}

.product-actions {
  margin-top: 15px;
}

.btn-main {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  background: #007bff;
  color: #fff;
  transition: background 0.3s ease;
}

.btn-main:hover {
  background: #0056b3;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

#naz1{
	float:right;width:32%;
}
#naz2{
	float:right;width:32%;margin-right:2%;
}

#naz3{
	float:left;width:32%;
}
#fk1{
	float:right;padding:10px;padding-top:4px;padding-bottom:4px;
}
#fk2{
	float:right;padding:10px;padding-top:4px;padding-bottom:4px;margin-right:4px}
#fk3{
	float:right;padding:10px;padding-top:4px;padding-bottom:4px;margin-right:4px}
#fk4{
	float:right;padding:10px;padding-top:4px;padding-bottom:4px;;margin-right:25px;
	}
.mmq{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1700' height='700' preserveAspectRatio='none' viewBox='0 0 1700 700'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1014%26quot%3b)' fill='none'%3e%3crect width='1700' height='700' x='0' y='0' fill='rgba(242%2c 242%2c 243%2c 1)'%3e%3c/rect%3e%3cg mask='url(%26quot%3b%23SvgjsMask1015%26quot%3b)'%3e%3cpath d='M1243 451L1485 451L1661 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1655.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1397 583L1287 473L979 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1391.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M473 319L561 407L781 407L891 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M467.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM885.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1507 297L1375 297L1331 341L1177 341L1089 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1501.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1083.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1661 187L1639 165L1639 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1655.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1633.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 187L297 209L297 231L11 517L11 561L55 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM49.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 693L121 539L55 539L33 561' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM27.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1353 165L1243 275L935 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1347.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1639 253L1639 275L1485 429L1243 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1633.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M187 99L253 99L451 297L583 297L605 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M181.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM599.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M913 187L715 187L583 319L495 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M907.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM489.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M473 671L473 517L561 429L737 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M467.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM731.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M561 231L561 253L583 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M555.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M979 407L957 407L935 385L561 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M973.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 605L1507 693L1705 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M319 231L77 473L77 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M313.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM71.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M781 671L803 693L869 693L913 649L1045 649L1155 539L1155 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M775.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1149.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1595 627L1551 583L1551 539L1485 473L1309 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1589.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1303.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M649 99L473 275L451 275L231 55' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M643.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM225.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M429 187L539 187L715 11L847 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M423.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM841.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M495 649L539 693L781 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M489.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM775.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M385 363L297 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M379.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM291.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1155 187L1221 253L1243 253L1441 55L1485 55L1573 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1149.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1567.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1375 55L1419 11L1617 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1369.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1611.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M583 473L605 451L803 451L935 583L935 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M577.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M99 297L121 297L275 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M93.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM269.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1001 363L1001 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M995.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM995.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1221 99L1221 143L1177 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1215.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1171.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1111 341L1111 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1105.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1105.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M495 473L209 473L143 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M489.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM137.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M451 99L605 99L693 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M445.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM687.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M627 55L605 55L561 11L209 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M621.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM203.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1683 55L1705 33L1705 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1677.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M55 165L55 253L11 297L11 319L99 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M49.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM93.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1067 165L957 55L957 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1061.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM951.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 649L253 649L165 561L165 539L209 495L451 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM445.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1023 671L913 671L891 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1017.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM885.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M979 561L1111 561L1133 539L1133 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M973.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1127.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M495 517L561 451L583 451' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M489.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1705 539L1617 451L1617 341L1705 253L1705 143L1683 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1699.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1677.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M297 693L297 649L187 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M291.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM181.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M99 209L77 231L77 363L99 385L121 385L275 231L275 209L253 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M93.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM247.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 451L803 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM797.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1111 77L1089 77L1045 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1105.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1039.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1639 649L1705 583L1705 561L1551 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1633.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1545.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M11 627L121 627L143 605L143 583L121 561L55 561' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M5.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM49.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1089 99L1199 99L1243 55L1265 55L1331 121L1353 121L1441 33L1507 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1083.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1501.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M143 693L143 627L165 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM159.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1705 627L1683 627L1639 671L1507 671L1485 649L1485 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1699.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1479.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1155 385L1155 451' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1149.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1149.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M693 627L649 671L539 671L495 627L495 539L561 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M687.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1023 99L979 55L979 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1017.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M583 77L583 55L561 33L495 33L407 121L407 209L451 253L473 253L517 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M577.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM511.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M341 605L341 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M335.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM335.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1243 671L1243 539L1199 495L1177 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1171.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M825 605L869 649L891 649L913 627L913 583L803 473L693 473L627 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M819.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM621.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1133 33L1133 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1127.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1127.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M869 429L869 473L957 561L957 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M863.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM951.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1199 11L1199 33L1155 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1193.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1149.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1529 297L1639 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1523.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1633.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1067 341L1023 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1061.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1017.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M759 517L715 561L715 671' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M753.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM709.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M715 55L561 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M709.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M121 583L55 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M115.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM49.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M99 121L99 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M93.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM93.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M231 121L187 121L143 77L121 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M225.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM115.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M803 341L693 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M797.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM687.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1661 451L1661 319L1705 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1655.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1111 253L1199 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1105.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1193.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M517 407L473 451L165 451L143 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M511.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM137.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1177 121L1111 187L1067 187L1023 231L1023 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1171.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1017.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M407 385L451 385L473 407L473 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M401.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM467.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M11 253L11 209L33 187L33 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M5.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM27.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M33 451L55 451L77 429L77 407L33 363L11 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M27.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM5.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1551 143L1551 253L1529 275L1485 275L1419 209L1353 209L1243 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1545.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 363L341 429L451 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM445.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1573 231L1573 165L1617 121L1617 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1567.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1611.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M319 605L363 649L451 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M313.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM445.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M627 495L649 495L671 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M621.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM665.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1265 363L1463 363L1507 319L1573 319L1617 275L1617 231L1639 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1259.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1633.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M671 517L539 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M665.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM533.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 407L935 407L979 451L1133 451' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1127.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M539 627L539 517L561 495L605 495L627 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M533.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM621.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M803 319L715 231L715 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M797.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM709.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 583L319 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM313.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 187L1441 187L1507 253L1529 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M429 363L451 363L495 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M423.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM489.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M957 143L957 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M951.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM951.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1155 33L1133 11L1001 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1149.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM995.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1045 583L979 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1039.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M715 341L715 275L693 253L671 253L561 363L539 363L517 341' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M709.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM511.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M605 341L671 275L693 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M599.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM687.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1287 693L1375 605L1397 605L1441 649L1441 671L1419 693L1309 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1281.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1303.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M825 231L825 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M819.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM819.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M385 55L319 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M379.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM313.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 143L869 165L935 165' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M55 649L55 671L33 693L11 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M49.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM5.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 77L957 77L1023 143L1023 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1017.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1265 495L1221 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1259.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1215.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1287 495L1265 517L1243 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1281.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M451 539L451 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M445.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM445.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1397 231L1309 319L1265 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1391.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1259.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M363 363L319 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M357.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM313.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M253 363L253 385L297 429L319 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M247.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM313.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M187 165L187 187L99 275' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M181.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM93.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1243 693L1287 649L1287 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1237.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1281.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1617 583L1573 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1611.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1567.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1309 561L1353 561L1375 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1303.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1369.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M891 583L891 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M885.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM885.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1177 407L1221 363L1243 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1171.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 33L869 11L935 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M869 231L869 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M863.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM863.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1155 605L1111 605L1023 693L957 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1149.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM951.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 407L1441 385L1507 385L1551 341' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1545.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M451 165L451 143L429 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M445.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM423.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M341 275L341 209L297 165L275 165' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M335.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM269.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1045 77L1067 77L1111 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1039.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1105.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1463 187L1507 231L1529 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1457.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1067 495L1067 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1061.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1061.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M451 319L407 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M445.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM401.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M825 55L627 253L583 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M819.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1199 429L1221 429L1243 407L1243 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1193.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1265 143L1199 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1259.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1193.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M297 341L275 319L253 319L165 407L165 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M291.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM159.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M891 297L891 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M885.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM885.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M649 649L671 627L671 605L649 583L627 583L561 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M643.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1287 99L1287 165L1221 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1281.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1215.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1683 319L1705 341L1705 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1677.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M363 297L385 275L407 275L429 297L429 319L407 341L385 341L363 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M357.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM357.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1639 429L1639 341' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1633.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1633.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M869 121L913 121L935 99L957 99L1001 143L1001 209L979 231L979 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M863.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1617 143L1617 165L1595 187L1595 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1611.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1589.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1573 649L1617 649L1683 583L1683 561L1551 429L1529 429L1507 451L1507 473L1595 561' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1567.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1589.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M825 143L869 99L913 99' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M819.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM907.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 143L1529 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M759 605L759 539L803 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M753.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM797.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1353 385L1287 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1347.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1281.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1111 231L1177 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1105.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1171.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M913 297L979 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M907.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M913 495L891 473L891 451L913 429L935 429L957 451L957 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M907.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM951.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1265 649L1265 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1259.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1259.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M143 33L165 55L165 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM159.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M165 693L165 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M159.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM159.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M11 385L55 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M5.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM49.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M385 77L407 55L451 55L473 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M379.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM467.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1639 539L1551 451L1529 451' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1633.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M803 253L803 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M797.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM797.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M627 649L583 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M621.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1199 627L1111 627L1045 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1193.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1039.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M341 55L319 33L297 33L275 55L275 77L297 99L319 99L341 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M335.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM335.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M737 649L781 649L803 627L803 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M731.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM797.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M429 33L341 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M423.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM335.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M55 77L55 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M49.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM49.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M671 121L737 121L759 99L759 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M665.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM753.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1331 671L1419 671' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1325.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1413.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1705 473L1661 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1699.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1655.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1617 539L1551 473L1529 473' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1611.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 473 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M407 77L363 121L341 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M401.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM335.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M671 143L649 143L583 209L583 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M665.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1441 165L1529 165' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1435.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1523.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1001 33L1023 55L1067 55L1089 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M995.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1083.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1221 583L1221 539L1199 517L1177 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1215.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1171.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M803 297L737 231L737 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M797.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM731.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1045 605L1001 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1039.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM995.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M583 539L583 583L561 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M577.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M231 77L165 11L121 11' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M225.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM115.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M473 363L495 363L517 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M467.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM511.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M77 99L55 121L55 143L121 209L121 231L99 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M71.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM93.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1287 11L1287 55L1309 77L1375 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1281.5 11 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1369.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M649 605L627 627L605 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M643.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM599.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 319L847 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM841.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1683 187L1683 253' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1677.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1677.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M913 231L935 209L935 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M907.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M275 561L275 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M269.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM269.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 385L1397 407L1287 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1281.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1023 363L1023 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1017.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1017.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1155 297L1177 319L1221 319L1243 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1149.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1237.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1199 671L1089 671L1067 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1193.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1061.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M847 231L847 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M841.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM841.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M363 671L319 671' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M357.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM313.5 671 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M231 385L275 429' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M225.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM269.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M77 121L77 143L143 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M71.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM137.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M385 583L451 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M379.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM445.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M869 627L847 605L847 539L825 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M863.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM819.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M935 363L891 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M929.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM885.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1397 143L1353 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1391.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1347.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M979 517L1001 495L1045 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M973.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1039.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M363 143L385 165L385 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M357.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM379.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M77 693L77 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M71.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM71.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M187 649L209 649L253 693' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M181.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM247.5 693 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1045 363L1133 363L1155 341L1155 319L1133 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1039.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1127.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1397 495L1331 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1391.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1325.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1595 99L1595 55' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1589.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1589.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1375 627L1397 627L1419 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1369.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1413.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1551 605L1507 561L1507 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1545.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1501.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M803 121L781 121L737 165' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M797.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM731.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M737 297L737 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M731.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM731.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M209 253L187 253L121 319L99 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M203.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM93.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M143 165L165 165L187 143L253 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M137.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM247.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1661 99L1683 99L1705 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1655.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M253 209L231 209L209 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M247.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM203.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M517 77L561 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M511.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1441 561L1397 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1435.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1391.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M473 143L495 121L583 121' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M467.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM577.5 121 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M561 561L561 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M555.5 561 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1463 539L1441 539L1419 517L1419 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1457.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1413.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1331 275L1309 275L1287 297' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1325.5 275 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1281.5 297 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M407 517L407 539L363 583L363 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M401.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM357.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1045 253L1045 231L1067 209L1155 209' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1039.5 253 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1149.5 209 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1023 539L979 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1017.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M253 33L209 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M247.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM203.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M759 341L781 363L803 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M753.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM797.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1441 583L1441 605L1463 627' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1435.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1457.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1067 429L1067 385' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1061.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1061.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1507 55L1529 55L1551 77L1551 99' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1501.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1545.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1199 605L1177 605L1155 583L1155 561L1177 539L1199 539' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1193.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1193.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M517 165L539 165L561 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M511.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM555.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M517 55L495 77L473 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M511.5 55 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM467.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M517 451L517 429L539 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M511.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM533.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M935 341L957 319L979 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M929.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M341 385L385 385L407 407' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M335.5 385 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM401.5 407 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M473 165L495 143L539 143' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M467.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM533.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M33 429L11 451L11 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M27.5 429 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM5.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M979 143L979 187' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M973.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM973.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M737 495L781 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M731.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM775.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M715 143L627 231L605 231' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M709.5 143 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM599.5 231 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 341L1375 341' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1369.5 341 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1331 605L1309 627L1309 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1325.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1303.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M627 363L671 363' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M621.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM665.5 363 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1661 77L1705 77' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1655.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1699.5 77 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M627 187L649 187L671 165' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M621.5 187 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM665.5 165 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M77 605L121 605' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M71.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM115.5 605 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1573 627L1551 627L1529 649L1507 649' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1567.5 627 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1501.5 649 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M671 539L715 495' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M665.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM709.5 495 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1419 319L1375 319' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1413.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1369.5 319 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M11 33L11 99' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M5.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM5.5 99 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M715 517L715 539L693 561L693 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M709.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM687.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1023 33L1067 33' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M1017.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM1061.5 33 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M913 451L913 473L935 495L935 517' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M907.5 451 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM929.5 517 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M253 539L253 583' stroke-width='3.67' stroke='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3cpath d='M247.5 539 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0zM247.5 583 a5.5 5.5 0 1 0 11 0 a5.5 5.5 0 1 0 -11 0z' fill='rgba(249%2c 250%2c 252%2c 1)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1014'%3e%3crect width='1700' height='700' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1015'%3e%3crect width='1700' height='700' fill='white'%3e%3c/rect%3e%3cpath d='M1240.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1658.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1394.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M470.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM888.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1504.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1086.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1658.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1636.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM52.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM30.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1350.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1636.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM602.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M910.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM492.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M470.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM734.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M558.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M976.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M316.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM74.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M778.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1152.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1592.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1306.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M646.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM228.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M426.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM844.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM778.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M382.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM294.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1152.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1570.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1372.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1614.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M580.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM272.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M998.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM998.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1218.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1174.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1108.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1108.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM140.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M448.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM690.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M624.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM206.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1680.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M52.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM96.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1064.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM954.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM448.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1020.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM888.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M976.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1130.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1702.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1680.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M294.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM184.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM250.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM800.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1108.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1042.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1636.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1548.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M8.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM52.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1086.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1504.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M140.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM162.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1702.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1482.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1152.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1152.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M690.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1020.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M580.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM514.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M338.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM338.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1240.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1174.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M822.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM624.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1130.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1130.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M866.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM954.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1196.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1152.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1526.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1636.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1064.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1020.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M756.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM712.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M712.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M118.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM52.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM96.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M228.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM118.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M800.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM690.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1658.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1108.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1196.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M514.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM140.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1174.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1020.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M404.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM470.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M8.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM30.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M30.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM8.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1548.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM448.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1570.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1614.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M316.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM448.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M624.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM668.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1262.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1636.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M668.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM536.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1130.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M536.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM624.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M800.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM712.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM316.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M426.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM492.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M954.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM954.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1152.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM998.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1042.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M712.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM514.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M602.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM690.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1306.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M822.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM822.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M382.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM316.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M52.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM8.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1020.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1262.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1218.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M448.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM448.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1394.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1262.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M360.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM316.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M250.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM316.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM96.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1240.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1284.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1614.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1570.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1306.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1372.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM888.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1174.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M866.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM866.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1152.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM954.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1548.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M448.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM426.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M338.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM272.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1042.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1108.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1460.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1064.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1064.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M448.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM404.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M822.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1196.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1262.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1196.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M294.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM162.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM888.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M646.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1218.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1680.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M360.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM360.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1636.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1636.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M866.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1614.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1592.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1570.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1592.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M822.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM910.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M756.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM800.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1350.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1284.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1108.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1174.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M910.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M910.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM954.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1262.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1262.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M140.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM162.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M162.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM162.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M8.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM52.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M382.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM470.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1636.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M800.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM800.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M624.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1196.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1042.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M338.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM338.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM800.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M426.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM338.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M52.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM52.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M668.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM756.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1328.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1416.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1702.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1658.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1614.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 473 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M404.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM338.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M668.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1438.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1526.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M998.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1086.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1218.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1174.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M800.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM734.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1042.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM998.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M580.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M228.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM118.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M470.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM514.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M74.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM96.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.25 11 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1372.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M646.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM602.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM844.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1680.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1680.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M910.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M272.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM272.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1284.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1020.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1020.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1152.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1240.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1196.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1064.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M844.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM844.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M360.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM316.25 671 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M228.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM272.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M74.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM140.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M382.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM448.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M866.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM822.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M932.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM888.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1394.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1350.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M976.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1042.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M360.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM382.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M74.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM74.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM250.25 693 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1042.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1130.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1394.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1328.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1592.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1592.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1372.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1416.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1548.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1504.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M800.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM734.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM734.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M206.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM96.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M140.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM250.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1658.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M250.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM206.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M514.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1438.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1394.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M470.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM580.25 121 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M558.25 561 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1460.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1416.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1328.25 275 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1284.25 297 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M404.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM360.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1042.25 253 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1152.25 209 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1020.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M250.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM206.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M756.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM800.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1438.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1460.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1064.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1064.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1504.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1548.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1196.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1196.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M514.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM558.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M514.25 55 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM470.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M514.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM536.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M932.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M338.25 385 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM404.25 407 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M470.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM536.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M30.25 429 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM8.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M976.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM976.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM778.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M712.25 143 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM602.25 231 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1372.25 341 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1328.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1306.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M624.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM668.25 363 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1658.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1702.25 77 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M624.25 187 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM668.25 165 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M74.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM118.25 605 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1570.25 627 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1504.25 649 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M668.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM712.25 495 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1416.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1372.25 319 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M8.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM8.25 99 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M712.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM690.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1020.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM1064.25 33 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M910.25 451 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM932.25 517 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M250.25 539 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0zM250.25 583 a2.75 2.75 0 1 0 5.5 0 a2.75 2.75 0 1 0 -5.5 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}
#br1{
	float:right;width:48%;
}
#br2{
	float:left;width:48%;
}
#br3{
	float:left;width:32%;
}
#niaz1{
	float:right;width:35%;
}
#niaz2{
	float:right;width:35%;margin-right:2%;
}
#niaz3{
	float:left;width:26%;
}

.gf1{
	position:fixed;top:35%;left:0px;z-index:99999999999999999999999999999999;padding:10px;background-color:navy;color:white;border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
}
#fil{
	display:inline-block;width:600px;margin-top:13px;margin-bottom:13px
}
.g22{
	background-color: #12052E;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%231b0a3c' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23251049' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23301854' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%233b215d' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23462C65' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%233e2a61' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2337275d' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23302559' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23292355' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23232151' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.g67{
	background-color: #E8E8E8;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23E8E8E8' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='10' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' y='10' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' x='20' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23eaeaea' y='20' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='30' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23ebebeb' y='30' width='11' height='11'/%3E%3Crect fill='%23ececec' x='40' width='11' height='11'/%3E%3Crect fill='%23ececec' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23ededed' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23ededed' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23ededed' y='40' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='50' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23efefef' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23efefef' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23efefef' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' y='50' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' x='60' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='70' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23f5f5f5' x='80' width='11' height='11'/%3E%3Crect fill='%23f5f5f5' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='90' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23fcfcfc' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23fcfcfc' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23ffffff' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23FFFFFF' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.bgz9{
background-color: #00b7ff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1719' height='1432.5' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}
.pc{
display:block;

}
.mob{
display:none;

}
#ax1 {
  display: block;
  margin: 20px auto;
  max-width: 90%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: zoom-in;
}

#ax1:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  #ax1 {
    max-width: 100%;
    border-radius: 8px;
    margin: 15px 0;
  }
}

strong{
font-size:18px;
}
.bb33{
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='75' height='75' patternTransform='scale(3) rotate(55)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M15.896-3.379a3.051 3.051 0 0 0-3.044 3.045 3.051 3.051 0 0 0 3.044 3.045A3.05 3.05 0 0 0 18.94-.334a3.05 3.05 0 0 0-3.043-3.045zm0 .764a2.275 2.275 0 0 1 2.282 2.281 2.275 2.275 0 0 1-2.282 2.281 2.275 2.275 0 0 1-2.28-2.281 2.275 2.275 0 0 1 2.28-2.281zm29.479 5.742a4.13 4.13 0 0 0-4.123 4.123 4.13 4.13 0 0 0 4.123 4.123 4.13 4.13 0 0 0 4.123-4.123 4.13 4.13 0 0 0-4.123-4.123zm0 1.03a3.086 3.086 0 0 1 3.094 3.093 3.086 3.086 0 0 1-3.094 3.094 3.086 3.086 0 0 1-3.094-3.094 3.086 3.086 0 0 1 3.094-3.094zM66.299 8.89c-3.73 0-6.78 3.048-6.78 6.779 0 3.73 3.05 6.777 6.78 6.777 3.73 0 6.777-3.046 6.777-6.777 0-3.73-3.047-6.78-6.777-6.78zm0 2.214a4.547 4.547 0 0 1 4.562 4.565 4.547 4.547 0 0 1-4.562 4.564 4.548 4.548 0 0 1-4.565-4.564 4.548 4.548 0 0 1 4.565-4.565zm-24.653 9.2a4.499 4.499 0 0 0-4.488 4.486 4.499 4.499 0 0 0 4.488 4.486 4.497 4.497 0 0 0 4.487-4.486 4.497 4.497 0 0 0-4.487-4.486zm0 1.46a3.014 3.014 0 0 1 3.026 3.026 3.014 3.014 0 0 1-3.026 3.025 3.014 3.014 0 0 1-3.025-3.025 3.014 3.014 0 0 1 3.025-3.025zm24.086 9.94A2.3 2.3 0 0 0 63.438 34a2.3 2.3 0 0 0 2.294 2.295A2.298 2.298 0 0 0 68.025 34a2.298 2.298 0 0 0-2.293-2.295zm0 .576c.953 0 1.72.766 1.72 1.719 0 .953-.767 1.719-1.72 1.719A1.714 1.714 0 0 1 64.014 34c0-.953.765-1.719 1.718-1.719zm-49.234 6.545c-2.952 0-5.363 2.413-5.363 5.365a5.376 5.376 0 0 0 5.363 5.364 5.376 5.376 0 0 0 5.363-5.364c0-2.952-2.41-5.365-5.363-5.365zm0 1.744c2.01 0 3.621 1.611 3.621 3.621s-1.61 3.621-3.621 3.621a3.608 3.608 0 0 1-3.621-3.62 3.608 3.608 0 0 1 3.621-3.622zm33.84 6.348a4.318 4.318 0 0 0-4.307 4.309 4.318 4.318 0 0 0 4.307 4.308 4.32 4.32 0 0 0 4.308-4.308 4.32 4.32 0 0 0-4.308-4.309zm0 1.398a2.9 2.9 0 0 1 2.91 2.91 2.9 2.9 0 0 1-2.91 2.91 2.898 2.898 0 0 1-2.908-2.91 2.898 2.898 0 0 1 2.908-2.91zm18.367 1.897A4.499 4.499 0 0 0 64.22 54.7a4.497 4.497 0 0 0 4.486 4.486 4.499 4.499 0 0 0 4.488-4.486 4.5 4.5 0 0 0-4.488-4.488zm0 1.463A3.014 3.014 0 0 1 71.73 54.7a3.014 3.014 0 0 1-3.025 3.026A3.014 3.014 0 0 1 65.68 54.7a3.014 3.014 0 0 1 3.025-3.025zm-36.771 1.92c-4.85 0-8.813 3.963-8.813 8.812 0 4.85 3.963 8.81 8.813 8.81 4.849 0 8.812-3.96 8.812-8.81 0-4.85-3.963-8.812-8.812-8.812zm0 2.892a5.897 5.897 0 0 1 5.918 5.92 5.896 5.896 0 0 1-5.918 5.918 5.896 5.896 0 0 1-5.918-5.918 5.897 5.897 0 0 1 5.918-5.92zM15.896 71.621a3.051 3.051 0 0 0-3.044 3.045 3.051 3.051 0 0 0 3.044 3.045 3.05 3.05 0 0 0 3.043-3.045 3.05 3.05 0 0 0-3.043-3.045zm0 .764a2.275 2.275 0 0 1 2.282 2.281 2.275 2.275 0 0 1-2.282 2.281 2.275 2.275 0 0 1-2.28-2.281 2.275 2.275 0 0 1 2.28-2.281z'  stroke-width='1' stroke='none' fill='hsla(259, 19%, 93%, 1)'/><path d='M57.973.85a3.756 3.756 0 1 0 .067 7.512A3.756 3.756 0 0 0 57.973.85zM6.449 2.625a2.357 2.357 0 1 0 0 4.714 2.357 2.357 0 0 0 0-4.714Zm24.643 7.744a3.756 3.756 0 1 0 .067 7.512 3.756 3.756 0 0 0-.067-7.512zm-17.848 5.467a2.357 2.357 0 1 0 .175 4.71 2.357 2.357 0 0 0-.175-4.71zM-.25 23.363a2.136 2.136 0 1 0 0 4.274 2.136 2.136 0 1 0 0-4.274Zm75 0a2.136 2.136 0 1 0 0 4.274 2.136 2.136 0 1 0 0-4.274Zm-49.031 5.178a2.283 2.283 0 1 0 .054 4.566 2.283 2.283 0 0 0-.054-4.566zm30.404-1.512a1.473 1.473 0 1 0 0 2.946 1.473 1.473 0 0 0 0-2.946zm-9.525 9.088a2.578 2.578 0 1 0-.001 5.156 2.578 2.578 0 0 0 0-5.156zm-41.442.93a1.473 1.473 0 1 0-.003 2.946 1.473 1.473 0 0 0 .003-2.946zm62.455 3.314a1.473 1.473 0 1 0 .001 2.946 1.473 1.473 0 0 0 0-2.946zm-33.51 2.135a1.473 1.473 0 1 0-.003 2.946 1.473 1.473 0 0 0 .004-2.946ZM8.599 56.072a3.756 3.756 0 1 0 .067 7.512 3.756 3.756 0 0 0-.067-7.512zm40.49 7.658a2.357 2.357 0 1 0-.001 4.714 2.357 2.357 0 0 0 0-4.714zm22.129 5.833a2.136 2.136 0 1 0 .072 4.27 2.136 2.136 0 0 0-.072-4.27z'  stroke-width='1' stroke='none' fill='hsla(259, 19%, 93%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(-417,-120)' fill='url(%23a)'/></svg>")
}
.myButton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}

        
.bby{
	width:100%;padding:8px;border:1px silver solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
#sef1{
	float:right;width:40%;
}


.kenburns-bottom-left{-webkit-animation:kenburns-bottom-left 5s ease-out both;animation:kenburns-bottom-left 5s ease-out both}
@-webkit-keyframes kenburns-bottom-left{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:16% 84%;transform-origin:16% 84%}100%{-webkit-transform:scale(1.25) translate(-20px,15px);transform:scale(1.25) translate(-20px,15px);-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes kenburns-bottom-left{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:16% 84%;transform-origin:16% 84%}100%{-webkit-transform:scale(1.25) translate(-20px,15px);transform:scale(1.25) translate(-20px,15px);-webkit-transform-origin:left bottom;transform-origin:left bottom}}

.bv1{
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;-webkit-box-shadow: 5px 5px 20px 5px rgba(51,3,105,0.47);
-moz-box-shadow: 5px 5px 20px 5px rgba(51,3,105,0.47);
box-shadow: 5px 5px 20px 5px rgba(51,3,105,0.47);z-index:9999999999999999999999999999999999999999
}
.bv1:hover{
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;-webkit-box-shadow: 2px 2px 10px 8px rgba(51,3,105,0.47);
-moz-box-shadow: 2px 2px 10px 8px rgba(51,3,105,0.47);
box-shadow: 2px 2px 10px 8px rgba(51,3,105,0.47);}
#lz1{
	float:right;width:15%;
}
#lz2{
	float:right;width:15%;margin-right:6%;
}
#lz3{
	float:right;width:15%;margin-right:6%;
}
#lz4{
	float:right;width:15%;margin-right:6%;
}
#lz5{
	float:left;width:15%;
}


.f66{
	background-color: #004E38;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23004E38' width='11' height='11'/%3E%3Crect fill='%23005039' x='10' width='11' height='11'/%3E%3Crect fill='%2300513a' y='10' width='11' height='11'/%3E%3Crect fill='%2300533b' x='20' width='11' height='11'/%3E%3Crect fill='%2300543c' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%2300563e' y='20' width='11' height='11'/%3E%3Crect fill='%2300573f' x='30' width='11' height='11'/%3E%3Crect fill='%23005940' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23005a41' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23005c42' y='30' width='11' height='11'/%3E%3Crect fill='%23005d43' x='40' width='11' height='11'/%3E%3Crect fill='%23005f44' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23006045' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23006246' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23006448' y='40' width='11' height='11'/%3E%3Crect fill='%23006549' x='50' width='11' height='11'/%3E%3Crect fill='%2300674a' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%2300684b' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23006a4c' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23006b4d' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23006d4e' y='50' width='11' height='11'/%3E%3Crect fill='%23006f50' x='60' width='11' height='11'/%3E%3Crect fill='%23007051' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23007252' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23007353' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23007554' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23007755' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23007856' x='70' width='11' height='11'/%3E%3Crect fill='%23007a58' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23007c59' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23007d5a' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23007f5b' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%2300805c' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%2300825d' x='80' width='11' height='11'/%3E%3Crect fill='%2300845e' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23008560' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23008761' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23008962' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23008a63' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23008c64' x='90' width='11' height='11'/%3E%3Crect fill='%23008e66' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23008f67' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23009168' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23009369' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%2300946a' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%2300966b' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%2300986d' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%2300996e' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23009b6f' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23009d70' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23009f71' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%2300a072' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%2300a274' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%2300a475' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%2300a576' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%2300a777' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%2300a978' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%2300ab7a' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%2300ac7b' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%2300AE7C' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.nnz1{
	background-color: #FFE549;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23d1ff5c'/%3E%3Cstop offset='1' stop-color='%23d1ff5c' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%237aff75'/%3E%3Cstop offset='1' stop-color='%237aff75' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2388ffb6'/%3E%3Cstop offset='1' stop-color='%2388ffb6' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE549'/%3E%3Cstop offset='1' stop-color='%23FFE549' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2399FF6E'/%3E%3Cstop offset='1' stop-color='%2399FF6E' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23A2F8FF'/%3E%3Cstop offset='1' stop-color='%23A2F8FF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
.what{
	position:fixed;left:2%;bottom:30%;z-index:99999999999999999;padding:10px;background-color:#00FF00;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
.zzq{
	
}
.zzq:hover{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}

@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
.mp1{
	display: flex;
  justify-content: center;
  align-items: center;
  width:100%;border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;;border:1px silver solid;;height:200px;text-align:center;
}
.fj1{
	background-color: #F40203;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg fill-opacity='0.95'%3E%3Crect fill='%23F40203' width='11' height='11'/%3E%3Crect fill='%23f10104' x='10' width='11' height='11'/%3E%3Crect fill='%23ef0104' y='10' width='11' height='11'/%3E%3Crect fill='%23ec0005' x='20' width='11' height='11'/%3E%3Crect fill='%23e90005' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23e60006' y='20' width='11' height='11'/%3E%3Crect fill='%23e40006' x='30' width='11' height='11'/%3E%3Crect fill='%23e10006' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23de0007' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23db0007' y='30' width='11' height='11'/%3E%3Crect fill='%23d90007' x='40' width='11' height='11'/%3E%3Crect fill='%23d60008' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23d30008' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23d10008' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23ce0009' y='40' width='11' height='11'/%3E%3Crect fill='%23cb0009' x='50' width='11' height='11'/%3E%3Crect fill='%23c90009' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23c60009' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23c3000a' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23c1000a' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23be000a' y='50' width='11' height='11'/%3E%3Crect fill='%23bb000a' x='60' width='11' height='11'/%3E%3Crect fill='%23b9000a' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23b6000a' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23b3000a' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23b1000a' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23ae000a' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23ab000a' x='70' width='11' height='11'/%3E%3Crect fill='%23a9000a' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23a6000a' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23a4000a' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23a1000a' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%239e000a' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%239c000a' x='80' width='11' height='11'/%3E%3Crect fill='%2399000a' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%2397000a' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%2394000a' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%2391000a' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%238f000a' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%238c000a' x='90' width='11' height='11'/%3E%3Crect fill='%238a0009' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23870009' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23850009' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23820009' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23800008' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%237d0008' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%237b0008' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23780007' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23760007' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23730006' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23710006' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%236e0005' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%236c0005' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23690004' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23670104' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23650103' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23620103' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23600102' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%235d0102' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%235B0101' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.bbz{
background-color: #ffff00;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff8000'/%3E%3Cstop offset='1' stop-color='%23ff8000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300ff19'/%3E%3Cstop offset='1' stop-color='%2300ff19' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239900ff'/%3E%3Cstop offset='1' stop-color='%239900ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffff00'/%3E%3Cstop offset='1' stop-color='%23ffff00' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23FF0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230CF'/%3E%3Cstop offset='1' stop-color='%230CF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;}
#box11{
	float:right;width:24%;margin-bottom:2%;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px silver solid;
}
#box12{
	float:right;width:24%;margin-bottom:2%;margin-right:1.3%;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px silver solid;

}
#box13{
	float:right;width:24%;margin-bottom:2%;margin-right:1.3%;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px silver solid;

}
#box14{
	float:left;width:24%;margin-bottom:2%;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px silver solid;

}
#ax10{
	max-width:90%;margin-top:15px;margin-bottom:15px;border:2px #FFCC00 solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.wobble-hor-bottom{-webkit-animation:wobble-hor-bottom .8s both;animation:wobble-hor-bottom .8s both}

.rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	        animation: rotate-center 0.6s ease-in-out both;
}

.bg81{
	background:white;
}
.bgs1{
	background-color: #ffaa00;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbe00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd914' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe529' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffef3d' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff852' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.bgs2{
	background-color: #140340;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23140340' width='11' height='11'/%3E%3Crect fill='%23140341' x='10' width='11' height='11'/%3E%3Crect fill='%23140442' y='10' width='11' height='11'/%3E%3Crect fill='%23140443' x='20' width='11' height='11'/%3E%3Crect fill='%23140444' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23140445' y='20' width='11' height='11'/%3E%3Crect fill='%23140446' x='30' width='11' height='11'/%3E%3Crect fill='%23140547' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23140548' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%2315054a' y='30' width='11' height='11'/%3E%3Crect fill='%2315054b' x='40' width='11' height='11'/%3E%3Crect fill='%2315054c' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%2315054d' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%2315064e' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%2315064f' y='40' width='11' height='11'/%3E%3Crect fill='%23150650' x='50' width='11' height='11'/%3E%3Crect fill='%23150651' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23150652' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23150653' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23160654' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23160656' y='50' width='11' height='11'/%3E%3Crect fill='%23160657' x='60' width='11' height='11'/%3E%3Crect fill='%23160658' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23160659' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%2316065a' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%2316065b' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%2316065c' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%2316065d' x='70' width='11' height='11'/%3E%3Crect fill='%2316065f' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23160660' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23160661' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23160662' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23160663' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23160664' x='80' width='11' height='11'/%3E%3Crect fill='%23160765' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23160767' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23160768' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23160769' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%2316076a' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%2316076b' x='90' width='11' height='11'/%3E%3Crect fill='%2316076c' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%2316076e' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%2316076f' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23160770' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23160771' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23160772' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23150773' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23150775' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23150776' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23150777' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23150778' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23150779' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%2315087b' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%2314087c' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%2314087d' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%2314087e' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%2314087f' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23140881' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23130882' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23130883' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
#tel{
	float:right;
}
#teli{
	float:right;border:1px silver solid;padding:2px;padding-right:5px;padding-left:5px;background:#00CC00;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
#teli2{
	float:right;border:1px silver solid;padding:2px;padding-right:5px;padding-left:5px;background:#00CC00;margin-right:6px;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}
#pr1{
width:45%;float:right;padding:10px;border:2px silver solid;text-align:center;
}
#pr2{
width:53%;float:left;
}

#f1{
	float:right;width:30%;
}
#f2{
	float:right;width:30%;margin-right:2%;
}
#f3{
	float:left;width:65%;
}
#con1{
	float:right;width:60%;
}
#con2{
	float:left;width:37%;
}
#menu2{
	display:none;
}
#prod1{
	float:right;width:24%;-webkit-box-shadow: 1px 1px 1px 1px #C3D6C3; 
box-shadow: 1px 1px 1px 1px #C3D6C3;margin-bottom:2%;}
#prod2{
	float:right;width:24%;margin-right:1.3%;-webkit-box-shadow: 1px 1px 1px 1px #C3D6C3; 
box-shadow: 1px 1px 1px 1px #C3D6C3;margin-bottom:2%;
}
#prod3{
	float:right;width:24%;margin-right:1.3%;-webkit-box-shadow: 1px 1px 1px 1px #C3D6C3; 
box-shadow: 1px 1px 1px 1px #C3D6C3;margin-bottom:2%;
}
#prod4{
	float:left;width:24%;-webkit-box-shadow: 1px 1px 1px 1px #C3D6C3; 
box-shadow: 1px 1px 1px 1px #C3D6C3;margin-bottom:2%;
}
.mo{
	padding:3px;padding-right:30px;padding-left:30px;border:2px yellow solid;cursor:pointer;
}
.mo:hover{
	border-radius: 22px 22px 22px 22px;
-moz-border-radius: 22px 22px 22px 22px;
-webkit-border-radius: 22px 22px 22px 22px;
}


#vnp1{
	float:right;width:24%;border:1px #E1E1E1 solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:1.3%;
}
#vnp2{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:1.3%;
}
#vnp3{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:1.3%;
}
#vnp4{
	float:left;width:24%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:1.3%;
}



#np1{
	float:right;width:24%;border:1px #E1E1E1 solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:2%;
}
#np2{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:1.3%;
}
#np3{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:2%;
}
#np4{
	float:left;width:24%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:2%;
}
#cat1{
	float:right;width:32%;background-color:white;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:3%;
}
#cat2{
	float:right;width:32%;margin-right:2%;background-color:white;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:3%;
}
#cat3{
	float:left;width:32%;background-color:white;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:3%;

}
#cat4{
	float:left;width:24%;
}
.fk1{
background-color:#0000CC;color:white;	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.fk1:hover{
	border-radius: 12px 12px 12px 12px;
-moz-border-radius: 12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;background-color:#000066;
}
.bg82{
background-color: #ffaa00;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f4ff00' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2395ff00' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2335ff00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2300ff2a' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2300FF8A' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2327ff9f' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234dffb3' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2374ffc5' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%239affd7' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23C1FFE7' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;}
#ab1{
	float:left;width:37%;line-height:33px;text-align:justify;text-align:left;
}
#ab2{
	float:right;width:58%;line-height:33px;text-align:justify;padding-top:30px;
}
.btn8{
	padding:4px;padding-right:22px;cursor:pointer;
}
.btn8:hover{
	color:blue;font-weight:bold;
}
.rad{
width:100%;padding:5px;border:1px silver solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;background-color:#F0F0F0;}

#lang{
	float:right;margin-top:4px;
}
.lng{
	padding:2px;font-size:14px;padding-right:10px;padding-left:10px;background:#CCCCCC;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;color:blue;

}
#sos{
	float:left;padding-top:4px;
}

#menu{
	float:right;margin-top:23px;
}
@font-face {
    font-family: 'weblogmayekan';
	src: url("fonts/iran-yekan-400.eot");
	src: url("fonts/iran-yekan-400.eot?#iefix") format("embedded-opentype"),
		 url("fonts/iran-yekan-400.woff2") format("woff2"),
		 url("fonts/iran-yekan-400.woff") format("woff"),
		 url("fonts/iran-yekan-400.ttf") format("truetype");
	font-weight: 300;
}
#search{
	float:right;width:220px;
}
*{
	font-family:weblogmayekan;font-size:16px;
}

*{
	font-family:weblogmayekan;font-size:16px;
}
#container { direction: rtl; width: 100%; margin: 0 auto;background-color:white;}
body{
background-color:#ded9d2;
}
a:hover {
    text-decoration:none;
    }
#content1{
height:auto;margin-bottom:0px;
}#ccontent1{
width:94%; margin: 0 auto;display:table ;height:auto;
}
#logo{
float:left;margin-top:8px;margin-bottom:8px;
}
#title{
float:right;margin-right:0px;margin-top:15px;text-align:right;line-height:32px;
}
#k{
width:24%;height:370px;display:inline-block;margin:0.1%;border:1px silver solid;-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;margin-bottom:15px;background:white;}

#kk{
width:24%;height:200px;display:inline-block;margin:0.3%;border:1px silver solid;--webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;margin-bottom:15px;background:#000066;}





#mob{
display:none;
}
#box2{
width:240px;height:200px;display:inline-block;margin:15px;
}
#menu2{
display:none;float:left;
}
#nnews1{
float:right;width:20%;height:100px;
}
#nnews2{
height:120px;overflow:hidden;width:78%;float:left;
}
#ninews{
height:100px;width:150px;
}
.rotate{
transition: 1s ease;
}

.rotate:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}
h1{
font-size:20px;padding:0px;margin:0px;font-weight:bold;
}
h2{
font-size:16px;padding:0px;margin:0px;font-weight:bold;color:#333333;
}
h3{
font-size:14px;padding:0px;margin:0px;
}
@media only screen and (max-width: 1200px) {

#nnews1{
float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:870px;float:left;
}
#ninews{
height:100px;width:150px;
}

#mob{
display:block;
}


}
@media only screen and (max-width: 1050px) {

#menu2{
display:block;
}
#menu{
display:none;
}

#nnews1{
float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:670px;float:left;
}
#ninews{
height:100px;width:150px;
}





}


@media only screen and (max-width: 800px) {
#menu2{
display:block;
}




#u1{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#u2{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#u3{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#u4{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#u5{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#u6{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}


#p1{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#p2{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#p3{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}
#p4{
width:48%;display:inline-block;margin:0x;margin:0.3%;margin-bottom:1%;float:none;
}

#r1{
width:100%;;
}
#l1{
width:100%;padding-top:5px;margin-top:5px;border-top:1px silver solid;
}

#copy{
width:100%;text-align:center;padding-bottom:10px;
}
#insta{
width:100%;text-align:center;
}

#nnews1{
float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:490px;float:left;
}
#ninews{
height:100px;width:150px;
}
#k1{
width:48%;margin:0.8%;border:0px;
}
#k2{
width:48%;margin:0.8%;border:0px;
}
#k3{
width:48%;margin:0.8%;border:0px;
}
#k4{
width:48%;margin:0.8%;border:0px;
}

.cols {
    -moz-column-count:2;
    -moz-column-gap: 3%;
    -moz-column-width: 45%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 45%;
    column-count: 2;
    column-gap: 3%;
    column-width: 45%;
}
#negah1{
width:49%;float:right;margin:0px;
}
#negah2{
width:49%;float:left;margin:0px;
}
#negah3{
width:49%;float:right;margin:0px;
}
#negah4{
width:49%;float:left;margin:0px;
}



#nw1{
width:49%;float:right;margin:0px;margin-bottom:2%;
}
#nw2{
width:49%;float:left;margin:0px;margin-bottom:2%;
}
#nw3{
width:49%;float:right;margin:0px;margin-bottom:2%;
}
#nw4{
width:49%;float:left;margin:0px;margin-bottom:2%;
}

#aks1{
width:49%;float:right;margin:0px;margin-bottom:2%;
}
#aks2{
width:49%;float:left;margin:0px;margin-bottom:2%;
}
#aks3{
width:49%;float:right;margin:0px;margin-bottom:2%;
}
#aks4{
width:49%;float:left;margin:0px;margin-bottom:2%;
}



}


@media only screen and (max-width: 750px) {




#nw1{
width:100%;
}
#nw2{
width:100%;
}
#nw3{
width:100%;
}
#nw4{
width:100%;
}



.rotate{
transition: 1s ease;
}

.rotate:hover{
-webkit-transform: rotateZ(-0deg);
-ms-transform: rotateZ(-0deg);
transform: rotateZ(-0deg);
transition: 1s ease;
}
#ccontent1{
width:95%;padding:5px;padding-right:5%;padding-left:5%;
}
#nnews1{
float:right;width:100%;height:200px;text-align:right;
}
#nnews2{
height:100px;overflow:hidden;width:100%;float:left;
}
#ninews{
height:200px;width:300px;
}
#news1{
width:100%;margin:0px;margin-bottom:10px;
}
#q1{
width:100%;margin:0px;margin-bottom:20px;height:300px;
}
#pro{
height:250px;
}


#f1{
width:100%;
}

#f2{
width:100%;margin:0px;margin-top:14px;margin-bottom:14px;border-top:2px silver solid;padding-top:20px;
}

#f3{
width:100%;padding:0px;margin-top:14px;;border-top:2px silver solid;padding-top:20px;
}

#box11{width:49%;margin:0px;margin-bottom:10px;text-align:center;float:right;
}
#box12{width:49%;margin:0px;margin-bottom:10px;text-align:center;float:left;
}
#box13{width:49%;margin:0px;margin-bottom:10px;text-align:center;float:right;
}
#box14{width:49%;margin:0px;margin-bottom:10px;text-align:center;float:left;
}

#pr1{
width:100%;margin-bottom:10px;
}
#pr2{
width:100%;
}
img{
max-width:100%;
}
#pc{
display:none;
}
img{
max-width:100%;
}
#date{
text-align:center;width:100%;padding:0px;margin:0px;

}
#tel{
float:right;

}
#logo{
width:100%;text-align:center;padding-top:12px;padding-bottom:12px;
}
#box1{
width:100%;margin:0px;margin-bottom:15px;
}
#news{
width:100%;margin:0px;margin-bottom:15px;
}
#z2{
width:100%;margin:0px;margin-bottom:10px;
}
img{
max-width:100%;
}
#title{
margin-right:0px;margin-top:10px;width:100%;text-align:center;
}
#l2{
width:100%;text-align:center;margin-top:24px;
}
#k{
width:100%;margin:0px;margin-bottom:14px;
}
#kk{
width:100%;margin:0px;margin-bottom:14px;
}
#t1{
width:100%;text-align:center;
}

#k1{
width:100%;margin:0x;border:0px;
}
#k2{
width:100%;margin:0x;border:0px;
}
#k3{
width:100%;margin:0x;border:0px;
}
#k4{
width:100%;margin:0x;border:0px;
}
#kk1{
width:100%;margin:0px;border:0px;margin-bottom:14px;
}
#kk2{
width:100%;margin:0px;border:0px;margin-bottom:14px;
}
#kk3{
width:100%;margin:0px;border:0px;margin-bottom:14px;
}
#log{
width:100%;text-align:center;padding-bottom:12px;
}
#n1{
width:100%;margin:0px;margin-bottom:10px;
}
#n2{
width:100%;margin:0px;margin-bottom:10px;
}
#n3{
width:100%;margin:0px;margin-bottom:10px;
}

.pc{
display:none;

}
.mob{
display:block;

}
#onvan{
	width:100%;text-align:center;padding-bottom:15px;margin-bottom:9px;border-bottom:1px silver solid
}
#ch1{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#ch2{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#ch3{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#ch4{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#ch5{
	width:100%;margin:0px;margin-bottom:2%;
}
#ab1{
	width:100%;margin-bottom:2%;
}
#ab2{
	width:100%;margin-bottom:2%;
}
#ser1{
	float:right;width:49%;margin:0px;margin-bottom:1.5%;
}
#ser2{
	float:left;width:49%;margin:0px;margin-bottom:1.5%;
}
#ser3{
	float:right;width:49%;margin:0px;margin-bottom:1.5%;
}
#ser4{
	float:left;width:49%;margin:0px;margin-bottom:1.5%;
}
#ser5{
	float:left;width:100%;margin:0px;margin-bottom:1.5%;
}
#w1{
	float:right;width:49%;margin:0px;margin-bottom:1.5%;
}
#w2{
	float:left;width:49%;margin:0px;margin-bottom:1.5%;
}
#w3{
	float:right;width:49%;margin:0px;margin-bottom:1.5%;
}
#w4{
	float:left;width:49%;margin:0px;margin-bottom:1.5%;
}
#fix1{
	display:block;direction:ltr;z-index:999999999999999999999;font-size:20px;
}
#search{
	width:34%;
}
#cat1{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#cat2{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#cat3{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#cat4{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#np1{
	width:100%;margin:0px;margin-bottom:2%;
}
#np2{
	width:100%;margin:0px;margin-bottom:2%;
}
#np3{
	width:100%;margin:0px;margin-bottom:2%;
}
#np4{
	width:100%;margin:0px;margin-bottom:2%;
}


#prod1{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#prod2{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#prod3{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#prod4{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#prod5{
	float:left;width:100%;margin:0px;margin-bottom:2%;
}
#con1{
	width:100%;margin-bottom:2%;
}
#con2{
	width:100%;margin-bottom:2%;
}
#vnp1{
float:right;width:49%;margin:0px;margin-bottom:2%;
}
#vnp2{
float:left;width:49%;margin:0px;margin-bottom:2%;
}
#vnp3{
float:right;width:49%;margin:0px;margin-bottom:2%;
}
#vnp4{
float:left;width:49%;margin:0px;margin-bottom:2%;
}
#vnp5{
float:left;width:100%;margin:0px;margin-bottom:2%;
}

#fil{
	width:90%;
}
#fk1{
	float:right;margin:0px;width:48%;margin-bottom:2%;
}
#fk2{
	float:left;margin:0px;width:48%;margin-bottom:2%;
}
#fk3{
	float:right;margin:0px;width:48%;margin-bottom:2%;
}
#fk4{
	float:left;margin:0px;width:48%;margin-bottom:2%;
	}

}