@import url(https://fonts.googleapis.com/css?family=Zilla+Slab&display=swap);
.lighter {
  font-weight: 100; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  scroll-behavior: smooth; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html {
      font-size: 18px; } }

body {
  color: #141734;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }
  body.open {
    overflow: hidden; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1987E7;
  --secondary: #444F71;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #141734;
  --mutant: #FF7F50;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(20, 23, 52, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141734;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1987E7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #FF7F50;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(20, 23, 52, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 24px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 24px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #141734; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #141734; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #141734; }
  .table tbody + tbody {
    border-top: 2px solid #141734; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #141734; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #141734; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(20, 23, 52, 0.05); }

.table-hover tbody tr:hover {
  color: #141734;
  background-color: rgba(20, 23, 52, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfddf8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #87c1f3; }

.table-hover .table-primary:hover {
  background-color: #a8d1f5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a8d1f5; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cbced7; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9ea3b5; }

.table-hover .table-secondary:hover {
  background-color: #bdc0cc; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #bdc0cc; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdbec6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #858695; }

.table-hover .table-dark:hover {
  background-color: #afb1ba; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #afb1ba; }

.table-mutant,
.table-mutant > th,
.table-mutant > td {
  background-color: #ffdbce; }

.table-mutant th,
.table-mutant td,
.table-mutant thead th,
.table-mutant tbody + tbody {
  border-color: #ffbca4; }

.table-hover .table-mutant:hover {
  background-color: #ffc8b5; }
  .table-hover .table-mutant:hover > td,
  .table-hover .table-mutant:hover > th {
    background-color: #ffc8b5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(20, 23, 52, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(13, 15, 34, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(13, 15, 34, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #141734; }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 24px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #8cc3f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #141734;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 24px; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 22px; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 24px; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 24px; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #141734;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 24px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #141734;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #1987E7;
  border-color: #1987E7; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #1573c5;
    border-color: #136cba; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 153, 235, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(60, 153, 235, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #1987E7;
    border-color: #1987E7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #136cba;
    border-color: #1265ae; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 153, 235, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(60, 153, 235, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #444F71;
  border-color: #444F71; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #363e59;
    border-color: #313951; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 105, 134, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(96, 105, 134, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #444F71;
    border-color: #444F71; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #313951;
    border-color: #2c3349; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 105, 134, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(96, 105, 134, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #141734;
  border-color: #141734; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #090b18;
    border-color: #06070f; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 82, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(55, 58, 82, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #141734;
    border-color: #141734; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #06070f;
    border-color: #020306; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 82, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(55, 58, 82, 0.5); }

.btn-mutant {
  color: #212529;
  background-color: #FF7F50;
  border-color: #FF7F50; }
  .btn-mutant:hover {
    color: #ffffff;
    background-color: #ff632a;
    border-color: #ff5a1d; }
  .btn-mutant:focus, .btn-mutant.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 114, 74, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 114, 74, 0.5); }
  .btn-mutant.disabled, .btn-mutant:disabled {
    color: #212529;
    background-color: #FF7F50;
    border-color: #FF7F50; }
  .btn-mutant:not(:disabled):not(.disabled):active, .btn-mutant:not(:disabled):not(.disabled).active,
  .show > .btn-mutant.dropdown-toggle {
    color: #ffffff;
    background-color: #ff5a1d;
    border-color: #ff5010; }
    .btn-mutant:not(:disabled):not(.disabled):active:focus, .btn-mutant:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mutant.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 114, 74, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 114, 74, 0.5); }

.btn-outline-primary {
  color: #1987E7;
  border-color: #1987E7; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #1987E7;
    border-color: #1987E7; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1987E7;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1987E7;
    border-color: #1987E7; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5); }

.btn-outline-secondary {
  color: #444F71;
  border-color: #444F71; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #444F71;
    border-color: #444F71; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #444F71;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #444F71;
    border-color: #444F71; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #141734;
  border-color: #141734; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #141734;
    border-color: #141734; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #141734;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #141734;
    border-color: #141734; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5); }

.btn-outline-mutant {
  color: #FF7F50;
  border-color: #FF7F50; }
  .btn-outline-mutant:hover {
    color: #212529;
    background-color: #FF7F50;
    border-color: #FF7F50; }
  .btn-outline-mutant:focus, .btn-outline-mutant.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5); }
  .btn-outline-mutant.disabled, .btn-outline-mutant:disabled {
    color: #FF7F50;
    background-color: transparent; }
  .btn-outline-mutant:not(:disabled):not(.disabled):active, .btn-outline-mutant:not(:disabled):not(.disabled).active,
  .show > .btn-outline-mutant.dropdown-toggle {
    color: #212529;
    background-color: #FF7F50;
    border-color: #FF7F50; }
    .btn-outline-mutant:not(:disabled):not(.disabled):active:focus, .btn-outline-mutant:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-mutant.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1987E7;
  text-decoration: none; }
  .btn-link:hover {
    color: #FF7F50;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 22px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 24px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #141734;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 23, 52, 0.15);
  border-radius: 24px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #1987E7; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 24px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 22px; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 24px; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #1987E7;
    background-color: #1987E7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8cc3f3; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #bbdbf8;
    border-color: #bbdbf8; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 24px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1987E7;
  background-color: #1987E7; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 135, 231, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 135, 231, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 135, 231, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(25, 135, 231, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #8cc3f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8cc3f3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 24px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 24px 24px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
              box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1987E7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #bbdbf8; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1987E7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #bbdbf8; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1987E7;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #bbdbf8; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 24px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #1987E7; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 24px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(20, 23, 52, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(20, 23, 52, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(20, 23, 52, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(20, 23, 52, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(20, 23, 52, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(20, 23, 52, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(20, 23, 52, 0.5);
  border-color: rgba(20, 23, 52, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(20, 23, 52, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(20, 23, 52, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(20, 23, 52, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(20, 23, 52, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(20, 23, 52, 0.125);
  border-radius: 24px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(20, 23, 52, 0.03);
  border-bottom: 1px solid rgba(20, 23, 52, 0.125); }
  .card-header:first-child {
    border-radius: calc(24px - 1px) calc(24px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(20, 23, 52, 0.03);
  border-top: 1px solid rgba(20, 23, 52, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(24px - 1px) calc(24px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(24px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(24px - 1px);
  border-top-right-radius: calc(24px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(24px - 1px);
  border-bottom-left-radius: calc(24px - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 24px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 24px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1987E7;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #FF7F50;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px; }

.page-item:last-child .page-link {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #1987E7;
  border-color: #1987E7; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 24px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #1987E7; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #136cba; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 231, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #444F71; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #313951; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(68, 79, 113, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #ffffff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #141734; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #06070f; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(20, 23, 52, 0.5); }

.badge-mutant {
  color: #212529;
  background-color: #FF7F50; }
  a.badge-mutant:hover, a.badge-mutant:focus {
    color: #212529;
    background-color: #ff5a1d; }
  a.badge-mutant:focus, a.badge-mutant.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 127, 80, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 22px; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 24px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #175191;
  background-color: #d1e7fa;
  border-color: #bfddf8; }
  .alert-primary hr {
    border-top-color: #a8d1f5; }
  .alert-primary .alert-link {
    color: #103865; }

.alert-secondary {
  color: #2d3454;
  background-color: #dadce3;
  border-color: #cbced7; }
  .alert-secondary hr {
    border-top-color: #bdc0cc; }
  .alert-secondary .alert-link {
    color: #1b1f33; }

.alert-success {
  color: #1e623d;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #123b25; }

.alert-info {
  color: #165f79;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #0e3d4e; }

.alert-warning {
  color: #8e6f1d;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #644e14; }

.alert-danger {
  color: #7c273d;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #551b2a; }

.alert-light {
  color: #8e909e;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #737586; }

.alert-dark {
  color: #141734;
  background-color: #d0d1d6;
  border-color: #bdbec6; }
  .alert-dark hr {
    border-top-color: #afb1ba; }
  .alert-dark .alert-link {
    color: #06070f; }

.alert-mutant {
  color: #8e4d43;
  background-color: #ffe5dc;
  border-color: #ffdbce; }
  .alert-mutant hr {
    border-top-color: #ffc8b5; }
  .alert-mutant .alert-link {
    color: #6b3a33; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 24px; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #1987E7;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #141734;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(20, 23, 52, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #1987E7;
    border-color: #1987E7; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 24px;
      border-bottom-left-radius: 24px;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #175191;
  background-color: #bfddf8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #175191;
    background-color: #a8d1f5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #175191;
    border-color: #175191; }

.list-group-item-secondary {
  color: #2d3454;
  background-color: #cbced7; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2d3454;
    background-color: #bdc0cc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2d3454;
    border-color: #2d3454; }

.list-group-item-success {
  color: #1e623d;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1e623d;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #1e623d;
    border-color: #1e623d; }

.list-group-item-info {
  color: #165f79;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #165f79;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #165f79;
    border-color: #165f79; }

.list-group-item-warning {
  color: #8e6f1d;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #8e6f1d;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #8e6f1d;
    border-color: #8e6f1d; }

.list-group-item-danger {
  color: #7c273d;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c273d;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c273d;
    border-color: #7c273d; }

.list-group-item-light {
  color: #8e909e;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #8e909e;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #8e909e;
    border-color: #8e909e; }

.list-group-item-dark {
  color: #141734;
  background-color: #bdbec6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141734;
    background-color: #afb1ba; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141734;
    border-color: #141734; }

.list-group-item-mutant {
  color: #8e4d43;
  background-color: #ffdbce; }
  .list-group-item-mutant.list-group-item-action:hover, .list-group-item-mutant.list-group-item-action:focus {
    color: #8e4d43;
    background-color: #ffc8b5; }
  .list-group-item-mutant.list-group-item-action.active {
    color: #ffffff;
    background-color: #8e4d43;
    border-color: #8e4d43; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #141734;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #141734;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(20, 23, 52, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(20, 23, 52, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 23, 52, 0.2);
  border-radius: 22px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #141734; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #141734;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #141734;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #141734; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #141734; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #141734; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #141734; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #141734;
  border-radius: 24px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 23, 52, 0.2);
  border-radius: 22px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 22px; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(20, 23, 52, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 22px 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(20, 23, 52, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(20, 23, 52, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 22px 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(20, 23, 52, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(22px - 1px);
  border-top-right-radius: calc(22px - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #141734; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1987E7 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #136cba !important; }

.bg-secondary {
  background-color: #444F71 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #313951 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #ffffff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #141734 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #06070f !important; }

.bg-mutant {
  background-color: #FF7F50 !important; }

a.bg-mutant:hover, a.bg-mutant:focus,
button.bg-mutant:hover,
button.bg-mutant:focus {
  background-color: #ff5a1d !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #141734 !important; }

.border-top {
  border-top: 1px solid #141734 !important; }

.border-right {
  border-right: 1px solid #141734 !important; }

.border-bottom {
  border-bottom: 1px solid #141734 !important; }

.border-left {
  border-left: 1px solid #141734 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1987E7 !important; }

.border-secondary {
  border-color: #444F71 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #ffffff !important; }

.border-dark {
  border-color: #141734 !important; }

.border-mutant {
  border-color: #FF7F50 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 24px !important; }

.rounded {
  border-radius: 24px !important; }

.rounded-top {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important; }

.rounded-right {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important; }

.rounded-bottom {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important; }

.rounded-left {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important; }

.rounded-lg {
  border-radius: 22px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(20, 23, 52, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(20, 23, 52, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(20, 23, 52, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(20, 23, 52, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(20, 23, 52, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(20, 23, 52, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #1987E7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #115fa3 !important; }

.text-secondary {
  color: #444F71 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #272e41 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #ffffff !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #141734 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-mutant {
  color: #FF7F50 !important; }

a.text-mutant:hover, a.text-mutant:focus {
  color: #ff4704 !important; }

.text-body {
  color: #141734 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(20, 23, 52, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #141734; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #141734; }
  .table .thead-dark th {
    color: inherit;
    border-color: #141734; } }

ul {
  margin: 0;
  padding: 0; }

.make-relative {
  position: relative; }

.container {
  padding: 0 24px; }
  @media (min-width: 992px) {
    .container {
      padding: 0 15px; } }

h1, .h1 {
  font-size: 1.80203rem; }

h2, .h2 {
  font-size: 1.60181rem; }

h3, .h3 {
  font-size: 1.42383rem; }

h4, .h4 {
  font-size: 1.26562rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

.display-4 {
  font-size: 2.80203rem; }

.display-3 {
  font-size: 2.98977rem; }

.display-2 {
  font-size: 3.19008rem; }

.display-1 {
  font-size: 3.40382rem; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.48832rem; }
  h2, .h2 {
    font-size: 2.0736rem; }
  h3, .h3 {
    font-size: 1.728rem; }
  h4, .h4 {
    font-size: 1.44rem; }
  h5, .h5 {
    font-size: 1.2rem; }
  h6, .h6 {
    font-size: 1rem; }
  .display-4 {
    font-size: 3.48832rem; }
  .display-3 {
    font-size: 3.92436rem; }
  .display-2 {
    font-size: 4.41491rem; }
  .display-1 {
    font-size: 4.96677rem; } }

p {
  margin-top: 0;
  margin-bottom: 0; }

.header {
  position: relative;
  z-index: 5;
  padding: 32px 0; }
  @media (min-width: 992px) {
    .header {
      padding: 48px 0; } }
  @media (min-width: 1200px) {
    .header {
      padding: 64px 0; } }
  .header img {
    height: 42px; }

#nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #nav a {
    display: inline-block;
    margin-left: 40px;
    font-weight: 400; }

#nav-toggle {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  #nav-toggle span {
    width: 100%;
    background-color: #1987E7;
    height: 4px;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 4px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    #nav-toggle span:nth-child(2) {
      top: 14px;
      width: 80%;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    #nav-toggle span:nth-child(3) {
      top: 24px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
  #nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3px;
    left: 4px; }
  #nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25px;
    left: 4px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='728px' height='418px' viewBox='0 0 728 418' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Emenu-bg%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='menu-bg' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-15' transform='translate(27.000000, 21.000000)'%3E %3Cg id='Group-10' transform='translate(23.719386, 0.000000)'%3E %3Cellipse id='Oval' stroke='%23262D77' stroke-width='0.773195876' fill='%231C204E' fill-rule='nonzero' cx='132.140251' cy='113.925858' rx='80.2196569' ry='80.2393621'%3E%3C/ellipse%3E %3Cg id='mountain' transform='translate(466.349842, 181.064916)' fill-rule='nonzero'%3E %3Cpolyline id='Path-2' stroke='%23070815' stroke-width='1.4032593' points='0.4401409 30.8792881 27.0243226 0 59.872397 30.8792881'%3E%3C/polyline%3E %3Cpolygon id='Path-3' fill='%230E1026' points='27.0394686 0.2597834 26.9750422 30.8792881 59.872397 30.8792881'%3E%3C/polygon%3E %3Cpolygon id='Path-7' fill='%23141734' points='0.747686054 30.8362863 26.8965745 30.6475426 26.9762263 0.331204601'%3E%3C/polygon%3E %3C/g%3E %3Cg id='mountain' transform='translate(276.909836, 87.491316)' fill-rule='nonzero'%3E %3Cpolyline id='Path-2' stroke='%23070815' stroke-width='1.4032593' points='4.59904279 87.4913161 80.1651025 0 137.76571 54.7405561 161.479368 50.5297441 209.553389 124.452888'%3E%3C/polyline%3E %3Cpolygon id='Path-3' fill='%230E1026' points='80.2081555 0.736052966 78.3013283 124.452888 209.553389 124.452888 160.944037 51.4654801 137.33344 55.3755567 121.924805 40.6374214'%3E%3C/polygon%3E %3Cpolygon id='Path-7' fill='%23141734' points='2.84217094e-14 93.5736002 80.028388 92.1017288 80.028388 0.938413036'%3E%3C/polygon%3E %3C/g%3E %3Cg id='mountain' transform='translate(128.632103, 70.180200)' fill-rule='nonzero'%3E %3Cpolyline id='Path-2' stroke='%23070815' stroke-width='1.4032593' points='0.340128202 141.764004 123.213472 0 189.550509 62.1094771'%3E%3C/polyline%3E %3Cpolygon id='Path-3' fill='%230E1026' points='123.283478 1.19264197 122.985696 141.764004 275.038824 141.764004 178.915561 74.3910121 188.852366 62.1094771'%3E%3C/polygon%3E %3Cpolygon id='Path-7' fill='%23141734' points='1.76161644 141.566587 122.623014 140.700082 122.991169 1.52053021'%3E%3C/polygon%3E %3C/g%3E %3Cg id='mountain' transform='translate(330.701443, 155.800044)' fill-rule='nonzero'%3E %3Cpolyline id='Path-2' stroke='%23070815' stroke-width='1.4032593' points='0.417311915 56.1441601 48.9805414 0 108.986473 56.1441601'%3E%3C/polyline%3E %3Cpolygon id='Path-3' stroke='%23070815' stroke-width='0.773195876' fill='%230E1026' points='49.0082098 0.472333454 48.8905174 56.1441601 108.986473 56.1441601'%3E%3C/polygon%3E %3Cpolygon id='Path-7' fill='%23141734' points='0.979126685 56.065975 48.7471749 55.7228047 48.8926806 0.602190184'%3E%3C/polygon%3E %3C/g%3E %3Cg id='mountain' transform='translate(34.145976, 131.003040)' fill-rule='nonzero'%3E %3Cpolyline id='Path-2' stroke='%23070815' stroke-width='1.4032593' points='0.394917767 80.9411641 70.5185466 0 157.165042 80.9411641'%3E%3C/polyline%3E %3Cpolygon id='Path-3' fill='%230E1026' points='70.5584988 0.680947396 70.388555 80.9411641 157.165042 80.9411641'%3E%3C/polygon%3E %3Cpolygon id='Path-7' fill='%23141734' points='1.20615892 80.8284473 70.1815734 80.3337101 70.3916786 0.868157515'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-5' transform='translate(111.792991, 118.370604)' fill-rule='nonzero' stroke='%23070815' stroke-linecap='square'%3E %3Cpath d='M0.467753101,44.4474601 L10.0566917,54.5066221' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M11.459951,55.9102261 L13.0970868,57.5477641' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M155.858559,18.71472 L167.431416,30.9294168' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M169.125005,32.6337931 L171.100859,34.6222321' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M155.858559,0 L167.431416,12.2146967' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M169.125005,13.919073 L171.100859,15.907512' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M255.667393,9.35736002 L261.288495,15.4647084' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M262.111096,16.3168965 L263.070796,17.311116' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M255.667393,0 L261.288495,6.10734837' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M262.111096,6.95953651 L263.070796,7.95375601' id='Line-2' stroke-width='0.935506202'%3E%3C/path%3E %3Cpath d='M387.380215,80.915874 L389.03348,82.7315721' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M389.275421,82.9849254 L389.557686,83.2805041' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M387.380215,78.1339561 L389.03348,79.9496543' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M389.275421,80.2030075 L389.557686,80.4985863' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M286.426192,75.7440358 L289.732723,79.3754321' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M290.216605,79.8821386 L290.781135,80.4732961' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M286.426192,70.1802001 L289.732723,73.8115964' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3Cpath d='M290.216605,74.3183029 L290.781135,74.9094605' id='Line-2' stroke-width='0.773195876'%3E%3C/path%3E %3C/g%3E %3Cpath d='M319.475368,131.00304 L307.313787,144.571212' id='Line' stroke='%23070815' stroke-width='0.935506202' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M0,211.831488 L680.780614,211.064916' id='Line-3' stroke='%23070815' stroke-width='1.8710124' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cg id='Group-3' transform='translate(280.184108, 0.000000)' fill-rule='nonzero' stroke='%23262D77' stroke-width='1.4032593'%3E %3Cpath d='M8.13355443,11.8252856 C3.42743485,11.8252856 0.757509032,13.7638786 0.123776961,17.6410645 C-0.50995511,21.5182504 1.28982105,24.3898584 5.52310545,26.2558886 L38.2948463,26.2558886 C43.6392819,23.1544604 45.6658493,19.4084368 44.3745486,15.0178179 C43.0832479,10.627199 39.5644878,8.80740752 33.8182683,9.55844348 C31.0089902,2.63636875 26.2409872,-0.526062584 19.5142594,0.071149485 C12.7875315,0.668361554 8.99396318,4.58640693 8.13355443,11.8252856 Z' id='Path-5' fill='%23181B3C'%3E%3C/path%3E %3Cpath d='M18.9440006,29.7096181 L38.5896308,29.7096181' id='Line-4' stroke-linecap='square'%3E%3C/path%3E %3Cpath d='M45.6059274,29.7096181 L42.3316557,29.7096181' id='Line-4' stroke-linecap='square'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-3' transform='translate(539.280614, 40.499260)' fill-rule='nonzero' stroke='%23262D77' stroke-width='1.4032593'%3E %3Cpath d='M8.13355443,11.8252856 C3.42743485,11.8252856 0.757509032,13.7638786 0.123776961,17.6410645 C-0.50995511,21.5182504 1.28982105,24.3898584 5.52310545,26.2558886 L38.2948463,26.2558886 C43.6392819,23.1544604 45.6658493,19.4084368 44.3745486,15.0178179 C43.0832479,10.627199 39.5644878,8.80740752 33.8182683,9.55844348 C31.0089902,2.63636875 26.2409872,-0.526062584 19.5142594,0.071149485 C12.7875315,0.668361554 8.99396318,4.58640693 8.13355443,11.8252856 Z' id='Path-5' fill='%23181B3C'%3E%3C/path%3E %3Cpath d='M18.9440006,29.7096181 L38.5896308,29.7096181' id='Line-4' stroke-linecap='square'%3E%3C/path%3E %3Cpath d='M45.6059274,29.7096181 L42.3316557,29.7096181' id='Line-4' stroke-linecap='square'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-3' transform='translate(168.391116, 58.015632)' fill-rule='nonzero' stroke='%23262D77'%3E %3Cpath d='M6.47364536,9.42327447 C2.72795835,9.42327447 0.602915352,10.9680907 0.0985163567,14.0577232 C-0.405882639,17.1473558 1.02659227,19.4356684 4.39594107,20.9226612 L30.4795715,20.9226612 C34.733306,18.4512106 36.3462882,15.4660981 35.3185183,11.9673236 C34.2907483,8.4685492 31.4901025,7.01840287 26.9165809,7.61688465 C24.6806249,2.10085634 20.8856837,-0.419206122 15.5317574,0.0566972459 C10.1778312,0.532600613 7.15846049,3.65479302 6.47364536,9.42327447 Z' id='Path-5' stroke-width='1.4032593' fill='%23181B3C'%3E%3C/path%3E %3Cpath d='M14.6864928,23.5798162 L30.3228107,23.5798162' id='Line-4' stroke-width='1.12260744' stroke-linecap='square'%3E%3C/path%3E %3Cpath d='M36.0026698,23.5798162 L33.3966168,23.5798162' id='Line-4' stroke-width='1.12260744' stroke-linecap='square'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-3' transform='translate(37.888001, 123.049284)' fill='%23181B3C' fill-rule='nonzero' stroke='%23262D77' stroke-width='1.4032593'%3E %3Cpath d='M3.9169335,4.80402228 C1.65057411,4.80402228 0.364798998,5.59157567 0.059608149,7.16668244 C-0.2455827,8.74178921 0.621148273,9.90837998 2.65980107,10.6664548 L18.4419207,10.6664548 C21.0156785,9.40649952 21.991627,7.88467744 21.3697661,6.10098852 C20.7479053,4.31729959 19.053351,3.57800931 16.2861034,3.88311766 C14.9332194,1.0710248 12.6370583,-0.213712925 9.3976203,0.0289044783 C6.15818224,0.271521881 4.33128664,1.86322781 3.9169335,4.80402228 Z' id='Path-5'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-9' transform='translate(17.306865, 175.918368)' fill-rule='nonzero' stroke='%23070815' stroke-width='1.34712893'%3E %3Cg id='Group-8'%3E %3Cpath d='M8.29337231,0 L17.3068647,28.7693965 C14.3639872,31.1677735 11.3594897,32.3669621 8.29337231,32.3669621 C5.22725493,32.3669621 2.4627975,31.1677735 0,28.7693965 L8.29337231,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M8.51157283,36.0258361 L8.51157283,19.4201773' id='Path-8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M8.51157283,25.6121178 L11.0650447,23.0790512' id='Path-9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M8.51157283,28.4266363 L4.8232246,24.7677623' id='Path-10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(363.444160, 175.918368)' fill-rule='nonzero' stroke-width='1.34712893'%3E %3Cg id='Group-8'%3E %3Cpath d='M8.29337231,0 L17.3068647,28.7693965 C14.3639872,31.1677735 11.3594897,32.3669621 8.29337231,32.3669621 C5.22725493,32.3669621 2.4627975,31.1677735 0,28.7693965 L8.29337231,0 Z' id='Path-6' stroke='%23070815'%3E%3C/path%3E %3Cpath d='M8.51157283,36.0258361 L8.51157283,19.4201773' id='Path-8' stroke='%231987E7'%3E%3C/path%3E %3Cpath d='M8.51157283,25.6121178 L11.0650447,23.0790512' id='Path-9' stroke='%231987E7'%3E%3C/path%3E %3Cpath d='M8.51157283,28.4266363 L4.8232246,24.7677623' id='Path-10' stroke='%231987E7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(120.212547, 190.422276)' fill-rule='nonzero' stroke='%23070815' stroke-width='0.808277359'%3E %3Cg id='Group-8'%3E %3Cpath d='M4.93119435,0 L10.2905682,17.1869122 C8.54074913,18.6197089 6.75429117,19.3361072 4.93119435,19.3361072 C3.10809753,19.3361072 1.46436608,18.6197089 0,17.1869122 L4.93119435,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M5.06093519,21.521928 L5.06093519,11.6016643' id='Path-8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M5.06093519,15.3007457 L6.57921575,13.7874851' id='Path-9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M5.06093519,16.9821463 L2.86786328,14.7963255' id='Path-10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(525.754486, 190.422276)' fill-rule='nonzero' stroke='%23070815' stroke-width='0.808277359'%3E %3Cg id='Group-8'%3E %3Cpath d='M4.93119435,0 L10.2905682,17.1869122 C8.54074913,18.6197089 6.75429117,19.3361072 4.93119435,19.3361072 C3.10809753,19.3361072 1.46436608,18.6197089 0,17.1869122 L4.93119435,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M5.06093519,21.521928 L5.06093519,11.6016643' id='Path-8'%3E%3C/path%3E %3Cpath d='M5.06093519,15.3007457 L6.57921575,13.7874851' id='Path-9'%3E%3C/path%3E %3Cpath d='M5.06093519,16.9821463 L2.86786328,14.7963255' id='Path-10'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(335.378974, 189.486540)' fill-rule='nonzero' stroke='%23070815' stroke-width='0.808277359'%3E %3Cg id='Group-8'%3E %3Cpath d='M4.93119435,0 L10.2905682,17.1869122 C8.54074913,18.6197089 6.75429117,19.3361072 4.93119435,19.3361072 C3.10809753,19.3361072 1.46436608,18.6197089 0,17.1869122 L4.93119435,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M5.06093519,21.521928 L5.06093519,11.6016643' id='Path-8'%3E%3C/path%3E %3Cpath d='M5.06093519,15.3007457 L6.57921575,13.7874851' id='Path-9'%3E%3C/path%3E %3Cpath d='M5.06093519,16.9821463 L2.86786328,14.7963255' id='Path-10'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(211.892155, 169.836084)' fill-rule='nonzero' stroke='%23070815' stroke-width='1.29324377'%3E %3Cg id='Group-8'%3E %3Cpath d='M7.84508192,0 L16.3713585,27.6485109 C13.5875554,29.9534447 10.7454632,31.1059116 7.84508192,31.1059116 C4.94470061,31.1059116 2.32967331,29.9534447 0,27.6485109 L7.84508192,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M8.05148781,41.1723841 L8.05148781,18.663547' id='Path-8' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M8.05148781,24.6142431 L10.4669341,22.1798674' id='Path-9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M8.05148781,27.319105 L4.56250976,23.8027845' id='Path-10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(505.173349, 170.771820)' fill-rule='nonzero' stroke='%23070815' stroke-width='1.29324377'%3E %3Cg id='Group-8'%3E %3Cpath d='M7.84508192,0 L16.3713585,27.6485109 C13.5875554,29.9534447 10.7454632,31.1059116 7.84508192,31.1059116 C4.94470061,31.1059116 2.32967331,29.9534447 0,27.6485109 L7.84508192,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M8.05148781,41.1723841 L8.05148781,18.663547' id='Path-8'%3E%3C/path%3E %3Cpath d='M8.05148781,24.6142431 L10.4669341,22.1798674' id='Path-9'%3E%3C/path%3E %3Cpath d='M8.05148781,27.319105 L4.56250976,23.8027845' id='Path-10'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(258.667465, 161.414460)' fill-rule='nonzero' stroke='%23070815' stroke-width='1.55189253'%3E %3Cg id='Group-8'%3E %3Cpath d='M9.4140983,0 L19.6456303,33.3038881 C16.3050665,36.0802857 12.8945559,37.4684844 9.4140983,37.4684844 C5.93364074,37.4684844 2.79560797,36.0802857 0,33.3038881 L9.4140983,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M9.66178537,49.5940081 L9.66178537,22.4810907' id='Path-8'%3E%3C/path%3E %3Cpath d='M9.66178537,29.6489746 L12.560321,26.7166585' id='Path-9'%3E%3C/path%3E %3Cpath d='M9.66178537,32.9071037 L5.47501171,28.6715359' id='Path-10'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(181.955956, 181.064916)' fill-rule='nonzero' stroke='%23070815' stroke-width='0.969932831'%3E %3Cg id='Group-8'%3E %3Cpath d='M5.82777514,0 L12.1615806,20.5495689 C10.0936126,22.2626954 7.98234411,23.1192586 5.82777514,23.1192586 C3.67320617,23.1192586 1.73061446,22.2626954 0,20.5495689 L5.82777514,0 Z' id='Path-6'%3E%3C/path%3E %3Cpath d='M5.98110523,29.9435521 C5.98110523,29.9435521 5.98110523,24.5862198 5.98110523,13.8715552' id='Path-8'%3E%3C/path%3E %3Cpath d='M5.98110523,20.3047402 L3.38929296,17.6912588' id='Path-10'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Crect id='Rectangle' fill='%23262D77' fill-rule='nonzero' x='44.4365446' y='68.3087281' width='31.3394578' height='1.403604' rx='0.467753101'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23262D77' fill-rule='nonzero' x='53.7916066' y='75.3267481' width='31.3394578' height='1.403604' rx='0.467753101'%3E%3C/rect%3E %3Cpath d='M104.534531,239.78235 L147.922775,239.78235' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M356.193987,239.78235 L269.659663,239.78235' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M428.695717,239.78235 L181.254327,239.78235' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' stroke-dasharray='8.887309143223714' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M150.382622,239.78235 L157.398919,239.78235' id='Line-6' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M164.874681,263.409684 L208.262925,263.409684' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M301.458587,263.643618 L407.179075,263.409684' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M426.356952,263.409684 L412.792112,263.409684' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M286.031021,263.409684 L241.594477,263.409684' id='Line-5' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' stroke-dasharray='8.887309143223714' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M210.722772,263.409684 L217.739069,263.409684' id='Line-6' stroke='%23070815' stroke-width='1.4032593' stroke-linecap='square' fill-rule='nonzero'%3E%3C/path%3E %3Cpolygon id='Path-11' fill='%23070815' fill-rule='nonzero' points='129.567609 62.4059588 141.536898 67.852453 150.016355 59.8871041 143.236672 68.7817459 142.113856 71.7474889 140.038099 69.3594128'%3E%3C/polygon%3E %3Cpolygon id='Path-11' fill='%23070815' fill-rule='nonzero' transform='translate(407.346240, 71.899920) rotate(20.000000) translate(-407.346240, -71.899920) ' points='397.121673 68.4873777 409.091735 73.9346603 417.570808 65.9702097 410.791632 74.8640608 409.669018 77.8296299 407.593013 75.4414585'%3E%3C/polygon%3E %3Cpolygon id='Path-11' fill='%23070815' fill-rule='nonzero' transform='translate(486.170916, 134.225173) rotate(8.000000) translate(-486.170916, -134.225173) ' points='479.454687 132.024612 487.317275 135.537677 492.887145 130.400492 488.433854 136.137077 487.696356 138.049853 486.332766 136.509581'%3E%3C/polygon%3E %3Cpolygon id='Path-11' fill='%23070815' fill-rule='nonzero' points='139.858177 115.71396 149.363352 120.086189 156.097146 113.691924 150.713194 120.832189 149.821532 123.212969 148.173111 121.295917'%3E%3C/polygon%3E %3Cpolygon id='Path-11' fill='%23070815' fill-rule='nonzero' points='79.0502741 101.450243 84.9961725 104.3185 89.2084522 100.123752 85.8405571 104.807888 85.2827841 106.369721 84.251625 105.112102'%3E%3C/polygon%3E %3Cg id='Group-5' transform='translate(254.830614, 187.499260)'%3E %3Cg id='Group' transform='translate(21.000000, 10.975039)'%3E %3Cellipse id='body' fill='%23444F71' cx='26.775' cy='26.8016327' rx='26.775' ry='26.8016327'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(28.344737, 10.300408)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.25387755' fill='%23FFFFFF' cx='11.5355263' cy='12.1661855' rx='11.4302632' ry='11.4416327'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='16.6013158' cy='9.60489796' rx='3.60131579' ry='3.60489796'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Crect id='Rectangle' fill='%23444F71' x='30.0631579' y='49.8416327' width='5.01052632' height='15.6734694' rx='2.50526316'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(20.981579, 57.678367) scale(-1, 1) translate(-20.981579, -57.678367) ' x='18.4763158' y='49.8416327' width='5.01052632' height='15.6734694' rx='2.50526316'%3E%3C/rect%3E %3C/g%3E %3Cpath d='M56.6395032,24.5863315 C56.3870335,24.7102161 56.1298635,24.8419381 55.8679986,24.9639451 C55.2017465,25.2747645 54.491793,25.1104277 54.0563231,24.5266292 C53.9138799,24.3348497 53.814354,24.1101463 53.7029235,23.8961034 C53.636253,23.7679284 53.5962081,23.6256405 53.5264052,23.4993471 C53.389929,23.2539682 53.1171557,23.2020213 52.9172839,23.3851293 C52.7929122,23.4992582 52.698597,23.6453484 52.572034,23.7563436 C52.0410335,24.220392 51.2304997,24.2065355 50.7248466,23.7155356 C50.2520685,23.2574364 50.0186056,22.6773372 49.9843528,22.0294748 C49.9681618,21.7191777 50.0243192,21.4047839 50.0576127,21.093218 C50.0698637,20.973795 50.1322245,20.8565507 50.128502,20.7396401 C50.1250907,20.6293115 50.0950694,20.4820056 50.0199215,20.4234161 C49.9450866,20.3654532 49.7850479,20.3595469 49.6895129,20.3981289 C49.5128512,20.4699599 49.356219,20.5903674 49.1901971,20.6907178 C48.8042744,20.9246595 48.3839487,21.0015801 47.9379748,20.9691193 C47.0663837,20.9063854 46.6030026,20.4442087 46.592619,19.5785007 C46.589261,19.2935881 46.6613827,19.0067717 46.7068826,18.7215307 C46.7219445,18.6278087 46.790562,18.5337567 46.7802535,18.4463112 C46.7674458,18.3378661 46.7205057,18.2118791 46.6444223,18.1401254 C46.593074,18.0912451 46.4562085,18.0947348 46.3753964,18.1235957 C46.2651412,18.162809 46.1746009,18.254987 46.069977,18.3142585 C45.6918902,18.5278244 45.3278858,18.7783715 44.9291439,18.9414804 C43.7795898,19.4107332 42.8248535,18.8136158 42.7140526,17.5652328 C42.689084,17.281894 42.7471137,16.9897535 42.7766416,16.7023234 C42.7888924,16.5835272 42.8581444,16.4631465 42.8428323,16.3512544 C42.8287701,16.2484516 42.7564653,16.1102483 42.6722285,16.0726617 C42.5848602,16.0335089 42.4457887,16.0815073 42.3411704,16.1225995 C42.284476,16.1451842 42.2531301,16.2326426 42.2102051,16.2909549 C41.7574558,16.9069959 41.1084303,17.2143622 40.4083788,17.4427582 C40.3626484,17.4575037 40.3153532,17.4688019 40.2677455,17.4772793 C39.2902216,17.6578044 38.596661,17.1439812 38.5095851,16.1488474 C38.4693234,15.6915562 38.4797995,15.2314284 38.5992637,14.7787897 C38.6481778,14.5944742 38.6732931,14.3982554 38.6733516,14.2070592 C38.6734268,13.9613251 38.4075687,13.8275691 38.2023866,13.9649171 C38.0629881,14.0583638 37.9492595,14.1900419 37.8101738,14.2847422 C37.5122669,14.4885671 37.2181155,14.7014804 36.8998622,14.8695797 C36.5697057,15.043638 36.2048399,15.0387347 35.8374865,14.9749061 C35.285047,14.8794772 34.9481459,14.5777411 34.87852,13.8725307 C34.8107655,13.1930214 35.0564919,12.5892678 35.4644313,12.0500324 C35.5740922,11.9061316 35.7216238,11.8449663 35.898897,11.8214043 C36.1485205,11.7877902 36.3655962,11.6752001 36.4972039,11.4545006 C36.5536072,11.3598256 36.5934228,11.2278567 36.5762291,11.1238011 C36.5499701,10.9636431 36.3946512,10.8859585 36.2490163,10.8897643 C36.0864687,10.8945156 35.9063748,10.9246606 35.7663547,11.0021223 C35.5154466,11.1401111 35.2783403,11.2081994 35.0159325,11.0572034 C34.7074941,10.8789525 34.4880249,10.6251363 34.4311332,10.2687766 C34.326414,9.61560732 34.4415381,9.01753554 34.9155484,8.51902663 C35.3832926,8.02804211 35.9593423,7.7282206 36.6183281,7.62301767 C37.1401298,7.53917041 37.6734975,7.52709654 38.2021764,7.48587451 C38.298015,7.47863614 38.3966651,7.49490462 38.4906269,7.48014435 C38.7292899,7.44245892 38.8956601,7.22739065 38.7917474,7.00927077 C38.6208544,6.6523191 38.7333843,6.34386329 38.874727,6.03790614 C39.2492383,5.22661823 39.8244546,4.57982295 40.5784499,4.10630323 C40.7980389,3.96832401 41.0598945,3.87672042 41.3148486,3.82210444 C42.1060205,3.65292003 42.539417,3.84805818 42.9729791,4.52557481 C43.4610104,5.28832945 43.5483825,5.31494479 44.2275557,4.74146178 C44.7861194,4.26988251 45.4157088,4.02207505 46.1391972,3.96512156 C46.671008,3.92358515 47.2043893,3.86731674 47.729264,3.97591845 C48.055275,4.04352089 48.387853,4.14403214 48.6790722,4.30191489 C49.1278003,4.54531755 49.3957707,4.94079217 49.4059421,5.47645176 C49.4077845,5.59681075 49.387388,5.72438559 49.4186727,5.83689966 C49.4487062,5.94408569 49.5109923,6.07132178 49.5983557,6.12645982 C49.7311231,6.20979324 49.8761495,6.14768845 49.9879927,6.0363843 C50.0224542,6.00189575 50.0597337,5.96991383 50.0891853,5.93197902 C50.6678759,5.18989802 51.4737464,5.09060541 52.3183902,5.19503455 C52.898711,5.2666338 53.427928,5.51377305 53.8919626,5.88756054 C54.3531794,6.25790109 54.603903,6.72327729 54.6319079,7.3191112 C54.6701831,8.12713838 54.6767586,8.13215134 55.4383832,8.31402468 C56.3735028,8.53753193 57.2011333,8.97232818 57.9313055,9.58988766 C58.1310695,9.75908212 58.3201757,9.95899661 58.4588518,10.1792999 C58.7693866,10.6716133 58.7166486,11.0700071 58.3287869,11.4995336 C58.2479563,11.5888877 58.1464606,11.6603823 58.0687613,11.7519295 C57.8798393,11.9739002 57.9107693,12.2218189 58.1512553,12.3674932 C58.2949832,12.4548979 58.4546919,12.5159691 58.6056265,12.5924014 C59.061249,12.8220107 59.4899242,13.0936288 59.8543687,13.4524018 C60.0256326,13.6206647 60.1962668,13.799898 60.3214812,14.0023396 C60.6169878,14.4783589 60.6149599,14.9644993 60.2784512,15.4275478 C60.164402,15.583674 60.0318787,15.7260147 59.9100016,15.8758746 C59.6499547,16.1978533 59.632625,16.5382505 59.8551984,16.8826489 C60.0123458,17.1258274 60.1895413,17.3564623 60.3535803,17.5952505 C60.5179325,17.8340387 60.6929346,18.0678086 60.8322272,18.3207091 C60.9233152,18.4858622 60.9758726,18.6776691 61.0155908,18.8641516 C61.0668812,19.1026609 60.9738036,19.2982737 60.7504661,19.4042836 C60.5546933,19.4974341 60.3504696,19.5733482 60.1462473,19.6448742 C59.9639506,19.7088711 59.7700758,19.7405875 59.5924741,19.813986 C59.163035,19.9918359 59.0398433,20.3438626 59.2661541,20.7562755 C59.358494,20.9242491 59.4849771,21.0746599 59.6048831,21.225386 C59.7401294,21.395854 59.8929186,21.5525254 60.0250324,21.7251884 C60.5253123,22.3760425 60.5323664,22.8640607 60.0194808,23.4920307 C59.4279545,24.2175035 58.6893095,24.6781676 57.7174775,24.6803458 C57.5258045,24.6810314 57.3325488,24.7362553 57.1436988,24.7228354 C56.9802167,24.7112883 56.8217644,24.6383061 56.6395032,24.5863315' id='Fill-36' fill='%23FFD648' transform='translate(47.712377, 14.441511) rotate(-19.000000) translate(-47.712377, -14.441511) '%3E%3C/path%3E %3Cg id='Group-4' transform='translate(0.626316, 37.560345)' fill='%232A3966'%3E %3Cg id='Group-11' transform='translate(14.731807, 12.559370) rotate(-34.000000) translate(-14.731807, -12.559370) translate(0.231807, 8.059370)'%3E %3Cg id='Group-14' transform='translate(14.512331, 4.357387) rotate(-271.000000) translate(-14.512331, -4.357387) translate(11.012331, -9.642613)'%3E %3Cpath d='M2.90971931,2.27965347e-13 L3.77855775,2.28372876e-13 C4.29793083,2.28277469e-13 4.71896591,0.421035076 4.71896591,0.940408163 C4.71896591,0.950638675 4.71879897,0.960868505 4.71846515,0.971093569 L3.98515599,23.4326737 C3.97518701,23.7380278 3.7247645,23.9804082 3.41924764,23.9804082 L3.41924764,23.9804082 C3.11317144,23.9804082 2.86174978,23.7386435 2.84976791,23.4328019 L1.97003199,0.977222028 C1.94970026,0.458247054 2.35393047,0.0210525829 2.87290545,0.000720846713 C2.88517085,0.000240328292 2.89744449,2.26931841e-13 2.90971931,2.26929586e-13 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M4.49443853,22.9380696 C3.61672864,22.8744847 2.51104936,23.5999142 1.17740069,25.114358 L1.17741991,25.1143749 C0.917917144,25.409057 0.946435608,25.8583126 1.24111768,26.1178153 C1.37097191,26.2321675 1.5380707,26.2952405 1.71109826,26.2952139 L1.71109826,26.2952139 L1.71109826,26.2952139 C1.71103919,26.6799057 2.02284567,26.991808 2.40753753,26.9918671 C2.56816381,26.9918917 2.7238624,26.9364009 2.84826651,26.8347918 L2.99541455,26.7146061 L3.04412049,26.7981563 C3.27064494,27.1867366 3.76928585,27.3181088 4.15786614,27.0915843 C4.30701332,27.0046384 4.42467266,26.8725459 4.49385873,26.7143758 L4.49385873,26.7143758 L4.94323811,27.1547913 C5.18665236,27.39335 5.57736871,27.3894139 5.8159275,27.1459997 C5.92895742,27.0306692 5.9922781,26.8756289 5.9923029,26.7141455 L5.9923029,26.7141455 C6.07500762,24.275094 5.57571949,23.016402 4.49443853,22.9380696 Z' id='Path-28' transform='translate(3.500559, 25.132697) rotate(-9.000000) translate(-3.500559, -25.132697) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(68.913158, 38.246876)' fill='%232A3966'%3E %3Cpath d='M2.88907267,5.91671489e-16 L3.7579111,8.8817842e-16 C4.27728419,7.92771131e-16 4.69831927,0.421035076 4.69831927,0.940408163 C4.69831927,0.950638675 4.69815232,0.960868505 4.6978185,0.971093569 L3.96450935,23.4326737 C3.95454037,23.7380278 3.70411786,23.9804082 3.398601,23.9804082 L3.398601,23.9804082 C3.0925248,23.9804082 2.84110314,23.7386435 2.82912127,23.4328019 L1.94938535,0.977222028 C1.92905362,0.458247054 2.33328383,0.0210525829 2.8522588,0.000720846712 C2.86452421,0.000240328292 2.87679785,-5.52856665e-16 2.88907267,-5.55111512e-16 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M3.81748452,23.1688756 C2.93977463,23.1052907 1.83409535,23.8307202 0.500446684,25.345164 L0.500465898,25.3451809 C0.240963136,25.639863 0.269481599,26.0891186 0.56416367,26.3486213 C0.6940179,26.4629735 0.861116689,26.5260465 1.03414425,26.5260199 L1.03414425,26.5260199 L1.03414425,26.5260199 C1.03408519,26.9107117 1.34589167,27.222614 1.73058352,27.222673 C1.8912098,27.2226977 2.04690839,27.1672069 2.1713125,27.0655977 L2.31846055,26.9454121 L2.36716648,27.0289623 C2.59369093,27.4175426 3.09233184,27.5489148 3.48091213,27.3223903 C3.63005931,27.2354444 3.74771865,27.1033519 3.81690472,26.9451818 L3.81690472,26.9451818 L4.2662841,27.3855972 C4.50969835,27.624156 4.9004147,27.6202199 5.13897349,27.3768057 C5.25200341,27.2614752 5.3153241,27.1064349 5.31534889,26.9449515 L5.31534889,26.9449515 C5.39805361,24.5059 4.89876549,23.247208 3.81748452,23.1688756 Z' id='Path-28' transform='translate(2.823605, 25.363503) rotate(-9.000000) translate(-2.823605, -25.363503) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M41.0421053,56.1146308 L54.0381579,56.1146308 C53.0986842,57.1595288 51.0109649,57.6819778 47.775,57.6819778 C44.5390351,57.6819778 42.2947368,57.1595288 41.0421053,56.1146308 Z' id='Path-19' stroke='%232A3966' stroke-width='0.626938776' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='67.5460526' cy='46.8587755' rx='1.09605263' ry='1.09714286'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='68.7986842' cy='42.7836735' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='71.6171053' cy='46.2318367' rx='1.72236842' ry='1.72408163'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='28.9855263' cy='38.4036104' rx='1.09605263' ry='1.09714286'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='32.4302632' cy='40.2844267' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='29.925' cy='42.7921818' rx='1.72236842' ry='1.72408163'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' points='39.4763158 72.7285084 33.2131579 76.490141 44.0171053 76.490141 45.4263158 74.6093247'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(56.543421, 74.609325) scale(-1, 1) translate(-56.543421, -74.609325) ' points='56.7 72.7285084 50.4368421 76.490141 61.2407895 76.490141 62.65 74.6093247'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-5' transform='translate(321.880614, 187.499260)'%3E %3Cg id='Group' transform='translate(12.000000, 6.400000)'%3E %3Ccircle id='body' fill='%23444F71' cx='28.8' cy='28.8' r='28.8'%3E%3C/circle%3E %3Cg id='eye' transform='translate(22.505263, 8.515789)'%3E %3Cg id='Group-3'%3E %3Ccircle id='eyewhite' stroke='%231987E7' stroke-width='1.34736842' fill='%23FFFFFF' cx='13.1894737' cy='12.3789474' r='12.2947368'%3E%3C/circle%3E %3Ccircle id='eyebakl' fill='%231F3264' cx='12.8736842' cy='12.8736842' r='3.87368421'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(16.378947, 0.000000)' fill='%23FFD648'%3E %3Cpath d='M10.8154723,11.6556927 C10.0720213,11.9127267 9.30983213,12.1772325 8.48433817,12.4631579 C6.37755606,11.1560705 4.41460234,9.65770205 3.03658451,7.53916446 C2.03890164,6.00592705 1.79733071,4.32424755 2.21970001,2.55987883 C2.30731378,2.19425302 2.48304777,1.83809163 2.67346846,1.50833102 C2.87351148,1.16113593 3.26650737,1.10534562 3.57037018,1.38230468 C3.88284243,1.66723379 4.18771811,1.97806555 4.41966672,2.32725314 C4.78126345,2.8727031 5.07955544,3.45899954 5.40266289,4.02885776 C5.53585609,4.26297783 5.63106643,4.52798183 5.80730686,4.72374606 C5.91467172,4.8427986 6.16383922,4.93196348 6.31222555,4.89410577 C6.46111833,4.85624805 6.61912699,4.66197821 6.67382229,4.50307543 C6.74674937,4.29137111 6.71231158,4.04679036 6.74371074,3.81914595 C6.85816573,2.98278935 6.96755634,2.14493837 7.10581391,1.31256679 C7.18127318,0.855783584 7.34890416,0.424404897 7.72822623,0 C7.85686148,0.139973916 8.01790877,0.244082629 8.07412339,0.388539695 C8.25593463,0.852794817 8.39824371,1.33199377 8.55675881,1.8052152 C8.61702493,1.98553746 8.64741121,2.18528672 8.74971169,2.33920821 C8.82618383,2.45327948 9.00647576,2.58378897 9.12194363,2.56834701 C9.29160036,2.54692751 9.53317129,2.43684126 9.58938591,2.30234675 C9.75093963,1.91480332 9.82234739,1.49288906 9.95452771,1.0923943 C10.0208711,0.889656275 10.1414033,0.704352728 10.2649742,0.455288822 C10.683292,1.06300475 10.7324165,1.68566452 10.8448457,2.27893475 C10.9593007,2.8816694 11.0327342,3.49785351 11.0580561,4.11104885 C11.1603566,6.60816357 11.1532665,9.10428205 10.8154723,11.6556927' id='Fill-61'%3E%3C/path%3E %3Cpath d='M12.4142727,13.8105263 C11.8921793,13.3090411 11.7789911,12.8070578 11.790208,12.2433226 C11.8060135,11.4290938 11.9666184,10.644247 12.171071,9.85940014 C12.5335792,8.46848819 13.0903428,7.15875013 13.890308,5.96006589 C14.2079488,5.4839786 14.6041075,5.03677525 15.0430942,4.6647698 C15.5876213,4.20362248 16.115323,4.31617032 16.5553294,4.88936747 C17.0682454,5.55668649 17.2890133,6.34252933 17.3777284,7.14530415 C17.5515896,8.71499783 17.5490403,10.2916635 17.4378915,11.8673332 C17.4057706,12.3225045 17.2609712,12.678574 16.7694693,12.8444077 C15.3566561,13.321491 13.9321163,13.7393124 12.4142727,13.8105263' id='Fill-68'%3E%3C/path%3E %3Cpath d='M8.08421053,16.0630552 C7.14368513,16.9594144 6.21405576,17.857748 5.26907289,18.7392995 C5.01995005,18.9717803 4.7386344,19.1805688 4.44444162,19.3518445 C3.8991449,19.67021 3.43705422,19.5739599 3.02003348,19.0917226 C2.92097868,18.9767162 2.84123956,18.8449277 2.75902406,18.7165944 C1.79026805,17.2027542 0.96910369,15.6119141 0.30196956,13.9450611 C0.0924686416,13.4208687 -0.137338512,12.8833494 0.101878848,12.3127595 C0.466895815,12.0511568 0.859648127,12.1375351 1.23308475,12.1493812 C2.32466873,12.1844261 6.03872875,12.9055609 7.15804807,13.2964841 C7.29127679,13.7086316 7.43837318,14.1765548 7.59388923,14.6415164 C7.74940528,15.1059845 7.91334098,15.5679846 8.08421053,16.0630552' id='Fill-69'%3E%3C/path%3E %3Cpath d='M11.4526316,14.7966582 C10.8724127,15.2116613 10.3463477,15.37418 9.79604233,15.4675315 C9.28699701,15.5536277 9.02138572,15.4433471 8.82643219,15.0220561 C8.65468742,14.6501012 8.5494744,14.2520271 8.42105263,13.8834579 C8.8594402,13.2096825 9.50258054,12.9659045 10.2442292,12.8 C10.836826,13.3576906 10.954417,14.1257849 11.4526316,14.7966582' id='Fill-70'%3E%3C/path%3E %3C/g%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='54.2736842' cy='44.9684211' r='1.17894737'%3E%3C/circle%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='57.9789474' cy='44.6315789' r='1'%3E%3C/circle%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='56.9684211' cy='40.5894737' r='1.85263158'%3E%3C/circle%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='23.2842105' cy='39.9157895' r='1.17894737'%3E%3C/circle%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='25.3052632' cy='37.5578947' r='1'%3E%3C/circle%3E %3Ccircle id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='21.0947368' cy='36.3789474' r='1.34736842'%3E%3C/circle%3E %3Cpath d='M33.8947368,53.2210526 L47.8736842,53.2210526 C46.8631579,56.8140351 44.6175439,58.6105263 41.1368421,58.6105263 C37.6561404,58.6105263 35.2421053,56.8140351 33.8947368,53.2210526 Z' id='Path-19' stroke='%232A3966' stroke-width='0.673684211' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='44.3368421' y='59.9578947' width='5.38947368' height='16.8421053' rx='2.69473684'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(34.568421, 68.378947) scale(-1, 1) translate(-34.568421, -68.378947) ' x='31.8736842' y='59.9578947' width='5.38947368' height='16.8421053' rx='2.69473684'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='31.8736842 72.7578947 25.1368421 76.8 36.7578947 76.8 38.2736842 74.7789474'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(50.231579, 74.778947) scale(-1, 1) translate(-50.231579, -74.778947) ' points='50.4 72.7578947 43.6631579 76.8 55.2842105 76.8 56.8 74.7789474'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(0.673684, 34.042105)' fill='%232A3966'%3E %3Cg id='Group-12' transform='translate(9.217743, 15.907758) rotate(22.000000) translate(-9.217743, -15.907758) translate(5.717743, 0.907758)'%3E %3Cpath d='M3.06262063,6.3546595e-16 L3.99917854,1.11022302e-15 C4.55727681,1.00770203e-15 5.00970485,0.452428042 5.00970485,1.01052632 C5.00970485,1.02153056 5.00952511,1.03253406 5.00916568,1.04353243 L4.22041635,25.1792619 C4.20968267,25.5077127 3.94031528,25.7684211 3.6116891,25.7684211 L3.6116891,25.7684211 C3.2824607,25.7684211 3.01201756,25.5083756 2.99911656,25.1794001 L2.05287045,1.05012436 C2.03100105,0.492454736 2.46535296,0.0226455311 3.02302258,0.000776133998 C3.0362156,0.000258761018 3.04941748,2.24469985e-16 3.06262063,2.22044605e-16 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M4.76834272,24.4808781 C3.82444413,24.4124187 2.63556462,25.1914629 1.2017042,26.8180107 L1.20166988,26.8179805 C0.922478194,27.134691 0.952893185,27.6177651 1.26960367,27.8969568 C1.40923647,28.0200482 1.58898306,28.087964 1.77512494,28.087964 L1.77512494,28.087964 L1.77512494,28.087964 C1.77512494,28.5016947 2.11051999,28.8370898 2.52425075,28.8370898 C2.69683557,28.8370898 2.86412716,28.7774993 2.99784699,28.6683914 L3.15661007,28.5388497 L3.20930277,28.6291377 C3.45315632,29.0469764 3.98956389,29.1880192 4.40740259,28.9441657 C4.56759114,28.8506785 4.69397241,28.7087593 4.76834272,28.5388497 L4.76834272,28.5388497 L5.25248725,29.0128914 C5.51429327,29.2692342 5.93433588,29.2648054 6.19067869,29.0029994 C6.31208397,28.8790067 6.38007537,28.7123819 6.38007537,28.5388497 L6.38007537,28.5388497 C6.4686301,25.9178889 5.93138589,24.5652317 4.76834272,24.4808781 Z' id='Path-28' transform='translate(3.694737, 26.834625) rotate(-9.000000) translate(-3.694737, -26.834625) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(63.536842, 12.705263)' fill='%232A3966'%3E %3Cg id='Group-13' transform='translate(9.691831, 11.942915) rotate(-146.000000) translate(-9.691831, -11.942915) translate(7.691831, -1.057085)'%3E %3Cpath d='M1.76972748,6.3546595e-16 L2.70628538,1.11022302e-15 C3.26438366,1.00770203e-15 3.7168117,0.452428042 3.7168117,1.01052632 C3.7168117,1.02153056 3.71663195,1.03253406 3.71627253,1.04353243 L2.9275232,25.1792619 C2.91678951,25.5077127 2.64742212,25.7684211 2.31879595,25.7684211 L2.31879595,25.7684211 C1.98956755,25.7684211 1.7191244,25.5083756 1.7062234,25.1794001 L0.759977293,1.05012436 C0.738107896,0.492454736 1.1724598,0.0226455311 1.73012943,0.000776133998 C1.74332244,0.000258761018 1.75652432,2.24469985e-16 1.76972748,2.22044605e-16 Z' id='Path-17'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath d='M394.094152,186.639107 L398.656912,183.217037 C399.540568,182.554295 400.79417,182.733382 401.456912,183.617037 C401.462794,183.62488 401.468618,183.632765 401.474384,183.640694 L411.169407,196.971351 C411.793081,197.828902 411.639084,199.024149 410.818411,199.695609 C409.472479,200.796826 408.126547,201.898043 406.780614,202.99926 C402.472468,198.542557 398.164322,194.085854 393.856176,189.629151 L393.856176,189.629151 C393.088475,188.834978 393.109935,187.56883 393.904108,186.80113 C393.964019,186.743216 394.027491,186.689103 394.094152,186.639107 Z' id='Path-12' fill='%23262D77'%3E%3C/path%3E %3Ccircle id='Oval' fill='%23141734' cx='399.280614' cy='188.49926' r='1'%3E%3C/circle%3E %3Cpath d='M404.885628,197.24336 C403.94173,197.174901 402.75285,197.953945 401.31899,199.580493 L401.318955,199.580463 C401.039764,199.897173 401.070179,200.380247 401.386889,200.659439 C401.526522,200.78253 401.706269,200.850446 401.89241,200.850446 L401.89241,200.850446 L401.89241,200.850446 C401.89241,201.264177 402.227805,201.599572 402.641536,201.599572 C402.814121,201.599572 402.981413,201.539982 403.115133,201.430874 L403.273896,201.301332 L403.326588,201.39162 C403.570442,201.809459 404.106849,201.950501 404.524688,201.706648 C404.684877,201.613161 404.811258,201.471242 404.885628,201.301332 L404.885628,201.301332 L405.369773,201.775374 C405.631579,202.031716 406.051621,202.027288 406.307964,201.765482 C406.429369,201.641489 406.497361,201.474864 406.497361,201.301332 L406.497361,201.301332 C406.585916,198.680371 406.048671,197.327714 404.885628,197.24336 Z' id='Path-28' fill='%232A3966' transform='translate(403.812022, 199.597108) rotate(-158.000000) translate(-403.812022, -199.597108) '%3E%3C/path%3E %3C/g%3E %3Crect id='Rectangle' fill='%23D8D8D8' opacity='0' x='0' y='0.499260329' width='713' height='359'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #141734; }
  @media (min-width: 576px) {
    .overlay {
      background-size: 60% auto; } }
  @media (min-width: 1200px) {
    .overlay {
      background-size: 50% auto; } }
  .overlay.open {
    opacity: 1;
    visibility: visible; }
  .overlay .overlay-menu {
    width: 100%;
    padding-left: 32px;
    text-align: left; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      opacity: 1; }
      .overlay ul li a {
        font-size: 32px;
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        padding: 16px 0;
        margin-bottom: 10px; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
        .overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          background: #FF7F50;
          -webkit-transition: .35s;
          -o-transition: .35s;
          transition: .35s; }

.triangle {
  height: 96px;
  width: 100%;
  position: relative; }
  @media (min-width: 576px) {
    .triangle {
      height: 100px; } }
  @media (min-width: 768px) {
    .triangle {
      height: 160px; } }
  @media (min-width: 992px) {
    .triangle {
      height: 220px; } }
  .triangle.dark {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg preserveAspectRatio='none' width='1920px' height='338px' viewBox='0 0 1920 338' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3ERectangle%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='page' transform='translate(0.000000, -7482.000000)' fill='%23444F71' fill-rule='nonzero'%3E %3Cpolygon id='Rectangle' transform='translate(960.000000, 7651.000000) scale(1, -1) translate(-960.000000, -7651.000000) ' points='0 7482 1920 7482 -4.95957442e-14 7820'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .triangle.light {
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg preserveAspectRatio='none' width='1914px' height='410px' viewBox='0 0 1914 410' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3EPath 2%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='page' transform='translate(-6.000000, -1806.000000)' fill='%23F8F9FD' fill-rule='nonzero'%3E %3Cpolygon id='Path-2' points='6 1806 6 2215.05225 1926 2215.05225'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .triangle.flip {
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1); }

.section-title {
  font-weight: 700;
  color: #1987E7;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px; }
  @media (min-width: 576px) {
    .section-title {
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .section-title {
      margin-top: 120px; } }
  @media (min-width: 1200px) {
    .section-title {
      margin-top: 160px; } }

.section-sub-title {
  font-weight: 300;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .section-sub-title {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .section-sub-title {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .section-sub-title {
      margin-bottom: 60px; } }

.home-hero {
  margin: 32px 0; }
  .home-hero h4 {
    color: #444F71;
    line-height: 24px;
    margin: 16px 0 48px 0; }
    @media (min-width: 992px) {
      .home-hero h4 {
        line-height: 42px; } }
  .home-hero #zorbits-graphics {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -170px;
    right: 0; }
    @media (min-width: 768px) {
      .home-hero #zorbits-graphics {
        width: 300px;
        height: 300px;
        bottom: -150px; } }
    @media (min-width: 992px) {
      .home-hero #zorbits-graphics {
        width: 300px;
        height: 300px;
        bottom: -150px; } }
    @media (min-width: 1200px) {
      .home-hero #zorbits-graphics {
        width: 400px;
        height: 400px;
        bottom: -300px; } }

.home-services {
  margin: 132px 0 32px 0;
  text-align: center; }
  @media (min-width: 576px) {
    .home-services {
      text-align: left; } }
  @media (min-width: 992px) {
    .home-services {
      margin: 120px 0 32px 0; } }
  @media (min-width: 1200px) {
    .home-services {
      margin: 200px 0 32px 0; } }
  .home-services .service {
    margin-bottom: 20px; }
    .home-services .service p {
      font-weight: 300; }
    @media (min-width: 768px) {
      .home-services .service {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .home-services .service {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .home-services .service {
        margin-bottom: 60px; } }
  .home-services #services-graphics {
    padding: 40px; }
  .home-services h4 {
    font-weight: 600; }

.home-why {
  position: relative;
  position: relative;
  text-align: center; }
  .home-why .why-content {
    background: #F8F9FD; }
  .home-why .section-title {
    margin-top: 0; }
  .home-why .stat {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 50px; }
    @media (min-width: 768px) {
      .home-why .stat {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
  .home-why .item-border {
    border-right: 1px solid;
    border-color: transparent; }
    @media (min-width: 768px) {
      .home-why .item-border {
        border-color: rgba(20, 23, 52, 0.2); } }
  .home-why #why-graphics {
    height: 250px; }
    @media (min-width: 768px) {
      .home-why #why-graphics {
        height: 300px; } }
  .home-why .number {
    color: #444F71;
    font-weight: 500;
    font-size: 34px;
    display: block;
    font-family: "Roboto Condensed", sans-serif; }
    @media (min-width: 768px) {
      .home-why .number {
        font-size: 60px; } }
  .home-why .number-label {
    color: #444F71;
    display: block;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 300; }

.home-partnership .partnership-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 576px) {
    .home-partnership .partnership-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (min-width: 768px) {
    .home-partnership .partnership-item {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }

.home-partnership .icon {
  margin: 32px auto 32px auto;
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .home-partnership .icon--startup {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/startup%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/startup' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='startup' fill-rule='nonzero'%3E %3Cpath d='M52.4730469,47.4368421 C51.709375,46.6746589 50.4730469,46.6746589 49.709375,47.4368421 C48.9476562,48.197076 48.9476562,49.4309942 49.709375,50.1931774 C50.4730469,50.9534113 51.709375,50.9534113 52.4730469,50.1931774 C53.2347656,49.4309942 53.2347656,48.197076 52.4730469,47.4368421 Z' id='Path' fill='%231987E7'%3E%3C/path%3E %3Cpath d='M77.3306641,22.625731 C73.5142578,18.8169591 67.3361328,18.8167641 63.5195313,22.625731 C59.7130859,26.4247563 59.7128906,32.6079922 63.5201172,36.4101365 C67.3279297,40.2081871 73.5232422,40.2097466 77.3306641,36.4097466 C81.1466797,32.6011696 81.1474609,26.4348928 77.3306641,22.625731 Z M74.5685547,33.6528265 C72.2847656,35.9323587 68.5671875,35.9323587 66.2822266,33.6532164 C63.9980469,31.3721248 63.9978516,27.6617934 66.2818359,25.3824561 C68.5714844,23.097271 72.2785156,23.0968811 74.5685547,25.3824561 C76.8582031,27.6674464 76.8585938,31.3674464 74.5685547,33.6528265 Z' id='Shape' fill='%231987E7'%3E%3C/path%3E %3Cpath d='M99.4277344,0.570955166 C99.0441406,0.188304094 98.5207031,-0.0191033138 97.9765625,0.00136452242 C97.5349609,0.0171539961 87.0203125,0.438986355 74.5212891,4.84814815 C64.5056641,8.37758285 56.1574219,13.4307992 49.7083984,19.8674464 C48.2632812,21.3097466 46.8570312,22.8391813 45.5115234,24.4280702 C39.1349609,20.6818713 34.0251953,21.8565302 30.7949219,23.5818713 C23.3572266,27.5545809 18.7535156,38.3413255 18.7535156,46.0567251 C18.7541016,46.8450292 19.2300781,47.5559454 19.9597656,47.8575049 C20.2013672,47.9575049 20.4552734,48.0060429 20.7068359,48.0060429 C21.2152344,48.0060429 21.7146484,47.8077973 22.0882812,47.4350877 C26.0107422,43.5202729 30.8488281,43.7651072 32.4292969,43.9725146 L33.1132812,44.6551657 C31.7671875,47.8520468 30.6828125,51.0309942 29.8875,54.122807 C29.6003906,55.2417154 29.6972656,56.425731 30.1240234,57.5087719 C28.2435547,58.3736842 26.4292969,59.6436647 24.8496094,61.2202729 C19.8220703,66.2382066 18.8011719,78.4670565 18.7601562,78.9851852 C18.7152344,79.5538012 18.921875,80.1136452 19.3259766,80.5169591 C19.69375,80.8838207 20.1912109,81.0879142 20.7068359,81.0879142 C20.7580078,81.0879142 20.809375,81.0859649 20.8607422,81.0818713 C21.3798828,81.0411306 33.6330078,80.0222222 38.6605469,75.0044834 C40.2396484,73.42846 41.5119141,71.6179337 42.3785156,69.7415205 C43.5273438,70.1923977 44.7097656,70.2479532 45.7730469,69.9760234 C48.8695312,69.1824561 52.0542969,68.1005848 55.2578125,66.7569201 L55.9417969,67.4395712 C56.1494141,69.017154 56.3947266,73.845809 52.4724609,77.7602339 C51.9140625,78.3177388 51.746875,79.1561404 52.0492188,79.8844055 C52.3513672,80.6128655 53.0634766,81.0877193 53.8535156,81.0877193 C61.5839844,81.0877193 72.3916016,76.4929825 76.3720703,69.0697856 C78.1007813,65.8461988 79.2777344,60.7463938 75.5242188,54.3820663 C77.1154297,53.0397661 78.6480469,51.6362573 80.09375,50.1933723 C86.5429688,43.7567251 91.6058594,35.4247563 95.1421875,25.4294347 C99.5601563,12.954191 99.9826172,2.45984405 99.9984375,2.01929825 C100.017969,1.47836257 99.8111328,0.95380117 99.4277344,0.570955166 Z M23.1203125,41.8639376 C24.3335937,36.0037037 27.8576172,29.5730994 32.6388672,27.0191033 C35.8339844,25.3126706 39.3263672,25.479922 43.0396484,27.508577 C39.8761719,31.6610136 37.1259766,36.1346979 34.8335937,40.8588694 C34.8044922,40.8409357 34.4529297,40.3998051 33.7998047,40.2528265 C33.53125,40.1922027 28.3634766,39.082846 23.1203125,41.8639376 Z M35.8984375,72.2475634 C33.2128906,74.9278752 26.9130859,76.3415205 22.93125,76.9187135 C23.5097656,72.9444444 24.9263672,66.657115 27.6117188,63.9769981 C29.115625,62.4760234 30.859375,61.3380117 32.6121094,60.697076 L39.1847656,67.2569201 C38.5425781,69.0062378 37.4025391,70.7465887 35.8984375,72.2475634 Z M44.8027344,66.1994152 C44.2375,66.3438596 43.5828125,66.1317739 43.0960937,65.6467836 C40.5693359,63.1249513 39.5808594,62.1384016 39.2707031,61.8290448 C38.7019531,61.2614035 37.3072266,59.8693957 34.2265625,56.7945419 C33.7394531,56.3074074 33.5269531,55.654191 33.6712891,55.0910331 C34.296875,52.6594542 35.1150391,50.1647173 36.1099609,47.6460039 L52.2613281,63.7658869 C49.7373047,64.7590643 47.2380859,65.5754386 44.8027344,66.1994152 Z M72.9285156,67.2302144 C70.3695312,72.0019493 63.9265625,75.5192982 58.0550781,76.7300195 C59.9271484,73.2140351 60.3398438,68.7382066 59.6558594,66.0241715 C59.4970703,65.3937622 59.0849609,65.0768031 59.0619141,65.0395712 C63.7949219,62.7516569 68.2771484,60.0068226 72.4380859,56.8495127 C74.4707031,60.5559454 74.6380859,64.0419103 72.9285156,67.2302144 Z M77.3320312,47.4366472 C75.5720703,49.1929825 73.6769531,50.8898635 71.6992188,52.479922 C66.9449219,56.3005848 61.7121094,59.5368421 56.1292969,62.1130604 L37.7660156,43.7859649 C40.3472656,38.2136452 43.5898438,32.9910331 47.4175781,28.2465887 C49.0121094,26.271345 50.7121094,24.3797271 52.4712891,22.6241715 C58.2574219,16.8491228 65.725,12.2530214 74.6726563,8.94463938 L91.0382812,25.2783626 C87.7238281,34.2083821 83.11875,41.6614035 77.3320312,47.4366472 Z M92.4435547,21.1670565 L78.7919922,7.54210526 C86.2296875,5.23645224 92.7001953,4.37309942 95.9298828,4.06276803 C95.61875,7.28674464 94.7535156,13.7446394 92.4435547,21.1670565 Z' id='Shape' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M46.9474609,80.5163743 C46.184375,79.7551657 44.9476563,79.7555556 44.1851563,80.5167641 L38.6617188,86.031384 C37.8992188,86.7927875 37.8994141,88.0270955 38.6621094,88.7881092 C39.4251953,89.5491228 40.6619141,89.5491228 41.4244141,88.7877193 L46.9478516,83.2730994 C47.7103516,82.5116959 47.7101563,81.2773879 46.9474609,80.5163743 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M19.3269531,52.9495127 C18.5644531,52.1881092 17.3279297,52.1881092 16.5648438,52.9491228 L11.0394531,58.4617934 C10.2765625,59.222807 10.2763672,60.457115 11.0388672,61.2185185 C11.8011719,61.9795322 13.0376953,61.9803119 13.8009766,61.2189084 L19.3263672,55.7062378 C20.0892578,54.9452242 20.0894531,53.7109162 19.3269531,52.9495127 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M33.1373047,83.2748538 C32.375,82.5136452 31.1380859,82.5136452 30.3751953,83.2746589 L17.1447266,96.4773879 C16.3818359,97.2385965 16.3818359,98.4729045 17.1445313,99.2341131 C17.9068359,99.9953216 19.14375,99.9957115 19.9066406,99.234308 L33.1371094,86.0315789 C33.9,85.2703704 33.9,84.0360624 33.1373047,83.2748538 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M17.5123047,83.2748538 C16.7498047,82.5136452 15.5128906,82.5136452 14.7501953,83.2746589 L1.51972656,96.4773879 C0.756835938,97.2385965 0.756835938,98.4729045 1.51953125,99.2341131 C2.28183594,99.9953216 3.51875,99.9957115 4.28164063,99.234308 L17.5121094,86.0315789 C18.275,85.2703704 18.275,84.0360624 17.5123047,83.2748538 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M16.5628906,66.7325536 C15.8003906,65.97154 14.5634766,65.97154 13.8007812,66.7327485 L0.572265625,79.9374269 C-0.190429687,80.6988304 -0.190429687,81.9329435 0.572460938,82.694347 C1.33515625,83.4555556 2.571875,83.4555556 3.33457031,82.694152 L16.5630859,69.4894737 C17.3257812,68.7280702 17.3257812,67.4939571 16.5628906,66.7325536 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M60.7583984,39.1654971 C59.9955078,38.4042885 58.7591797,38.4042885 57.9960938,39.1654971 L55.234375,41.9218324 C54.4716797,42.6830409 54.4716797,43.9173489 55.234375,44.6787524 C55.9972656,45.439961 57.2337891,45.439961 57.9966797,44.6787524 L60.7583984,41.9224172 C61.5210937,41.1612086 61.5210937,39.9269006 60.7583984,39.1654971 Z' id='Path' fill='%231987E7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .home-partnership .icon--enterprise {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/enterprise%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/enterprise' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Crect id='Rectangle' stroke='%23444F71' stroke-width='3' fill='%23FFFFFF' x='1.5' y='33.5' width='29' height='65' rx='2'%3E%3C/rect%3E %3Crect id='Rectangle' stroke='%23444F71' stroke-width='3' fill='%23FFFFFF' x='25.5' y='1.5' width='40' height='97' rx='2'%3E%3C/rect%3E %3Cpath d='M40.5,13 L40.5,19.5' id='Path-37' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M50.5,13 L50.5,19.5' id='Path-37' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M40.5,29 L40.5,35.5' id='Path-37' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M50.5,29 L50.5,35.5' id='Path-37' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M40.5,45 L40.5,51.5' id='Path-37-Copy-2' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M50.5,45 L50.5,51.5' id='Path-37-Copy' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M40.5,59 L40.5,65.5' id='Path-37-Copy-2' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M50.5,59 L50.5,65.5' id='Path-37-Copy' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M40.5,74 L40.5,80.5' id='Path-37-Copy-2' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M50.5,74 L50.5,80.5' id='Path-37-Copy' stroke='%23B1BACA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Crect id='Rectangle' stroke='%23444F71' stroke-width='3' fill='%23FFFFFF' x='47.5' y='47.5' width='51' height='51' rx='2'%3E%3C/rect%3E %3Cg id='Group' transform='translate(58.000000, 59.000000)' fill='%23FFFFFF' stroke='%231987E7' stroke-width='3'%3E %3Crect id='Rectangle' x='1.5' y='1.5' width='9' height='9' rx='2'%3E%3C/rect%3E %3Crect id='Rectangle' x='19.5' y='1.5' width='9' height='9' rx='2'%3E%3C/rect%3E %3Crect id='Rectangle' x='1.5' y='18.5' width='9' height='9' rx='2'%3E%3C/rect%3E %3C/g%3E %3Crect id='Rectangle' stroke='%231987E7' stroke-width='3' fill='%23FFFFFF' x='77.5' y='77.5' width='9' height='9' rx='2'%3E%3C/rect%3E %3Cpath d='M2,45.5 L11,45.5' id='Path-47' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,52.5 L11,52.5' id='Path-47-Copy' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,59.5 L11,59.5' id='Path-47-Copy-2' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,66.5 L11,66.5' id='Path-47-Copy-3' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,73.5 L11,73.5' id='Path-47-Copy-4' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,80.5 L11,80.5' id='Path-47-Copy-5' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M2,87.5 L11,87.5' id='Path-47-Copy-6' stroke='%23444F71' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E %3C/svg%3E"); }
  .home-partnership .icon--team {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/team%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/team' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='network' fill-rule='nonzero'%3E %3Cpath d='M57.8433333,20.2783333 C60.185,18.1433333 61.6666667,15.0783333 61.6666667,11.6666667 C61.6666667,5.235 56.4333333,0 50,0 C43.5666667,0 38.3333333,5.235 38.3333333,11.6666667 C38.3333333,15.0783333 39.815,18.1433333 42.1566667,20.2783333 C35.2416667,21.6116667 30,27.7016667 30,35 L30,41.6666667 C30,42.5883333 30.7466667,43.3333333 31.6666667,43.3333333 L68.3333333,43.3333333 C69.2533333,43.3333333 70,42.5883333 70,41.6666667 L70,35 C70,27.7016667 64.7583333,21.6116667 57.8433333,20.2783333 Z M41.6666667,11.6666667 C41.6666667,7.07166667 45.405,3.33333333 50,3.33333333 C54.595,3.33333333 58.3333333,7.07166667 58.3333333,11.6666667 C58.3333333,16.2616667 54.595,20 50,20 C45.405,20 41.6666667,16.2616667 41.6666667,11.6666667 Z M66.6666667,40 L33.3333333,40 L33.3333333,35 C33.3333333,28.5683333 38.5666667,23.3333333 45,23.3333333 L55,23.3333333 C61.4333333,23.3333333 66.6666667,28.5683333 66.6666667,35 L66.6666667,40 Z' id='Shape' fill='%231987E7'%3E%3C/path%3E %3Cpath d='M27.8433333,76.945 C30.185,74.81 31.6666667,71.745 31.6666667,68.3333333 C31.6666667,61.9016667 26.4333333,56.6666667 20,56.6666667 C13.5666667,56.6666667 8.33333333,61.9016667 8.33333333,68.3333333 C8.33333333,71.745 9.815,74.81 12.1566667,76.945 C5.24166667,78.2783333 0,84.3683333 0,91.6666667 L0,98.3333333 C0,99.255 0.746666667,100 1.66666667,100 L38.3333333,100 C39.2533333,100 40,99.255 40,98.3333333 L40,91.6666667 C40,84.3683333 34.7583333,78.2783333 27.8433333,76.945 Z M11.6666667,68.3333333 C11.6666667,63.7383333 15.405,60 20,60 C24.595,60 28.3333333,63.7383333 28.3333333,68.3333333 C28.3333333,72.9283333 24.595,76.6666667 20,76.6666667 C15.405,76.6666667 11.6666667,72.9283333 11.6666667,68.3333333 Z M36.6666667,96.6666667 L3.33333333,96.6666667 L3.33333333,91.6666667 C3.33333333,85.235 8.56666667,80 15,80 L25,80 C31.4333333,80 36.6666667,85.235 36.6666667,91.6666667 L36.6666667,96.6666667 Z' id='Shape' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M87.8433333,76.945 C90.185,74.81 91.6666667,71.745 91.6666667,68.3333333 C91.6666667,61.9016667 86.4333333,56.6666667 80,56.6666667 C73.5666667,56.6666667 68.3333333,61.9016667 68.3333333,68.3333333 C68.3333333,71.745 69.815,74.81 72.1566667,76.945 C65.2416667,78.2783333 60,84.3683333 60,91.6666667 L60,98.3333333 C60,99.255 60.7466667,100 61.6666667,100 L98.3333333,100 C99.2533333,100 100,99.255 100,98.3333333 L100,91.6666667 C100,84.3683333 94.7583333,78.2783333 87.8433333,76.945 Z M71.6666667,68.3333333 C71.6666667,63.7383333 75.405,60 80,60 C84.595,60 88.3333333,63.7383333 88.3333333,68.3333333 C88.3333333,72.9283333 84.595,76.6666667 80,76.6666667 C75.405,76.6666667 71.6666667,72.9283333 71.6666667,68.3333333 Z M96.6666667,96.6666667 L63.3333333,96.6666667 L63.3333333,91.6666667 C63.3333333,85.235 68.5666667,80 75,80 L85,80 C91.4333333,80 96.6666667,85.235 96.6666667,91.6666667 L96.6666667,96.6666667 Z' id='Shape' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M10.0316667,53.28 L6.70166667,53.41 C6.74666667,54.5583333 6.83833333,55.7216667 6.975,56.865 L10.285,56.4683333 C10.1583333,55.4133333 10.0733333,54.34 10.0316667,53.28 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M6.97333333,46.495 C6.83833333,47.6316667 6.745,48.7933333 6.70166667,49.9483333 L10.0316667,50.0783333 C10.0733333,49.0116667 10.1583333,47.94 10.2833333,46.8883333 L6.97333333,46.495 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M23.7316667,17.1966667 C22.82,17.8916667 21.9216667,18.635 21.06,19.4083333 L23.2883333,21.8883333 C24.0816667,21.175 24.91,20.4883333 25.7516667,19.8483333 L23.7316667,17.1966667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M10.7783333,33.2166667 C10.2883333,34.2583333 9.835,35.3316667 9.42833333,36.4133333 L12.5483333,37.585 C12.9233333,36.5883333 13.3416667,35.5983333 13.7933333,34.64 L10.7783333,33.2166667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M8.33833333,39.705 C8.02166667,40.8066667 7.74666667,41.9416667 7.51833333,43.0716667 L10.7866667,43.73 C10.9966667,42.6883333 11.25,41.6416667 11.5433333,40.6233333 L8.33833333,39.705 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M18.5783333,21.8283333 C17.78,22.6683333 17.0133333,23.5433333 16.2933333,24.4316667 L18.885,26.5283333 C19.5483333,25.7083333 20.2583333,24.8983333 20.995,24.1233333 L18.5783333,21.8283333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M29.555,13.4516667 C28.5466667,13.99 27.5416667,14.5816667 26.565,15.21 L28.3716667,18.0133333 C29.2716667,17.4316667 30.1983333,16.8866667 31.125,16.3916667 L29.555,13.4516667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M14.2233333,27.2083333 C13.5716667,28.16 12.9516667,29.1466667 12.38,30.145 L15.2716667,31.8016667 C15.7983333,30.8816667 16.3716667,29.97 16.9733333,29.0933333 L14.2233333,27.2083333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M42.1033333,90.8866667 L41.445,94.155 C42.5666667,94.3816667 43.72,94.5633333 44.8716667,94.6983333 L45.2583333,91.3883333 C44.2,91.2633333 43.1366667,91.095 42.1033333,90.8866667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M58.0016667,90.8666667 C56.9666667,91.0766667 55.905,91.2483333 54.8416667,91.3783333 L55.2433333,94.6883333 C56.3933333,94.5483333 57.5433333,94.3616667 58.6633333,94.135 L58.0016667,90.8666667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M51.655,91.6333333 C50.59,91.675 49.5133333,91.68 48.455,91.6383333 L48.3233333,94.9683333 C48.8783333,94.9916667 49.4383333,95.0016667 50.005,95.0016667 C50.6016667,94.9983333 51.1966667,94.9866667 51.7883333,94.9633333 L51.655,91.6333333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M78.9466667,19.4216667 L76.72,21.9016667 C77.5133333,22.615 78.2833333,23.365 79.0116667,24.1316667 L81.4316667,21.84 C80.6416667,21.0066667 79.8066667,20.1933333 78.9466667,19.4216667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M83.7133333,24.4416667 L81.1216667,26.5383333 C81.7866667,27.36 82.43,28.225 83.0333333,29.105 L85.7816667,27.22 C85.1283333,26.2683333 84.4333333,25.3333333 83.7133333,24.4416667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M93.2983333,49.9533333 L89.9683333,50.0833333 C89.99,50.6083333 90,51.1383333 90,51.6666667 C90,52.2083333 89.99,52.7466667 89.9683333,53.285 L93.2983333,53.415 C93.3216667,52.835 93.3333333,52.2516667 93.3333333,51.6633333 C93.3333333,51.0916667 93.3216667,50.52 93.2983333,49.9533333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M87.6266667,30.1533333 L84.7333333,31.8116667 C85.2616667,32.7333333 85.7583333,33.6883333 86.2116667,34.6483333 L89.2266667,33.225 C88.7366667,32.185 88.1983333,31.1516667 87.6266667,30.1533333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M90.575,36.42 L87.455,37.5933333 C87.8283333,38.5866667 88.165,39.6083333 88.4583333,40.6283333 L91.6633333,39.71 C91.3466667,38.6033333 90.98,37.4966667 90.575,36.42 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M92.48,43.0783333 L89.2133333,43.735 C89.4233333,44.7783333 89.5933333,45.8416667 89.7166667,46.895 L93.0266667,46.5016667 C92.8916667,45.3616667 92.7083333,44.21 92.48,43.0783333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M73.445,15.2166667 L71.64,18.02 C72.53,18.5933333 73.41,19.2116667 74.2583333,19.86 L76.2816667,17.2083333 C75.3633333,16.5066667 74.41,15.8383333 73.445,15.2166667 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M67.34,11.9433333 L66.005,14.9966667 C66.9766667,15.4216667 67.9433333,15.8916667 68.8816667,16.395 L70.4583333,13.4583333 C69.4433333,12.9116667 68.3933333,12.4016667 67.34,11.9433333 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .home-partnership .icon--sprint {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/sprint%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/sprint' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='agile' fill-rule='nonzero'%3E %3Cpath d='M79.0322581,80.6451613 L69.8516129,80.6451613 C76.5419355,73.4451613 80.6451613,63.8080645 80.6451613,53.2258065 C80.6451613,44.4516129 77.7935484,35.9870968 72.5709677,29.0322581 L85.483871,29.0322581 C93.4870968,29.0322581 100,22.5193548 100,14.516129 C100,6.51290323 93.4870968,0 85.483871,0 L75.8064516,0 C67.8032258,0 61.2903226,6.51290323 61.2903226,14.516129 L61.2903226,18.7790323 C54.9854839,14.9274194 47.7983871,12.9032258 40.3225806,12.9032258 C18.0887097,12.9032258 0,30.9919355 0,53.2258065 C0,63.4354839 3.88548387,73.2225806 10.7677419,80.6451613 L9.67741935,80.6451613 L9.67741935,83.8709677 L40.3225806,83.8709677 L40.3225806,80.6451613 L15.3516129,80.6451613 C7.64354839,73.6193548 3.22580645,63.6645161 3.22580645,53.2258065 C3.22580645,32.7709677 19.8677419,16.1290323 40.3225806,16.1290323 C47.8774194,16.1290323 55.1016129,18.3935484 61.2903226,22.6467742 L61.2903226,29.0322581 L68.4129032,29.0322581 C74.2129032,35.7612903 77.4193548,44.316129 77.4193548,53.2258065 C77.4193548,73.6806452 60.7774194,90.3225806 40.3225806,90.3225806 L12.9032258,90.3225806 L12.9032258,93.5483871 L40.3225806,93.5483871 L79.0322581,93.5483871 L79.0322581,99.6225806 L99.9096774,87.0967742 L79.0322581,74.5709677 L79.0322581,80.6451613 Z M64.516129,25.8064516 L64.516129,14.516129 C64.516129,8.29032258 69.5806452,3.22580645 75.8064516,3.22580645 L85.483871,3.22580645 C91.7096774,3.22580645 96.7741935,8.29032258 96.7741935,14.516129 C96.7741935,20.7419355 91.7096774,25.8064516 85.483871,25.8064516 L64.516129,25.8064516 Z M82.2580645,80.2677419 L93.6387097,87.0967742 L82.2580645,93.9258065 L82.2580645,90.3225806 L56.1177419,90.3225806 C59.9080645,88.7032258 63.3951613,86.5129032 66.4854839,83.8709677 L82.2580645,83.8709677 L82.2580645,80.2677419 Z' id='Shape' fill='%23444F71'%3E%3C/path%3E %3Cpolygon id='Path' fill='%23444F71' points='3.22580645 80.6451613 6.4516129 80.6451613 6.4516129 83.8709677 3.22580645 83.8709677'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23444F71' points='0 90.3225806 3.22580645 90.3225806 3.22580645 93.5483871 0 93.5483871'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23444F71' points='6.4516129 90.3225806 9.67741935 90.3225806 9.67741935 93.5483871 6.4516129 93.5483871'%3E%3C/polygon%3E %3Cpath d='M40.3225806,22.5806452 C23.4241935,22.5806452 9.67741935,36.3274194 9.67741935,53.2258065 C9.67741935,70.1241935 23.4241935,83.8709677 40.3225806,83.8709677 C57.2209677,83.8709677 70.9677419,70.1241935 70.9677419,53.2258065 C70.9677419,36.3274194 57.2209677,22.5806452 40.3225806,22.5806452 Z M40.3225806,75.8064516 C27.8516129,75.8064516 17.7419355,65.6967742 17.7419355,53.2258065 C17.7419355,40.7548387 27.8516129,30.6451613 40.3225806,30.6451613 C52.7935484,30.6451613 62.9032258,40.7548387 62.9032258,53.2258065 C62.9032258,65.6967742 52.7935484,75.8064516 40.3225806,75.8064516 Z' id='Shape' fill='%231987E7'%3E%3C/path%3E %3Cpath d='M40.3225806,29.0322581 C26.9822581,29.0322581 16.1290323,39.8854839 16.1290323,53.2258065 C16.1290323,66.566129 26.9822581,77.4193548 40.3225806,77.4193548 C53.6629032,77.4193548 64.516129,66.566129 64.516129,53.2258065 C64.516129,39.8854839 53.6629032,29.0322581 40.3225806,29.0322581 Z M61.2080645,54.8387097 C60.8580645,59.4080645 59.0451613,63.566129 56.2274194,66.85 L51.7258065,62.3483871 L49.4451613,64.6290323 L53.9467742,69.1306452 C50.6629032,71.9483871 46.5032258,73.7612903 41.9354839,74.1112903 L41.9354839,67.7419355 L38.7096774,67.7419355 L38.7096774,74.1112903 C34.1403226,73.7612903 29.9822581,71.9483871 26.6983871,69.1306452 L31.2,64.6290323 L28.9193548,62.3483871 L24.4177419,66.85 C21.6,63.566129 19.7870968,59.4064516 19.4370968,54.8387097 L25.8064516,54.8387097 L25.8064516,51.6129032 L19.4370968,51.6129032 C19.7870968,47.0435484 21.6,42.8854839 24.4177419,39.6016129 L28.9193548,44.1032258 L31.2,41.8225806 L26.6983871,37.3209677 C29.9822581,34.5032258 34.1419355,32.6903226 38.7096774,32.3403226 L38.7096774,38.7096774 L41.9354839,38.7096774 L41.9354839,32.3403226 C46.5048387,32.6903226 50.6629032,34.5032258 53.9467742,37.3209677 L49.4451613,41.8225806 L51.7258065,44.1032258 L56.2274194,39.6016129 C59.0451613,42.8854839 60.8580645,47.0451613 61.2080645,51.6129032 L54.8387097,51.6129032 L54.8387097,54.8387097 L61.2080645,54.8387097 Z' id='Shape' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M45.1612903,53.2258065 C45.1612903,51.1258065 43.8080645,49.3516129 41.9354839,48.683871 L41.9354839,41.9354839 L38.7096774,41.9354839 L38.7096774,48.683871 C36.8370968,49.3516129 35.483871,51.1258065 35.483871,53.2258065 C35.483871,55.8935484 37.6548387,58.0645161 40.3225806,58.0645161 C41.0677419,58.0645161 41.7645161,57.8822581 42.3951613,57.5790323 L45.633871,60.8177419 L47.9145161,58.5370968 L44.6758065,55.2983871 C44.9790323,54.6677419 45.1612903,53.9709677 45.1612903,53.2258065 Z M40.3225806,54.8387097 C39.433871,54.8387097 38.7096774,54.1145161 38.7096774,53.2258065 C38.7096774,52.3370968 39.433871,51.6129032 40.3225806,51.6129032 C41.2112903,51.6129032 41.9354839,52.3370968 41.9354839,53.2258065 C41.9354839,54.1145161 41.2112903,54.8387097 40.3225806,54.8387097 Z' id='Shape' fill='%23444F71'%3E%3C/path%3E %3Cpolygon id='Path' fill='%23444F71' points='72.5806452 8.06451613 88.7096774 8.06451613 88.7096774 22.5806452 72.5806452 22.5806452'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23FFFFFF' points='72.5806452 12.9032258 88.7096774 12.9032258 88.7096774 16.1290323 72.5806452 16.1290323'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23FFFFFF' points='85.483871 19.3548387 88.7096774 19.3548387 88.7096774 22.5806452 85.483871 22.5806452'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23FFFFFF' points='79.0322581 19.3548387 82.2580645 19.3548387 82.2580645 22.5806452 79.0322581 22.5806452'%3E%3C/polygon%3E %3Cpolygon id='Path' fill='%23FFFFFF' points='72.5806452 19.3548387 75.8064516 19.3548387 75.8064516 22.5806452 72.5806452 22.5806452'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .home-partnership .icon--training {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/trainingg%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/trainingg' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='12093c2da8da8b3ce685c74eb07c5e52' transform='translate(0.000000, 9.000000)' fill-rule='nonzero'%3E %3Cg id='Group' transform='translate(50.000000, 40.932854) scale(-1, 1) rotate(-180.000000) translate(-50.000000, -40.932854) translate(0.000000, 0.932854)'%3E %3Cpath d='M7.1744898,79.5798561 C4.00816327,78.8642686 1.38265306,76.5093525 0.401020408,73.5328537 C0,72.3270983 0,71.8177458 0,49.0043165 C0,34.0086331 0.0806122449,25.418705 0.220408163,24.8911271 C0.881632653,22.1966427 3.42653061,19.4839329 6.15204082,18.5803357 L6.99387755,18.2973621 L7.71530612,20.0681055 C8.11632653,21.047482 8.39693878,21.9146283 8.33673469,22.0278177 C8.25612245,22.1218225 7.93571429,22.2541966 7.61530612,22.3290168 C6.71326531,22.5170264 5.13061224,23.9683453 4.62959184,25.0417266 L4.20918367,25.983693 L4.24897959,49.2115108 L4.30918367,72.4393285 L4.85,73.3247002 C5.17040816,73.7956835 5.75204082,74.4546763 6.15306122,74.7942446 C7.71530612,76 4.82959184,75.9251799 49.9795918,75.9251799 C77.3346939,75.9251799 91.322449,75.8494005 91.8234694,75.7371703 C93.0857143,75.3985612 94.4081633,74.4182254 95.0704082,73.2882494 L95.6918367,72.2522782 L95.7520408,49.3822542 C95.8122449,23.9501199 95.872449,25.3064748 94.4489796,23.7621103 C94.0479592,23.3103118 93.2663265,22.7443645 92.705102,22.4997602 L91.6826531,22.0479616 L55.5908163,22.0479616 C21.3826531,22.0479616 19.4785714,22.028777 19.3387755,21.7275779 C18.8979592,20.6916067 18.0561224,18.2052758 18.1163265,18.1294964 C18.1765306,18.0920863 24.3887755,18.053717 31.9438776,18.0354916 C39.4989796,18.0354916 45.6908163,17.9597122 45.6908163,17.8848921 C45.6908163,17.7908873 43.4265306,14.2302158 40.6806122,9.97314149 C37.9346939,5.69688249 35.6704082,2.07961631 35.6704082,1.92901679 C35.6704082,1.27002398 37.9346939,-0.105515588 38.7163265,0.0642685851 C39.0765306,0.158273381 40.2193878,1.77841727 43.5663265,6.97841727 C45.9908163,10.7079137 48.0357143,13.8167866 48.1357143,13.8733813 C48.2163265,13.929976 48.2959184,10.9534772 48.2959184,7.27961631 L48.2959184,0.591846523 L48.7367347,0.308872902 C49.377551,-0.12470024 51.3214286,-0.0863309353 51.8826531,0.346282974 C52.3030612,0.666666667 52.3030612,0.798081535 52.3632653,7.63645084 L52.4030612,14.5880096 L56.9918367,7.46666667 C60.1183673,2.62541966 61.7408163,0.288729017 62.0622449,0.138129496 C62.4632653,-0.0316546763 62.7040816,0.00575539568 63.444898,0.401918465 C64.7877551,1.08009592 65.1887755,1.47625899 65.0877551,2.05947242 C65.0479592,2.32326139 62.7826531,5.99616307 60.0581633,10.1976019 C57.3326531,14.4172662 55.1081633,17.9031175 55.1081633,17.958753 C55.1081633,17.9961631 63.3846939,18.0345324 73.505102,18.0345324 C87.272449,18.053717 92.1020408,18.1103118 92.7836735,18.2791367 C95.2081633,18.9007194 97.6734694,20.7088729 98.8357143,22.7251799 C100.018367,24.7971223 99.9979592,23.98753 99.9979592,48.9860911 C99.9979592,74.1736211 100.058163,72.911271 98.7755102,75.1904077 C97.5734694,77.2815348 94.9071429,79.1654676 92.422449,79.6738609 C91.6612245,79.8244604 79.8969388,79.8810552 49.8377551,79.8618705 C15.1102041,79.8436451 8.13673469,79.8052758 7.1744898,79.5798561 Z' id='Path' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M26.2122449,54.053717 C24.3081633,51.736211 17.4142857,36.0623501 7.79591837,12.2129496 C4.88979592,5.01678657 4.71020408,4.31942446 5.31122449,3.20863309 C6.09285714,1.7764988 8.09693878,2.0028777 9.09897959,3.64220624 C9.88061224,4.90455635 17.355102,24.8546763 21.9040816,37.777458 C25.3112245,47.4791367 26.9938776,53.1117506 26.8142857,54.2800959 C26.7530612,54.7127098 26.7336735,54.7127098 26.2122449,54.053717 Z' id='Path' fill='%231987E7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(34.000000, 21.000000)' fill='%23B1BACA'%3E %3Crect id='Rectangle' x='0' y='0' width='52' height='8'%3E%3C/rect%3E %3Crect id='Rectangle' x='-3.55271368e-15' y='15' width='33' height='8'%3E%3C/rect%3E %3Crect id='Rectangle' x='0' y='30' width='24' height='8'%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .home-partnership .icon--expert {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eicon/expert%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='icon/expert' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-10' transform='translate(0.000000, 60.000000)'%3E %3Cg id='Group'%3E %3Cpath d='M5.33666334,16.8773854 L13.7445046,24.6153386 L11.6909901,35.1525822 L21.1280387,30.3005524 L31.2514671,35.1967154 L29.0232098,24.6423408 L36.9448052,16.8815407 L25.9171817,15.8544499 L21.4820767,5.43617547 L16.5334281,15.8582421 L5.33666334,16.8773854 Z' id='Path-48' stroke='%23444F71' stroke-width='2' fill='%23FFFFFF' transform='translate(21.092916, 19.992188) rotate(10.000000) translate(-21.092916, -19.992188) '%3E%3C/path%3E %3Cpolygon id='Path-48' fill='%23B1BACA' transform='translate(21.235419, 20.845032) rotate(10.000000) translate(-21.235419, -20.845032) ' points='10.7354191 18.546181 18.2071172 17.8565258 21.4901361 10.8450316 24.4335323 17.8565258 31.7354191 18.546181 26.4712682 23.7760661 27.9429663 30.8450316 21.263721 27.5691695 14.9807021 30.8450316 16.3391927 23.7760661'%3E%3C/polygon%3E %3Cpath d='M64.3366633,16.8773854 L72.7445046,24.6153386 L70.6909901,35.1525822 L80.1280387,30.3005524 L90.2514671,35.1967154 L88.0232098,24.6423408 L95.9448052,16.8815407 L84.9171817,15.8544499 L80.4820767,5.43617547 L75.5334281,15.8582421 L64.3366633,16.8773854 Z' id='Path-48' stroke='%23444F71' stroke-width='2' fill='%23FFFFFF' transform='translate(80.092916, 19.992188) rotate(-10.000000) translate(-80.092916, -19.992188) '%3E%3C/path%3E %3Cpolygon id='Path-48' fill='%23B1BACA' transform='translate(79.918507, 21.512927) rotate(-10.000000) translate(-79.918507, -21.512927) ' points='70.4185073 19.4439619 77.1786151 18.8232723 80.1489655 12.5129275 82.8120382 18.8232723 89.4185073 19.4439619 84.655704 24.1508585 85.9872404 30.5129275 79.9441137 27.5646516 74.2594776 30.5129275 75.4885881 24.1508585'%3E%3C/polygon%3E %3Cpath d='M35.504995,20.2731094 L43.2887281,27.4366797 L41.3788877,37.2366859 L50.1212161,32.7418443 L59.5517386,37.3028855 L57.4773198,27.4771831 L64.824292,20.2793424 L54.5739246,19.3246436 L50.4572013,9.65426321 L45.8627705,19.3303319 L35.504995,20.2731094 Z' id='Path-48' stroke='%231987E7' stroke-width='3' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M60.9806667,28.5456538 C64.259,25.5402308 66.3333333,21.2256538 66.3333333,16.4230769 C66.3333333,7.36926923 59.0066667,0 50,0 C40.9933333,0 33.6666667,7.36926923 33.6666667,16.4230769 C33.6666667,21.2256538 35.741,25.5402308 39.0193333,28.5456538 C29.3383333,30.4225769 22,38.9954231 22,49.2692308 L22,58.6538462 C22,59.9512692 23.0453333,61 24.3333333,61 L75.6666667,61 C76.9546667,61 78,59.9512692 78,58.6538462 L78,49.2692308 C78,38.9954231 70.6616667,30.4225769 60.9806667,28.5456538 Z M38.3333333,16.4230769 C38.3333333,9.95473077 43.567,4.69230769 50,4.69230769 C56.433,4.69230769 61.6666667,9.95473077 61.6666667,16.4230769 C61.6666667,22.8914231 56.433,28.1538462 50,28.1538462 C43.567,28.1538462 38.3333333,22.8914231 38.3333333,16.4230769 Z M73.3333333,56.3076923 L26.6666667,56.3076923 L26.6666667,49.2692308 C26.6666667,40.2154231 33.9933333,32.8461538 43,32.8461538 L57,32.8461538 C66.0066667,32.8461538 73.3333333,40.2154231 73.3333333,49.2692308 L73.3333333,56.3076923 Z' id='Shape' fill='%23444F71' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/svg%3E"); }

.home-partnership .label {
  font-weight: 700;
  font-size: 18px; }

.home-partnership .desc {
  font-weight: 300; }

.home-case-studies {
  position: relative; }
  .home-case-studies .case-studies-content {
    background: #F8F9FD; }
  .home-case-studies #cases {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 992px) {
      .home-case-studies #cases {
        width: 60%; } }
  .home-case-studies .case {
    padding: 80px 16px;
    text-align: center; }
    @media (min-width: 992px) {
      .home-case-studies .case {
        padding: 80px 50px; } }
    .home-case-studies .case h4, .home-case-studies .case p {
      text-align: left; }
    .home-case-studies .case .btn {
      margin-top: 20px; }
  .home-case-studies .slick-dots {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .home-case-studies .slick-dots li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      cursor: pointer; }
      .home-case-studies .slick-dots li.slick-active a:after {
        background: #1987E7; }
      .home-case-studies .slick-dots li:hover a {
        color: #1987E7; }
      .home-case-studies .slick-dots li a {
        padding: 10px 0;
        position: relative;
        font-weight: 400;
        text-transform: capitalize; }
        .home-case-studies .slick-dots li a:after {
          content: '';
          position: absolute;
          height: 3px;
          bottom: 0;
          background: transparent;
          left: 0;
          width: 100%; }

.home-quotes #quotes {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0; }
  @media (min-width: 992px) {
    .home-quotes #quotes {
      width: 60%;
      padding: 60px 0px; } }
  .home-quotes #quotes:before {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='99px' height='76px' viewBox='0 0 99 76' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3EGroup 19%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.197823661'%3E %3Cg id='page' transform='translate(-425.000000, -5050.000000)' fill='%23444F71'%3E %3Cg id='Group-17' transform='translate(425.000000, 5047.000000)'%3E %3Cg id='Group-11' transform='translate(0.000000, 3.000000)'%3E %3Cg id='Group-18' transform='translate(49.500000, 38.000000) scale(-1, 1) translate(-49.500000, -38.000000) '%3E %3Cg id='Group-19'%3E %3Cpath d='M53.5,2 L53.5,42.5 C53.5,43.6045695 54.3954305,44.5 55.5,44.5 L73.5,44.5 C74.6045695,44.5 75.5,45.3954305 75.5,46.5 L75.5,74 C75.5,75.1045695 76.3954305,76 77.5,76 L86.1010435,76 C86.9411227,76 87.6916614,75.4750145 87.9797581,74.6858799 L98.8787146,44.8322164 C98.9589492,44.6124436 99,44.3802973 99,44.1463365 L99,2 C99,0.8954305 98.1045695,-2.02906125e-16 97,0 L55.5,0 C54.3954305,2.02906125e-16 53.5,0.8954305 53.5,2 Z' id='Path-4'%3E%3C/path%3E %3Cpath d='M0,2 L0,42.5 C1.3527075e-16,43.6045695 0.8954305,44.5 2,44.5 L20,44.5 C21.1045695,44.5 22,45.3954305 22,46.5 L22,74 C22,75.1045695 22.8954305,76 24,76 L32.6010435,76 C33.4411227,76 34.1916614,75.4750145 34.4797581,74.6858799 L45.3787146,44.8322164 C45.4589492,44.6124436 45.5,44.3802973 45.5,44.1463365 L45.5,2 C45.5,0.8954305 44.6045695,-2.02906125e-16 43.5,0 L2,0 C0.8954305,2.02906125e-16 -1.3527075e-16,0.8954305 0,2 Z' id='Path-4'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    position: absolute; }
    @media (min-width: 992px) {
      .home-quotes #quotes:before {
        width: 80px;
        height: 80px;
        background-size: 80px 80px; } }
  .home-quotes #quotes:before {
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .home-quotes #quotes:before {
        left: -100px; } }

.home-quotes .quote .quote-text {
  font-family: "Zilla Slab", serif;
  color: #444F71; }

.home-quotes .quote .person {
  margin-top: 20px; }

.home-quotes .quote .person, .home-quotes .quote .position {
  color: #444F71;
  font-weight: bold; }

.home-quotes .quote .position {
  font-size: 14px;
  font-weight: 100; }

.home-contact {
  text-align: center; }
  .home-contact #contact-graphics {
    height: 250px;
    padding: 40px; }
    @media (min-width: 576px) {
      .home-contact #contact-graphics {
        height: 300px; } }

.about-hero {
  margin: 50px 0; }
  .about-hero .btn {
    margin-top: 40px; }
  .about-hero p {
    margin-top: 50px; }
  .about-hero .about-graphics {
    height: 200px;
    margin: 50px 0;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='489px' height='393px' viewBox='0 0 489 393' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eabout/graphic%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cellipse id='path-1' cx='378.911113' cy='326.160219' rx='60.911113' ry='58.1602188'%3E%3C/ellipse%3E %3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='-1.16459627' y='-1.16459627' width='124.151419' height='118.64963'%3E %3Crect x='316.835404' y='266.835404' width='124.151419' height='118.64963' fill='white'%3E%3C/rect%3E %3Cuse xlink:href='%23path-1' fill='black'%3E%3C/use%3E %3C/mask%3E %3Cpath d='M105.22,53.373 C105.22,70.303 97.22,85.373 84.79,94.993 C83.67,95.863 82.52,96.683 81.33,97.453 C78.84,99.083 76.21,100.503 73.45,101.683 C68.05,104.023 62.18,105.483 56.02,105.873 C54.89,105.943 53.76,105.983 52.61,105.983 C52.45,105.983 52.28,105.983 52.12,105.973 C51.939,105.983 51.77,105.973 51.59,105.973 C50.46,105.953 49.34,105.893 48.229,105.803 C38.87,105.033 30.2,101.803 22.87,96.763 C9.06,87.293 0,71.393 0,53.373 C0,24.313 23.55,0.763 52.61,0.763 C81.67,0.763 105.22,24.313 105.22,53.373' id='path-3'%3E%3C/path%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='about' transform='translate(-1025.000000, -340.000000)'%3E %3Cg id='about/graphic' transform='translate(1025.000000, 340.000000)'%3E %3Cuse id='Oval' stroke='%23B1BACA' mask='url(%23mask-2)' stroke-width='2.32919255' fill='%23EEF4F9' opacity='0.311151414' stroke-dasharray='3.493788708811221,1.55279503568359' xlink:href='%23path-1'%3E%3C/use%3E %3Cg id='Group-18' stroke-width='1'%3E %3Cpath d='M349.359803,149.999465 C349.359803,232.842212 282.426703,300 199.859803,300 C117.293971,300 50.3598034,232.842212 50.3598034,149.999465 C50.3598034,67.1577881 117.293971,0 199.859803,0 C282.426703,0 349.359803,67.1577881 349.359803,149.999465' id='Fill-1' fill='%23F6FCFF'%3E%3C/path%3E %3Cpath d='M464.0587,341.28128 C475.263834,344.981208 482.118996,348.629832 484.624184,352.227149 C493.942122,365.607217 487.368942,381.874746 470.913861,386.058671 C436.277115,394.86553 383.834101,383.785159 330.8115,382.797802 C285.703686,381.957829 234.536362,387.729328 203.562567,387.281497 C102.489015,385.820137 103.305832,377.906497 66.4593399,375.460845 C29.6128475,373.015193 3.90599232,386.058671 1.33530681,375.460845 C-0.378483538,368.395628 4.47725577,360.175773 15.9025247,350.80128 C25.7899703,347.307947 35.789455,344.00128 45.9009787,340.96128 C47.0493789,340.614613 48.2257889,340.267947 49.4021988,339.92128 C110.995663,321.654613 176.482484,311.814613 244.378145,311.814613 C321.432997,311.787947 395.378766,318.00128 464.0587,341.28128 Z' id='Path' fill='%23EEF4F9' fill-rule='nonzero' transform='translate(244.943788, 350.625819) rotate(1.000000) translate(-244.943788, -350.625819) '%3E%3C/path%3E %3Cpath d='M9.80440596,352.494915 C84.9255494,327.494915 160.760772,313.772089 237.310074,311.326436 C313.859376,308.880784 389.551783,318.799263 464.387295,341.081871' id='Path-31' stroke='%23444F71' stroke-width='1.63043478' transform='translate(237.095850, 331.729267) rotate(1.000000) translate(-237.095850, -331.729267) '%3E%3C/path%3E %3Cg id='Group-17' transform='translate(100.359803, 7.000000)'%3E %3Cg id='Group-14' transform='translate(206.688000, 0.000000)'%3E %3Cmask id='mask-4' fill='white'%3E %3Cuse xlink:href='%23path-3'%3E%3C/use%3E %3C/mask%3E %3Cuse id='Fill-2' fill='%23D1D8DD' xlink:href='%23path-3'%3E%3C/use%3E %3Cg id='zorbitian/z2' mask='url(%23mask-4)'%3E %3Cg transform='translate(-7.000000, 10.000000)'%3E %3Cg id='Group' stroke='none' stroke-width='1' fill='none' transform='translate(25.784000, 14.048050)'%3E %3Cellipse id='body' fill='%23444F71' cx='34.272' cy='34.3060898' rx='34.272' ry='34.3060898'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(16.641263, 20.864522)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.60496327' fill='%23FFFFFF' cx='14.6307368' cy='14.6452898' rx='14.6307368' ry='14.6452898'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='11.6096842' cy='17.6142694' rx='4.60968421' ry='4.61426939'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Crect id='Rectangle' fill='%23444F71' x='38.4808421' y='63.7972898' width='6.41347368' height='20.0620408' rx='3.20673684'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(26.856421, 73.828310) scale(-1, 1) translate(-26.856421, -73.828310) ' x='23.6496842' y='63.7972898' width='6.41347368' height='20.0620408' rx='3.20673684'%3E%3C/rect%3E %3C/g%3E %3Cpath d='M71.4025641,31.4705043 C71.0794029,31.6290767 70.7502252,31.7976808 70.4150382,31.9538497 C69.5622355,32.3516985 68.6534951,32.1413475 68.0960936,31.3940853 C67.9137663,31.1486076 67.7863731,30.8609873 67.6437421,30.5870124 C67.5584039,30.4229483 67.5071464,30.2408199 67.4177987,30.0791642 C67.2431092,29.7650793 66.8939593,29.6985872 66.6381234,29.9329655 C66.4789276,30.0790505 66.3582042,30.266046 66.1962035,30.4081198 C65.5165228,31.0021017 64.4790396,30.9843654 63.8318037,30.3558855 C63.2266477,29.7695186 62.9278152,29.0269916 62.8839716,28.1977277 C62.8632471,27.8005475 62.9351285,27.3981234 62.9777443,26.999319 C62.9934255,26.8464576 63.0732474,26.6963849 63.0684826,26.5467393 C63.064116,26.4055188 63.0256888,26.2169672 62.9294995,26.1419725 C62.8337109,26.0677801 62.6288613,26.0602201 62.5065765,26.1096049 C62.2804496,26.2015486 62.0799603,26.3556703 61.8674523,26.4841188 C61.3734712,26.7835642 60.8354543,26.8820225 60.2646077,26.8404727 C59.1489712,26.7601733 58.5558434,26.1685871 58.5425523,25.0604809 C58.5382541,24.6957927 58.6305698,24.3286678 58.6888098,23.9635593 C58.7080889,23.8435951 58.7959194,23.7232086 58.7827245,23.6112783 C58.7663307,23.4724686 58.7062474,23.3112052 58.6088606,23.2193606 C58.5431347,23.1567937 58.3679469,23.1612605 58.2645074,23.1982025 C58.1233808,23.2483955 58.0074891,23.3663833 57.8735705,23.4422509 C57.3896195,23.7156152 56.9236938,24.0363155 56.4133042,24.245095 C54.9418749,24.8457385 53.7198124,24.0814282 53.5779874,22.483498 C53.5460276,22.1208243 53.6203056,21.7468845 53.6581012,21.3789739 C53.6737822,21.2269149 53.7624248,21.0728275 53.7428253,20.9296056 C53.7248258,20.798018 53.6322756,20.6211178 53.5244524,20.573007 C53.412621,20.5228914 53.2346096,20.5843293 53.1006981,20.6369273 C53.0281292,20.6658358 52.9880066,20.7777825 52.9330626,20.8524222 C52.3535435,21.6409547 51.5227908,22.0343836 50.6267249,22.3267305 C50.56819,22.3456048 50.507652,22.3600664 50.4467143,22.3709174 C49.1954836,22.6019897 48.307726,21.9442959 48.196269,20.6705247 C48.144734,20.0851919 48.1581433,19.4962283 48.3110575,18.9168509 C48.3736676,18.680927 48.4058152,18.4297669 48.4058901,18.1850357 C48.4059863,17.8704961 48.0656879,17.6992885 47.8030549,17.8750939 C47.6246248,17.9947056 47.4790522,18.1632536 47.3010225,18.28447 C46.9197016,18.5453658 46.5431879,18.8178949 46.1358236,19.033062 C45.7132233,19.2558566 45.246195,19.2495804 44.7759827,19.1678799 C44.0688601,19.0457308 43.6376267,18.6595087 43.5485057,17.7568393 C43.4617798,16.8870674 43.7763096,16.1142628 44.2984721,15.4240415 C44.438838,15.2398484 44.6276785,15.1615569 44.8545882,15.1313975 C45.1741062,15.0883714 45.4519631,14.9442561 45.620421,14.6617608 C45.6926172,14.5405767 45.7435812,14.3716565 45.7215733,14.2384654 C45.6879617,14.0334632 45.4891535,13.9340268 45.3027408,13.9388983 C45.09468,13.94498 44.8641597,13.9835656 44.6849341,14.0827165 C44.3637717,14.2593422 44.0602756,14.3464952 43.7243937,14.1532203 C43.3295924,13.9250593 43.0486719,13.6001745 42.9758505,13.144034 C42.84181,12.3079774 42.9891687,11.5424455 43.5959019,10.9043541 C44.1946145,10.2758939 44.9319582,9.89212237 45.77546,9.75746262 C46.4433661,9.65013813 47.1260769,9.63468357 47.8027857,9.58191938 C47.9254592,9.57265425 48.0517314,9.59347792 48.1720025,9.57458477 C48.4774911,9.52634741 48.6904449,9.25106003 48.5574367,8.97186659 C48.3386936,8.51496845 48.4827319,8.12014501 48.6636505,7.72851986 C49.143025,6.69007133 49.8793019,5.86217337 50.8444159,5.25606813 C51.1254898,5.07945473 51.460665,4.96220214 51.7870062,4.89229369 C52.7997063,4.67573764 53.3544538,4.92551447 53.9094133,5.79273576 C54.5340933,6.7690617 54.6459296,6.80312933 55.5152714,6.06907108 C56.2302328,5.46544962 57.0361073,5.14825606 57.9621724,5.0753556 C58.6428903,5.02218899 59.3256183,4.95016543 59.9974579,5.08917562 C60.414752,5.17570674 60.8404518,5.30436113 61.2132124,5.50645106 C61.7875844,5.81800646 62.1305865,6.32421397 62.1436059,7.00985825 C62.1459641,7.16391776 62.1198567,7.32721355 62.159901,7.47123156 C62.198344,7.60842968 62.2780701,7.77129187 62.3898953,7.84186857 C62.5598376,7.94853535 62.7454713,7.86904121 62.8886306,7.72657191 C62.9327414,7.68242656 62.9804592,7.64148971 63.0181572,7.59293314 C63.7588811,6.64306947 64.7903954,6.51597493 65.8715395,6.64964423 C66.6143501,6.74129127 67.2917479,7.05762951 67.8857121,7.53607749 C68.4760697,8.01011339 68.7969958,8.60579493 68.8328421,9.36846234 C68.8818344,10.4027371 68.890251,10.4091537 69.8651305,10.6419516 C71.0620836,10.9280409 72.1214506,11.4845801 73.056071,12.2750562 C73.311769,12.4916251 73.5538248,12.7475157 73.7313303,13.0295039 C74.1288148,13.6596651 74.0613102,14.169609 73.5648472,14.719403 C73.4613841,14.8337763 73.3314696,14.9252893 73.2320144,15.0424697 C72.9901942,15.3265923 73.0297847,15.6439282 73.3376068,15.8303913 C73.5215785,15.9422693 73.7260056,16.0204405 73.9192019,16.1182737 C74.5023987,16.4121737 75.051103,16.7598448 75.5175919,17.2190743 C75.7368097,17.4344508 75.9552215,17.6638695 76.1154959,17.9229947 C76.4937444,18.5322994 76.4911487,19.1545591 76.0604176,19.7472612 C75.9144346,19.9471027 75.7448048,20.1292988 75.5888021,20.3211194 C75.255942,20.7332522 75.2337601,21.1689606 75.518654,21.6097906 C75.7198027,21.921059 75.9466129,22.2162717 76.1565828,22.5219207 C76.3669535,22.8275695 76.5909563,23.1267951 76.7692508,23.4505077 C76.8858435,23.6619036 76.953117,23.9074165 77.0039563,24.146114 C77.0696079,24.451406 76.9504686,24.7017904 76.6645966,24.837483 C76.4140074,24.9567157 76.1526011,25.0538857 75.8911965,25.145439 C75.6578568,25.227355 75.409697,25.267952 75.1823668,25.3619021 C74.6326848,25.5895499 74.4749994,26.0401441 74.7646772,26.5680327 C74.8828723,26.7830389 75.0447707,26.9755646 75.1982504,27.1684941 C75.3713657,27.3866931 75.5669359,27.5872325 75.7360414,27.8082411 C76.3763997,28.6413344 76.385429,29.2659977 75.7289354,30.0697993 C74.9717817,30.9984045 74.0263161,31.5880546 72.7823712,31.5908426 C72.5370297,31.5917201 72.2896624,31.6624068 72.0479345,31.6452293 C71.8386774,31.630449 71.6358585,31.5370318 71.4025641,31.4705043' id='Fill-36' stroke='none' fill='%23FFD648' transform='translate(59.975842, 18.485134) rotate(-19.000000) translate(-59.975842, -18.485134) '%3E%3C/path%3E %3Cg id='Group-4' stroke='none' stroke-width='1' fill='none' transform='translate(0.177684, 45.141242)'%3E %3Cg id='Group-7' transform='translate(19.903072, 17.407784) rotate(163.000000) translate(-19.903072, -17.407784) translate(3.403072, 4.907784)' fill='%232A3966'%3E %3Cpath d='M16.53641,-5.30119887 L17.6485232,-5.30119887 C18.3133207,-5.30119887 18.8522456,-4.76227397 18.8522456,-4.09747642 C18.8522456,-4.08438137 18.8520319,-4.07128719 18.8516046,-4.0581991 L17.9129689,24.6926234 C17.9002086,25.0834768 17.5796678,25.3937236 17.1886062,25.3937236 L17.1886062,25.3937236 C16.7968287,25.3937236 16.475009,25.0842648 16.4596722,24.6927876 L15.3336102,-4.05035468 C15.3075856,-4.71464264 15.8250003,-5.27425157 16.4892882,-5.30027619 C16.5049879,-5.30089125 16.5206982,-5.30119887 16.53641,-5.30119887 Z' id='Path-17' transform='translate(17.092458, 10.046262) rotate(-125.000000) translate(-17.092458, -10.046262) '%3E%3C/path%3E %3Cpath d='M32.4376155,-2.3372386 C31.3141468,-2.41862725 29.8988773,-1.49007755 28.191807,0.448410515 L28.1918316,0.448432174 C27.8596681,0.825625224 27.8961717,1.40067236 28.2733648,1.73283589 C28.4395782,1.87920666 28.6534646,1.9599401 28.8749399,1.95990606 L28.8749399,1.95990606 L28.8749399,1.95990606 C28.8748643,2.45231163 29.2739766,2.85154651 29.7663822,2.85162211 C29.9719838,2.85165368 30.171278,2.78062545 30.3305153,2.65056572 L30.5188648,2.49672806 L30.5812084,2.60367234 C30.8711597,3.1010551 31.50942,3.26921153 32.0068028,2.97926024 C32.1977112,2.86796942 32.3483152,2.69889098 32.4368733,2.4964333 L32.4368733,2.4964333 L33.0120789,3.06016509 C33.3236492,3.36552034 33.8237661,3.36048209 34.1291213,3.04891184 C34.2737996,2.90128886 34.3548501,2.70283723 34.3548819,2.49613853 L34.3548819,2.49613853 C34.4607439,-0.625847415 33.8216551,-2.23697313 32.4376155,-2.3372386 Z' id='Path-28' transform='translate(31.165449, 0.471884) rotate(-152.000000) translate(-31.165449, -0.471884) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' stroke='none' stroke-width='1' fill='none' transform='translate(72.840842, 45.044001)'%3E %3Cg id='Group-6' transform='translate(16.664952, 19.111631) rotate(-160.000000) translate(-16.664952, -19.111631) translate(5.164952, 3.611631)' fill='%232A3966'%3E %3Cpath d='M14.0737136,4.96663845 L15.0969853,4.96663845 C15.6874256,4.96663845 16.1907019,5.39489233 16.2851933,5.9777226 L18.6661176,20.6634483 L6.00972809,28.8055255 C5.81549935,28.9304763 5.58942541,28.9969146 5.35847629,28.9969146 L5.01075111,28.9969146 C4.88400137,28.9969146 4.78125041,28.8941637 4.78125041,28.7674139 C4.78125041,28.6942786 4.81610757,28.6255223 4.87509998,28.5822941 L16.476611,20.0809995 L12.909349,6.47565216 C12.7407413,5.83259133 13.1253615,5.17460398 13.7684224,5.00599627 C13.8680824,4.97986585 13.9706849,4.96663845 14.0737136,4.96663845 Z' id='Path-17' transform='translate(11.723684, 16.981777) rotate(157.000000) translate(-11.723684, -16.981777) '%3E%3C/path%3E %3Cpath d='M15.2449101,1.40728088 C14.1214415,1.32589223 12.706172,2.25444193 10.9991017,4.19292999 L10.9991263,4.19295165 C10.6669628,4.5701447 10.7034664,5.14519184 11.0806595,5.47735537 C11.2468729,5.62372614 11.4607593,5.70445958 11.6822346,5.70442554 L11.6822346,5.70442554 L11.6822346,5.70442554 C11.682159,6.19683111 12.0812713,6.59606599 12.5736769,6.59614159 C12.7792785,6.59617316 12.9785727,6.52514493 13.1378099,6.3950852 L13.3261595,6.24124754 L13.3885031,6.34819182 C13.6784543,6.84557458 14.3167147,7.01373101 14.8140975,6.72377972 C15.0050059,6.6124889 15.1556098,6.44341046 15.244168,6.24095278 L15.244168,6.24095278 L15.8193736,6.80468456 C16.1309438,7.11003981 16.6310608,7.10500157 16.936416,6.79343132 C17.0810943,6.64580834 17.1621448,6.44735671 17.1621765,6.24065801 L17.1621765,6.24065801 C17.2680386,3.11867206 16.6289498,1.50754635 15.2449101,1.40728088 Z' id='Path-28' transform='translate(13.972744, 4.216404) rotate(207.000000) translate(-13.972744, -4.216404) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M49,70 L65.6349474,70 C64.0630175,73.3333333 61.2060351,75 57.064,75 C52.9219649,75 50.2339649,73.3333333 49,70 Z' id='Path-19' stroke='%232A3966' stroke-width='0.802481633' fill='%23FFFFFF'%3E%3C/path%3E %3Cg id='Group-15' stroke='none' stroke-width='1' fill='none' transform='translate(72.000000, 56.000000)'%3E %3Cellipse id='Oval' fill='%232A3966' cx='1.40294737' cy='6.21923265' rx='1.40294737' ry='1.40434286'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='3.00631579' cy='1.00310204' rx='1.00210526' ry='1.00310204'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='6.61389474' cy='5.41675102' rx='2.20463158' ry='2.20682449'%3E%3C/ellipse%3E %3C/g%3E %3Cellipse id='Oval' stroke='none' fill='%232A3966' cx='36.0054737' cy='49.1566213' rx='1.40294737' ry='1.40434286'%3E%3C/ellipse%3E %3Cellipse id='Oval' stroke='none' fill='%232A3966' cx='40.4147368' cy='51.5640662' rx='1.00210526' ry='1.00310204'%3E%3C/ellipse%3E %3Cellipse id='Oval' stroke='none' fill='%232A3966' cx='37.208' cy='54.7739928' rx='2.20463158' ry='2.20682449'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' stroke='none' fill='%23444F71' points='49.4336842 93.0924907 41.4168421 97.9073805 55.2458947 97.9073805 57.0496842 95.4999356'%3E%3C/polygon%3E %3Cpolygon id='Path-20' stroke='none' fill='%23444F71' transform='translate(71.279579, 95.499936) scale(-1, 1) translate(-71.279579, -95.499936) ' points='71.48 93.0924907 63.4631579 97.9073805 77.2922105 97.9073805 79.096 95.4999356'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath d='M220.975,78.179 C220.975,99.265 203.881,116.359 182.795,116.359 C161.71,116.359 144.616,99.265 144.616,78.179 C144.616,57.093 161.71,40 182.795,40 C203.881,40 220.975,57.093 220.975,78.179' id='Fill-25' stroke='%23444F71' stroke-width='2' fill='%23FFFFFE'%3E%3C/path%3E %3Cpolyline id='Fill-26' stroke='%23444F71' stroke-width='2' fill='%23FFFFFE' transform='translate(230.163602, 86.369979) rotate(40.000000) translate(-230.163602, -86.369979) ' points='224.403021 99.2058541 243.329492 73.5341049 216.997712 86.4912407'%3E%3C/polyline%3E %3Cpolygon id='Fill-27' stroke='%234F5A7A' fill='%23FFFFFF' points='2 342.164 7.889 342.164 7.889 250.541 2 250.541'%3E%3C/polygon%3E %3Cpolygon id='Fill-28' stroke='%234F5A7A' fill='%23FFFFFF' points='281.856 342.164 287.745 342.164 287.745 250.541 281.856 250.541'%3E%3C/polygon%3E %3Cpolyline id='Fill-30' stroke='%234F5A7A' fill='%23FFFFFF' points='69.885 325.892839 69.885 264 61.339 264 61.339 325.892839 39.616 325.892839 39.616 336 89.648 336 89.648 325.892839 69.885 325.892839'%3E%3C/polyline%3E %3Cpath d='M94.3075133,266 L35.4374471,266 C28.2221628,266 22.373,261.314125 22.373,255.532992 L22.373,195.466175 C22.373,189.685875 28.2221628,185 35.4374471,185 L94.3075133,185 C101.522798,185 107.373,189.685875 107.373,195.466175 L107.373,255.532992 C107.373,261.314125 101.522798,266 94.3075133,266' id='Fill-31' stroke='%234F5A7A' fill='%23FFFFFF'%3E%3C/path%3E %3Cg id='zorbitian/z1' transform='translate(8.616000, 162.000000)'%3E %3Cg id='Group' transform='translate(18.160000, 7.223377)'%3E %3Cellipse id='body' fill='%23444F71' cx='46.08' cy='46.0051948' rx='46.08' ry='46.0051948'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(40.408421, 12.979768)'%3E %3Cg id='Group-3'%3E %3Ccircle id='eyewhite' stroke='%231987E7' stroke-width='2.15578947' fill='%23FFFFFF' cx='18.9315789' cy='19.2968558' r='18.5'%3E%3C/circle%3E %3Ccircle id='eyebakl' fill='%231F3264' cx='18.9315789' cy='19.2968558' r='5.5'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(12.166316, 0.000000)' fill='%23FFD648'%3E %3Cg id='Group-13' transform='translate(17.500000, 19.000000) rotate(-9.000000) translate(-17.500000, -19.000000) translate(3.000000, 3.000000)'%3E %3Cpath d='M17.3047557,18.6188338 C16.1152341,19.0294205 14.8957314,19.4519429 13.5749411,19.9086808 C10.2040897,17.820736 7.06336374,15.4272383 4.85853522,12.0430809 C3.26224262,9.59388347 2.87572913,6.90756427 3.55152001,4.0891571 C3.69170205,3.50510547 3.97287643,2.93617235 4.27754954,2.40941189 C4.59761836,1.85480156 5.22641179,1.76568196 5.71259228,2.20809709 C6.21254788,2.66324359 6.70034897,3.15976704 7.07146675,3.71756022 C7.65002153,4.58886339 8.12728871,5.52541485 8.64426063,6.43570784 C8.85736974,6.80969186 9.00970629,7.23300993 9.29169098,7.54572422 C9.46347475,7.73589907 9.86214275,7.87833128 10.0995609,7.81785727 C10.3377893,7.75738326 10.5906032,7.4470561 10.6781157,7.1932244 C10.794799,6.85504736 10.7396985,6.46435343 10.7899372,6.10071365 C10.9730652,4.76471545 11.1480901,3.42633012 11.3693023,2.0966976 C11.4900371,1.36703092 11.7582467,0.677945485 12.365162,1.24344979e-14 C12.5709784,0.223594696 12.828654,0.389898225 12.9185974,0.620654317 C13.2094954,1.36225666 13.4371899,2.12773031 13.6908141,2.88365544 C13.7872399,3.1717027 13.8358579,3.49078268 13.9995387,3.73665727 C14.1218941,3.91887502 14.4103612,4.12735121 14.5951098,4.10268418 C14.8665606,4.06846862 15.2530741,3.89261656 15.3430175,3.67777469 C15.6015034,3.05871179 15.7157558,2.38474486 15.9272443,1.74499348 C16.0333937,1.42113924 16.2262453,1.12513488 16.4239587,0.727279546 C17.0932672,1.69804656 17.1718664,2.69268488 17.3517532,3.64037628 C17.5348812,4.60318619 17.6523748,5.58748028 17.6928898,6.5670001 C17.8565706,10.5558977 17.8452264,14.5432038 17.3047557,18.6188338' id='Fill-61'%3E%3C/path%3E %3Cpath d='M19.8628363,22.0609706 C19.0274869,21.2598968 18.8463858,20.4580274 18.8643327,19.5575154 C18.8896216,18.2568642 19.1465895,17.0031478 19.4737136,15.7494314 C20.0537266,13.527585 20.9445484,11.435406 22.2244929,9.52062474 C22.7327181,8.76012165 23.3665721,8.04575787 24.0689508,7.4515154 C24.940194,6.71487747 25.7845169,6.89466168 26.4885271,7.8102883 C27.3091926,8.87626543 27.6624214,10.1315728 27.8043655,11.4139274 C28.0825433,13.9213602 28.0784645,16.43993 27.9006264,18.9569088 C27.8492329,19.6840007 27.617554,20.252787 26.8311509,20.5176903 C24.5706498,21.2797844 22.2913861,21.9472133 19.8628363,22.0609706' id='Fill-68'%3E%3C/path%3E %3Cpath d='M12.9347368,25.6591662 C11.4298962,27.0910127 9.94248921,28.526013 8.43051663,29.9342057 C8.03192008,30.3055711 7.58181503,30.6390905 7.11110659,30.9126867 C6.23863184,31.4212445 5.49928676,31.2674945 4.83205357,30.4971673 C4.67356588,30.3134558 4.54598329,30.1029365 4.4144385,29.8979364 C2.86442887,27.4797243 1.5505659,24.9385122 0.483151296,22.2758769 C0.147949826,21.4385305 -0.21974162,20.5798957 0.163006157,19.668434 C0.747033303,19.2505492 1.375437,19.38853 1.9729356,19.4074531 C3.71946997,19.4634339 9.661966,20.6153765 11.4528769,21.2398382 C11.6660429,21.8982037 11.9013971,22.6456654 12.1502228,23.3883964 C12.3990484,24.1303389 12.6613456,24.8683391 12.9347368,25.6591662' id='Fill-69'%3E%3C/path%3E %3Cpath d='M18.3242105,23.6362202 C17.3958604,24.2991472 16.5541563,24.558755 15.6736677,24.7078749 C14.8591952,24.8454052 14.4342172,24.6692428 14.1222915,23.9962715 C13.8474999,23.4021096 13.679159,22.7662251 13.4736842,22.1774718 C14.1751043,21.1011812 15.2041289,20.7117695 16.3907666,20.4467532 C17.3389216,21.3376097 17.5270672,22.5645655 18.3242105,23.6362202' id='Fill-70'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-12' transform='translate(97.000000, 49.000000)' fill='%23FFD648' fill-opacity='0.468722684'%3E %3Cellipse id='Oval' cx='1' cy='10' rx='1' ry='2'%3E%3C/ellipse%3E %3Cellipse id='Oval' cx='5' cy='9.5' rx='1' ry='1.5'%3E%3C/ellipse%3E %3Cellipse id='Oval' cx='4' cy='3' rx='2' ry='3'%3E%3C/ellipse%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='48.6589474' cy='59.8020506' rx='1.88631579' ry='1.88325359'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='51.8926316' cy='56.0355434' rx='1.34736842' ry='1.34518113'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='45.1557895' cy='54.1522898' rx='2.15578947' ry='2.15228982'%3E%3C/ellipse%3E %3Cpath d='M69,66 L91.3663158,66 C89.7494737,71.7394395 86.1564912,74.6091593 80.5873684,74.6091593 C75.0182456,74.6091593 71.1557895,71.7394395 69,66 Z' id='Path-19' stroke='%232A3966' stroke-width='1.07789474' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(82.369707, 101.798634) rotate(-57.000000) translate(-82.369707, -101.798634) ' x='78.0581285' y='88.3468229' width='8.62315789' height='26.9036227' rx='4.31157895'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(43.343656, 99.712473) scale(-1, 1) rotate(-62.000000) translate(-43.343656, -99.712473) ' x='39.0320767' y='86.2606617' width='8.62315789' height='26.9036227' rx='4.31157895'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(29.145318, 101.347162) rotate(42.000000) translate(-29.145318, -101.347162) ' points='29.414792 98.1187273 18.6358446 104.575597 37.2295288 104.575597 39.654792 101.347162'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(93.732304, 103.072691) scale(-1, 1) rotate(57.000000) translate(-93.732304, -103.072691) ' points='94.0017781 99.8442562 83.2228307 106.301126 101.816515 106.301126 104.241778 103.072691'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(0.037895, 52.375701)'%3E%3C/g%3E %3Cg id='Group-2' transform='translate(102.618947, 22.886329)' fill='%232A3966'%3E %3Cpath d='M15.5063755,0.882699415 L17.0009449,0.881485305 C17.8939018,0.880759914 18.6183745,1.6040565 18.6190999,2.49701344 C18.6191149,2.51549495 18.618813,2.53397535 18.6181944,2.55244651 L17.3260063,41.1353633 C17.3084127,41.660684 16.8776848,42.0775665 16.3520698,42.0779934 L16.3520698,42.0779934 C15.8259707,42.0784208 15.3937017,41.6627723 15.3735119,41.1370605 L13.8920379,2.56158936 C13.8577695,1.66928991 14.5533411,0.918158282 15.4456406,0.883889913 C15.4658763,0.883112768 15.4861249,0.882715866 15.5063755,0.882699415 Z' id='Path-17' transform='translate(16.254962, 21.479739) rotate(-135.000000) translate(-16.254962, -21.479739) '%3E%3C/path%3E %3Cpath d='M34.844565,2.09768426 C33.3350558,1.98941688 31.4326444,3.2363817 29.137331,5.83857871 L29.1373329,5.83858039 C28.6914073,6.34412625 28.7397391,7.11544625 29.2452849,7.56137184 C29.4685102,7.7582716 29.7559916,7.86681638 30.0536474,7.86658647 L30.0536474,7.86658647 L30.0536474,7.86658647 C30.0531368,8.52727041 30.5883131,9.06327446 31.248997,9.06378502 C31.5248767,9.06399822 31.792351,8.96885209 32.0061203,8.79446075 L32.262227,8.58553079 L32.34472,8.72693354 C32.7348798,9.39571361 33.5933202,9.62157996 34.2621003,9.23142014 C34.518267,9.08197495 34.7204418,8.8551424 34.8395529,8.58354008 L34.8395529,8.58354008 L35.6122331,9.33969181 C36.0313968,9.74988916 36.7037268,9.74262047 37.1139242,9.32345674 C37.3079283,9.12521192 37.4166644,8.8589274 37.4168788,8.58154937 L37.4168788,8.58154937 C37.5617241,4.39235846 36.7042862,2.23107009 34.844565,2.09768426 Z' id='Path-28' transform='translate(33.132341, 5.866922) rotate(-144.000000) translate(-33.132341, -5.866922) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M47.394,333.888 C47.394,338.245 43.862,341.777 39.505,341.777 C35.148,341.777 31.616,338.245 31.616,333.888 C31.616,329.531 35.148,326 39.505,326 C43.862,326 47.394,329.531 47.394,333.888' id='Fill-54' stroke='%234F5A7A' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M270.194,218.103 L177.222,218.103 C176.251,218.103 175.555,217.168 175.833,216.238 L194.841,152.517 C195.025,151.902 195.59,151.481 196.231,151.481 L289.204,151.481 C290.174,151.481 290.871,152.416 290.593,153.346 L271.583,217.067 C271.4,217.682 270.835,218.103 270.194,218.103' id='Fill-57' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M273.25,218.103 L180.278,218.103 C179.307,218.103 178.611,217.168 178.888,216.238 L197.898,152.517 C198.082,151.902 198.646,151.481 199.288,151.481 L292.26,151.481 C293.23,151.481 293.927,152.416 293.649,153.346 L274.64,217.067 C274.457,217.682 273.891,218.103 273.25,218.103' id='Fill-58' stroke='%23444F71' stroke-width='2' fill='%23FFFFFF'%3E%3C/path%3E %3Cpolygon id='Fill-59' fill='%23444F71' points='223.726 218.062 229.561 218.062 229.561 201.755 223.726 201.755'%3E%3C/polygon%3E %3Cpath d='M241.237,199.699 L225.487,199.699 C224.393,199.699 223.558,200.675 223.726,201.755 L228.901,235.033 C229.069,236.113 228.233,237.089 227.139,237.089 L202.727,237.089 C201.743,237.089 200.945,237.887 200.945,238.871 C200.945,239.855 201.743,240.653 202.727,240.653 L247.051,240.653 C248.145,240.653 248.98,239.678 248.812,238.597 L242.999,201.207 C242.863,200.339 242.116,199.699 241.237,199.699' id='Fill-60' stroke='%23444F71' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M172.374,153.574 C172.374,168.763 160.061,181.077 144.873,181.077 C129.684,181.077 117.37,168.763 117.37,153.574 C117.37,138.385 129.684,126.072 144.873,126.072 C160.061,126.072 172.374,138.385 172.374,153.574' id='Fill-61' fill='%2352ABF1'%3E%3C/path%3E %3Cpolyline id='Fill-62' fill='%2352ABF1' points='130.323 171.64 125.534 153.574 113.1 169.614 130.323 171.64'%3E%3C/polyline%3E %3Cpath d='M133.442,151.769 C134.44,150.462 136.307,150.212 137.613,151.209 C138.919,152.207 139.169,154.074 138.172,155.38 C137.175,156.686 135.308,156.937 134.002,155.939 C132.696,154.942 132.445,153.075 133.442,151.769' id='Fill-63' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M142.507,151.769 C143.505,150.462 145.372,150.212 146.678,151.209 C147.984,152.207 148.234,154.074 147.237,155.38 C146.24,156.686 144.373,156.937 143.066,155.939 C141.761,154.942 141.51,153.075 142.507,151.769' id='Fill-64' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M151.572,151.769 C152.569,150.462 154.437,150.212 155.743,151.209 C157.049,152.207 157.299,154.074 156.302,155.38 C155.305,156.686 153.437,156.937 152.131,155.939 C150.825,154.942 150.575,153.075 151.572,151.769' id='Fill-65' fill='%23FFFFFE'%3E%3C/path%3E %3Cpolygon id='Fill-66' stroke='%234F5A7A' fill='%23E6F1FB' points='-5.1159077e-13 250.541 289.745 250.541 289.745 240.653 -5.1159077e-13 240.653'%3E%3C/polygon%3E %3Cg id='Group-11' transform='translate(24.681904, 230.536852) rotate(37.000000) translate(-24.681904, -230.536852) translate(12.181904, 215.036852)' fill='%232A3966'%3E %3Cpath d='M6.78608896,2.79905564 L8.26160506,2.79813791 C9.15456213,2.79758252 9.87889709,3.52101701 9.87945248,4.41397408 C9.87946813,4.43913353 9.87889652,4.46428992 9.87773812,4.4894227 L8.96433744,24.3067137 L18.4697905,21.732619 C18.9141421,21.6122877 19.3719081,21.8749582 19.4922394,22.3193099 C19.5133018,22.3970877 19.522975,22.4775086 19.5209571,22.5580626 L19.5209571,22.5580626 C19.5042699,23.2242244 19.0597584,23.8035607 18.4206264,23.9921349 L6.06620374,27.6372729 L5.17145783,4.47831753 C5.13698416,3.58602599 5.83238294,2.83473435 6.72467449,2.80026067 C6.7451365,2.79947013 6.76561169,2.79906837 6.78608896,2.79905564 Z' id='Path-17' transform='translate(12.345724, 15.217705) rotate(25.000000) translate(-12.345724, -15.217705) '%3E%3C/path%3E %3Cpath d='M14.821719,20.0523949 C13.3118532,19.9436837 11.4095549,21.1888644 9.11482435,23.787937 L9.1148137,23.7879276 C8.66848099,24.2934558 8.71646844,25.0650916 9.22199667,25.5114243 C9.44525447,25.7085394 9.73285605,25.817263 10.0306788,25.8171349 L10.0306788,25.8171349 L10.0306788,25.8171349 C10.030394,26.4782455 10.5660991,27.0144123 11.2272097,27.0146971 C11.5029225,27.0148159 11.7702242,26.9197546 11.9839508,26.745575 L12.2404721,26.5365192 L12.3239261,26.6793887 C12.7145486,27.3481167 13.5733219,27.5735658 14.2420499,27.1829433 C14.4979319,27.0334755 14.699885,26.8067868 14.8189263,26.53541 L14.8189263,26.53541 L15.5936286,27.2928877 C16.0128371,27.7027756 16.6849526,27.6952198 17.0948405,27.2760112 C17.2886756,27.0777685 17.397261,26.8115591 17.3973805,26.5343008 L17.3973805,26.5343008 C17.5408543,22.3469931 16.6823005,20.1863578 14.821719,20.0523949 Z' id='Path-28' transform='translate(13.110938, 23.820638) rotate(-140.000000) translate(-13.110938, -23.820638) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-10' transform='translate(33.616000, 163.000000)'%3E %3Cpath d='M19.488,47.277 C19.488,52.658 15.125,57.021 9.744,57.021 C4.363,57.021 0,52.658 0,47.277 C0,41.896 4.363,37.533 9.744,37.533 C15.125,37.533 19.488,41.896 19.488,47.277' id='Fill-39' fill='%233B3C3A'%3E%3C/path%3E %3Cg id='Group-9' transform='translate(2.623000, -0.000000)'%3E %3Cg id='Group-8' transform='translate(5.783000, 0.678000)'%3E %3Cpath d='M60.094,15.322 C60.1553512,7.70389609 57.5041172,0.822 49.594,0.822 L15.885,1 C7.516,1 0.731,7.785 0.731,16.154 L0.731,47.999' id='Stroke-40' stroke='%233B3C3A' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M4.978,53.269 C4.978,53.269 7.338,62.996 19.59,62.533' id='Stroke-55' stroke='%233B3C3A' stroke-width='3'%3E%3C/path%3E %3Cpath d='M16.887,61.282 C16.887,62.775 18.097,63.985 19.59,63.985 C21.083,63.985 22.293,62.775 22.293,61.282 C22.293,59.789 21.083,58.579 19.59,58.579 C18.097,58.579 16.887,59.789 16.887,61.282' id='Fill-56' fill='%233B3C3A'%3E%3C/path%3E %3C/g%3E %3Cpath d='M0.783,47.123 C0.783,43.662 3.589,40.857 7.05,40.857 C10.51,40.857 13.316,43.662 13.316,47.123 C13.316,50.584 10.51,53.389 7.05,53.389 C3.589,53.389 0.783,50.584 0.783,47.123' id='Fill-42' fill='%231987E7'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-16' transform='translate(161.616000, 63.000000)' fill='%23444F71' fill-opacity='0.313538024'%3E %3Crect id='Rectangle' x='0' y='0' width='24' height='4'%3E%3C/rect%3E %3Crect id='Rectangle' x='8' y='6' width='24' height='4'%3E%3C/rect%3E %3Crect id='Rectangle' x='2' y='17' width='24' height='4'%3E%3C/rect%3E %3Crect id='Rectangle' x='9' y='27' width='24' height='4'%3E%3C/rect%3E %3Crect id='Rectangle' x='28' y='17' width='14' height='4'%3E%3C/rect%3E %3C/g%3E %3Cpath d='M95.393,333.888 C95.393,338.245 91.861,341.777 87.505,341.777 C83.148,341.777 79.616,338.245 79.616,333.888 C79.616,329.531 83.148,326 87.505,326 C91.861,326 95.393,329.531 95.393,333.888' id='Fill-29' stroke='%234F5A7A' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3Cpath d='M333.112421,182.556151 C334.655016,181.471166 335.904143,181.119116 336.859803,181.5 C335.126076,178.014372 334.545911,176.557222 335.119307,177.128548 C336.457231,178.842528 337.221759,179.794739 337.412891,179.985181 C338.559682,178.271202 339.133078,177.414212 339.133078,177.414212 C338.559682,178.747307 338.464116,179.413855 338.84638,179.413855 C339.610908,179.413855 340.088738,179.318634 340.27987,179.128191 C340.27987,179.699518 340.27987,179.985181 340.27987,179.985181 C341.426662,179.604297 342.000058,179.413855 342.000058,179.413855 C340.239888,180.423734 339.359803,181.119116 339.359803,181.5 C341.359803,181.5 342.693137,182.333333 343.359803,184 C344.359803,186.5 343.639964,191.768702 340.859803,193.5 C338.079642,195.231298 338.859803,195 337.359803,195 C335.859803,195 334.506595,193.642653 333.359803,192.5 C332.213011,191.357347 331.859803,189.5 331.859803,187 C331.859803,185.333333 332.277342,183.85205 333.112421,182.556151 Z' id='Path-7' fill='%23B9BECA'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 100% 100%; }
    @media (min-width: 992px) {
      .about-hero .about-graphics {
        height: 300px;
        margin-bottom: 80px;
        margin: 0 0; } }

.about-text {
  margin-top: 50px; }
  @media (min-width: 576px) {
    .about-text {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .about-text {
      margin-top: 80px; } }
  @media (min-width: 1200px) {
    .about-text {
      margin-top: 100px; } }

.about-team ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .about-team ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .about-team ul li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 50px; } }
    .about-team ul li .bio {
      margin-left: 30px;
      margin-right: 10px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      @media (min-width: 992px) {
        .about-team ul li .bio {
          margin-left: 50px;
          margin-right: 50px; } }
    .about-team ul li .avatar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 80px;
      width: 80px;
      background-size: 100% 100%; }
      .about-team ul li .avatar.developer {
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='200px' height='200px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Edeveloper%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='developer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-15' transform='translate(0.000000, 13.000000)'%3E %3Cpath d='M93.8461538,173.994113 C125.28872,173.994113 157.563241,163.461466 174.871795,140.222183 C184.067774,127.875227 193.846154,109.520429 189.74359,94.1695515 C177.187941,47.1891208 128.147901,27.1373878 80,27.1373878 C31.8520987,27.1373878 3.41060513e-13,46.1272378 3.41060513e-13,94.1695515 C3.41060513e-13,142.211865 45.6982526,173.994113 93.8461538,173.994113 Z' id='Oval' fill='%23E6F1FB'%3E%3C/path%3E %3Cg id='Group' transform='translate(43.589744, 20.485341)'%3E %3Cellipse id='body' fill='%23444F71' cx='59.0769231' cy='58.9473684' rx='59.0769231' ry='58.9473684'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(44.113360, 28.687288)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='2.76383266' fill='%23FFFFFF' cx='26.0296896' cy='25.3370268' rx='25.219973' ry='25.1646661'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='35.6383266' cy='23.2794706' rx='7.94601889' ry='7.92859341'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='142.051282' cy='91.9120696' rx='2.05128205' ry='1.89628483'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='147.692308' cy='91.3702739' rx='1.53846154' ry='1.35448916'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='146.153846' cy='84.868726' rx='3.07692308' ry='2.97987616'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='77.0829171' cy='95.7046393' rx='4.15584416' ry='3.58187135'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='84.009324' cy='88.5408966' rx='2.77056277' ry='2.55847953'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='71.6483516' cy='84.4473293' rx='3.51648352' ry='3.58187135'%3E%3C/ellipse%3E %3Cpath d='M107.692308,112.590604 L131.751687,112.590604 C131.780477,116.684171 129.91453,118.730955 126.153846,118.730955 C122.603889,118.730955 120.588577,118.292158 117.948718,117.195867 C116.168988,116.456774 112.750185,114.921686 107.692308,112.590604 Z' id='Path-19' stroke='%232A3966' stroke-width='1.38191633' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='109.101215' y='129.902085' width='11.0553306' height='34.4721453' rx='5.52766532'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(89.063428, 147.138157) scale(-1, 1) translate(-89.063428, -147.138157) ' x='83.5357625' y='129.902085' width='11.0553306' height='34.4721453' rx='5.52766532'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(95.012146, 160.733110) scale(-1, 1) translate(-95.012146, -160.733110) ' points='95.3576248 156.596452 81.5384615 164.869767 105.376518 164.869767 108.48583 160.73311'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(121.192982, 160.237572) scale(-1, 1) translate(-121.192982, -160.237572) ' points='121.538462 156.100915 107.719298 164.37423 131.557355 164.37423 134.666667 160.237572'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(19.535762, 80.951638)' fill='%232A3966'%3E %3Cpath d='M14.8822969,0.36389566 L16.8789855,0.361788172 C17.5714546,0.361057277 18.2185555,0.706155895 18.6037488,1.28160359 L32.7818887,22.4625997 L30.9266224,40.6097678 C30.8779998,41.0853665 30.4530344,41.4314991 29.9774356,41.3828765 C29.8203427,41.3668162 29.6706356,41.3080904 29.5445217,41.2130567 L29.1306271,40.9011648 C28.6183953,40.5151704 28.3136967,39.9137973 28.3054126,39.2724671 L28.0792441,21.7633415 L13.6590817,2.83695635 C13.143681,2.16049565 13.2742459,1.19430104 13.9507066,0.67890029 C14.2184593,0.474897403 14.5456835,0.364250952 14.8822969,0.36389566 Z' id='Path-17' transform='translate(23.062942, 20.874610) rotate(53.000000) translate(-23.062942, -20.874610) '%3E%3C/path%3E %3Cpath d='M11.0749114,31.1907344 C9.14093828,31.0523465 6.70298996,32.653066 3.76106643,35.992893 L3.76107987,35.9929049 C3.19009364,36.6411186 3.25269891,37.6294755 3.90091265,38.2004617 C4.18696374,38.452433 4.55518713,38.5912663 4.93638865,38.5908729 L4.93638865,38.5908729 L4.93638865,38.5908729 C4.93551601,39.4371826 5.62087818,40.1239596 6.46718791,40.1248323 C6.82106449,40.1251971 7.16416058,40.0030722 7.43821807,39.7791944 L7.76508132,39.5121796 L7.86975316,39.6918773 C8.36895322,40.5488904 9.4683812,40.8389551 10.3253943,40.3397551 C10.654169,40.1482477 10.9136219,39.8572651 11.0663346,39.508773 L11.0663346,39.508773 L12.0537199,40.4762391 C12.5906931,41.0023795 13.4525171,40.9935978 13.9786575,40.4566245 C14.2276171,40.2025391 14.367221,39.8610913 14.3675878,39.5053665 L14.3675878,39.5053665 C14.5545109,34.1327285 13.456952,31.3611844 11.0749114,31.1907344 Z' id='Path-28' transform='translate(8.879319, 36.023823) rotate(55.000000) translate(-8.879319, -36.023823) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-2' transform='translate(148.485830, 46.490266)' fill='%232A3966'%3E %3Cpath d='M27.8827782,5.46222967 L29.5674928,5.46051432 C30.6542987,5.45940776 31.536226,6.33954098 31.5373326,7.4263469 C31.5376283,7.71675292 31.4736441,8.00362473 31.3499707,8.26638057 L19.5329597,33.3727418 L36.5088393,51.0519464 C36.7059295,51.2572023 36.69931,51.5833683 36.4940541,51.7804586 C36.3982283,51.8724721 36.270565,51.9239163 36.1377152,51.9240516 L35.7237926,51.924473 C35.2129114,51.9249932 34.7198323,51.7368332 34.3391742,51.3960997 L15.3027483,34.3562759 L25.9512494,6.7882113 C26.259623,5.98985824 27.0269388,5.46310107 27.8827782,5.46222967 Z' id='Path-17' transform='translate(25.977591, 28.692494) rotate(-124.000000) translate(-25.977591, -28.692494) '%3E%3C/path%3E %3Cpath d='M45.3996782,2.4828737 C43.465281,2.34466097 41.0267236,3.9448073 38.0840062,7.28331269 L38.0839986,7.28330599 C37.5129014,7.93121434 37.5751691,8.91941362 38.2230774,9.49051085 C38.5091527,9.74267123 38.8775083,9.88161051 39.258853,9.8811929 L39.258853,9.8811929 L39.258853,9.8811929 C39.2579264,10.727486 39.9432312,11.4142932 40.7895243,11.4152199 C41.1432803,11.4156072 41.4862744,11.293585 41.7603011,11.0698601 L42.088333,10.8020436 L42.1929414,10.981538 C42.6925638,11.8388246 43.7925558,12.1287688 44.6498424,11.6291464 C44.9784613,11.4376289 45.2378211,11.1467607 45.3905732,10.7984273 L45.3905732,10.7984273 L46.3787504,11.7660874 C46.9159948,12.2921773 47.7779976,12.2831348 48.3040875,11.7458903 C48.5529031,11.4917992 48.6924241,11.150439 48.6928135,10.794811 L48.6928135,10.794811 C48.8801319,5.42376643 47.7824201,2.65312066 45.3996782,2.4828737 Z' id='Path-28' transform='translate(43.203294, 7.314723) rotate(-133.000000) translate(-43.203294, -7.314723) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-12' transform='translate(43.814251, 0.000000)' fill='%23FFD648'%3E %3Cg id='Group-13'%3E %3Cg id='Group-14' transform='translate(26.460424, 27.967732) rotate(-117.000000) translate(-26.460424, -27.967732) translate(4.409142, 9.546679)'%3E %3Cpath d='M38.300014,22.8552633 C36.7780321,23.3830494 35.2176889,23.926176 33.5277495,24.5132859 C29.2163421,21.833879 25.1994869,18.7620159 22.3804254,14.4176452 C20.3394286,11.2735183 19.8462461,7.8243333 20.7121592,4.20502983 C20.8917788,3.45501036 21.2517661,2.72433602 21.6417956,2.04780224 C22.0515345,1.3355004 22.8560083,1.22076397 23.4777779,1.7886138 C24.1171642,2.37280475 24.740981,3.01013165 25.2154924,3.7261881 C25.9552322,4.84470765 26.5653608,6.04705801 27.2262972,7.21567209 C27.4987529,7.69578418 27.6934369,8.23927293 28.0540362,8.64067845 C28.2737118,8.88479006 28.783669,9.0674886 29.087433,8.98972274 C29.3922336,8.91195649 29.715814,8.51335904 29.8278931,8.18738411 C29.9773318,7.75309145 29.9070286,7.251447 29.9714752,6.78449083 C30.2063988,5.06891295 30.430957,3.35027377 30.7145995,1.64285144 C30.8694099,0.705864163 31.2128688,-0.179085634 31.989637,-1.04989402 C32.2528353,-0.762885979 32.582406,-0.549467657 32.6973616,-0.253208309 C33.0691574,0.698907053 33.360084,1.6817048 33.6841876,2.65222928 C33.8074087,3.02205029 33.8694533,3.43174188 34.0787357,3.7473787 C34.2351803,3.98129674 34.6041229,4.24885212 34.8404882,4.21708956 C35.1877783,4.17302453 35.6823392,3.94703568 35.7975094,3.67112451 C36.128495,2.8760919 36.2749855,2.01062905 36.545856,1.18905398 C36.6818115,0.773157578 36.9286738,0.392980151 37.181805,-0.117981446 C38.0376003,1.1282111 38.1376752,2.40533966 38.3673523,3.62213726 C38.6011688,4.85834623 38.7510073,6.12217356 38.8023674,7.37990749 C39.0098473,12.5017767 38.9934141,17.6216866 38.300014,22.8552633' id='Fill-61' transform='translate(29.611424, 11.731696) rotate(80.000000) translate(-29.611424, -11.731696) '%3E%3C/path%3E %3Cpath d='M22.1212581,38.7168329 C21.0529609,37.6886148 20.82166,36.6590608 20.8450536,35.5027488 C20.8780327,33.8326341 21.2073817,32.2226748 21.6264834,30.6126817 C22.3695783,27.7594388 23.510236,25.072546 25.1486225,22.6132537 C25.7991738,21.6364846 26.6104227,20.7189003 27.5092792,19.955525 C28.6242369,19.0092254 29.7043132,19.2396716 30.6045298,20.4150444 C31.653914,21.7834188 32.1052037,23.3951277 32.2861787,25.0416681 C32.640851,28.2612059 32.6344199,31.49518 32.4056952,34.7271947 C32.339596,35.6608425 32.0429296,36.3913045 31.0367372,36.7318319 C28.1444557,37.7114864 25.2282163,38.5695951 22.1212581,38.7168329' id='Fill-68' transform='translate(26.705138, 29.042789) rotate(80.000000) translate(-26.705138, -29.042789) '%3E%3C/path%3E %3Cpath d='M17.5886215,10.5226977 C15.6627524,12.3619852 13.7591851,14.2053139 11.8242033,16.0142321 C11.3140901,16.4912759 10.738099,16.9197481 10.1357784,17.271286 C9.01935514,17.9247196 8.07356687,17.7276522 7.22033006,16.7388337 C7.01766133,16.5030149 6.85454318,16.2327587 6.68635343,15.9695914 C4.70455262,12.865229 3.02491928,9.60281467 1.66063184,6.1843684 C1.23220362,5.10933414 0.762220432,4.00698002 1.252318,2.83643261 C1.9996795,2.29956652 2.80354533,2.47643877 3.56793084,2.5004497 C5.80228817,2.57149215 13.4041144,4.04778805 15.69497,4.84876764 C15.9673614,5.69404009 16.2680958,6.6537059 16.586067,7.60729068 C16.9040384,8.55986304 17.2392462,9.5073668 17.5886215,10.5226977' id='Fill-69' transform='translate(9.316005, 10.052356) rotate(80.000000) translate(-9.316005, -10.052356) '%3E%3C/path%3E %3Cpath d='M17.9214336,22.6648593 C16.7334532,23.5165377 15.6565155,23.850292 14.5300131,24.042193 C13.4879722,24.2191805 12.9443721,23.9931833 12.5456421,23.1292037 C12.1943805,22.3664017 11.9793242,21.5499745 11.7167387,20.794084 C12.614601,19.4117347 13.9312449,18.9112155 15.4494674,18.5703506 C16.6620362,19.7137998 16.9021447,21.2891832 17.9214336,22.6648593' id='Fill-70' transform='translate(14.819086, 21.334283) rotate(80.000000) translate(-14.819086, -21.334283) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      .about-team ul li .avatar.designer {
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='200px' height='200px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Edesigner%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='designer' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-18' transform='translate(0.000000, 7.000000)'%3E %3Cg id='Group-17'%3E %3Cpath d='M96.0451977,185.436364 C149.089496,185.436364 199.435028,148.737102 199.435028,95.8181818 C199.435028,42.8992612 139.484976,0 86.440678,0 C33.39638,0 0,42.8992612 0,95.8181818 C0,148.737102 43.0008997,185.436364 96.0451977,185.436364 Z' id='Oval' fill='%23E6F1FB'%3E%3C/path%3E %3Cellipse id='body' fill='%23444F71' cx='112.033898' cy='85.1692233' rx='60.5084746' ry='60.4254991'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(86.202795, 61.493735)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='2.83362158' fill='%23FFFFFF' cx='25.8311032' cy='25.7956809' rx='25.8311032' ry='25.7956809'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%232A3966' cx='25.8311032' cy='25.7956809' rx='8.13856676' ry='8.12740631'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Crect id='Rectangle' fill='%23444F71' x='119.464764' y='137.113951' width='11.3232233' height='35.3365492' rx='5.66161166'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(98.941421, 154.782225) scale(-1, 1) translate(-98.941421, -154.782225) ' x='93.2798097' y='137.113951' width='11.3232233' height='35.3365492' rx='5.66161166'%3E%3C/rect%3E %3Cg id='Group-7' transform='translate(52.838550, 61.309462) rotate(163.000000) translate(-52.838550, -61.309462) translate(45.380923, 29.351281)' fill='%232A3966'%3E %3Cpath d='M8.38375146,4.56081367e-13 L10.3468534,4.56523708e-13 C11.5205779,4.56308098e-13 12.4720696,0.951491697 12.4720696,2.12521619 C12.4720696,2.14839073 12.4716905,2.17156372 12.4709326,2.19472586 L10.8140075,52.8271053 C10.7914249,53.5171845 10.2254715,54.0649202 9.53502292,54.0649202 L9.53502292,54.0649202 C8.84330739,54.0649202 8.27509082,53.5185793 8.24794839,52.8273965 L6.26017202,2.20860817 C6.2141159,1.03578763 7.12753894,0.0476928707 8.30035947,0.00163675146 C8.32814342,0.000545688887 8.3559461,4.55196548e-13 8.38375146,4.5519144e-13 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M11.2025995,52.0602362 C9.22084169,51.9149835 6.7263403,53.5472917 3.71909537,56.9571608 L3.71907377,56.9571418 C3.13210211,57.6227 3.1958091,58.6380761 3.86136731,59.2250478 C4.15455896,59.4836205 4.53195971,59.6264386 4.92288309,59.6267525 L4.92288309,59.6267525 L4.92288309,59.6267525 C4.92358253,60.4965338 5.62924654,61.2010638 6.49902778,61.2003643 C6.86121098,61.2000731 7.21222559,61.0749552 7.4929344,60.8460899 L7.82478504,60.575528 L7.93802321,60.7692973 C8.45027354,61.6458423 9.57611463,61.9411615 10.4526597,61.4289112 C10.7885921,61.2325933 11.0535695,60.934747 11.2094494,60.5782463 L11.2094494,60.5782463 L12.2294011,61.576503 C12.7786038,62.1140239 13.6595674,62.1045539 14.1970883,61.5553512 C14.4518626,61.29504 14.5944066,60.9452059 14.5941137,60.5809645 L14.5941137,60.5809645 C14.7756559,55.0795055 13.6451512,52.2392627 11.2025995,52.0602362 Z' id='Path-28' transform='translate(8.965151, 57.012432) rotate(-27.000000) translate(-8.965151, -57.012432) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-6' transform='translate(179.850583, 63.721515) rotate(-160.000000) translate(-179.850583, -63.721515) translate(173.409905, 32.270605)' fill='%232A3966'%3E %3Cpath d='M7.15506754,-1.81765539e-12 L9.11816949,-1.81632487e-12 C10.291894,-1.81654048e-12 11.2433857,0.951491697 11.2433857,2.12521619 C11.2433857,2.14839073 11.2430066,2.17156372 11.2422486,2.19472586 L9.58532357,52.8271053 C9.56274099,53.5171845 8.9967876,54.0649202 8.306339,54.0649202 L8.306339,54.0649202 C7.61462347,54.0649202 7.0464069,53.5185793 7.01926447,52.8273965 L5.0314881,2.20860817 C4.98543198,1.03578763 5.89885502,0.0476928707 7.07167556,0.00163675146 C7.0994595,0.000545688885 7.12726218,-1.81854021e-12 7.15506754,-1.81854531e-12 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M8.60308269,51.8952097 C6.62050004,51.7511859 4.12386991,53.3843673 1.1131923,56.7947538 L1.11319606,56.7947572 C0.526507973,57.4593362 0.589651043,58.4736886 1.25423006,59.0603767 C1.54743879,59.3192203 1.92506712,59.4621029 2.31618271,59.4621858 L2.31618271,59.4621858 L2.31618271,59.4621858 C2.31636709,60.3312684 3.02104729,61.0356497 3.89012997,61.0354653 C4.25217867,61.0353885 4.60312699,60.9104711 4.88380065,60.6817758 L5.21877066,60.4088393 L5.33035762,60.5997465 C5.8432624,61.4772435 6.97040576,61.7728039 7.84790278,61.2598992 C8.18376498,61.0635847 8.44877835,60.7658883 8.60488911,60.4095568 L8.60488911,60.4095568 L9.62432921,61.4064312 C10.1743283,61.9442558 11.0561837,61.9343865 11.5940083,61.3843874 C11.848578,61.1240552 11.9910848,60.7743877 11.9910076,60.4102742 L11.9910076,60.4102742 C12.1758871,54.9110711 11.0465788,52.0727163 8.60308269,51.8952097 Z' id='Path-28' transform='translate(6.360941, 56.844943) rotate(-9.000000) translate(-6.360941, -56.844943) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M97.6271186,123.774545 L126.996729,123.774545 C124.221429,129.035152 119.177322,131.665455 111.864407,131.665455 C104.551492,131.665455 99.805729,129.035152 97.6271186,123.774545 Z' id='Path-19' stroke='%232A3966' stroke-width='1.41681079' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='140.341957' cy='105.664422' rx='2.4769551' ry='2.47355844'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='143.172762' cy='96.4769191' rx='1.76925364' ry='1.76682746'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='149.542076' cy='104.25096' rx='3.89235801' ry='3.88702041'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='69.5718109' cy='86.5826853' rx='2.4769551' ry='2.47355844'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='77.3565269' cy='90.8230712' rx='1.76925364' ry='1.76682746'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='71.6949153' cy='96.4769191' rx='3.89235801' ry='3.88702041'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' points='93.2798097 163.969728 79.1257806 172.4505 103.541481 172.4505 106.726137 168.210114'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(131.849539, 168.210114) scale(-1, 1) translate(-131.849539, -168.210114) ' points='132.20339 163.969728 118.049361 172.4505 142.465061 172.4505 145.649718 168.210114'%3E%3C/polygon%3E %3Cpath d='M83.0508475,32.1272727 C111.299435,38.1393939 134.839925,40.9575758 153.672316,40.5818182 C156.197885,42.8858631 157.892801,44.5767722 158.757062,45.6545455 C161.599347,49.1990039 162.711864,51.8545455 162.711864,51.8545455 C141.768143,51.8225013 126.325582,51.258865 116.384181,50.1636364 C105.86105,49.0043195 90.6068126,45.9982589 70.6214689,41.1454545 C71.7514124,39.6424242 73.6346516,37.9515152 76.2711864,36.0727273 C78.9077213,34.1939394 81.1676083,32.8787879 83.0508475,32.1272727 Z' id='Path-9' fill='%23FFD648'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      .about-team ul li .avatar.ixd {
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='200px' height='200px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eixd%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='ixd' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-16' transform='translate(3.000000, 0.000000)'%3E %3Cpath d='M90.0441176,199.425287 C143.891881,199.425287 195,162.004832 195,108.045977 C195,54.0871221 147.333057,0 93.4852941,0 C39.637531,0 28.1029412,51.7241379 5.73529412,106.321839 C-16.6323529,160.91954 36.1963545,199.425287 90.0441176,199.425287 Z' id='Oval' fill='%23E6F1FB'%3E%3C/path%3E %3Cellipse id='body' fill='%23444F71' cx='106.275' cy='97.1877509' rx='61.425' ry='61.6129486'%3E%3C/ellipse%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='2.88247713' fill='%23FFFFFF' cx='106.275' cy='99.3496087' rx='26.2223684' ry='26.3026038'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='114.696827' cy='99.7249313' rx='8.26184211' ry='8.28712175'%3E%3C/ellipse%3E %3Crect id='Rectangle' fill='%23444F71' x='113.818421' y='150.153268' width='11.4947368' height='36.0309641' rx='5.74736842'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(92.984211, 168.168750) scale(-1, 1) translate(-92.984211, -168.168750) ' x='87.2368421' y='150.153268' width='11.4947368' height='36.0309641' rx='5.74736842'%3E%3C/rect%3E %3Cpath d='M126.600537,66.847084 C126.021034,67.132182 125.430735,67.4352998 124.829677,67.7160958 C123.300429,68.4314379 121.671596,68.0547691 120.673209,66.7136308 C120.346635,66.2730623 120.118588,65.7567605 119.86321,65.2649775 C119.710413,64.9704837 119.618733,64.6435149 119.458746,64.3533502 C119.145942,63.7895827 118.520107,63.670588 118.06121,64.0917253 C117.775658,64.3542146 117.559028,64.6901183 117.268452,64.9454084 C116.049332,66.0127271 114.189486,65.9820609 113.02992,64.8543085 C111.945742,63.8021255 111.410878,62.4691953 111.333225,60.9802313 C111.296525,60.2670841 111.425843,59.5444155 111.502693,58.8282798 C111.530978,58.5537862 111.674243,58.2842271 111.665872,58.0155312 C111.658205,57.7619626 111.589532,57.423446 111.417182,57.2888962 C111.245549,57.1557865 110.878329,57.1424449 110.659057,57.2312588 C110.253581,57.3966089 109.893994,57.6735756 109.512891,57.9044578 C108.627004,58.4426997 107.662405,58.6201024 106.639112,58.5461459 C104.639233,58.4032314 103.576623,57.3416631 103.554058,55.3519792 C103.546768,54.6971556 103.712678,54.0378465 103.817498,53.3821968 C103.852196,53.1667689 104.009784,52.9505048 103.986258,52.7495393 C103.957027,52.5003134 103.849501,52.2108196 103.675023,52.0460156 C103.557269,51.9337463 103.24321,51.9419663 103.057735,52.0084164 C102.804684,52.0987029 102.596794,52.310692 102.356636,52.447071 C101.488759,52.9384709 100.653143,53.5148458 99.7379443,53.8903081 C97.0994716,54.9704894 94.9095851,53.5994963 94.6571582,50.730438 C94.6002776,50.0792629 94.7338592,49.4077377 94.8020332,48.7470799 C94.8303172,48.4740271 94.9893996,48.1972492 94.9544271,47.9401045 C94.9223096,47.7038482 94.756599,47.3863142 94.5633622,47.3000499 C94.3629423,47.2101904 94.0437564,47.3207099 93.8036373,47.4153066 C93.6735122,47.4672968 93.601458,47.6683523 93.5028765,47.8024368 C92.4630917,49.2189737 90.9733774,49.9263543 89.366693,50.4523079 C89.2617377,50.4862649 89.1531965,50.512301 89.0439428,50.5318543 C86.8006345,50.9481883 85.2099255,49.7682536 85.0115695,47.481216 C84.9198504,46.4302597 84.9445593,45.3727103 85.2193437,44.3322147 C85.3318516,43.908522 85.3897675,43.4575061 85.3901803,43.0180704 C85.3907108,42.4532876 84.7808625,42.1462571 84.3098477,42.4622296 C83.989845,42.6772058 83.7286893,42.9800137 83.4094026,43.1978708 C82.7255227,43.6667654 82.0502471,44.1565431 81.3197319,44.5433576 C80.5618949,44.9438852 79.7246738,44.9331474 78.8818306,44.7869823 C77.6143313,44.5684582 76.8417112,43.8754543 76.6829738,42.2547361 C76.528493,40.6930855 77.093221,39.305091 78.0300725,38.0651455 C78.281912,37.7342514 78.62053,37.5934573 79.027339,37.5390454 C79.6001787,37.4614247 80.0984489,37.2023371 80.4007599,36.6949009 C80.530322,36.4772225 80.621876,36.1738539 80.5825747,35.9347229 C80.5225535,35.5666623 80.1662689,35.3883422 79.8320867,35.3973015 C79.4590951,35.4084585 79.045804,35.4780046 78.7243985,35.6562425 C78.1484589,35.9737545 77.6042909,36.1305906 77.002385,35.7839315 C76.2948958,35.3746982 75.7916674,34.7916597 75.6616417,33.9727036 C75.4223028,32.4716453 75.68734,31.0968999 76.7757395,29.9504619 C77.8497497,28.8213267 79.1720014,28.131393 80.6842762,27.8886399 C81.8817345,27.6951694 83.1056281,27.6666423 84.3188048,27.5711295 C84.5387285,27.5543535 84.7650693,27.5916005 84.9806974,27.5575393 C85.5283929,27.4705773 85.9104625,26.976033 85.6723403,26.4748688 C85.2807259,25.6547183 85.5393886,24.9456153 85.864162,24.2422131 C86.7247048,22.3770447 88.0455497,20.8896455 89.7763718,19.8002334 C90.280446,19.4827891 90.8814384,19.2718706 91.4665405,19.1459725 C93.2822254,18.755975 94.276421,19.2038392 95.2702939,20.7603771 C96.3890285,22.5127424 96.5894755,22.5737864 98.1487551,21.2547328 C99.431133,20.1700653 100.876162,19.5996 102.536376,19.467647 C103.75674,19.371407 104.980728,19.2413055 106.184958,19.4901454 C106.932931,19.6450444 107.695924,19.8755698 108.363931,20.2380151 C109.393237,20.7967856 110.007551,21.7053338 110.03011,22.9364517 C110.034162,23.2130759 109.987174,23.5063171 110.058796,23.7648681 C110.127556,24.0111753 110.270293,24.3035174 110.470678,24.4301166 C110.775208,24.6214525 111.108079,24.4785027 111.364878,24.222524 C111.444005,24.1432071 111.529594,24.0696471 111.597229,23.9824168 C112.926185,22.2760126 114.775495,22.0466295 116.713479,22.2854135 C118.04499,22.449128 119.258982,23.0163692 120.32322,23.8747872 C121.380997,24.725287 121.955634,25.7945186 122.019027,27.1639121 C122.105677,29.0209847 122.120758,29.0324966 123.868131,29.4493954 C126.013549,29.9617306 127.912013,30.9598383 129.58658,32.3781416 C130.044716,32.7667185 130.478351,33.2259162 130.796239,33.732048 C131.508081,34.8631036 131.386487,35.7788282 130.495866,36.7665952 C130.310261,36.9720798 130.077263,37.1365472 129.898839,37.3470678 C129.465011,37.8575093 129.535623,38.4272679 130.087234,38.7617278 C130.416908,38.962405 130.783289,39.1025352 131.129516,39.2779833 C132.174661,39.8050418 133.157912,40.4286904 133.99365,41.252745 C134.386391,41.6392223 134.77767,42.0509145 135.064695,42.5160133 C135.742076,43.6096413 135.736715,44.7269645 134.963881,45.7917018 C134.701954,46.1507004 134.397656,46.4780421 134.117776,46.8226499 C133.520598,47.5630483 133.480337,48.345425 133.990557,49.1366484 C134.350796,49.6953285 134.757056,50.2251498 135.133115,50.7737295 C135.509893,51.3223086 135.911116,51.8593385 136.230371,52.4403891 C136.439143,52.8198358 136.559462,53.2605985 136.650329,53.6891424 C136.767673,54.2372454 136.553811,54.6869674 136.041181,54.9309404 C135.591822,55.1453181 135.123095,55.3200928 134.654379,55.484782 C134.235984,55.6321347 133.791069,55.7053126 133.383434,55.8742666 C132.397775,56.2836534 132.114584,57.0929131 132.633281,58.0404522 C132.844921,58.4263796 133.134932,58.7718917 133.409851,59.1181383 C133.719942,59.5097361 134.070307,59.869599 134.373206,60.2662463 C135.52021,61.7614073 135.535685,62.8830332 134.357893,64.3270746 C132.999508,65.995326 131.303928,67.0551691 129.07394,67.0615912 C128.634123,67.0634461 128.190594,67.1906516 127.757275,67.160083 C127.382162,67.1337819 127.018681,66.9662743 126.600537,66.847084' id='Fill-36' fill='%23FFD648' transform='translate(106.130999, 43.542609) rotate(-19.000000) translate(-106.130999, -43.542609) '%3E%3C/path%3E %3Cpath d='M45.317847,98.0095845 L47.3053074,98.011359 C48.499268,98.0124251 49.4663002,98.9811856 49.4652341,100.175146 C49.4652143,100.197356 49.4648522,100.219563 49.464148,100.241761 L47.8268893,151.853493 C47.8046663,152.554035 47.2300148,153.110249 46.5291207,153.109623 L46.5291207,153.109623 C45.8262421,153.108995 45.2490379,152.553937 45.2209264,151.85162 L43.1557886,100.257905 C43.1080362,99.0648989 44.0364476,98.0590657 45.2294534,98.0113133 C45.258903,98.0101345 45.2883737,98.0095581 45.317847,98.0095845 Z' id='Path-17' fill='%232A3966' transform='translate(46.309631, 125.559603) rotate(30.000000) translate(-46.309631, -125.559603) '%3E%3C/path%3E %3Cpath d='M33.001072,146.792151 C30.9869104,146.645722 28.4496592,148.314069 25.3893184,151.797193 L25.389283,151.797162 C24.7937875,152.474925 24.8604782,153.507105 25.5382409,154.1026 C25.8363809,154.364552 26.2196859,154.50901 26.6165563,154.508992 L26.6165563,154.508992 L26.6165563,154.508992 C26.616516,155.392337 27.3325759,156.108462 28.2159209,156.108503 C28.585238,156.108519 28.9431811,155.980729 29.2289852,155.746825 L29.5630494,155.473424 L29.6747748,155.665448 C30.1934868,156.556964 31.3367023,156.859181 32.228218,156.340469 C32.5713226,156.14084 32.8418952,155.83708 33.000676,155.473266 L33.000676,155.473266 L34.0294647,156.483606 C34.5875835,157.031716 35.4843593,157.023603 36.0324696,156.465484 C36.2925559,156.200648 36.4382856,155.844298 36.4383025,155.473107 L36.4383025,155.473107 C36.6274346,149.866144 35.4816911,146.972492 33.001072,146.792151 Z' id='Path-28' fill='%232A3966' transform='translate(30.720635, 151.836364) rotate(3.000000) translate(-30.720635, -151.836364) '%3E%3C/path%3E %3Cpath d='M172.407636,100.676483 L174.394589,100.674825 C175.58855,100.673829 176.557254,101.640918 176.55825,102.834879 C176.55827,102.859569 176.557868,102.884258 176.557043,102.908935 L174.831123,154.521371 C174.807678,155.22249 174.232826,155.778904 173.531315,155.77949 L173.531315,155.77949 C172.829178,155.780075 172.25228,155.225311 172.22541,154.523688 L170.249165,102.921073 C170.203473,101.727986 171.13362,100.723758 172.326706,100.678066 C172.353671,100.677033 172.380652,100.676505 172.407636,100.676483 Z' id='Path-17' fill='%232A3966' transform='translate(173.402901, 128.227157) rotate(-27.000000) translate(-173.402901, -128.227157) '%3E%3C/path%3E %3Cpath d='M187.832278,151.099908 C185.816695,150.955764 183.275599,152.625966 180.208991,156.110514 L180.208985,156.110509 C179.614055,156.78652 179.679784,157.816821 180.355796,158.411751 C180.653966,158.674159 181.037666,158.818706 181.434861,158.818256 L181.434861,158.818256 L181.434861,158.818256 C181.433861,159.70028 182.148073,160.416112 183.030097,160.417111 C183.399197,160.417529 183.757048,160.290087 184.042795,160.056456 L184.38239,159.778799 L184.490997,159.965431 C185.010802,160.858666 186.156298,161.161391 187.049532,160.641586 C187.392561,160.441965 187.663238,160.138449 187.822448,159.774898 L187.822448,159.774898 L188.849977,160.782533 C189.409521,161.331244 190.30794,161.322462 190.856651,160.762918 C191.116398,160.498042 191.262085,160.141978 191.262505,159.770997 L191.262505,159.770997 C191.457864,154.167784 190.314455,151.277421 187.832278,151.099908 Z' id='Path-28' fill='%232A3966' transform='translate(185.543172, 156.139854) rotate(-36.000000) translate(-185.543172, -156.139854) '%3E%3C/path%3E %3Cpath d='M91.65,136.551724 L121.464474,136.551724 C118.647136,139.195402 113.526625,140.517241 106.102941,140.517241 C98.679257,140.517241 93.8616099,139.195402 91.65,136.551724 Z' id='Path-19' stroke='%232A3966' stroke-width='1.44123856' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='135.011842' cy='118.08571' rx='2.51447368' ry='2.52216749'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='137.885526' cy='108.717659' rx='1.79605263' ry='1.80154821'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='144.351316' cy='116.644472' rx='3.95131579' ry='3.96340605'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='63.1697368' cy='98.6289894' rx='2.51447368' ry='2.52216749'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='71.0723684' cy='102.952705' rx='1.79605263' ry='1.80154821'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='65.325' cy='108.717659' rx='3.95131579' ry='3.96340605'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' points='87.2368421 177.536801 72.8684211 186.184232 97.6539474 186.184232 100.886842 181.860517'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(126.390789, 181.860517) scale(-1, 1) translate(-126.390789, -181.860517) ' points='126.75 177.536801 112.381579 186.184232 137.167105 186.184232 140.4 181.860517'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      .about-team ul li .avatar.architect {
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='200px' height='200px' viewBox='0 0 200 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Earchitect%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='architect' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group'%3E %3Cg id='Group-18'%3E %3Cpath d='M81.9767442,187.506098 C140.116279,196.823171 198.837209,178.706359 198.837209,124.033537 C198.837209,69.3607139 202.260702,8.15243902 147.674419,8.15243902 C93.0881352,8.15243902 0,49.5619335 0,104.234756 C0,158.907579 23.8372093,178.189024 81.9767442,187.506098 Z' id='Oval' fill='%23E6F1FB'%3E%3C/path%3E %3Cellipse id='body' fill='%23444F71' cx='98.0232558' cy='86.6487805' rx='66.9767442' ry='67.0829268'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(55.477356, 40.566046)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='3.13341493' fill='%23FFFFFF' cx='29.5104039' cy='28.8338896' rx='28.5924113' ry='28.6377407'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='29.9877601' cy='29.3120026' rx='11.627907' ry='11.6463415'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='114.95104' cy='106.521117' rx='2.74173807' ry='2.74608472'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='123.567931' cy='105.736521' rx='1.95838433' ry='1.96148909'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='121.21787' cy='96.3213736' rx='4.30844553' ry='4.31527599'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='47.8125' cy='77.289357' rx='2.15843023' ry='2.32926829'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='51.4098837' cy='73.2131375' rx='1.43895349' ry='1.74695122'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='43.4956395' cy='70.3015521' rx='2.15843023' ry='2.32926829'%3E%3C/ellipse%3E %3Cpath d='M51.853974,115.638456 L84.3686168,115.654321 C82.0222385,124.02079 76.8010416,128.20205 68.7050261,128.198099 C60.6090107,128.194149 54.9919933,124.007601 51.853974,115.638456 Z' id='Path-19' stroke='%232A3966' stroke-width='1.56670747' fill='%23FFFFFF' transform='translate(68.111295, 121.918279) rotate(19.000000) translate(-68.111295, -121.918279) '%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='106.24847' y='144.31656' width='12.5336597' height='39.2297818' rx='6.26682987'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(83.531212, 163.931451) scale(-1, 1) translate(-83.531212, -163.931451) ' x='77.2643819' y='144.31656' width='12.5336597' height='39.2297818' rx='6.26682987'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='77.2643819 174.131194 61.5973072 183.546341 88.623011 183.546341 92.1481028 178.838768'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(119.957160, 178.838768) scale(-1, 1) translate(-119.957160, -178.838768) ' points='120.348837 174.131194 104.681763 183.546341 131.707466 183.546341 135.232558 178.838768'%3E%3C/polygon%3E %3Cpath d='M27.9801858,73.4613667 L29.9353283,73.4620451 C31.0864142,73.4624445 32.0677909,74.2965497 32.2537159,75.432521 L37.3775546,106.738337 L13.4384397,106.352314 C12.7595924,106.341368 12.1186511,106.037368 11.6806654,105.518598 L11.4314011,105.223359 C11.1810998,104.926891 11.2185253,104.483647 11.5149932,104.233346 C11.6362194,104.130997 11.7885195,104.072695 11.9471017,104.067929 L33.361558,103.424417 L25.7183374,76.4521441 C25.3644796,75.20341 26.0899201,73.9042526 27.3386541,73.5503948 C27.5473641,73.4912519 27.7632579,73.4612915 27.9801858,73.4613667 Z' id='Path-17' fill='%232A3966' transform='translate(24.321604, 90.099852) rotate(77.000000) translate(-24.321604, -90.099852) '%3E%3C/path%3E %3Cpath d='M169.102991,66.4649307 L170.994527,66.4648784 C172.29243,66.4648426 173.344617,67.5169718 173.344653,68.8148747 C173.34466,69.0761946 173.301082,69.3356857 173.215713,69.5826679 L163.941819,96.4130554 L190.853965,101.478052 C191.659885,101.629731 192.192021,102.403792 192.045005,103.210575 L192.045005,103.210575 C191.897464,104.02024 191.128538,104.562494 190.316332,104.429652 L159.655229,99.4148117 L166.812767,68.2883395 C167.058153,67.22121 168.008012,66.4649609 169.102991,66.4649307 Z' id='Path-17' fill='%232A3966' transform='translate(175.862322, 85.457271) rotate(-89.000000) translate(-175.862322, -85.457271) '%3E%3C/path%3E %3Cpath d='M193.604997,61.4140645 C191.40689,61.2555217 188.637766,63.0676414 185.297625,66.8504236 L185.297605,66.8504057 C184.647668,67.5864735 184.717491,68.7100523 185.453559,69.3599893 C185.77859,69.6469871 186.197296,69.8053159 186.630901,69.8051873 L186.630901,69.8051873 L186.630901,69.8051873 C186.630615,70.7678579 187.410782,71.5484883 188.373452,71.5487741 C188.774807,71.5488933 189.163906,71.4105031 189.475045,71.1569728 L189.848253,70.8528653 L189.970233,71.061638 C190.538973,72.0350593 191.789141,72.3631184 192.762563,71.7943784 C193.135004,71.5767728 193.42894,71.2467804 193.602195,70.8517523 L193.602195,70.8517523 L194.730696,71.9550685 C195.340909,72.5516631 196.319219,72.5406234 196.915814,71.9304106 C197.197976,71.6418075 197.356016,71.2542571 197.356136,70.8506393 L197.356136,70.8506393 C197.564202,64.7549687 196.313822,61.6094438 193.604997,61.4140645 Z' id='Path-28' fill='%232A3966' transform='translate(191.115392, 66.899945) rotate(-259.000000) translate(-191.115392, -66.899945) '%3E%3C/path%3E %3Cpath d='M119.082411,24.9052473 C119.082411,24.9052473 137.699604,10.9590003 155.169787,22.0218637 C172.639969,33.0847271 170.321601,47.6237751 161.008214,47.6173892 C151.694828,47.6110033 112.702606,58.6351522 108.03833,47.5810694 C103.374054,36.5269867 119.082411,24.9052473 119.082411,24.9052473 Z' id='Path-7' fill='%23FFD648' transform='translate(137.674767, 35.128695) rotate(60.000000) translate(-137.674767, -35.128695) '%3E%3C/path%3E %3Cpath d='M137.043516,32.3281943 C120.753073,43.9495346 108.145719,50.5326459 99.2214546,52.0775282 C90.2971904,53.6224104 88.3530434,47.9986975 93.3890137,35.2063894 C96.2122022,36.4162181 100.869161,36.8071616 107.359891,36.3792198 C113.850621,35.951278 123.745163,34.6009362 137.043516,32.3281943 Z' id='Path-8' fill='%23FFD648' transform='translate(113.853770, 42.327711) rotate(60.000000) translate(-113.853770, -42.327711) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M14.0581481,77.0906989 C11.8603784,76.9307088 9.09312076,78.7404109 5.75637504,82.5198053 L5.75641504,82.5198406 C5.10588081,83.2566739 5.17584004,84.3813575 5.91267336,85.0318918 C6.23770805,85.3188579 6.65632217,85.4772973 7.08990847,85.4774585 L7.08990847,85.4774585 L7.08990847,85.4774585 C7.09026705,86.4411185 7.87175859,87.2220287 8.83541867,87.2216701 C9.23672456,87.2215208 9.62571325,87.0830453 9.93684036,86.8295766 L10.3078501,86.5273228 L10.4321249,86.7398786 C11.0007613,87.7124571 12.2501628,88.0399169 13.2227412,87.4712805 C13.5949686,87.2536507 13.8886637,86.9236712 14.0616601,86.5287177 L14.0616601,86.5287177 L15.1925204,87.6344503 C15.8021121,88.2304967 16.7794748,88.2195162 17.3755213,87.6099246 C17.6576928,87.3213407 17.8156202,86.933723 17.81547,86.5301126 L17.81547,86.5301126 C18.0194504,80.4343661 16.7670097,77.2878948 14.0581481,77.0906989 Z' id='Path-28' fill='%232A3966' transform='translate(11.573862, 82.577676) rotate(-104.000000) translate(-11.573862, -82.577676) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
      @media (min-width: 768px) {
        .about-team ul li .avatar {
          height: 100px;
          width: 100px; } }
    .about-team ul li .position {
      font-weight: bold; }

.about-team-picture .about-team-picture-content {
  background: #F8F9FD;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .about-team-picture .about-team-picture-content {
      padding: 100px 0; } }

.about-team-picture .picture {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .about-team-picture .picture {
      width: 80%; } }
  .about-team-picture .picture img {
    width: 100%; }

.about-mission {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-mission {
      margin-bottom: 100px; } }
  .about-mission p {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .about-mission p {
        width: 70%; } }
  .about-mission .btn {
    margin-top: 50px; }

.ux-ui-service, .development-service {
  margin: 50px 0; }
  .ux-ui-service .btn, .development-service .btn {
    margin-top: 40px; }
  .ux-ui-service .ux-graphics, .ux-ui-service .development-graphics, .development-service .ux-graphics, .development-service .development-graphics {
    height: 200px;
    margin: 50px 0;
    background-size: 100% 100%; }
    @media (min-width: 992px) {
      .ux-ui-service .ux-graphics, .ux-ui-service .development-graphics, .development-service .ux-graphics, .development-service .development-graphics {
        height: 300px;
        margin-bottom: 80px;
        margin: 0 0; } }
  .ux-ui-service .ux-graphics, .development-service .ux-graphics {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='400px' height='400px' viewBox='0 0 400 400' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Eux-service%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='ux-service' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-16' transform='translate(0.000000, 29.000000)'%3E %3Cg id='Group-5' transform='translate(297.391304, 153.218274)'%3E %3Cg id='Group' transform='translate(11.304348, 0.870558)'%3E %3Cellipse id='body' fill='%23444F71' cx='23.9130435' cy='19.5875635' rx='19.5652174' ry='19.5875635'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(0.778032, 2.336762)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='0.915331808' fill='%23FFFFFF' cx='8.44393593' cy='8.63685546' rx='8.35240275' ry='8.36194229'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='8.44393593' cy='8.63685546' rx='2.63157895' ry='2.63458456'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(50.068446, 8.269242) rotate(75.000000) translate(-50.068446, -8.269242) translate(44.118789, 1.625507)' fill='%23FFD648'%3E %3Cpath d='M7.34746762,7.92731321 C6.8424058,8.1021281 6.32461422,8.28202482 5.76381669,8.47648945 C4.33257884,7.5875083 2.9990505,6.56843235 2.06289709,5.12756466 C1.38512339,4.08477351 1.22101271,2.94102338 1.50794837,1.74103434 C1.5674686,1.49236355 1.6868531,1.25012974 1.81621499,1.02585172 C1.95211377,0.789716103 2.21909468,0.751771786 2.42552322,0.940138218 C2.63780056,1.13392527 2.84491719,1.34532932 3.00249098,1.58282009 C3.24814093,1.95379355 3.45078495,2.35254767 3.67028729,2.74012177 C3.7607718,2.89935239 3.82545274,3.07958789 3.94518129,3.21273179 C4.01811937,3.29370225 4.18739077,3.3543454 4.28819671,3.32859747 C4.38934669,3.30284955 4.49668953,3.17072201 4.53384667,3.06264847 C4.58338952,2.91866333 4.55999428,2.75231816 4.58132523,2.59749179 C4.65907998,2.02866582 4.73339425,1.45882348 4.82731924,0.892707821 C4.87858232,0.582038724 4.99246206,0.288647842 5.25015369,0 C5.33754177,0.0951995817 5.44694889,0.166006388 5.48513817,0.264255067 C5.60865125,0.580005993 5.70532861,0.905920575 5.8130155,1.22776969 C5.85395716,1.35041115 5.87460001,1.48626536 5.94409762,1.59095102 C5.9960488,1.66853359 6.11852973,1.75729619 6.19697257,1.74679375 C6.31222851,1.73222584 6.47633919,1.65735357 6.51452847,1.56588066 C6.62427964,1.30230317 6.67279035,1.01534928 6.76258676,0.742963284 C6.80765699,0.605076345 6.88954031,0.479047006 6.97348792,0.309652732 C7.2576712,0.722974759 7.29104382,1.14646044 7.36742237,1.5499576 C7.44517712,1.95989174 7.49506402,2.37897318 7.5122664,2.79602188 C7.581764,4.49436887 7.57694734,6.19203827 7.34746762,7.92731321' id='Fill-61'%3E%3C/path%3E %3Cpath d='M8.43360915,9.39286668 C8.07892617,9.05179466 8.00203201,8.71038393 8.00965215,8.32697426 C8.02038962,7.77319794 8.1294962,7.23940497 8.26839061,6.70561201 C8.51465975,5.75961979 8.89289589,4.86883584 9.43635057,4.05358225 C9.65213914,3.72978398 9.92126871,3.42563038 10.2194934,3.17262064 C10.5894166,2.85898341 10.9479097,2.93552986 11.2468271,3.32537485 C11.5952754,3.77923435 11.7452536,4.31370471 11.805522,4.85969091 C11.9236342,5.92727684 11.9219024,6.99960458 11.8463937,8.07125492 C11.8245724,8.38082774 11.7262033,8.62299904 11.3923025,8.73578651 C10.432511,9.06026219 9.46475292,9.34443242 8.43360915,9.39286668' id='Fill-68'%3E%3C/path%3E %3Cpath d='M5.49199085,10.9248651 C4.85304696,11.5345002 4.22150527,12.1454782 3.57953321,12.7450423 C3.41029215,12.903158 3.21918098,13.04516 3.01932175,13.1616487 C2.64887561,13.3781766 2.33495531,13.3127147 2.05165318,12.9847336 C1.98436051,12.906515 1.93018992,12.8168825 1.874337,12.7296 C1.2162147,11.7000014 0.658358485,10.6180333 0.205142364,9.48436702 C0.0628183706,9.1278513 -0.0933006198,8.76227163 0.0692111741,8.37419991 C0.317184657,8.19627775 0.584000086,8.25502564 0.837693446,8.26308249 C1.57925865,8.28691734 4.10239725,8.77737823 4.8628044,9.04325435 C4.95331304,9.32356567 5.05324265,9.64181134 5.15889214,9.95804279 C5.26454163,10.2739385 5.37591099,10.5881558 5.49199085,10.9248651' id='Fill-69'%3E%3C/path%3E %3Cpath d='M7.78032037,10.0635584 C7.38614996,10.3458118 7.02876879,10.4563446 6.65492006,10.5198352 C6.30910123,10.5783913 6.12865878,10.5033869 5.99621752,10.2168569 C5.87954308,9.96388145 5.80806685,9.69314184 5.7208238,9.44246921 C6.01864144,8.98421857 6.45555743,8.81841934 6.9593948,8.70558376 C7.36197418,9.08488238 7.44185938,9.60728153 7.78032037,10.0635584' id='Fill-70'%3E%3C/path%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='32.1052632' cy='22.5199706' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='34.6224256' cy='21.6494122' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='33.9359268' cy='19.5417446' rx='1.25858124' ry='1.2600187'%3E%3C/ellipse%3E %3Cpath d='M17.3913043,26.9873096 L21.7391304,26.9873096 C21.4248298,28.1480541 20.7263838,28.7284264 19.6437926,28.7284264 C18.5612013,28.7284264 17.8103719,28.1480541 17.3913043,26.9873096 Z' id='Path-19' stroke='%232A3966' stroke-width='0.5' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='37.6201373' y='37.2965536' width='3.66132723' height='11.4547155' rx='1.83066362'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(30.983982, 43.023911) scale(-1, 1) translate(-30.983982, -43.023911) ' x='29.1533181' y='37.2965536' width='3.66132723' height='11.4547155' rx='1.83066362'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='29.1533181 46.0021373 24.576659 48.751269 32.4713959 48.751269 33.5011442 47.3767032'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(41.624714, 47.376703) scale(-1, 1) translate(-41.624714, -47.376703) ' points='41.7391304 46.0021373 37.1624714 48.751269 45.0572082 48.751269 46.0869565 47.3767032'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(0.457666, 8.843040)' fill='%232A3966'%3E %3Cpath d='M9.93810584,-1.33677855 L10.5759892,-1.33711107 C10.955132,-1.33730871 11.2626482,-1.03011296 11.2628459,-0.65097016 C11.2628499,-0.643252602 11.2627238,-0.635535524 11.2624676,-0.627822219 L10.7176698,15.7739104 C10.7102502,15.9972845 10.5270828,16.1745613 10.3035855,16.1746778 L10.3035855,16.1746778 C10.0798093,16.1747945 9.89595893,15.9980161 9.88730233,15.7744073 L9.2524787,-0.623723136 C9.23781186,-1.00258219 9.53304799,-1.32159796 9.91190704,-1.33626479 C9.92063591,-1.33660272 9.92937044,-1.336774 9.93810584,-1.33677855 Z' id='Path-17' transform='translate(10.257400, 7.418783) rotate(123.000000) translate(-10.257400, -7.418783) '%3E%3C/path%3E %3Cpath d='M2.97390838,0.740512952 C2.33208475,0.694268787 1.5234326,1.22394784 0.547951939,2.32955012 L0.547909554,2.32951273 C0.358178182,2.54455281 0.378694942,2.8726849 0.59373502,3.06241627 C0.688657935,3.14616743 0.810905853,3.1923585 0.937494213,3.19230483 L0.937494213,3.19230483 L0.937494213,3.19230483 C0.937374953,3.47337589 1.16513139,3.70132569 1.44620246,3.70144495 C1.5634729,3.70149471 1.67716232,3.66104342 1.76804563,3.58693146 L1.87676771,3.49827265 L1.91221249,3.55898935 C2.07815447,3.84324703 2.4431134,3.93916085 2.72737108,3.77321887 C2.83622636,3.70967209 2.92213123,3.61324877 2.97273845,3.49780798 L2.97273845,3.49780798 L3.30179167,3.81974287 C3.47995379,3.99405085 3.76568725,3.99092645 3.93999523,3.81276433 C4.02245933,3.72847687 4.06865915,3.61526151 4.06870919,3.49734331 L4.06870919,3.49734331 C4.12968163,1.71643735 3.76474803,0.797493899 2.97390838,0.740512952 Z' id='Path-28' transform='translate(2.246635, 2.343093) rotate(114.000000) translate(-2.246635, -2.343093) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-2' transform='translate(15.881007, 16.448971)'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-12' transform='translate(308.695652, 201.969543)'%3E %3Cg id='Group-11' transform='translate(0.000000, 2.236464)'%3E %3Cpath d='M25.2330435,46.2527665 C11.2965217,46.2527665 -5.68434189e-14,44.7519239 -5.68434189e-14,42.9019873 C-5.68434189e-14,41.0511802 11.2965217,39.5503376 25.2330435,39.5503376 C39.1669565,39.5503376 50.4634783,41.0511802 50.4634783,42.9019873 C50.4634783,44.7519239 39.1669565,46.2527665 25.2330435,46.2527665' id='Fill-243' fill='%23EEF2F0'%3E%3C/path%3E %3Cpolyline id='Fill-29' fill='%23444F71' points='8.69565217 43.0325711 12.6295652 0.165406091 10.8982609 -7.10542736e-15 6.96434783 42.867165'%3E%3C/polyline%3E %3Cpolygon id='Fill-30' fill='%23444F71' points='36.0086957 0 34.2773913 0.0571645094 39.1382609 42.6544564 40.8695652 42.5972919'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' fill='%23444F71' points='9.41391304 25.5743934 37.493913 25.5743934 37.493913 23.8332766 9.41391304 23.8332766'%3E%3C/polygon%3E %3C/g%3E %3Cpath d='M36.6721739,3.06001269 L10.2356522,3.06001269 C9.39130435,3.06001269 8.70782609,2.37488325 8.70782609,1.53044162 C8.70782609,0.685129442 9.39130435,2.22044605e-16 10.2356522,2.22044605e-16 L36.6721739,2.22044605e-16 C37.5165217,2.22044605e-16 38.2,0.685129442 38.2,1.53044162 C38.2,2.37488325 37.5165217,3.06001269 36.6721739,3.06001269' id='Fill-39' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cpath d='M348.86304,142.269261 C348.86304,142.269261 273.621301,142.269261 260.260432,142.269261 C246.900432,142.269261 246.733475,125.67816 258.592605,122.340439 C270.792605,118.906957 279.450866,126.759393 279.450866,126.759393 C279.450866,126.759393 282.669127,85.9798274 313.169127,90.7678985 C337.213475,94.5426396 335.816084,120.757764 335.816084,120.757764 C335.816084,120.757764 340.765649,109.968934 353.736084,114.050982 C367.269127,118.309754 365.802171,142.269261 348.86304,142.269261' id='Fill-7' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M254.544737,202.335101 C236.295843,203.312722 222.615214,223.219909 222.615214,223.219909 C222.615214,223.219909 238.522702,241.541737 256.772647,240.564116 C275.021542,239.586495 288.702171,219.679308 288.702171,219.679308 C288.702171,219.679308 272.794683,201.357479 254.544737,202.335101' id='Fill-8' fill='%23DDEAF3'%3E%3C/path%3E %3Cg id='Group-15' transform='translate(220.830866, 202.845325)' fill='%23C3D8E7'%3E %3Cpolyline id='Fill-9' points='0.368695652 17.985736 57.926087 14.7664112 57.8773913 13.8967234 0.32 17.1160482 0.368695652 17.985736'%3E%3C/polyline%3E %3Cpolyline id='Fill-11' points='27.3617391 32.9967741 13.3643478 16.5588909 12.7026087 17.1230127 26.6991304 33.5617665'%3E%3C/polyline%3E %3Cpolyline id='Fill-12' points='47.3808696 31.877236 33.3843478 15.4393528 32.7226087 16.0034746 46.7191304 32.4413579'%3E%3C/polyline%3E %3Cpolyline id='Fill-13' points='23.8895652 16.5519264 39.0504348 0.652918782 38.4208696 0.0522335025 23.2608696 15.9512411'%3E%3C/polyline%3E %3Cpolyline id='Fill-14' points='37.293913 15.860703 47.6808696 5.26339594 47.0608696 4.65400508 36.6730435 15.2504416'%3E%3C/polyline%3E %3C/g%3E %3Cg id='Group-14' transform='translate(35.478687, 253.724239)'%3E %3Cpath d='M269.985223,14.741165 C269.985223,22.8826269 218.733049,29.4823299 155.50957,29.4823299 C92.2869617,29.4823299 41.0347878,22.8826269 41.0347878,14.741165 C41.0347878,6.59970305 92.2869617,-1.42108547e-14 155.50957,-1.42108547e-14 C218.733049,-1.42108547e-14 269.985223,6.59970305 269.985223,14.741165' id='Fill-16' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M64.5460921,66.5750812 C64.5460921,68.5085914 51.2052225,70.0782081 34.7469617,70.0782081 C18.2913095,70.0782081 4.95043994,68.5085914 4.95043994,66.5750812 C4.95043994,64.6398299 18.2913095,63.0702132 34.7469617,63.0702132 C51.2052225,63.0702132 64.5460921,64.6398299 64.5460921,66.5750812' id='Fill-157' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M2.71130951,54.1060736 C-0.235647016,48.3011904 -1.02782093,41.2810076 1.5765269,35.1749112 C3.08348342,31.6430558 5.19826603,28.1590812 8.26609211,25.7772335 C10.9434834,23.6992107 14.0939182,22.2140381 17.364353,21.348703 C22.9973965,19.8583071 29.2547878,20.349302 34.2817443,23.2987538 C38.4791356,25.7606929 41.5504399,29.7600381 43.5730486,34.1311117 C45.5460921,38.3933655 46.3773965,43.6915838 50.6278312,46.4408071 C51.8417443,47.2260508 53.858266,47.5525102 54.4556573,49.0150482 C55.1660921,50.756165 53.8739182,52.4859645 53.1834834,53.9963832 C52.3626139,55.7940863 51.5460921,57.5926599 50.7295704,59.3921041 C50.144353,60.6822716 49.578266,62.9091599 48.0269617,63.3862259 C46.5400052,63.9137843 44.9530486,62.6253579 43.5600052,62.2414416 C39.884353,61.2298528 35.898266,62.664533 32.5521791,64.1314239 C28.7130486,65.8142132 24.7513095,66.7361345 20.5347878,66.3661472 C12.7287008,65.6810178 6.2365269,61.0496472 2.71130951,54.1060736' id='Fill-158' fill='%23F6FCFF'%3E%3C/path%3E %3Cpath d='M53.7034834,55.3344315 C53.7017443,55.3326904 52.964353,54.968797 51.7660921,54.3707234 C48.1721791,52.5765025 40.4460921,48.6833655 36.2217443,46.2936827 C34.7121791,45.439665 33.2069617,44.6230812 31.1765269,42.8131904 C30.6791356,42.3700761 29.984353,41.6910406 29.4269617,40.9406193 C28.8652225,40.1919391 28.4634834,39.370132 28.4704399,38.7076371 C28.4747878,38.3097919 28.5895704,37.9641802 28.9130486,37.6133452 C29.3069617,37.1980888 29.6460921,37.0718579 29.9687008,37.0683756 C30.2530486,37.0683756 30.5573965,37.1798071 30.8652225,37.3991878 C31.3269617,37.7247766 31.7704399,38.2880279 32.0817443,38.900901 C32.3956573,39.5111624 32.5773965,40.1745279 32.5756573,40.6542056 L32.5756573,40.6724873 C32.5730486,41.3680635 32.2469617,42.3343832 31.7487008,43.2127766 C31.2547878,44.0937817 30.5878312,44.8964365 29.9895704,45.3177868 C29.0026139,46.0185863 27.7478312,46.3328579 26.458266,46.3328579 C24.9121791,46.334599 23.3260921,45.8758147 22.1695704,45.1584746 C21.6634834,44.8398503 21.4800052,44.4219822 21.4747878,43.978868 C21.4730486,43.606269 21.6269617,43.2197411 21.8913095,42.9368096 C22.1573965,42.6530076 22.518266,42.4710609 22.9704399,42.4693198 L23.0791356,42.472802 L23.0800052,42.472802 C23.3739182,42.4876015 23.9260921,42.6791244 24.5295704,43.0177716 C25.4408747,43.5226954 26.5008747,44.3427614 27.3104399,45.2794822 C28.1252225,46.2153325 28.6704399,47.2634848 28.664353,48.1801827 C28.664353,48.4578909 28.618266,48.7268934 28.5173965,48.9915431 C27.9391356,50.5071853 26.6895704,51.7320609 25.204353,52.457236 C24.8226139,52.6444061 24.424353,52.725368 24.0304399,52.725368 C23.3704399,52.7271091 22.7234834,52.4885761 22.2617443,52.143835 C21.7947878,51.7990939 21.5460921,51.3629442 21.5530486,51.0286497 C21.5556573,50.8258096 21.6217443,50.6316751 21.8339182,50.4096827 C22.0460921,50.190302 22.4191356,49.9578629 23.0000052,49.7715635 C23.7356573,49.5347716 24.5400052,49.4320457 25.3773965,49.4320457 C27.5460921,49.4303046 29.9226139,50.1284924 31.8087008,50.8632437 C39.0652225,53.6838528 44.6852225,56.0944289 51.898266,59.0560685 L52.2278312,58.250802 C45.0226139,55.2926447 39.3947878,52.8785863 32.1234834,50.0518832 C30.1808747,49.2979797 27.7278312,48.564099 25.3773965,48.5614873 C24.4695704,48.5614873 23.5756573,48.6729188 22.7347878,48.9427919 C22.0608747,49.1595609 21.5591356,49.4451041 21.2113095,49.802033 C20.8626139,50.1554797 20.6808747,50.5959822 20.6834834,51.0286497 C20.6904399,51.7573071 21.1356573,52.3875914 21.7434834,52.8428934 C22.3573965,53.2981954 23.1660921,53.5941853 24.0304399,53.5959264 C24.544353,53.5959264 25.0773965,53.4879772 25.5860921,53.239868 C27.2391356,52.4302487 28.6539182,51.0634721 29.3287008,49.303203 C29.4695704,48.9358274 29.5339182,48.556264 29.5339182,48.1801827 C29.5330486,47.3461878 29.2252225,46.535698 28.7652225,45.7870178 C28.0721791,44.6631269 27.024353,43.6619848 25.9817443,42.912434 C25.4600052,42.5389645 24.9400052,42.2299162 24.458266,42.0035711 C23.9747878,41.778967 23.5373965,41.6327132 23.1365269,41.6048553 L23.1373965,41.6048553 L22.9704399,41.5987614 C22.2704399,41.5970203 21.6660921,41.8982335 21.2547878,42.3430888 C20.8417443,42.7879442 20.6060921,43.3738299 20.6052225,43.978868 C20.5991356,44.6935964 20.9608747,45.4405355 21.7121791,45.8993198 C23.0269617,46.7098096 24.7426139,47.2016751 26.458266,47.2034162 C27.8852225,47.2034162 29.3191356,46.8586751 30.4921791,46.0281624 C31.2478312,45.4892868 31.9573965,44.6100228 32.5060921,43.6402208 C33.0504399,42.6686777 33.4321791,41.6161726 33.444353,40.6803223 L33.4452225,40.6542056 C33.4391356,39.7496954 33.0487008,38.6971904 32.4452225,37.8161853 C32.1417443,37.3774239 31.7826139,36.9839315 31.3695704,36.6896827 C30.9573965,36.3963046 30.4826139,36.1986878 29.9687008,36.1978173 C29.3808747,36.1952056 28.784353,36.4711726 28.278266,37.0187538 C27.8087008,37.5158426 27.5973965,38.118269 27.6008747,38.7076371 C27.6078312,39.6974619 28.1208747,40.6350533 28.7295704,41.4603426 C29.3426139,42.2847614 30.0730486,42.9942665 30.598266,43.4634975 C32.6895704,45.3299746 34.2947878,46.2040152 35.7939182,47.0510685 C41.4730486,50.2634289 53.3147878,56.1127107 53.3191356,56.1144518 L53.7034834,55.3344315' id='Fill-159' fill='%2352ABF1'%3E%3C/path%3E %3Cpolyline id='Fill-160' fill='%23444F71' points='50.4956573 63.0580254 55.9634834 50.8345152 54.7591356 50.2938985 49.2904399 62.5182792 50.4956573 63.0580254'%3E%3C/polyline%3E %3Cpath d='M54.3469617,65.6322665 C54.1887008,65.3066777 53.7704399,65.1316954 53.4313095,65.2483503 L53.3165269,65.2875254 C52.984353,65.4024391 52.5730486,65.2344213 52.4087008,64.9175381 L52.3087008,64.7242741 C52.1365269,64.3925914 51.6991356,64.2280558 51.3634834,64.3682157 C51.0339182,64.5048934 50.6052225,64.3490635 50.4269617,64.0269569 L50.1373965,63.5046218 C50.0313095,63.3139695 50.0217443,63.0850127 50.1113095,62.8856548 L55.544353,50.7387538 C55.6339182,50.5393959 55.8113095,50.3940127 56.0234834,50.346132 L56.6052225,50.2138071 C56.964353,50.1328452 57.3660921,50.3496142 57.4826139,50.6865203 C57.6017443,51.0312614 58.0165269,51.2480305 58.378266,51.1557513 L58.5887008,51.1017766 C58.9347878,51.0129797 59.3330486,51.2088553 59.4695704,51.5335736 L59.5165269,51.6458756 C59.6547878,51.9766878 60.064353,52.1716929 60.4121791,52.0733198 L60.5713095,52.0289213 C60.9269617,51.9288071 61.3452225,52.1351294 61.4747878,52.4755178 L61.5026139,52.5486447 C61.6460921,52.9238553 61.6417443,53.314736 61.4904399,53.6533832 L56.2417443,65.3858985 C56.0913095,65.7236751 55.8026139,65.9874543 55.4278312,66.1302259 L55.3539182,66.1580838 C55.0139182,66.287797 54.5826139,66.1136853 54.4200052,65.781132 L54.3469617,65.6322665' id='Fill-161' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M54.0373965,57.9609061 L51.5052225,63.6221472 C51.4556573,63.7318376 51.5052225,63.8598096 51.6147878,63.9094315 C51.724353,63.9581827 51.8530486,63.9094315 51.9017443,63.7997411 L54.4339182,58.1385 C54.4834834,58.0288096 54.4339182,57.899967 54.324353,57.8512157 C54.2147878,57.8015939 54.0860921,57.8512157 54.0373965,57.9609061' id='Fill-162' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M56.5695704,52.299665 L55.1660921,55.4380279 C55.1165269,55.5477183 55.1660921,55.6765609 55.2756573,55.7253122 C55.3852225,55.7740635 55.5139182,55.7253122 55.5626139,55.6156218 L56.9669617,52.4772589 C57.0156573,52.3675685 56.9669617,52.2387259 56.8573965,52.1899746 C56.7478312,52.1403528 56.6191356,52.1899746 56.5695704,52.299665' id='Fill-163' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M58.3217443,52.1003071 L54.6521791,60.3044492 C54.6026139,60.4141396 54.6521791,60.5429822 54.7617443,60.5926041 C54.8713095,60.6413553 55.0000052,60.5926041 55.0487008,60.4829137 L58.7191356,52.277901 C58.7678312,52.1682107 58.7191356,52.039368 58.6095704,51.9906168 C58.5000052,51.9409949 58.3713095,51.9906168 58.3217443,52.1003071' id='Fill-164' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M53.9634834,61.8427259 L52.8808747,64.2628782 C52.8321791,64.3725685 52.8808747,64.5014112 52.9904399,64.551033 C53.1000052,64.5997843 53.2287008,64.551033 53.278266,64.4413426 L54.3608747,62.0211904 C54.4095704,61.9115 54.3608747,61.7826574 54.2513095,61.7330355 C54.1417443,61.6842843 54.0130486,61.7330355 53.9634834,61.8427259' id='Fill-165' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M59.3400052,53.5419518 L57.3765269,57.9313071 C57.3278312,58.0409975 57.3765269,58.1698401 57.4860921,58.2185914 C57.5956573,58.2673426 57.724353,58.2185914 57.7739182,58.108901 L59.7373965,53.7195457 C59.7860921,53.6098553 59.7373965,53.4810127 59.6278312,53.4322614 C59.518266,53.3826396 59.3895704,53.4322614 59.3400052,53.5419518' id='Fill-166' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M56.0921791,60.8024086 L55.3034834,62.5661599 C55.2539182,62.6758503 55.3034834,62.8046929 55.4130486,62.8543147 C55.5226139,62.903066 55.6513095,62.8543147 55.7000052,62.7446244 L56.4887008,60.9808731 C56.538266,60.8711827 56.4887008,60.7423401 56.3791356,60.6927183 C56.2695704,60.643967 56.1417443,60.6927183 56.0921791,60.8024086' id='Fill-167' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M54.8139182,56.2241421 L54.5295704,56.8596497 C54.4808747,56.9693401 54.5295704,57.0981827 54.6391356,57.1478046 C54.7487008,57.1965558 54.8773965,57.1478046 54.9269617,57.0381142 L55.2113095,56.401736 C55.2600052,56.2920457 55.2113095,56.163203 55.1017443,56.1144518 C54.9921791,56.0648299 54.8634834,56.1144518 54.8139182,56.2241421' id='Fill-168' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M54.6200052,50.6038173 C54.6469617,50.4314467 54.6626139,50.257335 54.6626139,50.0832234 C54.6626139,50.257335 54.6469617,50.4314467 54.6200052,50.6038173' id='Fill-169' fill='%23D4ECE6'%3E%3C/path%3E %3Cpath d='M22.3869617,66.4471091 C21.7747878,66.4471091 21.1573965,66.4209924 20.5347878,66.3661472 C12.7287008,65.6810178 6.2365269,61.0496472 2.71130951,54.1060736 C0.984352984,50.704802 -0.00260353729,46.886533 5.15836181e-06,43.0787107 C0.0017442888,40.3886853 0.498266028,37.7038832 1.5765269,35.1749112 C1.58174429,35.1635939 1.58696168,35.1514061 1.59217907,35.1392183 C1.59478777,35.1322538 1.59739646,35.1261599 1.60087472,35.1191954 C1.60261385,35.1148426 1.60435298,35.1104898 1.60609211,35.1052665 C1.89478777,34.4331954 2.20696168,33.7628655 2.54174429,33.1012411 C-1.20434267,43.0673934 3.45826603,55.244764 13.7321791,59.4704543 C16.7504399,60.711 19.684353,61.3430254 22.5460921,61.3430254 C27.8739182,61.3430254 32.9539182,59.1553122 37.8826139,54.6397259 C38.2539182,54.2993376 38.6356573,53.9972538 39.0295704,53.7421802 C42.964353,55.3457487 46.7173965,56.9232005 51.0034834,58.6886929 L49.4087008,62.2536294 C49.0513095,62.7829289 48.6087008,63.2077614 48.0269617,63.3862259 C47.7808747,63.4732817 47.5313095,63.5115863 47.2800052,63.5115863 C46.018266,63.5115863 44.7217443,62.5618071 43.5600052,62.2414416 C42.7008747,62.0046497 41.824353,61.9019239 40.9434834,61.9019239 C38.0556573,61.9019239 35.1165269,63.007533 32.5521791,64.1314239 C29.2800052,65.5661041 25.9191356,66.4471091 22.3869617,66.4471091 M51.3591356,57.8938731 C47.3121791,56.2276244 43.7373965,54.7267817 40.0339182,53.2120102 C40.6226139,52.9708655 41.2417443,52.8376701 41.9000052,52.8376701 C42.3860921,52.8376701 42.8930486,52.9099264 43.4260921,53.0657563 C45.4504399,53.6551244 47.1113095,55.1228858 49.1887008,55.5781878 C49.3652225,55.6173629 49.5478312,55.6469619 49.7278312,55.6469619 C49.8687008,55.6469619 50.0078312,55.6286802 50.1408747,55.5825406 C50.4226139,55.483297 50.6460921,55.2691396 50.8521791,55.0532411 C50.8878312,55.0158071 50.9234834,54.9783731 50.9591356,54.9400685 C51.5130486,55.2177766 51.9895704,55.4545685 52.3660921,55.6417386 L51.3591356,57.8938731 M52.7217443,54.8469188 C52.4513095,54.7119822 52.1295704,54.5517995 51.7660921,54.3707234 C51.6939182,54.3350305 51.6208747,54.298467 51.5460921,54.261033 C52.8591356,52.6235127 53.7400052,50.6769442 54.2347878,48.6154619 C54.3200052,48.7399518 54.3965269,48.8705355 54.4556573,49.0150482 C54.6017443,49.3719772 54.6626139,49.7289061 54.6626139,50.0832234 C54.6626139,50.257335 54.6469617,50.4314467 54.6200052,50.6038173 L52.7217443,54.8469188' id='Fill-170' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M51.0034834,58.6886929 C46.7173965,56.9232005 42.964353,55.3457487 39.0295704,53.7421802 C39.3556573,53.5315051 39.6895704,53.3530406 40.0339182,53.2120102 C43.7373965,54.7267817 47.3121791,56.2276244 51.3591356,57.8938731 L51.0034834,58.6886929 M52.3660921,55.6417386 C51.9895704,55.4545685 51.5130486,55.2177766 50.9591356,54.9400685 C51.1634834,54.7206878 51.3591356,54.4934721 51.5460921,54.261033 C51.6208747,54.298467 51.6939182,54.3350305 51.7660921,54.3707234 C52.1295704,54.5517995 52.4513095,54.7119822 52.7217443,54.8469188 L52.3660921,55.6417386' id='Fill-171' fill='%2396D1FF'%3E%3C/path%3E %3Cpath d='M49.4087008,62.2536294 L49.4087008,62.2536294 L54.6200052,50.6038173 C54.4321791,51.7938706 53.6626139,52.948231 53.1834834,53.9963832 C52.3626139,55.7940863 51.5460921,57.5926599 50.7295704,59.3921041 C50.3634834,60.1982411 50.0052225,61.3708832 49.4087008,62.2536294' id='Fill-172' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cpath d='M389.357823,276.820152 C389.357823,286.946487 351.748258,295.155853 305.353475,295.155853 C258.959562,295.155853 221.349997,286.946487 221.349997,276.820152 C221.349997,266.692947 258.959562,258.484452 305.353475,258.484452 C351.748258,258.484452 389.357823,266.692947 389.357823,276.820152' id='Fill-17' fill='%2397B6D3'%3E%3C/path%3E %3Cpath d='M120.981373,218.542344 C139.412625,234.235194 171.725869,227.099056 171.725869,227.099056 C171.725869,227.099056 174.15695,194.5183 155.726635,178.824526 C137.295383,163.131676 104.981202,170.268739 104.981202,170.268739 C104.981202,170.268739 102.550121,202.84857 120.981373,218.542344' id='Fill-18' fill='%23D1D8DD'%3E%3C/path%3E %3Cg id='Group-25' transform='translate(107.787388, 163.670198)' fill='%23B1BACA'%3E %3Cpolyline id='Fill-19' points='65.8052174 64.6607234 0.597391304 8.31905584 0.0295652174 8.97806853 65.2373913 65.319736'%3E%3C/polyline%3E %3Cpolyline id='Fill-21' points='52.706087 20.3292792 50.7113043 52.5416802 51.5791304 52.5956548 53.573913 20.3832538'%3E%3C/polyline%3E %3Cpolyline id='Fill-22' points='30.0252174 0.732139594 28.0304348 32.9445406 28.8982609 32.9985152 30.8930435 0.786114213'%3E%3C/polyline%3E %3Cpolyline id='Fill-23' points='39.1852174 41.8146599 6.40695652 43.1535787 6.4426087 44.0232665 39.22 42.6843477 39.1852174 41.8146599'%3E%3C/polyline%3E %3Cpolyline id='Fill-24' points='24.0565217 28.6317944 1.90521739 29.229868 1.92869565 30.1004264 24.08 29.5014822'%3E%3C/polyline%3E %3C/g%3E %3Cpath d='M86.653475,206.488612 C86.653475,206.488612 20.7326054,206.488612 9.02738803,206.488612 C-2.67782936,206.488612 -2.82391632,193.162975 7.5656489,190.483396 C18.2543445,187.725467 25.8404315,194.031792 25.8404315,194.031792 C25.8404315,194.031792 28.6595619,161.280515 55.3813011,165.126642 C76.4465185,168.157926 75.2230402,189.21151 75.2230402,189.21151 C75.2230402,189.21151 79.5586924,180.546843 90.9230402,183.825365 C102.779562,187.245789 101.494345,206.488612 86.653475,206.488612' id='Fill-26' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M104.166518,69.6594695 C104.166518,69.6594695 157.227388,69.6594695 166.649127,69.6594695 C176.070866,69.6594695 176.189127,58.9333198 167.825649,56.7760761 C159.222171,54.5570228 153.116084,59.6332487 153.116084,59.6332487 C153.116084,59.6332487 150.846518,33.271 129.338692,36.365835 C112.382171,38.8060102 113.367388,55.7531701 113.367388,55.7531701 C113.367388,55.7531701 109.876953,48.7782563 100.729997,51.4177893 C91.1856489,54.1704949 92.2204315,69.6594695 104.166518,69.6594695' id='Fill-27' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M115.331736,263.203749 C115.331736,266.108802 98.6030402,268.465404 77.9647793,268.465404 C57.3291272,268.465404 40.6004315,266.108802 40.6004315,263.203749 C40.6004315,260.296954 57.3291272,257.940353 77.9647793,257.940353 C98.6030402,257.940353 115.331736,260.296954 115.331736,263.203749' id='Fill-28' fill='%2396B9DA'%3E%3C/path%3E %3Cpolyline id='Fill-29' fill='%23444F71' points='55.6099967 263.672109 67.3778228 140.408008 65.6465185 140.242602 53.8786924 263.506703'%3E%3C/polyline%3E %3Cpolyline id='Fill-30' fill='%23444F71' points='102.525649 263.506703 90.7569532 140.242602 89.0256489 140.408008 100.794345 263.672109 102.525649 263.506703'%3E%3C/polyline%3E %3Cpolygon id='Fill-31' fill='%23444F71' points='65.5743445 151.023596 90.8299967 151.023596 90.8299967 149.28248 65.5743445 149.28248'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' fill='%23444F71' points='64.1621706 165.816995 92.2421706 165.816995 92.2421706 164.075878 64.1621706 164.075878'%3E%3C/polygon%3E %3Cpolygon id='Fill-33' fill='%23444F71' points='62.7491272 180.611264 93.6543445 180.611264 93.6543445 178.870147 62.7491272 178.870147'%3E%3C/polygon%3E %3Cpolygon id='Fill-34' fill='%23444F71' points='61.3369532 195.405533 95.067388 195.405533 95.067388 193.664416 61.3369532 193.664416'%3E%3C/polygon%3E %3Cpolygon id='Fill-35' fill='%23444F71' points='59.9247793 210.199802 96.4282576 210.199802 96.4282576 208.458685 59.9247793 208.458685'%3E%3C/polygon%3E %3Cpolygon id='Fill-36' fill='%23444F71' points='58.5126054 224.994071 97.8491272 224.994071 97.8491272 223.252954 58.5126054 223.252954'%3E%3C/polygon%3E %3Cpolygon id='Fill-37' fill='%23444F71' points='57.0995619 239.78834 99.2926054 239.78834 99.2926054 238.047223 57.0995619 238.047223'%3E%3C/polygon%3E %3Cpolygon id='Fill-38' fill='%23444F71' points='55.687388 254.582609 100.244779 254.582609 100.244779 252.841492 55.687388 252.841492'%3E%3C/polygon%3E %3Cpath d='M91.4204315,141.06615 L64.9839098,141.06615 C64.1395619,141.06615 63.4560837,140.38102 63.4560837,139.536579 C63.4560837,138.691266 64.1395619,138.006137 64.9839098,138.006137 L91.4204315,138.006137 C92.2647793,138.006137 92.9482576,138.691266 92.9482576,139.536579 C92.9482576,140.38102 92.2647793,141.06615 91.4204315,141.06615' id='Fill-39' fill='%23444F71'%3E%3C/path%3E %3Cpolygon id='Fill-31' fill='%23444F71' points='320 217.639594 345.255652 217.639594 345.255652 215.898477 320 215.898477'%3E%3C/polygon%3E %3Cpath d='M278.270812,203.052522 C261.28533,218.41813 231.358301,213.057437 231.358301,213.057437 C231.358301,213.057437 228.969092,182.782936 245.954574,167.417328 C262.940057,152.050768 292.867086,157.411461 292.867086,157.411461 C292.867086,157.411461 295.256295,187.685963 278.270812,203.052522' id='Fill-40' fill='%23EAF3F9'%3E%3C/path%3E %3Cg id='Group-47' transform='translate(229.526518, 154.094056)' fill='%23D7E5EE'%3E %3Cpolyline id='Fill-41' points='0.686086957 60.7545279 59.7826087 7.16556599 59.1991304 6.52048223 0.102608696 60.1085736 0.686086957 60.7545279'%3E%3C/polyline%3E %3Cpolyline id='Fill-43' points='11.0408696 19.5562234 12.9895652 48.6459315 13.8573913 48.5876041 11.9086957 19.4978959 11.0408696 19.5562234'%3E%3C/polyline%3E %3Cpolyline id='Fill-44' points='31.5956522 0.91669797 33.5443478 30.0072766 34.4121739 29.9489492 32.4634783 0.858370558 31.5956522 0.91669797'%3E%3C/polyline%3E %3Cpolyline id='Fill-45' points='24.2478261 39.2378071 54.0765217 39.1577157 54.073913 38.2880279 24.2452174 38.3672487'%3E%3C/polyline%3E %3Cpolyline id='Fill-46' points='37.9686957 26.7035076 58.126087 26.3726954 58.1113043 25.5021371 37.9547826 25.8329492'%3E%3C/polyline%3E %3C/g%3E %3Cpath d='M180.618692,262.084211 L180.618692,263.390048 C180.618692,263.630322 180.812605,263.825327 181.053475,263.825327 C181.293475,263.825327 181.488258,263.630322 181.488258,263.390048 L181.488258,262.084211 C181.488258,261.843937 181.293475,261.648931 181.053475,261.648931 C180.812605,261.648931 180.618692,261.843937 180.618692,262.084211' id='Fill-48' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M180.618692,265.55948 L180.618692,268.16419 C180.618692,268.404464 180.812605,268.59947 181.053475,268.59947 C181.293475,268.59947 181.488258,268.404464 181.488258,268.16419 L181.488258,265.55948 C181.488258,265.319206 181.293475,265.125071 181.053475,265.125071 C180.812605,265.125071 180.618692,265.319206 180.618692,265.55948 M180.601301,270.310987 C180.557823,271.165005 180.433475,271.997259 180.235214,272.799914 C180.177823,273.033223 180.319562,273.269145 180.552605,273.327472 C180.785649,273.384929 181.021301,273.242157 181.079562,273.008848 C181.290866,272.152218 181.42391,271.265119 181.469997,270.355386 C181.482171,270.115112 181.296953,269.91053 181.057823,269.898343 C180.817823,269.886155 180.613475,270.070713 180.601301,270.310987 M179.569997,274.79001 C179.237823,275.567419 178.833475,276.305652 178.364779,276.997746 C178.229997,277.196234 178.282171,277.466977 178.480432,277.601914 C178.679562,277.73685 178.949997,277.685487 179.084779,277.486129 C179.584779,276.748766 180.016084,275.960911 180.369127,275.131269 C180.46391,274.910147 180.361301,274.655074 180.140432,274.560183 C179.919562,274.466162 179.66391,274.568888 179.569997,274.79001 M177.054345,278.635266 C176.479562,279.246398 175.846518,279.802685 175.164779,280.294551 C174.969997,280.435581 174.925649,280.707195 175.066518,280.902201 C175.206518,281.097206 175.478692,281.141604 175.673475,281.000574 C176.400432,280.476497 177.074345,279.883647 177.687388,279.231599 C177.851736,279.056617 177.84391,278.78152 177.669127,278.616114 C177.494345,278.451579 177.218692,278.460284 177.054345,278.635266 M173.373475,281.381878 C172.629997,281.755348 171.845649,282.060043 171.029997,282.287259 C170.798692,282.35168 170.66304,282.591954 170.727388,282.823523 C170.791736,283.055091 171.031736,283.190898 171.26304,283.125607 C172.133475,282.883591 172.969997,282.558003 173.76304,282.160157 C173.977823,282.052208 174.064779,281.79017 173.956953,281.576013 C173.849127,281.360985 173.588258,281.273929 173.373475,281.381878 M168.973475,282.685975 C168.489997,282.739949 167.999562,282.767807 167.502171,282.767807 L166.42391,282.767807 C166.18391,282.767807 165.989127,282.962812 165.989127,283.203086 C165.989127,283.44336 166.18391,283.638365 166.42391,283.638365 L167.502171,283.638365 C168.031736,283.638365 168.555214,283.608766 169.069997,283.55131 C169.308258,283.524322 169.480432,283.309294 169.453475,283.070761 C169.426518,282.831358 169.211736,282.658987 168.973475,282.685975 M164.256953,282.767807 L161.655214,282.767807 C161.415214,282.767807 161.220432,282.962812 161.220432,283.203086 C161.220432,283.44336 161.415214,283.638365 161.655214,283.638365 L164.256953,283.638365 C164.496953,283.638365 164.691736,283.44336 164.691736,283.203086 C164.691736,282.962812 164.496953,282.767807 164.256953,282.767807 M159.488258,282.767807 L156.887388,282.767807 C156.647388,282.767807 156.452605,282.962812 156.452605,283.203086 C156.452605,283.44336 156.647388,283.638365 156.887388,283.638365 L159.488258,283.638365 C159.728258,283.638365 159.92304,283.44336 159.92304,283.203086 C159.92304,282.962812 159.728258,282.767807 159.488258,282.767807 M154.719562,282.767807 L152.118692,282.767807 C151.878692,282.767807 151.68391,282.962812 151.68391,283.203086 C151.68391,283.44336 151.878692,283.638365 152.118692,283.638365 L154.719562,283.638365 C154.959562,283.638365 155.154345,283.44336 155.154345,283.203086 C155.154345,282.962812 154.959562,282.767807 154.719562,282.767807 M149.950866,282.767807 L147.349997,282.767807 C147.109997,282.767807 146.915214,282.962812 146.915214,283.203086 C146.915214,283.44336 147.109997,283.638365 147.349997,283.638365 L149.950866,283.638365 C150.190866,283.638365 150.385649,283.44336 150.385649,283.203086 C150.385649,282.962812 150.190866,282.767807 149.950866,282.767807 M145.182171,282.767807 L144.356953,282.767807 C143.78391,282.767807 143.226518,282.705127 142.689997,282.58586 C142.456084,282.533627 142.22391,282.681622 142.171736,282.916673 C142.119562,283.150853 142.267388,283.383292 142.502171,283.435525 C143.099562,283.56785 143.720432,283.638365 144.356953,283.638365 L145.182171,283.638365 C145.422171,283.638365 145.616953,283.44336 145.616953,283.203086 C145.616953,282.962812 145.422171,282.767807 145.182171,282.767807 M140.772605,281.877226 C140.04391,281.490698 139.38391,280.988386 138.818692,280.396406 C138.653475,280.222294 138.377823,280.216201 138.20391,280.381607 C138.030866,280.547883 138.02391,280.82385 138.189997,280.997091 C138.819562,281.656975 139.552605,282.215003 140.364779,282.646799 C140.576953,282.759102 140.840432,282.67814 140.952605,282.466594 C141.064779,282.254178 140.984779,281.990398 140.772605,281.877226 M137.615214,278.741475 C137.230866,278.029358 136.956084,277.250208 136.812605,276.424919 C136.771736,276.188127 136.546518,276.029685 136.309997,276.070602 C136.073475,276.111518 135.915214,276.336992 135.956084,276.573784 C136.116084,277.493094 136.422171,278.361911 136.850866,279.15499 C136.964779,279.366536 137.228258,279.445756 137.439562,279.330843 C137.650866,279.216799 137.729997,278.95215 137.615214,278.741475 M136.698692,274.336449 L136.698692,271.732609 C136.698692,271.492335 136.50391,271.29733 136.26391,271.29733 C136.02391,271.29733 135.829127,271.492335 135.829127,271.732609 L135.829127,274.336449 C135.829127,274.576723 136.02391,274.771728 136.26391,274.771728 C136.50391,274.771728 136.698692,274.576723 136.698692,274.336449 M136.698692,269.563178 L136.698692,266.958467 C136.698692,266.718193 136.50391,266.523188 136.26391,266.523188 C136.02391,266.523188 135.829127,266.718193 135.829127,266.958467 L135.829127,269.563178 C135.829127,269.803452 136.02391,269.997586 136.26391,269.997586 C136.50391,269.997586 136.698692,269.803452 136.698692,269.563178' id='Fill-49' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M136.698692,264.767272 L136.698692,263.461434 C136.698692,263.22116 136.50391,263.026155 136.26391,263.026155 C136.02391,263.026155 135.829127,263.22116 135.829127,263.461434 L135.829127,264.767272 C135.829127,265.007546 136.02391,265.202551 136.26391,265.202551 C136.50391,265.202551 136.698692,265.007546 136.698692,264.767272' id='Fill-50' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M99.7265185,264.963147 L99.7265185,266.268985 C99.7265185,266.509259 99.9213011,266.704264 100.161301,266.704264 C100.402171,266.704264 100.596084,266.509259 100.596084,266.268985 L100.596084,264.963147 C100.596084,264.722003 100.402171,264.527868 100.161301,264.527868 C99.9213011,264.527868 99.7265185,264.722003 99.7265185,264.963147' id='Fill-51' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M99.7265185,268.437546 L99.7265185,271.040515 C99.7265185,271.280789 99.9213011,271.475794 100.161301,271.475794 C100.402171,271.475794 100.596084,271.280789 100.596084,271.040515 L100.596084,268.437546 C100.596084,268.197272 100.402171,268.002266 100.161301,268.002266 C99.9213011,268.002266 99.7265185,268.197272 99.7265185,268.437546 M99.7265185,273.209947 L99.7265185,275.812916 C99.7265185,276.05319 99.9213011,276.248195 100.161301,276.248195 C100.402171,276.248195 100.596084,276.05319 100.596084,275.812916 L100.596084,273.209947 C100.596084,272.968802 100.402171,272.774668 100.161301,272.774668 C99.9213011,272.774668 99.7265185,272.968802 99.7265185,273.209947 M99.7265185,277.981477 L99.7265185,280.095193 C99.7265185,280.263211 99.7291272,280.430358 99.7343445,280.597505 C99.7421706,280.837779 99.9421706,281.02669 100.182171,281.019726 C100.422171,281.011891 100.610866,280.811662 100.60391,280.571388 C100.598692,280.412947 100.596084,280.254505 100.596084,280.095193 L100.596084,277.981477 C100.596084,277.741203 100.402171,277.546198 100.161301,277.546198 C99.9213011,277.546198 99.7265185,277.741203 99.7265185,277.981477 M99.9526054,282.812206 C100.102171,283.701916 100.324779,284.567251 100.611736,285.401246 C100.690866,285.628462 100.937823,285.748599 101.164779,285.670249 C101.391736,285.591898 101.512605,285.343789 101.434345,285.116574 C101.162171,284.327848 100.951736,283.509523 100.810866,282.667693 C100.770866,282.430901 100.546518,282.270718 100.309127,282.310764 C100.072605,282.35081 99.913475,282.575414 99.9526054,282.812206 M101.482171,287.451411 C101.887388,288.249713 102.356953,289.009711 102.88391,289.72531 C103.026518,289.918574 103.298692,289.95949 103.491736,289.816718 C103.684779,289.674817 103.726518,289.402332 103.58391,289.208198 C103.085649,288.531774 102.641301,287.811822 102.256953,287.057048 C102.148258,286.842891 101.886518,286.757576 101.672605,286.866396 C101.458692,286.975216 101.373475,287.237254 101.482171,287.451411 M104.322171,291.422898 C104.94304,292.061018 105.615214,292.648645 106.332605,293.177944 C106.525649,293.320716 106.797823,293.279799 106.940432,293.086536 C107.08304,292.892401 107.042171,292.619916 106.848258,292.478015 C106.169127,291.976574 105.532605,291.420287 104.945649,290.816119 C104.777823,290.643749 104.50304,290.639396 104.330866,290.807414 C104.158692,290.974561 104.155214,291.250528 104.322171,291.422898 M108.207388,294.373221 C108.984779,294.796312 109.799562,295.158464 110.647388,295.451843 C110.873475,295.530193 111.121301,295.410056 111.199562,295.18284 C111.278692,294.955624 111.157823,294.707515 110.930866,294.629165 C110.129997,294.351457 109.358692,294.009327 108.62304,293.608871 C108.412605,293.493957 108.148258,293.572307 108.033475,293.782982 C107.918692,293.994528 107.996953,294.258307 108.207388,294.373221 M112.794345,296.032505 C113.655214,296.203135 114.540432,296.30499 115.444779,296.332848 C115.684779,296.339812 115.884779,296.150901 115.892605,295.910627 C115.899562,295.670353 115.711736,295.470124 115.471736,295.462289 C114.615214,295.436173 113.777823,295.339541 112.96304,295.178487 C112.727388,295.132348 112.498692,295.285566 112.451736,295.521487 C112.405649,295.757409 112.558692,295.986365 112.794345,296.032505 M117.624779,296.340683 L120.224779,296.340683 C120.464779,296.340683 120.659562,296.145678 120.659562,295.905404 C120.659562,295.665129 120.464779,295.470124 120.224779,295.470124 L117.624779,295.470124 C117.384779,295.470124 117.189997,295.665129 117.189997,295.905404 C117.189997,296.145678 117.384779,296.340683 117.624779,296.340683 M122.390866,296.340683 L124.990866,296.340683 C125.230866,296.340683 125.425649,296.145678 125.425649,295.905404 C125.425649,295.665129 125.230866,295.470124 124.990866,295.470124 L122.390866,295.470124 C122.150866,295.470124 121.956084,295.665129 121.956084,295.905404 C121.956084,296.145678 122.150866,296.340683 122.390866,296.340683 M127.157823,296.340683 L129.756953,296.340683 C129.997823,296.340683 130.192605,296.145678 130.192605,295.905404 C130.192605,295.665129 129.997823,295.470124 129.756953,295.470124 L127.157823,295.470124 C126.916953,295.470124 126.72304,295.665129 126.72304,295.905404 C126.72304,296.145678 126.916953,296.340683 127.157823,296.340683 M131.92391,296.340683 L134.52391,296.340683 C134.76391,296.340683 134.958692,296.145678 134.958692,295.905404 C134.958692,295.665129 134.76391,295.470124 134.52391,295.470124 L131.92391,295.470124 C131.68391,295.470124 131.489127,295.665129 131.489127,295.905404 C131.489127,296.145678 131.68391,296.340683 131.92391,296.340683 M136.690866,296.340683 L139.289997,296.340683 C139.530866,296.340683 139.725649,296.145678 139.725649,295.905404 C139.725649,295.665129 139.530866,295.470124 139.289997,295.470124 L136.690866,295.470124 C136.449997,295.470124 136.256084,295.665129 136.256084,295.905404 C136.256084,296.145678 136.449997,296.340683 136.690866,296.340683 M141.456953,296.340683 L144.056953,296.340683 C144.296953,296.340683 144.491736,296.145678 144.491736,295.905404 C144.491736,295.665129 144.296953,295.470124 144.056953,295.470124 L141.456953,295.470124 C141.216953,295.470124 141.022171,295.665129 141.022171,295.905404 C141.022171,296.145678 141.216953,296.340683 141.456953,296.340683 M146.22391,296.340683 L148.82304,296.340683 C149.06391,296.340683 149.257823,296.145678 149.257823,295.905404 C149.257823,295.665129 149.06391,295.470124 148.82304,295.470124 L146.22391,295.470124 C145.98304,295.470124 145.789127,295.665129 145.789127,295.905404 C145.789127,296.145678 145.98304,296.340683 146.22391,296.340683 M150.989997,296.340683 L153.589997,296.340683 C153.829997,296.340683 154.024779,296.145678 154.024779,295.905404 C154.024779,295.665129 153.829997,295.470124 153.589997,295.470124 L150.989997,295.470124 C150.749997,295.470124 150.555214,295.665129 150.555214,295.905404 C150.555214,296.145678 150.749997,296.340683 150.989997,296.340683 M155.756953,296.340683 L158.356084,296.340683 C158.596953,296.340683 158.790866,296.145678 158.790866,295.905404 C158.790866,295.665129 158.596953,295.470124 158.356084,295.470124 L155.756953,295.470124 C155.516084,295.470124 155.321301,295.665129 155.321301,295.905404 C155.321301,296.145678 155.516084,296.340683 155.756953,296.340683 M160.52304,296.340683 L163.12304,296.340683 C163.36304,296.340683 163.557823,296.145678 163.557823,295.905404 C163.557823,295.665129 163.36304,295.470124 163.12304,295.470124 L160.52304,295.470124 C160.28304,295.470124 160.088258,295.665129 160.088258,295.905404 C160.088258,296.145678 160.28304,296.340683 160.52304,296.340683 M165.289127,296.340683 L165.996084,296.340683 C166.64391,296.340683 167.285649,296.314566 167.921301,296.264074 C168.160432,296.244921 168.338692,296.035117 168.319562,295.795713 C168.300432,295.555439 168.090866,295.376975 167.851736,295.396127 C167.239562,295.444878 166.621301,295.470124 165.996084,295.470124 L165.289127,295.470124 C165.049127,295.470124 164.854345,295.665129 164.854345,295.905404 C164.854345,296.145678 165.049127,296.340683 165.289127,296.340683 M170.109127,295.987236 C170.985649,295.834888 171.845649,295.63466 172.686518,295.390033 C172.916953,295.322129 173.049997,295.080985 172.98304,294.850287 C172.915214,294.619589 172.674345,294.486393 172.44391,294.553426 C171.633475,294.790218 170.804779,294.982612 169.960432,295.129736 C169.72391,295.170652 169.564779,295.396127 169.605649,295.632919 C169.647388,295.869711 169.872605,296.028152 170.109127,295.987236 M174.773475,294.674434 C175.598692,294.347975 176.400432,293.977117 177.176953,293.564472 C177.389127,293.45217 177.469997,293.188391 177.357823,292.975975 C177.244779,292.763558 176.982171,292.682596 176.769997,292.795769 C176.021301,293.192744 175.248258,293.550543 174.454345,293.864815 C174.230866,293.953612 174.121301,294.206074 174.209127,294.429807 C174.297823,294.65267 174.549997,294.76236 174.773475,294.674434 M179.076084,292.440581 C179.815214,291.95481 180.526518,291.429863 181.205649,290.867482 C181.390866,290.715135 181.416953,290.440038 181.26391,290.25548 C181.110866,290.070051 180.836953,290.043934 180.651736,290.197152 C179.996953,290.73864 179.311736,291.244434 178.599562,291.712794 C178.398692,291.844249 178.342171,292.114122 178.474345,292.315221 C178.605649,292.51632 178.875214,292.572036 179.076084,292.440581 M182.839562,289.384921 C183.464779,288.762472 184.056084,288.105201 184.609997,287.416589 C184.761301,287.229419 184.731736,286.955193 184.544779,286.804586 C184.357823,286.65398 184.08391,286.683579 183.933475,286.870749 C183.399562,287.534114 182.829127,288.16701 182.226518,288.767695 C182.056084,288.936584 182.055214,289.212551 182.224779,289.38318 C182.394345,289.55381 182.669127,289.55381 182.839562,289.384921 M185.913475,285.635426 C186.400432,284.901546 186.847388,284.138937 187.252605,283.351081 C187.362171,283.137794 187.278692,282.874886 187.064779,282.765195 C186.850866,282.655505 186.589127,282.739079 186.479562,282.953236 C186.089127,283.712363 185.657823,284.447114 185.189127,285.154008 C185.056084,285.354236 185.110866,285.624109 185.310866,285.757305 C185.510866,285.8905 185.780432,285.835655 185.913475,285.635426 M188.169127,281.343574 C188.496953,280.528731 188.781301,279.691254 189.018692,278.834624 C189.08304,278.603056 188.947388,278.362782 188.716084,278.29836 C188.484779,278.233939 188.244779,278.369746 188.180432,278.601315 C187.951736,279.426604 187.677823,280.233612 187.36304,281.018855 C187.273475,281.241718 187.381301,281.495051 187.60391,281.584718 C187.826518,281.674386 188.079562,281.566437 188.169127,281.343574 M189.509127,276.681734 C189.66391,275.820751 189.772605,274.943228 189.832605,274.052647 C189.848258,273.813244 189.667388,273.60518 189.427388,273.58951 C189.188258,273.57297 188.980432,273.754046 188.964779,273.99432 C188.906518,274.85269 188.802171,275.698003 188.653475,276.527645 C188.610866,276.764437 188.768258,276.990782 189.00391,277.033439 C189.240432,277.075226 189.466518,276.918525 189.509127,276.681734 M189.886518,271.856228 L189.886518,269.253259 C189.886518,269.012985 189.692605,268.81798 189.451736,268.81798 C189.211736,268.81798 189.016953,269.012985 189.016953,269.253259 L189.016953,271.856228 C189.016953,272.096503 189.211736,272.291508 189.451736,272.291508 C189.692605,272.291508 189.886518,272.096503 189.886518,271.856228 M189.886518,267.083827 L189.886518,264.480858 C189.886518,264.240584 189.692605,264.045579 189.451736,264.045579 C189.211736,264.045579 189.016953,264.240584 189.016953,264.480858 L189.016953,267.083827 C189.016953,267.324102 189.211736,267.519107 189.451736,267.519107 C189.692605,267.519107 189.886518,267.324102 189.886518,267.083827 M189.886518,262.312297 L189.886518,259.709327 C189.886518,259.469053 189.692605,259.274048 189.451736,259.274048 C189.211736,259.274048 189.016953,259.469053 189.016953,259.709327 L189.016953,262.312297 C189.016953,262.552571 189.211736,262.747576 189.451736,262.747576 C189.692605,262.747576 189.886518,262.552571 189.886518,262.312297 M189.886518,257.539896 L189.886518,254.936926 C189.886518,254.696652 189.692605,254.501647 189.451736,254.501647 C189.211736,254.501647 189.016953,254.696652 189.016953,254.936926 L189.016953,257.539896 C189.016953,257.78017 189.211736,257.975175 189.451736,257.975175 C189.692605,257.975175 189.886518,257.78017 189.886518,257.539896' id='Fill-52' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M189.886518,252.725708 L189.886518,251.419871 C189.886518,251.179596 189.692605,250.984591 189.451736,250.984591 C189.211736,250.984591 189.016953,251.179596 189.016953,251.419871 L189.016953,252.725708 C189.016953,252.965982 189.211736,253.160987 189.451736,253.160987 C189.692605,253.160987 189.886518,252.965982 189.886518,252.725708' id='Fill-53' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M111.982171,264.963147 L111.982171,266.268985 C111.982171,266.509259 112.176953,266.704264 112.416953,266.704264 C112.656953,266.704264 112.851736,266.509259 112.851736,266.268985 L112.851736,264.963147 C112.851736,264.722003 112.656953,264.527868 112.416953,264.527868 C112.176953,264.527868 111.982171,264.722003 111.982171,264.963147' id='Fill-54' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M111.982171,268.377477 L111.982171,270.90732 C111.982171,271.147594 112.176953,271.342599 112.416953,271.342599 C112.656953,271.342599 112.851736,271.147594 112.851736,270.90732 L112.851736,268.377477 C112.851736,268.136332 112.656953,267.942198 112.416953,267.942198 C112.176953,267.942198 111.982171,268.136332 111.982171,268.377477 Z M111.982171,273.015812 L111.982171,275.545655 C111.982171,275.785929 112.176953,275.980934 112.416953,275.980934 C112.656953,275.980934 112.851736,275.785929 112.851736,275.545655 L112.851736,273.015812 C112.851736,272.774668 112.656953,272.580533 112.416953,272.580533 C112.176953,272.580533 111.982171,272.774668 111.982171,273.015812 Z M111.982171,277.654147 L111.982171,280.186602 C111.98304,280.426876 112.179562,280.62014 112.419562,280.619269 C112.659562,280.617528 112.852605,280.421652 112.851736,280.181378 L112.851736,277.654147 C112.851736,277.413873 112.656953,277.218868 112.416953,277.218868 C112.176953,277.218868 111.982171,277.413873 111.982171,277.654147 Z M112.136084,282.344716 C112.256084,283.213533 112.445649,284.059716 112.696953,284.879782 C112.767388,285.108739 113.010866,285.238452 113.240432,285.167066 C113.469997,285.096551 113.598692,284.852794 113.528258,284.622967 C113.289997,283.84817 113.110866,283.047256 112.997823,282.224579 C112.964779,281.986916 112.744779,281.82064 112.507388,281.853721 C112.269127,281.886802 112.10304,282.106183 112.136084,282.344716 Z M113.470866,286.902089 C113.836084,287.692556 114.262171,288.449071 114.74391,289.16467 C114.878692,289.364028 115.149127,289.417132 115.348258,289.282195 C115.546518,289.148129 115.599562,288.877386 115.465649,288.678028 C115.009127,288.000734 114.605649,287.285135 114.260432,286.537325 C114.159562,286.318815 113.901301,286.223924 113.68304,286.324038 C113.464779,286.425023 113.369997,286.683579 113.470866,286.902089 Z M116.069127,290.875317 C116.64391,291.523013 117.269127,292.124569 117.938692,292.673891 C118.124779,292.826239 118.398692,292.798381 118.550866,292.612081 C118.70304,292.426652 118.675214,292.152426 118.489997,292.000079 C117.855214,291.480355 117.26304,290.91101 116.719562,290.297266 C116.560432,290.117931 116.285649,290.101391 116.105649,290.260703 C115.925649,290.420015 115.909997,290.695112 116.069127,290.875317 Z M119.698692,293.930107 C120.430866,294.381926 121.202171,294.77803 122.006518,295.111454 C122.228258,295.203734 122.482171,295.097525 122.574345,294.875533 C122.666518,294.653541 122.560432,294.399338 122.338692,294.307058 C121.578692,293.991916 120.848258,293.617576 120.155214,293.189261 C119.950866,293.06303 119.68304,293.125711 119.556953,293.330292 C119.430866,293.534873 119.494345,293.803876 119.698692,293.930107 Z M124.055214,295.803548 C124.882171,296.022058 125.734345,296.177018 126.607388,296.262332 C126.846518,296.285838 127.059562,296.110855 127.082171,295.871452 C127.105649,295.632048 126.930866,295.419632 126.692605,295.396127 C125.866518,295.315165 125.059562,295.168041 124.276953,294.961718 C124.044779,294.899909 123.807388,295.039198 123.745649,295.271637 C123.684779,295.504076 123.82304,295.741739 124.055214,295.803548 Z M128.752605,296.340683 L131.279562,296.340683 C131.520432,296.340683 131.714345,296.145678 131.714345,295.905404 C131.714345,295.665129 131.520432,295.470124 131.279562,295.470124 L128.752605,295.470124 C128.512605,295.470124 128.317823,295.665129 128.317823,295.905404 C128.317823,296.145678 128.512605,296.340683 128.752605,296.340683 Z M133.385649,296.340683 L135.913475,296.340683 C136.153475,296.340683 136.348258,296.145678 136.348258,295.905404 C136.348258,295.665129 136.153475,295.470124 135.913475,295.470124 L133.385649,295.470124 C133.145649,295.470124 132.950866,295.665129 132.950866,295.905404 C132.950866,296.145678 133.145649,296.340683 133.385649,296.340683 Z M138.018692,296.340683 L140.546518,296.340683 C140.786518,296.340683 140.981301,296.145678 140.981301,295.905404 C140.981301,295.665129 140.786518,295.470124 140.546518,295.470124 L138.018692,295.470124 C137.778692,295.470124 137.58391,295.665129 137.58391,295.905404 C137.58391,296.145678 137.778692,296.340683 138.018692,296.340683 Z M142.652605,296.340683 L145.179562,296.340683 C145.419562,296.340683 145.614345,296.145678 145.614345,295.905404 C145.614345,295.665129 145.419562,295.470124 145.179562,295.470124 L142.652605,295.470124 C142.411736,295.470124 142.217823,295.665129 142.217823,295.905404 C142.217823,296.145678 142.411736,296.340683 142.652605,296.340683 L142.652605,296.340683 Z' id='Fill-55' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M147.302171,296.340683 L148.606518,296.340683 C148.846518,296.340683 149.041301,296.145678 149.041301,295.905404 C149.041301,295.665129 148.846518,295.470124 148.606518,295.470124 L147.302171,295.470124 C147.062171,295.470124 146.867388,295.665129 146.867388,295.905404 C146.867388,296.145678 147.062171,296.340683 147.302171,296.340683' id='Fill-56' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M123.796953,264.963147 L123.796953,266.268985 C123.796953,266.509259 123.991736,266.704264 124.231736,266.704264 C124.471736,266.704264 124.666518,266.509259 124.666518,266.268985 L124.666518,264.963147 C124.666518,264.722003 124.471736,264.527868 124.231736,264.527868 C123.991736,264.527868 123.796953,264.722003 123.796953,264.963147' id='Fill-57' fill='%2366B3BF'%3E%3C/path%3E %3Cpath d='M123.796953,268.434063 L123.796953,271.033551 C123.796953,271.273825 123.991736,271.46883 124.231736,271.46883 C124.471736,271.46883 124.666518,271.273825 124.666518,271.033551 L124.666518,268.434063 C124.666518,268.193789 124.471736,267.998784 124.231736,267.998784 C123.991736,267.998784 123.796953,268.193789 123.796953,268.434063 Z M123.796953,273.198629 L123.796953,275.798117 C123.796953,276.038391 123.991736,276.233396 124.231736,276.233396 C124.471736,276.233396 124.666518,276.038391 124.666518,275.798117 L124.666518,273.198629 C124.666518,272.958355 124.471736,272.76335 124.231736,272.76335 C123.991736,272.76335 123.796953,272.958355 123.796953,273.198629 Z M123.796953,277.963195 L123.796953,280.095193 C123.796953,280.255376 123.799562,280.415558 123.80391,280.574871 C123.810866,280.815145 124.010866,281.004056 124.250866,280.997091 C124.490866,280.990127 124.680432,280.789898 124.673475,280.549624 C124.669127,280.399018 124.666518,280.247541 124.666518,280.095193 L124.666518,277.963195 C124.666518,277.722921 124.471736,277.527916 124.231736,277.527916 C123.991736,277.527916 123.796953,277.722921 123.796953,277.963195 Z M124.018692,282.786959 C124.166518,283.674929 124.386518,284.539393 124.672605,285.372518 C124.750866,285.599734 124.997823,285.720741 125.224779,285.642391 C125.451736,285.564911 125.572605,285.316802 125.495214,285.089586 C125.224779,284.301731 125.016953,283.484277 124.876953,282.643317 C124.836953,282.406525 124.612605,282.246343 124.376084,282.285518 C124.139562,282.325563 123.979562,282.549297 124.018692,282.786959 Z M125.536953,287.421812 C125.940432,288.219244 126.407388,288.979241 126.931736,289.69484 C127.073475,289.888104 127.345649,289.929891 127.539562,289.78799 C127.732605,289.646089 127.774345,289.373604 127.632605,289.17947 C127.136953,288.502175 126.694345,287.783094 126.312605,287.02832 C126.204779,286.814162 125.94304,286.727977 125.728258,286.836797 C125.514345,286.944746 125.428258,287.206784 125.536953,287.421812 Z M128.36391,291.393299 C128.981301,292.032289 129.651736,292.620787 130.366518,293.150957 C130.558692,293.294599 130.831736,293.253683 130.974345,293.061289 C131.117823,292.868025 131.076953,292.595541 130.88391,292.451898 C130.207388,291.949586 129.573475,291.392429 128.988258,290.787391 C128.821301,290.61502 128.546518,290.610668 128.373475,290.777815 C128.201301,290.944962 128.196953,291.220058 128.36391,291.393299 Z M132.235214,294.349716 C133.009127,294.775419 133.822171,295.138442 134.667388,295.434431 C134.893475,295.513652 135.142171,295.394386 135.221301,295.16717 C135.300432,294.939954 135.180432,294.691845 134.954345,294.612624 C134.155214,294.333175 133.385649,293.988434 132.652605,293.586236 C132.442171,293.471322 132.177823,293.547931 132.06304,293.759477 C131.947388,293.970152 132.024779,294.234802 132.235214,294.349716 Z M136.809127,296.021188 C137.668258,296.194429 138.551736,296.299766 139.454345,296.330236 C139.694345,296.338942 139.895214,296.150901 139.90391,295.910627 C139.911736,295.670353 139.72391,295.469254 139.48391,295.460548 C138.629997,295.430949 137.793475,295.331706 136.980432,295.168041 C136.744779,295.12103 136.516084,295.273378 136.468258,295.509299 C136.421301,295.74435 136.573475,295.974178 136.809127,296.021188 Z M141.632605,296.340683 L144.228258,296.340683 C144.468258,296.340683 144.66304,296.145678 144.66304,295.905404 C144.66304,295.665129 144.468258,295.470124 144.228258,295.470124 L141.632605,295.470124 C141.392605,295.470124 141.197823,295.665129 141.197823,295.905404 C141.197823,296.145678 141.392605,296.340683 141.632605,296.340683 Z M146.391736,296.340683 L148.987388,296.340683 C149.227388,296.340683 149.422171,296.145678 149.422171,295.905404 C149.422171,295.665129 149.227388,295.470124 148.987388,295.470124 L146.391736,295.470124 C146.151736,295.470124 145.956953,295.665129 145.956953,295.905404 C145.956953,296.145678 146.151736,296.340683 146.391736,296.340683 Z M151.150866,296.340683 L153.746518,296.340683 C153.986518,296.340683 154.181301,296.145678 154.181301,295.905404 C154.181301,295.665129 153.986518,295.470124 153.746518,295.470124 L151.150866,295.470124 C150.910866,295.470124 150.716084,295.665129 150.716084,295.905404 C150.716084,296.145678 150.910866,296.340683 151.150866,296.340683 Z M155.909997,296.340683 L158.505649,296.340683 C158.745649,296.340683 158.940432,296.145678 158.940432,295.905404 C158.940432,295.665129 158.745649,295.470124 158.505649,295.470124 L155.909997,295.470124 C155.669127,295.470124 155.475214,295.665129 155.475214,295.905404 C155.475214,296.145678 155.669127,296.340683 155.909997,296.340683 L155.909997,296.340683 Z' id='Fill-58' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M160.686518,296.340683 L161.990866,296.340683 C162.230866,296.340683 162.425649,296.145678 162.425649,295.905404 C162.425649,295.665129 162.230866,295.470124 161.990866,295.470124 L160.686518,295.470124 C160.446518,295.470124 160.251736,295.665129 160.251736,295.905404 C160.251736,296.145678 160.446518,296.340683 160.686518,296.340683' id='Fill-59' fill='%23444F71'%3E%3C/path%3E %3Cpolyline id='Fill-60' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='104.477823 217.215632 104.477823 270.900355 95.8508663 270.913414 95.6682576 217.229561 104.477823 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-61' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='99.9682576 205.552761 100.846518 206.802013 104.477823 217.215632 95.6752141 217.229561 99.1256489 206.761967 99.9682576 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-62' fill='%23F8CE4E' points='99.9682576 205.552761 100.846518 206.802013 100.38391 207.091038 99.9699967 206.760226 99.5239098 207.210305 99.1256489 206.761967 99.9682576 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-63' fill='%23444F71' points='95.6752141 217.229561 96.9369532 218.17847 97.8299967 217.226079 95.6752141 217.229561'%3E%3C/polyline%3E %3Cpolyline id='Fill-64' fill='%23444F71' points='97.8299967 217.226079 99.0917359 218.174987 99.9856489 217.222596 97.8299967 217.226079'%3E%3C/polyline%3E %3Cpolyline id='Fill-65' fill='%23444F71' points='99.9856489 217.222596 101.247388 218.171505 102.141301 217.219114 99.9856489 217.222596'%3E%3C/polyline%3E %3Cpolyline id='Fill-66' fill='%23FADBCD' points='102.141301 217.219114 103.402171 218.168023 104.477823 217.215632 102.141301 217.219114'%3E%3C/polyline%3E %3Cpolyline id='Fill-67' fill='%23E1DCDA' points='104.477823 258.810911 104.477823 217.215632 104.478692 258.810911 104.477823 258.810911'%3E%3C/polyline%3E %3Cpath d='M104.477823,270.896873 L104.477823,266.911457 L104.478823,266.910586 L104.479823,270.896873 L104.477823,270.896873 M104.478823,259.49517 L104.477823,259.494299 L104.477823,258.810911 L104.478823,258.810911 L104.478823,259.49517' id='Fill-68' fill='%23BCC1C0'%3E%3C/path%3E %3Cpolyline id='Fill-69' fill='%23BCC1C0' points='104.477823 266.911457 104.477823 259.494299 104.478692 259.49517 104.478692 266.910586 104.477823 266.911457'%3E%3C/polyline%3E %3Cpolyline id='Fill-70' fill='%23E1DCDA' points='104.477823 217.215632 100.846518 206.802013 99.9682576 205.552761 99.1256489 206.761967 98.7186924 207.997289 99.1256489 206.757614 99.9682576 205.548409 100.846518 206.79766 104.477823 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-73' fill='%2352ABF1' points='99.5239098 207.210305 99.1256489 206.761967 99.9682576 205.552761 100.846518 206.802013 100.38391 207.091038 99.9699967 206.760226 99.5239098 207.210305'%3E%3C/polyline%3E %3Cpolyline id='Fill-74' fill='%23444F71' points='101.502171 217.899891 101.499562 217.219985 102.141301 217.219114 102.140432 217.219114 101.502171 217.899891'%3E%3C/polyline%3E %3Cpolyline id='Fill-75' fill='%23444F71' points='103.402171 218.168023 102.141301 217.219114 104.477823 217.215632 103.402171 218.168023'%3E%3C/polyline%3E %3Cpolygon id='Fill-76' fill='%2352ABF1' points='95.8491272 271.911074 104.479562 271.911074 104.479562 270.323175 95.8491272 270.323175'%3E%3C/polygon%3E %3Cpolyline id='Fill-77' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='116.570866 217.215632 116.570866 270.900355 107.94391 270.913414 107.761301 217.229561 116.570866 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-78' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='112.061301 205.552761 112.939562 206.802013 116.570866 217.215632 107.768258 217.229561 111.218692 206.761967 112.061301 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-79' fill='%23EB8D4F' points='112.061301 205.552761 112.939562 206.802013 112.476953 207.091038 112.06304 206.760226 111.616953 207.210305 111.218692 206.761967 112.061301 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-80' fill='%23444F71' points='107.768258 217.229561 109.029997 218.17847 109.92304 217.226079 107.768258 217.229561'%3E%3C/polyline%3E %3Cpolyline id='Fill-81' fill='%23444F71' points='109.92304 217.226079 111.184779 218.174987 112.078692 217.222596 109.92304 217.226079'%3E%3C/polyline%3E %3Cpolyline id='Fill-82' fill='%23444F71' points='112.078692 217.222596 113.340432 218.171505 114.233475 217.219114 112.078692 217.222596'%3E%3C/polyline%3E %3Cpolyline id='Fill-83' fill='%23FADBCD' points='114.233475 217.219114 115.495214 218.168023 116.570866 217.215632 114.233475 217.219114'%3E%3C/polyline%3E %3Cpolyline id='Fill-84' fill='%23E1DCDA' points='116.570866 257.263929 116.570866 217.215632 116.571736 257.263929 116.570866 257.263929'%3E%3C/polyline%3E %3Cpolygon id='Fill-85' fill='%23BCC1C0' points='116.570866 270.896873 116.571736 270.896873 116.571736 257.263929 116.570866 257.263929'%3E%3C/polygon%3E %3Cpolyline id='Fill-86' fill='%23E1DCDA' points='116.570866 217.215632 112.939562 206.802013 112.061301 205.552761 111.218692 206.761967 110.841301 207.906751 111.218692 206.757614 112.061301 205.548409 112.939562 206.79766 116.570866 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-89' fill='%2352ABF1' points='111.616953 207.210305 111.218692 206.761967 112.061301 205.552761 112.939562 206.802013 112.476953 207.091038 112.06304 206.760226 111.616953 207.210305'%3E%3C/polyline%3E %3Cpolyline id='Fill-90' fill='%23444F71' points='113.595214 217.899891 113.592605 217.219985 114.233475 217.219114 113.595214 217.899891'%3E%3C/polyline%3E %3Cpolyline id='Fill-91' fill='%23444F71' points='115.495214 218.168023 114.234345 217.219114 114.233475 217.219114 116.570866 217.215632 115.495214 218.168023'%3E%3C/polyline%3E %3Cpolygon id='Fill-92' fill='%2352ABF1' points='107.942171 271.911074 116.571736 271.911074 116.571736 270.323175 107.942171 270.323175'%3E%3C/polygon%3E %3Cpolyline id='Fill-93' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='128.66304 217.215632 128.66304 270.900355 120.036953 270.913414 119.853475 217.229561 128.66304 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-94' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='124.153475 205.552761 125.032605 206.802013 128.66304 217.215632 119.861301 217.229561 123.311736 206.761967 124.153475 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-95' fill='%23E1594A' points='124.153475 205.552761 125.032605 206.802013 124.569997 207.091038 124.155214 206.760226 123.709127 207.210305 123.311736 206.761967 124.153475 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-96' fill='%23444F71' points='119.860432 217.229561 121.122171 218.17847 122.016084 217.226079 119.860432 217.229561'%3E%3C/polyline%3E %3Cpolyline id='Fill-97' fill='%23444F71' points='122.016084 217.226079 123.277823 218.174987 124.171736 217.222596 122.016084 217.226079'%3E%3C/polyline%3E %3Cpolyline id='Fill-98' fill='%23444F71' points='124.170866 217.222596 125.432605 218.171505 126.326518 217.219114 124.170866 217.222596'%3E%3C/polyline%3E %3Cpolyline id='Fill-99' fill='%23FADBCD' points='126.326518 217.219114 127.588258 218.168023 128.66304 217.215632 126.326518 217.219114'%3E%3C/polyline%3E %3Cpolyline id='Fill-100' fill='%23E1DCDA' points='128.66304 256.098251 128.66304 222.096853 128.66391 222.096853 128.664779 256.098251 128.66304 256.098251'%3E%3C/polyline%3E %3Cpolygon id='Fill-101' fill='%23BCC1C0' points='128.66304 270.896873 128.664779 270.896873 128.664779 256.098251 128.66304 256.098251'%3E%3C/polygon%3E %3Cpolyline id='Fill-102' fill='%23152C40' points='128.66391 222.096853 128.66304 222.096853 128.66304 217.215632 128.66391 222.096853'%3E%3C/polyline%3E %3Cpath d='M123.12391,207.39285 L123.311736,206.781894 L123.530866,206.445775 L123.534345,206.445775 L123.311736,206.786536 L123.12391,207.39285 M125.187388,207.302785 L125.032605,206.829248 L124.744779,206.39285 L124.747388,206.39285 L125.032605,206.824605 L125.189127,207.302785 L125.187388,207.302785' id='Fill-105' fill='%231E877F'%3E%3C/path%3E %3Cpolyline id='Fill-107' fill='%2352ABF1' points='123.709127 207.210305 123.311736 206.761967 124.153475 205.552761 125.032605 206.802013 124.569997 207.091038 124.155214 206.760226 123.709127 207.210305'%3E%3C/polyline%3E %3Cpolyline id='Fill-108' fill='%23444F71' points='125.687388 217.899891 125.685649 217.219985 126.326518 217.219114 125.687388 217.899891'%3E%3C/polyline%3E %3Cpolyline id='Fill-109' fill='%23444F71' points='127.588258 218.168023 126.326518 217.219114 128.66304 217.215632 127.588258 218.168023'%3E%3C/polyline%3E %3Cpolygon id='Fill-110' fill='%2352ABF1' points='120.035214 271.911074 128.664779 271.911074 128.664779 270.323175 120.035214 270.323175'%3E%3C/polygon%3E %3Cpolyline id='Fill-111' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='140.756084 217.215632 140.756084 270.900355 132.129997 270.913414 131.946518 217.229561 140.756084 217.215632'%3E%3C/polyline%3E %3Cpolyline id='Fill-112' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF' points='136.246518 205.552761 137.125649 206.802013 140.756084 217.215632 131.953475 217.229561 135.404779 206.761967 136.246518 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-113' fill='%232C7BA3' points='136.246518 205.552761 137.125649 206.802013 136.662171 207.091038 136.248258 206.760226 135.802171 207.210305 135.404779 206.761967 136.246518 205.552761'%3E%3C/polyline%3E %3Cpolyline id='Fill-114' fill='%23444F71' points='131.953475 217.229561 133.215214 218.17847 134.109127 217.226079 131.953475 217.229561'%3E%3C/polyline%3E %3Cpolyline id='Fill-115' fill='%23444F71' points='134.109127 217.226079 135.370866 218.174987 136.26391 217.222596 134.109127 217.226079'%3E%3C/polyline%3E %3Cpolyline id='Fill-116' fill='%23444F71' points='136.26391 217.222596 137.525649 218.171505 138.419562 217.219114 136.26391 217.222596'%3E%3C/polyline%3E %3Cpolyline id='Fill-117' fill='%23FADBCD' points='138.419562 217.219114 139.681301 218.168023 140.756084 217.215632 138.419562 217.219114'%3E%3C/polyline%3E %3Cpolygon id='Fill-118' fill='%23E1DCDA' points='140.756084 255.215505 140.756953 255.215505 140.756953 227.031178 140.756084 227.031178'%3E%3C/polygon%3E %3Cpolyline id='Fill-119' fill='%23BCC1C0' points='140.756084 270.896873 140.756084 255.215505 140.756953 255.215505 140.757823 270.896873 140.756084 270.896873'%3E%3C/polyline%3E %3Cpolyline id='Fill-120' fill='%23152C40' points='140.756953 227.031178 140.756084 227.031178 140.756084 217.215632 140.756953 227.031178'%3E%3C/polyline%3E %3Cpath d='M135.381301,206.912302 L135.404779,206.833554 L135.977823,205.936021 L135.981301,205.936021 L135.404779,206.838298 L135.382171,206.912302 L135.381301,206.912302 M137.096084,206.835452 L136.500432,205.912302 L136.50304,205.912302 L137.098692,206.835452 L137.096084,206.835452' id='Fill-123' fill='%231E877F'%3E%3C/path%3E %3Cpolyline id='Fill-125' fill='%2352ABF1' points='135.802171 207.210305 135.404779 206.761967 136.246518 205.552761 137.125649 206.802013 136.662171 207.091038 136.248258 206.760226 135.802171 207.210305'%3E%3C/polyline%3E %3Cpolyline id='Fill-126' fill='%23444F71' points='137.780432 217.899891 137.777823 217.219985 138.419562 217.219114 137.780432 217.899891'%3E%3C/polyline%3E %3Cpolyline id='Fill-127' fill='%23444F71' points='139.681301 218.168023 138.419562 217.219114 140.756084 217.215632 139.681301 218.168023'%3E%3C/polyline%3E %3Cpolygon id='Fill-128' fill='%2352ABF1' points='132.127388 271.911074 140.757823 271.911074 140.757823 270.323175 132.127388 270.323175'%3E%3C/polygon%3E %3Cpath d='M339.215214,289.418003 L341.82391,289.418003 C342.06391,289.418003 342.258692,289.222997 342.258692,288.982723 C342.258692,288.742449 342.06391,288.547444 341.82391,288.547444 L339.215214,288.547444 C338.975214,288.547444 338.780432,288.742449 338.780432,288.982723 C338.780432,289.222997 338.975214,289.418003 339.215214,289.418003 M343.997823,289.418003 L346.606518,289.418003 C346.846518,289.418003 347.041301,289.222997 347.041301,288.982723 C347.041301,288.742449 346.846518,288.547444 346.606518,288.547444 L343.997823,288.547444 C343.757823,288.547444 343.56304,288.742449 343.56304,288.982723 C343.56304,289.222997 343.757823,289.418003 343.997823,289.418003 M348.780432,289.418003 L351.389127,289.418003 C351.629127,289.418003 351.82391,289.222997 351.82391,288.982723 C351.82391,288.742449 351.629127,288.547444 351.389127,288.547444 L348.780432,288.547444 C348.540432,288.547444 348.345649,288.742449 348.345649,288.982723 C348.345649,289.222997 348.540432,289.418003 348.780432,289.418003 M353.56304,289.418003 L356.171736,289.418003 C356.411736,289.418003 356.606518,289.222997 356.606518,288.982723 C356.606518,288.742449 356.411736,288.547444 356.171736,288.547444 L353.56304,288.547444 C353.32304,288.547444 353.128258,288.742449 353.128258,288.982723 C353.128258,289.222997 353.32304,289.418003 353.56304,289.418003 M358.345649,289.418003 L360.954345,289.418003 C361.194345,289.418003 361.389127,289.222997 361.389127,288.982723 C361.389127,288.742449 361.194345,288.547444 360.954345,288.547444 L358.345649,288.547444 C358.105649,288.547444 357.910866,288.742449 357.910866,288.982723 C357.910866,289.222997 358.105649,289.418003 358.345649,289.418003 M363.128258,289.418003 L365.736953,289.418003 C365.976953,289.418003 366.171736,289.222997 366.171736,288.982723 C366.171736,288.742449 365.976953,288.547444 365.736953,288.547444 L363.128258,288.547444 C362.888258,288.547444 362.693475,288.742449 362.693475,288.982723 C362.693475,289.222997 362.888258,289.418003 363.128258,289.418003 M367.910866,289.418003 L370.519562,289.418003 C370.759562,289.418003 370.954345,289.222997 370.954345,288.982723 C370.954345,288.742449 370.759562,288.547444 370.519562,288.547444 L367.910866,288.547444 C367.670866,288.547444 367.476084,288.742449 367.476084,288.982723 C367.476084,289.222997 367.670866,289.418003 367.910866,289.418003 M372.693475,289.418003 L375.302171,289.418003 C375.542171,289.418003 375.736953,289.222997 375.736953,288.982723 C375.736953,288.742449 375.542171,288.547444 375.302171,288.547444 L372.693475,288.547444 C372.453475,288.547444 372.258692,288.742449 372.258692,288.982723 C372.258692,289.222997 372.453475,289.418003 372.693475,289.418003 M377.476084,289.418003 L380.084779,289.418003 C380.324779,289.418003 380.519562,289.222997 380.519562,288.982723 C380.519562,288.742449 380.324779,288.547444 380.084779,288.547444 L377.476084,288.547444 C377.236084,288.547444 377.041301,288.742449 377.041301,288.982723 C377.041301,289.222997 377.236084,289.418003 377.476084,289.418003 M382.258692,289.418003 L384.867388,289.418003 C385.107388,289.418003 385.302171,289.222997 385.302171,288.982723 C385.302171,288.742449 385.107388,288.547444 384.867388,288.547444 L382.258692,288.547444 C382.018692,288.547444 381.82391,288.742449 381.82391,288.982723 C381.82391,289.222997 382.018692,289.418003 382.258692,289.418003 M387.041301,289.418003 L389.649997,289.418003 C389.889997,289.418003 390.084779,289.222997 390.084779,288.982723 C390.084779,288.742449 389.889997,288.547444 389.649997,288.547444 L387.041301,288.547444 C386.800432,288.547444 386.606518,288.742449 386.606518,288.982723 C386.606518,289.222997 386.800432,289.418003 387.041301,289.418003 M391.82391,289.418003 L393.775214,289.418003 C393.977823,289.418003 394.177823,289.431931 394.373475,289.457178 C394.611736,289.488518 394.829997,289.321371 394.861301,289.082838 C394.892605,288.844305 394.724779,288.625794 394.487388,288.594454 C394.253475,288.563985 394.016084,288.547444 393.775214,288.547444 L391.82391,288.547444 C391.58391,288.547444 391.389127,288.742449 391.389127,288.982723 C391.389127,289.222997 391.58391,289.418003 391.82391,289.418003 M396.220432,290.133602 C396.889997,290.563657 397.439562,291.164343 397.807388,291.874718 C397.917823,292.088005 398.179562,292.171579 398.393475,292.060147 C398.606518,291.949586 398.689127,291.687548 398.578692,291.474261 C398.141301,290.627208 397.487388,289.91248 396.689997,289.400591 C396.487388,289.270878 396.218692,289.330076 396.089127,289.532046 C395.959562,289.734886 396.018692,290.003888 396.220432,290.133602 M398.309127,293.777759 L398.313475,293.961447 C398.312605,294.726668 398.124779,295.444008 397.792605,296.076033 C397.681301,296.288449 397.762171,296.552228 397.975214,296.66366 C398.187388,296.775962 398.449997,296.694129 398.562171,296.481713 C398.958692,295.729551 399.18304,294.87031 399.18304,293.961447 L399.178692,293.743807 C399.169127,293.503533 398.966518,293.316363 398.726518,293.325939 C398.486518,293.335515 398.299562,293.537485 398.309127,293.777759 M396.520432,297.579487 C395.899562,298.052201 395.155214,298.368213 394.34304,298.470069 C394.104779,298.499668 393.936084,298.717307 393.965649,298.95584 C393.995214,299.194373 394.212605,299.363261 394.450866,299.333662 C395.418692,299.212655 396.308258,298.835703 397.047388,298.272452 C397.237823,298.127069 397.275214,297.853713 397.129997,297.66219 C396.98391,297.471538 396.711736,297.434104 396.520432,297.579487 M392.224779,298.504891 L389.616084,298.504891 C389.376084,298.504891 389.181301,298.699896 389.181301,298.94017 C389.181301,299.180444 389.376084,299.375449 389.616084,299.375449 L392.224779,299.375449 C392.464779,299.375449 392.659562,299.180444 392.659562,298.94017 C392.659562,298.699896 392.464779,298.504891 392.224779,298.504891 M387.442171,298.504891 L384.833475,298.504891 C384.593475,298.504891 384.398692,298.699896 384.398692,298.94017 C384.398692,299.180444 384.593475,299.375449 384.833475,299.375449 L387.442171,299.375449 C387.682171,299.375449 387.876953,299.180444 387.876953,298.94017 C387.876953,298.699896 387.682171,298.504891 387.442171,298.504891 M382.659562,298.504891 L380.050866,298.504891 C379.810866,298.504891 379.616084,298.699896 379.616084,298.94017 C379.616084,299.180444 379.810866,299.375449 380.050866,299.375449 L382.659562,299.375449 C382.899562,299.375449 383.094345,299.180444 383.094345,298.94017 C383.094345,298.699896 382.899562,298.504891 382.659562,298.504891 M377.876953,298.504891 L375.268258,298.504891 C375.028258,298.504891 374.833475,298.699896 374.833475,298.94017 C374.833475,299.180444 375.028258,299.375449 375.268258,299.375449 L377.876953,299.375449 C378.116953,299.375449 378.311736,299.180444 378.311736,298.94017 C378.311736,298.699896 378.116953,298.504891 377.876953,298.504891 M373.094345,298.504891 L370.485649,298.504891 C370.245649,298.504891 370.050866,298.699896 370.050866,298.94017 C370.050866,299.180444 370.245649,299.375449 370.485649,299.375449 L373.094345,299.375449 C373.334345,299.375449 373.529127,299.180444 373.529127,298.94017 C373.529127,298.699896 373.334345,298.504891 373.094345,298.504891 M368.311736,298.504891 L365.70304,298.504891 C365.46304,298.504891 365.268258,298.699896 365.268258,298.94017 C365.268258,299.180444 365.46304,299.375449 365.70304,299.375449 L368.311736,299.375449 C368.551736,299.375449 368.746518,299.180444 368.746518,298.94017 C368.746518,298.699896 368.551736,298.504891 368.311736,298.504891 M363.529127,298.504891 L360.920432,298.504891 C360.680432,298.504891 360.485649,298.699896 360.485649,298.94017 C360.485649,299.180444 360.680432,299.375449 360.920432,299.375449 L363.529127,299.375449 C363.769127,299.375449 363.96391,299.180444 363.96391,298.94017 C363.96391,298.699896 363.769127,298.504891 363.529127,298.504891 M358.746518,298.504891 L356.137823,298.504891 C355.897823,298.504891 355.70304,298.699896 355.70304,298.94017 C355.70304,299.180444 355.897823,299.375449 356.137823,299.375449 L358.746518,299.375449 C358.986518,299.375449 359.181301,299.180444 359.181301,298.94017 C359.181301,298.699896 358.986518,298.504891 358.746518,298.504891 M353.96391,298.504891 L351.355214,298.504891 C351.115214,298.504891 350.920432,298.699896 350.920432,298.94017 C350.920432,299.180444 351.115214,299.375449 351.355214,299.375449 L353.96391,299.375449 C354.20391,299.375449 354.398692,299.180444 354.398692,298.94017 C354.398692,298.699896 354.20391,298.504891 353.96391,298.504891 M349.181301,298.504891 L346.572605,298.504891 C346.332605,298.504891 346.137823,298.699896 346.137823,298.94017 C346.137823,299.180444 346.332605,299.375449 346.572605,299.375449 L349.181301,299.375449 C349.421301,299.375449 349.616084,299.180444 349.616084,298.94017 C349.616084,298.699896 349.421301,298.504891 349.181301,298.504891 M344.398692,298.504891 L341.789997,298.504891 C341.549997,298.504891 341.355214,298.699896 341.355214,298.94017 C341.355214,299.180444 341.549997,299.375449 341.789997,299.375449 L344.398692,299.375449 C344.638692,299.375449 344.833475,299.180444 344.833475,298.94017 C344.833475,298.699896 344.638692,298.504891 344.398692,298.504891 M339.616084,298.504891 L337.007388,298.504891 C336.767388,298.504891 336.572605,298.699896 336.572605,298.94017 C336.572605,299.180444 336.767388,299.375449 337.007388,299.375449 L339.616084,299.375449 C339.856084,299.375449 340.050866,299.180444 340.050866,298.94017 C340.050866,298.699896 339.856084,298.504891 339.616084,298.504891 M334.833475,298.504891 L332.224779,298.504891 C331.984779,298.504891 331.789997,298.699896 331.789997,298.94017 C331.789997,299.180444 331.984779,299.375449 332.224779,299.375449 L334.833475,299.375449 C335.073475,299.375449 335.268258,299.180444 335.268258,298.94017 C335.268258,298.699896 335.073475,298.504891 334.833475,298.504891 M330.050866,298.504891 L327.442171,298.504891 C327.202171,298.504891 327.007388,298.699896 327.007388,298.94017 C327.007388,299.180444 327.202171,299.375449 327.442171,299.375449 L330.050866,299.375449 C330.290866,299.375449 330.485649,299.180444 330.485649,298.94017 C330.485649,298.699896 330.290866,298.504891 330.050866,298.504891 M325.268258,298.504891 L322.659562,298.504891 C322.419562,298.504891 322.224779,298.699896 322.224779,298.94017 C322.224779,299.180444 322.419562,299.375449 322.659562,299.375449 L325.268258,299.375449 C325.508258,299.375449 325.70304,299.180444 325.70304,298.94017 C325.70304,298.699896 325.508258,298.504891 325.268258,298.504891 M320.485649,298.504891 L317.876953,298.504891 C317.636953,298.504891 317.442171,298.699896 317.442171,298.94017 C317.442171,299.180444 317.636953,299.375449 317.876953,299.375449 L320.485649,299.375449 C320.725649,299.375449 320.920432,299.180444 320.920432,298.94017 C320.920432,298.699896 320.725649,298.504891 320.485649,298.504891 M315.70304,298.504891 L313.094345,298.504891 C312.854345,298.504891 312.659562,298.699896 312.659562,298.94017 C312.659562,299.180444 312.854345,299.375449 313.094345,299.375449 L315.70304,299.375449 C315.94304,299.375449 316.137823,299.180444 316.137823,298.94017 C316.137823,298.699896 315.94304,298.504891 315.70304,298.504891 M310.920432,298.504891 L308.311736,298.504891 C308.071736,298.504891 307.876953,298.699896 307.876953,298.94017 C307.876953,299.180444 308.071736,299.375449 308.311736,299.375449 L310.920432,299.375449 C311.160432,299.375449 311.355214,299.180444 311.355214,298.94017 C311.355214,298.699896 311.160432,298.504891 310.920432,298.504891 M306.137823,298.504891 L303.529127,298.504891 C303.289127,298.504891 303.094345,298.699896 303.094345,298.94017 C303.094345,299.180444 303.289127,299.375449 303.529127,299.375449 L306.137823,299.375449 C306.377823,299.375449 306.572605,299.180444 306.572605,298.94017 C306.572605,298.699896 306.377823,298.504891 306.137823,298.504891 M301.355214,298.504891 L298.746518,298.504891 C298.506518,298.504891 298.311736,298.699896 298.311736,298.94017 C298.311736,299.180444 298.506518,299.375449 298.746518,299.375449 L301.355214,299.375449 C301.595214,299.375449 301.789997,299.180444 301.789997,298.94017 C301.789997,298.699896 301.595214,298.504891 301.355214,298.504891 M296.572605,298.504891 L293.96391,298.504891 C293.72391,298.504891 293.529127,298.699896 293.529127,298.94017 C293.529127,299.180444 293.72391,299.375449 293.96391,299.375449 L296.572605,299.375449 C296.812605,299.375449 297.007388,299.180444 297.007388,298.94017 C297.007388,298.699896 296.812605,298.504891 296.572605,298.504891 M291.789997,298.504891 L289.181301,298.504891 C288.941301,298.504891 288.746518,298.699896 288.746518,298.94017 C288.746518,299.180444 288.941301,299.375449 289.181301,299.375449 L291.789997,299.375449 C292.029997,299.375449 292.224779,299.180444 292.224779,298.94017 C292.224779,298.699896 292.029997,298.504891 291.789997,298.504891 M287.007388,298.504891 L284.398692,298.504891 C284.158692,298.504891 283.96391,298.699896 283.96391,298.94017 C283.96391,299.180444 284.158692,299.375449 284.398692,299.375449 L287.007388,299.375449 C287.247388,299.375449 287.442171,299.180444 287.442171,298.94017 C287.442171,298.699896 287.247388,298.504891 287.007388,298.504891 M282.224779,298.504891 L279.616084,298.504891 C279.376084,298.504891 279.181301,298.699896 279.181301,298.94017 C279.181301,299.180444 279.376084,299.375449 279.616084,299.375449 L282.224779,299.375449 C282.465649,299.375449 282.659562,299.180444 282.659562,298.94017 C282.659562,298.699896 282.465649,298.504891 282.224779,298.504891 M277.442171,298.504891 L274.833475,298.504891 C274.593475,298.504891 274.398692,298.699896 274.398692,298.94017 C274.398692,299.180444 274.593475,299.375449 274.833475,299.375449 L277.442171,299.375449 C277.682171,299.375449 277.876953,299.180444 277.876953,298.94017 C277.876953,298.699896 277.682171,298.504891 277.442171,298.504891 M272.659562,298.504891 L270.050866,298.504891 C269.810866,298.504891 269.616084,298.699896 269.616084,298.94017 C269.616084,299.180444 269.810866,299.375449 270.050866,299.375449 L272.659562,299.375449 C272.899562,299.375449 273.094345,299.180444 273.094345,298.94017 C273.094345,298.699896 272.899562,298.504891 272.659562,298.504891 M267.876953,298.504891 L265.268258,298.504891 C265.028258,298.504891 264.833475,298.699896 264.833475,298.94017 C264.833475,299.180444 265.028258,299.375449 265.268258,299.375449 L267.876953,299.375449 C268.116953,299.375449 268.311736,299.180444 268.311736,298.94017 C268.311736,298.699896 268.116953,298.504891 267.876953,298.504891 M263.094345,298.504891 L260.485649,298.504891 C260.245649,298.504891 260.050866,298.699896 260.050866,298.94017 C260.050866,299.180444 260.245649,299.375449 260.485649,299.375449 L263.094345,299.375449 C263.335214,299.375449 263.529127,299.180444 263.529127,298.94017 C263.529127,298.699896 263.335214,298.504891 263.094345,298.504891 M258.311736,298.504891 L255.70304,298.504891 C255.46304,298.504891 255.268258,298.699896 255.268258,298.94017 C255.268258,299.180444 255.46304,299.375449 255.70304,299.375449 L258.311736,299.375449 C258.551736,299.375449 258.746518,299.180444 258.746518,298.94017 C258.746518,298.699896 258.551736,298.504891 258.311736,298.504891 M253.529127,298.504891 L250.920432,298.504891 C250.680432,298.504891 250.485649,298.699896 250.485649,298.94017 C250.485649,299.180444 250.680432,299.375449 250.920432,299.375449 L253.529127,299.375449 C253.769127,299.375449 253.96391,299.180444 253.96391,298.94017 C253.96391,298.699896 253.769127,298.504891 253.529127,298.504891 M248.746518,298.504891 L246.137823,298.504891 C245.897823,298.504891 245.70304,298.699896 245.70304,298.94017 C245.70304,299.180444 245.897823,299.375449 246.137823,299.375449 L248.746518,299.375449 C248.987388,299.375449 249.181301,299.180444 249.181301,298.94017 C249.181301,298.699896 248.987388,298.504891 248.746518,298.504891 M243.96391,298.504891 L241.355214,298.504891 C241.115214,298.504891 240.920432,298.699896 240.920432,298.94017 C240.920432,299.180444 241.115214,299.375449 241.355214,299.375449 L243.96391,299.375449 C244.20391,299.375449 244.398692,299.180444 244.398692,298.94017 C244.398692,298.699896 244.20391,298.504891 243.96391,298.504891 M239.181301,298.504891 L236.572605,298.504891 C236.332605,298.504891 236.137823,298.699896 236.137823,298.94017 C236.137823,299.180444 236.332605,299.375449 236.572605,299.375449 L239.181301,299.375449 C239.421301,299.375449 239.616084,299.180444 239.616084,298.94017 C239.616084,298.699896 239.421301,298.504891 239.181301,298.504891 M234.398692,298.504891 L231.789997,298.504891 C231.549997,298.504891 231.355214,298.699896 231.355214,298.94017 C231.355214,299.180444 231.549997,299.375449 231.789997,299.375449 L234.398692,299.375449 C234.639562,299.375449 234.833475,299.180444 234.833475,298.94017 C234.833475,298.699896 234.639562,298.504891 234.398692,298.504891 M229.616084,298.504891 L227.007388,298.504891 C226.767388,298.504891 226.572605,298.699896 226.572605,298.94017 C226.572605,299.180444 226.767388,299.375449 227.007388,299.375449 L229.616084,299.375449 C229.856084,299.375449 230.050866,299.180444 230.050866,298.94017 C230.050866,298.699896 229.856084,298.504891 229.616084,298.504891 M224.833475,298.504891 L222.224779,298.504891 C221.984779,298.504891 221.789997,298.699896 221.789997,298.94017 C221.789997,299.180444 221.984779,299.375449 222.224779,299.375449 L224.833475,299.375449 C225.073475,299.375449 225.268258,299.180444 225.268258,298.94017 C225.268258,298.699896 225.073475,298.504891 224.833475,298.504891 M220.108258,298.391718 C219.256953,298.288992 218.427388,298.120104 217.62304,297.889406 C217.392605,297.822373 217.151736,297.956439 217.085649,298.187137 C217.018692,298.418706 217.152605,298.65985 217.38304,298.726013 C218.231736,298.969769 219.107388,299.148234 220.004779,299.256183 C220.24304,299.284041 220.459562,299.114282 220.488258,298.874878 C220.516953,298.636345 220.346518,298.419576 220.108258,298.391718 M215.633475,297.170325 C214.855214,296.827325 214.108258,296.424256 213.400432,295.966343 C213.198692,295.835759 212.929127,295.894086 212.798692,296.096056 C212.669127,296.298025 212.726518,296.567028 212.928258,296.697612 C213.675214,297.180772 214.462171,297.605604 215.284779,297.966886 C215.50391,298.063518 215.760432,297.963404 215.856953,297.743152 C215.953475,297.522901 215.853475,297.266957 215.633475,297.170325 M211.70391,294.702292 C211.059562,294.152099 210.460432,293.551414 209.910866,292.90633 C209.755214,292.723513 209.480432,292.701749 209.297823,292.857579 C209.115214,293.013409 209.093475,293.287635 209.249127,293.471322 C209.828258,294.151228 210.460432,294.784124 211.139562,295.364787 C211.322171,295.520617 211.596953,295.498853 211.752605,295.316036 C211.908258,295.133218 211.886518,294.858122 211.70391,294.702292 M208.649127,291.208741 C208.192605,290.500107 207.789997,289.753168 207.448258,288.974018 C207.351736,288.753766 207.096084,288.653652 206.876084,288.750284 C206.656084,288.846916 206.556084,289.103731 206.652605,289.323982 C207.012605,290.145789 207.436953,290.933645 207.918692,291.680584 C208.049127,291.882553 208.317823,291.940881 208.519562,291.810297 C208.721301,291.679713 208.779562,291.410711 208.649127,291.208741 M206.730866,286.983921 C206.500432,286.178655 206.331736,285.347272 206.229127,284.495865 C206.201301,284.256462 205.984779,284.086703 205.746518,284.115431 C205.507388,284.143289 205.337823,284.360058 205.365649,284.598591 C205.473475,285.497878 205.651736,286.37453 205.895214,287.224195 C205.961301,287.454893 206.202171,287.588089 206.432605,287.521926 C206.66391,287.455764 206.796953,287.214619 206.730866,286.983921 M206.116084,282.376056 L206.116084,279.764381 C206.116084,279.524107 205.921301,279.329102 205.681301,279.329102 C205.441301,279.329102 205.246518,279.524107 205.246518,279.764381 L205.246518,282.376056 C205.246518,282.61633 205.441301,282.811335 205.681301,282.811335 C205.921301,282.811335 206.116084,282.61633 206.116084,282.376056 M206.116084,277.587985 L206.116084,274.97631 C206.116084,274.736036 205.921301,274.54103 205.681301,274.54103 C205.441301,274.54103 205.246518,274.736036 205.246518,274.97631 L205.246518,277.587985 C205.246518,277.828259 205.441301,278.023264 205.681301,278.023264 C205.921301,278.023264 206.116084,277.828259 206.116084,277.587985 M206.116084,272.799914 L206.116084,270.188239 C206.116084,269.947964 205.921301,269.752959 205.681301,269.752959 C205.441301,269.752959 205.246518,269.947964 205.246518,270.188239 L205.246518,272.799914 C205.246518,273.040188 205.441301,273.235193 205.681301,273.235193 C205.921301,273.235193 206.116084,273.040188 206.116084,272.799914 M206.116084,268.011843 L206.116084,265.400168 C206.116084,265.159893 205.921301,264.964888 205.681301,264.964888 C205.441301,264.964888 205.246518,265.159893 205.246518,265.400168 L205.246518,268.011843 C205.246518,268.252117 205.441301,268.447122 205.681301,268.447122 C205.921301,268.447122 206.116084,268.252117 206.116084,268.011843 M206.116084,263.223772 L206.116084,263.202878 C206.116084,262.962604 205.921301,262.767599 205.681301,262.767599 C205.441301,262.767599 205.246518,262.962604 205.246518,263.202878 L205.246518,263.223772 C205.246518,263.464046 205.441301,263.659051 205.681301,263.659051 C205.921301,263.659051 206.116084,263.464046 206.116084,263.223772' id='Fill-129' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M194.806518,265.660464 L194.806518,268.27214 C194.806518,268.512414 195.000432,268.707419 195.241301,268.707419 C195.481301,268.707419 195.676084,268.512414 195.676084,268.27214 L195.676084,265.660464 C195.676084,265.42019 195.481301,265.225185 195.241301,265.225185 C195.000432,265.225185 194.806518,265.42019 194.806518,265.660464 Z M194.806518,270.448536 L194.806518,273.060211 C194.806518,273.300485 195.000432,273.49549 195.241301,273.49549 C195.481301,273.49549 195.676084,273.300485 195.676084,273.060211 L195.676084,270.448536 C195.676084,270.208261 195.481301,270.013256 195.241301,270.013256 C195.000432,270.013256 194.806518,270.208261 194.806518,270.448536 Z M194.806518,275.236607 L194.806518,277.848282 C194.806518,278.088556 195.000432,278.283561 195.241301,278.283561 C195.481301,278.283561 195.676084,278.088556 195.676084,277.848282 L195.676084,275.236607 C195.676084,274.996332 195.481301,274.801327 195.241301,274.801327 C195.000432,274.801327 194.806518,274.996332 194.806518,275.236607 Z M194.806518,280.024678 L194.806518,282.636353 C194.806518,282.876627 195.000432,283.071632 195.241301,283.071632 C195.481301,283.071632 195.676084,282.876627 195.676084,282.636353 L195.676084,280.024678 C195.676084,279.784404 195.481301,279.589398 195.241301,279.589398 C195.000432,279.589398 194.806518,279.784404 194.806518,280.024678 Z M194.806518,284.812749 L194.806518,287.424424 C194.806518,287.664698 195.000432,287.859703 195.241301,287.859703 C195.481301,287.859703 195.676084,287.664698 195.676084,287.424424 L195.676084,284.812749 C195.676084,284.572475 195.481301,284.37747 195.241301,284.37747 C195.000432,284.37747 194.806518,284.572475 194.806518,284.812749 Z M194.806518,289.60082 L194.806518,292.212495 C194.806518,292.452769 195.000432,292.647774 195.241301,292.647774 C195.481301,292.647774 195.676084,292.452769 195.676084,292.212495 L195.676084,289.60082 C195.676084,289.360546 195.481301,289.165541 195.241301,289.165541 C195.000432,289.165541 194.806518,289.360546 194.806518,289.60082 Z M194.806518,294.388891 L194.806518,297.000566 C194.806518,297.24084 195.000432,297.435845 195.241301,297.435845 C195.481301,297.435845 195.676084,297.24084 195.676084,297.000566 L195.676084,294.388891 C195.676084,294.148617 195.481301,293.953612 195.241301,293.953612 C195.000432,293.953612 194.806518,294.148617 194.806518,294.388891 Z M194.798692,299.163904 C194.772605,300.024886 194.679562,300.867586 194.52391,301.688523 C194.479562,301.924444 194.634345,302.15253 194.870866,302.197799 C195.106518,302.242198 195.334345,302.087239 195.378692,301.850447 C195.542171,300.985112 195.640432,300.096272 195.668258,299.19002 C195.675214,298.949746 195.486518,298.749518 195.246518,298.741683 C195.006518,298.734718 194.805649,298.923629 194.798692,299.163904 Z M193.994345,303.737817 C193.725649,304.548307 193.395214,305.330069 193.007388,306.077878 C192.896953,306.291165 192.980432,306.554074 193.193475,306.664635 C193.406518,306.776066 193.669127,306.692492 193.779562,306.479206 C194.188258,305.69048 194.536953,304.866061 194.819562,304.011173 C194.895214,303.783086 194.771736,303.536718 194.54391,303.46098 C194.315214,303.385241 194.069997,303.509731 193.994345,303.737817 Z M191.911736,307.88951 C191.425649,308.585957 190.886518,309.241487 190.298692,309.850878 C190.131736,310.024119 190.136953,310.299216 190.309997,310.466363 C190.48304,310.63351 190.757823,310.628287 190.924779,310.455046 C191.54391,309.812574 192.111736,309.122221 192.624779,308.38834 C192.762171,308.191594 192.714345,307.91998 192.516953,307.782431 C192.320432,307.644883 192.049127,307.692764 191.911736,307.88951 Z M188.734345,311.275112 C188.074345,311.801799 187.371736,312.277124 186.632605,312.695863 C186.42391,312.814259 186.349997,313.08065 186.468258,313.289584 C186.586518,313.498518 186.851736,313.572515 187.061301,313.454119 C187.839562,313.012746 188.580432,312.511305 189.276084,311.955888 C189.46391,311.806152 189.495214,311.532797 189.345649,311.344756 C189.196084,311.156716 188.922171,311.125376 188.734345,311.275112 Z M184.729127,313.615173 C183.950866,313.928574 183.142171,314.183647 182.309127,314.373429 C182.075214,314.427404 181.928258,314.660713 181.982171,314.894893 C182.035214,315.129074 182.268258,315.276198 182.502171,315.222223 C183.381301,315.021995 184.233475,314.752992 185.054345,314.42218 C185.276953,314.332513 185.384779,314.07831 185.295214,313.855447 C185.205649,313.632584 184.951736,313.524635 184.729127,313.614302 L184.729127,313.615173 Z M180.221301,314.706853 C179.726518,314.752992 179.225649,314.775627 178.719562,314.775627 L177.655214,314.775627 C177.415214,314.775627 177.220432,314.970632 177.220432,315.210906 C177.220432,315.452051 177.415214,315.646185 177.655214,315.646185 L178.719562,315.646185 C179.252605,315.646185 179.780432,315.62181 180.301301,315.573929 C180.540432,315.551294 180.716084,315.339749 180.694345,315.100345 C180.671736,314.860942 180.460432,314.685089 180.221301,314.706853 Z M175.481301,314.775627 L172.910866,314.775627 C172.670866,314.775627 172.476084,314.970632 172.476084,315.210906 C172.476084,315.452051 172.670866,315.646185 172.910866,315.646185 L175.481301,315.646185 C175.721301,315.646185 175.916084,315.452051 175.916084,315.210906 C175.916084,314.970632 175.721301,314.775627 175.481301,314.775627 L175.481301,314.775627 Z' id='Fill-130' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M216.292605,256.019901 L216.292605,258.631576 C216.292605,258.87185 216.487388,259.066855 216.727388,259.066855 C216.968258,259.066855 217.162171,258.87185 217.162171,258.631576 L217.162171,256.019901 C217.162171,255.778756 216.968258,255.584622 216.727388,255.584622 C216.487388,255.584622 216.292605,255.778756 216.292605,256.019901 Z M216.292605,260.807972 L216.292605,263.419647 C216.292605,263.659921 216.487388,263.854926 216.727388,263.854926 C216.968258,263.854926 217.162171,263.659921 217.162171,263.419647 L217.162171,260.807972 C217.162171,260.566827 216.968258,260.372693 216.727388,260.372693 C216.487388,260.372693 216.292605,260.566827 216.292605,260.807972 Z M216.292605,265.596043 L216.292605,268.207718 C216.292605,268.447992 216.487388,268.642997 216.727388,268.642997 C216.968258,268.642997 217.162171,268.447992 217.162171,268.207718 L217.162171,265.596043 C217.162171,265.354898 216.968258,265.160764 216.727388,265.160764 C216.487388,265.160764 216.292605,265.354898 216.292605,265.596043 Z M216.318692,270.413713 C216.38391,271.339117 216.569997,272.23231 216.86304,273.075881 C216.941301,273.303096 217.189127,273.423234 217.416084,273.344013 C217.64304,273.265662 217.76304,273.017553 217.68391,272.790338 C217.416084,272.018152 217.245649,271.201569 217.186518,270.352774 C217.169127,270.1125 216.961301,269.931424 216.722171,269.948835 C216.482171,269.965376 216.302171,270.173439 216.318692,270.413713 Z M217.836953,275.123434 C218.316953,275.898231 218.896084,276.605124 219.556084,277.225832 C219.731736,277.390368 220.006518,277.381662 220.170866,277.20668 C220.335214,277.031698 220.326518,276.755731 220.151736,276.591195 C219.546518,276.022721 219.016084,275.375025 218.576084,274.66465 C218.449997,274.460069 218.182171,274.397388 217.977823,274.523619 C217.773475,274.650721 217.710866,274.918853 217.836953,275.123434 Z M221.365649,278.588256 C222.138692,279.047041 222.976953,279.408322 223.86304,279.65469 C224.094345,279.718241 224.334345,279.582434 224.398692,279.350865 C224.462171,279.119297 224.327388,278.879893 224.095214,278.815472 C223.284779,278.589997 222.516953,278.260056 221.809127,277.839576 C221.60304,277.716827 221.336084,277.784731 221.213475,277.991924 C221.090866,278.198246 221.158692,278.465508 221.365649,278.588256 Z M226.098692,280.015972 C226.275214,280.025548 226.452605,280.029901 226.631736,280.029901 L228.729127,280.029901 C228.969127,280.029901 229.16391,279.834896 229.16391,279.594622 C229.16391,279.354348 228.969127,279.159343 228.729127,279.159343 L226.631736,279.159343 C226.467388,279.159343 226.304779,279.15499 226.142171,279.147155 C225.90304,279.134096 225.698692,279.319525 225.686518,279.558929 C225.674345,279.799203 225.858692,280.003784 226.098692,280.015972 Z M230.90304,280.029901 L233.511736,280.029901 C233.751736,280.029901 233.946518,279.834896 233.946518,279.594622 C233.946518,279.354348 233.751736,279.159343 233.511736,279.159343 L230.90304,279.159343 C230.662171,279.159343 230.468258,279.354348 230.468258,279.594622 C230.468258,279.834896 230.662171,280.029901 230.90304,280.029901 Z M235.685649,280.029901 L238.294345,280.029901 C238.534345,280.029901 238.729127,279.834896 238.729127,279.594622 C238.729127,279.354348 238.534345,279.159343 238.294345,279.159343 L235.685649,279.159343 C235.444779,279.159343 235.250866,279.354348 235.250866,279.594622 C235.250866,279.834896 235.444779,280.029901 235.685649,280.029901 Z M240.468258,280.029901 L243.076953,280.029901 C243.316953,280.029901 243.511736,279.834896 243.511736,279.594622 C243.511736,279.354348 243.316953,279.159343 243.076953,279.159343 L240.468258,279.159343 C240.227388,279.159343 240.033475,279.354348 240.033475,279.594622 C240.033475,279.834896 240.227388,280.029901 240.468258,280.029901 Z M245.250866,280.029901 L247.859562,280.029901 C248.099562,280.029901 248.294345,279.834896 248.294345,279.594622 C248.294345,279.354348 248.099562,279.159343 247.859562,279.159343 L245.250866,279.159343 C245.009997,279.159343 244.816084,279.354348 244.816084,279.594622 C244.816084,279.834896 245.009997,280.029901 245.250866,280.029901 Z M250.033475,280.029901 L252.642171,280.029901 C252.882171,280.029901 253.076953,279.834896 253.076953,279.594622 C253.076953,279.354348 252.882171,279.159343 252.642171,279.159343 L250.033475,279.159343 C249.792605,279.159343 249.598692,279.354348 249.598692,279.594622 C249.598692,279.834896 249.792605,280.029901 250.033475,280.029901 Z M254.816084,280.029901 L257.424779,280.029901 C257.664779,280.029901 257.859562,279.834896 257.859562,279.594622 C257.859562,279.354348 257.664779,279.159343 257.424779,279.159343 L254.816084,279.159343 C254.575214,279.159343 254.381301,279.354348 254.381301,279.594622 C254.381301,279.834896 254.575214,280.029901 254.816084,280.029901 Z M259.598692,280.029901 L262.207388,280.029901 C262.447388,280.029901 262.642171,279.834896 262.642171,279.594622 C262.642171,279.354348 262.447388,279.159343 262.207388,279.159343 L259.598692,279.159343 C259.357823,279.159343 259.16391,279.354348 259.16391,279.594622 C259.16391,279.834896 259.357823,280.029901 259.598692,280.029901 Z M264.381301,280.029901 L266.989997,280.029901 C267.229997,280.029901 267.424779,279.834896 267.424779,279.594622 C267.424779,279.354348 267.229997,279.159343 266.989997,279.159343 L264.381301,279.159343 C264.140432,279.159343 263.946518,279.354348 263.946518,279.594622 C263.946518,279.834896 264.140432,280.029901 264.381301,280.029901 Z M269.16391,280.029901 L271.772605,280.029901 C272.012605,280.029901 272.207388,279.834896 272.207388,279.594622 C272.207388,279.354348 272.012605,279.159343 271.772605,279.159343 L269.16391,279.159343 C268.92304,279.159343 268.729127,279.354348 268.729127,279.594622 C268.729127,279.834896 268.92304,280.029901 269.16391,280.029901 Z M273.946518,280.029901 L276.555214,280.029901 C276.795214,280.029901 276.989997,279.834896 276.989997,279.594622 C276.989997,279.354348 276.795214,279.159343 276.555214,279.159343 L273.946518,279.159343 C273.705649,279.159343 273.511736,279.354348 273.511736,279.594622 C273.511736,279.834896 273.705649,280.029901 273.946518,280.029901 Z M278.729127,280.029901 L281.337823,280.029901 C281.577823,280.029901 281.772605,279.834896 281.772605,279.594622 C281.772605,279.354348 281.577823,279.159343 281.337823,279.159343 L278.729127,279.159343 C278.488258,279.159343 278.294345,279.354348 278.294345,279.594622 C278.294345,279.834896 278.488258,280.029901 278.729127,280.029901 Z M283.511736,280.029901 L286.120432,280.029901 C286.360432,280.029901 286.555214,279.834896 286.555214,279.594622 C286.555214,279.354348 286.360432,279.159343 286.120432,279.159343 L283.511736,279.159343 C283.270866,279.159343 283.076953,279.354348 283.076953,279.594622 C283.076953,279.834896 283.270866,280.029901 283.511736,280.029901 L283.511736,280.029901 Z' id='Fill-131' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M261.305649,81.8342284 C247.136084,64.2733249 226.070866,51.8173756 203.08304,51.4160482 C189.785649,51.1836091 175.774345,52.9473604 163.901301,59.2902487 C153.540432,64.8261294 144.380432,72.7029416 137.012605,81.8342284 C124.318692,97.5660888 117.005649,118.08602 119.20304,138.188954 C121.037823,154.975061 129.324779,170.369145 140.273475,182.970477 C150.949997,195.26015 166.515214,205.402155 169.182171,222.761089 C169.94391,227.717178 168.118692,234.570213 171.895214,238.534736 C176.390866,243.253162 183.689997,241.609548 189.441301,241.563409 C196.284779,241.509434 203.128258,241.472 209.971736,241.435437 C210.946518,241.429343 212.037823,241.479835 213.189997,241.528586 C217.831736,241.728815 223.456084,241.929043 226.42304,238.534736 C230.199562,234.570213 228.375214,227.718048 229.136084,222.761089 C231.145649,209.683561 241.329997,199.089736 250.705649,190.569581 C261.466518,180.79147 269.994345,169.549949 274.799562,155.668896 C283.694345,129.970013 278.256953,102.842543 261.305649,81.8342284' id='Fill-132' stroke='%23B1BACA' stroke-width='1.73913043' fill='%23F6FCFF' stroke-dasharray='2.608695652173913'%3E%3C/path%3E %3Cpath d='M194.886518,256.54833 C194.824779,248.062997 194.366518,239.579406 194.056953,231.100168 C193.546518,217.105942 192.889127,203.081246 191.629997,189.131419 C190.893475,180.975157 189.793475,172.961668 187.076084,165.188452 C185.18391,159.777931 181.944779,152.725538 175.896953,150.971363 C171.566518,149.715147 166.713475,152.465241 165.809127,156.965157 C164.514345,163.403807 170.651736,169.310546 176.130866,171.379863 C182.456953,173.769546 191.533475,172.582104 197.106518,168.790822 C203.216084,164.634777 206.690866,157.365614 207.767388,150.208754 C208.592605,144.717272 208.634345,138.444028 202.749127,135.942043 C197.602171,133.75433 193.377823,137.837249 192.856953,142.900416 C192.312605,148.194282 193.798692,153.951284 195.854345,158.782883 C197.876084,163.537003 201.285649,168.814327 206.66391,170.067061 C214.295214,171.844741 222.862171,167.437975 228.04391,162.099711 C231.805649,158.223985 238.066518,149.847472 233.029127,144.631957 C230.719562,142.241404 226.953475,142.028117 224.047388,143.31219 C220.260432,144.984533 217.571736,148.693982 215.42304,152.091772 C210.536084,159.82233 208.284779,168.908348 207.519562,177.945614 C206.630866,188.445419 206.490866,199.060137 206.142171,209.590411 C205.802171,219.836883 205.554345,230.085967 205.298692,240.335051 C205.168258,245.593223 205.140432,250.852266 205.074345,256.11131 C205.06391,256.981868 206.376084,256.972292 206.419562,256.11131 C207.321301,238.401541 207.685649,220.675231 208.345649,202.955886 C208.672605,194.162376 208.736953,185.256563 209.649127,176.501358 C210.514345,168.183173 212.793475,159.878916 217.358692,152.803888 C219.451736,149.561058 222.404779,145.345815 226.497823,144.618898 C230.873475,143.84149 233.526518,147.343746 232.507388,151.409254 C230.879562,157.90536 224.469997,163.757254 218.578692,166.40201 C215.116084,167.956827 210.571736,169.111188 206.809997,168.068259 C204.553475,167.441457 202.699562,165.896216 201.228258,164.120277 C197.916953,160.125284 196.116953,154.821843 195.209997,149.773475 C194.540432,146.047485 193.726518,139.545284 198.077823,137.577822 C200.372605,136.540117 203.126518,137.905152 204.669997,139.645398 C206.509127,141.719069 206.309127,144.748612 206.148258,147.353322 C205.734345,154.074033 203.067388,161.098569 198.000432,165.674223 C192.973475,170.213315 184.591736,171.666277 178.113475,170.01918 C172.929127,168.700284 165.580432,162.561107 167.897823,156.434117 C169.595214,151.947259 174.896084,151.692185 178.239562,154.282096 C183.96304,158.716721 186.089997,167.213371 187.640432,173.894036 C189.04304,179.938322 189.554345,186.127992 190.065649,192.29851 C191.797823,213.222381 192.449997,234.20632 193.893475,255.144119 C193.925649,255.61248 193.957823,256.07997 193.989127,256.54833 C194.027388,257.118546 194.889997,257.132475 194.886518,256.54833' id='Fill-133' fill='%2352ABF1'%3E%3C/path%3E %3Cpolygon id='Fill-134' fill='%23444F71' points='175.507388 245.889213 221.889127 245.889213 221.889127 241.306594 175.507388 241.306594'%3E%3C/polygon%3E %3Cpath d='M224.567388,261.737728 C223.76391,260.77315 223.802171,259.200921 224.649997,258.292929 L224.937823,257.985622 C225.771736,257.093299 225.824779,255.553282 225.055214,254.582609 L224.586518,253.992371 C223.782171,252.97817 223.881301,251.35719 224.799562,250.493596 C225.699562,249.645673 225.814345,248.064739 225.049997,247.044444 L223.808258,245.38603 C223.355214,244.781863 222.644779,244.425805 221.889127,244.425805 L175.798692,244.425805 C175.04391,244.425805 174.332605,244.781863 173.880432,245.38603 L172.637823,247.044444 C171.873475,248.064739 171.988258,249.645673 172.889127,250.493596 C173.807388,251.35719 173.905649,252.97817 173.101301,253.992371 L172.633475,254.582609 C171.86304,255.553282 171.916084,257.093299 172.749997,257.985622 L173.037823,258.292929 C173.886518,259.200921 173.92391,260.77315 173.120432,261.737728 L172.754345,262.178231 C171.932605,263.163703 171.993475,264.778589 172.885649,265.672652 L173.076953,265.865046 C174.060432,266.850518 175.30304,267.390264 176.585649,267.390264 L221.102171,267.390264 C222.385649,267.390264 223.627388,266.850518 224.610866,265.865046 L224.80304,265.672652 C225.695214,264.778589 225.755214,263.163703 224.934345,262.178231 L224.567388,261.737728' id='Fill-135' stroke='%23444F71' stroke-width='0.869565217' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M200.759562,251.075129 L222.240432,251.075129 C222.480432,251.075129 222.675214,250.880124 222.675214,250.63985 C222.675214,250.399576 222.480432,250.204571 222.240432,250.204571 L200.759562,250.204571 C200.519562,250.204571 200.324779,250.399576 200.324779,250.63985 C200.324779,250.880124 200.519562,251.075129 200.759562,251.075129' id='Fill-136' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M179.279562,251.075129 L191.187388,251.075129 C191.427388,251.075129 191.622171,250.880124 191.622171,250.63985 C191.622171,250.399576 191.427388,250.204571 191.187388,250.204571 L179.279562,250.204571 C179.039562,250.204571 178.844779,250.399576 178.844779,250.63985 C178.844779,250.880124 179.039562,251.075129 179.279562,251.075129' id='Fill-137' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M176.166518,256.343749 L207.297823,256.343749 C207.537823,256.343749 207.732605,256.148744 207.732605,255.90847 C207.732605,255.667325 207.537823,255.47319 207.297823,255.47319 L176.166518,255.47319 C175.926518,255.47319 175.731736,255.667325 175.731736,255.90847 C175.731736,256.148744 175.926518,256.343749 176.166518,256.343749' id='Fill-138' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M213.134345,256.343749 L222.317823,256.343749 C222.557823,256.343749 222.752605,256.148744 222.752605,255.90847 C222.752605,255.667325 222.557823,255.47319 222.317823,255.47319 L213.134345,255.47319 C212.894345,255.47319 212.699562,255.667325 212.699562,255.90847 C212.699562,256.148744 212.894345,256.343749 213.134345,256.343749' id='Fill-139' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M179.279562,261.611497 L195.934345,261.611497 C196.175214,261.611497 196.369127,261.416492 196.369127,261.176218 C196.369127,260.935944 196.175214,260.740939 195.934345,260.740939 L179.279562,260.740939 C179.039562,260.740939 178.844779,260.935944 178.844779,261.176218 C178.844779,261.416492 179.039562,261.611497 179.279562,261.611497' id='Fill-140' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M206.830866,261.611497 L213.52391,261.611497 C213.76391,261.611497 213.958692,261.416492 213.958692,261.176218 C213.958692,260.935944 213.76391,260.740939 213.52391,260.740939 L206.830866,260.740939 C206.589997,260.740939 206.396084,260.935944 206.396084,261.176218 C206.396084,261.416492 206.589997,261.611497 206.830866,261.611497' id='Fill-141' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M194.170866,251.075129 L196.58304,251.075129 C196.82391,251.075129 197.017823,250.880124 197.017823,250.63985 C197.017823,250.399576 196.82391,250.204571 196.58304,250.204571 L194.170866,250.204571 C193.930866,250.204571 193.736084,250.399576 193.736084,250.63985 C193.736084,250.880124 193.930866,251.075129 194.170866,251.075129' id='Fill-142' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M220.885649,241.306594 L220.884779,241.306594 C223.064779,240.924419 225.034345,240.123505 226.42304,238.534736 C228.695214,236.150277 228.939562,232.720277 228.940432,229.285924 C228.939562,232.720277 228.695214,236.150277 226.42304,238.534736 C225.034345,240.123505 223.064779,240.924419 220.885649,241.306594' id='Fill-143' fill='%23FFF2D4'%3E%3C/path%3E %3Cpath d='M274.249127,157.20369 C274.437823,156.695284 274.620432,156.184266 274.799562,155.668896 C276.335214,151.23166 277.44391,146.753508 278.139562,142.269261 C277.44391,146.753508 276.335214,151.23166 274.799562,155.668896 C274.620432,156.184266 274.437823,156.695284 274.249127,157.20369' id='Fill-144' fill='%23FFF2D4'%3E%3C/path%3E %3Cpath d='M278.139562,142.269261 L278.139562,142.269261 C278.182171,141.992424 278.22391,141.712975 278.26391,141.436137 C278.22391,141.712975 278.182171,141.992424 278.139562,142.269261' id='Fill-145' fill='%23EAE6CB'%3E%3C/path%3E %3Cpath d='M278.894345,126.30148 L278.893475,126.30148 C277.949127,110.573972 272.035214,95.3809873 261.799562,82.4514543 C272.035214,95.3809873 277.949127,110.573972 278.894345,126.30148' id='Fill-146' fill='%23FFF2D4'%3E%3C/path%3E %3Cpath d='M279.00391,128.867015 L279.00391,128.867015 C278.982171,128.011256 278.944779,127.155497 278.893475,126.30148 L278.894345,126.30148 C278.944779,127.155497 278.982171,128.011256 279.00391,128.867015' id='Fill-147' fill='%23EAE6CB'%3E%3C/path%3E %3Cpath d='M207.066518,241.306594 C207.547388,228.525056 207.869997,215.739165 208.345649,202.955886 C208.425649,200.79516 208.489997,198.62747 208.555214,196.458038 C209.957823,195.532635 211.499562,194.723015 213.155214,194.005675 C245.828258,179.84169 261.629127,156.742294 262.642171,124.348817 C262.675214,123.27803 262.68391,122.215949 262.666518,121.15648 C272.240724,128.68681 277.728696,133.135073 279.130435,134.501269 C279.090435,134.778107 278.182171,141.992424 278.139562,142.269261 C277.44391,146.753508 276.335214,151.23166 274.799562,155.668896 C274.620432,156.184266 274.437823,156.695284 274.249127,157.20369 C269.358692,170.382203 261.067388,181.154492 250.705649,190.569581 C241.522171,198.914754 231.56304,209.250023 229.269997,221.959305 C229.222171,222.225695 229.177823,222.492957 229.136084,222.761089 C228.958692,223.918061 228.922171,225.177759 228.922171,226.480114 C228.922171,227.402036 228.940432,228.34398 228.940432,229.285924 C228.939562,232.720277 228.695214,236.150277 226.42304,238.534736 C225.034345,240.123505 223.064779,240.924419 220.884779,241.306594 L207.066518,241.306594 Z M219.181301,191.891959 L217.866518,192.650216 C217.562171,192.826069 217.461301,193.211726 217.636953,193.516421 L219.446518,196.662619 C219.564779,196.867201 219.776953,196.982985 219.996084,196.982985 C220.10304,196.982985 220.210866,196.955127 220.310866,196.89767 L243.124779,183.740051 C243.426518,183.565939 243.529997,183.178541 243.355214,182.873845 L241.544779,179.727647 C241.426518,179.522195 241.212605,179.408152 240.993475,179.408152 C240.887388,179.408152 240.779562,179.43514 240.680432,179.491726 L239.553475,180.142033 L239.524779,180.158574 L239.269997,180.305698 L239.192605,180.350096 L238.911736,180.51202 L238.725649,180.61997 L238.389997,180.813234 L238.112605,180.973416 L237.922171,181.083107 L237.68391,181.220655 L237.636084,181.248513 L237.309997,181.436553 L237.12304,181.543632 L236.820432,181.718614 L236.790866,181.735155 L236.509997,181.897079 L236.084779,182.142576 L235.990866,182.196551 L235.710866,182.358475 L235.52391,182.466424 L235.281301,182.605713 L235.266518,182.614419 L234.896084,182.827706 L234.721301,182.929561 L234.482171,183.067109 L234.42304,183.101061 L233.661301,183.540693 L233.589127,183.581609 L233.309127,183.743533 L233.122171,183.851482 L232.88304,183.98903 L232.789997,184.043005 L232.509127,184.204929 L232.32304,184.312008 L232.32304,184.312878 L231.281301,184.913563 L231.187388,184.967538 L230.787388,185.198236 L230.720432,185.236541 L230.438692,185.399335 L230.388258,185.428063 L230.107388,185.589987 L229.920432,185.697937 L229.682171,185.835485 L229.588258,185.889459 L228.878692,186.298622 L228.785649,186.352596 L228.508258,186.511909 L228.442171,186.550213 L228.079562,186.760018 L227.995214,186.808769 L227.606518,187.032503 L227.518692,187.082995 L227.279562,187.221414 L227.186518,187.274518 L226.906518,187.436442 L226.719562,187.544391 L226.480432,187.681939 L226.387388,187.735914 L225.677823,188.145076 L225.601301,188.188604 L224.877823,188.605602 L224.784779,188.659576 L224.078692,189.066997 L224.029127,189.095726 L223.704779,189.282896 L223.517823,189.390845 L223.279562,189.528393 L223.185649,189.582368 L222.90304,189.745162 L222.718692,189.851371 L222.105649,190.204817 L221.624779,190.482525 L221.58304,190.50603 L221.30304,190.667954 L221.116084,190.775904 L220.876953,190.913452 L220.78391,190.967426 L220.50391,191.12935 L220.40304,191.186807 L220.026518,191.404447 L219.984779,191.428822 L219.275214,191.837985 L219.181301,191.891959 M205.276084,241.306594 L194.466518,241.306594 C194.398692,239.630769 194.328258,237.954944 194.260432,236.279119 C194.871736,236.091949 195.480432,235.89085 196.084779,235.675822 C197.058692,235.32847 198.053475,234.92366 198.764779,234.172368 C199.530866,233.361008 199.875214,232.243211 200.102171,231.149789 C201.604779,223.924155 199.319562,216.581865 200.324779,209.334467 C201.012605,204.376637 203.226518,200.745538 206.488258,197.996315 C206.369997,201.865947 206.269997,205.733838 206.142171,209.590411 C205.802171,219.836883 205.554345,230.085967 205.298692,240.335051 C205.290866,240.658898 205.28304,240.982746 205.276084,241.306594 M193.035214,241.306594 L176.684779,241.306594 C174.909127,240.826046 173.270866,239.978122 171.895214,238.534736 C171.521301,238.142114 171.216084,237.71467 170.944779,237.270685 C174.241301,237.887911 177.574345,238.216982 180.895214,238.216982 C184.907388,238.216982 188.901301,237.735563 192.779562,236.702211 C192.86304,238.237005 192.948258,239.77267 193.035214,241.306594 M279.00391,128.867015 L263.270866,111.051909 L261.653475,109.223736 C261.656084,109.219383 261.657823,109.216772 261.657823,109.216772 C261.657823,109.216772 261.753475,108.672673 261.754345,107.856089 C261.754345,107.802114 261.753475,107.746398 261.752605,107.689812 C261.730866,106.216827 261.382171,103.985586 259.705649,102.473426 C251.071736,74.3317563 224.702171,53.344335 195.159562,51.5344442 C197.082171,51.4412944 199.002171,51.3968959 200.910866,51.3968959 C201.636953,51.3968959 202.361301,51.4029898 203.08304,51.4160482 C226.070866,51.8173756 247.136084,64.2733249 261.305649,81.8342284 C261.471736,82.0396802 261.636084,82.245132 261.799562,82.4514543 C272.035214,95.3809873 277.949127,110.573972 278.893475,126.30148 C278.944779,127.155497 278.982171,128.011256 279.00391,128.867015' id='Fill-148' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M207.066518,241.306594 L205.276084,241.306594 C205.28304,240.982746 205.290866,240.658898 205.298692,240.335051 C205.554345,230.085967 205.802171,219.836883 206.142171,209.590411 C206.269997,205.733838 206.369997,201.865947 206.488258,197.996315 C207.136953,197.449604 207.827388,196.938586 208.555214,196.458038 C208.489997,198.62747 208.425649,200.79516 208.345649,202.955886 C207.869997,215.739165 207.547388,228.525056 207.066518,241.306594 M194.466518,241.306594 L193.035214,241.306594 C192.948258,239.77267 192.86304,238.237005 192.779562,236.702211 C193.275214,236.569886 193.768258,236.429726 194.260432,236.279119 C194.328258,237.954944 194.398692,239.630769 194.466518,241.306594' id='Fill-149' fill='%239DD4FF'%3E%3C/path%3E %3Cpath d='M181.786518,241.87768 C180.034345,241.87768 178.302171,241.744485 176.684779,241.306594 L220.885649,241.306594 C219.506518,241.548609 218.04304,241.623477 216.590866,241.623477 C215.434345,241.623477 214.284779,241.576467 213.189997,241.528586 C212.095214,241.481576 211.055214,241.434566 210.117823,241.434566 C210.069127,241.434566 210.020432,241.434566 209.971736,241.435437 C203.128258,241.472 196.284779,241.509434 189.441301,241.563409 C187.052605,241.582561 184.397823,241.87768 181.786518,241.87768' id='Fill-150' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M341.170866,272.898287 C335.889997,272.898287 331.609997,271.355657 331.609997,269.453487 C331.609997,267.550447 335.889997,266.007817 341.170866,266.007817 C346.450866,266.007817 350.731736,267.550447 350.731736,269.453487 C350.731736,271.355657 346.450866,272.898287 341.170866,272.898287 M389.361301,271.837076 C389.361301,271.837076 382.218692,266.763462 376.444779,265.939043 C371.506518,265.233891 367.489127,265.687452 364.020432,266.140142 C359.517823,266.72864 355.940432,267.316266 352.477823,265.370569 C349.936953,263.942853 356.239562,262.97131 356.904779,261.377317 C356.999562,261.149231 356.941301,258.942365 356.941301,258.942365 C356.941301,258.942365 355.611736,259.651871 353.946518,259.050315 C342.451736,254.899492 332.691736,255.298208 316.006518,255.298208 C278.681301,255.298208 247.878692,262.023272 243.34391,270.715797 L242.767388,270.715797 L242.767388,273.034094 L242.772605,273.034094 C242.989997,282.730373 275.692605,290.575845 316.006518,290.575845 C354.922171,290.575845 388.964779,283.095137 389.357823,274.016954 L389.361301,271.837076' id='Fill-151' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M341.170866,270.855957 C335.889997,270.855957 331.609997,269.314198 331.609997,267.411157 C331.609997,265.508117 335.889997,263.966358 341.170866,263.966358 C346.450866,263.966358 350.731736,265.508117 350.731736,267.411157 C350.731736,269.314198 346.450866,270.855957 341.170866,270.855957 Z M389.245649,270.895132 C388.276084,267.022888 382.218692,264.721132 376.445649,263.897584 C365.095214,262.276604 358.608258,266.773038 352.477823,263.329109 C348.90391,261.320731 362.826518,260.215122 353.946518,257.007985 C342.451736,252.857162 332.691736,253.256749 316.006518,253.256749 C275.557823,253.256749 242.767388,261.153584 242.767388,270.895132 C242.767388,280.63668 275.557823,288.533515 316.006518,288.533515 C356.455214,288.533515 391.639562,280.452122 389.245649,270.895132 L389.245649,270.895132 Z' id='Fill-152' stroke='%23444F71' stroke-width='0.869565217' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M283.177823,272.806008 C282.890866,272.26365 282.434345,271.849264 281.964779,271.481018 C280.845649,270.601754 279.596953,269.912272 278.280432,269.445652 C278.592605,269.326386 278.677823,268.856284 278.522171,268.542883 C278.365649,268.228612 278.051736,268.047536 277.74391,267.915211 C276.326518,267.30669 274.746518,267.383299 273.222171,267.468614 C270.162171,267.640114 267.092605,267.813355 264.076953,268.398371 C262.670866,268.670855 261.098692,269.181873 260.488258,270.568673 C260.249127,271.11103 260.193475,271.744797 260.334345,272.325459 C260.00304,272.546581 259.586518,272.537005 259.211736,272.655401 C258.837823,272.774668 258.457823,273.148137 258.569997,273.549464 C258.613475,273.704424 258.722171,273.827173 258.831736,273.938604 C261.652605,276.800129 265.771736,277.465236 269.501301,277.480906 C273.518692,277.498317 277.758692,276.989041 281.606518,275.737178 C282.256953,275.525632 282.96391,275.24183 283.28391,274.596746 C283.556953,274.045683 283.465649,273.348365 283.177823,272.806008' id='Fill-153' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M311.335214,263.131492 C311.048258,262.588264 310.590866,262.174749 310.122171,261.805632 C309.002171,260.927239 307.754345,260.237756 306.437823,259.770266 C306.749127,259.651871 306.835214,259.180898 306.678692,258.867497 C306.522171,258.554096 306.208258,258.37302 305.901301,258.240695 C304.48391,257.632175 302.90304,257.708784 301.379562,257.794099 C298.319562,257.965599 295.249997,258.13884 292.234345,258.723855 C290.828258,258.99634 289.256084,259.507358 288.644779,260.894157 C288.405649,261.436515 288.350866,262.070282 288.491736,262.650944 C288.160432,262.872066 287.74304,262.86249 287.369127,262.980886 C286.994345,263.099282 286.615214,263.473622 286.726518,263.874949 C286.769997,264.029909 286.878692,264.152657 286.989127,264.264089 C289.809127,267.125614 293.928258,267.790721 297.658692,267.806391 C301.676084,267.823802 305.915214,267.313655 309.76304,266.062662 C310.414345,265.851117 311.120432,265.566444 311.440432,264.922231 C311.713475,264.371168 311.622171,263.67385 311.335214,263.131492' id='Fill-154' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M362.258692,277.448695 C362.012605,276.984688 361.621301,276.6295 361.219562,276.314358 C360.261301,275.561325 359.192605,274.971086 358.064779,274.5715 C358.331736,274.469645 358.404779,274.066576 358.271736,273.798444 C358.137823,273.530312 357.868258,273.374482 357.605649,273.26131 C356.391736,272.740716 355.038692,272.806008 353.733475,272.879135 C351.113475,273.026259 348.485649,273.174254 345.90304,273.674825 C344.699562,273.908135 343.353475,274.346025 342.829997,275.533467 C342.625649,275.998345 342.577823,276.540703 342.698692,277.037792 C342.415214,277.226703 342.057823,277.218868 341.737823,277.320723 C341.416953,277.421708 341.091736,277.742074 341.187388,278.085944 C341.224779,278.218269 341.317823,278.323607 341.412605,278.418497 C343.826518,280.869119 347.354345,281.438464 350.548258,281.452393 C353.987388,281.467193 357.617823,281.030173 360.912605,279.958515 C361.469997,279.777439 362.074345,279.534553 362.348258,278.982619 C362.58304,278.510777 362.50391,277.913574 362.258692,277.448695' id='Fill-155' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M323.131736,277.500929 C322.84391,276.957701 322.387388,276.544185 321.917823,276.175069 C320.798692,275.296675 319.550866,274.607193 318.233475,274.139703 C318.545649,274.021307 318.630866,273.550335 318.475214,273.236934 C318.318692,272.923533 318.004779,272.742457 317.696953,272.610132 C316.280432,272.001612 314.699562,272.07735 313.175214,272.163536 C310.115214,272.335036 307.045649,272.508277 304.030866,273.093292 C302.624779,273.365777 301.052605,273.876794 300.441301,275.263594 C300.202171,275.805952 300.146518,276.439718 300.288258,277.020381 C299.956953,277.241503 299.539562,277.231926 299.164779,277.350322 C298.790866,277.468718 298.410866,277.843058 298.52304,278.244386 C298.566518,278.399345 298.675214,278.522094 298.785649,278.633525 C301.605649,281.495051 305.724779,282.160157 309.455214,282.175827 C313.471736,282.193239 317.711736,281.683091 321.559562,280.432099 C322.210866,280.220553 322.916953,279.935881 323.236953,279.291668 C323.509997,278.740604 323.418692,278.043287 323.131736,277.500929' id='Fill-156' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M322.123171,291.18636 C322.099171,291.12836 322.076171,291.07136 322.052171,291.01336 C322.076171,291.07136 322.099171,291.12836 322.123171,291.18636' id='Fill-185' fill='%23B5D4CD'%3E%3C/path%3E %3Cpath d='M132.949127,144.370789 C129.132605,144.370789 126.02304,141.288142 125.993475,137.460297 C125.991736,137.192165 125.990866,136.926645 125.990866,136.661995 C125.98391,125.853142 127.704779,117.115348 130.429127,109.888843 C133.14304,102.661467 136.824779,97.0158959 140.342171,92.3018223 L140.34304,92.3018223 C141.708258,90.469297 143.802171,89.5021066 145.92304,89.5021066 C147.369997,89.5021066 148.829997,89.9521853 150.078692,90.8854239 C153.157823,93.1863096 153.790866,97.5504188 151.492605,100.632195 C148.362171,104.836122 145.558692,109.201102 143.449997,114.797051 C141.350866,120.394741 139.909997,127.294787 139.90391,136.661995 C139.90391,136.890952 139.904779,137.12165 139.906518,137.352348 C139.936084,141.198475 136.845649,144.34119 133.00391,144.370789 C132.985649,144.370789 132.967388,144.370789 132.949127,144.370789' id='Fill-189' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M160.956953,87.5790431 C159.436953,87.5790431 157.905649,87.0828249 156.624779,86.0599188 C153.620432,83.662401 153.127388,79.2800102 155.522171,76.2731015 C157.985649,73.1921954 160.316953,71.7557741 160.829997,71.4467259 C161.938692,70.792066 163.155214,70.4812766 164.355214,70.4812766 C166.737823,70.4812766 169.057823,71.7070228 170.355214,73.9104061 C172.280432,77.1810939 171.231736,81.3832792 168.020432,83.3698934 C167.98304,83.3960102 167.876953,83.4717487 167.72391,83.5971091 C167.414345,83.8504416 166.918692,84.3057437 166.400432,84.9569213 C165.026518,86.6814975 163.001301,87.5790431 160.956953,87.5790431' id='Fill-190' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M179.821301,336.625772 C179.821301,339.748464 165.926518,342.281789 148.784779,342.281789 C131.645649,342.281789 117.750866,339.748464 117.750866,336.625772 C117.750866,333.501338 131.645649,330.968013 148.784779,330.968013 C165.926518,330.968013 179.821301,333.501338 179.821301,336.625772' id='Fill-191' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M169.267388,323.585678 L142.162171,323.585678 L155.686518,319.170206 L183.169997,319.170206 L183.068258,319.461843 L170.001301,323.469893 C169.765649,323.546503 169.517823,323.585678 169.267388,323.585678' id='Fill-192' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M168.904779,323.123411 L142.415214,323.123411 L155.686518,319.170206 L182.553475,319.170206 L169.638692,323.006756 C169.40304,323.084236 169.155214,323.123411 168.904779,323.123411' id='Fill-193' fill='%237480A2'%3E%3C/path%3E %3Cpath d='M166.745649,322.458305 L149.165649,322.458305 L157.972605,319.835312 L175.80391,319.835312 L167.232605,322.381695 C167.076084,322.432188 166.911736,322.458305 166.745649,322.458305' id='Fill-194' fill='%23A9B1C9'%3E%3C/path%3E %3Cpath d='M183.169127,319.170206 L155.686518,319.170206 L159.150866,303.956327 C159.315214,303.455756 159.824779,303.111886 160.40391,303.111886 L185.180432,303.111886 C186.04391,303.111886 186.665649,303.861437 186.420432,304.608376 L183.169127,319.170206' id='Fill-195' fill='%23727C9B'%3E%3C/path%3E %3Cpath d='M182.553475,319.170206 L155.686518,319.170206 L159.150866,303.956327 C159.315214,303.455756 159.824779,303.111886 160.40391,303.111886 L184.564779,303.111886 C185.428258,303.111886 186.049127,303.861437 185.804779,304.608376 L182.553475,319.170206' id='Fill-196' fill='%23444F71'%3E%3C/path%3E %3Cpolyline id='Fill-197' fill='%23FFFFFF' points='181.366518 318.223038 157.125649 318.223038 160.24304 304.066888 160.254345 304.059924 184.486518 304.059924 181.366518 318.223038'%3E%3C/polyline%3E %3Cpath d='M178.578692,315.473815 L178.429127,316.15285 L177.734345,316.15285 C177.614345,316.15285 177.516953,316.250353 177.516953,316.37049 C177.516953,316.490627 177.614345,316.588129 177.734345,316.588129 L178.60391,316.588129 C178.705649,316.588129 178.794345,316.516744 178.816084,316.4175 L179.00391,315.567835 C179.029127,315.45031 178.955214,315.333655 178.837823,315.308409 C178.720432,315.282292 178.604779,315.356289 178.578692,315.473815' id='Fill-198' fill='%23F7FBFF'%3E%3C/path%3E %3Cpath d='M175.76391,316.15285 L174.187388,316.15285 C174.066518,316.15285 173.969997,316.26485 173.969997,316.40285 C173.969997,316.54085 174.066518,316.65285 174.187388,316.65285 L175.76391,316.65285 C175.88391,316.65285 175.981301,316.54085 175.981301,316.40285 C175.981301,316.26485 175.88391,316.15285 175.76391,316.15285 Z M172.216084,316.15285 L170.639562,316.15285 C170.519562,316.15285 170.422171,316.26485 170.422171,316.40285 C170.422171,316.54085 170.519562,316.65285 170.639562,316.65285 L172.216084,316.65285 C172.336084,316.65285 172.433475,316.54085 172.433475,316.40285 C172.433475,316.26485 172.336084,316.15285 172.216084,316.15285 Z M168.669127,316.15285 L167.091736,316.15285 C166.971736,316.15285 166.874345,316.26485 166.874345,316.40285 C166.874345,316.54085 166.971736,316.65285 167.091736,316.65285 L168.669127,316.65285 C168.789127,316.65285 168.886518,316.54085 168.886518,316.40285 C168.886518,316.26485 168.789127,316.15285 168.669127,316.15285 Z M165.121301,316.15285 L163.544779,316.15285 C163.424779,316.15285 163.327388,316.26485 163.327388,316.40285 C163.327388,316.54085 163.424779,316.65285 163.544779,316.65285 L165.121301,316.65285 C165.241301,316.65285 165.338692,316.54085 165.338692,316.40285 C165.338692,316.26485 165.241301,316.15285 165.121301,316.15285 L165.121301,316.15285 Z' id='Fill-199' fill='%23ECEDFF'%3E%3C/path%3E %3Cpath d='M161.573475,316.15285 L160.975214,316.15285 L161.10391,315.567835 C161.129997,315.45031 161.055214,315.333655 160.938692,315.308409 C160.821301,315.282292 160.704779,315.356289 160.679562,315.473815 L160.491736,316.32348 L160.535214,316.507168 L160.70391,316.588129 L161.573475,316.588129 C161.694345,316.588129 161.790866,316.490627 161.790866,316.37049 C161.790866,316.250353 161.694345,316.15285 161.573475,316.15285' id='Fill-200' fill='%2392C0BA'%3E%3C/path%3E %3Cpath d='M161.593475,313.342688 L161.985649,311.562396 C162.011736,311.444871 161.937823,311.329086 161.820432,311.30297 C161.70304,311.276853 161.587388,311.35085 161.561301,311.468376 L161.169127,313.248668 C161.14304,313.366193 161.217823,313.481977 161.334345,313.508094 C161.451736,313.534211 161.568258,313.459343 161.593475,313.342688 Z M162.476084,309.337249 L162.868258,307.556957 C162.893475,307.439431 162.819562,307.323647 162.702171,307.29753 C162.585649,307.271414 162.469127,307.346282 162.44304,307.463807 L162.051736,309.243228 C162.025649,309.360754 162.099562,309.477409 162.216953,309.502655 C162.334345,309.528772 162.449997,309.454774 162.476084,309.337249 Z M163.651736,306.130112 L165.472605,306.130112 C165.592605,306.130112 165.689997,306.032609 165.689997,305.912472 C165.689997,305.791464 165.592605,305.694832 165.472605,305.694832 L163.651736,305.694832 C163.531736,305.694832 163.434345,305.791464 163.434345,305.912472 C163.434345,306.032609 163.531736,306.130112 163.651736,306.130112 Z M167.748258,306.130112 L169.569127,306.130112 C169.689127,306.130112 169.786518,306.032609 169.786518,305.912472 C169.786518,305.791464 169.689127,305.694832 169.569127,305.694832 L167.748258,305.694832 C167.628258,305.694832 167.530866,305.791464 167.530866,305.912472 C167.530866,306.032609 167.628258,306.130112 167.748258,306.130112 Z M171.844779,306.130112 L173.665649,306.130112 C173.785649,306.130112 173.88304,306.032609 173.88304,305.912472 C173.88304,305.791464 173.785649,305.694832 173.665649,305.694832 L171.844779,305.694832 C171.724779,305.694832 171.627388,305.791464 171.627388,305.912472 C171.627388,306.032609 171.724779,306.130112 171.844779,306.130112 Z M175.941301,306.130112 L177.762171,306.130112 C177.882171,306.130112 177.979562,306.032609 177.979562,305.912472 C177.979562,305.791464 177.882171,305.694832 177.762171,305.694832 L175.941301,305.694832 C175.821301,305.694832 175.72391,305.791464 175.72391,305.912472 C175.72391,306.032609 175.821301,306.130112 175.941301,306.130112 L175.941301,306.130112 Z' id='Fill-201' fill='%23ECEDFF'%3E%3C/path%3E %3Cpath d='M180.038692,306.130112 L180.637823,306.130112 L180.508258,306.715127 C180.482171,306.832652 180.556953,306.948437 180.673475,306.974553 C180.790866,307.00067 180.907388,306.926673 180.932605,306.809147 L181.120432,305.958612 L181.077823,305.775794 L180.908258,305.694832 L180.038692,305.694832 C179.918692,305.694832 179.821301,305.791464 179.821301,305.912472 C179.821301,306.032609 179.918692,306.130112 180.038692,306.130112' id='Fill-202' fill='%23F7FBFF'%3E%3C/path%3E %3Cpath d='M180.089127,308.619038 L179.753475,310.142515 C179.727388,310.260041 179.801301,310.375825 179.918692,310.401942 C180.036084,310.428058 180.151736,310.35319 180.177823,310.236536 L180.513475,308.713058 C180.539562,308.595533 180.465649,308.479749 180.348258,308.453632 C180.230866,308.427515 180.115214,308.501513 180.089127,308.619038 Z M179.334345,312.046426 L178.998692,313.569904 C178.972605,313.687429 179.046518,313.803213 179.16391,313.82933 C179.281301,313.855447 179.396953,313.780579 179.42304,313.663053 L179.758692,312.140447 C179.784779,312.022921 179.709997,311.907137 179.593475,311.88102 C179.476084,311.854904 179.359562,311.928901 179.334345,312.046426 L179.334345,312.046426 Z' id='Fill-203' fill='%23ECEDFF'%3E%3C/path%3E %3Cpolygon id='Fill-204' fill='%23444F71' points='149.165649 321.956863 171.215214 321.956863 171.215214 321.521584 149.165649 321.521584'%3E%3C/polygon%3E %3Cpolygon id='Fill-205' fill='%23444F71' points='153.230866 320.718058 175.281301 320.718058 175.281301 320.500419 153.230866 320.500419'%3E%3C/polygon%3E %3Cpolyline id='Fill-207' fill='%2352ABF1' points='175.911736 311.127987 170.869997 306.08049 170.716084 306.234579 175.757823 311.282076'%3E%3C/polyline%3E %3Cpath d='M175.785649,311.155845 C175.881301,311.060084 176.036953,311.060084 176.132605,311.155845 C176.228258,311.251607 176.228258,311.406566 176.132605,311.502327 C176.036953,311.598089 175.881301,311.598089 175.785649,311.502327 C175.689997,311.406566 175.689997,311.251607 175.785649,311.155845' id='Fill-208' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M173.891736,312.87781 C173.987388,312.782048 174.142171,312.782048 174.237823,312.87781 C174.334345,312.973571 174.334345,313.129401 174.237823,313.225162 C174.142171,313.320924 173.987388,313.320924 173.891736,313.225162 C173.796084,313.129401 173.796084,312.973571 173.891736,312.87781' id='Fill-209' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M168.657823,307.637919 C168.753475,307.542157 168.909127,307.542157 169.004779,307.637919 C169.100432,307.73368 169.100432,307.88951 169.004779,307.985272 C168.909127,308.081033 168.753475,308.081033 168.657823,307.985272 C168.562171,307.88951 168.562171,307.73368 168.657823,307.637919' id='Fill-210' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M170.620432,305.983858 C170.716084,305.888096 170.870866,305.888096 170.966518,305.983858 C171.062171,306.079619 171.062171,306.235449 170.966518,306.331211 C170.870866,306.426972 170.716084,306.426972 170.620432,306.331211 C170.52391,306.235449 170.52391,306.079619 170.620432,305.983858' id='Fill-211' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M168.876953,307.910404 C168.877823,307.910404 168.917823,307.891251 168.997823,307.860782 C169.236953,307.769373 169.810866,307.583944 170.519562,307.583944 C171.324779,307.584815 172.298692,307.818995 173.178692,308.699129 C174.057823,309.580135 174.291736,310.55516 174.292605,311.361297 C174.292605,311.83401 174.209997,312.247525 174.128258,312.540904 C174.087388,312.688028 174.046518,312.805553 174.016084,312.884774 C173.985649,312.964865 173.966518,313.004911 173.966518,313.004911 L174.16304,313.09719 C174.167388,313.088485 174.509127,312.357216 174.509997,311.361297 C174.510866,310.514244 174.256953,309.470444 173.332605,308.545041 C172.408258,307.618766 171.365649,307.365434 170.519562,307.366305 C169.524779,307.367175 168.793475,307.709305 168.785649,307.713657 L168.876953,307.910404' id='Fill-212' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M169.992605,309.118739 L173.246518,308.612074 L170.740432,311.320381 C170.452605,311.040061 169.992605,311.041802 169.707388,311.327345 C169.420432,311.614629 169.420432,312.081249 169.707388,312.368533 C169.994345,312.654947 170.459562,312.654076 170.746518,312.367662 C171.032605,312.080378 171.033475,311.614629 170.747388,311.327345 L170.742171,311.322992 L173.371736,308.737434 C173.371736,308.737434 172.988258,310.988698 172.858692,312.106495 C172.04391,312.486929 169.542171,314.04784 168.914345,314.518812 C168.784779,314.614574 167.42391,313.198175 167.480432,313.126789 C168.333475,312.045556 169.992605,309.118739 169.992605,309.118739' id='Fill-213' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M166.473475,313.001429 L167.019562,312.454718 C167.122171,312.351992 167.287388,312.351992 167.389997,312.454718 L169.585649,314.652878 C169.68391,314.750381 169.688258,314.906211 169.597823,315.008937 L169.585649,315.023736 L169.039562,315.570447 C168.936953,315.673173 168.771736,315.673173 168.669127,315.570447 L166.473475,313.372287 C166.370866,313.269561 166.370866,313.104155 166.473475,313.001429' id='Fill-214' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M163.951736,305.895931 C163.951736,306.326858 163.60304,306.675952 163.172605,306.675952 C162.742171,306.675952 162.392605,306.326858 162.392605,305.895931 C162.392605,305.465005 162.742171,305.115911 163.172605,305.115911 C163.60304,305.115911 163.951736,305.465005 163.951736,305.895931' id='Fill-215' fill='%2392C0BA'%3E%3C/path%3E %3Cpath d='M161.48391,316.37049 C161.48391,316.801416 161.134345,317.15051 160.70391,317.15051 C160.274345,317.15051 159.924779,316.801416 159.924779,316.37049 C159.924779,315.939563 160.274345,315.59047 160.70391,315.59047 C161.134345,315.59047 161.48391,315.939563 161.48391,316.37049' id='Fill-216' fill='%2392C0BA'%3E%3C/path%3E %3Cpath d='M179.259562,316.37049 C179.259562,316.801416 178.910866,317.15051 178.480432,317.15051 C178.049997,317.15051 177.701301,316.801416 177.701301,316.37049 C177.701301,315.939563 178.049997,315.59047 178.480432,315.59047 C178.910866,315.59047 179.259562,315.939563 179.259562,316.37049' id='Fill-217' fill='%23EBE9FF'%3E%3C/path%3E %3Cpath d='M181.476953,305.895931 C181.476953,306.326858 181.128258,306.675952 180.697823,306.675952 C180.267388,306.675952 179.917823,306.326858 179.917823,305.895931 C179.917823,305.465005 180.267388,305.115911 180.697823,305.115911 C181.128258,305.115911 181.476953,305.465005 181.476953,305.895931' id='Fill-218' fill='%23EBE9FF'%3E%3C/path%3E %3Cpath d='M256.430866,114.080581 C260.486518,111.601231 261.657823,109.216772 261.657823,109.216772 C261.657823,109.216772 261.766518,108.597805 261.752605,107.689812 C261.72391,105.774584 261.14304,102.577023 257.809997,101.346053 C256.051736,100.700099 254.516084,100.711416 253.114345,100.722734 C250.596953,100.743627 248.509997,100.76452 246.334345,96.980203 L246.350866,97.0716117 C247.214345,102.571799 246.358692,114.118015 256.430866,114.080581' id='Fill-255' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M256.381301,114.080581 C246.601301,114.080581 247.177823,103.105452 246.409997,97.4738096 C246.462171,97.7758934 246.556953,98.2355482 246.721301,98.8066345 C247.625649,102.570058 250.222171,110.840363 255.554345,110.839492 C256.276953,110.839492 257.049127,110.688015 257.874345,110.35285 C258.057823,110.747213 258.168258,111.115459 258.233475,111.414931 C258.293475,111.684805 258.326518,111.900703 258.340432,112.049569 C258.342171,112.064368 258.34391,112.077426 258.345649,112.090485 L258.307388,112.124437 L258.294345,112.110508 L256.276953,113.916046 L256.281301,113.920398 L256.276953,113.924751 L256.415214,114.080581 C256.40391,114.080581 256.393475,114.080581 256.381301,114.080581 M258.371736,112.06698 C258.371736,112.060886 258.371736,112.054792 258.372605,112.047827 C258.378692,111.898091 258.378692,111.67697 258.34304,111.39665 C258.306518,111.088472 258.237823,110.694109 258.084779,110.263183 C258.761301,109.966322 259.474345,109.545843 260.221301,108.986944 C260.22391,109.314274 260.206518,109.605911 260.166518,109.849668 C260.138692,110.145657 260.073475,110.370261 260.044779,110.526962 C260.038692,110.552208 260.034345,110.575713 260.029127,110.597477 L258.371736,112.06698 M260.062171,110.568749 C260.065649,110.557431 260.069997,110.546985 260.073475,110.535668 C260.121301,110.38332 260.219562,110.16568 260.271736,109.86882 C260.34391,109.587629 260.394345,109.238536 260.420432,108.835467 C260.852605,108.500302 261.296084,108.119868 261.752605,107.689812 C261.753475,107.746398 261.754345,107.802114 261.754345,107.856089 C261.753475,108.672673 261.657823,109.216772 261.657823,109.216772 C261.657823,109.216772 261.656084,109.219383 261.653475,109.223736 L261.620432,109.186302 L260.062171,110.568749' id='Fill-256' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M246.351736,97.0742234 C246.350866,97.0742234 246.350866,97.0733528 246.350866,97.0733528 C246.350866,97.0724822 246.350866,97.0724822 246.350866,97.0716117 C246.350866,97.0724822 246.350866,97.0733528 246.351736,97.0742234' id='Fill-257' fill='%23FCE5C0'%3E%3C/path%3E %3Cpath d='M246.350866,97.0716117 L246.350866,97.0716117' id='Fill-258' fill='%23FCE5C0'%3E%3C/path%3E %3Cpath d='M260.221301,108.986944 C260.220432,108.923393 260.219562,108.858972 260.216953,108.79281 C260.18304,108.388 260.14304,107.929216 259.986518,107.457373 C259.714345,106.504982 259.034345,105.511675 258.037823,104.807393 C257.538692,104.456558 256.966518,104.202355 256.333475,104.049137 C255.699562,103.89853 255.035214,103.807992 254.36304,103.702655 C253.690866,103.60167 253.006518,103.496332 252.344779,103.310033 C251.676084,103.13418 251.046518,102.83732 250.50391,102.484744 C249.409997,101.776109 248.540432,100.916868 247.911736,100.099414 C247.285649,99.2758655 246.898692,98.5036802 246.665649,97.9543579 C246.549127,97.6775203 246.476084,97.4563985 246.427388,97.3031802 C246.380432,97.1604086 246.353475,97.0803173 246.350866,97.0716117 C246.353475,97.0777056 246.387388,97.1560558 246.447388,97.2962157 C246.508258,97.4433401 246.601301,97.6592386 246.739562,97.9212766 C247.00391,98.448835 247.435214,99.1853274 248.096953,99.9488071 C248.750866,100.713157 249.626518,101.522777 250.70304,102.157414 C251.244779,102.476909 251.834345,102.711959 252.462171,102.874754 C253.092605,103.039289 253.756953,103.128957 254.430866,103.216013 C255.10391,103.298716 255.789997,103.390124 256.454345,103.572071 C257.118692,103.744442 257.765649,104.043043 258.301301,104.436536 C259.392605,105.213074 260.045649,106.357858 260.279562,107.376411 C260.418692,107.885688 260.433475,108.371459 260.42304,108.791939 C260.422171,108.806739 260.421301,108.820668 260.420432,108.835467 C260.353475,108.88683 260.287388,108.937322 260.221301,108.986944' id='Fill-259' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M246.350866,97.0716117 L246.350866,97.0716117' id='Fill-260' fill='%23F3B840'%3E%3C/path%3E %3Cpath d='M260.029127,110.597477 C260.034345,110.575713 260.038692,110.552208 260.044779,110.526962 C260.073475,110.370261 260.138692,110.145657 260.166518,109.849668 C260.206518,109.605911 260.22391,109.314274 260.221301,108.986944 C260.287388,108.937322 260.353475,108.88683 260.420432,108.835467 C260.394345,109.238536 260.34391,109.587629 260.271736,109.86882 C260.219562,110.16568 260.121301,110.38332 260.073475,110.535668 C260.069997,110.546985 260.065649,110.557431 260.062171,110.568749 L260.029127,110.597477' id='Fill-261' fill='%23F8CD95'%3E%3C/path%3E %3Cpath d='M246.350866,97.0716117 L246.350866,97.0716117' id='Fill-262' fill='%23F8CD95'%3E%3C/path%3E %3Cpath d='M257.874345,110.35285 C257.729127,110.039449 257.537823,109.709508 257.284779,109.384789 C256.726518,108.639591 255.846518,107.973614 254.831736,107.394693 C254.314345,107.110891 253.781301,106.852335 253.196084,106.61119 C252.615214,106.371787 252.02304,106.06535 251.48391,105.703198 C250.392605,104.982376 249.469997,104.036949 248.751736,103.059312 C248.046518,102.067746 247.537823,101.051805 247.178692,100.158612 C246.985649,99.663264 246.836084,99.2079619 246.721301,98.8066345 C246.510866,97.9325939 246.391736,97.3014391 246.351736,97.0742234 C246.366518,97.1429975 246.640432,98.3800609 247.425649,100.051533 C247.821301,100.911645 248.368258,101.877964 249.096084,102.800756 C249.806518,103.732254 250.704779,104.622835 251.753475,105.290553 C252.278692,105.629201 252.827388,105.897332 253.396953,106.154147 C253.966518,106.401386 254.538692,106.693023 255.061301,106.995107 C256.113475,107.601015 257.001301,108.373201 257.539562,109.201972 C257.790866,109.560642 257.96391,109.923665 258.084779,110.263183 C258.014345,110.294523 257.944779,110.324122 257.874345,110.35285' id='Fill-263' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M246.409997,97.4738096 C246.364779,97.2152538 246.350866,97.0716117 246.350866,97.0716117 C246.350866,97.0716117 246.350866,97.0716117 246.350866,97.0733528 C246.371736,97.203066 246.390866,97.337132 246.409997,97.4738096' id='Fill-264' fill='%23F3B840'%3E%3C/path%3E %3Cpath d='M258.345649,112.090485 C258.34391,112.077426 258.342171,112.064368 258.340432,112.049569 C258.326518,111.900703 258.293475,111.684805 258.233475,111.414931 C258.168258,111.115459 258.057823,110.747213 257.874345,110.35285 C257.944779,110.324122 258.014345,110.294523 258.084779,110.263183 C258.237823,110.694109 258.306518,111.088472 258.34304,111.39665 C258.378692,111.67697 258.378692,111.898091 258.372605,112.047827 C258.371736,112.054792 258.371736,112.060886 258.371736,112.06698 L258.345649,112.090485' id='Fill-265' fill='%23F8CD95'%3E%3C/path%3E %3Cpath d='M246.721301,98.8066345 C246.556953,98.2355482 246.462171,97.7758934 246.409997,97.4738096 C246.390866,97.337132 246.371736,97.203066 246.350866,97.0733528 C246.350866,97.0733528 246.350866,97.0742234 246.351736,97.0742234 C246.391736,97.3014391 246.510866,97.9325939 246.721301,98.8066345' id='Fill-266' fill='%23F8CD95'%3E%3C/path%3E %3Cpath d='M318.697823,178.902358 C319.036953,181.103129 319.955214,184.906599 321.636953,185.560388 C322.279562,185.810239 323.053475,185.539495 323.936084,184.756863 C324.597823,184.189259 324.862171,183.648642 324.752605,183.097579 C324.404779,181.372132 320.807388,179.691954 318.697823,178.902358 M321.994345,186.767853 C321.735214,186.753053 321.481301,186.697338 321.232605,186.599835 C318.315214,185.463756 317.549997,178.880594 317.472605,178.134525 L317.384779,177.28399 L318.196953,177.546028 C318.916953,177.777596 325.244779,179.895665 325.844779,182.877327 C326.038692,183.846259 325.64304,184.761216 324.668258,185.597822 C323.738692,186.422241 322.841301,186.814863 321.994345,186.767853' id='Fill-267' fill='%2352ABF1'%3E%3C/path%3E %3Cpolyline id='Fill-268' fill='%23F6BD5E' points='320.975214 176.394279 315.631736 181.132728 257.927388 115.790358 263.270866 111.051909 320.975214 176.394279'%3E%3C/polyline%3E %3Cpolyline id='Fill-269' fill='%23EEA13B' points='263.270866 111.051909 257.927388 115.790358 256.276953 113.924751 261.620432 109.186302 263.270866 111.051909'%3E%3C/polyline%3E %3Cpolyline id='Fill-270' stroke='%23444F71' stroke-width='0.869565217' fill='%23FFFFFF' points='320.975214 176.394279 315.631736 181.132728 257.927388 115.790358 263.270866 111.051909 320.975214 176.394279'%3E%3C/polyline%3E %3Cpolyline id='Fill-271' fill='%23444F71' points='263.270866 111.051909 257.927388 115.790358 256.276953 113.924751 261.620432 109.186302 263.270866 111.051909'%3E%3C/polyline%3E %3Cpolyline id='Fill-272' fill='%23DEC6A8' points='256.281301 113.920398 256.276953 113.916046 258.294345 112.110508 258.307388 112.124437 256.281301 113.920398'%3E%3C/polyline%3E %3Cpolyline id='Fill-274' fill='%23444F71' points='257.935214 115.783393 257.929997 115.777299 256.281301 113.920398 258.307388 112.124437 259.946518 113.972632 259.960432 113.987431 257.935214 115.783393'%3E%3C/polyline%3E %3Cpolyline id='Fill-275' fill='%2352ABF1' points='320.975214 176.394279 315.631736 181.132728 314.708258 180.088929 320.051736 175.35048 320.975214 176.394279'%3E%3C/polyline%3E %3Cpolyline id='Fill-370' fill='%23FBDD95' points='219.181301 191.891959 219.181301 191.891959 219.275214 191.837985 219.181301 191.891959'%3E%3C/polyline%3E %3Cpolyline id='Fill-558' fill='%23444F71' points='118.280432 101.167589 118.280432 101.167589 118.425649 101.13799 118.280432 101.167589'%3E%3C/polyline%3E %3Cpath d='M124.746518,37.5106193 L124.751736,37.3443426 L141.256084,26.0053198 L131.470866,36.1499365 C130.781301,36.1891117 130.071736,36.2604975 129.338692,36.365835 C127.632605,36.6113325 126.108258,37.0039543 124.746518,37.5106193' id='Fill-576' fill='%23D3EBED'%3E%3C/path%3E %3Cpath d='M124.566518,43.3085381 L124.746518,37.5106193 C126.108258,37.0039543 127.632605,36.6113325 129.338692,36.365835 C130.071736,36.2604975 130.781301,36.1891117 131.470866,36.1499365 L124.566518,43.3085381' id='Fill-577' fill='%23CEE8EB'%3E%3C/path%3E %3Cpolyline id='Fill-578' fill='%23B2DDFF' points='116.073475 34.4244898 133.594345 41.6431599 141.256084 26.0053198 116.073475 34.4244898'%3E%3C/polyline%3E %3Cpolyline id='Fill-579' fill='%2352ABF1' points='141.256084 26.0053198 122.386518 37.0257183 124.566518 43.3085381 126.048258 38.5343959 141.256084 26.0053198'%3E%3C/polyline%3E %3Cpolyline id='Fill-580' fill='%23444F71' points='234.244779 54.7894619 267.825649 88.4078147 268.440432 87.7923299 234.859562 54.1739772'%3E%3C/polyline%3E %3Cpath d='M269.691736,68.9717284 L252.308258,71.6765533 L265.695214,57.2078731 C267.231736,58.7061041 269.692605,58.6965279 271.213475,57.1730508 C272.744779,55.6399975 272.744779,53.1467183 271.213475,51.6127944 C269.682171,50.0797411 267.196084,50.0849645 265.664779,51.6180178 C264.133475,53.1510711 264.128258,55.6399975 265.660432,57.1730508 L265.684779,57.198297 L251.640432,71.0070939 C251.640432,71.0070939 253.689127,58.9829416 254.382171,53.0109112 C258.730866,50.9798985 270.742171,44.3645254 274.096084,41.8503528 C274.789127,41.3375939 275.190866,41.0363807 275.190866,41.0363807 C275.190866,41.0363807 272.622171,38.759 282.16304,48.3098959 C281.896953,48.6267792 281.610866,48.9837081 281.309127,49.3658832 C276.755214,55.1420381 269.691736,68.9717284 269.691736,68.9717284' id='Fill-581' fill='%23B2DDFF'%3E%3C/path%3E %3Cpath d='M288.489127,48.2315457 L285.571736,51.152269 C285.02391,51.7007208 284.140432,51.7007208 283.592605,51.152269 L271.86304,39.4093071 C271.340432,38.8861015 271.316084,38.0564594 271.797823,37.5036548 L271.86304,37.4287868 L274.780432,34.5080635 C275.327388,33.9596117 276.211736,33.9596117 276.758692,34.5080635 L288.489127,46.2510254 C289.036084,46.7986066 289.036084,47.6839645 288.489127,48.2315457' id='Fill-582' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M288.489127,48.2315457 L285.571736,51.152269 C285.02391,51.7007208 284.140432,51.7007208 283.592605,51.152269 L271.86304,39.4093071 C271.340432,38.8861015 271.316084,38.0564594 271.797823,37.5036548 C280.896084,47.7588325 284.029997,44.1399213 284.833475,42.591198 L288.489127,46.2510254 C289.036084,46.7986066 289.036084,47.6839645 288.489127,48.2315457' id='Fill-583' fill='%23429BE1'%3E%3C/path%3E %3Cpath d='M279.309127,69.3930787 C274.914345,73.7928807 269.281301,76.0363096 263.937823,76.0363096 C259.447388,76.0345685 255.169997,74.4579873 251.968258,71.2534619 C248.766518,68.0471954 247.191736,63.7649188 247.190866,59.2702259 C247.189997,53.9197741 249.430866,48.280297 253.826518,43.8804949 L253.211736,43.2650102 C248.657823,47.8241244 246.321301,53.6777589 246.321301,59.2702259 C246.320432,63.9660178 247.974345,68.4868274 251.353475,71.8689467 C254.730866,75.251066 259.246518,76.9077386 263.937823,76.906868 C269.52391,76.9059975 275.369997,74.5668071 279.924779,70.0085635 L279.309127,69.3930787' id='Fill-584' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M235.679562,55.6095279 C235.056953,56.2319772 234.048258,56.2319772 233.425649,55.6095279 C232.80391,54.9862081 232.80391,53.9763604 233.425649,53.3539112 C234.048258,52.7305914 235.056953,52.7305914 235.679562,53.3539112 C236.301301,53.9763604 236.301301,54.9862081 235.679562,55.6095279' id='Fill-585' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M254.627388,44.8372386 C254.005649,45.4596878 252.996953,45.4596878 252.374345,44.8372386 C251.752605,44.2139188 251.752605,43.2040711 252.374345,42.5816218 C252.996953,41.958302 254.005649,41.958302 254.628258,42.5816218 C255.249997,43.2040711 255.249997,44.2139188 254.627388,44.8372386' id='Fill-586' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M280.489997,70.8234061 C279.868258,71.4467259 278.858692,71.4467259 278.236953,70.8234061 C277.615214,70.2009569 277.615214,69.1911091 278.236953,68.5677893 C278.858692,67.9453401 279.868258,67.9453401 280.489997,68.5677893 C281.111736,69.1911091 281.111736,70.2009569 280.489997,70.8234061' id='Fill-587' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M269.257823,89.2270102 C268.636084,89.8494594 267.627388,89.8494594 267.004779,89.2270102 C266.38304,88.6036904 266.38304,87.5938426 267.004779,86.9713934 C267.627388,86.3480736 268.636084,86.3480736 269.257823,86.9713934 C269.880432,87.5938426 269.880432,88.6036904 269.257823,89.2270102' id='Fill-588' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M197.62391,1.29974365 L197.62391,36.738434 C197.62391,37.4566447 198.204779,38.0381777 198.922171,38.0381777 C199.638692,38.0381777 200.220432,37.4566447 200.220432,36.738434 L200.220432,1.29974365 C200.220432,0.581532995 199.638692,-2.84217094e-14 198.922171,-2.84217094e-14 C198.204779,-2.84217094e-14 197.62391,0.581532995 197.62391,1.29974365' id='Fill-589' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M241.796953,10.7731599 L223.198692,40.9266904 C222.822171,41.5369518 223.010866,42.3378655 223.621301,42.7156878 C224.231736,43.0926396 225.031736,42.9028579 225.408258,42.2925964 L244.006518,12.139066 C244.38304,11.527934 244.193475,10.7270203 243.58391,10.3500685 C242.973475,9.97311675 242.173475,10.1620279 241.796953,10.7731599' id='Fill-590' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M153.836953,12.139066 L172.435214,42.2925964 C172.812605,42.9028579 173.612605,43.0926396 174.222171,42.7156878 C174.832605,42.3378655 175.021301,41.5369518 174.644779,40.9266904 L156.046518,10.7731599 C155.669997,10.1620279 154.869997,9.97311675 154.259562,10.3500685 C153.649997,10.7270203 153.460432,11.527934 153.836953,12.139066' id='Fill-591' fill='%23E6F1FB'%3E%3C/path%3E %3Cpolyline id='Fill-592' fill='%23CFD5DE' points='43.9143445 156.923371 43.7604315 156.515949 37.4369532 158.904761 35.2047793 152.981482 41.1213011 150.746759 43.507388 157.077459 43.9143445 156.923371 43.7604315 156.515949 43.9143445 156.923371 44.3204315 156.770152 41.6282576 149.624609 34.0839098 152.473947 36.9299967 160.026911 44.4743445 157.176703 44.3204315 156.770152 43.9143445 156.923371'%3E%3C/polyline%3E %3Cpath d='M45.6491272,148.64349 L45.2421706,148.796708 C45.4021706,149.22067 45.4778228,149.654208 45.4778228,150.080782 C45.4769532,151.551155 44.5804315,152.937084 43.1247793,153.486406 C42.7013011,153.646589 42.2682576,153.722327 41.8421706,153.722327 C40.373475,153.721457 38.9891272,152.823911 38.4404315,151.366596 C38.2804315,150.942635 38.2047793,150.509096 38.2047793,150.082523 C38.2056489,148.61215 39.1021706,147.226221 40.5578228,146.676898 C40.9813011,146.516716 41.4143445,146.440977 41.8404315,146.440977 C43.3091272,146.441848 44.693475,147.339393 45.2421706,148.796708 L45.6491272,148.64349 L46.0560837,148.489401 C45.3752141,146.683863 43.6613011,145.570419 41.8404315,145.570419 C41.3117359,145.570419 40.773475,145.664439 40.2508663,145.862056 C38.447388,146.543703 37.3352141,148.259574 37.3352141,150.082523 C37.3352141,150.611822 37.4291272,151.150698 37.6265185,151.673904 C38.307388,153.479442 40.0213011,154.592886 41.8421706,154.592886 C42.3708663,154.592886 42.9091272,154.498865 43.4317359,154.301249 C45.2352141,153.618731 46.347388,151.903731 46.347388,150.080782 C46.347388,149.551482 46.253475,149.012607 46.0560837,148.489401 L45.6491272,148.64349' id='Fill-593' fill='%23CFD5DE'%3E%3C/path%3E %3Cpath d='M298.646518,84.6809543 C298.775214,83.2993782 298.849127,82.5193579 298.867388,82.3382817 C298.887388,82.1589467 298.904779,82.0170457 298.92391,81.9160609 C298.699562,82.2111802 298.116084,82.9276497 297.170866,84.0654695 L298.646518,84.6809543 Z M298.36304,87.3291929 L298.513475,85.8083274 L296.449127,84.9473452 L295.477823,86.1260812 L294.18304,85.5872056 L298.549127,80.7268782 L300.017823,81.3388807 L299.656084,87.8680685 L298.36304,87.3291929 L298.36304,87.3291929 Z' id='Fill-594' fill='%23CFD5DE'%3E%3C/path%3E %3Cpolyline id='Fill-595' fill='%23CFD5DE' points='303.838692 83.2105812 301.673475 88.419132 302.075214 88.5862792 304.240432 83.378599'%3E%3C/polyline%3E %3Cpolyline id='Fill-596' fill='%23CFD5DE' points='300.529997 88.1779873 303.050866 89.2287513 303.218692 88.8265533 300.696953 87.7757893'%3E%3C/polyline%3E %3Cpolyline id='Fill-597' fill='%23CFD5DE' points='302.696084 82.9703071 305.216953 84.0210711 305.38391 83.6188731 302.86304 82.5681091'%3E%3C/polyline%3E %3Cpolyline id='Fill-598' fill='%23CFD5DE' points='302.602171 80.0765711 297.400432 77.9088807 297.232605 78.3102081 302.434345 80.478769'%3E%3C/polyline%3E %3Cpolyline id='Fill-599' fill='%23CFD5DE' points='297.640432 76.7640964 296.590866 79.2878452 296.992605 79.4549924 298.042171 76.9312437'%3E%3C/polyline%3E %3Cpolyline id='Fill-600' fill='%23CFD5DE' points='302.842171 78.9317868 301.792605 81.4564061 302.194345 81.6235533 303.24391 79.0998046'%3E%3C/polyline%3E %3Cpath d='M104.471736,82.3617868 C104.821301,82.3025888 105.164779,82.2442614 105.514345,82.1850635 C105.455214,81.835099 105.396953,81.4912284 105.337823,81.1421345 C105.68391,81.0829365 106.024779,81.0254797 106.372605,80.9662817 C106.625649,82.4610305 106.877823,83.9557792 107.134345,85.4714213 C107.797823,84.5190305 108.450866,83.5831802 109.091736,82.6638706 C108.46391,82.7700787 107.799562,82.8832513 107.130866,82.9964239 C107.070866,82.6429772 107.012605,82.298236 106.952605,81.9430482 L107.036953,81.9291193 C108.002171,81.7654543 108.967388,81.6017893 109.933475,81.4398655 L110.06391,81.3562919 C110.336084,80.9680228 110.612605,80.5814949 110.886518,80.1940964 L110.925649,80.1253223 C111.100432,80.2463299 111.266518,80.3603731 111.450866,80.4874746 L111.387388,80.5484137 C111.111736,80.9349416 110.837823,81.3223401 110.561301,81.708868 L110.532605,81.8403223 C110.697823,82.8083832 110.861301,83.7773147 111.024779,84.7462462 L111.040432,84.8376548 C110.690866,84.8968528 110.346518,84.9551802 109.992605,85.0152487 C109.879562,84.3466599 109.766518,83.6763299 109.656953,83.0260228 C108.989997,83.9488147 108.319562,84.8768299 107.648258,85.8048452 L107.66304,85.8222563 C109.152605,85.5697944 110.64304,85.3173325 112.137823,85.064 C112.196953,85.4130939 112.254345,85.7534822 112.312605,86.100835 C111.971736,86.1582919 111.632605,86.2157487 111.285649,86.2740761 C111.345649,86.6310051 111.405649,86.9818401 111.465649,87.3370279 C111.111736,87.3970964 110.765649,87.4554239 110.415214,87.5146218 C110.355214,87.1629162 110.296953,86.8138223 110.236084,86.4568934 C108.939562,86.6762741 107.648258,86.8947843 106.349127,87.1150355 C106.130866,85.8187741 105.912605,84.5312183 105.694345,83.2384391 C105.34304,83.2976371 104.998692,83.3559645 104.649997,83.4151624 C104.590866,83.0634569 104.531736,82.7178452 104.471736,82.3617868' id='Fill-605' fill='%23CFD5DE'%3E%3C/path%3E %3Cpath d='M370.282609,160.485695 C370.467826,160.059992 370.649565,159.640383 370.834783,159.21468 C370.409565,159.029251 369.990435,158.847305 369.565217,158.661876 C369.748696,158.239655 369.928696,157.824398 370.113043,157.399566 C371.933043,158.190904 373.751304,158.982241 375.596522,159.784896 C375.026957,158.373721 374.467826,156.987792 373.918261,155.626239 C373.586087,156.391459 373.234783,157.20282 372.88087,158.017662 C372.450435,157.830492 372.031304,157.648546 371.59913,157.460505 L371.643478,157.357779 C372.154783,156.179914 372.665217,155.002048 373.178261,153.825924 L373.18,153.623084 C372.949565,153.045033 372.722609,152.465241 372.493913,151.88719 L372.446087,151.794911 C372.704348,151.689574 372.947826,151.589459 373.21913,151.477157 L373.24087,151.59033 C373.466957,152.169251 373.696522,152.748173 373.922609,153.327964 L374.045217,153.453325 C375.225217,153.964343 376.404348,154.477972 377.583478,154.990731 L377.694783,155.039482 C377.509565,155.466056 377.327826,155.884794 377.14,156.316591 C376.326957,155.963145 375.510435,155.607957 374.72,155.264086 C375.253913,156.656109 375.792174,158.056838 376.329565,159.457566 L376.35913,159.454084 C377.147826,157.636358 377.936522,155.818632 378.727826,153.994812 C379.152174,154.179371 379.566957,154.360447 379.989565,154.544135 C379.808696,154.960261 379.629565,155.372906 379.445217,155.796868 C379.87913,155.984909 380.306087,156.171208 380.73913,156.359249 C380.551304,156.791046 380.368696,157.212396 380.182609,157.640711 C379.754783,157.454411 379.329565,157.269853 378.894783,157.080071 C378.208696,158.661876 377.525217,160.236716 376.837391,161.822003 C375.26,161.136003 373.693043,160.453485 372.11913,159.769226 C371.932174,160.198411 371.750435,160.61802 371.566087,161.043723 C371.138261,160.857424 370.717391,160.674607 370.282609,160.485695' id='Fill-606' fill='%23CFD5DE'%3E%3C/path%3E %3Cg id='Group-5' transform='translate(52.173913, 87.926396)'%3E %3Cg id='Group' transform='translate(1.996286, 5.830158)'%3E %3Cellipse id='body' fill='%23444F71' cx='18.3379196' cy='18.2640985' rx='18.3379196' ry='18.2640985'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(18.335538, 2.402406)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='0.851818988' fill='%23FFFFFF' cx='8.36620997' cy='8.2699745' rx='7.82846862' ry='7.79695431'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='8.36620997' cy='8.2699745' rx='2.46650381' ry='2.45657465'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Crect id='Rectangle' fill='%23444F71' x='20.5899449' y='33.9648147' width='3.43165748' height='10.6807593' rx='1.71582874'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(14.370066, 39.305194) scale(-1, 1) translate(-14.370066, -39.305194) ' x='12.6542369' y='33.9648147' width='3.43165748' height='10.6807593' rx='1.71582874'%3E%3C/rect%3E %3C/g%3E %3Cpath d='M16.8836899,18.6024546 C16.7108465,18.68659 16.5347909,18.7760596 16.3555088,18.8589061 C15.8993692,19.0699632 15.4128008,18.9572838 15.113854,18.5591347 C15.0160669,18.4283423 14.9476493,18.275165 14.8710867,18.1292378 C14.825278,18.0418524 14.7976965,17.9448803 14.7497436,17.8587735 C14.6559896,17.6914735 14.4690552,17.6558059 14.3323083,17.7803401 C14.2472167,17.8579608 14.1827502,17.9573855 14.0961541,18.0328693 C13.7328348,18.3484496 13.177512,18.338179 12.830577,18.0031754 C12.506199,17.6906186 12.3456539,17.2951969 12.321521,16.8538169 C12.3101094,16.6424159 12.3482605,16.4282982 12.3707502,16.2160835 C12.3790207,16.1347413 12.4216246,16.0549346 12.4189541,15.9752875 C12.4165035,15.9001246 12.3957841,15.7997443 12.344239,15.7597541 C12.2929089,15.7201912 12.183258,15.7160036 12.1178452,15.7421889 C11.9968855,15.7909413 11.8896982,15.8728062 11.7760573,15.940998 C11.5118965,16.0999709 11.2240042,16.1519407 10.9184276,16.12937 C10.3212234,16.08574 10.0032792,15.7704151 9.99527543,15.1806561 C9.99268204,14.9865609 10.0417989,14.7912463 10.0726784,14.5969775 C10.0829011,14.5331464 10.1298154,14.4691456 10.122663,14.4095643 C10.1137768,14.3356748 10.081488,14.2498003 10.0292883,14.2008413 C9.9940586,14.1674898 9.90029364,14.1697268 9.84495776,14.1893049 C9.76946062,14.2159052 9.70752483,14.278607 9.63590639,14.3188774 C9.37709313,14.4639777 9.12796585,14.6342853 8.85494958,14.7449915 C8.06785552,15.063483 7.41313798,14.6557283 7.33594364,13.8051757 C7.31854609,13.6121305 7.35800283,13.4131745 7.3779374,13.217398 C7.38620849,13.1364828 7.43353034,13.0545465 7.42292478,12.9783063 C7.41318495,12.9082593 7.36350582,12.8140366 7.30575529,12.788345 C7.24585776,12.7615833 7.15062722,12.7941387 7.0789939,12.8220248 C7.04017491,12.8373521 7.0187893,12.8968994 6.98944069,12.9365796 C6.67988867,13.3557825 6.23554767,13.5645049 5.75616687,13.7193778 C5.72485148,13.7293761 5.6924604,13.7370243 5.65985244,13.7427505 C4.99032199,13.8647278 4.51462537,13.5139835 4.45394568,12.8359769 C4.42589179,12.524414 4.43259619,12.2109708 4.51397766,11.9027412 C4.54730004,11.7772296 4.56430523,11.6435847 4.5641488,11.5133357 C4.56394775,11.3459338 4.38166697,11.2545423 4.24123491,11.3478978 C4.14582697,11.4114137 4.0680452,11.5010005 3.97285286,11.5653708 C3.76896197,11.7039175 3.56765339,11.8486593 3.34978611,11.9628477 C3.12376999,12.0810833 2.87379,12.0773689 2.62204522,12.0335101 C2.24346273,11.9679344 2.01233675,11.7620365 1.96391029,11.2815529 C1.91679228,10.8185797 2.08452249,10.4075351 2.3634536,10.0406088 C2.43843595,9.94269132 2.53944915,9.90117484 2.66087744,9.88530542 C2.83186355,9.86266235 2.98046959,9.78618491 3.07040912,9.63597222 C3.10895456,9.57153435 3.13609718,9.48167369 3.12421061,9.41077001 C3.10605555,9.30163831 2.99956445,9.24855774 2.89979174,9.25100106 C2.78843293,9.25407113 2.66507889,9.27442224 2.56922874,9.32704805 C2.39746974,9.42079322 2.2350947,9.46693404 2.0551601,9.36380161 C1.84366118,9.24205509 1.69303878,9.0689222 1.65369517,8.82610008 C1.58127926,8.38103262 1.65953774,7.97372478 1.98377679,7.6346104 C2.30373057,7.30061545 2.69808255,7.09695799 3.14945525,7.02596606 C3.50686303,6.96938163 3.87226869,6.96170342 4.23443193,6.93416374 C4.30008493,6.929331 4.36768832,6.94051477 4.43204774,6.93055594 C4.59552051,6.90512812 4.7092821,6.75878724 4.63786585,6.61009036 C4.52041767,6.36674808 4.59719653,6.15673337 4.69371802,5.94845038 C4.94946738,5.39615877 5.34289176,4.95613068 5.85897833,4.63432683 C6.00928017,4.54055607 6.18858713,4.47842125 6.36320378,4.4414765 C6.90507337,4.32703384 7.2022002,4.46041267 7.49993628,4.92240353 C7.83507756,5.44251713 7.89496483,5.46073795 8.35968699,5.07075915 C8.74188242,4.75007681 9.17296871,4.5819079 9.66858265,4.5438512 C10.0328913,4.51610055 10.3982608,4.47831561 10.7579718,4.55283682 C10.9813962,4.59922407 11.2093536,4.66803661 11.4090344,4.77589007 C11.7167147,4.94216397 11.9007116,5.21184887 11.9082307,5.57676798 C11.9096166,5.65876231 11.8957739,5.74564951 11.9173231,5.82232982 C11.9380097,5.89537922 11.9808135,5.98212043 12.0407241,6.01977184 C12.1317707,6.0766774 12.2310666,6.03451831 12.3075776,5.958809 C12.3311522,5.93534962 12.3566601,5.91360072 12.3767988,5.8877885 C12.7725055,5.38285225 13.3245172,5.31603723 13.9033024,5.38804383 C14.3009622,5.43741461 14.6637905,5.60631653 14.9820916,5.86142849 C15.2984586,6.1141894 15.4707113,6.43147584 15.4905102,6.83740593 C15.5175636,7.38789948 15.5220738,7.39132122 16.0440608,7.51600018 C16.6849547,7.66921942 17.2524233,7.96626536 17.7533097,8.3877156 C17.8903449,8.50318119 18.0201097,8.63956333 18.1153452,8.78978326 C18.3286031,9.12548154 18.292881,9.39682619 18.0275927,9.68903588 C17.9723063,9.74982391 17.9028436,9.79842425 17.8497047,9.8607095 C17.7204996,10.0117295 17.7419451,10.1806514 17.9068553,10.280136 C18.0054152,10.3398264 18.1148967,10.3815938 18.2183828,10.4338167 C18.5307724,10.5907012 18.8247432,10.7761758 19.0747982,11.0209573 C19.1923066,11.135759 19.3093948,11.2580336 19.395389,11.3960717 C19.5983342,11.7206545 19.5974445,12.051827 19.3673734,12.3669256 C19.289397,12.4731669 19.1987497,12.5699981 19.1154039,12.6719626 C18.9375729,12.8910383 18.9260499,13.1229101 19.0788922,13.3577536 C19.1868061,13.5235759 19.3084423,13.6808735 19.4210733,13.843712 C19.5339188,14.0065508 19.6540556,14.1659819 19.7497469,14.3384087 C19.8123224,14.4510097 19.8485273,14.5817288 19.8759305,14.7088074 C19.9113154,14.8713403 19.8477477,15.0045026 19.6948448,15.0764909 C19.5608137,15.1397474 19.4209751,15.1912531 19.2811329,15.2397695 C19.1563046,15.2831793 19.0235107,15.3045868 18.9019086,15.3544061 C18.6078764,15.4751229 18.5238377,15.7148086 18.6793104,15.9959897 C18.7427465,16.1105134 18.8295565,16.2131078 18.9118608,16.3159103 C19.0046952,16.4321773 19.1095344,16.5390636 19.2002249,16.6568227 C19.5436429,17.1007186 19.5489773,17.4331796 19.1982373,17.8604472 C18.7937196,18.3540563 18.2881365,18.6671182 17.6223224,18.6676056 C17.4910051,18.667876 17.3586596,18.7052982 17.2292619,18.6959625 C17.1172461,18.6879286 17.0086131,18.6380483 16.8836899,18.6024546' id='Fill-36' fill='%23FFD648' transform='translate(10.757130, 11.683125) rotate(-68.000000) translate(-10.757130, -11.683125) '%3E%3C/path%3E %3Cg id='Group-4' transform='translate(21.739130, 25.226271)'%3E %3Cg id='Group-7' transform='translate(11.326056, 6.934778) rotate(163.000000) translate(-11.326056, -6.934778) translate(0.891273, 3.452545)'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(33.127416, 7.957548)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(10.805779, 12.079274) rotate(-160.000000) translate(-10.805779, -12.079274) translate(3.849257, 2.067852)'%3E %3Cg id='Group-10' transform='translate(7.127312, 10.055254) rotate(25.000000) translate(-7.127312, -10.055254) translate(4.518616, 0.479112)'%3E %3Cpath d='M2.81524743,4.01511813e-16 L3.42087036,6.66133815e-16 C3.77370534,6.01319081e-16 4.05973461,0.286029264 4.05973461,0.638864241 C4.05973461,0.645849326 4.05962005,0.652833941 4.05939098,0.659815269 L3.55715313,15.9664261 C3.55029078,16.1755686 3.37876171,16.3415618 3.1695067,16.3415618 L3.1695067,16.3415618 C2.95986674,16.3415618 2.78765001,16.1759925 2.779402,15.9665149 L2.17687783,0.663999528 C2.162996,0.311437737 2.43755035,0.0143764845 2.79011214,0.000494649142 C2.79848651,0.000164914969 2.80686656,5.56651052e-16 2.81524743,5.55111512e-16 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M3.25889692,15.6858128 C2.65836463,15.6420523 1.90242742,16.1349098 0.991085298,17.1643852 L0.991127665,17.1644227 C0.813259277,17.3653474 0.831950093,17.6724198 1.03287477,17.8502882 C1.1216428,17.92887 1.23607855,17.9722858 1.35463174,17.9723595 L1.35463174,17.9723595 L1.35463174,17.9723595 C1.35479615,18.2356521 1.56837022,18.4489596 1.83166279,18.4487952 C1.94106318,18.4487269 2.0471116,18.4110341 2.13201422,18.3420414 L2.23436126,18.2588732 L2.26869776,18.3174418 C2.42447623,18.583157 2.76616441,18.6722784 3.03187967,18.5165 C3.1332605,18.4570643 3.21327541,18.3671224 3.26050405,18.2595115 L3.26050405,18.2595115 L3.57078684,18.5621649 C3.73743981,18.7247201 4.00431577,18.7213982 4.166871,18.5547453 C4.2437277,18.4759511 4.28671556,18.37022 4.28664683,18.2601498 L4.28664683,18.2601498 C4.34198902,16.5978855 3.99940571,15.7397732 3.25889692,15.6858128 Z' id='Path-28' transform='translate(2.580735, 17.182539) rotate(-9.000000) translate(-2.580735, -17.182539) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath d='M26.9565217,34.3870558 C26.9788686,33.5611641 28.4057971,33.0812183 29.5652174,33.0812183 C30.7246377,33.0812183 33.2412822,33.3194339 33.4782609,34.3870558 C33.7152395,35.4546778 33.0330016,36.998731 30.4347826,36.998731 C27.8365636,36.998731 26.9341749,35.2129476 26.9565217,34.3870558 Z' id='Path-19' stroke='%232A3966' stroke-width='0.5' fill='%23FFFFFF' transform='translate(30.239131, 35.039975) scale(1, -1) translate(-30.239131, -35.039975) '%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='36.402849' cy='28.5572283' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='37.2607634' cy='25.7802309' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='39.1910707' cy='28.1299979' rx='1.17963226' ry='1.17488353'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='16.402849' cy='25.993846' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='18.7621135' cy='27.2755372' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='17.0462848' cy='28.9844587' rx='1.17963226' ry='1.17488353'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(17.805521, 49.162402) scale(-1, 1) translate(-17.805521, -49.162402) ' points='17.9127603 47.8807107 13.6231884 50.4440929 21.0226998 50.4440929 21.9878535 49.1624018'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(26.339606, 49.194041) scale(-1, 1) translate(-26.339606, -49.194041) ' points='26.4468454 47.9123494 22.1572736 50.4757316 29.556785 50.4757316 30.5219387 49.1940405'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-5' transform='translate(127.826087, 290.766497)'%3E %3Cg id='Group' transform='translate(0.257155, 0.606807)' fill='%23444F71'%3E %3Cellipse id='body' cx='18.3379196' cy='18.2640985' rx='18.3379196' ry='18.2640985'%3E%3C/ellipse%3E %3Crect id='Rectangle' x='20.5899449' y='33.9648147' width='3.43165748' height='10.6807593' rx='1.71582874'%3E%3C/rect%3E %3Crect id='Rectangle' transform='translate(14.370066, 39.305194) scale(-1, 1) translate(-14.370066, -39.305194) ' x='12.6542369' y='33.9648147' width='3.43165748' height='10.6807593' rx='1.71582874'%3E%3C/rect%3E %3C/g%3E %3Cg id='Group-4' transform='translate(20.000000, 20.002920)'%3E %3Cg id='Group-7' transform='translate(11.326056, 6.934778) rotate(163.000000) translate(-11.326056, -6.934778) translate(0.891273, 3.452545)'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(23.562198, 14.922015)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(14.950306, 13.836024) rotate(-160.000000) translate(-14.950306, -13.836024) translate(3.211176, 4.259882)'%3E %3Cg id='Group-10' transform='translate(11.844136, 9.416509) rotate(25.000000) translate(-11.844136, -9.416509) translate(1.844136, 3.757880)'%3E %3Cpath d='M11.9058477,-3.14147404 L12.4482347,-3.14131008 C12.8010697,-3.14120342 13.0870124,-2.8550877 13.0869058,-2.50225274 C13.0868834,-2.42821335 13.073991,-2.35474134 13.0488044,-2.28511761 L10.0124962,6.1081813 L12.690789,12.6314061 C12.7618816,12.8045588 12.6791457,13.0025588 12.5059929,13.0736515 C12.4903335,13.080081 12.4742143,13.0853281 12.4577708,13.089349 L12.4577708,13.089349 C12.234041,13.1440568 12.0022615,13.0364689 11.8996382,12.8302739 L8.66981312,6.34077409 L11.2921813,-2.68093009 C11.3715152,-2.95386165 11.6216198,-3.14155996 11.9058477,-3.14147404 Z' id='Path-17' transform='translate(10.878359, 4.981014) rotate(74.000000) translate(-10.878359, -4.981014) '%3E%3C/path%3E %3Cpath d='M3.13440495,6.92371339 C2.53357232,6.8796442 1.77766351,7.37112264 0.866678533,8.39814872 L0.866656784,8.39812943 C0.688460574,8.59902424 0.706861425,8.90633823 0.907756235,9.08453444 C0.996558148,9.16330285 1.11110672,9.20686626 1.22980895,9.20701275 L1.22980895,9.20701275 L1.22980895,9.20701275 C1.2301357,9.47061906 1.44409572,9.68404931 1.70770202,9.68372255 C1.81696551,9.68358712 1.92287481,9.64596776 2.00774123,9.57714757 L2.11051502,9.49380588 L2.14556047,9.55343429 C2.3017224,9.81913745 2.64371161,9.90793817 2.90941477,9.75177625 C3.01056946,9.69232452 3.09041138,9.60250126 3.13759227,9.49507341 L3.13759227,9.49507341 L3.44945119,9.798721 C3.61616267,9.96104291 3.88289692,9.95748446 4.04521883,9.79077299 C4.12193692,9.71198027 4.16480583,9.60631338 4.16466951,9.49634094 L4.16466951,9.49634094 C4.21904243,7.83562178 3.87562091,6.97807926 3.13440495,6.92371339 Z' id='Path-28' transform='translate(2.457208, 8.419583) rotate(65.000000) translate(-2.457208, -8.419583) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(16.066391, 43.939052) scale(-1, 1) translate(-16.066391, -43.939052) ' points='16.1736298 42.6573604 11.884058 45.2207426 19.2835694 45.2207426 20.2487231 43.9390515'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(24.600476, 43.970690) scale(-1, 1) translate(-24.600476, -43.970690) ' points='24.707715 42.6889991 20.4181431 45.2523814 27.8176546 45.2523814 28.7828082 43.9706903'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-8' transform='translate(103.550358, 111.822943) rotate(116.000000) translate(-103.550358, -111.822943) translate(73.985141, 96.152892)'%3E %3Cpath d='M48.8313043,7.90205838 L42.686087,22.5883782 L20.873913,13.4379391 L48.8313043,7.90205838 M45.5904348,30.9709848 L58.5547826,0 L48.9226087,1.95266244 L48.7704348,1.97703807 L29.5130435,5.87975127 L29.1869565,5.9398198 L9.78434783,9.87213198 L9.45826087,9.93220051 L9.9475983e-14,11.8482995 L45.5904348,30.9709848' id='Fill-392' fill='%2352ABF1'%3E%3C/path%3E %3Cpolyline id='Fill-393' fill='%23444F71' points='5.35826087 10.7627132 5.48 10.7383376 5.35826087 10.7627132'%3E%3C/polyline%3E %3Cpolyline id='Fill-394' fill='%23444F71' points='5.6826087 12.2748731 5.55565217 12.1852056 5.27130435 10.7801244 5.35826087 10.7627132 5.48 10.7383376 5.76434783 12.1434188 5.6826087 12.2748731'%3E%3C/polyline%3E %3Cpolyline id='Fill-395' fill='%23444F71' points='5.87217391 10.6582462 5.93217391 10.6460584 5.87217391 10.6582462'%3E%3C/polyline%3E %3Cpolyline id='Fill-396' fill='%23444F71' points='6.01217391 11.4278198 5.92173913 11.3677513 5.78173913 10.6773985 5.87217391 10.6582462 5.93217391 10.6460584 6.07217391 11.3372817 6.01217391 11.4278198'%3E%3C/polyline%3E %3Cpolyline id='Fill-397' fill='%23444F71' points='6.2573913 10.5807665 6.2573913 10.5807665 6.46608696 10.5381091 6.2573913 10.5807665'%3E%3C/polyline%3E %3Cpolyline id='Fill-398' fill='%23444F71' points='6.66782609 12.0746447 6.54086957 11.9858477 6.2573913 10.5807665 6.46608696 10.5381091 6.75043478 11.9431904 6.66782609 12.0746447'%3E%3C/polyline%3E %3Cpolyline id='Fill-399' fill='%23444F71' points='6.76782609 10.4771701 6.76782609 10.4771701 6.80173913 10.4702056 6.76782609 10.4771701'%3E%3C/polyline%3E %3Cpolyline id='Fill-400' fill='%23444F71' points='6.99826087 11.2284619 6.90695652 11.1683934 6.76782609 10.4771701 6.80173913 10.4702056 6.91826087 10.4467005 7.05826087 11.1379239 6.99826087 11.2284619'%3E%3C/polyline%3E %3Cpolyline id='Fill-401' fill='%23444F71' points='7.65391304 11.8752868 7.52695652 11.7856193 7.2426087 10.3805381 7.45217391 10.3387513 7.73565217 11.7438325 7.65391304 11.8752868'%3E%3C/polyline%3E %3Cpolyline id='Fill-402' fill='%23444F71' points='7.79826087 10.268236 7.90434783 10.2464721 7.79826087 10.268236'%3E%3C/polyline%3E %3Cpolyline id='Fill-403' fill='%23444F71' points='7.98347826 11.0282335 7.89304348 10.968165 7.75304348 10.2778122 7.79826087 10.268236 7.90434783 10.2464721 8.04347826 10.9376954 7.98347826 11.0282335'%3E%3C/polyline%3E %3Cpolyline id='Fill-404' fill='%23444F71' points='8.22869565 10.1811802 8.22869565 10.1811802 8.4373913 10.1385228 8.22869565 10.1811802'%3E%3C/polyline%3E %3Cpolyline id='Fill-405' fill='%23444F71' points='8.64 11.6750584 8.51304348 11.5862614 8.22869565 10.1811802 8.4373913 10.1385228 8.72173913 11.5436041 8.64 11.6750584'%3E%3C/polyline%3E %3Cpolyline id='Fill-406' fill='%23444F71' points='8.74521739 10.0767132 8.74521739 10.0767132 8.86521739 10.0523376 8.74521739 10.0767132'%3E%3C/polyline%3E %3Cpolyline id='Fill-407' fill='%23444F71' points='8.96956522 10.8288756 8.88434783 10.767066 8.74521739 10.0767132 8.86521739 10.0523376 8.88956522 10.0471142 9.02956522 10.7383376 8.96956522 10.8288756'%3E%3C/polyline%3E %3Cpolyline id='Fill-408' fill='%23444F71' points='9.62521739 11.4757005 9.49826087 11.386033 9.21478261 9.98095178 9.25826087 9.97224619 9.42956522 9.93742386 9.71304348 11.3425051 9.62521739 11.4757005'%3E%3C/polyline%3E %3Cpolyline id='Fill-409' fill='%23444F71' points='9.73130435 9.88170812 9.73043478 9.87648477 9.87565217 9.84775635 9.87652174 9.8529797 9.78434783 9.87213198 9.73130435 9.88170812'%3E%3C/polyline%3E %3Cpolyline id='Fill-410' fill='%23444F71' points='9.95565217 10.6286472 9.87043478 10.5677081 9.73130435 9.88170812 9.78434783 9.87213198 9.87652174 9.8529797 10.0156522 10.5381091 9.95565217 10.6286472'%3E%3C/polyline%3E %3Cpolyline id='Fill-411' fill='%23444F71' points='10.6113043 11.2754721 10.4843478 11.1866751 10.2017391 9.78768782 10.4165217 9.7441599 10.6991304 11.1431472 10.6113043 11.2754721'%3E%3C/polyline%3E %3Cpolyline id='Fill-412' fill='%23444F71' points='10.9469565 10.4275482 10.8565217 10.3674797 10.7173913 9.68235025 10.8626087 9.65362183 11.0008696 10.3387513 10.9469565 10.4275482'%3E%3C/polyline%3E %3Cpolyline id='Fill-413' fill='%23444F71' points='11.1869565 9.58745939 11.1869565 9.58745939 11.3547826 9.55350761 11.1869565 9.58745939'%3E%3C/polyline%3E %3Cpolyline id='Fill-414' fill='%23444F71' points='11.6026087 11.0743731 11.4704348 10.9864467 11.1869565 9.58745939 11.3547826 9.55350761 11.4017391 9.54393147 11.6852174 10.9429188 11.6026087 11.0743731'%3E%3C/polyline%3E %3Cpolyline id='Fill-415' fill='%23444F71' points='11.7034783 9.48299239 11.7034783 9.48299239 11.76 9.47167513 11.7034783 9.48299239'%3E%3C/polyline%3E %3Cpolyline id='Fill-416' fill='%23444F71' points='11.9330435 10.2281904 11.8417391 10.1681218 11.7034783 9.48299239 11.76 9.47167513 11.8486957 9.4533934 11.9869565 10.1385228 11.9330435 10.2281904'%3E%3C/polyline%3E %3Cpolyline id='Fill-417' fill='%23444F71' points='12.5886957 10.8750152 12.4556522 10.7870888 12.1730435 9.38810152 12.3878261 9.3445736 12.6704348 10.7435609 12.5886957 10.8750152'%3E%3C/polyline%3E %3Cpolyline id='Fill-418' fill='%23444F71' points='12.9182609 10.0279619 12.8278261 9.9678934 12.6895652 9.28276396 12.84 9.25229442 12.9782609 9.93742386 12.9182609 10.0279619'%3E%3C/polyline%3E %3Cpolyline id='Fill-419' fill='%23444F71' points='13.5747826 10.6747868 13.4478261 10.5859898 13.1652174 9.18700254 13.373913 9.14434518 13.6565217 10.5433325 13.5747826 10.6747868'%3E%3C/polyline%3E %3Cpolyline id='Fill-420' fill='%23444F71' points='13.9043478 9.82860406 13.813913 9.76853553 13.6747826 9.08340609 13.826087 9.05293655 13.9643478 9.73806599 13.9043478 9.82860406'%3E%3C/polyline%3E %3Cpolyline id='Fill-421' fill='%23444F71' points='14.56 10.4754289 14.433913 10.3857614 14.1504348 8.98677411 14.3591304 8.94498731 14.6426087 10.3439746 14.56 10.4754289'%3E%3C/polyline%3E %3Cpolyline id='Fill-422' fill='%23444F71' points='14.6608696 8.88317766 14.6608696 8.88317766 14.7313043 8.86924873 14.6608696 8.88317766'%3E%3C/polyline%3E %3Cpolyline id='Fill-423' fill='%23444F71' points='14.8904348 9.62837563 14.7991304 9.56830711 14.6608696 8.88317766 14.7313043 8.86924873 14.8113043 8.85270812 14.9504348 9.53783756 14.8904348 9.62837563'%3E%3C/polyline%3E %3Cpolyline id='Fill-424' fill='%23444F71' points='15.546087 10.2752005 15.4191304 10.1864036 15.1365217 8.78741624 15.3452174 8.74475888 15.6278261 10.1437462 15.546087 10.2752005'%3E%3C/polyline%3E %3Cpolyline id='Fill-425' fill='%23444F71' points='15.8756522 9.42901777 15.7852174 9.36894924 15.6469565 8.6838198 15.7973913 8.65335025 15.9356522 9.3384797 15.8756522 9.42901777'%3E%3C/polyline%3E %3Cpolyline id='Fill-426' fill='%23444F71' points='16.5321739 10.0758426 16.4052174 9.98617513 16.1226087 8.58718782 16.3313043 8.54540102 16.613913 9.94438832 16.5321739 10.0758426'%3E%3C/polyline%3E %3Cpolyline id='Fill-427' fill='%23444F71' points='16.6321739 8.48446193 16.6321739 8.48359137 16.7834783 8.45312183 16.6321739 8.48446193'%3E%3C/polyline%3E %3Cpolyline id='Fill-428' fill='%23444F71' points='16.8617391 9.2296599 16.7713043 9.16872081 16.6321739 8.48446193 16.7834783 8.45312183 16.9217391 9.13825127 16.8617391 9.2296599'%3E%3C/polyline%3E %3Cpolyline id='Fill-429' fill='%23444F71' points='17.5173913 9.87561421 17.3913043 9.78681726 17.1078261 8.38782995 17.1565217 8.37738325 17.3165217 8.34517259 17.6 9.7441599 17.5173913 9.87561421'%3E%3C/polyline%3E %3Cpolyline id='Fill-430' fill='%23444F71' points='17.8478261 9.02943147 17.7626087 8.96849239 17.6243478 8.28336294 17.7695652 8.25376396 17.9078261 8.9388934 17.8478261 9.02943147'%3E%3C/polyline%3E %3Cpolyline id='Fill-431' fill='%23444F71' points='18.5034783 9.67625635 18.3765217 9.58658883 18.093913 8.18760152 18.3086957 8.1440736 18.5913043 9.54306091 18.5034783 9.67625635'%3E%3C/polyline%3E %3Cpolyline id='Fill-432' fill='%23444F71' points='18.66 8.07355838 18.7547826 8.05353553 18.66 8.07355838'%3E%3C/polyline%3E %3Cpolyline id='Fill-433' fill='%23444F71' points='18.8330435 8.8300736 18.7486957 8.76826396 18.6095652 8.08313452 18.66 8.07355838 18.7547826 8.05353553 18.8930435 8.73866497 18.8330435 8.8300736'%3E%3C/polyline%3E %3Cpolyline id='Fill-434' fill='%23444F71' points='19.08 7.98824365 19.08 7.98824365 19.293913 7.94471574 19.08 7.98824365'%3E%3C/polyline%3E %3Cpolyline id='Fill-435' fill='%23444F71' points='19.4895652 9.47602792 19.3626087 9.38723096 19.08 7.98824365 19.293913 7.94471574 19.5773913 9.34370305 19.4895652 9.47602792'%3E%3C/polyline%3E %3Cpolyline id='Fill-436' fill='%23444F71' points='19.8252174 8.62897462 19.733913 8.56890609 19.5956522 7.88377665 19.7365217 7.85504822 19.7408696 7.85417766 19.8791304 8.53930711 19.8252174 8.62897462'%3E%3C/polyline%3E %3Cpolyline id='Fill-437' fill='%23444F71' points='20.4808696 9.27579949 20.3486957 9.1878731 20.0652174 7.78801523 20.28 7.74448731 20.5626087 9.14434518 20.4808696 9.27579949'%3E%3C/polyline%3E %3Cpolyline id='Fill-438' fill='%23444F71' points='20.8104348 8.42874619 20.72 8.36867766 20.5817391 7.68354822 20.6008696 7.68006599 20.726087 7.6548198 20.8652174 8.33907868 20.8104348 8.42874619'%3E%3C/polyline%3E %3Cpolyline id='Fill-439' fill='%23444F71' points='21.1304348 7.57211675 21.266087 7.54512944 21.1304348 7.57211675'%3E%3C/polyline%3E %3Cpolyline id='Fill-440' fill='%23444F71' points='21.4669565 9.07557107 21.333913 8.98764467 21.0513043 7.58865736 21.1304348 7.57211675 21.266087 7.54512944 21.5486957 8.94411675 21.4669565 9.07557107'%3E%3C/polyline%3E %3Cpolyline id='Fill-441' fill='%23444F71' points='21.6313043 7.47113198 21.7182609 7.45372081 21.6313043 7.47113198'%3E%3C/polyline%3E %3Cpolyline id='Fill-442' fill='%23444F71' points='21.7965217 8.22938832 21.706087 8.1693198 21.5669565 7.48419036 21.6313043 7.47113198 21.7182609 7.45372081 21.8565217 8.13885025 21.7965217 8.22938832'%3E%3C/polyline%3E %3Cpolyline id='Fill-443' fill='%23444F71' points='22.0426087 7.38755838 22.0426087 7.38755838 22.2513043 7.34490102 22.0426087 7.38755838'%3E%3C/polyline%3E %3Cpolyline id='Fill-444' fill='%23444F71' points='22.4521739 8.8762132 22.326087 8.78654569 22.0426087 7.38755838 22.2513043 7.34490102 22.5347826 8.74475888 22.4521739 8.8762132'%3E%3C/polyline%3E %3Cpolyline id='Fill-445' fill='%23444F71' points='22.5530435 7.28396193 22.5530435 7.28396193 22.7034783 7.25349239 22.5530435 7.28396193'%3E%3C/polyline%3E %3Cpolyline id='Fill-446' fill='%23444F71' points='22.7826087 8.0291599 22.6913043 7.96909137 22.5530435 7.28396193 22.7034783 7.25349239 22.8426087 7.93862183 22.7826087 8.0291599'%3E%3C/polyline%3E %3Cpolyline id='Fill-447' fill='%23444F71' points='23.4382609 8.67598477 23.3113043 8.58718782 23.0286957 7.18820051 23.2373913 7.14554315 23.52 8.54453046 23.4382609 8.67598477'%3E%3C/polyline%3E %3Cpolyline id='Fill-448' fill='%23444F71' points='23.5391304 7.08460406 23.5391304 7.08460406 23.5426087 7.0837335 23.5391304 7.08460406'%3E%3C/polyline%3E %3Cpolyline id='Fill-449' fill='%23444F71' points='23.7678261 7.82980203 23.6773913 7.7697335 23.5391304 7.08460406 23.5426087 7.0837335 23.6895652 7.05413452 23.8278261 7.73926396 23.7678261 7.82980203'%3E%3C/polyline%3E %3Cpolyline id='Fill-450' fill='%23444F71' points='24.0147826 6.98797208 24.0147826 6.98797208 24.2234783 6.94531472 24.0147826 6.98797208'%3E%3C/polyline%3E %3Cpolyline id='Fill-451' fill='%23444F71' points='24.4243478 8.4766269 24.2973913 8.38695939 24.0147826 6.98797208 24.2234783 6.94531472 24.506087 8.34517259 24.4243478 8.4766269'%3E%3C/polyline%3E %3Cpolyline id='Fill-452' fill='%23444F71' points='24.6069565 6.86783503 24.6756522 6.85390609 24.6069565 6.86783503'%3E%3C/polyline%3E %3Cpolyline id='Fill-453' fill='%23444F71' points='24.753913 7.6295736 24.6634783 7.56950508 24.5243478 6.88437563 24.6069565 6.86783503 24.6756522 6.85390609 24.813913 7.53903553 24.753913 7.6295736'%3E%3C/polyline%3E %3Cpolyline id='Fill-454' fill='%23444F71' points='25 6.78861421 25 6.78861421 25.2086957 6.74595685 25 6.78861421'%3E%3C/polyline%3E %3Cpolyline id='Fill-455' fill='%23444F71' points='25.4095652 8.27639848 25.2834783 8.18760152 25 6.78861421 25.2086957 6.74595685 25.4921739 8.14494416 25.4095652 8.27639848'%3E%3C/polyline%3E %3Cpolyline id='Fill-456' fill='%23444F71' points='25.5104348 6.68501777 25.5104348 6.68501777 25.633913 6.65977157 25.5104348 6.68501777'%3E%3C/polyline%3E %3Cpolyline id='Fill-457' fill='%23444F71' points='25.74 7.43021574 25.6486957 7.37014721 25.5104348 6.68501777 25.633913 6.65977157 25.6608696 6.65454822 25.8 7.33967766 25.74 7.43021574'%3E%3C/polyline%3E %3Cpolyline id='Fill-458' fill='%23444F71' points='26.3956522 8.07704061 26.2686957 7.9873731 25.986087 6.58838579 26.1947826 6.54659898 26.4773913 7.94558629 26.3956522 8.07704061'%3E%3C/polyline%3E %3Cpolyline id='Fill-459' fill='%23444F71' points='26.5017391 6.48391878 26.5017391 6.48391878 26.6469565 6.4543198 26.5017391 6.48391878'%3E%3C/polyline%3E %3Cpolyline id='Fill-460' fill='%23444F71' points='26.7252174 7.22998731 26.6408696 7.16904822 26.5017391 6.48391878 26.6469565 6.4543198 26.7852174 7.13944924 26.7252174 7.22998731'%3E%3C/polyline%3E %3Cpolyline id='Fill-461' fill='%23444F71' points='26.9721739 6.38902792 26.9721739 6.38902792 27.186087 6.3455 26.9721739 6.38902792'%3E%3C/polyline%3E %3Cpolyline id='Fill-462' fill='%23444F71' points='27.3817391 7.87681218 27.2547826 7.78801523 26.9721739 6.38902792 27.186087 6.3455 27.4695652 7.74448731 27.3817391 7.87681218'%3E%3C/polyline%3E %3Cpolyline id='Fill-463' fill='%23444F71' points='27.5782609 6.26627919 27.6330435 6.25496193 27.5782609 6.26627919'%3E%3C/polyline%3E %3Cpolyline id='Fill-464' fill='%23444F71' points='27.7113043 7.03062944 27.626087 6.9688198 27.4878261 6.28456091 27.5782609 6.26627919 27.6330435 6.25496193 27.7713043 6.94009137 27.7113043 7.03062944'%3E%3C/polyline%3E %3Cpolyline id='Fill-465' fill='%23444F71' points='27.9573913 6.18879949 27.9573913 6.18879949 28.1721739 6.14527157 27.9573913 6.18879949'%3E%3C/polyline%3E %3Cpolyline id='Fill-466' fill='%23444F71' points='28.3669565 7.67745431 28.2408696 7.5877868 27.9573913 6.18879949 28.1721739 6.14527157 28.4547826 7.54425888 28.3669565 7.67745431'%3E%3C/polyline%3E %3Cpolyline id='Fill-467' fill='%23444F71' points='28.473913 6.08433249 28.473913 6.08433249 28.5391304 6.07127411 28.473913 6.08433249'%3E%3C/polyline%3E %3Cpolyline id='Fill-468' fill='%23444F71' points='28.7026087 6.82953046 28.6121739 6.76946193 28.473913 6.08433249 28.5391304 6.07127411 28.6191304 6.0547335 28.7573913 6.73986294 28.7026087 6.82953046'%3E%3C/polyline%3E %3Cpolyline id='Fill-469' fill='%23444F71' points='28.9808696 5.9816066 29.1582609 5.94591371 28.9808696 5.9816066'%3E%3C/polyline%3E %3Cpolyline id='Fill-470' fill='%23444F71' points='29.3591304 7.47635533 29.226087 7.38842893 28.9434783 5.98944162 28.9808696 5.9816066 29.1582609 5.94591371 29.4408696 7.34490102 29.3591304 7.47635533'%3E%3C/polyline%3E %3Cpolyline id='Fill-471' fill='%23444F71' points='29.46 5.88932741 29.4591304 5.88497462 29.6043478 5.85537563 29.6052174 5.86059898 29.5130435 5.87975127 29.46 5.88932741'%3E%3C/polyline%3E %3Cpolyline id='Fill-472' fill='%23444F71' points='29.6886957 6.63017259 29.5982609 6.5692335 29.46 5.88932741 29.5130435 5.87975127 29.6052174 5.86059898 29.7426087 6.54050508 29.6886957 6.63017259'%3E%3C/polyline%3E %3Cpolyline id='Fill-473' fill='%23444F71' points='30.3443478 7.2761269 30.2121739 7.18820051 29.9304348 5.79530711 30.1452174 5.75177919 30.4269565 7.14467259 30.3443478 7.2761269'%3E%3C/polyline%3E %3Cpolyline id='Fill-474' fill='%23444F71' points='30.5243478 5.67429949 30.5973913 5.66037056 30.5243478 5.67429949'%3E%3C/polyline%3E %3Cpolyline id='Fill-475' fill='%23444F71' points='30.6747826 6.42994416 30.5834783 6.36987563 30.446087 5.6908401 30.5243478 5.67429949 30.5973913 5.66037056 30.7347826 6.33940609 30.6747826 6.42994416'%3E%3C/polyline%3E %3Cpolyline id='Fill-476' fill='%23444F71' points='30.9217391 5.59420812 30.9217391 5.59420812 31.1304348 5.55155076 30.9217391 5.59420812'%3E%3C/polyline%3E %3Cpolyline id='Fill-477' fill='%23444F71' points='31.3304348 7.07676904 31.2034783 6.98710152 30.9217391 5.59420812 31.1304348 5.55155076 31.4121739 6.94531472 31.3304348 7.07676904'%3E%3C/polyline%3E %3Cpolyline id='Fill-478' fill='%23444F71' points='31.4321739 5.49061168 31.4321739 5.49061168 31.5347826 5.46971827 31.4321739 5.49061168'%3E%3C/polyline%3E %3Cpolyline id='Fill-479' fill='%23444F71' points='31.66 6.23058629 31.5695652 6.16964721 31.4321739 5.49061168 31.5347826 5.46971827 31.5834783 5.46014213 31.7208696 6.13917766 31.66 6.23058629'%3E%3C/polyline%3E %3Cpolyline id='Fill-480' fill='%23444F71' points='32.3165217 6.87654061 32.1895652 6.78774365 31.9078261 5.39485025 32.1165217 5.35219289 32.3982609 6.74508629 32.3165217 6.87654061'%3E%3C/polyline%3E %3Cpolyline id='Fill-481' fill='%23444F71' points='32.4678261 5.28080711 32.5686957 5.26078426 32.4678261 5.28080711'%3E%3C/polyline%3E %3Cpolyline id='Fill-482' fill='%23444F71' points='32.646087 6.03035787 32.5556522 5.97028934 32.4182609 5.29125381 32.4678261 5.28080711 32.5686957 5.26078426 32.706087 5.9398198 32.646087 6.03035787'%3E%3C/polyline%3E %3Cpolyline id='Fill-483' fill='%23444F71' points='33.3017391 6.67718274 33.1756522 6.58751523 32.893913 5.19462183 33.0104348 5.17111675 33.1026087 5.15196447 33.3843478 6.54572843 33.3017391 6.67718274'%3E%3C/polyline%3E %3Cpolyline id='Fill-484' fill='%23444F71' points='33.4034783 5.09102538 33.4034783 5.09102538 33.5547826 5.06055584 33.4034783 5.09102538'%3E%3C/polyline%3E %3Cpolyline id='Fill-485' fill='%23444F71' points='33.6321739 5.831 33.5408696 5.77006091 33.4034783 5.09102538 33.5547826 5.06055584 33.6921739 5.73959137 33.6321739 5.831'%3E%3C/polyline%3E %3Cpolyline id='Fill-486' fill='%23444F71' points='33.8791304 4.99526396 33.8791304 4.99526396 34.0365217 4.9630533 33.8791304 4.99526396'%3E%3C/polyline%3E %3Cpolyline id='Fill-487' fill='%23444F71' points='34.2878261 6.47695431 34.1608696 6.38815736 33.8791304 4.99526396 34.0365217 4.9630533 34.0878261 4.9526066 34.3695652 6.3455 34.2878261 6.47695431'%3E%3C/polyline%3E %3Cpolyline id='Fill-488' fill='%23444F71' points='34.6173913 5.63077157 34.5269565 5.57070305 34.3895652 4.89166751 34.3930435 4.89079695 34.5408696 4.86119797 34.6773913 5.5402335 34.6173913 5.63077157'%3E%3C/polyline%3E %3Cpolyline id='Fill-489' fill='%23444F71' points='34.9208696 4.78371827 35.073913 4.75237817 34.9208696 4.78371827'%3E%3C/polyline%3E %3Cpolyline id='Fill-490' fill='%23444F71' points='35.273913 6.27759645 35.1469565 6.18792893 34.8652174 4.79503553 34.9208696 4.78371827 35.073913 4.75237817 35.3556522 6.14614213 35.273913 6.27759645'%3E%3C/polyline%3E %3Cpolyline id='Fill-491' fill='%23444F71' points='35.4252174 4.68186294 35.526087 4.66096954 35.4252174 4.68186294'%3E%3C/polyline%3E %3Cpolyline id='Fill-492' fill='%23444F71' points='35.6034783 5.43141371 35.5182609 5.36960406 35.3808696 4.69056853 35.4252174 4.68186294 35.526087 4.66096954 35.6634783 5.34000508 35.6034783 5.43141371'%3E%3C/polyline%3E %3Cpolyline id='Fill-493' fill='%23444F71' points='35.8513043 4.59567766 35.8513043 4.59567766 36.0652174 4.55214975 35.8513043 4.59567766'%3E%3C/polyline%3E %3Cpolyline id='Fill-494' fill='%23444F71' points='36.2591304 6.07736802 36.1330435 5.98857107 35.8513043 4.59567766 36.0652174 4.55214975 36.3469565 5.94504315 36.2591304 6.07736802'%3E%3C/polyline%3E %3Cpolyline id='Fill-495' fill='%23444F71' points='36.3669565 4.4903401 36.3669565 4.4903401 36.4808696 4.46770558 36.3669565 4.4903401'%3E%3C/polyline%3E %3Cpolyline id='Fill-496' fill='%23444F71' points='36.5895652 5.23118528 36.5043478 5.17024619 36.3669565 4.4903401 36.4808696 4.46770558 36.5121739 4.46161168 36.6495652 5.14064721 36.5895652 5.23118528'%3E%3C/polyline%3E %3Cpolyline id='Fill-497' fill='%23444F71' points='37.2452174 5.87801015 37.1182609 5.78834264 36.8365217 4.39544924 36.8608696 4.39022589 37.0513043 4.35192132 37.3330435 5.74568528 37.2452174 5.87801015'%3E%3C/polyline%3E %3Cpolyline id='Fill-498' fill='%23444F71' points='37.3530435 4.29098223 37.3530435 4.29098223 37.4982609 4.26138325 37.3530435 4.29098223'%3E%3C/polyline%3E %3Cpolyline id='Fill-499' fill='%23444F71' points='37.5808696 5.03008629 37.4904348 4.97001777 37.3530435 4.29098223 37.4982609 4.26138325 37.6347826 4.94041878 37.5808696 5.03008629'%3E%3C/polyline%3E %3Cpolyline id='Fill-500' fill='%23444F71' points='37.8226087 4.19609137 37.8226087 4.19609137 37.9365217 4.17258629 37.8226087 4.19609137'%3E%3C/polyline%3E %3Cpolyline id='Fill-501' fill='%23444F71' points='38.2365217 5.67691117 38.1043478 5.58898477 37.8226087 4.19609137 37.9365217 4.17258629 38.0373913 4.15256345 38.3191304 5.54545685 38.2365217 5.67691117'%3E%3C/polyline%3E %3Cpolyline id='Fill-502' fill='%23444F71' points='38.5669565 4.83072843 38.4756522 4.7706599 38.3382609 4.09075381 38.4513043 4.06811929 38.4834783 4.06202538 38.6208696 4.74106091 38.5669565 4.83072843'%3E%3C/polyline%3E %3Cpolyline id='Fill-503' fill='%23444F71' points='38.8086957 3.99586294 38.8086957 3.99586294 39.0226087 3.95233503 38.8086957 3.99586294'%3E%3C/polyline%3E %3Cpolyline id='Fill-504' fill='%23444F71' points='39.2226087 5.4775533 39.0904348 5.38875635 38.8086957 3.99586294 39.0226087 3.95233503 39.3043478 5.34609898 39.2226087 5.4775533'%3E%3C/polyline%3E %3Cpolyline id='Fill-505' fill='%23FFFFFE' points='39.3243478 3.89139594 39.3243478 3.89139594 39.46 3.86353807 39.3243478 3.89139594'%3E%3C/polyline%3E %3Cpolyline id='Fill-506' fill='%23444F71' points='39.5521739 4.6305 39.4617391 4.57043147 39.3243478 3.89139594 39.46 3.86353807 39.4747826 3.8609264 39.6121739 4.53996193 39.5521739 4.6305'%3E%3C/polyline%3E %3Cpolyline id='Fill-507' fill='%23FFFFFE' points='39.8234783 3.79041117 40.0086957 3.75297716 39.8234783 3.79041117'%3E%3C/polyline%3E %3Cpolyline id='Fill-508' fill='%23444F71' points='40.2086957 5.27732487 40.0817391 5.18852792 39.8 3.79476396 39.8234783 3.79041117 40.0086957 3.75297716 40.2904348 5.14587056 40.2086957 5.27732487'%3E%3C/polyline%3E %3Cpolyline id='Fill-509' fill='%23444F71' points='40.326087 3.68855584 40.4608696 3.66069797 40.326087 3.68855584'%3E%3C/polyline%3E %3Cpolyline id='Fill-510' fill='%23444F71' points='40.5382609 4.43114213 40.4478261 4.3710736 40.3104348 3.69116751 40.326087 3.68855584 40.4608696 3.66069797 40.5982609 4.34060406 40.5382609 4.43114213'%3E%3C/polyline%3E %3Cpolyline id='Fill-511' fill='%23444F71' points='40.786087 3.59540609 40.786087 3.59540609 40.9947826 3.55274873 40.786087 3.59540609'%3E%3C/polyline%3E %3Cpolyline id='Fill-512' fill='%23444F71' points='41.193913 5.07796701 41.0678261 4.98829949 40.786087 3.59540609 40.9947826 3.55274873 41.2765217 4.94651269 41.193913 5.07796701'%3E%3C/polyline%3E %3Cpolyline id='Fill-513' fill='%23444F71' points='41.2956522 3.49180964 41.2956522 3.49180964 41.4408696 3.46221066 41.2956522 3.49180964'%3E%3C/polyline%3E %3Cpolyline id='Fill-514' fill='%23444F71' points='41.5243478 4.23091371 41.4330435 4.17084518 41.2956522 3.49180964 41.4408696 3.46221066 41.4469565 3.4613401 41.5843478 4.14037563 41.5243478 4.23091371'%3E%3C/polyline%3E %3Cpolyline id='Fill-515' fill='%23444F71' points='41.7713043 3.39517766 41.7713043 3.39517766 41.8817391 3.37341371 41.7713043 3.39517766'%3E%3C/polyline%3E %3Cpolyline id='Fill-516' fill='%23444F71' points='42.18 4.87773858 42.0530435 4.78894162 41.7713043 3.39517766 41.8817391 3.37341371 41.98 3.35339086 42.2617391 4.74628426 42.18 4.87773858'%3E%3C/polyline%3E %3Cpolyline id='Fill-517' fill='%23444F71' points='42.2817391 3.29158122 42.2817391 3.29158122 42.3452174 3.2793934 42.2817391 3.29245178'%3E%3C/polyline%3E %3Cpolyline id='Fill-518' fill='%23444F71' points='42.5095652 4.03155584 42.4191304 3.97148731 42.2817391 3.29158122 42.3452174 3.2793934 42.4321739 3.26111168 42.5695652 3.94101777 42.5095652 4.03155584'%3E%3C/polyline%3E %3Cpolyline id='Fill-519' fill='%23444F71' points='42.8286957 3.1810203 42.966087 3.15316244 42.8286957 3.1810203'%3E%3C/polyline%3E %3Cpolyline id='Fill-520' fill='%23444F71' points='43.166087 4.67838071 43.0391304 4.5887132 42.7573913 3.1958198 42.8286957 3.1810203 42.966087 3.15316244 43.2478261 4.5469264 43.166087 4.67838071'%3E%3C/polyline%3E %3Cpolyline id='Fill-521' fill='%23444F71' points='43.2678261 3.09222335 43.2678261 3.09222335 43.4182609 3.06175381 43.2678261 3.09222335'%3E%3C/polyline%3E %3Cpolyline id='Fill-522' fill='%23444F71' points='43.4956522 3.83132741 43.4052174 3.77125888 43.2678261 3.09222335 43.4182609 3.06175381 43.5556522 3.74078934 43.4956522 3.83132741'%3E%3C/polyline%3E %3Cpolyline id='Fill-523' fill='%23444F71' points='43.7434783 2.99559137 43.7434783 2.99559137 43.9521739 2.95380457 43.7434783 2.99559137'%3E%3C/polyline%3E %3Cpolyline id='Fill-524' fill='%23444F71' points='44.1513043 4.47815228 44.0252174 4.38935533 43.7434783 2.99559137 43.9521739 2.95380457 44.233913 4.34669797 44.1513043 4.47815228'%3E%3C/polyline%3E %3Cpolyline id='Fill-525' fill='%23444F71' points='44.4817391 3.63196954 44.3965217 3.5701599 44.2591304 2.89112437 44.4017391 2.86239594 44.4043478 2.86152538 44.5417391 3.54143147 44.4817391 3.63196954'%3E%3C/polyline%3E %3Cpolyline id='Fill-526' fill='%23444F71' points='45.1373913 4.27879442 45.0104348 4.1891269 44.7286957 2.7962335 44.9434783 2.75270558 45.2252174 4.14559898 45.1373913 4.27879442'%3E%3C/polyline%3E %3Cpolyline id='Fill-527' fill='%23444F71' points='45.2452174 2.6917665 45.2452174 2.6917665 45.3904348 2.66216751 45.2452174 2.6917665'%3E%3C/polyline%3E %3Cpolyline id='Fill-528' fill='%23444F71' points='45.4669565 3.43174112 45.3826087 3.37080203 45.2452174 2.6917665 45.3904348 2.66216751 45.5278261 3.34120305 45.4669565 3.43174112'%3E%3C/polyline%3E %3Cpolyline id='Fill-529' fill='%23444F71' points='45.7147826 2.59600508 45.7147826 2.59600508 45.9295652 2.55247716 45.7147826 2.59600508'%3E%3C/polyline%3E %3Cpolyline id='Fill-530' fill='%23444F71' points='46.1234783 4.07856599 45.9965217 3.98976904 45.7147826 2.59600508 45.9295652 2.55247716 46.2113043 3.94624112 46.1234783 4.07856599'%3E%3C/polyline%3E %3Cpolyline id='Fill-531' fill='%23444F71' points='46.2313043 2.49153807 46.2313043 2.49153807 46.3756522 2.46193909 46.2313043 2.49153807'%3E%3C/polyline%3E %3Cpolyline id='Fill-532' fill='%23444F71' points='46.4591304 3.23151269 46.3678261 3.1705736 46.2313043 2.49153807 46.3756522 2.46193909 46.5130435 3.14184518 46.4591304 3.23151269'%3E%3C/polyline%3E %3Cpolyline id='Fill-533' fill='%23444F71' points='46.7008696 2.39664721 46.7008696 2.39664721 46.9078261 2.35486041 46.7008696 2.39664721'%3E%3C/polyline%3E %3Cpolyline id='Fill-534' fill='%23444F71' points='47.1147826 3.87746701 46.9826087 3.78954061 46.7008696 2.39664721 46.9078261 2.35486041 46.9147826 2.35311929 47.1965217 3.74601269 47.1147826 3.87746701'%3E%3C/polyline%3E %3Cpolyline id='Fill-535' fill='%23444F71' points='47.2165217 2.2921802 47.2165217 2.2921802 47.2782609 2.27912183 47.2165217 2.2921802'%3E%3C/polyline%3E %3Cpolyline id='Fill-536' fill='%23444F71' points='47.4443478 3.03128426 47.353913 2.97121574 47.2165217 2.2921802 47.2782609 2.27912183 47.3617391 2.26258122 47.4991304 2.94161675 47.4443478 3.03128426'%3E%3C/polyline%3E %3Cpolyline id='Fill-537' fill='%23444F71' points='47.686087 2.19641878 47.686087 2.19641878 47.8295652 2.16769036 47.686087 2.19641878'%3E%3C/polyline%3E %3Cpolyline id='Fill-538' fill='%23444F71' points='48.1008696 3.67810914 47.9678261 3.59018274 47.686087 2.19641878 47.8295652 2.16769036 47.9008696 2.15289086 48.1826087 3.54665482 48.1008696 3.67810914'%3E%3C/polyline%3E %3Cpolyline id='Fill-539' fill='%23444F71' points='48.2313043 2.08585787 48.3530435 2.06148223 48.2313043 2.08585787'%3E%3C/polyline%3E %3Cpolyline id='Fill-540' fill='%23444F71' points='48.4304348 2.8319264 48.34 2.77098731 48.2026087 2.09195178 48.2313043 2.08585787 48.3530435 2.06148223 48.4904348 2.74051777 48.4304348 2.8319264'%3E%3C/polyline%3E %3Cpolyline id='Fill-541' fill='%23FFFFFE' points='48.6782609 1.99619036 48.6782609 1.9953198 48.8869565 1.95353299 48.8878261 1.95788579 48.7704348 1.97703807 48.6782609 1.99619036'%3E%3C/polyline%3E %3Cpolyline id='Fill-542' fill='%23444F71' points='49.086087 3.47788071 48.96 3.38908376 48.6782609 1.99619036 48.7704348 1.97703807 48.8878261 1.95788579 49.1686957 3.3464264 49.086087 3.47788071'%3E%3C/polyline%3E %3Cpolyline id='Fill-543' fill='%23444F71' points='49.1895652 1.89781726 49.1886957 1.89259391 49.34 1.86734772 49.1895652 1.89781726'%3E%3C/polyline%3E %3Cpolyline id='Fill-544' fill='%23444F71' points='49.4165217 2.63169797 49.3252174 2.57162944 49.1895652 1.89781726 49.34 1.86734772 49.4765217 2.5411599 49.4165217 2.63169797'%3E%3C/polyline%3E %3Cpolyline id='Fill-545' fill='%23444F71' points='49.6652174 1.80205584 49.6652174 1.80205584 49.873913 1.75939848 49.6652174 1.80205584'%3E%3C/polyline%3E %3Cpolyline id='Fill-546' fill='%23444F71' points='50.0721739 3.27852284 49.9452174 3.18885533 49.6652174 1.80205584 49.873913 1.75939848 50.153913 3.14706853 50.0721739 3.27852284'%3E%3C/polyline%3E %3Cpolyline id='Fill-547' fill='%23444F71' points='50.1756522 1.69845939 50.1756522 1.69845939 50.326087 1.66798985 50.1756522 1.69845939'%3E%3C/polyline%3E %3Cpolyline id='Fill-548' fill='%23444F71' points='50.4017391 2.4323401 50.3113043 2.37140102 50.1756522 1.69845939 50.326087 1.66798985 50.4626087 2.34093147 50.4017391 2.4323401'%3E%3C/polyline%3E %3Cpolyline id='Fill-549' fill='%23444F71' points='50.6504348 1.60182741 50.6504348 1.60182741 50.8591304 1.56004061 50.86 1.56004061 50.6504348 1.60182741'%3E%3C/polyline%3E %3Cpolyline id='Fill-550' fill='%23444F71' points='51.0582609 3.07829442 50.9313043 2.98949746 50.6504348 1.60182741 50.86 1.56004061 51.14 2.9468401 51.0582609 3.07829442'%3E%3C/polyline%3E %3Cpolyline id='Fill-551' fill='%23444F71' points='51.3878261 2.23211168 51.2973913 2.17204315 51.1608696 1.49823096 51.3121739 1.46776142 51.4478261 2.1415736 51.3878261 2.23211168'%3E%3C/polyline%3E %3Cpolyline id='Fill-552' fill='%23444F71' points='51.6365217 1.40246954 51.6365217 1.40246954 51.8452174 1.35981218 51.6365217 1.40246954'%3E%3C/polyline%3E %3Cpolyline id='Fill-553' fill='%23444F71' points='52.0434783 2.87893655 51.9173913 2.78926904 51.6365217 1.40246954 51.8452174 1.35981218 52.126087 2.74748223 52.0434783 2.87893655'%3E%3C/polyline%3E %3Cpolyline id='Fill-554' fill='%23444F71' points='52.1469565 1.2988731 52.1469565 1.2988731 52.2973913 1.26840355 52.1469565 1.2988731'%3E%3C/polyline%3E %3Cpolyline id='Fill-555' fill='%23444F71' points='52.373913 2.03275381 52.2826087 1.97181472 52.1469565 1.2988731 52.2973913 1.26840355 52.433913 1.94134518 52.373913 2.03275381'%3E%3C/polyline%3E %3Cpolyline id='Fill-556' fill='%23444F71' points='52.6226087 1.20224112 52.6226087 1.20224112 52.74 1.17873604 52.6226087 1.20224112'%3E%3C/polyline%3E %3C/g%3E %3Cg id='Group-9' transform='translate(84.802304, 118.977863) rotate(-177.000000) translate(-84.802304, -118.977863) translate(74.802304, 115.930909)' fill='%232A3966'%3E %3Cpath d='M11.2233964,-4.34240974 L11.8310755,-4.34250528 C12.1839105,-4.34256076 12.4699847,-4.05657647 12.4700402,-3.7037415 C12.4700413,-3.69667383 12.4699251,-3.68960664 12.4696917,-3.68254283 L11.9645449,11.6052023 C11.9576258,11.8146002 11.78589,11.9807814 11.5763777,11.9808143 L11.5763777,11.9808143 C11.3665162,11.9808473 11.1941042,11.815105 11.1858619,11.6054054 L10.5851256,-3.67845414 C10.571268,-4.03101689 10.8458428,-4.32805925 11.1984055,-4.34191682 C11.2067318,-4.34224409 11.2150637,-4.34240843 11.2233964,-4.34240974 Z' id='Path-17' transform='translate(11.527332, 3.819155) rotate(98.000000) translate(-11.527332, -3.819155) '%3E%3C/path%3E %3Cpath d='M3.25298879,0.941398689 C2.65275916,0.896416544 1.89842128,1.38723361 0.989975174,2.41384988 L0.989979824,2.41385399 C0.811580289,2.61545964 0.83039256,2.92351471 1.03199821,3.10191424 C1.12078236,3.18047877 1.23515598,3.22399304 1.35370938,3.2243116 L1.35370938,3.2243116 L1.35370938,3.2243116 C1.35442244,3.48844246 1.56912085,3.70198477 1.83325171,3.70127171 C1.94261171,3.70097647 2.04856736,3.66321034 2.13345914,3.59426774 L2.23392286,3.51267882 L2.27020601,3.57443998 C2.4258853,3.83943719 2.76691099,3.92805688 3.0319082,3.77237759 C3.13311345,3.71292202 3.21292759,3.62298812 3.2599378,3.51543576 L3.2599378,3.51543576 L3.57219484,3.8201207 C3.73831847,3.98221591 4.00439241,3.97895022 4.16648761,3.81282659 C4.24335528,3.73404858 4.28624987,3.62825872 4.28595273,3.51819271 L4.28595273,3.51819271 C4.33783768,1.85582632 3.99351637,0.996894982 3.25298879,0.941398689 Z' id='Path-28' transform='translate(2.579312, 2.439077) rotate(71.000000) translate(-2.579312, -2.439077) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-13' transform='translate(313.596363, 169.834874)' fill='%232A3966'%3E %3Cpath d='M11.2196382,-1.72937695 L11.8578426,-1.72963886 C12.2369855,-1.72979446 12.5444676,-1.42256461 12.5446232,-1.0434218 C12.5446263,-1.03575246 12.5445009,-1.0280836 12.5442471,-1.02041847 L12.0011831,15.3784525 C11.9937851,15.6018508 11.8105916,15.7791509 11.5870708,15.7792426 L11.5870708,15.7792426 C11.3632431,15.7793345 11.179356,15.6025229 11.1706698,15.3788638 L10.5339382,-1.01623688 C10.5192247,-1.39509412 10.8144214,-1.7141463 11.1932787,-1.72885987 C11.2020611,-1.72920095 11.2108492,-1.72937334 11.2196382,-1.72937695 Z' id='Path-17' transform='translate(11.539017, 7.024802) rotate(113.000000) translate(-11.539017, -7.024802) '%3E%3C/path%3E %3Cpath d='M3.42324338,1.26394199 C2.78138529,1.21760698 1.97279489,1.74700719 0.997472201,2.85214262 L0.997427338,2.85210303 C0.807630491,3.06716131 0.828108928,3.39536123 1.04316721,3.58515808 C1.13809454,3.66893494 1.2603552,3.71515077 1.38696389,3.71511686 L1.38696389,3.71511686 L1.38696389,3.71511686 C1.38688852,3.99626502 1.61474304,4.22424174 1.8958912,4.22431711 C2.01314015,4.22434854 2.12680576,4.18390538 2.21768358,4.10982072 L2.32639985,4.02119396 L2.36202002,4.08218544 C2.52801554,4.36641526 2.8929953,4.46226309 3.17722511,4.29626756 C3.28604036,4.23271742 3.37191214,4.1363119 3.42250429,4.02090041 L3.42250429,4.02090041 L3.75186338,4.34305806 C3.93001507,4.51731446 4.21569827,4.5141567 4.38995467,4.33600501 C4.47239846,4.25171829 4.51857711,4.13851034 4.51860872,4.02060686 L4.51860872,4.02060686 C4.57931024,2.23992771 4.21418846,1.32103942 3.42324338,1.26394199 Z' id='Path-28' transform='translate(2.696280, 2.866429) rotate(104.000000) translate(-2.696280, -2.866429) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M131.304348,301.213198 C131.73913,300.34264 130.869565,284.672589 145.652174,289.46066 C160.434783,294.248731 144.347826,295.989848 141.304348,299.472081 C138.26087,302.954315 130.869565,302.083756 131.304348,301.213198 Z' id='Path-23' fill='%23FFD648'%3E%3C/path%3E %3Cpath d='M142.173913,299.036802 C149.232164,295.93125 152.855352,294.190134 153.043478,293.813452 C153.478261,292.942893 159.565217,295.554569 156.956522,297.295685 C155.217391,298.45643 150.289855,299.036802 142.173913,299.036802 Z' id='Path-25' fill='%23FFD648'%3E%3C/path%3E %3Cpath d='M215.652174,193.263959 L221.304348,190.652284 L229.130435,185.864213 C236.376812,181.221235 240.144928,178.899746 240.434783,178.899746 C240.869565,178.899746 246.086957,179.770305 246.086957,181.076142 C246.086957,182.38198 248.26087,185.428934 245.217391,186.734772 C242.173913,188.040609 233.043478,191.958122 231.304348,193.263959 C229.565217,194.569797 222.173913,200.663706 221.304348,200.663706 C220.434783,200.663706 219.130435,202.404822 218.26087,201.098985 C217.681159,200.228426 216.811594,197.616751 215.652174,193.263959 Z' id='Path-2' fill='%23B1BACA'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .ux-ui-service .development-graphics, .development-service .development-graphics {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='400px' height='400px' viewBox='0 0 400 400' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Efront-end-service%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='front-end-service' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-13' transform='translate(0.000000, 22.000000)'%3E %3Cpath d='M10.431358,73.1796541 C10.431358,73.1796541 66.5417028,73.1796541 76.5049212,73.1796541 C86.4681396,73.1796541 86.5931971,61.8430639 77.7490592,59.5630485 C68.6511281,57.2177057 62.1941166,62.5828268 62.1941166,62.5828268 C62.1941166,62.5828268 59.7941166,34.720265 37.0502086,37.9912314 C19.1191741,40.5702804 20.1610132,58.4819273 20.1610132,58.4819273 C20.1610132,58.4819273 16.4699787,51.1100613 6.79733503,53.8998139 C-3.29553853,56.8091799 -2.20128566,73.1796541 10.431358,73.1796541' id='Fill-27' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M385.050253,54.8455217 C385.050253,54.8455217 305.484276,54.8455217 291.35554,54.8455217 C277.227724,54.8455217 277.051172,37.310197 289.591862,33.7825217 C302.493011,30.1536351 311.648873,38.452965 311.648873,38.452965 C311.648873,38.452965 315.052092,-4.64742417 347.304965,0.413142838 C372.731172,4.40270985 371.253471,32.1097743 371.253471,32.1097743 C371.253471,32.1097743 376.487494,20.7069367 390.203356,25.0213001 C404.514161,29.5224444 402.962896,54.8455217 385.050253,54.8455217' id='Fill-7' fill='%23E6F1FB'%3E%3C/path%3E %3Cg id='Group-11' transform='translate(0.000000, 55.206186)'%3E %3Cpath d='M361.153103,4.26325641e-14 L38.7889655,4.26325641e-14 C32.3282759,4.26325641e-14 27.0896552,5.24182732 27.0896552,11.7073918 L27.0896552,233.844201 L372.853333,233.844201 L372.853333,11.7073918 C372.853333,5.24182732 367.614713,4.26325641e-14 361.153103,4.26325641e-14' id='Fill-5'%3E%3C/path%3E %3Cpath d='M395.850115,229.855554 L4.09195402,229.855554 C1.83172414,229.855554 0,231.68932 0,233.950013 L0,239.256247 C0,241.516941 1.83172414,243.349786 4.09195402,243.349786 L395.850115,243.349786 C398.111264,243.349786 399.942989,241.516941 399.942989,239.256247 L399.942989,233.950013 C399.942989,231.68932 398.111264,229.855554 395.850115,229.855554' id='Fill-6' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M360.736552,4.92899227 L39.2064368,4.92899227 C35.2183908,4.92899227 31.9843678,8.16407474 31.9843678,12.155482 L31.9843678,230.518028 L367.957701,230.518028 L367.957701,12.155482 C367.957701,8.16407474 364.725517,4.92899227 360.736552,4.92899227' id='Fill-7' stroke='%23444F71' stroke-width='0.91954023' fill='%23FFFFFF'%3E%3C/path%3E %3Cpolygon id='Fill-8' fill='%23E6F1FB' points='44.0588506 222.814005 355.884138 222.814005 355.884138 21.0841624 44.0588506 21.0841624'%3E%3C/polygon%3E %3Cpath d='M201.723218,13.9929278 C201.723218,14.9608763 200.938851,15.7448041 199.971494,15.7448041 C199.004138,15.7448041 198.21977,14.9608763 198.21977,13.9929278 C198.21977,13.0240593 199.004138,12.2401314 199.971494,12.2401314 C200.938851,12.2401314 201.723218,13.0240593 201.723218,13.9929278' id='Fill-9' fill='%23F3F0ED'%3E%3C/path%3E %3Cpath d='M233.828966,233.791151 L166.59954,233.791151 C165.715862,233.791151 164.99954,234.507912 164.99954,235.392131 C164.99954,236.27635 165.715862,236.99495 166.59954,236.99495 L233.828966,236.99495 C234.713563,236.99495 235.429885,236.27635 235.429885,235.392131 C235.429885,234.507912 234.713563,233.791151 233.828966,233.791151' id='Fill-10' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M322.104828,231.950945 L254.875402,231.950945 C253.991724,231.950945 253.275402,232.667705 253.275402,233.551925 C253.275402,234.436144 253.991724,235.154744 254.875402,235.154744 L322.104828,235.154744 C322.989425,235.154744 323.705747,234.436144 323.705747,233.551925 C323.705747,232.667705 322.989425,231.950945 322.104828,231.950945' id='Fill-10' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M121.645057,231.030842 L54.4156322,231.030842 C53.531954,231.030842 52.8156322,231.747602 52.8156322,232.631821 C52.8156322,233.516041 53.531954,234.234641 54.4156322,234.234641 L121.645057,234.234641 C122.529655,234.234641 123.245977,233.516041 123.245977,232.631821 C123.245977,231.747602 122.529655,231.030842 121.645057,231.030842' id='Fill-10' fill='%23D1D8DD'%3E%3C/path%3E %3Cpolygon id='Fill-11' fill='%23D1D8DD' points='83.1908046 37.7242268 114.455172 37.7242268 114.455172 32.2036082 83.1908046 32.2036082'%3E%3C/polygon%3E %3Cpolygon id='Fill-12' fill='%23D1D8DD' points='54.9563218 37.7242268 67.8289655 37.7242268 67.8289655 32.2036082 54.9563218 32.2036082'%3E%3C/polygon%3E %3Cpolygon id='Fill-13' fill='%23D1D8DD' points='54.9563218 47.8462809 67.8289655 47.8462809 67.8289655 42.3247423 54.9563218 42.3247423'%3E%3C/polygon%3E %3Cpolygon id='Fill-14' fill='%23D1D8DD' points='54.9563218 59.8076211 67.8289655 59.8076211 67.8289655 54.2860825 54.9563218 54.2860825'%3E%3C/polygon%3E %3Cpolygon id='Fill-15' fill='%23D1D8DD' points='54.9563218 71.7689613 67.8289655 71.7689613 67.8289655 66.2483428 54.9563218 66.2483428'%3E%3C/polygon%3E %3Cpolygon id='Fill-16' fill='%23D1D8DD' points='54.9563218 83.7303015 67.8289655 83.7303015 67.8289655 78.209683 54.9563218 78.209683'%3E%3C/polygon%3E %3Cpolygon id='Fill-17' fill='%23D1D8DD' points='54.9563218 95.6916418 67.8289655 95.6916418 67.8289655 90.1710232 54.9563218 90.1710232'%3E%3C/polygon%3E %3Cpolygon id='Fill-18' fill='%23D1D8DD' points='120.891954 37.7242268 225.724138 37.7242268 225.724138 32.2036082 120.891954 32.2036082'%3E%3C/polygon%3E %3Cpolygon id='Fill-19' fill='%23D1D8DD' points='94.2262069 47.8462809 125.490575 47.8462809 125.490575 42.3247423 94.2262069 42.3247423'%3E%3C/polygon%3E %3Cpolygon id='Fill-20' fill='%23D1D8DD' points='131.927356 47.8462809 236.75954 47.8462809 236.75954 42.3247423 131.927356 42.3247423'%3E%3C/polygon%3E %3Cpolygon id='Fill-21' fill='%23D1D8DD' points='112.617931 59.8076211 143.882299 59.8076211 143.882299 54.2860825 112.617931 54.2860825'%3E%3C/polygon%3E %3Cpolygon id='Fill-22' fill='%23D1D8DD' points='150.31908 59.8076211 255.152184 59.8076211 255.152184 54.2860825 150.31908 54.2860825'%3E%3C/polygon%3E %3Cpolygon id='Fill-23' fill='%23D1D8DD' points='131.009655 71.7689613 162.274023 71.7689613 162.274023 66.2483428 131.009655 66.2483428'%3E%3C/polygon%3E %3Cpolygon id='Fill-24' fill='%23D1D8DD' points='168.710805 71.7689613 273.543908 71.7689613 273.543908 66.2483428 168.710805 66.2483428'%3E%3C/polygon%3E %3Cpolygon id='Fill-25' fill='%23D1D8DD' points='112.617931 83.7303015 143.882299 83.7303015 143.882299 78.209683 112.617931 78.209683'%3E%3C/polygon%3E %3Cpolygon id='Fill-26' fill='%23D1D8DD' points='150.31908 83.7303015 310.327356 83.7303015 310.327356 78.209683 150.31908 78.209683'%3E%3C/polygon%3E %3Cpolygon id='Fill-27' fill='%23D1D8DD' points='94.2262069 95.6916418 125.490575 95.6916418 125.490575 90.1710232 94.2262069 90.1710232'%3E%3C/polygon%3E %3Cpolygon id='Fill-28' fill='%23D1D8DD' points='131.927356 95.6916418 199.975172 95.6916418 199.975172 90.1710232 131.927356 90.1710232'%3E%3C/polygon%3E %3Cpolygon id='Fill-29' fill='%23D1D8DD' points='83.1908046 111.352716 114.455172 111.352716 114.455172 105.832098 83.1908046 105.832098'%3E%3C/polygon%3E %3Cpolygon id='Fill-30' fill='%23D1D8DD' points='54.9563218 111.352716 67.8289655 111.352716 67.8289655 105.832098 54.9563218 105.832098'%3E%3C/polygon%3E %3Cpolygon id='Fill-31' fill='%23D1D8DD' points='54.9563218 121.474771 67.8289655 121.474771 67.8289655 115.954152 54.9563218 115.954152'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' fill='%23D1D8DD' points='54.9563218 133.436111 67.8289655 133.436111 67.8289655 127.915492 54.9563218 127.915492'%3E%3C/polygon%3E %3Cpolygon id='Fill-33' fill='%23D1D8DD' points='54.9563218 145.397451 67.8289655 145.397451 67.8289655 139.876832 54.9563218 139.876832'%3E%3C/polygon%3E %3Cpolygon id='Fill-34' fill='%23D1D8DD' points='54.9563218 157.358791 67.8289655 157.358791 67.8289655 151.838173 54.9563218 151.838173'%3E%3C/polygon%3E %3Cpolygon id='Fill-35' fill='%23D1D8DD' points='54.9563218 169.319211 67.8289655 169.319211 67.8289655 163.799513 54.9563218 163.799513'%3E%3C/polygon%3E %3Cpolygon id='Fill-36' fill='%23D1D8DD' points='120.891954 111.352716 225.724138 111.352716 225.724138 105.832098 120.891954 105.832098'%3E%3C/polygon%3E %3Cpolygon id='Fill-37' fill='%23D1D8DD' points='94.2262069 121.474771 125.490575 121.474771 125.490575 115.954152 94.2262069 115.954152'%3E%3C/polygon%3E %3Cpolygon id='Fill-38' fill='%23D1D8DD' points='131.927356 121.474771 236.75954 121.474771 236.75954 115.954152 131.927356 115.954152'%3E%3C/polygon%3E %3Cpolygon id='Fill-39' fill='%23D1D8DD' points='112.617931 133.436111 143.882299 133.436111 143.882299 127.915492 112.617931 127.915492'%3E%3C/polygon%3E %3Cpolygon id='Fill-40' fill='%23D1D8DD' points='150.31908 133.436111 255.152184 133.436111 255.152184 127.915492 150.31908 127.915492'%3E%3C/polygon%3E %3Cpolygon id='Fill-42' fill='%23D1D8DD' points='54.9563218 184.960964 67.8289655 184.960964 67.8289655 179.440345 54.9563218 179.440345'%3E%3C/polygon%3E %3Cpath d='M55.1714943,195.083018 L54.9563218,195.083018 L54.9563218,189.562399 L67.8289655,189.562399 L67.8289655,193.58325 L58.2629885,193.58325 C56.9885057,193.58325 55.8841379,194.178557 55.1714943,195.083018' id='Fill-43' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M225.724138,184.960964 L215.908966,184.960964 L215.867586,179.440345 L225.724138,179.440345 L225.724138,184.960964 M172.611494,184.960964 L132.097471,184.960964 L131.923678,179.440345 L176.567356,179.440345 C175.525517,180.851784 174.131494,182.776639 172.611494,184.960964' id='Fill-45' fill='%23D1D8DD'%3E%3C/path%3E %3Cpolyline id='Fill-48' fill='%23D1D8DD' points='143.882299 207.044358 132.790805 207.044358 132.617931 201.52374 143.882299 201.52374 143.882299 207.044358'%3E%3C/polyline%3E %3Cpolygon id='Fill-50' fill='%23D1D8DD' points='131.009655 145.397451 162.274023 145.397451 162.274023 139.876832 131.009655 139.876832'%3E%3C/polygon%3E %3Cpolygon id='Fill-51' fill='%23D1D8DD' points='168.710805 145.397451 328.72 145.397451 328.72 139.876832 168.710805 139.876832'%3E%3C/polygon%3E %3Cpolygon id='Fill-52' fill='%23D1D8DD' points='112.617931 157.358791 143.882299 157.358791 143.882299 151.838173 112.617931 151.838173'%3E%3C/polygon%3E %3Cpolygon id='Fill-53' fill='%23D1D8DD' points='150.31908 157.358791 255.152184 157.358791 255.152184 151.838173 150.31908 151.838173'%3E%3C/polygon%3E %3Cpolygon id='Fill-55' fill='%23D1D8DD' points='131.927356 169.319211 236.75954 169.319211 236.75954 163.799513 131.927356 163.799513'%3E%3C/polygon%3E %3Cpath d='M234.891954,207.107242 L225.076782,207.107242 L225.035402,201.586623 L234.891954,201.586623 L234.891954,207.107242 M181.77931,207.107242 L141.265287,207.107242 L141.091494,201.586623 L185.735172,201.586623 C184.693333,202.998061 183.29931,204.922917 181.77931,207.107242' id='Fill-45' fill='%23D1D8DD'%3E%3C/path%3E %3Cpolygon id='Fill-55' fill='%23D1D8DD' points='141.095172 191.465489 245.927356 191.465489 245.927356 185.945791 141.095172 185.945791'%3E%3C/polygon%3E %3Cpath d='M325.838161,230.518028 L320.698851,230.518028 C320.598621,230.292603 320.487356,230.071778 320.366897,229.855554 L325.838161,229.855554 L325.838161,230.518028' id='Fill-60' fill='%234E5A98'%3E%3C/path%3E %3Cpath d='M117.262529,228.333704 L75.3848276,228.333704 L75.3848276,225.261479 L117.262529,225.261479 C118.110345,225.261479 118.797241,225.949716 118.797241,226.798052 C118.797241,227.646387 118.110345,228.333704 117.262529,228.333704' id='Fill-84' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M282.103908,228.333704 L323.981609,228.333704 L323.981609,225.261479 L282.103908,225.261479 C281.256092,225.261479 280.569195,225.949716 280.569195,226.798052 C280.569195,227.646387 281.256092,228.333704 282.103908,228.333704' id='Fill-110' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M183.928276,226.096933 C183.928276,228.519564 181.965057,230.483985 179.542989,230.483985 C177.12,230.483985 175.156782,228.519564 175.156782,226.096933 C175.156782,223.672461 177.12,221.708041 179.542989,221.708041 C181.965057,221.708041 183.928276,223.672461 183.928276,226.096933' id='Fill-143' fill='%23EFA9AD'%3E%3C/path%3E %3Cpath d='M222.184828,226.890062 C222.330115,224.470191 220.489195,222.390758 218.070805,222.245381 C215.653333,222.100005 213.575172,223.942972 213.429885,226.362843 C213.284598,228.781794 215.125517,230.860307 217.543908,231.005683 C219.961379,231.151979 222.03954,229.309013 222.184828,226.890062' id='Fill-145' fill='%23EFA9AD'%3E%3C/path%3E %3Cg id='Group-5' transform='translate(59.252414, 151.901976)'%3E %3Cg id='Group' transform='translate(0.730752, 13.336944)'%3E %3Cellipse id='body' fill='%23444F71' cx='32.2042776' cy='32.1725572' rx='32.2042776' ry='32.1725572'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(18.456253, 19.566935)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.50422812' fill='%23FFFFFF' cx='13.7480249' cy='13.7344835' rx='13.7480249' ry='13.7344835'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='11.6878913' cy='16.2886432' rx='4.3315695' ry='4.32730302'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Cpath d='M34.6551492,62.1115097 L37.6600529,62.1115097 C38.3989358,62.1115097 38.9979187,62.7104925 38.9979187,63.4493754 C38.9979187,63.9191892 38.7514856,64.3545739 38.3486889,64.5963999 L35.5910874,66.2519736 L35.5910874,75.630763 C35.5910874,77.2949437 34.2420024,78.6440287 32.5778217,78.6440287 L32.5778217,78.6440287 C30.913641,78.6440287 29.5645559,77.2949437 29.5645559,75.630763 L29.5645559,66.2519736 L31.7032385,63.542249 C32.4163822,62.6386914 33.504067,62.1115097 34.6551492,62.1115097 Z' id='Rectangle' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M18.6101764,59.8296678 L19.8853254,59.8296678 C20.9880272,59.8296678 22.0351634,60.3136489 22.7496663,61.1535518 L26.6955141,65.791922 L26.6955141,75.1707114 C26.6955141,76.8348921 25.3464291,78.1839772 23.6822484,78.1839772 L23.6822484,78.1839772 C22.0180677,78.1839772 20.6689826,76.8348921 20.6689826,75.1707114 L20.6689826,66.2519736 L17.4644787,62.1944003 C16.9647579,61.5616489 17.0726003,60.6435988 17.7053517,60.143878 C17.9630413,59.9403653 18.2818148,59.8296678 18.6101764,59.8296678 Z' id='Rectangle' fill='%23444F71' transform='translate(21.923138, 69.006822) scale(-1, 1) translate(-21.923138, -69.006822) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M43.6023904,29.684947 C43.2988807,29.8335039 42.9897246,29.9914673 42.6749156,30.1377629 C41.8739604,30.5104595 41.0201054,30.3126292 40.4960158,29.611374 C40.3245843,29.3810102 40.2047376,29.1111477 40.0705833,28.8540761 C39.9903167,28.7001342 39.9420577,28.5292673 39.8580256,28.3775822 C39.6937304,28.0828688 39.3656763,28.0202991 39.1254602,28.2400009 C38.9759841,28.3769385 38.862675,28.5522722 38.7105614,28.6854457 C38.0723614,29.2422154 37.0976665,29.2249852 36.4892481,28.635097 C35.9203866,28.0847352 35.6392175,27.3880695 35.5975533,26.61019 C35.5778561,26.2376208 35.6451563,25.8601857 35.6849644,25.4861292 C35.699609,25.3427533 35.7745135,25.2020299 35.7699515,25.0616587 C35.7657685,24.9291905 35.7295594,24.7523061 35.6391495,24.6819056 C35.5491164,24.6122579 35.356662,24.6050493 35.2418073,24.6513027 C35.0294204,24.737417 34.8411548,24.8818693 34.6415833,25.0022333 C34.1776741,25.2828322 33.6722795,25.3748789 33.1359623,25.3355783 C32.087809,25.2596189 31.5302445,24.7043682 31.5171241,23.6649504 C31.5128774,23.3228683 31.5993953,22.9785558 31.6539011,22.6361152 C31.6719447,22.523599 31.7543899,22.4107261 31.7419297,22.3057272 C31.7264488,22.1755136 31.66991,22.0242132 31.5783655,21.9380066 C31.5165822,21.879281 31.352001,21.8833706 31.2548438,21.9179632 C31.1222882,21.9649638 31.0134789,22.0755708 30.8877098,22.1466584 C30.4332086,22.4027989 29.9956687,22.7033511 29.5162922,22.8988956 C28.1342717,23.4614609 26.985743,22.7438343 26.8515885,21.2448852 C26.8213557,20.9046768 26.8909238,20.5539616 26.9262212,20.2088809 C26.9408661,20.0662576 27.024055,19.9217735 27.0055599,19.7874193 C26.9885746,19.663979 26.9015252,19.4979927 26.8002011,19.4528028 C26.6951101,19.4057301 26.5279088,19.4632573 26.402133,19.512518 C26.3339733,19.5395928 26.2963432,19.6445765 26.2447677,19.7145576 C25.7007778,20.4538742 24.9205354,20.8224376 24.0788753,21.0961481 C24.0238943,21.1138187 23.9670289,21.1273492 23.909786,21.1374927 C22.7344241,21.353524 21.9000259,20.7360955 21.7945866,19.5412269 C21.7458362,18.9921517 21.7580969,18.4397081 21.9014238,17.8963361 C21.9601092,17.6750739 21.9901672,17.4395027 21.9900976,17.2099435 C21.990008,16.9149035 21.6702098,16.7541151 21.4235745,16.9188713 C21.2560131,17.0309658 21.1193484,17.1889815 20.9521641,17.3025814 C20.5940738,17.547085 20.2405062,17.8025035 19.8579226,18.0040985 C19.4610297,18.2128394 19.0222668,18.2066851 18.5804696,18.1297805 C17.916079,18.0147995 17.5107271,17.6522741 17.4264841,16.8055139 C17.3445102,15.9896132 17.6395595,15.2648978 18.1297209,14.6177649 C18.2614851,14.4450709 18.4388503,14.3717411 18.652008,14.3435812 C18.952161,14.3034053 19.2131169,14.1683832 19.3712165,13.9034973 C19.4389734,13.7898672 19.4867559,13.6314483 19.466004,13.5065016 C19.4343096,13.3141891 19.2474783,13.2208035 19.0723519,13.2252663 C18.8768884,13.2308519 18.6603435,13.2669136 18.4920231,13.3598152 C18.1904016,13.5253074 17.9053259,13.6068838 17.5896642,13.4253987 C17.2186296,13.2111564 16.9545272,12.9062519 16.8858527,12.4783478 C16.7594474,11.694045 16.8974486,10.9760559 17.4670914,10.3778695 C18.0292046,9.78871262 18.7216976,9.42915447 19.5140655,9.30332537 C20.1414821,9.20303644 20.7828597,9.18893053 21.4185774,9.13982453 C21.5338202,9.13120396 21.6524611,9.15080892 21.7654414,9.13315583 C22.0524113,9.08808367 22.2523176,8.82998431 22.1272006,8.56802312 C21.9214366,8.13932483 22.0565304,7.76906051 22.2262741,7.40181731 C22.6760381,6.42802069 23.3672748,5.65186872 24.273624,5.08389053 C24.5375836,4.91838691 24.8524036,4.80859503 25.1589515,4.74320718 C26.1102293,4.54065565 26.631541,4.77526515 27.1534051,5.5890413 C27.7408319,6.50519815 27.8459183,6.53721777 28.6622192,5.84916412 C29.3335589,5.28337263 30.0904727,4.98630421 30.9604416,4.91845292 C31.5999254,4.86897174 32.241287,4.80180378 32.8725399,4.9325805 C33.2646248,5.01398592 33.6646307,5.13490802 34.0149439,5.32468281 C34.5547275,5.61725219 34.8772574,6.09227405 34.889881,6.73541988 C34.8921845,6.87992995 34.8677508,7.03308743 34.9054537,7.16820008 C34.9416481,7.29691472 35.0166417,7.44972603 35.1217384,7.51599136 C35.2814552,7.61614264 35.4558072,7.54168287 35.5902196,7.40812771 C35.6316351,7.36674436 35.6764411,7.32837264 35.7118294,7.28284786 C36.4071742,6.39229387 37.3761785,6.27366854 38.3919578,6.39966961 C39.0898588,6.48606001 39.7264348,6.78317466 40.2847203,7.23230148 C40.8396149,7.67728767 41.1414562,8.23622407 41.175569,8.9516311 C41.2221876,9.92181498 41.2300984,9.9278386 42.1461019,10.1467621 C43.2707675,10.4158002 44.2663297,10.9384433 45.1448301,11.6804493 C45.3851746,11.8837385 45.6127253,12.1239038 45.7796477,12.3885119 C46.1534331,12.9798342 46.0903063,13.4581261 45.6242085,13.973552 C45.5270734,14.0807756 45.4050749,14.1665411 45.3117068,14.2764001 C45.0846865,14.5427704 45.1220621,14.840456 45.4113585,15.0155356 C45.5842584,15.1205831 45.7763563,15.194025 45.9579145,15.2859038 C46.5059787,15.5619173 47.021669,15.8883487 47.4601841,16.3193756 C47.666256,16.5215254 47.8715786,16.7368464 48.0223,16.9799991 C48.3780017,17.5517469 48.3759191,18.1354287 47.9715991,18.6911403 C47.8345667,18.8785094 47.6753087,19.0493133 47.5288586,19.229153 C47.2163822,19.6155455 47.1957922,20.0242299 47.4636937,20.4378939 C47.652845,20.7299807 47.8660954,21.0070216 48.0635307,21.2938423 C48.2613426,21.5806631 48.4719578,21.8614665 48.6396454,22.1652129 C48.7493016,22.3635702 48.8126435,22.5939012 48.8605421,22.81783 C48.9223945,23.1042333 48.8106099,23.3390271 48.5421193,23.466144 C48.3067664,23.5778416 48.0612385,23.6688382 47.815709,23.7545662 C47.5965401,23.8312703 47.3634245,23.8692086 47.1499084,23.9572043 C46.6336286,24.1704249 46.4857456,24.5929947 46.7581914,25.088323 C46.8693552,25.2900677 47.021564,25.4707506 47.165864,25.6518074 C47.3286255,25.8565784 47.5124726,26.0447974 47.6714687,26.2522015 C48.2735429,27.0340142 48.282383,27.6199573 47.6660866,28.3735524 C46.9552944,29.2441564 46.0673948,29.7967108 44.8987471,29.7986144 C44.6682565,29.7992971 44.4359028,29.8654601 44.2087967,29.8492092 C44.0121974,29.8352255 43.8216016,29.7474837 43.6023904,29.684947' id='Fill-36' fill='%23FFD648' transform='translate(32.859876, 17.498631) rotate(-19.000000) translate(-32.859876, -17.498631) '%3E%3C/path%3E %3Cg id='Group-2' transform='translate(29.638376, 46.527681)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(16.575591, 18.614867) rotate(-160.000000) translate(-16.575591, -18.614867) translate(5.081338, 3.893217)'%3E %3Cg id='Group-10' transform='translate(0.226980, 0.096904)'%3E %3Cpath d='M11.0384939,0.922043368 L12.0897107,0.922274781 C12.7127824,0.922411943 13.2177706,1.42762252 13.2176334,2.0506942 C13.2176307,2.06282857 13.2174323,2.07496212 13.2170381,2.08709009 L12.7972221,15.0051973 L6.91288846,26.6555362 C6.73062991,27.0163882 6.36074531,27.2438984 5.95647762,27.2438094 L5.95647762,27.2438094 C5.71504628,27.2437563 5.51937059,27.0479944 5.51942374,26.8065631 C5.5194366,26.7481279 5.53116499,26.6902883 5.55391554,26.6364638 L10.4249084,15.112391 L9.91095268,2.09472152 C9.8863721,1.47213488 10.3711518,0.947502185 10.9937384,0.9229216 C11.0086496,0.922332885 11.023571,0.922040083 11.0384939,0.922043368 Z' id='Path-17' transform='translate(9.368529, 14.082926) rotate(-157.000000) translate(-9.368529, -14.082926) '%3E%3C/path%3E %3Cpath d='M19.2342471,1.4773013 C18.1790124,1.40043194 16.850346,2.26973553 15.2482478,4.08521208 L15.248273,4.0852343 C14.9359333,4.43917351 14.9696563,4.97929927 15.3235956,5.29163895 C15.4796713,5.4293707 15.680645,5.50541198 15.8888029,5.50549325 L15.8888029,5.50549325 L15.8888029,5.50549325 C15.8889836,5.96824054 16.2642608,6.34322487 16.7270081,6.34304418 C16.919767,6.34296892 17.106605,6.27643354 17.2560239,6.15465504 L17.4337769,6.00978373 L17.4934351,6.11186204 C17.7663392,6.57881515 18.3661119,6.73612299 18.833065,6.46321895 C19.0118767,6.35871498 19.1529527,6.20021093 19.2360172,6.01048739 L19.2360172,6.01048739 L19.778717,6.5413517 C20.0713568,6.82760946 20.540646,6.82243578 20.8269037,6.52979598 C20.9624607,6.39121682 21.0383331,6.20504632 21.0382574,6.01119105 L21.0382574,6.01119105 C21.1361361,3.08333759 20.5347994,1.57204101 19.2342471,1.4773013 Z' id='Path-28' transform='translate(18.041471, 4.112662) rotate(-166.000000) translate(-18.041471, -4.112662) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cpath d='M25.2673441,66.0642662 L40.8986602,66.0642662 C39.4215691,67.4447209 36.7369561,68.1349483 32.8448212,68.1349483 C28.9526863,68.1349483 26.4268606,67.4447209 25.2673441,66.0642662 Z' id='Path-19' stroke='%232A3966' stroke-width='0.752114058' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='48.001358' cy='56.4218305' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='49.5079908' cy='51.5300967' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='52.8979148' cy='55.6692561' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='10.3355362' cy='46.2620756' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='14.4787766' cy='48.5197989' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='11.4655109' cy='51.5300967' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' points='17.6481069 87.4097938 10.1149425 91.9252404 23.109651 91.9252404 24.804613 89.6675171'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' points='30.5216701 87.4097938 22.9885057 91.9252404 35.9832143 91.9252404 37.6781762 89.6675171'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-5' transform='translate(256.953563, 154.662285)'%3E %3Cg id='Group' transform='translate(0.730752, 13.336944)'%3E %3Cellipse id='body' fill='%23444F71' cx='32.2042776' cy='32.1725572' rx='32.2042776' ry='32.1725572'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(23.053954, 22.327245)'%3E %3Cg id='Group-3' transform='translate(0.000000, -0.000000)'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.50422812' fill='%23FFFFFF' cx='13.7480249' cy='13.7344835' rx='13.7480249' ry='13.7344835'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='13.5269718' cy='18.1288494' rx='4.3315695' ry='4.32730302'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Cg id='Group-9' transform='translate(40.919540, 68.547680) scale(-1, 1) translate(-40.919540, -68.547680) translate(25.747126, 58.886598)' fill='%23444F71'%3E %3Cpath d='M25.4597469,2.28184187 L28.4646506,2.28184187 C29.2035335,2.28184187 29.8025164,2.88082476 29.8025164,3.61970761 C29.8025164,4.08952138 29.5560833,4.52490616 29.1532866,4.76673212 L26.3956851,6.42230579 L26.3956851,15.8010952 C26.3956851,17.4652759 25.0466001,18.8143609 23.3824194,18.8143609 L23.3824194,18.8143609 C21.7182387,18.8143609 20.3691536,17.4652759 20.3691536,15.8010952 L20.3691536,6.42230579 L22.5078362,3.71258125 C23.2209799,2.80902363 24.3086647,2.28184187 25.4597469,2.28184187 Z' id='Rectangle'%3E%3C/path%3E %3Cpath d='M9.41477407,0 L10.6899231,0 C11.7926249,-2.02563033e-16 12.8397611,0.483981102 13.554264,1.32388399 L17.5001118,5.96225424 L17.5001118,15.3410436 C17.5001118,17.0052244 16.1510268,18.3543094 14.4868461,18.3543094 L14.4868461,18.3543094 C12.8226654,18.3543094 11.4735803,17.0052244 11.4735803,15.3410436 L11.4735803,6.42230579 L8.26907644,2.3647325 C7.76935555,1.73198117 7.87719804,0.813931051 8.50994937,0.314210171 C8.76763901,0.110697535 9.08641247,6.03190475e-17 9.41477407,0 Z' id='Rectangle' transform='translate(12.727736, 9.177155) scale(-1, 1) translate(-12.727736, -9.177155) '%3E%3C/path%3E %3Cpolygon id='Path-20' points='7.72195293 14.2431821 0.188788573 18.7586287 13.1834971 18.7586287 14.8784591 16.5009054'%3E%3C/polygon%3E %3Cpolygon id='Path-20' points='20.5955161 14.2431821 13.0623518 18.7586287 26.0570603 18.7586287 27.7520223 16.5009054'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3Cpath d='M43.6023904,29.684947 C43.2988807,29.8335039 42.9897246,29.9914673 42.6749156,30.1377629 C41.8739604,30.5104595 41.0201054,30.3126292 40.4960158,29.611374 C40.3245843,29.3810102 40.2047376,29.1111477 40.0705833,28.8540761 C39.9903167,28.7001342 39.9420577,28.5292673 39.8580256,28.3775822 C39.6937304,28.0828688 39.3656763,28.0202991 39.1254602,28.2400009 C38.9759841,28.3769385 38.862675,28.5522722 38.7105614,28.6854457 C38.0723614,29.2422154 37.0976665,29.2249852 36.4892481,28.635097 C35.9203866,28.0847352 35.6392175,27.3880695 35.5975533,26.61019 C35.5778561,26.2376208 35.6451563,25.8601857 35.6849644,25.4861292 C35.699609,25.3427533 35.7745135,25.2020299 35.7699515,25.0616587 C35.7657685,24.9291905 35.7295594,24.7523061 35.6391495,24.6819056 C35.5491164,24.6122579 35.356662,24.6050493 35.2418073,24.6513027 C35.0294204,24.737417 34.8411548,24.8818693 34.6415833,25.0022333 C34.1776741,25.2828322 33.6722795,25.3748789 33.1359623,25.3355783 C32.087809,25.2596189 31.5302445,24.7043682 31.5171241,23.6649504 C31.5128774,23.3228683 31.5993953,22.9785558 31.6539011,22.6361152 C31.6719447,22.523599 31.7543899,22.4107261 31.7419297,22.3057272 C31.7264488,22.1755136 31.66991,22.0242132 31.5783655,21.9380066 C31.5165822,21.879281 31.352001,21.8833706 31.2548438,21.9179632 C31.1222882,21.9649638 31.0134789,22.0755708 30.8877098,22.1466584 C30.4332086,22.4027989 29.9956687,22.7033511 29.5162922,22.8988956 C28.1342717,23.4614609 26.985743,22.7438343 26.8515885,21.2448852 C26.8213557,20.9046768 26.8909238,20.5539616 26.9262212,20.2088809 C26.9408661,20.0662576 27.024055,19.9217735 27.0055599,19.7874193 C26.9885746,19.663979 26.9015252,19.4979927 26.8002011,19.4528028 C26.6951101,19.4057301 26.5279088,19.4632573 26.402133,19.512518 C26.3339733,19.5395928 26.2963432,19.6445765 26.2447677,19.7145576 C25.7007778,20.4538742 24.9205354,20.8224376 24.0788753,21.0961481 C24.0238943,21.1138187 23.9670289,21.1273492 23.909786,21.1374927 C22.7344241,21.353524 21.9000259,20.7360955 21.7945866,19.5412269 C21.7458362,18.9921517 21.7580969,18.4397081 21.9014238,17.8963361 C21.9601092,17.6750739 21.9901672,17.4395027 21.9900976,17.2099435 C21.990008,16.9149035 21.6702098,16.7541151 21.4235745,16.9188713 C21.2560131,17.0309658 21.1193484,17.1889815 20.9521641,17.3025814 C20.5940738,17.547085 20.2405062,17.8025035 19.8579226,18.0040985 C19.4610297,18.2128394 19.0222668,18.2066851 18.5804696,18.1297805 C17.916079,18.0147995 17.5107271,17.6522741 17.4264841,16.8055139 C17.3445102,15.9896132 17.6395595,15.2648978 18.1297209,14.6177649 C18.2614851,14.4450709 18.4388503,14.3717411 18.652008,14.3435812 C18.952161,14.3034053 19.2131169,14.1683832 19.3712165,13.9034973 C19.4389734,13.7898672 19.4867559,13.6314483 19.466004,13.5065016 C19.4343096,13.3141891 19.2474783,13.2208035 19.0723519,13.2252663 C18.8768884,13.2308519 18.6603435,13.2669136 18.4920231,13.3598152 C18.1904016,13.5253074 17.9053259,13.6068838 17.5896642,13.4253987 C17.2186296,13.2111564 16.9545272,12.9062519 16.8858527,12.4783478 C16.7594474,11.694045 16.8974486,10.9760559 17.4670914,10.3778695 C18.0292046,9.78871262 18.7216976,9.42915447 19.5140655,9.30332537 C20.1414821,9.20303644 20.7828597,9.18893053 21.4185774,9.13982453 C21.5338202,9.13120396 21.6524611,9.15080892 21.7654414,9.13315583 C22.0524113,9.08808367 22.2523176,8.82998431 22.1272006,8.56802312 C21.9214366,8.13932483 22.0565304,7.76906051 22.2262741,7.40181731 C22.6760381,6.42802069 23.3672748,5.65186872 24.273624,5.08389053 C24.5375836,4.91838691 24.8524036,4.80859503 25.1589515,4.74320718 C26.1102293,4.54065565 26.631541,4.77526515 27.1534051,5.5890413 C27.7408319,6.50519815 27.8459183,6.53721777 28.6622192,5.84916412 C29.3335589,5.28337263 30.0904727,4.98630421 30.9604416,4.91845292 C31.5999254,4.86897174 32.241287,4.80180378 32.8725399,4.9325805 C33.2646248,5.01398592 33.6646307,5.13490802 34.0149439,5.32468281 C34.5547275,5.61725219 34.8772574,6.09227405 34.889881,6.73541988 C34.8921845,6.87992995 34.8677508,7.03308743 34.9054537,7.16820008 C34.9416481,7.29691472 35.0166417,7.44972603 35.1217384,7.51599136 C35.2814552,7.61614264 35.4558072,7.54168287 35.5902196,7.40812771 C35.6316351,7.36674436 35.6764411,7.32837264 35.7118294,7.28284786 C36.4071742,6.39229387 37.3761785,6.27366854 38.3919578,6.39966961 C39.0898588,6.48606001 39.7264348,6.78317466 40.2847203,7.23230148 C40.8396149,7.67728767 41.1414562,8.23622407 41.175569,8.9516311 C41.2221876,9.92181498 41.2300984,9.9278386 42.1461019,10.1467621 C43.2707675,10.4158002 44.2663297,10.9384433 45.1448301,11.6804493 C45.3851746,11.8837385 45.6127253,12.1239038 45.7796477,12.3885119 C46.1534331,12.9798342 46.0903063,13.4581261 45.6242085,13.973552 C45.5270734,14.0807756 45.4050749,14.1665411 45.3117068,14.2764001 C45.0846865,14.5427704 45.1220621,14.840456 45.4113585,15.0155356 C45.5842584,15.1205831 45.7763563,15.194025 45.9579145,15.2859038 C46.5059787,15.5619173 47.021669,15.8883487 47.4601841,16.3193756 C47.666256,16.5215254 47.8715786,16.7368464 48.0223,16.9799991 C48.3780017,17.5517469 48.3759191,18.1354287 47.9715991,18.6911403 C47.8345667,18.8785094 47.6753087,19.0493133 47.5288586,19.229153 C47.2163822,19.6155455 47.1957922,20.0242299 47.4636937,20.4378939 C47.652845,20.7299807 47.8660954,21.0070216 48.0635307,21.2938423 C48.2613426,21.5806631 48.4719578,21.8614665 48.6396454,22.1652129 C48.7493016,22.3635702 48.8126435,22.5939012 48.8605421,22.81783 C48.9223945,23.1042333 48.8106099,23.3390271 48.5421193,23.466144 C48.3067664,23.5778416 48.0612385,23.6688382 47.815709,23.7545662 C47.5965401,23.8312703 47.3634245,23.8692086 47.1499084,23.9572043 C46.6336286,24.1704249 46.4857456,24.5929947 46.7581914,25.088323 C46.8693552,25.2900677 47.021564,25.4707506 47.165864,25.6518074 C47.3286255,25.8565784 47.5124726,26.0447974 47.6714687,26.2522015 C48.2735429,27.0340142 48.282383,27.6199573 47.6660866,28.3735524 C46.9552944,29.2441564 46.0673948,29.7967108 44.8987471,29.7986144 C44.6682565,29.7992971 44.4359028,29.8654601 44.2087967,29.8492092 C44.0121974,29.8352255 43.8216016,29.7474837 43.6023904,29.684947' id='Fill-36' fill='%23FFD648' transform='translate(32.859876, 17.498631) rotate(-19.000000) translate(-32.859876, -17.498631) '%3E%3C/path%3E %3Cg id='Group-2' transform='translate(34.236078, 49.287991)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(13.980852, 17.073599) rotate(-160.000000) translate(-13.980852, -17.073599) translate(4.785450, 2.812001)'%3E %3Cpath d='M11.2654741,1.01894689 L12.3166909,1.01917831 C12.9397626,1.01931547 13.4447508,1.52452605 13.4446137,2.14759772 C13.444611,2.1597321 13.4444125,2.17186564 13.4440184,2.18399362 L13.0242024,15.1021008 L7.13986872,26.7524397 C6.95761018,27.1132917 6.58772557,27.3408019 6.18345788,27.3407129 L6.18345788,27.3407129 C5.94202654,27.3406598 5.74635085,27.1448979 5.746404,26.9034666 C5.74641686,26.8450314 5.75814525,26.7871918 5.78089581,26.7333673 L10.6518886,15.2092945 L10.1379329,2.19162504 C10.1133524,1.5690384 10.5981321,1.04440571 11.2207187,1.01982512 C11.2356299,1.01923641 11.2505513,1.01894361 11.2654741,1.01894689 Z' id='Path-17' transform='translate(9.595509, 14.179830) rotate(-157.000000) translate(-9.595509, -14.179830) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M31.2643678,66.2474227 L46.8956838,66.2474227 C45.4185928,69.9278351 42.7339798,71.7680412 38.8418449,71.7680412 C34.94971,71.7680412 32.4238843,69.9278351 31.2643678,66.2474227 Z' id='Path-19' stroke='%232A3966' stroke-width='0.752114058' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='48.001358' cy='56.4218305' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='49.5079908' cy='51.5300967' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='52.8979148' cy='55.6692561' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='10.3355362' cy='46.2620756' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='14.4787766' cy='48.5197989' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='11.4655109' cy='51.5300967' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3C/g%3E %3Cg id='Group-5' transform='translate(165.919080, 170.304038)'%3E %3Cg id='Group' transform='translate(0.730752, 0.455501)'%3E %3Cellipse id='body' fill='%23444F71' cx='32.2042776' cy='32.1725572' rx='32.2042776' ry='32.1725572'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(18.456253, 19.566935)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.50422812' fill='%23FFFFFF' cx='13.7480249' cy='13.7344835' rx='13.7480249' ry='13.7344835'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='11.6878913' cy='16.2886432' rx='4.3315695' ry='4.32730302'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Cpath d='M40.2219106,62.1115097 L43.2268143,62.1115097 C43.9656972,62.1115097 44.56468,62.7104925 44.56468,63.4493754 C44.56468,63.9191892 44.318247,64.3545739 43.9154503,64.5963999 L41.1578488,66.2519736 L41.1578488,75.630763 C41.1578488,77.2949437 39.8087638,78.6440287 38.144583,78.6440287 L38.144583,78.6440287 C36.4804023,78.6440287 35.1313173,77.2949437 35.1313173,75.630763 L35.1313173,66.2519736 L37.2699999,63.542249 C37.9831436,62.6386914 39.0708284,62.1115097 40.2219106,62.1115097 Z' id='Rectangle' fill='%23444F71' transform='translate(39.847648, 70.377769) scale(-1, 1) translate(-39.847648, -70.377769) '%3E%3C/path%3E %3Cpath d='M22.6139014,60.2713035 L24.2154525,60.2713035 C25.5118545,60.2713035 26.7168437,60.939045 27.404104,62.0382863 L30.0270436,66.2335577 L30.0270436,75.6123471 C30.0270436,77.2765278 28.6779586,78.6256129 27.0137779,78.6256129 L27.0137779,78.6256129 C25.3495972,78.6256129 24.0005121,77.2765278 24.0005121,75.6123471 L24.0005121,66.6936093 L21.212623,63.1635575 C20.601425,62.3896528 20.7333249,61.2668052 21.5072296,60.6556072 C21.8224043,60.4066953 22.2122893,60.2713035 22.6139014,60.2713035 Z' id='Rectangle' fill='%23444F71' transform='translate(25.427984, 69.448458) scale(-1, 1) translate(-25.427984, -69.448458) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-2' transform='translate(34.236078, 36.406547)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(13.980852, 17.073599) rotate(-160.000000) translate(-13.980852, -17.073599) translate(4.785450, 2.812001)'%3E %3Cpath d='M11.2654741,1.01894689 L12.3166909,1.01917831 C12.9397626,1.01931547 13.4447508,1.52452605 13.4446137,2.14759772 C13.444611,2.1597321 13.4444125,2.17186564 13.4440184,2.18399362 L13.0242024,15.1021008 L7.13986872,26.7524397 C6.95761018,27.1132917 6.58772557,27.3408019 6.18345788,27.3407129 L6.18345788,27.3407129 C5.94202654,27.3406598 5.74635085,27.1448979 5.746404,26.9034666 C5.74641686,26.8450314 5.75814525,26.7871918 5.78089581,26.7333673 L10.6518886,15.2092945 L10.1379329,2.19162504 C10.1133524,1.5690384 10.5981321,1.04440571 11.2207187,1.01982512 C11.2356299,1.01923641 11.2505513,1.01894361 11.2654741,1.01894689 Z' id='Path-17' transform='translate(9.595509, 14.179830) rotate(-157.000000) translate(-9.595509, -14.179830) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M25.2673441,53.1828229 L40.8986602,53.1828229 C39.4215691,54.5632776 36.7369561,55.253505 32.8448212,55.253505 C28.9526863,55.253505 26.4268606,54.5632776 25.2673441,53.1828229 Z' id='Path-19' stroke='%232A3966' stroke-width='0.752114058' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='48.001358' cy='43.5403872' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='49.5079908' cy='38.6486534' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='52.8979148' cy='42.7878128' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='10.3355362' cy='33.3806323' rx='1.31830376' ry='1.31700527'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='14.4787766' cy='35.6383556' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='11.4655109' cy='38.6486534' rx='2.0716202' ry='2.0695797'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(21.604550, 79.250376) rotate(-26.000000) translate(-21.604550, -79.250376) ' points='21.7937172 76.9920098 14.2585784 81.5087425 27.2548155 81.5056085 28.950521 79.2477418'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(45.161455, 79.170487) scale(-1, 1) rotate(-28.000000) translate(-45.161455, -79.170487) ' points='45.3506679 76.9121121 37.8153422 81.4288613 50.8118039 81.4255641 52.507567 79.1677152'%3E%3C/polygon%3E %3C/g%3E %3Cpath d='M230.134128,209.399549 L231.268869,209.399299 C231.891941,209.399162 232.397152,209.90415 232.397289,210.527222 C232.397293,210.544976 232.396878,210.562729 232.396044,210.580464 L231.988673,219.24334 L219.415168,223.334087 C218.980563,223.475484 218.503587,223.340707 218.207251,222.992771 L218.030277,222.78498 C217.772228,222.481999 217.808654,222.027194 218.111635,221.769146 C218.175474,221.714775 218.248313,221.671963 218.326874,221.642638 L228.6404,217.792857 L229.007621,210.471207 C229.037728,209.870952 229.533118,209.399681 230.134128,209.399549 Z' id='Path-17' fill='%232A3966' transform='translate(225.127772, 216.394394) scale(-1, -1) rotate(157.000000) translate(-225.127772, -216.394394) '%3E%3C/path%3E %3Cpath d='M176.668375,209.393085 L177.803117,209.392836 C178.426189,209.392698 178.931399,209.897687 178.931537,210.520758 C178.93154,210.538513 178.931125,210.556265 178.930291,210.574 L178.52292,219.236877 L165.949416,223.327623 C165.514811,223.469021 165.037835,223.334244 164.741499,222.986307 L164.564524,222.778517 C164.306476,222.475535 164.342902,222.020731 164.645883,221.762683 C164.709722,221.708311 164.782561,221.6655 164.861121,221.636175 L175.174648,217.786393 L175.541869,210.464744 C175.571975,209.864488 176.067366,209.393218 176.668375,209.393085 Z' id='Path-17' fill='%232A3966' transform='translate(171.662020, 216.387930) scale(1, -1) rotate(157.000000) translate(-171.662020, -216.387930) '%3E%3C/path%3E %3Cg id='Group-8' transform='translate(43.620230, 195.146821)'%3E %3Cpath d='M51.4505943,34.7504536 L11.0680656,34.7504536 C9.28139894,34.7504536 7.71910009,33.548799 7.26116905,31.8208454 L0.133812731,4.95107474 C-0.529175775,2.45115464 1.35496216,1.42108547e-14 3.94070928,1.42108547e-14 L39.203238,1.42108547e-14 C40.9889851,1.42108547e-14 42.551284,1.20165464 43.0101346,2.92960825 L51.4505943,34.7504536' id='Fill-85' stroke='%23444F71' stroke-width='0.91954023' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M27.6685254,19.7536933 C28.1108242,21.5074098 27.009215,22.928049 25.2069162,22.928049 C23.4055369,22.928049 21.5857668,21.5074098 21.1434679,19.7536933 C20.7011691,18.001817 21.8027782,16.5802577 23.6050771,16.5802577 C25.4073759,16.5802577 27.2262265,18.001817 27.6685254,19.7536933' id='Fill-88' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-4' transform='translate(170.790335, 209.019689)'%3E %3Cpath d='M8.24138934,22.2427024 L48.0538031,22.2427024 C49.5636882,22.2427024 50.8749526,21.2020658 51.2179411,19.731741 L54.5825388,5.33028743 C55.0855273,2.54053485 52.9292054,-0.0210321586 50.0951824,0.000130212562 L4.49150428,0.347009079 C1.65748129,0.36817145 -0.459300315,2.96286217 0.0859870413,5.74525392 L5.17932037,20.0804601 C5.64001003,21.3768854 6.86575716,22.2427024 8.24138934,22.2427024' id='Fill-150' stroke='%23444F71' stroke-width='0.91954023' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M30.8731135,12.9919859 C30.8731135,15.0382952 29.0781709,16.6954008 26.8629985,16.6954008 C24.6487457,16.6954008 22.8538031,15.0382952 22.8538031,12.9919859 C22.8538031,10.9465967 24.6487457,9.28857093 26.8629985,9.28857093 C29.0781709,9.28857093 30.8731135,10.9465967 30.8731135,12.9919859' id='Fill-155' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cpath d='M198.568344,166.624562 L198.562015,166.624562 L198.557268,166.623626 C198.337344,166.647044 181.032939,168.267576 177.94767,173.064539 C174.838668,177.895225 165.541724,191.466481 165.930942,195.147806 C166.318579,198.828195 167.298391,204.807904 167.298391,204.807904 L168.677701,203.887801 C168.677701,203.887801 168.677701,196.066925 170.981291,193.536641 C173.28488,191.006358 175.256366,187.786093 176.773686,187.071372 C183.30971,180.497444 189.617899,176.443303 193.748995,174.201722 C196.473525,172.723572 200.652087,172.723572 203.375035,174.201722 C207.506131,176.443303 213.81432,180.497444 220.351926,187.071372 C221.870828,187.786093 226.139677,189.626203 226.144321,193.536641 C226.148966,197.447079 225.229425,204.347852 225.229425,204.347852 L231.206437,206.64811 C231.206437,206.64811 230.805451,198.828195 231.19467,195.147806 C231.582306,191.466481 222.285362,177.895225 219.177942,173.064539 C216.09109,168.267576 198.786686,166.647044 198.568344,166.624562 Z' id='Fill-144' fill='%23FFD648'%3E%3C/path%3E %3Cg id='Group-7' transform='translate(293.593563, 193.583250)'%3E %3Cpath d='M-2.48689958e-14,34.7504536 L40.3825287,34.7504536 C42.1691954,34.7504536 43.7314943,33.548799 44.1903448,31.8208454 L51.3167816,4.95107474 C51.9806897,2.45115464 50.0965517,1.42108547e-14 47.5098851,1.42108547e-14 L12.2482759,1.42108547e-14 C10.4616092,1.42108547e-14 8.89931034,1.20165464 8.44137931,2.92960825 L-2.48689958e-14,34.7504536' id='Fill-111' stroke='%23444F71' stroke-width='0.91954023' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M23.782069,19.7536933 C23.3397701,21.5074098 24.4422989,22.928049 26.2436782,22.928049 C28.045977,22.928049 29.8657471,21.5074098 30.3071264,19.7536933 C30.7503448,18.001817 29.6478161,16.5802577 27.8464368,16.5802577 C26.0441379,16.5802577 24.2243678,18.001817 23.782069,19.7536933' id='Fill-113' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-10' transform='translate(283.941514, 218.685344) scale(-1, 1) rotate(207.000000) translate(-283.941514, -218.685344) translate(272.907031, 204.423746)' fill='%232A3966'%3E %3Cpath d='M11.0384939,0.922043368 L12.0897107,0.922274781 C12.7127824,0.922411943 13.2177706,1.42762252 13.2176334,2.0506942 C13.2176307,2.06282857 13.2174323,2.07496212 13.2170381,2.08709009 L12.7972221,15.0051973 L6.91288846,26.6555362 C6.73062991,27.0163882 6.36074531,27.2438984 5.95647762,27.2438094 L5.95647762,27.2438094 C5.71504628,27.2437563 5.51937059,27.0479944 5.51942374,26.8065631 C5.5194366,26.7481279 5.53116499,26.6902883 5.55391554,26.6364638 L10.4249084,15.112391 L9.91095268,2.09472152 C9.8863721,1.47213488 10.3711518,0.947502185 10.9937384,0.9229216 C11.0086496,0.922332885 11.023571,0.922040083 11.0384939,0.922043368 Z' id='Path-17' transform='translate(9.368529, 14.082926) rotate(-157.000000) translate(-9.368529, -14.082926) '%3E%3C/path%3E %3Cpath d='M19.2342471,1.4773013 C18.1790124,1.40043194 16.850346,2.26973553 15.2482478,4.08521208 L15.248273,4.0852343 C14.9359333,4.43917351 14.9696563,4.97929927 15.3235956,5.29163895 C15.4796713,5.4293707 15.680645,5.50541198 15.8888029,5.50549325 L15.8888029,5.50549325 L15.8888029,5.50549325 C15.8889836,5.96824054 16.2642608,6.34322487 16.7270081,6.34304418 C16.919767,6.34296892 17.106605,6.27643354 17.2560239,6.15465504 L17.4337769,6.00978373 L17.4934351,6.11186204 C17.7663392,6.57881515 18.3661119,6.73612299 18.833065,6.46321895 C19.0118767,6.35871498 19.1529527,6.20021093 19.2360172,6.01048739 L19.2360172,6.01048739 L19.778717,6.5413517 C20.0713568,6.82760946 20.540646,6.82243578 20.8269037,6.52979598 C20.9624607,6.39121682 21.0383331,6.20504632 21.0382574,6.01119105 L21.0382574,6.01119105 C21.1361361,3.08333759 20.5347994,1.57204101 19.2342471,1.4773013 Z' id='Path-28' transform='translate(18.041471, 4.112662) rotate(-166.000000) translate(-18.041471, -4.112662) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M113.103448,318.815722 C113.103448,321.610644 100.135177,323.876289 84.137821,323.876289 C68.1406855,323.876289 55.1724138,321.610644 55.1724138,318.815722 C55.1724138,316.020799 68.1406855,313.755155 84.137821,313.755155 C100.135177,313.755155 113.103448,316.020799 113.103448,318.815722' id='Fill-16' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M228.045977,324.33634 C228.045977,327.131263 214.048477,329.396907 196.78149,329.396907 C179.514741,329.396907 165.517241,327.131263 165.517241,324.33634 C165.517241,321.541418 179.514741,319.275773 196.78149,319.275773 C214.048477,319.275773 228.045977,321.541418 228.045977,324.33634' id='Fill-16' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M331.034483,324.33634 C331.034483,327.131263 317.036983,329.396907 299.769996,329.396907 C282.503247,329.396907 268.505747,327.131263 268.505747,324.33634 C268.505747,321.541418 282.503247,319.275773 299.769996,319.275773 C317.036983,319.275773 331.034483,321.541418 331.034483,324.33634' id='Fill-16' fill='%23B2C8DD'%3E%3C/path%3E %3Cg id='Group-12' transform='translate(0.000000, 143.536082)' fill='%23CFD5DE'%3E %3Cpolyline id='Fill-592' points='10.3954023 11.9990644 10.2326437 11.5684562 3.54574713 14.0932191 1.18528736 7.83283763 7.44183908 5.47093299 9.96505747 12.1619227 10.3954023 11.9990644 10.2326437 11.5684562 10.3954023 11.9990644 10.8248276 11.8371263 7.97793103 4.2849201 -2.22044605e-14 7.29641753 3.00965517 15.279232 10.9875862 12.2668144 10.8248276 11.8371263 10.3954023 11.9990644'%3E%3C/polyline%3E %3Cpath d='M12.2298851,3.24796392 L11.7995402,3.40990206 C11.9687356,3.85799227 12.0487356,4.31620361 12.0487356,4.76705412 C12.0478161,6.32110825 11.0997701,7.78591237 9.56045977,8.36649742 C9.11264368,8.53579639 8.65471264,8.61584536 8.20413793,8.61584536 C6.65103448,8.61492526 5.18712644,7.66629897 4.60689655,6.12604639 C4.43770115,5.67795619 4.35770115,5.21974485 4.35770115,4.76889433 C4.35862069,3.21484021 5.30666667,1.75003608 6.84597701,1.16945103 C7.2937931,1.00015206 7.75172414,0.920103093 8.20229885,0.920103093 C9.7554023,0.921023196 11.2193103,1.86964948 11.7995402,3.40990206 L12.2298851,3.24796392 L12.6602299,3.08510567 C11.9402299,1.17681186 10.1278161,2.66453526e-14 8.20229885,2.66453526e-14 C7.64321839,2.66453526e-14 7.07402299,0.099371134 6.52137931,0.308234536 C4.61425287,1.02867526 3.43816092,2.84219845 3.43816092,4.76889433 C3.43816092,5.32831701 3.53747126,5.89786082 3.7462069,6.45084278 C4.4662069,8.3591366 6.27862069,9.53594845 8.20413793,9.53594845 C8.76321839,9.53594845 9.33241379,9.43657732 9.88505747,9.22771392 C11.7921839,8.50635309 12.9682759,6.69375 12.9682759,4.76705412 C12.9682759,4.20763144 12.8689655,3.63808763 12.6602299,3.08510567 L12.2298851,3.24796392' id='Fill-593'%3E%3C/path%3E %3C/g%3E %3Cpath d='M261.208276,331.801137 L263.966897,331.801137 C264.22069,331.801137 264.426667,331.595034 264.426667,331.341085 C264.426667,331.087137 264.22069,330.881034 263.966897,330.881034 L261.208276,330.881034 C260.954483,330.881034 260.748506,331.087137 260.748506,331.341085 C260.748506,331.595034 260.954483,331.801137 261.208276,331.801137 M266.265747,331.801137 L269.024368,331.801137 C269.278161,331.801137 269.484138,331.595034 269.484138,331.341085 C269.484138,331.087137 269.278161,330.881034 269.024368,330.881034 L266.265747,330.881034 C266.011954,330.881034 265.805977,331.087137 265.805977,331.341085 C265.805977,331.595034 266.011954,331.801137 266.265747,331.801137 M271.323218,331.801137 L274.081839,331.801137 C274.335632,331.801137 274.541609,331.595034 274.541609,331.341085 C274.541609,331.087137 274.335632,330.881034 274.081839,330.881034 L271.323218,330.881034 C271.069425,330.881034 270.863448,331.087137 270.863448,331.341085 C270.863448,331.595034 271.069425,331.801137 271.323218,331.801137 M276.38069,331.801137 L279.13931,331.801137 C279.393103,331.801137 279.59908,331.595034 279.59908,331.341085 C279.59908,331.087137 279.393103,330.881034 279.13931,330.881034 L276.38069,330.881034 C276.126897,330.881034 275.92092,331.087137 275.92092,331.341085 C275.92092,331.595034 276.126897,331.801137 276.38069,331.801137 M281.438161,331.801137 L284.196782,331.801137 C284.450575,331.801137 284.656552,331.595034 284.656552,331.341085 C284.656552,331.087137 284.450575,330.881034 284.196782,330.881034 L281.438161,330.881034 C281.184368,330.881034 280.978391,331.087137 280.978391,331.341085 C280.978391,331.595034 281.184368,331.801137 281.438161,331.801137 M286.495632,331.801137 L289.254253,331.801137 C289.508046,331.801137 289.714023,331.595034 289.714023,331.341085 C289.714023,331.087137 289.508046,330.881034 289.254253,330.881034 L286.495632,330.881034 C286.241839,330.881034 286.035862,331.087137 286.035862,331.341085 C286.035862,331.595034 286.241839,331.801137 286.495632,331.801137 M291.553103,331.801137 L294.311724,331.801137 C294.565517,331.801137 294.771494,331.595034 294.771494,331.341085 C294.771494,331.087137 294.565517,330.881034 294.311724,330.881034 L291.553103,330.881034 C291.29931,330.881034 291.093333,331.087137 291.093333,331.341085 C291.093333,331.595034 291.29931,331.801137 291.553103,331.801137 M296.610575,331.801137 L299.369195,331.801137 C299.622989,331.801137 299.828966,331.595034 299.828966,331.341085 C299.828966,331.087137 299.622989,330.881034 299.369195,330.881034 L296.610575,330.881034 C296.356782,330.881034 296.150805,331.087137 296.150805,331.341085 C296.150805,331.595034 296.356782,331.801137 296.610575,331.801137 M301.668046,331.801137 L304.426667,331.801137 C304.68046,331.801137 304.886437,331.595034 304.886437,331.341085 C304.886437,331.087137 304.68046,330.881034 304.426667,330.881034 L301.668046,330.881034 C301.414253,330.881034 301.208276,331.087137 301.208276,331.341085 C301.208276,331.595034 301.414253,331.801137 301.668046,331.801137 M306.725517,331.801137 L309.484138,331.801137 C309.737931,331.801137 309.943908,331.595034 309.943908,331.341085 C309.943908,331.087137 309.737931,330.881034 309.484138,330.881034 L306.725517,330.881034 C306.471724,330.881034 306.265747,331.087137 306.265747,331.341085 C306.265747,331.595034 306.471724,331.801137 306.725517,331.801137 M311.782989,331.801137 L314.541609,331.801137 C314.795402,331.801137 315.001379,331.595034 315.001379,331.341085 C315.001379,331.087137 314.795402,330.881034 314.541609,330.881034 L311.782989,330.881034 C311.528276,330.881034 311.323218,331.087137 311.323218,331.341085 C311.323218,331.595034 311.528276,331.801137 311.782989,331.801137 M316.84046,331.801137 L318.903908,331.801137 C319.118161,331.801137 319.329655,331.815858 319.536552,331.842541 C319.788506,331.875665 320.01931,331.699005 320.052414,331.446897 C320.085517,331.194789 319.908046,330.963843 319.657011,330.930719 C319.409655,330.898515 319.158621,330.881034 318.903908,330.881034 L316.84046,330.881034 C316.586667,330.881034 316.38069,331.087137 316.38069,331.341085 C316.38069,331.595034 316.586667,331.801137 316.84046,331.801137 M321.489655,332.557461 C322.197701,333.011992 322.778851,333.646863 323.167816,334.397668 C323.284598,334.623093 323.561379,334.711423 323.787586,334.593649 C324.012874,334.476796 324.10023,334.199845 323.983448,333.97442 C323.52092,333.07916 322.829425,332.323755 321.986207,331.782735 C321.771954,331.645639 321.487816,331.708206 321.350805,331.92167 C321.213793,332.136054 321.276322,332.420366 321.489655,332.557461 M323.698391,336.409013 L323.702989,336.603155 C323.702069,337.411925 323.503448,338.17009 323.152184,338.838085 C323.034483,339.06259 323.12,339.341381 323.345287,339.459155 C323.569655,339.577848 323.847356,339.491358 323.965977,339.266853 C324.385287,338.471884 324.622529,337.563742 324.622529,336.603155 L324.617931,336.373129 C324.607816,336.11918 324.393563,335.921358 324.13977,335.931479 C323.885977,335.941601 323.688276,336.155064 323.698391,336.409013 M321.806897,340.427103 C321.150345,340.926719 320.363218,341.260716 319.504368,341.368369 C319.252414,341.399652 319.074023,341.629678 319.105287,341.881786 C319.136552,342.133894 319.366437,342.312394 319.618391,342.281111 C320.641839,342.153216 321.582529,341.754812 322.364138,341.159505 C322.565517,341.005848 322.605057,340.716936 322.451494,340.514513 C322.297011,340.31301 322.009195,340.273446 321.806897,340.427103 M317.264368,341.405173 L314.505747,341.405173 C314.251954,341.405173 314.045977,341.611276 314.045977,341.865224 C314.045977,342.119173 314.251954,342.325276 314.505747,342.325276 L317.264368,342.325276 C317.518161,342.325276 317.724138,342.119173 317.724138,341.865224 C317.724138,341.611276 317.518161,341.405173 317.264368,341.405173 M312.206897,341.405173 L309.448276,341.405173 C309.194483,341.405173 308.988506,341.611276 308.988506,341.865224 C308.988506,342.119173 309.194483,342.325276 309.448276,342.325276 L312.206897,342.325276 C312.46069,342.325276 312.666667,342.119173 312.666667,341.865224 C312.666667,341.611276 312.46069,341.405173 312.206897,341.405173 M307.149425,341.405173 L304.390805,341.405173 C304.137011,341.405173 303.931034,341.611276 303.931034,341.865224 C303.931034,342.119173 304.137011,342.325276 304.390805,342.325276 L307.149425,342.325276 C307.403218,342.325276 307.609195,342.119173 307.609195,341.865224 C307.609195,341.611276 307.403218,341.405173 307.149425,341.405173 M302.091954,341.405173 L299.333333,341.405173 C299.07954,341.405173 298.873563,341.611276 298.873563,341.865224 C298.873563,342.119173 299.07954,342.325276 299.333333,342.325276 L302.091954,342.325276 C302.345747,342.325276 302.551724,342.119173 302.551724,341.865224 C302.551724,341.611276 302.345747,341.405173 302.091954,341.405173 M297.034483,341.405173 L294.275862,341.405173 C294.022069,341.405173 293.816092,341.611276 293.816092,341.865224 C293.816092,342.119173 294.022069,342.325276 294.275862,342.325276 L297.034483,342.325276 C297.288276,342.325276 297.494253,342.119173 297.494253,341.865224 C297.494253,341.611276 297.288276,341.405173 297.034483,341.405173 M291.977011,341.405173 L289.218391,341.405173 C288.964598,341.405173 288.758621,341.611276 288.758621,341.865224 C288.758621,342.119173 288.964598,342.325276 289.218391,342.325276 L291.977011,342.325276 C292.230805,342.325276 292.436782,342.119173 292.436782,341.865224 C292.436782,341.611276 292.230805,341.405173 291.977011,341.405173 M286.91954,341.405173 L284.16092,341.405173 C283.907126,341.405173 283.701149,341.611276 283.701149,341.865224 C283.701149,342.119173 283.907126,342.325276 284.16092,342.325276 L286.91954,342.325276 C287.173333,342.325276 287.37931,342.119173 287.37931,341.865224 C287.37931,341.611276 287.173333,341.405173 286.91954,341.405173 M281.862069,341.405173 L279.103448,341.405173 C278.849655,341.405173 278.643678,341.611276 278.643678,341.865224 C278.643678,342.119173 278.849655,342.325276 279.103448,342.325276 L281.862069,342.325276 C282.115862,342.325276 282.321839,342.119173 282.321839,341.865224 C282.321839,341.611276 282.115862,341.405173 281.862069,341.405173 M276.804598,341.405173 L274.045977,341.405173 C273.792184,341.405173 273.586207,341.611276 273.586207,341.865224 C273.586207,342.119173 273.792184,342.325276 274.045977,342.325276 L276.804598,342.325276 C277.058391,342.325276 277.264368,342.119173 277.264368,341.865224 C277.264368,341.611276 277.058391,341.405173 276.804598,341.405173 M271.747126,341.405173 L268.988506,341.405173 C268.734713,341.405173 268.528736,341.611276 268.528736,341.865224 C268.528736,342.119173 268.734713,342.325276 268.988506,342.325276 L271.747126,342.325276 C272.00092,342.325276 272.206897,342.119173 272.206897,341.865224 C272.206897,341.611276 272.00092,341.405173 271.747126,341.405173 M266.689655,341.405173 L263.931034,341.405173 C263.677241,341.405173 263.471264,341.611276 263.471264,341.865224 C263.471264,342.119173 263.677241,342.325276 263.931034,342.325276 L266.689655,342.325276 C266.943448,342.325276 267.149425,342.119173 267.149425,341.865224 C267.149425,341.611276 266.943448,341.405173 266.689655,341.405173 M261.632184,341.405173 L258.873563,341.405173 C258.61977,341.405173 258.413793,341.611276 258.413793,341.865224 C258.413793,342.119173 258.61977,342.325276 258.873563,342.325276 L261.632184,342.325276 C261.885977,342.325276 262.091954,342.119173 262.091954,341.865224 C262.091954,341.611276 261.885977,341.405173 261.632184,341.405173 M256.574713,341.405173 L253.816092,341.405173 C253.562299,341.405173 253.356322,341.611276 253.356322,341.865224 C253.356322,342.119173 253.562299,342.325276 253.816092,342.325276 L256.574713,342.325276 C256.828506,342.325276 257.034483,342.119173 257.034483,341.865224 C257.034483,341.611276 256.828506,341.405173 256.574713,341.405173 M251.517241,341.405173 L248.758621,341.405173 C248.504828,341.405173 248.298851,341.611276 248.298851,341.865224 C248.298851,342.119173 248.504828,342.325276 248.758621,342.325276 L251.517241,342.325276 C251.771034,342.325276 251.977011,342.119173 251.977011,341.865224 C251.977011,341.611276 251.771034,341.405173 251.517241,341.405173 M246.45977,341.405173 L243.701149,341.405173 C243.447356,341.405173 243.241379,341.611276 243.241379,341.865224 C243.241379,342.119173 243.447356,342.325276 243.701149,342.325276 L246.45977,342.325276 C246.713563,342.325276 246.91954,342.119173 246.91954,341.865224 C246.91954,341.611276 246.713563,341.405173 246.45977,341.405173 M241.402299,341.405173 L238.643678,341.405173 C238.389885,341.405173 238.183908,341.611276 238.183908,341.865224 C238.183908,342.119173 238.389885,342.325276 238.643678,342.325276 L241.402299,342.325276 C241.656092,342.325276 241.862069,342.119173 241.862069,341.865224 C241.862069,341.611276 241.656092,341.405173 241.402299,341.405173 M236.344828,341.405173 L233.586207,341.405173 C233.332414,341.405173 233.126437,341.611276 233.126437,341.865224 C233.126437,342.119173 233.332414,342.325276 233.586207,342.325276 L236.344828,342.325276 C236.598621,342.325276 236.804598,342.119173 236.804598,341.865224 C236.804598,341.611276 236.598621,341.405173 236.344828,341.405173 M231.287356,341.405173 L228.528736,341.405173 C228.274943,341.405173 228.068966,341.611276 228.068966,341.865224 C228.068966,342.119173 228.274943,342.325276 228.528736,342.325276 L231.287356,342.325276 C231.541149,342.325276 231.747126,342.119173 231.747126,341.865224 C231.747126,341.611276 231.541149,341.405173 231.287356,341.405173 M226.229885,341.405173 L223.471264,341.405173 C223.217471,341.405173 223.011494,341.611276 223.011494,341.865224 C223.011494,342.119173 223.217471,342.325276 223.471264,342.325276 L226.229885,342.325276 C226.483678,342.325276 226.689655,342.119173 226.689655,341.865224 C226.689655,341.611276 226.483678,341.405173 226.229885,341.405173 M221.172414,341.405173 L218.413793,341.405173 C218.16,341.405173 217.954023,341.611276 217.954023,341.865224 C217.954023,342.119173 218.16,342.325276 218.413793,342.325276 L221.172414,342.325276 C221.426207,342.325276 221.632184,342.119173 221.632184,341.865224 C221.632184,341.611276 221.426207,341.405173 221.172414,341.405173 M216.114943,341.405173 L213.356322,341.405173 C213.102529,341.405173 212.896552,341.611276 212.896552,341.865224 C212.896552,342.119173 213.102529,342.325276 213.356322,342.325276 L216.114943,342.325276 C216.368736,342.325276 216.574713,342.119173 216.574713,341.865224 C216.574713,341.611276 216.368736,341.405173 216.114943,341.405173 M211.057471,341.405173 L208.298851,341.405173 C208.045057,341.405173 207.83908,341.611276 207.83908,341.865224 C207.83908,342.119173 208.045057,342.325276 208.298851,342.325276 L211.057471,342.325276 C211.311264,342.325276 211.517241,342.119173 211.517241,341.865224 C211.517241,341.611276 211.311264,341.405173 211.057471,341.405173 M206,341.405173 L203.241379,341.405173 C202.987586,341.405173 202.781609,341.611276 202.781609,341.865224 C202.781609,342.119173 202.987586,342.325276 203.241379,342.325276 L206,342.325276 C206.253793,342.325276 206.45977,342.119173 206.45977,341.865224 C206.45977,341.611276 206.253793,341.405173 206,341.405173 M200.942529,341.405173 L198.183908,341.405173 C197.930115,341.405173 197.724138,341.611276 197.724138,341.865224 C197.724138,342.119173 197.930115,342.325276 198.183908,342.325276 L200.942529,342.325276 C201.197241,342.325276 201.402299,342.119173 201.402299,341.865224 C201.402299,341.611276 201.197241,341.405173 200.942529,341.405173 M195.885057,341.405173 L193.126437,341.405173 C192.872644,341.405173 192.666667,341.611276 192.666667,341.865224 C192.666667,342.119173 192.872644,342.325276 193.126437,342.325276 L195.885057,342.325276 C196.138851,342.325276 196.344828,342.119173 196.344828,341.865224 C196.344828,341.611276 196.138851,341.405173 195.885057,341.405173 M190.827586,341.405173 L188.068966,341.405173 C187.815172,341.405173 187.609195,341.611276 187.609195,341.865224 C187.609195,342.119173 187.815172,342.325276 188.068966,342.325276 L190.827586,342.325276 C191.081379,342.325276 191.287356,342.119173 191.287356,341.865224 C191.287356,341.611276 191.081379,341.405173 190.827586,341.405173 M185.770115,341.405173 L183.011494,341.405173 C182.757701,341.405173 182.551724,341.611276 182.551724,341.865224 C182.551724,342.119173 182.757701,342.325276 183.011494,342.325276 L185.770115,342.325276 C186.023908,342.325276 186.229885,342.119173 186.229885,341.865224 C186.229885,341.611276 186.023908,341.405173 185.770115,341.405173 M180.712644,341.405173 L177.954023,341.405173 C177.70023,341.405173 177.494253,341.611276 177.494253,341.865224 C177.494253,342.119173 177.70023,342.325276 177.954023,342.325276 L180.712644,342.325276 C180.967356,342.325276 181.172414,342.119173 181.172414,341.865224 C181.172414,341.611276 180.967356,341.405173 180.712644,341.405173 M175.655172,341.405173 L172.896552,341.405173 C172.642759,341.405173 172.436782,341.611276 172.436782,341.865224 C172.436782,342.119173 172.642759,342.325276 172.896552,342.325276 L175.655172,342.325276 C175.908966,342.325276 176.114943,342.119173 176.114943,341.865224 C176.114943,341.611276 175.908966,341.405173 175.655172,341.405173 M170.597701,341.405173 L167.83908,341.405173 C167.585287,341.405173 167.37931,341.611276 167.37931,341.865224 C167.37931,342.119173 167.585287,342.325276 167.83908,342.325276 L170.597701,342.325276 C170.851494,342.325276 171.057471,342.119173 171.057471,341.865224 C171.057471,341.611276 170.851494,341.405173 170.597701,341.405173 M165.54023,341.405173 L162.781609,341.405173 C162.527816,341.405173 162.321839,341.611276 162.321839,341.865224 C162.321839,342.119173 162.527816,342.325276 162.781609,342.325276 L165.54023,342.325276 C165.794943,342.325276 166,342.119173 166,341.865224 C166,341.611276 165.794943,341.405173 165.54023,341.405173 M160.482759,341.405173 L157.724138,341.405173 C157.470345,341.405173 157.264368,341.611276 157.264368,341.865224 C157.264368,342.119173 157.470345,342.325276 157.724138,342.325276 L160.482759,342.325276 C160.736552,342.325276 160.942529,342.119173 160.942529,341.865224 C160.942529,341.611276 160.736552,341.405173 160.482759,341.405173 M155.425287,341.405173 L152.666667,341.405173 C152.412874,341.405173 152.206897,341.611276 152.206897,341.865224 C152.206897,342.119173 152.412874,342.325276 152.666667,342.325276 L155.425287,342.325276 C155.67908,342.325276 155.885057,342.119173 155.885057,341.865224 C155.885057,341.611276 155.67908,341.405173 155.425287,341.405173 M150.367816,341.405173 L147.609195,341.405173 C147.355402,341.405173 147.149425,341.611276 147.149425,341.865224 C147.149425,342.119173 147.355402,342.325276 147.609195,342.325276 L150.367816,342.325276 C150.622529,342.325276 150.827586,342.119173 150.827586,341.865224 C150.827586,341.611276 150.622529,341.405173 150.367816,341.405173 M145.310345,341.405173 L142.551724,341.405173 C142.297931,341.405173 142.091954,341.611276 142.091954,341.865224 C142.091954,342.119173 142.297931,342.325276 142.551724,342.325276 L145.310345,342.325276 C145.564138,342.325276 145.770115,342.119173 145.770115,341.865224 C145.770115,341.611276 145.564138,341.405173 145.310345,341.405173 M140.252874,341.405173 L137.494253,341.405173 C137.24046,341.405173 137.034483,341.611276 137.034483,341.865224 C137.034483,342.119173 137.24046,342.325276 137.494253,342.325276 L140.252874,342.325276 C140.506667,342.325276 140.712644,342.119173 140.712644,341.865224 C140.712644,341.611276 140.506667,341.405173 140.252874,341.405173 M135.256092,341.285559 C134.355862,341.176987 133.478621,340.998487 132.628046,340.75466 C132.384368,340.683812 132.129655,340.825508 132.05977,341.069335 C131.988966,341.314082 132.130575,341.568951 132.374253,341.638879 C133.271724,341.896508 134.197701,342.085129 135.146667,342.199222 C135.398621,342.228665 135.627586,342.049245 135.657931,341.796216 C135.688276,341.544108 135.508046,341.315003 135.256092,341.285559 M130.524138,339.994655 C129.701149,339.632134 128.911264,339.206126 128.162759,338.722152 C127.949425,338.584137 127.664368,338.645784 127.526437,338.859247 C127.389425,339.072711 127.450115,339.357023 127.663448,339.495039 C128.453333,340.005696 129.285517,340.454706 130.155402,340.836549 C130.387126,340.93868 130.658391,340.832869 130.76046,340.600082 C130.862529,340.367296 130.756782,340.096786 130.524138,339.994655 M126.368736,337.386162 C125.687356,336.804657 125.053793,336.169786 124.472644,335.48799 C124.308046,335.294768 124.017471,335.271765 123.824368,335.436464 C123.631264,335.601162 123.608276,335.890995 123.772874,336.085137 C124.385287,336.803737 125.053793,337.472652 125.771954,338.086361 C125.965057,338.251059 126.255632,338.228057 126.42023,338.034835 C126.584828,337.841613 126.561839,337.550861 126.368736,337.386162 M123.138391,333.693789 C122.655632,332.944825 122.229885,332.155376 121.868506,331.331884 C121.766437,331.099098 121.496092,330.993286 121.263448,331.095418 C121.030805,331.197549 120.925057,331.468979 121.027126,331.701765 C121.407816,332.570343 121.856552,333.403036 122.365977,334.192485 C122.503908,334.405948 122.788046,334.467595 123.001379,334.32958 C123.214713,334.191564 123.276322,333.907253 123.138391,333.693789 M121.109885,329.228528 C120.866207,328.377433 120.687816,327.498735 120.57931,326.598874 C120.549885,326.345845 120.32092,326.166425 120.068966,326.196789 C119.816092,326.226232 119.636782,326.455338 119.666207,326.707446 C119.78023,327.657912 119.968736,328.584456 120.226207,329.482477 C120.296092,329.726304 120.550805,329.86708 120.794483,329.797152 C121.03908,329.727224 121.17977,329.472356 121.109885,329.228528 M120.45977,324.358423 L120.45977,321.598113 C120.45977,321.344165 120.253793,321.138062 120,321.138062 C119.746207,321.138062 119.54023,321.344165 119.54023,321.598113 L119.54023,324.358423 C119.54023,324.612371 119.746207,324.818474 120,324.818474 C120.253793,324.818474 120.45977,324.612371 120.45977,324.358423 M120.45977,319.297856 L120.45977,316.537546 C120.45977,316.283598 120.253793,316.077495 120,316.077495 C119.746207,316.077495 119.54023,316.283598 119.54023,316.537546 L119.54023,319.297856 C119.54023,319.551804 119.746207,319.757907 120,319.757907 C120.253793,319.757907 120.45977,319.551804 120.45977,319.297856 M120.45977,314.237289 L120.45977,311.476979 C120.45977,311.223031 120.253793,311.016928 120,311.016928 C119.746207,311.016928 119.54023,311.223031 119.54023,311.476979 L119.54023,314.237289 C119.54023,314.491237 119.746207,314.69734 120,314.69734 C120.253793,314.69734 120.45977,314.491237 120.45977,314.237289 M120.45977,309.176722 L120.45977,306.416412 C120.45977,306.162464 120.253793,305.956361 120,305.956361 C119.746207,305.956361 119.54023,306.162464 119.54023,306.416412 L119.54023,309.176722 C119.54023,309.43067 119.746207,309.636773 120,309.636773 C120.253793,309.636773 120.45977,309.43067 120.45977,309.176722 M120.45977,304.116155 L120.45977,304.094072 C120.45977,303.840124 120.253793,303.634021 120,303.634021 C119.746207,303.634021 119.54023,303.840124 119.54023,304.094072 L119.54023,304.116155 C119.54023,304.370103 119.746207,304.576206 120,304.576206 C120.253793,304.576206 120.45977,304.370103 120.45977,304.116155' id='Fill-129' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M66.2068966,279.251289 L66.2068966,282.011598 C66.2068966,282.265546 66.4128736,282.471649 66.6666667,282.471649 C66.9213793,282.471649 67.1264368,282.265546 67.1264368,282.011598 L67.1264368,279.251289 C67.1264368,278.99642 66.9213793,278.791237 66.6666667,278.791237 C66.4128736,278.791237 66.2068966,278.99642 66.2068966,279.251289 Z M66.2068966,284.311856 L66.2068966,287.072165 C66.2068966,287.326113 66.4128736,287.532216 66.6666667,287.532216 C66.9213793,287.532216 67.1264368,287.326113 67.1264368,287.072165 L67.1264368,284.311856 C67.1264368,284.056987 66.9213793,283.851804 66.6666667,283.851804 C66.4128736,283.851804 66.2068966,284.056987 66.2068966,284.311856 Z M66.2068966,289.372423 L66.2068966,292.132732 C66.2068966,292.38668 66.4128736,292.592784 66.6666667,292.592784 C66.9213793,292.592784 67.1264368,292.38668 67.1264368,292.132732 L67.1264368,289.372423 C67.1264368,289.117554 66.9213793,288.912371 66.6666667,288.912371 C66.4128736,288.912371 66.2068966,289.117554 66.2068966,289.372423 Z M66.2344828,294.464273 C66.3034483,295.442343 66.5002299,296.386369 66.8101149,297.277948 C66.8928736,297.518095 67.1549425,297.64507 67.3949425,297.56134 C67.6349425,297.478531 67.7618391,297.216302 67.6781609,296.976155 C67.3949425,296.160023 67.2147126,295.296966 67.1521839,294.399866 C67.1337931,294.145918 66.914023,293.954536 66.6611494,293.972938 C66.4073563,293.99042 66.2170115,294.210325 66.2344828,294.464273 Z M67.84,299.442031 C68.3475862,300.260923 68.96,301.008046 69.657931,301.66408 C69.8436782,301.837979 70.1342529,301.828778 70.308046,301.643838 C70.4818391,301.458897 70.4726437,301.167224 70.2878161,300.993325 C69.6478161,300.392497 69.0868966,299.707941 68.6216092,298.957137 C68.4882759,298.740912 68.2050575,298.674665 67.9889655,298.80808 C67.7728736,298.942415 67.7066667,299.225807 67.84,299.442031 Z M71.5714943,303.104041 C72.3889655,303.588936 73.2754023,303.970778 74.2124138,304.231168 C74.4570115,304.298335 74.7108046,304.154799 74.7788506,303.910052 C74.845977,303.665304 74.7034483,303.412276 74.457931,303.344188 C73.6009195,303.105881 72.7889655,302.757162 72.0404598,302.312753 C71.8225287,302.183018 71.5402299,302.254786 71.4105747,302.473771 C71.2809195,302.691835 71.3526437,302.974307 71.5714943,303.104041 Z M76.5765517,304.61301 C76.7632184,304.623131 76.9508046,304.627732 77.1402299,304.627732 L79.3581609,304.627732 C79.611954,304.627732 79.817931,304.421629 79.817931,304.16768 C79.817931,303.913732 79.611954,303.707629 79.3581609,303.707629 L77.1402299,303.707629 C76.9664368,303.707629 76.7944828,303.703028 76.6225287,303.694747 C76.3696552,303.680946 76.1535632,303.876928 76.1406897,304.129956 C76.1278161,304.383905 76.3227586,304.600129 76.5765517,304.61301 Z M81.6570115,304.627732 L84.4156322,304.627732 C84.6694253,304.627732 84.8754023,304.421629 84.8754023,304.16768 C84.8754023,303.913732 84.6694253,303.707629 84.4156322,303.707629 L81.6570115,303.707629 C81.4022989,303.707629 81.1972414,303.913732 81.1972414,304.16768 C81.1972414,304.421629 81.4022989,304.627732 81.6570115,304.627732 Z M86.7144828,304.627732 L89.4731034,304.627732 C89.7268966,304.627732 89.9328736,304.421629 89.9328736,304.16768 C89.9328736,303.913732 89.7268966,303.707629 89.4731034,303.707629 L86.7144828,303.707629 C86.4597701,303.707629 86.2547126,303.913732 86.2547126,304.16768 C86.2547126,304.421629 86.4597701,304.627732 86.7144828,304.627732 Z M91.771954,304.627732 L94.5305747,304.627732 C94.7843678,304.627732 94.9903448,304.421629 94.9903448,304.16768 C94.9903448,303.913732 94.7843678,303.707629 94.5305747,303.707629 L91.771954,303.707629 C91.5172414,303.707629 91.3121839,303.913732 91.3121839,304.16768 C91.3121839,304.421629 91.5172414,304.627732 91.771954,304.627732 Z M96.8294253,304.627732 L99.588046,304.627732 C99.8418391,304.627732 100.047816,304.421629 100.047816,304.16768 C100.047816,303.913732 99.8418391,303.707629 99.588046,303.707629 L96.8294253,303.707629 C96.5747126,303.707629 96.3696552,303.913732 96.3696552,304.16768 C96.3696552,304.421629 96.5747126,304.627732 96.8294253,304.627732 Z M101.886897,304.627732 L104.645517,304.627732 C104.89931,304.627732 105.105287,304.421629 105.105287,304.16768 C105.105287,303.913732 104.89931,303.707629 104.645517,303.707629 L101.886897,303.707629 C101.632184,303.707629 101.427126,303.913732 101.427126,304.16768 C101.427126,304.421629 101.632184,304.627732 101.886897,304.627732 Z M106.944368,304.627732 L109.702989,304.627732 C109.956782,304.627732 110.162759,304.421629 110.162759,304.16768 C110.162759,303.913732 109.956782,303.707629 109.702989,303.707629 L106.944368,303.707629 C106.689655,303.707629 106.484598,303.913732 106.484598,304.16768 C106.484598,304.421629 106.689655,304.627732 106.944368,304.627732 Z M112.001839,304.627732 L114.76046,304.627732 C115.014253,304.627732 115.22023,304.421629 115.22023,304.16768 C115.22023,303.913732 115.014253,303.707629 114.76046,303.707629 L112.001839,303.707629 C111.747126,303.707629 111.542069,303.913732 111.542069,304.16768 C111.542069,304.421629 111.747126,304.627732 112.001839,304.627732 Z M117.05931,304.627732 L119.817931,304.627732 C120.071724,304.627732 120.277701,304.421629 120.277701,304.16768 C120.277701,303.913732 120.071724,303.707629 119.817931,303.707629 L117.05931,303.707629 C116.804598,303.707629 116.59954,303.913732 116.59954,304.16768 C116.59954,304.421629 116.804598,304.627732 117.05931,304.627732 Z M122.116782,304.627732 L124.875402,304.627732 C125.129195,304.627732 125.335172,304.421629 125.335172,304.16768 C125.335172,303.913732 125.129195,303.707629 124.875402,303.707629 L122.116782,303.707629 C121.862069,303.707629 121.657011,303.913732 121.657011,304.16768 C121.657011,304.421629 121.862069,304.627732 122.116782,304.627732 Z M127.174253,304.627732 L129.932874,304.627732 C130.186667,304.627732 130.392644,304.421629 130.392644,304.16768 C130.392644,303.913732 130.186667,303.707629 129.932874,303.707629 L127.174253,303.707629 C126.91954,303.707629 126.714483,303.913732 126.714483,304.16768 C126.714483,304.421629 126.91954,304.627732 127.174253,304.627732 Z M132.231724,304.627732 L134.990345,304.627732 C135.244138,304.627732 135.450115,304.421629 135.450115,304.16768 C135.450115,303.913732 135.244138,303.707629 134.990345,303.707629 L132.231724,303.707629 C131.977011,303.707629 131.771954,303.913732 131.771954,304.16768 C131.771954,304.421629 131.977011,304.627732 132.231724,304.627732 Z M137.289195,304.627732 L140.047816,304.627732 C140.301609,304.627732 140.507586,304.421629 140.507586,304.16768 C140.507586,303.913732 140.301609,303.707629 140.047816,303.707629 L137.289195,303.707629 C137.034483,303.707629 136.829425,303.913732 136.829425,304.16768 C136.829425,304.421629 137.034483,304.627732 137.289195,304.627732 L137.289195,304.627732 Z' id='Fill-131' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M177.938391,285.69109 L177.938391,288.444039 C177.938391,288.697987 178.143448,288.90409 178.398161,288.90409 C178.651954,288.90409 178.857931,288.697987 178.857931,288.444039 L178.857931,285.69109 C178.857931,285.437142 178.651954,285.231959 178.398161,285.231959 C178.143448,285.231959 177.938391,285.437142 177.938391,285.69109 M177.92,290.713013 C177.874023,291.615634 177.742529,292.495253 177.532874,293.343588 C177.472184,293.590175 177.622069,293.839523 177.868506,293.90117 C178.114943,293.961897 178.364138,293.811 178.425747,293.564412 C178.649195,292.659031 178.789885,291.721446 178.838621,290.759938 C178.851494,290.50599 178.655632,290.289765 178.402759,290.276884 C178.148966,290.264003 177.932874,290.459064 177.92,290.713013 M176.829425,295.446943 C176.478161,296.268595 176.050575,297.048843 175.554943,297.780325 C175.412414,297.990108 175.467586,298.27626 175.677241,298.418876 C175.887816,298.561492 176.173793,298.507206 176.316322,298.296503 C176.845057,297.517175 177.301149,296.684482 177.674483,295.807624 C177.774713,295.573918 177.666207,295.304327 177.432644,295.204036 C177.19908,295.104665 176.928736,295.213237 176.829425,295.446943 M174.169195,299.511039 C173.561379,300.156951 172.891954,300.744897 172.171034,301.264755 C171.965057,301.413812 171.918161,301.700884 172.067126,301.906987 C172.215172,302.11309 172.502989,302.160015 172.708966,302.010959 C173.477701,301.457057 174.190345,300.830466 174.838621,300.141309 C175.012414,299.956369 175.004138,299.665616 174.81931,299.490796 C174.634483,299.316897 174.342989,299.326098 174.169195,299.511039 M170.276782,302.413964 C169.490575,302.808688 168.661149,303.130724 167.798621,303.370871 C167.554023,303.438959 167.410575,303.692907 167.478621,303.937655 C167.546667,304.182402 167.80046,304.325938 168.045057,304.25693 C168.965517,304.001142 169.850115,303.657023 170.688736,303.236536 C170.915862,303.122443 171.007816,302.845492 170.893793,302.619147 C170.77977,302.391881 170.503908,302.299871 170.276782,302.413964 M165.623908,303.792278 C165.112644,303.849325 164.594023,303.878768 164.068046,303.878768 L162.927816,303.878768 C162.674023,303.878768 162.468046,304.084871 162.468046,304.33882 C162.468046,304.592768 162.674023,304.798871 162.927816,304.798871 L164.068046,304.798871 C164.628046,304.798871 165.181609,304.767588 165.725977,304.706861 C165.977931,304.678338 166.16,304.451072 166.131494,304.198964 C166.102989,303.945936 165.875862,303.763755 165.623908,303.792278 M160.636322,303.878768 L157.885057,303.878768 C157.631264,303.878768 157.425287,304.084871 157.425287,304.33882 C157.425287,304.592768 157.631264,304.798871 157.885057,304.798871 L160.636322,304.798871 C160.890115,304.798871 161.096092,304.592768 161.096092,304.33882 C161.096092,304.084871 160.890115,303.878768 160.636322,303.878768 M155.593563,303.878768 L152.843218,303.878768 C152.589425,303.878768 152.383448,304.084871 152.383448,304.33882 C152.383448,304.592768 152.589425,304.798871 152.843218,304.798871 L155.593563,304.798871 C155.847356,304.798871 156.053333,304.592768 156.053333,304.33882 C156.053333,304.084871 155.847356,303.878768 155.593563,303.878768 M150.550805,303.878768 L147.80046,303.878768 C147.546667,303.878768 147.34069,304.084871 147.34069,304.33882 C147.34069,304.592768 147.546667,304.798871 147.80046,304.798871 L150.550805,304.798871 C150.804598,304.798871 151.010575,304.592768 151.010575,304.33882 C151.010575,304.084871 150.804598,303.878768 150.550805,303.878768 M145.508046,303.878768 L142.757701,303.878768 C142.503908,303.878768 142.297931,304.084871 142.297931,304.33882 C142.297931,304.592768 142.503908,304.798871 142.757701,304.798871 L145.508046,304.798871 C145.761839,304.798871 145.967816,304.592768 145.967816,304.33882 C145.967816,304.084871 145.761839,303.878768 145.508046,303.878768 M140.465287,303.878768 L139.592644,303.878768 C138.986667,303.878768 138.397241,303.812521 137.829885,303.686466 C137.582529,303.63126 137.337011,303.787678 137.281839,304.036106 C137.226667,304.283613 137.382989,304.529281 137.631264,304.584487 C138.262989,304.724343 138.91954,304.798871 139.592644,304.798871 L140.465287,304.798871 C140.71908,304.798871 140.925057,304.592768 140.925057,304.33882 C140.925057,304.084871 140.71908,303.878768 140.465287,303.878768 M135.802299,302.937503 C135.031724,302.528977 134.333793,301.998077 133.736092,301.372407 C133.561379,301.188387 133.269885,301.181946 133.085977,301.356765 C132.902989,301.532505 132.895632,301.824178 133.071264,302.007278 C133.737011,302.704716 134.512184,303.294503 135.371034,303.750874 C135.595402,303.869567 135.874023,303.783997 135.992644,303.560412 C136.111264,303.335907 136.026667,303.057116 135.802299,302.937503 M132.463448,299.623291 C132.057011,298.870647 131.766437,298.047155 131.614713,297.174897 C131.571494,296.924629 131.333333,296.75717 131.083218,296.800415 C130.833103,296.84366 130.665747,297.081966 130.708966,297.332235 C130.878161,298.303863 131.201839,299.222126 131.655172,300.06034 C131.775632,300.283925 132.054253,300.367655 132.277701,300.246201 C132.501149,300.125668 132.584828,299.845956 132.463448,299.623291 M131.494253,294.96757 L131.494253,292.215541 C131.494253,291.961593 131.288276,291.75549 131.034483,291.75549 C130.78069,291.75549 130.574713,291.961593 130.574713,292.215541 L130.574713,294.96757 C130.574713,295.221518 130.78069,295.427621 131.034483,295.427621 C131.288276,295.427621 131.494253,295.221518 131.494253,294.96757 M131.494253,289.922644 L131.494253,287.169696 C131.494253,286.915747 131.288276,286.709644 131.034483,286.709644 C130.78069,286.709644 130.574713,286.915747 130.574713,287.169696 L130.574713,289.922644 C130.574713,290.176593 130.78069,290.381776 131.034483,290.381776 C131.288276,290.381776 131.494253,290.176593 131.494253,289.922644' id='Fill-49' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M323.383908,278.331186 L323.383908,281.091495 C323.383908,281.345443 323.588966,281.551546 323.843678,281.551546 C324.097471,281.551546 324.303448,281.345443 324.303448,281.091495 L324.303448,278.331186 C324.303448,278.077237 324.097471,277.871134 323.843678,277.871134 C323.588966,277.871134 323.383908,278.077237 323.383908,278.331186 Z M323.383908,283.391753 L323.383908,286.152062 C323.383908,286.40601 323.588966,286.612113 323.843678,286.612113 C324.097471,286.612113 324.303448,286.40601 324.303448,286.152062 L324.303448,283.391753 C324.303448,283.137804 324.097471,282.931701 323.843678,282.931701 C323.588966,282.931701 323.383908,283.137804 323.383908,283.391753 Z M323.383908,288.45232 L323.383908,291.212629 C323.383908,291.466577 323.588966,291.67268 323.843678,291.67268 C324.097471,291.67268 324.303448,291.466577 324.303448,291.212629 L324.303448,288.45232 C324.303448,288.198371 324.097471,287.992268 323.843678,287.992268 C323.588966,287.992268 323.383908,288.198371 323.383908,288.45232 Z M323.383908,293.512887 L323.383908,296.273196 C323.383908,296.527144 323.588966,296.733247 323.843678,296.733247 C324.097471,296.733247 324.303448,296.527144 324.303448,296.273196 L324.303448,293.512887 C324.303448,293.258938 324.097471,293.052835 323.843678,293.052835 C323.588966,293.052835 323.383908,293.258938 323.383908,293.512887 Z M323.383908,298.573454 L323.383908,301.333763 C323.383908,301.587711 323.588966,301.793814 323.843678,301.793814 C324.097471,301.793814 324.303448,301.587711 324.303448,301.333763 L324.303448,298.573454 C324.303448,298.319505 324.097471,298.113402 323.843678,298.113402 C323.588966,298.113402 323.383908,298.319505 323.383908,298.573454 Z M323.383908,303.634021 L323.383908,306.39433 C323.383908,306.648278 323.588966,306.854381 323.843678,306.854381 C324.097471,306.854381 324.303448,306.648278 324.303448,306.39433 L324.303448,303.634021 C324.303448,303.380072 324.097471,303.173969 323.843678,303.173969 C323.588966,303.173969 323.383908,303.380072 323.383908,303.634021 Z M323.383908,308.694588 L323.383908,311.454897 C323.383908,311.708845 323.588966,311.914948 323.843678,311.914948 C324.097471,311.914948 324.303448,311.708845 324.303448,311.454897 L324.303448,308.694588 C324.303448,308.440639 324.097471,308.234536 323.843678,308.234536 C323.588966,308.234536 323.383908,308.440639 323.383908,308.694588 Z M323.375632,313.741353 C323.348046,314.651335 323.249655,315.541995 323.085057,316.409652 C323.038161,316.659 323.201839,316.900067 323.451954,316.947912 C323.701149,316.994838 323.942069,316.831059 323.988966,316.580791 C324.161839,315.666209 324.265747,314.726784 324.295172,313.768956 C324.302529,313.515008 324.102989,313.303384 323.849195,313.295103 C323.595402,313.287742 323.382989,313.487405 323.375632,313.741353 Z M322.525057,318.575575 C322.24092,319.432191 321.891494,320.258443 321.481379,321.048812 C321.364598,321.274237 321.452874,321.552108 321.678161,321.668961 C321.903448,321.786735 322.181149,321.698405 322.297931,321.472979 C322.730115,320.639366 323.098851,319.768028 323.397701,318.864487 C323.477701,318.62342 323.347126,318.363031 323.106207,318.282982 C322.864368,318.202933 322.605057,318.334508 322.525057,318.575575 Z M320.322759,322.963546 C319.808736,323.699629 319.238621,324.392466 318.617011,325.036539 C318.44046,325.219639 318.445977,325.510392 318.628966,325.687052 C318.811954,325.863711 319.102529,325.858191 319.27908,325.67509 C319.933793,324.996054 320.534253,324.266412 321.076782,323.490765 C321.222069,323.282822 321.171494,322.99575 320.962759,322.850374 C320.754943,322.704997 320.468046,322.755603 320.322759,322.963546 Z M316.962759,326.541827 C316.264828,327.09849 315.521839,327.600866 314.74023,328.043436 C314.51954,328.16857 314.441379,328.450121 314.566437,328.670946 C314.691494,328.891771 314.971954,328.969979 315.193563,328.844845 C316.016552,328.378353 316.8,327.848374 317.535632,327.261348 C317.734253,327.10309 317.767356,326.814178 317.609195,326.615436 C317.451034,326.416693 317.161379,326.38357 316.962759,326.541827 Z M312.727356,329.015064 C311.904368,329.346302 311.049195,329.615892 310.168276,329.816474 C309.92092,329.873521 309.765517,330.120108 309.822529,330.367616 C309.878621,330.615124 310.125057,330.770621 310.372414,330.713575 C311.302069,330.501951 312.203218,330.217639 313.071264,329.868 C313.306667,329.773229 313.42069,329.504559 313.325977,329.269013 C313.231264,329.033466 312.962759,328.919374 312.727356,329.014144 L312.727356,329.015064 Z M307.96046,330.168874 C307.437241,330.217639 306.907586,330.241562 306.372414,330.241562 L305.246897,330.241562 C304.993103,330.241562 304.787126,330.447665 304.787126,330.701613 C304.787126,330.956482 304.993103,331.161665 305.246897,331.161665 L306.372414,331.161665 C306.936092,331.161665 307.494253,331.135902 308.045057,331.085296 C308.297931,331.061374 308.483678,330.837789 308.46069,330.58476 C308.436782,330.331732 308.213333,330.145871 307.96046,330.168874 Z M302.948046,330.241562 L300.229885,330.241562 C299.976092,330.241562 299.770115,330.447665 299.770115,330.701613 C299.770115,330.956482 299.976092,331.161665 300.229885,331.161665 L302.948046,331.161665 C303.201839,331.161665 303.407816,330.956482 303.407816,330.701613 C303.407816,330.447665 303.201839,330.241562 302.948046,330.241562 L302.948046,330.241562 Z' id='Fill-130' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M189.264368,26.0830825 C189.46023,25.6331521 189.652414,25.1896624 189.848276,24.739732 C189.398621,24.54375 188.955402,24.3514485 188.505747,24.1554665 C188.69977,23.7092165 188.890115,23.2703273 189.085057,22.821317 C191.009655,23.6576907 192.932414,24.4940644 194.883678,25.3423995 C194.281379,23.8509124 193.690115,22.3861082 193.108966,20.947067 C192.757701,21.7558376 192.386207,22.6133737 192.011954,23.4745902 C191.556782,23.276768 191.113563,23.0844665 190.656552,22.8857242 L190.703448,22.7771521 C191.244138,21.5322526 191.783908,20.2873531 192.326437,19.0442938 L192.328276,18.8299098 C192.084598,18.2189613 191.844598,17.6061727 191.602759,16.9952242 L191.552184,16.8976933 C191.825287,16.7863608 192.082759,16.680549 192.369655,16.5618557 L192.392644,16.6814691 C192.631724,17.2933376 192.874483,17.9052062 193.113563,18.5179948 L193.243218,18.6504897 C194.491034,19.1905902 195.737931,19.733451 196.984828,20.2753918 L197.102529,20.3269175 C196.906667,20.777768 196.714483,21.2203376 196.515862,21.6767088 C195.656092,21.3031469 194.792644,20.9277448 193.956782,20.5643041 C194.521379,22.035549 195.090575,23.5159948 195.658851,24.9964407 L195.690115,24.9927603 C196.524138,23.0715851 197.358161,21.1504098 198.194943,19.2227938 C198.643678,19.4178557 199.082299,19.6092371 199.529195,19.8033789 C199.337931,20.2431881 199.148506,20.679317 198.953563,21.1274072 C199.412414,21.3261495 199.863908,21.5230515 200.321839,21.7217938 C200.123218,22.1781649 199.930115,22.6234948 199.733333,23.0761856 C199.28092,22.8792835 198.831264,22.6842216 198.371494,22.4836392 C197.645977,24.1554665 196.923218,25.819933 196.195862,27.4954407 C194.527816,26.7703995 192.870805,26.0490387 191.206437,25.3258376 C191.008736,25.7794485 190.816552,26.2229381 190.621609,26.6728686 C190.169195,26.4759665 189.724138,26.2827448 189.264368,26.0830825' id='Fill-606' fill='%23CFD5DE'%3E%3C/path%3E %3Cg id='Group-14' transform='translate(346.206897, 330.317010) scale(-1, 1) translate(-346.206897, -330.317010) translate(311.724138, 303.634021)'%3E %3Cpath d='M68.2556376,49.2015928 C68.2556376,51.2451418 54.1480514,52.9040876 36.7439135,52.9040876 C19.3425342,52.9040876 5.23494798,51.2451418 5.23494798,49.2015928 C5.23494798,47.1562036 19.3425342,45.4972577 36.7439135,45.4972577 C54.1480514,45.4972577 68.2556376,47.1562036 68.2556376,49.2015928' id='Fill-157' fill='%23B2C8DD'%3E%3C/path%3E %3Cpath d='M2.86713189,36.0229562 C-0.249189947,29.8877088 -1.0868911,22.4679974 1.66713189,16.0143943 C3.26069511,12.2815361 5.49701695,8.59928351 8.74115488,6.08188144 C11.5724192,3.88559536 14.9039135,2.31589948 18.3623043,1.40131701 C24.3190859,-0.173899485 30.9360974,0.34503866 36.2519595,3.46234794 C40.6905802,6.06439948 43.9383963,10.2913531 46.0772468,14.9111907 C48.1636836,19.4160155 49.0427641,25.0157629 53.5374767,27.9214485 C54.8211549,28.7513814 56.9535687,29.0964201 57.5852928,30.6421933 C58.3365572,32.4823995 56.9701204,34.3106443 56.2400055,35.9070232 C55.3719595,37.8070361 54.5085112,39.7079691 53.6450629,41.6098222 C53.0262124,42.9734149 52.4275917,45.3270387 50.7871319,45.8312552 C49.2147181,46.3888376 47.5365572,45.0270851 46.0634537,44.6213196 C42.1765572,43.5521598 37.9613848,45.0684897 34.422994,46.6188634 C30.3632238,48.3974227 26.1737986,49.3718119 21.714948,48.980768 C13.4602353,48.2566469 6.59494798,43.3616985 2.86713189,36.0229562' id='Fill-158' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M56.7898905,37.3212216 C56.7880514,37.3193814 56.0082813,36.9347784 54.7411549,36.3026675 C50.9406951,34.4063351 42.7705802,30.291634 38.3034537,27.765951 C36.7071319,26.8633299 35.1154078,26.0002732 32.9682813,24.0873789 C32.4423043,23.6190464 31.7075917,22.901366 31.1181664,22.1082371 C30.5241434,21.3169485 30.0993158,20.4483711 30.1066721,19.7481727 C30.1112698,19.3276856 30.2326491,18.9624046 30.5747181,18.5916031 C30.9912698,18.1527139 31.3498905,18.019299 31.6910399,18.0156186 C31.9917296,18.0156186 32.3135687,18.1333918 32.6390859,18.3652577 C33.1273618,18.7093763 33.5963273,19.304683 33.9255227,19.9524356 C34.2574767,20.5974278 34.4496606,21.2985464 34.4478215,21.8055232 L34.4478215,21.8248454 C34.4450629,22.5600077 34.1002353,23.5813222 33.5733388,24.5097062 C33.0510399,25.4408505 32.3457526,26.2891856 31.7131089,26.7345155 C30.6694307,27.4751985 29.3425342,27.8073557 27.978856,27.8073557 C26.3439135,27.8091959 24.6666721,27.3243015 23.4436836,26.5661366 C22.9085112,26.2293789 22.7144882,25.7877294 22.708971,25.3193969 C22.7071319,24.9255928 22.8698905,24.517067 23.1494307,24.2180335 C23.4308101,23.9180799 23.8124192,23.7257784 24.2905802,23.7239381 L24.4055227,23.7276186 L24.4064422,23.7276186 C24.7172468,23.7432603 25.3011549,23.945683 25.9393158,24.3036031 C26.902994,24.8372629 28.0239135,25.704 28.8800055,26.6940309 C29.7416147,27.6831418 30.3181664,28.7909459 30.3117296,29.7598144 C30.3117296,30.0533273 30.262994,30.3376392 30.1563273,30.6173505 C29.544833,32.21925 28.2234537,33.5138351 26.652879,34.2802809 C26.2492009,34.4781031 25.8280514,34.5636727 25.4114997,34.5636727 C24.7135687,34.5655129 24.0294307,34.3134046 23.5411549,33.9490438 C23.0473618,33.584683 22.7843733,33.1237113 22.7917296,32.7703918 C22.7944882,32.5560077 22.8643733,32.3508247 23.0887411,32.1161985 C23.3131089,31.8843325 23.7075917,31.6386649 24.3218445,31.4417629 C25.0997756,31.1914948 25.9503503,31.0829227 26.8358675,31.0829227 C29.1292009,31.0810825 31.6423043,31.8190052 33.6367871,32.5955722 C41.3103503,35.5767062 47.2533388,38.1244716 54.880925,41.2546624 L55.2294307,40.403567 C47.6101204,37.2770567 41.658856,34.7256108 33.9696606,31.7380361 C31.9154078,30.9412268 29.3213848,30.1655799 26.8358675,30.1628196 C25.8758675,30.1628196 24.9305802,30.2805928 24.0413848,30.5658247 C23.3287411,30.7949304 22.7981664,31.0967242 22.4303503,31.4739665 C22.0616147,31.8475284 21.8694307,32.3131005 21.8721894,32.7703918 C21.8795457,33.540518 22.3503503,34.2066727 22.9931089,34.6878866 C23.6423043,35.1691005 24.4974767,35.4819356 25.4114997,35.4837758 C25.954948,35.4837758 26.5186261,35.369683 27.0565572,35.1074536 C28.8046032,34.2517577 30.3006951,32.8071959 31.0142583,30.9467474 C31.1632238,30.5584639 31.2312698,30.157299 31.2312698,29.7598144 C31.2303503,28.8783557 30.904833,28.0217397 30.4183963,27.230451 C29.6855227,26.0425979 28.5774767,24.9844794 27.474948,24.1922706 C26.9232238,23.7975464 26.3733388,23.4709098 25.8639135,23.231683 C25.3526491,22.9942964 24.8901204,22.8397191 24.4662124,22.8102758 L24.4671319,22.8102758 L24.2905802,22.8038351 C23.5503503,22.8019948 22.9112698,23.1203505 22.4763273,23.5905232 C22.0395457,24.0606959 21.7903503,24.6799253 21.7894307,25.3193969 C21.782994,26.0748015 22.1655227,26.86425 22.9600055,27.3491443 C24.3503503,28.2057603 26.1646032,28.7256186 27.978856,28.7274588 C29.4878215,28.7274588 31.0041434,28.3630979 32.2446032,27.4853196 C33.0436836,26.9157758 33.7940284,25.9864716 34.3742583,24.9614768 C34.9498905,23.9346418 35.3535687,22.8222371 35.3664422,21.8331263 L35.3673618,21.8055232 C35.360925,20.8495361 34.9480514,19.7371314 34.3098905,18.8059871 C33.988971,18.3422552 33.6092009,17.9263686 33.1724192,17.6153737 C32.7365572,17.305299 32.2344882,17.0964356 31.6910399,17.0955155 C31.0694307,17.0927552 30.4386261,17.3844278 29.9034537,17.9631727 C29.406902,18.4885515 29.1834537,19.1252629 29.1871319,19.7481727 C29.1944882,20.7943299 29.7370169,21.7852809 30.3806951,22.6575387 C31.028971,23.5288763 31.8013848,24.2787603 32.3567871,24.7746959 C34.5682813,26.7473969 36.2657526,27.6711804 37.8510399,28.5664407 C43.8565572,31.9616211 56.378856,38.1437938 56.3834537,38.145634 L56.7898905,37.3212216' id='Fill-159' fill='%23FFFFFF'%3E%3C/path%3E %3Cpolyline id='Fill-160' fill='%23444F71' points='53.3977066 45.4843763 59.1797756 32.5652088 57.9062124 31.9938247 52.1232238 44.9139124 53.3977066 45.4843763'%3E%3C/polyline%3E %3Cpath d='M57.4703503,48.2051211 C57.302994,47.8610026 56.8606951,47.6760619 56.5020744,47.7993557 L56.3806951,47.8407603 C56.0294307,47.9622139 55.5944882,47.784634 55.4206951,47.4497165 L55.314948,47.2454536 C55.132879,46.8948943 54.6703503,46.7209948 54.3154078,46.8691314 C53.966902,47.0135876 53.5135687,46.8488892 53.3250629,46.508451 L53.018856,45.9563892 C52.9066721,45.7548866 52.8965572,45.5128995 52.9912698,45.3021959 L58.7365572,32.4639974 C58.8312698,32.2532938 59.018856,32.0996366 59.2432238,32.0490309 L59.8583963,31.9091753 C60.2381664,31.8236057 60.662994,32.0527113 60.7862124,32.4087912 C60.9121894,32.7731521 61.3508101,33.0022577 61.7333388,32.9047268 L61.9558675,32.8476804 C62.3218445,32.7538299 62.742994,32.9608531 62.8873618,33.3040515 L62.9370169,33.4227448 C63.0832238,33.772384 63.5163273,33.9784871 63.8841434,33.8745155 L64.0524192,33.8275902 C64.4285112,33.7217784 64.8708101,33.9398428 65.0078215,34.2996031 L65.0372468,34.3768918 C65.188971,34.7734562 65.1843733,35.1865825 65.0243733,35.5445026 L59.4740284,47.944732 C59.314948,48.301732 59.0096606,48.5805232 58.6133388,48.7314201 L58.5351779,48.7608634 C58.1756376,48.8979588 57.7195457,48.7139381 57.5475917,48.3624588 L57.4703503,48.2051211' id='Fill-161' stroke='%23444F71' stroke-width='0.5' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M57.142994,40.0971727 L54.4652928,46.0806031 C54.412879,46.1965361 54.4652928,46.3317912 54.5811549,46.3842371 C54.6970169,46.4357629 54.8331089,46.3842371 54.8846032,46.2683041 L57.5623043,40.2848737 C57.6147181,40.1689407 57.5623043,40.0327655 57.4464422,39.9812397 C57.3305802,39.9287938 57.1944882,39.9812397 57.142994,40.0971727' id='Fill-162' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M59.8206951,34.1137423 L58.3365572,37.4307139 C58.2841434,37.5466469 58.3365572,37.6828222 58.4524192,37.7343479 C58.5682813,37.7858737 58.7043733,37.7343479 58.7558675,37.6184149 L60.240925,34.3014433 C60.2924192,34.1855103 60.240925,34.0493351 60.1250629,33.9978093 C60.0092009,33.9453634 59.8731089,33.9978093 59.8206951,34.1137423' id='Fill-163' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M61.6735687,33.9030387 L57.7931089,42.5740902 C57.7406951,42.6900232 57.7931089,42.8261985 57.908971,42.8786443 C58.024833,42.9301701 58.160925,42.8786443 58.2124192,42.7627113 L62.0937986,34.0907397 C62.1452928,33.9748067 62.0937986,33.8386314 61.9779365,33.7871057 C61.8620744,33.7346598 61.7259825,33.7871057 61.6735687,33.9030387' id='Fill-164' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M57.064833,44.1999124 L55.9200055,46.757799 C55.8685112,46.873732 55.9200055,47.0099072 56.0358675,47.0623531 C56.1517296,47.1138789 56.2878215,47.0623531 56.3402353,46.9464201 L57.4850629,44.3885335 C57.5365572,44.2726005 57.4850629,44.1364253 57.3692009,44.0839794 C57.2533388,44.0324536 57.1172468,44.0839794 57.064833,44.1999124' id='Fill-165' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M62.7503503,35.4267294 L60.6740284,40.0658892 C60.6225342,40.1818222 60.6740284,40.3179974 60.7898905,40.3695232 C60.9057526,40.421049 61.0418445,40.3695232 61.0942583,40.2535902 L63.1705802,35.6144304 C63.2220744,35.4984974 63.1705802,35.3623222 63.0547181,35.3107964 C62.938856,35.2583505 62.8027641,35.3107964 62.7503503,35.4267294' id='Fill-166' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M59.3158675,43.1003892 L58.4818445,44.964518 C58.4294307,45.080451 58.4818445,45.2166263 58.5977066,45.2690722 C58.7135687,45.3205979 58.8496606,45.2690722 58.9011549,45.1531392 L59.7351779,43.2890103 C59.7875917,43.1730773 59.7351779,43.0369021 59.6193158,42.9844562 C59.5034537,42.9329304 59.3682813,42.9844562 59.3158675,43.1003892' id='Fill-167' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M57.9641434,38.261567 L57.6634537,38.9332423 C57.6119595,39.0491753 57.6634537,39.1853505 57.7793158,39.2377964 C57.8951779,39.2893222 58.0312698,39.2377964 58.0836836,39.1218634 L58.3843733,38.449268 C58.4358675,38.3333351 58.3843733,38.1971598 58.2685112,38.145634 C58.1526491,38.0931881 58.0165572,38.145634 57.9641434,38.261567' id='Fill-168' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M57.7590859,32.3213814 C57.7875917,32.139201 57.8041434,31.9551804 57.8041434,31.7711598 C57.8041434,31.9551804 57.7875917,32.139201 57.7590859,32.3213814' id='Fill-169' fill='%23D4ECE6'%3E%3C/path%3E %3Cpath d='M23.6735687,49.0663376 C23.0262124,49.0663376 22.3733388,49.0387345 21.714948,48.980768 C13.4602353,48.2566469 6.59494798,43.3616985 2.86713189,36.0229562 C1.040925,32.4281134 -0.00275316587,28.3925412 5.45481941e-06,24.3680103 C0.00184453528,21.5248918 0.526902007,18.6872938 1.66713189,16.0143943 C1.67264913,16.002433 1.67816637,15.9895515 1.68368362,15.9766701 C1.68644224,15.9693093 1.68920086,15.9628686 1.69287902,15.9555077 C1.6947181,15.9509072 1.69655718,15.9463067 1.69839626,15.9407861 C2.00368362,15.2304665 2.33379856,14.5219871 2.68782155,13.8227088 C-1.27355776,24.356049 3.65701695,37.226451 14.5213848,41.6926314 C17.7131089,43.0037784 20.8156376,43.6717732 23.8418445,43.6717732 C29.4758675,43.6717732 34.8478215,41.3595541 40.0597756,36.5869794 C40.4524192,36.2272191 40.8560974,35.9079433 41.2726491,35.6383531 C45.4335687,37.333183 49.4023043,39.0004098 53.9347181,40.8663789 L52.2482813,44.634201 C51.8703503,45.1936237 51.4023043,45.642634 50.7871319,45.8312552 C50.526902,45.9232655 50.262994,45.96375 49.9972468,45.96375 C48.662994,45.96375 47.2919595,44.9599175 46.0634537,44.6213196 C45.154948,44.3710515 44.2280514,44.2624794 43.2965572,44.2624794 C40.2427641,44.2624794 37.1347181,45.4310103 34.422994,46.6188634 C30.9627641,48.1351933 27.4087411,49.0663376 23.6735687,49.0663376 M54.3108101,40.0263247 C50.0312698,38.2652474 46.2510399,36.6789897 42.3347181,35.0780103 C42.9572468,34.8231418 43.6119595,34.682366 44.3080514,34.682366 C44.8220744,34.682366 45.3581664,34.7587345 45.9218445,34.923433 C48.0625342,35.5463428 49.818856,37.0976366 52.0156376,37.5788505 C52.2023043,37.6202552 52.3954078,37.6515387 52.5857526,37.6515387 C52.7347181,37.6515387 52.8818445,37.6322165 53.0225342,37.583451 C53.3204652,37.4785593 53.5567871,37.2522139 53.7747181,37.0240284 C53.8124192,36.9844639 53.8501204,36.9448995 53.8878215,36.9044149 C54.4735687,37.1979278 54.9774767,37.4481959 55.3756376,37.646018 L54.3108101,40.0263247 M55.7517296,36.8059639 C55.4657526,36.6633479 55.1255227,36.494049 54.7411549,36.3026675 C54.664833,36.2649433 54.5875917,36.226299 54.5085112,36.1867345 C55.8970169,34.4560206 56.8285112,32.3986701 57.3517296,30.219866 C57.4418445,30.3514407 57.5227641,30.4894562 57.5852928,30.6421933 C57.7397756,31.0194356 57.8041434,31.3966778 57.8041434,31.7711598 C57.8041434,31.9551804 57.7875917,32.139201 57.7590859,32.3213814 L55.7517296,36.8059639' id='Fill-170' fill='%233388CA'%3E%3C/path%3E %3Cpath d='M53.9347181,40.8663789 C49.4023043,39.0004098 45.4335687,37.333183 41.2726491,35.6383531 C41.6174767,35.4156881 41.9705802,35.227067 42.3347181,35.0780103 C46.2510399,36.6789897 50.0312698,38.2652474 54.3108101,40.0263247 L53.9347181,40.8663789 M55.3756376,37.646018 C54.9774767,37.4481959 54.4735687,37.1979278 53.8878215,36.9044149 C54.1039135,36.672549 54.3108101,36.4324021 54.5085112,36.1867345 C54.5875917,36.226299 54.664833,36.2649433 54.7411549,36.3026675 C55.1255227,36.494049 55.4657526,36.6633479 55.7517296,36.8059639 L55.3756376,37.646018' id='Fill-171' fill='%23DADADA'%3E%3C/path%3E %3Cpath d='M52.2482813,44.634201 L52.2482813,44.634201 L57.7590859,32.3213814 C57.5604652,33.5791624 56.7466721,34.7992191 56.2400055,35.9070232 C55.3719595,37.8070361 54.5085112,39.7079691 53.6450629,41.6098222 C53.2579365,42.4618376 52.8790859,43.7012165 52.2482813,44.634201' id='Fill-172' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .ux-ui-service .items, .development-service .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 50px;
    margin-top: 0; }
    @media (min-width: 992px) {
      .ux-ui-service .items, .development-service .items {
        margin-top: 100px;
        padding: 0 100px; } }
    .ux-ui-service .items .service_heading, .development-service .items .service_heading {
      font-weight: bold;
      margin: 20px 0; }
    .ux-ui-service .items .item, .development-service .items .item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 40px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .ux-ui-service .items .item, .development-service .items .item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          margin-bottom: 100px; } }

.process .process-window {
  padding: 10px; }
  @media (min-width: 992px) {
    .process .process-window {
      padding: 80px; } }

.process h2 {
  margin: 50px 0; }

.process h5 {
  font-weight: bold; }

.process ul {
  list-style-type: none; }
  .process ul li {
    padding-bottom: 50px;
    position: relative;
    padding-left: 50px; }
    .process ul li:last-child:after {
      content: none; }
    .process ul li:before, .process ul li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .process ul li:before {
      width: 14px;
      height: 14px;
      background: #1987E7;
      border-radius: 100%;
      top: 4px;
      left: 4px; }
    .process ul li:after {
      width: 2px;
      height: 100%;
      background: #1987E7;
      left: 10px;
      top: 5px; }

.myportfolio-container {
  padding: 50px 0; }

.post-thumbnail {
  margin: 50px 0 20px 0; }

.esg-overflowtrick {
  overflow: visible; }

.minimal-light .esg-sortbutton-wrapper {
  display: none !important; }

#mailbox {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='400px' height='400px' viewBox='0 0 400 400' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Econtact%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cellipse id='path-1' cx='86.1163906' cy='86.5526316' rx='86.1163906' ry='86.5526316'%3E%3C/ellipse%3E %3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='-1.22267325' y='-1.22267325' width='174.678128' height='175.55061'%3E %3Crect x='-1.22267325' y='-1.22267325' width='174.678128' height='175.55061' fill='white'%3E%3C/rect%3E %3Cuse xlink:href='%23path-1' fill='black'%3E%3C/use%3E %3C/mask%3E %3Cellipse id='path-3' cx='86.1163906' cy='86.5526316' rx='86.1163906' ry='86.5526316'%3E%3C/ellipse%3E %3Cmask id='mask-4' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='-1.22267325' y='-1.22267325' width='174.678128' height='175.55061'%3E %3Crect x='-1.22267325' y='-1.22267325' width='174.678128' height='175.55061' fill='white'%3E%3C/rect%3E %3Cuse xlink:href='%23path-3' fill='black'%3E%3C/use%3E %3C/mask%3E %3Cpath d='M102.358418,73.8547594 L10.2067897,73.8547594 C4.79910503,73.8547594 0.415816875,69.4776464 0.415816875,64.0775799 L0.415816875,9.96073358 C0.415816875,4.56135464 4.79910503,0.183554135 10.2067897,0.183554135 L102.358418,0.183554135 C107.766103,0.183554135 112.15008,4.56135464 112.15008,9.96073358 L112.15008,64.0775799 C112.15008,69.4776464 107.766103,73.8547594 102.358418,73.8547594' id='path-5'%3E%3C/path%3E %3Cpath d='M0.0271118665,3.55404116 C1.78230704,1.89121706 4.15409034,0.871022807 6.76459705,0.871022807 L98.9162256,0.871022807 C101.526819,0.871022807 103.898833,1.89128456 105.654211,3.55420619 L59.015705,44.5342206 C55.4847038,47.6360792 50.1961189,47.6360792 46.6658061,44.5342206 L0.0271118665,3.55404116' id='path-7'%3E%3C/path%3E %3Cpath d='M19.6748849,2.70381429 C21.3326449,4.24374411 22.5043673,3.72814261 24.9930726,12.233505 C26.5819887,17.6672574 32.3793296,45.0745709 32.3793296,45.0745709 L28.9164838,46.575315 C24.2330364,33.474912 24.2392324,33.4879739 18.7675229,22.854896 C16.1163461,17.7050682 15.0038294,12.6178 15.0038294,12.6178 L4.8879136,12.0114526 C-1.43677122,9.41557093 0.731121725,0.197990977 0.731121725,0.197990977 C0.731121725,0.197990977 18.0178133,1.16388446 19.6748849,2.70381429' id='path-9'%3E%3C/path%3E %3Cpath d='M2.69661374,6.24290301 L11.8239318,0.405606516 L20.6538445,7.25485689 L31.6523385,10.8021952 L31.5924444,10.8358812 C36.015662,12.3682489 41.0667355,14.603897 42.6170991,16.0441439 C44.2755475,17.5840737 47.5408115,19.7702241 44.9068457,28.230901 C43.2243019,33.6378421 35.8889893,61.025219 35.8889893,61.025219 L32.1714212,60.3645617 C32.1714212,60.3645617 33.4918463,44.4957223 34.8143367,32.6238258 C35.4559614,26.8690256 35.673508,25.2637862 35.673508,25.2637862 C35.673508,25.2637862 11.1169055,27.9373519 3.20605826,23.7651045 C-2.33174132,20.8440501 2.69661374,10.6674514 2.69661374,6.24290301' id='path-11'%3E%3C/path%3E %3C/defs%3E %3Cg id='contact' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-10' transform='translate(5.000000, 74.000000)'%3E %3Cg id='Group-9'%3E %3Cg id='Group-16' opacity='0.302990141' transform='translate(167.577428, 0.000000)'%3E %3Cuse id='Oval' stroke='%23B1BACA' mask='url(%23mask-2)' stroke-width='2.44534651' fill='%23EEF4F9' stroke-dasharray='3.668019652679523,1.630231026276516' xlink:href='%23path-1'%3E%3C/use%3E %3Cpath d='M139.187809,24.6163737 C138.267012,27.7281476 142.26472,30.7918404 141.226716,33.866499 C139.717351,38.3355091 131.294423,35.0719002 128.944368,39.1613227 C128.198961,40.459512 128.396274,42.07065 128.122228,43.5426059 C127.40549,47.4000583 123.555346,49.8648464 119.809761,51.0263841 C116.063333,52.1887654 112.013346,52.5599176 108.609265,54.5084667 C105.198439,56.4612334 102.681426,60.1052733 102.548197,64.0344256 C102.415811,67.9635779 104.934511,71.9678041 108.689371,73.1276548 C112.444231,74.2875054 117.038096,72.0968639 118.114888,68.3153289 C118.764168,66.0352734 119.041588,62.6341695 121.411037,62.7050259 C122.390859,62.7337058 123.175054,63.4768537 123.978643,64.0394868 C129.726033,68.0664883 137.43391,63.3899704 144.450347,63.2912776 C146.386381,63.2642848 148.362047,63.5991653 150.235682,63.1099192 C151.675059,62.7337058 152.943263,61.8977698 154.268805,61.2221041 C158.850865,58.8889063 164.372272,58.5506517 169.246086,60.1567285 C164.216276,44.701613 154.918928,31.176489 142.735237,20.9824561 C142.343139,21.250698 141.951042,21.5197833 141.569063,21.8023651 C140.563944,22.5480436 139.542805,23.4160337 139.187809,24.6163737' id='Fill-32' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cpath d='M148.618567,79.6299878 C144.383765,80.0927925 140.083003,79.365408 135.854045,79.8752491 C131.624252,80.3850902 127.133959,82.6067207 125.854835,86.6938488 C125.287912,88.5047506 125.424007,90.4525619 125.565111,92.3457774 C126.105316,99.5919044 127.354382,108.015622 133.65649,111.565191 C136.565411,113.203066 140.265019,113.556679 142.539388,116.008452 C145.610288,119.317799 144.560772,124.571598 145.459999,129.008139 C146.435206,133.820972 149.697306,137.536849 153.660754,140.582456 C165.368246,126.417777 172.612998,108.389393 173.187435,88.6676981 C173.212483,87.8227226 173.228346,86.9752273 173.228346,86.1243722 C173.228346,83.1971956 173.073883,80.3061362 172.78583,77.4553938 C169.899451,77.1597364 166.961307,76.5339841 164.070753,76.5894199 C158.813153,76.6902122 153.846945,79.0579915 148.618567,79.6299878' id='Fill-33' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cpath d='M9.49767256,56.428111 C9.66936402,58.0712044 8.79080625,59.6148696 8.02447607,61.0768014 C4.80253925,67.2211281 7.41308697,73.5643112 9.19114049,80.2765584 C10.969194,86.9896482 12.5085545,93.7448685 19.4072012,94.0364123 C15.696153,89.2023473 11.8435642,82.6586225 15.0160874,77.4512804 C18.6316583,82.7411985 24.3820659,86.5076741 30.6542481,87.6923866 C33.2455329,88.1819441 35.9322949,88.2544088 38.4205648,89.12904 C48.5269104,92.6789643 50.0553832,106.330121 56.7781508,114.71074 C58.7932222,117.221724 61.3501687,119.3173 62.9498306,122.114772 C65.1081179,125.887988 65.3702615,130.678238 68.1667385,133.999814 C70.030219,136.213356 72.8158082,137.500024 74.6198248,139.76328 C79.721155,146.164603 75.2144636,157.6157 81.6357242,162.6739 C83.0025557,163.750758 85.2864709,164.184704 86.2747437,162.748893 C86.7613424,162.041941 86.7538048,161.118439 86.76553,160.258132 C86.8358816,154.955574 88.3559792,149.679981 91.1139303,145.161053 C92.3593216,143.121089 93.874394,141.180553 94.4882957,138.868426 C96.0904701,132.833639 91.1482686,126.147513 93.6750644,120.442187 C95.0904721,117.247002 98.4187739,115.461508 101.038534,113.162019 C103.658295,110.861689 105.71943,106.874449 103.754609,103.988503 C101.300678,100.384651 95.4891313,102.162562 91.6943312,100.03918 C90.6189564,99.4367126 89.7454238,98.5342751 88.7529634,97.8020453 C83.425503,93.8712603 76.0737584,95.4663248 69.5251948,96.3493822 C62.9774688,97.2324396 54.7555416,96.2583801 52.2203706,90.1207943 C51.4833536,88.3369847 51.348513,86.3003915 50.3150142,84.6733078 C48.5855368,81.9525136 44.9172021,81.1891072 42.7404894,78.8154692 C39.6458555,75.4416507 40.5729894,69.8458645 43.2229006,66.1088803 C45.8728117,62.3718961 49.8351156,59.8305783 53.1441544,56.6699407 C56.4531933,53.5084605 59.2706083,49.1268781 58.4959029,44.6028943 C57.9531904,41.4346732 55.7387893,38.7855011 54.9875344,35.6602532 C53.9506855,31.3452371 55.9146683,26.7572148 58.9272253,23.5140012 C61.9397823,20.2707877 65.8895234,18.1019044 69.7236869,15.9043723 C70.8635507,15.251348 72.1022418,14.4576075 72.4163115,13.1768373 C72.6918554,12.0511076 72.1600306,10.9026275 71.6432812,9.86705735 C70.1751098,6.92718409 68.7069384,3.98815345 67.2396046,1.04912281 C39.4247504,6.84545073 16.5872736,26.3148435 5.97339126,52.1594387 C7.75479485,53.1444521 9.29415536,54.4791495 9.49767256,56.428111' id='Fill-34' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cpath d='M94.0680618,24.0219532 C94.8671915,24.8865906 96.1530713,25.5092957 97.2067325,24.9888506 C97.6943091,24.7469184 98.0463559,24.3012976 98.3719578,23.8631593 C100.014843,21.6500202 101.422204,19.2606282 102.562637,16.7481916 C102.980796,15.8270203 103.370857,14.8759192 104.011318,14.0960828 C105.860803,11.8405433 109.1474,11.6285409 111.833203,10.5119948 C114.248773,9.50768523 116.22635,7.59800064 117.476695,5.29340957 C108.361492,1.87559793 98.5008764,0 88.2014415,0 C88.0031053,0 87.8072483,0.00665105648 87.6097384,0.00748243854 C89.9129179,3.72542301 91.8648769,7.66367982 92.13511,11.9827096 C92.3945999,16.1446082 91.2442498,20.9682869 94.0680618,24.0219532' id='Fill-35' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cpath d='M115.843148,43.8708801 C116.420702,44.0944017 117.127823,44.1889346 117.607988,43.7842986 C117.961973,43.4856808 118.098316,42.9935798 118.198244,42.5297503 C118.583562,40.7362763 118.67841,38.7236982 117.702836,37.1935026 C116.727262,35.6633071 114.350148,35.063421 113.188267,36.4443076 L112.740282,37.088368 C111.894276,39.7140845 113.353403,42.9052313 115.843148,43.8708801' id='Fill-36' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cpath d='M100.600269,159.470471 C99.5290274,159.498611 98.2810435,159.619207 97.7093275,160.49715 C97.3367579,161.070385 97.7450079,161.88803 98.2777244,162.179069 L98.231257,162.184697 C99.3863058,162.923552 100.637609,163.690546 102.021676,163.662406 C103.406573,163.634267 104.838767,162.401771 104.477814,161.107368 C104.079522,159.678701 102.127058,159.431077 100.600269,159.470471' id='Fill-38' stroke='%23D1D8DD' stroke-width='0.590663407' fill='%23FFFFFF' stroke-dasharray='0.8558712606354961'%3E%3C/path%3E %3Cuse id='Oval-Copy' stroke='%23B1BACA' mask='url(%23mask-4)' stroke-width='2.44534651' stroke-dasharray='3.668019652679523,1.630231026276516' xlink:href='%23path-3'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-8' transform='translate(0.548556, 16.522807)'%3E %3Cpath d='M37.5395474,136.731774 C16.3576705,150.033605 5.26210663,180.008614 22.4090452,219.956731 L359.78248,219.956731 C365.507535,205.483453 368.93527,186.47082 370.0113,175.15371 C372.358875,150.46396 363.952352,124.816567 349.137843,111.277559 C328.618933,92.5247883 309.993228,98.2905881 294.103379,104.056388 C280.959022,108.826045 269.686529,113.595703 260.764366,104.486743 C249.38723,92.8726475 250.466014,60.274258 241.563815,45.1423851 C221.913714,11.7403447 184.916338,-4.72659239 148.441488,1.18357578 C124.168522,5.11658405 102.275488,17.9461244 88.920469,39.647448 C70.6272802,69.3715309 83.9437468,90.665873 75.8690513,111.210187 C66.867029,134.113893 51.6917783,127.844866 37.5395474,136.731774' id='Fill-2' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M98.905813,215.333362 L98.905813,220.531312 L88.9021126,220.531312 C88.9021126,220.531312 89.2780001,218.649711 94.0227185,217.781438 L94.7201067,215.333362 L98.905813,215.333362' id='Fill-15' fill='%2319313F'%3E%3C/path%3E %3Cpath d='M83.6906329,215.333362 L83.6906329,220.531312 L73.6869326,220.531312 C73.6869326,220.531312 74.06282,218.649711 78.80685,217.781438 L79.5049266,215.333362 L83.6906329,215.333362' id='Fill-16' fill='%2319313F'%3E%3C/path%3E %3Cpath d='M138.646616,88.7765665 C134.34181,90.2546241 129.823588,91.8117407 126.265737,94.9287236 C123.450712,97.4056733 121.410869,101.059569 121.401919,104.809023 C121.401919,105.820977 121.554064,106.838431 121.885203,107.829073 C122.44628,109.503747 123.608365,110.901371 125.031367,111.885826 C126.456435,112.869594 128.15137,113.45188 129.83598,113.453254 C131.276193,113.455317 132.71916,113.014649 133.895013,112.015757 C134.957962,111.106236 135.722129,109.753986 135.731767,108.311676 C135.731767,107.821511 135.636763,107.322409 135.424035,106.84943 C135.1046,106.131713 134.591024,105.58655 133.979691,105.250378 C133.368358,104.912144 132.677854,104.773962 131.977023,104.773275 C130.932662,104.775337 129.849748,105.073699 128.842563,105.556302 C127.836754,106.040967 126.905985,106.711937 126.187944,107.508025 C123.908524,110.044097 122.319608,113.376945 122.315477,116.825976 C122.315477,117.416511 122.362291,118.010484 122.462114,118.602395 C122.807711,120.648302 123.860333,122.562214 125.349426,123.984587 C126.837141,125.404897 128.784045,126.342605 130.908567,126.343292 L130.908567,126.176237 L130.906501,126.343292 L130.908567,126.343292 L130.908567,126.176237 L130.906501,126.343292 L130.914763,126.343292 C131.803537,126.34123 132.70608,126.085491 133.572824,125.681947 C134.871907,125.074225 136.097328,124.128268 137.028785,123.064067 C137.493481,122.530591 137.884514,121.966867 138.167463,121.38733 C138.448346,120.808482 138.625963,120.210384 138.62734,119.604724 C138.628028,119.163369 138.526828,118.715827 138.298954,118.315033 C138.072458,117.913551 137.725485,117.569817 137.28695,117.306516 C136.500753,116.830101 135.649843,116.610798 134.807194,116.612173 C133.729099,116.61286 132.673035,116.957282 131.674799,117.503132 C130.176757,118.324657 128.787488,119.605412 127.59167,121.035346 C126.397229,122.465969 125.401747,124.045084 124.729831,125.490143 C124.040015,126.974388 123.706811,128.610564 123.706123,130.240552 C123.706811,132.021096 124.10404,133.798202 124.890926,135.370443 C125.677811,136.940622 126.860548,138.308684 128.423992,139.23333 C129.609483,139.930423 131.088938,140.20541 132.616583,140.20816 C134.611678,140.20541 136.699023,139.729682 138.351276,138.906782 C139.177402,138.492238 139.897509,137.991074 140.437245,137.381977 C140.973538,136.777692 141.334968,136.035225 141.33428,135.214388 C141.334968,134.638977 141.153909,134.051191 140.806248,133.495716 C140.429672,132.890744 139.940192,132.428765 139.379114,132.133153 C138.818037,131.835479 138.197066,131.705548 137.568521,131.706235 C136.547567,131.708298 135.497698,132.034158 134.469859,132.556634 C132.929134,133.343786 131.428338,134.585354 130.21049,136.016664 C128.995396,137.450036 128.05912,139.068337 127.714212,140.671514 C127.584786,141.280611 127.523514,141.895208 127.523514,142.506368 C127.52558,144.943444 128.494901,147.315899 130.063164,149.165877 C131.631427,151.013793 133.81722,152.352982 136.287337,152.654093 C136.572351,152.688467 136.86356,152.704966 137.160277,152.704966 C139.509229,152.697404 142.19827,151.713636 144.375113,150.301575 C145.461469,149.592108 146.416333,148.772645 147.121983,147.877561 C147.823502,146.984539 148.293017,145.999396 148.296459,144.954444 C148.301278,144.115045 147.963943,143.271521 147.295469,142.574427 C146.390861,141.609221 145.288671,141.126618 144.177531,141.132806 C142.907362,141.136243 141.688826,141.710967 140.572178,142.595739 C138.897208,143.930116 137.403984,146.000084 136.301794,148.321666 C135.203735,150.644622 134.500839,153.217817 134.498085,155.588209 C134.498774,156.656536 134.642657,157.684989 134.973108,158.628196 C135.843294,161.105833 137.603632,163.075431 139.763263,164.418057 C141.924272,165.761371 144.490771,166.491462 147.037993,166.492837 C149.673336,166.492837 152.303171,165.703623 154.391205,163.95814 C154.919238,163.516098 155.430747,162.984685 155.825223,162.36665 C156.216944,161.749991 156.49645,161.033649 156.497139,160.247872 C156.497139,160.095254 156.486124,159.940574 156.464094,159.785206 C156.387677,159.251042 156.183211,158.769127 155.888559,158.369708 C155.445893,157.76886 154.820791,157.354316 154.136483,157.088953 C153.450798,156.824278 152.696958,156.701909 151.944495,156.701221 C151.24091,156.701909 150.537326,156.808466 149.888129,157.025019 C147.742266,157.741361 146.019793,159.235231 144.839809,161.075584 C143.659137,162.918688 143.008562,165.114463 143.007186,167.299926 C143.006497,169.281898 143.548298,171.264557 144.748247,172.928919 C146.702035,175.630671 149.969364,176.949236 153.199518,176.949923 C156.345682,176.949236 159.524203,175.697355 161.482811,173.106286 C162.117551,172.257262 162.681382,171.201998 162.688266,170.011302 C162.688266,169.766563 162.662794,169.517012 162.607031,169.268836 C162.40463,168.368252 161.82703,167.656722 161.11725,167.187868 C160.404027,166.71764 159.548987,166.466026 158.687062,166.464651 C158.432339,166.464651 158.17624,166.487338 157.923583,166.534773 C156.981111,166.711452 156.1481,167.150745 155.435566,167.718594 C154.722344,168.286443 154.123403,168.984224 153.631169,169.711566 C152.268061,171.728599 151.625059,174.122365 151.624371,176.515443 C151.627124,180.258023 153.194011,184.031538 156.168065,186.419117 C158.362119,188.174912 161.133084,189.019123 163.897853,189.019123 C167.280151,189.018436 170.683103,187.758306 173.051332,185.26417 C173.543565,184.744443 174.004819,184.144971 174.351792,183.476751 C174.697388,182.809906 174.930769,182.06744 174.931457,181.280289 C174.931457,181.049299 174.911493,180.814872 174.868121,180.581133 C174.671228,179.523119 174.02203,178.663095 173.200723,178.081497 C172.375973,177.497148 171.367411,177.167851 170.347145,177.165789 L170.236307,177.167163 L170.237683,177.167163 C169.227744,177.191225 168.276322,177.491649 167.422658,177.948128 C166.568306,178.405982 165.805516,179.019892 165.1515,179.697736 C163.07448,181.85295 162.129943,184.743756 162.130631,187.637999 C162.13132,190.043452 162.777075,192.465404 163.994923,194.531935 C165.212082,196.597091 167.012349,198.313012 169.315176,199.24522 C170.42012,199.692075 171.653113,199.884566 172.933609,199.884566 C176.045351,199.879753 179.463448,198.759867 182.166258,197.087256 C183.516974,196.248544 184.688697,195.268901 185.543737,194.187513 C186.395336,193.108187 186.943333,191.907867 186.945398,190.646362 C186.94884,189.615159 186.559873,188.577769 185.768168,187.661373 C185.427391,187.263328 185.037047,186.958092 184.61228,186.755977 C184.188202,186.553861 183.733144,186.459678 183.281528,186.460365 C182.312895,186.463802 181.38075,186.870096 180.517448,187.484006 C179.223183,188.411401 178.050772,189.837211 177.17439,191.434201 C176.302827,193.032566 175.725915,194.79936 175.722473,196.452722 C175.722473,196.795082 175.747945,197.133316 175.803021,197.463989 C176.185104,199.749822 177.52274,201.696733 179.304419,203.066171 C181.088852,204.436296 183.329031,205.247509 185.596747,205.249571 C186.359537,205.249571 187.125081,205.156763 187.87479,204.960147 C189.938041,204.412234 192.127964,202.985737 193.86214,201.234067 C194.726819,200.356169 195.473775,199.395088 196.014887,198.402383 C196.553935,197.409679 196.894712,196.37985 196.896089,195.356897 C196.90435,194.270009 196.473388,193.189308 195.552257,192.381533 C194.968461,191.857682 194.253862,191.600568 193.551654,191.605381 C192.751,191.607443 191.984768,191.903742 191.272234,192.349222 C190.204466,193.021566 189.231703,194.046582 188.438621,195.183655 C187.648294,196.322791 187.041091,197.569859 186.76365,198.730306 C186.620455,199.331153 186.552988,199.941626 186.552988,200.550723 C186.553677,202.1429 187.014931,203.717891 187.832107,205.077704 C188.649972,206.436142 189.82789,207.584902 191.279119,208.298495 C192.580956,208.937841 193.98124,209.211453 195.382212,209.210766 C197.948711,209.208016 200.525537,208.310182 202.712706,207.03424 C206.069532,205.066705 208.777161,202.337454 211.837959,200.298422 C216.335528,197.292121 221.765242,195.697194 227.181877,195.697882 C229.14668,195.697882 231.10873,195.907559 233.024655,196.33379 L233.324125,194.991851 C231.307001,194.542934 229.244439,194.322944 227.181877,194.322944 C221.495375,194.323632 215.809561,195.991431 211.072415,199.155849 C207.864292,201.306251 205.171808,204.010065 202.017383,205.847669 C199.996128,207.030803 197.620326,207.838578 195.382212,207.835828 C194.158169,207.835828 192.97612,207.599339 191.886322,207.064489 C190.698765,206.481515 189.706037,205.523184 189.012779,204.369611 C188.318833,203.217414 187.929177,201.875475 187.929865,200.550723 C187.929865,200.044058 187.986317,199.540144 188.103352,199.047916 C188.393873,197.803598 189.257863,196.213483 190.32632,194.996663 C190.858483,194.386191 191.440213,193.866465 192.004733,193.513106 C192.569941,193.157685 193.107612,192.978255 193.551654,192.980318 C193.944064,192.98513 194.277269,193.095813 194.636634,193.409298 C195.271374,193.983335 195.51095,194.600682 195.519212,195.356897 C195.521277,196.064302 195.270685,196.89339 194.805301,197.745851 C194.110666,199.02523 192.945828,200.34242 191.620584,201.408684 C190.298094,202.47701 188.811067,203.295098 187.525063,203.629895 C186.895831,203.795575 186.24801,203.874634 185.596747,203.874634 C183.662235,203.876009 181.692612,203.169291 180.144314,201.97722 C178.593262,200.784462 177.475238,199.126288 177.16131,197.237811 C177.120003,196.989635 177.09935,196.727022 177.09935,196.452722 C177.090401,194.684553 177.986059,192.44478 179.25554,190.715796 C179.886838,189.850273 180.607633,189.109182 181.318102,188.602517 C182.029947,188.091728 182.721828,187.831178 183.281528,187.835302 C183.545889,187.83599 183.785465,187.886862 184.020911,187.998232 C184.255669,188.109602 184.489738,188.284907 184.723119,188.55577 C185.33101,189.270737 185.564391,189.950643 185.568521,190.646362 C185.570586,191.493323 185.189192,192.416594 184.4622,193.336427 C183.378598,194.714801 181.543909,196.031991 179.451745,196.977948 C177.361645,197.92803 175.015447,198.511691 172.933609,198.509628 C171.791489,198.510316 170.731294,198.335699 169.832193,197.970653 C167.847425,197.16769 166.270212,195.67932 165.181791,193.834841 C164.094058,191.99105 163.506131,189.795963 163.507508,187.637999 C163.507508,185.034555 164.354288,182.506045 166.143539,180.651255 C166.713567,180.060032 167.371714,179.534806 168.073233,179.160135 C168.77544,178.784777 169.515511,178.559288 170.27004,178.541413 L170.271417,178.541413 L170.347145,178.540726 C171.062433,178.538663 171.818338,178.784777 172.402823,179.201383 C172.990061,179.620052 173.394863,180.187213 173.513962,180.830684 C173.5415,180.979865 173.55458,181.129733 173.55458,181.280289 C173.555269,181.79039 173.40037,182.321804 173.129125,182.84428 C172.858569,183.366756 172.47442,183.87342 172.051719,184.3189 C169.988469,186.498863 166.942128,187.645561 163.897853,187.644186 C161.411213,187.644874 158.944538,186.881783 157.02999,185.346666 C154.429069,183.269823 152.999182,179.880602 153.001248,176.515443 C153.001248,174.367104 153.580913,172.242825 154.771912,170.480843 C155.201497,169.844935 155.717826,169.251649 156.294049,168.793108 C156.870961,168.334566 157.500882,168.012831 158.178306,167.885649 C158.342842,167.854713 158.513575,167.839589 158.687062,167.839589 C159.273611,167.838214 159.885633,168.020393 160.355837,168.333879 C160.829482,168.649427 161.151672,169.071532 161.263199,169.56926 C161.295555,169.714316 161.311389,169.861434 161.311389,170.011302 C161.318274,170.731769 160.923798,171.567731 160.381997,172.279949 C158.746956,174.456475 155.991825,175.575674 153.199518,175.574986 C150.332172,175.575674 147.496493,174.39529 145.865582,172.125268 C144.856331,170.725582 144.384751,169.035784 144.384063,167.299926 C144.382686,165.38945 144.962351,163.432914 145.999139,161.817363 C147.037305,160.199749 148.520201,158.930682 150.324599,158.329147 C150.816832,158.164154 151.382729,158.076158 151.944495,158.076158 C152.746526,158.074784 153.536165,158.259025 154.100684,158.59176 C154.384321,158.758127 154.612194,158.956806 154.778108,159.182983 C154.94471,159.410535 155.05486,159.665586 155.100985,159.980447 C155.114066,160.070505 155.120262,160.159189 155.120262,160.247872 C155.12095,160.698851 154.957102,161.167018 154.66245,161.628997 C154.370552,162.089601 153.95267,162.53233 153.50725,162.904251 C151.70423,164.41187 149.404156,165.117213 147.037993,165.1179 C144.755819,165.118588 142.424767,164.45518 140.490943,163.251423 C138.555742,162.04629 137.023278,160.313869 136.27288,158.173092 C136.004389,157.409314 135.874962,156.532791 135.874962,155.588209 C135.868766,152.792962 137.025343,149.435365 138.687234,146.840858 C139.515425,145.542917 140.468224,144.43403 141.429284,143.672315 C142.39241,142.905787 143.347274,142.504306 144.177531,142.507743 C144.905211,142.51393 145.586765,142.780668 146.295168,143.519009 C146.754357,144.011237 146.914763,144.462904 146.919582,144.954444 C146.923024,145.562854 146.62493,146.286758 146.039757,147.027849 C145.168883,148.139486 143.691493,149.241499 142.055764,150.0369 C140.42141,150.837113 138.625274,151.332778 137.160277,151.330028 C136.914505,151.330028 136.677682,151.316279 136.453251,151.28878 C134.383116,151.039917 132.489222,149.898031 131.113721,148.27698 C129.737533,146.657304 128.898326,144.572899 128.900392,142.506368 C128.900392,141.987329 128.952713,141.468978 129.061486,140.956814 C129.415344,139.249141 130.766748,137.212859 132.448604,135.66743 C133.287122,134.892652 134.203434,134.235432 135.09565,133.781016 C135.987178,133.325224 136.851857,133.078423 137.568521,133.080485 C138.012564,133.081173 138.396713,133.169169 138.734048,133.34791 C139.070694,133.52734 139.371542,133.79889 139.637279,134.222371 C139.872036,134.601166 139.956026,134.921526 139.957403,135.214388 C139.956026,135.626182 139.784605,136.038663 139.404587,136.472455 C138.839379,137.119363 137.810852,137.735335 136.584742,138.158816 C135.360699,138.587109 133.944581,138.83391 132.616583,138.833223 C131.258982,138.835973 129.998451,138.57061 129.125511,138.050196 C127.814724,137.274731 126.807538,136.120472 126.122542,134.755159 C125.438234,133.390533 125.083,131.81623 125.083,130.240552 C125.083,128.797555 125.380405,127.355246 125.978658,126.068992 C126.795835,124.305635 128.198184,122.234979 129.815326,120.645552 C130.622865,119.85015 131.483413,119.175056 132.336388,118.708952 C133.190741,118.240786 134.029947,117.985735 134.807194,117.98711 C135.417839,117.988485 135.996816,118.136291 136.575104,118.483463 C136.842907,118.645705 136.999871,118.81551 137.100383,118.99219 C137.200207,119.168869 137.249086,119.363423 137.250463,119.604724 C137.253905,120.039892 137.060454,120.626303 136.679059,121.23815 C136.112474,122.157295 135.14866,123.119064 134.079515,123.823032 C133.013123,124.5325 131.837959,124.973167 130.913386,124.968355 L130.914074,125.655823 L130.921647,124.968355 L130.908567,124.968355 C129.199862,124.969042 127.579966,124.210764 126.300848,122.990507 C125.023106,121.773688 124.108171,120.103139 123.819715,118.374843 C123.73366,117.860616 123.692354,117.34364 123.692354,116.825976 C123.687535,113.810738 125.114668,110.754252 127.21234,108.427171 C127.786498,107.787138 128.585087,107.204852 129.440127,106.79512 C130.293791,106.383327 131.203218,106.146837 131.977023,106.148212 C132.498171,106.148212 132.951164,106.25202 133.311217,106.452761 C133.670582,106.654877 133.954907,106.944989 134.167635,107.41178 C134.294996,107.696392 134.354202,107.996128 134.35489,108.311676 C134.364528,109.233572 133.79932,110.301211 133.003485,110.968055 C132.098189,111.733895 131.004948,112.076942 129.83598,112.078317 C128.474937,112.08038 127.025085,111.594339 125.81481,110.755627 C124.603158,109.918291 123.638656,108.738594 123.191859,107.394593 C122.910288,106.551069 122.779485,105.684171 122.778796,104.809023 C122.770535,101.576546 124.605912,98.2079492 127.174476,95.9613016 C130.454197,93.0773705 134.787229,91.5477527 139.093413,90.0772572 L138.646616,88.7765665' id='Fill-22' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M356.1154,111.826016 C349.142206,107.381531 286.982402,159.709584 289.260445,201.0512 C289.260445,201.0512 301.361129,184.732069 311.909384,176.779431 C322.456263,168.826106 323.48479,160.501548 323.464825,152.256049 C323.444172,144.011237 339.219053,147.416269 340.995224,138.271561 C344.138634,122.087861 362.391205,115.826396 356.1154,111.826016' id='Fill-23' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M360.198528,150.342823 C350.156964,156.416609 353.112431,164.512928 347.191859,169.2434 C342.886365,172.682805 335.699755,170.883012 332.118497,175.566049 C328.081494,180.845121 332.672002,188.11029 333.011402,194.472125 C333.480229,203.259349 325.631341,209.848049 317.655781,212.51749 C308.394217,215.615911 296.408502,214.647268 291.338841,205.451687 C285.354933,194.597244 289.834603,178.233427 300.332602,173.135847 C302.88189,171.897716 306.120993,171.561544 308.204208,169.055033 C311.720752,164.823663 309.463362,158.737503 311.091519,153.355999 C312.679747,148.110613 317.872639,144.421656 322.657287,142.786855 C327.441935,141.152055 332.314014,140.820695 336.989889,138.924656 C343.356568,136.343211 348.932232,130.668157 354.233209,126.841019 C358.962093,123.42705 375.563788,117.020529 378.263844,128.215957 C380.724323,138.415929 368.634654,145.241118 360.198528,150.342823' id='Fill-24' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M361.07973,133.720518 C361.030851,133.743892 319.917301,154.395451 287.129039,220.939669 L287.746569,221.24353 C304.10318,188.049105 322.525106,166.317533 336.852889,152.88577 C344.016781,146.169889 350.156964,141.528788 354.503076,138.568547 C356.675788,137.088427 358.400327,136.028351 359.580311,135.339507 C360.170302,134.994398 360.623983,134.742784 360.928962,134.577104 C361.081795,134.494608 361.197453,134.433423 361.274558,134.39355 C361.351663,134.35299 361.38815,134.335115 361.388839,134.334428 L361.07973,133.720518' id='Fill-25' fill='%23444F71' opacity='0.227887835'%3E%3C/path%3E %3Cpath d='M386.026677,164.72948 L385.939934,164.728793 C383.555183,164.728793 332.074437,165.302829 289.129642,214.493275 L289.648724,214.944942 C332.400069,165.968986 383.652941,165.416949 385.939934,165.416261 L386.018416,165.416949 L386.026677,164.72948' id='Fill-26' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M359.850179,188.573644 C354.820447,190.583802 353.455961,199.052729 348.038639,200.127242 C344.100082,200.908894 339.894411,197.424803 336.044662,199.232158 C331.706811,201.269815 332.47029,207.378662 330.696872,211.52891 C328.246031,217.262399 320.965793,218.889637 314.831806,217.986303 C307.709909,216.937914 300.057915,212.417807 299.581515,204.927148 C299.01975,196.084926 307.13644,187.152646 315.7075,187.334825 C317.790026,187.378823 320.045351,188.220972 322.215309,187.308014 C325.880556,185.766022 326.293619,181.165481 329.066649,178.2788 C331.768771,175.464991 336.375801,174.813958 340.065832,175.334372 C343.755862,175.854786 347.094789,177.231098 350.794458,177.550084 C355.832451,177.984564 361.316553,176.197833 366.039241,175.493865 C370.251108,174.866206 387.457252,175.196878 381.560088,184.194468 C377.47627,190.424997 366.554193,185.895266 359.850179,188.573644' id='Fill-27' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M370.673809,179.934225 C370.631814,179.937662 333.904307,183.066332 291.207349,214.656893 L291.61697,215.20893 C312.897294,199.463835 332.685771,190.815479 347.149864,186.103569 C354.381911,183.748301 360.282518,182.376114 364.37322,181.593774 C366.417882,181.202605 368.010241,180.958553 369.090401,180.81281 C369.630136,180.739938 370.041823,180.691128 370.317886,180.660879 C370.59395,180.630631 370.731638,180.618944 370.731638,180.618944 L370.673809,179.934225' id='Fill-28' fill='%23444F71' opacity='0.227887835'%3E%3C/path%3E %3Cpath d='M251.243492,219.636916 C251.243492,219.636916 259.586679,205.05158 260.946345,203.548086 C269.527731,194.062394 280.911751,193.957898 292.500925,196.353039 C295.854309,197.046695 304.731724,201.703608 307.952928,201.060137 C310.461598,200.558285 313.473517,191.036156 321.503464,191.537321 C329.534099,192.038486 330.017383,201.560614 330.017383,201.560614 C330.017383,201.560614 335.055376,190.496494 343.085323,191.518072 C351.115959,192.53965 351.115959,200.00831 345.09281,205.54587 C345.09281,205.54587 357.891571,201.711857 370.313756,207.650899 C382.735252,213.589941 376.801601,221.378274 376.801601,221.378274 L251.243492,219.636916' id='Fill-29' fill='%23B1BACA'%3E%3C/path%3E %3Cg id='Group-12' transform='translate(0.000000, 152.000000)'%3E %3Cpath d='M34.8839472,14.8212581 C38.9726124,12.2387091 75.419416,42.6448778 74.0837073,66.6671772 C74.0837073,66.6671772 66.9885874,57.1846485 60.804123,52.5636235 C54.6196586,47.9421991 54.0161879,43.1050629 54.0282977,38.3138653 C54.0404075,33.5230671 44.7913615,35.5016232 43.7495168,30.1879238 C41.9060047,20.78409 31.2041888,17.1457519 34.8839472,14.8212581' id='Fill-30' fill='%23D1D8DD' transform='translate(54.119520, 40.667177) rotate(-4.000000) translate(-54.119520, -40.667177) '%3E%3C/path%3E %3Cg id='Group-13' transform='translate(42.147263, 42.445237) rotate(12.000000) translate(-42.147263, -42.445237) translate(6.647263, 7.445237)'%3E %3Cpath d='M18.8372697,24.6577562 C24.7556219,28.2147539 23.0134265,32.9562096 26.5030918,35.726521 C29.0405138,37.7407439 33.2759069,36.6867292 35.3865032,39.429261 C37.7656914,42.5208496 35.060298,46.7755583 34.8602742,50.5012467 C34.5839735,55.6473185 39.2092711,59.5058658 43.910034,61.0691734 C49.3678851,62.8837052 56.4316071,62.3164375 59.4197927,56.9312195 C62.9463793,50.5745204 60.3063081,40.9913607 54.119364,38.0060593 C52.6165481,37.2809713 50.7080042,37.0840984 49.4802717,35.6162078 C47.4078138,33.1381862 48.7381955,29.5739417 47.7782434,26.4223652 C46.8430407,23.3505042 43.7822297,21.1901364 40.9624211,20.2327464 C38.1426125,19.2753564 35.2708708,19.0813017 32.5155729,17.9709226 C28.7634017,16.4591483 25.4774118,13.1356603 22.3533073,10.8943693 C19.5663627,8.89504272 9.78223541,5.14318517 8.19097076,11.6995754 C6.7408994,17.6729964 13.8658863,21.6700392 18.8372697,24.6577562' id='Fill-31' fill='%23B1BACA' transform='translate(34.500000, 35.000000) rotate(-21.000000) translate(-34.500000, -35.000000) '%3E%3C/path%3E %3Cpath d='M19.6389259,13.2009807 C19.6389259,13.2009807 19.6600539,13.211396 19.7047019,13.2350309 C21.0891882,13.9617024 43.9314184,26.3679956 62.2813433,63.8428526 L62.6389259,63.6657915 C43.6531657,24.8902166 19.8462201,12.8564727 19.8179165,12.8428526 L19.6389259,13.2009807' id='Fill-32' fill='%23444F71' opacity='0.227887835' transform='translate(41.138926, 38.342853) rotate(-21.000000) translate(-41.138926, -38.342853) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M29.866039,50.6999164 C32.8274043,51.8672743 33.630775,56.7854282 36.8199376,57.4094297 C37.855159,57.6118409 38.9215909,57.3211991 39.9868069,57.0301581 C41.3077883,56.6692513 42.6267429,56.3087437 43.8816549,56.889628 C46.4364709,58.0729552 45.9861456,61.6205415 47.0310949,64.0307124 C48.4732709,67.3603174 52.7604815,68.3053024 56.3715962,67.7807099 C60.5647695,67.1718793 65.0704548,64.5469209 65.3505401,60.1968759 C65.6812921,55.0619384 60.9024122,49.8747013 55.8556069,49.9804981 C54.6298789,50.0060491 53.3020069,50.4951097 52.0243962,49.964928 C49.8664016,49.0690487 49.6227962,46.3977793 47.9905189,44.7213991 C46.3995856,43.0873376 43.6870949,42.7092637 41.5145083,43.0114833 C39.3415163,43.3137028 37.376055,44.1133669 35.1977936,44.2982119 C32.2315643,44.5505273 29.002679,43.5129202 26.2220924,43.1041054 C23.742263,42.7396054 13.6121724,42.9316366 17.0838524,48.1568008 C18.5235964,50.3234395 21.407543,50.2491821 24.336887,50.1753239 C26.299511,50.125819 28.282807,50.0759149 29.866039,50.6999164' id='Fill-34' fill='%23D1D8DD'%3E%3C/path%3E %3Cpath d='M23.3667656,46.323977 C23.3671725,46.323977 23.4485465,46.3309346 23.6117014,46.3489424 C26.0598385,46.6186507 46.5433039,49.3411079 70.124678,66.9163452 L70.3667656,66.5877022 C45.1322786,47.7809746 23.4261687,45.9183915 23.4013496,45.9163452 L23.3667656,46.323977' id='Fill-35' fill='%23444F71' opacity='0.227887835'%3E%3C/path%3E %3Cpath d='M87.7120162,59.7878685 C82.710849,54.3995002 76.0763282,54.3401415 69.3222449,55.7007064 C67.3679179,56.0947392 62.1942274,58.7401086 60.3169341,58.3745836 C58.8544989,58.0895055 57.0995767,52.6804397 52.4193829,52.9651274 C47.7395903,53.249815 47.4575349,58.6588808 47.4575349,58.6588808 C47.4575349,58.6588808 44.5222329,52.373883 39.8420391,52.9541929 C35.1622465,53.5345027 35.1622465,57.777091 38.6720909,60.922714 C38.6720909,60.922714 31.2130697,58.7447948 23.9739152,62.1180898 C16.7343595,65.492166 20.1920458,69.9163452 20.1920458,69.9163452 C20.1920458,69.9163452 44.5836191,69.5866177 93.3667656,68.9271629 C93.3667656,68.9271629 88.5048206,60.6419315 87.7120162,59.7878685 Z' id='Fill-36' fill='%23B1BACA'%3E%3C/path%3E %3C/g%3E %3Cpath d='M222.77587,220.907358 L209.793296,220.907358 C208.360656,220.907358 207.166215,219.810158 207.047803,218.384348 L206.197582,208.148627 L226.371585,208.148627 L225.520675,218.384348 C225.402263,219.810158 224.208511,220.907358 222.77587,220.907358' id='Fill-37' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M299.434878,220.907358 L286.452304,220.907358 C285.018975,220.907358 283.825911,219.810158 283.7075,218.384348 L282.857278,208.148627 L303.029904,208.148627 L302.179682,218.384348 C302.061271,219.810158 300.868207,220.907358 299.434878,220.907358' id='Fill-38' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M301.685384,194.718926 L207.542791,194.718926 L214.199303,146.25376 C214.719074,142.47337 217.953358,139.655435 221.775569,139.655435 L287.452605,139.655435 C291.274128,139.655435 294.508412,142.47337 295.028183,146.25376 L301.685384,194.718926' id='Fill-39' stroke='%23444F71' stroke-width='0.688438535' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M288.98025,185.317105 L220.247924,185.317105 L225.13033,136.629198 C225.493137,133.009676 228.54292,130.254301 232.185448,130.254301 L277.042726,130.254301 C280.684566,130.254301 283.734349,133.009676 284.097156,136.629198 L288.98025,185.317105' id='Fill-40' stroke='%23444F71' stroke-width='0.688438535' fill='%23FFFFFF'%3E%3C/path%3E %3Cpolyline id='Fill-41' fill='%232D6E64' points='301.685384 194.718926 300.174261 183.71599 301.685384 194.718926'%3E%3C/polyline%3E %3Cpolyline id='Fill-42' fill='%23444F71' points='301.685384 194.718926 207.542791 194.718926 209.053913 183.71599 220.40833 183.71599 220.247924 185.317105 288.98025 185.317105 288.819844 183.71599 300.174261 183.71599 301.685384 194.718926'%3E%3C/polyline%3E %3Cpolyline id='Fill-43' fill='%2352ABF1' points='288.98025 185.317105 220.247924 185.317105 220.40833 183.71599 288.819844 183.71599 288.98025 185.317105'%3E%3C/polyline%3E %3Cpolygon id='Fill-44' stroke='%23444F71' stroke-width='0.688438535' fill='%23FFFFFF' points='197.353212 213.521194 199.472914 188.675389 309.754572 188.675389 311.874962 213.521194'%3E%3C/polygon%3E %3Cpath d='M254.620972,181.480342 C246.326664,181.480342 238.474334,176.52988 235.182221,168.377189 C230.854008,157.66024 236.045523,145.468671 246.777591,141.147242 C249.345467,140.11329 251.998021,139.623812 254.607203,139.623812 C262.90151,139.623812 270.75384,144.574274 274.045953,152.726965 C278.373478,163.443914 273.181963,175.634796 262.449895,179.956224 C259.882019,180.990177 257.229465,181.480342 254.620972,181.480342' id='Fill-45' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M271.41543,153.785667 C275.157782,163.052057 270.668474,173.593014 261.389699,177.330094 C252.109548,181.067173 241.55372,176.58419 237.812056,167.318487 C234.069704,158.05141 238.559012,147.510452 247.838475,143.773373 C257.117938,140.036981 267.673766,144.519276 271.41543,153.785667' id='Fill-46' fill='%23FFFFFE'%3E%3C/path%3E %3Cpath d='M259.677553,175.42993 C259.05245,175.42993 258.447313,175.181754 258.011531,174.745899 C257.903446,174.638654 257.802246,174.517659 257.721699,174.383603 C257.634267,174.255734 257.559916,174.122365 257.500022,173.980746 C257.445635,173.839815 257.399509,173.692697 257.365776,173.544891 C257.338927,173.390898 257.318962,173.236218 257.318962,173.081537 C257.318962,172.464878 257.574373,171.860593 258.011531,171.424738 C258.555398,170.88095 259.367755,170.625899 260.133987,170.78058 C260.28269,170.813578 260.430016,170.854139 260.571146,170.914636 C260.718472,170.974446 260.853406,171.048692 260.981455,171.129126 C261.108816,171.216435 261.229293,171.316805 261.337378,171.424738 C261.774536,171.860593 262.029259,172.464878 262.029259,173.081537 C262.029259,173.236218 262.008605,173.390898 261.981756,173.544891 C261.948023,173.692697 261.901898,173.839815 261.848199,173.980746 C261.786928,174.122365 261.713954,174.255734 261.632718,174.383603 C261.545286,174.517659 261.444774,174.638654 261.337378,174.745899 C261.229293,174.853144 261.108816,174.947327 260.981455,175.034636 C260.853406,175.121944 260.718472,175.195503 260.571146,175.249126 C260.430016,175.309623 260.28269,175.357058 260.133987,175.38387 C259.979777,175.416868 259.824878,175.42993 259.677553,175.42993' id='Fill-47' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M256.155501,149.495175 C254.872252,149.313683 253.979347,148.126424 254.160406,146.838108 C254.342154,145.555979 255.531087,144.657457 256.814337,144.844449 C258.104471,145.019753 258.998752,146.213199 258.817004,147.496016 C258.649025,148.670212 257.641151,149.515111 256.492147,149.515111 C256.377867,149.515111 256.269782,149.508236 256.155501,149.495175 Z M247.36001,148.904639 C246.869842,147.703631 247.454326,146.334194 248.657029,145.851591 C249.859731,145.361425 251.230412,145.945774 251.721268,147.146782 C252.204552,148.347789 251.626952,149.716539 250.416677,150.206705 C250.135106,150.320824 249.832882,150.374447 249.537541,150.374447 C248.609526,150.374447 247.729013,149.823785 247.36001,148.904639 Z M261.491588,151.749384 C260.463061,150.951233 260.28269,149.47455 261.081967,148.455034 C261.875048,147.428644 263.352438,147.247152 264.381653,148.039116 C265.402607,148.837954 265.590551,150.313262 264.791274,151.34034 C264.327266,151.930876 263.635386,152.246424 262.935932,152.246424 C262.425799,152.246424 261.921174,152.078682 261.491588,151.749384 Z M242.5017,154.085403 C241.480057,153.285877 241.292113,151.810569 242.092079,150.790366 C242.892044,149.763287 244.369433,149.582483 245.391765,150.380634 C246.419603,151.179473 246.600663,152.655468 245.800697,153.675672 C245.338066,154.273082 244.645497,154.581755 243.946044,154.581755 C243.442795,154.581755 242.931285,154.4202 242.5017,154.085403 Z M240.882492,160.996525 C239.599243,160.815721 238.698765,159.627775 238.879824,158.339459 C239.067768,157.058017 240.25739,156.158808 241.540639,156.346487 C242.830773,156.527292 243.71817,157.715237 243.543307,158.997367 C243.375328,160.171563 242.367454,161.017149 241.211566,161.017149 C241.104169,161.017149 240.989889,161.010275 240.882492,160.996525 Z M239.887698,166.485963 C239.39753,165.284955 239.982015,163.91483 241.184717,163.432227 C242.387419,162.942062 243.758788,163.52641 244.248268,164.727418 C244.732929,165.928426 244.147756,167.297176 242.945054,167.787341 C242.65591,167.901461 242.36057,167.955083 242.06523,167.955083 C241.137903,167.955083 240.250506,167.405108 239.887698,166.485963 Z M244.826557,173.047851 L244.826557,173.047851 C243.804914,172.2497 243.623854,170.773705 244.423132,169.747314 C245.223097,168.727111 246.69429,168.546306 247.722817,169.344457 C248.74446,170.142609 248.92552,171.618604 248.126242,172.638807 C247.662235,173.236218 246.970354,173.544891 246.271589,173.544891 C245.767652,173.544891 245.256831,173.384023 244.826557,173.047851 Z M252.386989,176.256268 L252.386989,176.256268 C251.103051,176.074776 250.209457,174.88683 250.389828,173.598514 C250.572265,172.317072 251.761886,171.424738 253.051332,171.605542 C254.33527,171.793221 255.228863,172.981167 255.047803,174.263296 C254.879824,175.437492 253.87195,176.283079 252.715374,176.283079 C252.608666,176.283079 252.501269,176.276204 252.386989,176.256268 L252.386989,176.256268 Z' id='Fill-48' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M267.162945,157.849294 C267.008735,157.849294 266.853836,157.829357 266.70651,157.802546 C266.5523,157.76886 266.403597,157.728299 266.262467,157.66849 C266.121337,157.607992 265.987092,157.533746 265.859731,157.453312 C265.725485,157.366691 265.611204,157.265633 265.496924,157.158388 C265.059765,156.721845 264.811239,156.118935 264.811239,155.500901 C264.811239,155.34622 264.824319,155.192227 264.858053,155.037547 C264.884902,154.889741 264.932404,154.742623 264.992298,154.601004 C265.052881,154.460761 265.120348,154.31983 265.208468,154.192648 C265.295211,154.064779 265.388839,153.943784 265.496924,153.836539 C265.611204,153.729294 265.725485,153.628236 265.859731,153.547802 C265.980207,153.461181 266.121337,153.386935 266.262467,153.326437 C266.403597,153.272815 266.5523,153.226067 266.70651,153.199256 C267.465169,153.045263 268.278904,153.293439 268.823459,153.836539 C268.937739,153.943784 269.031367,154.064779 269.11811,154.192648 C269.205542,154.31983 269.273009,154.460761 269.333591,154.601004 C269.394174,154.742623 269.440988,154.889741 269.467837,155.037547 C269.501571,155.192227 269.515339,155.34622 269.515339,155.500901 C269.515339,156.118935 269.259929,156.721845 268.823459,157.158388 C268.3863,157.594243 267.781851,157.849294 267.162945,157.849294' id='Fill-49' fill='%2352ABF1'%3E%3C/path%3E %3Cg id='Group-22' transform='translate(130.954692, 53.885714)'%3E %3Cpath d='M97.4690203,34.029092 C97.4690203,34.029092 94.9789381,28.6558369 99.4875221,23.5341953 C99.4875221,23.5341953 116.524999,34.557068 135.567209,31.4476472 C135.567209,31.4476472 137.655243,37.1825108 131.80145,42.4938938 C131.80145,42.4938938 111.418162,46.3533429 97.4690203,34.029092' id='Fill-50' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M126.63403,9.62601658 C114.375005,-0.697700459 91.1491546,-2.14894683 61.7535175,2.57740029 C36.4754314,6.64102761 10.7305839,16.1755306 2.13749413,29.6423544 C-1.77627894,35.7752624 0.881782244,52.8107361 0.881782244,52.8107361 C24.1675273,54.2633574 32.6965923,34.2724559 32.6965923,34.2724559 C32.6965923,34.2724559 31.1393443,28.6008394 36.3563315,26.0936411 C54.6109677,17.3215409 82.9133644,14.324865 93.4416549,16.9152469 C99.0627555,18.2984339 99.4875221,23.5341953 99.4875221,23.5341953 C99.4875221,23.5341953 113.868315,39.8416396 135.521083,31.1637226 C135.521083,31.1637226 132.201433,14.3145529 126.63403,9.62601658' id='Fill-51' stroke='%23444F71' stroke-width='0.688438535' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M37.454391,43.409602 C37.454391,43.409602 38.1297492,37.5276201 32.2394691,34.0779023 C32.2394691,34.0779023 19.52814,49.884182 0.470096,52.9001071 C0.470096,52.9001071 0.289725104,58.9993291 7.51764129,62.2077454 C7.51764129,62.2077454 28.0840541,59.4833071 37.454391,43.409602' id='Fill-52' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-56' transform='translate(60.563917, 146.938479)'%3E %3Cmask id='mask-6' fill='white'%3E %3Cuse xlink:href='%23path-5'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-54'%3E%3C/g%3E %3Cpath d='M102.358418,73.8547594 L10.2067897,73.8547594 C4.79910503,73.8547594 0.415816875,69.4776464 0.415816875,64.0775799 L0.415816875,9.96073358 C0.415816875,4.56135464 4.79910503,0.183554135 10.2067897,0.183554135 L102.358418,0.183554135 C107.766103,0.183554135 112.15008,4.56135464 112.15008,9.96073358 L112.15008,64.0775799 C112.15008,69.4776464 107.766103,73.8547594 102.358418,73.8547594' id='Fill-53' stroke='%23444F71' stroke-width='2.75375414' fill='%23FFFFFF' mask='url(%23mask-6)'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-59' transform='translate(64.006110, 146.938479)'%3E %3Cmask id='mask-8' fill='white'%3E %3Cuse xlink:href='%23path-7'%3E%3C/use%3E %3C/mask%3E %3Cuse id='Clip-58' stroke='%23444F71' stroke-width='1.37687707' fill='%23FFFFFF' xlink:href='%23path-7'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-78' transform='translate(283.618003, 126.314418)'%3E %3Cmask id='mask-10' fill='white'%3E %3Cuse xlink:href='%23path-9'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-77'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-81' transform='translate(262.276408, 114.627451)'%3E %3Cmask id='mask-12' fill='white'%3E %3Cuse xlink:href='%23path-11'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-80'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-5' transform='translate(47.653629, 79.322055)'%3E %3Cg id='Group' transform='translate(15.145648, 5.728906)'%3E %3Cellipse id='body' fill='%23444F71' cx='25.8164451' cy='25.7800752' rx='25.8164451' ry='25.7800752'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(14.795390, 15.679110)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.2077869' fill='%23FFFFFF' cx='11.0210555' cy='11.0055292' rx='11.0210555' ry='11.0055292'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='11.0210555' cy='11.0055292' rx='3.47238735' ry='3.46749549'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(19.070955, 0.000000)' fill='%23FFD648'%3E %3Cpath d='M9.69503637,10.4334943 C9.02860366,10.663576 8.34537395,10.9003462 7.60539759,11.1562898 C5.71686895,9.98626169 3.95726871,8.64500989 2.72200755,6.74861898 C1.82768028,5.37615454 1.61113505,3.87081344 1.98974873,2.29145378 C2.06828609,1.96416694 2.2258148,1.6453521 2.39650874,1.35016969 C2.57582817,1.03938096 2.92811139,0.989440734 3.20049533,1.23735829 C3.48059681,1.49241016 3.7538887,1.77064856 3.96180844,2.08322087 C4.28594532,2.57147576 4.55333556,3.09629403 4.84297048,3.60639777 C4.96236544,3.81596837 5.04771241,4.05318444 5.20569509,4.22842113 C5.30193741,4.33499 5.52529224,4.41480519 5.6583064,4.38091718 C5.79177453,4.34702917 5.93341418,4.17313016 5.98244329,4.0308897 C6.04781543,3.84138437 6.01694525,3.62244999 6.04509159,3.41867603 C6.14768954,2.67001853 6.24574776,1.92002334 6.36968245,1.174933 C6.43732446,0.7660474 6.5875896,0.379902436 6.92761555,0 C7.04292475,0.125296461 7.18728824,0.21848849 7.23767927,0.347798005 C7.40065566,0.763372031 7.52822214,1.1923229 7.67031576,1.61592304 C7.72433857,1.77733698 7.75157697,1.95614083 7.84327956,2.09392235 C7.91182952,2.19603227 8.07344399,2.31285673 8.17694988,2.29903399 C8.32903092,2.27986051 8.54557615,2.18131774 8.59596718,2.06092613 C8.74078464,1.71401991 8.80479486,1.33634695 8.92328187,0.977847467 C8.98275237,0.796368252 9.090798,0.630495357 9.20156747,0.407547918 C9.57654935,0.95153967 9.62058476,1.50890827 9.72136681,2.03996907 C9.82396476,2.57950187 9.88979088,3.13107383 9.91248954,3.67997043 C10.0041921,5.91524145 9.99783651,8.14962069 9.69503637,10.4334943' id='Fill-61'%3E%3C/path%3E %3Cpath d='M11.1282079,12.3623752 C10.6602012,11.913475 10.5587388,11.4641289 10.5687936,10.9595062 C10.5829618,10.2306562 10.7269287,9.52810721 10.9102009,8.82555823 C11.2351548,7.58049522 11.7342401,6.40809432 12.4513325,5.33510232 C12.736067,4.90893682 13.0911854,4.50862655 13.484695,4.17562904 C13.9728114,3.76283693 14.4458456,3.86358317 14.8402692,4.37667573 C15.3000493,4.97402068 15.4979466,5.67746121 15.5774712,6.39605827 C15.7333211,7.80115623 15.7310359,9.2124951 15.6314017,10.6229424 C15.6026083,11.0303852 15.4728096,11.3491177 15.0322251,11.4975624 C13.7657733,11.9246195 12.4888096,12.2986287 11.1282079,12.3623752' id='Fill-68'%3E%3C/path%3E %3Cpath d='M7.24672142,14.3787074 C6.40363037,15.1810757 5.57030657,15.9852113 4.72321982,16.7743246 C4.49990503,16.9824279 4.24773245,17.1693231 3.98401677,17.3226391 C3.49521042,17.6076212 3.08099033,17.5214639 2.70717113,17.0897932 C2.61837797,16.9868462 2.54689948,16.8688769 2.47320115,16.7540003 C1.60480405,15.3988992 0.868708756,13.9748722 0.270686825,12.4828029 C0.0828892919,12.0135765 -0.123110839,11.5324207 0.0913246421,11.021662 C0.418527436,10.7874906 0.770592315,10.8648113 1.10534253,10.8754153 C2.08384315,10.9067855 5.41314267,11.5523031 6.41650538,11.9022347 C6.53593218,12.271165 6.66779002,12.6900225 6.80719528,13.106229 C6.94660054,13.5219936 7.09355322,13.9355491 7.24672142,14.3787074' id='Fill-69'%3E%3C/path%3E %3Cpath d='M10.2661887,13.2451028 C9.746078,13.6165893 9.27451098,13.7620665 8.78121489,13.8456293 C8.32490445,13.9226976 8.08680934,13.8239809 7.91205215,13.4468658 C7.75809939,13.1139135 7.66378598,12.7575809 7.54866815,12.4276593 C7.94164067,11.824535 8.51815447,11.6063192 9.1829715,11.4578112 C9.71417788,11.9570232 9.81958698,12.6445763 10.2661887,13.2451028' id='Fill-70'%3E%3C/path%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='53.0399619' cy='40.2530999' rx='1.05681354' ry='1.05532472'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='56.3613759' cy='39.9515785' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='55.4555357' cy='36.3333223' rx='1.66070699' ry='1.65836741'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='25.2608631' cy='35.7302796' rx='1.05681354' ry='1.05532472'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='27.0725435' cy='33.6196302' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='23.2982094' cy='32.5643055' rx='1.2077869' ry='1.20608539'%3E%3C/ellipse%3E %3Cpath d='M34.772185,47.6403729 L47.3029741,47.6403729 C46.3971339,50.8566006 44.3841557,52.4647144 41.2640396,52.4647144 C38.1439234,52.4647144 35.9799719,50.8566006 34.772185,47.6403729 Z' id='Path-19' stroke='%232A3966' stroke-width='0.603893452' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='44.1325335' y='53.6707998' width='4.83114762' height='15.0760674' rx='2.41557381'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(35.376078, 61.208833) scale(-1, 1) translate(-35.376078, -61.208833) ' x='32.9605046' y='53.6707998' width='4.83114762' height='15.0760674' rx='2.41557381'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='32.9605046 65.128611 26.9215701 68.7468672 37.3387321 68.7468672 38.6974924 66.9377391'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(49.416601, 66.937739) scale(-1, 1) translate(-49.416601, -66.937739) ' points='49.5675745 65.128611 43.52864 68.7468672 53.9458021 68.7468672 55.3045623 66.9377391'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(0.603893, 13.013661)' fill='%232A3966'%3E %3Cpath d='M11.282463,1.77622441 L12.120514,1.7767975 C12.6207956,1.77713961 13.0260766,2.18297531 13.0257345,2.68325691 C13.0257281,2.69271189 13.0255736,2.70216619 13.0252711,2.71161633 L12.3333909,24.3277839 C12.3239755,24.6219455 12.0826832,24.8554784 11.788371,24.8552771 L11.788371,24.8552771 C11.4932932,24.8550753 11.2509524,24.6220545 11.2391846,24.3272114 L10.376724,2.71818956 C10.3567726,2.21830584 10.7458346,1.79689621 11.2457183,1.77694482 C11.2579604,1.77645622 11.2702111,1.77621603 11.282463,1.77622441 Z' id='Path-17' transform='translate(11.700862, 13.315751) rotate(142.000000) translate(-11.700862, -13.315751) '%3E%3C/path%3E %3Cpath d='M4.82748919,1.45705054 C3.98211089,1.3951393 2.9179035,2.09202683 1.634867,3.54771311 L1.63489638,3.54773901 C1.38457604,3.83174331 1.41188229,4.26489902 1.69588659,4.51521936 C1.82096126,4.62545971 1.98192652,4.68633659 2.14864963,4.68645383 L2.14864963,4.68645383 L2.14864963,4.68645383 C2.1489105,5.05746176 2.44988333,5.35801164 2.82089126,5.35775077 C2.97547098,5.35764207 3.12528371,5.30422622 3.24506218,5.20651226 L3.38636976,5.09123509 L3.43449625,5.17364163 C3.65288451,5.5475858 4.13306482,5.67368879 4.507009,5.45530053 C4.65041824,5.37154767 4.76353135,5.2444234 4.83004523,5.09225029 L4.83004523,5.09225029 L5.26466516,5.51785528 C5.49892907,5.74726007 5.87480682,5.74332097 6.10421161,5.50905705 C6.2129692,5.39799581 6.27383001,5.24870938 6.27372071,5.0932655 L6.27372071,5.0932655 C6.35139084,2.74542016 5.86931367,1.5333485 4.82748919,1.45705054 Z' id='Path-28' transform='translate(3.872729, 3.570313) rotate(133.000000) translate(-3.872729, -3.570313) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-2' transform='translate(61.343497, 31.961263)' fill='%232A3966'%3E %3Cpath d='M2.78479454,5.68848586e-16 L3.62423391,1.22124533e-15 C4.12451563,1.12934507e-15 4.53007409,0.405558462 4.53007409,0.905840178 C4.53007409,0.915718334 4.52991251,0.925595829 4.52958941,0.935468699 L3.8226199,22.538259 C3.81298449,22.8326872 3.57151558,23.0663831 3.27692983,23.0663831 L3.27692983,23.0663831 C2.9818035,23.0663831 2.73936895,22.8332823 2.72778797,22.5383833 L1.87965206,0.941386038 C1.86002062,0.441489647 2.24935229,0.0203291286 2.74924868,0.000697692039 C2.7610916,0.000232608803 2.7729425,1.22342251e-15 2.78479454,1.22124533e-15 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M3.68012656,22.2858653 C2.83424476,22.2244139 1.76904657,22.9211872 0.484531995,24.3761851 L0.484563682,24.3762131 C0.234255925,24.6597422 0.261187144,25.0925024 0.544716243,25.3428102 C0.669809989,25.4532466 0.830922317,25.5142086 0.997789462,25.5142449 L0.997789462,25.5142449 L0.997789462,25.5142449 C0.997870285,25.8850444 1.29852819,26.1855713 1.66932768,26.1854905 C1.82379235,26.1854568 1.9735212,26.132163 2.0932698,26.0345945 L2.23620401,25.9181349 L2.2838238,25.9996012 C2.50266557,26.3739883 2.98357251,26.5000826 3.35795952,26.2812408 C3.50124985,26.1974828 3.61431404,26.0704737 3.68091835,25.9184494 L3.68091835,25.9184494 L4.11589732,26.3437849 C4.3505584,26.5732435 4.72680177,26.5690261 4.95626041,26.3343651 C5.06486884,26.2232942 5.12566655,26.0741104 5.12563269,25.9187639 L5.12563269,25.9187639 C5.2044994,23.5725694 4.72266402,22.3616032 3.68012656,22.2858653 Z' id='Path-28' transform='translate(2.723537, 24.397644) rotate(-9.000000) translate(-2.723537, -24.397644) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-5' transform='translate(165.376619, 68.322556)'%3E %3Cg id='Group-41' transform='translate(0.499706, 0.114578)'%3E %3Crect id='Rectangle' fill='%23444F71' x='21.7940476' y='23.9709471' width='2.44047663' height='7.53803368' rx='1.22023832'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(17.370684, 27.739964) scale(-1, 1) translate(-17.370684, -27.739964) ' x='16.1504454' y='23.9709471' width='2.44047663' height='7.53803368' rx='1.22023832'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='16.1504454 29.6998527 13.0998496 31.5089808 18.3621274 31.5089808 19.0485114 30.6044167'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(24.463319, 30.604417) scale(-1, 1) translate(-24.463319, -30.604417) ' points='24.5395839 29.6998527 21.4889881 31.5089808 26.7512658 31.5089808 27.4376499 30.6044167'%3E%3C/polygon%3E %3Cpath d='M5.52597109,4.49135935 L5.95353715,4.49377589 C6.20367401,4.49518962 6.40530395,4.69911167 6.40389021,4.94924853 C6.40387191,4.95248702 6.40381887,4.95572523 6.40373111,4.95896259 L6.10948354,15.8130749 C6.10548131,15.9607078 5.98421286,16.0780678 5.83652803,16.0772332 L5.83652803,16.0772332 C5.68763063,16.0763916 5.56552291,15.9589911 5.55883152,15.8102418 L5.07094879,4.96462593 C5.05970774,4.71473778 5.25316943,4.50305074 5.50305758,4.49180969 C5.5106904,4.49146633 5.51833068,4.49131617 5.52597109,4.49135935 Z' id='Path-17' fill='%232A3966' transform='translate(5.737190, 10.284295) rotate(142.000000) translate(-5.737190, -10.284295) '%3E%3C/path%3E %3Cpath d='M2.22930153,4.36286774 C1.80497494,4.32961092 1.27293872,4.67629995 0.633192859,5.40293484 L0.633169928,5.40291465 C0.506448214,5.54684746 0.520400563,5.7662563 0.664333371,5.89297801 C0.727212491,5.94833822 0.807986793,5.97909811 0.891762077,5.97958578 L0.891762077,5.97958578 L0.891762077,5.97958578 C0.892855133,6.16750913 1.0460832,6.31896501 1.23400655,6.31787195 C1.3116279,6.31742047 1.38676183,6.29044355 1.44694231,6.24141714 L1.51463033,6.18627467 L1.54221426,6.23326955 C1.65178513,6.41994593 1.89194098,6.48245231 2.07861737,6.37288144 C2.15038861,6.33075487 2.20688756,6.26687632 2.23993194,6.19049682 L2.23993194,6.19049682 L2.46177775,6.40794217 C2.57858633,6.52243376 2.76609217,6.52055548 2.88058376,6.4037469 C2.93526289,6.34796123 2.96568789,6.27283197 2.96523355,6.19471897 L2.96523355,6.19471897 C2.99821842,5.01452274 2.75290775,4.40390566 2.22930153,4.36286774 Z' id='Path-28' fill='%232A3966' transform='translate(1.757359, 5.426641) rotate(133.000000) translate(-1.757359, -5.426641) '%3E%3C/path%3E %3Cpath d='M32.1289213,4.00139966 L32.5622958,4.00136775 C32.8124367,4.00134933 33.0152308,4.20411363 33.0152493,4.45425449 C33.0152496,4.45926663 33.0151668,4.46427844 33.0150008,4.46928784 L32.657174,15.2678178 C32.652245,15.4165672 32.5302388,15.5346061 32.3814078,15.5346171 L32.3814078,15.5346171 C32.2323132,15.5346281 32.109819,15.4168975 32.1039191,15.2679197 L31.6763893,4.47224221 C31.666491,4.22229727 31.8610873,4.0116527 32.1110322,4.0017544 C32.1169923,4.00151836 32.1229565,4.00140009 32.1289213,4.00139966 Z' id='Path-17' fill='%232A3966' transform='translate(32.345639, 9.767992) rotate(-177.000000) translate(-32.345639, -9.767992) '%3E%3C/path%3E %3Cpath d='M33.4034366,2.29776836 C32.9770028,2.26645215 32.4408029,2.61272433 31.7948369,3.33658492 L31.7948454,3.33659249 C31.668203,3.47850631 31.6805828,3.69621418 31.8224966,3.82285665 C31.8854497,3.87903531 31.9668355,3.91014937 32.0512103,3.91029461 L32.0512103,3.91029461 L32.0512103,3.91029461 C32.051536,4.09732496 32.2034181,4.24867901 32.3904484,4.24835333 C32.4675899,4.248219 32.5423738,4.22175152 32.6024256,4.1733304 L32.6769641,4.11322844 L32.7024003,4.15624721 C32.8138759,4.34477945 33.0570803,4.40724618 33.2456126,4.29577056 C33.3168839,4.25362912 33.373178,4.19023705 33.4066001,4.11448436 L33.4066001,4.11448436 L33.6299346,4.33075718 C33.748398,4.44547482 33.9374286,4.44243828 34.0521463,4.32397488 C34.1062056,4.26815045 34.1363714,4.1934497 34.1362361,4.11574027 L34.1362361,4.11574027 C34.1742818,2.94242959 33.9300153,2.33643896 33.4034366,2.29776836 Z' id='Path-28' fill='%232A3966' transform='translate(32.923743, 3.355334) rotate(-186.000000) translate(-32.923743, -3.355334) '%3E%3C/path%3E %3Cellipse id='body' fill='%23444F71' cx='19.8447169' cy='12.5463033' rx='12.6935291' ry='12.5463033'%3E%3C/ellipse%3E %3C/g%3E %3Cg id='Group-4' transform='translate(0.305060, 3.756956)'%3E%3C/g%3E %3Cg id='Group-2' transform='translate(31.676391, 2.231258)'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-5' transform='translate(181.899144, 127.444862)'%3E %3Cg id='Group-4' transform='translate(0.305060, 1.694550)'%3E%3C/g%3E %3Cg id='Group-2' transform='translate(31.676391, 0.168852)'%3E%3C/g%3E %3C/g%3E %3Cg id='Group-5' transform='translate(257.627383, 73.822306)'%3E %3Cg id='Group' transform='translate(3.300851, 9.964895)'%3E %3Cellipse id='body' fill='%23444F71' cx='24.110599' cy='24.0382033' rx='24.110599' ry='24.0382033'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(13.817770, 14.619726)'%3E %3Cg id='Group-3'%3E %3Cellipse id='eyewhite' stroke='%231987E7' stroke-width='1.12618085' fill='%23FFFFFF' cx='10.2928288' cy='10.261923' rx='10.2928288' ry='10.261923'%3E%3C/ellipse%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='10.2928288' cy='10.261923' rx='3.24294606' ry='3.23320863'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3Cpath d='M29.3275122,44.7026236 L29.7322695,44.7026236 C30.8558469,44.7026236 31.8718545,45.3706649 32.3171605,46.4022311 L36.767139,56.710753 C37.09182,57.4628873 36.7453007,58.3358186 35.9931664,58.6604997 C35.8075311,58.7406346 35.6074725,58.7819717 35.4052793,58.7819717 L35.000522,58.7819717 C33.8769446,58.7819717 32.8609371,58.1139304 32.415631,57.0823642 L27.9656525,46.7738423 C27.6409715,46.021708 27.9874909,45.1487767 28.7396252,44.8240956 C28.9252605,44.7439607 29.125319,44.7026236 29.3275122,44.7026236 Z' id='Rectangle' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M24.6248599,44.7026236 L25.528852,44.7026236 C26.145433,44.7026236 26.6452706,45.2024613 26.6452706,45.8190422 C26.6452706,46.0637416 26.5648756,46.3016635 26.4164524,46.4962099 L22.2882374,51.907285 L22.2882374,56.5040899 C22.2882374,57.7500236 21.2782086,58.7600524 20.0322749,58.7600524 L20.0322749,58.7600524 C18.7863413,58.7600524 17.7763125,57.7500236 17.7763125,56.5040899 L17.7763125,51.5635506 L22.4275858,45.7577471 C22.9619154,45.0907871 23.7702584,44.7026236 24.6248599,44.7026236 Z' id='Rectangle' fill='%23444F71' transform='translate(22.211269, 51.731338) scale(-1, 1) translate(-22.211269, -51.731338) '%3E%3C/path%3E %3C/g%3E %3Cpath d='M35.4019515,22.1864829 C35.1748385,22.297362 34.9435036,22.4152681 34.7079319,22.5244519 C34.1085771,22.8026047 33.4693603,22.6543637 33.0767441,22.1300541 C32.9483176,21.9578176 32.8584847,21.7560869 32.7579483,21.5639083 C32.6977958,21.4488263 32.6615936,21.3211108 32.5986236,21.2077136 C32.4755087,20.9873903 32.2299257,20.9404777 32.0502221,21.1045546 C31.9384005,21.2068219 31.8536684,21.3378005 31.7398708,21.4372536 C31.2624266,21.8530445 30.5328433,21.8397142 30.0771574,21.3985928 C29.6510989,20.9870288 29.4403149,20.4662622 29.4087666,19.8849139 C29.3938494,19.6064744 29.4440491,19.324439 29.473672,19.0449158 C29.484567,18.9377741 29.5405687,18.8326429 29.5370886,18.7277378 C29.5338959,18.6287391 29.5067105,18.496532 29.4390044,18.4438779 C29.3715808,18.3917865 29.2275221,18.3863098 29.1415729,18.4208226 C28.9826379,18.4850792 28.8417852,18.5929444 28.6924586,18.6828025 C28.3453454,18.8922852 27.967092,18.9608388 27.5656314,18.9312188 C26.7810358,18.8739645 26.3634312,18.4587522 26.3531265,17.6819631 C26.3497886,17.4263146 26.4143883,17.1690415 26.4550275,16.9131524 C26.468481,16.8290747 26.5301401,16.7447603 26.5207645,16.6662862 C26.5091162,16.568967 26.4667256,16.4558701 26.3981628,16.3914032 C26.3518897,16.3474873 26.2286998,16.350467 26.1559921,16.3762737 C26.056794,16.4113367 25.9753999,16.4939454 25.8812927,16.5470124 C25.5412102,16.7382211 25.2138442,16.9626277 24.855114,17.1085398 C23.8209105,17.5283157 22.9608836,16.9914808 22.859769,15.871216 C22.8369809,15.6169557 22.8888905,15.3548898 22.9151506,15.0970187 C22.9260461,14.9904396 22.9882472,14.8825017 22.9743408,14.7820868 C22.9615695,14.6898289 22.8963344,14.5657426 22.8204705,14.5319239 C22.7417863,14.4966964 22.6166601,14.5396101 22.5225378,14.5763653 C22.4715316,14.5965673 22.4434138,14.6750067 22.4048412,14.7272813 C21.9979999,15.279538 21.414147,15.5546115 20.7842778,15.7587704 C20.7431319,15.7719506 20.7005735,15.7820358 20.6577309,15.7895896 C19.7780535,15.9504881 19.1532052,15.48868 19.073726,14.5956755 C19.0369799,14.1853152 19.0459001,13.7724659 19.1529298,13.3664571 C19.1967538,13.2011296 19.2191431,13.0250953 19.2189841,12.8535399 C19.2187797,12.6330491 18.9793306,12.512739 18.7947966,12.6357507 C18.6694263,12.7194437 18.5672041,12.8374692 18.4421167,12.9222874 C18.174194,13.1048445 17.9096616,13.2955605 17.6233853,13.4460395 C17.3264015,13.601852 16.9979773,13.5970485 16.6672489,13.5393702 C16.169888,13.4531327 15.8663066,13.1820197 15.8028552,12.5491754 C15.7411166,11.9393941 15.9616286,11.3979335 16.3282213,10.9145429 C16.4267686,10.7855457 16.5594953,10.730827 16.7190343,10.7098817 C16.9436852,10.6799969 17.1389521,10.579213 17.257169,10.3813307 C17.3078333,10.2964436 17.3435255,10.1780754 17.3279342,10.0846899 C17.3041209,9.94095526 17.1642311,9.87107887 17.0331482,9.87433253 C16.8868431,9.87841583 16.7247724,9.90526483 16.598825,9.97461419 C16.3731333,10.0981503 16.1597874,10.1589817 15.9234249,10.0232064 C15.6455996,9.86292503 15.4477727,9.63493927 15.3961695,9.31512386 C15.301188,8.72893587 15.40415,8.1924288 15.8302587,7.74565423 C16.2507355,7.30562416 16.7689106,7.03723966 17.3619526,6.94357323 C17.8315377,6.86891684 18.3116129,6.85867367 18.7874354,6.82227143 C18.8736925,6.81588271 18.9625063,6.8305892 19.0470657,6.8174492 C19.2618465,6.78389922 19.4113595,6.59110813 19.3175855,6.39527972 C19.1633681,6.07480695 19.2643158,5.79816201 19.3912008,5.52379096 C19.7274034,4.79625765 20.2444442,4.21654154 20.9225973,3.79249906 C21.1200985,3.66893691 21.3556954,3.58703322 21.5851212,3.53830992 C22.2970741,3.38738087 22.6873938,3.56295309 23.0783965,4.17135135 C23.5185217,4.85629178 23.5971955,4.88026976 24.20789,4.36644996 C24.7101356,3.94393226 25.2765599,3.72227789 25.9277146,3.67197585 C26.4063558,3.63529498 26.8863943,3.5853972 27.3589585,3.68342375 C27.6524785,3.74444257 27.9519458,3.83499688 28.2142494,3.9769834 C28.6184226,4.19587909 28.8600627,4.55102498 28.869811,5.03166988 C28.8716025,5.13966696 28.8533848,5.25411401 28.8816689,5.35510464 C28.908821,5.45131317 28.965026,5.5655478 29.0437235,5.61511846 C29.1633208,5.69003837 29.2937915,5.63447387 29.3943392,5.53472731 C29.4253202,5.50381977 29.4588403,5.47516448 29.4853079,5.44115914 C30.0053705,4.77594945 30.7306312,4.68774879 31.4910175,4.78238537 C32.0134482,4.84727193 32.4900743,5.06960947 32.9081693,5.40551307 C33.3237243,5.73832071 33.5499177,6.15616841 33.5757847,6.69082592 C33.611131,7.41589038 33.6170552,7.42039567 34.302801,7.58442904 C35.1447571,7.78601151 35.8901952,8.1770592 36.5481128,8.73198778 C36.7281093,8.88402277 36.8985465,9.06361025 37.0236139,9.26143626 C37.3036737,9.70352024 37.2566449,10.0609304 36.9080029,10.4459042 C36.8353455,10.5259899 36.7440675,10.5900277 36.6742311,10.6720847 C36.5044266,10.8710443 36.5325414,11.0935296 36.7491661,11.2245056 C36.8786334,11.3030907 37.0224561,11.3580651 37.1583982,11.4268129 C37.5687618,11.6333398 37.9549165,11.8775303 38.283353,12.1998516 C38.4376953,12.3510191 38.591483,12.5120295 38.7044136,12.6938137 C38.9709284,13.1212608 38.9696412,13.5574599 38.6672596,13.9725689 C38.5647758,14.1125308 38.4456481,14.2401027 38.3361114,14.3744332 C38.1023975,14.6630486 38.0871757,14.9684591 38.287897,15.2777254 C38.4296159,15.4960972 38.5893663,15.7032361 38.7372834,15.9176763 C38.8854824,16.1321167 39.0432621,16.3420662 39.1689204,16.5691415 C39.2510923,16.71743 39.2986119,16.8895916 39.334569,17.0569615 C39.3809999,17.2710266 39.2974366,17.4464419 39.096526,17.5413147 C38.9204125,17.6246795 38.7366731,17.6925693 38.5529301,17.7565217 C38.3889143,17.8137426 38.214441,17.8419863 38.0546616,17.9076483 C37.6683169,18.0667531 37.5578207,18.3824813 37.7619814,18.7527794 C37.8452833,18.9036 37.9592982,19.0386997 38.0673934,19.1740751 C38.1893184,19.3271814 38.3270187,19.4679278 38.4461264,19.6230001 C38.8971529,20.2075486 38.9040425,20.6454427 38.4430852,21.2083363 C37.9114507,21.8586297 37.2471003,22.2711542 36.3723489,22.2720328 C36.1998232,22.2724358 36.0259333,22.3217729 35.8559331,22.3095225 C35.7087687,22.2989806 35.5660638,22.2333202 35.4019515,22.1864829' id='Fill-36' fill='%23FFD648' transform='translate(27.355313, 13.074783) rotate(-19.000000) translate(-27.355313, -13.074783) '%3E%3C/path%3E %3Cg id='Group-4' transform='translate(0.000000, 36.180463)' fill='%232A3966'%3E %3Cg id='Group-7' transform='translate(7.683423, 11.949044) rotate(163.000000) translate(-7.683423, -11.949044) translate(3.552792, 0.949546)'%3E %3Cpath d='M1.6635726,21.9989975 L2.42007681,21.9989975 C2.73500892,21.9989975 3.02378555,21.823785 3.16923538,21.5444526 L7.8168208,12.6188932 L4.09078411,2.83346591 C3.98505288,2.55579144 3.71880658,2.37227652 3.42168337,2.37227652 L3.42168337,2.37227652 C3.22088516,2.37227652 3.05810604,2.53505564 3.05810604,2.73585385 C3.05810604,2.77238588 3.06361194,2.80870928 3.07443823,2.84360026 L6.00822711,12.2986153 L1.03019655,20.9006731 C0.827764209,21.250477 0.947232492,21.698153 1.29703643,21.9005853 C1.40843482,21.9650518 1.53486544,21.9989975 1.6635726,21.9989975 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M3.79049066,1.49373153 C3.00176592,1.43536276 2.00946589,2.08472141 0.81359056,3.44180751 L0.813572818,3.44179187 C0.579721058,3.70716817 0.605276748,4.11187248 0.870653049,4.34572424 C0.987380358,4.4485853 1.13755914,4.50543907 1.29314066,4.50566705 L1.29314066,4.50566705 L1.29314066,4.50566705 C1.29364833,4.85228553 1.57504967,5.13286378 1.92166816,5.13235612 C2.06590511,5.13214486 2.20566756,5.08225864 2.31743903,4.99109131 L2.44835433,4.88430916 L2.49419751,4.96275061 C2.69792958,5.31135291 3.14568505,5.42879344 3.49428734,5.22506137 C3.62803524,5.14689569 3.73349687,5.02826551 3.7954595,4.88628309 L3.7954595,4.88628309 L4.20195227,5.28441784 C4.42029821,5.49827431 4.7706675,5.49463487 4.98452396,5.27628892 C5.08602477,5.17265731 5.14277713,5.03331521 5.14256467,4.88825702 L5.14256467,4.88825702 C5.21337049,2.69718586 4.76267916,1.56567736 3.79049066,1.49373153 Z' id='Path-28' transform='translate(2.901698, 3.466290) rotate(117.000000) translate(-2.901698, -3.466290) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(46.973355, 12.764850)' fill='%232A3966'%3E %3Cg id='Group-6' transform='translate(11.736425, 15.503450) rotate(-160.000000) translate(-11.736425, -15.503450) translate(4.507820, 2.097811)'%3E %3Cpath d='M13.9135106,1.20702111 L13.9368361,1.29268782 C14.0351861,1.65389296 13.8220999,2.026436 13.4608948,2.12478598 C13.425521,2.13441766 13.389424,2.14116359 13.3529592,2.14495739 L2.50262051,3.27382669 L9.17719919,22.4949145 C9.24079579,22.6780565 9.14388508,22.8780777 8.96074307,22.9416743 C8.92371291,22.9545331 8.8847905,22.9610987 8.84559124,22.9610987 L8.84559124,22.9610987 C8.54841962,22.9610987 8.28208075,22.7776894 8.1760928,22.500061 L0.258464211,1.76035797 L13.0212729,0.587828753 C13.4295481,0.55032019 13.8057975,0.811428592 13.9135106,1.20702111 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M10.0481427,21.6845442 C9.38686428,21.636052 8.32361651,22.275984 6.85839939,23.6043402 L6.8584192,23.6043621 C6.59023016,23.8475005 6.56992262,24.2620133 6.81306104,24.5302023 C6.99849501,24.7347416 7.29221555,24.801157 7.54761018,24.6962967 L7.54761018,24.6962967 L7.54761018,24.6962967 C7.45142561,25.0146145 7.63150014,25.350635 7.94981789,25.4468196 C8.21499922,25.5269481 8.50063361,25.4157965 8.64190376,25.1775016 L8.70323834,25.0740422 L8.70323834,25.0740422 C8.63641966,25.3627807 8.81632117,25.6510166 9.1050596,25.7178353 C9.34953886,25.7744117 9.60058254,25.654003 9.70949359,25.4279292 L10.2219311,24.3642289 L10.7383891,25.2544323 C10.8365515,25.4236319 11.0532912,25.4812189 11.2224908,25.3830565 C11.3318087,25.3196349 11.39905,25.2027689 11.3989401,25.0763858 L11.3989401,25.0763858 C11.4710931,22.8864859 11.0208273,21.755872 10.0481427,21.6845442 Z' id='Path-28' transform='translate(9.024808, 23.706844) rotate(-59.000000) translate(-9.024808, -23.706844) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M21.6708312,49.3608963 L33.3736365,49.3608963 C32.2677726,50.3923235 30.2578648,50.9080371 27.3439133,50.9080371 C24.4299618,50.9080371 22.5389344,50.3923235 21.6708312,49.3608963 Z' id='Path-19' stroke='%232A3966' stroke-width='0.563090427' fill='%23FFFFFF'%3E%3C/path%3E %3Cellipse id='Oval' fill='%232A3966' cx='38.6912624' cy='42.1564074' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='39.8192436' cy='38.501476' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='42.3572014' cy='41.5941103' rx='1.5509742' ry='1.54631717'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='10.4917314' cy='34.5653959' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='13.5936798' cy='36.2522873' rx='1' ry='1'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill='%232A3966' cx='11.3377174' cy='38.501476' rx='1.5509742' ry='1.54631717'%3E%3C/ellipse%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(29.511961, 68.305083) scale(-1, 1) rotate(-15.000000) translate(-29.511961, -68.305083) ' points='29.6520527 66.6173118 24.0138687 69.9894272 33.7417888 69.9928537 35.010053 68.3062497'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(40.856188, 66.711374) scale(-1, 1) rotate(20.000000) translate(-40.856188, -66.711374) ' points='40.9983098 65.0229275 35.3578033 68.3998208 45.0850382 68.3954159 46.3545729 66.7076715'%3E%3C/polygon%3E %3C/g%3E %3Cg id='Group-11' transform='translate(172.261004, 100.796146)' fill='%23444F71'%3E %3Cpolyline id='Fill-29' points='1.37687707 119.456987 9.63813949 0.181172423 8.44624287 0.0674609169 0.184980441 119.343275'%3E%3C/polyline%3E %3Cpolygon id='Fill-30' points='18.5878405 0.181172423 17.3959438 0.220471232 23.5918906 119.496286 24.7837873 119.456987'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='8.94970096 8.75911861 18.5878405 8.75911861 18.5878405 7.56215539 8.94970096 7.56215539'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='8.26126242 18.38368 18.5878405 18.38368 18.5878405 17.1867168 8.26126242 17.1867168'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='6.88438535 31.4455848 19.276279 31.4455848 19.276279 30.2486216 6.88438535 30.2486216'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='6.19594682 44.5074895 19.9647175 44.5074895 19.9647175 43.3105263 6.19594682 43.3105263'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='5.50750828 57.5693943 20.6531561 57.5693943 20.6531561 56.3724311 5.50750828 56.3724311'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='4.13063121 70.6312991 22.0300331 70.6312991 22.0300331 69.4343358 4.13063121 69.4343358'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='3.44219268 83.6932038 22.0300331 83.6932038 22.0300331 82.4962406 3.44219268 82.4962406'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='2.75375414 96.7551086 22.7184717 96.7551086 22.7184717 95.5581454 2.75375414 95.5581454'%3E%3C/polygon%3E %3Cpolygon id='Fill-32' points='2.06531561 109.129545 23.4069102 109.129545 23.4069102 107.932581 2.06531561 107.932581'%3E%3C/polygon%3E %3C/g%3E %3Cpath d='M194.669317,102.049778 L177.390233,102.049778 C176.838361,102.049778 176.391635,101.578773 176.391635,100.998246 C176.391635,100.41712 176.838361,99.9461153 177.390233,99.9461153 L194.669317,99.9461153 C195.221189,99.9461153 195.667914,100.41712 195.667914,100.998246 C195.667914,101.578773 195.221189,102.049778 194.669317,102.049778' id='Fill-39' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 300px;
  width: 100%;
  background-size: 100% 100%;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    #mailbox {
      height: 400px;
      width: 400px;
      margin-bottom: 50px; } }

#contact {
  padding: 0; }
  @media (min-width: 992px) {
    #contact {
      padding: 100px 0; } }
  #contact input[type="text"], #contact input[type="email"], #contact textarea {
    color: #141734;
    border: 1px solid #141734;
    width: 100%;
    font-size: 1.2rem;
    padding: 10px; }
  #contact h6 {
    margin-bottom: 80px; }
  #contact .nf-error .ninja-forms-field {
    border: 1px solid #dc3545; }
  #contact .nf-error-msg {
    color: #dc3545; }
  #contact .nf-response-msg p {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 992px) {
      #contact .nf-response-msg p {
        height: 300px; } }

.mbl-video-pb .elementor-widget-video .elementor-video {
  height: 544px;
  width: 100%; }

.mbl-video-pb .elementor-fit-aspect-ratio {
  height: 544px; }

.startups-hero {
  margin: 50px 0; }
  .startups-hero .startups-graphics {
    height: 200px;
    margin: 50px 0;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='480px' height='486px' viewBox='0 0 480 486' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Estartups-services%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpath d='M20.1688321,84.6908257 L20.1688321,84.6915138 L3.4059562,75.2029817 C0.746510949,73.6981651 -0.190744526,70.3169725 1.30982482,67.6513761 L20.1914745,33.215367 C25.2400292,24.2442661 40.1510365,4.92110092 49.3472555,0.329587156 L63.2297518,8.18807339 L63.2283796,8.18807339 L63.2297518,8.18807339 L77.1129343,16.0472477 L77.1143066,16.0486239 C77.9445255,26.3146789 70.0670511,47.2307339 65.0191825,56.1997706 L44.462,92.0772936 C42.9600584,94.743578 39.5890949,95.6848624 36.9310219,94.1800459 L20.1688321,84.6915138 L20.1688321,84.6908257 L20.1688321,84.6908257 Z' id='path-1'%3E%3C/path%3E %3Cpath d='M20.1688321,84.6908257 L20.1688321,84.6915138 L3.4059562,75.2029817 C0.746510949,73.6981651 -0.190744526,70.3169725 1.30982482,67.6513761 L20.1914745,33.215367 C25.2400292,24.2442661 40.1510365,4.92110092 49.3472555,0.329587156 L63.2297518,8.18807339 L63.2283796,8.18807339 L63.2297518,8.18807339 L77.1129343,16.0472477 L77.1143066,16.0486239 C77.9445255,26.3146789 70.0670511,47.2307339 65.0191825,56.1997706 L44.462,92.0772936 C42.9600584,94.743578 39.5890949,95.6848624 36.9310219,94.1800459 L20.1688321,84.6915138 L20.1688321,84.6908257 L20.1688321,84.6908257 Z' id='path-3'%3E%3C/path%3E %3Cpath d='M220,193 C272.467051,193 315,149.795478 315,96.5 C315,43.2045216 272.467051,0 220,0 C167.532949,0 125,43.2045216 125,96.5 C125,124.989013 137.15345,150.594615 156.481105,168.258945 C159.168709,170.715255 155.508341,179.295607 145.5,194 C166.907042,186.679506 179.057377,183.662371 181.951003,184.948594 C193.600704,190.126914 206.470045,193 220,193 Z' id='path-5'%3E%3C/path%3E %3Cmask id='mask-6' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='-2.85714286' y='-2.85714286' width='195.714286' height='199.714286'%3E %3Crect x='122.142857' y='-2.85714286' width='195.714286' height='199.714286' fill='white'%3E%3C/rect%3E %3Cuse xlink:href='%23path-5' fill='black'%3E%3C/use%3E %3C/mask%3E %3C/defs%3E %3Cg id='startups-services' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Crect fill='%23FFFFFF' x='0' y='0' width='480' height='486'%3E%3C/rect%3E %3Cg id='Group-9' transform='translate(16.000000, 26.000000)'%3E %3Cpath d='M5.8515289,319.259992 C1.18839443,308.267279 15.6774194,297.10801 49.3186038,285.782185 C99.7803804,268.793447 104.239773,281.683455 112.116208,281.683455 C119.992644,281.683455 144.337989,281.683455 156.510662,281.683455 C168.683335,281.683455 241.67544,287.844856 263.156627,287.281191 C284.637815,286.717526 308.669073,277.737801 322.273825,277.174136 C335.878577,276.610471 406.048391,285.782185 432.028711,330.752373 C438.523792,343.743761 451.767985,350.00807 417.040065,343.244092 C382.312145,336.480114 335.162538,300.284394 311.891251,312.121355 C288.619965,323.958317 281.817589,329.0313 236.707095,334.667948 C191.596602,340.304597 130.733237,303.102718 112.116208,303.102718 C99.7048554,303.102718 64.2832957,308.488476 5.8515289,319.259992 Z' id='Path-18' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M0,328.693407 C6.8437451,314.197853 16.20887,306.179036 37.1003024,300.010715 C60.79176,293.015669 69.1578453,293.040232 115.623273,298.684385 C162.0887,304.328539 173.363827,315.01562 231.606742,313.376302 C289.849658,311.736985 293.820863,295.047478 336.063904,293.057694 C364.225932,291.731171 424.021421,313.306532 443,355' id='Path-15' stroke='%23444F71' stroke-width='1.9047619' fill='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpolygon id='Path-27' fill='%23459AFF' transform='translate(154.119943, 284.580722) rotate(6.000000) translate(-154.119943, -284.580722) ' points='142.369943 283.330722 139.869943 286.830722 141.869943 287.830722 143.369943 286.330722 145.369943 286.830722 144.869943 288.830722 143.369943 289.330722 142.869943 291.330722 146.869943 291.330722 147.369943 287.830722 161.869943 283.330722 164.869943 286.330722 168.369943 283.830722 166.869943 282.330722 165.369943 283.330722 163.369943 281.830722 164.369943 280.330722 166.869943 280.830722 168.369943 279.330722 163.369943 277.830722 161.369943 280.830722 146.869943 285.330722 144.869943 283.330722'%3E%3C/polygon%3E %3Cg id='Group-43' transform='translate(170.000000, 30.000000)'%3E %3Cg id='Group-42'%3E %3Cpath d='M27.987019,97.6230728 C25.1224204,102.948073 18.1396613,103.687064 11.067019,106.967798 C4.42869782,110.04555 4.25647884,115.599678 4.25647884,115.599678 C4.25647884,115.599678 13.396435,110.567798 12.2938219,111.186376 C7.80926716,113.704036 3.65817227,117.6061 2.12947154,122.653119 C1.3678657,125.169403 1.35894599,127.850137 2.12123796,130.362981 C2.30855183,130.980871 2.55693139,131.578119 2.82932556,132.162981 C2.9679241,132.462293 3.02418687,133.259082 3.27599709,133.046467 C3.68081461,132.705183 3.89763212,131.229265 4.07602629,130.687752 C4.83625986,128.386146 5.74675621,126.097614 7.60411388,124.462752 C7.95198249,124.156559 8.76642045,123.249678 9.28101899,123.251743 C9.66593869,123.253119 9.00176351,123.969403 8.85836205,124.325137 C8.55028906,125.088898 8.23329636,125.84922 7.93963212,126.618486 C7.08951534,128.846467 6.43837665,131.227889 6.38966132,133.623761 C6.25998249,140.105412 10.4693985,146.304265 15.9989314,149.389587 C16.0160847,149.39922 16.508727,148.129724 16.5478365,148.014816 C17.072727,146.457018 17.4075591,144.854495 17.7540555,143.249908 C18.6254423,139.212981 19.6813985,135.282018 22.2523329,131.962752 C23.7707416,129.999678 25.6528,128.413669 27.7139387,127.051284 C28.389092,126.604724 29.0868876,126.194632 29.8004642,125.81344 C30.0268876,125.690963 30.2553694,125.575366 30.4865956,125.46321 C30.5847124,125.415045 30.8008438,125.215504 30.7843767,125.323532 C30.702727,125.869174 29.9843475,126.445091 29.6419679,126.935687 C28.7252964,128.245091 27.8422453,129.601284 27.0607416,130.997385 C25.2658219,134.205183 24.1659533,137.995091 23.7906394,141.676284 C23.7261431,142.309311 24.4163912,140.569862 24.7306394,140.018715 C25.224654,139.155183 25.7715007,138.321926 26.3938219,137.546467 C28.3884058,135.057706 31.0540263,133.184082 33.4150044,131.067568 C35.8329314,128.900825 38.3524058,126.568256 39.350727,123.371467 C40.3737489,120.099678 39.3328876,116.6311 38.4498365,113.442568 C37.6388292,110.519632 36.9602453,107.550596 35.8370482,104.724678 L27.987019,97.6230728' id='Fill-18' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M26.1104496,102.071467 C23.3021139,104.682706 19.5400555,105.86688 16.4215883,108.017109 C15.364946,108.746467 14.503165,109.617568 13.8012526,110.700596 C13.5487562,111.090733 13.3113548,111.492568 13.0876759,111.899908 C12.9861285,112.085687 12.6108146,112.55977 12.800873,112.468256 C14.0791358,111.855183 15.0513839,110.690963 16.4229606,110.121238 C16.8874715,109.927889 17.365019,109.773761 17.8501139,109.641651 C18.0264496,109.593486 18.2041577,109.551513 18.3839241,109.511605 C18.4683183,109.492339 18.6803329,109.387064 18.6371066,109.461376 C17.845311,110.796238 16.2383912,111.82766 15.2791796,113.092339 C12.6643329,116.544403 10.9174423,120.601284 10.8152088,124.991192 C10.7603183,127.312064 11.1472964,129.544174 12.0989606,131.672385 C12.3905664,132.324678 12.7006978,132.974908 13.0369022,133.606559 C13.1274715,133.776513 13.2200993,133.947843 13.3168438,134.115733 C13.3847708,134.230642 13.4671066,134.577431 13.5219971,134.45633 C14.6719533,131.931788 14.8338803,129.347385 16.5540117,127.015504 C19.2587416,123.348073 23.9216905,122.244403 27.6226832,119.887752 C28.7849898,119.146697 29.9726832,118.332018 30.9703183,117.372843 C31.3003475,117.054954 31.611165,116.711605 31.8883621,116.34555 C32.0022599,116.19555 32.0873402,115.744862 32.2149606,115.883853 C32.3027854,115.978807 32.0468584,116.882935 32.029019,116.979265 C31.8334715,117.996926 31.5748,119.076513 31.1500847,120.028807 C31.0094277,120.34532 30.8481869,120.652201 30.6691066,120.948761 C30.5620701,121.125596 30.1339241,121.519862 30.3342745,121.471697 C32.2636759,121.003119 34.0441869,118.738669 34.838727,117.037752 C36.8017489,112.839816 36.7749898,108.027431 34.0407562,104.212064 L26.1104496,102.071467' id='Fill-19' fill='%23ACD4F7'%3E%3C/path%3E %3Cpolyline id='Fill-21' fill='%23444F71' points='47.6481139 102.722385 24.676435 89.7184856 22.5885372 91.8177976 46.8686686 105.561376 47.6481139 102.722385'%3E%3C/polyline%3E %3Cpolyline id='Fill-22' fill='%2380879E' points='22.5885372 91.8177976 17.0789022 97.3574765 44.8089022 113.053807 46.8679825 105.560687 22.5885372 91.8177976'%3E%3C/polyline%3E %3Cpath d='M45.3289898,116.073073 L14.2321431,98.4707792 C13.6660847,98.1494489 13.4643621,97.4214673 13.7840993,96.8538067 C14.1038365,96.2854581 14.8290774,96.0831645 15.3951358,96.4038067 L46.4926686,114.0061 C47.0594131,114.327431 47.2611358,115.054036 46.9413985,115.623073 C46.6216613,116.190733 45.8964204,116.393715 45.3289898,116.073073' id='Fill-23' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M36.0051504,96.2035774 L36.0051504,96.2042655 L19.2429606,86.7157333 C16.5835153,85.2102288 15.6462599,81.8297242 17.1468292,79.1641278 L36.0284788,44.7281187 C41.0770336,35.7570177 55.9880409,16.4338526 65.1842599,11.8423388 L79.0667562,19.7008251 L79.0653839,19.7008251 L79.0667562,19.7008251 L92.9506248,27.5599994 L92.951311,27.5613755 C93.7815299,37.8274306 85.9040555,58.7434856 80.8561869,67.7125223 L60.2990044,103.590045 C58.7970628,106.25633 55.4260993,107.198302 52.7680263,105.692798 L36.0051504,96.2042655 L36.0051504,96.2035774' id='Fill-24' fill='%23FAF6F8'%3E%3C/path%3E %3Cg id='Group-27' transform='translate(15.837004, 11.512752)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cuse id='Clip-26' stroke='%23444F71' stroke-width='1.37614679' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E %3Cpath d='M50.3359708,2.13302752 C50.7016788,2.13577982 50.7771533,3.01238532 50.2467737,2.86995413 C49.9277226,2.78394495 49.9064526,2.13233945 50.3359708,2.13302752 Z M46.2877956,4.71399083 C46.691927,4.71949541 46.6363504,5.82178899 46.0716642,5.38073394 C45.830146,5.19220183 45.9364964,4.71192661 46.2877956,4.71399083 Z M42.3905693,8.66697248 C42.7823504,8.67316514 42.8701752,9.35504587 42.3617518,9.36123853 C41.9843796,9.36605505 41.8574453,8.66353211 42.3905693,8.66697248 Z M38.4027737,12.731422 C38.7684818,12.7362385 38.9777518,13.4470183 38.4899124,13.5020642 C38.3965985,13.5116972 38.3012263,13.4834862 38.2291825,13.4229358 C37.9808029,13.2137615 38.0157956,12.7293578 38.4027737,12.731422 Z M74.4274161,16.5736239 C74.9523066,16.5853211 74.8418394,17.4557339 74.4130073,17.4866972 C73.9526131,17.5197248 73.9018394,16.5694954 74.4274161,16.5736239 Z M34.6242482,17.9483945 C35.0441606,17.9538991 34.8019562,19.3396789 34.3237226,18.4844037 C34.2050219,18.2711009 34.3545985,17.9470183 34.6242482,17.9483945 Z M74.2092263,22.7944954 C74.5715036,22.8006881 74.6655036,23.4633028 74.1433577,23.5162844 C73.7604964,23.5561927 73.6026861,22.7889908 74.2092263,22.7944954 Z M31.1736934,22.9451835 C31.568219,22.9486239 31.5901752,23.8692661 31.0501898,23.6649083 C30.7421168,23.5479358 30.7949489,22.9444954 31.1736934,22.9451835 Z M72.954292,28.912844 C73.3570511,28.9183486 73.3913577,29.9807339 72.7525693,29.5788991 C72.4952701,29.4165138 72.5927007,28.9107798 72.954292,28.912844 Z M27.0658248,30.1389908 C27.4411387,30.140367 27.5468029,31.0025229 26.9663358,30.8243119 C26.6616934,30.731422 26.638365,30.1369266 27.0658248,30.1389908 Z M71.3295328,33.5318807 C71.7034745,33.5366972 71.868146,34.2172018 71.4351971,34.265367 C71.0365547,34.3087156 70.8492409,33.5305046 71.3295328,33.5318807 Z M23.2344672,36.7279817 C23.5041168,36.7327982 23.5809635,37.2068807 23.5809635,37.2068807 C23.5658686,37.4366972 23.3909051,37.6458716 23.1617372,37.603211 C22.9771679,37.5694954 22.8536642,37.3892202 22.8824818,37.2048165 C22.8962044,37.1270642 22.789854,37.2722477 22.9078686,36.9522936 C22.9579562,36.8222477 23.0807737,36.7348624 23.2193723,36.7279817 L23.2344672,36.7279817 Z M68.7016496,39.2449541 L68.8128029,39.2642202 C69.2450657,39.4183486 69.152438,40.4305046 68.5987299,39.9316514 C68.442292,39.787156 68.1685255,39.2428899 68.7016496,39.2449541 Z M19.2947007,43.809633 C19.6816788,43.8137615 19.6686423,44.9538991 19.0744526,44.466055 C18.8535182,44.2850917 18.9523212,43.8082569 19.2947007,43.809633 Z M66.1801168,45.0454128 C66.5801314,45.0481651 66.552,46.1380734 65.9701606,45.6811927 C65.7444234,45.5029817 65.8411679,45.0447248 66.1801168,45.0454128 Z M63.570073,49.7490826 C63.8301168,49.7504587 64.0332117,50.0566514 63.9474453,50.3174312 C63.8328613,50.6683486 63.0870365,50.5238532 63.2276934,50.0057339 C63.2688613,49.8571101 63.4033431,49.7552752 63.5556642,49.7490826 L63.570073,49.7490826 Z M14.946,51.9061927 C15.3309197,51.909633 15.3679708,52.8082569 14.8478832,52.6568807 C14.5226569,52.5633028 14.5109927,51.9048165 14.946,51.9061927 Z M60.0852117,54.983945 C60.4275912,54.9866972 60.619708,55.6692661 60.1250073,55.6988532 C59.7695912,55.7194954 59.5452263,54.9811927 60.0852117,54.983945 Z M10.6755182,59.906422 L10.8120584,59.9353211 L10.9190949,60.0082569 C11.1846277,60.2759174 10.6611095,60.9350917 10.3701898,60.45 C10.2391387,60.2325688 10.4092993,59.9057339 10.6755182,59.906422 Z M57.0010511,61.5461009 C57.4086131,61.5522936 57.3386277,62.6428899 56.7190511,62.1990826 C56.4644964,62.0167431 56.5955474,61.5426606 57.0010511,61.5461009 Z M54.159781,66.5243119 C54.5145109,66.5270642 54.681927,67.2392202 54.1796788,67.2433486 C53.8242628,67.2454128 53.6643942,66.5243119 54.159781,66.5243119 Z M6.3679854,66.9639908 C6.83249635,66.9722477 6.6149927,68.2603211 6.10725547,67.5832569 C5.94807299,67.3699541 6.02629197,66.9619266 6.3679854,66.9639908 Z M50.7229489,72.084633 C51.0845401,72.0887615 51.2540146,72.8504587 50.7545109,72.8607798 C50.3853723,72.8683486 50.2035474,72.083945 50.7229489,72.084633 Z M3.6790365,72.1974771 C4.05640876,72.2022936 4.00426277,73.3493119 3.44232117,72.8463303 C3.19119708,72.6233945 3.64610219,72.1974771 3.6790365,72.1974771 Z M55.7042628,0.143807339 C56.551635,0.545642202 55.2500438,1.10366972 54.3697372,1.66238532 C49.8186277,4.56605505 45.5419708,7.89495413 41.955562,11.9002294 C35.3234161,19.3087156 30.5060876,28.1071101 25.6283796,36.6977064 C17.8579416,50.3821101 10.6398394,64.3561927 3.55553285,78.3633028 C3.55553285,78.3633028 3.51985401,78.5649083 3.23236496,78.5525229 C3.01074453,78.543578 2.81931387,78.3990826 2.9380146,78.0488532 C11.4830949,61.1545872 20.2422482,44.2493119 29.8377956,27.9584862 C35.2541168,18.7637615 41.5198686,9.73279817 50.1719854,3.62408257 C51.8818248,2.41788991 53.6465547,1.29220183 55.4188321,0.180963303 C55.4188321,0.180963303 55.5690949,0.122477064 55.7042628,0.143807339 Z M46.8339562,78.5834862 C47.2765109,78.5889908 47.3039562,79.3169725 46.8442482,79.3451835 C46.4531533,79.3699541 46.3790511,78.5807339 46.8339562,78.5834862 Z M43.2146131,85.1036697 C43.5871825,85.1071101 43.6379562,85.8956422 43.1151241,85.8908257 C42.712365,85.8866972 42.7322628,85.1036697 43.2146131,85.1036697 Z M40.1448613,89.9559633 C40.4371533,89.962844 40.6683796,90.2883028 40.5085109,90.5332569 C40.2361168,90.9495413 39.2288759,89.9483945 40.1448613,89.9559633 Z M72.7957956,11.0607798 C73.168365,11.2981651 73.0023212,12.1279817 73.0009489,12.8119266 C72.9680146,19.2756881 72.3964672,25.8 70.4526569,31.9954128 C66.7187299,43.9011468 59.8354599,54.637844 53.6492993,65.3291284 C48.0031241,75.0529817 42.7041314,84.8483945 36.3457518,94.6169725 C36.3457518,94.6169725 36.2140146,94.9458716 35.9642628,94.9802752 C35.7124526,95.0133028 35.4530949,94.8247706 35.6294307,94.4456422 C44.0468905,81.5862385 51.2272555,68.1798165 59.235781,54.2146789 C65.0260438,44.0786697 70.6207591,33.4417431 71.8702044,21.740367 C72.2372847,18.3027523 72.3203066,14.8444954 72.3079562,11.3786697 C72.3079562,11.3786697 72.3861752,10.9417431 72.7957956,11.0607798 L72.7957956,11.0607798 Z' id='Fill-25' fill='%23444F71' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M79.0667562,19.7008251 L65.1842599,11.8423388 C65.1842599,11.8423388 89.2112088,-0.693670328 91.254508,0.0301828835 C93.1736175,0.709999397 92.9506248,27.5599994 92.9506248,27.5599994 L79.0667562,19.7008251' id='Fill-28' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M73.9104788,59.9311003 C69.7628146,67.3003664 60.4437781,69.9019719 53.0946248,65.7425682 C45.7468438,61.5831645 43.1518949,52.2370636 47.298873,44.8677976 C51.4465372,37.4985315 60.7676321,34.8955499 68.1154131,39.0549535 C75.4645664,43.2150453 78.0588292,52.5618343 73.9104788,59.9311003' id='Fill-29' fill='%232E468A'%3E%3C/path%3E %3Cpath d='M71.7814131,58.7262838 C68.297238,64.9161921 60.469165,67.1028893 54.2960409,63.6081645 C48.1236029,60.1141278 45.9437635,52.2632104 49.4279387,46.0726141 C52.9121139,39.8820177 60.7415591,37.6966966 66.913311,41.1900453 C73.0871212,44.68477 75.2655883,52.5356875 71.7814131,58.7262838' id='Fill-30' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M71.2990628,58.4531187 C72.8853985,55.634082 73.2360117,52.4572471 72.5409606,49.5398159 C72.4270628,49.7544948 72.318654,49.9705499 72.1978949,50.1845407 C68.3528146,57.0177976 62.0342307,61.5680269 55.0041285,63.3577058 C60.8389898,66.3604581 68.0468,64.231559 71.2990628,58.4531187' id='Fill-31' fill='%233D94D9'%3E%3C/path%3E %3Cpath d='M72.198581,50.1852288 C72.318654,49.9712379 72.4270628,49.7544948 72.5409606,49.540504 C71.9577489,47.0950911 70.6431212,44.8327058 68.6814715,43.118715 C68.5373839,43.4235315 68.3871212,43.7269719 68.219019,44.0249077 C64.542727,50.5567884 56.2830774,52.8625223 49.7703183,49.1758251 C49.4732234,49.0079352 49.1877927,48.8262838 48.9078511,48.6391278 C47.1595883,54.0886691 49.403238,60.2008251 54.5677489,63.1244489 C54.7118365,63.2063297 54.8579825,63.2820177 55.0041285,63.3577058 C62.0335445,61.5673388 68.3521285,57.0191737 72.198581,50.1852288' id='Fill-32' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M68.219019,44.0249077 C68.3871212,43.7269719 68.5387562,43.4242196 68.6814715,43.1194031 C68.0632672,42.5792655 67.383311,42.0941737 66.6422891,41.6744489 C60.7353839,38.3317884 53.2448876,40.4221554 49.9102891,46.3464673 C49.492435,47.0888985 49.1582891,47.8567884 48.9078511,48.6391278 C49.1877927,48.8262838 49.4739095,49.0072471 49.7716905,49.1758251 C56.2837635,52.8618343 64.542727,50.5561003 68.219019,44.0249077' id='Fill-33' fill='%23FFFFFE'%3E%3C/path%3E %3Cpolyline id='Fill-34' fill='%2380879E' points='73.8274569 79.5549535 61.8626978 100.812293 66.1839533 103.258394 76.8683912 84.2758251 73.8274569 79.5549535'%3E%3C/polyline%3E %3Cpath d='M85.8477927,105.494632 C87.191238,103.107018 87.1040993,100.169632 85.6206832,97.8659627 L76.867019,84.2758251 L66.1832672,103.257706 L78.4938365,110.226513 C80.4589168,111.33844 82.9495737,110.642798 84.0590482,108.672843 L85.8477927,105.494632' id='Fill-35' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB'%3E%3C/path%3E %3Cpolyline id='Fill-36' fill='%2380879E' points='30.6739095 55.128348 18.7091504 76.3856875 14.388581 73.9395866 25.073019 54.9570177 30.6739095 55.128348'%3E%3C/polyline%3E %3Cpath d='M2.31747154,58.212293 C3.6609168,55.8246783 6.21538395,54.3817884 8.946873,54.4650453 L25.073019,54.9577058 L14.3892672,73.9395866 L2.07732556,66.9707792 C0.113617526,65.8588526 -0.580747437,63.3611462 0.528040884,61.390504 L2.31747154,58.212293' id='Fill-37' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M33.4019679,100.84532 C32.1038073,100.110458 31.6413548,98.4453205 32.3741431,97.1434856 L42.426654,79.2831645 C43.1587562,77.9827058 44.8198803,77.5182563 46.1180409,78.2531187 C47.4155153,78.987293 47.8772818,80.6531187 47.1451796,81.9542655 L37.0919825,99.8145866 C36.3598803,101.115733 34.6994423,101.579495 33.4019679,100.84532' id='Fill-38' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M34.1299533,99.396926 C33.512435,99.0473847 33.2921869,98.2547242 33.6407416,97.6361462 L38.7592818,88.5418801 C39.1078365,87.9233021 39.8968876,87.7024306 40.515092,88.0519719 C41.1326102,88.4015132 41.3514861,89.1934856 41.0043037,89.8127517 L35.8857635,98.9070177 C35.5372088,99.5255957 34.7467854,99.7457792 34.1299533,99.396926' id='Fill-39' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='Group-43' transform='translate(57.000000, 238.000000)'%3E %3Cg id='Group-42'%3E %3Cpolyline id='Fill-21' fill='%23444F71' points='316.059577 86.0038991 293.087898 73 291 75.0993119 315.280131 88.8428899 316.059577 86.0038991'%3E%3C/polyline%3E %3Cg id='Group-7' transform='translate(272.859650, 125.859650) rotate(-135.000000) translate(-272.859650, -125.859650) translate(255.859650, 113.359650)'%3E %3Cpolyline id='Fill-22' fill='%2380879E' points='8.95634884 -8.8817842e-15 3.4467138 5.5396789 31.1767138 21.2360092 33.2357941 13.7428899 8.95634884 -8.8817842e-15'%3E%3C/polyline%3E %3Cpath d='M31.6968014,24.2552752 L0.599954679,6.65298165 C0.0338962844,6.33165138 -0.167826343,5.60366972 0.151910883,5.03600917 C0.471648109,4.46766055 1.19688899,4.26536697 1.76294738,4.58600917 L32.8604802,22.1883028 C33.4272248,22.509633 33.6289474,23.2362385 33.3092102,23.8052752 C32.9894729,24.3729358 32.2642321,24.5759174 31.6968014,24.2552752' id='Fill-23' fill='%23444F71'%3E%3C/path%3E %3C/g%3E %3Cpath d='M273.151463,186.172299 L259.268966,178.313813 C259.268966,178.313813 283.295915,165.777804 285.339215,166.501657 C287.258324,167.181474 287.035331,194.031474 287.035331,194.031474 L273.151463,186.172299' id='Fill-28' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB' transform='translate(273.156114, 180.251474) rotate(-96.000000) translate(-273.156114, -180.251474) '%3E%3C/path%3E %3Cpath d='M187.586921,172.857335 C183.439257,180.226602 174.120221,182.828207 166.771067,178.668803 C159.423286,174.5094 156.828337,165.163299 160.975315,157.794033 C165.12298,150.424767 174.444075,147.821785 181.791856,151.981189 C189.141009,156.14128 191.735272,165.488069 187.586921,172.857335' id='Fill-29' stroke='%232E468A' stroke-width='3'%3E%3C/path%3E %3Cpath d='M193.013201,128.200334 C189.529026,134.390242 181.700953,136.57694 175.527829,133.082215 C169.355391,129.588178 167.175551,121.737261 170.659727,115.546664 C174.143902,109.356068 181.973347,107.170747 188.145099,110.664096 C194.318909,114.15882 196.497376,122.009738 193.013201,128.200334' id='Fill-30' fill='%23B1BACA'%3E%3C/path%3E %3Cpolyline id='Fill-34' fill='%2380879E' transform='translate(265.502847, 66.851720) rotate(143.000000) translate(-265.502847, -66.851720) ' points='269.964759 55 258 76.2573394 262.321255 78.7034404 273.005693 59.7208716 269.964759 55'%3E%3C/polyline%3E %3Cpath d='M253.041513,129.590378 C254.384958,127.202763 254.297819,124.265378 252.814403,121.961708 L244.060739,108.37157 L233.376987,127.353451 L245.687556,134.322258 C247.652637,135.434185 250.143294,134.738543 251.252768,132.768589 L253.041513,129.590378' id='Fill-35' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB' transform='translate(243.684146, 121.611755) rotate(-134.000000) translate(-243.684146, -121.611755) '%3E%3C/path%3E %3Cpolyline id='Fill-36' fill='%2380879E' transform='translate(337.142664, 65.714335) rotate(-151.000000) translate(-337.142664, -65.714335) ' points='345.285328 55.1713303 333.320569 76.4286697 329 73.9825688 339.684438 55 345.285328 55.1713303'%3E%3C/polyline%3E %3Cpath d='M226.317472,55.7506661 C227.660917,53.3630514 230.215384,51.9201615 232.946873,52.0034184 L249.073019,52.4960789 L238.389267,71.4779597 L226.077326,64.5091523 C224.113618,63.3972257 223.419253,60.8995193 224.528041,58.9288771 L226.317472,55.7506661' id='Fill-37' stroke='%23444F71' stroke-width='1.37614679' fill='%23E6F1FB' transform='translate(236.536509, 61.738980) rotate(90.000000) translate(-236.536509, -61.738980) '%3E%3C/path%3E %3Cpath d='M67.3759198,182.94116 C66.0777592,182.206297 65.6153067,180.54116 66.348095,179.239325 L76.4006059,161.379004 C77.1327081,160.078545 78.7938322,159.614096 80.0919928,160.348958 C81.3894672,161.083132 81.8512337,162.748958 81.1191315,164.050105 L71.0659344,181.910426 C70.3338322,183.211573 68.6733943,183.675334 67.3759198,182.94116' id='Fill-38' fill='%23444F71'%3E%3C/path%3E %3Cpath d='M68.1039052,181.492765 C67.486387,181.143224 67.2661388,180.350564 67.6146935,179.731986 L72.7332337,170.637719 C73.0817884,170.019142 73.8708395,169.79827 74.4890439,170.147811 C75.1065621,170.497353 75.325438,171.289325 74.9782556,171.908591 L69.8597154,181.002857 C69.5111607,181.621435 68.7207373,181.841619 68.1039052,181.492765' id='Fill-39' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M333,5.5 C333,1.83333333 335.5,0 340.5,0 C348,0 355,1.5 360.5,1.5 C366,1.5 376,3.5 376,4.5 C376,5.5 377,12.5 371.5,12.5 C366,12.5 356,18 352,15 C349.333333,13 343,9.83333333 333,5.5 Z' id='Path-2' fill='%23FFFFFF'%3E%3C/path%3E %3Cg id='Group-27' transform='translate(320.570567, 147.023562) rotate(-102.000000) translate(-320.570567, -147.023562) translate(281.570567, 99.523562)'%3E %3Cmask id='mask-4' fill='white'%3E %3Cuse xlink:href='%23path-3'%3E%3C/use%3E %3C/mask%3E %3Cuse id='Clip-26' stroke='%23444F71' stroke-width='1.37614679' fill='%23FFFFFF' xlink:href='%23path-3'%3E%3C/use%3E %3Cpath d='M50.3359708,2.13302752 C50.7016788,2.13577982 50.7771533,3.01238532 50.2467737,2.86995413 C49.9277226,2.78394495 49.9064526,2.13233945 50.3359708,2.13302752 Z M46.2877956,4.71399083 C46.691927,4.71949541 46.6363504,5.82178899 46.0716642,5.38073394 C45.830146,5.19220183 45.9364964,4.71192661 46.2877956,4.71399083 Z M42.3905693,8.66697248 C42.7823504,8.67316514 42.8701752,9.35504587 42.3617518,9.36123853 C41.9843796,9.36605505 41.8574453,8.66353211 42.3905693,8.66697248 Z M38.4027737,12.731422 C38.7684818,12.7362385 38.9777518,13.4470183 38.4899124,13.5020642 C38.3965985,13.5116972 38.3012263,13.4834862 38.2291825,13.4229358 C37.9808029,13.2137615 38.0157956,12.7293578 38.4027737,12.731422 Z M74.4274161,16.5736239 C74.9523066,16.5853211 74.8418394,17.4557339 74.4130073,17.4866972 C73.9526131,17.5197248 73.9018394,16.5694954 74.4274161,16.5736239 Z M34.6242482,17.9483945 C35.0441606,17.9538991 34.8019562,19.3396789 34.3237226,18.4844037 C34.2050219,18.2711009 34.3545985,17.9470183 34.6242482,17.9483945 Z M74.2092263,22.7944954 C74.5715036,22.8006881 74.6655036,23.4633028 74.1433577,23.5162844 C73.7604964,23.5561927 73.6026861,22.7889908 74.2092263,22.7944954 Z M31.1736934,22.9451835 C31.568219,22.9486239 31.5901752,23.8692661 31.0501898,23.6649083 C30.7421168,23.5479358 30.7949489,22.9444954 31.1736934,22.9451835 Z M72.954292,28.912844 C73.3570511,28.9183486 73.3913577,29.9807339 72.7525693,29.5788991 C72.4952701,29.4165138 72.5927007,28.9107798 72.954292,28.912844 Z M27.0658248,30.1389908 C27.4411387,30.140367 27.5468029,31.0025229 26.9663358,30.8243119 C26.6616934,30.731422 26.638365,30.1369266 27.0658248,30.1389908 Z M71.3295328,33.5318807 C71.7034745,33.5366972 71.868146,34.2172018 71.4351971,34.265367 C71.0365547,34.3087156 70.8492409,33.5305046 71.3295328,33.5318807 Z M23.2344672,36.7279817 C23.5041168,36.7327982 23.5809635,37.2068807 23.5809635,37.2068807 C23.5658686,37.4366972 23.3909051,37.6458716 23.1617372,37.603211 C22.9771679,37.5694954 22.8536642,37.3892202 22.8824818,37.2048165 C22.8962044,37.1270642 22.789854,37.2722477 22.9078686,36.9522936 C22.9579562,36.8222477 23.0807737,36.7348624 23.2193723,36.7279817 L23.2344672,36.7279817 Z M68.7016496,39.2449541 L68.8128029,39.2642202 C69.2450657,39.4183486 69.152438,40.4305046 68.5987299,39.9316514 C68.442292,39.787156 68.1685255,39.2428899 68.7016496,39.2449541 Z M19.2947007,43.809633 C19.6816788,43.8137615 19.6686423,44.9538991 19.0744526,44.466055 C18.8535182,44.2850917 18.9523212,43.8082569 19.2947007,43.809633 Z M66.1801168,45.0454128 C66.5801314,45.0481651 66.552,46.1380734 65.9701606,45.6811927 C65.7444234,45.5029817 65.8411679,45.0447248 66.1801168,45.0454128 Z M63.570073,49.7490826 C63.8301168,49.7504587 64.0332117,50.0566514 63.9474453,50.3174312 C63.8328613,50.6683486 63.0870365,50.5238532 63.2276934,50.0057339 C63.2688613,49.8571101 63.4033431,49.7552752 63.5556642,49.7490826 L63.570073,49.7490826 Z M14.946,51.9061927 C15.3309197,51.909633 15.3679708,52.8082569 14.8478832,52.6568807 C14.5226569,52.5633028 14.5109927,51.9048165 14.946,51.9061927 Z M60.0852117,54.983945 C60.4275912,54.9866972 60.619708,55.6692661 60.1250073,55.6988532 C59.7695912,55.7194954 59.5452263,54.9811927 60.0852117,54.983945 Z M10.6755182,59.906422 L10.8120584,59.9353211 L10.9190949,60.0082569 C11.1846277,60.2759174 10.6611095,60.9350917 10.3701898,60.45 C10.2391387,60.2325688 10.4092993,59.9057339 10.6755182,59.906422 Z M57.0010511,61.5461009 C57.4086131,61.5522936 57.3386277,62.6428899 56.7190511,62.1990826 C56.4644964,62.0167431 56.5955474,61.5426606 57.0010511,61.5461009 Z M54.159781,66.5243119 C54.5145109,66.5270642 54.681927,67.2392202 54.1796788,67.2433486 C53.8242628,67.2454128 53.6643942,66.5243119 54.159781,66.5243119 Z M6.3679854,66.9639908 C6.83249635,66.9722477 6.6149927,68.2603211 6.10725547,67.5832569 C5.94807299,67.3699541 6.02629197,66.9619266 6.3679854,66.9639908 Z M50.7229489,72.084633 C51.0845401,72.0887615 51.2540146,72.8504587 50.7545109,72.8607798 C50.3853723,72.8683486 50.2035474,72.083945 50.7229489,72.084633 Z M3.6790365,72.1974771 C4.05640876,72.2022936 4.00426277,73.3493119 3.44232117,72.8463303 C3.19119708,72.6233945 3.64610219,72.1974771 3.6790365,72.1974771 Z M55.7042628,0.143807339 C56.551635,0.545642202 55.2500438,1.10366972 54.3697372,1.66238532 C49.8186277,4.56605505 45.5419708,7.89495413 41.955562,11.9002294 C35.3234161,19.3087156 30.5060876,28.1071101 25.6283796,36.6977064 C17.8579416,50.3821101 10.6398394,64.3561927 3.55553285,78.3633028 C3.55553285,78.3633028 3.51985401,78.5649083 3.23236496,78.5525229 C3.01074453,78.543578 2.81931387,78.3990826 2.9380146,78.0488532 C11.4830949,61.1545872 20.2422482,44.2493119 29.8377956,27.9584862 C35.2541168,18.7637615 41.5198686,9.73279817 50.1719854,3.62408257 C51.8818248,2.41788991 53.6465547,1.29220183 55.4188321,0.180963303 C55.4188321,0.180963303 55.5690949,0.122477064 55.7042628,0.143807339 Z M46.8339562,78.5834862 C47.2765109,78.5889908 47.3039562,79.3169725 46.8442482,79.3451835 C46.4531533,79.3699541 46.3790511,78.5807339 46.8339562,78.5834862 Z M43.2146131,85.1036697 C43.5871825,85.1071101 43.6379562,85.8956422 43.1151241,85.8908257 C42.712365,85.8866972 42.7322628,85.1036697 43.2146131,85.1036697 Z M40.1448613,89.9559633 C40.4371533,89.962844 40.6683796,90.2883028 40.5085109,90.5332569 C40.2361168,90.9495413 39.2288759,89.9483945 40.1448613,89.9559633 Z M72.7957956,11.0607798 C73.168365,11.2981651 73.0023212,12.1279817 73.0009489,12.8119266 C72.9680146,19.2756881 72.3964672,25.8 70.4526569,31.9954128 C66.7187299,43.9011468 59.8354599,54.637844 53.6492993,65.3291284 C48.0031241,75.0529817 42.7041314,84.8483945 36.3457518,94.6169725 C36.3457518,94.6169725 36.2140146,94.9458716 35.9642628,94.9802752 C35.7124526,95.0133028 35.4530949,94.8247706 35.6294307,94.4456422 C44.0468905,81.5862385 51.2272555,68.1798165 59.235781,54.2146789 C65.0260438,44.0786697 70.6207591,33.4417431 71.8702044,21.740367 C72.2372847,18.3027523 72.3203066,14.8444954 72.3079562,11.3786697 C72.3079562,11.3786697 72.3861752,10.9417431 72.7957956,11.0607798 L72.7957956,11.0607798 Z' id='Fill-25' fill='%23444F71' mask='url(%23mask-4)'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-8' transform='translate(0.000000, 126.000000)'%3E %3Cpath d='M16.2949343,62.9133028 C17.8812701,60.0942661 18.2318832,56.9174312 17.5368321,54 C17.4229343,54.2146789 17.3145255,54.4307339 17.1937664,54.6447248 C13.3486861,61.4779817 7.03010219,66.028211 -1.59872116e-14,67.8178899 C5.83486131,70.8206422 13.0426715,68.6917431 16.2949343,62.9133028' id='Fill-31' fill='%233D94D9'%3E%3C/path%3E %3Cpath d='M213.876743,61.0665138 C213.996816,60.8525229 214.105225,60.6357798 214.219123,60.421789 C213.635911,57.9763761 212.321283,55.7139908 210.359634,54 C210.215546,54.3048165 210.065283,54.6082569 209.897181,54.9061927 C206.220889,61.4380734 197.961239,63.7438073 191.44848,60.0571101 C191.151385,59.8892202 190.865955,59.7075688 190.586013,59.5204128 C188.83775,64.9699541 191.0814,71.0821101 196.245911,74.0057339 C196.389999,74.0876147 196.536145,74.1633028 196.68229,74.2389908 C203.711707,72.4486239 210.03029,67.9004587 213.876743,61.0665138' id='Fill-32' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M201.311168,3.94291612 C201.47927,3.64498034 201.630905,3.34222805 201.77362,3.03741154 C201.155416,2.49727392 200.47546,2.01218218 199.734438,1.59245741 C193.827533,-1.75020314 186.337036,0.340163831 183.002438,6.26447576 C182.584584,7.00690695 182.250438,7.77479686 182,8.55713631 C182.279942,8.74429227 182.566058,8.92525557 182.863839,9.09383356 C189.375912,12.7798427 197.634876,10.4741088 201.311168,3.94291612' id='Fill-33' fill='%23FFFFFE'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cuse id='Oval' stroke='%23B1BACA' mask='url(%23mask-6)' stroke-width='5.71428571' stroke-dasharray='8.571428571428571,3.809523809523809' xlink:href='%23path-5'%3E%3C/use%3E %3Cg id='Group-6' transform='translate(148.000000, 243.000000)' fill='%232A3966'%3E %3Cpath d='M5.29515913,9.90413923e-16 L6.74488767,1.99840144e-15 C7.61494283,2.61133912e-15 8.3202619,0.705319064 8.3202619,1.57537422 C8.3202619,1.59251575 8.31998212,1.60965614 8.31942269,1.62678854 L7.09255286,39.1989961 C7.07586978,39.7099063 6.65686871,40.1154488 6.14568617,40.1154488 L6.14568617,40.1154488 C5.63356758,40.1154488 5.21289445,39.7109367 5.19284279,39.1992108 L3.72099295,1.63705695 C3.68692652,0.767668976 4.36408842,0.0352744684 5.2334764,0.00120803638 C5.25402746,0.000402756003 5.27459231,-1.32848957e-15 5.29515913,-1.33226763e-15 Z' id='Path-17'%3E%3C/path%3E %3Cpath d='M6.84645182,38.7578937 C5.37795251,38.6514852 3.52809182,39.8648701 1.29686976,42.3980482 L1.29689032,42.3980663 C0.862680479,42.8910387 0.910316937,43.6426684 1.40328933,44.0768782 C1.62054379,44.2682359 1.90013052,44.3737895 2.1896426,44.3737538 L2.1896426,44.3737538 L2.1896426,44.3737538 C2.18956322,45.0173917 2.71127046,45.5392276 3.35490835,45.539307 C3.62360536,45.5393401 3.88405969,45.4465243 4.09218045,45.2765719 L4.33853295,45.0753992 L4.42011901,45.2153212 C4.79919322,45.8654423 5.63352085,46.0851692 6.28364192,45.706095 C6.53311744,45.5606302 6.72992743,45.3396669 6.84567269,45.0750898 L6.84567269,45.0750898 L7.59779906,45.812077 C8.00506708,46.2111473 8.65873347,46.2045018 9.05780381,45.7972338 C9.24686906,45.6042847 9.35277911,45.3449192 9.35281243,45.0747803 L9.35281243,45.0747803 C9.49106746,40.9946156 8.65561392,38.8889867 6.84645182,38.7578937 Z' id='Path-28' transform='translate(5.183768, 42.429273) rotate(-9.000000) translate(-5.183768, -42.429273) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-5' transform='translate(68.000000, 192.000000)'%3E %3Cg id='Group' transform='translate(0.282153, 4.963314)'%3E %3Cellipse id='body' fill='%23444F71' cx='44.7991253' cy='44.8349134' rx='44.7991253' ry='44.8349134'%3E%3C/ellipse%3E %3Cg id='eye' transform='translate(58.674352, 9.268017)'%3E %3Cg id='Group-3'%3E %3Ccircle id='eyewhite' stroke='%231987E7' stroke-width='2.10049896' fill='%23FFFFFF' cx='16.5' cy='16.5' r='16.5'%3E%3C/circle%3E %3Cellipse id='eyebakl' fill='%231F3264' cx='21.0256133' cy='12.0304269' rx='6.02561334' ry='6.03042694'%3E%3C/ellipse%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg id='Group-2' transform='translate(17.093716, 0.000000)' fill='%23FFD648'%3E %3Cpath d='M16.6855229,13.2235159 C15.5290662,13.623658 14.3434617,14.0354323 13.059385,14.4805517 C9.78223241,12.4457201 6.72880846,10.1131083 4.58526703,6.81503712 C3.03334619,4.42814245 2.65757653,1.81015791 3.31458261,-0.936554535 C3.45086804,-1.50574904 3.72422669,-2.06020963 4.02043087,-2.57357034 C4.33160281,-3.11407248 4.94291783,-3.20092505 5.41558407,-2.76976409 C5.90164253,-2.32619562 6.37588433,-1.84230274 6.73668623,-1.29869872 C7.29915906,-0.449559781 7.76315976,0.463167647 8.26576153,1.35030459 C8.47294691,1.71477518 8.621049,2.12732488 8.89519542,2.43208433 C9.06220416,2.61742151 9.44979048,2.75623052 9.68060916,2.69729485 C9.91221562,2.63835918 10.1580021,2.33592613 10.243082,2.08855141 C10.3565219,1.75897694 10.3029531,1.37822148 10.3517952,1.02383199 C10.5298329,-0.278181054 10.6999927,-1.58252051 10.9150558,-2.8783298 C11.0324346,-3.58943519 11.2931888,-4.26099165 11.8832339,-4.92169154 C12.0833292,-4.70378465 12.3338424,-4.54171156 12.4212856,-4.31682544 C12.7040976,-3.59408801 12.9254629,-2.84808649 13.1720372,-2.1113906 C13.2657826,-1.8306707 13.3130493,-1.51970749 13.4721802,-1.28008746 C13.5911346,-1.10250498 13.8715832,-0.899332006 14.0511964,-0.923371556 C14.3151017,-0.956716738 14.6908714,-1.12809547 14.7783146,-1.33747219 C15.0296155,-1.94078735 15.1406921,-2.59760989 15.3463019,-3.22108725 C15.4495007,-3.53670328 15.6369916,-3.82517788 15.8292092,-4.21291255 C16.4799131,-3.26683994 16.5563275,-2.29750325 16.731214,-1.37391925 C16.9092516,-0.435601333 17.0234793,0.523654257 17.0628681,1.47825703 C17.2219991,5.3656849 17.2109702,9.25156183 16.6855229,13.2235159' id='Fill-61' transform='translate(10.079128, 4.779430) rotate(-31.000000) translate(-10.079128, -4.779430) '%3E%3C/path%3E %3Cpath d='M19.6720132,9.46474405 C18.8598838,8.68404793 18.6838167,7.90257654 18.7012648,7.02497177 C18.7258508,5.75740657 18.9756757,4.53558226 19.2937068,3.31375795 C19.8575974,1.14843098 20.7236572,-0.890527105 21.9680234,-2.75660015 C22.4621216,-3.49775754 23.0783565,-4.19394931 23.7612113,-4.77307543 C24.6082368,-5.49097474 25.4290902,-5.31576389 26.1135313,-4.423429 C26.9113849,-3.38456823 27.2547951,-2.16119338 27.3927936,-0.911459374 C27.663239,1.53218925 27.6592736,3.98669164 27.4863788,6.4396435 C27.4364138,7.14823958 27.2111748,7.70255708 26.4466312,7.96072174 C24.2489648,8.70342966 22.0330572,9.35388055 19.6720132,9.46474405' id='Fill-68' transform='translate(23.153837, 2.123355) rotate(-31.000000) translate(-23.153837, -2.123355) '%3E%3C/path%3E %3Cpath d='M20.6955021,19.9740952 C19.2324911,21.3695184 17.7864292,22.7680152 16.3164846,24.1403862 C15.9289677,24.5023048 15.4913741,24.8273401 15.0337499,25.0939765 C14.1855271,25.5895976 13.4667334,25.4397587 12.8180471,24.6890272 C12.6639649,24.5099889 12.5399287,24.3048248 12.4120404,24.1050395 C10.905116,21.748342 9.62777419,19.2717732 8.59003025,16.6768702 C8.2641463,15.8608243 7.90667548,15.0240314 8.27878411,14.1357554 C8.8465772,13.7285009 9.45751331,13.8629717 10.0384034,13.8814134 C11.7363898,13.9359702 17.5137036,15.0586096 19.254833,15.6671862 C19.4620737,16.3088043 19.6908858,17.037252 19.9327949,17.7610894 C20.1747041,18.4841583 20.4297102,19.2033852 20.6955021,19.9740952' id='Fill-69' transform='translate(14.407906, 19.613740) rotate(-31.000000) translate(-14.407906, -19.613740) '%3E%3C/path%3E %3Cpath d='M23.2750829,13.6545095 C22.3725379,14.300573 21.5542305,14.5535768 20.6982167,14.6989035 C19.9063838,14.8329353 19.4932188,14.6612541 19.1899637,14.0054018 C18.9228103,13.4263543 18.7591488,12.8066454 18.5593855,12.2328687 C19.2413084,11.1839569 20.2417294,10.8044511 21.3953825,10.5461763 C22.3171818,11.4143711 22.5000976,12.6101156 23.2750829,13.6545095' id='Fill-70' transform='translate(20.917234, 12.643716) rotate(-31.000000) translate(-20.917234, -12.643716) '%3E%3C/path%3E %3C/g%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='53.8338823' cy='59.7011216' rx='1.83388232' ry='1.83534733'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='59.5975125' cy='59.1767367' rx='1.30991594' ry='1.31096238'%3E%3C/ellipse%3E %3Cellipse id='Oval' fill-opacity='0.468722684' fill='%23FFD648' cx='58.0256133' cy='52.8841172' rx='2.88181508' ry='2.88411723'%3E%3C/ellipse%3E %3Cpath d='M76.5,64.5 C79.5831435,62.9819418 81.9164768,61.9819418 83.5,61.5 C85.0835232,61.0180582 86.5835232,60.8513915 88,61 C89,57.6666667 88,56 85,56 C82,56 79.1666667,58.8333333 76.5,64.5 Z' id='Path-19' stroke='%232A3966' stroke-width='1.05024948' fill='%23FFFFFF'%3E%3C/path%3E %3Crect id='Rectangle' fill='%23444F71' x='50.5829257' y='88.3405214' width='8.38346204' height='26.2192476' rx='4.19173102'%3E%3C/rect%3E %3Crect id='Rectangle' fill='%23444F71' transform='translate(35.387901, 101.450145) scale(-1, 1) translate(-35.387901, -101.450145) ' x='31.1961698' y='88.3405214' width='8.38346204' height='26.2192476' rx='4.19173102'%3E%3C/rect%3E %3Cpolygon id='Path-20' fill='%23444F71' points='31.1961698 108.26715 20.7168422 114.559769 38.7936822 114.559769 41.1515309 111.413459'%3E%3C/polygon%3E %3Cpolygon id='Path-20' fill='%23444F71' transform='translate(59.752337, 111.413459) scale(-1, 1) translate(-59.752337, -111.413459) ' points='60.0143205 108.26715 49.534993 114.559769 67.611833 114.559769 69.9696817 111.413459'%3E%3C/polygon%3E %3Cg id='Group-4' transform='translate(8.047933, 28.632455)' fill='%232A3966'%3E %3Cpath d='M43.1904595,33.8052647 L43.74902,33.561438 C44.2568824,33.3397424 44.4888665,32.7483188 44.2671709,32.2404564 C44.204989,32.0980096 44.1105643,31.9719564 43.9913428,31.8722371 L21.1306642,12.751097 L2.57565253,24.0838085 C2.06498657,24.3957043 1.90385151,25.0625223 2.2157473,25.5731883 C2.24623714,25.6231092 2.28071971,25.670479 2.31885688,25.7148331 L2.31885688,25.7148331 C2.8004983,26.2749893 3.613216,26.4118035 4.25170924,26.0402126 L21.7672705,15.8464893 L41.5089334,33.5347634 C41.9681952,33.946256 42.6253165,34.0519648 43.1904595,33.8052647 Z' id='Path-17' transform='translate(23.203996, 23.343979) rotate(142.000000) translate(-23.203996, -23.343979) '%3E%3C/path%3E %3Cpath d='M39.9731212,0.565428039 C38.5959331,0.466094075 37.0097103,1.30454504 35.2144529,3.08078093 L35.2144989,3.08082733 C34.7218339,3.56827226 34.7176023,4.36280828 35.2050472,4.8554732 C35.4178213,5.07052582 35.7011217,5.20147423 36.0027896,5.22420935 L36.0027896,5.22420935 L35.9144563,5.55850409 C35.7550439,6.16179584 36.1148792,6.78008975 36.7181709,6.93950218 C36.9657184,7.00491357 37.228143,6.98430359 37.4624441,6.88104935 L37.4624441,6.88104935 L37.4624441,6.88104935 C37.5227694,7.61297143 38.1650128,8.15740819 38.8969349,8.09708288 C39.4180288,8.05413411 39.8655905,7.70979711 40.0406845,7.21712522 L40.2167129,6.72182428 C40.021414,7.54249503 39.9947984,8.53135442 40.136866,9.68840245 C40.2789337,10.8454505 40.5052927,11.321412 40.8159431,11.116287 C41.1568624,11.0011449 41.4267765,10.4642487 41.6256853,9.50559843 C41.8245941,8.54694818 42.0132619,7.34835455 42.1916887,5.90981756 C42.5225074,2.47743324 41.7829849,0.695970072 39.9731212,0.565428039 Z' id='Path-28' transform='translate(38.555295, 5.860079) rotate(187.000000) translate(-38.555295, -5.860079) '%3E%3C/path%3E %3C/g%3E %3Cg id='Group-2' transform='translate(79.449009, 50.584805)'%3E%3C/g%3E %3C/g%3E %3Cpath d='M406.18207,110.557786 C406.229614,110.150408 406.25714,109.736644 406.25714,109.315857 C406.25714,103.560199 401.686009,98.8945016 396.047008,98.8945016 C393.166201,98.8945016 390.56628,100.114083 388.710177,102.072437 C386.713943,99.0151827 383.305769,97 379.436542,97 C373.890753,97 369.293973,101.136999 368.441304,106.551685 C368.132266,106.505711 367.818849,106.473785 367.4973,106.473785 C363.908959,106.473785 361,109.442923 361,113.105498 C361,113.764455 361.097591,114.399149 361.272754,115 L410,115 C409.944949,112.746009 408.310302,110.897481 406.18207,110.557786' id='Fill-3' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M444.013316,174.323838 C444.075415,173.802483 444.111366,173.273785 444.111366,172.736928 C444.111366,165.382476 438.140909,159.420752 430.775684,159.420752 C427.012997,159.420752 423.617182,160.979106 421.192884,163.481447 C418.585558,159.574956 414.134066,157 409.080381,157 C401.836902,157 395.832944,162.285349 394.719254,169.204115 C394.315613,169.145371 393.906252,169.105392 393.486269,169.105392 C388.799456,169.105392 385,172.898475 385,177.578432 C385,178.420433 385.127466,179.232245 385.35625,180 L449,180 C448.928096,177.119901 446.793047,174.757893 444.013316,174.323838' id='Fill-4' fill='%2352ABF1'%3E%3C/path%3E %3Cpath d='M371.594811,64.0707872 C371.594811,64.0472528 371.598499,64.0237183 371.598499,64.0001839 C371.598499,58.034934 366.74939,53.2000735 360.768209,53.2000735 C358.605838,53.2000735 356.596869,53.8384457 354.906503,54.9269145 C352.781746,49.6934392 347.639847,46 341.629902,46 C333.721615,46 327.309729,52.3932829 327.309729,60.279533 C327.309729,60.5604756 327.320054,60.8384764 327.336279,61.1157417 C326.215269,60.585481 324.965932,60.279533 323.642844,60.279533 C318.869699,60.279533 315,64.1384488 315,68.8982931 C315,69.2726381 315.03245,69.6381577 315.078913,70 L377,70 C376.856186,66.9625839 374.559589,64.4929366 371.594811,64.0707872' id='Fill-10' fill='%23E6F1FB'%3E%3C/path%3E %3Cg id='Group' transform='translate(324.000000, 232.000000)' stroke='%23444F71' stroke-width='1.9047619'%3E %3Cellipse id='Oval' fill='%23FFFFFF' cx='17.5' cy='17.737062' rx='17.5' ry='17.737062'%3E%3C/ellipse%3E %3Cpath d='M17.5,17.737062 L17.5,87.1649903' id='Line-4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M17.5,25.33866 L10,17.2302888' id='Path-16' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M17.5,30.406392 L21,26.3522064' id='Path-17' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
    @media (min-width: 992px) {
      .startups-hero .startups-graphics {
        height: 300px;
        margin-bottom: 80px;
        margin: 0 0; } }
  .startups-hero .btn {
    margin-top: 40px; }

.startups-services .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0; }
  @media (min-width: 992px) {
    .startups-services .items {
      padding: 0 100px; } }
  .startups-services .items .heading {
    font-weight: bold;
    margin: 20px 0; }
  .startups-services .items .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-weight: 300;
    padding: 40px; }
    @media (min-width: 768px) {
      .startups-services .items .item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

.process-window h4 {
  margin-bottom: 50px; }

.process-window.startup {
  width: 70%;
  margin: auto; }

.password-footer-text {
  margin-top: 20px;
  font-size: 11px; }

.footer {
  position: relative;
  color: #B1BACA;
  font-weight: 100;
  position: relative;
  position: relative;
  text-align: center; }
  .footer .footer-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='1920px' height='724px' viewBox='0 0 1920 724' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Efooter-bg%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Crect id='path-1' x='0.161560002' y='0' width='1920' height='1075'%3E%3C/rect%3E %3C/defs%3E %3Cg id='footer-bg' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-3' transform='translate(0.000000, -351.000000)'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Crect stroke='%23979797' x='0.661560002' y='0.5' width='1919' height='1074'%3E%3C/rect%3E %3Cg id='Group-2' mask='url(%23mask-2)'%3E %3Cg transform='translate(1337.161560, 388.000000)'%3E %3Cg id='Group' stroke-width='1' fill='none' transform='translate(225.000000, 132.000000)'%3E %3Cpath d='M430.977551,228.536563 C430.977551,282.225016 409.649896,333.71453 371.686427,371.677999 C333.722958,409.641468 282.233444,430.969123 228.544991,430.969123 C174.856538,430.969123 123.367024,409.641468 85.4035554,371.677999 C47.4400863,333.71453 26.1124314,282.225016 26.1124314,228.536563 C26.1124314,174.84811 47.4400863,123.358597 85.4035554,85.3951276 C123.367024,47.4316585 174.856538,26.1040036 228.544991,26.1040036 C340.345407,26.1040036 430.977551,116.736148 430.977551,228.536563 Z' id='Path' stroke='%23374163' stroke-width='1.12485' stroke-dasharray='2.24970006942749,3.374550104141235'%3E%3C/path%3E %3Cpath d='M456.697132,228.536563 C456.697132,354.541511 354.549939,456.688704 228.544991,456.688704 C102.540043,456.688704 0.392849852,354.541511 0.392849852,228.536563 C0.392849852,102.531615 102.540043,0.384422048 228.544991,0.384422048 C354.549939,0.384422048 456.697132,102.531615 456.697132,228.536563 Z' id='Path' stroke='%23374163' stroke-width='1.12485' stroke-dasharray='2.24970006942749,3.374550104141235'%3E%3C/path%3E %3Cellipse id='Oval' fill='%23363E5E' cx='217.501193' cy='225.489605' rx='175.44195' ry='177.694414'%3E%3C/ellipse%3E %3Cpath d='M131.485428,294.608788 C133.299217,296.405496 135.983355,297.497107 134.651416,299.674369 C133.319079,301.852426 130.631763,302.747403 128.123999,303.226472 C125.615837,303.705144 122.945205,303.979239 120.872416,305.469676 C115.669391,309.210468 117.629761,317.39556 120.864869,322.927101 C126.293923,332.209762 135.188879,340.833802 145.942116,340.769846 C146.781082,340.764682 147.687977,340.679673 148.317997,340.125923 C149.022697,339.507026 149.180798,338.493672 149.39054,337.57923 C150.011423,334.872052 151.595609,332.256239 154.087086,331.027978 C156.578167,329.799718 160.003551,330.347112 161.533713,332.665791 C158.117465,336.210744 158.484513,342.664672 162.280123,345.800073 C166.076131,348.935871 172.483185,348.076645 175.319465,344.052225 C176.0623,342.997558 176.540178,341.471766 175.715114,340.479863 C175.091848,339.730672 173.989909,339.617459 173.173585,339.08516 C170.935545,337.626104 172.150299,333.731581 174.634229,332.74643 C177.118159,331.76128 179.914716,332.728555 182.357333,333.81222 C184.798759,334.895489 187.395902,336.132091 190.025221,335.657789 C191.69243,335.35708 193.153869,334.39616 194.722959,333.757004 C198.389467,332.264978 202.499293,332.570851 206.453799,332.740075 C210.408702,332.909298 214.607906,332.854082 217.982047,330.784869 C221.355791,328.715655 223.358268,323.926552 221.141282,320.647748 C219.25162,317.853973 215.096112,317.067441 213.652946,314.01983 C211.95515,310.431578 215.066319,306.510837 217.978075,303.812399 C220.890228,301.114357 224.1448,297.408523 222.735796,293.697921 C221.024097,289.189665 214.172136,289.2997 211.233368,285.476681 C209.95585,283.814239 209.613431,281.64651 209.096624,279.615432 C207.546998,273.530538 204.048919,267.957684 199.242735,263.917375 C198.536048,263.323107 197.742764,262.737975 196.821568,262.672828 C196.163742,262.626748 195.51108,262.857543 194.942235,263.191224 C190.663186,265.699385 191.795314,272.253417 194.340419,276.510221 C196.885127,280.767422 200.4416,285.289979 199.237174,290.10093 C199.038555,290.89342 198.689382,291.682732 198.058965,292.203511 C196.232464,293.712619 193.478015,292.154651 191.951826,290.342053 C188.139134,285.815127 186.038539,279.161389 180.435098,277.256632 C179.039998,276.782727 177.537643,276.665144 176.167966,276.12212 C172.482788,274.66068 170.476338,270.456709 166.836047,268.88603 C162.160157,266.86806 156.283813,270.59614 155.342359,275.600943 C154.402096,280.606144 157.755978,285.804799 162.411212,287.87004 C164.013273,288.580302 165.807201,289.018853 167.070418,290.235196 C169.935299,292.995207 168.487764,297.760873 166.855909,301.388849 C165.507683,304.385216 164.159854,307.382378 162.812025,310.378745 C160.492949,315.533307 156.45542,321.639255 150.918318,320.508715 C147.024589,319.713842 144.804823,315.505898 144.141038,311.587938 C143.47765,307.669581 143.794249,303.549824 142.401532,299.8281 C141.008418,296.105979 137.151633,293.474276 133.228509,292.841476 C131.067533,292.493892 130.83356,293.963673 131.485428,294.608788 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M135.891593,220.42536 C136.887072,218.550396 139.27646,219.022712 140.828072,220.472234 C147.131049,226.363673 153.43363,232.255111 159.736607,238.146153 C161.799465,240.074347 164.047833,242.863753 162.802888,245.39853 C160.244278,250.607911 149.305134,244.209993 147.322121,249.66447 C146.36438,252.299748 148.96907,254.734421 150.157209,257.274759 C153.513872,264.452852 145.279522,273.248102 148.682661,280.405141 C150.577885,284.390234 155.691928,286.625493 156.291361,290.997496 C156.647683,293.598612 154.978092,296.336377 152.501709,297.209506 C150.025724,298.082238 147.007905,296.997381 145.654515,294.747424 C144.681679,293.129871 144.403612,290.929966 142.769772,289.984142 C140.711681,288.79203 138.193588,290.472347 135.816118,290.503332 C129.871052,290.581191 127.273512,280.858787 121.341157,281.236958 C117.551108,281.477684 113.35389,285.819497 110.784554,283.024132 C110.429423,286.780416 108.820211,290.4072 106.272723,293.190251 C105.628005,293.894157 104.715947,294.599254 103.809449,294.299737 C102.706319,293.935867 102.56093,292.481181 102.365091,291.336738 C101.317177,285.218476 94.1164413,282.432645 90.6108147,277.310259 C85.7660983,270.23227 88.5678189,259.592643 82.9985402,253.069993 C80.4526409,250.087529 76.5219695,248.501754 74.1401296,245.385818 C69.7415117,239.629043 72.2270307,231.480894 72.2321948,224.235668 C72.2385506,215.319658 68.1609011,206.88947 67.2293777,198.021526 C66.1083716,187.352901 69.8380405,176.269957 77.1817821,168.450324 C79.5449518,165.93382 82.267622,163.728751 84.2665243,160.914319 C86.2650294,158.099887 87.4726334,154.418284 86.3063422,151.169273 C85.4820731,148.872045 83.5260724,146.860828 83.6956931,144.426155 C83.9964024,140.106985 90.0737487,139.106342 92.7098211,135.673013 C95.7157221,131.757834 93.9714494,124.935666 98.1329162,122.282115 C99.1073413,121.66004 100.266879,121.399452 101.292548,120.867153 C106.53053,118.151236 105.908456,110.481759 108.827759,105.355401 C111.260842,101.081913 116.055109,98.8331477 120.55264,96.8445736 C121.663715,96.35319 123.276502,96.0199072 123.828265,97.1019839 C124.055088,97.5460961 123.985572,98.076409 123.918041,98.5697788 C123.58595,100.984192 123.434602,103.526516 124.359373,105.782035 C125.284143,108.037155 127.569454,109.899805 129.988635,109.600288 C133.993987,109.102945 137.263257,103.305255 140.691819,105.434848 C142.789236,106.737789 142.360616,110.057906 140.797087,111.969019 C139.233558,113.880131 136.915673,115.055559 135.338638,116.955152 C131.934307,121.056238 132.77963,127.374708 129.853971,131.830131 C128.165311,134.401851 125.420793,136.047211 123.135085,138.107686 C118.922772,141.905679 116.282727,147.119033 114.058193,152.335961 C112.634095,155.675542 111.339495,159.070737 110.179957,162.510819 C109.082786,165.764994 108.496859,170.167584 111.46105,171.901926 C113.264909,172.958182 115.574849,172.414363 117.589243,172.974469 C121.900071,174.172539 123.229628,179.758899 122.509038,184.174598 C121.788448,188.5899 119.815366,192.952767 120.567735,197.363302 C121.026942,200.056577 122.473286,202.484099 123.118401,205.139239 C124.977475,212.791237 119.99015,221.091131 122.596033,228.521867 C123.563705,231.281084 126.192627,233.89213 129.050755,233.275219 C130.058151,233.05793 130.945581,232.46525 131.732113,231.799479 C135.19444,228.873026 136.062803,227.00402 136.041352,222.470342 C136.034599,221.180112 135.294147,221.550735 135.891593,220.42536 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M152.232382,251.249848 C155.099646,248.354776 159.837506,251.786516 162.781438,248.968906 C165.335282,246.523906 165.009149,242.427586 164.492342,238.930301 C163.548504,232.542712 161.766891,225.046828 155.751117,222.699945 C152.983559,221.620649 149.737329,221.889182 147.202552,220.339556 C143.378738,218.001412 142.478199,212.336399 138.468477,210.333525 C136.943877,209.571622 135.12691,209.4453 133.724659,208.478025 C132.453894,207.600923 131.706292,206.155771 131.117983,204.728494 C126.058758,192.446686 128.461254,176.279093 118.232769,167.804812 C117.171349,166.926121 115.936335,166.075634 115.539494,164.756009 C115.235607,163.747421 115.491826,162.664153 115.770687,161.648415 C117.112955,156.763578 118.973618,152.022143 121.312159,147.528585 C122.628209,145.000165 124.160356,142.476511 126.471488,140.80811 C128.783414,139.140505 132.052684,138.51406 134.506821,139.965568 C135.531696,140.572151 136.389333,141.510825 137.540132,141.818287 C141.051717,142.756961 142.804331,137.890396 144.819123,134.865031 C148.434785,129.435977 156.588892,128.479427 160.091738,122.976885 C163.128624,118.207644 162.401281,110.546509 167.607087,108.338262 C171.896464,106.519706 176.623598,110.246197 181.267312,109.868821 C188.2448,109.301167 191.620132,100.205605 198.379934,98.3830769 C200.618371,97.7800694 202.987499,98.0569444 205.289097,98.3385862 C212.850128,99.2637538 220.862024,100.374432 226.737573,105.221532 C230.686915,108.480473 233.488635,113.299766 238.208619,115.282382 C240.100267,116.076858 242.179809,116.350555 244.059539,117.173633 C248.223787,118.995367 250.865421,123.350289 251.691676,127.819615 C252.518328,132.288941 251.786616,136.894918 250.800671,141.332465 C248.183666,153.108192 243.764391,164.481518 237.74385,174.934442 C235.513358,178.808308 232.962692,182.661518 229.258843,185.164119 C225.575651,187.65361 220.287617,189.587763 220.085423,194.029282 C219.888393,198.34885 225.367896,200.993264 229.557567,199.921118 C233.746443,198.84937 236.902103,195.527267 240.235725,192.773215 C243.569745,190.018766 247.912352,187.622228 252.047601,188.885048 C254.383361,189.598091 256.221382,191.368184 257.962874,193.079486 C263.554001,198.572495 269.635717,205.789915 267.382582,213.296127 C266.823668,215.157187 265.593422,216.985675 263.723622,217.515193 C261.653614,218.101914 259.538718,216.964621 257.608935,216.013633 C251.776288,213.137629 244.899698,211.684532 238.732179,213.746992 C232.565057,215.808658 227.587663,222.104882 228.545404,228.536565 C228.748392,229.899887 229.217133,231.256852 230.116083,232.301986 C231.56203,233.983495 233.846547,234.605172 235.886762,235.475918 C238.856117,236.742314 241.63877,238.836156 242.892057,241.811867 C244.144151,244.787975 243.441834,248.706332 240.735053,250.4657 C237.059409,252.855484 232.276264,250.422003 228.525939,248.152582 C224.775217,245.88316 219.648858,243.846918 216.364493,246.749934 C215.421053,247.583737 214.803745,248.719044 213.981859,249.673607 C211.130086,252.986176 206.066492,253.672603 201.896683,252.361717 C197.726874,251.04964 194.286792,248.102133 191.179595,245.027112 C186.967679,240.858892 181.740025,235.886265 176.049589,237.538776 C171.801127,238.772995 169.486817,243.227623 167.649194,247.25244 C167.102991,248.448922 166.727999,250.199153 167.901043,250.794216 C169.385124,251.546585 170.490638,249.356213 171.65534,248.167677 C173.732499,246.046823 177.827229,247.454635 178.808408,250.25715 C179.788791,253.059267 178.196264,256.274513 175.749674,257.956022 C174.626682,258.728253 173.290373,259.300673 172.546743,260.443527 C171.995376,261.290836 171.821386,262.388405 171.083318,263.078805 C169.273103,264.772231 166.581418,262.619201 164.338214,261.565725 C161.895199,260.418501 158.992183,260.68624 156.493555,259.663352 C153.996119,258.641655 152.89855,257.38678 151.755299,255.476064 C150.859526,253.980065 150.79001,252.705726 152.232382,251.249848 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M316.304446,154.630806 C316.322719,158.424828 322.71865,159.623692 323.164749,163.391893 C323.53418,166.51498 321.377177,169.6619 322.233225,172.68806 C322.786975,174.645253 324.498674,176.083255 325.196622,177.99397 C326.667595,182.021965 323.09126,186.225936 319.202298,188.031384 C315.312145,189.836831 310.820971,190.398128 307.347917,192.91344 C305.110672,194.533775 303.42678,196.883836 301.013161,198.227692 C295.517371,201.288015 288.763925,198.131561 283.301107,195.013241 C277.370738,191.627978 271.314048,188.140624 266.884446,182.944352 C264.072397,179.645686 261.976171,175.650662 261.377136,171.358107 C261.038292,168.928201 261.180106,166.451024 260.854768,164.019132 C260.18423,159.005987 257.656604,153.494705 260.426148,149.262927 C262.118383,146.678098 265.420623,145.406936 266.867762,142.677116 C267.678128,141.147352 267.800874,139.335946 268.547682,137.774006 C270.437741,133.821089 275.714652,132.702863 279.994099,133.644318 C284.273148,134.585772 288.077498,137.014486 292.260018,138.320208 C293.767537,138.790935 295.415678,139.10952 296.908896,138.593905 C298.843843,137.926148 300.06972,136.031322 301.811212,134.955204 C303.985297,133.612539 306.970541,133.734094 309.027838,135.248365 C311.085531,136.763034 312.088557,139.577069 311.452976,142.051863 C311.20073,143.033439 310.714511,143.981249 310.752646,144.994206 C310.791575,146.006369 311.681388,146.556544 312.661772,146.813954 C315.660126,147.600485 316.283392,150.245694 316.304446,154.630806 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M343.013944,181.486885 C339.954019,182.466872 337.122505,184.769264 334.96868,187.153885 C334.142425,188.068724 333.36503,189.059039 332.325855,189.722824 C331.007421,190.565366 329.404168,190.798544 327.858514,191.045229 C322.462829,191.90525 317.129509,193.159331 311.915362,194.794363 C308.796645,195.771966 305.402245,197.16945 304.07825,200.157078 C303.004516,202.580628 303.534034,205.624266 301.949451,207.748696 C300.600828,209.556924 298.109747,210.139275 296.563299,211.781458 C293.319452,215.226704 295.765248,220.734411 295.955128,225.462736 C296.107667,229.262319 294.647817,232.926841 294.141735,236.695042 C293.63486,240.46364 294.450787,244.920652 297.752233,246.807136 C301.850539,249.150047 307.142148,246.23988 311.694894,247.490783 C314.851746,248.358351 317.09495,251.049242 319.533595,253.233258 C321.973431,255.416876 325.390474,257.261253 328.408292,255.99009 C334.284239,253.5149 331.927028,242.880835 337.64686,240.063622 C342.6894,237.580486 350.168203,243.411545 353.756852,239.085621 C355.29615,237.230916 354.982729,234.452236 356.053286,232.292849 C357.842844,228.684338 363.387494,226.665574 362.632741,222.709082 C362.067869,219.745288 358.010081,218.283452 357.801134,215.273181 C357.525053,211.290074 363.978981,209.776994 364.433422,205.810571 C364.775444,202.825326 361.531995,200.769222 358.677044,199.83174 C355.822093,198.894258 352.428885,197.895601 351.438968,195.058526 C350.663162,192.835582 351.755169,190.453742 352.221924,188.145391 C352.688282,185.838232 351.619314,183.673681 349.63352,182.408478 C348.072375,181.414985 345.708808,180.624084 343.013944,181.486885 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M156.695749,100.454674 C155.708612,101.79853 154.722667,103.178933 153.392714,104.183945 C151.329062,105.743502 148.401417,106.246406 146.079163,105.105935 C143.7581,103.965464 142.345919,101.053709 143.221829,98.6198308 C144.951404,93.8140438 152.645509,94.4202292 155.527869,90.2031491 C156.312017,89.0563225 156.708064,87.5805828 157.846945,86.7853121 C158.733581,86.1668123 159.88001,86.102857 160.960101,86.0607497 C165.485835,85.8823898 170.010775,85.7036326 174.536906,85.5256699 C175.880763,85.47244 177.268713,85.4263604 178.523985,85.9082103 C179.780052,86.3900601 180.880402,87.5444342 180.863321,88.8886881 C180.841075,90.6726845 178.908512,91.8989587 177.126899,91.9855566 C175.344888,92.0721545 173.626039,91.3904939 171.870246,91.0782647 C166.600088,90.1415772 161.102312,93.0390322 158.347068,97.6275299 C157.663421,98.7648227 157.468775,99.40239 156.695749,100.454674 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M216.551593,78.4711178 C218.069439,79.5901376 219.90746,80.5292086 221.787588,80.3810388 C223.316558,80.2606756 224.617513,79.2675802 226.044392,78.7031048 C229.275925,77.4243953 232.953555,78.4155044 236.123913,79.8388087 C239.294271,81.2625102 242.344265,83.1315157 245.777197,83.6761291 C247.692282,83.9792219 249.774605,83.8914322 251.392953,84.9588111 C253.83557,86.5696118 254.12039,90.062924 253.549956,92.9329696 C253.384705,93.764389 253.153115,94.6192455 252.597379,95.2599906 C251.201087,96.8692023 248.549522,96.3623265 246.73176,95.2516486 C244.914396,94.1405735 243.282542,92.5317591 241.177179,92.2056265 C239.260903,91.9080952 237.288615,92.7486511 235.387036,92.3740555 C233.975649,92.0967833 232.787113,91.1890941 231.581098,90.406535 C226.204877,86.921962 218.787646,85.7461371 213.476969,89.3280334 C212.453684,90.0184333 211.518585,90.8724953 210.371362,91.3265385 C208.539696,92.0518954 206.472866,91.6502876 204.566521,91.1501648 C202.117945,90.5078307 199.589524,89.6438378 197.888947,87.7680793 C196.187974,85.8931152 195.672756,82.7215659 197.409481,80.8795726 C198.454614,79.770881 200.029266,79.3768207 201.513348,79.0324153 C204.951842,78.2343638 208.409402,75.7623509 211.829623,76.6394527 C213.411425,77.0450328 214.565005,77.0072952 216.551593,78.4711178 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M303.390631,89.8003496 C305.689845,91.0313906 306.156998,92.5615519 305.259239,94.5755493 C304.847701,95.4967445 303.934847,96.0814791 303.038678,96.5454532 C296.740865,99.811148 288.941491,99.8556387 283.248274,104.088211 C280.609421,106.049773 278.438912,108.893998 275.255842,109.718267 C273.790828,110.09763 272.228888,109.99832 270.76864,109.601082 C267.361926,108.675517 264.456129,106.06884 263.166297,102.782887 C261.876862,99.4969326 262.233979,95.6099574 264.100998,92.6139873 C266.862598,88.1820014 272.299199,86.1842908 277.473623,85.4764124 C284.906346,84.4590855 292.611177,85.507397 299.503259,88.4719852 C301.009586,89.1202779 302.04598,89.0801568 303.390631,89.8003496 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M334.796676,136.355865 C335.405245,137.819291 335.8863,139.627519 334.719214,140.69887 C334.304498,141.079424 333.774582,141.304658 333.256186,141.523139 C332.020378,142.043124 330.784968,142.563506 329.549557,143.083491 C327.667443,143.875981 325.618489,144.683963 323.635873,144.190196 C322.053673,143.796136 320.780525,142.621105 319.771143,141.34041 C317.976421,139.062249 316.775968,136.226763 316.864154,133.328116 C316.953136,130.42947 318.474955,127.510166 321.035155,126.148831 C321.853863,125.713856 322.782208,125.438967 323.703403,125.535893 C326.812984,125.861231 327.949085,129.737083 328.344337,132.838719 C329.240903,133.017476 330.14899,133.143003 331.033242,133.374196 C332.506995,133.759517 334.104687,134.695013 334.796676,136.355865 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M349.144123,278.942113 C345.490327,278.211195 342.722371,279.887143 339.103929,278.998918 C333.739228,277.682471 330.728163,272.198598 326.961551,268.158686 C325.955744,267.080979 324.650816,266.009628 323.188583,266.198316 C321.969856,266.35602 321.027607,267.369374 320.455187,268.45741 C318.539308,272.098097 320.090523,277.151364 323.719293,279.090283 C324.972977,279.760026 326.389925,280.082187 327.640431,280.757889 C328.890142,281.433988 330.02386,282.632853 329.996053,284.054171 C329.957521,285.985145 327.914128,287.236843 327.207044,289.034743 C326.395486,291.0976 327.499014,293.417471 328.87465,295.155388 C332.095456,299.223106 337.023593,301.892944 342.190072,302.368438 C343.479904,302.486815 344.906387,302.431202 345.884387,301.582304 C347.888453,299.842003 346.52831,296.519106 347.262803,293.96844 C347.992927,291.432075 350.749362,289.923762 351.620506,287.432284 C352.711322,284.315156 352.5993,283.226326 351.038155,280.390841 C350.808948,279.976521 350.190448,279.151458 349.144123,278.942113 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M297.401074,121.142042 C295.582121,121.150781 293.705568,120.871125 292.077686,121.679902 C290.429148,122.499404 290.481583,125.073905 291.728911,126.42809 C292.976636,127.782275 294.899666,128.230359 296.700744,128.611708 C297.798313,128.843695 298.938783,129.075682 300.031983,128.82145 C301.124387,128.566423 302.154823,127.676212 302.187,126.554014 C302.233079,124.934474 300.964301,123.622794 300.089979,122.257884 C299.144155,120.780555 298.332201,121.137275 297.401074,121.142042 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M218.916351,365.083999 C216.364891,362.55677 211.712437,362.574645 209.332187,365.264345 C208.538902,366.160514 207.988727,367.403472 208.327969,368.550696 C208.731165,369.914812 210.183071,370.63858 211.501107,371.171673 C212.928781,371.749655 214.418026,372.297843 215.957722,372.256133 C217.497814,372.214423 219.593642,371.926028 220.213731,370.51623 C220.834614,369.106035 220.726565,368.650005 220.125147,367.231071 C219.674282,366.168062 220.11323,366.269357 218.916351,365.083999 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M241.939082,276.427596 C245.180545,276.904679 248.15427,279.366363 248.514168,282.622922 C248.712787,284.417644 248.209884,286.211968 248.138778,288.016621 C247.995772,291.615202 249.555726,295.051311 250.02407,298.622085 C250.492414,302.192859 249.293549,306.557314 245.858631,307.637008 C242.918671,308.561778 239.761423,306.541027 238.086667,303.954213 C236.677266,301.777745 235.96621,299.155973 236.0826,296.565186 C236.189457,294.169046 236.972016,291.701799 236.201772,289.430789 C235.51733,287.415997 233.757963,286.003021 232.274278,284.477229 C230.790197,282.952232 229.447134,280.903675 229.934148,278.832873 C230.415601,276.787891 232.59763,275.510373 234.69465,275.382065 C236.79167,275.254949 237.900362,276.480031 240.001355,276.469703 C241.172015,276.464539 240.75571,276.253605 241.939082,276.427596 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3Cpath d='M68.5374829,247.735482 C68.5466193,249.668443 67.5515378,251.475876 67.2246108,253.38103 C66.9298601,255.102263 66.7431582,256.953393 67.5046637,258.524867 C68.2669637,260.096738 70.3218766,261.155378 71.8274092,260.26914 C72.6381722,259.791262 73.0989684,258.887943 73.3865689,257.991773 C74.6799763,253.953848 72.4296222,249.823366 69.4169681,246.839313 C68.6375869,246.067479 68.5307298,246.16083 68.5374829,247.735482 Z' id='Path' fill='%232E354F'%3E%3C/path%3E %3C/g%3E %3Ccircle id='Oval' fill='%232E354F' opacity='0.282296317' cx='526.25' cy='29.25' r='29.25'%3E%3C/circle%3E %3Ccircle id='Oval' fill='%232E354F' opacity='0.48811849' cx='29.25' cy='514.25' r='29.25'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3Cpath d='M906.3968,995.339893 L907,992.159691 C899.819142,989.417123 891.529909,985.863862 880.983443,982.656559 C867.628734,978.595068 810.741582,941.44576 803.958509,927.124647 C779.658546,924.320515 774.397356,921.815835 766.928783,916.211252 C764.282799,914.225507 759.04369,907.709189 755.393711,905.679949 L753.72663,905.081382 C753.72663,905.081382 735.087983,893.170597 733.533982,892.394367 C731.97998,891.617133 720.590439,889.545736 720.590439,889.545736 L710.493613,888.253246 L702.984224,883.591515 L679.685245,858.219158 L667.517198,842.68184 L656.122973,825.077139 L652.50143,810.578028 C652.50143,810.578028 640.847257,813.684622 638.778043,814.202221 C636.708161,814.720488 630.235553,816.271276 628.422273,817.569119 C626.609996,818.862279 619.10228,824.041942 619.10228,824.041942 L610.040228,825.335771 L582.34187,825.077474 L573.281156,817.05219 C573.281156,817.05219 568.361546,811.616236 566.807544,810.578363 C565.254212,809.542163 557.487552,811.096965 555.416665,810.578363 C553.34444,810.058757 543.765837,810.214672 543.765837,810.214672 L534.1869,813.943923 C534.1869,813.943923 526.679184,821.451943 524.348349,824.559206 C522.017849,827.667138 517.357518,830.256134 516.582023,830.513762 C515.804186,830.77507 505.189471,834.65756 503.896756,835.43379 C502.601699,836.211024 476.454666,851.744997 475.677498,852.264268 C474.900999,852.780863 469.98072,857.700222 468.426719,862.102317 C466.873052,866.503743 463.76806,870.904835 462.214394,871.164805 C460.660392,871.422768 445.903235,875.306595 444.350572,875.306595 C442.796905,875.306595 433.21663,877.250182 432.182859,877.834028 C431.147416,878.413524 427.52119,883.853492 425.450638,886.181514 C423.378079,888.510874 416.13098,892.913304 414.060428,893.9485 C411.988203,894.983697 405.885612,895.123552 403.963601,896.020901 C402.039249,896.916577 395.935654,901.458528 394.641936,902.750683 C393.544265,903.848782 390.588819,905.317931 388.606924,906.215949 C366.376509,914.309488 369.360727,934.333216 360.59877,940.318553 C327.224376,963.115967 351.878631,937.908225 295.038651,906.360154 C294.302633,906.605737 297.739502,883.771185 297.739502,883.771185 L287.427892,879.842189 C287.427892,879.842189 282.027863,880.088107 280.55449,879.842189 C279.081116,879.597944 273.679414,879.352361 272.697834,879.597944 C271.715585,879.842189 268.769506,884.999101 268.769506,884.999101 L265.332637,889.665182 C265.332637,889.665182 259.439476,883.77152 257.475982,882.789522 C255.511149,881.807858 244.463187,876.65128 244.463187,876.65128 L236.606531,876.65128 L219.912308,870.021204 L211.318297,865.847962 L206.899513,859.21822 L202.971185,853.079979 L197.815381,849.395897 L191.923558,843.013411 C191.923558,843.013411 186.276294,842.767493 182.101735,842.521575 C177.929183,842.275657 173.509061,842.275657 173.01894,844.731155 C172.527816,847.186317 170.072527,849.887063 170.072527,849.887063 L163.934808,847.401119 C163.934808,847.401119 159.024565,844.485571 159.024565,843.749491 C159.024565,843.013411 154.604443,839.328659 154.604443,839.328659 L146.748122,833.436336 C146.748122,833.436336 132.999309,810.601784 132.263626,810.355866 C131.525936,810.111621 123.670618,803.481544 122.933597,802.744126 C122.197579,802.008045 112.377428,794.888475 112.377428,794.888475 L108.694663,786.538981 L102.801502,776.472413 C102.801502,776.472413 98.6272771,774.016916 97.645697,773.771333 C96.6637823,773.525415 87.8252119,770.579755 87.8252119,770.579755 L79.4784352,774.263168 C79.4784352,774.263168 73.5852744,786.293398 73.0951534,787.766897 C72.6033597,789.240062 58.8548813,808.638122 58.1188635,808.638122 C57.3815075,808.638122 47.5610224,825.825264 46.5794423,828.772263 C45.5961894,831.717923 33.5669817,839.329328 33.5669817,839.329328 L24.7284114,840.558583 L11.3553021,859.991774 L3.36850506,871.249454 C3.36850506,871.249454 -3.75112915,887.454598 -3.99669146,889.173681 C-4.24225377,890.893098 9.26032772,911.272821 10.2419079,912.990565 C11.2251608,914.709982 20.0637311,918.638644 23.0091406,922.567306 C25.9558883,926.495968 90.7722942,947.365854 95.6825367,946.629774 C100.592779,945.892355 143.55782,945.930497 146.994688,946.648176 C150.432561,947.366189 323.974188,986.475812 325.447227,986.72173 C326.919598,986.967313 485.593331,1020.57975 485.593331,1020.57975 L783.68289,993.070089 L906.3968,995.339893 Z' id='Path' fill='%233C4766' mask='url(%23mask-2)' transform='translate(451.500000, 895.579755) rotate(-7.000000) translate(-451.500000, -895.579755) '%3E%3C/path%3E %3Cpath d='M0.161560002,918.646185 C0.161560002,918.646185 19.3620221,959.226003 24.161715,959.226003 C28.9619714,959.226003 39.1620936,972.189713 42.1618312,972.754021 C45.1615688,973.316739 60.1613839,991.352332 63.1622486,991.916109 C66.1614226,992.479887 73.3623708,1001.49821 80.5616283,1001.49821 C87.7608859,1001.49821 104.561783,1001.49821 104.561783,1001.49821 C104.561783,1001.49821 110.561259,998.679324 115.961688,1001.49821 C121.361554,1004.31657 125.561637,1005.44307 128.561375,1006.56956 C131.561112,1007.69765 137.561151,1011.64356 137.561151,1011.64356 L144.160799,1011.64356 C144.160799,1011.64356 150.161402,1009.9517 151.960793,1011.64356 C153.760749,1013.33331 158.561005,1010.51601 160.961133,1011.64356 C163.360698,1012.77006 198.760757,1017.26175 211.361008,1012.19781 C223.961258,1007.1344 222.760912,1009.9517 223.961258,1007.1344 C225.16104,1004.3171 214.961482,1012.77006 223.961258,1007.1344 C232.961034,1001.49874 235.361163,1000.37119 239.560683,998.679324 C243.76133,996.98905 239.560683,998.679324 243.76133,996.98905 C247.961413,995.298775 248.561023,993.607972 250.961151,991.352861 C253.361279,989.098809 254.561061,990.790142 258.161535,987.408005 C261.760882,984.025869 261.760882,985.717202 266.561139,982.899372 C271.360832,980.081542 274.860432,982.258306 277.361434,979.517235 C284.561255,971.626995 307.361064,974.445354 312.761493,972.75455 C318.161359,971.063746 330.161437,972.75455 334.36152,971.626995 C338.56104,970.49891 347.560816,971.626995 350.561681,969.935661 C353.561419,968.245387 347.56138,969.468758 361.961586,966.602756 C376.361791,963.736754 373.961663,968.808635 385.961741,962.608669 C397.961818,956.408703 400.961556,955.844925 404.561466,955.844925 C408.161377,955.844925 412.96107,963.736754 418.361499,956.97301 C423.761365,950.209795 428.561621,952.463318 431.561922,948.517933 C434.561096,944.573077 434.561096,944.573077 434.561096,944.573077 L445.361392,940.064444 C450.161648,939.501195 456.161687,937.246084 456.161687,937.246084 C456.161687,937.246084 463.362071,936.119058 465.161463,936.682836 C466.961418,937.246084 473.56163,939.501195 475.961758,940.064973 C478.361887,940.628221 482.56197,944.010358 482.56197,944.010358 L489.161618,949.08224 L501.761869,954.718958 C501.761869,954.718958 508.361517,958.663813 510.161472,958.100565 C511.961427,957.536787 519.761421,962.609198 523.361895,962.04595 C526.962369,961.482702 531.761499,956.409232 534.7618,956.409232 C537.761537,956.409232 541.961057,957.536787 546.161704,958.100565 C550.361788,958.663813 580.119658,974.218784 585.520651,975.34528 C590.919953,976.473365 618.466482,956.124961 628.066432,956.124961 C637.666381,956.124961 641.484382,942.613883 653.485024,938.104191 C665.485101,933.595558 683.084538,910.95287 690.284359,908.697759 C697.484744,906.443178 704.684565,906.443178 709.484258,905.879929 C714.284514,905.316681 728.084547,906.443178 732.88424,905.316681 C737.68506,904.189126 745.48449,899.116715 749.084965,896.298885 C752.684312,893.480526 762.284824,890.663226 767.68469,888.408644 C773.08512,886.153533 788.084371,874.317908 809.684398,862.481223 C831.284425,850.646127 830.684252,850.646127 836.084681,849.519101 C841.484547,848.391545 848.684931,851.773153 854.684407,851.773153 C860.683882,851.773153 872.083786,855.155289 876.884606,857.973119 C881.684863,860.791478 885.28421,862.481753 885.28421,862.481753 C885.28421,862.481753 886.483992,864.173086 890.684639,865.300112 C894.884159,866.427667 890.084466,868.118471 894.884159,866.427667 C899.684415,864.736863 980.561241,834.555435 982.961369,836.24571 C985.360934,837.936513 992.561318,838.500291 996.160665,838.500291 C999.761139,838.500291 1000.96092,840.754872 1012.36139,835.682461 C1023.76129,830.61005 1027.3612,833.428409 1033.96142,830.61005 C1040.56106,827.792221 1035.76137,828.919776 1044.16154,827.792221 C1052.56171,826.664665 1057.96157,828.355469 1061.56092,826.664665 C1065.16139,824.974391 1068.7613,824.974391 1070.56069,822.156032 C1072.36065,819.337673 1064.56122,823.846835 1080.76082,814.265791 C1096.96098,804.683688 1125.16065,790.029703 1129.36074,788.338899 C1133.56138,786.647566 1135.36078,784.956763 1140.76064,781.575685 C1146.16051,778.193548 1141.36081,781.575685 1146.16051,778.193548 C1150.96076,774.811411 1153.96106,772.557889 1157.56041,772.557889 C1161.15976,772.557889 1172.56023,775.939496 1174.36075,777.066522 C1176.1607,778.194077 1179.76061,780.448659 1183.36109,784.957292 C1186.961,789.466455 1192.36086,795.102114 1194.76099,796.792918 C1197.16168,798.483722 1202.56098,804.12044 1204.36094,804.12044 C1206.16089,804.12044 1219.96149,811.447432 1221.76088,812.01068 C1223.56084,812.574458 1234.36057,821.028476 1234.36057,821.028476 C1234.36057,821.028476 1243.96052,847.518087 1274.56145,852.027779 C1305.16125,856.536412 1309.96094,858.790464 1318.96072,858.227216 C1327.96162,857.663968 1330.9608,861.609353 1344.16122,858.227216 C1357.36165,854.845609 1330.36119,858.790464 1366.96103,854.845609 C1403.56144,850.900224 1406.56117,852.591027 1411.36143,852.027779 C1416.16112,851.464531 1418.56069,855.409916 1423.96112,850.900224 C1429.36098,846.391061 1432.96146,846.391061 1435.96119,840.191624 C1438.96037,833.992187 1452.76097,832.301383 1461.76074,827.792221 C1470.76052,823.283058 1476.16095,824.974391 1480.96064,822.719809 C1485.76033,820.465228 1509.76049,817.083621 1514.56074,812.574987 C1519.361,808.065295 1525.96065,805.811243 1528.36078,804.12044 C1530.76091,802.429636 1621.36053,805.246936 1633.36061,808.629073 C1645.36069,812.01121 1650.76112,817.083621 1660.3605,817.646869 C1669.96045,818.210117 1684.36066,828.355469 1690.3607,824.410613 C1696.36017,820.465228 1705.36051,821.592254 1738.96062,807.502047 C1772.56016,793.41184 1785.15984,794.539395 1789.36049,790.029703 C1793.56057,785.52054 1789.36049,789.466455 1806.16082,772.557889 C1822.96172,755.649322 1830.16098,752.830963 1836.76063,755.085545 C1843.3614,757.340126 1852.96135,762.976315 1854.76074,762.413067 C1856.56126,761.849289 1884.76037,754.302079 1886.56146,754.412188 C1888.36085,754.521767 1907.56131,740.432089 1907.56131,740.432089 L1907.56131,731.414293 L1920.16156,722 L1920.16156,1075 L0.161560002,1075 L0.161560002,918.646185 Z' id='Path' fill='%2337405D' mask='url(%23mask-2)'%3E%3C/path%3E %3Cpath d='M1962.9403,675.692671 C1827.07942,677.994704 1596.80756,667.636082 1661.28358,635.408141 C1725.75959,603.1802 1661.28358,588.216982 1570.32622,559.442621 C1479.36886,530.66773 1041.85179,445.494076 1971,466.212377 L1962.9403,675.692671 Z' id='Path' fill='%232E354F' opacity='0.130347842' mask='url(%23mask-2)'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-position: bottom right;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .footer .footer-content {
    background: #444F71;
    position: relative; }
  .footer #footer-logo {
    height: 60px;
    width: 100%;
    background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='300px' height='122px' viewBox='0 0 300 122' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Elogo/1%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='page' transform='translate(-813.000000, -6842.000000)'%3E %3Cg id='logo/1' transform='translate(813.000000, 6842.000000)'%3E %3Cpath d='M45.2830189,83.5997305 L45.2830189,82.3625337 L63.6447308,47.0336927 L63.6447308,46.8962264 L48.5964105,46.8962264 C47.9061206,46.8962264 47.2848596,46.277628 47.2848596,45.5902965 L47.2848596,38.0983827 C47.2848596,37.4110512 47.9061206,36.7924528 48.5964105,36.7924528 L77.9337322,36.7924528 C78.6240221,36.7924528 79.245283,37.4110512 79.245283,38.0983827 L79.245283,38.9919137 L61.504832,74.6644205 L61.504832,74.8018868 L76.5531523,74.8018868 C77.3124712,74.8018868 77.8647032,75.4204852 77.8647032,76.1078167 L77.8647032,83.5997305 C77.8647032,84.287062 77.3124712,84.9056604 76.5531523,84.9056604 L46.5945697,84.9056604 C45.9042798,84.9056604 45.2830189,84.287062 45.2830189,83.5997305 Z' id='z' fill='%23B1BACA' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M150,83.5997305 L150,38.0983827 C150,37.4110512 150.549141,36.7924528 151.30421,36.7924528 L171.828358,36.7924528 C180.065475,36.7924528 186.792453,43.4595687 186.792453,51.638814 C186.792453,57.9622642 182.605252,63.0485175 176.633343,65.4541779 L186.037384,82.9123989 C186.517882,83.8059299 186.037384,84.9056604 184.870459,84.9056604 L175.740988,84.9056604 C175.191847,84.9056604 174.779992,84.5619946 174.642706,84.287062 L165.513236,66.0727763 L160.776894,66.0727763 L160.776894,83.5997305 C160.776894,84.287062 160.15911,84.9056604 159.472684,84.9056604 L151.30421,84.9056604 C150.549141,84.9056604 150,84.287062 150,83.5997305 Z M160.776894,57.3436658 L170.936004,57.3436658 C173.750352,57.3436658 176.152844,54.7318059 176.152844,51.8450135 C176.152844,48.958221 173.750352,46.6212938 170.936004,46.6212938 L160.776894,46.6212938 L160.776894,57.3436658 Z' id='r' fill='%23B1BACA' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M198.113208,83.5997305 L198.113208,38.0983827 C198.113208,37.4110512 198.67341,36.7924528 199.443688,36.7924528 L215.75958,36.7924528 C224.022564,36.7924528 230.815017,42.3598383 230.815017,49.5768194 C230.815017,54.8692722 225.983272,58.7183288 222.692083,60.4366577 C226.403423,61.9487871 232.075472,65.3167116 232.075472,71.6401617 C232.075472,79.3382749 225.142968,84.9056604 216.809959,84.9056604 L199.443688,84.9056604 C198.67341,84.9056604 198.113208,84.287062 198.113208,83.5997305 Z M209.037152,56.3126685 L214.499125,56.3126685 C217.160086,56.3126685 219.400895,54.1132075 219.400895,51.3638814 C219.400895,48.6145553 217.160086,46.690027 214.499125,46.690027 L209.037152,46.690027 L209.037152,56.3126685 Z M209.037152,75.0768194 L215.409453,75.0768194 C218.14044,75.0768194 220.451274,72.8773585 220.451274,70.0592992 C220.451274,67.309973 217.440187,65.2479784 214.709201,65.2479784 L209.037152,65.2479784 L209.037152,75.0768194 Z' id='b' fill='%23B1BACA' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M243.396226,83.5997305 L243.396226,38.0983827 C243.396226,37.4110512 244.04108,36.7924528 244.757583,36.7924528 L253.355625,36.7924528 C254.072128,36.7924528 254.716981,37.4110512 254.716981,38.0983827 L254.716981,83.5997305 C254.716981,84.287062 254.072128,84.9056604 253.355625,84.9056604 L244.757583,84.9056604 C244.04108,84.9056604 243.396226,84.287062 243.396226,83.5997305 Z' id='i' fill='%23B1BACA' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M277.452439,83.5997305 L277.452439,46.8962264 L267.376497,46.8962264 C266.601425,46.8962264 266.037736,46.277628 266.037736,45.5902965 L266.037736,38.0983827 C266.037736,37.4110512 266.601425,36.7924528 267.376497,36.7924528 L298.661239,36.7924528 C299.436311,36.7924528 300,37.4110512 300,38.0983827 L300,45.5902965 C300,46.277628 299.436311,46.8962264 298.661239,46.8962264 L288.585297,46.8962264 L288.585297,83.5997305 C288.585297,84.287062 287.951147,84.9056604 287.246536,84.9056604 L278.7912,84.9056604 C278.086589,84.9056604 277.452439,84.287062 277.452439,83.5997305 Z' id='t' fill='%23B1BACA' fill-rule='nonzero'%3E%3C/path%3E %3Ccircle id='Oval' stroke='%23B1BACA' stroke-width='5.66037736' cx='60.8490566' cy='60.8490566' r='58.0188679'%3E%3C/circle%3E %3Cg id='Group' transform='translate(90.566038, 36.792453)' fill='%23B1BACA' fill-rule='nonzero'%3E %3Cpath d='M0,24.1234277 C0,10.7586478 10.6397775,0 24.0231454,0 C37.4065132,0 48.1132075,10.7586478 48.1132075,24.1234277 C48.1132075,37.4882075 37.4065132,48.1132075 24.0231454,48.1132075 C10.6397775,48.1132075 0,37.4882075 0,24.1234277 Z' id='planet'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 100% 100%;
    margin: 0 auto; }
  .footer h4 {
    margin-top: 50px; }
    @media (min-width: 576px) {
      .footer h4 {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .footer h4 {
        margin-top: 80px; } }
    @media (min-width: 1200px) {
      .footer h4 {
        margin-top: 100px; } }
  .footer .tagline {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .footer .tagline {
        padding: 0 40px; } }
    @media (min-width: 992px) {
      .footer .tagline {
        padding: 0 60px; } }
    @media (min-width: 1200px) {
      .footer .tagline {
        padding: 0 80px; } }
  .footer .container {
    padding: 0 60px; }
    @media (min-width: 768px) {
      .footer .container {
        padding: 0 80px; } }
    @media (min-width: 992px) {
      .footer .container {
        padding: 0 100px; } }
    @media (min-width: 1200px) {
      .footer .container {
        padding: 0 120px; } }
  .footer .offices .office {
    width: 100%;
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #B1BACA;
    border-radius: 8px;
    text-align: left;
    position: relative; }
    .footer .offices .office .city {
      background: #2E354F;
      color: #E6F1FB;
      padding: 10px 20px;
      border-radius: 4px;
      position: absolute;
      top: -22px;
      right: 0;
      left: 0;
      margin-right: 40px;
      margin-left: 40px;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 10px; }
      @media (min-width: 992px) {
        .footer .offices .office .city {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .footer .offices .office .city {
          left: 0;
          width: auto;
          right: auto; } }
    .footer .offices .office .address {
      width: 100%; }
      @media (min-width: 768px) {
        .footer .offices .office .address {
          width: 80%; } }
    .footer .offices .office .email {
      margin-top: 20px; }
    .footer .offices .office .phone {
      font-family: "Roboto Condensed", sans-serif;
      margin-top: 20px; }
  .footer .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 0 100px 0;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .footer .social ul {
        padding: 0 0 100px 0;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .footer .social ul {
        padding: 0 100px 100px 100px;
        margin-top: 50px; } }
    @media (min-width: 1200px) {
      .footer .social ul {
        padding: 0 120px 100px 120px; } }
    .footer .social ul li {
      display: inline-block;
      width: 50px;
      height: 50px; }
      @media (min-width: 992px) {
        .footer .social ul li {
          width: 80px;
          height: 80px; } }
      .footer .social ul li a {
        display: block;
        height: 100%;
        background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='600px' height='200px' viewBox='0 0 600 200' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3Esocial%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='social' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='linkedin' transform='translate(200.000000, 0.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='49.902729' cy='49.9025341' r='49.9025341'%3E%3C/circle%3E %3Cpath d='M99.6132554,45.5426901 L76.9452242,22.845614 C63.0982456,24.6461988 48.6274854,24.3775828 34.7805068,24.6996101 C29.0678363,24.6996101 23.3549708,27.3879142 24.3631579,33.7727096 C26.3793372,46.5423002 27.3875244,58.9760234 25.0352827,72.0816764 C24.6649123,73.7473684 23.88577,75.4128655 22.8682261,76.9664717 L45.5126706,99.6111111 C46.9592593,99.737037 48.422807,99.8052632 49.9023392,99.8052632 C77.4625731,99.8052632 99.8048733,77.462963 99.8048733,49.902729 C99.8052632,48.4329435 99.7380117,46.9795322 99.6132554,45.5426901 Z' id='Path' fill='%23141734' opacity='0.289760045'%3E%3C/path%3E %3Cpath d='M73.2988304,21.3387914 L26.5066277,21.3387914 C23.6522417,21.3387914 21.3389864,23.6520468 21.3389864,26.5064327 L21.3389864,73.2982456 C21.3389864,76.1518519 23.6522417,78.4658869 26.5066277,78.4658869 L73.2984405,78.4658869 C76.1520468,78.4658869 78.4660819,76.1518519 78.4660819,73.2982456 L78.4660819,26.5064327 C78.4664717,23.6520468 76.1524366,21.3387914 73.2988304,21.3387914 L73.2988304,21.3387914 Z M39.0165692,70.6660819 C39.0165692,71.497076 38.3434698,72.1701754 37.5124756,72.1701754 L31.111501,72.1701754 C30.2805068,72.1701754 29.6074074,71.4966862 29.6074074,70.6660819 L29.6074074,43.8315789 C29.6074074,43.0005848 30.2808967,42.3274854 31.111501,42.3274854 L37.5128655,42.3274854 C38.3438596,42.3274854 39.0169591,43.0009747 39.0169591,43.8315789 L39.0169591,70.6660819 L39.0165692,70.6660819 Z M34.3118908,39.7976608 C30.9532164,39.7976608 28.2307992,37.0746589 28.2307992,33.7155945 C28.2307992,30.357115 30.9530214,27.6345029 34.3118908,27.6345029 C37.6709552,27.6345029 40.3933723,30.3575049 40.3933723,33.7155945 C40.3933723,37.0750487 37.6707602,39.7976608 34.3118908,39.7976608 L34.3118908,39.7976608 Z M72.4703704,70.7873294 C72.4703704,71.5510721 71.851462,72.1705653 71.0883041,72.1705653 L64.2185185,72.1705653 C63.4553606,72.1705653 62.8360624,71.5512671 62.8360624,70.7873294 L62.8360624,58.1998051 C62.8360624,56.3226121 63.3869396,49.9717349 57.9292398,49.9717349 C53.6955166,49.9717349 52.8368421,54.3187135 52.6645224,56.2688109 L52.6645224,70.7869396 C52.6645224,71.5506823 52.045614,72.1701754 51.2816764,72.1701754 L44.6380117,72.1701754 C43.874269,72.1701754 43.2547758,71.5508772 43.2547758,70.7869396 L43.2547758,43.7103314 C43.2547758,42.9465887 43.8740741,42.3270955 44.6380117,42.3270955 L51.2816764,42.3270955 C52.0454191,42.3270955 52.6645224,42.9463938 52.6645224,43.7103314 L52.6645224,46.0512671 C54.2345029,43.6955166 56.5676413,41.8766082 61.534308,41.8766082 C72.5333333,41.8766082 72.4709552,52.1528265 72.4709552,57.7998051 L72.4709552,70.7875244 L72.4703704,70.7875244 L72.4703704,70.7873294 Z' id='Shape' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M73.2988304,21.3387914 L49.7908382,21.3387914 L49.7908382,42.3270955 L51.2814815,42.3270955 C52.0452242,42.3270955 52.6643275,42.9463938 52.6643275,43.7103314 L52.6643275,46.0512671 C54.234308,43.6955166 56.5674464,41.8766082 61.534308,41.8766082 C72.5333333,41.8766082 72.4709552,52.1528265 72.4709552,57.7998051 L72.4709552,70.7871345 C72.4709552,71.5508772 71.8520468,72.1703704 71.0888889,72.1703704 L64.2191033,72.1703704 C63.4559454,72.1703704 62.8366472,71.5510721 62.8366472,70.7871345 L62.8366472,58.1996101 C62.8366472,56.3224172 63.3875244,49.97154 57.9298246,49.97154 C53.6961014,49.97154 52.8374269,54.3185185 52.6651072,56.268616 L52.6651072,70.7867446 C52.6651072,71.5504873 52.0461988,72.1699805 51.2822612,72.1699805 L49.7916179,72.1699805 L49.7916179,78.4664717 L73.2996101,78.4664717 C76.1532164,78.4664717 78.4672515,76.1524366 78.4672515,73.2988304 L78.4672515,26.5064327 C78.4664717,23.6520468 76.1524366,21.3387914 73.2988304,21.3387914 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3Cg id='instagram' transform='translate(100.000000, 0.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M73.1855469,25.9613281 C67.2115234,26.7175781 60.9826172,26.6912109 54.7138672,26.0943359 C45.9595703,25.4208984 33.1650391,21.3804688 28.4511719,29.4613281 C20.8785156,42.3980469 24.6134766,58.9603516 26.378125,73.6171875 L52.6939453,99.9273438 C78.1603516,98.5751953 98.5701172,78.1681641 99.9265625,52.7027344 L73.1855469,25.9613281 Z' id='Path' fill='%23141734' opacity='0.289760045'%3E%3C/path%3E %3Cg id='Group' transform='translate(21.289062, 21.289062)' fill='%23B1BACA'%3E %3Cpath d='M40.2787109,0.09140625 L17.1429687,0.09140625 C7.740625,0.09140625 0.09140625,7.740625 0.09140625,17.1429688 L0.09140625,40.2787109 C0.09140625,49.6806641 7.740625,57.3304688 17.1431641,57.3304688 L40.2789063,57.3304688 C49.6808594,57.3304688 57.3306641,49.6810547 57.3306641,40.2787109 L57.3306641,17.1429688 C57.3304687,7.740625 49.6810547,0.09140625 40.2787109,0.09140625 L40.2787109,0.09140625 Z M51.5722656,40.2789062 C51.5722656,46.5160156 46.5160156,51.5722656 40.2789062,51.5722656 L17.1431641,51.5722656 C10.9060547,51.5722656 5.84980469,46.5160156 5.84980469,40.2789062 L5.84980469,17.1431641 C5.84980469,10.9060547 10.9060547,5.84960937 17.1431641,5.84960937 L40.2789062,5.84960937 C46.5160156,5.84960937 51.5722656,10.90625 51.5722656,17.1431641 L51.5722656,40.2789062 Z' id='Shape'%3E%3C/path%3E %3Cpath d='M28.7109375,13.9066406 C20.5480469,13.9066406 13.9066406,20.5480469 13.9066406,28.7109375 C13.9066406,36.8732422 20.5480469,43.5146484 28.7109375,43.5146484 C36.8738281,43.5146484 43.5146484,36.8738281 43.5146484,28.7109375 C43.5146484,20.5480469 36.8738281,13.9066406 28.7109375,13.9066406 L28.7109375,13.9066406 Z M28.7109375,37.7564453 C23.7150391,37.7564453 19.6648437,33.7070312 19.6648437,28.7109375 C19.6648437,23.7148438 23.7150391,19.6648437 28.7109375,19.6648437 C33.7068359,19.6648437 37.7564453,23.7146484 37.7564453,28.7109375 C37.7564453,33.7068359 33.7068359,37.7564453 28.7109375,37.7564453 L28.7109375,37.7564453 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3Cg id='Group' transform='translate(49.804688, 21.289062)'%3E %3Cpath d='M18.5748047,14.0183594 C18.5748047,15.9773438 16.9865234,17.5658203 15.0273438,17.5658203 C13.0683594,17.5658203 11.4798828,15.9773438 11.4798828,14.0183594 C11.4798828,12.0591797 13.0683594,10.4708984 15.0273438,10.4708984 C16.9869141,10.4708984 18.5748047,12.0587891 18.5748047,14.0183594 L18.5748047,14.0183594 Z' id='Path' fill='%23D1D1D1'%3E%3C/path%3E %3Cpath d='M11.7632813,0.09140625 L0.083203125,0.09140625 L0.083203125,5.84960937 L11.7632813,5.84960937 C18.0003906,5.84960937 23.0566406,10.90625 23.0566406,17.1431641 L23.0566406,40.2789062 C23.0566406,46.5160156 18.0003906,51.5722656 11.7632813,51.5722656 L0.083203125,51.5722656 L0.083203125,57.3304688 L11.7632813,57.3304688 C21.1652344,57.3304688 28.8148438,49.6810547 28.8148438,40.2787109 L28.8148438,17.1429687 C28.8148437,7.740625 21.1654297,0.09140625 11.7632813,0.09140625 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3Cpath d='M0.1953125,13.9066406 C0.157617187,13.9066406 0.120898437,13.909375 0.083203125,13.909375 L0.083203125,19.6675781 C0.120507812,19.6671875 0.157617187,19.6648437 0.1953125,19.6648437 C5.19121094,19.6648437 9.24082031,23.7146484 9.24082031,28.7109375 C9.24082031,33.7068359 5.19140625,37.7564453 0.1953125,37.7564453 C0.157617187,37.7564453 0.120507812,37.7541016 0.083203125,37.7537109 L0.083203125,43.5119141 C0.120898437,43.5123047 0.157617187,43.5146484 0.1953125,43.5146484 C8.35820312,43.5146484 14.9990234,36.8736328 14.9990234,28.7109375 C14.9990234,20.5480469 8.35820312,13.9066406 0.1953125,13.9066406 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='facebook' transform='translate(400.000000, 0.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='49.902729' cy='49.9025341' r='49.9025341'%3E%3C/circle%3E %3Cpath d='M99.7263158,47.1150097 L76.2220273,23.6033138 C75.8325536,23.7212476 74.8610136,23.2692008 74.4339181,23.3549708 C64.3526316,25.0352827 54.6074074,23.3549708 44.8619883,26.0432749 C40.1573099,27.3875244 39.8212476,33.1001949 38.1411306,36.7966862 C35.7888889,43.5175439 36.1249513,50.9105263 33.1003899,57.2953216 C31.0842105,61.6639376 26.3795322,64.3522417 24.6992203,69.3929825 C24.1387914,71.4953216 24.1719298,74.1452242 23.5382066,76.1551657 L47.1210526,99.7267057 C48.0421053,99.7773879 48.9690058,99.8052632 49.9025341,99.8052632 C77.462768,99.8052632 99.8050682,77.462963 99.8050682,49.902729 C99.8052632,48.9670565 99.7773879,48.0378168 99.7263158,47.1150097 Z' id='Path' fill='%23141734' opacity='0.289760045'%3E%3C/path%3E %3Cg id='Group' transform='translate(21.247563, 21.247563)'%3E %3Cpath d='M49.5210526,0.0908382066 L7.78908382,0.0908382066 C3.53781676,0.0908382066 0.0912280702,3.53723197 0.0912280702,7.78869396 L0.0912280702,49.5206628 C0.0912280702,53.7723197 3.53762183,57.2185185 7.78908382,57.2185185 L28.3707602,57.2185185 L28.4064327,36.8048733 L23.1023392,36.8048733 C22.4130604,36.8048733 21.8536062,36.2473684 21.8512671,35.5580897 L21.8253411,28.9773879 C21.8226121,28.2847953 22.3842105,27.7212476 23.0768031,27.7212476 L28.37154,27.7212476 L28.37154,21.362963 C28.37154,13.9844055 32.8779727,9.96666667 39.460039,9.96666667 L44.8615984,9.96666667 C45.5522417,9.96666667 46.1130604,10.5269006 46.1130604,11.2181287 L46.1130604,16.7664717 C46.1130604,17.4576998 45.5528265,18.0179337 44.8623782,18.0179337 L41.5473684,18.019883 C37.9678363,18.019883 37.274269,19.7206628 37.274269,22.2173489 L37.274269,27.7220273 L45.139961,27.7220273 C45.8900585,27.7220273 46.471345,28.3766082 46.3826511,29.1202729 L45.602729,35.7009747 C45.52846,36.3309942 44.994152,36.8052632 44.360039,36.8052632 L37.3097466,36.8052632 L37.2740741,57.2196881 L49.5208577,57.2196881 C53.7721248,57.2196881 57.2187135,53.7729045 57.2187135,49.5216374 L57.2187135,7.78869396 C57.2189084,3.5374269 53.7723197,0.0908382066 49.5210526,0.0908382066 L49.5210526,0.0908382066 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpolygon id='Path' fill='%23FFFFFF' points='28.3707602 57.2183236 28.4064327 36.8046784 28.3191033 36.8046784 28.3191033 57.2183236'%3E%3C/polygon%3E %3C/g%3E %3Cpath d='M70.768616,21.3384016 L49.5666667,21.3384016 L49.5666667,48.9682261 L49.6191033,48.9682261 L49.6191033,42.6101365 C49.6191033,35.2315789 54.1255361,31.2138402 60.7076023,31.2138402 L66.1091618,31.2138402 C66.7998051,31.2138402 67.3606238,31.7740741 67.3606238,32.4653021 L67.3606238,38.0136452 C67.3606238,38.7048733 66.8003899,39.2651072 66.1099415,39.2651072 L62.7949318,39.2670565 C59.2153996,39.2670565 58.5218324,40.9678363 58.5218324,43.4645224 L58.5218324,48.9690058 L66.3875244,48.9690058 C67.1376218,48.9690058 67.7189084,49.6235867 67.6302144,50.3672515 L66.8502924,56.9479532 C66.7760234,57.5779727 66.2417154,58.0522417 65.6076023,58.0522417 L58.5573099,58.0522417 L58.5216374,78.4666667 L70.7684211,78.4666667 C75.0196881,78.4666667 78.4662768,75.019883 78.4662768,70.768616 L78.4662768,29.0362573 C78.4664717,24.7849903 75.019883,21.3384016 70.768616,21.3384016 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3Cg id='twitter' transform='translate(300.000000, 0.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M76.7605469,27.2121094 C71.5451172,31.7373047 66.3595703,35.7033203 62.1210938,41.2457031 C51.6951172,53.8183594 38.9544922,71.6558594 21.6160156,68.996875 L52.5945312,99.9335937 C78.8554688,98.5912109 99.7619141,76.9857422 99.9941406,50.4460937 L76.7605469,27.2121094 Z' id='Path' fill='%23141734' opacity='0.289760045'%3E%3C/path%3E %3Cpath d='M77.709375,31.7326172 C76.4373047,32.296875 75.1173828,32.7417969 73.7625,33.0636719 C75.2554688,31.6455078 76.3777344,29.8710937 77.0107422,27.8910156 C77.1916016,27.3259766 76.5773437,26.8367187 76.0669922,27.1394531 C74.1822266,28.2576172 72.1521484,29.0957031 70.0330078,29.6320312 C69.9103516,29.6632812 69.7837891,29.6789062 69.65625,29.6789062 C69.2697266,29.6789062 68.8953125,29.5357422 68.5994141,29.2755859 C66.3451172,27.2884766 63.4451172,26.1941406 60.434375,26.1941406 C59.13125,26.1941406 57.8162109,26.3972656 56.525,26.7978516 C52.5236328,28.0386719 49.4361328,31.3396484 48.4669922,35.4117188 C48.1037109,36.9386719 48.0056641,38.4679687 48.1748047,39.9554688 C48.19375,40.1265625 48.1134766,40.2457031 48.0636719,40.3015625 C47.9757812,40.3996094 47.8519531,40.4560547 47.7228516,40.4560547 C47.7087891,40.4560547 47.6935547,40.4554688 47.6791016,40.4541016 C38.9201172,39.6400391 31.0214844,35.4205078 25.4390625,28.571875 C25.1548828,28.2224609 24.6083984,28.2654297 24.3814453,28.6542969 C23.2884766,30.5304687 22.7107422,32.6755859 22.7107422,34.8585937 C22.7107422,38.2037109 24.0552734,41.3566406 26.3898437,43.6552734 C25.4080078,43.4222656 24.4576172,43.0556641 23.5746094,42.5650391 C23.1472656,42.3279297 22.6220703,42.6333984 22.6160156,43.121875 C22.5554687,48.0916016 25.4652344,52.5138672 29.8240234,54.5050781 C29.7361328,54.5070312 29.6482422,54.5078125 29.5603516,54.5078125 C28.8695312,54.5078125 28.1695312,54.4417969 27.48125,54.3095703 C27.0001953,54.2183594 26.5960937,54.6742188 26.7453125,55.1402344 C28.1605469,59.5578125 31.9634766,62.8136719 36.5150391,63.5523437 C32.7378906,66.0880859 28.3386719,67.4253906 23.7607422,67.4253906 L22.3337891,67.4248047 C21.8933594,67.4248047 21.5212891,67.7117187 21.4099609,68.1376953 C21.2996094,68.5566406 21.5025391,68.9996094 21.8779297,69.2177734 C27.0365234,72.2201172 32.9210937,73.8066406 38.8970703,73.8066406 C44.1283203,73.8066406 49.0216797,72.7689453 53.4412109,70.7210937 C57.4929687,68.8443359 61.0732422,66.1615234 64.0830078,62.7470703 C66.8871094,59.5662109 69.0792969,55.8945312 70.5996094,51.8332031 C72.0484375,47.9628906 72.8144531,43.8318359 72.8144531,39.8890625 L72.8144531,39.7007812 C72.8144531,39.0677734 73.1005859,38.4720703 73.6003906,38.0660156 C75.4960937,36.5265625 77.1472656,34.7148437 78.5070312,32.6808594 C78.8664062,32.1441406 78.3,31.4707031 77.709375,31.7326172 L77.709375,31.7326172 Z' id='Path' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M77.709375,31.7326172 C76.4369141,32.296875 75.1173828,32.7417969 73.7625,33.0636719 C75.2554688,31.6455078 76.3777344,29.8710937 77.0109375,27.8910156 C77.1917969,27.3259766 76.5775391,26.8367187 76.0671875,27.1394531 C74.1824219,28.2576172 72.1523438,29.0957031 70.0332031,29.6320312 C69.9105469,29.6632812 69.7839844,29.6789062 69.6564453,29.6789062 C69.2699219,29.6789062 68.8955078,29.5357422 68.5996094,29.2755859 C66.3453125,27.2884766 63.4453125,26.1941406 60.4345703,26.1941406 C59.1316406,26.1941406 57.8164063,26.3972656 56.5251953,26.7978516 C53.7279297,27.6652344 51.3800781,29.5416016 49.8875,31.9826172 L49.8875,72.1148438 C51.1027344,71.7185547 52.2884766,71.2548828 53.4417969,70.7205078 C57.4935547,68.84375 61.0738281,66.1609375 64.0835937,62.7464844 C66.8876953,59.5654297 69.0798828,55.8939453 70.6001953,51.8326172 C72.0490234,47.9623047 72.8150391,43.83125 72.8150391,39.8884766 L72.8150391,39.7001953 C72.8150391,39.0671875 73.1011719,38.4714844 73.6009766,38.0654297 C75.4966797,36.5259766 77.1478516,34.7142578 78.5076172,32.6802734 C78.8664063,32.1441406 78.3,31.4707031 77.709375,31.7326172 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3Cg id='linkedin' transform='translate(200.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%234376B1' cx='49.902729' cy='49.9025341' r='49.9025341'%3E%3C/circle%3E %3Cpath d='M99.6132554,45.5426901 L76.9452242,22.845614 C63.0982456,24.6461988 48.6274854,24.3775828 34.7805068,24.6996101 C29.0678363,24.6996101 23.3549708,27.3879142 24.3631579,33.7727096 C26.3793372,46.5423002 27.3875244,58.9760234 25.0352827,72.0816764 C24.6649123,73.7473684 23.88577,75.4128655 22.8682261,76.9664717 L45.5126706,99.6111111 C46.9592593,99.737037 48.422807,99.8052632 49.9023392,99.8052632 C77.4625731,99.8052632 99.8048733,77.462963 99.8048733,49.902729 C99.8052632,48.4329435 99.7380117,46.9795322 99.6132554,45.5426901 Z' id='Path' fill='%23336699'%3E%3C/path%3E %3Cpath d='M73.2988304,21.3387914 L26.5066277,21.3387914 C23.6522417,21.3387914 21.3389864,23.6520468 21.3389864,26.5064327 L21.3389864,73.2982456 C21.3389864,76.1518519 23.6522417,78.4658869 26.5066277,78.4658869 L73.2984405,78.4658869 C76.1520468,78.4658869 78.4660819,76.1518519 78.4660819,73.2982456 L78.4660819,26.5064327 C78.4664717,23.6520468 76.1524366,21.3387914 73.2988304,21.3387914 L73.2988304,21.3387914 Z M39.0165692,70.6660819 C39.0165692,71.497076 38.3434698,72.1701754 37.5124756,72.1701754 L31.111501,72.1701754 C30.2805068,72.1701754 29.6074074,71.4966862 29.6074074,70.6660819 L29.6074074,43.8315789 C29.6074074,43.0005848 30.2808967,42.3274854 31.111501,42.3274854 L37.5128655,42.3274854 C38.3438596,42.3274854 39.0169591,43.0009747 39.0169591,43.8315789 L39.0169591,70.6660819 L39.0165692,70.6660819 Z M34.3118908,39.7976608 C30.9532164,39.7976608 28.2307992,37.0746589 28.2307992,33.7155945 C28.2307992,30.357115 30.9530214,27.6345029 34.3118908,27.6345029 C37.6709552,27.6345029 40.3933723,30.3575049 40.3933723,33.7155945 C40.3933723,37.0750487 37.6707602,39.7976608 34.3118908,39.7976608 L34.3118908,39.7976608 Z M72.4703704,70.7873294 C72.4703704,71.5510721 71.851462,72.1705653 71.0883041,72.1705653 L64.2185185,72.1705653 C63.4553606,72.1705653 62.8360624,71.5512671 62.8360624,70.7873294 L62.8360624,58.1998051 C62.8360624,56.3226121 63.3869396,49.9717349 57.9292398,49.9717349 C53.6955166,49.9717349 52.8368421,54.3187135 52.6645224,56.2688109 L52.6645224,70.7869396 C52.6645224,71.5506823 52.045614,72.1701754 51.2816764,72.1701754 L44.6380117,72.1701754 C43.874269,72.1701754 43.2547758,71.5508772 43.2547758,70.7869396 L43.2547758,43.7103314 C43.2547758,42.9465887 43.8740741,42.3270955 44.6380117,42.3270955 L51.2816764,42.3270955 C52.0454191,42.3270955 52.6645224,42.9463938 52.6645224,43.7103314 L52.6645224,46.0512671 C54.2345029,43.6955166 56.5676413,41.8766082 61.534308,41.8766082 C72.5333333,41.8766082 72.4709552,52.1528265 72.4709552,57.7998051 L72.4709552,70.7875244 L72.4703704,70.7875244 L72.4703704,70.7873294 Z' id='Shape' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M73.2988304,21.3387914 L49.7908382,21.3387914 L49.7908382,42.3270955 L51.2814815,42.3270955 C52.0452242,42.3270955 52.6643275,42.9463938 52.6643275,43.7103314 L52.6643275,46.0512671 C54.234308,43.6955166 56.5674464,41.8766082 61.534308,41.8766082 C72.5333333,41.8766082 72.4709552,52.1528265 72.4709552,57.7998051 L72.4709552,70.7871345 C72.4709552,71.5508772 71.8520468,72.1703704 71.0888889,72.1703704 L64.2191033,72.1703704 C63.4559454,72.1703704 62.8366472,71.5510721 62.8366472,70.7871345 L62.8366472,58.1996101 C62.8366472,56.3224172 63.3875244,49.97154 57.9298246,49.97154 C53.6961014,49.97154 52.8374269,54.3185185 52.6651072,56.268616 L52.6651072,70.7867446 C52.6651072,71.5504873 52.0461988,72.1699805 51.2822612,72.1699805 L49.7916179,72.1699805 L49.7916179,78.4664717 L73.2996101,78.4664717 C76.1532164,78.4664717 78.4672515,76.1524366 78.4672515,73.2988304 L78.4672515,26.5064327 C78.4664717,23.6520468 76.1524366,21.3387914 73.2988304,21.3387914 Z' id='Path' fill='%23D1D1D1'%3E%3C/path%3E %3C/g%3E %3Cg id='instagram' transform='translate(100.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%236C27B3' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M73.1855469,25.9613281 C67.2115234,26.7175781 60.9826172,26.6912109 54.7138672,26.0943359 C45.9595703,25.4208984 33.1650391,21.3804688 28.4511719,29.4613281 C20.8785156,42.3980469 24.6134766,58.9603516 26.378125,73.6171875 L52.6939453,99.9273438 C78.1603516,98.5751953 98.5701172,78.1681641 99.9265625,52.7027344 L73.1855469,25.9613281 Z' id='Path' fill='%23501A96'%3E%3C/path%3E %3Cg id='Group' transform='translate(21.289062, 21.289062)' fill='%23FFFFFF'%3E %3Cpath d='M40.2787109,0.09140625 L17.1429687,0.09140625 C7.740625,0.09140625 0.09140625,7.740625 0.09140625,17.1429688 L0.09140625,40.2787109 C0.09140625,49.6806641 7.740625,57.3304688 17.1431641,57.3304688 L40.2789063,57.3304688 C49.6808594,57.3304688 57.3306641,49.6810547 57.3306641,40.2787109 L57.3306641,17.1429688 C57.3304687,7.740625 49.6810547,0.09140625 40.2787109,0.09140625 L40.2787109,0.09140625 Z M51.5722656,40.2789062 C51.5722656,46.5160156 46.5160156,51.5722656 40.2789062,51.5722656 L17.1431641,51.5722656 C10.9060547,51.5722656 5.84980469,46.5160156 5.84980469,40.2789062 L5.84980469,17.1431641 C5.84980469,10.9060547 10.9060547,5.84960937 17.1431641,5.84960937 L40.2789062,5.84960937 C46.5160156,5.84960937 51.5722656,10.90625 51.5722656,17.1431641 L51.5722656,40.2789062 Z' id='Shape'%3E%3C/path%3E %3Cpath d='M28.7109375,13.9066406 C20.5480469,13.9066406 13.9066406,20.5480469 13.9066406,28.7109375 C13.9066406,36.8732422 20.5480469,43.5146484 28.7109375,43.5146484 C36.8738281,43.5146484 43.5146484,36.8738281 43.5146484,28.7109375 C43.5146484,20.5480469 36.8738281,13.9066406 28.7109375,13.9066406 L28.7109375,13.9066406 Z M28.7109375,37.7564453 C23.7150391,37.7564453 19.6648437,33.7070312 19.6648437,28.7109375 C19.6648437,23.7148438 23.7150391,19.6648437 28.7109375,19.6648437 C33.7068359,19.6648437 37.7564453,23.7146484 37.7564453,28.7109375 C37.7564453,33.7068359 33.7068359,37.7564453 28.7109375,37.7564453 L28.7109375,37.7564453 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3Cg id='Group' transform='translate(49.804688, 21.289062)' fill='%23D1D1D1'%3E %3Cpath d='M18.5748047,14.0183594 C18.5748047,15.9773438 16.9865234,17.5658203 15.0273438,17.5658203 C13.0683594,17.5658203 11.4798828,15.9773438 11.4798828,14.0183594 C11.4798828,12.0591797 13.0683594,10.4708984 15.0273438,10.4708984 C16.9869141,10.4708984 18.5748047,12.0587891 18.5748047,14.0183594 L18.5748047,14.0183594 Z' id='Path'%3E%3C/path%3E %3Cpath d='M11.7632813,0.09140625 L0.083203125,0.09140625 L0.083203125,5.84960937 L11.7632813,5.84960937 C18.0003906,5.84960937 23.0566406,10.90625 23.0566406,17.1431641 L23.0566406,40.2789062 C23.0566406,46.5160156 18.0003906,51.5722656 11.7632813,51.5722656 L0.083203125,51.5722656 L0.083203125,57.3304688 L11.7632813,57.3304688 C21.1652344,57.3304688 28.8148438,49.6810547 28.8148438,40.2787109 L28.8148438,17.1429687 C28.8148437,7.740625 21.1654297,0.09140625 11.7632813,0.09140625 Z' id='Path'%3E%3C/path%3E %3Cpath d='M0.1953125,13.9066406 C0.157617187,13.9066406 0.120898437,13.909375 0.083203125,13.909375 L0.083203125,19.6675781 C0.120507812,19.6671875 0.157617187,19.6648437 0.1953125,19.6648437 C5.19121094,19.6648437 9.24082031,23.7146484 9.24082031,28.7109375 C9.24082031,33.7068359 5.19140625,37.7564453 0.1953125,37.7564453 C0.157617187,37.7564453 0.120507812,37.7541016 0.083203125,37.7537109 L0.083203125,43.5119141 C0.120898437,43.5123047 0.157617187,43.5146484 0.1953125,43.5146484 C8.35820312,43.5146484 14.9990234,36.8736328 14.9990234,28.7109375 C14.9990234,20.5480469 8.35820312,13.9066406 0.1953125,13.9066406 Z' id='Path'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cg id='facebook' transform='translate(400.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%234E598F' cx='49.902729' cy='49.9025341' r='49.9025341'%3E%3C/circle%3E %3Cpath d='M99.7263158,47.1150097 L76.2220273,23.6033138 C75.8325536,23.7212476 74.8610136,23.2692008 74.4339181,23.3549708 C64.3526316,25.0352827 54.6074074,23.3549708 44.8619883,26.0432749 C40.1573099,27.3875244 39.8212476,33.1001949 38.1411306,36.7966862 C35.7888889,43.5175439 36.1249513,50.9105263 33.1003899,57.2953216 C31.0842105,61.6639376 26.3795322,64.3522417 24.6992203,69.3929825 C24.1387914,71.4953216 24.1719298,74.1452242 23.5382066,76.1551657 L47.1210526,99.7267057 C48.0421053,99.7773879 48.9690058,99.8052632 49.9025341,99.8052632 C77.462768,99.8052632 99.8050682,77.462963 99.8050682,49.902729 C99.8052632,48.9670565 99.7773879,48.0378168 99.7263158,47.1150097 Z' id='Path' fill='%23364270'%3E%3C/path%3E %3Cg id='Group' transform='translate(21.247563, 21.247563)' fill='%23FFFFFF'%3E %3Cpath d='M49.5210526,0.0908382066 L7.78908382,0.0908382066 C3.53781676,0.0908382066 0.0912280702,3.53723197 0.0912280702,7.78869396 L0.0912280702,49.5206628 C0.0912280702,53.7723197 3.53762183,57.2185185 7.78908382,57.2185185 L28.3707602,57.2185185 L28.4064327,36.8048733 L23.1023392,36.8048733 C22.4130604,36.8048733 21.8536062,36.2473684 21.8512671,35.5580897 L21.8253411,28.9773879 C21.8226121,28.2847953 22.3842105,27.7212476 23.0768031,27.7212476 L28.37154,27.7212476 L28.37154,21.362963 C28.37154,13.9844055 32.8779727,9.96666667 39.460039,9.96666667 L44.8615984,9.96666667 C45.5522417,9.96666667 46.1130604,10.5269006 46.1130604,11.2181287 L46.1130604,16.7664717 C46.1130604,17.4576998 45.5528265,18.0179337 44.8623782,18.0179337 L41.5473684,18.019883 C37.9678363,18.019883 37.274269,19.7206628 37.274269,22.2173489 L37.274269,27.7220273 L45.139961,27.7220273 C45.8900585,27.7220273 46.471345,28.3766082 46.3826511,29.1202729 L45.602729,35.7009747 C45.52846,36.3309942 44.994152,36.8052632 44.360039,36.8052632 L37.3097466,36.8052632 L37.2740741,57.2196881 L49.5208577,57.2196881 C53.7721248,57.2196881 57.2187135,53.7729045 57.2187135,49.5216374 L57.2187135,7.78869396 C57.2189084,3.5374269 53.7723197,0.0908382066 49.5210526,0.0908382066 L49.5210526,0.0908382066 Z' id='Path'%3E%3C/path%3E %3Cpolygon id='Path' points='28.3707602 57.2183236 28.4064327 36.8046784 28.3191033 36.8046784 28.3191033 57.2183236'%3E%3C/polygon%3E %3C/g%3E %3Cpath d='M70.768616,21.3384016 L49.5666667,21.3384016 L49.5666667,48.9682261 L49.6191033,48.9682261 L49.6191033,42.6101365 C49.6191033,35.2315789 54.1255361,31.2138402 60.7076023,31.2138402 L66.1091618,31.2138402 C66.7998051,31.2138402 67.3606238,31.7740741 67.3606238,32.4653021 L67.3606238,38.0136452 C67.3606238,38.7048733 66.8003899,39.2651072 66.1099415,39.2651072 L62.7949318,39.2670565 C59.2153996,39.2670565 58.5218324,40.9678363 58.5218324,43.4645224 L58.5218324,48.9690058 L66.3875244,48.9690058 C67.1376218,48.9690058 67.7189084,49.6235867 67.6302144,50.3672515 L66.8502924,56.9479532 C66.7760234,57.5779727 66.2417154,58.0522417 65.6076023,58.0522417 L58.5573099,58.0522417 L58.5216374,78.4666667 L70.7684211,78.4666667 C75.0196881,78.4666667 78.4662768,75.019883 78.4662768,70.768616 L78.4662768,29.0362573 C78.4664717,24.7849903 75.019883,21.3384016 70.768616,21.3384016 Z' id='Path' fill='%23D1D1D1'%3E%3C/path%3E %3C/g%3E %3Cg id='twitter' transform='translate(300.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%2365A2D9' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M76.7605469,27.2121094 C71.5451172,31.7373047 66.3595703,35.7033203 62.1210938,41.2457031 C51.6951172,53.8183594 38.9544922,71.6558594 21.6160156,68.996875 L52.5945312,99.9335937 C78.8554688,98.5912109 99.7619141,76.9857422 99.9941406,50.4460937 L76.7605469,27.2121094 Z' id='Path' fill='%233A7CA5'%3E%3C/path%3E %3Cpath d='M77.709375,31.7326172 C76.4373047,32.296875 75.1173828,32.7417969 73.7625,33.0636719 C75.2554688,31.6455078 76.3777344,29.8710937 77.0107422,27.8910156 C77.1916016,27.3259766 76.5773437,26.8367187 76.0669922,27.1394531 C74.1822266,28.2576172 72.1521484,29.0957031 70.0330078,29.6320312 C69.9103516,29.6632812 69.7837891,29.6789062 69.65625,29.6789062 C69.2697266,29.6789062 68.8953125,29.5357422 68.5994141,29.2755859 C66.3451172,27.2884766 63.4451172,26.1941406 60.434375,26.1941406 C59.13125,26.1941406 57.8162109,26.3972656 56.525,26.7978516 C52.5236328,28.0386719 49.4361328,31.3396484 48.4669922,35.4117188 C48.1037109,36.9386719 48.0056641,38.4679687 48.1748047,39.9554688 C48.19375,40.1265625 48.1134766,40.2457031 48.0636719,40.3015625 C47.9757812,40.3996094 47.8519531,40.4560547 47.7228516,40.4560547 C47.7087891,40.4560547 47.6935547,40.4554688 47.6791016,40.4541016 C38.9201172,39.6400391 31.0214844,35.4205078 25.4390625,28.571875 C25.1548828,28.2224609 24.6083984,28.2654297 24.3814453,28.6542969 C23.2884766,30.5304687 22.7107422,32.6755859 22.7107422,34.8585937 C22.7107422,38.2037109 24.0552734,41.3566406 26.3898437,43.6552734 C25.4080078,43.4222656 24.4576172,43.0556641 23.5746094,42.5650391 C23.1472656,42.3279297 22.6220703,42.6333984 22.6160156,43.121875 C22.5554687,48.0916016 25.4652344,52.5138672 29.8240234,54.5050781 C29.7361328,54.5070312 29.6482422,54.5078125 29.5603516,54.5078125 C28.8695312,54.5078125 28.1695312,54.4417969 27.48125,54.3095703 C27.0001953,54.2183594 26.5960937,54.6742188 26.7453125,55.1402344 C28.1605469,59.5578125 31.9634766,62.8136719 36.5150391,63.5523437 C32.7378906,66.0880859 28.3386719,67.4253906 23.7607422,67.4253906 L22.3337891,67.4248047 C21.8933594,67.4248047 21.5212891,67.7117187 21.4099609,68.1376953 C21.2996094,68.5566406 21.5025391,68.9996094 21.8779297,69.2177734 C27.0365234,72.2201172 32.9210937,73.8066406 38.8970703,73.8066406 C44.1283203,73.8066406 49.0216797,72.7689453 53.4412109,70.7210937 C57.4929687,68.8443359 61.0732422,66.1615234 64.0830078,62.7470703 C66.8871094,59.5662109 69.0792969,55.8945312 70.5996094,51.8332031 C72.0484375,47.9628906 72.8144531,43.8318359 72.8144531,39.8890625 L72.8144531,39.7007812 C72.8144531,39.0677734 73.1005859,38.4720703 73.6003906,38.0660156 C75.4960937,36.5265625 77.1472656,34.7148437 78.5070312,32.6808594 C78.8664062,32.1441406 78.3,31.4707031 77.709375,31.7326172 L77.709375,31.7326172 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M77.709375,31.7326172 C76.4369141,32.296875 75.1173828,32.7417969 73.7625,33.0636719 C75.2554688,31.6455078 76.3777344,29.8710937 77.0109375,27.8910156 C77.1917969,27.3259766 76.5775391,26.8367187 76.0671875,27.1394531 C74.1824219,28.2576172 72.1523438,29.0957031 70.0332031,29.6320312 C69.9105469,29.6632812 69.7839844,29.6789062 69.6564453,29.6789062 C69.2699219,29.6789062 68.8955078,29.5357422 68.5996094,29.2755859 C66.3453125,27.2884766 63.4453125,26.1941406 60.4345703,26.1941406 C59.1316406,26.1941406 57.8164063,26.3972656 56.5251953,26.7978516 C53.7279297,27.6652344 51.3800781,29.5416016 49.8875,31.9826172 L49.8875,72.1148438 C51.1027344,71.7185547 52.2884766,71.2548828 53.4417969,70.7205078 C57.4935547,68.84375 61.0738281,66.1609375 64.0835937,62.7464844 C66.8876953,59.5654297 69.0798828,55.8939453 70.6001953,51.8326172 C72.0490234,47.9623047 72.8150391,43.83125 72.8150391,39.8884766 L72.8150391,39.7001953 C72.8150391,39.0671875 73.1011719,38.4714844 73.6009766,38.0654297 C75.4966797,36.5259766 77.1478516,34.7142578 78.5076172,32.6802734 C78.8664063,32.1441406 78.3,31.4707031 77.709375,31.7326172 Z' id='Path' fill='%23D1D1D1'%3E%3C/path%3E %3C/g%3E %3Cg id='youtube' transform='translate(500.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23D22215' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M75.1673828,33.2693359 C73.6679688,33.7269531 72.1044922,34.1201172 70.5386719,34.5117188 C59.4275391,36.8685547 44.6126953,30.4712891 38.2154297,40.9089844 C32.8800781,49.2085938 31.1955078,59.5941406 25.1261719,67.0150391 L57.5447266,99.4335938 C79.1208984,96.1679688 96.1722656,79.1140625 99.4345703,57.5369141 L75.1673828,33.2693359 Z' id='Path' fill='%23A81411'%3E%3C/path%3E %3Cpath d='M66.7283203,29.7525391 L33.2716797,29.7525391 C26.7076172,29.7525391 21.3865234,35.0738281 21.3865234,41.6376953 L21.3865234,58.3626953 C21.3865234,64.9267578 26.7078125,70.2478516 33.2716797,70.2478516 L66.7283203,70.2478516 C73.2923828,70.2478516 78.6134766,64.9265625 78.6134766,58.3626953 L78.6134766,41.6376953 C78.6134766,35.0738281 73.2921875,29.7525391 66.7283203,29.7525391 L66.7283203,29.7525391 Z M58.6902344,50.8138672 L43.0417969,58.2771484 C42.6246094,58.4761719 42.1427734,58.1724609 42.1427734,57.7105469 L42.1427734,42.3171875 C42.1427734,41.8484375 42.6373047,41.5447266 43.0548828,41.7566406 L58.7033203,49.6865234 C59.1693359,49.9222656 59.1609375,50.5896484 58.6902344,50.8138672 L58.6902344,50.8138672 Z' id='Shape' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M66.7283203,29.7525391 L49.6632812,29.7525391 L49.6632812,45.1050781 L58.7037109,49.6861328 C59.1693359,49.9220703 59.1609375,50.5892578 58.6902344,50.8136719 L49.6632812,55.1191406 L49.6632812,70.2478516 L66.7283203,70.2478516 C73.2923828,70.2478516 78.6134766,64.9265625 78.6134766,58.3626953 L78.6134766,41.6376953 C78.6134766,35.0738281 73.2921875,29.7525391 66.7283203,29.7525391 Z' id='Path' fill='%23D1D1D1'%3E%3C/path%3E %3C/g%3E %3Cg id='youtube' transform='translate(500.000000, 0.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M75.1673828,33.2693359 C73.6679688,33.7269531 72.1044922,34.1201172 70.5386719,34.5117188 C59.4275391,36.8685547 44.6126953,30.4712891 38.2154297,40.9089844 C32.8800781,49.2085938 31.1955078,59.5941406 25.1261719,67.0150391 L57.5447266,99.4335938 C79.1208984,96.1679688 96.1722656,79.1140625 99.4345703,57.5369141 L75.1673828,33.2693359 Z' id='Path' fill='%23282F4E'%3E%3C/path%3E %3Cpath d='M66.7283203,29.7525391 L33.2716797,29.7525391 C26.7076172,29.7525391 21.3865234,35.0738281 21.3865234,41.6376953 L21.3865234,58.3626953 C21.3865234,64.9267578 26.7078125,70.2478516 33.2716797,70.2478516 L66.7283203,70.2478516 C73.2923828,70.2478516 78.6134766,64.9265625 78.6134766,58.3626953 L78.6134766,41.6376953 C78.6134766,35.0738281 73.2921875,29.7525391 66.7283203,29.7525391 L66.7283203,29.7525391 Z M58.6902344,50.8138672 L43.0417969,58.2771484 C42.6246094,58.4761719 42.1427734,58.1724609 42.1427734,57.7105469 L42.1427734,42.3171875 C42.1427734,41.8484375 42.6373047,41.5447266 43.0548828,41.7566406 L58.7033203,49.6865234 C59.1693359,49.9222656 59.1609375,50.5896484 58.6902344,50.8138672 L58.6902344,50.8138672 Z' id='Shape' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M66.7283203,29.7525391 L49.6632812,29.7525391 L49.6632812,45.1050781 L58.7037109,49.6861328 C59.1693359,49.9220703 59.1609375,50.5892578 58.6902344,50.8136719 L49.6632812,55.1191406 L49.6632812,70.2478516 L66.7283203,70.2478516 C73.2923828,70.2478516 78.6134766,64.9265625 78.6134766,58.3626953 L78.6134766,41.6376953 C78.6134766,35.0738281 73.2921875,29.7525391 66.7283203,29.7525391 Z' id='Path' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3Cg id='dribbble' transform='translate(0.000000, 100.000000)' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23DC4373' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M69.9871094,29.565625 C68.6851563,30.0689453 67.1931641,29.9246094 66.4982422,29.4613281 C58.0806641,24.7474609 48.9898438,23.4007813 40.5722656,25.7576172 C28.5228516,29.3175781 23.6009766,42.6785156 23.6328125,55.1509766 C25.8419922,59.2658203 28.7654297,65.4277344 29.6732422,70.1025391 L58.7982422,99.228125 C79.3580078,95.578125 95.5740234,79.3640625 99.2265625,58.8054688 L69.9871094,29.565625 Z' id='Path' fill='%23C13366'%3E%3C/path%3E %3Cpath d='M49.9994141,21.4167969 C34.2189453,21.4167969 21.3804687,34.2400391 21.3804687,50.0003906 C21.3804687,65.7607422 34.2189453,78.5828125 49.9994141,78.5828125 C65.7804688,78.5828125 78.6195313,65.7613281 78.6195313,50.0003906 C78.6195312,34.2400391 65.7804687,21.4167969 49.9994141,21.4167969 L49.9994141,21.4167969 Z M68.8316406,34.9078125 C72.0962891,38.9539063 74.0800781,44.0636719 74.1716797,49.6316406 C73.0855469,49.4087891 68.4851563,48.5507812 62.9875,48.5507812 C61.2136719,48.5507812 59.3466797,48.6396484 57.475,48.8708984 C57.3169922,48.4867188 57.1587891,48.1039063 56.9927734,47.7173828 C56.5072266,46.5755859 55.984375,45.4429688 55.4425781,44.3267578 C63.9037109,40.8408203 67.9851563,36.0027344 68.8316406,34.9078125 L68.8316406,34.9078125 Z M49.9994141,25.8912109 C56.0976562,25.8912109 61.6720703,28.1568359 65.9296875,31.8884766 C65.2556641,32.8080078 61.6003906,37.3769531 53.4417969,40.4595703 C49.6654297,33.5564453 45.5320313,27.8404297 44.5482422,26.5130859 C46.3013672,26.1070312 48.1259766,25.8912109 49.9994141,25.8912109 L49.9994141,25.8912109 Z M39.6134766,28.2339844 C40.4470703,29.3822266 44.5869141,35.1595703 48.4603516,42.0070312 C38.0650391,44.7396484 28.8337891,44.9177734 26.6058594,44.9177734 L26.3691406,44.9177734 C27.9697266,37.5414062 32.9535156,31.4121094 39.6134766,28.2339844 L39.6134766,28.2339844 Z M25.8205078,50.0380859 C25.8205078,49.8390625 25.8238281,49.6400391 25.8302734,49.4421875 C25.9748047,49.4439453 26.1882812,49.4439453 26.4650391,49.4439453 C29.465625,49.4439453 39.88125,49.1960938 50.6142578,46.0109375 C51.2658203,47.2849609 51.8859375,48.5783203 52.4626953,49.8708984 C52.1916016,49.9486328 51.9242187,50.0263672 51.6585937,50.1132812 C39.5738281,54.0162109 32.93125,64.3492187 31.9091797,66.0382812 C28.1222656,61.7710938 25.8205078,56.1693359 25.8205078,50.0380859 L25.8205078,50.0380859 Z M49.9994141,74.1832031 C44.4539063,74.1832031 39.3361328,72.3050781 35.2523437,69.1558594 C35.9431641,67.8015625 40.9566406,58.775 54.2001953,54.165625 C54.2082031,54.1623047 54.2169922,54.1591797 54.2267578,54.1568359 C57.5476562,62.8023437 58.9541016,70.0585938 59.3398437,72.3074219 C56.465625,73.5158203 53.309375,74.1832031 49.9994141,74.1832031 L49.9994141,74.1832031 Z M63.6943359,69.9269531 C63.3701172,68.0664062 62.0673828,61.2660156 59.0603516,52.9720703 C60.746875,52.7097656 62.3876953,52.6060547 63.9263672,52.6060547 C68.9798828,52.6060547 72.9332031,53.7125 73.8515625,53.9931641 C72.7595703,60.5794922 68.9888672,66.2791016 63.6943359,69.9269531 L63.6943359,69.9269531 Z' id='Shape' fill='%23FFFFFF'%3E%3C/path%3E %3Cpath d='M49.9994141,21.4167969 C49.9621094,21.4167969 49.9253906,21.4195312 49.8878906,21.4195312 L49.8878906,25.8925781 C49.925,25.8925781 49.9619141,25.8908203 49.9994141,25.8908203 C56.0976562,25.8908203 61.6720703,28.1564453 65.9296875,31.8880859 C65.2556641,32.8076172 61.6003906,37.3765625 53.4417969,40.4591797 C52.25625,38.2917969 51.0353516,36.2416016 49.8878906,34.4076172 L49.8878906,46.2197266 C50.1296875,46.1507813 50.3716797,46.0820312 50.6138672,46.0103516 C51.2654297,47.284375 51.8855469,48.5777344 52.4623047,49.8703125 C52.1912109,49.9480469 51.9238281,50.0257813 51.6582031,50.1123047 C51.053125,50.3080078 50.465625,50.5234375 49.8878906,50.7490234 L49.8878906,55.9470703 C51.2181641,55.30625 52.6505859,54.7050781 54.2,54.165625 C54.2080078,54.1623047 54.2167969,54.1591797 54.2265625,54.1568359 C57.5474609,62.8023437 58.9539063,70.0585937 59.3396484,72.3074219 C56.4658203,73.5158203 53.3097656,74.1832031 49.9992187,74.1832031 C49.9619141,74.1832031 49.9251953,74.1808594 49.8876953,74.1808594 L49.8876953,78.5802734 C49.925,78.5802734 49.9617187,78.5830078 49.9992187,78.5830078 C65.7802734,78.5830078 78.6193359,65.7615234 78.6193359,50.0005859 C78.6195312,34.2400391 65.7804687,21.4167969 49.9994141,21.4167969 Z M56.9929687,47.7171875 C56.5074219,46.5753906 55.9845703,45.4427734 55.4427734,44.3265625 C63.9037109,40.840625 67.9851562,36.0027344 68.8316406,34.9076172 C72.0962891,38.9537109 74.0804687,44.0634766 74.1716797,49.63125 C73.0855469,49.4083984 68.4851562,48.5503906 62.9878906,48.5503906 C61.2140625,48.5503906 59.3470703,48.6396484 57.4753906,48.8705078 C57.3167969,48.4865234 57.1589844,48.1037109 56.9929687,47.7171875 Z M63.6943359,69.9269531 C63.3701172,68.0664062 62.0673828,61.2660156 59.0603516,52.9720703 C60.746875,52.7097656 62.3876953,52.6060547 63.9263672,52.6060547 C68.9798828,52.6060547 72.9332031,53.7125 73.8515625,53.9931641 C72.7595703,60.5794922 68.9888672,66.2791016 63.6943359,69.9269531 Z' id='Shape' fill='%23D1D1D1'%3E%3C/path%3E %3C/g%3E %3Cg id='dribbble' fill-rule='nonzero'%3E %3Ccircle id='Oval' fill='%23313959' cx='50' cy='50' r='50'%3E%3C/circle%3E %3Cpath d='M69.9871094,29.565625 C68.6851563,30.0689453 67.1931641,29.9246094 66.4982422,29.4613281 C58.0806641,24.7474609 48.9898438,23.4007813 40.5722656,25.7576172 C28.5228516,29.3175781 23.6009766,42.6785156 23.6328125,55.1509766 C25.8419922,59.2658203 28.7654297,65.4277344 29.6732422,70.1025391 L58.7982422,99.228125 C79.3580078,95.578125 95.5740234,79.3640625 99.2265625,58.8054688 L69.9871094,29.565625 Z' id='Path' fill='%23282F4E'%3E%3C/path%3E %3Cpath d='M49.9994141,21.4167969 C34.2189453,21.4167969 21.3804687,34.2400391 21.3804687,50.0003906 C21.3804687,65.7607422 34.2189453,78.5828125 49.9994141,78.5828125 C65.7804688,78.5828125 78.6195313,65.7613281 78.6195313,50.0003906 C78.6195312,34.2400391 65.7804687,21.4167969 49.9994141,21.4167969 L49.9994141,21.4167969 Z M68.8316406,34.9078125 C72.0962891,38.9539063 74.0800781,44.0636719 74.1716797,49.6316406 C73.0855469,49.4087891 68.4851563,48.5507812 62.9875,48.5507812 C61.2136719,48.5507812 59.3466797,48.6396484 57.475,48.8708984 C57.3169922,48.4867188 57.1587891,48.1039063 56.9927734,47.7173828 C56.5072266,46.5755859 55.984375,45.4429688 55.4425781,44.3267578 C63.9037109,40.8408203 67.9851563,36.0027344 68.8316406,34.9078125 L68.8316406,34.9078125 Z M49.9994141,25.8912109 C56.0976562,25.8912109 61.6720703,28.1568359 65.9296875,31.8884766 C65.2556641,32.8080078 61.6003906,37.3769531 53.4417969,40.4595703 C49.6654297,33.5564453 45.5320313,27.8404297 44.5482422,26.5130859 C46.3013672,26.1070312 48.1259766,25.8912109 49.9994141,25.8912109 L49.9994141,25.8912109 Z M39.6134766,28.2339844 C40.4470703,29.3822266 44.5869141,35.1595703 48.4603516,42.0070312 C38.0650391,44.7396484 28.8337891,44.9177734 26.6058594,44.9177734 L26.3691406,44.9177734 C27.9697266,37.5414062 32.9535156,31.4121094 39.6134766,28.2339844 L39.6134766,28.2339844 Z M25.8205078,50.0380859 C25.8205078,49.8390625 25.8238281,49.6400391 25.8302734,49.4421875 C25.9748047,49.4439453 26.1882812,49.4439453 26.4650391,49.4439453 C29.465625,49.4439453 39.88125,49.1960938 50.6142578,46.0109375 C51.2658203,47.2849609 51.8859375,48.5783203 52.4626953,49.8708984 C52.1916016,49.9486328 51.9242187,50.0263672 51.6585937,50.1132812 C39.5738281,54.0162109 32.93125,64.3492187 31.9091797,66.0382812 C28.1222656,61.7710938 25.8205078,56.1693359 25.8205078,50.0380859 L25.8205078,50.0380859 Z M49.9994141,74.1832031 C44.4539063,74.1832031 39.3361328,72.3050781 35.2523437,69.1558594 C35.9431641,67.8015625 40.9566406,58.775 54.2001953,54.165625 C54.2082031,54.1623047 54.2169922,54.1591797 54.2267578,54.1568359 C57.5476562,62.8023437 58.9541016,70.0585938 59.3398437,72.3074219 C56.465625,73.5158203 53.309375,74.1832031 49.9994141,74.1832031 L49.9994141,74.1832031 Z M63.6943359,69.9269531 C63.3701172,68.0664062 62.0673828,61.2660156 59.0603516,52.9720703 C60.746875,52.7097656 62.3876953,52.6060547 63.9263672,52.6060547 C68.9798828,52.6060547 72.9332031,53.7125 73.8515625,53.9931641 C72.7595703,60.5794922 68.9888672,66.2791016 63.6943359,69.9269531 L63.6943359,69.9269531 Z' id='Shape' fill='%23B1BACA'%3E%3C/path%3E %3Cpath d='M49.9994141,21.4167969 C49.9621094,21.4167969 49.9253906,21.4195312 49.8878906,21.4195312 L49.8878906,25.8925781 C49.925,25.8925781 49.9619141,25.8908203 49.9994141,25.8908203 C56.0976562,25.8908203 61.6720703,28.1564453 65.9296875,31.8880859 C65.2556641,32.8076172 61.6003906,37.3765625 53.4417969,40.4591797 C52.25625,38.2917969 51.0353516,36.2416016 49.8878906,34.4076172 L49.8878906,46.2197266 C50.1296875,46.1507813 50.3716797,46.0820312 50.6138672,46.0103516 C51.2654297,47.284375 51.8855469,48.5777344 52.4623047,49.8703125 C52.1912109,49.9480469 51.9238281,50.0257813 51.6582031,50.1123047 C51.053125,50.3080078 50.465625,50.5234375 49.8878906,50.7490234 L49.8878906,55.9470703 C51.2181641,55.30625 52.6505859,54.7050781 54.2,54.165625 C54.2080078,54.1623047 54.2167969,54.1591797 54.2265625,54.1568359 C57.5474609,62.8023437 58.9539063,70.0585937 59.3396484,72.3074219 C56.4658203,73.5158203 53.3097656,74.1832031 49.9992187,74.1832031 C49.9619141,74.1832031 49.9251953,74.1808594 49.8876953,74.1808594 L49.8876953,78.5802734 C49.925,78.5802734 49.9617187,78.5830078 49.9992187,78.5830078 C65.7802734,78.5830078 78.6193359,65.7615234 78.6193359,50.0005859 C78.6195312,34.2400391 65.7804687,21.4167969 49.9994141,21.4167969 Z M56.9929687,47.7171875 C56.5074219,46.5753906 55.9845703,45.4427734 55.4427734,44.3265625 C63.9037109,40.840625 67.9851562,36.0027344 68.8316406,34.9076172 C72.0962891,38.9537109 74.0804687,44.0634766 74.1716797,49.63125 C73.0855469,49.4083984 68.4851562,48.5503906 62.9878906,48.5503906 C61.2140625,48.5503906 59.3470703,48.6396484 57.4753906,48.8705078 C57.3167969,48.4865234 57.1589844,48.1037109 56.9929687,47.7171875 Z M63.6943359,69.9269531 C63.3701172,68.0664062 62.0673828,61.2660156 59.0603516,52.9720703 C60.746875,52.7097656 62.3876953,52.6060547 63.9263672,52.6060547 C68.9798828,52.6060547 72.9332031,53.7125 73.8515625,53.9931641 C72.7595703,60.5794922 68.9888672,66.2791016 63.6943359,69.9269531 Z' id='Shape' fill='%23E6F1FB'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
        background-size: auto 100px;
        background-repeat: no-repeat; }
        .footer .social ul li a.dribble {
          background-position: 0px 0px;
          -webkit-transition: background-position 100ms;
          -o-transition: background-position 100ms;
          transition: background-position 100ms; }
          .footer .social ul li a.dribble:hover {
            background-position: -50px -50px; }
        .footer .social ul li a.instagram {
          background-position: -50px 0px;
          -webkit-transition: background-position 100ms;
          -o-transition: background-position 100ms;
          transition: background-position 100ms; }
          .footer .social ul li a.instagram:hover {
            background-position: -50px -50px; }
        .footer .social ul li a.linkedin {
          background-position: -100px 0px;
          -webkit-transition: background-position 100ms;
          -o-transition: background-position 100ms;
          transition: background-position 100ms; }
          .footer .social ul li a.linkedin:hover {
            background-position: -100px -50px; }
        .footer .social ul li a.facebook {
          background-position: -150px 0px;
          -webkit-transition: background-position 100ms;
          -o-transition: background-position 100ms;
          transition: background-position 100ms; }
          .footer .social ul li a.facebook:hover {
            background-position: -150px -50px; }
        .footer .social ul li a.youtube {
          background-position: -200px 0px;
          -webkit-transition: background-position 100ms;
          -o-transition: background-position 100ms;
          transition: background-position 100ms; }
          .footer .social ul li a.youtube:hover {
            background-position: -200px -50px; }
        @media (min-width: 992px) {
          .footer .social ul li a {
            background-size: auto 160px; }
            .footer .social ul li a.dribble {
              background-position: 0px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.dribble:hover {
                background-position: 0px -80px; }
            .footer .social ul li a.instagram {
              background-position: -80px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.instagram:hover {
                background-position: -80px -80px; }
            .footer .social ul li a.linkedin {
              background-position: -160px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.linkedin:hover {
                background-position: -160px -80px; }
            .footer .social ul li a.twitter {
              background-position: -240px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.twitter:hover {
                background-position: -240px -80px; }
            .footer .social ul li a.facebook {
              background-position: -320px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.facebook:hover {
                background-position: -320px -80px; }
            .footer .social ul li a.youtube {
              background-position: -400px 0px;
              -webkit-transition: background-position 100ms;
              -o-transition: background-position 100ms;
              transition: background-position 100ms; }
              .footer .social ul li a.youtube:hover {
                background-position: -400px -80px; } }
  .footer .bottom {
    background: #141734;
    border-top: 1px solid rgba(177, 186, 202, 0.3); }
    .footer .bottom ul {
      font-size: 12px;
      padding: 32px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      height: 80px;
      list-style-type: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .footer .bottom ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .footer .bottom ul li a {
        color: rgba(177, 186, 202, 0.5) !important;
        display: block; }

#page404 .poster {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='420px' height='390px' viewBox='0 0 420 390' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E %3Ctitle%3EGroup 6%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpolygon id='path-1' points='0.06 0 500 0 500 500 0.06 500'%3E%3C/polygon%3E %3Cpath d='M39.501,2.787 C38.725,1.996 37.947,1.208 37.169,0.417 C36.893,0.136 36.495,0.046 36.159,0.306 C18.355,14.11 7.4,35.729 0.318,56.676 C0.22,56.962 0.275,57.342 0.556,57.518 C3.238,59.181 6.091,59.962 9.035,58.715 C9.243,58.68 9.432,58.556 9.519,58.286 C9.521,58.278 9.523,58.274 9.525,58.268 C9.527,58.263 9.53,58.259 9.53,58.254 C11.869,51.049 14.712,43.989 17.768,37.062 C22.975,25.25 29.234,12.171 39.391,3.794 C39.669,3.565 39.779,3.069 39.501,2.787' id='path-3'%3E%3C/path%3E %3Cpath d='M0.447,3.958 C8.964,16.596 11.604,33.171 13.497,47.994 C14.606,56.688 15.443,65.455 15.667,74.222 C15.664,74.227 15.667,74.233 15.667,74.238 C15.665,74.247 15.667,74.253 15.67,74.261 C15.676,74.592 15.844,74.788 16.063,74.896 C18.922,77.248 22.345,77.321 25.868,76.358 C26.237,76.256 26.422,75.851 26.41,75.502 C25.44,49.925 20.396,22.329 5.182,1.148 C4.897,0.753 4.427,0.721 4.024,0.941 C2.9,1.562 1.776,2.182 0.653,2.803 C0.254,3.025 0.214,3.614 0.447,3.958' id='path-5'%3E%3C/path%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Group-6' transform='translate(-40.000000, -46.000000)'%3E %3Cg id='Group-5'%3E %3Cg id='243520-P3SZ0A-658-2'%3E %3Cg id='243520-P3SZ0A-658'%3E %3Cg id='Group-3'%3E %3Cmask id='mask-2' fill='white'%3E %3Cuse xlink:href='%23path-1'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-2'%3E%3C/g%3E %3C/g%3E %3Cpath d='M247.943,72.631 C248.428,72.631 248.691,72.292 248.738,71.921 C248.811,71.573 248.69,71.2 248.306,71.042 C248.251,71.014 248.19,70.994 248.123,70.981 C245.52,70.346 243.461,67.204 240.755,67.164 C238.441,67.131 236.72,66.731 235.608,64.514 C235.111,63.528 234.604,62.659 233.844,61.861 C232.46,60.408 230.624,60.225 228.78,60.493 C227.449,60.685 226.188,60.653 224.858,60.731 C224.12,60.773 222.577,57.591 222.236,57.041 C219.385,52.434 216.657,47.492 210.672,46.857 C205.577,46.316 200.681,48.303 197.158,51.935 C194.54,49.491 192.338,46.875 188.326,48.824 C186.125,49.893 184.771,51.341 183.714,53.531 C183.115,54.771 182.608,55.881 181.647,56.902 C180.369,58.262 177.817,57.47 176.228,57.455 C174.149,57.433 172.784,59.114 171.607,60.581 C170.163,62.38 168.833,62.515 166.709,61.845 C166.04,61.632 164.919,61.617 164.293,61.953 C160.448,64.02 159.541,70.542 154.534,70.962 C153.476,71.052 153.443,72.631 154.534,72.631 C185.462,72.631 216.395,72.631 247.326,72.631 C247.531,72.631 247.736,72.631 247.943,72.631' id='Fill-4' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M325.55,105.106 C345.407,105.106 365.271,105.106 385.13,105.106 C385.83,105.106 385.809,104.134 385.13,104.079 C381.915,103.818 381.333,99.8 378.865,98.526 C378.461,98.319 377.742,98.329 377.312,98.459 C375.949,98.873 375.096,98.79 374.168,97.68 C373.413,96.777 372.535,95.741 371.2,95.754 C370.18,95.764 368.541,96.252 367.722,95.414 C367.104,94.785 366.778,94.1 366.394,93.336 C365.714,91.987 364.845,91.094 363.433,90.435 C360.855,89.235 359.442,90.847 357.763,92.352 C355.5,90.114 352.356,88.89 349.085,89.223 C345.241,89.615 343.491,92.66 341.659,95.498 C341.44,95.838 340.45,97.799 339.977,97.773 C339.121,97.725 338.313,97.744 337.457,97.625 C336.272,97.461 335.094,97.574 334.206,98.469 C333.719,98.961 333.392,99.497 333.074,100.104 C332.36,101.47 331.254,101.718 329.768,101.737 C328.031,101.762 326.709,103.699 325.037,104.089 C324.994,104.098 324.954,104.11 324.919,104.127 C324.674,104.225 324.595,104.454 324.643,104.669 C324.674,104.897 324.842,105.106 325.152,105.106 C325.285,105.106 325.417,105.106 325.55,105.106' id='Fill-5' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M135.092,243.154 C135.064,243.146 135.031,243.142 134.999,243.139 C133.108,242.851 131.235,242.476 129.474,241.702 C127.957,241.035 127.024,239.579 125.487,238.916 C124.389,238.442 122.928,238.805 122.273,237.689 C121.463,236.309 121.205,234.647 120.459,233.226 C119.159,230.757 116.314,230.09 113.782,230.462 C110.727,230.911 108.954,233.376 107.174,235.629 C105.987,233.722 104.282,232.318 101.83,232.769 C98.718,233.34 97.867,235.648 96.664,238.158 C93.567,235.926 89.603,236.509 88.603,240.534 C86.434,240.395 83.503,241.24 83.355,243.697 C83.336,244.004 83.627,244.262 83.92,244.262 C100.927,244.262 117.932,244.262 134.938,244.262 C135.279,244.262 135.458,244.014 135.48,243.748 C135.54,243.485 135.434,243.209 135.092,243.154' id='Fill-6' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M351.598,192.125 C351.631,192.542 351.913,192.935 352.453,192.935 C379.309,192.935 406.164,192.935 433.021,192.935 C433.482,192.935 433.943,192.528 433.913,192.044 C433.679,188.162 429.051,186.828 425.626,187.048 C424.047,180.691 417.786,179.771 412.896,183.297 C410.995,179.333 409.651,175.687 404.738,174.785 C400.864,174.073 398.171,176.291 396.298,179.302 C393.488,175.745 390.687,171.852 385.863,171.143 C381.863,170.556 377.37,171.608 375.318,175.507 C374.141,177.751 373.732,180.375 372.453,182.556 C371.418,184.317 369.112,183.745 367.378,184.492 C364.948,185.54 363.477,187.839 361.081,188.892 C358.3,190.115 355.343,190.707 352.355,191.161 C352.307,191.166 352.253,191.174 352.209,191.185 C351.669,191.272 351.501,191.709 351.598,192.125' id='Fill-7' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M460.019,327.979 C460.019,357.312 418.979,350.214 416.838,370.364 C414.845,389.093 443.222,388.188 447.238,401.61 C454.685,426.492 409.344,432.751 396.601,433.753 C363.466,436.361 334.317,435.171 308.879,432.856 C300.812,432.276 274.542,432.805 273.515,424.176 C272.271,413.763 287.831,417.218 288.326,410.288 C288.946,401.61 263.005,401.601 249.249,402.302 C223.244,403.624 207.126,402.19 182.307,403.927 C169.278,404.503 127.709,406.239 128.329,387.722 C128.522,381.91 138.751,379.328 139.497,374.992 C141.256,364.773 109.095,365.159 101.028,365.733 C79.932,366.892 42.558,363.563 40.226,347.22 C36.711,322.586 71.868,320.177 83.656,319.6 C110.333,319.6 135.773,319.607 163.073,317.285 C169.157,316.767 175.483,317.129 174.242,310.185 C173.001,305.558 164.314,303.821 163.694,299.191 C161.212,280.097 229.228,277.247 264.827,280.525 C302.936,284.03 324.188,285.881 308.678,301.506 C295.937,314.342 460.019,294.565 460.019,327.979' id='Fill-8' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M381.432,354.443 C378.175,334.178 356.68,315.602 336.179,315.417 C315.04,315.225 295.645,334.28 289.631,353.379 C289.179,354.818 289.893,356.702 291.268,357.39 C305.61,364.603 321.857,366.839 337.777,366.751 C351.784,366.673 367.586,366.13 379.797,358.457 C381.026,357.686 381.502,356.537 381.458,355.408 C381.484,355.1 381.485,354.783 381.432,354.443' id='Fill-9' fill='%23FCC245'%3E%3C/path%3E %3Cpath d='M312.131,336.718 C312.131,337.27 311.559,337.839 311.008,337.839 C310.455,337.839 309.764,337.27 309.764,336.718 C309.764,336.166 310.455,335.597 311.008,335.597 C311.559,335.597 312.131,336.166 312.131,336.718' id='Fill-10' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M319.358,337.842 C319.358,338.394 318.79,338.964 318.237,338.964 C317.685,338.964 316.992,338.394 316.992,337.842 C316.992,337.29 317.685,336.718 318.237,336.718 C318.79,336.718 319.358,337.29 319.358,337.842' id='Fill-11' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M371.843,352.45 C371.843,353.002 371.271,353.571 370.718,353.571 C370.165,353.571 369.475,353.002 369.475,352.45 C369.475,351.898 370.165,351.327 370.718,351.327 C371.271,351.327 371.843,351.898 371.843,352.45' id='Fill-12' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M369.475,334.12 C369.475,334.674 368.903,335.244 368.353,335.244 C367.801,335.244 367.106,334.674 367.106,334.12 C367.106,333.568 367.801,332.998 368.353,332.998 C368.903,332.998 369.475,333.568 369.475,334.12' id='Fill-13' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M296.668,353.275 C296.668,353.826 296.099,354.396 295.548,354.396 C294.995,354.396 294.304,353.826 294.304,353.275 C294.304,352.723 294.995,352.151 295.548,352.151 C296.099,352.151 296.668,352.723 296.668,353.275' id='Fill-14' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M359.524,359.774 C359.524,360.326 358.953,360.896 358.402,360.896 C357.849,360.896 357.156,360.326 357.156,359.774 C357.156,359.223 357.849,358.652 358.402,358.652 C358.953,358.652 359.524,359.223 359.524,359.774' id='Fill-15' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M319.95,354.696 C319.95,355.247 319.38,355.817 318.83,355.817 C318.276,355.817 317.583,355.247 317.583,354.696 C317.583,354.146 318.276,353.571 318.83,353.571 C319.38,353.571 319.95,354.146 319.95,354.696' id='Fill-16' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M322.205,330.868 C322.205,331.143 321.917,331.431 321.642,331.431 C321.368,331.431 321.019,331.143 321.019,330.868 C321.019,330.591 321.368,330.307 321.642,330.307 C321.917,330.307 322.205,330.591 322.205,330.868' id='Fill-17' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M315.331,333.561 C315.331,333.834 315.045,334.12 314.771,334.12 C314.493,334.12 314.147,333.834 314.147,333.561 C314.147,333.281 314.493,332.997 314.771,332.997 C315.045,332.997 315.331,333.281 315.331,333.561' id='Fill-18' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M358.934,332.998 C358.934,333.274 358.646,333.561 358.37,333.561 C358.096,333.561 357.747,333.274 357.747,332.998 C357.747,332.723 358.096,332.438 358.37,332.438 C358.646,332.438 358.934,332.723 358.934,332.998' id='Fill-19' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M335.486,354.134 C335.486,354.408 335.198,354.695 334.925,354.695 C334.648,354.695 334.299,354.408 334.299,354.134 C334.299,353.855 334.648,353.571 334.925,353.571 C335.198,353.571 335.486,353.855 335.486,354.134' id='Fill-20' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M306.297,351.327 C306.297,351.602 306.012,351.889 305.737,351.889 C305.461,351.889 305.113,351.602 305.113,351.327 C305.113,351.05 305.461,350.766 305.737,350.766 C306.012,350.766 306.297,351.05 306.297,351.327' id='Fill-21' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M355.73,324.944 C355.73,325.218 355.445,325.504 355.169,325.504 C354.894,325.504 354.545,325.218 354.545,324.944 C354.545,324.666 354.894,324.381 355.169,324.381 C355.445,324.381 355.73,324.666 355.73,324.944' id='Fill-22' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M328.332,364.125 C328.332,364.401 328.047,364.687 327.772,364.687 C327.496,364.687 327.147,364.401 327.147,364.125 C327.147,363.848 327.496,363.563 327.772,363.563 C328.047,363.563 328.332,363.848 328.332,364.125' id='Fill-23' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M303.454,351.889 C303.454,352.164 303.168,352.45 302.895,352.45 C302.617,352.45 302.271,352.164 302.271,351.889 C302.271,351.61 302.617,351.327 302.895,351.327 C303.168,351.327 303.454,351.61 303.454,351.889' id='Fill-24' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M363.075,343.486 C363.075,343.76 362.79,344.048 362.513,344.048 C362.239,344.048 361.89,343.76 361.89,343.486 C361.89,343.208 362.239,342.923 362.513,342.923 C362.79,342.923 363.075,343.208 363.075,343.486' id='Fill-25' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M343.734,344.049 C343.734,344.322 343.447,344.609 343.174,344.609 C342.896,344.609 342.55,344.322 342.55,344.049 C342.55,343.771 342.896,343.486 343.174,343.486 C343.447,343.486 343.734,343.771 343.734,344.049' id='Fill-26' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M331.801,341.086 C331.801,341.36 331.516,341.646 331.239,341.646 C330.964,341.646 330.616,341.36 330.616,341.086 C330.616,340.808 330.964,340.523 331.239,340.523 C331.516,340.523 331.801,340.808 331.801,341.086' id='Fill-27' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M340.179,353.571 C340.179,353.848 339.894,354.134 339.619,354.134 C339.342,354.134 338.997,353.848 338.997,353.571 C338.997,353.296 339.342,353.011 339.619,353.011 C339.894,353.011 340.179,353.296 340.179,353.571' id='Fill-28' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M336.079,321.152 C336.079,321.428 335.794,321.712 335.518,321.712 C335.241,321.712 334.894,321.428 334.894,321.152 C334.894,320.874 335.241,320.589 335.518,320.589 C335.794,320.589 336.079,320.874 336.079,321.152' id='Fill-29' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M320.543,322.276 C320.543,322.55 320.257,322.837 319.981,322.837 C319.707,322.837 319.358,322.55 319.358,322.276 C319.358,321.998 319.707,321.712 319.981,321.712 C320.257,321.712 320.543,321.998 320.543,322.276' id='Fill-30' fill='%23B8744B'%3E%3C/path%3E %3Cpath d='M373.501,279.787 C372.725,278.996 371.947,278.208 371.169,277.417 C370.893,277.136 370.495,277.046 370.159,277.306 C352.355,291.11 341.4,312.729 334.318,333.676 C334.22,333.962 334.275,334.342 334.556,334.518 C337.238,336.181 340.091,336.962 343.035,335.715 C343.243,335.68 343.432,335.556 343.519,335.286 C343.521,335.278 343.523,335.274 343.525,335.268 C343.527,335.263 343.53,335.259 343.53,335.254 C345.869,328.049 348.712,320.989 351.768,314.062 C356.975,302.25 363.234,289.171 373.391,280.794 C373.669,280.565 373.779,280.069 373.501,279.787' id='Fill-31' fill='%237F5035'%3E%3C/path%3E %3Cg id='Group-51' transform='translate(334.000000, 277.000000)'%3E %3Cmask id='mask-4' fill='white'%3E %3Cuse xlink:href='%23path-3'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-33'%3E%3C/g%3E %3Cpath d='M1.132,46.518 C3.616,51.146 6.458,55.554 9.506,59.831 C9.721,60.134 10.168,59.772 9.953,59.473 C6.937,55.236 4.117,50.87 1.655,46.284 C1.483,45.962 0.956,46.189 1.132,46.518' id='Fill-32' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M3.797,41.616 C6.188,47.519 10.293,52.397 13.585,57.783 C13.775,58.1 14.224,57.738 14.032,57.428 C10.769,52.083 6.691,47.237 4.32,41.385 C4.183,41.042 3.657,41.274 3.797,41.616' id='Fill-34' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M6.416,35.809 C9.179,39.991 11.343,44.509 13.764,48.892 C13.94,49.212 14.465,48.982 14.286,48.659 C11.845,44.235 9.655,39.674 6.863,35.45 C6.66,35.142 6.212,35.501 6.416,35.809' id='Fill-35' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M10.411,31.057 C13.168,34.997 15.422,39.237 17.843,43.381 C18.027,43.694 18.556,43.468 18.368,43.147 C15.92,38.963 13.643,34.678 10.859,30.699 C10.646,30.396 10.2,30.756 10.411,31.057' id='Fill-36' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M14.183,21.028 C15.979,26.026 18.371,30.75 20.849,35.438 C21.02,35.765 21.549,35.533 21.372,35.207 C18.895,30.518 16.505,25.794 14.707,20.793 C14.583,20.446 14.058,20.679 14.183,21.028' id='Fill-37' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M19.279,13.32 C20.957,18.498 23.339,23.383 25.691,28.281 C25.853,28.615 26.377,28.382 26.216,28.049 C23.864,23.149 21.482,18.264 19.805,13.087 C19.689,12.734 19.166,12.97 19.279,13.32' id='Fill-38' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M23.991,9.033 C25.261,13.279 26.37,17.563 28.169,21.628 C28.316,21.965 28.842,21.734 28.693,21.395 C26.894,17.332 25.784,13.047 24.517,8.801 C24.411,8.448 23.887,8.685 23.991,9.033' id='Fill-39' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M27.819,4.072 C29.107,7.854 30.262,11.68 31.553,15.46 C31.671,15.812 32.193,15.578 32.077,15.227 C30.79,11.446 29.632,7.621 28.344,3.838 C28.225,3.489 27.702,3.722 27.819,4.072' id='Fill-40' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M32.703,-0.003 C33.733,3.052 34.757,6.11 35.718,9.189 C35.827,9.543 36.352,9.308 36.241,8.957 C35.281,5.877 34.259,2.821 33.226,-0.234 C33.11,-0.586 32.585,-0.352 32.703,-0.003' id='Fill-41' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M-3.428,55.765 C3.177,55.006 9.475,52.881 15.929,51.384 C16.286,51.301 16.198,50.732 15.837,50.814 C9.387,52.313 3.084,54.439 -3.518,55.197 C-3.885,55.241 -3.793,55.808 -3.428,55.765' id='Fill-42' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M-3.696,49.575 C3.802,47.839 11.015,45.198 18.309,42.767 C18.658,42.648 18.423,42.125 18.073,42.24 C10.832,44.655 3.663,47.283 -3.787,49.006 C-4.146,49.09 -4.059,49.659 -3.696,49.575' id='Fill-43' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M-0.62,42.035 C6.942,42.265 13.822,39.363 20.966,37.316 C21.315,37.215 21.229,36.648 20.875,36.748 C13.792,38.777 6.938,41.691 -0.558,41.466 C-0.925,41.453 -0.992,42.026 -0.62,42.035' id='Fill-44' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M3.409,35.932 C10.585,34.548 17.648,32.717 24.75,31.003 C25.106,30.915 25.021,30.349 24.661,30.437 C17.562,32.149 10.493,33.981 3.319,35.365 C2.959,35.435 3.045,36.002 3.409,35.932' id='Fill-45' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M5.949,30.441 C13.872,28.258 21.797,26.08 29.763,24.056 C30.116,23.964 30.032,23.396 29.672,23.488 C21.707,25.515 13.78,27.691 5.857,29.875 C5.506,29.973 5.592,30.539 5.949,30.441' id='Fill-46' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M10.835,22.902 C17.013,21.821 23.163,20.584 29.321,19.385 C29.682,19.316 29.597,18.747 29.23,18.819 C23.073,20.018 16.924,21.252 10.743,22.337 C10.381,22.399 10.467,22.966 10.835,22.902' id='Fill-47' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M15.21,16.463 C21.282,15.121 27.487,14.71 33.613,13.707 C33.979,13.646 33.887,13.079 33.522,13.141 C27.396,14.146 21.192,14.555 15.121,15.896 C14.762,15.973 14.849,16.54 15.21,16.463' id='Fill-48' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M20.714,9.581 C26.228,9.586 31.722,9.107 37.229,8.913 C37.599,8.9 37.504,8.334 37.138,8.348 C31.683,8.538 26.243,9.015 20.779,9.01 C20.414,9.01 20.346,9.581 20.714,9.581' id='Fill-49' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3Cpath d='M23.909,5.126 C29.533,6.236 35.234,6.04 40.937,6.065 C41.303,6.068 41.369,5.497 40.999,5.494 C35.296,5.47 29.598,5.667 23.972,4.554 C23.609,4.483 23.549,5.053 23.909,5.126' id='Fill-50' fill='%238F5D40' mask='url(%23mask-4)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M379.83,282.332 C379.604,284.351 377.286,286.2 375.27,285.975 C373.255,285.749 370.955,283.384 371.181,281.365 C371.406,279.348 374.171,277.548 376.188,277.773 C378.202,277.999 380.054,280.313 379.83,282.332' id='Fill-52' fill='%235E402F'%3E%3C/path%3E %3Cpath d='M367.727,281.701 C367.499,283.719 365.183,285.569 363.166,285.344 C361.15,285.118 358.852,282.751 359.076,280.734 C359.302,278.716 362.066,276.917 364.083,277.141 C366.1,277.367 367.95,279.685 367.727,281.701' id='Fill-53' fill='%235E402F'%3E%3C/path%3E %3Cpath d='M397.964,275.753 C398.8,277.395 398.921,279.351 398.78,281.094 C402.609,282.373 406.329,284.006 409.671,285.871 C410.177,284.752 410.594,283.449 410.682,282.083 C410.682,282.083 411.808,284.277 412.133,287.331 C415.682,289.565 418.663,292.047 420.667,294.602 C422.417,285.824 421.17,277.28 415.55,271.679 C413.24,272.74 412.012,273.967 412.012,273.967 C412.301,272.651 413.095,271.417 414.044,270.344 C410.455,267.475 405.439,265.614 398.747,265.246 C397.506,266.49 396.227,268.05 395.119,269.947 C395.119,269.947 394.949,267.853 395.413,265.238 C384.701,266.001 372.154,274.306 368.87,282.672 C374.462,277.045 385.622,277.207 396.401,280.353 C397.824,277.885 397.964,275.753 397.964,275.753' id='Fill-54' fill='%23698345'%3E%3C/path%3E %3Cpath d='M393.338,270.973 C390.185,270.821 387.148,271.352 384.44,272.208 C381.727,273.068 379.319,274.245 377.265,275.514 C373.158,278.067 370.374,280.812 368.87,282.672 C370.62,281.045 373.563,278.554 377.684,276.229 C381.778,273.955 387.236,271.855 393.292,272.118 C399.335,272.364 404.618,274.877 408.414,277.634 C412.283,280.365 414.9,283.195 416.616,284.867 C415.157,282.977 412.737,279.926 408.905,276.969 C405.157,273.991 399.683,271.229 393.338,270.973' id='Fill-55' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M400.662,263.431 C402.252,264.712 403.161,266.518 403.692,268.212 C408.521,268.167 413.368,268.495 417.883,269.162 C418.01,267.938 417.967,266.569 417.529,265.248 C417.529,265.248 419.668,266.956 421.24,269.734 C426.132,270.686 430.479,272.055 433.752,273.812 C432.266,264.944 427.483,257.278 418.925,253.826 C416.733,255.585 415.829,257.146 415.829,257.146 C415.635,255.809 416.048,254.382 416.694,253.06 C411.508,251.521 405.105,251.406 397.398,253.248 C396.49,254.831 395.659,256.723 395.155,258.879 C395.155,258.879 394.137,256.954 393.628,254.332 C381.827,258.561 370.926,270.515 370.519,279.495 C374.615,272.348 387.289,268.847 400.712,268.289 C401.346,265.49 400.662,263.431 400.662,263.431' id='Fill-56' fill='%23698345'%3E%3C/path%3E %3Cpath d='M393.545,260.43 C389.925,261.318 386.705,262.813 383.983,264.511 C381.252,266.211 378.999,268.111 377.179,269.98 C373.544,273.738 371.485,277.245 370.519,279.495 C371.854,277.384 374.194,274.065 377.934,270.52 C381.665,267.031 387.006,263.26 393.947,261.527 C400.874,259.783 407.834,260.426 413.211,261.789 C418.661,263.104 422.734,264.921 425.334,265.938 C422.938,264.631 419,262.541 413.502,260.999 C408.096,259.414 400.819,258.595 393.545,260.43' id='Fill-57' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M393.467,296.216 C393.302,297.897 392.468,299.332 391.544,300.45 C393.745,303.833 395.703,307.388 397.272,310.858 C398.175,310.411 399.094,309.778 399.808,308.891 C399.808,308.891 399.596,311.146 398.391,313.476 C399.939,317.339 400.951,321 401.215,324.076 C406.645,319.129 409.768,312.394 408.289,304.849 C406.094,304.081 404.613,304.132 404.613,304.132 C405.444,303.405 406.613,303.066 407.814,302.94 C406.537,298.612 403.736,294.054 399.001,289.44 C397.502,289.497 395.827,289.742 394.119,290.336 C394.119,290.336 394.987,288.773 396.561,287.261 C388.339,280.812 375.216,278.396 368.856,282.059 C375.614,281.799 383.726,289.182 390.148,298.386 C392.357,297.603 393.467,296.216 393.467,296.216' id='Fill-58' fill='%23698345'%3E%3C/path%3E %3Cpath d='M392.33,289.887 C390.088,287.729 387.609,286.116 385.22,284.948 C382.82,283.772 380.502,283.021 378.395,282.563 C374.179,281.659 370.839,281.749 368.856,282.059 C370.909,282.071 374.244,282.259 378.366,283.331 C382.442,284.424 387.438,286.526 391.754,290.651 C396.071,294.76 398.761,299.942 400.24,304.327 C401.79,308.742 402.373,312.41 402.843,314.688 C402.667,312.426 402.331,308.735 400.916,304.185 C399.574,299.682 396.861,294.198 392.33,289.887' id='Fill-59' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M342.569,275.737 C341.495,277.04 341.063,278.645 340.923,280.088 C336.97,280.908 333.071,282.028 329.498,283.36 C329.185,282.405 328.983,281.308 329.11,280.175 C329.11,280.175 327.66,281.915 326.856,284.412 C323.026,286.034 319.712,287.897 317.348,289.88 C317.028,282.543 319.604,275.579 325.999,271.31 C328.091,272.323 329.099,273.412 329.099,273.412 C329.026,272.31 328.444,271.24 327.688,270.302 C331.658,268.156 336.864,266.931 343.474,267.037 C344.493,268.139 345.497,269.499 346.281,271.132 C346.281,271.132 346.778,269.416 346.741,267.233 C357.109,268.518 368.074,276.122 369.958,283.217 C365.379,278.239 354.426,277.691 343.368,279.623 C342.369,277.501 342.569,275.737 342.569,275.737' id='Fill-60' fill='%23698345'%3E%3C/path%3E %3Cpath d='M347.862,272.084 C350.973,272.151 353.862,272.774 356.376,273.646 C358.9,274.519 361.069,275.636 362.878,276.805 C366.492,279.159 368.779,281.592 369.958,283.217 C368.504,281.769 366.021,279.536 362.354,277.365 C358.705,275.244 353.694,273.183 347.724,273.032 C341.769,272.863 336.193,274.612 332.041,276.651 C327.817,278.664 324.806,280.833 322.858,282.106 C324.587,280.639 327.443,278.274 331.667,276.073 C335.807,273.849 341.606,271.906 347.862,272.084' id='Fill-61' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M348.158,262.981 C346.629,264.006 345.563,265.649 344.829,267.238 C340.867,266.479 336.822,266.081 332.998,266.072 C333.104,264.848 333.38,263.507 333.969,262.269 C333.969,262.269 331.914,263.633 330.137,266.137 C325.945,266.346 322.131,267.05 319.134,268.295 C321.908,259.785 327.182,252.946 334.822,250.817 C336.318,252.872 336.784,254.543 336.784,254.543 C337.179,253.255 337.092,251.79 336.792,250.391 C341.326,249.646 346.609,250.481 352.626,253.439 C353.095,255.133 353.449,257.118 353.483,259.316 C353.483,259.316 354.658,257.57 355.534,255.065 C364.499,260.978 371.37,274.363 370.134,283.268 C368.016,275.622 358.207,270.296 347.269,267.758 C347.236,264.907 348.158,262.981 348.158,262.981' id='Fill-62' fill='%23698345'%3E%3C/path%3E %3Cpath d='M354.536,261.082 C357.357,262.493 359.744,264.444 361.685,266.518 C363.632,268.598 365.153,270.802 366.322,272.912 C368.65,277.152 369.731,280.908 370.134,283.268 C369.403,280.991 368.062,277.378 365.606,273.332 C363.15,269.342 359.419,264.838 354.014,262.104 C348.625,259.358 342.788,258.96 338.127,259.503 C333.418,259.991 329.749,261.175 327.434,261.79 C329.632,260.859 333.236,259.384 338.025,258.684 C342.751,257.923 348.875,258.197 354.536,261.082' id='Fill-63' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M365.361,253.136 C363.786,252.558 362.161,252.682 360.78,253.028 C358.659,249.595 356.274,246.31 353.811,243.408 C354.581,242.795 355.526,242.242 356.612,241.989 C356.612,241.989 354.507,241.207 351.928,241.276 C349.104,238.226 346.241,235.736 343.595,234.172 C350.249,231.448 357.56,231.562 363.706,236.14 C363.497,238.437 362.843,239.741 362.843,239.741 C363.837,239.309 364.617,238.411 365.22,237.39 C368.571,240.401 371.504,244.875 373.696,251.105 C373.032,252.422 372.123,253.815 370.893,255.088 C370.893,255.088 372.646,254.987 374.644,254.231 C377.05,264.37 373.835,277.163 367.95,281.274 C370.952,275.336 367.667,264.89 362.058,255.169 C363.665,253.528 365.361,253.136 365.361,253.136' id='Fill-64' fill='%23698345'%3E%3C/path%3E %3Cpath d='M370.563,256.887 C371.576,259.823 372.002,262.735 372.069,265.381 C372.137,268.033 371.856,270.438 371.406,272.519 C370.487,276.683 369.039,279.634 367.95,281.274 C368.779,279.432 369.978,276.364 370.706,272.214 C371.399,268.093 371.564,262.713 369.642,257.068 C367.733,251.433 364.194,246.787 360.874,243.569 C357.556,240.278 354.516,238.173 352.669,236.769 C354.62,237.904 357.789,239.797 361.278,243.026 C364.761,246.172 368.557,250.964 370.563,256.887' id='Fill-65' fill='%235C713C'%3E%3C/path%3E %3Cpath d='M374.081,284.252 C373.855,286.271 371.538,288.121 369.521,287.896 C367.506,287.668 365.208,285.305 365.432,283.286 C365.659,281.271 368.422,279.469 370.438,279.694 C372.457,279.92 374.306,282.235 374.081,284.252' id='Fill-66' fill='%237E503B'%3E%3C/path%3E %3Cpath d='M313.447,265.958 C321.964,278.596 324.604,295.171 326.497,309.994 C327.606,318.688 328.443,327.455 328.667,336.222 C328.664,336.227 328.667,336.233 328.667,336.238 C328.665,336.247 328.667,336.253 328.67,336.261 C328.676,336.592 328.844,336.788 329.063,336.896 C331.922,339.248 335.345,339.321 338.868,338.358 C339.237,338.256 339.422,337.851 339.41,337.502 C338.44,311.925 333.396,284.329 318.182,263.148 C317.897,262.753 317.427,262.721 317.024,262.941 C315.9,263.562 314.776,264.182 313.653,264.803 C313.254,265.025 313.214,265.614 313.447,265.958' id='Fill-67' fill='%2398613D'%3E%3C/path%3E %3Cg id='Group-87' transform='translate(313.000000, 262.000000)'%3E %3Cmask id='mask-6' fill='white'%3E %3Cuse xlink:href='%23path-5'%3E%3C/use%3E %3C/mask%3E %3Cg id='Clip-69'%3E%3C/g%3E %3Cpath d='M28.849,63.961 C24.57,68.281 19.962,72.234 15.174,75.979 C14.836,76.247 14.459,75.697 14.795,75.437 C19.537,71.726 24.103,67.809 28.343,63.53 C28.644,63.228 29.152,63.658 28.849,63.961' id='Fill-68' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M27.501,57.646 C22.909,63.407 16.747,67.471 11.321,72.366 C11.006,72.653 10.628,72.106 10.942,71.824 C16.323,66.966 22.443,62.93 26.999,57.214 C27.265,56.88 27.771,57.311 27.501,57.646' id='Fill-70' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M26.508,50.338 C22.063,54.071 18.179,58.374 14.051,62.438 C13.747,62.737 13.238,62.31 13.546,62.007 C17.71,57.903 21.641,53.561 26.128,49.793 C26.457,49.518 26.834,50.064 26.508,50.338' id='Fill-71' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M23.638,43.751 C19.283,47.214 15.388,51.18 11.334,54.979 C11.025,55.271 10.519,54.842 10.828,54.549 C14.923,50.71 18.859,46.704 23.259,43.206 C23.593,42.938 23.971,43.485 23.638,43.751' id='Fill-72' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M22.753,31.377 C19.114,36.336 14.905,40.789 10.61,45.178 C10.315,45.481 9.808,45.056 10.106,44.747 C14.399,40.358 18.606,35.903 22.247,30.945 C22.499,30.603 23.007,31.032 22.753,31.377' id='Fill-73' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M19.632,21.146 C16.067,26.341 11.813,30.981 7.593,35.64 C7.308,35.958 6.799,35.526 7.088,35.209 C11.311,30.55 15.561,25.909 19.127,20.715 C19.37,20.363 19.872,20.796 19.632,21.146' id='Fill-74' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M15.813,14.839 C13.007,19.133 10.367,23.524 7.035,27.442 C6.758,27.768 6.25,27.337 6.53,27.011 C9.861,23.096 12.503,18.701 15.306,14.41 C15.542,14.051 16.044,14.485 15.813,14.839' id='Fill-75' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M13.199,8.072 C10.524,11.847 7.984,15.711 5.309,19.484 C5.062,19.833 4.558,19.401 4.805,19.054 C7.478,15.28 10.019,11.416 12.69,7.644 C12.938,7.292 13.445,7.725 13.199,8.072' id='Fill-76' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M9.119,1.945 C6.97,4.995 4.828,8.054 2.75,11.153 C2.511,11.51 2.006,11.076 2.241,10.724 C4.322,7.623 6.465,4.564 8.614,1.515 C8.86,1.165 9.365,1.597 9.119,1.945' id='Fill-77' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M30.865,75.724 C23.788,72.706 17.494,68.276 10.827,64.49 C10.457,64.281 10.74,63.68 11.112,63.894 C17.78,67.677 24.074,72.11 31.153,75.123 C31.547,75.292 31.257,75.893 30.865,75.724' id='Fill-78' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M33.202,68.943 C25.45,64.55 18.313,59.246 11.023,54.146 C10.671,53.898 11.104,53.396 11.452,53.64 C18.697,58.704 25.79,63.977 33.488,68.344 C33.856,68.554 33.573,69.154 33.202,68.943' id='Fill-79' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M32.269,59.564 C23.801,57.33 17.12,51.845 9.868,47.223 C9.508,46.997 9.791,46.394 10.152,46.623 C17.344,51.207 23.993,56.694 32.386,58.911 C32.796,59.02 32.681,59.674 32.269,59.564' id='Fill-80' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M29.804,51.463 C22.298,47.567 15.056,43.207 7.742,38.971 C7.375,38.757 7.657,38.157 8.028,38.372 C15.344,42.607 22.584,46.97 30.091,50.865 C30.47,51.062 30.185,51.663 29.804,51.463' id='Fill-81' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M28.793,44.535 C20.721,39.501 12.64,34.481 4.466,29.61 C4.102,29.396 4.385,28.792 4.754,29.012 C12.928,33.881 21.006,38.902 29.079,43.934 C29.438,44.157 29.156,44.761 28.793,44.535' id='Fill-82' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M25.851,34.561 C19.35,31.326 12.933,27.932 6.49,24.577 C6.112,24.377 6.396,23.777 6.777,23.975 C13.217,27.33 19.635,30.727 26.138,33.962 C26.521,34.149 26.238,34.753 25.851,34.561' id='Fill-83' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M23.114,25.971 C16.815,22.489 10.066,19.992 3.597,16.858 C3.212,16.673 3.498,16.073 3.886,16.26 C10.353,19.394 17.104,21.89 23.399,25.373 C23.772,25.58 23.487,26.18 23.114,25.971' id='Fill-84' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M19.27,16.524 C13.146,14.716 7.21,12.379 1.16,10.351 C0.754,10.215 1.047,9.616 1.448,9.751 C7.438,11.758 13.321,14.079 19.388,15.871 C19.792,15.989 19.679,16.646 19.27,16.524' id='Fill-85' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3Cpath d='M17.19,10.528 C10.584,9.911 4.322,7.818 -2.016,5.97 C-2.422,5.852 -2.307,5.197 -1.898,5.315 C4.438,7.164 10.702,9.259 17.307,9.877 C17.733,9.915 17.612,10.567 17.19,10.528' id='Fill-86' fill='%23BA774E' mask='url(%23mask-6)'%3E%3C/path%3E %3C/g%3E %3Cpath d='M305.797,265.548 C305.384,267.86 307.343,270.675 309.656,271.088 C311.968,271.502 315.298,269.632 315.711,267.32 C316.125,265.007 313.65,262.099 311.338,261.686 C309.027,261.272 306.209,263.234 305.797,265.548' id='Fill-88' fill='%235E402F'%3E%3C/path%3E %3Cpath d='M319.437,268.829 C319.022,271.142 320.984,273.959 323.297,274.371 C325.608,274.784 328.938,272.916 329.354,270.603 C329.765,268.289 327.291,265.381 324.979,264.967 C322.667,264.554 319.849,266.516 319.437,268.829' id='Fill-89' fill='%235E402F'%3E%3C/path%3E %3Cpath d='M287.835,252.275 C286.369,253.825 285.589,255.954 285.171,257.936 C280.503,258.095 275.836,258.686 271.514,259.656 C271.32,258.246 271.287,256.661 271.637,255.115 C271.637,255.115 269.668,257.183 268.302,260.464 C263.625,261.777 259.503,263.551 256.438,265.727 C257.384,255.409 261.579,246.336 269.659,241.97 C271.872,243.908 272.833,245.674 272.833,245.674 C272.945,244.117 272.47,242.486 271.771,240.984 C276.696,238.979 282.875,238.565 290.425,240.36 C291.39,242.15 292.3,244.302 292.905,246.773 C292.905,246.773 293.78,244.5 294.124,241.449 C305.764,245.82 316.956,259.164 317.848,269.53 C313.492,261.445 301.055,257.952 288.053,257.896 C287.289,254.688 287.835,252.275 287.835,252.275' id='Fill-90' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M294.546,248.495 C298.089,249.365 301.287,250.951 304.008,252.794 C306.74,254.641 309.025,256.739 310.884,258.822 C314.603,263.007 316.789,266.97 317.848,269.53 C316.439,267.148 313.994,263.415 310.186,259.477 C306.387,255.606 301.02,251.482 294.218,249.781 C287.429,248.066 280.739,249.118 275.619,250.926 C270.428,252.686 266.592,254.964 264.137,256.253 C266.377,254.638 270.066,252.048 275.294,250.027 C280.431,247.953 287.417,246.691 294.546,248.495' id='Fill-91' fill='%23769550'%3E%3C/path%3E %3Cpath d='M288.896,237.716 C286.709,238.613 285.105,240.318 283.96,242.022 C278.615,240.385 273.129,239.154 267.899,238.409 C268.161,237.01 268.66,235.505 269.578,234.182 C269.578,234.182 266.643,235.373 263.984,237.939 C258.244,237.385 252.966,237.475 248.758,238.348 C253.323,228.997 261.151,222.062 271.788,221.046 C273.644,223.72 274.131,225.75 274.131,225.75 C274.787,224.328 274.798,222.609 274.518,220.929 C280.777,220.928 287.922,222.906 295.867,227.488 C296.355,229.545 296.655,231.917 296.503,234.477 C296.503,234.477 298.27,232.673 299.696,229.931 C311.401,238.507 319.563,255.358 317.065,265.462 C314.868,256.182 301.956,248.125 287.241,243.09 C287.458,239.777 288.896,237.716 288.896,237.716' id='Fill-92' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M297.781,236.726 C301.507,238.904 304.59,241.624 307.05,244.401 C309.521,247.186 311.398,250.037 312.802,252.712 C315.597,258.078 316.729,262.646 317.065,265.462 C316.274,262.68 314.771,258.228 311.789,253.061 C308.795,247.961 304.11,242.02 296.972,237.813 C289.862,233.597 281.924,232.02 275.51,231.765 C269.03,231.431 263.911,232.106 260.69,232.379 C263.778,231.717 268.838,230.692 275.447,230.792 C281.969,230.809 290.312,232.297 297.781,236.726' id='Fill-93' fill='%23769550'%3E%3C/path%3E %3Cpath d='M286.095,276.467 C285.723,278.388 286.174,280.253 286.835,281.8 C283.275,284.827 279.936,288.13 277.051,291.464 C276.197,290.671 275.384,289.667 274.885,288.449 C274.885,288.449 274.381,291.021 274.949,294 C271.96,297.777 269.629,301.509 268.325,304.835 C263.926,297.561 262.681,289.058 266.802,281.172 C269.493,281.039 271.117,281.584 271.117,281.584 C270.435,280.504 269.25,279.744 267.958,279.209 C270.8,274.825 275.409,270.69 282.182,267.125 C283.824,267.682 285.604,268.506 287.305,269.726 C287.305,269.726 286.855,267.706 285.607,265.514 C296.849,261.057 312.21,262.695 318.064,268.854 C310.649,266.342 299.219,271.867 289.063,279.97 C286.867,278.371 286.095,276.467 286.095,276.467' id='Fill-94' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M289.438,269.818 C292.635,268.159 295.914,267.185 298.953,266.677 C302.001,266.163 304.823,266.092 307.31,266.276 C312.289,266.659 315.965,267.859 318.064,268.854 C315.782,268.191 312.017,267.304 307.091,267.138 C302.206,267.007 295.971,267.695 289.826,270.855 C283.685,273.996 278.991,278.861 275.906,283.239 C272.735,287.629 270.879,291.506 269.61,293.881 C270.55,291.429 272.138,287.442 275.205,282.86 C278.174,278.304 282.989,273.111 289.438,269.818' id='Fill-95' fill='%23769550'%3E%3C/path%3E %3Cpath d='M349.313,270.488 C350.079,272.289 350.032,274.21 349.711,275.859 C353.829,278.068 357.789,280.594 361.313,283.249 C361.979,282.291 362.562,281.139 362.793,279.842 C362.793,279.842 363.829,282.252 363.902,285.285 C367.617,288.349 370.679,291.504 372.655,294.483 C375.423,286.444 374.854,277.871 369.16,271.026 C366.506,271.465 365.033,272.338 365.033,272.338 C365.475,271.14 366.472,270.147 367.62,269.353 C363.919,265.665 358.546,262.591 351.174,260.533 C349.682,261.422 348.119,262.602 346.714,264.155 C346.714,264.155 346.725,262.086 347.486,259.68 C335.558,257.691 320.886,262.523 316.459,269.776 C323.181,265.76 335.517,268.754 347.151,274.536 C348.956,272.513 349.313,270.488 349.313,270.488' id='Fill-96' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M344.646,264.692 C341.17,263.744 337.76,263.483 334.681,263.623 C331.593,263.761 328.818,264.288 326.426,264.99 C321.643,266.414 318.301,268.359 316.459,269.776 C318.551,268.648 322.042,266.987 326.824,265.786 C331.573,264.632 337.812,263.991 344.485,265.788 C351.15,267.563 356.764,271.337 360.699,274.966 C364.723,278.591 367.354,281.99 369.096,284.042 C367.658,281.845 365.27,278.283 361.305,274.447 C357.441,270.616 351.646,266.555 344.646,264.692' id='Fill-97' fill='%23769550'%3E%3C/path%3E %3Cpath d='M347.312,254.493 C348.671,256.134 349.313,258.307 349.605,260.312 C354.252,260.771 358.871,261.662 363.12,262.909 C363.403,261.518 363.541,259.937 363.293,258.372 C363.293,258.372 365.123,260.561 366.275,263.924 C370.854,265.538 374.854,267.572 377.773,269.939 C377.494,259.584 373.896,250.259 366.115,245.381 C363.779,247.17 362.706,248.871 362.706,248.871 C362.698,247.313 363.276,245.712 364.069,244.262 C359.281,241.941 353.144,241.13 345.493,242.432 C344.416,244.158 343.371,246.245 342.61,248.674 C342.61,248.674 341.878,246.35 341.73,243.279 C329.837,246.893 317.806,259.487 316.249,269.774 C321.115,261.989 333.753,259.302 346.728,260.086 C347.7,256.934 347.312,254.493 347.312,254.493' id='Fill-98' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M340.859,250.288 C337.263,250.924 333.972,252.304 331.134,253.966 C328.291,255.634 325.875,257.582 323.885,259.539 C319.908,263.477 317.471,267.287 316.249,269.774 C317.808,267.485 320.485,263.92 324.541,260.235 C328.578,256.618 334.203,252.848 341.104,251.591 C347.984,250.316 354.596,251.796 359.587,253.935 C364.656,256.024 368.336,258.545 370.703,259.991 C368.57,258.234 365.056,255.412 359.971,253.058 C354.976,250.657 348.09,248.947 340.859,250.288' id='Fill-99' fill='%23769550'%3E%3C/path%3E %3Cpath d='M331.459,237.903 C333.396,237.781 335.16,238.453 336.577,239.293 C340.063,236.182 343.792,233.32 347.479,230.909 C346.826,229.976 345.958,229.053 344.836,228.414 C344.836,228.414 347.432,228.238 350.269,229.166 C354.406,226.708 358.403,224.887 361.856,224.022 C355.367,218.809 347.218,216.531 338.887,219.587 C338.364,222.207 338.661,223.868 338.661,223.868 C337.702,223.063 337.134,221.809 336.797,220.478 C332.088,222.716 327.358,226.716 322.878,232.91 C323.182,234.589 323.731,236.433 324.679,238.252 C324.679,238.252 322.765,237.564 320.796,236.065 C314.792,246.527 314.149,261.783 319.327,268.281 C317.949,260.704 325.036,250.191 334.458,241.249 C333.213,238.9 331.459,237.903 331.459,237.903' id='Fill-100' fill='%2381AF62'%3E%3C/path%3E %3Cpath d='M324.453,240.356 C322.361,243.282 320.933,246.374 319.986,249.289 C319.037,252.208 318.558,254.968 318.373,257.425 C318.022,262.352 318.661,266.1 319.327,268.281 C319.012,265.962 318.692,262.167 319.25,257.318 C319.835,252.518 321.425,246.492 325.416,240.862 C329.388,235.233 334.844,231.245 339.588,228.766 C344.351,226.205 348.419,224.869 350.931,223.918 C348.392,224.537 344.254,225.596 339.318,228.029 C334.417,230.375 328.626,234.445 324.453,240.356' id='Fill-101' fill='%23769550'%3E%3C/path%3E %3Cpath d='M311.543,269.569 C311.131,271.882 313.092,274.698 315.403,275.112 C317.716,275.524 321.048,273.656 321.459,271.343 C321.873,269.029 319.396,266.122 317.084,265.708 C314.772,265.295 311.956,267.256 311.543,269.569' id='Fill-102' fill='%237E503B'%3E%3C/path%3E %3Cpath d='M301.73,368.806 C294.061,366.488 290.737,364.166 289.248,362.959 C288.522,362.321 288.165,361.992 288.013,361.81 C287.858,361.629 287.858,361.629 287.858,361.629 C285.979,359.735 285.662,357.664 285.759,356.369 C285.765,355.702 285.911,355.217 285.966,354.878 C286.023,354.539 286.03,354.356 285.984,354.337 C285.939,354.319 285.841,354.465 285.687,354.783 C285.538,355.104 285.288,355.582 285.185,356.299 C285.149,356.476 285.112,356.665 285.073,356.864 C285.072,357.069 285.071,357.285 285.07,357.512 C285.078,357.737 285.054,357.982 285.095,358.229 C285.145,358.478 285.197,358.736 285.249,359.006 C285.519,360.064 286.081,361.272 287.047,362.352 C287.047,362.352 287.047,362.352 287.219,362.552 C287.389,362.753 287.774,363.112 288.558,363.799 C290.155,365.099 293.645,367.501 301.416,369.846 C305.294,371.012 308.261,371.648 310.484,372.117 C312.708,372.579 314.202,372.831 315.194,373.01 C317.186,373.34 317.186,373.34 317.186,373.34 C322.677,374.049 325.453,374.084 325.471,373.901 C325.493,373.693 322.765,373.266 317.356,372.267 C317.356,372.267 317.356,372.267 315.38,371.938 C314.394,371.763 312.91,371.512 310.703,371.052 C308.5,370.589 305.558,369.956 301.73,368.806' id='Fill-103' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M362.435,371.6 C352.781,373.678 347.796,373.78 345.349,373.958 C342.884,374.074 342.884,374.074 342.884,374.074 C336.126,374.369 332.736,374.013 332.711,374.263 C332.7,374.36 333.536,374.529 335.231,374.764 C336.93,374.977 339.492,375.151 342.915,375.159 C342.915,375.159 342.915,375.159 345.405,375.044 C347.882,374.864 352.914,374.762 362.676,372.659 C372.399,370.349 376.909,367.96 379.134,366.85 C381.338,365.65 381.338,365.65 381.338,365.65 C384.229,363.765 386.188,362.045 387.328,360.758 C388.437,359.432 388.939,358.747 388.862,358.684 C388.621,358.454 386.611,361.338 380.782,364.716 C380.782,364.716 380.782,364.716 378.63,365.887 C376.456,366.971 372.044,369.315 362.435,371.6' id='Fill-104' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M372.367,374.71 C368.974,376.007 367.175,376.285 366.292,376.428 C365.405,376.58 365.404,376.558 365.403,376.558 C362.98,376.976 361.716,376.929 361.692,377.161 C361.664,377.317 362.931,377.771 365.533,377.637 C365.533,377.637 365.537,377.66 366.465,377.5 C367.391,377.352 369.274,377.057 372.764,375.723 C376.225,374.324 377.82,373.349 378.638,372.906 C379.443,372.443 379.443,372.443 379.443,372.443 C381.559,371.001 382.449,370.063 382.341,369.915 C382.219,369.743 381.105,370.354 378.89,371.509 C378.89,371.509 378.89,371.509 378.101,371.96 C377.304,372.392 375.737,373.35 372.367,374.71' id='Fill-105' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M308.604,377.862 C307.272,377.64 306.282,377.443 305.549,377.265 C304.806,377.113 304.324,376.972 304.003,376.878 C303.357,376.696 303.357,376.696 303.357,376.696 C301.561,376.306 300.633,376.116 300.552,376.318 C300.484,376.48 301.274,377.043 303.05,377.738 C303.05,377.738 303.05,377.738 303.716,377.926 C304.047,378.021 304.547,378.168 305.307,378.325 C306.063,378.507 307.074,378.708 308.431,378.935 C311.144,379.354 312.5,379.487 313.177,379.575 C313.854,379.655 313.854,379.655 313.854,379.655 C317.587,379.807 317.661,379.323 313.98,378.575 C313.98,378.575 313.98,378.575 313.306,378.496 C312.631,378.407 311.276,378.275 308.604,377.862' id='Fill-106' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M387.16,351.552 C386.146,350.507 386.146,350.507 386.146,350.507 C385.234,350 384.899,350.355 385.366,351.265 C385.366,351.265 385.366,351.265 386.36,352.288 C387.235,353.363 387.235,353.363 387.235,353.363 C388.07,353.919 388.511,353.695 388.106,352.712 C388.106,352.712 388.106,352.712 387.16,351.552' id='Fill-107' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M103.152,344.297 C102.687,344.227 102.24,344.141 101.8,344.091 C101.355,344.066 100.924,344.04 100.507,344.017 C99.656,344.094 98.852,344.142 98.158,344.387 C96.736,344.774 95.664,345.369 94.743,345.821 C93.836,346.3 93.084,346.652 92.458,346.939 C91.82,347.155 91.323,347.398 90.9,347.455 C90.483,347.537 90.17,347.598 89.935,347.643 C89.7,347.656 89.543,347.665 89.439,347.671 C89.23,347.683 89.23,347.683 89.23,347.683 C86.901,347.696 85.087,347.01 83.898,346.722 C82.698,346.385 82.068,346.278 82.04,346.37 C82.011,346.466 82.562,346.754 83.704,347.266 C84.277,347.519 85.001,347.82 85.905,348.125 C86.81,348.415 87.903,348.727 89.24,348.771 C89.24,348.771 89.24,348.771 89.485,348.757 C89.607,348.749 89.79,348.738 90.064,348.723 C90.331,348.671 90.687,348.603 91.161,348.51 C91.642,348.438 92.183,348.182 92.884,347.939 C93.548,347.636 94.337,347.264 95.238,346.789 C97.045,345.898 99.426,344.525 102.942,345.363 C104.176,345.622 105.411,345.985 106.682,346.325 C107.96,346.654 109.295,346.883 110.659,346.914 L110.621,346.913 C112.896,347.075 115.164,347.014 117.389,347.048 C122.316,346.973 124.724,347.728 124.789,347.458 C124.813,347.363 124.232,347.128 123.023,346.758 C121.808,346.449 119.927,346.055 117.409,345.962 C115.14,345.927 112.91,345.987 110.698,345.829 L110.689,345.829 L110.659,345.828 C109.424,345.797 108.189,345.591 106.953,345.272 C105.716,344.943 104.459,344.57 103.152,344.297' id='Fill-108' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M235.173,297.245 C233.177,297.032 231.495,297.34 230.053,297.636 C228.62,297.967 227.417,298.327 226.407,298.643 C224.382,299.285 223.049,299.607 222.151,299.771 C221.254,299.893 220.807,299.937 220.584,299.922 C220.361,299.926 220.361,299.926 220.361,299.926 C219.746,299.991 219.185,299.879 218.648,299.856 C218.135,299.718 217.63,299.668 217.202,299.49 C216.777,299.311 216.357,299.204 216.018,299.009 C215.671,298.825 215.359,298.658 215.082,298.51 C214.018,297.831 213.471,297.465 213.398,297.548 C213.34,297.611 213.75,298.123 214.754,298.986 C215.026,299.179 215.333,299.396 215.671,299.635 C216.011,299.88 216.45,300.046 216.899,300.279 C217.352,300.515 217.901,300.619 218.467,300.809 C219.055,300.884 219.69,301.041 220.371,301.012 C220.371,301.012 220.371,301.012 220.619,301.009 C220.871,301.021 221.36,300.976 222.333,300.843 C223.289,300.67 224.706,300.323 226.725,299.683 C227.739,299.365 228.909,299.017 230.287,298.697 C231.654,298.411 233.289,298.132 235.037,298.323 C236.778,298.58 238.276,299.288 239.604,299.835 C240.937,300.405 242.137,300.85 243.217,301.101 C244.296,301.337 245.235,301.432 246.016,301.407 C246.792,301.362 247.407,301.273 247.883,301.169 C248.841,300.971 249.292,300.821 249.523,300.761 C249.753,300.695 249.753,300.695 249.753,300.695 C250.99,300.29 252.034,299.941 252.953,299.763 C253.866,299.585 254.644,299.534 255.266,299.577 C256.511,299.659 257.139,299.869 257.179,299.748 C257.207,299.688 256.654,299.283 255.337,299.003 C254.68,298.862 253.826,298.82 252.824,298.927 C251.821,299.032 250.689,299.324 249.45,299.651 C249.45,299.651 249.45,299.651 249.227,299.716 C249.002,299.774 248.556,299.919 247.667,300.104 C246.78,300.288 245.443,300.503 243.464,300.042 C242.476,299.813 241.348,299.398 240.028,298.834 C238.697,298.294 237.171,297.545 235.173,297.245' id='Fill-109' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M189.386,337.863 C185.986,338.759 183.507,338.551 181.525,338.313 C179.567,338.147 178.233,337.956 177.33,338.024 C175.53,338.047 175.53,338.061 175.53,338.061 C174.919,338.161 174.346,338.256 173.811,338.346 C173.285,338.462 172.813,338.62 172.371,338.741 C171.489,338.996 170.797,339.268 170.227,339.469 C169.098,339.842 168.535,340.081 168.554,340.178 C168.573,340.274 169.177,340.228 170.381,340.026 C170.97,339.917 171.708,339.727 172.579,339.562 C173.016,339.485 173.483,339.371 173.989,339.299 C174.496,339.251 175.039,339.198 175.618,339.144 C175.618,339.144 175.617,339.134 177.321,339.112 C178.174,339.043 179.452,339.228 181.42,339.395 C183.326,339.642 186.214,339.843 189.624,338.923 C191.326,338.522 192.782,338.301 194.076,338.299 C195.354,338.302 196.507,338.495 197.475,338.595 C199.416,338.805 200.722,339.017 201.589,339.128 C203.328,339.36 203.328,339.36 203.328,339.36 C204.533,339.454 205.587,339.534 206.492,339.604 C207.4,339.631 208.162,339.603 208.766,339.591 C209.978,339.555 210.577,339.484 210.577,339.386 C210.577,339.287 209.978,339.16 208.79,339.012 C208.196,338.945 207.456,338.861 206.568,338.762 C205.682,338.625 204.648,338.465 203.468,338.283 C203.468,338.283 203.468,338.283 201.734,338.053 C200.863,337.938 199.575,337.73 197.597,337.515 C196.606,337.414 195.484,337.219 194.074,337.212 C192.682,337.212 191.093,337.459 189.386,337.863' id='Fill-110' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M244.56,368.372 C242.87,368.259 241.369,368.38 240.1,368.563 C238.826,368.742 237.751,368.951 236.838,369.126 C235.012,369.478 233.808,369.693 233.003,369.775 C232.198,369.887 231.797,369.881 231.597,369.904 C231.396,369.917 231.396,369.917 231.396,369.917 C229.199,370.101 227.553,369.827 226.476,369.564 C225.4,369.29 224.847,369.126 224.801,369.227 C224.764,369.303 225.233,369.647 226.298,370.116 C227.36,370.568 229.104,371.045 231.446,371.003 C231.446,371.003 231.446,371.003 231.658,370.988 C231.868,370.966 232.299,370.97 233.134,370.854 C233.974,370.769 235.216,370.546 237.043,370.193 C238.867,369.881 241.28,369.262 244.497,369.458 C246.112,369.541 247.465,369.839 248.671,370.188 C249.873,370.538 250.928,370.856 251.854,371.083 C253.716,371.561 255.054,371.497 255.894,371.499 C256.739,371.441 257.167,371.421 257.373,371.388 C257.582,371.363 257.582,371.363 257.582,371.363 C259.859,370.999 261.477,370.642 262.59,370.593 C263.695,370.511 264.267,370.548 264.285,370.429 C264.303,370.356 263.755,370.119 262.594,370.015 C261.431,369.875 259.68,370.077 257.46,370.283 C257.46,370.283 257.456,370.317 255.854,370.414 C255.05,370.405 253.864,370.476 252.104,370.025 C251.221,369.81 250.198,369.502 248.968,369.144 C247.742,368.785 246.254,368.459 244.56,368.372' id='Fill-111' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M268.45,331.452 C264.001,332.083 261.811,332.241 260.706,332.233 C259.605,332.262 259.608,332.235 259.608,332.235 C256.6,332.281 255.084,331.965 255.028,332.202 C254.981,332.343 256.433,333.062 259.582,333.321 C259.582,333.321 259.584,333.35 260.726,333.32 C261.867,333.329 264.16,333.159 268.592,332.528 C273.022,331.911 275.224,331.983 276.326,331.989 C277.425,332.056 277.425,332.056 277.425,332.056 C280.442,332.141 281.962,332.438 282.017,332.202 C282.06,332.059 280.619,331.365 277.5,330.971 C277.5,330.971 277.5,330.971 276.359,330.903 C275.228,330.895 272.913,330.828 268.45,331.452' id='Fill-112' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M419.099,332.022 C415.063,332.949 413.063,332.81 412.073,332.704 C411.575,332.666 411.337,332.581 411.213,332.57 C411.091,332.547 411.091,332.547 411.091,332.547 C410.405,332.49 409.826,332.325 409.321,332.211 C408.806,332.118 408.398,331.965 408.061,331.863 C407.388,331.661 407.018,331.603 406.973,331.69 C406.926,331.777 407.205,332.011 407.83,332.394 C408.142,332.585 408.532,332.829 409.052,333.014 C409.563,333.219 410.161,333.474 410.891,333.616 C410.891,333.616 410.891,333.616 411.023,333.64 C411.157,333.653 411.419,333.741 411.956,333.784 C413.013,333.907 415.25,334.029 419.327,333.085 C423.374,332.129 425.375,332.103 426.387,332.087 C427.39,332.142 427.39,332.142 427.39,332.142 C428.084,332.117 428.68,332.216 429.202,332.25 C429.726,332.271 430.153,332.365 430.502,332.411 C431.2,332.507 431.575,332.508 431.605,332.415 C431.637,332.322 431.325,332.135 430.651,331.852 C430.313,331.714 429.892,331.528 429.355,331.417 C428.822,331.294 428.199,331.111 427.466,331.058 C427.466,331.058 427.466,331.058 426.396,331.001 C425.341,331.009 423.145,331.064 419.099,332.022' id='Fill-113' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M343.192,413.889 C339.789,413.964 337.402,414.701 335.628,415.14 C334.747,415.354 334.013,415.531 333.401,415.679 C332.791,415.775 332.301,415.853 331.91,415.915 C331.129,416.063 330.732,415.979 330.537,416.015 C330.342,416.02 330.342,416.02 330.342,416.02 C329.263,416.152 328.319,415.994 327.502,415.951 C326.676,415.94 326.016,415.72 325.468,415.643 C324.38,415.445 323.809,415.395 323.778,415.488 C323.746,415.581 324.255,415.82 325.323,416.204 C325.864,416.374 326.518,416.685 327.374,416.787 C328.22,416.921 329.208,417.165 330.369,417.105 C330.369,417.105 330.369,417.105 330.581,417.1 C330.787,417.064 331.222,417.149 332.047,416.993 C332.46,416.927 332.978,416.846 333.624,416.743 C334.249,416.592 335,416.41 335.901,416.191 C337.662,415.747 340.038,415.047 343.149,414.975 C344.694,415.023 345.936,415.523 347.085,416.03 C348.241,416.554 349.351,416.844 350.261,417.034 C352.086,417.372 353.292,417.668 354.124,417.698 C355.77,417.854 355.77,417.854 355.77,417.854 C358.032,417.916 359.715,417.83 360.831,417.731 C361.949,417.637 362.507,417.537 362.506,417.438 C362.506,417.34 361.947,417.243 360.832,417.153 C359.715,417.065 358.043,416.979 355.846,416.771 C355.846,416.771 355.846,416.771 354.249,416.617 C353.444,416.592 352.268,416.3 350.49,415.974 C349.607,415.784 348.635,415.539 347.512,415.03 C346.395,414.535 344.928,413.938 343.192,413.889' id='Fill-114' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M392.639,398.941 C390.173,399.254 388.366,399.756 387.039,400.056 C385.702,400.376 384.821,400.527 384.228,400.631 C383.041,400.782 383.041,400.782 383.041,400.782 C381.42,401.011 380.179,401.086 379.346,401.101 C378.512,401.143 378.083,401.215 378.072,401.312 C378.062,401.409 378.47,401.533 379.312,401.679 C380.15,401.849 381.437,401.95 383.155,401.862 C383.155,401.862 383.155,401.862 384.398,401.704 C385.01,401.599 385.942,401.437 387.284,401.113 C388.641,400.808 390.389,400.322 392.784,400.019 C395.183,399.679 396.924,399.784 398.284,399.992 C399.63,400.169 400.527,400.336 401.13,400.442 C402.333,400.659 402.333,400.659 402.333,400.659 C405.681,401.135 407.417,400.996 407.416,400.815 C407.42,400.601 405.784,400.353 402.526,399.59 C402.526,399.59 402.526,399.59 401.32,399.372 C400.716,399.267 399.808,399.096 398.422,398.914 C397.062,398.7 395.096,398.586 392.639,398.941' id='Fill-115' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M181.47,383.933 C176.574,384.762 174.13,384.692 172.932,384.535 C172.326,384.501 172.029,384.451 171.882,384.414 C171.734,384.388 171.734,384.388 171.734,384.388 C171.323,384.332 170.938,384.281 170.579,384.232 C170.223,384.166 169.9,384.071 169.595,384.004 C169.29,383.935 169.009,383.869 168.754,383.812 C168.507,383.729 168.284,383.652 168.086,383.586 C167.287,383.322 166.852,383.232 166.805,383.319 C166.759,383.405 167.1,383.671 167.855,384.117 C168.045,384.227 168.257,384.358 168.502,384.479 C168.757,384.581 169.038,384.692 169.344,384.812 C169.653,384.924 169.985,385.065 170.354,385.178 C170.729,385.265 171.131,385.359 171.561,385.46 C171.561,385.46 171.561,385.46 171.719,385.489 C171.876,385.527 172.193,385.58 172.833,385.617 C174.101,385.783 176.707,385.844 181.646,385.004 C186.563,384.137 188.995,383.908 190.22,383.905 C190.832,383.866 191.135,383.888 191.287,383.891 C191.439,383.897 191.439,383.897 191.439,383.897 C194.78,383.83 196.445,384.297 196.511,384.043 C196.564,383.925 194.966,383.051 191.457,382.81 C191.457,382.81 191.457,382.81 191.297,382.806 C191.138,382.802 190.818,382.779 190.185,382.819 C188.916,382.821 186.37,383.067 181.47,383.933' id='Fill-116' fill='%23E2F1EA'%3E%3C/path%3E %3Cpath d='M262.285,423.216 C262.221,415.412 247.445,413.521 235.445,415.774 C223.445,418.027 228.112,432.027 244.445,431.694 C260.779,431.361 262.319,427.361 262.285,423.216' id='Fill-117' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M453.112,372.695 C453.069,364.892 443.165,363.001 435.122,365.254 C427.079,367.507 430.206,381.507 441.154,381.174 C452.103,380.841 453.135,376.841 453.112,372.695' id='Fill-118' fill='%23C8D2D9'%3E%3C/path%3E %3Cpath d='M154.748,296.985 C154.676,289.182 138.097,287.291 124.633,289.544 C111.169,291.797 116.403,305.797 134.73,305.464 C153.058,305.131 154.786,301.131 154.748,296.985' id='Fill-119' fill='%23C8D2D9'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3Cpath d='M104.95,142.96 C105.510003,142.96 105.988331,143.146665 106.385,143.52 C106.781669,143.893335 106.98,144.359997 106.98,144.92 C106.98,145.480003 106.781669,145.946665 106.385,146.32 C105.988331,146.693335 105.510003,146.88 104.95,146.88 L100.26,146.88 L100.26,159.9 C100.26,160.50667 100.050002,161.008331 99.63,161.405 C99.2099979,161.801669 98.6966697,162 98.09,162 C97.4833303,162 96.9933352,161.801669 96.62,161.405 C96.2466648,161.008331 96.06,160.50667 96.06,159.9 L96.06,146.88 L75.48,146.88 C74.9199972,146.88 74.4300021,146.658336 74.01,146.215 C73.5899979,145.771664 73.38,145.270003 73.38,144.71 C73.38,144.149997 73.5433317,143.683335 73.87,143.31 L96.41,113.84 C96.7833352,113.279997 97.3666627,113 98.16,113 C98.7666697,113 99.2683314,113.198331 99.665,113.595 C100.061669,113.991669 100.26,114.49333 100.26,115.1 L100.26,142.96 L104.95,142.96 Z M79.12,142.96 L96.06,142.96 L96.06,120.56 L79.12,142.96 Z M130.71035,162.7 C127.023665,162.7 123.920363,161.603344 121.40035,159.41 C118.880337,157.216656 116.97869,154.218352 115.69535,150.415 C114.41201,146.611648 113.77035,142.306691 113.77035,137.5 C113.77035,132.646642 114.400344,128.330019 115.66035,124.55 C116.920356,120.769981 118.822004,117.783344 121.36535,115.59 C123.908696,113.396656 127.023665,112.3 130.71035,112.3 C134.397035,112.3 137.512004,113.384989 140.05535,115.555 C142.598696,117.725011 144.51201,120.711648 145.79535,124.515 C147.07869,128.318352 147.72035,132.646642 147.72035,137.5 C147.72035,142.306691 147.07869,146.611648 145.79535,150.415 C144.51201,154.218352 142.598696,157.216656 140.05535,159.41 C137.512004,161.603344 134.397035,162.7 130.71035,162.7 Z M130.71035,158.36 C134.723703,158.36 137.815339,156.481685 139.98535,152.725 C142.155361,148.968315 143.24035,143.893365 143.24035,137.5 C143.24035,131.059968 142.155361,125.961685 139.98535,122.205 C137.815339,118.448315 134.723703,116.57 130.71035,116.57 C126.743663,116.57 123.675361,118.448315 121.50535,122.205 C119.335339,125.961685 118.25035,131.059968 118.25035,137.5 C118.25035,143.893365 119.335339,148.968315 121.50535,152.725 C123.675361,156.481685 126.743663,158.36 130.71035,158.36 Z M185.5207,142.96 C186.080703,142.96 186.559031,143.146665 186.9557,143.52 C187.352369,143.893335 187.5507,144.359997 187.5507,144.92 C187.5507,145.480003 187.352369,145.946665 186.9557,146.32 C186.559031,146.693335 186.080703,146.88 185.5207,146.88 L180.8307,146.88 L180.8307,159.9 C180.8307,160.50667 180.620702,161.008331 180.2007,161.405 C179.780698,161.801669 179.26737,162 178.6607,162 C178.05403,162 177.564035,161.801669 177.1907,161.405 C176.817365,161.008331 176.6307,160.50667 176.6307,159.9 L176.6307,146.88 L156.0507,146.88 C155.490697,146.88 155.000702,146.658336 154.5807,146.215 C154.160698,145.771664 153.9507,145.270003 153.9507,144.71 C153.9507,144.149997 154.114032,143.683335 154.4407,143.31 L176.9807,113.84 C177.354035,113.279997 177.937363,113 178.7307,113 C179.33737,113 179.839031,113.198331 180.2357,113.595 C180.632369,113.991669 180.8307,114.49333 180.8307,115.1 L180.8307,142.96 L185.5207,142.96 Z M159.6907,142.96 L176.6307,142.96 L176.6307,120.56 L159.6907,142.96 Z' id='404' fill='%23444F71' fill-rule='nonzero'%3E%3C/path%3E %3Cpath d='M79.664,181.2 C80.5440044,181.2 81.3359965,181.403998 82.04,181.812 C82.7440035,182.220002 83.291998,182.787996 83.684,183.516 C84.076002,184.244004 84.272,185.063995 84.272,185.976 C84.272,186.888005 84.076002,187.719996 83.684,188.472 C83.291998,189.224004 82.7440035,189.815998 82.04,190.248 C81.3359965,190.680002 80.5440044,190.896 79.664,190.896 L74.696,190.896 L74.696,197.28 C74.696,197.488001 74.6280007,197.659999 74.492,197.796 C74.3559993,197.932001 74.184001,198 73.976,198 C73.767999,198 73.5960007,197.932001 73.46,197.796 C73.3239993,197.659999 73.256,197.488001 73.256,197.28 L73.256,181.92 C73.256,181.711999 73.3239993,181.540001 73.46,181.404 C73.5960007,181.267999 73.767999,181.2 73.976,181.2 L79.664,181.2 Z M79.664,189.504 C80.5920046,189.504 81.3439971,189.168003 81.92,188.496 C82.4960029,187.823997 82.784,186.984005 82.784,185.976 C82.784,184.983995 82.4960029,184.176003 81.92,183.552 C81.3439971,182.927997 80.5920046,182.616 79.664,182.616 L74.696,182.616 L74.696,189.504 L79.664,189.504 Z M99.12812,197.04 C99.1601202,197.168001 99.17612,197.264 99.17612,197.328 C99.17612,197.536001 99.1041207,197.703999 98.96012,197.832 C98.8161193,197.960001 98.648121,198.024 98.45612,198.024 C98.2961192,198.024 98.1561206,197.98 98.03612,197.892 C97.9161194,197.804 97.8241203,197.688001 97.76012,197.544 L95.96012,193.152 L88.16012,193.152 L86.38412,197.544 C86.2561194,197.864002 86.0401215,198.024 85.73612,198.024 C85.5121189,198.024 85.3441206,197.968001 85.23212,197.856 C85.1201194,197.743999 85.0561201,197.592001 85.04012,197.4 L85.04012,197.328 C85.04012,197.232 85.0481199,197.16 85.06412,197.112 L91.40012,181.608 C91.5281206,181.287998 91.7681182,181.128 92.12012,181.128 C92.2801208,181.128 92.4201194,181.172 92.54012,181.26 C92.6601206,181.348 92.7521197,181.463999 92.81612,181.608 L99.12812,197.04 Z M88.71212,191.736 L95.38412,191.736 L92.02412,183.528 L88.71212,191.736 Z M114.27224,189.528 C114.480241,189.528 114.652239,189.595999 114.78824,189.732 C114.924241,189.868001 114.99224,190.039999 114.99224,190.248 L114.99224,196.032 C114.99224,196.304001 114.872241,196.519999 114.63224,196.68 C113.912236,197.176002 113.112244,197.559999 112.23224,197.832 C111.352236,198.104001 110.456245,198.24 109.54424,198.24 C107.912232,198.24 106.440247,197.864004 105.12824,197.112 C103.816233,196.359996 102.784244,195.328007 102.03224,194.016 C101.280236,192.703993 100.90424,191.232008 100.90424,189.6 C100.90424,187.967992 101.280236,186.496007 102.03224,185.184 C102.784244,183.871993 103.816233,182.840004 105.12824,182.088 C106.440247,181.335996 107.912232,180.96 109.54424,180.96 C110.392244,180.96 111.212236,181.063999 112.00424,181.272 C112.796244,181.480001 113.504237,181.775998 114.12824,182.16 C114.352241,182.304001 114.46424,182.503999 114.46424,182.76 C114.46424,182.968001 114.396241,183.143999 114.26024,183.288 C114.124239,183.432001 113.968241,183.504 113.79224,183.504 C113.632239,183.504 113.488241,183.464 113.36024,183.384 C112.160234,182.727997 110.888247,182.4 109.54424,182.4 C108.184233,182.4 106.964245,182.711997 105.88424,183.336 C104.804235,183.960003 103.960243,184.819995 103.35224,185.916 C102.744237,187.012005 102.44024,188.239993 102.44024,189.6 C102.44024,190.960007 102.744237,192.187995 103.35224,193.284 C103.960243,194.380005 104.804235,195.239997 105.88424,195.864 C106.964245,196.488003 108.184233,196.8 109.54424,196.8 C110.232243,196.8 110.924237,196.704001 111.62024,196.512 C112.316243,196.319999 112.936237,196.056002 113.48024,195.72 L113.48024,190.968 L109.68824,190.968 C109.480239,190.968 109.304241,190.900001 109.16024,190.764 C109.016239,190.627999 108.94424,190.456001 108.94424,190.248 C108.94424,190.039999 109.016239,189.868001 109.16024,189.732 C109.304241,189.595999 109.480239,189.528 109.68824,189.528 L114.27224,189.528 Z M128.21636,196.584 C128.424361,196.584 128.596359,196.655999 128.73236,196.8 C128.868361,196.944001 128.93636,197.111999 128.93636,197.304 C128.93636,197.512001 128.868361,197.679999 128.73236,197.808 C128.596359,197.936001 128.424361,198 128.21636,198 L119.40836,198 C119.200359,198 119.028361,197.932001 118.89236,197.796 C118.756359,197.659999 118.68836,197.488001 118.68836,197.28 L118.68836,181.92 C118.68836,181.711999 118.756359,181.540001 118.89236,181.404 C119.028361,181.267999 119.200359,181.2 119.40836,181.2 L128.21636,181.2 C128.424361,181.2 128.596359,181.267999 128.73236,181.404 C128.868361,181.540001 128.93636,181.711999 128.93636,181.92 C128.93636,182.128001 128.868361,182.295999 128.73236,182.424 C128.596359,182.552001 128.424361,182.616 128.21636,182.616 L120.20036,182.616 L120.20036,188.64 L127.13636,188.64 C127.344361,188.64 127.516359,188.707999 127.65236,188.844 C127.788361,188.980001 127.85636,189.151999 127.85636,189.36 C127.85636,189.568001 127.788361,189.735999 127.65236,189.864 C127.516359,189.992001 127.344361,190.056 127.13636,190.056 L120.20036,190.056 L120.20036,196.584 L128.21636,196.584 Z M151.1606,181.2 C151.368601,181.2 151.532599,181.263999 151.6526,181.392 C151.772601,181.520001 151.8326,181.679999 151.8326,181.872 L151.8326,197.232 C151.8326,197.472001 151.760601,197.659999 151.6166,197.796 C151.472599,197.932001 151.296601,198 151.0886,198 C150.976599,198 150.868601,197.976 150.7646,197.928 C150.660599,197.88 150.5766,197.824 150.5126,197.76 L140.2166,183.888 L140.2166,197.352 C140.2166,197.528001 140.148601,197.679999 140.0126,197.808 C139.876599,197.936001 139.720601,198 139.5446,198 C139.352599,198 139.192601,197.936001 139.0646,197.808 C138.936599,197.679999 138.8726,197.528001 138.8726,197.352 L138.8726,181.92 C138.8726,181.695999 138.940599,181.520001 139.0766,181.392 C139.212601,181.263999 139.376599,181.2 139.5686,181.2 C139.824601,181.2 140.016599,181.287999 140.1446,181.464 L150.4886,195.408 L150.4886,181.872 C150.4886,181.679999 150.552599,181.520001 150.6806,181.392 C150.808601,181.263999 150.968599,181.2 151.1606,181.2 Z M171.32072,189.6 C171.32072,191.248008 170.976723,192.727993 170.28872,194.04 C169.600717,195.352007 168.648726,196.379996 167.43272,197.124 C166.216714,197.868004 164.832728,198.24 163.28072,198.24 C161.728712,198.24 160.344726,197.868004 159.12872,197.124 C157.912714,196.379996 156.960723,195.352007 156.27272,194.04 C155.584717,192.727993 155.24072,191.248008 155.24072,189.6 C155.24072,187.935992 155.584717,186.448007 156.27272,185.136 C156.960723,183.823993 157.912714,182.800004 159.12872,182.064 C160.344726,181.327996 161.728712,180.96 163.28072,180.96 C164.832728,180.96 166.216714,181.327996 167.43272,182.064 C168.648726,182.800004 169.600717,183.823993 170.28872,185.136 C170.976723,186.448007 171.32072,187.935992 171.32072,189.6 Z M169.78472,189.6 C169.78472,188.207993 169.508723,186.964005 168.95672,185.868 C168.404717,184.771995 167.636725,183.920003 166.65272,183.312 C165.668715,182.703997 164.544726,182.4 163.28072,182.4 C162.016714,182.4 160.892725,182.703997 159.90872,183.312 C158.924715,183.920003 158.156723,184.771995 157.60472,185.868 C157.052717,186.964005 156.77672,188.207993 156.77672,189.6 C156.77672,190.992007 157.052717,192.235995 157.60472,193.332 C158.156723,194.428005 158.924715,195.279997 159.90872,195.888 C160.892725,196.496003 162.016714,196.8 163.28072,196.8 C164.544726,196.8 165.668715,196.496003 166.65272,195.888 C167.636725,195.279997 168.404717,194.428005 168.95672,193.332 C169.508723,192.235995 169.78472,190.992007 169.78472,189.6 Z M184.95284,181.2 C185.160841,181.2 185.332839,181.263999 185.46884,181.392 C185.604841,181.520001 185.67284,181.687999 185.67284,181.896 C185.67284,182.104001 185.604841,182.267999 185.46884,182.388 C185.332839,182.508001 185.160841,182.568 184.95284,182.568 L179.98484,182.568 L179.98484,197.28 C179.98484,197.488001 179.912841,197.659999 179.76884,197.796 C179.624839,197.932001 179.448841,198 179.24084,198 C179.016839,198 178.836841,197.932001 178.70084,197.796 C178.564839,197.659999 178.49684,197.488001 178.49684,197.28 L178.49684,182.568 L173.52884,182.568 C173.320839,182.568 173.148841,182.504001 173.01284,182.376 C172.876839,182.247999 172.80884,182.080001 172.80884,181.872 C172.80884,181.679999 172.876839,181.520001 173.01284,181.392 C173.148841,181.263999 173.320839,181.2 173.52884,181.2 L184.95284,181.2 Z M204.75308,181.2 C204.961081,181.2 205.133079,181.267999 205.26908,181.404 C205.405081,181.540001 205.47308,181.711999 205.47308,181.92 C205.47308,182.112001 205.405081,182.275999 205.26908,182.412 C205.133079,182.548001 204.961081,182.616 204.75308,182.616 L196.76108,182.616 L196.76108,188.64 L203.67308,188.64 C203.881081,188.64 204.053079,188.703999 204.18908,188.832 C204.325081,188.960001 204.39308,189.127999 204.39308,189.336 C204.39308,189.544001 204.325081,189.711999 204.18908,189.84 C204.053079,189.968001 203.881081,190.032 203.67308,190.032 L196.76108,190.032 L196.76108,197.28 C196.76108,197.488001 196.693081,197.659999 196.55708,197.796 C196.421079,197.932001 196.249081,198 196.04108,198 C195.817079,198 195.637081,197.932001 195.50108,197.796 C195.365079,197.659999 195.29708,197.488001 195.29708,197.28 L195.29708,181.92 C195.29708,181.711999 195.365079,181.540001 195.50108,181.404 C195.637081,181.267999 195.809079,181.2 196.01708,181.2 L204.75308,181.2 Z M223.6412,189.6 C223.6412,191.248008 223.297203,192.727993 222.6092,194.04 C221.921197,195.352007 220.969206,196.379996 219.7532,197.124 C218.537194,197.868004 217.153208,198.24 215.6012,198.24 C214.049192,198.24 212.665206,197.868004 211.4492,197.124 C210.233194,196.379996 209.281203,195.352007 208.5932,194.04 C207.905197,192.727993 207.5612,191.248008 207.5612,189.6 C207.5612,187.935992 207.905197,186.448007 208.5932,185.136 C209.281203,183.823993 210.233194,182.800004 211.4492,182.064 C212.665206,181.327996 214.049192,180.96 215.6012,180.96 C217.153208,180.96 218.537194,181.327996 219.7532,182.064 C220.969206,182.800004 221.921197,183.823993 222.6092,185.136 C223.297203,186.448007 223.6412,187.935992 223.6412,189.6 Z M222.1052,189.6 C222.1052,188.207993 221.829203,186.964005 221.2772,185.868 C220.725197,184.771995 219.957205,183.920003 218.9732,183.312 C217.989195,182.703997 216.865206,182.4 215.6012,182.4 C214.337194,182.4 213.213205,182.703997 212.2292,183.312 C211.245195,183.920003 210.477203,184.771995 209.9252,185.868 C209.373197,186.964005 209.0972,188.207993 209.0972,189.6 C209.0972,190.992007 209.373197,192.235995 209.9252,193.332 C210.477203,194.428005 211.245195,195.279997 212.2292,195.888 C213.213205,196.496003 214.337194,196.8 215.6012,196.8 C216.865206,196.8 217.989195,196.496003 218.9732,195.888 C219.957205,195.279997 220.725197,194.428005 221.2772,193.332 C221.829203,192.235995 222.1052,190.992007 222.1052,189.6 Z M238.92932,181.2 C239.137321,181.2 239.309319,181.267999 239.44532,181.404 C239.581321,181.540001 239.64932,181.711999 239.64932,181.92 L239.64932,191.856 C239.64932,193.024006 239.369323,194.095995 238.80932,195.072 C238.249317,196.048005 237.489325,196.815997 236.52932,197.376 C235.569315,197.936003 234.513326,198.216 233.36132,198.216 C232.193314,198.216 231.129325,197.936003 230.16932,197.376 C229.209315,196.815997 228.449323,196.048005 227.88932,195.072 C227.329317,194.095995 227.04932,193.024006 227.04932,191.856 L227.04932,181.92 C227.04932,181.711999 227.117319,181.540001 227.25332,181.404 C227.389321,181.267999 227.577319,181.2 227.81732,181.2 C228.009321,181.2 228.177319,181.267999 228.32132,181.404 C228.465321,181.540001 228.53732,181.711999 228.53732,181.92 L228.53732,191.856 C228.53732,192.752004 228.753318,193.575996 229.18532,194.328 C229.617322,195.080004 230.205316,195.675998 230.94932,196.116 C231.693324,196.556002 232.497316,196.776 233.36132,196.776 C234.241324,196.776 235.053316,196.556002 235.79732,196.116 C236.541324,195.675998 237.133318,195.080004 237.57332,194.328 C238.013322,193.575996 238.23332,192.752004 238.23332,191.856 L238.23332,181.92 C238.23332,181.711999 238.297319,181.540001 238.42532,181.404 C238.553321,181.267999 238.721319,181.2 238.92932,181.2 Z M256.44944,181.2 C256.657441,181.2 256.821439,181.263999 256.94144,181.392 C257.061441,181.520001 257.12144,181.679999 257.12144,181.872 L257.12144,197.232 C257.12144,197.472001 257.049441,197.659999 256.90544,197.796 C256.761439,197.932001 256.585441,198 256.37744,198 C256.265439,198 256.157441,197.976 256.05344,197.928 C255.949439,197.88 255.86544,197.824 255.80144,197.76 L245.50544,183.888 L245.50544,197.352 C245.50544,197.528001 245.437441,197.679999 245.30144,197.808 C245.165439,197.936001 245.009441,198 244.83344,198 C244.641439,198 244.481441,197.936001 244.35344,197.808 C244.225439,197.679999 244.16144,197.528001 244.16144,197.352 L244.16144,181.92 C244.16144,181.695999 244.229439,181.520001 244.36544,181.392 C244.501441,181.263999 244.665439,181.2 244.85744,181.2 C245.113441,181.2 245.305439,181.287999 245.43344,181.464 L255.77744,195.408 L255.77744,181.872 C255.77744,181.679999 255.841439,181.520001 255.96944,181.392 C256.097441,181.263999 256.257439,181.2 256.44944,181.2 Z M268.47356,181.2 C270.009568,181.2 271.301555,181.579996 272.34956,182.34 C273.397565,183.100004 274.181557,184.115994 274.70156,185.388 C275.221563,186.660006 275.48156,188.063992 275.48156,189.6 C275.48156,191.184008 275.221563,192.607994 274.70156,193.872 C274.181557,195.136006 273.397565,196.139996 272.34956,196.884 C271.301555,197.628004 270.009568,198 268.47356,198 L262.35356,198 C262.145559,198 261.973561,197.932001 261.83756,197.796 C261.701559,197.659999 261.63356,197.488001 261.63356,197.28 L261.63356,181.92 C261.63356,181.711999 261.701559,181.540001 261.83756,181.404 C261.973561,181.267999 262.145559,181.2 262.35356,181.2 L268.47356,181.2 Z M268.23356,196.584 C270.15357,196.584 271.585555,195.940006 272.52956,194.652 C273.473565,193.363994 273.94556,191.68001 273.94556,189.6 C273.94556,188.303994 273.745562,187.132005 273.34556,186.084 C272.945558,185.035995 272.317564,184.196003 271.46156,183.564 C270.605556,182.931997 269.529566,182.616 268.23356,182.616 L263.14556,182.616 L263.14556,196.584 L268.23356,196.584 Z' id='PAGENOTFOUND' fill='%23444F71' fill-rule='nonzero'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 200px;
  width: 200px;
  background-size: 100% 100%; }
  @media (min-width: 768px) {
    #page404 .poster {
      height: 400px;
      width: 400px; } }

#page404 .poster-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #page404 .poster-wrapper a.btn {
    margin-top: 50px; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
         -o-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
         -o-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
         -o-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
         -o-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
         -o-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
         -o-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
         -o-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
         -o-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
         -o-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
         -o-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
         -o-transition-delay: 1500ms;
            transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
         -o-transition-delay: 1550ms;
            transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
         -o-transition-delay: 1600ms;
            transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
         -o-transition-delay: 1650ms;
            transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
         -o-transition-delay: 1700ms;
            transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
         -o-transition-delay: 1750ms;
            transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
         -o-transition-delay: 1800ms;
            transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
         -o-transition-delay: 1850ms;
            transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
         -o-transition-delay: 1900ms;
            transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
         -o-transition-delay: 1950ms;
            transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
         -o-transition-delay: 2000ms;
            transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
         -o-transition-delay: 2050ms;
            transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
         -o-transition-delay: 2100ms;
            transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
         -o-transition-delay: 2150ms;
            transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
         -o-transition-delay: 2200ms;
            transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
         -o-transition-delay: 2250ms;
            transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
         -o-transition-delay: 2300ms;
            transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
         -o-transition-delay: 2350ms;
            transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
         -o-transition-delay: 2400ms;
            transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
         -o-transition-delay: 2450ms;
            transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
         -o-transition-delay: 2500ms;
            transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
         -o-transition-delay: 2550ms;
            transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
         -o-transition-delay: 2600ms;
            transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
         -o-transition-delay: 2650ms;
            transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
         -o-transition-delay: 2700ms;
            transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
         -o-transition-delay: 2750ms;
            transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
         -o-transition-delay: 2800ms;
            transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
         -o-transition-delay: 2850ms;
            transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
         -o-transition-delay: 2900ms;
            transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
         -o-transition-delay: 2950ms;
            transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
         -o-transition-delay: 3000ms;
            transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.minimal-light .esg-filterbutton {
  border-radius: 24px !important;
  color: #7b82cc !important;
  border-color: #7b82cc !important; }

.minimal-light .esg-filterbutton.selected {
  color: #141734 !important;
  border-color: #141734 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.minimal-light .esg-navigationbutton {
  color: #7b82cc !important;
  border-color: #7b82cc !important; }

.minimal-light .esg-navigationbutton * {
  color: #7b82cc !important; }

