Further updates based on new designs

This commit is contained in:
Connor Chan 2019-09-18 13:48:08 -07:00
parent 04de25cf14
commit 7f8b546b79
24 changed files with 870 additions and 254 deletions

View File

@ -9,15 +9,18 @@ $page-width: 1280px;
$page-padding: 60px;
$page-padding-small: 30px;
$dark-background-color: #183d54;
$darkish-background-color: #f4f5f7;
$light-background-color: #f3f5fa;
$red: #f3807b;
$blue: #96ffe0;
$dark-blue: #35d0ba;
$orange: #f3c47b;
$brown: #d8ae64;
$white: #FFFFFF;
$dark-text: #505a72;
$muted-text: #c7ced3;
$dark-blue-text: #183d54;
$header-font: "Avenir";
$body-font: "Avenir-Roman";

View File

@ -49,12 +49,18 @@
}
}
#kinds {
text-align: center;
#providers {
background-color: $darkish-background-color;
padding-bottom: 30px;
h2 {
margin-top: 100px;
font-weight: 900;
margin-top: 55px;
margin-bottom: 30px;
font-weight: 900;
}
p {
margin-bottom: 50px;
}
a {
@ -67,52 +73,6 @@
}
}
p {
margin: 25px 0;
}
.img {
margin-top: 0;
height: 93px;
display: flex;
justify-content: center;
align-items: flex-end;
}
h4 {
margin-top: 40px;
margin-bottom: 20px;
}
.specific-kind {
margin-top: 10px;
}
.footer {
p {
font-size: 14px;
margin-bottom: 30px;
&:first-child {
margin-top: 0;
}
}
}
}
#providers {
padding-bottom: 90px;
h2 {
margin-top: 55px;
margin-bottom: 30px;
font-weight: 900;
}
p {
margin-bottom: 50px;
}
img {
vertical-align: middle;
margin-right: 70px;
@ -121,7 +81,7 @@
margin-right: 0;
}
@media (max-width: $sm-width) {
@media (max-width: $md-width) {
margin: 40px auto 0;
display: block;
@ -165,45 +125,53 @@
}
}
#features {
background-color: $light-background-color;
padding-bottom: 90px;
#blueprint {
background: $dark-background-color;
color: $white;
padding: 45px 0;
h2 {
margin-top: 100px;
margin-bottom: 30px;
font-weight: 900;
.blueprint-header {
margin-bottom: 35px;
}
.blueprint-item {
text-align: left;
padding-bottom: 25px;
}
p {
font-size: 22px;
line-height: 34px;
margin: 25px 0;
.blueprint-bullet img {
margin-top: 5px;
}
h3 {
margin-top: 40px;
margin-bottom: 30px;
margin-top: 0;
}
.feature {
padding: 0 45px;
p {
font-size: 16px;
}
@media (max-width: $sm-width) {
padding: 0;
.blueprint-img {
display: flex;
align-items: center;
justify-content: center;
img {
max-width: 95%;
width: auto;
max-height: 720px;
height: auto;
}
p {
font-size: 16px;
line-height: 1.56;
margin-bottom: 20px;
@media (max-width: $md-width) {
display: none;
}
}
}
#use-cases {
background-color: $red;
color: white;
background-color: $white;
color: $dark-blue-text;
text-align: left;
padding-top: 80px;
padding-bottom: 65px;
@ -239,20 +207,18 @@
}
#testimonials {
padding-top: 50px;
padding-bottom: 100px;
padding-top: 100px;
.testimonial {
padding: 0 58px;
padding: 0 58px 100px;
text-align: left;
@media (max-width: $sm-width) {
padding: 0 38px;
padding: 0 38px 75px;
}
h3 {
line-height: 1.67;
margin-top: 50px;
margin-bottom: 35px;
font-weight: 900;
}
@ -275,8 +241,14 @@
font-family: $header-font;
}
.signature img {
margin-top: 20px;
.exec-img {
display: inline-block;
}
.exec-info {
vertical-align: text-bottom;
display: inline-block;
margin-left: 15px;
}
}
}

6
images/agenda.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(2 1)">
<rect width="18" height="18" y="2" rx="2"/>
<path d="M13 0v4M5 0v4M0 8h18"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 338 B

BIN
images/bassam.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
images/bassam@2x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
images/bassam@3x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/blueprint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

6
images/cycle.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M21 3.91v5.454h-5.455M1 18.455V13h5.455"/>
<path d="M3.282 8.455a8.182 8.182 0 0 1 13.5-3.055L21 9.364M1 13l4.218 3.964a8.182 8.182 0 0 0 13.5-3.055"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 395 B

5
images/extensibility.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M4 8l-3 3 3 3M8 4l3-3 3 3M14 18l-3 3-3-3M18 8l3 3-3 3M1 11h20M11 1v20"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 308 B

602
images/feature-4.svg Normal file
View File

@ -0,0 +1,602 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="554" height="500" viewBox="0 0 554 500">
<defs>
<path id="a" d="M.56.28h.28v.28H.56z"/>
<path id="c" d="M.56.28h.28v.28H.56z"/>
<path id="e" d="M.56.28h.28v.28H.56z"/>
<path id="g" d="M.56.28h.28v.28H.56z"/>
<path id="i" d="M0 .275h14.972v14.973H0z"/>
<path id="k" d="M.74.473h6.91v6.91H.74z"/>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="#FFF" d="M111.972 446.073c-21.166-30.209-13.774-71.813 16.51-92.926a67.499 67.499 0 0 1 5.136-3.232c3.61-23.437 16.422-45.425 37.446-60.082 31.15-21.716 71.253-21.05 101.189-1.433.734-.556 1.47-1.11 2.233-1.641 31.271-21.801 74.341-14.188 96.197 17.005a69.187 69.187 0 0 1 6.668 11.845c13.846-4.933 29.822-.287 38.65 12.314a33.388 33.388 0 0 1 3.934 7.46c18.76-7.626 40.966-1.623 53.061 15.638 14.035 20.029 9.133 47.614-10.947 61.614-13.402 9.343-30.173 10.261-44.02 3.892a33.38 33.38 0 0 1-7.578 7.3c-8.083 5.636-17.794 7.21-26.701 5.157-4.917 8.648-11.79 16.367-20.502 22.441-14.418 10.053-31.344 13.837-47.543 11.954a89.964 89.964 0 0 1-20.155 19.313c-36.186 25.227-84.46 20.258-114.83-9.558-25.483 5.39-52.885-4.422-68.748-27.061"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M111.972 446.073c-21.166-30.209-13.774-71.813 16.51-92.926a67.499 67.499 0 0 1 5.136-3.232c3.61-23.437 16.422-45.425 37.446-60.082 31.15-21.716 71.253-21.05 101.189-1.433.734-.556 1.47-1.11 2.233-1.641 31.271-21.801 74.341-14.188 96.197 17.005a69.187 69.187 0 0 1 6.668 11.845c13.846-4.933 29.822-.287 38.65 12.314a33.388 33.388 0 0 1 3.934 7.46c18.76-7.626 40.966-1.623 53.061 15.638 14.035 20.029 9.133 47.614-10.947 61.614-13.402 9.343-30.173 10.261-44.02 3.892a33.38 33.38 0 0 1-7.578 7.3c-8.083 5.636-17.794 7.21-26.701 5.157-4.917 8.648-11.79 16.367-20.502 22.441-14.418 10.053-31.344 13.837-47.543 11.954a89.964 89.964 0 0 1-20.155 19.313c-36.186 25.227-84.46 20.258-114.83-9.558-25.483 5.39-52.885-4.422-68.748-27.061z"/>
<path fill="#99B4CC" fill-opacity=".5" d="M118.967 441.956c14.73 21.046 40.263 30.192 64.517 25.51a3.593 3.593 0 0 1 3.144.898c29.136 27.128 75 30.773 109.87 6.435 7.186-5.015 13.402-10.867 18.615-17.332a3.596 3.596 0 0 1 3.079-1.327c15.116 1.116 30.81-2.81 44.357-12.265 7.823-5.46 14.151-12.217 18.914-19.759.758-1.2 2.123-1.87 3.529-1.671 7.97 1.132 16.458-.67 23.675-5.709a33.662 33.662 0 0 0 5.862-5.198c.966-1.083 2.493-1.5 3.851-.987 12.898 4.861 28.097 3.406 40.479-5.237 11.548-8.059 18.058-20.554 18.773-33.356.152-2.74-2.732-4.692-5.177-3.437-11.275 5.788-24.139 6.306-35.278 2.107-1.36-.513-2.888-.098-3.854.985a33.577 33.577 0 0 1-5.862 5.2c-7.216 5.037-15.706 6.839-23.675 5.708-1.406-.2-2.771.47-3.529 1.671-4.763 7.542-11.09 14.297-18.915 19.758-13.546 9.456-29.239 13.382-44.355 12.265a3.596 3.596 0 0 0-3.08 1.329c-5.213 6.465-11.428 12.316-18.614 17.33-34.87 24.339-80.735 20.694-109.871-6.434a3.597 3.597 0 0 0-3.144-.897c-24.254 4.68-49.787-4.466-64.516-25.512-6.854-9.79-10.48-20.889-11.125-32.09-.193-3.353-4.535-4.496-6.502-1.77-15.633 21.676-16.962 51.217-1.168 73.785"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.182" d="M418.227 331.57a33.13 33.13 0 0 1 1.708 3.812c18.76-7.626 40.967-1.623 53.061 15.639 14.035 20.029 9.133 47.615-10.946 61.613-13.402 9.343-30.174 10.262-44.022 3.893a33.38 33.38 0 0 1-7.577 7.3c-8.083 5.636-17.793 7.21-26.701 5.157-4.916 8.647-11.788 16.367-20.502 22.44-14.418 10.053-31.344 13.838-47.542 11.955a89.97 89.97 0 0 1-20.156 19.313c-36.186 25.228-84.46 20.257-114.83-9.558-25.483 5.39-52.885-4.422-68.748-27.061-21.166-30.209-13.774-71.813 16.51-92.926a67.892 67.892 0 0 1 5.136-3.232c3.61-23.438 16.422-45.425 37.446-60.082 31.15-21.716 71.253-21.05 101.189-1.433a70.26 70.26 0 0 1 2.233-1.641 69.04 69.04 0 0 1 21.4-10.02M305.022 275.447a72.7 72.7 0 0 1 2.242-.3"/>
<path fill="#FFF" d="M262.429 313.585l-14.886 8.228-3.048-1.543v-3.085l17.934-9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 313.585l-14.886 8.228-3.048-1.543v-3.085l17.934-9.943zM244.495 320.692l17.934-10.088"/>
<path fill="#FFF" d="M269.154 313.585l14.885 8.228 3.049-1.543v-3.085l-17.934-9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 313.585l14.885 8.228 3.049-1.543v-3.085l-17.934-9.943zM287.088 320.692l-17.934-10.088"/>
<path fill="#FFF" d="M247.856 298.482v.176l-2.955-1.575v-3.323l17.384-9.971v6.297l-10.952 6.473"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M247.856 298.482v.176l-2.955-1.575v-3.323l17.384-9.971v6.297l-10.952 6.473M244.495 297.154l17.934-10.088"/>
<path fill="#FFF" d="M269.154 290.995l14.885 8.4 3.049-1.543v-3.256l-17.934-9.772z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 290.995l14.885 8.4 3.049-1.543v-3.256l-17.934-9.772zM287.088 297.154l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 267.629l-14.886 8.228-3.048-1.542v-3.086l17.934-9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 267.629l-14.886 8.228-3.048-1.542v-3.086l17.934-9.943zM244.495 274.736l17.934-10.088"/>
<path fill="#FFF" d="M269.154 267.629l14.885 8.228 3.049-1.542v-3.086l-17.934-9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 267.629l14.885 8.228 3.049-1.542v-3.086l-17.934-9.943zM287.088 274.736l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 245.113l-14.886 8.327-3.048-1.562v-3.122l17.934-9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 245.113l-14.886 8.327-3.048-1.562v-3.122l17.934-9.888zM244.495 251.198l17.934-10.088"/>
<path fill="#FFF" d="M269.154 245.113l14.885 8.327 3.049-1.562v-3.122l-17.934-9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 245.113l14.885 8.327 3.049-1.562v-3.122l-17.934-9.888zM287.088 251.198l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 223.914l-14.886 8.229-3.048-1.543v-3.085l17.934-9.944z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 223.914l-14.886 8.229-3.048-1.543v-3.085l17.934-9.944zM244.495 229.901l17.934-10.088"/>
<path fill="#FFF" d="M269.154 223.914l14.885 8.229 3.049-1.543v-3.085l-17.934-9.944z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 223.914l14.885 8.229 3.049-1.543v-3.085l-17.934-9.944zM287.088 229.901l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 200.278l-14.886 8.326-3.048-1.561v-3.123l17.934-9.887z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 200.278l-14.886 8.326-3.048-1.561v-3.123l17.934-9.887zM244.495 207.484l17.934-10.088"/>
<path fill="#FFF" d="M269.154 200.278l14.885 8.326 3.049-1.561v-3.123l-17.934-9.887z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 200.278l14.885 8.326 3.049-1.561v-3.123l-17.934-9.887zM287.088 207.484l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 177.787l-14.886 8.4-3.048-1.543v-3.257l17.934-9.772z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 177.787l-14.886 8.4-3.048-1.543v-3.257l17.934-9.772zM244.495 185.066l17.934-10.088"/>
<path fill="#FFF" d="M274.774 174.412l-6.258-3.5v6.298l14.428 8.571 2.955-1.574v-3.323l-7.474-4.374"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M274.774 174.412l-6.258-3.5v6.298l14.428 8.571 2.955-1.574v-3.323l-7.474-4.374M287.088 185.066l-17.934-10.088"/>
<path fill="#FFF" d="M262.429 155.443l-14.886 8.326-3.048-1.388v-3.295l17.934-9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 155.443l-14.886 8.326-3.048-1.388v-3.295l17.934-9.888zM244.495 161.527l17.934-10.087"/>
<path fill="#DCE7F2" d="M269.154 155.443l14.885 8.326 3.049-1.388v-3.295l-17.934-9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 155.443l14.885 8.326 3.049-1.388v-3.295l-17.934-9.888zM287.088 161.527l-17.934-10.087"/>
<path fill="#FFF" d="M265.791 152.073l3.363-1.754v203.19l-3.363 1.93z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M265.791 152.073l3.363-1.754v203.19l-3.363 1.93z"/>
<path fill="#FFF" d="M265.791 152.073l-3.362-1.754v203.19l3.362 1.93z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M265.791 152.073l-3.362-1.754v203.19l3.362 1.93z"/>
<path fill="#FFF" d="M289.264 321.895v20.857l-3.6 1.057V143.777l3.6-1.752v174.26"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M289.264 321.895v20.857l-3.6 1.057V143.777l3.6-1.752v174.26"/>
<path fill="#DCE7F2" d="M283.829 243.425v100.798l3.186-.414V140.232l-3.186-1.93v99.858"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M283.829 243.425v100.798l3.186-.414V140.232l-3.186-1.93v99.858"/>
<path fill="#DCE7F2" d="M244.495 139.74l3.362-1.751v203.194l-3.362 1.927z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.229" d="M244.495 139.74l3.362-1.751v203.194l-3.362 1.927z"/>
<path fill="#FFF" d="M241.788 271.23v70.476l3.398 1.928V143.778l-3.398-1.928v119.037"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.229" d="M241.788 271.23v70.476l3.398 1.928V143.778l-3.398-1.928v119.037"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M241.692 263.713v.75"/>
<path fill="#FFF" d="M269.154 330.14l14.885-8.327 3.049 1.388v3.296l-17.934 9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 330.14l14.885-8.327 3.049 1.388v3.296l-17.934 9.888z"/>
<path fill="#FFF" d="M262.429 330.14l-14.886-8.327-3.048 1.388v3.296l17.934 9.888z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 330.14l-14.886-8.327-3.048 1.388v3.296l17.934 9.888zM244.495 324.055l17.934 10.088M287.088 324.055l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 307.624l-14.886-8.228-3.048 1.543v3.085l17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 307.624l-14.886-8.228-3.048 1.543v3.085l17.934 9.943zM244.495 300.516l17.934 10.088"/>
<path fill="#FFF" d="M269.154 307.624l14.885-8.228 3.049 1.543v3.085l-17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 307.624l14.885-8.228 3.049 1.543v3.085l-17.934 9.943zM287.088 300.516l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 284.257l-14.886-8.4-3.048 1.543v3.257l17.934 9.772z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 284.257l-14.886-8.4-3.048 1.543v3.257l17.934 9.772zM244.495 278.099l17.934 10.088"/>
<path fill="#FFF" d="M269.154 284.257l14.885-8.4 3.049 1.543v3.257l-17.934 9.772z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 284.257l14.885-8.4 3.049 1.543v3.257l-17.934 9.772zM287.088 278.099l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 261.668l-14.886-8.228-3.048 1.542v3.086l17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 261.668l-14.886-8.228-3.048 1.542v3.086l17.934 9.943zM244.495 254.56l17.934 10.088"/>
<path fill="#FFF" d="M277.034 256.325l5.91-3.497 2.955 1.574v3.149l-17.383 10.145v-6.472l5.91-3.499"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M277.034 256.325l5.91-3.497 2.955 1.574v3.149l-17.383 10.145v-6.472l5.91-3.499M287.088 254.56l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 240.543l-14.886-8.4-3.048 1.543v3.257l17.934 9.771z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 240.543l-14.886-8.4-3.048 1.543v3.257l17.934 9.771zM244.495 233.264l17.934 10.088"/>
<path fill="#FFF" d="M282.944 231.55v-.176l2.955 1.575v3.324l-17.383 9.97v-6.298l7.475-4.373"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M282.944 231.55v-.176l2.955 1.575v3.324l-17.383 9.97v-6.298l7.475-4.373M279.553 233.95l.499-.25M287.088 233.264l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 217.954l-14.886-8.229-3.048 1.543v3.086l17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 217.954l-14.886-8.229-3.048 1.543v3.086l17.934 9.943zM244.495 210.846l17.934 10.088"/>
<path fill="#FFF" d="M269.154 217.954l14.885-8.229 3.049 1.543v3.086l-17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 217.954l14.885-8.229 3.049 1.543v3.086l-17.934 9.943zM287.088 210.846l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 194.415l-14.886-8.228-3.048 1.542v3.086l17.934 9.943z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 194.415l-14.886-8.228-3.048 1.542v3.086l17.934 9.943zM244.495 187.308l17.934 10.088"/>
<path fill="#FFF" d="M273.383 191.989l9.561-5.598 2.955 1.575v3.148l-17.383 10.146v-6.472l1.39-.875"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M273.383 191.989l9.561-5.598 2.955 1.575v3.148l-17.383 10.146v-6.472l1.39-.875M287.088 187.308l-17.934 10.088"/>
<path fill="#FFF" d="M262.429 171.998l-14.886-8.229-3.048 1.543v3.085l17.934 9.944z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 171.998l-14.886-8.229-3.048 1.543v3.085l17.934 9.944zM244.495 164.89l17.934 10.088"/>
<path fill="#FFF" d="M269.154 171.998l14.885-8.229 3.049 1.543v3.085l-17.934 9.944z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 171.998l14.885-8.229 3.049 1.543v3.085l-17.934 9.944zM287.088 164.89l-17.934 10.088M244.495 140.23l17.934-10.087M287.088 140.23l-17.934-10.087"/>
<path fill="#FFF" d="M262.429 150.701l-14.886-8.228-3.048 1.542v3.258l17.934 9.771z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 150.701l-14.886-8.228-3.048 1.542v3.258l17.934 9.771zM244.495 143.593l17.934 10.088"/>
<path fill="#FFF" d="M269.154 150.701l14.885-8.228 3.049 1.542v3.258l-17.934 9.771z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.154 150.701l14.885-8.228 3.049 1.542v3.258l-17.934 9.771zM287.088 143.593l-17.934 10.088"/>
<path fill="#DCE7F2" d="M331.923 158.406v4.176l-29.615 16.88-29.792-17.054v-4.002l29.792-17.054z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M331.923 158.406v4.176l-29.615 16.88-29.792-17.054v-4.002l29.792-17.054z"/>
<path fill="#DCE7F2" d="M272.516 157.694l29.792 17.284 29.615-17.284-29.615-17.463z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M272.516 157.694l29.792 17.284 29.615-17.284-29.615-17.463z"/>
<path fill="#F2807B" d="M393.83 309.096l-.73-.483c-1.094-.605-1.581-1.452-1.581-2.297v-7.251c0-1.088.73-2.055 2.189-2.901l15.317-8.823c2.674-1.45 6.565-1.692 8.875-.362l16.776 9.548c1.094.604 1.58 1.57 1.459 2.417v7.01c0 .967-.73 2.176-2.189 3.02l-15.318 8.824c-2.674 1.45-6.564 1.692-8.874.362l-12.886-7.372"/>
<path stroke="#173D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M393.83 309.096l-.73-.483c-1.094-.605-1.581-1.452-1.581-2.297v-7.251c0-1.088.73-2.055 2.189-2.901l15.317-8.823c2.674-1.45 6.565-1.692 8.875-.362l16.776 9.548c1.094.604 1.58 1.57 1.459 2.417v7.01c0 .967-.73 2.176-2.189 3.02l-15.318 8.824c-2.674 1.45-6.564 1.692-8.874.362l-12.886-7.372"/>
<path fill="#FFA4A4" d="M425.558 306.416l8.388-4.83c2.553-1.448 2.918-3.743.608-5.07l-16.777-9.539c-2.31-1.328-6.32-1.086-8.874.363l-15.316 8.813c-2.554 1.45-2.918 3.743-.609 5.071l16.776 9.538c2.31 1.33 6.322 1.088 8.874-.361l.851-.484"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M425.558 306.416l8.388-4.83c2.553-1.448 2.918-3.743.608-5.07l-16.777-9.539c-2.31-1.328-6.32-1.086-8.874.363l-15.316 8.813c-2.554 1.45-2.918 3.743-.609 5.071l16.776 9.538c2.31 1.33 6.322 1.088 8.874-.361l.851-.484M421.894 309.097l.52-.348"/>
<path fill="#183D54" d="M413.698 271.395c-.187 1.068-.558 1.958-1.303 2.314l-1.3.712c-2.789 1.602-7.436-3.204-7.436-7.475 0-1.602.744-2.492 1.673-2.848 1.116-.356 1.674-1.245 1.674-2.67v-3.915l1.3.713v-1.424l2.045 1.067v4.45c0 1.601-.743 2.67-1.487 3.025l-1.116.712h-.185c-.186 0-.372.178-.557.178 0 .178-.186.534-.186 1.068 0 2.136 2.23 4.627 3.904 4.805 0-.357.185-.534.185-.89 0-.178 0-.356.186-.356l1.487-.712c.186-.178.371-.178.558 0 .371.178.744.89.558 1.246"/>
<path fill="#183D54" d="M412.583 272.17c-.167 1.042-.498 1.91-1.162 2.258-2.49 1.564-6.64-3.126-6.64-7.297 0-1.564.663-2.433 1.493-2.78.996-.348 1.494-1.216 1.494-2.606v-3.822l1.826 1.043v4.17c0 1.91-.663 2.953-1.99 3.126-.666 0-1.163.696-1.163 1.738 0 2.78 2.655 5.56 4.15 4.691.332-.174.664-.695.664-1.39 0-.348.332-.52.663-.348.498.174.831.87.665 1.217"/>
<path fill="#DCE7F2" d="M414.686 251.683c-.363-.545-.909-1.09-1.817-1.636-2.727-1.455-6.908-1.455-9.634 0-.727.545-1.272 1.09-1.636 1.636 0 .182-.181.545-.181.727v3.271c0 3.636 3.09 6.726 6.725 6.726s6.725-2.909 6.725-6.726v-3.09c-.182-.363-.182-.545-.182-.908"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M414.686 251.683c-.363-.545-.909-1.09-1.817-1.636-2.727-1.455-6.908-1.455-9.634 0-.727.545-1.272 1.09-1.636 1.636 0 .182-.181.545-.181.727v3.271c0 3.636 3.09 6.726 6.725 6.726s6.725-2.909 6.725-6.726v-3.09c-.182-.363-.182-.545-.182-.908z"/>
<path fill="#FFF" d="M414.037 252.718c.176-.363.353-.545.353-.728.176-.18.176-.362.176-.544v-.545c0-.182 0-.545-.176-.728-.177-.545-.705-1.09-1.588-1.635-2.47-1.454-6.527-1.454-8.996 0a4.228 4.228 0 0 0-1.588 1.454c0 .364-.176.545-.176.727v1.09c.176.181.176.181.176.364.353.545.883 1.273 1.764 1.818 1.235.726 2.999 1.089 4.587 1.089"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M414.037 252.718c.176-.363.353-.545.353-.728.176-.18.176-.362.176-.544v-.545c0-.182 0-.545-.176-.728-.177-.545-.705-1.09-1.588-1.635-2.47-1.454-6.527-1.454-8.996 0a4.228 4.228 0 0 0-1.588 1.454c0 .364-.176.545-.176.727v1.09c.176.181.176.181.176.364.353.545.883 1.273 1.764 1.818 1.235.726 2.999 1.089 4.587 1.089"/>
<path fill="#DCE7F2" d="M409.264 210.95v39.023c0 .7-.48 1.225-1.122 1.225-.64 0-1.12-.525-1.12-1.225v-39.022c0-.7.48-1.226 1.12-1.226.641 0 1.122.525 1.122 1.226"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M409.264 210.95v39.023c0 .7-.48 1.225-1.122 1.225-.64 0-1.12-.525-1.12-1.225v-39.022c0-.7.48-1.226 1.12-1.226.641 0 1.122.525 1.122 1.226z"/>
<g transform="translate(73 498.912)">
<mask id="b" fill="#fff">
<use xlink:href="#a"/>
</mask>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M409.264 272.495L398.054 305M413.747 273.615l14.572 17.934"/>
<path fill="#FFCD3B" d="M175.93 286.309l-12.98 7.372c-2.327 1.33-6.246 1.087-8.94-.362l-15.429-8.823c-1.47-.845-2.204-2.054-2.204-3.022v-7.01c-.122-.846.367-1.812 1.47-2.416l16.899-9.548c2.326-1.33 6.245-1.088 8.939.362l15.43 8.823c1.47.846 2.204 1.813 2.204 2.9v7.252c0 .845-.49 1.692-1.592 2.297l-.735.483"/>
<path stroke="#173D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M175.93 286.309l-12.98 7.372c-2.327 1.33-6.246 1.087-8.94-.362l-15.429-8.823c-1.47-.845-2.204-2.054-2.204-3.022v-7.01c-.122-.846.367-1.812 1.47-2.416l16.899-9.548c2.326-1.33 6.245-1.088 8.939.362l15.43 8.823c1.47.846 2.204 1.813 2.204 2.9v7.252c0 .845-.49 1.692-1.592 2.297l-.735.483"/>
<path fill="#FFDC85" d="M153.154 284.626l.857.489c2.572 1.468 6.613 1.712 8.94.367l16.898-9.66c2.327-1.345 1.96-3.669-.612-5.136l-15.43-8.926c-2.57-1.468-6.613-1.712-8.939-.367l-16.899 9.66c-2.327 1.345-1.96 3.668.612 5.136l8.45 4.892"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M153.154 284.626l.857.489c2.572 1.468 6.613 1.712 8.94.367l16.898-9.66c2.327-1.345 1.96-3.669-.612-5.136l-15.43-8.926c-2.57-1.468-6.613-1.712-8.939-.367l-16.899 9.66c-2.327 1.345-1.96 3.668.612 5.136l8.45 4.892M150.641 282.97l.52.347"/>
<path fill="#183D54" d="M158.794 245.49c.186-.178.372-.178.558 0l1.487.712c.186 0 .186.178.186.355 0 .356.186.535.186.89 1.673-.177 3.904-2.669 3.904-4.804 0-.534-.186-.89-.186-1.068-.186 0-.372-.178-.558-.178h-.186l-1.116-.712c-.743-.356-1.487-1.423-1.487-3.026v-4.448l2.045-1.068v1.423l1.302-.711v3.915c0 1.424.557 2.314 1.673 2.67.93.356 1.673 1.245 1.673 2.847 0 4.27-4.648 9.076-7.436 7.475l-1.301-.713c-.744-.355-1.116-1.245-1.302-2.313-.186-.356.186-1.068.558-1.246"/>
<path fill="#183D54" d="M161.136 246.294c.332-.174.664 0 .664.348 0 .694.332 1.215.664 1.389 1.494.869 4.15-1.91 4.15-4.69 0-1.043-.498-1.738-1.162-1.738-1.328-.174-1.991-1.216-1.991-3.127v-4.17l1.825-1.042v3.822c0 1.39.499 2.258 1.494 2.606.83.348 1.495 1.216 1.495 2.78 0 4.17-4.151 8.86-6.641 7.297-.664-.348-.996-1.217-1.163-2.259-.165-.347.167-1.042.665-1.216"/>
<path fill="#DCE7F2" d="M157.066 227.932v3.09c0 3.817 3.09 6.725 6.725 6.725 3.636 0 6.725-3.09 6.725-6.725v-3.272c0-.182-.181-.545-.181-.727-.364-.545-.91-1.09-1.636-1.635-2.727-1.455-6.907-1.455-9.633 0-.91.545-1.455 1.09-1.818 1.635 0 .364 0 .545-.182.91"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M157.066 227.932v3.09c0 3.817 3.09 6.725 6.725 6.725 3.636 0 6.725-3.09 6.725-6.725v-3.272c0-.182-.181-.545-.181-.727-.364-.545-.91-1.09-1.636-1.635-2.727-1.455-6.907-1.455-9.633 0-.91.545-1.455 1.09-1.818 1.635 0 .364 0 .545-.182.91z"/>
<path fill="#FFF" d="M164.113 230.625c1.546 0 3.264-.35 4.467-1.05.859-.524 1.374-1.224 1.718-1.749 0-.175 0-.175.172-.35v-1.05c0-.175-.172-.349-.172-.7a4.091 4.091 0 0 0-1.546-1.399c-2.406-1.4-6.357-1.4-8.763 0-.858.525-1.373 1.05-1.545 1.574-.172.176-.172.525-.172.7v.525c0 .175 0 .35.172.525 0 .175.172.35.343.7"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M164.113 230.625c1.546 0 3.264-.35 4.467-1.05.859-.524 1.374-1.224 1.718-1.749 0-.175 0-.175.172-.35v-1.05c0-.175-.172-.349-.172-.7a4.091 4.091 0 0 0-1.546-1.399c-2.406-1.4-6.357-1.4-8.763 0-.858.525-1.373 1.05-1.545 1.574-.172.176-.172.525-.172.7v.525c0 .175 0 .35.172.525 0 .175.172.35.343.7"/>
<path fill="#DCE7F2" d="M163.791 185.066c.64 0 1.121.525 1.121 1.225v39.022c0 .7-.48 1.225-1.12 1.225-.641 0-1.122-.525-1.122-1.225v-39.022c0-.7.48-1.225 1.121-1.225"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M163.791 185.066c.64 0 1.121.525 1.121 1.225v39.022c0 .7-.48 1.225-1.12 1.225-.641 0-1.122-.525-1.122-1.225v-39.022c0-.7.48-1.225 1.121-1.225z"/>
<g transform="translate(73 498.912)">
<mask id="d" fill="#fff">
<use xlink:href="#c"/>
</mask>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M175 279.22l-11.209-32.506M144.736 266.89l14.572-17.934"/>
<path fill="#34CFBA" d="M365.146 151.102l-.734-.483c-1.101-.605-1.592-1.451-1.592-2.297v-7.252c0-1.088.735-2.054 2.204-2.9l15.43-8.823c2.694-1.45 6.613-1.692 8.94-.363l16.899 9.549c1.101.603 1.59 1.57 1.469 2.417v7.009c0 .967-.735 2.176-2.204 3.022l-15.43 8.822c-2.694 1.45-6.612 1.693-8.939.363l-12.981-7.372"/>
<path stroke="#173D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M365.146 151.102l-.734-.483c-1.101-.605-1.592-1.451-1.592-2.297v-7.252c0-1.088.735-2.054 2.204-2.9l15.43-8.823c2.694-1.45 6.613-1.692 8.94-.363l16.899 9.549c1.101.603 1.59 1.57 1.469 2.417v7.009c0 .967-.735 2.176-2.204 3.022l-15.43 8.822c-2.694 1.45-6.612 1.693-8.939.363l-12.981-7.372"/>
<path fill="#63FCE2" d="M393.067 150.716l.368-.241 3.673-2.053 8.45-4.83c2.572-1.448 2.94-3.742.612-5.07l-16.899-9.539c-2.327-1.328-6.368-1.086-8.94.363l-15.43 8.814c-2.57 1.449-2.938 3.742-.61 5.07l16.898 9.538c2.327 1.33 6.368 1.088 8.94-.361l.856-.483"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M393.067 150.716l.368-.241 3.673-2.053 8.45-4.83c2.572-1.448 2.94-3.742.612-5.07l-16.899-9.539c-2.327-1.328-6.368-1.086-8.94.363l-15.43 8.814c-2.57 1.449-2.938 3.742-.61 5.07l16.898 9.538c2.327 1.33 6.368 1.088 8.94-.361l.856-.483"/>
<path fill="#183D54" d="M385.676 113.351c-.186 1.068-.558 1.958-1.302 2.314l-1.3.712c-2.79 1.602-7.437-3.204-7.437-7.474 0-1.603.744-2.493 1.674-2.849 1.116-.355 1.673-1.245 1.673-2.669v-3.916l1.3.713v-1.424l2.046 1.068v4.449c0 1.602-.743 2.67-1.488 3.025l-1.115.713h-.186c-.186 0-.372.178-.557.178 0 .178-.186.534-.186 1.068 0 2.135 2.23 4.626 3.904 4.804 0-.356.185-.534.185-.89 0-.178 0-.355.186-.355l1.487-.713c.187-.177.372-.177.558 0 .372.179.744.89.558 1.246"/>
<path fill="#183D54" d="M384.561 114.126c-.166 1.042-.498 1.91-1.162 2.258-2.49 1.564-6.64-3.127-6.64-7.296 0-1.564.663-2.433 1.494-2.78.996-.348 1.494-1.216 1.494-2.607V99.88l1.826 1.043v4.17c0 1.91-.663 2.953-1.992 3.127-.664 0-1.162.695-1.162 1.737 0 2.78 2.656 5.56 4.15 4.691.332-.174.665-.695.665-1.39 0-.348.33-.521.663-.348.498.174.83.87.664 1.217"/>
<path fill="#DCE7F2" d="M386.664 93.638c-.363-.545-.908-1.09-1.817-1.635-2.727-1.455-6.908-1.455-9.634 0-.728.545-1.273 1.09-1.636 1.635 0 .182-.181.546-.181.728v3.271c0 3.636 3.09 6.726 6.724 6.726 3.636 0 6.726-2.91 6.726-6.726v-3.09c-.182-.363-.182-.545-.182-.909"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M386.664 93.638c-.363-.545-.908-1.09-1.817-1.635-2.727-1.455-6.908-1.455-9.634 0-.728.545-1.273 1.09-1.636 1.635 0 .182-.181.546-.181.728v3.271c0 3.636 3.09 6.726 6.724 6.726 3.636 0 6.726-2.91 6.726-6.726v-3.09c-.182-.363-.182-.545-.182-.909z"/>
<path fill="#FFF" d="M385.665 94.726c.177-.363.353-.545.353-.727.176-.182.176-.363.176-.545v-.545c0-.182 0-.545-.176-.727-.176-.545-.705-1.09-1.588-1.636-2.47-1.453-6.526-1.453-8.996 0A4.21 4.21 0 0 0 373.846 92c0 .364-.175.546-.175.727v1.09c.175.182.175.182.175.364.353.545.883 1.272 1.765 1.818 1.235.726 2.998 1.09 4.586 1.09"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M385.665 94.726c.177-.363.353-.545.353-.727.176-.182.176-.363.176-.545v-.545c0-.182 0-.545-.176-.727-.176-.545-.705-1.09-1.588-1.636-2.47-1.453-6.526-1.453-8.996 0A4.21 4.21 0 0 0 373.846 92c0 .364-.175.546-.175.727v1.09c.175.182.175.182.175.364.353.545.883 1.272 1.765 1.818 1.235.726 2.998 1.09 4.586 1.09"/>
<path fill="#DCE7F2" d="M381.242 52.907v39.022c0 .7-.48 1.225-1.122 1.225-.64 0-1.12-.525-1.12-1.225V52.907c0-.7.48-1.226 1.12-1.226.641 0 1.122.525 1.122 1.226"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M381.242 52.907v39.022c0 .7-.48 1.225-1.122 1.225-.64 0-1.12-.525-1.12-1.225V52.907c0-.7.48-1.226 1.12-1.226.641 0 1.122.525 1.122 1.226z"/>
<g transform="translate(73 498.912)">
<mask id="f" fill="#fff">
<use xlink:href="#e"/>
</mask>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M381.242 113.33l-11.209 32.505M385.725 115.571l14.572 17.934"/>
<path fill="#D8AE64" d="M111.27 139.838l-.728-.483c-1.095-.604-1.581-1.45-1.581-2.297v-7.251c0-1.087.73-2.055 2.189-2.9l15.317-8.823c2.674-1.45 6.565-1.693 8.874-.363l16.776 9.548c1.094.605 1.58 1.571 1.46 2.417v7.01c0 .967-.73 2.176-2.189 3.022l-15.318 8.823c-2.674 1.45-6.564 1.692-8.874.362l-12.886-7.372"/>
<path stroke="#173D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M111.27 139.838l-.728-.483c-1.095-.604-1.581-1.45-1.581-2.297v-7.251c0-1.087.73-2.055 2.189-2.9l15.317-8.823c2.674-1.45 6.565-1.693 8.874-.363l16.776 9.548c1.094.605 1.58 1.571 1.46 2.417v7.01c0 .967-.73 2.176-2.189 3.022l-15.318 8.823c-2.674 1.45-6.564 1.692-8.874.362l-12.886-7.372"/>
<path fill="#F9CD87" d="M138.988 139.453l.364-.241 3.648-2.053 8.388-4.83c2.553-1.448 2.917-3.743.608-5.07l-16.776-9.539c-2.31-1.328-6.322-1.086-8.875.363l-15.317 8.814c-2.553 1.448-2.918 3.742-.608 5.07l16.776 9.538c2.31 1.328 6.321 1.087 8.875-.361l.85-.484"/>
<path stroke="#173D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.81" d="M138.988 139.453l.364-.241 3.648-2.053 8.388-4.83c2.553-1.448 2.917-3.743.608-5.07l-16.776-9.539c-2.31-1.328-6.322-1.086-8.875.363l-15.317 8.814c-2.553 1.448-2.918 3.742-.608 5.07l16.776 9.538c2.31 1.328 6.321 1.087 8.875-.361l.85-.484"/>
<path fill="#183D54" d="M131.236 102.143c-.186 1.068-.558 1.957-1.301 2.313l-1.301.712c-2.788 1.601-7.436-3.203-7.436-7.475 0-1.601.744-2.491 1.673-2.847 1.115-.356 1.673-1.246 1.673-2.67v-3.915l1.302.712v-1.424l2.044 1.068v4.45c0 1.6-.744 2.669-1.487 3.025l-1.115.712h-.186c-.186 0-.372.178-.558.178 0 .177-.186.534-.186 1.067 0 2.136 2.231 4.628 3.904 4.806 0-.356.186-.534.186-.89 0-.178 0-.356.186-.356l1.487-.712c.186-.178.371-.178.557 0 .372.178.744.89.558 1.246"/>
<path fill="#183D54" d="M129 102.917c-.165 1.043-.497 1.912-1.162 2.258-2.49 1.564-6.64-3.127-6.64-7.296 0-1.564.664-2.433 1.494-2.78.996-.348 1.494-1.217 1.494-2.606V88.67l1.826 1.043v4.17c0 1.91-.664 2.953-1.992 3.127-.664 0-1.162.695-1.162 1.737 0 2.78 2.656 5.56 4.15 4.691.333-.173.664-.695.664-1.39 0-.348.333-.52.664-.348.499.175.83.87.665 1.217"/>
<path fill="#DCE7F2" d="M132.225 82.43c-.364-.545-.91-1.09-1.817-1.636-2.728-1.454-6.908-1.454-9.634 0-.727.546-1.273 1.091-1.636 1.636 0 .181-.182.545-.182.727v3.272c0 3.635 3.09 6.725 6.725 6.725 3.636 0 6.726-2.908 6.726-6.725v-3.09c-.182-.364-.182-.546-.182-.91"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M132.225 82.43c-.364-.545-.91-1.09-1.817-1.636-2.728-1.454-6.908-1.454-9.634 0-.727.546-1.273 1.091-1.636 1.636 0 .181-.182.545-.182.727v3.272c0 3.635 3.09 6.725 6.725 6.725 3.636 0 6.726-2.908 6.726-6.725v-3.09c-.182-.364-.182-.546-.182-.91z"/>
<path fill="#FFF" d="M131.478 83.46c.176-.363.353-.544.353-.727.176-.18.176-.362.176-.545v-.544c0-.182 0-.546-.176-.728-.177-.545-.706-1.09-1.588-1.635-2.47-1.454-6.527-1.454-8.996 0a4.206 4.206 0 0 0-1.588 1.454c0 .363-.176.545-.176.727v1.09c.176.181.176.181.176.364.353.545.883 1.272 1.764 1.817 1.235.727 3 1.09 4.587 1.09"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M131.478 83.46c.176-.363.353-.544.353-.727.176-.18.176-.362.176-.545v-.544c0-.182 0-.546-.176-.728-.177-.545-.706-1.09-1.588-1.635-2.47-1.454-6.527-1.454-8.996 0a4.206 4.206 0 0 0-1.588 1.454c0 .363-.176.545-.176.727v1.09c.176.181.176.181.176.364.353.545.883 1.272 1.764 1.817 1.235.727 3 1.09 4.587 1.09"/>
<path fill="#DCE7F2" d="M126.802 41.698V80.72c0 .699-.48 1.224-1.121 1.224-.64 0-1.12-.525-1.12-1.224V41.698c0-.7.48-1.225 1.12-1.225.64 0 1.121.525 1.121 1.225"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M126.802 41.698V80.72c0 .699-.48 1.224-1.121 1.224-.64 0-1.12-.525-1.12-1.224V41.698c0-.7.48-1.225 1.12-1.225.64 0 1.121.525 1.121 1.225z"/>
<g transform="translate(73 498.912)">
<mask id="h" fill="#fff">
<use xlink:href="#g"/>
</mask>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M126.802 103.242l-11.209 32.505M130.165 104.363l14.571 17.934"/>
<path fill="#FFF" d="M269.038 144.714l-35.715-20.264-.037-6.41 27.998-10.315 35.856 14.032.036 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.038 144.714l-35.715-20.264-.037-6.41 27.998-10.315 35.856 14.032.036 6.41z"/>
<path fill="#DCE7F2" d="M269.022 139.11l-35.736-20.265 27.977-16.724 35.913 20.441z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.022 139.11l-35.736-20.265 27.977-16.724 35.913 20.441zM269.688 137.989l.053 6.725"/>
<path fill="#FFF" d="M269.039 135.747l-35.716-20.343-.037-6.38 27.998-10.266 35.856 13.965.036 6.379z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.039 135.747l-35.716-20.343-.037-6.38 27.998-10.266 35.856 13.965.036 6.379z"/>
<path fill="#DCE7F2" d="M269.023 130.143l-35.737-20.344 27.977-16.645 35.913 20.343z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.023 130.143l-35.737-20.344 27.977-16.645 35.913 20.343zM269.688 129.022l.053 6.725"/>
<path fill="#FFF" d="M269.038 127.901l-35.715-20.264-.037-6.41 27.999-10.315 35.855 14.031.036 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.038 127.901l-35.715-20.264-.037-6.41 27.999-10.315 35.855 14.031.036 6.41z"/>
<path fill="#DCE7F2" d="M269.022 121.176l-35.736-20.264 27.978-16.725 35.912 20.44z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.022 121.176l-35.736-20.264 27.978-16.725 35.912 20.44zM269.688 120.055l.053 6.725"/>
<path fill="#FFF" d="M273.26 115.655l-4.58 2.682-36-20.322-.038-6.373 28.222-10.077 36.139 13.772.037 6.372-20.258 11.801"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M273.26 115.655l-4.58 2.682-36-20.322-.038-6.373 28.222-10.077 36.139 13.772.037 6.372-20.258 11.801"/>
<path fill="#DCE7F2" d="M269.023 112.209l-35.737-20.442 27.979-16.547 35.91 20.263z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.023 112.209l-35.737-20.442 27.979-16.547 35.91 20.263zM268.567 112.209l.053 6.725"/>
<path fill="#FFF" d="M269.039 109.967l-35.716-20.344-.037-6.38 27.998-10.265 35.855 13.964.037 6.38z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.039 109.967l-35.716-20.344-.037-6.38 27.998-10.265 35.855 13.964.037 6.38z"/>
<path fill="#DCE7F2" d="M286.206 93.259l-17.615 10.37-36-20.323 28.183-16.627 36.177 20.32-7.926 4.65"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M286.206 93.259l-17.615 10.37-36-20.323 28.183-16.627 36.177 20.32-7.926 4.65M268.567 103.242l.053 6.725"/>
<path fill="#FFF" d="M269.039 101l-35.716-19.889-.037-6.29 27.962-16.414 35.89 19.887.038 6.29z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.039 101l-35.716-19.889-.037-6.29 27.962-16.414 35.89 19.887.038 6.29z"/>
<path fill="#34CFBA" d="M280.788 68.495l16.388 9.3-16.813 9.754z"/>
<path fill="#FFCD3B" d="M262.885 58.407l18.599 10.419-.594 19.522-10.808 5.927-7.506-4.226-.147-31.507z"/>
<path fill="#F2807B" d="M234.407 74.588l26.78-16.181.12 31.384z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M269.022 94.275L233.286 74.01l27.979-16.724 35.91 20.263M273.45 91.22l-.746.505M297.176 78.582L269.154 94.79l.037 6.211"/>
<path fill="#DCE7F2" d="M118.956 22.937v8.369l-3.923 2.441-3.923-3.836V18.055z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M118.956 22.937v8.369l-3.923 2.441-3.923-3.836V18.055zM115.033 21.418v11.208"/>
<path fill="#FFF" d="M141.374 37.602v7.108l-3.923 2.488-3.924-2.488V32.626z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M141.374 37.602v7.108l-3.923 2.488-3.924-2.488V32.626zM137.45 34.868v11.209"/>
<path fill="#DCE7F2" d="M168.275 53.234v7.023l-3.924 2.633-3.922-2.458V48.32z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M168.275 53.234v7.023l-3.924 2.633-3.922-2.458V48.32zM164.352 49.44v11.208"/>
<path fill="#DCE7F2" d="M191.813 65.624v8.53l-3.923 1.066-3.923-2.488V60.648z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M191.813 65.624v8.53l-3.923 1.066-3.923-2.488V60.648zM187.89 64.011V75.22"/>
<path fill="#DCE7F2" d="M216.473 81.316v7.108l-4.088 2.488-3.759-2.31V76.341z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.473 81.316v7.108l-4.088 2.488-3.759-2.31V76.341zM212.55 78.582v11.21"/>
<path fill="#DCE7F2" d="M241.132 94.766v7.109l-4.576 2.488-4.391-2.31V89.79z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M241.132 94.766v7.109l-4.576 2.488-4.391-2.31V89.79zM237.209 93.154v11.209"/>
<path fill="#FFF" d="M99.901 20.297l167.011 96.395v4.484L99.902 24.78z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M99.901 20.297l167.011 96.395v4.484L99.902 24.78z"/>
<path fill="#FFF" d="M266.912 121.007L99.718 24.78l-4.3 2.41 167.194 96.228z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M266.912 121.007L99.718 24.78l-4.3 2.41 167.194 96.228z"/>
<path fill="#DCE7F2" d="M266.912 116.356L99.718 20.296l-4.3 2.578 167.194 96.06z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M266.912 116.356L99.718 20.296l-4.3 2.578 167.194 96.06z"/>
<path fill="#DCE7F2" d="M261.308 106.872v6.86l-3.449 1.84-3.277-1.84v-9.37z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M261.308 106.872v6.86l-3.449 1.84-3.277-1.84v-9.37zM257.385 106.604v8.967"/>
<path fill="#FFF" d="M96.538 22.538l167.011 96.56v4.32L96.54 26.857z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M96.538 22.538l167.011 96.56v4.32L96.54 26.857z"/>
<path fill="#DCE7F2" d="M129.91 56.165l6.98-4.349v-3.652l-3.235-2.087-10.215 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M129.91 56.165l6.98-4.349v-3.652l-3.235-2.087-10.215 6.435zM127.923 52.802l8.967-5.604"/>
<path fill="#FFF" d="M107.322 42.714l7.15-4.348v-3.652l-3.404-2.088-10.046 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M107.322 42.714l7.15-4.348v-3.652l-3.404-2.088-10.046 6.436zM104.385 40.473l8.967-5.605"/>
<path fill="#DCE7F2" d="M154.569 69.615l6.98-4.348v-3.652l-3.405-2.088-10.045 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M154.569 69.615l6.98-4.348v-3.652l-3.405-2.088-10.045 6.436zM151.462 67.374l8.967-5.605"/>
<path fill="#DCE7F2" d="M178.107 83.066l6.98-4.349v-3.652l-3.405-2.087-10.045 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M178.107 83.066l6.98-4.349v-3.652l-3.405-2.087-10.045 6.435zM176.12 80.824l8.968-5.604"/>
<path fill="#DCE7F2" d="M201.476 96.516l7.15-4.347v-3.654l-3.404-2.086-10.046 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M201.476 96.516l7.15-4.347v-3.654l-3.404-2.086-10.046 6.435zM199.66 94.275l8.966-5.605"/>
<path fill="#DCE7F2" d="M225.184 109.967l6.98-4.348v-3.652l-3.234-2.088-10.216 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M225.184 109.967l6.98-4.348v-3.652l-3.234-2.088-10.216 6.436zM223.198 107.725l8.967-5.604"/>
<path fill="#DCE7F2" d="M250.964 123.418l6.981-4.35v-3.651l-3.406-2.087-10.044 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M250.964 123.418l6.981-4.35v-3.651l-3.406-2.087-10.044 6.435zM247.857 121.176l10.088-5.605M154.824 68.495l8.967-5.605"/>
<path fill="#FFF" d="M183.926 85.299l69.098 39.96v4.324L85.952 33.056V28.56l93.506 53.972"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M183.926 85.299l69.098 39.96v4.324L85.952 33.056V28.56l93.506 53.972"/>
<path fill="#FFF" d="M252.34 128.854L84.98 32.626l-4.133 2.583 167.363 96.055z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M252.34 128.854L84.98 32.626l-4.133 2.583 167.363 96.055z"/>
<path fill="#DCE7F2" d="M179.39 82.161L85.413 28.555l-4.14 2.398 167.612 95.738 4.139-2.398-69.839-39.905"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M179.39 82.161L85.413 28.555l-4.14 2.398 167.612 95.738 4.139-2.398-69.839-39.905"/>
<path fill="#FFF" d="M81.967 31.505l167.011 96.396v4.484L81.967 35.989z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M81.967 31.505l167.011 96.396v4.484L81.967 35.989z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M162.67 41.786l1.121.735"/>
<path fill="#FFF" d="M266.912 105.315L99.55 9.088l-4.132 2.41 167.362 96.227z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M266.912 105.315L99.55 9.088l-4.132 2.41 167.362 96.227z"/>
<path fill="#FFF" d="M165.118 42.032L99.935 4.696l-4.139 2.398 167.612 95.737 4.139-2.397-98.463-56.176"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M165.118 42.032L99.935 4.696l-4.139 2.398 167.612 95.737 4.139-2.397-98.463-56.176"/>
<path fill="#DCE7F2" d="M95.418 6.846l167.01 96.395v4.484L95.419 11.33z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M95.418 6.846l167.01 96.395v4.484L95.419 11.33z"/>
<path fill="#DCE7F2" d="M156.64 55.044l7.151-4.135v-3.968l-3.405-1.985-10.045 6.119z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M156.64 55.044l7.151-4.135v-3.968l-3.405-1.985-10.045 6.119zM154.824 52.802l8.967-5.604"/>
<path fill="#DCE7F2" d="M181.47 68.495l6.98-4.204v-3.867l-3.235-2.017L175 64.627z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M181.47 68.495l6.98-4.204v-3.867l-3.235-2.017L175 64.627zM179.484 66.253l8.967-5.605"/>
<path fill="#DCE7F2" d="M205.96 83.066l7.15-4.204v-4.034l-3.405-1.85-10.046 6.053z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M205.96 83.066l7.15-4.204v-4.034l-3.405-1.85-10.046 6.053zM203.022 80.824l8.967-5.604"/>
<path fill="#DCE7F2" d="M229.667 96.516l6.981-4.134v-3.97l-3.405-1.983-10.045 6.119z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M229.667 96.516l6.981-4.134v-3.97l-3.405-1.983-10.045 6.119zM227.681 94.275l8.967-5.605"/>
<path fill="#FFF" d="M252.624 112.209l8.684-5.186v-4.016L257.902 101l-10.045 6.023z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M252.624 112.209l8.684-5.186v-4.016L257.902 101l-10.045 6.023zM252.34 108.846l8.968-5.604"/>
<path fill="#DCE7F2" d="M131.03 40.473l6.981-4.52v-4.701l-3.406-1.988-10.045 6.508z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M131.03 40.473l6.981-4.52v-4.701l-3.406-1.988-10.045 6.508zM127.923 37.11l8.967-5.605"/>
<path fill="#DCE7F2" d="M108.612 28.143l6.981-4.52v-4.7l-3.235-1.989-10.215 6.509z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M108.612 28.143l6.981-4.52v-4.7l-3.235-1.989-10.215 6.509zM106.626 24.78l8.967-5.604"/>
<path fill="#FFF" d="M85.33 12.45l167.01 96.396v4.484L85.33 16.934z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M85.33 12.45l167.01 96.396v4.484L85.33 16.934z"/>
<path fill="#FFF" d="M252.34 113.153L84.98 16.593l-4.133-1.9v4.318l167.363 96.56z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M252.34 113.153L84.98 16.593l-4.133-1.9v4.318l167.363 96.56z"/>
<path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M169.396 65.132l11.208 6.725"/>
<path fill="#FFF" d="M179.564 71.806l69.32 39.87 4.139-2.578L85.41 13.034l-4.138 2.577 62.25 35.574"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M179.564 71.806l69.32 39.87 4.139-2.578L85.41 13.034l-4.138 2.577 62.25 35.574M143.615 50.56l25.78 14.572"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M175.316 68.932l.49.246"/>
<path fill="#FFF" d="M248.978 115.571l4.484-2.354v-4.37l-4.484 2.521z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M248.978 115.571l4.484-2.354v-4.37l-4.484 2.521z"/>
<path fill="#FFF" d="M262.429 107.725l4.483-2.354V101l-4.483 2.354z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M262.429 107.725l4.483-2.354V101l-4.483 2.354z"/>
<path fill="#FFF" d="M263.55 123.418l4.483-2.354v-4.372l-4.484 2.522z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M263.55 123.418l4.483-2.354v-4.372l-4.484 2.522z"/>
<path fill="#FFF" d="M248.978 132.385l4.484-2.354v-4.372l-4.484 2.354z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M248.978 132.385l4.484-2.354v-4.372l-4.484 2.354z"/>
<path fill="#DCE7F2" d="M105.505 33.118v7.108l-4.574 2.488-4.393-2.488V28.143z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M105.505 33.118v7.108l-4.574 2.488-4.393-2.488V28.143zM100.462 30.385v11.208"/>
<path fill="#FFF" d="M127.923 46.57v7.107l-4.087 2.488-3.76-2.31V41.593z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M127.923 46.57v7.107l-4.087 2.488-3.76-2.31V41.593zM124 43.835v11.209"/>
<path fill="#DCE7F2" d="M151.462 60.02v7.107l-3.923 2.488-3.924-2.488V55.044z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M151.462 60.02v7.107l-3.923 2.488-3.924-2.488V55.044zM147.538 58.407v11.208"/>
<path fill="#FFF" d="M175 73.47v7.108l-3.923 2.488-3.923-2.31V68.495z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M175 73.47v7.108l-3.923 2.488-3.923-2.31V68.495zM171.077 71.857v11.209"/>
<path fill="#FFF" d="M198.538 86.86v7.023l-3.922 2.633-3.924-2.457V81.945z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M198.538 86.86v7.023l-3.922 2.633-3.924-2.457V81.945zM194.615 84.187v12.33"/>
<path fill="#FFF" d="M223.198 100.37v7.109l-4.087 2.488-3.76-2.31V95.396z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M223.198 100.37v7.109l-4.087 2.488-3.76-2.31V95.396zM219.275 98.758v11.209"/>
<path fill="#FFF" d="M246.736 114.943v7.108l-3.922 2.487-3.924-2.31v-12.261z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M246.736 114.943v7.108l-3.922 2.487-3.924-2.31v-12.261zM242.813 113.33v11.208"/>
<path fill="#FFF" d="M216.357 177.22l-35.716-20.265-.037-6.409 27.999-10.315 35.855 14.031.037 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.357 177.22l-35.716-20.265-.037-6.409 27.999-10.315 35.855 14.031.037 6.41z"/>
<path fill="#DCE7F2" d="M216.34 170.495l-35.736-20.265 27.979-16.725 35.912 20.442z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.34 170.495l-35.736-20.265 27.979-16.725 35.912 20.442zM215.886 170.495l.052 6.725"/>
<path fill="#FFF" d="M216.358 168.253l-35.717-20.344-.037-6.379 27.999-10.266 35.855 13.964.037 6.38z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.358 168.253l-35.717-20.344-.037-6.379 27.999-10.266 35.855 13.964.037 6.38z"/>
<path fill="#DCE7F2" d="M216.341 161.527l-35.737-20.344 27.978-16.645 35.913 20.344z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.341 161.527l-35.737-20.344 27.978-16.645 35.913 20.344zM215.886 161.527l.052 6.726"/>
<path fill="#FFF" d="M216.357 159.286L180.64 139.02l-.037-6.408 28-10.316 35.854 14.03.037 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.357 159.286L180.64 139.02l-.037-6.408 28-10.316 35.854 14.03.037 6.41z"/>
<path fill="#DCE7F2" d="M216.34 152.56l-35.736-20.264 27.978-16.725 35.913 20.441z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.34 152.56l-35.736-20.264 27.978-16.725 35.913 20.441zM215.886 152.56l.052 6.726"/>
<path fill="#FFF" d="M220.406 147.545l-4.58 2.659-36-20.144-.038-6.317 28.222-9.99 36.139 13.652.037 6.317-20.258 11.698"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M220.406 147.545l-4.58 2.659-36-20.144-.038-6.317 28.222-9.99 36.139 13.652.037 6.317-20.258 11.698"/>
<path fill="#DCE7F2" d="M216.341 144.714l-35.737-20.442 27.98-16.547 35.91 20.264z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.341 144.714l-35.737-20.442 27.98-16.547 35.91 20.264zM215.886 143.593l.052 6.726"/>
<path fill="#FFF" d="M216.358 141.352l-35.717-20.344-.037-6.38 27.999-10.265 35.855 13.964.037 6.379z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.358 141.352l-35.717-20.344-.037-6.38 27.999-10.265 35.855 13.964.037 6.379z"/>
<path fill="#DCE7F2" d="M233.352 125.218l-17.615 10.279-36-20.145 28.183-16.481 36.177 20.144-7.927 4.608"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M233.352 125.218l-17.615 10.279-36-20.145 28.183-16.481 36.177 20.144-7.927 4.608M215.886 134.626l.052 6.726"/>
<path fill="#FFF" d="M216.357 132.385l-35.716-19.889-.037-6.29 27.962-16.415 35.892 19.887.037 6.291z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.357 132.385l-35.716-19.889-.037-6.29 27.962-16.415 35.892 19.887.037 6.291z"/>
<path fill="#34CFBA" d="M228.107 101l16.388 9.3-16.814 9.755z"/>
<path fill="#FFCD3B" d="M209.083 89.791l18.598 10.42-.593 19.52-10.808 5.928-7.507-4.226-.147-31.505z"/>
<path fill="#F2807B" d="M181.725 105.972l26.78-16.18.121 31.384z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M216.341 126.78l-35.737-20.264 27.978-16.725 35.913 20.263M220.77 123.726l-.748.504"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M244.495 109.967l-28.022 16.207.036 6.21"/>
<path fill="#DCE7F2" d="M370.033 48.319v11.856l-4.484 3.836-4.483-2.44V53.2z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M370.033 48.319v11.856l-4.484 3.836-4.483-2.44V53.2zM364.989 62.89V50.56"/>
<path fill="#FFF" d="M346.495 62.89v12.084l-4.484 2.488-4.484-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M346.495 62.89v12.084l-4.484 2.488-4.484-2.488v-7.108zM342.571 77.462v-12.33"/>
<path fill="#DCE7F2" d="M319.593 79.703v12.114l-4.484 2.458-4.483-2.634V84.62z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M319.593 79.703v12.114l-4.484 2.458-4.483-2.634V84.62zM315.67 92.033v-12.33"/>
<path fill="#DCE7F2" d="M294.934 92.033v12.083l-4.484 2.488-4.483-1.066v-8.53z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M294.934 92.033v12.083l-4.484 2.488-4.483-1.066v-8.53zM291.011 106.604v-12.33"/>
<path fill="#DCE7F2" d="M270.275 107.725v12.262l-4.297 2.31-4.67-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M270.275 107.725v12.262l-4.297 2.31-4.67-2.488v-7.108zM266.352 122.297v-12.33"/>
<path fill="#DCE7F2" d="M245.615 121.176v12.261l-4.392 2.31-4.575-2.487v-7.109z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M245.615 121.176v12.261l-4.392 2.31-4.575-2.487v-7.109zM241.692 135.747v-12.33"/>
<path fill="#FFF" d="M380.12 55.12L127.924 199.637v-4.56L380.121 50.56z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M380.12 55.12L127.924 199.637v-4.56L380.121 50.56z"/>
<path fill="#FFF" d="M132.306 201.88L384.604 57.496l-4.382-2.453-252.299 144.382z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M132.306 201.88L384.604 57.496l-4.382-2.453-252.299 144.382z"/>
<path fill="#DCE7F2" d="M132.306 197.396l252.298-144.21-4.382-2.626-252.299 144.21z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M132.306 197.396l252.298-144.21-4.382-2.626-252.299 144.21z"/>
<path fill="#DCE7F2" d="M223.198 135.747v9.37l-3.277 1.839-3.448-1.84v-6.86z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M223.198 135.747v9.37l-3.277 1.839-3.448-1.84v-6.86zM220.396 148.077v-10.088"/>
<path fill="#FFF" d="M384.604 57.193L132.407 201.879v-4.39L384.604 52.802z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M384.604 57.193L132.407 201.879v-4.39L384.604 52.802z"/>
<path fill="#FFF" d="M132.407 197.676l-4.484-2.522v4.372l4.484 2.353z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M132.407 197.676l-4.484-2.522v4.372l4.484 2.353z"/>
<path fill="#DCE7F2" d="M356.582 82.776l-10.215-6.435-3.235 2.087v3.652l6.98 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M356.582 82.776l-10.215-6.435-3.235 2.087v3.652l6.98 4.349zM343.132 78.582l8.967 5.605"/>
<path fill="#FFF" d="M380.12 69.325l-10.044-6.435-3.406 2.088v3.652l7.151 4.348z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M380.12 69.325l-10.044-6.435-3.406 2.088v3.652l7.151 4.348zM366.67 65.132l10.088 5.604"/>
<path fill="#DCE7F2" d="M331.923 96.227l-10.045-6.436-3.405 2.087v3.653l6.98 4.348z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M331.923 96.227l-10.045-6.436-3.405 2.087v3.653l6.98 4.348zM318.473 92.033l10.087 5.604"/>
<path fill="#DCE7F2" d="M307.264 110.798l-10.046-6.435-3.405 2.086v3.653l6.98 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M307.264 110.798l-10.046-6.435-3.405 2.086v3.653l6.98 4.349zM293.813 106.604l10.088 5.605"/>
<path fill="#DCE7F2" d="M283.725 124.249l-10.045-6.436-3.405 2.088v3.652l7.15 4.348z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M283.725 124.249l-10.045-6.436-3.405 2.088v3.652l7.15 4.348zM269.154 120.055l10.088 5.604"/>
<path fill="#DCE7F2" d="M259.066 138.82l-10.215-6.435-3.236 2.086v3.653l6.981 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M259.066 138.82l-10.215-6.435-3.236 2.086v3.653l6.981 4.349zM245.615 133.505l8.967 5.605"/>
<path fill="#DCE7F2" d="M233.286 152.27l-10.045-6.435-3.406 2.088v3.652l6.98 4.348z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M233.286 152.27l-10.045-6.435-3.406 2.088v3.652l6.98 4.348zM219.835 148.077l11.209 5.604"/>
<path fill="#DCE7F2" d="M213.11 163.48l-10.045-6.436-3.406 2.087v3.652l6.98 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M213.11 163.48l-10.045-6.436-3.406 2.087v3.652l6.98 4.349zM199.66 159.286l11.208 5.604"/>
<path fill="#DCE7F2" d="M194.055 174.688l-10.046-6.435-3.405 2.087v3.652l6.98 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M194.055 174.688l-10.046-6.435-3.405 2.087v3.652l6.98 4.349zM179.484 170.495l11.208 5.604"/>
<path fill="#DCE7F2" d="M176.12 184.776l-10.044-6.435-3.406 2.087v3.652l6.981 4.349z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M176.12 184.776l-10.044-6.435-3.406 2.087v3.652l6.981 4.349zM161.55 180.582l11.208 5.605"/>
<path fill="#DCE7F2" d="M158.187 194.864l-10.045-6.435-3.406 2.086v3.653l6.98 4.348z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M158.187 194.864l-10.045-6.435-3.406 2.086v3.653l6.98 4.348zM143.615 190.67l11.21 5.605M315.11 94.275l10.088 5.604"/>
<path fill="#FFF" d="M299.822 114.423l95.664-54.82v4.568L140.318 210.428v-4.392l154.933-88.801"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M299.822 114.423l95.664-54.82v4.568L140.318 210.428v-4.392l154.933-88.801"/>
<path fill="#FFF" d="M145.587 211.967l254.71-146.438-4.213-2.639-254.71 146.613z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M145.587 211.967l254.71-146.438-4.213-2.639-254.71 146.613z"/>
<path fill="#DCE7F2" d="M296.55 116.628L141.44 205.385l4.21 2.449L400.247 62.05l-4.211-2.449-95.625 54.752"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M296.55 116.628L141.44 205.385l4.21 2.449L400.247 62.05l-4.211-2.449-95.625 54.752"/>
<path fill="#FFF" d="M399.176 66.348l-254.44 146.74v-4.578l254.44-146.74z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M399.176 66.348l-254.44 146.74v-4.578l254.44-146.74z"/>
<path fill="#FFF" d="M144.736 207.596l-4.483-2.354v4.371l4.483 2.354z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M144.736 207.596l-4.483-2.354v4.371l4.483 2.354zM315.11 72.792l1.12-.749"/>
<path fill="#FFF" d="M129.894 188.429L385.725 41.808l-4.212-2.456-255.832 146.62z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M129.894 188.429L385.725 41.808l-4.212-2.456-255.832 146.62z"/>
<path fill="#FFF" d="M310.691 75.36L124.804 181.144l4.22 2.449L385.453 37.401l-4.222-2.45-66.492 38.135"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M310.691 75.36L124.804 181.144l4.22 2.449L385.453 37.401l-4.222-2.45-66.492 38.135"/>
<path fill="#DCE7F2" d="M385.725 41.676l-255.56 146.753v-4.566L385.725 37.11z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M385.725 41.676l-255.56 146.753v-4.566L385.725 37.11z"/>
<path fill="#FFF" d="M129.044 184.057l-4.484-2.354v4.371l4.484 2.355z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M129.044 184.057l-4.484-2.354v4.371l4.484 2.355z"/>
<path fill="#DCE7F2" d="M328.56 82.018l-10.045-6.798-3.405 2.204v4.41l7.15 4.595z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.56 82.018l-10.045-6.798-3.405 2.204v4.41l7.15 4.595zM315.11 77.462l10.088 5.604"/>
<path fill="#DCE7F2" d="M303.901 96.012l-10.216-6.22-3.234 2.017v3.867l6.98 4.203z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M303.901 96.012l-10.216-6.22-3.234 2.017v3.867l6.98 4.203zM291.571 92.033l8.967 5.604"/>
<path fill="#DCE7F2" d="M279.242 110.415l-10.045-6.052-3.406 1.849v4.035l7.15 4.204z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M279.242 110.415l-10.045-6.052-3.406 1.849v4.035l7.15 4.204zM265.791 106.604l10.088 5.605"/>
<path fill="#DCE7F2" d="M254.582 124.612l-10.045-6.799-3.405 2.205v4.41l6.98 4.594z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M254.582 124.612l-10.045-6.799-3.405 2.205v4.41l6.98 4.594zM241.132 120.055l10.088 5.604"/>
<path fill="#FFF" d="M229.923 138.407l-10.046-6.022-3.404 2.007v4.015l8.683 5.186z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M229.923 138.407l-10.046-6.022-3.404 2.007v4.015l8.683 5.186zM216.473 134.626l10.087 5.605"/>
<path fill="#DCE7F2" d="M356.582 66.036l-10.045-6.509-3.405 1.99v4.7l6.98 4.52z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M356.582 66.036l-10.045-6.509-3.405 1.99v4.7l6.98 4.52zM342.011 61.77l10.088 5.604"/>
<path fill="#DCE7F2" d="M379 53.706l-10.216-6.508-3.235 1.988v4.701l6.98 4.52z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M379 53.706l-10.216-6.508-3.235 1.988v4.701l6.98 4.52zM365.55 49.44l8.966 5.604"/>
<path fill="#FFF" d="M190.692 161.946l-10.045-6.023-3.405 2.007v4.016l8.683 5.186z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M190.692 161.946l-10.045-6.023-3.405 2.007v4.016l8.683 5.186zM176.12 157.044l10.089 5.604"/>
<path fill="#FFF" d="M172.758 172.034l-10.045-6.023-3.405 2.007v4.016l8.683 5.186z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M172.758 172.034l-10.045-6.023-3.405 2.007v4.016l8.683 5.186zM158.187 167.132l10.088 5.604"/>
<path fill="#FFF" d="M153.703 182.122l-10.045-6.023-3.405 2.007v4.016l8.683 5.186z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M153.703 182.122l-10.045-6.023-3.405 2.007v4.016l8.683 5.186zM140.253 177.22l10.088 5.604"/>
<path fill="#FFF" d="M209.747 150.737l-10.045-6.023-3.405 2.008v4.015l8.683 5.186z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M209.747 150.737l-10.045-6.023-3.405 2.008v4.015l8.683 5.186zM195.176 145.835l10.088 5.605"/>
<path fill="#FFF" d="M218.714 153.681v12.261l-4.484 2.31-4.483-2.487v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M218.714 153.681v12.261l-4.484 2.31-4.483-2.487v-7.108zM214.791 168.253v-12.33"/>
<path fill="#FFF" d="M199.66 164.89v12.262l-4.485 2.31-4.483-2.488v-7.109z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M199.66 164.89v12.262l-4.485 2.31-4.483-2.488v-7.109zM194.615 179.462v-12.33"/>
<path fill="#FFF" d="M181.725 174.978v12.26l-4.484 2.311-4.483-2.488v-7.107z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M181.725 174.978v12.26l-4.484 2.311-4.483-2.488v-7.107zM176.681 189.55v-12.33"/>
<path fill="#FFF" d="M163.791 185.066v12.261l-4.484 2.31-4.483-2.487v-7.109z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M163.791 185.066v12.261l-4.484 2.31-4.483-2.487v-7.109zM158.747 199.637v-12.33"/>
<path fill="#FFF" d="M395.813 47.282L136.89 196.275v-4.569L395.813 42.714z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M395.813 47.282L136.89 196.275v-4.569L395.813 42.714z"/>
<path fill="#FFF" d="M141.11 198.516L400.297 49.354v-4.398l-4.22 1.935L136.89 196.054z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M141.11 198.516L400.297 49.354v-4.398l-4.22 1.935L136.89 196.054z"/>
<path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M299.418 103.242l11.208-6.726"/>
<path fill="#FFF" d="M335.842 81.204l63.283-36.263-4.207-2.628-258.39 148.556 4.207 2.627 158.47-91.27"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M335.842 81.204l63.283-36.263-4.207-2.628-258.39 148.556 4.207 2.627 158.47-91.27M310.626 96.516l25.78-14.57M304.212 100.565l.5-.25"/>
<path fill="#FFF" d="M141.374 194.313l-4.484-2.522v4.372l4.484 2.353z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M141.374 194.313l-4.484-2.522v4.372l4.484 2.353z"/>
<path fill="#DCE7F2" d="M384.604 58.407V70.49l-4.392 2.488-4.575-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M384.604 58.407V70.49l-4.392 2.488-4.575-2.488v-7.108zM380.681 72.978v-12.33"/>
<path fill="#FFF" d="M361.066 71.857V84.12l-4.297 2.31-4.67-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M361.066 71.857V84.12l-4.297 2.31-4.67-2.488v-7.108zM357.143 86.429v-12.33"/>
<path fill="#DCE7F2" d="M336.407 86.429v12.083L331.923 101l-4.483-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M336.407 86.429v12.083L331.923 101l-4.483-2.488v-7.108zM332.484 101V88.67"/>
<path fill="#FFF" d="M312.868 99.88v12.26l-4.484 2.31-4.483-2.487v-7.109z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M312.868 99.88v12.26l-4.484 2.31-4.483-2.487v-7.109zM307.824 114.45v-12.33"/>
<path fill="#FFF" d="M288.209 113.33v12.113l-4.484 2.458-4.483-2.633v-7.022z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M288.209 113.33v12.113l-4.484 2.458-4.483-2.633v-7.022zM284.286 127.901v-12.33"/>
<path fill="#FFF" d="M263.55 127.901v12.26l-4.297 2.312-4.67-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M263.55 127.901v12.26l-4.297 2.312-4.67-2.488v-7.108zM259.626 142.473v-12.33"/>
<path fill="#FFF" d="M238.89 142.473v12.26l-4.484 2.311-4.483-2.488v-7.108z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M238.89 142.473v12.26l-4.484 2.311-4.483-2.488v-7.108zM234.967 157.044v-12.33"/>
<path fill="#FFF" d="M328.445 180.582l-35.716-20.264-.037-6.41 27.999-10.315 35.855 14.032.036 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.445 180.582l-35.716-20.264-.037-6.41 27.999-10.315 35.855 14.032.036 6.41z"/>
<path fill="#DCE7F2" d="M328.428 174.978l-35.736-20.265 27.978-16.724 35.912 20.441z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.428 174.978l-35.736-20.265 27.978-16.724 35.912 20.441zM329.095 173.857l.052 6.725"/>
<path fill="#FFF" d="M328.446 171.615l-35.717-20.343-.037-6.38 27.999-10.266 35.854 13.965.037 6.379z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.446 171.615l-35.717-20.343-.037-6.38 27.999-10.266 35.854 13.965.037 6.379z"/>
<path fill="#DCE7F2" d="M328.43 166.011l-35.738-20.344 27.978-16.645 35.912 20.344z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.43 166.011l-35.738-20.344 27.978-16.645 35.912 20.344zM329.095 164.89l.052 6.725"/>
<path fill="#FFF" d="M328.445 162.648l-35.716-20.264-.037-6.41 28-10.315 35.854 14.032.036 6.41z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.445 162.648l-35.716-20.264-.037-6.41 28-10.315 35.854 14.032.036 6.41z"/>
<path fill="#DCE7F2" d="M328.428 157.044l-35.736-20.264 27.979-16.725 35.911 20.441z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.428 157.044l-35.736-20.264 27.979-16.725 35.911 20.441zM329.095 155.923l.052 6.725"/>
<path fill="#FFF" d="M333.559 151.839l-4.58 2.658-36.002-20.144-.036-6.316 28.222-9.99 36.139 13.652.037 6.316-20.259 11.698"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M333.559 151.839l-4.58 2.658-36.002-20.144-.036-6.316 28.222-9.99 36.139 13.652.037 6.316-20.259 11.698"/>
<path fill="#DCE7F2" d="M328.43 148.077l-35.738-20.442 27.98-16.547 35.91 20.263z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.43 148.077l-35.738-20.442 27.98-16.547 35.91 20.263zM329.095 148.077l.052 6.725"/>
<path fill="#FFF" d="M328.446 145.835l-35.717-20.344-.037-6.379 28-10.266 35.854 13.964.036 6.38z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.446 145.835l-35.717-20.344-.037-6.379 28-10.266 35.854 13.964.036 6.38z"/>
<path fill="#DCE7F2" d="M346.505 128.295l-17.616 10.37-36-20.323 28.184-16.627 36.177 20.322-7.926 4.65"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M346.505 128.295l-17.616 10.37-36-20.323 28.184-16.627 36.177 20.322-7.926 4.65M329.095 139.11l.052 6.725"/>
<path fill="#FFF" d="M328.445 135.747l-35.716-19.888-.037-6.29 27.963-16.415 35.891 19.887.036 6.29z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.445 135.747l-35.716-19.888-.037-6.29 27.963-16.415 35.891 19.887.036 6.29z"/>
<path fill="#34CFBA" d="M340.195 104.363l16.387 9.3-16.813 9.755z"/>
<path fill="#FFCD3B" d="M321.17 94.275l18.6 10.419-.594 19.521-10.808 5.928-7.507-4.227-.147-31.505z"/>
<path fill="#F2807B" d="M293.813 110.455l26.78-16.18.121 31.384z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M328.429 130.143l-35.737-20.265 27.979-16.724 35.911 20.263M332.857 127.088l-.747.505"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M356.582 113.33l-28.022 16.206.036 6.211"/>
<path fill="#DCE7F2" d="M306.143 129.42v8.37l-3.923 2.44-3.923-3.835v-11.857z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M306.143 129.42v8.37l-3.923 2.44-3.923-3.835v-11.857zM302.22 127.901v11.209"/>
<path fill="#FFF" d="M327.44 144.086v7.107l-3.923 2.488-3.924-2.488V139.11z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M327.44 144.086v7.107l-3.923 2.488-3.924-2.488V139.11zM323.516 141.352v11.208"/>
<path fill="#DCE7F2" d="M354.34 159.717v7.023l-3.922 2.634-3.923-2.458v-12.114z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M354.34 159.717v7.023l-3.922 2.634-3.923-2.458v-12.114zM350.418 155.923v11.209"/>
<path fill="#DCE7F2" d="M377.88 172.107v8.53l-3.924 1.066-3.923-2.488v-12.083z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M377.88 172.107v8.53l-3.924 1.066-3.923-2.488v-12.083zM373.956 170.495v11.208"/>
<path fill="#DCE7F2" d="M402.538 186.678v7.109l-4.086 2.488-3.76-2.31v-12.262z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M402.538 186.678v7.109l-4.086 2.488-3.76-2.31v-12.262zM398.615 185.066v11.209"/>
<path fill="#DCE7F2" d="M427.198 201.25v7.108l-4.575 2.488-4.392-2.31v-12.261z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M427.198 201.25v7.108l-4.575 2.488-4.392-2.31v-12.261zM423.275 199.637v11.21"/>
<path fill="#FFF" d="M287.088 126.78l167.01 96.396v4.483l-167.01-96.395z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M287.088 126.78l167.01 96.396v4.483l-167.01-96.395z"/>
<path fill="#FFF" d="M454.099 227.491l-167.194-96.227-4.3 2.41L449.797 229.9z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M454.099 227.491l-167.194-96.227-4.3 2.41L449.797 229.9z"/>
<path fill="#DCE7F2" d="M454.099 222.84l-167.194-96.06-4.3 2.578 167.193 96.06z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M454.099 222.84l-167.194-96.06-4.3 2.578 167.193 96.06z"/>
<path fill="#DCE7F2" d="M447.374 213.356v6.86l-3.45 1.839-3.276-1.84v-9.369z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M447.374 213.356v6.86l-3.45 1.839-3.276-1.84v-9.369zM444.571 213.088v8.967"/>
<path fill="#FFF" d="M282.604 129.022l167.011 96.561v4.318l-167.01-96.56z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M282.604 129.022l167.011 96.561v4.318l-167.01-96.56z"/>
<path fill="#DCE7F2" d="M315.976 162.648l6.98-4.348v-3.653l-3.236-2.087-10.215 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M315.976 162.648l6.98-4.348v-3.653l-3.236-2.087-10.215 6.436zM313.989 159.286l8.967-5.605"/>
<path fill="#FFF" d="M293.388 149.198l7.15-4.349v-3.652l-3.405-2.087-10.045 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M293.388 149.198l7.15-4.349v-3.652l-3.405-2.087-10.045 6.435zM291.571 146.956l8.967-5.604"/>
<path fill="#DCE7F2" d="M340.634 176.099l6.981-4.348v-3.652l-3.405-2.088-10.045 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M340.634 176.099l6.981-4.348v-3.652l-3.405-2.088-10.045 6.436zM338.648 172.736l8.967-5.604"/>
<path fill="#DCE7F2" d="M364.173 189.55l6.98-4.35v-3.652l-3.404-2.086-10.046 6.435z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M364.173 189.55l6.98-4.35v-3.652l-3.404-2.086-10.046 6.435zM362.187 187.308l8.967-5.605"/>
<path fill="#DCE7F2" d="M387.542 203l7.15-4.348V195l-3.405-2.088-10.045 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M387.542 203l7.15-4.348V195l-3.405-2.088-10.045 6.436zM385.725 200.758l8.967-5.604"/>
<path fill="#DCE7F2" d="M412.37 216.45l6.982-4.348v-3.652l-3.236-2.087-10.215 6.434z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M412.37 216.45l6.982-4.348v-3.652l-3.236-2.087-10.215 6.434zM410.385 214.209l8.967-5.605"/>
<path fill="#DCE7F2" d="M437.03 229.901l6.981-4.348v-3.652l-3.405-2.088-10.046 6.436z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M437.03 229.901l6.981-4.348v-3.652l-3.405-2.088-10.046 6.436zM433.923 227.66l10.088-5.605M340.89 174.978l8.967-5.604"/>
<path fill="#FFF" d="M370.059 191.954l69.422 39.96v4.324l-167.856-96.527v-4.497l93.944 53.972"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M370.059 191.954l69.422 39.96v4.324l-167.856-96.527v-4.497l93.944 53.972"/>
<path fill="#FFF" d="M439.527 235.337L272.166 139.11l-4.133 2.582 167.363 96.055z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M439.527 235.337L272.166 139.11l-4.133 2.582 167.363 96.055z"/>
<path fill="#DCE7F2" d="M365.992 188.999l-93.797-53.79-4.131 2.407L435.35 233.68l4.13-2.406-69.703-40.041"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M365.992 188.999l-93.797-53.79-4.131 2.407L435.35 233.68l4.13-2.406-69.703-40.041"/>
<path fill="#FFF" d="M268.033 137.989l167.011 96.395v4.484l-167.011-96.396z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M268.033 137.989l167.011 96.395v4.484l-167.011-96.396z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M349.857 148.27l1.121.736"/>
<path fill="#FFF" d="M452.978 211.799L285.616 115.57l-4.132 2.41 167.361 96.228z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M452.978 211.799L285.616 115.57l-4.132 2.41 167.361 96.228z"/>
<path fill="#FFF" d="M350.455 148.685l-65.181-37.337-4.14 2.398 167.612 95.739 4.139-2.398-98.464-56.176"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M350.455 148.685l-65.181-37.337-4.14 2.398 167.612 95.739 4.139-2.398-98.464-56.176"/>
<path fill="#DCE7F2" d="M281.484 113.33l167.01 96.395v4.484l-167.01-96.396z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M281.484 113.33l167.01 96.395v4.484l-167.01-96.396z"/>
<path fill="#DCE7F2" d="M342.707 161.527l7.15-4.134v-3.969l-3.405-1.984-10.045 6.12z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M342.707 161.527l7.15-4.134v-3.969l-3.405-1.984-10.045 6.12zM340.89 159.286l8.967-5.605"/>
<path fill="#DCE7F2" d="M367.536 174.978l6.98-4.203v-3.867l-3.235-2.018-10.215 6.22z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M367.536 174.978l6.98-4.203v-3.867l-3.235-2.018-10.215 6.22zM365.55 172.736l8.966-5.604"/>
<path fill="#DCE7F2" d="M392.025 189.55l7.15-4.204v-4.035l-3.405-1.85-10.045 6.054z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M392.025 189.55l7.15-4.204v-4.035l-3.405-1.85-10.045 6.054zM390.209 187.308l8.967-5.605"/>
<path fill="#DCE7F2" d="M415.733 203l6.981-4.134v-3.97l-3.405-1.984-10.045 6.12z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M415.733 203l6.981-4.134v-3.97l-3.405-1.984-10.045 6.12zM413.747 200.758l8.967-5.604"/>
<path fill="#FFF" d="M438.69 218.692l8.684-5.186v-4.015l-3.406-2.007-10.045 6.022z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M438.69 218.692l8.684-5.186v-4.015l-3.406-2.007-10.045 6.022zM438.407 215.33l8.967-5.605"/>
<path fill="#DCE7F2" d="M317.096 146.956l6.98-4.52v-4.7l-3.405-1.989-10.045 6.509z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M317.096 146.956l6.98-4.52v-4.7l-3.405-1.989-10.045 6.509zM315.11 143.593l8.967-5.604"/>
<path fill="#DCE7F2" d="M294.678 134.626l6.981-4.52v-4.7l-3.235-1.988-10.215 6.508z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M294.678 134.626l6.981-4.52v-4.7l-3.235-1.988-10.215 6.508zM292.692 131.264l8.967-5.605"/>
<path fill="#FFF" d="M272.516 118.934l167.011 96.395v4.484l-167.01-96.396z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M272.516 118.934l167.011 96.395v4.484l-167.01-96.396z"/>
<path fill="#FFF" d="M439.527 219.637l-167.361-96.561-4.133-1.9v4.318l167.363 96.56z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M439.527 219.637l-167.361-96.561-4.133-1.9v4.318l167.363 96.56z"/>
<path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M355.462 171.615l11.208 6.726"/>
<path fill="#FFF" d="M366.165 177.339l69.186 39.869 4.13-2.578-167.287-96.064-4.13 2.578 62.13 35.573"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M366.165 177.339l69.186 39.869 4.13-2.578-167.287-96.064-4.13 2.578 62.13 35.573M329.681 157.044l25.78 14.571"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M361.381 175.416l.49.245"/>
<path fill="#FFF" d="M435.044 222.055l4.483-2.354v-4.371l-4.483 2.522z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M435.044 222.055l4.483-2.354v-4.371l-4.483 2.522z"/>
<path fill="#FFF" d="M448.495 214.209l4.483-2.354v-4.371l-4.483 2.353z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M448.495 214.209l4.483-2.354v-4.371l-4.483 2.353z"/>
<path fill="#FFF" d="M449.615 229.901l4.484-2.354v-4.371l-4.484 2.522z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M449.615 229.901l4.484-2.354v-4.371l-4.484 2.522z"/>
<path fill="#FFF" d="M435.044 238.868l4.483-2.354v-4.371l-4.483 2.354z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M435.044 238.868l4.483-2.354v-4.371l-4.483 2.354z"/>
<path fill="#DCE7F2" d="M291.571 139.602v7.108l-4.574 2.488-4.393-2.488v-12.084z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M291.571 139.602v7.108l-4.574 2.488-4.393-2.488v-12.084zM286.527 136.868v11.209"/>
<path fill="#FFF" d="M313.989 153.053v7.107l-4.087 2.488-3.76-2.31v-12.261z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M313.989 153.053v7.107l-4.087 2.488-3.76-2.31v-12.261zM310.066 150.319v11.208"/>
<path fill="#DCE7F2" d="M337.527 166.503v7.108l-3.923 2.488-3.923-2.488v-12.084z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M337.527 166.503v7.108l-3.923 2.488-3.923-2.488v-12.084zM333.604 163.77v11.208"/>
<path fill="#FFF" d="M361.066 179.954v7.108l-3.923 2.487-3.923-2.31v-12.261z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.188" d="M361.066 179.954v7.108l-3.923 2.487-3.923-2.31v-12.261zM357.143 178.34v11.21"/>
<path fill="#FFF" d="M385.725 193.344v7.022L381.802 203l-3.923-2.458v-12.113z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M385.725 193.344v7.022L381.802 203l-3.923-2.458v-12.113zM381.802 190.67V203"/>
<path fill="#FFF" d="M409.264 206.855v7.108l-4.087 2.488-3.76-2.31v-12.262z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M409.264 206.855v7.108l-4.087 2.488-3.76-2.31v-12.262zM405.34 205.242v11.209"/>
<path fill="#FFF" d="M432.802 221.426v7.108l-3.923 2.488-3.923-2.31V216.45z"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M432.802 221.426v7.108l-3.923 2.488-3.923-2.31V216.45zM428.88 218.692v11.21"/>
<g>
<path fill="#FFF" d="M256.611 176.836l-1.567-.878c-2.09-1.054-3.658-3.862-3.658-6.143v-30.716c0-1.054.349-1.93 1.045-2.282l18.462-10.531c.696-.351 1.567-.176 2.439.35l7.14 4.214c2.96 1.754 5.747 4.738 7.838 8.249l10.276 17.727c2.264 3.862 3.483 7.899 3.483 11.41v10.179c0 1.053-.349 1.931-.871 2.282l-.174.175-18.462 10.532c-.522.35-1.392.175-2.438-.35l-15.326-8.953"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M256.611 176.836l-1.567-.878c-2.09-1.054-3.658-3.862-3.658-6.143v-30.716c0-1.054.349-1.93 1.045-2.282l18.462-10.531c.696-.351 1.567-.176 2.439.35l7.14 4.214c2.96 1.754 5.747 4.738 7.838 8.249l10.276 17.727c2.264 3.862 3.483 7.899 3.483 11.41v10.179c0 1.053-.349 1.931-.871 2.282l-.174.175-18.462 10.532c-.522.35-1.392.175-2.438-.35l-15.326-8.953"/>
</g>
<g>
<path fill="#FFF" d="M263.774 181.96l15.867 9.27c2.09 1.05 3.66.175 3.66-2.099v-10.146c0-3.498-1.22-7.697-3.487-11.37l-10.286-17.667c-2.092-3.499-4.882-6.473-7.846-8.222l-7.148-4.198c-2.092-1.05-3.661-.175-3.661 2.099v30.612c0 2.274 1.744 4.898 3.661 6.123l2.964 1.749"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M263.774 181.96l15.867 9.27c2.09 1.05 3.66.175 3.66-2.099v-10.146c0-3.498-1.22-7.697-3.487-11.37l-10.286-17.667c-2.092-3.499-4.882-6.473-7.846-8.222l-7.148-4.198c-2.092-1.05-3.661-.175-3.661 2.099v30.612c0 2.274 1.744 4.898 3.661 6.123l2.964 1.749"/>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M260.372 178.651l.75.5"/>
<g>
<path fill="#DCE7F2" d="M257.1 154.356v12.26c0 1.245.874 2.488 1.748 3.022l19.418 11.373c1.048.71 1.749.178 1.749-.889v-1.776c0-2.666-.875-5.865-2.625-8.708l-7.871-13.684c-1.75-2.843-3.849-5.153-6.123-6.397l-4.373-2.665c-1.049-.71-1.749-.177-1.749.888v1.067"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M257.1 154.356v12.26c0 1.245.874 2.488 1.748 3.022l19.418 11.373c1.048.71 1.749.178 1.749-.889v-1.776c0-2.666-.875-5.865-2.625-8.708l-7.871-13.684c-1.75-2.843-3.849-5.153-6.123-6.397l-4.373-2.665c-1.049-.71-1.749-.177-1.749.888v1.067"/>
</g>
<g>
<path fill="#DCE7F2" d="M294.548 152.867l2.768 5.138c1.903 3.367 2.768 7.088 2.94 10.987l.174 3.19-14.705 8.327-.173-3.19c0-3.898-1.21-7.795-3.114-11.162L271.02 146.31l15.224-8.86 4.498 8.152"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M294.548 152.867l2.768 5.138c1.903 3.367 2.768 7.088 2.94 10.987l.174 3.19-14.705 8.327-.173-3.19c0-3.898-1.21-7.795-3.114-11.162L271.02 146.31l15.224-8.86 4.498 8.152"/>
</g>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M292.007 148.512l.25.25"/>
<path fill="#FFF" d="M303.742 370.994c1.63-15.176-9.44-28.79-24.725-30.409a27.86 27.86 0 0 0-17.615 4 37.758 37.758 0 0 0-23.277-11.348c-20.768-2.199-39.398 12.735-41.612 33.354-2.214 20.62 12.827 39.117 33.594 41.316a37.875 37.875 0 0 0 27.408-7.85c1.187.439 2.448.739 3.765.879a15.465 15.465 0 0 0 13.358-5.276c14.663.761 27.529-9.996 29.104-24.666"/>
<path stroke="#183D54" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.96" d="M291.571 345.352c-5.826-4.244-12.045-4.343-12.045-4.343-6.467-.715-12.651.911-17.778 4.213 0 0-10.638-12.768-28.462-12.18M339.998 123.418l.663-19.055M321.062 94.275l.426 19.055M321.275 118.934v6.725M280.605 86.429l.636-17.934M261.433 58.407l.87 19.055M261.849 81.945l.039 7.846M227.92 118.934l.644-19.055M207.867 90.912l.398 17.934M209.101 114.45l.172 7.847"/>
<g transform="translate(74.12 181.703)">
<mask id="j" fill="#fff">
<use xlink:href="#i"/>
</mask>
<path fill="#35D0BA" d="M14.972 7.762A7.486 7.486 0 1 1 0 7.76a7.486 7.486 0 0 1 14.972 0" mask="url(#j)"/>
</g>
<path fill="#FFCD3C" d="M469.791 302.198a7.285 7.285 0 0 1-7.286 7.286 7.285 7.285 0 1 1 0-14.572 7.286 7.286 0 0 1 7.286 7.286"/>
<path fill="#FFB5B5" d="M336.407 370.572a7.285 7.285 0 0 1-7.286 7.285 7.286 7.286 0 1 1 7.286-7.285M440.648 109.406a7.286 7.286 0 1 1-14.571 0 7.286 7.286 0 0 1 14.571 0"/>
<path fill="#F7D186" d="M333.044 133.506a3.362 3.362 0 1 1-6.725 0 3.362 3.362 0 0 1 6.725 0"/>
<path fill="#FFCD3C" d="M288.209 408.681a5.044 5.044 0 1 1-10.088 0 5.044 5.044 0 0 1 10.088 0"/>
<path fill="#FFB5B5" d="M211.989 363.846a2.802 2.802 0 1 1-5.605 0 2.802 2.802 0 0 1 5.605 0"/>
<path fill="#35D0BA" d="M335.286 249.516a3.924 3.924 0 1 1-7.847 0 3.924 3.924 0 0 1 7.847 0"/>
<path fill="#F7D186" d="M209.747 211.967a3.363 3.363 0 1 1-6.726 0 3.363 3.363 0 0 1 6.726 0"/>
<path fill="#FFCD3C" d="M220.956 238.869a3.362 3.362 0 1 1-6.725 0 3.362 3.362 0 0 1 6.725 0"/>
<g transform="translate(236.648 -1)">
<mask id="l" fill="#fff">
<use xlink:href="#k"/>
</mask>
<path fill="#FFB5B5" d="M7.65 3.928a3.455 3.455 0 1 1-6.91 0 3.455 3.455 0 0 1 6.91 0" mask="url(#l)"/>
</g>
<path fill="#35D0BA" d="M186.209 243.351a4.484 4.484 0 1 1-8.968 0 4.484 4.484 0 0 1 8.968 0"/>
<path fill="#FFB5B5" d="M101.022 105.484a4.483 4.483 0 1 1-8.966 0 4.483 4.483 0 0 1 8.966 0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 90 KiB

BIN
images/karthik.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
images/karthik@2x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
images/karthik@3x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

6
images/portability.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(1 2)">
<rect width="20" height="14" y="4" rx="2"/>
<path d="M14 18V2a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 359 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="#F3807B" fill-rule="nonzero">
<path d="M0 15h7v7H0zM15 15h7v7h-7zM0 0h7v7H0zM15 0h7v7h-7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 214 B

5
images/separation.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
<g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M14.333 1H21v6.667M7.667 21H1v-6.667M21 1l-7.778 7.778M1 21l7.778-7.778"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 310 B

BIN
images/sid.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
images/sid@2x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
images/sid@3x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/spencer.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
images/spencer@2x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
images/spencer@3x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -11,8 +11,8 @@ stylesheet: index
<div>
<h1>The open source multicloud control plane.</h1>
<p>
Workload portability across disparate environments, clusters,
regions and clouds. Choose your flavors of cloud!
Manage your cloud-native applications and infrastructure across
environments, clusters, regions and clouds.
</p>
<button onclick="window.location.href='{{githubLink}}'">
Get Started on GitHub
@ -29,136 +29,6 @@ stylesheet: index
</div>
</div>
<div id="kinds">
<div>
<div class="grid-center">
<div class="col-10_sm-12">
<h2>The many flavors of managed services we support</h2>
<p>
Crossplane enables workload portability across clusters and cloud
providers for the most common managed services.
</p>
<p><img src="{{ "/images/pink.svg" | relative_url }}" /></p>
</div>
</div>
<div class="grid-center">
<div class="col-2_md-12 specific-kind">
<div class="img"><img src="{{ "/images/compute.svg" | relative_url }}" alt="compute" /></div>
<h4>Compute</h4>
</div>
<div class="col-2_md-12 specific-kind">
<div class="img"><img src="{{ "/images/database.svg" | relative_url }}" alt="database" /></div>
<h4>Databases</h4>
</div>
<div class="col-2_md-12 specific-kind">
<div class="img"><img src="{{ "/images/connectivity.svg" | relative_url }}" alt="connectivity" /></div>
<h4>Connectivity</h4>
</div>
<div class="col-2_md-12 specific-kind">
<div class="img"><img src="{{ "/images/security.svg" | relative_url }}" alt="security" /></div>
<h4>Security</h4>
</div>
<div class="col-2_md-12 specific-kind">
<div class="img"><img src="{{ "/images/storage.svg" | relative_url }}" alt="storage" /></div>
<h4>Storage</h4>
</div>
<div class="col-9_md-12 footer">
<p>
Additional managed services including serverless, analytics, big data,
machine learning and others are coming soon.
</p>
<p>
<a href="{{githubLink}}">Help support these features and add new ones</a>
</p>
</div>
</div>
</div>
</div>
<div id="providers">
<div>
<h2>Supported cloud flavors</h2>
<p>
Mix and match services from cloud providers and on-prem. Additional
support for other cloud providers coming soon.
</p>
<p>
<img src="{{ "/images/google-cloud.svg" | relative_url }}" /> <img src="{{ "/images/aws.svg" | relative_url }}" />
<img src="{{ "/images/microsoft-azure.svg" | relative_url }}" />
</p>
</div>
</div>
<div id="features">
<div>
<div class="grid-center">
<div class="col-10_sm-12 head">
<h2>Key Features of Crossplane</h2>
<p>
Crossplane provides a universal cloud computing API. Control your
workloads across clouds and on-prem environments from one unified
place.
</p>
<p><img src="{{ "/images/teal.svg" | relative_url }}" /></p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>A strong separation of concerns.</h3>
<p>
Developers can define workloads without worrying about implementation
details, environment constraints, or policies. Administrators can
define environment specifics, and policies. Enable a higher degree of
reusability and reduce complexity.
</p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>Workload portability across cloud providers.</h3>
<p>
As a multi-cloud workload and resource orchestrator, Crossplane
manages workloads (container, serverless, others) and resources they
consume (databases, message queues, buckets, data pipelines, and
others) across clouds and on-premise environments.
</p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>Advanced workload scheduling.</h3>
<p>
Crossplane includes an extensible workload scheduler that can factor
availability, reliability, cost, and performance while deploying
workloads and their resources.
</p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>Open source that doesnt have an agenda.</h3>
<p>
Crossplane is open source software released under the Apache 2.0
license. Crossplane is a community driven effort to define a control
plane that can span multiple cloud providers, many regions and
offerings.
</p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>Built with high levels of extensibility.</h3>
<p>
Leverages tried and tested Kubernetes machinery to provide a high
level of extensibility around APIs, resource controllers, schedulers
and other components. This empowers the community to build on-top of
it easily.
</p>
</div>
<div class="col-4_md-6_sm-12 feature">
<h3>Full lifecycle management of resources.</h3>
<p>
A resource controller is responsible for the entire lifecycle of a
resource. This resource is responsible for provisioning, health,
scaling, failover, and actively responding to external changes that
deviate from the desired configuration.
</p>
</div>
</div>
</div>
</div>
<div id="use-cases">
<div>
<div class="grid">
@ -169,98 +39,209 @@ stylesheet: index
/>
</div>
<div class="col-6_md-12">
<h2>Utilize multiple cloud providers at a single time.</h2>
<h2>Provision the managed services your applications depend on using kubectl.</h2>
<p>
Schedule work across multiple regions and cloud providers at the same
time. Use different regions of multiple cloud providers to improve
availability, geographic presence, and reach.
<img src="{{ "/images/quad-white-medium.svg" | relative_url }}" />
Securely consume managed services such as PostgreSQL, Redis, Buckets and more, from
your choice of cloud on-premises.
<img src="{{ "/images/quad-red-medium.svg" | relative_url }}" />
</p>
</div>
</div>
<div class="grid">
<div class="col-6_md-12">
<h2>Migrate managed services across multiple clouds.</h2>
<h2>Extend Crossplane by adding your own Stack.</h2>
<p>
Take advantage of automated controllers to move data across regions,
clusters or clouds. As a single control-plane that spans multiple
cloud providers, controllers work across clouds and use tried and
tested methods for completing long running migration tasks.
<img src="{{ "/images/quad-white-medium.svg" | relative_url }}" />
Add new resources and controllers to Crossplane by extending existing Stacks
or building your own.
<img src="{{ "/images/quad-red-medium.svg" | relative_url }}" />
</p>
</div>
<div class="col-6_md-12_md-first img">
<img class="md-hidden" src="{{ "/images/feature-2.svg" | relative_url }}" /><img
<img class="md-hidden" src="{{ "/images/feature-4.svg" | relative_url }}" /><img
class="md-gt-hidden"
src="{{ "/images/feature-2-mobile.svg" | relative_url }}"
src="{{ "/images/feature-4.svg" | relative_url }}"
/>
</div>
</div>
<div class="grid">
<div class="col-6_md-12 img">
<img class="md-hidden" src="{{ "/images/feature-3.svg" | relative_url }}" /><img
<img class="md-hidden" src="{{ "/images/feature-2.svg" | relative_url }}" /><img
class="md-gt-hidden"
src="{{ "/images/feature-3-mobile.svg" | relative_url }}"
src="{{ "/images/feature-2-mobile.svg" | relative_url }}"
/>
</div>
<div class="col-6_md-12">
<h2>Automate all of your tasks across multiple clouds.</h2>
<h2>Schedule workloads across clusters, regions and clouds.</h2>
<p>
Write custom controllers to automate such tasks as setting up
replication across databases, or setting up a data protection solution
across clouds. With a single control-plane that can span regions and
cloud providers, and offers an extensibility model for writing custom
controllers, Crossplane automates many of these tasks.
<img src="{{ "/images/quad-white-medium.svg" | relative_url }}" />
Define complete applications with managed service dependencies for scheduling across
clusters and regions to balance reliability, cost, and performance.
<img src="{{ "/images/quad-red-medium.svg" | relative_url }}" />
</p>
</div>
</div>
<div class="grid">
<div class="col-6_md-12">
<h2>Manage multiple clusters from a single control plane.</h2>
<p>
Provision and manage kubernetes clusters: bring your own clusters or generate on demand,
with common configuration and policy.
<img src="{{ "/images/quad-red-medium.svg" | relative_url }}" />
</p>
</div>
<div class="col-6_md-12_md-first img">
<img class="md-hidden" src="{{ "/images/feature-3.svg" | relative_url }}" /><img class="md-gt-hidden"
src="{{ "/images/feature-3-mobile.svg" | relative_url }}" />
</div>
</div>
</div>
</div>
<div id="providers">
<div>
<h2>The many flavors of infrastructure we support</h2>
<p>
Crossplane supports your choice of infrastructure and enables anyone to add their own.
</p>
<p>
<img src="{{ "/images/google-cloud.svg" | relative_url }}" alt="google cloud" /> <img
src="{{ "/images/aws.svg" | relative_url }}" alt="aws" />
<img src="{{ "/images/microsoft-azure.svg" | relative_url }}" alt="microsoft azure" /> <img
src="{{ "/images/comingsoon-pivotal.svg" | relative_url }}" alt="pivotal coming soon" />
</p>
<p>
<a href="{{githubLink}}">Help support these features and add new ones</a>
</p>
</div>
</div>
<div id="blueprint">
<div class="blueprint-header">
<h2>The Blueprint for the Open Cloud</h2>
<img src="{{ "/images/teal.svg" | relative_url }}" />
</div>
<div class="grid">
<div class="blueprint-items col-6_md-12 grid">
<div class="blueprint-bullet col-1">
<img src="{{ "/images/separation.svg" | relative_url }}" />
</div>
<div class="blueprint-item col-11">
<h3>A strong separation of concerns.</h3>
<p>Developers can define workloads without worrying about implementation details,
environment constraints, or policies. Administrators can define environment specifics,
and policies. Enable a higher degree of reusability and reduce complexity.</p>
</div>
<div class="blueprint-bullet col-1">
<img src="{{ "/images/portability.svg" | relative_url }}" />
</div>
<div class="blueprint-item col-11">
<h3>Workload portability across cloud providers.</h3>
<p>As a multicloud workload and resource orchestrator, Crossplane manages workloads
(container, serverless, others) and resources they consume (databases, message queues,
buckets, data pipelines, and others) across clouds and on-premise environments.</p>
</div>
<div class="blueprint-bullet col-1">
<img src="{{ "/images/agenda.svg" | relative_url }}" />
</div>
<div class="blueprint-item col-11">
<h3>Open source that doesnt have an agenda.</h3>
<p>Crossplane is open source software released under the Apache 2.0 license. Crossplane is
a true community-driven effort to define a control plane that can span multiple cloud
providers, many regions and offerings.</p>
</div>
<div class="blueprint-bullet col-1">
<img src="{{ "/images/extensibility.svg" | relative_url }}" />
</div>
<div class="blueprint-item col-11">
<h3>Built with high levels of extensibility.</h3>
<p>Leverages tried and tested Kubernetes machinery to provide a high level of extensibility
around APIs, resource controllers, schedulers and other components. This empowers the
community to build on top of it easily.</p>
</div>
<div class="blueprint-bullet col-1">
<img src="{{ "/images/cycle.svg" | relative_url }}" />
</div>
<div class="blueprint-item col-11">
<h3>Full lifecycle management of resources.</h3>
<p>A resource controller is responsible for the entire lifecycle of a resource. This
resource is responsible for provisioning, health, scaling, failover, and actively
responding to external changes that deviate from the desired configuration.</p>
</div>
</div>
<div class="blueprint-img col-6_md-hidden">
<img src="{{ "/images/blueprint.png" | relative_url }}" alt="open cloud blueprint" />
</div>
</div>
</div>
<div id="testimonials">
<div>
<div class="grid-center">
<div class="testimonial col-4_md-6_sm-12">
<div class="testimonial col-6_md-12">
<h3>
&ldquo;Crossplane has an opportunity to change the cloud industry as
we know it&rdquo;
we know it.&rdquo;
</h3>
<p>
&ldquo;Our customers are increasingly looking for a way to deploy
their code across multiple cloud environments. The choices available
today are too complex and vendor driven but with Crossplane the
today are too complex and vendor-driven, but with Crossplane, the
ability to orchestrate clouds becomes simple. We look forward to
collaborating with them on this vision and as the first complex app
running on Crossplane.&rdquo;
</p>
<div class="signature">
<div class="name">Sid Sijbrandij</div>
<div class="title">CEO and Co-Founder of GitLab</div>
<a href="https://gitlab.com"><img src="{{ "/images/gitlab.svg" | relative_url }}"/></a>
<div class="exec-img">
<img srcset="./images/sid.jpg 1x, ./images/sid@2x.jpg 2x, ./images/sid@3x.jpg 3x" alt="Sid Sijbrandij" />
</div>
<div class="exec-info">
<div class="name">Sid Sijbrandij</div>
<div class="title">CEO and Co-Founder of GitLab</div>
</div>
</div>
</div>
<div class="testimonial col-4_md-6_sm-12">
<div class="testimonial col-6_md-12">
<h3>
&ldquo;We share the vision of having truly cloud agnostic, managed
&ldquo;We share the vision of having truly cloud-agnostic managed
services and Crossplane is an important step forward in this
direction&rdquo;
direction.&rdquo;
</h3>
<p>
&ldquo;Crossplane will make it possible for organizations to take
deeper ownership of where they want to run their services and how they
manage their application data. Kudos to the Upbound team for
architecting and delivering this critical, open source and community
driven component of the cloud neutral future.&rdquo;
driven component of the cloud-neutral future.&rdquo;
</p>
<div class="signature">
<div class="name">Spencer Kimball</div>
<div class="title">CEO and Founder of Cockroach Labs</div>
<a href="https://www.cockroachlabs.com/"
><img src="{{ "/images/cockroachlabs.svg" | relative_url }}"
/></a>
<div class="exec-img">
<img srcset="./images/spencer.jpg 1x, ./images/spencer@2x.jpg 2x, ./images/spencer@3x.jpg 3x" alt="Spencer Kimball" />
</div>
<div class="exec-info">
<div class="name">Spencer Kimball</div>
<div class="title">CEO and Founder of Cockroach Labs</div>
</div>
</div>
</div>
<div class="testimonial col-4_md-6_sm-12">
<div class="testimonial col-6_md-12">
<h3>
&ldquo;Crossplane has the ability to be at the heart of tomorrows multicloud deployments.&rdquo;
</h3>
<p>
&ldquo;It's exciting to see open cloud standards like Crossplane emerge, that will allow new multicloud technologies like
YugabyteDB to take advantage of the broader cloud ecosystem, on-premise and in-public cloud. Future work with
Crossplane.io and Rook.io is a natural fit with the Kubernetes ecosystem.&rdquo;
</p>
<div class="signature">
<div class="exec-img">
<img srcset="./images/karthik.jpg 1x, ./images/karthik@2x.jpg 2x, ./images/karthik@3x.jpg 3x" alt="Karthik Ranganathan" />
</div>
<div class="exec-info">
<div class="name">Karthik Ranganathan</div>
<div class="title">Co-Founder and CTO of Yugabyte</div>
</div>
</div>
</div>
<div class="testimonial col-6_md-12">
<h3>
&ldquo;We created Crossplane to empower organizations to use the best
of all the clouds.&rdquo;
@ -273,14 +254,19 @@ stylesheet: index
cost.&rdquo;
</p>
<div class="signature">
<div class="name">Bassam Tabbara</div>
<div class="title">CEO and Founder of Upbound</div>
<a href="https://upbound.io"><img src="{{ "/images/upbound.svg" | relative_url }}"/></a>
<div class="exec-img">
<img srcset="./images/bassam.jpg 1x, ./images/bassam@2x.jpg 2x, ./images/bassam@3x.jpg 3x" alt="Bassam Tabbara" />
</div>
<div class="exec-info">
<div class="name">Bassam Tabbara</div>
<div class="title">CEO and Founder of Upbound</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="community">
<div>
<div class="grid-center">