/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Rebuild a few things */
body {
  background: #fff; }

body, input, textarea {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

pre {
  font: 16px Monaco,monospace;
  line-height: 1.5;
  margin-bottom: 1.5em; }

code {
  font: 16px Monaco,monospace; }

a {
  outline: none; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto; }

body, html {
  height: 100%; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: inherit; }

textarea {
  resize: none; }

button {
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

* {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 579px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 579px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 579px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 579px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1030px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1030px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1030px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1030px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 579px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1030px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 580px) {
    .container {
      width: 580px; } }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 1030px) {
    .container {
      width: 1030px; } }

.standard-container {
  max-width: 810px; }

@media screen and (max-width: 579px) {
  .page-content-container {
    padding: 36px 0 60px; } }

@media screen and (min-width: 580px) and (max-width: 767px) {
  .page-content-container {
    padding: 48px 0 80px; } }

@media screen and (min-width: 768px) {
  .page-content-container {
    padding: 60px 0 120px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  @media screen and (min-width: 480px) {
    .row.top-padding {
      padding-top: 30px; } }
  @media screen and (max-width: 479px) {
    .row.top-padding {
      padding-top: 20px; } }
  @media screen and (min-width: 480px) {
    .row.bottom-padding {
      padding-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .row.bottom-padding {
      padding-bottom: 20px; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 580px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1030px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.alert {
  padding: 14px 20px 11px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 22px; }
  @media screen and (min-width: 580px) {
    .alert {
      border-radius: 6px; } }
  .alert a {
    text-decoration: underline; }
  .alert a:hover {
    text-decoration: none; }

.alert.notice {
  background: #FCF8E3;
  border: 1px solid #FAEBCC;
  color: #916D3B; }
  .alert.notice a:not(.btn) {
    color: #916D3B; }

.alert.info {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #31708F; }
  .alert.info a:not(.btn) {
    color: #31708F; }

.alert.error {
  background: #FFF7F7;
  border: 1px solid #EC888B;
  color: #DA302D; }
  .alert.error a:not(.btn) {
    color: #DA302D; }

.alert.success {
  background: #EAFCE9;
  border: 1px solid #D6E9C6;
  color: #3C763D; }
  .alert.success a:not(.btn) {
    color: #3C763D; }

.go--animation-in-wrapper {
  height: 0;
  position: relative;
  transition: height 0.45s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .go--animation-in-wrapper > div {
    opacity: 0 !important;
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    transform-origin: center 12px; }
  .go--animation-in-wrapper.scale > div {
    transform: scale(0.7); }
  .go--animation-in-wrapper.in > div {
    opacity: 1 !important;
    transform: none !important; }

.go--animation-out-wrapper {
  transition: height 0.4s cubic-bezier(0.19, 0.345, 0.04, 0.98), padding 0.4s ease;
  position: relative;
  overflow: hidden; }
  .go--animation-out-wrapper.height-delay {
    transition: height 0.4s 0.4s cubic-bezier(0.19, 0.345, 0.04, 0.98), padding 0.4s 0.4s ease; }
  .go--animation-out-wrapper > div {
    transition: opacity .4s ease, transform .4s ease !important; }
  .go--animation-out-wrapper.out {
    height: 0 !important;
    padding-top: 0 !important; }
    .go--animation-out-wrapper.out > div {
      opacity: 0 !important; }
    .go--animation-out-wrapper.out.scale > div {
      transform: scale(0.75) !important; }
  .go--animation-out-wrapper .remove-block {
    opacity: 0 !important; }

.btn,
.gform_button {
  border: none;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none !important;
  position: relative;
  background: #f5873b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 4px;
  padding: 17px 42px;
  transition: background .17s ease; }

.btn-primary {
  background: #f5873b;
  color: #fff; }
  .btn-primary:hover {
    background: #f4995a; }

.btn-secondary {
  background: #fff;
  color: #f5873b; }
  .btn-secondary:hover {
    background-color: #eee; }

.btn-outline {
  border: 1px solid #ddd;
  color: #888;
  background: #fff;
  transition: color .17s ease, border-color .17s ease; }
  .btn-outline:hover {
    color: #f5873b;
    border-color: #aaa; }

.btn-block,
.btn-full-width {
  display: block;
  width: 100%; }

.btn[disabled="disabled"] {
  cursor: default;
  background: #ddd;
  color: #fff;
  cursor: default; }
  .btn[disabled="disabled"]:hover, .btn[disabled="disabled"]:active {
    background: #ddd; }

.btn-success,
.btn-success[disabled="disabled"] {
  background: #68B54F;
  color: #fff; }
  .btn-success:hover, .btn-success:active,
  .btn-success[disabled="disabled"]:hover,
  .btn-success[disabled="disabled"]:active {
    background: #68B54F; }

.btn-sm {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 30px; }

.btn-sm.btn-pill {
  border-radius: 20px; }

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 15px 30px; }
  .btn-sm {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 30px; } }

.form .gform_fields {
  margin: 0; }

.form li {
  list-style: none;
  margin: 0;
  padding: 0; }

.form label {
  display: block;
  font-weight: 600;
  color: #364751;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px; }

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="number"],
.form textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  font-size: 20px;
  line-height: 26px;
  padding: 0 20px;
  height: 58px;
  width: 100%;
  outline: none;
  transition: border-color .15s ease; }
  .form input[type="text"]:focus,
  .form input[type="email"]:focus,
  .form input[type="password"]:focus,
  .form input[type="tel"]:focus,
  .form input[type="number"]:focus,
  .form textarea:focus {
    border-color: #aaa; }

.form .form-row,
.form li.gfield {
  margin-bottom: 30px; }

.form .form-actions {
  margin-bottom: 15px; }

.form .field-help,
.form .field-error {
  font-size: 12px;
  line-height: 16px;
  color: #828282;
  display: block;
  padding: 4px 0 0; }

.form .field-error {
  font-size: 14px;
  line-height: 18px; }

.form .field-error,
.form .form-row.form-errors {
  color: #D63E35; }

.form .form-disclaimer {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #BFBFBF; }

.form .form-row--card-icons {
  text-align: center;
  margin-bottom: 12px; }
  .form .form-row--card-icons .credit-card-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px; }

.form .form-row--address .input-row {
  margin-bottom: 12px; }

.form .form-row--address .input-row > label {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px;
  font-weight: 400; }

.form .form-row--address .input--state,
.form .form-row--address .input--zip {
  border-left: 1px solid #E3E3E3; }

.form .form-row--address .input--city {
  width: 240px; }

.form .form-row--address .input--state {
  width: 190px; }

.form .form-row--address .input--zip {
  width: 210px; }

.form .btn .icon-lock {
  width: 18px;
  height: 18px;
  top: -2px;
  margin-right: 1px;
  margin-left: -4px; }

@media (min-width: 500px) {
  .form .ginput_left,
  .form .ginput_right {
    width: 50%;
    float: left; }
  .form .ginput_left {
    clear: both;
    padding-right: 15px; }
  .form .ginput_right {
    padding-left: 15px; } }

.form .ginput_complex:before, .form .ginput_complex:after {
  content: " ";
  display: table; }

.form .ginput_complex:after {
  clear: both; }

.form .ginput_complex label {
  font-size: 16px;
  font-weight: normal; }

.form .gfield_description.validation_message {
  color: #D63E35; }

.form .validation_error {
  font-weight: 600;
  color: #D63E35;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px; }

.form select {
  display: block;
  font-size: 20px;
  font-family: inherit;
  font-weight: 400;
  color: #364751;
  line-height: 26px;
  padding: 15px 45px 15px 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23364751%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 12px auto, 100%;
  outline: none; }

.form select::-ms-expand {
  display: none; }

.form select:hover {
  border-color: #aaa; }

.form select:focus {
  border-color: #aaa;
  outline: none; }

.form select option {
  font-weight: normal; }

.form .gform_footer {
  padding-top: 30px; }
  .form .gform_footer .gform_ajax_spinner {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    position: relative;
    top: 20px; }

.form--all-required .gfield_required {
  display: none; }

label.checkbox,
label.radio,
.gfield_custom_radio,
.gfield_custom_checkbox {
  font-weight: 200;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  label.checkbox .control-indicator,
  label.radio .control-indicator,
  .gfield_custom_radio .control-indicator,
  .gfield_custom_checkbox .control-indicator {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #E3E3E3;
    transition: border-color .15s, background .175s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px; }
  label.checkbox input[type="radio"],
  label.checkbox input[type="checkbox"],
  label.radio input[type="radio"],
  label.radio input[type="checkbox"],
  .gfield_custom_radio input[type="radio"],
  .gfield_custom_radio input[type="checkbox"],
  .gfield_custom_checkbox input[type="radio"],
  .gfield_custom_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  label.checkbox label,
  label.radio label,
  .gfield_custom_radio label,
  .gfield_custom_checkbox label {
    cursor: pointer;
    font-weight: 200;
    margin: 0 0 8px; }
  label.checkbox.inline,
  label.radio.inline,
  .gfield_custom_radio.inline,
  .gfield_custom_checkbox.inline {
    display: inline-block;
    vertical-align: top; }
    label.checkbox.inline + label.checkbox.inline,
    label.radio.inline + label.checkbox.inline,
    .gfield_custom_radio.inline + label.checkbox.inline,
    .gfield_custom_checkbox.inline + label.checkbox.inline, label.checkbox.inline +
    label.radio.inline,
    label.radio.inline +
    label.radio.inline,
    .gfield_custom_radio.inline +
    label.radio.inline,
    .gfield_custom_checkbox.inline +
    label.radio.inline, label.checkbox.inline +
    .gfield_custom_radio.inline,
    label.radio.inline +
    .gfield_custom_radio.inline,
    .gfield_custom_radio.inline +
    .gfield_custom_radio.inline,
    .gfield_custom_checkbox.inline +
    .gfield_custom_radio.inline, label.checkbox.inline +
    .gfield_custom_checkbox.inline,
    label.radio.inline +
    .gfield_custom_checkbox.inline,
    .gfield_custom_radio.inline +
    .gfield_custom_checkbox.inline,
    .gfield_custom_checkbox.inline +
    .gfield_custom_checkbox.inline {
      margin-left: 20px; }
    label.checkbox.inline label,
    label.radio.inline label,
    .gfield_custom_radio.inline label,
    .gfield_custom_checkbox.inline label {
      margin: 0; }
  html.no-touch label.checkbox:hover .control-indicator, html.no-touch
  label.radio:hover .control-indicator, html.no-touch
  .gfield_custom_radio:hover .control-indicator, html.no-touch
  .gfield_custom_checkbox:hover .control-indicator {
    border-color: #aaa; }

label.checkbox .control-indicator,
.gfield_custom_checkbox .control-indicator {
  border-radius: 3px; }

label.checkbox input:checked ~ .control-indicator,
.gfield_custom_checkbox input:checked ~ .control-indicator {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23F58539%3B%7D%3C/style%3E%3Cpath%20id%3D%22XMLID_29_%22%20class%3D%22st0%22%20d%3D%22M7%2013.7c-.1.2-.4.3-.6.3-.2%200-.5-.1-.6-.3l-4.5-4c-.4-.3-.4-.9%200-1.2.4-.3.9-.3%201.2.1l3.9%203.2%207.2-9.5c.3-.4.8-.4%201.2-.2.2.3.3.9%200%201.2l-7.8%2010.4z%22/%3E%3C/svg%3E"); }

label.radio,
.gfield_custom_radio {
  padding-left: 30px; }
  label.radio .control-indicator,
  .gfield_custom_radio .control-indicator {
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    background: #fff; }
  label.radio input:checked ~ .control-indicator,
  .gfield_custom_radio input:checked ~ .control-indicator {
    background: #f5873b;
    box-shadow: inset 0 0 0 3px #fff; }

.select {
  position: relative;
  display: inline-block; }
  .select select {
    display: inline-block;
    width: 100%;
    margin: 0;
    height: 58px;
    padding: 15px 40px 15px 20px;
    line-height: 20px;
    color: #364751;
    background: #fff;
    border: 1px solid #E3E3E3;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: inherit; }
  .select select:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .select:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    margin-top: -2px;
    pointer-events: none;
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent; }
  .select .select select::-ms-expand {
    display: none; }
  .select select:focus {
    border-color: #888; }

@-moz-document url-prefix() {
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem; }
  .select option {
    background-color: #fff; } }
  @media screen and (min-width: 0\0) {
    .select .select select {
      z-index: 1;
      padding: .5rem 1.5rem .5rem 1rem; }
    .select:after {
      z-index: 5; }
    .select:before {
      position: absolute;
      top: 0;
      right: 1rem;
      bottom: 0;
      z-index: 2;
      content: "";
      display: block;
      width: 1.5rem;
      background-color: #eee; }
    .select select:hover,
    .select select:focus,
    .select select:active {
      color: #555;
      background-color: #eee; } }

.search-form input[type="text"] {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #364751;
  font-weight: 200;
  padding: 16px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  outline: none;
  transition: border-color .2s ease; }
  .search-form input[type="text"]:focus {
    border-color: #aaa; }

.form--donate {
  color: #364751;
  max-width: 380px;
  margin: 0 auto; }
  .form--donate .gfield_required {
    display: none; }
  .form--donate .gform_card_icon_container {
    position: absolute;
    z-index: 25;
    top: 10px;
    right: 10px; }
    .form--donate .gform_card_icon_container .gform_card_icon {
      overflow: hidden;
      text-indent: -9999px; }
    .form--donate .gform_card_icon_container .gform_card_icon,
    .form--donate .gform_card_icon_container .gform_card_icon_inactive {
      display: none; }
    .form--donate .gform_card_icon_container .gform_card_icon_selected {
      display: block; }
    .form--donate .gform_card_icon_container + input[type="text"] {
      padding-right: 42px; }
  .form--donate .field--amount-choices .gfield_custom_radio {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px; }
    .form--donate .field--amount-choices .gfield_custom_radio label {
      font-weight: 600; }
    .form--donate .field--amount-choices .gfield_custom_radio:first-child {
      margin-left: 0; }
  .form--donate .field--recurring-checkbox .gfield_label {
    display: none; }
  .form--donate .field--card-inputs input[type="text"] {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px; }
  .form--donate .field--card-inputs .ginput_card_security_code_icon {
    display: none; }
  .form--donate .field--card-inputs .ginput_cardextras > span {
    display: inline-block;
    vertical-align: top; }
  .form--donate .field--card-inputs .ginput_cardextras .ginput_cardinfo_left {
    width: 150px; }
  .form--donate .field--card-inputs .ginput_cardextras .ginput_cardinfo_right {
    margin-left: 15px;
    width: 100px; }
  .form--donate .gfield_creditcard_warning_message {
    padding: 8px 15px;
    margin-bottom: 18px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    background: #FCF8E3;
    border: 1px solid #FAEBCC;
    color: #916D3B; }
  .form--donate .ginput_complex .ginput_full {
    display: block;
    position: relative;
    margin-bottom: 12px; }
  .form--donate .ginput_complex input[type="text"] {
    position: relative;
    z-index: 20; }
  .form--donate .ginput_complex label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #828282;
    display: block;
    margin: 0 0 4px; }
  .form--donate .gform_footer .gform_button {
    display: block;
    width: 100%;
    margin: 0; }

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }

.credit-card-icon,
.gform_card_icon {
  display: block;
  width: 32px;
  height: 22px;
  background: url("../../images/credit-card-icons.png");
  background-size: 224px 22px;
  position: relative; }
  .credit-card-icon.visa, .credit-card-icon.gform_card_icon_visa,
  .gform_card_icon.visa,
  .gform_card_icon.gform_card_icon_visa {
    background-position: -100% 0; }
  .credit-card-icon.mastercard, .credit-card-icon.gform_card_icon_mastercard,
  .gform_card_icon.mastercard,
  .gform_card_icon.gform_card_icon_mastercard {
    background-position: -200% 0; }
  .credit-card-icon.discover, .credit-card-icon.gform_card_icon_discover,
  .gform_card_icon.discover,
  .gform_card_icon.gform_card_icon_discover {
    background-position: -300% 0; }
  .credit-card-icon.diners-club,
  .gform_card_icon.diners-club {
    background-position: -400% 0; }
  .credit-card-icon.american-express, .credit-card-icon.amex, .credit-card-icon.gform_card_icon_amex,
  .gform_card_icon.american-express,
  .gform_card_icon.amex,
  .gform_card_icon.gform_card_icon_amex {
    background-position: -500% 0; }
  .credit-card-icon.paypal,
  .gform_card_icon.paypal {
    background-position: -600% 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
    .credit-card-icon,
    .gform_card_icon {
      background-image: url("../../images/credit-card-icons@2x.png"); } }

body {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  font-family: "freight-sans-pro", "Helvetica", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%; }

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

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

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

strong, .bold {
  font-weight: 600; }

.color-dark-gray {
  color: #393E40; }

.color-dark-blue {
  color: #364751; }

.color-orange {
  color: #f5873b; }

a {
  text-decoration: none;
  color: #f5873b; }

a.hover-underline-link,
.hover-underline-links a {
  text-decoration: none; }
  a.hover-underline-link:hover,
  .hover-underline-links a:hover {
    text-decoration: underline; }

hr {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: 1px;
  border: none;
  background: #E3E3E3; }
  hr.short {
    width: 60px; }

.section-title {
  margin-bottom: 7.5%; }
  .section-title .h1, .section-title .h2, .section-title .h3 {
    margin-bottom: 18px; }
  .section-title .lead {
    font-weight: 400; }
  .section-title .lead + .lead,
  .section-title .lead p + p {
    margin-top: 12px; }
  .section-title .lead a:hover {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .section-title .lead {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (max-width: 767px) {
    .section-title .lead {
      font-size: 18px;
      line-height: 26px; } }

.h1,
.body-copy h1:not(.h1):not(.h2):not(.h3):not(.h4) {
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  color: #364751;
  margin: 0 auto 18px; }
  @media screen and (max-width: 767px) {
    .h1,
    .body-copy h1:not(.h1):not(.h2):not(.h3):not(.h4) {
      font-size: 42px;
      line-height: 48px; } }
  @media screen and (max-width: 579px) {
    .h1,
    .body-copy h1:not(.h1):not(.h2):not(.h3):not(.h4) {
      font-size: 36px;
      line-height: 40px; } }

.h2,
.body-copy h2:not(.h1):not(.h2):not(.h3):not(.h4) {
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
  margin: 0 auto 24px;
  color: #364751; }

.h3,
.body-copy h3:not(.h1):not(.h2):not(.h3):not(.h4) {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  margin: 0 auto 24px;
  color: #364751; }
  .h3.bold,
  .body-copy h3:not(.h1):not(.h2):not(.h3):not(.h4).bold {
    font-weight: 700; }

.h4,
.body-copy h4:not(.h1):not(.h2):not(.h3):not(.h4) {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #364751;
  margin: 0 0 8px; }
  @media screen and (max-width: 579px) {
    .h4,
    .body-copy h4:not(.h1):not(.h2):not(.h3):not(.h4) {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 6px; } }

.body-copy {
  font-size: 18px;
  line-height: 28px;
  color: #828282; }
  .body-copy .h4 {
    margin-bottom: 12px; }
  .body-copy p, .body-copy ul, .body-copy ol {
    margin-bottom: 24px; }
  .body-copy strong {
    color: #444; }
  .body-copy a:not(.btn) {
    color: #364751;
    text-decoration: underline; }
    .body-copy a:not(.btn):hover {
      text-decoration: none; }
  .body-copy ul, .body-copy ol {
    margin-left: 42px; }
    .body-copy ul li + li, .body-copy ol li + li {
      margin-top: 12px; }
  .body-copy ul {
    list-style: disc outside; }
  .body-copy ol {
    list-style: decimal outside; }
  .body-copy hr {
    margin: 42px auto; }
  .body-copy .human-bios,
  .body-copy .avatar-bios {
    margin-top: 42px; }

.menu-404,
.body-copy .menu-404 {
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  .menu-404 ul, .menu-404 li,
  .body-copy .menu-404 ul,
  .body-copy .menu-404 li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .menu-404 a,
  .body-copy .menu-404 a {
    color: #364751;
    text-decoration: none;
    display: block; }
  .menu-404 a:hover,
  .body-copy .menu-404 a:hover {
    text-decoration: underline; }
  .menu-404 > ul > li > a,
  .body-copy .menu-404 > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .menu-404 > ul > li,
  .body-copy .menu-404 > ul > li {
    position: relative; }
    .menu-404 > ul > li:after,
    .body-copy .menu-404 > ul > li:after {
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 80%); }
  .menu-404 > ul > li > a,
  .body-copy .menu-404 > ul > li > a {
    padding: 10px 15px; }
  .menu-404 > ul > li > ul,
  .body-copy .menu-404 > ul > li > ul {
    font-size: 14px; }
  .menu-404 > ul > li > ul a,
  .body-copy .menu-404 > ul > li > ul a {
    padding: 2px 15px;
    color: #828282; }
  .menu-404 > ul > li > ul li:first-child a,
  .body-copy .menu-404 > ul > li > ul li:first-child a {
    padding-top: 0; }
  .menu-404 > ul > li > ul li:last-child,
  .body-copy .menu-404 > ul > li > ul li:last-child {
    padding-bottom: 8px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear {
  clear: both; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.rel {
  position: relative; }

body.sf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  body.sf .site-header,
  body.sf .site-footer {
    -ms-flex: none;
        flex: none; }
  body.sf .site-body {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    padding: 0;
    width: 100%; }
    body.sf .site-body:after {
      content: '\00a0';
      display: block;
      margin-top: 0;
      height: 0;
      visibility: hidden; }

.page-section .text-pad {
  padding: 10% 0; }

.page-section.bg-orange {
  background: #f5873b; }

.three-buckets {
  text-align: center; }
  .three-buckets .icon {
    display: block;
    width: 75px;
    height: 75px;
    fill: #f5873b;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .three-buckets .bucket {
      width: 25%;
      float: left; }
    .three-buckets .icon {
      margin-bottom: 40px; }
    .three-buckets .bucket + .bucket {
      margin-left: 12.5%; } }
  @media screen and (max-width: 767px) {
    .three-buckets .bucket {
      margin-bottom: 50px; }
    .three-buckets .icon {
      width: 40px;
      height: 40px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    .three-buckets .icon {
      width: 60px;
      height: 60px; } }

.page-body {
  padding: 60px 0 100px; }
  @media screen and (max-width: 767px) {
    .page-body {
      padding-top: 8%; } }

.page-body--no-hero {
  padding: 30px 0 100px; }

.sidebar-menu {
  font-size: 20px;
  line-height: 26px;
  margin-top: -5px; }
  .sidebar-menu li {
    margin-bottom: 10px; }
  .sidebar-menu a {
    display: inline-block;
    padding: 8px 0;
    color: #f5873b;
    transition: opacity .17s ease; }
    .sidebar-menu a:hover {
      opacity: 0.6; }
  .sidebar-menu .current-menu-item a {
    color: #364751; }
    .sidebar-menu .current-menu-item a:after {
      display: inline-block;
      content: "";
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 4px solid #364751;
      margin-left: 8px;
      position: relative;
      top: -2px; }

.site-header {
  position: relative;
  z-index: 1000; }
  .site-header .container {
    position: relative; }
  .site-header .logo {
    float: left; }
    .site-header .logo a {
      display: block;
      transition: opacity .2s ease; }
  html.no-touch .site-header .logo a:hover {
    opacity: .8; }
  @media screen and (min-width: 1030px) {
    .site-header .container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .site-header .logo {
      width: 210px; }
    .site-header .logo img {
      width: 210px;
      height: 88px; } }
  @media screen and (min-width: 768px) and (max-width: 1029px) {
    .site-header .container {
      padding-top: 20px;
      padding-bottom: 2px; }
    .site-header .logo {
      width: 170px; } }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    .site-header .container {
      padding-top: 15px; }
    .site-header .logo {
      width: 160px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .site-header {
      overflow: visible;
      min-height: 70px;
      background: #FFF; }
      .site-header .container {
        padding-top: 10px; }
      .site-header .logo {
        position: relative;
        width: 130px;
        margin-bottom: 10px; }
      .site-header .logo__logomark {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 78px; }
      .site-header .logo__wordmark {
        display: block;
        width: 100px;
        height: auto;
        margin-left: 56px;
        position: relative;
        top: 8px; } }

.site-header__menu a {
  color: #364751; }

.site-header__menu > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.site-header__menu > ul > .current-menu-item > a,
.site-header__menu > ul > .current-menu-parent > a,
.site-header__menu > ul > .current_page_parent > a,
.site-header__menu > ul > .current-page-ancestor > a,
.site-header__menu > ul > li > ul > .current-menu-item > a {
  color: #f5873b; }

.site-header__menu .caret {
  display: none;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #aaa;
  border-bottom: 4px solid transparent;
  margin-left: 3px; }

.site-header__menu li.menu-item-has-children > a > .caret {
  display: inline-block; }

@media screen and (min-width: 1030px) {
  .site-header__menu {
    float: right;
    text-align: right;
    clear: right; }
    .site-header__menu > ul > li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .site-header__menu > ul > li + li {
        margin-left: 12px; }
    .site-header__menu > ul > li > a {
      display: inline-block;
      padding: 10px 12px;
      transition: opacity .17s ease; }
      .site-header__menu > ul > li > a:hover {
        opacity: 0.7; }
    .site-header__menu li.menu-item-about .caret, .site-header__menu li.menu-item-about ul {
      display: none !important; } }

@media screen and (min-width: 768px) {
  .site-header__menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: -5px;
    background: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 0;
    min-width: 110%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: .3s ease, visibility 0s .3s; }
    .site-header__menu > ul > li > ul > li > a {
      display: block;
      padding: 8px 15px;
      white-space: nowrap; }
      .site-header__menu > ul > li > ul > li > a:hover {
        background: #f5f5f5; }
  .site-header__menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .3s ease, visibility 0s; }
  .site-header__menu > ul > li.no-dropdown > ul {
    display: none; }
  .site-header__menu li.button-item > a {
    display: inline-block;
    color: #fff;
    background: #f5873b;
    border-radius: 3px; } }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .site-header__menu {
    clear: both;
    width: 100%;
    margin-bottom: 10px; }
    .site-header__menu > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
    .site-header__menu > ul > li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .site-header__menu > ul > li:first-child > a {
        padding-left: 0;
        padding-right: 20px; }
      .site-header__menu > ul > li:last-child {
        -ms-flex-item-align: end;
            align-self: flex-end; }
    .site-header__menu > ul > li > a {
      display: block;
      padding: 6px 12px;
      text-align: center;
      white-space: nowrap; } }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .site-header__menu {
    padding-top: 12px; } }

@media screen and (max-width: 767px) {
  .site-header__menu {
    clear: both;
    width: 100%;
    display: none; }
    .site-header__menu a {
      display: block;
      text-align: center; }
    .site-header__menu li.menu-item-has-children > a > .caret {
      display: none; }
    .site-header__menu > ul > li {
      position: relative; }
      .site-header__menu > ul > li:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 80%); }
    .site-header__menu > ul > li > a {
      padding: 10px 15px; }
    .site-header__menu > ul > li > ul {
      font-size: 14px; }
    .site-header__menu > ul > li > ul a {
      padding: 2px 15px;
      color: #828282; }
    .site-header__menu > ul > li > ul li:first-child a {
      padding-top: 0; }
    .site-header__menu > ul > li > ul li:last-child {
      padding-bottom: 8px; } }

.site-header__social {
  margin: 8px 0 18px;
  float: right;
  text-align: right; }
  @media screen and (min-width: 768px) and (max-width: 1029px) {
    .site-header__social {
      margin: 18px 0 10px; } }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    .site-header__social {
      margin: 16px 0 0; } }

.site-header__menu-toggle {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 7px;
  position: absolute;
  top: 16px;
  right: 15px; }
  .site-header__menu-toggle .icon {
    width: 16px;
    height: 16px;
    fill: #bbb;
    top: -1px; }
  .site-header__menu-toggle .label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-left: 3px;
    top: -1px; }

.site-header__donate-button {
  position: absolute;
  top: 16px;
  right: 100px; }
  .site-header__donate-button .btn {
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0; }

.header-event-callout {
  display: block;
  position: absolute;
  top: 38px;
  right: 162px;
  text-align: center;
  padding: 4px 10px; }
  .header-event-callout .l1,
  .header-event-callout .l2 {
    display: block;
    font-size: 13px;
    line-height: 16px; }
  .header-event-callout .l1 {
    color: #364751;
    font-weight: 600; }
  .header-event-callout .l2 {
    color: #828282; }

.tournament-header-banner {
  background: #364751;
  text-align: center;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 18px; }
  .tournament-header-banner a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap; }
  .tournament-header-banner a:hover {
    text-decoration: none; }

.site-footer {
  background: #2c3a42;
  color: #fff; }
  .site-footer .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  .site-footer .h4 {
    color: #fff;
    white-space: nowrap; }
  .site-footer a {
    transition: color .15s ease; }
  @media screen and (max-width: 579px) {
    .site-footer .container {
      padding-top: 8%;
      padding-bottom: 8%; } }

.site-footer__buckets {
  margin-bottom: 30px; }
  .site-footer__buckets a {
    color: #a1c2d3; }
  .site-footer__buckets a:hover {
    color: #fff; }
  .site-footer__buckets .address {
    line-height: 22px;
    margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .site-footer__buckets li + li {
      margin-top: 2px; } }
  @media screen and (max-width: 767px) {
    .site-footer__buckets li {
      display: inline-block;
      vertical-align: top;
      line-height: 15px;
      margin-right: 12px;
      padding-right: 16px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .site-footer__buckets li:last-child {
      margin-right: 0;
      padding-left: 0;
      border-right: none; }
    .site-footer__buckets div + div {
      margin-top: 30px; } }

@media screen and (min-width: 768px) {
  html.flexbox .site-footer__buckets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    html.flexbox .site-footer__buckets > div {
      width: auto; }
    html.flexbox .site-footer__buckets > div {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    html.flexbox .site-footer__buckets > div:last-child {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; } }

.site-footer__credits {
  padding-top: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #647781; }
  .site-footer__credits a {
    color: #647781; }
  .site-footer__credits a:hover {
    color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 481px) {
    .site-footer__credits li {
      display: inline-block;
      vertical-align: top; }
    .site-footer__credits li + li {
      border-left: 1px solid #647781;
      margin-left: 12px;
      padding-left: 16px; } }
  @media screen and (max-width: 480px) {
    .site-footer__credits li {
      display: block; }
    .site-footer__credits li + li {
      margin-top: 8px; }
    .site-footer__credits li:last-child {
      margin-top: 20px; } }

.site-footer__subscribe {
  max-width: 380px;
  margin: 0 auto; }
  .site-footer__subscribe .h4 {
    text-align: center;
    margin-bottom: 10px; }
  .site-footer__subscribe .input-container {
    position: relative; }
  .site-footer__subscribe input[type="email"] {
    height: 58px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 20px;
    color: #364751;
    font-size: 18px;
    display: block;
    width: 100%;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none; }
  .site-footer__subscribe .text-field {
    margin-right: 150px; }
  .site-footer__subscribe .btn-submit {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  @media screen and (max-width: 767px) {
    .site-footer__subscribe input[type="email"] {
      height: 54px; } }
  .site-footer__subscribe .form-errors,
  .site-footer__subscribe .form-success {
    text-align: center;
    padding-top: 8px; }

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 60px;
  border: none;
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #f5873b; }

.flickity-prev-next-button .arrow {
  fill: #f5873b; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../../images/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.annual-reports > div {
  margin-bottom: 30px; }

.annual-reports .h4 {
  margin-bottom: 6px; }

@media screen and (max-width: 480px) {
  .annual-reports > div {
    width: 100%;
    margin: 0 15px 30px;
    padding: 0; } }

.human-bio:before, .human-bio:after {
  content: " ";
  display: table; }

.human-bio:after {
  clear: both; }

.human-bio + .human-bio {
  margin-top: 24px; }

.human-bio__avatar {
  width: 120px;
  height: 120px; }
  .human-bio__avatar img {
    display: block;
    border-radius: 50%; }

.human-bio__text-wrap .human-bio__name, .human-bio__text-wrap .social-circles {
  display: inline-block;
  vertical-align: top; }

.human-bio__text-wrap .human-bio__name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
  color: #828282; }

.human-bio__text-wrap .h4 {
  margin-right: 3px; }

.human-bio__text-wrap .social-circles {
  margin: 4px 0 0 4px; }

@media screen and (min-width: 580px) {
  .human-bio__avatar {
    float: left; }
  .human-bio__text-wrap {
    margin-left: 144px;
    padding-top: 6px; } }

@media screen and (max-width: 579px) {
  .human-bio {
    width: 100%; }
  .human-bio__avatar {
    width: 60px;
    height: 60px;
    float: left; }
  .human-bio__text-wrap {
    padding-top: 4px;
    margin-left: 76px; }
    .human-bio__text-wrap .h4 {
      display: block;
      margin-bottom: 0; } }

.avatar-bio {
  text-align: center;
  display: block;
  float: left; }

.avatar-bio__avatar {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 12px; }
  .avatar-bio__avatar img {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%; }
  .avatar-bio__avatar:hover .avatar-bio__overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0s; }
  .avatar-bio__avatar:hover .social-circles {
    opacity: 1;
    transform: scale(1); }

.avatar-bio__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(245, 135, 59, 0.7);
  border-radius: 50%;
  text-align: center;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0s 0.2s; }
  .avatar-bio__overlay .social-circles {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -16px;
    opacity: 0;
    transform: scale(2);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.155, 0.58, 0.03, 1.3); }

.avatar-bio__text-wrap .h4 {
  font-size: 18px;
  line-height: 24px;
  color: #364751;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .avatar-bio {
    width: 18%;
    margin: 0 0 30px 9.333333333%; }
    .avatar-bio:nth-child(4n+1) {
      clear: both;
      margin-left: 0; } }

@media screen and (min-width: 580px) and (max-width: 767px) {
  .avatar-bio {
    width: 28%;
    margin: 0 2.66666666% 40px; }
  .avatar-bio:nth-child(3n+1) {
    clear: both; } }

@media screen and (max-width: 579px) {
  .avatar-bios {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .avatar-bio {
    width: 40%;
    margin: 0 5% 40px; }
  .avatar-bio:nth-child(2n+1) {
    clear: both; } }

.blog-post-panel {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  .blog-post-panel {
    width: 22%;
    height: 0;
    padding-top: 17%;
    float: left; }
    .blog-post-panel:nth-child(1) {
      width: 56%;
      padding-top: 34%; }
      .blog-post-panel:nth-child(1) .h4 {
        font-size: 28px;
        line-height: 36px; } }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .blog-post-panel {
    width: 25%;
    padding-top: 23%; }
    .blog-post-panel:nth-child(1) {
      width: 50%;
      padding-top: 46%; } }

@media screen and (min-width: 580px) and (max-width: 767px) {
  .blog-post-panel {
    width: 50%;
    padding-top: 30%;
    height: 0;
    float: left; }
    .blog-post-panel:nth-child(1) {
      width: 100%;
      padding-top: 50%; } }

@media screen and (max-width: 579px) {
  .blog-post-panel {
    width: 100%;
    padding-top: 50%;
    height: 0; } }

.blog-post-panel__inner,
.blog-post-panel__permalink {
  display: block;
  position: absolute; }

.blog-post-panel__inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 0 0 2px #fff; }

.blog-post-panel__permalink {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  transition: background .3s ease;
  z-index: 25; }

html.no-touch .blog-post-panel__permalink:hover {
  background: rgba(245, 135, 59, 0.8); }

html.no-touch .blog-post-panel__text-wrap {
  opacity: 0;
  transition: opacity .2s; }

html.no-touch .blog-post-panel__permalink:hover .blog-post-panel__text-wrap {
  opacity: 1; }

html.touch .blog-post-panel__permalink {
  background: linear-gradient(0 deg, #25333c 0%, rgba(37, 51, 60, 0) 100%); }

.blog-post-panel__text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px; }

.blog-post-panel__post-title {
  color: #fff;
  display: block; }
  .blog-post-panel__post-title.h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 3px; }

.blog-post-panel__post-date {
  color: #fff;
  opacity: .7;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.giving-box {
  width: 30%;
  display: block;
  float: left;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #364751;
  overflow: hidden; }
  .giving-box .icon {
    display: block;
    margin: 0 auto 15px;
    fill: #f5873b;
    width: 60px;
    height: 60px; }
  @media screen and (min-width: 768px) {
    .giving-box {
      width: 30%;
      margin: 0 0 5% 5%; }
      .giving-box:nth-child(3n+1) {
        clear: both;
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .giving-box {
      font-size: 16px;
      line-height: 22px; }
      .giving-box .btn {
        font-size: 14px;
        padding: 10px 20px; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .giving-box {
      width: 48%;
      margin: 0 0 4% 4%; }
      .giving-box:nth-child(2n+1) {
        clear: both;
        margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .giving-box {
      width: 100%;
      margin: 0 0 20px; } }

.giving-box__outer {
  width: 100%;
  height: 0;
  padding-top: 90%;
  position: relative;
  perspective: 1000px; }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    .giving-box__outer {
      padding-top: 60%; } }
  @media screen and (min-width: 481px) and (max-width: 579px) {
    .giving-box__outer {
      padding-top: 90%; } }
  @media screen and (max-width: 480px) {
    .giving-box__outer {
      padding-top: 40%; } }

.giving-box__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  color: #364751; }
  .giving-box__inner > div {
    width: 100%; }

.giving-box__front {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .giving-box__front > div {
    transition: transform 0.5s cubic-bezier(0.105, 0.42, 0.12, 0.98); }
  .giving-box__front:hover > div {
    transform: scale(1.2); }

html.flexbox .giving-box__inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.giving-box__front,
.giving-box__back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.31, 0.095, 0.07, 1.02), opacity 0.5s ease; }

.giving-box__back {
  transform: translateY(50%) rotateX(-80deg);
  opacity: 0; }

.giving-box__name {
  display: block;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .giving-box__name {
      line-height: 20px; } }

.giving-box.show-back .giving-box__front {
  transform: translateY(-100%) rotateX(-80deg);
  opacity: 0; }

.giving-box.show-back .giving-box__back {
  transform: translateY(0);
  opacity: 1; }

.giving-box__back p + p {
  margin-top: 15px; }

.giving-box__back a:hover {
  text-decoration: underline; }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .giving-box__back {
    font-size: 15px;
    line-height: 20px; } }

@media screen and (min-width: 580px) and (max-width: 767px) {
  .giving-box__back {
    font-size: 15px;
    line-height: 20px; } }

.hero {
  background-size: cover;
  background-color: #364751;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff; }
  .hero .h1,
  .hero .h2,
  .hero .h3 {
    color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1029px) {
    .hero .h3 {
      font-size: 28px;
      line-height: 38px; } }
  @media screen and (max-width: 767px) {
    .hero .h3 {
      font-size: 24px;
      line-height: 32px; } }
  @media screen and (min-width: 580px) {
    .hero .pad {
      padding: 12% 0; } }
  @media screen and (max-width: 579px) {
    .hero .pad {
      padding: 10% 0; } }

.hero--home {
  text-align: center;
  position: relative; }
  .hero--home:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222c32;
    opacity: .5;
    z-index: 1; }
  .hero--home .container {
    position: relative;
    z-index: 2; }
  .hero--home .pad {
    padding-top: 150px;
    padding-bottom: 150px; }
  .hero--home .h2, .hero--home .lead {
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.8); }
  .hero--home .h2 {
    color: #fff;
    max-width: 850px;
    margin: 0 auto 24px;
    font-weight: 700; }
  .hero--home .lead {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 36px;
    font-weight: 500; }
  @media screen and (min-width: 1030px) {
    .hero--home {
      background-image: url("../../images/heroes/hero-photo-2.jpg"); } }
  @media screen and (max-width: 1029px) {
    .hero--home {
      background-image: url("../../images/heroes/hero-photo-2.jpg"); } }
  @media screen and (max-width: 579px) {
    .hero--home .pad {
      padding-top: 60px;
      padding-bottom: 60px; }
    .hero--home .h2 {
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 24px; }
    .hero--home .lead {
      font-size: 20px;
      line-height: 28px;
      margin: 0 0 24px; } }

.hero--about {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .hero--about .pad {
      padding-top: 60px;
      padding-bottom: 60px; }
    .hero--about .h3 {
      margin-bottom: 30px; }
    .hero--about .hero__image {
      width: 40%;
      float: right; }
      .hero--about .hero__image img {
        display: block;
        border-radius: 50%; } }
  @media screen and (min-width: 768px) and (max-width: 1029px) {
    .hero--about .h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .hero--about .h3 {
      font-size: 24px;
      line-height: 32px; }
    .hero--about .pad {
      padding: 50px 0; } }

.hero--go-karts {
  background-image: url("../../images/heroes/bg-home-hero.jpg");
  transition: height .3s ease; }
  .hero--go-karts .h3 {
    margin: 0; }
  .hero--go-karts .container {
    position: relative; }
  .hero--go-karts .hero__text-container {
    transition: opacity .3s ease; }
  .hero--go-karts .hero__full-video {
    width: 100%;
    padding: 7% 15px;
    transition: opacity .3s ease; }
    .hero--go-karts .hero__full-video .video-container {
      margin: 0 auto;
      max-width: 700px;
      position: relative; }
    .hero--go-karts .hero__full-video .fluid-width-video-wrapper {
      position: relative;
      z-index: 20; }
    .hero--go-karts .hero__full-video.fadeout {
      opacity: 0; }
  .hero--go-karts .hero__hide-video {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 15;
    transition: opacity .17s ease;
    cursor: pointer; }
    .hero--go-karts .hero__hide-video:hover {
      opacity: 0.7; }
    .hero--go-karts .hero__hide-video .icon {
      display: block;
      width: 16px;
      height: 16px;
      margin: 14px 0 0 14px; }
  .hero--go-karts.state-video-loading .hero__text-container {
    opacity: 0; }
  .hero--go-karts.state-video-loading .hero__full-video {
    position: absolute;
    top: 0;
    left: 0; }
  .hero--go-karts.state-video-loaded .hero__text-container {
    display: none; }
  @media screen and (min-width: 768px) {
    .hero--go-karts .hero__text-wrap {
      width: 48%;
      float: left; }
    .hero--go-karts .hero__video {
      width: 46%;
      float: right;
      padding-top: 12px; } }
  @media screen and (max-width: 767px) {
    .hero--go-karts {
      text-align: center; }
      .hero--go-karts .pad {
        padding-top: 60px;
        padding-bottom: 60px; }
      .hero--go-karts .hero__video {
        max-width: 360px;
        margin: 0 auto 30px; } }
  @media screen and (max-width: 579px) {
    .hero--go-karts .pad {
      padding: 8% 0; }
    .hero--go-karts .hero__video {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .hero--go-karts .hero__full-video {
      padding-top: 60px;
      padding-bottom: 60px; } }

.hero--text-title {
  padding: 48px 0;
  text-align: center;
  background: #F3F4F5; }
  .hero--text-title .h1, .hero--text-title .h2, .hero--text-title .h3 {
    margin: 0;
    color: #364751; }
  .hero--text-title .back {
    padding-top: 8px; }
    .hero--text-title .back a {
      color: #364751; }
  @media screen and (max-width: 579px) {
    .hero--text-title {
      padding: 20px 0; }
      .hero--text-title .h1, .hero--text-title .h2 {
        font-size: 30px;
        line-height: 38px; } }

.hero--donate .mini-donate-form {
  background: #fff;
  border-radius: 5px;
  padding: 36px;
  color: #364751; }
  .hero--donate .mini-donate-form label.radio.inline {
    margin-right: 15px; }
    .hero--donate .mini-donate-form label.radio.inline:last-child {
      margin-right: 0; }
  .hero--donate .mini-donate-form label.radio.inline + label.radio.inline {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .hero--donate .pad {
    padding-top: 8%;
    padding-bottom: 8%; }
  .hero--donate .hero__text-wrap {
    width: 44%;
    float: left;
    font-size: 26px;
    line-height: 38px;
    padding-top: 40px; }
    .hero--donate .hero__text-wrap p + p {
      margin-top: 30px; }
  .hero--donate .hero__donate-form {
    width: 44%;
    float: right; }
  .hero--donate .mini-donate-form {
    padding-bottom: 30px; }
    .hero--donate .mini-donate-form .form-disclaimer {
      max-width: 230px;
      margin: 0 auto; } }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .hero--donate .hero__text-wrap {
    width: 42%;
    font-size: 24px;
    line-height: 34px; }
  .hero--donate .hero__donate-form {
    width: 50%; }
  .hero--donate .mini-donate-form {
    padding: 30px; }
    .hero--donate .mini-donate-form label.radio.inline {
      margin-right: 10px; } }

@media screen and (max-width: 767px) {
  .hero--donate .pad {
    padding: 60px 0; }
  .hero--donate .h2 {
    line-height: 36px; }
  .hero--donate .hero__text-wrap {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 30px; }
    .hero--donate .hero__text-wrap p + p {
      margin-top: 18px; }
  .hero--donate .mini-donate-form {
    max-width: 420px;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .hero--donate .mini-donate-form {
    padding: 24px; } }

.hospital-donor {
  max-width: 800px;
  margin: 0 auto; }
  .hospital-donor + hr.short {
    margin: 60px auto; }

.hospital-donor__logo {
  margin-bottom: 30px; }
  .hospital-donor__logo img {
    max-width: 290px;
    max-height: 60px;
    display: block;
    margin: 0 auto; }

.hospital-donor__donor {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  color: #828282; }
  .hospital-donor__donor strong, .hospital-donor__donor strong a {
    color: #393E40; }
  .hospital-donor__donor a {
    text-decoration: none !important; }
  .hospital-donor__donor a:hover {
    text-decoration: underline !important; }

.hospital-donor__date {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #828282; }

.hospital-donor__details {
  margin-top: 30px; }
  .hospital-donor__details strong {
    color: #364751;
    font-size: 18px;
    line-height: 26px; }
  .hospital-donor__details p {
    margin: 0; }
  .hospital-donor__details p + p {
    margin-top: 18px; }

.hospital-donor__delivery-photo {
  width: 50%;
  float: left; }
  .hospital-donor__delivery-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 0 auto; }

.hospital-donor__text-wrap {
  margin-left: 50%;
  width: 45%;
  padding-left: 40px; }

.impact-map {
  max-width: 846px;
  margin: 0 auto;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.impact-map__bg {
  width: 100%;
  height: 0;
  padding-top: 61.1111111%;
  position: relative;
  z-index: 10;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22846%22%20height%3D%22517%22%20viewBox%3D%220%200%20846%20517%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%23EDEDED%3B%7D%3C/style%3E%3Cg%20id%3D%22XMLID_14_%22%3E%3Cpath%20id%3D%22XMLID_15_%22%20class%3D%22st0%22%20d%3D%22M557.8%20114.3c-.7.5-.8.7-.8.7-.4.8-1%201.7-1.8%202.5-.1.7.2%201.1-.2%201.6-.4.4-1.8%202.7-.9%203.8.7.7%201.2.7%201.4.6.3-.1%201.5-1.6%201.4-3%200-.6.4-1.2.7-1.6.3-.4.4-1.2.3-1.7-.1-.5.4-1.9.8-2.4.2-.4-.2-1-.9-.5z%22/%3E%3Cpath%20id%3D%22XMLID_207_%22%20class%3D%22st0%22%20d%3D%22M841.3%2063.2c-.4-.4-.6-.3-.6-.3l-.9%201.3-1.3-1.3%201.8-2.3c-4.3-4.5-4.8-2.3-5.6-1.9-.9.4-2-1.9-2-2.2%200-.3.2-1.4-.4-1.7-.6-.2-1.2-1.3-1-2.2.9-2-.8-2.1-1.2-1.8-1.4%201.4-3.2-.5-3.7-.3-1.2.4-1.3-1.1-1.3-1.4%200-.3.1-1-.1-1.3-.9-.9-.7-2.2-.7-2.2s-5.6-17.2-6.5-19.6c-1.1-3.4-2.2-1.3-3-3.1-1.1-.9-3.4-1.9-4.7-2.3-1.2-.4-2.4.5-2.7%201.2-.2.8-1.7%201-1.8%201.4-.1.3-.5%201.3-1.1%201.3-.6%200-1.4.4-2%201.3-.6.9-3.3-.2-3.6-1%200%200-.1-.5-.5-1.8-.7-1.4-2.8-1.1-3.2.3%200%200-4.3%2013.3-5.1%2015.5-.8%202.2.1%205.8.3%206.3.1.4-.1%201.6-1%202.7-1.4%203.5-.3%204.4%200%204.8%200%200%20.1%202.4.4%202.7%201.5%201.1-.8%203.7-.5%204%20.2.3.7.9.1%201.6-1.9%201.6-2.9%203.5-2.8%205.1%200%200%20.9%201.8.9%202.3-1.3-.9-1.3%201-1.5%201.7-.1%201-1.4.9-1.6.7-.3-.3-.7-.4-.9-.1l-.2.3v-.1l-1.1.4.2.7h-.1l.1.2c-.5.6-1.1%201-1.5.7-.8-.6-2%20.8-1.9%201.2.1.4%200%202.5-.6%203.7.3.7-.1%201-.5%201.2l-1.3.4s-12%203.2-23.2%206.1l-.3.1-.4.1c-9.1%202.4-17.5%204.6-18%204.7-1.1.3-1.5.3-2.5.3%200%200-1.8.7-2.5%201.2-.2.7-2.4%203-3.3%203.6-.8.6-4.3%206-4.8%206.9-.4.6-.7%201.2-.9%201.7.3.2.4.6.4%201.1%200%20.7-1%201.6-1.4%202.2-.4.6-.8%201-1%201.5-.2.5-.9%201-1.3%201.2-.4.2-1.3%201.2-1.4%201.4-.1.3-1.6%201-1.4%202.3.1.4%201%20.7%201.3%201.6.1.1.3-.2%200-.9-.1-.5%201.1-.9%201.3-.5.2.4.2%201.1.1%201.4.4-.3.6-.6%201.4-.7-.3.5-.6%201.2-.6%201.9%200%20.3-.4.7-1.2.9-.2.1-.1.4%201%202.5.2.8.4%201.3.7%201.9.3.6.3%201.9-.1%202.5-.5.6-.6.6-1%20.6s-1.1.1-1.4.4c-.3.3-2%201.9-2.2%202.1-.3.2-.4.5-.5.9-.2.4-1.3%202.1-2.5%202.6-.5.3-.8.7-1%201.1-.2.5-.5.3-.9.1-.4-.2-5.1-.4-7.7%201.9-.5.4-.8.2-1.2%200-.4-.2-2.7-1.8-7.9-.8-.6.1-1.1.4-1.8.4s-5%20.6-7.2%202.4c-.4.3-1.2.4-1.4.4-.2%200-1.4%201-2.8%201.6.3.8.5%201.5.7%201.9.2.6.2%201%20.1%201.4%201.4.1%203.4.6%202.6%201.3-.9.8-.6.9-.3%201.2.3.3%201.6%202.4%201.5%202.8-.1.4%200%20.8-.3%201.2-.3.4-2%201.7-2.4%203.1-.5%201.3-1.9%202.6-2.8%203.5-.7.7-2.6%203.2-5.6%206-1.1%201-2.4%202.1-3.8%203.1-.4%200-.7-.3-1%20.3-.2.4-1.4%201.8-5.3%204.2-1.2.7-2.6%201.5-4.4%202.4-3.1%201.6-7.8%205-9.2%207.4-1.2%201.7-2.9%203-3.4%203s-1.7.2-2%20.3c-.3.1-.6%200-1.1-.1-.5-.1-2.5.8-3.4%201.4-.8.5-1.7%201-2.2%201.1-.5.1-.9.6-1.1.7-.1.1-.7.4-1.4.2s-1.4-.7-1.4-.7-.6-.2-1-.1-1%20.1-1.6%200c-.5-.1-.8.4-1%20.6-.2.2-.4.7-1.6.4-.2%200%20.1-.4.3-.7.3-.3.6-.5.6-.5s.8-.4%201.5-.4c.5%200%20.5-.1.3-.4-.3-.3-.7-1.4-1.2-.6-.5.9-.8.9-1.1.9-.3%200-1.1-.2-1.1-.2l-1.3-1.1s-1.4-.4-1.7-.4c-.3%200-1.1-.6-1.1-.6s-1.5-.4-2.4-.4h-.2l-.7-1h-.2c0-.1%200-.1.1-.2.4-1%201.4-3.6%202.4-4.8%201-1.2.4-2.8.4-3.3s-.1-2.9%201.3-3.7c.1-.1.2-.2.3-.2.2-.1.5-.2.7-.4.1-.7.6-1.2.9-1.4.4-.4.3-1.8.3-2.5%200-.8.3-1.2.7-1.6.4-.4.3-1.1.6-1.4.3-.3%201-.9%201.2-.6.6.3.9%201.5%201%202.4%201.5-1%201.8-4.5%201.2-5.6l.3-2.3s.3-.8.1-1.3c-.1-.2-.1-.4-.1-.6-.2-.2-.3-.3-.4-.5-.4-.6-2.6-6.8-2.6-7.1-.1-.3-.2-1.3-.6-1.6-.7-.7-1.3-3.7-1.3-4%200-.3-.1-.8-.8-2.2-1.7-3.9-3.4-4-4.5-4.3-1.1-.3-2.5%201.4-2.5%201.4l-1.4.5-1.2%201.1-.8.4c-.3.1-.5.3-.4.9.2%202.1-.7%203.3-1.1%203.5-.4.2-.7.7-.7.7s-.9%201.4-1.2%201.9c-.3.5-.7.3-1%20.1-.2-.3-1.3-.3-1.7-.3-.4%200-1.4-.9-1.6-1.1-.2-.2-.4-.6-.4-.8%200-.2.1-1-.1-1.5-.2-.4%200-1.6.1-2.3.1-.7%201-1.2%201.4-1.4.4-.2%201.1-.2%201.1-.2s.3%200%20.7-.7c1.1-1.1%201.1-4.1%201-4.6%200-.4.4-.8.7-1.1.4-.3%201.5-.9%201.6-1.1.2-.2.5-.5.4-.8-.7-1.9-.5-5.8-.4-6.2.1-.3%200-.3-.1-.6-.1-.2-.2-.6-.3-1.4-.2-.8-.9-2.4-1.4-2.6-.5-.2-1.1-1.1-1.3-1.4-.2-.3-.1-.9.1-1.4.2-.5.5-.8%201-.8s.5-.2.5-.7c0-.5.1-.6-.4-.9-.5-.3-1.6-1.5-1.7-2.2-.1-.8-1.3-1.5-1.7-1.4-.4%200-1.1.2-1.4-.1-.5-.6-2.4-.8-2.4-.8s-2.4-.8-2.9-1.1c-.7.2-2.3.2-2.6-.5-.6-1.5-1.5-1.7-2.5-2.2-1-.5-1.4.1-2.4.2-1%200-1.4-.6-1.9-1-.6.2-1.7-.5-2-.7-.2-.2-.5-.5-1%200-.4.5-1.7%201.2-2.1%201.4-.3.6-1.2%201.5-1.7%202.5-.6%202%20.8%203.1%201.2%203.3.4.2.6.5.6.9s-.6.8-1.3.6c-.7-.2-2.1.8-3%201.5-.9.7-1.2%201.2-.7%203.2.8%203.4-.4%206.5-.4%206.5l-.8%201.1s-.5.1-.3-.4c.4-.8.7-3%20.6-3.4-1-1.1-1%202.6-1%202.6l-.7%201.3-.4-.1-.1-1.2.5-1.3-.6-1.3.4-1.1v-.9c.1-.5.2-2.3.2-2.3s-1.1.7-1.3%201.1c-.2.7-.9%201.9-1.2%202.2l-.3%201.2s-.2.5-.7%201c-.5.5-1.2-.1-1.6%200-.1.3-.9%201.7-1.3%202-.4.4-.2.8-.2%201.2%200%20.4-1.5%201.8-2%202.2-.5.4-.1%202%20.4%203%200%200-.3%201.9-.2%202.4.3%201.3%200%202.8-.3%203.2-.3.4-.7%201.6-.8%202-.1.4-.4%201.3-1.1%201.8-.7.5-.8%201.7-.4%202.3.7.8%201.2%202.6%201.3%203.6.2%201.1.1%201.3-.1%201.6-1.6%201.7-1.1%203.2-.8%203.6.4.5%201.5%202.7%201.5%202.7l2%203.9%201.1-.5.2.3s-.5.8-.6%201.3c.2.5%202%204.6%202%205.4%200%20.8.3%203.5.4%203.8.3%204.8-.9%209.7-2.1%2011.2-.2.4-.7%201-.9%202.1-.5%203-2.1%205.4-3.2%206.3-.2.2-.5.4-.9.7-1.6%201.2-4.3%203-6%203.6-1.3.4-2.6-.2-3.5-.9v-.1l-1.1-1v.1l-.1-.1c-.8-.8-2.1-4.7-2.2-5.4-.1-.7-.6-.9-1.1-1.4-.5-.5-.8-1.2-1.3-2.1-.5-.9-.8-2.3-.6-3.6.1-.4.1-1%200-1.6h.1l-.1-1.2h-.2c-.1-.5-.2-1-.2-1.2-.1-.5-.1-.8-.1-1.5.5-2.8-.4-3.8-.5-4.1-.1-.2-.6-.7-.6-1.3%200-.6-.3-1-.7-1.4-.4-.4-.2-.9-.1-1.3s-.1-1.7-.6-3c-.5-1.4.4-4%20.6-4.5.2-.5.5-.7.3-1.5-.3-1.7.4-2.6.7-3.3.3-.7.3-2.1-.1-3.1-.7-2.3.1-4.9.4-5.6.2-.7.7-1.4%201.4-1.7.7-.4.5-1%20.5-1s-.4-1.3-.5-1.6c-.1-.3-.4-.8-.3-1.4.2-.7.5-2.6.5-3.2%200-.6.7-2.6.9-3%20.2-.5.7-1.5.7-2%20.1-.5-.9-1.9-1.3-2.3-.4-.4-.5-.7-.8-.3-.3.4-1.6%201-2.1%201.1-.4.2-1.1%201.2-1.1%201.7%200%201-1.2%202.6-1.7%202.8-.5.3-.8.8-1%201.2-.2.5%200%20.5-.8.6-.8.1-1-.7-.9-2.1.1-1.4%201.7-4.3%201.9-4.5.1-.2.2-.9.2-1.1%200-.2.1-.8.5-.8s1.6-.6%202-.9c.3-.3.4-.5.4-.5s-.3-.4%200-.9l.2-.4.2.1v-1.3l-.2-.1c0-.3.1-.7.2-1%20.8-1.3%202.5-3.7%203.2-6.4.7-2.8%202-3.9%202.4-4.4.4-.5.4-2.5.4-2.9.1-.4.8-1.9%201.3-1.8%200%200-.5%201.4-.1%202.4s.9%201.6%201.1%201.5c.2-.1.7-.4%201-1%20.8-1.9%202.8-2.6%203.3-2.6s.7.4.8.8c.1.4-.4%201.1-.7%201.2-.3.1-.8.9-.9%201-.1.1-.5%201.1-.1%201.2.4%200%20.9.4%201.4-.4.5-1.4%202.3-2.6%202.7-2.8.4-.2.3-.1.4-1%200-2%202.2-3.3%203.3-2.9%201.1.4%202.3%200%202.9-.3.7-.3%201.1-.2%202.3-.4%201.3-.2%202-2.5%202.2-2.7.3-.2%202.4-.7%203.2-.2.8.5%201.2.3%201.5.1.3-.2%201.5.3%201.9.5.4.2%201.6.5%201.6.8l2.5%202c.9.8%201%20.2%201-.2%200-.9.1-1.9.1-2.6.1-.7%201.6-.8%201.9-.6.3.2.9.8%201.4.4.4-.3%201-.4%201-.4s5.3.2%205.9.2c.6-.1.9-.1.9-.7-.1-1-1.1-1.1-1.5-1.3-.3-.2-.5-.2-.5-.7-.1-1.1-1.7-1.5-1.9-1.6-.2-.1-1-.3-1.1-1.3-.1-1-1.1-3.4-1.9-4.2l-.3-.3c-.1.1-.2.1-.2.2-.4%200-1%20.2-1.5.4-.3.7-.7%201.1-1.1%201.2-.6.1-.8-.5-1-.8-.2-.3-2.9.7-2.9.7s-1.6-.1-2.5-.2c-1-1-.9-4.2-.8-4.8.1-.5-.1-.9-.8-.9-.7%200-2.8.2-4.4%201.5-1.6%201.3-2.8%201.3-4%201.4-1.2.1-2.8.1-4%20.3-.7.8-2.3.9-3.4%201.1-.9%201-2.3%202-3.6%202.5%200%200-1.1%201.8-1.7%202.5-.6.7-1.3-.1-2-.2-1.5.4-2.2-.1-3-.7-.8-.9-2-.2-2.9.2-.9.4-1.5.6-2.4.3-1.2-.5-1.3-1.8-1.7-2.2-.4-.3-1.8-1.5-2.4-2.7-.5-1.2-1.7-.8-2.3-1.5-.6-.8-2-1-2.5-.9-.5.1-1.5.2-2%200s-1.3%200-1.7.8c-.7%201.9-1.4%201-1.4%201s.8-2%20.9-2.3c-.9%201.5-2.2%202-2.2%202l-.3%201.3-.6.4-.3-1.1s0-1.2.1-2.1c.1-.9-1-2.1-1.3-2.4-.2-.4-.7-.9-1.1-1.1-.5-.2-.7-.5-1.4-1.3-.3%200-2.4%202.3-2.9%203.4-.5%201-1.7%201.2-2.6%201.5-.8.3-1%20.9-2.1%201.8-1%201-2.8%201.3-3.4%201.3-.7%200-.9.4-2.2.4-1.3%200-2.4.9-2.7%201.5-.3.6-2%202.3-3.1%202.7-1.1.4-2.1.5-2.9%201.1-.4.3-.7.5-1%20.6-.9.3-1.6-.1-2-.2-.5-.1-.7-.2-1.9-.7-1.1-.5-1.6.1-2.3.6-.4%200-1.2.1-1.3-.3.7-.7%201-2%201-3.3.2-.3.8-1.1.9-1.7.2-.6-.1-1.1-.8-1.5-.7-.3-1.4-.1-2.4.6-.4.7-2.2%201.5-2.8%201.7-.6.2-1.4.2-1.7.6-.3.4-1.1.9-4.3%202-4.5%202-5.2%201.1-5.9.6l-.1-.1-.3-1.2c0-.3.2-.7.6-.9%204.2-2.7%205.1-4.5%205.9-5%20.8-.5%203.9-4%204.6-4.9.8-1%201.6-2.6%202.8-3.6%201.3-1%202.4-2.3%203.4-3.1%201-.8%205.9-3.4%207.3-3.8%201.4-.4%205.8-2.9%206.3-3.2.5-.3.7-1.1%201.5-1.6l.6-.3h-2.8c-1.1.7-2.2%201-2.7-.2-1.1-2.5-5.4-.8-5.4-.8s-1.9-.4-2.6-.1c-2.8%201.1-2.9%200-2.9-.3%200-.2-.4-.8-.8-1.4-1-1.7-4.1%201.5-5.5%202.7-2.6%202-5.8.5-6.2-.1-.4-.5-.5-1.1-.9-1.3%200%200-3.3-1.1-3.6-1.8-.5-2-3.3-1.3-3.7-.7-.4.5-.3.9-.4%201.6-1%200-1.8-.4-2-1.6-.1-2.6-2.8-1.9-2.8-1.9l-.1-1.6s-3.3-1.5-4.8-1.9c-1.5-.5-5.5-.5-6%201-.5%201.4-3.2%201.7-3.7%201.7-.6%200-1.2-.1-1.5-1.4-.2-1.3-4.3-1.2-5.9-1.2-.3-.6-1.3-1-1.8-1-4.9%200-4.7-2.7-4.4-3.8%200%200-.5-2.1-1.2-3.8-.1-6.6-3.7-5.7-4.5-5.6-1.5-1-.7%201.7-.7%201.7s.3%202.7.3%203.2.1%202.5-.7%202.6c-8.6.2-17.7.5-27.1.5v.2h-1.3l-.1-.2c-27.4-.1-58.9-1.5-90.9-4l-1-.1c-49.3-4.7-104.2-11.6-159.2-22.3l-1.2-.2h-.3l-12.4-2.4-.9-.3h.1c-25-5.3-49.9-11.4-74.5-18.4-.7.4-1.4%201.2-.2%203.3.3%201.4%201.2%201.7%201.9%202.5.3.6.4%202%20.2%203-.2.9-.1%201-1.2.4.4%201.2.3%202.1.1%202.4-.9-.2-2.3-1.4-2.3-.3%200%201.1.2.8.6.8.4%200%20.7.1.8.7.1.6%201%201.2%201.2%201.6.2.4.3%201.1%200%201.5-.3.4-.3%202.1-.3%202.6.1.5.3.7.6%201.9s.1%201.7-.5%202.1c-.5.3-2.2%202.3-2.1%203%20.2.7-.3%201.4-.9%201.4-.5.1-.1.6.2.9.3.3.3.5-.2.9-.4.4-.5.7-.6%201.7-.1%201%20.7%201.8-.1%202.3-.8.5-1.9%201.4-2.8%201.7-1%20.3-1%20.5-1.5%201.1-.4.5-1.9%201.5-2.5.8-.6-.7-.5-1.8-2.1-.5-.5.2-.3.6-.1%201%20.2.4-.6.1-.7-.6-.1-.7-.3-1.4-1-1.5.4-.2.5.4%201.1-.5.5-.9%202.4-2.3%203.3-2.7%200%20.8-.2%201.4-.7%202.7.1.3.6.6.7-.1.1-.7%201.9-3.2%201.8-2.3.7.3.2.7-.2.9-.5.6-.2%201.1.3%201.2.5.2.9-.3%201.3-1.1s1.4-3.2%201.4-3.2l-.6-1.7-.6.3-.7-1.1%201.3.2s.4-1.2.1-2.2c.7-.2%201.1%200%201.1%200l1.2-.9-.1-1.2-.6-1.4s-1.1%201.3-2.2%201.9c.8-1%201.1-2.3%201-2.9-.1-.5-.6-3.4-.3-4.1-.4-.1-1.3.7-1.3.7l-.2%201.1s-.7-2.3-2-1.4c-.4-1.2-.3-2.7-1.4-2.3-1.1.4-2.1.4-2.4.1-.3-.3-.6-.7-1.6-.8-1-.2-2.2-.5-2.7-1s-.7-.5-1.1-.5c-.4%200-3.5-1.2-4.5-2.3-.9-1.1-1.5-1.4-2-1.6-.5-.2-2.3-2-2.7-2.4-.2-.3-1.1-1.2-1.9-1.5.1%201%200%201.5%200%201.5s-.4.3-.4.9c0%20.5-.8%201.7-1.2%202.2.2.5.2%201.3.2%201.3-.3.7-1.1%202.9.8%205.4.3.8.4%201.4.6%201.8.2.4.6%202.7-.2%205.3-.5%201.4-.1%203.9.4%205.3-.1%201-.5%204-.5%204l-.4%201.2.4.3.5-1s1.1.3%202.5%202.1c.5.1%201.2.5%201.2.5s-2.8.2-3.9%201.2c-.1-.4-.2-1.1-.2-1.1h-.4l-.3%202.4.3%201.1%202.9%201%20.5%201s-.3.3-1.5-.4c-.4.3-1.2%201.1-1.2%201.1l.4%201.1-1%201.4.9%201.3-.2.5-.7-.9h-1.1s-.2-1.4.5-2.3c0-.7-.2-1.3-.2-1.3l-.4-.1v1.2s-.6%201.2-.6%202.5c-.5.9-.8%201.7-.7%202.6.4%200%201.3-.3%201.8%201%20.2.4%201.4.4%202.6-.3.3-.2.8.2%201.2%201.3.9%200%202.7.5%202.7%201.1.2.5.3.9.3.9l1%201%20.9-.1v.4h.4s-.8.9-2%20.2c-.4-.2-.6-.4-.6-.4s-.4-1.3-2-2.1c-.5-.3-1.6.7-2.6%200-1-.8-1.3-.7-1.5-.7.3.5.5.9.5.9l-.4.3-.4-.6-1.1-1-.5%201.3s0%202.7-1.5%203.7c.1.8-.2%202.1-.9%202.8-.2.3%200%201.6.7%202.4-.6.5-1.2%201.3-1.2%201.3l-.5%201.4.8.9-.1.3-1-.1s.1%201.2-.7%202c-.1.3-.1.7-.1%201.4s-.4%201.2-.7%201.5c-.2.3-.1.8-.2%201.4-.1.6-.9%201.4-1.3%202-.2.4-.3%201.8-1.7%203.6-1%201.3-.8%202.2-.8%202.6-.1.3-.5%202.1-1.6%204%20.1.6.6%201.8-.6%202.6-.5.2-.8%201.2-1%201.9-.2.7-.6%202-1.1%202.9-.5.9-2%205.6-2%205.6-.6.6-1.1%201.9-1.1%202.3.5-.1%201.1-.1%201.1-.1l.2.5-1.5.2-1.1%201.1c-.2%201.1-1.7%202.5-1.7%203.4.2.2.9.5.9.5l.1.8h-.5l-.1-.6s-1.3-.1-1.7%201.7c-.4-.6-.6-1-.6-1-.5.9-.8%201.5-.8%201.9-.1.7-1.4%201.7-1.4%202.9-.5.8-1.8%202.2-2.3%202.7-.5.5-.9%201.8-.1%205.1.2.5.5%201.5-1%203.7-.2%201-.5%202.1-1.1%202.6-.2.2-.2%201.8.1%202.8.1.6-.4%202.2.6%203.4.3.4.6%201.1.7%201.6.1.3.1.5%200%20.7-.2.5-.3%202.3-1.6%203.5.5.5.9%201.6.9%201.6s-.5%201%20.2%203.6c-.2.4-.3.5-.3.8.1%201.2-.4%203.5-3.5%207.6.3%201.5.2%201.6.2%201.6-.1%201.4-2.5%203.5-1.9%204.1.7.6.3.3.3.3s-1.8%201.3-2.6%201.4c-.3.7-.7%201.2-1%201.4-.2.2-2.1%202.2-2.3%204.3-.1%201.2.1%201.4-.3%203.1.5.7.9%201.2.9%201.2l.6%201.3%201.2%201.4-.1%201.3s.8.9%201%201.8c.2.9%201%202.9%201.2%203.3-.2.4-.3%201.5.1%202.6-.2.9-.4%202-.2%203-.4.7-2.1%202.8-2.1%204.3s.3%204.1.3%204.4c.1%201.2.1%202.2-1.4%203.3-.2.2.7%201.9%201.1%202.7.4.8%202.2%203%202.7%206.2.1.8%201.2%202.2%201.6%202.5.4.3%201.6%201.4%201.2%204.2.1.1.3.2.3.2l.2-.6c.4.5%201.7%203.3%201.7%205.3-.1.1-.4%200-.4%200s-.3-1.2-.8-2.3c0%20.7-.1%201.2-.1%201.2-.7.8-1.2%201.6-1.3%202.7.4-.4%201.3-.8%201.3-.8.4.3%201.4%201.4%201.4%201.4l.4%201.3%201.4.9.7%201.2%201.4%201.2.9-.8-.4-1.3.8-1-.1-1.3.5-1.3%201.5-.6c1.3.8%201.8%202%202%202.2.4.3%201.6.9%201.6.9.8-.7%202.4-.8%203.3.7%201%20.3%202%20.2%202.3.3.5-.4%201.3-1%201.3-1l.3.4s-.9%201-1.5%201.2c1.1-.2%202.5-.4%202.5-.4-1%20.8-2.3%201.3-2.8%201-.8-.2-3.8-3-5.4-1.6%200%200-.5.1-1.6-.9-.7.3-1%20.4-1%20.4l-1.3-.1-.7%201.4.7%201.2s-.9%201.8.9%203.3c.4%201%20.7%202.9.4%204.8.6.6%201.1%201.4%201.1%201.4l-1.2-.2-1.2-1.4-.7-1.4-1.4-1.1s.1-2.6.5-3.1c.5-.5.3-1.6-1.3-1.1-.6%201.6-1.4%204.5-1.9%205%20.4.4.7%201.1.7%201.1s-.2%202%20.2%202.7c-.2.7-.5%201.8-.8%202-.2.2-.2%201.6.4%202.6.6%201%202.1%203.9%202.1%203.9s1.6%201.7%203.6%201.4c.7.8%201.2%201.9%201.1%205.3-.4-.1-.6-.2-.6-.2l-.5%201.2-2.6%201.3s.2%203.2-.6%205.2c.4%201%20.6%201.3.6%201.3l2.3%202.8.5%202.7s1.7.3%201.4%203.6l1.4%202.8c0%201%20.1%202.6%202.2%203.8.3%201%20.8%202.7.8%202.7l2.5%202.6.2%201.2-1%20.8-.3%201.4%201%201.4%201.4.4.9%201.4c0%20.8-.2%201.5-1.1%202.9-.3.5-.3%201.8%200%202.8-.4.6-.7%201.2-.7%201.2l.1%201.4s-1%201.2-1%202.7c.6.2%201%20.3%201%20.3s1%201.9%202%202.6c1.1.2%203.9.7%204.7%201.1.8.4%201.4.3%201.7.3.6.6%202%202.5%206.3%202.6%201.3.9%202.2%201.5%202.2%201.5s1.4%201.8%202.3%202.4c.2.8-.1%202.6%201.8%203.8.7.8%203.2%202.4%204%202.8%201.1.1%205.5.7%205.7%201.6.2.9%201.3%202.4.8%203.9-.3.8-.3%201.7-.1%202.2.5.4%201.3.8%201.3.8l.7-1c.8%200%202.4.7%202.8%201.4.5.6%201.3%202.8%203.4%204%201%201.2%202.3%203.1%202.3%203.1s1.4%202%201.9%202.4c.4.6%203.4%206.1%202%2011.1-.4%201.6-1%202.8-.6%203.6l.2.1.3-.9%201.4.8-.2%201.3-.8-1%20.6%202.8%2040%204.5v.7c-2%202.1-1.9%203.3.8%204.7%203.4%202%2054.5%2031%2054.5%2031s2.1%201.5%206.6%202.2c2.8.5%2019.4%202.7%2031%204.3%206.6.9%2011.6%201.6%2011.6%201.6s2.9.6%203.1-1.9c.2-2.6.4-5.4.4-5.4.1-1.2.9-1.6%202.5-1.5%201.6.2%2025.7%202.7%2025.7%202.7h.3l.6.2c1.2.4%203.2%201.4%203.8%204.4.3%201.6%201.2%203.1%202.8%203.6%201.5.5%203%201.7%204.3%203.7%201.3%202.1%204.3%204.1%204.5%206%20.7%201.8%203.7%203.7%205.1%204.1%201.3.7%202.5%202.6%203.5%202.8%201%20.3.4%201.9%201.7%202.1.5.5.6%202.2.5%203.8.7.4%202.2%203.6%202.6%203.9.2%201.1-.1%202.3-.3%202.9-.2.6-.3%203.3%201.8%206.5.7%202.2%201.5%204%203.8%204.9%201%20.4%201.9%201.3%202.6%202.4.8%201.1%203.2%203.2%206.6%203.7.3.4.3%201.3%201.4%201.7%201.1.4%203.1%201.4%203.1%201.4s2.5%203.3%203.5%202.6c1.1.8%203.3%201.5%204%200%20.2-.5%201.5-1%201.8-2.1.3-1.1%201.9-.7%202-2.1.2-2.4.8-1.6%201.2-2.7.4-1.1%202.8-6.9%204.3-7.1%201.1-.1%202.1-.8%203.2-.6%201.2.1%201.6-.3%201.7-.9.1-.5%201.1-1.2%202.2-.3%201.1.9%203%202%204.7%201%20.7%200%201%200%202.2.1%201.1.5%203.5%201.6%204.4.7.9-.9%202.6%200%203.4%201.6.3.7.5%201.3.9%201.6%200%20.4.1%201.6%201.6%201.1.8-.5.5%202.1%202.9%202.7.8.2.3.7.5%201.2.3.4%203.3%201.8%204.1%203.6.8%201.7%201.7%202.6%202%202.9.3.2.3%201.6.6%202.7s3.2%207%205%208.9c-.4%201.6.5%206.1%203.3%207.2%201.2.4%202%202.1%202.2%203.1.1.4%202.4%201.6%202.6%203.7.9%201.5%202.4%203.6%202.4%203.6%201.7.4%204.1.8%203.6%203.3.4.9.7%202.1.1%203.4-.3.6.1%201.1.6%201.3.5.3.8%201.3.3%203-.2.8.4%202.1.9%202.6.6.5%203.5%204.6%203.7%208%20.1%201%20.2%201.5.9%202.1.7.6.5%201.1.4%201.4%200%20.3.1.8%201.2.7%201.1-.1%202%20.4%202%20.4s1.1%201%201.8.5c.4-.3%201.6.4%202.3%201.8.2.8%201.5.8%202%20.5.5-.3.9%200%201.2.4.2.4.8.3%201.2.1.4-.1.9.3%201.2.7.3.4%202.4%203.1%205.7%202.4.9-.1%203.4.6%204.5.3s2%20.2%202.4.6c.4.4%201-.1%202.1%201.3%201.1%201.4%202.4%201.9%202.8%202.1.4.2%201.5.8%201.9-.7.8-.3%202.4-.6%203.7-.8l-.5-2.2-1.7%201.5v-.6l-.4%201.5-.7-1.6h1l-.5-1.3s.9-1.9-2.4-7c.2-.6.2-1.6.2-1.6l-1.1-4.5-1.4-1.5.1-1%201.2.3-1.2-1.5.2-1.3h1.2l.1-1.2.8-1.4-.2-1.3.4-1.3-2.2.6-2.7-.8.1-1.2s-1.3-1-1.3-2.2c.6.5%201.5%201.1%202.2%202.1.7%200%201.5-.1%201.9-.5.7.1%201.1.4%201.1.4l-.9.9v.2s1.7-.1%202.3-1.9c.6-1.8%201.6-4%201.8-4.4.2-.4.7-1.7-.3-2.4s-1.4-1.4-1.3-2.2c-.1-.2-.2-.3-.2-.3s-.9.8-1.8.1v-.4s3.8-.7%204.3-.2l1.1%201.1s2.9-3.9%203.1-4.9c.2-.6.5-1.5-.5-.8-.9.7-1.1%201.1-1.3%201.6-.3-.1-1.2-1-1.2-1l.1-.3.6-.9-.4-.8%201.3.2%201.3-.6.4%201%20.9-.7.4-1.3h.3l.1%201.2-.7.6.3.2s1.7-.7%202.6-2.3c.3-.5.3-1.8-.5-2.7.3-.5.4-1.2.4-1.2l-.1-.5.2-.2c.7.8%201.3%201.9%201.5%202.5.7.3%201.4.4%201.4.4l3.7-1.8s.7-.6.1-.9c-.6-.4-.8-.4-.8-.4l-1.3.3-.2-.2.7-1-1.3-.9-1.3-2.8%201.2-.1.2.5%202.1%201.9%201.3-.5-1.3-2.3.4-.3%201%201.6%201.1.4%201.2-.3.4%201.7h.4l1-.8-.8.5.2.1%202.2-1.3-.1.9-2.7%201.6-.2.6%203.9-2s2.3-.6%202.6-1c.4-.4%201.4-.8%201.4-.8l-.1-.3-1%20.1-1.2.9-.4-1.1s1.1-.6%202.6-1c1.7.2%202.8-.2%204-1.2.8-.6%201.8-1.4%202.9-1.6.8-.6%203.5-3.1%203.5-3.1s.4-.5.5-2.1c.1-.7.3-.7.8-.9.5-.2%201.8-1.4%202.2-2.1.4-.4%201.3-.7%201.3-.7l.7-1.8-1.2-.5-.1-1.8-1.3-1.1.1-1.2-.5-1.3.4-.6%202%201.2.6-1.4%201.3-1.1%201.3.4s.3%201.6-1%204.2c.2.3.2.4.2.4s2.4-1.3%205-.9c.1.3%200%20.2%200%20.4-.8.1-1.7.5-1.7.4%200-.1-2.9%202-2.9%202l-.7%201.2.1.4s1.3-2.3%204-2.6c1.4-.8%203.2-2%204.2-2.3%201-.3%203.4-2%205-2%201.6-.1%202.7-.2%202.7-.2l-1.8-2.8%201.6-2.6.6-.5.8.3.2.4-.5%201.5-1.2.7-.1%201.3%201.4.9%201.1-.7s3.1-.6%204.8-.5c1.2%200%201.8-.5%201.8-.9l-1-1%20.9-.9.2-1.6s.2-1.7.4-1.7c1%20.8%201.4%201.7%201.6%203.3%200%20.4-1.4.8-1.5%201.4%200%20.5.5.8%201%20.9.5%200%204%20.3%207.6%202.3%202%201.1%205%201.5%206%201.4%201-.1%202.1.2%202.7.4.7.2%202%200%202.8-.6.8-.6%201.9-.3%201.9-.3%200-.6-.8-2-.8-2l-1.2-.9%201.2-.3.6-.5s1.7-1.5%203.9-1.3c-.1.7-.5%202.1.5%201.8.9-.3%202.5.1%203.1-.4.5.5.7%201.3.7%201.3l1.2.6.5%201.9%201.3-.1%201.9.7s.9.8%201.3-.9c.3-.3.5-.7.5-1.1.1.7.1%201.9-.1%202.4%200%20.5.8%201.7%201.8%202%20.8.2%201%201.5%201%201.9%200%20.3-.2%201.2-.2%201.2l.9.4%201.5-.4%202.5%201.5s1.3-1.5%203.1.2c.6-.3%201.1-.6%201.1-.6s-.3-1.4.1-2.5c.2-.5.7-.7%201.3-.8.9-.4%202-.7%202-.7l.5%201.3%201.3-.4%201.4.4-.1%201.3-.2.5.8%201.4s2.3-.6%202.8-2.6c-.4-.7-.7-1.4-.7-1.4l1-.2-.3-2.8-2.5-1.5s-.7-1.6.3-1.3c1.1.3%202.1%201.2%202.4%201.3.3.1%202%20.8%202.9.8.6.2%202.3.6%201.7%201.7-.4.4-.5.9-.5.9l1.4-.1s1.5-.7%201.7.4c.3.3.6.7.6.7l1.3.2%201.1-.4s.5%201.9%201.4%202.7c.7.2%201.1.2%201.1.2v-1.4l.4-.1.5%201.3c-.7.5-1.6%201.8-2%203.7.3.3.3.2.3.2l1.1-1.3.5-1.2%201-1.3%201.6%201.8.5-1%20.7-1.6-.3-.5%201.1-.4s.4-.3-.5-.7c-.9-.4-1.2-.7-1.2-1.3-.3-.3-1.1-.8-1.1-.8-1.1-.1-1.9.1-3.7-1.1-.9%200-1.8.1-1.8.1l-.7-1.3s-1.4-.9-2.7-.9c-.4-.6-.5-1.4-.5-1.4l1-.5-.1-.9s.4-.5%202.2.4c-.4-.4-.5-.9-.5-.9l-.5-1.2%201.2-1.4%201.2.2.4.5s.6-1.9.2-2.8l-1-.5s0-1.8-.4-2.4c-.3%200-1.6.8-1.9.9-.1.6-.3%201.6-.3%201.6l-.6%201.2-1.1.1-.8-1.4-1.1.3-1-.8-.1-.6%202.6-1.3.7-1.2-.2-.4-1.3.9-.2-.1.1-1.1h-.4l-.4%201.1-.2.1s-1-1.3-1.6-.4c-.6.9-1.8%201.4-2.4%201.4-.5%200-5.3.3-5.3.3l-1.6-.8-.2-1.2s1.4-1.5%201.7-2.4c.4-.9%201.2-2.2%203-1.9.7.2%201.1.1%201.5.4.4.3%202.3%201.8%202.3%201.8.5-.2%201.1-.3%202%20.3.4.2.5-.5.9-.1s1.1%201%201.1%201h1.1l.3-.3.5.4.7-.3h.1l1.8-.3h.1l.4-1.2s1.4-.9%201.7-1.9c.5-.2.7-.4.7-.4s.3.5.8.3c1-.2%203.8-1.6%205.3-1.7%201.6-.1.7-.5.4-.5-.3%200-.9-.4-.3-.5.6-.1%201.1.1%201.1.1s1.7%201.4%202.8%201.4c.4%200%201.2-.4%201.2-.4l.4-.5%202.6.8.4-.6v.1l1-1v-.1c.5-.1%201.3-.1%202.8.3.9.3%201.4.2%201.4.2l.1-.3s-.3-4.3%201-6.5c-.1-.4-.2-.7-.2-.7l.4-.2c.1.5.4.9.9%201%20.5.1%201%20.6%201.3%202.5-.1.4-.5%201.3-.5%201.3s.2%201.3%202%202c.2-.2.2-.4.2-.4h.3l.7%201.4-.3%201.2-1.2.4h-1.3l-.8.5.1.3s2.2-.5%203.2-.6c1-.1%203.3-.4%203.5-1.8-.1-.2-.3-.4-.3-.4l.2-.4%201.1.4s1.4-.1%201.7-2.4l.1.3.6-.7v-.1l.1-.2c.3.2.6.5.3.9-.5.7-2.1%201.9-1.3%202.4.3.1%202.6-.5%203.1-1.5s.6-1%20.6-1l.4-.2s.8-1.6.4-2.1c-.2-.3.4-.8.4-.8l.4.1.4%201.7h.2l.7-1.2.2-1.4.3-.1.3%201.3%201.2%201v.3s-.2%201.4-2.8%201.5c-.3.2-.3.5.1.5s4.5-1.5%208.7-1.6c.5-.4%202.8-2.4%202.8-2.4l.4%201s2.1-1.1%202.9-.9c.8.2%202.2%201%202.2%201l.3%201s-.8-.1-1.1-.3c-.4-.3-1.4-.9-2.4-.1-.1.3-.3.6-.3.6s-1.7-.1-2.2-.2c-.2.2.4.6.8.6s3.1-.1%205.6.8c2.4.8%204.8%201.4%206.7%203l.3-.2s-.1-.9-.6-1.3c-.6-.4-1.4-.5-1.5-1.4-.1-.4%201-.4%201-.4l1.4.6%201.8-1.5.2.2s.2%201.3-1.1%201.4c-.4.5-.7%201.2-.7%201.2l2%201.3%201.2-.2.4.9%201.6.2-.5.9s-1-.7-1.8-.8c-.8-.2-1.6-.6-2-.9.3.6.9%201.4.9%201.4.9.2%201.4.6%201.6%201.1.3.5%201.2.7%201.7.8.5.1%202.8%201.8%202.9%203.9%200%20.4-.9.5-.9.5l-.7-.9-.1-.6h-.4v.8s.1%202.4%203.1%201.3c.7-.5%203.1-1.5%204.4-1.2.4-.1.5-.3.5-.7.4-.5%201.3-1.1%201.3-1.1.1.3.6%201%201.8.1%201.2-.9%203.4-2.9%204.1-3.1.7-.2%201.5-.4%201.7-.5.5.1%201.4.3%201.4.3l-.4-1-1.6-.7v-.5l1.1.1s.8-2%202-2.4c1-.1%202.1-.1%202.9-.4.7-.2%201.5-.2%202.1.2.7.4%201.8%201.5%203.5%201.4%201.2.3%202.6%201.5%202.6%201.5s1.6%201.6%201.9%202.6c.6.4%201.7%201%202.6%201.2.5.2%201.1%201.4%201.1%202.6.8.6%203.8%202.7%203.8%202.7l1.1%201.4%201.5.7s.4%201.7%202.4%201.4c1.3-.2%202.1-.1%202.1-.1l1.8%201.8s-.2%202.2%202.1%203c.6.1.5.9.5%201.4.2.3.4.9.4%201.6-.1.7-.2%202.5.7%204.2-.1%201.6-1.3%206.6-1.6%207.9.2.7.8%202.8-.2%205.9.3%201%20.6%201.6.6%201.6l1.4%201.2.1-.1-1.2-1.7%202.2%201.5.1.5.2.1s1.1-1.1%201.4-3.4c-.2-.2-.9-.3-.9-.3s-.9%200-.6-1.3c.1-.4-.4-.8-.9-1.3.1-.2.1-.3.1-.3.9%200%202.9%201.7%202.8%202.4.2.2.4.2.4.2l.9-1.3s1.9%201.4%201.4%202.5-2.3%203.4-2.3%204.5c0%20.7.3%201.2-1.2%201.7%200%20.5-.2%201.1-.2%201.1s-1.1-.7-1.2-1c.1.8.2.8.5%201.1.3.3%202.4.8%202.8%201.6.4.8.5.9.5.9s-.4.4.1%201.1c.5.7%203.1%205.6%205.4%207.5.9.7%202%20.5%202.6.3.2.3.4.4.4.4.3-.4-.3-2.4-2.1-3.2.1-.4.1-.5.1-.5s1.5-.1%201.7%201.1c.5-.4%202.7-1.7%202.8-.8-.6.3-1.3.8-1.3.8s.5.9.7%201.2c.3%201-.4%203.7.5%204.9.5.4.1%201.3.1%201.3l1.2-.1%201.2-1.2.3-1.4%201.7-1.3-1.2%201.6-.1%201.5s-1.5%201.3-1%201.9c.6.1%201.2.5%201.2.5l1.4%201.2c0%20.4.2%201.2.6%202%20.4.7.5%201.9.5%202.2%200%20.3%201.8%203.7%203.1%203.1-.5.5-.9.6-.9.6l1.2.9c.7-.2%201.9-1.1%205.9.8.3%201%20.6%201.3.6%201.3.7.3%202.4%201.7%203.1%203.7.4%201%20.5%201.1.8%201.3.2.3%201.9%202.1%201.9%202.1l1.1.3h1.5l1%201.1-.7%201.1-1.5-.8-1.2-.9-1%201.2.4%201.3%201.3%201.3c1.4-.4%203.3-1%204.1-1.8.8.1%203.1.8%204.4-.8.9-1.1%201.8-2.2%202.9-.8.7.1%201-.2%201-.2l-.3-.9s0-1%201.3-2.6c-.3-1-.9-2.6-.9-2.6l.3-1-.1-1.1.5-1.4.2-1.1s2.2-1.7%201.7-4.2c-.5-2.5-.8-6.2-.5-7.4-.1-.9-.4-3.1-.3-4.3.1-1.3-.1-4.1-.9-5.3%200-.6-.5-2.8-1.1-3-.6-.2-.4-.4-.4-.7%200-.3-1.4-3.8-3.7-4.2v-1.6c-1.1-1.2-2.5-3.7-2.8-4.6-.3-.9-1.6-3.9-3.7-6.1-2.1-2.2-4.6-7.2-4.8-7.5-.3-.3-2.2-3.5-2.2-3.5s-1.8-4.7-2.2-5.8c-.2-.7-.2-1.1.6-.5.8.5.8.7.8%201-.1.3-.4.7.2%201.2.6.5.9.9%201.4.6.5-.3%202.4-.4%202%202.3-.1.9%200%201.8%200%201.8l1.3-1.5s-.5-2-2.5-3.9-3.4-3.8-3.7-4.2c-.4-.4-4.9-5.9-6.1-8.4-1-1.2-6.3-9.6-7.4-14.8-1-1.2-1.8-3.5-1.7-4.3%200-.8-1.4-2.5-1.8-3-.4-.5-.8-1.6-.8-1.6l.7.7s.8-2.6-.6-2.8c-.2%200-.4-.1-.5-.2l-.2-.7v-.1c.1-.5.2-.6-.1-1-.3-.4-.7-.9-.5-1.5.2-.5.7-1.9.7-1.9l-.8-.2.7-1-1.1-1.2%201.2.5.4-1.2-1.6-.1.4-1.1%201.3.5s1.7-2.2%201.4-3.2c-.4-.2-1.1-.5-1.1-.5s-1.2.7-2.4-.4c-.1-.2%200-.4%200-.4s.8-.2%201.4.3c.7-.1%201.4-.1%201.4-.1v-1.1h.7l.8-2.4-1.1.3-.6-.5v-.3l1.1-.9-.5-1.2%201.4.7s1-2.2-.1-1.8c-.6.2-.8.4-.8.4l-.2-1.3c.8%200%201.6%200%202.2-1.7-.4-.4-1.1-1-1.1-1v-1.5l1.1.7%201.4-.1-.2-1.3c1.1-.5%201.6-1.2%201.9-1.9-.2-.2-.5-.3-.7-.3h.7v-.8l-.4.5h-.2c.2-1%20.3-2.2.5-2.7h.2v1s.9.6%201.8-1.1c-.5-.7-1.5-1.1-2-3-.1-.7-.9-2.1-1.2-2.6l.1-.3.9%201%20.6%201.3%201.1.9s.4-1.3.1-2.2h.3c.1.7.1%202.4%201.9%202.7%201-.3%201.4-.7%201.4-.7s.1-1.5.6-2.1c-.7.7-1.1.9-1.1.9l.7-1.3-.6-.4-1.1.1-1.2-.7-1.1-.1%202.5-1.1c.8.5%201.5.6%202.3%200%20.8-.6%201.2-.2%201.4-.2.2%200%201.1-.3%201.3-.9-.2-.4-.6-1-.6-1l.2-.2%201.2.7%201.2-.9%201.4-.4-.2-.9%201.4-.5.3-1.6-1-.4-.5-1.5s1.2-1.2%201.6.8c.6-.1%201.3-.1%201.3-.1s1.2-1.4%201.7-2.2c.5-.4%201-.9%201-.9l-.3-1.3.7-1.4%201.4.4%201-.3s.2-1.3%201.4-2.3c-.3-.2-.8-.7-.8-.7l.1-.3%201.3.5.8-1.3s-.1-.8-1.6-1.7c-.7-.6-.6-1.8-.1-2.6.4-.5.7%200%20.4.6-.3.6-.3%201.1-.3%201.1l1.1.4.7%201.3s-.1-1.3.1-2.2c-.3-.6%200-2.4.6-3.5.6-1%201-1.8%201.3-2.6.3-.8%202.2-4.4%205-5.8.2-.1.3-.3.4-.5l.1.1.8-.9c.7-.4%205.1-2.2%207.3-1.6%201-.6%201.5-1.1%201.5-1.1s.9-2.6-.9-4.8c.2-.2.5-.4.5-.4.5.7%201.1%202.2%201.1%204.4h.4c-.1-2.5-.7-3.5.6-5.9.3-.6.7-1.4.8-1.8.1-.4%201.3-3.5%204-5-.2-.4-1.1-1-1.1-1v-.4l1.1-1-.3-.8.3-.2%201%20.4.1.3-.8%201.4s1.5.8%202.1-.2c.5-1%201.6-2.4%201.7-3.3.6%200%201.5.3%201.5.3s2.8-1.7%204.2-1.6c.2-.4.2-.6.2-.6l1-1.3.6%201.2.7-1.2c1%20.8%201.5%201.3%202%20.1s1.1-2.1%201.8-3c.7-.9.6-1.5.6-1.5s-.4-2-1.1-.5c-.5.8-.5%201.1-.5%201.1l-1.1.3-.1-.3.4-.5-.4-.8h-.3l-.2%201-.8-.3.4%201.3-.9-.5s-.4-.3-1%20.3-2%201.5-3.9%201.1c-1.1-.2-2-1.2-3.7-3.2l.2-.2s1.3%201.1%202%201.1c.4%200%201.1.7%201.6%201.1.4.4%201.4.5%202%200%20.6-.6%202.9-2.5%202.5-3.8-.1-.2-.7-.3-1.1-.1-.1-.4-.1-1%20.5-1%20.5%200%201.2-.2%201.2-.2s.9-1.4%200-1.7c-.8-.3-2.3-.9-3.5-.7-.6-.2-1.2-.4-1.6-.3-.5-.1-1.3-.4-1.3-.4s-2.6-.5-2.9-.7c-.3-.2-.8-1.2.3-.8%201.1.4%203.6.9%204.6.8.7-.2%201.3-.2%201.3-.2l.8.2s-.8-1.9-.5-2.6c.3-.3%201.5-.2.9.3-.5.6.2%201.3.6%201.5.4.2%201.4.4%201.4.4l.2-1.3s.4%201%201.3%201.3c.9.3%203.5.5%204-.1s2.3-4.8%202.3-4.8l.1-1.1%201.2.1%201.1-1.4c-.5-.8-.6-2.4-.4-3.5-.4-.6-1.7-2.4-2.4-2.5.2.5%200%201.5-.5%201.6l-1.5.3s-.1%201.5.2%202.2c.2.7.5%201.5-1%202.8-.5.2-.8-.5-.5-.8.3-.4.6-1%20.6-1l-1-.3-.1-.5s.8-1.2.6-1.6c-.2-.4-.1-.8-.1-.8s.4-2.4-2.7-1.2c-1.2.4-1.1%201.4-1%201.8.1.4-2.2-.4-2.6-.7-.4.4-2.5%201.7-3.9%201.7-.2-.5-.5-1.3-.5-1.3s-2.6-2.8-1.7-4.5c.1-.6-.3-1.4-.3-1.4s.4-.8.8.8c.1.9-.2%201.5.1%202%20.3.5%201.1%202.2%201.1%202.2l.9-.1%201.5.4%202.8-2.2-1-.7v-.4l2.7.7.2-.3-1-1%201.4.4%201.1-.4.1-1.2s-.5-1.3-2.5-1.5c.7-.3.9-.6%201.7-.1.8.5%202.3%201.9%203.7%201.5v-.3s-1.5-.5-2-2.3c.6.1%202.8%201.6%203.6%203.7l.3-.1-.3-1.2s-2.1-3-2.4-3.4c-.3-.4-.2-.4-.1-.7-.2-.2-1.4-.3-1.4-.3l-1.1-1.3s0-.3-.1-.7h.1l-.3-1.1c-.1%200-.1%200-.2.1l.1-.2%201.8%201.6.3-.9-1-.3-.2-1.2-.1-1.4%201.2%201s-1-2.2-1.4-3.3c-.4-1.2-.6-2.1-1.5-1.9-.9.2-1.4%200-1.7-.1-.5.2-1.7.2-2.2.1-.4-.1-1-.5-1%201.1.4.7.4%201.1.4%201.1-.6-.6-2.1-1.7-3.3.4v-1.2c0-.1-2.3-2.1-2.3-2.1l-.4-.1c-.6-.6-1-1.6-1.1-2.2-.4-.1-1.4.4-1.4.4l-1.4-.6-1.1.3s-2.2-1.1-3.7-1.1c-.8.2-2.4.6-2.7.1-.1-.4.3-.8.3-.8l1.3.2s2.6-.7%202.9%200c.5.5%201.8%201.3%201.8.5-.1-.9%200-.9%200-.9s1.6%201.7%202.5%201.7c.5-.4%201.4-1%201.4-1%20.3.6%201.4%202.4%203.3%202.9.9.7%201.3%201.6%201.3%201.6s.7-1%201.2-.9c.5.1.9-.9.8-1.5-.1-.7-.3-1.4-1.6-1.6-.5-.2-.5-.6-.6-1.4-.2-.1-.5-.2-1.3.4-.7-.1-2.7-.9-2.7-.9s-.9-1-1.3-1.3c-.4-.3-2.7-1.9-2.7-1.9l.2-.4s1.3%200%201.6.3c.3.4%201.8%201.7%202.1%202.2.6.3%202.6%201.1%202.6%201.1l.7-1.3-1-1.1s-.1-.9%201.8-.2c.5.4%201.1.9%201.1.9l.4-1.4-.7-2.3-1.1.2-1.4-.4-.1-.2.7-.2-1.4-1.1-1.2.1s-1.4-.7-1.5-1.7c-.5-.3-2.9-1.4-2.9-1.4l-.6-1.1%201.6.3%202.5%201.8%201.3.2s.3%200%20.2.5c.3.2%201.2.7%201.6.2.4-.6%201.2-2.1-.3-4.1l.1-.3%201%20.4s.6-1.2-.5-1.6c-1.1-.4-2.4-.7-3.1-.7-.3%200-.4-.4-.3-.5.1-.2-.5-.2-.8%200-.3.2-.4-.2-.4-.6%200-.4-1.8-1.7-2.8-1.4-.7.2-1.1.3-1.2.1-.2-.1-2.1.5-3-.9-1-1.4-1.9-3.6-3.7-2.1-1.1%201-2.7%201.4-3.1.9-.3-.5-.3-1-.3-1l.3-.2-.2-1.5s.4-2.4.4-3.3c.2%200%20.6.2.9.1l.8.2c-.1.4-.3.8-.7%201.1-.8.5-.8%201.8-.4%202.7.5.9%201%201.2%201.5.7s.5-.7.5-.7l.1-.9s1.2-.9%201.6.2c.4%201.1%202.1%202.5%202.7%202.6.3.1.3-.1.3-.1l-.1-1.1.2-.5.6%201.1%201.3%201.3s2.3-1.6%203.5.5c.7.2%202-.2%202.9%201%20.4.2.9-.1.9-.1s-.9-3.1-2.4-3.5c-1-.4-1.6-1-2.4-1.5-1.1-.4-2.4-1.6-2.4-3.2.2%200%20.8%201.4%201.4%201.8.6.4%202%20.9%202.1%201.2.1.3.5.7.8%200%20.3-.7.2-.7.2-.7l-2.1-2.4-.8-2.7-.8-1.4.4-1.2s-.6-1.2-.5-2.2c.1-1-.3-1.6-.8-2-.1-.1.2-.5.9-.3s1%20.2%201%20.2v-.5l-1.4-.4v-.1l.4-1.1s-.1-.8-2.5-1.7c-.7-.3-.1-.6.3-.6s.8%200%201.2.2c.4.2.7-.1.7-.3%200-.2-.5-.7-.6-.7-.1-.1.3-.3.8%200%20.4.3.2-1.6.2-1.6s-.2-1%20.5-.6c.4.4.7%201.4.7%201.4h.3s-.4-2.6.4-3c.1-.1.3-.2.2%201.1.6%200%201.3-.5%201.3-.5s1.2-1.1.7-1.8-.8-1.8-.3-1.8%201.3-.3%201.7-.6c.2.1-.2%201.2-.2%201.2l.3.2s1-1.5%201.4-.8c.2.4-1%202.2-1.7%202.6v.3l1.5-.1s-1.2%201-2.1%201c-.4.1-1%20.5-1.3%201.1-.3.7-.8%204.4-.6%204.7.2.3.6%201.4.6%201.4h.2s.1-1.9.9-1.3c-.1.5%200%20.7%200%20.7s.4.6-.1.8c-.4.2-1%20.6-1%20.6l-1.3.4.1%202.4.5-1%20.9-.9.4-.6%201%201.4%201%20.1-.7%201.1.5%201.2-1.2-.8-1.5.4s-.5%201.2.5%202.7c.2-.1-.1-1.1.6-1.4.7-.3%201-.2%201-.2s1.5%202%201.9%202c.4.1%201%200%201%200l.8-.3.2.4s-.3.9-1%20.8c-.7-.1-2.9-.3-2.9-.3l-.6%201.3.2.3s1.5-1.5%201.2-.3c-.3%201.2-1.3%202.8.5%204.6.2%200%20.3-.1.3-.1s-.8-1.2-.2-1c.6.2%202%201.1%203.2%202.3.4-.5-1-1.7.3-2.7-.1%201.1-.1%201.2.6%201.8.2-.4.3-2%201-2.6%200%20.2-.2%201.6.2%202.3.3.3.7.5.7.5.2%200-1.1.9-1%201.4%200%20.5.1%201.3.7.9.7-.4%202.8-.4%202.5.4-.3.8-2.1%203.1-.8%202.7%201.2-.4%203.1-.9%202.9-.4-.2.5-.8%201-.8%201s1.5.8%201.3%201.5c-.2.7-.4.9-1.2.8-.8%200-.2%201.8-.4%202.4-.2.7-1.8%202.1-1.1%205.9.2.7-.1%201-.2%201s-.2%202.1.2%202.9c.4.8%201%201.9%201%201.9h.4s.5-1.7%201-2.4c-.3-1.1-.4-3.2.3-4.8.2-.5.4-1.2.4-1.6l.3-.3s.5.6.7.8c.2.1.5.3.7-.3.2-.6.2-1%20.2-1s-.4-2.1.1-3c.4-.9-.1-1.6.4-2.3.5-.7.8-2.1.7-2.7-.1-.5.4-2%20.4-2l-.2-1.5s1.2-.8%201.4-3.2c0-.7.3-.6.6-.3.2.2.8-1.7.8-2.6-.3-.4-1.1-.8-1.1-1.2.4-.1.8-.2%201.1-.2.1.3.2.3.2-.1h.2l-.2-1.2h-.1v-.1c-.4-1.6-.7-2.1-1.2-2-.5.1-1.3.3-1.3.3l.8-1.1-.5-.3s-.2-1.1.5-2.2c.1-.2-.2-1-.9-.8-.7.2-1%20.1-1%20.1l-2.5-2-.6-1.3s-1.5-.9-1.7-2.3c-.2-1.3-.4-3.1-2.1-4-1.1-.6-1.7-1.6-1.9-2.4l.2-.7c0%20.1.1%200%20.1%200%20.8.6%202%201.7%202.3%202.1%201.2.4%203%20.8%204.7%202.6.5.1.8-.1%201.3-.5.4%200%201.4.2%202.4-.1.4-.1%201.1.8.9%201.7-.2.9-1%203%20.1%203.2.7%200%201.3-.4%201.8-2.1.3-.7.8-1.7.8-1.7s.2-3.3%201.2-3.7c.4-.1.1-.5-.5-.5-.2-.3.8-2.1%202-2%20.3.1.4-.2.4-.2l-.7-.9.7-1.2-.3-2s1.4-.4%201.4-1.1c0-.8.5-1.5%201-2.3.5-.8.4-1.8.1-2.2-.2-.4-.1-.7%200-1.2.2-.5.1-2.8-.2-3.2-.2-.4.2-.8.4-.9.2-.1.8-1.1.6-1.7-.2-.6-.4-1.1-.3-1.5.1-.5-.1-3.8-.3-4.4-.3-.7-2.1-.9-2.6-.8-.5.1-2.5.8-2.5-.4%200-1.3.4-1.9%200-3-.1-.3.7-1.5.7-1.7.2.2.5.3.5.3l.6-.6-.3%201.3%201.4-1.6.5-.5c-.3.5-.4%201.1-.6%201.9-.3%201.4%201.3.8%201.9.6.6-.2.5.2.1.4s-.4.7.3.3c1-.5%205.4-3.2%206-3.4.6-.2%202.1-1%202.2-1.1.1-.1.1-.4.5-.5.9-.2%203.1-1.6%203.5-1.9.4-.2.6-.4%201-.4.4-.1%201.4-.4%201.7-.9.3-.5.7-.6%201.2-.5.5%200%20.7-.2%201-.4.3-.2%202.3-1.5%202.3-1.8%200-.3%200-.7.9-.8.9-.1%202.3-1.3%202.7-1.8.4-.6%201.2-.8%202-1.5s1.4-1.7%201.2-2c-.9%201.1-2.1%201.6-2.4%201.4-.4-.6-2%20.3-2.5.6-.4.3-1.1%201.7-1.6%202.4s-1.6%201-2.4%201.1c0%200%200-.3-.1-.4.3-.7%201.4-1.7%201.9-2%20.5-.3.3-1.3.3-1.5%200-.2.6-1.3%201.2-2.2-.8.9-3.1%203.2-3.4%203.7-.4.5-.3.7-1.1%201-1.6.9-5.3%201.6-5.8%201.7-.5.1-1.3.3-1.4.7-.1.4-.4.8-.9.9-.8-.2-2%20.5-2.6.9-.6.4-.9.5-1.3.3s-1.2.3-1.5.6c-.3.3-.5.7-.3%201%20.2.4-.4.5-.6.3-.3-.1-.6-.1-.7.4-.1.9-.7%201.2-1.7%201.7l-.3.2c1.5-1.8%201.8-2.6%201.9-3%20.1-.2.6-1.4%201.2-2.6l.9-.2-.5-.5.5-.1s2-2.1%202.2-2.7c.7-.2%202-.7%202.4-2.2.5.3.8.5.8.5l1.8-2.4s.2-.4%201.4-.4c.5%200%201.2-.9%202.4-.9.7%200%201.1-.7%202-.8.8%200%202.3-1%202.9-.7.4.1.4-.5.3-.8-.1-.3%201.1.3%201.4%200%20.3-.3%204.3-2.8%205.5-2.4l.1.3-.1.2c.2.1.5.2.7.2h.8l-.2-.8v-.1c.1-.1.2-.2.4-.3.7-.4%204.1-1.8%204.3-3.8.1-.7-.3-1.6-.4-1.8-.1-.2-.4-1.9-.8-2.4s.4-1.7.1-2.4c.4.2.9.8.9.8l.2-.4.4.3.2.7s.2-.1.4-.3l.1.1h1c.1%200%20.2.1.2.1%200%201.1.6%203.3%201.2%203.9.1-.2.3-.6.6-1.1.4-.6%201-1.3%201.7-1.1.6.1.5-.8.7-1.3.2-1.1%201.3-1%201.7-2%20.4-1%201.6-1.8%201.8-1.8-.1.3.6%202.6.4%203.4.2.5.4.5.4.5.9-.4%202.7-1.2%202.9-2.7.5-.3.1.2.8-.1.6-.4%203.4-1.8%204.3-2.1.9-.3%201.6-1%201.5-1.6-.1-.6-.5-1.5-.5-2.3%200-.8-2.2-4.2-5.8-4%20.9.2%202.6.7%202.8%202.3.4.4%201.2-.4%201.6.8.2.6.4%201.7.1%202-.3.3-.7.8-1%20.9-.3.1-2.4%202.1-3.4%202-1-.1-2.3%200-3.4-2.5-.3-.7-.8-.9-1.7-1.1-.9-.2-1.2-.8-1.1-1.7.5.1%201.2.5%201.2.5l.3-.4-3.6-3.3-1.7-.3-1.3.6-1.6-.7-.5-1.4h1.2l-.5-1.2s1.4-.7%201.1-1.7c-.1-.4.1-1.2%201.4-2%201.4-.8%201.5-1.1%201.5-1.1s1-1.6-.8-1c-.8.2-.8.6-1.4.2-.5-.5-1.1-.7-1.1-.7s.2-1.4-1-1.7c-.5-.1-.3-.6-.1-1l.4-.1-.1-1.1h-.2c0-.3%200-.6.1-.8.1-.3.4-1.1.4-1.6.1.1.2.1.2.2l-.3-1.8c.2-.1.3-.2.4-.3.2-.2%201-1.4.8-2.1-.2-.7-.7-2.2.2-2.9.9-.7%201.7-2.9%201.7-2.9s-1-1.1-.2-2c.7-.8%201.9-2.3.5-2.5-.7-.2-.1-3.9%202.2-5%20.5.7.6%201.8.6%201.8l.7.1s.7-2.1.7-2.6c.1-.1.6%201.8%201.2%202.6.3.2.4%200%20.4%200l.3-1.3-1.1-2.1%201.5%201.7s.3-.9-.2-1.6c-.5-.7-.6-1-.4-1.5.2-.5.2-1.5.9-1.2.5.4.5%201.1.5%201.1l-.3%201.3%201%20.6.5-.2s-1.4-2.4-.4-4c.2.1.1%201%20.2%201.6.1.6.2%201.6%201.2%201.8.3-.1.3-1.7.2-2.3-.1-.7%200-1.9%201.8-1.4%201%20.3%201.4.6%201.7-.2.3-.8.4-1.2.8-1.4.4-.3.4-.8.1-1.1-.2-.4-.5-.9-.4-1.4.2-.4.5-.9.1-1.9-.1-.3.1-.5.4-1.1.3-.5.1-1.8.1-1.8l-.7-1.1%201.4-1s.3-1.3%200-2.2c.3-.2%201.5.7.9%201.9-.1.4%200%20.6%200%20.6l1.2-.2s.5%201.3-.5%202c.5-.1%202.7-.3%204.1%201%20.2%200%20.3-.2.3-.2-.5-.6-1.6-2-.7-3.4.2-.5%200-1.1-.2-1.5l.1-.3%201%201.3%201.3-.9-.1-1.5s3.3.6%203.7%201.4c.3.4.2.9.2.9l.2-.1.4-1.2s-.6-1.5.1-1.7c.3%200%20.5.4.6.8.1.4.7%200%20.7%200l.1-1s-.5-1.5%200-2.1c.5-.6.7-.6.9-.3.2.3%201.2%201.5%201.4.7.2-.8.2-.7.2-.7h1.1s-.3-1.4.6-1.7c.5-.1.8-.5.8-.8%200-.4.5-.4%201-.2-.2-.5-.6-1.2-.6-1.2l.1-.4s1.5.3%202%20.3%201.2-.7%201.5-1.2c-.2-.1%201.4-2.7.2-3.3zm-258.1%20352.6l.2-.1c-.1%200-.2.1-.2.1z%22/%3E%3Cpath%20id%3D%22XMLID_208_%22%20class%3D%22st0%22%20d%3D%22M578.1%20102.7c-.4.5-.3%201.8-.4%202.2%200%20.5.4.4%201.1.3.6-.1.3-2.3%200-2.9-.2-.2-.3-.1-.7.4z%22/%3E%3Cpath%20id%3D%22XMLID_209_%22%20class%3D%22st0%22%20d%3D%22M601.2%2094.3c.9.5%201.2.6%201.3.9.8.1%202.2.3%203.8-1%20.3-.5-1.5-2.8-3.2-2.3l.4%201.1c-.4.4-1.4%201.3-2.3%201.3z%22/%3E%3Cpath%20id%3D%22XMLID_210_%22%20class%3D%22st0%22%20d%3D%22M523.8%2065.4c.4-.3.8-.3%201-.6.2-.3%201.4-2.2%203.8-2.8%201.3-.3%202.3-1.7%202.3-2.1%200-.3.5-1.4%201-1.6-.1-.2%200-.7%200-.7-1%20.4-2.9%201.7-3.2%202.2-.3.4-1%20.7-1.4.8-.3.1-4.2%202.3-4.1%203.2%200%20.9.2%201.9.6%201.6z%22/%3E%3Cpath%20id%3D%22XMLID_211_%22%20class%3D%22st0%22%20d%3D%22M533.4%2078.7c.9.1%201.8-.3%201.4.3-.4.5-.4%201.2-.4%201.2l.7.9s.4.3.6-.3c.2-.5%201.4-3.9%204.9-6.6.3-.1.3-.6.3-1s.9-.9%201.9-.5l1.1-.9-1.1-.9s-1.6.2-2.6.1c-.8.2-3.3.5-5.4%202.6-1.3%201.3-2.8%203.7-2.6%204.1.3.4.3.9%201.2%201z%22/%3E%3Cpath%20id%3D%22XMLID_212_%22%20class%3D%22st0%22%20d%3D%22M819.1%20144.1s.1%201%20.2%201.5c0%20.5-.7.8-1%20.9-.4.2-.6.5%200%20.5s1.6-.1%202.3-.6c.9-.6-1.5-2.3-1.5-2.3z%22/%3E%3Cpath%20id%3D%22XMLID_213_%22%20class%3D%22st0%22%20d%3D%22M810.7%20144.5c-.6%200-1.5%201.3-1.6%201.7-.1.4-.4%201.2-1%201.7.1.4%201.8-.5%202.3-.8.5-.3.9-.6%201.4-1.1.6-.4-.4-1.5-1.1-1.5z%22/%3E%3Cpath%20id%3D%22XMLID_214_%22%20class%3D%22st0%22%20d%3D%22M845%2063.4l-.9%201-.1%201.5.6%201.2.9-1.4v-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_215_%22%20class%3D%22st0%22%20d%3D%22M824.9%2079.2l.5%201.2%202.4-1.2.4-1.4-1.8-1.1z%22/%3E%3Cpath%20id%3D%22XMLID_216_%22%20class%3D%22st0%22%20d%3D%22M54.6%20321.5c.5.4%201.4%202.3%201.9%203.4s1.5.9%202.3.6c-.3-1.2-2.4-3.3-4.2-4z%22/%3E%3Cpath%20id%3D%22XMLID_217_%22%20class%3D%22st0%22%20d%3D%22M31.8%20305.1l-1.3.6.4%201.3%201.6.3%201.1-.3.2-.8-.9-.9z%22/%3E%3Cpath%20id%3D%22XMLID_218_%22%20class%3D%22st0%22%20d%3D%22M37.5%20305.7l-.9-.9c-2.1%203.1%202%202.9%203.6%203l1.1-.9s-.9.1-1.4.1c-.4-.4-1.5-1.1-2.4-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_219_%22%20class%3D%22st0%22%20d%3D%22M37.8%20322.2l.5%201.3%201.3.2-.9-1.5z%22/%3E%3Cpath%20id%3D%22XMLID_220_%22%20class%3D%22st0%22%20d%3D%22M54.4%20335.5s.8-.1%201.2-.4c-1-1.1-2-3-2.8-4.8-.5%204%201.6%205.2%201.6%205.2z%22/%3E%3Cpath%20id%3D%22XMLID_221_%22%20class%3D%22st0%22%20d%3D%22M66.8%206.3l.8%201.1.6-1.3-1.9-.9-.9%201.1%201.2%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_222_%22%20class%3D%22st0%22%20d%3D%22M64.1%209.3l.2-1.6-1.3-1.6-.6%201.5.5%201.4z%22/%3E%3Cpath%20id%3D%22XMLID_223_%22%20class%3D%22st0%22%20d%3D%22M67.4%2014.7c.7-.4%201.9-.9%202.2-.9.3-.4-.3-1.6-1-1.3l-1.1.6-1.3%201.6%201.4%202.8s-.9%201.7%201.2%203.9c-.1.8.2.9.5.7.3-.2%201.1-.5%201.1-.5s-.2-2.2-1.1-2.6c-.9.1-1.4-.1-1.2-.6.2-.6.3-1.8-.2-2.4-.5-.6-1.2-.8-.5-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_224_%22%20class%3D%22st0%22%20d%3D%22M503.4%20439.1s.1.4.5.9c.6%200%202.5%201%202.5%201l1.7-.4.4-1.3-2.8-1.3-2.3%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_225_%22%20class%3D%22st0%22%20d%3D%22M516.3%20444s-.1.4.3.9%201.8.9%202.3.4c.1-.8-1.1-2.6-1.1-2.6l-1.5%201.3z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat top center;
  background-size: cover; }

.impact-map--borders .impact-map__bg {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22846%22%20height%3D%22517%22%20viewBox%3D%220%200%20846%20517%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%23EDEDED%3Bstroke%3A%238C8C8C%3Bstroke-miterlimit%3A10%3B%7D%3C/style%3E%3Cg%20id%3D%22XMLID_17_%22%3E%3Cpath%20id%3D%22XMLID_18_%22%20class%3D%22st0%22%20d%3D%22M549.2%20116.5c-.5-1.3.3-2.7.3-2.9l.3-.6-.6-.2c-.7-.2-1.8%200-2.4.2h-.1s0-.2.1-.6c.8-2%20.5-4.2%200-4.8%200-.1.1-.3.1-.3l.2-.3h-.2c-1.5-2-4.3-1.7-4.3-1.7s0-.5-.1-.9c-.2-2.1-2.1-2.7-2.9-2.7-.5%200-2.5-.4-2.8-.6-.6-.4-1-.3-1.4-.2-.1%200-.3%200-.4.1h-.2c-.4.2-1.4%200-2-.1-.2%200-.4-.1-.6-.1-.6-.1-.9%200-1.2%200l-4.3-1.9h-.2c-.1%200-10.5-2-12-2.3-1.4-.3-1.7-.5-2.3-1.6-.7-1.5-2.7-2.7-3.5-2.7-.1%200-.1%200-.2-.3l-1.1.4c.1.5.4%201.1%201.3%201.1.4%200%202%20.9%202.5%202%20.7%201.6%201.5%201.9%203.1%202.2%201.5.3%2011%202.1%2012%202.3l4.5%201.9.3.1.3-.1s.2-.1.8%200c.2%200%20.3%200%20.5.1.9.1%202%20.3%202.7%200h-.1c.2%200%20.4-.1.5-.1.3-.1.3-.1.5%200%20.7.4%203.1.7%203.4.7%200%200%201.6.2%201.7%201.7.1%201%20.1%201.9%201.2%201.9h.1c.5%200%202.2.1%203.1%201.1-.1.3-.2.8.2%201.2v-.1c.2.3.5%202-.1%203.6-.3.7-.3%201.2-.1%201.7.2.4.6.6%201.1.6h.2c.4-.1.8-.2%201.2-.2-.2.8-.5%201.9-.1%203%20.3.9%201.1%201.7%202.2%202.2.1-.2.1-.4.1-.5%200-.3.1-.5%200-.5%200%200-.1-.1-.1-.2-.7-.7-1-1-1.2-1.6z%22/%3E%3Cpath%20id%3D%22XMLID_137_%22%20class%3D%22st0%22%20d%3D%22M583.2%20415.8c.1%200%20.1%200%20.2-.1l-.2.1z%22/%3E%3Cpath%20id%3D%22XMLID_138_%22%20class%3D%22st0%22%20d%3D%22M746.9%20200.2c-.2-.2-.4-.4-.7-.4.1-.1.1-.2.2-.3%200-.1.1-.1.2-.2.3-.2.7-.6.7-1.4%200-.9.2-1%20.4-1.2l.3-.3-.3-.1c-.2-.1-.5-.2-.9-.3-.3.3-.5.8-.5%201.8%200%20.3-.1.3-.3.5-.1.1-.3.2-.4.4-.1.2-.8%201.2-.4%201.8.1.1.3.4.8.3%200%200%20.1%200%20.2.1%200%20.1.2.2.1.5-.2.6-.5%201.2.4%201.5%200%200%20.3%200%20.4.1-.1-.3-.2-.6-.2-.9v-.1c.1.1.2.1.4.2%200-.1.1-.3.1-.4%200-.5-.1-1.1-.5-1.6z%22/%3E%3Cpath%20id%3D%22XMLID_139_%22%20class%3D%22st0%22%20d%3D%22M765%20172.4l.6-.6c-.3.1-.5.3-.6.6z%22/%3E%3Cpath%20id%3D%22XMLID_140_%22%20class%3D%22st0%22%20d%3D%22M134.2%2069.6c0-.1%200-.1%200%200%200-.1%200-.1%200%200z%22/%3E%3Cpath%20id%3D%22XMLID_141_%22%20class%3D%22st1%22%20d%3D%22M711.1%20208.3c-.5%200-1%20.2-1.1.2-.4.2-1.4.2-1.9-.4-.2-.3-1.3-1-1.8-.7-.2.1-.3.3-.4.5%200%20.1-.1.2-.2.3-.4.7-1.1.9-1.6.9-.4.1-.5.2-.7.4-.2.3-.5.5-.5.8-.1.8-.9%201-1.6%201h-.3c-.5%200-1%20.3-1.4.2-.1%200-1.3-.2-1.9-.9%200%200%200%20.1%200%200-.1.5-.2.8-.2.9%200%200-1.4%202.1-1.4%202.2-.3.4-.9.8-1.5.4-.2-.1-.5%200-.6.1l-.1.1c-.3.2-.5.3-.6.6-.2.5-.6%201.2-1%201.5-.2.2-.6.5-.8%201-.3.6-.5%201-1.1%201.3-.3.2-1.2%201.3-1.5%201.8-.2.4-.5.6-.9.5-.2%200-.8-.2-.8-1.4%200-.4-.6-3.9-1.5-9l-10.7%201.9c-1.6.3-2.7.5-2.9.5-.9.2-2.4.5-2.6-.8l-2.2-13c0%20.3.1.6.1.9.1%201%20.1%201.2-.1%201.5v.1c0%20.1%200%20.1-.1.2-.2.6-.6%202-.5%203.5%200%20.3%200%20.6-.1.9%200%20.2-.1.4%200%20.5%200%20.1.3%201.7%200%202.3-.1.2-.3.4-.4.5-.1.1-.1.1-.1.2.1.7.1%201%200%201.4%200%20.1-.1.5%200%201%20.1.7.1%203.2-1%204.1l-.2.2c-.8.7-1.7%201.6-2.4%203.2-.3.9-2.2%202.3-2.6%202.5l-.1.1c-.3.2-.6.3-1.2.1-.1%200-.3-.1-.4-.2-.7-.3-1.1-.5-1.3-.2-.5.9-.6%201.1-.6%201.3.1.8-.3%201.3-.8%201.5-.3.1-1.1.6-1.2.8%200%20.1-.1.2-.1.4-.1.3-.2.5-.2.7v.1c0%20.4.1%201-.2%201.5-.1.1-.2.3-.3.4-.1.1-.3.3-.3.4l.1.1c1.1%201.1.8%201.7.5%202-.2.2-.7%201.2-.8%201.8v.2l-.1.4c-.3.3-.6.6-.7.6h-.4l-.1-.6c-.2-.6-.9-1.8-1.2-2-.1-.1-.4-.3-.5-.3-.1.2-.1.3-.2.5-.3.6-.7%201.3-.6%202.2%200%20.7-.3%201.2-.5%201.5l-.1.1c-.1.2-.2.7-.2.8.3.4.5%201%20.5%201.5v.2c.1.7.2%202.1-.8%202.5-.4.2-.5.4-.5.7%200%20.1.2%202.8-4.2%203.6%200%20.1.1.1.1.1.8.4.5%202.2.2%203.7-.2.7%200%201.1.5%201.4.9.6%202.2%202.1%202.3%203.1.1.2.5.6.8.9%201%201.1%202.4%202.6%202.9%203.8.1.1.3.2.5.4.6.4%201.9%201.4%202.3%201.4.5.1%201.4.1%201.8.1l.5-.6.1.6h.1v.7c0%20.4.3%201.4%201.7%202.5%203%202.4%204.4%202.6%204.9%202.4.3-.1.8-.5%201.2-.8.3-.3.6-.5.9-.6%200-.1.1-.2.2-.3.2-.5.5-1%20.9-1.1.2-.1.4%200%20.7.1%201.1.6%202%20.8%202.7.5.4-.2.9-.4%201.4-.6.8-.3%202.2-.8%202.5-1.2.2-.6.1-1.1.1-1.2v-.2l.1-.2c.1-.2.2-.5.5-.6.4-.1.7%200%20.9.1%200%200%20.1%200%20.1.1.6.3.9.4%201.4-.1.3-.2.5-.5.7-.6.9-.9%201.3-1.3%202.4-1%20.1%200%20.3.1.5.1%200%200%20.1-.1.2-.1.3-.2%201.6-1.1%202-1.6-.2-.5-.4-1.3.1-1.8.1-.1.3-.4.3-.5-.4-.5-1.2-1.4-.6-2.2.1-.2.2-.4.2-.6%200-.2.1-.5.3-.9.4-1%201.6-3.4%202.3-4.1.3-.3%201-2.6%201-3.6%200-.8.4-1.4.7-1.7l.1-.1c.1-.2.5-1.4.7-2.4%200-.2.2-.7.8-1.2.1-.1.1-.7%200-1.2%200%200-.4-2.7.9-3h.1c.6-.1%201.1-.3%201.8.3.4.4.9.9%201%201.4h.4c.1%200%20.3%200%20.6.1.4%200%201.1.1%201.3.1.4-.1.7-.3.8-.5.2-.5.8-1.8.8-2.9%200-.6.2-1.1.4-1.5.1-.2.2-.4.2-.6%200%200%20.2-2.6%201-3.1.2-.2.5-.2.7-.1.5.2%201.6.1%201.8-.2.1-.1.1-.4.2-.6.4-1%20.8-2.2%201.8-2.2.3%200%20.6-.1.7-.3.2-.2.3-.5.4-.6.2-.9.9-2.8%201.7-3.7.2-.2.2-.2.2-.4%200%200-.3-2.3%200-3%20.2-.4.2-.7.2-.8v.1c-.2-.3-.2-.9%200-1.4.1-.4.4-.6.8-.7.1%200%20.2-.1.3-.1.4-.2.8-.3%201.5.1%200%200%205.1%202.8%206.3%203.5%200-.1.1-.1.1-.3.1-.2.2-.6.3-1%20.1-.5.2-1.1.2-1.6v-.4c-.1-.6-.3-.7-.5-.8-.7-.3-.9-.8-.8-1.5%200-.1-.2-.4-.2-.5-.4-.1-.7-.3-.9-.6-.1-.2-.2-.5%200-.9-.4.3-.4.3-.4.2z%22/%3E%3Cpath%20id%3D%22XMLID_142_%22%20class%3D%22st1%22%20d%3D%22M666.4%20195.5c-.2.1-.4.1-.6.1-.1.1-.2.5-.1.7%200%200%20.1.1.1.2.4.4%201%201.1%201.3%203.1l-.7-4.1z%22/%3E%3Cpath%20id%3D%22XMLID_143_%22%20class%3D%22st1%22%20d%3D%22M646.2%20253.5v.2-.2c0%20.1%200%20.1%200%200z%22/%3E%3Cpath%20id%3D%22XMLID_144_%22%20class%3D%22st1%22%20d%3D%22M662%20279.4c-2.1.1-4.4.8-5.6%201.3-.2.1-.8.3-25.6%203.4-2.1%201.1-4.2.9-4.6.9-1.2.1-14.7%201.6-16.5%201.6-1.8%200-2.7.1-6.2.6-3.6.5-12.2%201.2-13.8%201.2-1.6%200-21.4%202.2-22.9%202.4l-.6.1c-1.4.3-2.4.5-3.3%200-.6-.3-1.8-.3-2.5-.3.1.3.2.7.3%201%20.1.3.2.6.3%201%20.2.8%200%201.3-.2%201.5-.4.5-1%20.5-1.2.5l-21.1%201.7c-.2.3-.4.6-.8.8-.2.1-.5.2-.7.1.1.3.3.6.3.7l-.1-.1c.2.2.2.5.2.7-.2.6-.9.8-1.1.9.2.3.4.8.3%201.2-.1.2-.2.5-.7.7-.3.1-.5.3-.6.4.1%200%20.1.1.2.1.4.3%201.1.9.5%201.8%200%20.1-.1.1-.1.2-.3.6-.9%201.9-1.1%202.5%200%200%200%20.1.1.1.2.4.6%201.1.4%201.8-.1.6-.6.8-.9.9%200%20.1.1.2.2.2.2.3.2.5.2.7-.1.5-.4.8-.7%201l-.1.1c-.2.2-.6.4-1.1.6-.3.1-.7.4-.7.4-.3.2-.4.4-.4.5.4.4.9%201%20.8%201.5%200%20.3-.2.5-.5.6-.2.1-.7.6-.9%201l-.6.6h-.1c.3.4.7%201.1.1%202-.3.5-.7.5-1%20.5l-.1.3c-.1.4-.1%201.6.3%202.1%201.1%201.1.6%202.5.2%203-.4.4-.9.8-1.4%201.1-.1%200-.1.1-.1.1v.1c0%20.1%200%20.2-.1.3-.1.2-.3.5-.5.7l32.1-2.6c.1-.2.2-.3.4-.3v-.1l.5-.1h.2l.5-.1c.2%200%20.3%200%20.5-.1l2.7-.2c6.7-.5%2024.6-2%2038.6-3.6%205.5-.6%209.8-1.2%2013-1.7%202.1-.3%204.1-.4%205.6-.5.8%200%201.6-.1%202.1-.1%200-1.1-.1-2.7-.1-3.7-.1-1.7%201.5-2%202.3-2.2.3%200%20.5-.1.6-.2.6-.2%201.1-1.1%201.2-2%20.1-1.2.8-2.6%202-3.6%202.2-1.7%203.9-1.7%204.9-1.7h.4c.5-.1.8-.2%201.2-.6%201-1.2%204.1-3.8%204.9-4.5.8-.7%201.2-.7%202.1-.8h.2c.4-.1.9-1.8%201-2.8%200-.6.4-.9.5-1%20.3-.2.7-.1%201%200h.1c.1-.5.4-1.3%201.2-1.9%201.2-.9%201.8-.4%202.2.1l.1.1.2.2c.2.3.2.3.7.2.3-.1.9-.7%201.3-2v-.2c1-1.3%202.2-1.7%202.9-2%20.2-.1.4-.1.5-.2.8-.4%201.5%200%202%20.4.7-.5%201.2-2.1%201.4-2.7.3-1.1%201.2-2.1%202.5-2.8.5-.2.6-2.2.4-3.4v-.2l.1-.1.1-.1z%22/%3E%3Cpath%20id%3D%22XMLID_145_%22%20class%3D%22st1%22%20d%3D%22M528.5%20318.8s0%20.1%200%200h.2s.1%200%20.3-.1l-.1-.1-.4.2z%22/%3E%3Cpath%20id%3D%22XMLID_146_%22%20class%3D%22st1%22%20d%3D%22M136.9%2063s-.9%203.1-.8%204.9c.1%201.3-.4%201.8-.8%202.2.1.3.4.9.5%201.3.1.2.2.4.2.5.4.9%200%202.4-.2%203-.2.5-.2%201.9%200%202.2%200%200%200%20.1.1.2l.1.4.1.9h-.1V78.9s.3%202.6%203.5%204.6l.2.1.1.2c.4%201.7.5%202.4.5%202.5%200%20.1%200%20.9-.4%201.5%200%200-2.4%202.8-3.3%203.8-.1%200-.2.1-.4.8%200%20.2-.1.3-.1.4-.2.4-2.1%204-3.6%204.9-.4.2-.5.7-.5%201.2v.1c0%20.7-1.6%203.3-3.5%203.9-.5.1-1%201.1-1.4%201.7-.2.4-.4.8-.6%201-.1.2-.3.3-.4.5-.5.6-1.1%201.2-1.2%201.9v.1c-.7%202.3-.4%202.9-.2%203%201.3.5%202.7%201.1%203.3%202.6.2.3.2.8-.9%201.8l-.2%201.4v.2l-1.1%202.6-.1.2-.2.1s-.7.5-1.1%202.7c-.5%202.3-5.5%2026.3-7.1%2033.7%2015.1%203.2%2030%206.2%2043.1%208.7%2020.3%203.8%2035.5%206.2%2043.8%206.9l7.3-49.4c-1.9-1.5-2.6-4.2-2.7-4.6%200-.1-.2-.2-.5-.2-.3.2-1.1%201.2-1.8%202.2v1l-.5.1h-.5l-.2-.1c-1.1-.8-2.2-.7-2.4-.6-.7.4-1.7%200-2.3-.4-1.9.2-3.6-.1-5.1-1%200%200-.4-.2-.7.2-1.2%201.7-3.5%201-4%20.7-.2-.1-1.3-.4-1.7-.4l-.4-.1c-.2%200-.6.1-.9.2-.1%200-.2.1-.4.1%200%20.1-.1.3-.1.8%200%20.4-.3.8-.6.9-.4.2-.9.1-1.4-.3-1.3-.9-2-2.9-1.6-3.5.2-.4%200-.6-.1-.7-.8-.7-.4-1.8-.2-2.2-.1-.3-.5-1.3-.9-2.2-.1-.1-.4-.5-.7-.8h-.4c-.4.1-.8.1-1.3%200-1-.4-1.9-2.1-1.5-3.6.7-2.6-.1-3.7-.7-4.5-.1-.1-.1-.2-.2-.3-1.6-2.5-1.6-6-1.6-7.7v-.3c0-.8-.4-1.1-.8-1.5-.2-.2-.5-.4-.5-.7%200-.1%200-.2-.1-.2v-.1c-.3.1-1.3.6-4.4%202.4-.7.4-1.4.5-1.9.4-.3-.1-.6-.3-.7-.6-.4-.8-.7-1.2-1-1.3-.3%200-.6-.2-.8-.5-.4-.6-.3-1.5-.2-1.6%200-.1.1-.5.7-1.2.2-.3.2-.5.1-.9%200-.1%200-.1-.1-.2-.1-.6.5-1.7.7-2%20.1-.1.3-.4.7-.4.2%200%20.6-.1.7-.3.3-1%20.4-1.8.3-1.9-.5-.4-.6-.8-.6-1.1%200-.3.1-.7.3-.9.1-.1.2-.3.1-.7-.3-.9.2-1.5.5-2%20.2-.2.3-.4.3-.6.1-1%201.2-3.2%201.6-3.7.2-.2.4-1.1.7-1.7.2-.7.5-1.3.7-1.8v-.1c-.1-.2-.6-.3-.8-.2-1.2.3-2-.1-2.6-.4-.6-.3-.7-.8-.7-1.4-.9.1-1.3-.9-1.6-1.3-.1-.1-.1-.3-.2-.4-1.4-.9-1.7-2.3-1.4-3%20.1-.2.1-.4%200-.5-.4-.5-2.2-3.3-2.5-3.8l.4-.1v-.1c0-.7-.7-1.4-.8-1.5-.4-.3-.7-1-.8-1.6-.1-.3-1.2-.9-1.8-1.1l-.4-.1v-.5c0-.6-1.2-2.1-2.4-3.2l-.8-.8%201.1-.2.7-.1c-.1-.2-.3-.5-.4-.7l-.3-.4.4-.3c.7-.6.4-2.1-.8-4v-.1c-.2-.3-.2-.6-.2-.8%200-.2%200-.4-.3-.8%200-.1-.2-.3-.4-.6-1.2-1.9-1.7-2.9-1.5-3.5l3.9-19.3c-4-.8-8.1-1.6-12.1-2.4l-.1.5c-1.1%204.9-9.1%2043.6-9.1%2043.6z%22/%3E%3Cpath%20id%3D%22XMLID_147_%22%20class%3D%22st1%22%20d%3D%22M175.2%2092.8z%22/%3E%3Cpath%20id%3D%22XMLID_148_%22%20class%3D%22st1%22%20d%3D%22M599.6%20244.2c.1-.1.1-.1%200%200z%22/%3E%3Cpath%20id%3D%22XMLID_149_%22%20class%3D%22st1%22%20d%3D%22M634.5%20281c.8-.7%203-1.9%204-2%20.1-.1.2-.4.2-.9%200-.8%202.1-2%203-2.3.3-.2.6-.7.6-1.1-.1-.8.3-1.5%201-1.9.5-.3.7-.4.7-.9%200-.7.2-1.6%201.1-2.4.2-.2.7-.5%201.2-.9%201.1-.8%202.8-2%203.2-2.5.4-.5%202.6-3.2%204-5-.4%200-.7%200-1-.1-.5-.1-1.3-.6-2.8-1.6-.3-.2-.5-.3-.6-.4h-.1l-.1-.2c-.4-1.1-1.8-2.6-2.8-3.6-.8-.9-1.1-1.2-1.1-1.5v-.2c0-.5-1-1.8-1.8-2.3-1.3-.8-1.2-1.9-1.1-2.7.2-.9.4-2.1.3-2.5-.3-.2-.5-.6-.6-.9h-.1v-.4-.2c-.3-.3-1-1.2-1.4-1.6-.4-.4-.7-.5-1.4-.6h-.1c-1.1-.2-2.2-2.1-2.6-3.2-.9.2-2.3%201.9-2.5%202.3-.2.6-.7.9-1.4.9h-.1c-.2%200-.5-.1-.9.1-1.1.7-1.9-.3-2.3-.7-.1-.1-.5-.4-2.3-.3-.4%200-.6.3-.7.7v.1c-.2.5-.8.6-1.4.6-.1%200-.3%200-.4.1h-.2c-.8-.2-1.5-.7-2.6-1.9-.5-.5-1.1-.5-2.2-.3-.2%200-.4.1-.6.1-1.4.2-2-.1-2.8-.7-.7-.6-2-2.6-2.2-3.4-.2-.3-1.7-.9-2.2-1.1-.2-.1-.4-.2-.6-.2-.3-.1-.8%200-1.3.2-.1%200-.3.1-.4.1-1%20.3-1.5-.1-1.9-.5-.2%200-.3.1-.6.2-.1.1-.3.2-.5.3-.1.1-.2.2-.3.2%200%20.1.1.5.3.9.5.8.3%201.5.1%201.8%200%20.1%200%20.2.5.7l.1.1c.4.4.4.9.4%201.2v.1c0%20.7-.4%201.4-1%201.4-.4%200-1%20.2-1.5.4-.1%200-.3.1-.4.1-.2.1-.8.6-1.2.9-.4.3-.8.6-1.1.9-.5.4-1%20.4-1.2.3-.6-.1-1-.6-1.1-.7%200-.1-.1-.1-.1-.1-.5.3-1.4.4-1.9.4%200%20.4.2%201.1.4%201.6l.1.5c.4%201.6-1.5%203.5-2.2%203.7-.2.1-.4.1-.5.2.1.8-.2%202.2-.3%202.4-.1.3-.3.5-.5.7l-.3.3c-.8.8-1.4.7-1.9.5h-.1c-.1.2-.1.5-.2.6-.1.2-.1.4-.2.6-.2.4-.3%201.2-.3%201.3v1.8c-.1.7-.6%201.3-1.4%201.6-.5.2-1.5.1-2.5%200-.2%200-.4%200-.5-.1-.4%200-1.8-.2-2.2-1.3-.1-.3-.3-.6-.4-.9-.1.3-.3.5-.5.6-1.3.7-1.9%201.4-1.7%202.2.2.7-.2%201.1-.5%201.4-.6.4-.6%201.1-.5%201.4%200%20.1.1.2.1.2l-.1.3c-.2.3-.6.4-.7.4l-.4.1-.2-.3c-.3-.4-.8-.7-1.7-.9-.6-.1-1.1-.6-1.3-1.1-.6.5-1.5.9-1.9%201-.1.1-.3.4-.4.5-.1.1-.1.2-.2.3-.1.1-.1.2-.1.4%200%20.1%200%20.2-.1.3-.1.3-.5%201-.6%201.3l-.2.4-.4-.1-.3-.1h-.2l-.1-.1-1-.9-3.2-1.3c-.1%200-.2-.1-.3-.1-.1%200-.2-.1-.3-.1-.6.5-1.4.7-2.3.7l.2.6.1.5-.4.2-1.1.6-.2.1h-.2c-.1%200-.3-.1-.5-.3l-.3-.2v-.3-.3s-.1%200-.1.1c-.1%200-.1.1-.2.1-.4.3-1.1.2-2.3-.1.1.4.1.9-.3%201.6-.4.7-1.1.8-1.7.7%200%20.3-.1.5-.2.7l-.1.2c-.5.8-1%201.6-1%202%20.1.5.5%201.2.7%201.3.4.2.5.5.5.7.1.5-.3.9-.4%201.1l-.1.1c-.2.3-.6.7-1.1.8-1.3.1-2.5.6-3.2%201.3-.3.2-.6.3-.9.4-.1%200-.4.1-.4.2-.2.4-.3%201.8.6%202.6.5.4.8%201.1.9%201.7%200%20.5-.1.8-.3%201.1-.1.1-.1.2-.2.3-.3.5-.9%201.5-2%201.1-.5-.2-.8-.4-1.1-.7-.3-.2-.5-.4-.8-.4%200%200-2.1-.6-2.6-.9-.3-.2-2.3-1.1-3.2-.1-.9%201.1-1.4%202-1.5%202.2v.6c.2.2.5.7.7%201.2h.1l.1.1h-.1c.2.5.2%201.1.1%201.6-.3%201.3-.2%201.9%200%202.4l.2.5-.5.3c-.5.2-.7.6-.7.8.5.7.5%201.3.2%202.1-.1.4-.3.9-.8%201.1-.5.2-.9%200-1.1-.1-.4-.2-.5-.2-.7-.1-.1.1-.2.1-.2.2-.3.2-.4.2-.4.5%200%20.1%200%20.1-.1.2l20.5-1.7c.1%200%20.2%200%20.3-.1%200%200%20.1-.2%200-.5l-.3-.9c-.3-1-.5-1.7-.2-2.2.2-.2.4-.3.7-.3h.3c.9%200%202.2%200%203.1.4.5.3%201.4.1%202.5-.1l.6-.1c1.5-.3%2021.3-2.4%2023.1-2.4%201.6%200%2010.1-.6%2013.6-1.2%203.6-.6%204.5-.7%206.4-.7%201.8%200%2016.3-1.6%2016.5-1.6h.2s2.1.3%204.1-.8c.4-.2.7-.4%201-.7.9-.7%202-1%202.7-1.2.1.5.2.5.4.4z%22/%3E%3Cpath%20id%3D%22XMLID_150_%22%20class%3D%22st1%22%20d%3D%22M557.8%20114.3c-.7.5-.8.7-.8.7-.4.8-1%201.7-1.8%202.5-.1.7.2%201.1-.2%201.6-.4.4-1.8%202.7-.9%203.8.7.7%201.2.7%201.4.6.3-.1%201.5-1.6%201.4-3%200-.6.4-1.2.7-1.6.3-.4.4-1.2.3-1.7-.1-.5.4-1.9.8-2.4.2-.4-.2-1-.9-.5z%22/%3E%3Cpath%20id%3D%22XMLID_151_%22%20class%3D%22st1%22%20d%3D%22M413.8%2049.5c.2.8.6%202.8.8%203.1l.1.2v.2c-.1.4-.5%202-.7%202.6.3%201%20.5%202.5.1%203.5.2.9.2%202.3.1%202.9-.1.4%200%201.6%201.5%205.3v-.1c.3.6.3%201.1.2%201.5v.5c0%20.1.1.2.2.3.7%201.3%202.5%204.8%201.8%208.5%200%20.4.2.9.2%201.1l.1.1v.1s-.1%203.4.4%205v.2c0%20.3%200%20.6-.1.9-.1.7-.3%201.3.4%202.1v.4c0%20.2.1.6.1%201-.1%201.3-.2%203.5.1%205%20.1.1.1.2.2.3.3.6.7%201.2.4%202.3%200%20.1.1.1.1.2.3.7.6%201.5%201.5%202.5.6.6.7%202%20.6%203.2v.2c0%20.1.1.4.1.6.2.8.4%202%20.3%203.3V108.2c-.1%201.2-.6%202.5-1.3%203.9l-.1.1-.1.1c-.1.1-.3.2-.6.4-1.5%201.1-2.2%201.8-2.1%202.2l.7.7.1.1.1.1c.5%201.1%201.2%202.2%201.5%202.4%201.1.2%203.4%201.1%203.4%203.2v10.9l.1%201%20.1%2023.5c15.3.2%2066.1-1.6%2075.6-2.6-.1-.4-.2-.8-.2-1.2-.4-1-.6-3.7-.6-3.7%200-.5-.1-.7-.5-1.3v-.2c-.3-1-2.4-3-3.8-3.1-2-.2-5.2-4-6-5.5-.6-1.2-4-2.6-4.7-2.8-.5-.2-.9-.7-1.2-1.3%200-.1-.1-.2-.2-.2-1.3-.1-3.4-.7-3.9-1.3-.5-.9-1.8-1.8-2.6-2.3l-.3-.2-.3-.2.1-.4c1-3.4.3-4.9%200-5.5%200-.1-.1-.2-.1-.3-.2-.6.2-1.2.5-1.7%200-.1.1-.1.1-.2-.3-1-.3-2.2%200-2.7.4-.7.5-1%20.5-1.1.1-.4.3-1.1.6-1.8%200-.2-.3-.8-.5-1.1-.2-.3-.4-.6-.5-.8-.1-.3-.3-.4-.9-.4h-.2l-.2-.1c-1.7-1.1-1.4-3-1.2-3.6v-.1l.1-.1c1.1-1.1%201.7-2.9%201.8-3.3v-.2c.3-.7%204.8-3.3%204.8-3.3%201-.6%201.2-1.7%201.2-2.3%200-.3-.2-4.8-.3-7.4l-.1-2.7v-.5h.6c.2%200%20.8-.2%201-.5.3-.8.9-1.5%201.5-1.8.1-.3.2-.7.6-.9%204.2-2.7%205.1-4.5%205.9-5.1.8-.5%203.9-4%204.6-4.9.8-1%201.6-2.6%202.8-3.6%201.3-1%202.4-2.3%203.4-3.1%201-.8%205.9-3.4%207.3-3.8%201.4-.4%205.8-2.9%206.3-3.2.5-.3.7-1.1%201.5-1.6l.6-.3h-2.8c-1.1.7-2.2%201-2.7-.2-1.1-2.5-5.4-.8-5.4-.8s-1.9-.4-2.6-.1c-2.8%201.1-2.9%200-2.9-.3%200-.2-.4-.8-.8-1.4-1-1.7-4.1%201.5-5.5%202.7-2.6%202-5.8.5-6.2-.1-.4-.5-.5-1.1-.9-1.3%200%200-3.3-1.1-3.6-1.8-.5-2-3.3-1.3-3.7-.7-.4.5-.3.9-.4%201.6-1%200-1.8-.4-2-1.6-.1-2.6-2.8-1.9-2.8-1.9l-.1-1.6s-3.3-1.5-4.8-1.9c-1.5-.5-5.5-.5-6%201-.5%201.4-3.2%201.7-3.7%201.7-.6%200-1.2-.1-1.5-1.4-.2-1.3-4.3-1.2-5.9-1.2-.3-.6-1.3-1-1.8-1-4.9%200-4.7-2.7-4.4-3.8%200%200-.5-2.1-1.2-3.8-.1-6.6-3.7-5.7-4.5-5.6-1.5-1-.7%201.7-.7%201.7s.3%202.7.3%203.2.1%202.5-.7%202.6c-8.6.2-17.7.3-27.1.3.3.7.5%201.2.7%201.7.1%200%20.2.3.3%201z%22/%3E%3Cpath%20id%3D%22XMLID_152_%22%20class%3D%22st1%22%20d%3D%22M155.5%2040.6c0%20.4%201%202.1%201.3%202.7.2.3.3.5.4.7.4.7.4%201.1.4%201.4v.2c1.4%202.2%201.7%204%20.9%205.2.3.5.5%201.1.6%201.2l.3.7-.7.1-.4.1c.7.8%201.7%201.9%201.9%202.9.7.3%202.3%201.1%202.3%202.1v-.1c.1.4.2.8.3.8.3.2%201%201.2%201.1%202.3.3.5%202.1%203%202.4%203.5.4.4.4%201%20.2%201.6-.1.2%200%201%201%201.6h-.1c.4.2.5.5.7.9.1.2.3.6.4.7h.1c.4-.1.9.1%201.1.3l.4.3-.2.4c-.1.2-.1.4-.1.5.5.2%201%20.5%201.7.3s1.6.1%202%20.6c.3.4.4.9.2%201.4-.2.4-.4%201-.6%201.6-.3.9-.5%201.6-.8%202-.4.5-1.3%202.5-1.4%203.2-.1.5-.4.9-.6%201.2-.3.4-.4.6-.3.9.3.9%200%201.5-.3%201.9v.1c0%20.1.1.2.2.3.7.6.4%202.1.1%203.2-.2.7-1%201.1-1.6%201.1-.2.2-.5.8-.5%201v.1c.1.4.3%201.2-.3%201.9-.4.4-.4.6-.4.7-.1.3%200%20.6%200%20.7%201%20.1%201.6%201.1%202%201.9.1%200%20.4%200%20.9-.2%204.3-2.5%204.8-2.5%205-2.6%201-.1%201.2.8%201.2%201.1v.1s.3.1.4.2c.4.4%201.4%201%201.4%202.4v.4c0%201.6-.2%204.9%201.2%207.1.1.1%200%20.2.1.2.7%201%201.7%202.4.9%205.5-.3.9.4%202%20.7%202.1.2.1.4%200%20.6%200%20.4-.1%201-.2%201.5.4.3.4.7.9.7.9l.1.1v.1c1.2%202.6%201.1%202.9%201%203.2v.1c-.2.5-.3.7-.1.8.6.5.7%201.3.4%202%200%20.3.4%201.6%201.2%202.2.1%200%20.1.1.1.1.1-.5.2-1.4.9-1.6.1%200%20.2-.1.3-.1.5-.2%201-.4%201.6-.3l.3.1c1.1.2%201.7.4%202%20.6%200%200%201.7.8%202.5-.4.6-.8%201.6-.9%202.2-.5%201.3.8%202.9%201%204.6.8h.3l.2.2c.4.3%201%20.5%201.2.5h.2c.5-.3%201.2-.4%203.2.2l-.1-.2c1.9-3%202.5-3%202.8-3h.3c.7.1%201.2.7%201.3%201.2%200%20.3.6%202.1%201.7%203.4%201.1-7%201.1-7.2%201.1-7.3.3-1.3%201.4-1.7%202.4-1.6v.2c.9%200%202%20.1%203.4.4%2012.5%202%2044.9%205.8%2071.4%208.2v-.1c4.1.4%208.1.7%2011.8%201%202.8.2%205.5.4%208%20.6%201.3.1%202.6.1%203.8.2l.4-1.1%201.1-16.7v-1.2l4-61c-50.1-4.6-105-11.5-160-22.2-.1.4-3.7%2018.2-3.9%2019.3z%22/%3E%3Cpath%20id%3D%22XMLID_153_%22%20class%3D%22st1%22%20d%3D%22M421.2%20107.2v-.5-.2c.2-1.1-.1-2.2-.2-3-.1-.4-.1-.6-.1-.8v-.3c0-1.3-.1-2.1-.3-2.3-1.1-1.2-1.5-2.2-1.8-2.9-.1-.1-.1-.3-.2-.4l-.1-.2.1-.2c.2-.8.1-1-.2-1.6-.1-.1-.1-.3-.2-.4v-.2c-.2-1.7-.1-4%200-5.4V88c-.9-1.2-.7-2.2-.6-2.9%200-.2.1-.4.1-.6-.5-1.6-.5-4.5-.5-5.2-.1-.3-.3-1-.3-1.6.6-3.4-1.1-6.6-1.7-7.8-.1-.2-.2-.3-.2-.4-.2-.5-.1-.9-.1-1.1%200-.3.1-.4-.1-.7-1.6-4.1-1.6-5.4-1.5-6%20.1-.5.1-1.9-.1-2.5l-.1-.3.1-.2c.3-.5.1-2.1-.2-3l-.1-.2.1-.2c.2-.7.6-1.9.7-2.4-.2-.5-.5-1.5-.9-3.2-.1-.4-.2-1-.3-1.1-.2-.5-.6-1.4-.9-2.1-27.4-.1-58.1-1.3-90.8-3.8l-4%2061c11.7%201.2%2076.5%205%20104.4%203.5z%22/%3E%3Cpath%20id%3D%22XMLID_154_%22%20class%3D%22st1%22%20d%3D%22M526.4%20326.3c.4-.1.7-.6.8-.7v-.1c.1-.3.2-.7.8-1%20.4-.2.8-.4%201-.8.1-.1.4-.8-.1-1.4-.6-.6-.7-1.5-.7-2.2h-.1l-.5.2-.2-.5-.1-.3-.1-.2.1-.2s.1-.2.1-.7c.1-.9%201.2-1.3%201.5-1.3l.4-.1.3.3.1.1c0-.1-.1-.2-.2-.3%200-.1-.1-.1-.1-.2-.4-.7.3-1.2.5-1.4.1-.1.2-.2.3-.2.1-.2.7-1%201.2-1.3l-.4-.4c-.2-.2-.4-.5-.4-.8%200-.4.3-.9.8-1.4.2-.1.4-.3.9-.6.3-.2.8-.4.9-.5l.1-.1c.1%200%20.2-.1.2-.2-.3-.4-.7-1.1-.3-1.6h-.1.1c.1-.1.2-.2.3-.2.1%200%20.2-.1.3-.1.1%200%20.2-.1.3-.1.1-.3-.3-.9-.4-1.1-2.4.3-7%20.8-8.1%201-.6.1-1.1%200-1.5-.3-.6-.5-.6-1.3-.6-1.7v-.1c0-.7%201-2.6%202-3%20.7-.3%201.7-1.2%201.8-1.8.1-1-.1-1.9-.6-2.6-.5-.7-1.2-1-1.4-1.1-.6.1-.9.1-.9.1-21.5%201.7-58.4%203.5-69.6%203.1%200%20.2.1.4.1.5.2.8%202%2011.7%202.3%2013.9.1.4.1.8.2%201.3.5%202.7%201.2%206.7.8%2011.2-.1.8%200%201.5.1%202%20.1.4.1.8.1%201.2v.7c0%203.5-.2%2018.5-.2%2018.9%200%20.1.1%201.4.1%203.1%200%20.7-.2%201.4-.2%202.1%200%20.5-.2%201-.2%201.5v.7c0%20.1.2.2.2.3.3.2.6.5.6.7.1.1.2.2.3.2.1.1.2.2.4.3l.1.1.1.1c.1%200%20.2-.1.4-.3.6-.5.9-.6%201.6-.4.3.1%202.2.4%202.9.6.6.1%201.4.6%201.4%201.7%200%20.4.1%204%20.3%208.6v1l47.4-2.3c.1-.7%200-1.6-.1-2l-.1-.5.4-.2c.1%200%20.5-.2%201-.3%200-.3-.2-.7-.2-.9-.1-.3-.1-.4-.1-.5%200-.1%200-.2-.1-.3-.8-.6-.9-1.7-.7-2.4h-.1c-.4-.1-.7-.4-.8-.8l-.1.1-.5-.3-.3-.2-.5-.3.3-.5s.3-.5.5-.8c0%200%200-.2-.3-.3-.3-.2-.4-.5-.4-.8%200-.4.3-.8%201-1.2-.1-.1-.2-.3-.3-.4-.4-.2-.4-.6-.4-.7%200-.5.5-.8.7-1%20.2-.1.4-.2.6-.1-.1-.1-.2-.3-.2-.5%200-1.2%201.2-1.2%201.7-1.2-.2-.4-.4-1.7-.1-2.4-.1-.1-.3-.4-.6-.6l-1-.6%201.1-.4c.5-.2%201.8-.7%202.6-1.1-.5-1-.5-1.7-.3-2.1.1-.2.1-.3.2-.4l-.5-.6-.4-.5.6-.3.2-.1.2-.1.2.1.8.2c.3-.5.7-1.1%201.1-1.4%200-.2-.2-.4-.3-.6l-.2-.3.2-.3c.1-.2.4-.4%201.1-.3.9.2%201.3-.3%201.7-.9.1-.1.1-.2.2-.3%200%200%200-.1.1-.1v-.1c0-.1%200-.1-.1-.2-.2-.7.1-1.5.4-1.9%200%200%200-.1.1-.1-.4-.3-.7-.8-.9-1.2-.2-.6%200-1.4.6-1.6h.1c-.3-.6-.1-1.3.1-1.8l.6-1.1.4.6c-.1-.7%200-1.3%200-1.3v-.5l.4-.1.2-.1.4-.1.2.4c.1.2.2.3.3.4.3-.2%201-.5%201.3-.8.2-.2.2-.3.1-.7%200-.1%200-.2-.1-.4v-.2h.1v-.5l-.2-.6h.1c.4-.5.6-.7.8-.8z%22/%3E%3Cpath%20id%3D%22XMLID_155_%22%20class%3D%22st1%22%20d%3D%22M127.3%20283.6c.1-.3.2-.6.7-1.2.6-.7%201.5-1.2%202.5-1.2.8%200%201.4.1%201.8.5.2.2.4.2.8.2h.5c1.5.1%202.4%202.7%202.4%203%20.1.1.4.2.6%200%201.7-1.6%202.3-2.6%202.5-3.7l2.8-15.4%2017.9-99.7c-13-2.4-27.7-5.4-42.6-8.5l-.6-.1-.6-.1c-14.6-3.1-29.4-6.4-42.8-9.6l-14.3%2058.6c.1.2.2.6.7%201.2.6.7%2041.4%2060.3%2065.9%2096.1v-.5c0-.9.2-1.5%201.1-2.1.4-.3.4-1.6.4-2v-.4c0-.2%200-.3.1-.4v-.3c-.6-2.1-.5-3.7-.2-4.4.2-.6.4-.9.3-1.6-.4-3-.1-3.7.4-4.4%200%200%200-.1.1-.1.1-.2.1-.5-.2-1.3-.4-.9-.5-1.7-.1-2.2-.2-.2-.2-.3-.1-.4z%22/%3E%3Cpath%20id%3D%22XMLID_156_%22%20class%3D%22st1%22%20d%3D%22M630%20183.1c-.5-.1-.8.4-1%20.6-.2.2-.4.7-1.6.4-.2%200%20.1-.4.3-.7.3-.3.6-.5.6-.5s.8-.4%201.5-.4c.5%200%20.5-.1.3-.4-.3-.3-.7-1.4-1.2-.6-.5.9-.8.9-1.1.9-.3%200-1.1-.2-1.1-.2l-1.3-1.1s-1.4-.4-1.7-.4c-.3%200-1.1-.6-1.1-.6s-1.5-.4-2.4-.4h-.2v.1l-20.1%203.5v.1c.3%201.8%205.4%2044.3%206.2%2051.1.6-.3%201.1-.4%201.5-.3h.2l.1.1.1.1c.4.3.4.4.8.3.1%200%20.2-.1.4-.1.7-.2%201.4-.5%202.1-.2.1%200%20.3.1.5.2%201.5.6%202.7%201.1%202.9%201.8.2.6%201.4%202.5%201.9%202.9.5.4.7.6%201.8.4.2%200%20.4-.1.5-.1%201.1-.2%202.4-.3%203.3.7.5.5%201.2%201.3%201.9%201.5h.3c.2%200%20.4-.1.5-.1.2-.4.6-1.2%201.7-1.3%201.3-.1%202.6-.1%203.2.7.5.6.6.7.7.6.7-.4%201.2-.2%201.5-.2h.1c.2%200%20.2%200%20.3-.1.2-.5%202-2.9%203.7-2.9v-.2c.4%200%20.6.1.7.2l.1.1v.1c.2.9%201.3%202.5%201.8%202.6h.1c.8.2%201.3.3%202%201%20.5.5%201.2%201.3%201.5%201.7%202.9-.5%203.4-1.8%203.4-2.3-.1-.9.3-1.5%201.2-1.9.1-.1.2-.3.1-1.3v-.3c0-.2-.1-.6-.3-.8-.5-.7%200-1.8.1-2.1%200-.1.1-.1.1-.2.1-.2.3-.5.3-.8-.1-1.2.4-2.1.8-2.8.1-.2.2-.4.2-.5.1-.4.4-.6.6-.6.6-.2%201.1.1%201.6.4.4.2.8.8%201.2%201.4.2-.5.5-1%20.7-1.3%200-.1-.2-.2-.4-.5-.9-.8-.2-1.7.1-2.1l.2-.2c.1-.2.1-.5.1-.8v-.1c0-.4.1-.8.2-1.1%200-.1.1-.2.1-.3.2-.8%201.7-1.4%202-1.5v-.3c0-.6.2-1%20.7-2%20.7-1.2%202.2-.5%202.8-.2.1.1.2.1.3.1h.1c.1%200%20.1-.1.2-.1.4-.2%201.8-1.4%202-1.8.7-1.9%201.9-2.9%202.7-3.6l.2-.2c.6-.5.7-2.6.6-3.1-.1-.7-.1-1.3%200-1.6%200-.2.1-.4%200-.9-.2-.7.2-1.1.5-1.3l.1-.1c.1-.2%200-1.1-.1-1.7%200-.3%200-.6.1-.9%200-.2.1-.5.1-.7-.1-1.6.4-3.2.6-3.8%200-.1%200-.2.1-.2%200-.1.1-.2.1-.2%200-.1.1-.2%200-1-.2-2.3-.7-3-1.1-3.3l-.2-.2c-.4-.5-.3-1.3-.1-1.9.2-.4.6-.7%201-.7.2%200%20.4-.1.6-.2l-4.4-26.4%201.1-.6%204.4%2026.3.2%201%20.1.4c.4%202.4%202.9%2016.9%202.9%2017.4.1%200%20.4%200%201.2-.1.2%200%201.1-.2%202.9-.5l11.3-2c21.2-3.9%2048.1-9%2056.1-11.5.3-1.3.9-2.3%201.8-2.8%201.4-.8%203-.5%203.9-.2%201-.9%202.2-1.6%202.6-1.8.4-.2%201-.9%201-1.1%200-.5.2-1.5.5-1.9.2-.4%203.2-3.6%203.4-3.8l.1-.1c-.5-.3-1.3-1-2.5-2-.3-.3-.6-.5-.7-.6-.2-.2-.3-.4-.4-.5v-.1h-.1c-.6-.1-.9-.3-1.2-.5-.1%200-.1-.1-.2-.1%200%200-.1%200-.1-.1-.3-.2-.9-.5-1-1.3%200-.3-.4-.6-.5-.6-.5-.1-1.4-.9-1.7-1.2-.4-.5-.8-2.1-.8-2.2v-.1c-.1-.3-.3-1%20.4-1.6.2-.2.4-.6.6-1%20.1-.3.2-.5.4-.7%200-.2-.2-.6-.4-.7-.4-.2-.6-.3-.8-.6l-.3-.3c-.2-.2-.3-.5-.2-.7.1-.7.8-1.3%201.3-1.7.2-.5%201-2%201.3-2.6.2-.3.2-.9.3-1.4%200-.3%200-.6.1-.9.1-.7.5-1.1.9-1.5.2-.2.4-.5.7-.9-.2-.3-1.8-.7-2.4-.8l-.5-.1c-1.4-.3-3.1-1.4-3.3-2.8-.5-2.4-1.9-4-2.4-4.2h-.1c-.3.1-.7.3-1.1.2-.3-.1-.5-.4-.7-.7-.3-1.1-1.5-1.2-1.8-1.2-3.3.7-61.9%2012.7-63.3%2012.9-.6.1-1.4.2-1.8-.3-.1-.2-.2-.4-.2-.5-.1-.5-.6-2.8-.9-4.3l1-.9c.3%201.5.9%204.4%201%204.9.1%200%20.3%200%20.6-.1%201.4-.2%2062.8-12.8%2063.4-12.9h.1l.1.1c.1%200%202.4.1%202.9%202.1v-.1c.1%200%20.1-.1.2-.1s.2-.1.3-.1c.2-.1.5-.1.8.1.9.5%202.5%202.4%203%205.1.1.7%201.2%201.5%202.4%201.8l.5.1c.2%200%20.4.1.6.1%201.2.3%202.3.7%202.7%201.4%202%20.7%2012.9%204.2%2012.8%204.2.4.1%201.2.6%201.2%201.8%200%20.5-.1%201.3-.3%202.6%201.1-1.3%201.2-1.8%201.2-1.9.1-.4.9-2%201.2-2.8l-.6-.6c-.3-.3-.4-.6-.4-1%200-.8.8-1.6%201.6-2.2l-.1-.1c.3-.3.1-.4.1-.7v-.1c0-.3.1-.8%200-.9-.3-.3-.5-1.1-.6-1.2v-.2c0-.1-2.1-12.6-2.3-13.4%200-.2-.1-.5-.2-.8-.2-.6-.5-1.1-.5-1.1l-.1-.1v-.1c0-.4.1-10.8.2-12.1%200-.4.2-.8.4-1.1-.2-.3-.5-.7-.6-.8-.3-.5-.3-1.2-.3-1.5-.3-1.2-2.6-11.8-2.7-12.4-.1-.3-.6-.9-1.2-1.4%200%20.4-.3.8-.7.9-.1%200-.6.1-.9-.4-.8-1.2-.5-2.8-.4-3.2v-.6c0-.1-.1-.3-.2-.6-.1-.5-.4-1.6-.6-1.9-.3-.4-.7-1.5-1.2-2.7-.1-.2-.2-.5-.2-.6-.2-.4-.4-3%20.1-3.8.4-.6.2-1.3.2-1.4-.1-.2-.5-1.4-.3-2%20.1-.4.1-1.5-.5-1.9-1.8-1.5-1.7-4-1.5-4.8%200-.2-.1-.6-.2-.7-1.1-.8-1-1.6-.8-2.1.1-.2%200-1.2-.5-2.2l.8-.3c-.1%200-.3.1-.4.1-9.1%202.4-17.5%204.6-18%204.7-1.1.3-1.5.3-2.5.3%200%200-1.8.7-2.5%201.2-.2.7-2.4%203-3.3%203.6-.8.6-4.3%206-4.8%206.9-.4.6-.7%201.2-.9%201.7.3.2.4.6.4%201.1%200%20.7-1%201.6-1.4%202.2-.4.6-.8%201-1%201.5-.2.5-.9%201-1.3%201.2-.4.2-1.3%201.2-1.4%201.4-.1.3-1.6%201-1.4%202.3.1.4%201%20.7%201.3%201.6.1.1.3-.2%200-.9-.1-.5%201.1-.9%201.3-.5.2.4.2%201.1.1%201.4.4-.3.6-.6%201.4-.7-.3.5-.6%201.2-.6%201.9%200%20.3-.4.7-1.2.9-.2.1-.1.4%201%202.5.2.8.4%201.3.7%201.9.3.6.3%201.9-.1%202.5-.5.6-.6.6-1%20.6s-1.1.1-1.4.4c-.3.3-2%201.9-2.2%202.1-.3.2-.4.5-.5.9-.2.4-1.3%202.1-2.5%202.6-.5.3-.8.7-1%201.1-.2.5-.5.3-.9.1-.4-.2-5.1-.4-7.7%201.9-.5.4-.8.2-1.2%200-.4-.2-2.7-1.8-7.9-.8-.6.1-1.1.4-1.8.4s-5%20.6-7.2%202.4c-.4.3-1.2.4-1.4.4-.2%200-1.4%201-2.8%201.6.3.8.5%201.5.7%201.9.2.6.2%201%20.1%201.4%201.4.1%203.4.6%202.6%201.3-.9.8-.6.9-.3%201.2.3.3%201.6%202.4%201.5%202.8-.1.4%200%20.8-.3%201.2-.3.4-2%201.7-2.4%203.1-.5%201.3-1.9%202.6-2.8%203.5-.7.7-2.6%203.2-5.6%206-1.1%201-2.4%202.1-3.8%203.1-.4%200-.7-.3-1%20.3-.2.4-1.4%201.8-5.3%204.2-1.2.7-2.6%201.5-4.4%202.4-3.1%201.6-7.8%205-9.2%207.4-1.2%201.7-2.9%203-3.4%203s-1.7.2-2%20.3c-.3.1-.6%200-1.1-.1-.5-.1-2.5.8-3.4%201.4-.8.5-1.7%201-2.2%201.1-.5.1-.9.6-1.1.7-.1.1-.7.4-1.4.2s-1.4-.7-1.4-.7-.6-.2-1-.1c-.6-1.3-1.2-1.2-1.8-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_157_%22%20class%3D%22st1%22%20d%3D%22M520.8%20247.9l-1.2-.1c-.2%200-.7%200-1.2-.4-.1-.1-.2-.1-.2-.1s-.1.1-.2.3c-.3.8-1.5%201.6-2.3%201.6h-.2l-.1-.1c-1.5-1.1-2.3-4.6-2.4-6.1-.1-1.2-.9-2.9-4.3-4.5-.1%200-.1-.1-.2-.1-.5-.3-1.3-1-1.4-1.8%200-.3-.9-.8-1.2-1.1-.4-.3-.7-.5-.9-.8-.2-.2-.8-.7-1.2-.9-.4-.2-.6-.4-.8-.6-.4-.3-.6-.9-.8-1.4-.1-.2-.1-.3-.2-.5s-.2-.5-.4-.9c-.4-.8-.9-1.8-1.1-2.6-.2-.6-.3-.9-.5-1.1-.1-.2-.2-.4-.2-.7%200-.1-.1-.8-.3-1.8-.1-.6-.2-1.2-.2-1.8%200-1.4.2-2.6.8-3.6-.4-.3-.7-.6-.9-.9-.2-.2-1.2-1.1-1.8-1.6-1-.8-1.4-1.1-1.5-1.3-.1-.2-.2-.4-.2-.5v-.1h-.7c-18%202.5-50.8%203.1-60%202.5v.3c0%20.5.2.6.4.8.5.4.9%201.3%201%201.8.2.7.8%202.3%202.3%202.9h-.1c.8.2.9%201.1.9%201.4v.2c.1.2.1.4.4.6.7.5.8%201.6.7%202.3l.1.1.3.3c.1%200%20.1.1.3.2l.1.1c.2.1.4.3.6.5h.1c.1.1.2.1.4.2l1%20.7c.6%201%201.3%201.1%201.5%201.2.1%200%20.2.2.5-.1.3-.3.8-.4%201.2-.4.5%200%201%20.3%201.3.6.5.5%201.1%201.9%201.1%202.8%200%20.3%200%20.6-.2.9-.3.3-.6.3-.8.2h-.4-.1c-.2.5-.5%201.1-.8%201.5l-.1.1c-.4.5-.9%201.1-.6%201.6.4.8%201.2%201.6%201.4%201.9.7.3%201.7%201.1%201.6%202.2%200%20.4.1.6.4%201%20.1.1.2.3.4.5.3.3.9%201.2%201.2%201.3%201.7.4%202.6%201.4%202.6%202.6%200%201.2-.1%202.8-.1%203.2l.2.5v.2l.9%2037.9v1.2c0%202%20.2%208.6.2%208.7v.4c11%20.4%2048.1-1.4%2069.7-3.1%200%200%20.4%200%20.9-.1s1.4.4%202.1%201.1c1%201%201.4%202.4%201.2%203.9-.2%201.2-1.6%202.3-2.5%202.7-.5.2-1.2%201.5-1.3%201.9v.1c0%20.2%200%20.7.1.8.1.1.3.1.5%200%201.2-.2%206-.8%208.4-1%20.3-.9.9-2.1%201.2-2.6-.1-.1-.2-.1-.3-.2l-.3-.3c-.3-.3-.4-.6-.4-.9.1-.8%201.1-1.2%201.4-1.3%200-.1-.1-.1-.1-.2-.2-.3-.3-.7-.1-1.1.1-.3.4-.6.8-.7.1%200%20.1-.1.2-.1-.2-.4-.5-1.1-.6-1.6-.1-.5.1-.7.2-.8.4-.3.8-.1%201.2.1.1%200%20.2.1.3.1l.2-.2c.1-.1.2-.2.3-.4.2-.3.3-.6.3-.9.2-.6.5-.8.9-1.1.1%200%20.1-.1.2-.1.8-.6%201.5-.2%202%200h.1c0-.1.1-.1.1-.3%200-.1.1-.2.1-.3.1-.5.1-.6-.1-.8-.2-.2-.2-.5-.2-.7v-.3c.1-.5.5-.9.9-1.2-.2-.7-.2-1.5%200-2.7.1-.3%200-.5-.1-.8-1.3-1.2-1.7-.9-1.9-.8-.2.1-.4.2-.7.2-.7-.1-1.6-1.2-3.2-3.9-.1-.1-.2-.3-.2-.3-.1-.1-.2-.3-.3-.4-.3-.4-.6-.8-.5-1.3%200-.2.2-.4.4-.6.4-.3.7-1.6.6-1.9-1.6-1.7-1.5-3.3-1.5-4.1v-.3-.3-.3c-1.9-.4-3-2-3.2-2.6-.1-.2-.4-.4-.8-.6-.2-.1-.5-.3-.7-.5-.4-.3-.4-.3-.9-.1-.2.1-.7.3-1.1.1-.4-.3-.5-.8-.5-1.3h-.3l-.3.1-.2-.2c-.8-.6-3.1-2.3-3.7-2.6l-.2-.1-.1-.2c-.1-.4-1.4-1.9-1.8-2.1l-.2-.1-.1-.2c-1-2.2-.2-3.7.1-4.1.2-.3.3-.9.5-1.4.1-.5.3-1%20.5-1.4l.2-.3c.3-.6.8-1.4.6-2-.4-1.6.4-2.8.8-3.4-.9-.2-1.7-.8-2.7-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_158_%22%20class%3D%22st1%22%20d%3D%22M428.9%20356c.1%200%20.2%200%20.4-.4.7-1%201.4-1.4%202.3-1.4.2%200%20.5-.2.8-.5.1-.1.2-.2.3-.2.8-.6%201.6.1%201.8.4.2.2.2.2.6.2.5%200%20.8-.1%201-.3.3-.4%202.3-1.6%203.5-1.6.4%200%20.7.2.8.4.8.9%201.6%201.2%202.6.9.8-.2.9-.4%201-.7%200%200%200-.1.1-.1.2-.4.6-.7%201.2-.9.6-.2%201.2%200%201.7.3.4.3%201.6%201.2%202.6%201.9%201.1.8%201.8%201.3%202.1%201.5.7.2%202.1.8%202.8%201.4.2%200%20.4.1.7.1.2%200%20.5.1.8.1.5.1.9.2%201.4.3%200-3.3-.2-7.2-.2-7.3%200-.8.1-18.7.2-19.7%200-.3%200-.6-.1-1-.1-.6-.2-1.3-.1-2.3.4-4.3-.3-8.3-.8-10.9-.1-.5-.2-1-.2-1.3-.4-2.4-2.1-13.1-2.3-13.8%200-.2-.1-.8-.1-.8l.4-.5-.3-.7h-.1c0-.2-.1-.3-.1-.3l-.3-8.6c-31.2%201.3-75.2.8-118.2-1.4h-1l-14.6-.8-.4%209c1.6.1%2045.8%202.2%2045.8%202.2%202%20.1%202.7.1%202.6%201.9v.4l-1.2%2036.5v.1l-.1.1v.1h.5c1.2.1%201.9%201%202.5%201.7%201.2%201.7%202.4%202.6%202.7%202.4%201-.6%201.4-.7%202.2-.1.2.1.8.2%201.2%200%20.2-.1.2-.2.2-.2v-.6l.1-.3h.9l.4-.2.1.3c.1.3.3.6.5.6.8.2%202.1%201.4%202%202.8%200%20.6.1%201.2.3%201.4%200%200%20.1.1.2%200%20.7%200%201%200%201.3.2h.1c.4-.1%201.2-.4%202%20.2.8.6%202.7%201.3%203.1%201.3.1%200%20.3%200%20.5-.1%201-.2%202.4-.4%203.1.4.5.7%201%201.2%201.4%201%20.3-.1.6-.4.8-.6.5-.4%201.1-.8%201.8-.7.2%200%20.4%200%20.7.1.7.1%202.1.3%202.5.1l.9-.3v.9c0%20.1-.1.1-.1.2%200%20.5-.1%201.4.6%202%20.1%200%20.2.1.3.1.8.2%201.4.4%201.5%201.9%200%20.7.1.7.3.7.1%200%201.4.1%202.4-1.4.3-.6.8-.9%201.1-.9.6-.1%201.2.3%201.5.5.4.3.7.5.9%201.5h.1c.5%200%201.6-.2%201.8%201.1%200%20.1.1.1.3.2.1%200%20.2%200%20.3-.1.6-.5%202.4-1.1%203.3-.9.5.1.7.4.7.6l.1.3-.4.6c-.2.2-.3%201.1%200%201.5l.2.2v-.1c0-.1.1-.2.1-.4.1-.8.4-2.2%201.4-2.6.5-.2.5-.6.5-.6%200-.3.2-.6.5-.8.2-.1.7-.3%201.4.1.2.1.3.2.5.3.4.2.8.4%201%20.8.1.2.7.7%201.1.7h.1c.5-.5%201.4-.9%202.2-.8.5.1.9.3%201.1.7.6.8%201.6%201.7%202.3%201.9.7.1%201%20.3%201.2.6%200%20.1.1.1.1.1.1.1.2.1.2.2v-.1c.4-.8.9-1%201.5-.9.3.1.4.1.5.2z%22/%3E%3Cpath%20id%3D%22XMLID_159_%22%20class%3D%22st1%22%20d%3D%22M214.2%20114.1c0%20.2-.3%201.7-1.3%208.3l-7.5%2050.3-2.9%2019.5v.2s.2.1.5.1c6.7%201.1%2016.8%202.4%2029.3%203.9%2025.4%203%2053.6%205.9%2075.8%207.6l2.8-39.8v-.5l2.8-40c-28.6-1.5-87.3-8.5-98.3-10.7-.4.2-1%20.4-1.2%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_160_%22%20class%3D%22st1%22%20d%3D%22M231.5%20197.6c-12.1-1.5-22.1-2.8-28.7-3.8-.7-.1-1.2-.4-1.4-.8-.2-.3-.1-.7%200-.9l2.8-18.9c-8.4-.7-23.3-3.1-43.3-6.8l-17.8%2099.1c24.2%204.8%2050.5%209%2078.3%2012.5l10.1-80.4z%22/%3E%3Cpath%20id%3D%22XMLID_161_%22%20class%3D%22st1%22%20d%3D%22M514.2%20177.4h.2c.5.3.7%201%20.7%201.8v.1c0%20.2.8.6%201.2.9.7.4%201%20.7%201.2.9l.1.1c.5.4%201.8%201.4%201.6%204.1-.2%201.8-.5%203-1%203.7l-.3.3c-.5.5-1.1%201.3-1%203.4.1%201-.9%201.8-1.4%202-.1.1-.3.1-.5.2-.8.2-2.6.6-3.3%201.6l-.2.1h-.3c-.8%200-4.1.8-4.7%201.2%200%20.1%200%20.2-.1.3-.8%202.3-.6%203-.4%203.2.9.8%202%202.2%202.1%202.2l.1.1v.1c.2.8.4%202.5-.1%203.3-.1.2-.3.5-.6.8-.4.5-1.2%201.6-1.2%202v.2c0%20.9-.1%202.9-1.5%203.4l-.2.1c-.7.3-2.4%201-2.7%201.7.4.6.6%201.2.6%201.2l.1.1v.2l-.2%201.2v.2l-.1.1-.2.2c-.2.2-.4.4-.6.7-.9%201.2-1.1%202.8-.8%205%200%20.2.3%201.4.3%202%20.1.2.4.7.6%201.5.2.7.7%201.7%201%202.4.2.4.3.7.4.9.1.2.1.3.2.5.1.4.3.8.4.9.1.1.4.3.7.5.7.5%201.2.9%201.5%201.2.1.1.4.3.7.5.7.5%201.5%201.1%201.7%201.9%200%20.3.5.8.8.9%200%200%20.1%200%20.1.1%203.9%201.8%204.8%203.9%205%205.4.1%201.6.9%204.2%201.8%205.1.3-.1.8-.5%201-.8.3-.6.7-.8%201-.9.3-.1.7-.1%201.2.3.3.2.5.2.5.2h.2l1.3.1h.1l.1.1c1%20.5%202.7%201.6%202.9%202.4.1.2%200%20.5-.1.7%200%20.1-.1.1-.1.2-.4.6-1%201.3-.7%202.4.3%201-.3%202.2-.7%202.9l-.1.3c-.1.3-.3.7-.4%201.2-.2.7-.4%201.3-.7%201.8-.4.5-.6%201.6-.1%202.8.6.5%201.7%201.7%202%202.4.8.5%202.8%201.9%203.5%202.4.3%200%20.7%200%201.1.2.2.2.4.4.5.9v.2c.8-.3%201.2-.3%202%20.3.2.1.4.3.6.4.5.3%201%20.6%201.3%201.2.2.5%201.1%201.6%202.3%201.9.9.1%201%20.9%201%201.3v.7c0%20.7%200%202%201.2%203.3.3.3.4.7.3%201.4-.1.8-.4%201.7-1%202.2.1.1.2.3.3.4.1.1.2.3.3.5%200%20.1.1.2.2.3%201.5%202.5%202.1%203.1%202.4%203.3.5-.3%201.1-.3%201.6-.2V283.9c0-.1.5-1.3%201.8-2.7%201.5-1.7%204.3-.4%204.7-.1.2.1%201.3.5%202.2.7.5.1.8.4%201.2.6.3.2.5.4.9.5.1%200%20.3-.2.6-.6.1-.2.2-.3.3-.5.1-.2%200-.9-.5-1.2-1.4-1.2-1.2-3.2-.9-3.9.2-.6.8-.7%201.2-.9.2-.1.4-.1.4-.2.9-.8%202.3-1.4%203.9-1.6.1%200%20.2-.2.3-.3l.2-.2.1-.1c-.6-.5-1.1-1.4-1.1-2.1-.1-.7.4-1.6%201.1-2.7l.1-.2c.1-.2.1-.4.1-.7-.1-.3-.2-.5-.4-.7-.2-.3-.4-.6-.3-.9V265.8c.2-.4.4-.9.4-1.2-.1-1.5.2-2%20.4-2.4%200-.1.2-.1.2-.2.1-1.1.2-2%20.2-2.4v-.2c0-.6-.1-1.4.5-1.9%201.2-1.1%203.4-4.3%203.5-4.9-.2-1.5.9-3.1%201.3-3.7v-.1l.3-.3c.4-.5.6-.8.4-1.1-.7-1.5-1-2.6-.8-3.1.1-.2.1-.5.1-.6-.2-.2-.7-.8-1.8-2.5-.7-1-.4-2.2%200-2.8.2-.4.3-.5.3-.5-.6-.8-.5-1.6.2-2.3.5-.4.5-.9.5-.8-1.5-15.6-4.4-45.2-4.5-46.1-.1-.5%200-1.4.1-2l-.1-.1c-.8-.8-2.1-4.7-2.2-5.4-.1-.7-.6-.9-1.1-1.4-.5-.5-.8-1.2-1.3-2.1-.5-.9-.8-2.3-.6-3.6.1-.4.1-1%200-1.6l-41.1%203.1c.4.3%201.2%201.1%202.5%201.8z%22/%3E%3Cpath%20id%3D%22XMLID_162_%22%20class%3D%22st1%22%20d%3D%22M334.1%20287.8l3.1-59.9v-.5s-.1%200-.1-.1c.5-10.2.8-16.7.8-18.4v-.2-.1-.1-.9c-.4-.1-1-.4-1.2-.4-7.1-.2-16.4-.7-27.6-1.6h-1.2c-22-1.7-50-4.5-75.3-7.5l-10.1%2080.3c30.6%203.8%2063%206.8%2096.3%208.8l15.3.6z%22/%3E%3Cpath%20id%3D%22XMLID_163_%22%20class%3D%22st1%22%20d%3D%22M501%20154.3z%22/%3E%3Cpath%20id%3D%22XMLID_164_%22%20class%3D%22st1%22%20d%3D%22M483.8%2091.4c-.3.7-.9.9-1.5%201.1l.1%202.2c.2%203.9.3%207.2.3%207.5%200%20.7-.2%202.4-1.8%203.3-1.5.9-3.9%202.4-4.4%202.8-.2.7-.8%202.4-2%203.6-.1.3-.3%201.3.6%202%20.7%200%201.4.2%201.8%201.1.1.2.2.4.4.7.4.7.9%201.5.6%202.2-.3.6-.5%201.2-.5%201.5-.1.3-.3.8-.6%201.4-.1.2-.1%201.1.2%202l.1.2-.1.2c-.1.1-.1.3-.2.4-.1.2-.4.7-.4.8%200%200%200%20.1.1.1.3.7%201.1%202.4.2%205.9.9.6%202.2%201.5%202.9%202.6.3.3%202.1.8%203.3.9h.1l.1.1c.2.1.4.3.6.7.1.2.4.7.6.8.3.1%204.5%201.6%205.4%203.4.7%201.5%203.7%204.7%205%204.8%201.9.2%204.3%202.6%204.8%203.9v-.1c.4.7.6%201.1.6%201.9.1%201.1.4%203%20.6%203.4l.2.1V154.1h.1v1.6c.1.2.3.4.4.9.1.3.3.8.5.9.4.1.9.5%201.2%201%20.3.5.3%201%20.1%201.5l-.1.2c-.4.7-.9%201.7-.7%202.4.3%201%20.3%201.3.3%201.7%200%201%20.3%201.8.8%202.5.6.7.5%201.4.5%201.7v.1c0%20.2.1%201.9%202.4%202%202%200%203.4.5%203.8%201.4.1.3.3.9.5%201.4.1.2.1.4.2.6l41.7-3.1c-.1-.5-.2-1-.2-1.2-.1-.5-.1-.8-.1-1.5.5-2.8-.4-3.8-.5-4.1-.1-.2-.6-.7-.6-1.3%200-.6-.3-1-.7-1.4-.4-.4-.2-.9-.1-1.3s-.1-1.7-.6-3c-.5-1.4.4-4%20.6-4.5.2-.5.5-.7.3-1.5-.3-1.7.4-2.6.7-3.3.3-.7.3-2.1-.1-3.1-.7-2.3.1-4.9.4-5.6.2-.7.7-1.4%201.4-1.7.7-.4.5-1%20.5-1s-.4-1.3-.5-1.6c-.1-.3-.4-.8-.3-1.4.2-.7.5-2.6.5-3.2%200-.6.7-2.6.9-3%20.2-.5.7-1.5.7-2%20.1-.5-.9-1.9-1.3-2.3-.4-.4-.5-.7-.8-.3-.3.4-1.6%201-2.1%201.1-.4.2-1.1%201.2-1.1%201.7%200%201-1.2%202.6-1.7%202.8-.5.3-.8.8-1%201.2-.2.5%200%20.5-.8.6-.8.1-1-.7-.9-2.1.1-1.4%201.7-4.3%201.9-4.5.1-.2.2-.9.2-1.1%200-.2.1-.8.5-.8s1.6-.6%202-.9c.3-.3.4-.5.4-.5s-.3-.4%200-.9c.1-.1.1-.3.2-.4-1-.5-1.8-1.3-2.2-2.2-.4-1.1-.2-2.3.1-3-.3%200-.7.1-1.2.2h-.2c-.5%200-.9-.3-1.1-.6-.3-.5-.2-1%20.1-1.7.6-1.6.3-3.3.1-3.6-.4-.4-.3-1-.2-1.3-1-1-2.6-1.4-3.1-1.4h-.1c-1.1%200-1.1-.7-1.2-1.6-.1-1.5-1.7-1.5-1.7-1.5-.4%200-2.8-.2-3.4-.7-.1-.1-.1-.1-.5%200-.1%200-.3.1-.5.1h.1c-.7.3-1.7.1-2.7%200-.2%200-.4-.1-.5-.1-.6-.1-.8%200-.8%200l-.3.1-.3-.1-4.5-1.9c-1-.2-10.5-2-12-2.3-1.5-.3-2.4-.7-3.1-2.2-.5-1.1-2.1-2-2.5-2-.8-.1-1.1-.7-1.3-1.1l1.1-.4c.1.3.2.3.2.3.8.1%202.8%201.3%203.5%202.7.5%201.1.9%201.3%202.3%201.6%201.5.3%2011.9%202.3%2012%202.3h.2l4.3%201.9c.2-.1.6-.1%201.2%200%20.2%200%20.4%200%20.6.1.6.1%201.6.3%202%20.1h.2c.2%200%20.3-.1.4-.1.4-.1.8-.2%201.4.2.3.2%202.3.5%202.8.5.7%200%202.7.5%202.9%202.6%200%20.3.1.6.1.6s2.8%200%204.3%202l.2.3-.2.3c0%20.1-.1.2-.1.3.5.6.8%202.9%200%204.8-.2.4-.2.6-.1.6h.1c.6-.1%201.7-.4%202.4-.2l.6.2-.3.6c-.1.2-.8%201.7-.3%202.9.2.6.5%201%201.1%201.3%200-.3.1-.7.2-1%20.8-1.3%202.5-3.7%203.2-6.4.7-2.8%202-3.9%202.4-4.4.4-.5.4-2.5.4-2.9.1-.4.8-1.9%201.3-1.8%200%200-.5%201.4-.1%202.4s.9%201.6%201.1%201.5c.2-.1.7-.4%201-1%20.8-1.9%202.8-2.6%203.3-2.6s.7.4.8.8c.1.4-.4%201.1-.7%201.2-.3.1-.8.9-.9%201-.1.1-.5%201.1-.1%201.2.4%200%20.9.4%201.4-.4.5-1.4%202.3-2.6%202.7-2.8.4-.2.3-.1.4-1%200-2%202.2-3.3%203.3-2.9%201.1.4%202.3%200%202.9-.3.7-.3%201.1-.2%202.3-.4%201.3-.2%202-2.5%202.2-2.7.3-.2%202.4-.7%203.2-.2.8.5%201.2.3%201.5.1.3-.2%201.5.3%201.9.5.4.2%201.6.5%201.6.8.1.2%201.6%201.2%202.5%202%20.9.8%201%20.2%201-.2%200-.9.1-1.9.1-2.6.1-.7%201.6-.8%201.9-.6.3.2.9.8%201.4.4.4-.3%201-.4%201-.4s5.3.2%205.9.2c.6-.1.9-.1.9-.7-.1-1-1.1-1.1-1.5-1.3-.3-.2-.5-.2-.5-.7-.1-1.1-1.7-1.5-1.9-1.6-.2-.1-1-.3-1.1-1.3-.1-1-1.1-3.4-1.9-4.2l-.3-.3c-.1.1-.2.1-.2.2-.4%200-1%20.2-1.5.4-.3.7-.7%201.1-1.1%201.2-.6.1-.8-.5-1-.8-.2-.3-2.9.7-2.9.7s-1.6-.1-2.5-.2c-1-1-.9-4.2-.8-4.8.1-.5-.1-.9-.8-.9-.7%200-2.8.2-4.4%201.5-1.6%201.3-2.8%201.3-4%201.4-1.2.1-2.8.1-4%20.3-.7.8-2.3.9-3.4%201.1-.9%201-2.3%202-3.6%202.5%200%200-1.1%201.8-1.7%202.5-.6.7-1.3-.1-2-.2-1.5.4-2.2-.1-3-.7-.8-.9-2-.2-2.9.2-.9.4-1.5.6-2.4.3-1.2-.5-1.3-1.8-1.7-2.2-.4-.3-1.8-1.5-2.4-2.7-.5-1.2-1.7-.8-2.3-1.5-.6-.8-2-1-2.5-.9-.5.1-1.5.2-2%200s-1.3%200-1.7.8c-.7%201.9-1.4%201-1.4%201s.8-2%20.9-2.3c-.9%201.5-2.2%202-2.2%202l-.3%201.3-.6.4-.3-1.1s0-1.2.1-2.1c.1-.9-1-2.1-1.3-2.4-.2-.4-.7-.9-1.1-1.1-.5-.2-.7-.5-1.4-1.3-.3%200-2.4%202.3-2.9%203.4-.5%201-1.7%201.2-2.6%201.5-.8.3-1%20.9-2.1%201.8-1%201-2.8%201.3-3.4%201.3-.7%200-.9.4-2.2.4-1.3%200-2.4.9-2.7%201.5-.3.6-2%202.3-3.1%202.7-1.1.4-2.1.5-2.9%201.1-.4.3-.7.5-1%20.6-.9.3-1.6-.1-2-.2-.5-.1-.7-.2-1.9-.7-1.1-.5-1.6.1-2.3.6-.4%200-1.2.1-1.3-.3.7-.7%201-2%201-3.3.2-.3.8-1.1.9-1.7.2-.6-.1-1.1-.8-1.5-.7-.3-1.4-.1-2.4.6-.4.7-2.2%201.5-2.8%201.7-.6.2-1.4.2-1.7.6-.3.4-1.1.9-4.3%202-4.5%202-5.2%201.1-5.9.6l-.1-.1c0%20.4-.2.8-.4%201.4z%22/%3E%3Cpath%20id%3D%22XMLID_165_%22%20class%3D%22st1%22%20d%3D%22M500.5%20157.2c-.1-.2-.2-.5-.3-.6-.2-.3-.4-.6-.4-1-10.3%201-61.8%202.8-75.8%202.6h-2c0%20.2.1.3.1.4%200%200%201.1%201.4%201%202.2v.3c0%20.4-.1%201.1-.6%201.3%200%20.1.1.3.2.5%200%20.1.2.2.3.3.5.4%201.4%201.2%201.2%202.2%200%20.2%200%20.3-.1.4-.1.5-.1.8-.6%201.3-.2.2-.2.3-.1.6v.5c0%20.3.1.8-.1%201.2-.1.2-.4%201.1-.7%201.9l-.1.2-.2.1c-.2.1-1%20.6-.5%201.8%200%20.1.4.5.6.7.4.4.9.8%201%201.3%200%20.1.1.3.1.4.1.4.2.9.3%201.5h.3c.4%200%20.7.2.9.5.4.5.4%201.3.2%201.8%200%20.1-.1.2-.1.2-.2.3-.2.5%200%20.7.5.7%201.1%202.3.8%203.5%200%20.1.2.3.3.5.1%200%20.1.1.1.1.3.3.7%201%20.7%201.9%200%20.1.2.2.3.3l.2.2.1.1c.7.7%201.4%201.7%201.3%202.5-.1.5.1.8.2%201%20.4.4%201%201.7.8%203-.2%201.1-.4%201.9.1%203l.1.1c.2%200%20.4.1.6.2.2.1.5.4.5%201v.2l.2.1c.4.1.7.3.8.5.3.5.2%201%20.1%201.5-.1.3%200%20.4.2.7l.1.1c.3.4.3%201.1.1%201.7%200%20.1%200%20.1-.1.2-.1.3-.2.5.4%201%20.8.8.4%201.5.3%201.8-.1.3-.2%202.1.3%203%20.5.7.4%202%20.2%202.6-.1.4-.3%201.9-.4%202.7%200%20.1.1.3.3.4.2.1.4.2.6.4.3.3.4.7.5%201.1%208.8.6%2041.9%200%2060-2.5%201.3-.2%201.9.1%202%201v.1c.1.2.8.7%201.3%201%201.2.9%201.9%201.5%202.1%201.9l.5.5c.1-.1.2-.3.3-.4l.1-.9c-.1-.2-.3-.7-.6-1.1l-.1-.2v-.2c.2-1.4%202.2-2.2%203.5-2.8l.2-.1c.7-.3.7-1.7.8-2.4v-.2c0-.7.6-1.6%201.4-2.6.2-.3.4-.6.5-.7.2-.3.2-1.4%200-2.3-.3-.3-1.2-1.3-1.9-2-.9-.9-.5-2.6.1-4.4%200-.1.1-.2.1-.3.3-1.1%204.3-1.6%205.5-1.7%201-1.2%202.8-1.8%203.7-2%20.1%200%20.3-.1.4-.1.3-.1.7-.6.7-.8-.1-2.6.8-3.7%201.3-4.3.1-.1.2-.2.2-.3%200-.1.1-.1.1-.2.2-.4.4-1%20.5-1.8v-.2-.3c0-.2%200-.4.1-.5.2-2.1-.7-2.7-1.2-3.1-.1-.1-.2-.1-.3-.2-.1-.1-.6-.4-1-.7-1.5-.9-1.8-1.2-1.8-1.5v-.4c0-.2%200-.7-.1-.9-1.8-.9-2.8-2.2-3.2-2.7%200-.1-.1-.1-.1-.1-.1-.1%200-.1-.1-.2%200-.1-.1-.2-.1-.3l-.3-.7c0-.1-.1-.2-.1-.4-.1-.5-.3-1-.4-1.3-.1-.3-1.1-.8-2.7-.7-2.8-.1-3.6-2.1-3.6-3.2v-.2c0-.3%200-.5-.2-.8-.5-.6-1.1-1.7-1.1-3.3%200-.2%200-.4-.2-1.4-.3-1.1.3-2.4.8-3.2l.1-.2c0-.1.1-.2%200-.3-.1-.3-.4-.5-.5-.5-.4-.1-.7-.8-1-1.6z%22/%3E%3Cpath%20id%3D%22XMLID_166_%22%20class%3D%22st1%22%20d%3D%22M419.6%20111.9c.2-.1.3-.2.4-.3.6-1.2%201-2.2%201.1-3.2-28%201.5-92.6-2.4-104.5-3.4l-1.1%2016.7v.2l-.6%201.6v.1l-2.8%2039.7c10%201.2%2067.7%204%2080.7%203.6.8%200%201.1.4%201.5.9.3.3%202.3%201.7%202.8%201.9.6.2%203%201.4%203.4%202%200%200%20.2%200%20.3-.1.1%200%20.1-.1.2-.1.3-.1.8-.4%201-.8.5-1%201.3-.8%201.7-.7h.2l1.5.3%201.4-.5v-.3c1.2%200%203.2%200%203.6-.1.9-.3%201.4.2%202.1.9.7.7%201.1%201.1%201.3%201.1%201.2.1%202.1.5%202.6%201.1v.1c.6-.1%201.3-.1%201.8.5.3.4.9.8%201.3.9.8.2%201.3%201%201.4%201.6%200%20.1.5.8%201.4%201.3-.1-.3-.1-.6-.2-.9%200-.2-.1-.3-.1-.5%200-.1-.4-.5-.6-.7-.4-.4-.8-.7-.9-1.1-.6-1.6.2-2.6.8-3.1.2-.5.5-1.6.7-1.9v-.4-.2-.1c-.1-.3-.2-.9.4-1.6.3-.3.3-.4.3-.7%200-.1%200-.3.1-.5.1-.3-.3-.7-.8-1.1-.3-.2-.5-.4-.6-.6-.1-.1-.5-.9-.3-1.6.1-.2.3-.4.5-.5%200-.1.1-.3.1-.4v-.4c0-.2-.4-1-.7-1.3-.3-.4-.6-1.5-.3-2%20.1-.2.3-.4.6-.4.4%200%20.9%200%201.5.1l-.1-23.4v-1h.1l-.1-11c0-1.4-2.1-1.9-2.5-2-.7-.1-1.5-1.1-2.4-2.9-.1-.1-.5-.4-.8-.9l-.1-.1v-.1c-.4-1.5%201.6-2.9%202.7-3.7z%22/%3E%3Cpath%20id%3D%22XMLID_167_%22%20class%3D%22st1%22%20d%3D%22M559.1%20188.2c.2%201.1%204.4%2044.3%204.5%2046.2%200%20.1%200%201-.8%201.8-.4.3-.3.5-.1.8.5.7%200%201.5-.2%201.9-.2.2-.4.9%200%201.5%201.2%201.8%201.5%202.2%201.6%202.2%200%200-.1%200-.1-.1.9.3.5%201.8.4%202%200%20.2.2%201%20.8%202.3.5%201-.2%201.8-.6%202.3-.1.1-.2.2-.2.3v.1c-.3.5-1.3%201.8-1.1%202.9.1%201.1-3.1%205-3.9%205.8-.2.2-.2.7-.2%201v.2c0%20.5%200%201.4-.2%202.7v.2c0%20.1-.1.2-.2.3-.2.3-.3.7-.3%201.8%200%20.6-.2%201.2-.5%201.7%200%20.1.1.2.1.3.1.2.2.4.3.7.8.1.9%200%20.9-.1.3-.5.2-.6.1-.7-.3-.4-.4-.8-.2-1.1.1-.2.4-.5%201-.3.1%200%20.2%200%20.3.1.3.1%201.4.3%201.7.3%200%200%20.1%200%20.1-.1.4-.2.9-.7%201.5-.3.2.1.4.4.4.6l-.2-.7-.3-.9.9.2c.8.2%201.8%200%202.2-.4.6-.6%201.3-.2%201.6%200%20.1%200%20.1.1.2.1l3.3%201.3h.1l.1.1.7.6c.1-.3.2-.5.2-.5v-.2c0-.2.1-.5.3-.9%200-.1.1-.1.2-.2.2-.4.5-.9%201.1-1.1.4-.1%201.4-.6%201.5-.9.3-.5.8-.6%201.1-.5l.3.1.1.3c.1.4.4%201%20.7%201%20.5.1%201.2.2%201.7.6.1-.5.4-1.1.9-1.5l.2-.2c-.3-1.3.4-2.5%202.1-3.5%200-.1-.1-.2-.3-.4l-.3-.4.3-.4.3-.4.3-.4.4.2c.1%200%201.5.8%202%202.5.2.4.8.5%201.2.6.1%200%20.4%200%20.6.1.5.1%201.7.2%202%20.1.4-.1.7-.4.7-.7v-1.5c-.1-.4.3-1.5.4-1.9%200-.1.1-.3.1-.4.2-.6.4-1.7%201.4-1.6.2%200%20.3.1.5.1.3.1.3.1.7-.2l.3-.3.3-.3c.1-.3.3-1.4.2-1.8-.2-1%20.7-1.3%201.2-1.5.4-.1%201.7-1.5%201.5-2.3l-.1-.5c-.4-1.4-.6-2.2-.2-2.8.2-.2.4-.3.6-.3.7%200%201.5-.2%201.7-.3.5-.2%201.1%200%201.5.6%200%20.1.2.2.3.2.1%200%20.2%200%20.3-.1.3-.2.7-.5%201-.8.8-.6%201.2-1%201.6-1.1.1%200%20.2-.1.3-.1.5-.2%201.1-.4%201.7-.4%200-.1.1-.2.1-.3v-.1c0-.3%200-.3-.1-.4l-.1-.1c-.3-.3-1.2-1.2-.7-2.1.1-.1.1-.3%200-.6-.5-.8-.8-1.8-.1-2.4l.1-.1c-1.6-13.2-6-50-6.2-51.6%200-.2-.1-.4-.2-.6-.4-.8-1.2-.9-1.3-.9l-29.9%203.5%202-1.5%2027.8-3.4v-.2s0%20.2.1.2c.3%200%201.4.3%202%201.3l19.7-3.4c0-.1%200-.1.1-.2.4-1%201.4-3.6%202.4-4.8%201-1.2.4-2.8.4-3.3s-.1-2.9%201.3-3.7c.1-.1.2-.1.3-.2.2-.1.5-.2.7-.4.1-.7.6-1.2.9-1.4.4-.4.3-1.8.3-2.5%200-.8.3-1.2.7-1.6.4-.4.3-1.1.6-1.4.3-.3%201-.9%201.2-.6.6.3.9%201.5%201%202.4%201.5-1%201.8-4.5%201.2-5.6l.3-2.3s.3-.8.1-1.3c-.1-.2-.1-.4-.1-.6-.2-.2-.3-.3-.4-.5-.4-.6-2.6-6.8-2.6-7.1-.1-.3-.2-1.3-.6-1.6-.7-.7-1.3-3.7-1.3-4%200-.3-.1-.8-.8-2.2-1.7-3.9-3.4-4-4.5-4.3-1.1-.3-2.5%201.4-2.5%201.4l-1.4.5-1.2%201.1-.8.4c-.3.1-.5.3-.4.9.2%202.1-.7%203.3-1.1%203.5-.4.2-.7.7-.7.7s-.9%201.4-1.2%201.9c-.3.5-.7.3-1%20.1-.2-.3-1.3-.3-1.7-.3-.4%200-1.4-.9-1.6-1.1-.2-.2-.4-.6-.4-.8%200-.2.1-1-.1-1.5-.2-.4%200-1.6.1-2.3.1-.7%201-1.2%201.4-1.4.4-.2%201.1-.2%201.1-.2s.3%200%20.7-.7c1.1-1.1%201.1-4.1%201-4.6%200-.4.4-.8.7-1.1.4-.3%201.5-.9%201.6-1.1.2-.2.5-.5.4-.8-.7-1.9-.5-5.8-.4-6.2.1-.3%200-.3-.1-.6-.1-.2-.2-.6-.3-1.4-.2-.8-.9-2.4-1.4-2.6-.5-.2-1.1-1.1-1.3-1.4-.2-.3-.1-.9.1-1.4.2-.5.5-.8%201-.8s.5-.2.5-.7c0-.5.1-.6-.4-.9-.5-.3-1.6-1.5-1.7-2.2-.1-.8-1.3-1.5-1.7-1.4-.4%200-1.1.2-1.4-.1-.5-.6-2.4-.8-2.4-.8s-2.4-.8-2.9-1.1c-.7.2-2.3.2-2.6-.5-.6-1.5-1.5-1.7-2.5-2.2-1-.5-1.4.1-2.4.2-1%200-1.4-.6-1.9-1-.6.2-1.7-.5-2-.7-.2-.2-.5-.5-1%200-.4.5-1.7%201.2-2.1%201.4-.3.6-1.2%201.5-1.7%202.5-.6%202%20.8%203.1%201.2%203.3.4.2.6.5.6.9s-.6.8-1.3.6c-.7-.2-2.1.8-3%201.5-.9.7-1.2%201.2-.7%203.2.8%203.4-.4%206.5-.4%206.5l-.8%201.1s-.5.1-.3-.4c.4-.8.7-3%20.6-3.4-1-1.1-1%202.6-1%202.6l-.7%201.3-.4-.1-.1-1.2.5-1.3-.6-1.3.4-1.1v-.9c.1-.5.2-2.3.2-2.3s-1.1.7-1.3%201.1c-.2.7-.9%201.9-1.2%202.2l-.3%201.2s-.2.5-.7%201c-.5.5-1.2-.1-1.6%200-.1.3-.9%201.7-1.3%202-.4.4-.2.8-.2%201.2%200%20.4-1.5%201.8-2%202.2-.5.4-.1%202%20.4%203%200%200-.3%201.9-.2%202.4.3%201.3%200%202.8-.3%203.2-.3.4-.7%201.6-.8%202-.1.4-.4%201.3-1.1%201.8-.7.5-.8%201.7-.4%202.3.7.8%201.2%202.6%201.3%203.6.2%201.1.1%201.3-.1%201.6-1.6%201.7-1.1%203.2-.8%203.6.4.5%201.5%202.7%201.5%202.7l2%203.9%201.1-.5.2.3s-.5.8-.6%201.3c.2.5%202%204.6%202%205.4%200%20.8.3%203.5.4%203.8.3%204.8-.9%209.7-2.1%2011.2-.2.4-.7%201-.9%202.1-.5%203-2.1%205.4-3.2%206.3-.2.2-.5.4-.9.7-1.6%201.2-4.3%203-6%203.6-1.3.4-2.6-.2-3.5-.9%201%200%201%200%201.1.3z%22/%3E%3Cpath%20id%3D%22XMLID_168_%22%20class%3D%22st1%22%20d%3D%22M564.3%20265.2v.1-.1z%22/%3E%3Cpath%20id%3D%22XMLID_169_%22%20class%3D%22st1%22%20d%3D%22M676.2%20307.1h-.3c-.6%200-16%201.7-18.1%202-1%20.1-1.5.4-2.1.7-.5.3-1.1.5-1.9.7-.8.2-1.6.9-2.3%201.4-.7.6-1.2%201-1.8%201.1-.6.1-2.6.9-3.1%201.4-.1.1-.3.2-.4.3-.3.2-.7.4-1.1.5-.1.5-.2.9-.5%201.2-1.1%201.2-2.8%203.9-2.2%204.7.5.7%201.3%201.2%202.3%201.3h.2l.1.1c.5.4%202.2%201.7%202.2%201.7s.1.1.1%200l.1.1s.3.3%201.2%200c1-.3%201.7.4%202.1.9l.2.2c.4.4.6.9.7%201.2.5.4%201.5%201.4%201.9%202.8.2.6%201.9%202.4%202.5%202.9l.3.3c.1.2.2.3.4.5s.4.6.5.6c.5.1%201.6%201%202.1%201.4.7.2%203.5%201%204.8%204.1.3.6%201%20.8%201.3.8.7%200%201.2.4%201.7.9l.3.3c.1.1.4.3.6.4.7.4%201.8%201%201.5%202.1-.1.2-.1.5.1.6.1.2.4.4.8.5.9.2%201.2.8%201.1%201.6.1.1.4.3%201%20.4l.3.1.1.2c.3.6.9%201.1%201%201.2h-.1c.3%200%203.7%201.3%204.1%202.1.2.5.2%201%20.2%201.4%200%20.1.1.3.3.4.4.3%202%202.5%202%203.5v.3c0%20.9.1%201.6.7%202l1.2.6c1%20.5%201.7.8%201.9%201.3.3.5%201.1%202.1%201.2%202.3.5.7%201.1%201.6%201.1%202.1v.3c0%201%20.2%202.3%201%202.5%201.1.2%202.4.4%203.4.6.2-1%20.6-2.2.7-2.7h.4v1s.7.6%201.5-1.1c-.5-.7-1.7-1.1-2.2-3-.1-.7-1-2.1-1.3-2.6l.1-.3.9%201%20.6%201.3%201.1.9s.4-1.3.1-2.2h.3c.1.7.1%202.4%201.9%202.7%201-.3%201.4-.7%201.4-.7s.1-1.5.6-2.1c-.7.7-1.1.9-1.1.9l.7-1.3-.6-.4-1.1.1-1.2-.7-1.1-.1%202.5-1.1c.8.5%201.5.6%202.3%200%20.8-.6%201.2-.2%201.4-.2.2%200%201.1-.3%201.3-.9-.2-.4-.6-1-.6-1l.2-.2%201.2.7%201.2-.9%201.4-.4-.2-.9%201.4-.5.3-1.6-1-.4-.5-1.5s1.2-1.2%201.6.8c.6-.1%201.3-.1%201.3-.1s1.2-1.4%201.7-2.2c.5-.4%201-.9%201-.9l-.3-1.3.7-1.4%201.4.4%201-.3s.2-1.3%201.4-2.3c-.3-.2-.8-.7-.8-.7l.1-.3%201.3.5.8-1.3s-.1-.8-1.6-1.7c-.7-.6-.6-1.8-.1-2.6.4-.5.7%200%20.4.6-.3.6-.3%201.1-.3%201.1l1.1.4.7%201.3s-.1-1.3.1-2.2c-.3-.6%200-2.4.6-3.5.6-1%201-1.8%201.3-2.6.3-.8%202.2-4.4%205-5.8.2-.1.3-.3.4-.5-7.3-5.2-19.7-14.1-20.6-14.8-.8-.6-1.4-.5-1.4-.5h-.2c-.1%200-13.9%202.1-15.4%202.5-1%20.3-1.9.5-2.5.1-.3-.2-.5-.6-.6-1.1%200-1.1-.6-2-1.2-2.7-.4-.5-.8-.8-.9-.8-.3.2-.8.6-1.3.5-.2%200-.5-.2-.7-.6l.1.1c-.3-.5-.9-.5-1.4-.5z%22/%3E%3Cpath%20id%3D%22XMLID_170_%22%20class%3D%22st1%22%20d%3D%22M509.9%20403.8z%22/%3E%3Cpath%20id%3D%22XMLID_171_%22%20class%3D%22st1%22%20d%3D%22M544%20421.6c0-.1-.2-.4-.3-.5-.3-.4-.6-.8-.6-1.4%200-.6-.7-1.2-1.3-1.7-.2-.2-.4-.3-.6-.5-1.9-2.6-1.4-3.8-1.1-4.4v-.1c.2-.4%201-3.2%201.3-4.4l-32.6%202.4h-.2l-.2-.1-.3-.3-.4-.3.3-.4c.1-.2.6-.6%201-.9.1%200%20.1-.1.1-.1%200-.1-.1-.2-.2-.2l-.1-.1c-.5-.6-.4-1.1-.2-1.7v-.1c0-.3-.3-.7-.5-.9l-.3-.3.2-.4.3-.6.1-.3h.3c.8-.1%201.1-.2%201.3-.3-.1-.2-.5-.6-.9-.9l-.4-.3.2-.5.1-.3.2-.4h.4s.4%200%20.6.1c0-.1%200-.1-.1-.2l-.3-.9c-.2-.9.1-1.4.5-1.8h-.2v-.7c0-.1.1-.5.1-.7l.1-.4.4-.1c.5-.2.8-.5.8-.6v-.1c.1-.3.2-.9.7-1.3l.2-.2c-.2-.3-.4-.6-.4-1%20.2-1.5%201.1-1.8%201.7-2%20.1%200%20.1-.1.2-.1.5-.9%201.5-1.9%202.2-2.5l.1-.1c-.1-.1-.5-.2-.7-.3l-.5-.2v-1.1h.7c.1%200%20.5%200%20.8-.1.1-.1.2-.3.2-.4-.2%200-.4%200-.6-.1-.5-.1-.8-.3-1-.6-.2-.5%200-1%20.3-1.5.4-.6%201-.7%201.4-.9.2%200%20.4-.1.5-.2.3-.6.6-.9.9-1-.5-.2-.9-.6-.9-1.1-.1-.1-.6-.5-1-.8l-.1-.1-.1-.1c-.2-.3-.7-.9-.9-1.3-.1-.3%200-.5.2-.7.2-.2.4-.2.6-.3-.1-.3-.1-.6-.1-.8-.9.1-1.3-.3-1.5-.7-.3-.8.3-1.6.8-2-.7-.2-1-.7-1.1-1.5-.1-.9.5-1.7%201-2.1.2-.2.2-.3.2-.3-.1-.2-.2-.2-.2-.2-.4-.1-1%20.3-1.3.6l-.7.6-.2-.9c-.1-.3-.1-.8.2-1.2l-46.7%202.2.7%2019.5v.2c.8.3%205%203.8%203.8%207.8v.2s.1.1.1.2c0%200%20.1.1.1.2.3.4.9%201.1%201.2%202.1%200%200%20.1.1.2.1.2.1.5.3.7.7.3.5.4%201.5.4%202%200%20.3.1.5.3.7.2.2.3.4.6.7.2.3.8%201.1%201%201.2h.1c.2%200%20.4.2.5.3.2.4.2.9%200%201.5%200%20.2%200%20.6.2.7.3.5.2%201.1-.4%201.7%200%200%200%20.2.1.4.4.7.2%201.3%200%201.9-.2.4-.2.7-.1.9.3.7%200%201.6-.4%201.9-.1.1-.4.7-.4%201.3%200%20.8-.5%201.2-.7%201.3-.2.2-.9%201.2-.8%201.8%200%20.1%200%20.2.1.3.1.8.3%201.8-.3%202.7-.4.5-.3.7-.3.8.1.2.2.4.2.6%200%20.1.1.2.1.3.2.3.3.8.3%201%200%200%200%20.1.1.2.1.5.5%201.6.4%202.7%200%20.8-.3%201.5-.5%201.9-.2.3-.9%201-1.2%201.3l-.3.4h-.1l.2.4-.5%201.5-1.2.7-.1%201.3%201.4.9%201.1-.7s3.1-.6%204.8-.5c1.2%200%201.8-.5%201.8-.9l-1-1%20.9-.9.2-1.6s.2-1.7.4-1.7c1%20.8%201.4%201.7%201.6%203.3%200%20.4-1.4.8-1.5%201.4%200%20.5.5.8%201%20.9.5%200%204%20.3%207.6%202.3%202%201.1%205%201.5%206%201.4%201-.1%202.1.2%202.7.4.7.2%202%200%202.8-.6.8-.6%201.9-.3%201.9-.3%200-.6-.8-2-.8-2l-1.2-.9%201.2-.3.6-.5s1.7-1.5%203.9-1.3c-.1.7-.5%202.1.5%201.8.9-.3%202.5.1%203.1-.4.5.5.7%201.3.7%201.3l1.2.6.5%201.9%201.3-.1%201.9.7s.9.8%201.3-.9c.3-.3.5-.7.5-1.1.1.7.1%201.9-.1%202.4%200%20.5.8%201.7%201.8%202%20.8.2%201%201.5%201%201.9%200%20.3-.2%201.2-.2%201.2l.9.4%201.5-.4%202.5%201.5s1.3-1.5%203.1.2c.6-.3%201.1-.6%201.1-.6s-.3-1.4.1-2.5c.2-.5.7-.7%201.3-.8.9-.4%202-.7%202-.7l.5%201.3%201.3-.4%201.4.4-.1%201.3-.2.5.8%201.4s2.3-.6%202.8-2.6c-.4-.7-.7-1.4-.7-1.4l1-.2-.3-2.8-2.5-1.5s-.7-1.6.3-1.3c1.1.3%202.1%201.2%202.4%201.3.3.1%202%20.8%202.9.8.6.2%202.3.6%201.7%201.7-.4.4-.5.9-.5.9l1.4-.1s1.5-.7%201.7.4c.3.3.6.7.6.7l1.3.2%201.1-.4s.5%201.9%201.4%202.7c.7.2%201.1.2%201.1.2v-1.4l.4-.1.5%201.3c-.7.5-1.6%201.8-2%203.7.3.3.3.2.3.2l1.1-1.3.5-1.2%201-1.3%201.6%201.8.5-1%20.7-1.6-.3-.5%201.1-.4s.4-.3-.5-.7c-.9-.4-1.2-.7-1.2-1.3-.3-.3-1.1-.8-1.1-.8-1.1-.1-1.9.1-3.7-1.1-.9%200-1.8.1-1.8.1l-.7-1.3s-1.4-.9-2.7-.9c-.4-.6-.5-1.4-.5-1.4l1-.5-.1-.9s.4-.5%202.2.4c-.4-.4-.5-.9-.5-.9l-.5-1.2%201.2-1.4%201.2.2.4.5s.6-1.9.2-2.8l-1-.5s0-1.8-.4-2.4c-.3%200-1.6.8-1.9.9-.1.6-.3%201.6-.3%201.6l-.6%201.2-1.1.1-.8-1.4-1.1.3-1-.8-.1-.6%202.6-1.3.7-1.2-.2-.4-1.3.9-.2-.1.1-1.1h-.4l-.4%201.1-.2.1s-1-1.3-1.6-.4c-.6.9-1.8%201.4-2.4%201.4-.5%200-5.3.3-5.3.3l-1.6-.8-.2-1.2s1.4-1.5%201.7-2.4c.4-.9%201.2-2.2%203-1.9.7.2%201.1.1%201.5.4.4.3%202.3%201.8%202.3%201.8.5-.2%201.1-.3%202%20.3.4.2.5-.5.9-.1s1.1%201%201.1%201h1.1l.3-.3.5.4.7-.3c-1.4-1-2.2-2.5-2-3.4z%22/%3E%3Cpath%20id%3D%22XMLID_172_%22%20class%3D%22st1%22%20d%3D%22M663.9%20279.5c-.2%200-.4%200-.7-.1l-.4%201c.1.7.3%203.7-1%204.4-.6.3-1.6%201-2%202.1-.4%201.2-.9%202.6-1.8%203.3-.3.3-.6.4-.9.3-.2%200-.5-.2-.6-.4-.1-.1-.3-.4-.6-.3-.2.1-.5.2-.7.3-.7.2-1.5.5-2.3%201.5-.4%201.2-1.1%202.5-2.2%202.7-1%20.2-1.4-.2-1.8-.6%200-.1-.1-.1-.1-.2l-.1-.1c-.1-.1-.1-.2-.2-.2%200%200-.2%200-.4.2-.6.5-.8%201-.8%201.6v.2l-.1.1c-.4.5-1%20.3-1.4.1-.1.7-.5%203.4-1.9%203.7h-.3c-.8.1-.9.1-1.5.5-.8.6-3.9%203.4-4.8%204.4h-.1c-.6.4-1%20.7-1.9.8h-.5c-.9%200-2.3%200-4.1%201.4-.9.8-1.5%201.9-1.5%202.8-.1%201.4-.9%202.6-1.9%203-.3.1-.5.2-.8.2-1%20.2-1.3.3-1.3.9.1%201%20.1%202.5.1%203.6l3.7-.5c4.7-.7%2011.7-1.7%2013.4-2%20.2%200%20.5-.1.7-.1.6-.1%201.1-.2%201.4-.3.8-.2%201.1-.4%201.5-.7.7-.6%202.9-1.6%203.8-1.7.2%200%20.7-.5%201.1-.8.8-.6%201.8-1.4%202.8-1.7.7-.1%201.1-.4%201.6-.6.7-.3%201.4-.7%202.5-.8%201.9-.3%2017.6-2%2018.3-2h.3c.7%200%201.8-.1%202.8%201.3%200-.1.2-.2.3-.2.2-.2.4-.2.7-.2.7.1%201.4.9%201.8%201.3.7.9%201.4%202%201.4%203.4%200%20.2.1.2.1.2.2.1%201-.1%201.5-.2%201.4-.4%2014.5-2.3%2015.4-2.5.3-.1%201.3-.3%202.5.7.7.5%208.1%205.9%2020.6%2014.8l.1.1c.7-.4%205.1-2.2%207.3-1.6%201-.6%201.5-1.1%201.5-1.1s.9-2.6-.9-4.8c.2-.2.5-.4.5-.4.5.7%201.1%202.2%201.1%204.4h.4c-.1-2.5-.7-3.5.6-5.9.3-.6.7-1.4.8-1.8.1-.4%201.6-3.5%204.2-5-.2-.4-.9-1-.9-1v-.4l.8-1-.4-.8.2-.2%201%20.4.1.3-.8%201.4s1.5.8%202-.2%201.6-2.4%201.7-3.3c.6%200%201.5.3%201.5.3s2.8-1.7%204.2-1.6c.2-.4.2-.6.2-.6l1-1.3.6%201.2.7-1.2c1%20.8%201.5%201.3%202%20.1s1.1-2.1%201.8-3c.7-.9.6-1.5.6-1.5s-.4-2-1.1-.5c-.5.8-.5%201.1-.5%201.1l-1.1.3-.1-.3.4-.7-.4-1.1h-.3l-.2%201.2-.8-.2.4%201.4-.9-.5s-.4-.3-1%20.3-2%201.5-3.9%201.1c-1.1-.2-2-1.2-3.7-3.2l.2-.2s1.3%201.1%202%201.1c.4%200%201.1.7%201.6%201.1.4.4%201.4.5%202%200%20.6-.6%202.9-2.5%202.5-3.8-.1-.2-.7-.3-1.1-.1-.1-.4-.1-1%20.5-1%20.5%200%201.2-.2%201.2-.2s.9-1.4%200-1.7c-.8-.3-2.3-.9-3.5-.7-.6-.2-1.2-.4-1.6-.3-.5-.1-1.3-.4-1.3-.4s-2.6-.5-2.9-.7c-.3-.2-.8-1.2.3-.8%201.1.4%203.6.9%204.6.8.7-.2%201.3-.2%201.3-.2l.8.2s-.8-1.9-.5-2.6c.3-.3%201.5-.2.9.3-.5.6.2%201.3.6%201.5.4.2%201.4.4%201.4.4l.2-1.3s.4%201%201.3%201.3c.9.3%203.5.5%204-.1s2.3-4.8%202.3-4.8l.1-1.1%201.2.1%201.1-1.4c-.5-.8-.6-2.4-.4-3.5-.4-.6-1.7-2.4-2.4-2.5.2.5%200%201.5-.5%201.6l-1.5.3s-.1%201.5.2%202.2c.2.7.5%201.5-1%202.8-.5.2-.8-.5-.5-.8.3-.4.6-1%20.6-1l-1-.3-.1-.5s.8-1.2.6-1.6c-.2-.4-.1-.8-.1-.8s.4-2.4-2.7-1.2c-1.2.4-1.1%201.4-1%201.8.1.4-2.2-.4-2.6-.7-.4.4-2.5%201.7-3.9%201.7-.2-.5-.5-1.3-.5-1.3s-2.6-2.8-1.7-4.5c.1-.6-.3-1.4-.3-1.4s.4-.8.8.8c.1.9-.2%201.5.1%202%20.3.5%201.1%202.2%201.1%202.2l.9-.1%201.5.4%202.8-2.2-1-.7v-.4l2.7.7.2-.3-1-1%201.4.4%201.1-.4.1-1.2s-.5-1.3-2.5-1.5c.7-.3.9-.6%201.7-.1.8.5%202.3%201.9%203.7%201.5v-.3s-1.5-.5-2-2.3c.6.1%202.8%201.6%203.6%203.7l.3-.1-.3-1.2s-2.1-3-2.4-3.4c-.3-.4-.2-.4-.1-.7-.2-.2-1.4-.3-1.4-.3l-1.1-1.3s0-.3-.1-.7c-8.5%202.4-72%2014.2-76.2%2014.7-1.7.1-10%201.5-12.6%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_173_%22%20class%3D%22st1%22%20d%3D%22M547.9%20424.3h-.1z%22/%3E%3Cpath%20id%3D%22XMLID_174_%22%20class%3D%22st1%22%20d%3D%22M561.5%20391.3c-.5-3.7-.2-9.9-.2-10.1%200-2.2.9-52.6.9-53.2%200-.2.1-.4.1-.5.1-.5.2-.6-.3-.9-.5-.3-.9-.8-1.2-1.2h-.3l-33.5%202.7v.4c.1.4.2%201.1-.4%201.7-.6.6-1.7%201.1-2%201.2-.1%200-.3.1-.6-.1.1.4.1.8.3%201.2l.1.3-.3.3c-.2.2-.4.4-.6.5.3.2.5.5.5.8%200%20.4-.3.7-.4.8-.3.2-.7.3-1%20.3h-.1l.2.2c.3.1.5.2.5.5.2.5-.1%201-.3%201.3-.1.2-.3.7-.2.9%200%20.1%200%20.1.1.2.1.4.2.8-.2%201.3%200%200-.1.1-.1.2-.3.5-1%201.5-2.4%201.5.1.2.1.5%200%20.7-.1.2-.2.4-.4.6-.3.2-.8%201-.9%201.2l-.1.6-.6-.1h-.1l.5.6-.8.2c-.1.1-.4.7.4%201.8l.4.5-.5.3c-.5.3-1.6.8-2.4%201.1.3.4.5.9.2%201.3-.2.3-.1%201.2%200%201.4.2.4.2.8%200%201.2-.2.4-.6.6-1%20.6h-.2c.1%200%200%20.1.1.1l.3.1v1.4l-.1.2-.9.5s0%20.1-.2.1c.1.2.2.4.2.5%200%20.3-.2.6-.4.8-.3.2-.4.3-.5.4.3.3.5.6.6.9h.2c.3%200%20.5.1.6.3.1.2.5.6.3%201.2%200%20.1-.1.3-.3.5.2.1.4.2.5.4.1.2.1.5-.1.8-.1.2-.2%201%20.3%201.3.3.3.5.7.5%201.1v-.1s0%20.2.1.3c.2.8.4%201.6.1%202-.2.2-.4.3-.7.3h-.4c0%20.3.1.6.1%201v.7h.3l-.1.8-.2.3c.2-.1.4-.1.6%200%20.5.1.8.3%201%20.8.3.6.1%201.3-.5%201.8-.3.2-.6.7-.6%201.1%200%20.4.2.5.3.5.4.1.8.3.8.4l.3.1v.6l.1.4-.3.2c-.5.4-1%20.9-1%201.1.1.1.5.1%201.3-.2l1.5-.6-.8%201.4c0%20.1-.1.1-.1.2-.3.4-.5.7.2%201.4l-.6%201c-.1%200-.2%200-.3-.1.1.1.1.2.2.3%201%20.6%201.5%201.1%201.5%201.6v-.1c.1.1.4.3.7.3.6%200%201%20.4%201%20.8.1.5-.2.9-.7%201.1-.2.1-.3.1-.4.1-.3%200-.5.1-.7.6-.2.5-.7.6-1.2.7-.3.1-.6.2-.7.4-.1.1-.1.2-.2.3.6.1%201.1%200%201.4-.1l1.3-.5-.5%201.3-.3.9c-.1.2-.2.5-.2.6v.5l-.6.1c.1.1.1.3.1.5%200%20.3-.1.5-.3.8-.1.1-.2.2-.4.3-.6.5-1.7%201.6-2%202.3l-.1.2-.2.1c-.2.1-.3.1-.5.2-.5.2-.8.3-.9%201%200%20.1.1.2.1.2.2.1.4.3.4.6%200%20.6-.7%201.2-.9%201.3-.1.1-.2.4-.2.6v.2c-.1.3-.4.7-.8%201%20.1.1.3.2.3.3.1.2.2.6-.2%201l-.5.5c-.5.4-.6.5-.5.9%200%20.2.1.5.2.7.2.5.4%201.1%200%201.5-.2.2-.4.3-.6.3.4.5.6%201%20.4%201.4-.3.6-1%20.8-1.9%201%20.3.4.7%201%20.5%201.7v.1c-.1.6-.1.6%200%20.8l.1.1c.3.4.7%201.1%200%201.8l31.5-2.3c.2-.1.7-.2%201.1.1.3.3.4.7.3%201.3-.3%201.1-1.1%204-1.4%204.5v.1c-.2.4-.5%201.2.9%203.2.1.1.3.2.5.4.7.6%201.7%201.4%201.8%202.5%200%20.2.2.5.4.8.3.4.6.9.5%201.5-.1.2.5%201.8%202.8%202.4l.4-1.2s1.4-.9%201.7-1.9c.5-.2.7-.4.7-.4s.3.5.8.3c1-.2%203.8-1.6%205.3-1.7%201.6-.1.7-.5.4-.5-.3%200-.9-.4-.3-.5.6-.1%201.1.1%201.1.1s1.7%201.4%202.8%201.4c.4%200%201.2-.4%201.2-.4l.4-.5%202.6.8.4-.6-.1-.4c-.7-5.2-3.3-24.5-3.8-27.6z%22/%3E%3Cpath%20id%3D%22XMLID_175_%22%20class%3D%22st1%22%20d%3D%22M724.9%20481.3c-.1-.9-.4-3.1-.3-4.3.1-1.3-.1-4.1-.9-5.3%200-.6-.5-2.8-1.1-3-.6-.2-.4-.4-.4-.7%200-.3-1.4-3.8-3.7-4.2v-1.6c-1.1-1.2-2.5-3.7-2.8-4.6-.3-.9-1.6-3.9-3.7-6.1-2.1-2.2-4.6-7.2-4.8-7.5-.3-.3-2.2-3.5-2.2-3.5s-1.8-4.7-2.2-5.8c-.2-.7-.2-1.1.6-.5.8.5.8.7.8%201-.1.3-.4.7.2%201.2.6.5.9.9%201.4.6.5-.3%202.4-.4%202%202.3-.1.9%200%201.8%200%201.8l1.3-1.5s-.5-2-2.5-3.9-3.4-3.8-3.7-4.2c-.4-.4-4.9-5.9-6.1-8.4-1-1.2-6.3-9.6-7.4-14.8-1-1.2-1.8-3.5-1.7-4.3%200-.8-1.4-2.5-1.8-3-.4-.5-.8-1.6-.8-1.6l.7.7s.8-2.6-.6-2.8c-.2%200-.4-.1-.5-.2l.1.4c-1.1.4-2.8.5-6.9-.8-.3-.1-.3-.1-.5.1l-.3.3c-.2.1-.5.3-.9.4%200%20.1%200%20.2-.1.2v.1c-.1.3-.1%201.2.2%201.8.4.7.9%202.2.7%203.2%200%20.2%200%20.4-.1.6%200%20.8-.1%201.8-.8%202.1l-.2.1c-.4.2-.7.4-1.3.4h-.1c-.6%200-1.2-.1-1.5-1.1-.5-1.7-.9-1.9-1-2-.1-.1-.2-.1-.3-.1-.4-.2-.7-.4-1.7-.3-1.4.1-40.6%203-42.8%203.2-.2%200-.4.1-.7%200-.4-.1-.8-.5-1.1-1-.4-.6-.6-1.3-.6-1.6%200-.1-.3-.7-.6-1.1l-.3-.3c-.3-.3-.6-.7-.8-1.2-6.5.9-22.7%202.7-33.5%203.8-4.9.5-8.4.9-9.2%201-.6.1-.9.3-1.1.6-.3.5-.2%201.3-.1%201.6l1.7%202.1c.3.2%201.3.9%201.9%201.3.5.4.9%201.2.3%202.6-.1.2%200%20.6.2%201%20.1%200%20.2%200%20.3.1l-.1.3v.1l.1.3c.3.2.6.5.3.9-.5.7-2.1%201.9-1.3%202.4.3.1%202.6-.5%203.1-1.5s.6-1%20.6-1l.4-.2s.8-1.6.4-2.1c-.2-.3.4-.8.4-.8l.4.1.4%201.7h.2l.7-1.2.2-1.4.3-.1.3%201.3%201.2%201v.3s-.2%201.4-2.8%201.5c-.3.2-.3.5.1.5s4.5-1.5%208.7-1.6c.5-.4%202.8-2.4%202.8-2.4l.4%201s2.1-1.1%202.9-.9c.8.2%202.2%201%202.2%201l.3%201s-.8-.1-1.1-.3c-.4-.3-1.4-.9-2.4-.1-.1.3-.3.6-.3.6s-1.7-.1-2.2-.2c-.2.2.4.6.8.6s3.1-.1%205.6.8c2.4.8%204.8%201.4%206.7%203l.3-.2s-.1-.9-.6-1.3c-.6-.4-1.4-.5-1.5-1.4-.1-.4%201-.4%201-.4l1.4.6%201.8-1.5.2.2s.2%201.3-1.1%201.4c-.4.5-.7%201.2-.7%201.2l2%201.3%201.2-.2.4.9%201.6.2-.5.9s-1-.7-1.8-.8c-.8-.2-1.6-.6-2-.9.3.6.9%201.4.9%201.4.9.2%201.4.6%201.6%201.1.3.5%201.2.7%201.7.8.5.1%202.8%201.8%202.9%203.9%200%20.4-.9.5-.9.5l-.7-1.2-.1-.9h-.4v1s.1%202.5%203.1%201.4c.7-.5%203.1-1.4%204.4-1.2.4-.1.5-.3.5-.7.4-.5%201.3-1.1%201.3-1.1.1.3.6%201%201.8.1%201.2-.9%203.4-2.9%204.1-3.1.7-.2%201.5-.4%201.7-.5.5.1%201.4.3%201.4.3l-.4-1-1.6-.7v-.5l1.1.1s.8-2%202-2.4c1-.1%202.1-.1%202.9-.4.7-.2%201.5-.2%202.1.2.7.4%201.8%201.5%203.5%201.4%201.2.3%202.6%201.5%202.6%201.5s1.6%201.6%201.9%202.6c.6.4%201.7%201%202.6%201.2.5.2%201.1%201.4%201.1%202.6.8.6%203.8%202.7%203.8%202.7l1.1%201.4%201.5.7s.4%201.7%202.4%201.4c1.3-.2%202.1-.1%202.1-.1l1.8%201.8s-.2%202.2%202.1%203c.6.1.5.9.5%201.4.2.3.4.9.4%201.6-.1.7-.2%202.5.7%204.2-.1%201.6-1.3%206.6-1.6%207.9.2.7.8%202.8-.2%205.9.3%201%20.6%201.6.6%201.6l1.4%201.2.1-.1-1.2-1.7%202.2%201.5.1.5.2.1s1.1-1.1%201.4-3.4c-.2-.2-.9-.3-.9-.3s-.9%200-.6-1.3c.1-.4-.4-.8-.9-1.3.1-.2.1-.3.1-.3.9%200%202.9%201.7%202.8%202.4.2.2.4.2.4.2l.9-1.3s1.9%201.4%201.4%202.5-2.3%203.4-2.3%204.5c0%20.7.3%201.2-1.2%201.7%200%20.5-.2%201.1-.2%201.1s-1.1-.7-1.2-1c.1.8.2.8.5%201.1.3.3%202.4.8%202.8%201.6.4.8.5.9.5.9s-.4.4.1%201.1c.5.7%203.1%205.6%205.4%207.5.9.7%202%20.5%202.6.3.2.3.4.4.4.4.3-.4-.3-2.4-2.1-3.2.1-.4.1-.5.1-.5s1.5-.1%201.7%201.1c.5-.4%202.7-1.7%202.8-.8-.6.3-1.3.8-1.3.8s.5.9.7%201.2c.3%201-.4%203.7.5%204.9.5.4.1%201.3.1%201.3l1.2-.1%201.2-1.2.3-1.4%201.7-1.3-1.2%201.6-.1%201.5s-1.5%201.3-1%201.9c.6.1%201.2.5%201.2.5l1.4%201.2c0%20.4.2%201.2.6%202%20.4.7.5%201.9.5%202.2%200%20.3%201.8%203.7%203.1%203.1-.5.5-.9.6-.9.6l1.2.9c.7-.2%201.9-1.1%205.9.8.3%201%20.6%201.3.6%201.3.7.3%202.4%201.7%203.1%203.7.4%201%20.5%201.1.8%201.3.2.3%201.9%202.1%201.9%202.1l1.1.3h1.5l1%201.1-.7%201.1-1.5-.8-1.2-.9-1%201.2.4%201.3%201.3%201.3c1.4-.4%203.3-1%204.1-1.8.8.1%203.1.8%204.4-.8.9-1.1%201.8-2.2%202.9-.8.7.1%201-.2%201-.2l-.3-.9s0-1%201.3-2.6c-.3-1-.9-2.6-.9-2.6l.3-1-.1-1.1.5-1.4.2-1.1s2.2-1.7%201.7-4.2c-.8-2.4-1.2-6.1-.8-7.3z%22/%3E%3Cpath%20id%3D%22XMLID_176_%22%20class%3D%22st1%22%20d%3D%22M582.3%20415.4c-.4-.8-.6-1.6-.3-2.3.3-.6.3-1%20.1-1.2-.5-.4-1.8-1.3-1.8-1.3l-.1-.1-.1-.1-1.8-2.3-.1-.1v-.1c0-.1-.5-1.6.2-2.7.4-.6%201.1-1%202-1.2.8-.1%204.3-.5%209.2-1%2010.8-1.1%2026.9-2.8%2033.4-3.8-.3-.5-1.2-1.8-1.6-2.3-.5-.5-1-1.5-.8-2.8.2-1.3.2-2.4.1-3.2-.1-.6.1-1.4.4-1.7l-.1.1c0-.2%200-.9-.2-1.2-.1-.2-.3-.5-.5-.8-.3-.4-.6-.8-.8-1.1-1.1-2-1.2-4.3-.2-6.4.2-.4.2-.5.1-.5%200-.1-.1-.2-.1-.3v0c-.5-2.5.5-3.8%201.5-4.4.2-.2.1-.2.1-.4v-.1s0-.4-.3-.4-.5-.1-.7-.3c-.4-.5-.2-1.2-.2-1.7v-.2c0-.3-.2-1-.2-1.2v-.1c-.1-.4-.5-1.3-1.6-1.8-.7-.4-.8-1.3-.9-1.8v-.1c-.1-.3-.9-1.9-1.1-2.2l-.1-.1v-.1c-.4-.7-1.4-3.4-1.5-4.4-.4-1.4-9.8-33-11.6-39-14%201.6-31.5%203-38.2%203.5l-2.7.2h-.1c0%20.1.1.1.1.2l.6.3h-.3l.4.4c1.1.7.9%201.7.8%202.2%200%20.1-.1.2-.1.3%200%20.7-.9%2052.6-.9%2053.2%200%20.1-.4%206.3.2%209.9.5%203.1%203%2022.1%203.8%2027.4.5-.1%201.3-.1%202.8.3.9.3%201.4.2%201.4.2l.1-.3s-.3-4.3%201-6.5c-.1-.4-.2-.7-.2-.7l.4-.2c.1.5.4.9.9%201%20.5.1%201%20.6%201.3%202.5-.1.4-.5%201.3-.5%201.3s.2%201.3%202%202c.2-.2.2-.4.2-.4h.3l.7%201.4-.3%201.2-1.2.4h-1.3l-.8.5.1.3s2.2-.5%203.2-.6c1-.1%203.3-.4%203.5-1.8-.1-.2-.3-.4-.3-.4l.2-.4%201.1.4s1.4-.1%201.7-2.4l-.2-.6-.1-.1z%22/%3E%3Cpath%20id%3D%22XMLID_177_%22%20class%3D%22st1%22%20d%3D%22M792.7%20150.8c.2-.4.2-1%200-1.2-.2-.4-1.7-5.6-2.9-10.1h-.6c-3.5.8-9%202.2-9.4%202.3-.1.1-.2.1-.3.2-.2.2-.7.5-1.2.2-.3-.1-1.3%200-1.6.1-.5.4-1.3.3-1.7.3h-.1c-.2%200-.8.2-1.1.3-.2.1-.8.3-2.5.7-1.6.3-3.6.8-5%201.1%200%20.1.1.3.1.4.2.8%202.1%2012.3%202.3%2013.4.1.3.3.7.4.8.4.4.6%201.2.6%201.7v.1c0%20.5%200%201-.8%201.6l-.1.1c-.3.2-1.2%201-1.2%201.4l.1.1%201.1%201.1.2.2.5-.1s2-2.1%202.2-2.7c.7-.2%202-.7%202.4-2.2.5.3.8.5.8.5l1.8-2.4s.2-.4%201.4-.4c.5%200%201.2-.9%202.4-.9.7%200%201.1-.7%202-.8.8%200%202.3-1%202.9-.7.4.1.4-.5.3-.8-.1-.3%201.1.3%201.4%200%20.3-.3%204.3-2.8%205.5-2.4-.1-.8-.2-1.4.1-1.9z%22/%3E%3Cpath%20id%3D%22XMLID_178_%22%20class%3D%22st1%22%20d%3D%22M797.5%20140.8c0-.3-.1-.6-.2-.6-.5-.1-.9-.4-1.1-1.2-.1-.3-.3-.6-.6-.8-.3-.2-.5-.2-.6-.2-.5.2-3.3%201.1-4.1%201.3%201.2%204.5%202.6%209.3%202.8%209.7.3.7.3%201.6%200%202.3-.1.2-.1.5.1%201%20.1-.1.2-.2.4-.3.7-.4%204.1-1.8%204.3-3.8.1-.7-.3-1.6-.4-1.8-.1-.2-.4-1.9-.8-2.4s.4-1.7.1-2.4c.4.2.9.8.9.8l.2-.4c-.6-.2-1-.7-1-1.2z%22/%3E%3Cpath%20id%3D%22XMLID_179_%22%20class%3D%22st1%22%20d%3D%22M799%20143.2s.2-.1.4-.3c-.2-.1-.4-.3-.6-.4l.2.7z%22/%3E%3Cpath%20id%3D%22XMLID_180_%22%20class%3D%22st1%22%20d%3D%22M727.9%20219.5c0-.1-.1-.2-.2-.4-.5-.4-1.4-.5-1.6-.4-.9.6-2.2%200-2.6-.3h-.1c-.7-.6-1.7-.9-2.1-.8-.5.1-1%20.1-1.7-.1-1.3-.4-1.5-1.1-1.4-1.8.2-1-.5-1.6-1.1-2.1h-.1c-.1-.1-.6-.2-2.3-.2%200%20.9-.3%201.9-.5%202.6%200%20.1-.1.2-.1.3-.3.6-.5.9-.9%201-.2.1-.5.1-.6%200l-6.6-3.7c-.2-.1-.2-.1-.3-.1h-.1c-.1.1-.3.1-.4.2-.1.1-.1.3-.1.4.3.5%200%201.2-.2%201.8-.1.3%200%201.9.1%202.3.1.6-.2%201-.5%201.3-.6.6-1.3%202.4-1.4%203.2v.2l-.1.1-.4.6c-.3.5-.9.8-1.6.8-.2.1-.6%201-.7%201.4-.1.2-.2.5-.2.6-.5%201.1-2.1%201.1-2.9.9-.2.5-.5%201.7-.5%202%200%20.4-.1.8-.4%201.2-.1.2-.2.4-.3%201-.1%201.4-.7%202.9-1%203.4-.4.7-1%201-1.5%201.1-.4.1-1%20.1-1.8%200-.2%200-.4%200-.5-.1h-.2c-.4%200-1.3%200-1.3-.9%200-.1-.1-.3-.7-.8-.2-.2-.2-.2-.8-.1-.1.2-.2%201.1-.1%201.6.1.4.3%201.7-.3%202.3-.3.3-.4.5-.4.5-.2.9-.6%202.4-.9%202.8l-.1.1c-.2.3-.5.6-.5%201%200%201.2-.7%203.8-1.3%204.5-.5.4-1.4%202.2-2.1%203.7-.1.2-.1.4-.2.6-.1.3-.1.6-.4%201%200%20.1%200%20.3.5.9.1.1.1.2.2.2.4.6-.1%201.5-.6%201.9%200%20.1%200%20.3.2.7v.1c.3.7-1.5%202-2.6%202.7l-.1.1c-.4.4-.8.3-1.5.1-.5-.1-.5-.1-1.3.7l-.6.6c-1%201.1-2%20.7-2.5.4%200%20.4%200%20.8-.2%201.2-.2.7-1.3%201.2-3.2%201.9-.5.2-1%20.4-1.4.5-1%20.5-2.2.3-3.5-.4-.1.1-.1.3-.2.4-.2.3-.3.6-.5.7h-.2c-.2.1-.5.3-.8.6-.5.3-.9.7-1.4.9-1.3.5-3.3-.4-6.1-2.6-.2-.2-.4-.3-.6-.5-.6-.6-1-1.1-1.2-1.6-1.2%201.5-3.4%204.3-3.9%204.8s-1.8%201.5-3.4%202.7c-.5.4-1%20.7-1.2.9-.6.4-.7%201-.7%201.5%200%201.2-.9%201.7-1.3%201.9-.3.1-.4.4-.4.8.1.9-.5%201.8-1.3%202.2h-.2c-.9.3-2%201-2.3%201.3%200%201.1-.4%201.8-1.1%201.9-.8.1-2.9%201.3-3.6%201.8l-.1.1h-.1c-.2.1-.4.1-.6.2-.3.1-.7.2-1%20.3%2019.5-2.5%2022.4-2.9%2022.7-3%20.2-.1.3-.1.5-.2%201.4-.5%203.7-.9%205.9-1v.1h.4l.9-.1h.4c2%20.3%208.6-.7%2012.2-1.3%204.1-.4%2066.9-12.2%2075.9-14.6l.1-.2%201.8%201.6.3-.9-1-.3-.2-1.2-.1-1.4%201.2%201s-1-2.2-1.4-3.3c-.4-1.2-.6-2.1-1.5-1.9-.9.2-1.4%200-1.7-.1-.5.2-1.7.2-2.2.1-.4-.1-1-.5-1%201.1.4.7.4%201.1.4%201.1-.6-.6-2.1-1.7-3.3.4v-1.2c0-.1-2.3-2.1-2.3-2.1l-.4-.1c-.6-.6-1-1.6-1.1-2.2-.4-.1-1.4.4-1.4.4l-1.4-.6-1.1.3s-2.2-1.1-3.7-1.1c-.8.2-2.4.6-2.7.1-.1-.4.3-.8.3-.8l1.3.2s2.6-.7%202.9%200c.5.5%201.8%201.3%201.8.5-.1-.9%200-.9%200-.9s1.6%201.7%202.5%201.7c.5-.4%201.4-1%201.4-1%20.3.6%201.4%202.4%203.3%202.9.9.7%201.3%201.6%201.3%201.6s.7-1%201.2-.9c.5.1.9-.9.8-1.5-.1-.7-.3-1.4-1.6-1.6-.5-.2-.5-.6-.6-1.4-.2-.1-.5-.2-1.3.4-.7-.1-2.7-.9-2.7-.9s-.9-1-1.3-1.3c-.4-.3-2.7-1.9-2.7-1.9l.2-.4s1.3%200%201.6.3c.3.4%201.8%201.7%202.1%202.2.6.3%202.6%201.1%202.6%201.1l.7-1.3-1-1.1s-.1-.9%201.8-.2c.5.4%201.1.9%201.1.9l.4-1.4-.7-2.3-1.1.2-1.4-.4-.1-.2.7-.2-1.4-1.1-1.2.1s-1.4-.7-1.5-1.7c-.5-.3-2.9-1.4-2.9-1.4l-.6-1.1%201.6.3%202.5%201.8%201.3.2s.3%200%20.2.5c.3.2%201.2.7%201.6.2.4-.6%201.2-2.1-.3-4.1l.1-.3%201%20.4s.6-1.2-.5-1.6c-1.1-.4-2.4-.7-3.1-.7-.3%200-.4-.4-.3-.5.1-.2-.5-.2-.8%200-.3.2-.4-.2-.4-.6%200-.4-1.8-1.7-2.8-1.4-.7.2-1.1.3-1.2.1-.2-.1-2.1.5-3-.9-1-1.4-1.9-3.6-3.7-2.1-1.1%201-2.7%201.4-3.1.9-.3-.5-.3-1-.3-1l.3-.2-.2-1.5s.4-2.4.4-3.3c.2%200%20.6.2.9.1l.6-1.5c1-1.2%201.8-3.2%201.9-3.9z%22/%3E%3Cpath%20id%3D%22XMLID_181_%22%20class%3D%22st1%22%20d%3D%22M759%20222.3c.1.3.2.3.2-.1%200%200-.1.1-.2.1z%22/%3E%3Cpath%20id%3D%22XMLID_182_%22%20class%3D%22st1%22%20d%3D%22M748.9%20223.8c-.6-.4-.7-1.2-.8-1.4-2-7.4-5.8-21.4-6.3-23.1-5.7%201.7-19.3%204.5-33.9%207.3.5.3.8.6%201%20.8.1.1.3.1.4.1.3-.2%201.1-.4%201.8-.3.5%200%20.8.3.9.5.1.2.3.6%200%201.2h.1c.8.2%201.1%201.3%201.1%201.6V210.8l.1.1c.4.2.8.5%201.1%201.2%202.2%200%202.8.2%203.1.5l.1.1c.5.4%201.9%201.5%201.6%203.3%200%20.2%200%20.3.5.4.5.1.8.1%201.2.1.6-.1%202%20.2%203%201.1.6.3%201.1.4%201.3.3.6-.4%202-.2%202.8.3.7.4%201%201%20.9%201.6-.1%201-1.2%203.6-2.1%205.2%200%200-.4.7-.4.6h-.2c-.1.4-.3.8-.7%201.1-.8.5-.8%201.8-.4%202.7.5.9%201%201.2%201.5.7s.5-.7.5-.7l.1-.9s1.2-.9%201.6.2c.4%201.1%202.1%202.5%202.7%202.6.3.1.3-.1.3-.1l-.1-1.1.2-.5.6%201.1%201.3%201.3s2.3-1.6%203.5.5c.7.2%202-.2%202.9%201%20.4.2.9-.1.9-.1s-.9-3.1-2.4-3.5c-1-.4-1.6-1-2.4-1.5-1.1-.4-2.4-1.6-2.4-3.2.2%200%20.8%201.4%201.4%201.8.6.4%202%20.9%202.1%201.2.1.3.5.7.8%200%20.3-.7.2-.7.2-.7l-2.1-2.4-.8-2.7-.8-1.4.4-1.2s-.6-1.2-.5-2.2c.1-1-.3-1.6-.8-2-.1-.1.2-.5.9-.3s1%20.2%201%20.2l.3-.5-1.1-.4v-.1l.1-1.1s-.2-.8-2.6-1.7c-.7-.3-.2-.6.2-.6s.8%200%201.1.2c.4.2.7-.1.7-.3%200-.2-.5-.7-.6-.7-.1-.1.3-.3.8%200%20.4.3.2-1.6.2-1.6s-.2-1.3.5-.8c.4.4.7%201.1.7%201.1h.3s-.4-2.3.4-2.8c.1-.1.3%200%20.2%201.2.6%200%201.3-.4%201.3-.4s1.2-1.1.7-1.8-.8-1.8-.3-1.8%201.3-.2%201.7-.6c.2.1-.2%201.2-.2%201.2l.3.2s1-1.5%201.4-.8c.2.4-1%202.2-1.7%202.6v.3l1.5-.1s-1.2%201-2.1%201c-.4.1-1%20.5-1.3%201.1-.3.7-.8%204.1-.6%204.4.2.3.6%201.2.6%201.2h.2s.1-1.7.9-1.1c-.1.5%200%20.9%200%20.9s.4.7-.1.9c-.4.2-1%20.6-1%20.6l-1.3.5.1%202.4.5-1%20.9-.9.4-.6%201%201.4%201%20.1-.7%201.1.5%201.2-1.2-.8-1.5.4s-.5%201.2.5%202.7c.2-.1-.1-1.1.6-1.4.7-.3%201-.2%201-.2s1.5%202%201.9%202c.4.1%201%200%201%200l.8-.3.2.4s-.3.9-1%20.8c-.7-.1-2.9-.3-2.9-.3l-.6%201.3.2.3s1.5-1.5%201.2-.3c-.3%201.2-1.3%202.8.5%204.6.2%200%20.3-.1.3-.1s-.8-1.2-.2-1c.6.2%202%201.1%203.2%202.3.4-.5-1-1.7.3-2.7-.1%201.1-.1%201.2.6%201.8.2-.4.3-2%201-2.6%200%20.2-.2%201.6.2%202.3.3.3.7.5.7.5.2%200-1.1.9-1%201.4%200%20.5.1%201.3.7.9.7-.4%202.8-.4%202.5.4-.3.8-2.1%203.1-.8%202.7%201.2-.4%203.1-.9%202.9-.4-.2.5-.8%201-.8%201s1.5.8%201.3%201.5c-.2.7-.4.9-1.2.8-.8%200-.2%201.8-.4%202.4-.2.7-1.8%202.1-1.1%205.9.2.7-.1%201-.2%201s-.2%201.8.2%202.6%201%201.7%201%201.7h.4s.5-1.5%201-2.1c-.3-1.1-.4-3.1.3-4.7.2-.5.4-1.2.4-1.6l.3-.3s.5.7.7.8c.2.1.5.3.7-.3.2-.6.2-1%20.2-1s-.4-2.1.1-3c.4-.9-.1-1.6.4-2.3.5-.7.8-2.1.7-2.7-.1-.5.4-2%20.4-2l-.2-1.5s1.2-.8%201.4-3.2c0-.7.3-.6.6-.3.2.2.8-1.7.8-2.6-.3-.4-1.1-.8-1.1-1.2-3.1.6-6.5%201.3-7.3%201.5-.6-.3-1.1-.5-1.4-.7z%22/%3E%3Cpath%20id%3D%22XMLID_183_%22%20class%3D%22st1%22%20d%3D%22M689.6%20217.8c.2-.1.3-.2.5-.7.3-.7.8-1.1%201.1-1.4.2-.1.5-.6.7-1.1.3-.6.8-.9%201.1-1.1l.1-.1c.4-.3%201.1-.4%201.7-.1h.1l1.3-2.1c0-.1.1-.3.1-.6%200-.4.3-.8.7-.9.5-.2%201%200%201.4.5.2.3.9.5%201.3.6.3.1.7%200%201.1%200h.3c.2%200%20.4-.1.4-.2.1-.6.4-1.2.7-1.6.3-.5.7-.8%201.6-.9.5-.1.6-.2.7-.3%200-.1.1-.2.1-.2%200-.1.1-.2.2-.3-6.1%201.2-12.4%202.3-18.2%203.4.5%202.6%201.3%207.2%201.5%208.8.6-.8%201.2-1.5%201.5-1.7z%22/%3E%3Cpath%20id%3D%22XMLID_184_%22%20class%3D%22st1%22%20d%3D%22M746.4%20202.9c-.8-.3-.6-.9-.4-1.5.1-.2%200-.4-.1-.5-.1-.1-.2-.1-.2-.1-.5.1-.8-.2-.8-.3-.4-.6.3-1.6.4-1.8.1-.2.3-.3.4-.4.2-.2.3-.3.3-.5%200-1.1.2-1.5.5-1.8-.7-.1-1.6-.2-2.3.2-.6.3-.9.9-1.2%201.7-.1.2-.1.4-.2.7v.4c.7%202.1%206%2022.3%206.3%2023.2v.2c0%20.1.1.5.3.6.1.1.3.1.6%200%201.3-.3%207.4-1.5%208.9-1.8v-.1c-.4-1.6-.7-2.1-1.2-2-.5.1-1.3.3-1.3.3l.8-1.1-.5-.3s-.2-1.1.5-2.2c.1-.2-.2-1-.9-.8-.7.2-1%20.1-1%20.1l-2.5-2-.6-1.3s-1.5-.9-1.7-2.3c-.2-1.3-.4-3.1-2.1-4-1.1-.6-1.7-1.6-1.9-2.4.2-.1%200-.1-.1-.2z%22/%3E%3Cpath%20id%3D%22XMLID_185_%22%20class%3D%22st1%22%20d%3D%22M764.2%20167.9c0-.5-.2-.6-.3-.6l-12.7-4.2c-.3.4-.5.7-.7.9-.4.4-.5.6-.6%201%200%20.2-.1.5-.1.8%200%20.6-.1%201.3-.4%201.9-.4.7-1.4%202.6-1.4%202.6l-.1.1-.1.1c-.4.3-.7.6-.9.8l.2.2.3.3c.4.2.8.7%201%201.2.2.5.1.9-.1%201.2-.1.1-.2.3-.3.6-.2.5-.5%201.1-.9%201.4-.1.1-.1.1-.1.4v.2c.1.5.4%201.5.5%201.6.2.3.9.8%201.1.8.5.1%201.3.8%201.3%201.7%200%20.2.1.2.4.4%200%200%20.1.1.2.1s.2.1.2.1c.2.1.4.3.8.4.6.1.8.4.9.7%200%20.1.1.1.1.1.1.1.4.3.7.6.7.6%202.3%201.9%202.6%202.1h.1c.2.2.3.4.3.6%200%20.5-.5%201-.6%201.1-.3.2-2.9%203.2-3.2%203.6-.1.2-.3%201-.3%201.2.1.8-1%201.9-1.7%202.3-.4.2-1.7.9-2.6%201.8l-.3.3-.3.3c-.2.2-.4.3-.4%201.2%200%20.8-.5%201.1-.7%201.4-.1.1-.2.1-.2.2-.1.1-.1.2-.2.3.3.1.5.2.7.4.4.5.5%201.1.3%201.7%200%20.1-.1.3-.1.4.8.6%202%201.7%202.3%202.1%201.2.4%203%20.8%204.7%202.6.5.1.8-.1%201.3-.5.4%200%201.4.2%202.4-.1.4-.1%201.1.8.9%201.7-.2.9-1%203%20.1%203.2.7%200%201.3-.4%201.8-2.1.3-.7.8-1.7.8-1.7s.2-3.3%201.2-3.7c.4-.1.1-.5-.5-.5-.2-.3.8-2.1%202-2%20.3.1.4-.2.4-.2l-.7-.9.7-1.2v-.9s1.4-.4%201.4-1.1c0-.8.5-1.5%201-2.3.5-.8.4-1.8.1-2.2-.2-.4-.1-.7%200-1.2.2-.5.1-2.8-.2-3.2-.2-.4.2-.8.4-.9.2-.1.8-1.1.6-1.7-.2-.6-.4-1.1-.3-1.5.1-.5-.1-3.8-.3-4.4-.3-.7-2.1-.9-2.6-.8-.5.1-2.5.8-2.5-.4%200-1.3.4-1.9%200-3-.1-.3.7-1.5.7-1.7.2.2.5.3.5.3l.6-.6.1-.7c.2-1.1.7-3.9.7-4.7z%22/%3E%3Cpath%20id%3D%22XMLID_186_%22%20class%3D%22st1%22%20d%3D%22M684.4%20395.4c-.3-.4-.7-.9-.5-1.5.2-.5.7-1.9.7-1.9l-.8-.2.7-1-1.1-1.2%201.2.5.4-1.2-1.6-.1.4-1.1%201.3.5s1.7-2.2%201.4-3.2c-.4-.2-1.1-.5-1.1-.5s-1.2.7-2.4-.4c-.1-.2%200-.4%200-.4s.8-.2%201.4.3c.7-.1%201.4-.1%201.4-.1v-1.1h.7l.8-2.4-1.1.3-.6-.5v-.3l1.1-.9-.5-1.2%201.4.7s1-2.2-.1-1.8c-.6.2-.8.4-.8.4l-.2-1.3c.8%200%201.6%200%202.2-1.7-.4-.4-1.1-1-1.1-1v-1.5l1.1.7%201.4-.1-.2-1.3c1.1-.5%201.6-1.2%201.9-1.9-.2-.2-.5-.3-.7-.3l-.1.2c-1-.2-2.3-.4-3.5-.6-1.9-.3-2-2.7-2-3.6v-.2c-.1-.2-.5-1-1-1.6%200%200-.9-1.8-1.2-2.2-.1-.2-.9-.6-1.4-.8-.4-.2-.9-.4-1.3-.7-1.3-.8-1.3-2.2-1.3-3v-.3c0-.5-1.2-2.3-1.5-2.6-.4-.3-.8-1-.7-1.4%200-.1%200-.3-.2-.7-.4-.4-2.7-1.4-3.2-1.5-.6-.1-1.4-1-1.8-1.6-.7-.2-1.7-.6-1.7-1.4v-.3-.2s-.1%200-.2-.1c-.7-.2-1.2-.5-1.5-1-.3-.5-.3-1-.2-1.6.1-.2-.6-.6-1-.8-.3-.2-.6-.3-.8-.5l-.3-.3c-.3-.3-.7-.6-.9-.6-.8%200-1.9-.5-2.4-1.5-1.3-2.9-4-3.4-4.1-3.5h-.2l-.1-.1c-.7-.6-1.5-1.2-1.8-1.3-.5-.2-.9-.6-1.2-1.1-.1-.2-.2-.3-.3-.4l-.3-.3c-1.5-1.5-2.5-2.7-2.8-3.4-.4-1.2-1.2-2-1.6-2.3l-.2-.2-.1-.2c-.1-.2-.2-.5-.5-.8l-.3-.3c-.3-.4-.6-.7-.8-.6-1.5.5-2.2-.1-2.4-.3-.2-.2-1.6-1.2-2.1-1.6-1.3-.2-2.3-.8-3-1.7-1.5-1.9%202.3-6.2%202.3-6.2-.3.1-.8.1-1.3.2-1.7.3-8.5%201.3-13.4%202h-.3c-.2%200-.5.1-.8.1l-3.2.5c-.1%200-.4.1-.4.1-.6.1-1.4.1-2.4.2-1.5.1-3.5.2-5.5.5-3%20.5-7.1%201.1-12.3%201.7%202.4%208%2011.5%2038.1%2011.7%2038.8l.2.1v.1c0%20.6.8%203.2%201.2%204%20.5.6%201.2%202.5%201.2%202.6v.2c.1.7.2.9.3.9%201.4.7%201.9%202%202.1%202.4v.1c.1.3.4%201.2.3%201.7v.3c0%20.1-.3.5-.3.7.9.1%201.2.9%201.2%201.5v.1c0%20.3.2.9-.5%201.4-1.1.7-1.3%201.7-1%203.2%200%20.1.1.2.1.3v-.1c.1.3.2.7-.2%201.4-.8%201.7-.8%203.6.2%205.3.1.2.4.6.7%201%20.2.3.4.6.6.8.4.6.5%202%20.2%202.4-.1.1-.2.5-.2.8.2%201.2.1%202.8-.1%203.6-.1.7.1%201.3.5%201.8%200%200%202%202.5%201.9%203.3v.2c0%20.4.4.9.7%201.2.1.2.3.3.4.5.1.1.8%201.2.8%201.7%200%20.1.1.7.4%201v.1c.2.4.4.5.4.5h.2c.4%200%2041.4-3%2042.8-3.2%201.3-.1%201.8.1%202.4.4.1%200%20.1.1.2.1.6.3%201.1%201.2%201.5%202.7.1.2.1.3.1.3h.4c.2%200%20.3%200%20.7-.2l.2-.1c.1-.1.2-.8.2-1.2%200-.2%200-.5.1-.7.1-.6-.3-1.8-.6-2.5-.5-.9-.5-2.1-.4-2.6v-.1c.1-.4.2-1%20.9-1.1.2%200%20.4-.1.5-.2v-.1c.2-.3.8-1%201.9-.5%203.8%201.3%205.2%201.1%206.1.8v-.1c.7-.4.9-.6.6-1z%22/%3E%3Cpath%20id%3D%22XMLID_187_%22%20class%3D%22st1%22%20d%3D%22M67.5%2067.5c0%20.1.1.1.1.2%200-.1-.1-.1-.1-.2z%22/%3E%3Cpath%20id%3D%22XMLID_188_%22%20class%3D%22st1%22%20d%3D%22M49.5%2052.6c.5%200%201.3-.1%201.8.5.1.1.2.3.3.5.2.4.5%201%201.5%201.8l.2.1.1.2.2.8c.2.6.3%201.4.4%201.6v.4c0%20.4%200%201.3-.2%202.3-.2%201.3-.6%204.1-.4%204.6.3.2.7.3%201.1.5.8.4%201.6.8%202.3%201.3.2.1.3.1.5.1.3%200%20.7.1%201%20.5.2.3%201.3.7%202.9.5%201.7-.3%202.5-.4%203.3-.9.5-.4%201.3-.5%202-.3.3.1.7.2%201%20.5.2.1.7.1%201.1%200%20.5-.1%201.9-.2%202.7.7.4.5%201.2.4%201.3.4.6-.1%201.2.5%201.4.7.3.3.7.8.8%201.5.6-.1%201.3-.2%202.1%200%20.1%200%20.2.1.4.1.4.2.9.3%201.5.2l3.1-.8h.2c.1%200%201.8.2%202.6%201.4.3.4%201.5.7%203%20.3%202.5-.8%205.5-1%208.8-.7.1-.1.2-.1.3-.2.5-.3%201.4-.8%202.2-.3.6-.1%201.4-.1%201.9.2h1.1l.1.1c.5.3%202.4.8%203.3-.1.5-.5%201.1-.2%201.5%200%20.1.1.3.1.4.2.6.2%2018.9%204.1%2027.1%205.8-.2-.9%200-2.1.2-2.6s.4-1.6.2-2c0-.1-.1-.3-.2-.5-.6-1.3-.9-2-.5-2.4v-.1l.3-.3c.2-.2.4-.4.4-1.2-.1-2%20.8-5.2.8-5.3l9.2-44.4C119.8%2013.1%2094.7%207%2070.2%200c-.7.4-1.4%201.2-.3%203.3.3%201.4%201.2%201.7%201.9%202.5.3.6.4%202%20.2%203-.2.9-.1%201-1.2.4.4%201.2.3%202.1.1%202.4-.9-.2-2.3-1.4-2.3-.3%200%201.1.2.8.6.8.4%200%20.7.1.8.7.1.6%201%201.2%201.2%201.6.2.4.3%201.1%200%201.5-.3.4-.3%202.1-.3%202.6.1.5.3.7.6%201.9s.1%201.7-.5%202.1c-.5.3-2.2%202.3-2.1%203%20.2.7-.3%201.4-.9%201.4-.5.1-.1.6.2.9.3.3.3.5-.2.9-.4.4-.5.7-.6%201.7-.1%201%20.7%201.8-.1%202.3-.8.5-1.9%201.4-2.8%201.7-1%20.3-1%20.5-1.5%201.1-.4.5-1.9%201.5-2.5.8-.6-.7-.5-1.8-2.1-.5-.5.2-.3.6-.1%201%20.2.4-.6.1-.7-.6-.1-.7-.3-1.4-1-1.5.4-.2.5.4%201.1-.5.5-.9%202.4-2.3%203.3-2.7%200%20.8-.2%201.4-.7%202.7.1.3.6.6.7-.1.1-.7%201.9-3.2%201.8-2.3.7.3.2.7-.2.9-.5.6-.2%201.1.3%201.2.5.2.9-.3%201.3-1.1s1.4-3.2%201.4-3.2l-.6-1.7-.6.3-.7-1.1%201.3.2s.4-1.2.1-2.2c.7-.2%201.1%200%201.1%200l1.2-.9-.1-1.2-.6-1.4s-1.1%201.3-2.2%201.9c.8-1%201.1-2.3%201-2.9-.1-.5-.6-3.4-.3-4.1-.4-.1-1.3.7-1.3.7l-.2%201.1s-.7-2.3-2-1.4c-.4-1.2-.3-2.7-1.4-2.3-1.1.4-2.1.4-2.4.1-.3-.3-.6-.7-1.6-.8-1-.2-2.2-.5-2.7-1s-.7-.5-1.1-.5c-.4%200-3.5-1.2-4.5-2.3-.9-1.1-1.5-1.4-2-1.6-.5-.2-2.3-2-2.7-2.4-.2-.3-1.1-1.2-1.9-1.5.1%201%200%201.5%200%201.5s-.4.3-.4.9c0%20.5-.8%201.7-1.2%202.2.2.5.2%201.3.2%201.3-.3.7-1.1%202.9.8%205.4.3.8.4%201.4.6%201.8.2.4.6%202.7-.2%205.3-.5%201.4-.1%203.9.4%205.3-.1%201-.5%204-.5%204l-.4%201.2.4.3.5-1s1.1.3%202.5%202.1c.5.1%201.2.5%201.2.5s-2.8.2-3.9%201.2c-.1-.4-.2-1.1-.2-1.1h-.4l-.3%202.4.3%201.1%202.9%201%20.5%201s-.3.3-1.5-.4c-.4.3-1.2%201.1-1.2%201.1l.4%201.1-1%201.4.9%201.3-.2.5-.7-.9h-1.1s-.2-1.4.5-2.3c0-.7-.2-1.3-.2-1.3l-.4-.1v1.2s-.6%201.2-.6%202.5c-.5.9-.8%201.7-.7%202.6.4%200%201.3-.3%201.8%201%20.2.4%201.4.4%202.6-.3.3-.2.8.2%201.2%201.3.9%200%202.7.5%202.7%201.1.2.5.3.9.3.9l1%201%20.9-.1v-.2l.6.2z%22/%3E%3Cpath%20id%3D%22XMLID_189_%22%20class%3D%22st1%22%20d%3D%22M799.3%20114c-1.5-.9-2-2.3-2.1-2.3l-.1-.2v-.2c0-.1.2-.2.2-.3-3-1-3.5-4.2-3.5-4.8v-.3c0-.3-.3-.8-.4-1.1l-.2-.3-11.1-32.8c-.5.6-1.1%201-1.5.7-.8-.6-2.1.8-1.9%201.2.1.4%200%202.5-.6%203.7.3.7-.1%201-.5%201.2-.4.2-.9.2-1.3.4%200%200-12%203.2-23.2%206.1.1.3.9%202.2.4%203.2-.1.2.2.5.5.7.5.4.7%201.3.6%201.9%200%200-.4%202.3%201.1%203.7l-.1-.1c1.4.8%201.2%202.6%201.1%203.2%200%20.2.1.9.2%201.1.2.3.5%201.6-.2%202.6-.2.4-.1%202.3%200%202.7%200%20.1.1.3.2.6.2.6.8%202.1%201%202.3.3.4.6%201.3.9%202.3%200%20.2.1.4.1.4.2.4.2%201%20.1%201.3%200%20.2-.2.8-.1%201.4l.3-.3c.2-.1.6-.1%201%20.2.4.3%201.8%201.4%201.9%202.4.1.5%202%209.2%202.7%2012.4v.2c0%20.2%200%20.6.1.8.1.2.3.5.6.8.2-.1.4-.1.4-.2l9.3-2.1c-1.3-1.2-1.6-2.9-.9-4.8%200-.1%200-.1.1-.2%200-.1.1-.2.1-.3-.9-3-.8-5.1-.7-5.8v-.3c-.3-1.2-.6-2.6-.7-2.7-.2-.5-.7-1.7-.2-2.3.5-.7.4-1.7.3-1.9-.1-.2-.4-.9%200-1.5.9-1.2.9-2.2.8-2.4-.1-.6%200-1.6.4-2%200-.1.1-.4%200-.8-.2-.7%200-1.5.3-2.3v-.1c.1-.2.1-.7.1-.8-.2-.3-.3-.7-.5-1.8-.1-.4-.2-.8-.2-1.2-.3-1.4.7-2.3%201.4-2.6.2-.1.5-.2.7-.3.2-.3.9-1.1%202-2.3%201.2-1.3%201-3%20.1-4.1-1.1-1.4-.7-4-.2-5.1l-1-2.1%201.1-.5%201.1%202.3.1.3-.2.3c-.3.6-.8%203.1%200%204.1%201.2%201.5%201.5%203.9-.1%205.7-1.4%201.5-2%202.3-2%202.3l-.1.2-.2.1s-.4.2-.7.3c0%200-.9.5-.7%201.3.1.4.2.8.2%201.3.1.5.2%201.2.3%201.4.4.5.2%201.5.1%201.8v.1c-.3.9-.3%201.4-.3%201.5.2.7.2%201.6-.2%202-.1.1-.2.7-.1.9.2.7%200%201.9-1%203.4%200%20.1%200%20.2.1.4.2.3.4%201.9-.4%203%200%20.2.1.8.3%201.2.1.2.3%201.1.7%202.9%200%200%20.1.3%200%20.7-.1.5-.2%202.5.7%205.4.2.5%200%20.9-.1%201.1v0c0%20.1%200%20.2-.1.3-.5%201.2-.6%202.9%201.3%204%2012.6-2.8%2015.7-3.6%2016-3.6.7-.2%202-2.2%202.2-2.9l.1-.4h.3c.1%200%20.2%200%20.3-.1.8-1.6%202.7-2.1%203.6-2.3%200-.3%200-.6.1-.8.1-.3.4-1.1.4-1.6%200-.4-.5-.8-.6-.9z%22/%3E%3Cpath%20id%3D%22XMLID_190_%22%20class%3D%22st1%22%20d%3D%22M818.8%20137c-.1-.6-.5-1.5-.5-2.3%200-.8-2.2-4.2-5.8-4%20.9.2%202.6.7%202.8%202.3.4.4%201.2-.4%201.6.8.2.6.4%201.7.1%202-.3.3-.7.8-1%20.9-.3.1-2.4%202.1-3.4%202-1-.1-2.3%200-3.4-2.5-.3-.7-.8-.9-1.7-1.1-.9-.2-1.2-.8-1.1-1.7.5.1%201.2.5%201.2.5l.3-.4-3.6-3.3-1.7-.3-1.3.6-1.6-.7-.5-1.4h1.2l-.5-1.2s1.4-.7%201.1-1.7c-.1-.4.1-1.2%201.4-2%201.4-.8%201.5-1.1%201.5-1.1s1-1.6-.8-1c-.8.2-.8.6-1.4.2-.5-.5-1.1-.7-1.1-.7s.2-1.4-1-1.7c-.5-.1-.3-.6-.1-1-.7.2-2%20.7-2.5%201.9l-.1.3h-.4c-.1%200-.2%200-.3.1-.4.8-1.6%202.9-2.9%203.3-.5.1-5.5%201.3-14.8%203.4l-1.5.3-.2.1c-1.5.3-10.3%202.3-10.3%202.3l-.4.2c-.2.2-.3.4-.3.7-.1%201.2-.2%2010.6-.2%2011.9.1.1.2.4.3.6%201.3-.3%203.4-.8%205.1-1.1%201.1-.2%202.3-.5%202.4-.5.5-.1%201.1-.1%201.5-.1h.1c.2%200%20.7-.1%201-.3.4-.3%202-.7%202.7-.5%200%200%20.1%200%20.1-.1.1-.1.3-.2.5-.3.5-.2%207-1.8%209.8-2.4h.2s.4.1.9%200c.2%200%20.3%200%20.5-.1.8-.2%204.1-1.3%204.1-1.3h.2c.1%200%20.7-.1%201.4.5.5.4.9.8%201%201.4.1.3.1.4.2.4.7.1%201.1.9%201.2%201.7.1.2.7.8%201.6%201.4l.2.9c.1%200%20.2.1.2.1%200%201.1.6%203.3%201.2%203.9.1-.2.3-.6.6-1.1.4-.6%201-1.3%201.7-1.1.6.1.5-.8.7-1.2.2-1.1%201.3-1%201.7-2%20.4-1%201.6-1.8%201.8-1.8-.1.3.6%202.6.4%203.4.2.5.4.5.4.5.9-.4%202.7-1.2%202.9-2.7.5-.3.1.2.8-.1.6-.4%203.4-1.8%204.3-2.1.9-.4%201.6-1%201.5-1.7z%22/%3E%3Cpath%20id%3D%22XMLID_191_%22%20class%3D%22st1%22%20d%3D%22M475.3%20408.4h.1c0%20.1%200%200-.1%200z%22/%3E%3Cpath%20id%3D%22XMLID_192_%22%20class%3D%22st1%22%20d%3D%22M471.3%20432.2v-.1l.1-.1c.5-.5%201.1-1.1%201.2-1.3.1-.2.3-.7.3-1.2%200-.9-.2-1.8-.4-2.3-.1-.2-.1-.4-.1-.5%200-.1%200-.4-.1-.5l.1.1c-.1-.1-.2-.3-.3-.5-.1-.1-.1-.3-.2-.4-.4-.8.2-1.7.4-2%20.3-.5.2-1.2.1-1.9%200-.1%200-.2-.1-.4-.2-1.2.9-2.7%201.2-2.9h.1c.2-.2.3-.2.3-.4%200-.9.4-1.9.8-2.2.1-.1.2-.4.1-.5-.3-.5-.2-1.2.1-1.9.2-.5.2-.6.1-.8-.4-.7-.3-1.3%200-1.8.2-.2.2-.3.2-.3-.2-.4-.4-1.1-.3-1.6%200-.1.1-.3.1-.4-.6-.2-1.1-.9-1.6-1.6-.1-.2-.3-.5-.4-.5-.5-.4-.7-.9-.7-1.6%200-.5-.1-1.1-.2-1.4%200-.1-.2-.2-.3-.2-.3-.2-.6-.4-.7-.8-.2-.7-.7-1.3-1-1.7l-.2-.2-.1-.1c-.2-.3-.4-.6-.3-1.2%201-3.2-2.6-6.1-3-6.3-.7-.3-.7-.9-.7-1.3l-.8-19.5-.1-.6v-1.6c-.1-4.8-.3-8.2-.3-8.6%200-.4-.2-.6-.3-.6-.1%200-2.5-.5-2.9-.6-.3-.1-.3-.1-.5.2-.8.8-1.3.7-1.9.3%200%200-.1-.1-.1%200-.4-.2-.5-.4-.7-.5l-.3-.3-.3-.2.1-.2s-.1-.1-.2-.1c-.6-.3-1.8-.5-2.6-.6-.4-.1-.7-.1-.9-.2h-.1l-.1-.1c-.6-.5-2.1-1.2-2.6-1.3h-.1l-.1-.1c-.2-.1-1.2-.9-2.1-1.5-1.1-.8-2.3-1.6-2.7-1.9-.2-.1-.4-.2-.6-.1-.3%200-.4.2-.5.2v.1c-.2.5-.5%201-1.7%201.3-1.4.4-2.7%200-3.8-1.3-.5-.1-2.2.9-2.6%201.2-.5.4-1.1.7-1.9.7-.7%200-1-.1-1.4-.6-.2-.2-.3-.2-.3-.3%200%200-.1.1-.2.1-.3.3-.9.8-1.6.7-.3%200-.7.1-1.2.9-.6.9-1.1.9-1.6.9h-.4s-.1.1-.2.3c-.1.2-.4.7-.9.8-.5.1-.8-.2-1-.4l-.1-.1-.3-.3c-.1-.1-.2-.2-.6-.3-1.2-.2-2.5-1.5-3.1-2.3%200-.1-.1-.1-.3-.2-.4%200-.9.2-1.3.5-.2.2-.6.4-1.2.3-.8-.1-1.6-.9-1.9-1.3%200-.1-.3-.2-.5-.3l-.6-.3h-.1c-.1.5-.4%201-1.1%201.4-.5.2-.6%201.2-.7%201.7%200%20.2-.1.3-.1.5-.1.5-.5.9-1%201-.5.1-1-.1-1.4-.6-.5-.7-.5-1.6-.3-2.4-.6%200-1.6.4-2%20.6-.4.3-1%20.4-1.5.3-.5-.2-.9-.6-1-1.1-.1-.3-.1-.3-.7-.3-.3%200-.9%200-1.1-.6-.1-.4-.4-.9-.5-1-.1%200-.3-.2-.5-.1-.1%200-.2.1-.4.4-1.3%202.1-3.3%201.9-3.5%201.9-.9-.1-1.4-.7-1.4-1.9%200-.6%200-.6-.6-.8-.2%200-.4-.1-.6-.1h-.2c-1-.7-1.2-1.8-1.2-2.5-.6%200-1.3-.1-2.2-.2-.3%200-.5-.1-.7-.1-.2%200-.6.2-.9.5-.3.2-.6.5-1%20.7-1.4.7-2.4-.8-2.9-1.4-.2-.1-.8-.1-1.9.1-.2%200-.4.1-.5.1-.9.1-3.1-.9-3.9-1.5-.3-.2-.6-.1-1%200-.3.1-.6.2-.8%200h-.1c-.1-.1-.2-.1-.7-.1-.4%200-.8-.1-1.1-.4-.6-.6-.7-1.7-.7-2.4.1-.8-.8-1.5-1.2-1.6-.2-.1-.4-.2-.6-.4-.1.3-.4.6-.8.8-.7.3-1.8.3-2.4-.1-.1-.1-.2-.1-.3-.2-.1%200-.5.2-.7.3-1.4.8-3.4-1.8-4.2-2.9-.5-.7-1-1.4-1.6-1.4h.1c-.7%200-1.2-.1-1.5-.5-.3-.5-.1-.9%200-1.1.1-2.2%201.2-36.3%201.2-36.3v-.4-.6c-.2-.1-.8-.1-1.5-.1l-45.9-2.2h-.1-.3c-.3.1-.4.7-.4%201-.1%202.2-5.7%2084-6%2087.5l-.1%201.3v.2c-.3.6-1.1%201.6-2.2%201.5-1-.1-58.1-4.7-58.7-4.8h-.2c-.2-.1-.4-.1-.5-.1%200%20.1%200%20.2.1.4.5%201.1%201%202.5%201.6%203.8l-.4-.1c1.2.4%203.2%201.4%203.8%204.4.3%201.6%201.2%203.1%202.8%203.6%201.5.5%203%201.7%204.3%203.7%201.3%202.1%204.3%204.1%204.5%206%20.7%201.8%203.7%203.7%205.1%204.1%201.3.7%202.5%202.6%203.5%202.8%201%20.3.4%201.9%201.7%202.1.5.5.6%202.2.5%203.8.7.4%202.2%203.6%202.6%203.9.2%201.1-.1%202.3-.3%202.9-.2.6-.3%203.3%201.8%206.5.7%202.2%201.5%204%203.8%204.9%201%20.4%201.9%201.3%202.6%202.4.8%201.1%203.2%203.2%206.6%203.7.3.4.3%201.3%201.4%201.7%201.1.4%203.1%201.4%203.1%201.4s2.5%203.3%203.5%202.6c1.1.8%203.3%201.5%204%200%20.2-.5%201.5-1%201.8-2.1.3-1.1%201.9-.7%202-2.1.2-2.4.8-1.6%201.2-2.7.4-1.1%202.8-6.9%204.3-7.1%201.1-.1%202.1-.8%203.2-.6%201.2.1%201.6-.3%201.7-.9.1-.5%201.1-1.2%202.2-.3%201.1.9%203%202%204.7%201%20.7%200%201%200%202.2.1%201.1.5%203.5%201.6%204.4.7.9-.9%202.6%200%203.4%201.6.3.7.5%201.3.9%201.6%200%20.4.1%201.6%201.6%201.1.8-.5.5%202.1%202.9%202.7.8.2.3.7.5%201.2.3.4%203.3%201.8%204.1%203.6.8%201.7%201.7%202.6%202%202.9.3.2.3%201.6.6%202.7s3.2%207%205%208.9c-.4%201.6.5%206.1%203.3%207.2%201.2.4%202%202.1%202.2%203.1.1.4%202.4%201.6%202.6%203.7.9%201.5%202.4%203.6%202.4%203.6%201.7.4%204.1.8%203.6%203.3.4.9.7%202.1.1%203.4-.3.6.1%201.1.6%201.3.5.3.8%201.3.3%203-.2.8.4%202.1.9%202.6.6.5%203.5%204.6%203.7%208%20.1%201%20.2%201.5.9%202.1.7.6.5%201.1.4%201.4%200%20.3.1.8%201.2.7%201.1-.1%202%20.4%202%20.4s1.1%201%201.8.5c.4-.3%201.6.4%202.3%201.8.2.8%201.5.8%202%20.5.5-.3.9%200%201.2.4.2.4.8.3%201.2.1.4-.1.9.3%201.2.7.3.4%202.4%203.1%205.7%202.4.9-.1%203.4.6%204.5.3s2%20.2%202.4.6c.4.4%201-.1%202.1%201.3%201.1%201.4%202.4%201.9%202.8%202.1.4.2%201.5.8%201.9-.7.8-.3%202.4-.6%203.7-.8l-.3-2.2-1.4%201.5V513l-.6%201.3-.9-1.8h1l-.5-1s.9-1.7-2.4-6.9c.2-.6.2-1.5.2-1.5l-1.1-4.4-1.4-1.5.1-1%201.2.3-1.2-1.5.2-1.3h1.2l.1-1.2.8-1.4-.2-1.3.4-1.3-2.2.6-2.7-.8.1-1.2s-1.3-1-1.3-2.2c.6.5%201.5%201.1%202.2%202.1.7%200%201.5-.1%201.9-.5.7.1%201.1.4%201.1.4l-.9.9v.2s1.7-.1%202.3-1.9c.6-1.8%201.6-4%201.8-4.4.2-.4.7-1.7-.3-2.4s-1.4-1.4-1.3-2.2c-.1-.2-.2-.3-.2-.3s-.9.8-1.8.1v-.4s3.8-.7%204.3-.2l1.1%201.1s2.9-3.9%203.1-4.9c.2-.6.5-1.5-.5-.8-.9.7-1.1%201.1-1.3%201.6-.3-.1-1.2-1-1.2-1l.1-.3.6-.9-.4-.8%201.3.2%201.3-.6.4%201%20.9-.9.4-1.6h.3l.1%201.5-.7.7.3.3s1.7-.7%202.6-2.3c.3-.5.3-1.8-.5-2.7.3-.5.4-1.2.4-1.2l-.1-.5.2-.2c.7.8%201.3%201.9%201.5%202.5.7.3%201.4.4%201.4.4l3.7-1.8s.7-.6.1-.9c-.6-.4-.8-.4-.8-.4l-1.3.3-.2-.2.7-1-1.3-.9-1.3-2.8%201.2-.1.2.5%202.1%201.9%201.3-.5-1.3-2.3.4-.3%201%201.6%201.1.4%201.2-.5.4%201.5h.4l1-.6-.8.7.2.2%202.2-1.3-.1%201-2.7%201.6-.2.6%203.9-2s2.3-.6%202.6-.9c.4-.4%201.4-.8%201.4-.8l-.1-.3-1%20.1-1.2.9-.4-1.1s1.1-.6%202.6-1c1.7.2%202.8-.2%204-1.2.8-.6%201.8-1.4%202.9-1.6.8-.6%203.5-3.1%203.5-3.1s.4-.5.5-2.1c.1-.7.3-.7.8-.9.5-.2%201.8-1.4%202.2-2.1.4-.4%201.3-.7%201.3-.7l.7-1.8-1.2-.5-.1-1.8-1.3-1.1.1-1.2-.5-1.3.4-.6%202%201.2.6-1.4%201.3-1.1%201.3.4s.3%201.6-1%204.2c.2.3.2.4.2.4s2.4-1.3%205-.9c.1.3%200%20.2%200%20.4-.8.1-1.7.5-1.7.4%200-.1-2.9%202-2.9%202l-.7%201.2.1.4s1.3-2.3%204-2.6c1.4-.8%203.2-2%204.2-2.3%201-.3%203.4-2%205-2%201.6-.1%202.7-.2%202.7-.2l-1.8-2.8%201.6-2.6.6-.5.5-.5z%22/%3E%3Cpath%20id%3D%22XMLID_193_%22%20class%3D%22st1%22%20d%3D%22M466%20391.3s0%20.1%200%200z%22/%3E%3Cpath%20id%3D%22XMLID_194_%22%20class%3D%22st1%22%20d%3D%22M841.3%2063.2c-.4-.4-.6-.3-.6-.3l-.9%201.3-1.3-1.3%201.8-2.3c-4.3-4.5-4.8-2.3-5.6-1.9-.9.4-2-1.9-2-2.2%200-.3.2-1.4-.4-1.7-.6-.2-1.2-1.3-1-2.2.9-2-.8-2.1-1.2-1.8-1.4%201.4-3.2-.5-3.7-.3-1.2.4-1.3-1.1-1.3-1.4%200-.3.1-1-.1-1.3-.9-.9-.7-2.2-.7-2.2s-5.6-17.2-6.5-19.6c-1.1-3.4-2.2-1.3-3-3.1-1.1-.9-3.4-1.9-4.7-2.3-1.2-.4-2.4.5-2.7%201.2-.2.8-1.7%201-1.8%201.4-.1.3-.5%201.3-1.1%201.3-.6%200-1.4.4-2%201.3-.6.9-3.3-.2-3.6-1%200%200-.1-.5-.5-1.8-.7-1.4-2.8-1.1-3.2.3%200%200-4.3%2013.3-5.1%2015.5-.8%202.2.1%205.8.3%206.3.1.4-.1%201.6-1%202.7-1.4%203.5-.3%204.4%200%204.8%200%200%20.1%202.4.4%202.7%201.5%201.1-.8%203.7-.5%204%20.2.3.7.9.1%201.6-1.9%201.6-2.9%203.5-2.8%205.1%200%200%20.9%201.8.9%202.3-1.3-.9-1.3%201-1.5%201.7-.1%201-1.4.9-1.6.7-.3-.3-.7-.4-.9-.1-.1.1-.1.2-.2.3.7%202.1%2011.4%2033.9%2011.4%2033.9.2.6.2%201.3.2%201.7%200%20.4.7%203%203%203.7.5.1.8.7.7%201.4.1.3.6%201.2%201.7%201.7.2-.1.3-.2.4-.3.2-.2%201-1.4.8-2.1-.2-.7-.7-2.2.2-2.9.9-.7%201.7-2.9%201.7-2.9s-1-1.1-.2-2c.7-.8%201.9-2.3.5-2.5-.7-.2-.1-3.9%202.2-5%20.5.7.6%201.8.6%201.8l.7.1s.7-2.1.7-2.6c.1-.1.6%201.8%201.2%202.6.3.2.4%200%20.4%200l.3-1.3-1.1-2.1%201.5%201.7s.3-.9-.2-1.6c-.5-.7-.6-1-.4-1.5.2-.5.2-1.5.9-1.2.5.4.5%201.1.5%201.1l-.3%201.3%201%20.6.5-.2s-1.4-2.4-.4-4c.2.1.1%201%20.2%201.6.1.6.2%201.6%201.2%201.8.3-.1.3-1.7.2-2.3-.1-.7%200-1.9%201.8-1.4%201%20.3%201.4.6%201.7-.2.3-.8.4-1.2.8-1.4.4-.3.4-.8.1-1.1-.2-.4-.5-.9-.4-1.4.2-.4.5-.9.1-1.9-.1-.3.1-.5.4-1.1.3-.5.1-1.8.1-1.8l-.7-1.1%201.4-1s.3-1.3%200-2.2c.3-.2%201.5.7.9%201.9-.1.4%200%20.6%200%20.6l1.2-.2s.5%201.3-.5%202c.5-.1%202.7-.3%204.1%201%20.2%200%20.3-.2.3-.2-.5-.6-1.6-2-.7-3.4.2-.5%200-1.1-.2-1.5l.1-.3%201%201.3%201.3-.9-.1-1.5s3.3.6%203.7%201.4c.3.4.2.9.2.9l.2-.1.4-1.2s-.6-1.5.1-1.7c.3%200%20.5.4.6.8.1.4.7%200%20.7%200l.1-1s-.5-1.5%200-2.1c.5-.6.7-.6.9-.3.2.3%201.2%201.3%201.4.5.2-.8.2-1%20.2-1h1.1s-.3-1.2.6-1.4c.5-.1.8-.3.8-.7%200-.4.5-.4%201-.1-.2-.5-.6-1.1-.6-1.1l.1-.4s1.5.4%202%20.3c.5%200%201.2-.7%201.5-1.2-.2-.8%201.4-3.4.2-4z%22/%3E%3Cpath%20id%3D%22XMLID_195_%22%20class%3D%22st1%22%20d%3D%22M115%20350.2l.3-.3c1.6-.6%202.5-.2%202.9%200%20.1.1.1.1.2.1v-.1c.1-.7.6-1%201-1.2.2-.1.3-.2.5-.3.3-.7.3-1.8%200-2.6-.2-.7-1.3-1-1.6-1-.7-.2-1.1-.6-1.2-1-.3-.8-.1-1.4.2-1.8.6-.9.4-2.2.2-2.6-.5-.9-.1-1.5.3-2.1.4-.6%201.4-1.2%201.8-1.4.9-1%201.9-2.3%202-2.6.1-1.2.6-1.9.9-2.3%200-.1.1-.1.1-.2.1-.2.2-.3.3-.4v-.2c-.1-1.3.2-2.9.4-3.6v-.2c.1-.3.2-1.2%201.2-1.7.3-.1.5-.3.6-.4v-.1c.1-.3.4-1%201.1-1.4%202.3-.9%204.1-2.2%204.4-2.8-.1-.5-1.5-2-2-2.5l-.6-.6c-.6-.7-.5-1.7-.4-2.1-.1-.3-.4-1.1-.5-1.7-.1-1.3-1-3.4-1.5-4.1-.5-.7-.7-1.8-.6-2.9%200-.2.1-.6.2-.9l-.4-.5c-40.7-59.5-65.4-95.6-66.1-96.4-.9-1-1-1.8-1-1.9v-.2l14.4-58.7C53%20143%2027.5%20136.6%2011.9%20131.4l-.4-1.3c12.5%204.2%2034%2010%2061.4%2016.4%2013.6%203.2%2028.5%206.5%2043.3%209.7%201.6-7.4%206.6-31.4%207.1-33.7.4-2.3%201.2-3.1%201.6-3.4l1-2.4.2-1.6v-.2l.2-.1c.3-.3.6-.6.7-.8-.5-1-1.5-1.5-2.6-1.9-1.7-.6-.9-3.2-.6-4.4v-.1c.3-.9.9-1.7%201.5-2.3.1-.2.3-.3.4-.5.1-.2.3-.5.5-.8.5-.9%201.2-2.1%202.1-2.3%201.3-.4%202.7-2.4%202.7-2.8%200-.4-.1-1.6%201-2.2%201-.6%202.6-3.4%203-4.4v-.2c.1-.6.4-1.5%201.1-1.8.5-.2%202.3-2.6%202.7-3.2.1-.2.2-.6.2-.7%200%200%200-.6-.4-2-3.2-2-3.9-4.8-3.9-5.4v-.2-.4c-4.3-.9-27.2-5.8-27.8-6-.2-.1-.4-.1-.5-.2-.1-.1-.3-.1-.4-.1-1.3%201.1-3.5.7-4.5.2h-1.2l-.2-.2c-.2-.2-1.1-.1-1.4%200h-.3l-.2-.2c-.3-.2-.4-.2-1.1.2l-.6.3-.2.1h-.2c-3.2-.4-6.1-.2-8.5.6-1.7.6-3.6.3-4.3-.7-.3-.6-1.2-.8-1.6-.9l-3%20.7c-1.1.2-1.8%200-2.3-.2-.1%200-.2-.1-.2-.1-.6-.1-1.3%200-1.8.1-.2%200-.4.1-.6.1h-.7l.1-.7c.1-.8-.7-1.5-1-1.6-.4%200-1.5%200-2.3-.8-.3-.3-1-.4-1.6-.3-.1%200-1.8.3-2.2-.5v.1c-.2-.1-1-.4-1.4-.1-1%20.7-2%20.8-3.8%201.1-1.9.3-3.4-.2-3.9-.8-.1-.1-.1-.1-.3-.1-.2%200-.5-.1-.8-.2h-.1l.3-.2c-.5-.5-1.3-.9-2-1.2-.5-.2-1-.5-1.3-.7-.7-.5-.6-1.9%200-5.7.1-.8.3-1.6.3-2-.2-.4-.4-.9-.6-1.8l-.2-.6c-1-.8-1.4-1.5-1.7-2-.1-.1-.1-.2-.2-.3%200%200-.2-.1-.7%200l-.1-.6h-.1s-.8.9-2%20.2c-.4-.2-.6-.4-.6-.4s-.4-1.3-2-2.1c-.5-.3-1.6.7-2.6%200-1-.8-1.3-.7-1.5-.7.3.5.5.9.5.9l-.4.3-.4-.6-1.1-1-.5%201.3s0%202.7-1.5%203.7c.1.8-.2%202.1-.9%202.8-.2.3%200%201.6.7%202.4-.6.5-1.2%201.3-1.2%201.3l-.5%201.4.8.9-.1.3-1.2-.2s.1%201.2-.7%202c-.1.3-.1.7-.1%201.4s-.4%201.2-.7%201.5c-.2.3-.1.8-.2%201.4-.1.6-.9%201.4-1.3%202-.2.4-.3%201.8-1.7%203.6-1%201.3-.8%202.2-.8%202.6-.1.3-.5%202.1-1.6%204%20.1.6.6%201.8-.6%202.6-.5.2-.8%201.2-1%201.9-.2.7-.6%202-1.1%202.9-.5.9-2%205.6-2%205.6-.6.6-1.1%201.9-1.1%202.3.5-.1%201.1-.1%201.1-.1l.2.5-1.5.2-1.1%201.1c-.2%201.1-1.7%202.5-1.7%203.4.2.2.9.5.9.5l.1.8h-.5l-.1-.6s-1.3-.1-1.7%201.7c-.4-.6-.6-1-.6-1-.5.9-.8%201.5-.8%201.9-.1.7-1.4%201.7-1.4%202.9-.5.8-1.8%202.2-2.3%202.7-.5.5-.9%201.8-.1%205.1.2.5.5%201.5-1%203.7-.2%201-.5%202.1-1.1%202.6-.2.2-.2%201.8.1%202.8.1.6-.4%202.2.6%203.4.3.4.6%201.1.7%201.6.1.3.1.5%200%20.7-.2.5-.3%202.3-1.6%203.5.5.5.9%201.6.9%201.6s-.5%201%20.2%203.6c-.2.4-.3.5-.3.8.1%201.2-.4%203.5-3.5%207.6.3%201.5.2%201.6.2%201.6-.1%201.4-2.5%203.5-1.9%204.1.7.6.3.3.3.3s-1.8%201.3-2.6%201.4c-.3.7-.7%201.2-1%201.4-.2.2-2.1%202.2-2.3%204.3-.1%201.2.1%201.4-.3%203.1.5.7.9%201.2.9%201.2l.6%201.3%201.2%201.4-.1%201.3s.8.9%201%201.8c.2.9%201%202.9%201.2%203.3-.2.4-.3%201.5.1%202.6-.2.9-.4%202-.2%203-.4.7-2.1%202.8-2.1%204.3s.3%204.1.3%204.4c.1%201.2.1%202.2-1.4%203.3-.2.2.7%201.9%201.1%202.7.4.8%202.2%203%202.7%206.2.1.8%201.2%202.2%201.6%202.5.4.3%201.6%201.4%201.2%204.2.1.1.3.2.3.2l.2-.6c.4.5%201.7%203.3%201.7%205.3-.1.1-.4%200-.4%200s-.3-1.2-.8-2.3c0%20.7-.1%201.2-.1%201.2-.7.8-1.2%201.6-1.3%202.7.4-.4%201.3-.8%201.3-.8.4.3%201.4%201.4%201.4%201.4l.4%201.3%201.4.9.7%201.2%201.4%201.2.9-.8-.4-1.3.8-1-.1-1.3.5-1.3%201.5-.6c1.3.8%201.8%202%202%202.2.4.3%201.6.9%201.6.9.8-.7%202.4-.8%203.3.7%201%20.3%202%20.2%202.3.3.5-.4%201.3-1%201.3-1l.3.4s-.9%201-1.5%201.2c1.1-.2%202.5-.4%202.5-.4-1%20.8-2.3%201.3-2.8%201-.8-.2-3.8-3-5.4-1.6%200%200-.5.1-1.6-.9-.7.3-1%20.4-1%20.4l-1.3-.1-.7%201.4.7%201.2s-.9%201.8.9%203.3c.4%201%20.7%202.9.4%204.8.6.6%201.1%201.4%201.1%201.4l-1.2-.2-1.2-1.4-.7-1.4-1.4-1.1s.1-2.6.5-3.1c.5-.5.3-1.6-1.3-1.1-.6%201.6-1.4%204.5-1.9%205%20.4.4.7%201.1.7%201.1s-.2%202%20.2%202.7c-.2.7-.5%201.8-.8%202-.2.2-.2%201.6.4%202.6.6%201%202.1%203.9%202.1%203.9s1.6%201.7%203.6%201.4c.7.8%201.2%201.9%201.1%205.3-.4-.1-.6-.2-.6-.2l-.5%201.2-2.6%201.3s.2%203.2-.6%205.2c.4%201%20.6%201.3.6%201.3l2.3%202.8.5%202.7s1.7.3%201.4%203.6l1.4%202.8c0%201%20.1%202.6%202.2%203.8.3%201%20.8%202.7.8%202.7l2.5%202.6.2%201.2-1%20.8-.3%201.4%201%201.4%201.4.4.9%201.4c0%20.8-.2%201.5-1.1%202.9-.3.5-.3%201.8%200%202.8-.4.6-.7%201.2-.7%201.2l.1%201.4s-1%201.2-1%202.7c.6.2%201%20.3%201%20.3s1%201.9%202%202.6c1.1.2%203.9.7%204.7%201.1.8.4%201.4.3%201.7.3.6.6%202%202.5%206.3%202.6%201.3.9%202.2%201.5%202.2%201.5s1.4%201.8%202.3%202.4c.2.8-.1%202.6%201.8%203.8.7.8%203.2%202.4%204%202.8%201.1.1%205.5.7%205.7%201.6.2.9%201.3%202.4.8%203.9-.3.8-.3%201.7-.1%202.2.5.4%201.3.8%201.3.8l.7-1c.8%200%202.4.7%202.8%201.4.5.6%201.3%202.8%203.4%204%201%201.2%202.3%203.1%202.3%203.1s1.4%202%201.9%202.4c.4.6%203.4%206.1%202%2011.1-.4%201.6-1%202.8-.6%203.6l.2.1.3-.9%201.4.8-.2%201.3-.8-1%20.8%202.8%2040.2%204.5v.3z%22/%3E%3Cpath%20id%3D%22XMLID_196_%22%20class%3D%22st1%22%20d%3D%22M250.7%20388.7c-.6-1.3-.8-1.9-1.3-3.1-.3-.8-.3-1.4.1-1.8.5-.5%201.4-.3%201.8-.1%203.3.3%2057.6%204.7%2058.6%204.8.5.1.9-.5%201-.7%200-.3.1-1.1.1-1.1.1-.9%205.9-85.3%206-87.5%200-.2%200-.4.1-.5.1-.8.5-1.2.8-1.4l.2-9.3c-33.1-2-65-5-96-8.7l-14.1%20114c6.4.9%2011.1%201.5%2011.1%201.5s2.9.6%203.1-1.9c.2-2.6.4-5.4.4-5.4.1-1.2.9-1.6%202.5-1.5%201.6.2%2025.7%202.8%2025.6%202.7%200%200%20.1.1.3.1l-.3-.1z%22/%3E%3Cpath%20id%3D%22XMLID_197_%22%20class%3D%22st1%22%20d%3D%22M206.7%20393.1l1.2.2c-.2%200-.3%200-.5-.1-.2%200-.5%200-.7-.1z%22/%3E%3Cpath%20id%3D%22XMLID_198_%22%20class%3D%22st1%22%20d%3D%22M126.4%20305.5z%22/%3E%3Cpath%20id%3D%22XMLID_199_%22%20class%3D%22st1%22%20d%3D%22M221%20279.2c-28-3.5-54-7.7-78.2-12.5-.5%202.8-2.6%2014.8-2.6%2014.7-.2%201.4-.9%202.6-2.8%204.4-.4.3-1%20.4-1.6.2-.4-.2-.8-.5-.9-.8-.2-.8-1-2.1-1.4-2.2h-.4c-.5%200-1.1%200-1.6-.6-.1-.1-.4-.2-.9-.2-.3%200-1.1.1-1.7.8-.3.4-.4.6-.5.9-.1.2-.1.3-.2.5-.1.1-.1.4.2%201%20.4.8.7%201.6.2%202.4l-.1.1c-.3.4-.5.9-.2%203.6.2.9-.1%201.6-.4%202.2-.2.4-.3%201.7.2%203.6.2.4.1.7%200%20.9v.6c0%201.1-.1%202.4-.8%202.9-.6.5-.7.9-.6%201.4%200%20.5-.1%201.2-.2%202.2-.1.4-.1.6-.2.8-.1.6%200%201.4.4%202%20.5.8%201.6%203%201.7%204.6.1.5.3%201.3.5%201.5l.1.2v.2c-.1.3-.1%201.1.2%201.4.1.1.3.3.5.6%201.9%202%202.7%203%202.2%203.8-.5.9-2.6%202.4-5.1%203.4-.3.1-.4.5-.5.7%200%20.1%200%20.1-.1.2-.2.4-.6.7-1.2%201-.3.2-.5.4-.5.8%200%20.1%200%20.2-.1.3-.1.6-.5%202.1-.3%203.3%200%20.6-.1.9-.4%201.2-.1%200-.1.1-.1.1%200%20.1-.1.2-.2.2-.2.4-.6.9-.7%201.8v.2c-.2.7-1.7%202.5-2.4%203.2l-.1.1-.1.1c-.5.2-1.2.7-1.4%201-.4.6-.3.6-.2.8.4.7.7%202.5-.2%203.8-.2.3-.1.5-.1.6%200%200%20.1.2.4.3.8.2%202.2.7%202.5%201.9.3%201%20.4%202.5-.2%203.6v.1l-.1.1c-.3.2-.5.4-.7.6-.3.2-.4.3-.5.4-.1.5-.3.9-.7%201-.4.2-.8.1-1.2-.2-.2-.1-1.6-.1-2.6.4v-.4c-2%202.1-2.2%203.3.6%204.7%203.4%202%2054.4%2031%2054.4%2031s2.1%201.5%206.5%202.2c2.8.4%2018.7%202.6%2030.3%204.2L221%20279.2z%22/%3E%3Cpath%20id%3D%22XMLID_200_%22%20class%3D%22st1%22%20d%3D%22M790.6%20159.9c-.4-.6-2%20.3-2.5.6-.4.3-1.1%201.7-1.6%202.4s-1.6%201-2.4%201.1c0%200%200-.3-.1-.4.3-.7%201.4-1.7%201.9-2%20.5-.3.3-1.3.3-1.5%200-.2.6-1.3%201.2-2.2-.8.9-3.1%203.2-3.4%203.7-.4.5-.3.7-1.1%201-1.6.9-5.3%201.6-5.8%201.7-.5.1-1.3.3-1.4.7-.1.4-.4.8-.9.9-.8-.2-2%20.5-2.6.9-.6.4-.9.5-1.3.3s-1.2.3-1.5.6c-.3.3-.5.7-.3%201%20.2.4-.4.5-.6.3-.3-.1-.6-.1-.7.4-.1.9-.7%201.2-1.7%201.7-.1.1-.2.1-.3.2l-.6.6c-.3.5-.4%201.1-.6%201.9-.3%201.4%201.3.8%201.9.6.6-.2.5.2.1.4s-.4.7.3.3c1-.5%205.4-3.2%206-3.4.6-.2%202.1-1%202.2-1.1.1-.1.1-.4.5-.5.9-.2%203.1-1.6%203.5-1.9.4-.2.6-.4%201-.4.4-.1%201.4-.4%201.7-.9.3-.5.7-.6%201.2-.5.5%200%20.7-.2%201-.4.3-.2%202.3-1.5%202.3-1.8%200-.3%200-.7.9-.8.9-.1%202.3-1.3%202.7-1.8.4-.6%201.2-.8%202-1.5s1.4-1.7%201.2-2c-1%201.5-2.2%202-2.5%201.8z%22/%3E%3Cpath%20id%3D%22XMLID_201_%22%20class%3D%22st1%22%20d%3D%22M819.1%20144.1s.1%201%20.2%201.5c0%20.5-.7.8-1%20.9-.4.2-.6.5%200%20.5s1.6-.1%202.3-.6c.9-.6-1.5-2.3-1.5-2.3z%22/%3E%3Cpath%20id%3D%22XMLID_202_%22%20class%3D%22st1%22%20d%3D%22M810.7%20144.5c-.6%200-1.5%201.3-1.6%201.7-.1.4-.4%201.2-1%201.7.1.4%201.8-.5%202.3-.8.5-.3.9-.6%201.4-1.1.6-.4-.4-1.5-1.1-1.5z%22/%3E%3Cpath%20id%3D%22XMLID_203_%22%20class%3D%22st1%22%20d%3D%22M845.2%2063.4l-.9%201-.2%201.5.8%201.2%201.1-1.4v-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_204_%22%20class%3D%22st1%22%20d%3D%22M824.9%2079.2l.5%201.2%202.4-1.2.4-1.4-1.8-1.1z%22/%3E%3Cpath%20id%3D%22XMLID_205_%22%20class%3D%22st1%22%20d%3D%22M54.6%20321.5c.5.4%201.4%202.3%201.9%203.4s1.5.9%202.3.6c-.3-1.2-2.4-3.3-4.2-4z%22/%3E%3Cpath%20id%3D%22XMLID_206_%22%20class%3D%22st1%22%20d%3D%22M31.8%20305.1l-1.3.6.4%201.3%201.6.3%201.1-.3.2-.8-.9-.9z%22/%3E%3Cpath%20id%3D%22XMLID_207_%22%20class%3D%22st1%22%20d%3D%22M37.5%20305.7l-.9-.9c-2.1%203.1%202%202.9%203.6%203l1.1-.9s-.9.1-1.4.1c-.4-.4-1.5-1.1-2.4-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_208_%22%20class%3D%22st1%22%20d%3D%22M37.8%20322.2l.5%201.3%201.3.2-.9-1.5z%22/%3E%3Cpath%20id%3D%22XMLID_209_%22%20class%3D%22st1%22%20d%3D%22M54.4%20335.5s.8-.1%201.2-.4c-1-1.1-2-3-2.8-4.8-.5%204%201.6%205.2%201.6%205.2z%22/%3E%3Cpath%20id%3D%22XMLID_210_%22%20class%3D%22st1%22%20d%3D%22M66.8%206.3l.8%201.1.6-1.3-1.9-.9-.9%201.1%201.2%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_211_%22%20class%3D%22st1%22%20d%3D%22M64.1%209.3l.2-1.6L63%206.1l-.6%201.5.5%201.4z%22/%3E%3Cpath%20id%3D%22XMLID_212_%22%20class%3D%22st1%22%20d%3D%22M67.4%2014.7c.7-.4%201.9-.9%202.2-.9.3-.4-.3-1.6-1-1.3l-1.1.6-1.3%201.6%201.4%202.8s-.9%201.7%201.2%203.9c-.1.8.2.9.5.7.3-.2%201.1-.5%201.1-.5s-.2-2.2-1.1-2.6c-.9.1-1.4-.1-1.2-.6.2-.6.3-1.8-.2-2.4-.5-.6-1.2-.8-.5-1.3z%22/%3E%3Cpath%20id%3D%22XMLID_213_%22%20class%3D%22st1%22%20d%3D%22M503.4%20439.1s.1.4.5.9c.6%200%202.5%201%202.5%201l1.7-.4.4-1.3-2.8-1.3-2.3%201.1z%22/%3E%3Cpath%20id%3D%22XMLID_214_%22%20class%3D%22st1%22%20d%3D%22M516.3%20444s-.1.4.3.9%201.8.9%202.3.4c.1-.8-1.1-2.6-1.1-2.6l-1.5%201.3z%22/%3E%3Cpath%20id%3D%22XMLID_215_%22%20class%3D%22st1%22%20d%3D%22M423.1%20178.3l-.4-.1c-1.6-.5-2.5-1.6-2.7-2.2-.1-.4-.4-.7-.6-.8-.6-.1-1.5-.7-2.1-1.4-.1-.1-.5-.1-.7.1l-.2.1-.2-.1-.2-.1-.3-.1-.1-.3v-.2c-.3-.3-.8-.5-1.6-.6-.7%200-1.4-.7-2.1-1.4-.5-.5-.6-.5-.9-.4-.6.2-3.2.3-3.8.3l-1.5.3h-.2l-1.7-.3h-.3c-.1%200-.2-.1-.3-.1l-.1.1c-.3.8-1.1%201.2-1.5%201.4-.1%200-.1.1-.1.1-.6.3-1.4.4-1.9-.2-.3-.3-2.3-1.4-2.9-1.6-.7-.2-2.9-1.8-3.4-2.3-.3-.4-.4-.4-.6-.4-13.5.4-70.4-2.3-80.8-3.6l-2.8%2039.5c11.3.9%2020.6%201.5%2027.7%201.5h.1l.1.2.1.1c.3.1.8.3%201.1.4.7.2.7.9.8%201.5%200%20.2-.2.4-.2.6v.1l.2.1s.1%200%20.1.1c0%20.7-.1%202.5-.2%205.5-.2%203.2-.4%207.6-.6%2012.6%2012.7%201.5%2082.5%203%20101.9%201.9-.4-.3-.9-.8-.7-1.5.1-.3%200-.9-.2-1.1-.5-.4-.7-.9-.8-1.1v-.1c0-.1-.1-.3-.1-.4%200-.1%200-.3-.1-.4-1.9-.9-2.7-2.9-2.9-3.7-.1-.5-.4-1.1-.6-1.2-.5-.4-.8-.9-.9-1.7%200-.3%200-.6-.1-.9-.1-.5-.4-.9-.6-1-.8-.3-1.3-1-1.3-1.4%200-.2.4-2.4.6-3%20.2-.5.2-1.3%200-1.6-.7-1.3-.6-3.6-.4-4.2.1-.2.2-.3-.1-.5h.1c-1.3-1-.9-2-.7-2.4v-.1c.1-.2.1-.5%200-.7%200%200%200-.1-.1-.1-.2-.3-.5-.8-.3-1.6.1-.3.1-.5.1-.5-.8-.1-1.2-.6-1.2-1.5-.1%200-.3%200-.4.1l-.7.2-.1-.7.1-.3.1-.1v-.1c0-.1-.1-.3%200-.4-.4-1.3-.3-2.3-.1-3.4.2-.9-.4-1.8-.5-2-.2-.2-.7-.8-.6-1.9%200-.1%200-.5-1-1.6l-.1-.1s-.1-.1-.1-.2c-.3-.3-.6-.6-.6-1.1%200-.6-.2-1-.3-1.1l-.1-.1c-.3-.3-.9-.8-.7-1.6.2-.8-.2-2-.6-2.5-.6-.8-.3-1.5-.1-1.8%200-.1.1-.1.1-.2%200-.2%200-.6-.1-.7h-.1v.1l-.9-.1z%22/%3E%3Cpath%20id%3D%22XMLID_216_%22%20class%3D%22st1%22%20d%3D%22M453.3%20289.2l-.9-37.8-.2-.6v-.2s.1-1.9.1-3.3c0-.9-1.1-1.3-1.7-1.5-.6-.2-1.2-.9-1.9-1.8-.1-.2-.3-.3-.3-.4-.4-.5-.7-1-.7-1.8.1-.5-.7-1-1-1.1h-.1l-.1-.1s-1-1.1-1.6-2.1c-.7-1.3.4-2.5.8-3l.1-.1c.2-.3.5-.8.7-1.1.2-.9%201-.8%201.4-.7h.2c-.1-.7-.5-1.6-.8-1.9-.1-.1-.3-.2-.5-.2-.1%200-.3%200-.4.1-.6.5-1.3.6-1.9.3h-.1c-.2-.1-.7-.5-1.6-1.3l-.9-.7c-17.1%201.3-90.1-.3-103.4-1.8-1.1%2021.8-2.8%2054.7-3.1%2059.8%2042.8%202.1%2086.8%202.6%20117.9%201.3z%22/%3E%3Cpath%20id%3D%22XMLID_217_%22%20class%3D%22st1%22%20d%3D%22M550.4%20118.5c0%20.2-.1.3-.1.5.1%200%20.1.1.2.1v-1.3c-.1%200-.1-.1-.2-.1%200%20.1%200%20.2.1.2v.6z%22/%3E%3Cpath%20id%3D%22XMLID_218_%22%20class%3D%22st1%22%20d%3D%22M782%2070.8l.2.7h-.1l.1.2c.1-.1.2-.3.3-.4.2-.3.4-.5.6-.8v-.1l-1.1.4z%22/%3E%3Cpath%20id%3D%22XMLID_219_%22%20class%3D%22st1%22%20d%3D%22M799.7%20113.6c0%20.1.1.2.2.2.3.1.4.4.4.9.1.1.2.1.2.2l-.3-1.8c-.3.1-.6.3-.5.5z%22/%3E%3Cpath%20id%3D%22XMLID_220_%22%20class%3D%22st1%22%20d%3D%22M800.2%20114.7z%22/%3E%3Cpath%20id%3D%22XMLID_221_%22%20class%3D%22st1%22%20d%3D%22M412.8%2046.6h-1.3%201.3z%22/%3E%3Cpath%20id%3D%22XMLID_222_%22%20class%3D%22st1%22%20d%3D%22M320.7%2042.8l-1.2-.1h.4c.3.1.6.1.8.1z%22/%3E%3Cpath%20id%3D%22XMLID_223_%22%20class%3D%22st1%22%20d%3D%22M619.3%20178.7c-.1.2-.1.4%200%20.5.1.3.4.4.9.5l-.7-1h-.2z%22/%3E%3Cpath%20id%3D%22XMLID_224_%22%20class%3D%22st1%22%20d%3D%22M484.2%2089.1v.5c.1.2.2.4.4.6l-.4-1.1z%22/%3E%3Cpath%20id%3D%22XMLID_225_%22%20class%3D%22st1%22%20d%3D%22M484.2%2089.1z%22/%3E%3Cpath%20id%3D%22XMLID_226_%22%20class%3D%22st1%22%20d%3D%22M547.9%20424.3z%22/%3E%3Cpath%20id%3D%22XMLID_227_%22%20class%3D%22st1%22%20d%3D%22M159.4%2021.3c0-.1%200-.1%200%200l-1.2-.2c.2%200%20.3.1.5.1s.4%200%20.7.1z%22/%3E%3Cpath%20id%3D%22XMLID_228_%22%20class%3D%22st1%22%20d%3D%22M753.3%2085l-.3.1c.1%200%20.2%200%20.3-.1z%22/%3E%3Cpath%20id%3D%22XMLID_229_%22%20class%3D%22st1%22%20d%3D%22M559.1%20187.5v-.1l-1.1-1v.1c.1.1.2.3.4.4.2.1.4.4.7.6z%22/%3E%3Cpath%20id%3D%22XMLID_230_%22%20class%3D%22st1%22%20d%3D%22M552.7%20172.2h.1l-.1-1.2h-.2c0%20.2.1.4.1.6%200%20.2.1.4.1.6z%22/%3E%3Cpath%20id%3D%22XMLID_231_%22%20class%3D%22st1%22%20d%3D%22M799.9%20117.1h-.2v.9c0%20.1-.1.2-.1.2.1%200%20.3-.1.4-.1l-.1-1z%22/%3E%3Cpath%20id%3D%22XMLID_232_%22%20class%3D%22st1%22%20d%3D%22M752.2%20262.4l-.1.1c.1.1.2.2.3.4.1.2.2.4.2.6h.1l-.3-1.1h-.2z%22/%3E%3Cpath%20id%3D%22XMLID_233_%22%20class%3D%22st1%22%20d%3D%22M752.2%20262.4z%22/%3E%3Cpath%20id%3D%22XMLID_234_%22%20class%3D%22st1%22%20d%3D%22M441.4%20228.9c-.4-.3-.6-.5-.7-.5.1%200%20.3.2.7.5z%22/%3E%3Cpath%20id%3D%22XMLID_235_%22%20class%3D%22st1%22%20d%3D%22M442.6%20229.8c.5.4%201.1.8%201.5%201.1-.4-.3-1-.7-1.5-1.1z%22/%3E%3Cpath%20id%3D%22XMLID_236_%22%20class%3D%22st1%22%20d%3D%22M723.4%20324.6h-.1c-.3%200-.5.2-.5.3l-.1.1-.2.4.1.1.8-.9z%22/%3E%3Cpath%20id%3D%22XMLID_237_%22%20class%3D%22st1%22%20d%3D%22M691.5%20368.9v-.8l-.5-.1h-.2c0%20.2-.1.4-.1.6v.3H691.5z%22/%3E%3Cpath%20id%3D%22XMLID_238_%22%20class%3D%22st1%22%20d%3D%22M684.5%20397c0%20.1.1.1.2.1l-.2-.7c-.1.3-.1.5%200%20.6z%22/%3E%3Cpath%20id%3D%22XMLID_239_%22%20class%3D%22st1%22%20d%3D%22M726.3%20224.5c-.1%200-.1.1-.1.2-.1.1-.2.3-.2.4-.1.1-.2.1-.4.1l.8.2c.1-.3.1-.7-.1-.9z%22/%3E%3Cpath%20id%3D%22XMLID_240_%22%20class%3D%22st1%22%20d%3D%22M765.5%20171.7c1.5-1.8%201.8-2.6%201.9-3%20.1-.2.6-1.4%201.2-2.6l.9-.2-.5-.5-.8.2h-.2s-1.2%202.5-1.3%202.9c-.1.8-1.6%202.7-2.8%203.9l-.6.6-.3%201.3%201.4-1.6.5-.5c.2-.1.4-.3.6-.5z%22/%3E%3Cpath%20id%3D%22XMLID_241_%22%20class%3D%22st1%22%20d%3D%22M799.4%20142.9l.1.1h1c-.2-.1-.5-.2-.7-.4-.1.1-.3.2-.4.3z%22/%3E%3Cpath%20id%3D%22XMLID_242_%22%20class%3D%22st1%22%20d%3D%22M798.4%20142.2c.1.1.3.2.4.3l-.2-.8-.2.5z%22/%3E%3Cpath%20id%3D%22XMLID_243_%22%20class%3D%22st1%22%20d%3D%22M759.2%20222.2h.2l-.2-1.2h-.1c0%20.2.1.4.1.6v.6z%22/%3E%3Cpath%20id%3D%22XMLID_244_%22%20class%3D%22st1%22%20d%3D%22M792.7%20152.5h-.1c0%20.1.1.2.1.3l-.1.2c.2.1.5.2.7.2h.8l-.2-.8v-.1c-.3.2-.5.3-.7.3-.2%200-.3%200-.5-.1z%22/%3E%3Cpath%20id%3D%22XMLID_245_%22%20class%3D%22st1%22%20d%3D%22M758%20222.3c-.1.1-.1.1-.1.2.4-.1.8-.2%201.1-.2-.1-.7-.6-.4-1%200z%22/%3E%3Cpath%20id%3D%22XMLID_248_%22%20class%3D%22st1%22%20d%3D%22M582.8%20415.3c0%20.1-.1.1-.1.2%200%20.2%200%20.4-.1.5l.1.3.6-.7v-.1l.1-.2c-.1-.1-.3-.1-.4-.2.1.1-.1.1-.2.2zm.4.5l.2-.1c-.1%200-.2.1-.2.1z%22/%3E%3Cpath%20id%3D%22XMLID_249_%22%20class%3D%22st1%22%20d%3D%22M471.6%20432.4l-.4.4.8.3-.3-.6z%22/%3E%3Cpath%20id%3D%22XMLID_250_%22%20class%3D%22st1%22%20d%3D%22M546.5%20424.4l-.5.2h.1l1.8-.3h-.5l-.9.1z%22/%3E%3Cpath%20id%3D%22XMLID_251_%22%20class%3D%22st1%22%20d%3D%22M49.4%2053.2v-.4l-.4.1v.3h.4z%22/%3E%3Cpath%20id%3D%22XMLID_252_%22%20class%3D%22st1%22%20d%3D%22M251.1%20388.8l.6.2c-.1%200-.2-.1-.3-.1-.1%200-.2%200-.3-.1z%22/%3E%3Cpath%20id%3D%22XMLID_253_%22%20class%3D%22st1%22%20d%3D%22M114.9%20351c.1-.2.3-.3.4-.5%200%200%200-.1.1-.1l-.5-.1v.7z%22/%3E%3Cpath%20id%3D%22XMLID_254_%22%20class%3D%22st1%22%20d%3D%22M146.1%2018.6l-1.2-.3c.1%200%20.3.1.4.1.3.1.5.1.8.2z%22/%3E%3Cpath%20id%3D%22XMLID_255_%22%20class%3D%22st1%22%20d%3D%22M565.8%20418.8l-.4.5v.1l1-1v-.1c-.4.1-.6.3-.6.3v.2z%22/%3E%3Cpath%20id%3D%22XMLID_256_%22%20class%3D%22st1%22%20d%3D%22M338.6%20209.3z%22/%3E%3Cpath%20id%3D%22XMLID_257_%22%20class%3D%22st1%22%20d%3D%22M334.5%20288.4c.5-8.9%203.7-70.7%204-79.1-.1%202.4-.5%209.3-.9%2018-1%2021.6-2.7%2054.7-3.1%2061.1z%22/%3E%3Cpath%20id%3D%22XMLID_258_%22%20class%3D%22st1%22%20d%3D%22M338.6%20209.3v-.4.4z%22/%3E%3Cpath%20id%3D%22XMLID_259_%22%20class%3D%22st1%22%20d%3D%22M441.8%20229.2c-.2-.1-.3-.2-.4-.3.3.3.8.6%201.2.9-.3-.2-.5-.4-.8-.6z%22/%3E%3Cpath%20id%3D%22XMLID_260_%22%20class%3D%22st1%22%20d%3D%22M746.6%20202.1c0%20.2.1.5.2.9l.2-.7c0%20.1.1%200%20.1%200-.2-.1-.4-.2-.5-.2%200-.1%200%200%200%200z%22/%3E%3Cpath%20id%3D%22XMLID_261_%22%20class%3D%22st1%22%20d%3D%22M748%20196.4c.1-.1.2-.3.4-.6l-1.1-.5c-.1.2-.2.3-.3.5l-.2.2c.4.1.7.2.9.3l.3.1z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat top center;
  background-size: cover; }

.impact-map__location,
.impact-map__pin {
  display: block;
  position: absolute; }

.impact-map__location {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  z-index: 20;
  border-radius: 50%; }
  .impact-map__location.z-top {
    z-index: 30; }

.impact-map__pin {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: inset 0 0 0 3px #364751, 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: box-shadow .2s ease, opacity .2s ease; }
  .impact-map__pin:not(.no-hover):hover {
    box-shadow: inset 0 0 0 3px #667E8A, 0 0 6px rgba(0, 0, 0, 0.1); }
  .impact-map__pin.invisible {
    opacity: 0; }

.impact-map__infobox {
  position: absolute;
  width: 390px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 18px;
  border-radius: 1px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 1s cubic-bezier(0.07, 0.7, 0.11, 1.12), opacity 0.2s ease, visibility 0s 0.2s; }
  .impact-map__infobox:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.05); }
  .impact-map__infobox.top {
    bottom: 100%;
    margin-bottom: 12px; }
    .impact-map__infobox.top:before {
      bottom: -10px; }
  .impact-map__infobox.bottom {
    top: 100%;
    margin-top: 12px; }
    .impact-map__infobox.bottom:before {
      top: -10px; }
  .impact-map__infobox.right {
    left: -24px; }
    .impact-map__infobox.right:before {
      left: 25px; }
  .impact-map__infobox.left {
    right: -34px; }
    .impact-map__infobox.left:before {
      right: 35px; }
  .impact-map__infobox.top.left {
    transform: scale(0.2) rotateY(-80deg) rotate(10deg) translateY(16px);
    transform-origin: 88% 120%; }
  .impact-map__infobox.top.right {
    transform: scale(0.2) rotateY(-80deg) rotate(-10deg) translateY(16px);
    transform-origin: 48px 120%; }
  .impact-map__infobox.bottom.left {
    transform: scale(0.2) rotateY(-80deg) rotate(10deg) translateY(-16px);
    transform-origin: 88% -35px; }
  .impact-map__infobox.bottom.right {
    transform: scale(0.2) rotateY(-80deg) rotate(-10deg) translateY(-16px);
    transform-origin: 48px -35px; }
  .impact-map__infobox.in {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition: transform 0.4s cubic-bezier(0.07, 0.7, 0.11, 1.12), opacity 0.3s ease, visibility 0s; }

.impact-map__infobox.in + .impact-map__pin {
  box-shadow: inset 0 0 0 3px #f5873b, 0 0 6px rgba(0, 0, 0, 0.1) !important; }

.impact-map__infobox__header,
.impact-map__infobox__body {
  background: #fff;
  position: relative;
  z-index: 20; }

.impact-map__infobox__header {
  padding: 20px 30px;
  color: #364751;
  font-size: 18px;
  line-height: 24px;
  color: #364851;
  border-bottom: 1px solid #ddd; }

.impact-map__infobox__logo {
  width: 60px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 18px; }
  html.flexbox .impact-map__infobox__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .impact-map__infobox__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .impact-map__infobox__logo + .impact-map__infobox__donor {
    margin-right: 74px; }

.impact-map__infobox__donor {
  display: block;
  font-weight: 700; }

.impact-map__infobox__body {
  padding: 24px 30px; }
  .impact-map__infobox__body .h4 {
    font-weight: 600; }
  .impact-map__infobox__body p + p {
    margin-top: 8px; }

.impact-map__coordinates {
  text-align: center;
  padding-top: 60px;
  font-size: 12px;
  color: #999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0s 0.2s; }
  .impact-map__coordinates.in {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0s; }
  .impact-map__coordinates input[type="text"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 8px 12px;
    text-align: center;
    margin-bottom: 5px;
    color: #333;
    outline: none; }
    .impact-map__coordinates input[type="text"]:focus {
      border-color: #999; }

@media screen and (max-width: 579px) {
  .impact-map {
    width: 100%; }
  .impact-map__infobox {
    display: none !important; }
  .impact-map__location {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px; }
  .impact-map__pin {
    width: 8px;
    height: 8px;
    background: #364751;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    top: 2px;
    left: 2px;
    cursor: default; } }

.impact-map__locations-list {
  text-align: center;
  padding-top: 30px; }

.impact-map__location-group {
  margin-bottom: 30px; }

.impact-map-stats {
  text-align: center;
  margin-top: 60px; }

.impact-map-stat {
  color: #364751; }
  .impact-map-stat > span {
    display: block; }
  .impact-map-stat .stat-value {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 15px; }
    .impact-map-stat .stat-value.smaller {
      font-size: 50px;
      line-height: 60px;
      padding: 22px 0 8px; }
  .impact-map-stat .stat-label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 210px;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .impact-map-stat {
      width: 32%;
      display: inline-block;
      vertical-align: top;
      padding: 10px 30px; }
      .impact-map-stat + .impact-map-stat {
        border-left: 1px solid #E3E3E3; } }
  @media screen and (max-width: 1029px) {
    .impact-map-stat .stat-value {
      font-size: 50px; }
      .impact-map-stat .stat-value.smaller {
        font-size: 30px; } }
  @media screen and (max-width: 580px) {
    .impact-map-stat + .impact-map-stat {
      margin-top: 30px; }
    .impact-map-stat .stat-value {
      margin-bottom: 5px; } }

html.flexbox .impact-map-stat-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  html.flexbox .impact-map-stat-group .impact-map-stat {
    display: block;
    margin: 0;
    width: 33%; }

#impact-map-v2 {
  height: 540px; }
  #impact-map-v2 .leaflet-popup-content {
    padding: 0;
    margin: 0;
    font-family: "freight-sans-pro", "Helvetica", "Arial", sans-serif; }
  #impact-map-v2 .leaflet-popup-content-wrapper {
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }

.impact-map-v2__marker {
  background: #f5873b;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%; }

.impact-map-v2__popup-header {
  padding: 16px 20px;
  color: #364751;
  font-size: 18px;
  line-height: 24px;
  color: #364851;
  border-bottom: 1px solid #ddd; }

.impact-map-v2__popup-logo {
  width: 60px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 18px; }
  html.flexbox .impact-map-v2__popup-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .impact-map-v2__popup-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .impact-map-v2__popup-logo + .impact-map-v2__popup-donor {
    margin-right: 74px; }

.impact-map-v2__popup-donor {
  display: block;
  font-weight: 700; }

.impact-map-v2__popup-body {
  padding: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #364751; }
  .impact-map-v2__popup-body .h4 {
    font-weight: 600; }
  .leaflet-popup-content .impact-map-v2__popup-body p {
    margin: 0 0 10px; }
    .leaflet-popup-content .impact-map-v2__popup-body p:last-child {
      margin-bottom: 0; }

.link-box {
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #364751;
  transition: .15s ease; }
  .link-box:hover {
    border-color: #cfcfcf;
    background: #fafafa; }

.link-box__outer {
  position: relative; }

.link-box__inner {
  display: block;
  padding: 30px 15px;
  color: #364751;
  text-decoration: none !important; }

@media screen and (min-width: 1030px) {
  .link-box {
    font-size: 20px;
    line-height: 26px; } }

@media screen and (min-width: 580px) and (max-width: 1029px) {
  .link-box {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (min-width: 580px) {
  .link-box {
    width: 32%;
    margin: 0 0 2% 2%;
    float: left; }
    .link-box:nth-child(3n+1) {
      clear: both;
      margin-left: 0; }
  .link-box__outer {
    padding-top: 50%; } }

@media screen and (min-width: 481px) {
  .link-box__outer {
    height: 0; }
  .link-box__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 481px) and (max-width: 579px) {
  .link-box {
    font-size: 18px;
    line-height: 24px;
    width: 48%;
    margin: 0 0 4% 4%;
    float: left; }
    .link-box:nth-child(2n+1) {
      clear: both;
      margin-left: 0; }
  .link-box__outer {
    padding-top: 35%; } }

@media screen and (max-width: 480px) {
  .link-box {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px; }
  .link-box__inner {
    padding: 20px 15px; } }

html.flexbox .link-box__inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.partner-logos {
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  .partner-logos .partner__name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #364751; }
  .partner-logos .partner__description {
    color: #828282;
    margin-bottom: 12px; }
  .partner-logos .partner__logo {
    height: 90px;
    margin-bottom: 18px; }
    .partner-logos .partner__logo img {
      display: inline-block;
      max-width: 90%;
      max-height: 90px; }
  html .partner-logos .partner__visit {
    font-weight: 700;
    text-decoration: none; }
    html .partner-logos .partner__visit:hover {
      text-decoration: underline; }
  html.flexbox .partner-logos .partner__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    html.flexbox .partner-logos .partner__logo a {
      transition: opacity .17s ease; }
      html.flexbox .partner-logos .partner__logo a:hover {
        opacity: 0.7; }
  @media screen and (min-width: 580px) {
    .partner-logos {
      margin-bottom: 30px;
      margin-top: 30px; }
      .partner-logos .partner {
        width: 31%;
        float: left;
        margin: 0 0 42px 3.5%; }
      .partner-logos .partner:nth-child(3n+1) {
        margin-left: 0; } }
  @media screen and (max-width: 579px) {
    .partner-logos .partner {
      max-width: 260px;
      margin: 0 auto 42px; }
    .partner-logos .partner__logo {
      margin-bottom: 10px; } }

.photo-carousel-container {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5%; }
  .photo-carousel-container:before, .photo-carousel-container:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 5%;
    z-index: 20; }
  .photo-carousel-container:before {
    left: 0;
    background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 100%); }
  .photo-carousel-container:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%); }
  @media screen and (max-width: 579px) {
    .photo-carousel-container:before, .photo-carousel-container:after {
      width: 20%; }
    .photo-carousel-container:before {
      background: linear-gradient(90deg, white 35%, rgba(255, 255, 255, 0) 100%); }
    .photo-carousel-container:after {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 65%); } }
  .photo-carousel-container .flickity-page-dots .dot {
    background: #ddd;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: background .2s ease; }
    .photo-carousel-container .flickity-page-dots .dot.is-selected {
      background: #364751; }
  .photo-carousel-container .photo-carousel {
    z-index: 15; }
  .photo-carousel-container .gallery-cell {
    width: 29%;
    margin: 0 1%;
    padding: 5px; }
  .photo-carousel-container .gallery-cell__image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.25%;
    overflow: hidden;
    border-radius: 4px;
    z-index: 30; }
    .photo-carousel-container .gallery-cell__image-container img {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .photo-carousel-container .gallery-cell__image-container:hover .gallery-cell__caption {
      opacity: 1; }
  .photo-carousel-container .gallery-cell__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 40;
    background: rgba(245, 135, 59, 0.8);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity .25s ease; }
    .photo-carousel-container .gallery-cell__caption p + p {
      margin-top: 12px; }
    .photo-carousel-container .gallery-cell__caption a {
      color: #fff;
      font-weight: 600; }
  @media screen and (max-width: 579px) {
    .photo-carousel-container .gallery-cell {
      width: 47%; } }

.photo-carousel__nav {
  width: 44px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 30; }
  .photo-carousel__nav:hover .icon {
    transform: scale(1.3); }
  .photo-carousel__nav.prev {
    left: 0; }
    .photo-carousel__nav.prev .icon {
      left: 0; }
  .photo-carousel__nav.next {
    right: 0; }
    .photo-carousel__nav.next .icon {
      right: 0; }
  .photo-carousel__nav .icon {
    display: block;
    width: 34px;
    height: 34px;
    fill: #f5873b;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    transition: transform 0.3s cubic-bezier(0.065, 0.315, 0.14, 0.94); }
  @media screen and (max-width: 767px) {
    .photo-carousel__nav {
      width: 26px; }
      .photo-carousel__nav .icon {
        width: 26px;
        height: 26px;
        margin-top: -13px; } }
  @media screen and (max-width: 579px) {
    .photo-carousel__nav .icon {
      width: 20px;
      height: 20px; } }

.segment-control {
  width: 100%;
  position: relative; }
  .segment-control:before, .segment-control:after {
    content: " ";
    display: table; }
  .segment-control:after {
    clear: both; }
  .segment-control li {
    float: left;
    text-align: center;
    color: #393E40;
    padding: 5px 12px;
    position: relative; }
  .segment-control li:first-child .segment {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .segment-control li:last-child .segment {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .segment-control a {
    display: block;
    color: #364751;
    font-size: 14px;
    line-height: 18px; }
  .segment-control .selected {
    background: #364751;
    border-color: #364751; }
    .segment-control .selected a {
      color: #fff; }
    .segment-control .selected + li {
      border-left-color: #364751; }
  .segment-control.control-count-2 li {
    width: 50%; }

.segment-control--radios li {
  padding: 0; }

.segment-control--radios input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1; }

.segment-control--radios label {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer; }
  .segment-control--radios label:hover {
    background: #f5f5f5; }

.segment-control--radios .segment {
  display: block;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  border: 1px solid #E3E3E3;
  border-right: none;
  position: relative;
  pointer-events: none; }

.segment-control--radios li:last-child .segment {
  border-right: 1px solid #E3E3E3; }

.segment-control--radios li + li .segment {
  border-left: 1px solid #E3E3E3; }

.segment-control--radios input:checked ~ .segment {
  background: #364751;
  border-color: #364751;
  color: #fff; }

.social-circles a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  transition: opacity .17s ease; }
  .social-circles a:hover {
    opacity: 0.7; }
  .social-circles a + a {
    margin-left: 8px; }

.social-circles .icon {
  width: 32px;
  height: 32px;
  display: block;
  fill: #f5873b; }

.social-circles.color-white .icon {
  fill: #fff; }

.social-circles--mini {
  line-height: 20px; }
  .social-circles--mini a + a {
    margin-left: 3px; }
  .social-circles--mini .icon {
    width: 20px;
    height: 20px; }

.video-placeholder {
  position: relative; }
  .video-placeholder img {
    display: block;
    width: 100%; }
  .video-placeholder .icon-play-circle {
    display: block;
    width: 60px;
    height: 60px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: transform 0.4s cubic-bezier(0.34, 1.61, 0.7, 1); }
  .video-placeholder:hover {
    cursor: pointer; }

.video-placeholder__image {
  position: relative;
  cursor: pointer; }
  .video-placeholder__image:hover .icon-play-circle {
    transform: scale(1.2); }

.newsletter-signup {
  background: #364751;
  color: #fff; }
  .newsletter-signup .container {
    padding-top: 2em;
    padding-bottom: 2em; }
  .newsletter-signup h3 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600; }
  .newsletter-signup .input-container {
    position: relative; }
  .newsletter-signup input[type="email"] {
    height: 58px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 20px;
    color: #364751;
    font-size: 18px;
    display: block;
    width: 100%;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none; }
  .newsletter-signup .text-field {
    margin-right: 150px; }
  .newsletter-signup .btn-submit {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  @media screen and (max-width: 767px) {
    .newsletter-signup input[type="email"] {
      height: 54px; } }
  @media (min-width: 768px) {
    .newsletter-signup {
      font-size: 18px; }
      .newsletter-signup .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .newsletter-signup .container:before, .newsletter-signup .container:after {
          display: none; }
      .newsletter-signup .text-wrap {
        width: 48%;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
      .newsletter-signup .form-wrap {
        width: 48%;
        max-width: 430px;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  @media (max-width: 767px) {
    .newsletter-signup .text-wrap {
      margin-bottom: 20px; } }

.ctct-inline-form * {
  font-family: "freight-sans-pro", "Helvetica", "Arial", sans-serif !important; }

.ctct-inline-form .ctct-gdpr-text {
  font-size: 13px !important;
  color: #999; }
  .ctct-inline-form .ctct-gdpr-text a {
    color: #999; }

.body-copy .ctct-inline-form h2 {
  font-weight: 600;
  font-size: 2em; }

.ctct-inline-form label {
  font-weight: 600 !important;
  font-size: 18px !important; }

.ctct-inline-form .modal-dialog .grecaptcha-badge {
  opacity: 0 !important; }

.ctct-inline-form .ctct-form-button {
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 16px;
  letter-spacing: 1px; }

.ctct-inline-form .loading {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -8px;
  z-index: 1; }

.ctct-inline-form .modal-content {
  min-height: 200px;
  width: 100%; }

.ctct-inline-form .ctct-inline-form {
  position: relative;
  z-index: 2;
  background: #fff; }

.ctct-inline-form input.ctct-form-element {
  font-size: 18px !important; }

.blog-archive-title {
  text-align: center;
  padding: 30px 0 12px; }
  .blog-archive-title .h3 {
    color: #364751;
    margin: 0; }
  .blog-archive-title hr {
    margin: 30px auto 0; }

.blog-post + .blog-post {
  margin-top: 60px; }

.blog-post__feature-image {
  margin-bottom: 18px; }
  .blog-post__feature-image img {
    display: block;
    transition: opacity .17s ease;
    transition-duration: .3s; }
    .blog-post__feature-image img:hover {
      opacity: 0.7; }
    .blog-post__feature-image img:hover {
      opacity: .9; }

.blog-post__title {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 3px; }
  .blog-post__title a {
    transition: opacity .17s ease; }
    .blog-post__title a:hover {
      opacity: 0.7; }

.blog-post__meta {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaa; }

.blog-post__body {
  margin-top: 15px; }

.blog__no-posts-message {
  font-size: 20px;
  line-height: 30px;
  color: #888;
  font-weight: 200; }

.blog-sidebar__group {
  margin-bottom: 60px;
  text-align: right;
  font-size: 18px;
  line-height: 26px; }
  .blog-sidebar__group .h4 {
    margin-bottom: 12px; }

.blog-sidebar__link-list {
  list-style: none;
  margin: 0; }
  .blog-sidebar__link-list li + li {
    margin-top: 12px; }
  .blog-sidebar__link-list a {
    transition: opacity .17s ease; }
    .blog-sidebar__link-list a:hover {
      opacity: 0.7; }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .blog-content {
    padding-right: 30px; } }

.blog-navigation {
  margin-top: 60px;
  border-top: 1px solid #E3E3E3;
  padding-top: 30px; }
  .blog-navigation a:hover {
    text-decoration: underline; }

.donation-receipt {
  max-width: 480px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px; }
  .donation-receipt p, .donation-receipt table {
    margin-bottom: 28px; }

.donation-receipt__table {
  width: 100%;
  display: table; }
  .donation-receipt__table td {
    padding-bottom: 4px; }
  .donation-receipt__table td:first-child {
    padding-right: 20px; }
  .donation-receipt__table strong {
    color: #393E40; }
  @media screen and (max-width: 579px) {
    .donation-receipt__table tr, .donation-receipt__table td {
      display: block; }
    .donation-receipt__table td {
      padding-bottom: 0; }
    .donation-receipt__table td:last-child {
      padding-bottom: 12px; } }

.hospital-page__logo {
  margin-bottom: 30px; }
  .hospital-page__logo img {
    max-width: 450px;
    max-height: 120px;
    display: block;
    margin: 0 auto; }

.hospital-page__intro {
  max-width: 550px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 28px; }
  .hospital-page__intro hr.short {
    margin: 40px auto; }
  .hospital-page__intro h4 {
    margin-top: 30px !important; }

.hospital-page__donors .h4 {
  margin-bottom: 40px;
  text-align: center; }

.hospital-page__donors hr.short {
  margin: 40px auto; }

.hospitals-list {
  text-align: center; }
  .hospitals-list a {
    text-decoration: none; }
  .hospitals-list a:hover {
    text-decoration: underline; }
  .hospitals-list ul, .hospitals-list li {
    margin: 0;
    padding: 0;
    list-style: none; }

.hospitals-list__group {
  margin-bottom: 30px; }

.gokart-page__resources {
  text-align: center; }
  .gokart-page__resources .text-pad {
    padding: 8% 0 10%; }
  .gokart-page__resources .h1, .gokart-page__resources .h2, .gokart-page__resources .h3, .gokart-page__resources .h4, .gokart-page__resources {
    color: #934C22; }
  .gokart-page__resources .h1 {
    margin-bottom: 60px; }
  .gokart-page__resources .h4 {
    margin-bottom: 18px; }
  .gokart-page__resources .icon-hospital-h,
  .gokart-page__resources .icon-angel {
    display: block;
    margin: 0 auto 30px;
    width: 60px;
    height: 60px; }
  .gokart-page__resources .links-list {
    font-size: 20px;
    line-height: 26px; }
    .gokart-page__resources .links-list li + li {
      margin-top: 18px; }
    .gokart-page__resources .links-list a {
      color: #fff;
      text-decoration: none; }
    .gokart-page__resources .links-list span {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      transition: border-color .15s; }
    .gokart-page__resources .links-list a:hover span {
      border-bottom-color: transparent; }
  @media screen and (max-width: 579px) {
    .gokart-page__resources .col-sm-6:first-child {
      margin-bottom: 40px; } }

.gokart-page__story .h1 {
  margin-bottom: 42px; }

.gokart-page__story .body-copy {
  font-size: 20px;
  line-height: 36px;
  color: #364751;
  margin-bottom: 5%; }

.gokarts-v2-hero {
  text-align: center; }
  .gokarts-v2-hero h1 {
    font-size: 75px;
    line-height: 85px;
    font-weight: 700;
    color: #364751;
    margin: 0 0 20px; }
  .gokarts-v2-hero .lead {
    font-size: 28px;
    line-height: 44px;
    color: #364751;
    margin: 0; }

@media (min-width: 768px) {
  .gokarts-v2-hero {
    padding: 50px 0 80px; }
    .gokarts-v2-hero .text-wrap,
    .gokarts-v2-hero .video-wrap {
      width: 80%;
      margin: 0 auto; }
    .gokarts-v2-hero .text-wrap {
      width: 90%; }
    .gokarts-v2-hero .text-wrap {
      margin-bottom: 50px; } }

@media (max-width: 767px) {
  .gokarts-v2-hero {
    padding: 30px 0 50px; }
    .gokarts-v2-hero h1 {
      font-size: 42px;
      line-height: 48px; }
    .gokarts-v2-hero .lead {
      font-size: 20px;
      line-height: 30px; }
    .gokarts-v2-hero .video-wrap {
      width: auto;
      margin: 0 -15px; }
    .gokarts-v2-hero .text-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
    .gokarts-v2-hero .image-wrap {
      width: 150px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
      .gokarts-v2-hero .image-wrap img {
        display: block;
        width: 308px;
        max-width: 100%;
        margin: 0 auto; } }

.gokarts-v2-purchase-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px; }
  .gokarts-v2-purchase-options .purchase-option {
    width: 48%;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 24px 18px 100px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 4%; }
  .gokarts-v2-purchase-options h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #364751;
    margin: 0 0 10px; }
  .gokarts-v2-purchase-options p {
    margin: 0; }
  .gokarts-v2-purchase-options .btn-wrap {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px; }
  .gokarts-v2-purchase-options .btn {
    max-width: 200px;
    margin: 0 auto; }
  .gokarts-v2-purchase-options .icon {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 10px;
    fill: #f5873b; }

@media (max-width: 767px) {
  .gokarts-v2-purchase-options {
    display: block; }
    .gokarts-v2-purchase-options .purchase-option {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 30px; }
      .gokarts-v2-purchase-options .purchase-option p {
        max-width: 400px;
        margin: 0 auto; } }

.gokarts-v2-impact-map {
  margin: 0 0 60px; }

@media (min-width: 768px) {
  .gokarts-v2-impact-map {
    margin-bottom: 120px; } }

.gokarts-v2-story {
  margin-bottom: 40px; }
  .gokarts-v2-story .body-copy {
    color: #364751;
    font-size: 20px;
    line-height: 36px; }
  .gokarts-v2-story .body-copy h3 {
    font-weight: 700 !important; }

@media (min-width: 768px) {
  .gokarts-v2-story {
    margin-bottom: 120px; }
    .gokarts-v2-story .flex-center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .gokarts-v2-story .flex-center > div:first-child {
        padding-right: 30px; }
      .gokarts-v2-story .flex-center > div:last-child {
        padding-left: 30px; } }

.gokarts-v2-resources {
  margin-bottom: 40px; }
  .gokarts-v2-resources h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
    color: #364751; }
  .gokarts-v2-resources .links-list a:not(:hover) {
    text-decoration: underline; }
  .gokarts-v2-resources .links-list li {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .gokarts-v2-resources {
    margin-bottom: 120px; }
    .gokarts-v2-resources .row > div:first-child {
      padding-right: 30px; }
    .gokarts-v2-resources .row > div:last-child {
      padding-left: 30px; } }

@media (max-width: 767px) {
  .gokarts-v2-resources .row > div {
    margin-bottom: 20px; } }

.gokarts-v2-gallery {
  margin-left: -5px;
  margin-right: -5px; }
  .gokarts-v2-gallery .gallery-item {
    width: 25%;
    float: left;
    padding: 5px; }
    .gokarts-v2-gallery .gallery-item:nth-child(4n+1) {
      clear: both; }
  .gokarts-v2-gallery .gallery-item__image-container {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
    .gokarts-v2-gallery .gallery-item__image-container a {
      display: block; }
    .gokarts-v2-gallery .gallery-item__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/**
Hero
**/
.p2-hero {
  background-size: 100% auto;
  background-position: center bottom;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .p2-hero:before {
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 120px;
    display: block;
    content: '';
    position: absolute;
    z-index: 1; }
  .p2-hero:after {
    top: 120px;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0.987) 12.9%, rgba(255, 255, 255, 0.952) 24.6%, rgba(255, 255, 255, 0.897) 35.1%, rgba(255, 255, 255, 0.826) 44.4%, rgba(255, 255, 255, 0.743) 52.8%, rgba(255, 255, 255, 0.651) 60.3%, rgba(255, 255, 255, 0.553) 66.9%, rgba(255, 255, 255, 0.454) 72.7%, rgba(255, 255, 255, 0.356) 77.9%, rgba(255, 255, 255, 0.264) 82.5%, rgba(255, 255, 255, 0.18) 86.6%, rgba(255, 255, 255, 0.108) 90.4%, rgba(255, 255, 255, 0.052) 93.8%, rgba(255, 255, 255, 0.014) 97%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: '';
    position: absolute;
    z-index: 1; }
  .p2-hero .container {
    position: relative;
    z-index: 2; }
  @media (min-width: 1501px) {
    .p2-hero {
      background-position: center center; } }
  @media (max-width: 1029px) {
    .p2-hero:before {
      height: 80px; }
    .p2-hero:after {
      top: 80px;
      height: 220px; } }

.p2-hero__text-wrap {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 47%;
  padding-top: 5%; }
  .p2-hero__text-wrap h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 .2em; }
  .p2-hero__text-wrap p {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #364751; }
  @media (max-width: 767px) {
    .p2-hero__text-wrap {
      padding-top: 10%; } }

.p2-hero__buttons {
  background: #364751;
  padding: 20px 0;
  text-align: center; }
  .p2-hero__buttons .btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .p2-hero__buttons .btn {
      width: 360px; }
    .p2-hero__buttons .btn-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 800px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .p2-hero__buttons .btn {
      width: 100%; }
    .p2-hero__buttons .btn + .btn {
      margin-top: 12px; } }

/**
Summary
**/
.p2-summary {
  font-size: 24px;
  line-height: 1.3;
  color: #364751;
  margin-bottom: 8%; }
  .p2-summary h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 600;
    color: #364751; }
  .p2-summary ol {
    list-style: decimal outside;
    margin: 0 0 0 1.2em; }
  .p2-summary p {
    margin-bottom: 0.5em; }
  @media (min-width: 768px) {
    .p2-summary h2 {
      font-size: 60px; }
    .p2-summary .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .p2-summary .row:before, .p2-summary .row:after {
        display: none; }
    .p2-summary .row > div {
      padding-top: 40px;
      padding-bottom: 40px; }
    .p2-summary .row > div:first-child {
      border-right: 1px solid #E3E3E3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .p2-summary .row > div:last-child {
      padding-left: 6%; } }
  @media (max-width: 767px) {
    .p2-summary {
      margin-bottom: 15%; }
      .p2-summary h2 {
        margin-bottom: 0.5em;
        border-bottom: 1px solid #E3E3E3;
        padding-bottom: 0.5em; } }

/**
Three Blocks
**/
.p2-detail {
  text-align: center;
  font-size: 19px;
  line-height: 1.6;
  color: #364751;
  margin-bottom: 8%; }
  .p2-detail h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0.5em; }
  .p2-detail a {
    color: #364751;
    text-decoration: underline; }
  .p2-detail strong {
    font-weight: 700; }
  @media (min-width: 1030px) {
    .p2-detail .row > div {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 768px) and (max-width: 1029px) {
    .p2-detail .row > div {
      padding-left: 3%;
      padding-right: 3%; } }
  @media (max-width: 767px) {
    .p2-detail {
      margin-bottom: 15%; }
      .p2-detail .row > div + div {
        margin-top: 40px; } }

.p2-detail__graphic {
  margin: 0 0 20px; }
  .p2-detail__graphic .icon {
    fill: #000;
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto; }
  .p2-detail__graphic .icon--why-it-helps {
    width: 200px;
    height: 200px;
    margin-top: -32px;
    margin-bottom: -32px; }
  @media (max-width: 579px) {
    .p2-detail__graphic .icon {
      width: 100px;
      height: 100px; }
    .p2-detail__graphic .icon--why-it-helps {
      width: 150px;
      height: 150px;
      margin-top: -25px;
      margin-bottom: -25px; } }

/**
Map
**/
.p2-hospitals h3 {
  font-size: 30px;
  font-weight: 600;
  color: #364751;
  text-align: center; }

.p2-hospitals__map {
  margin: 40px 0; }

.p2-hospitals__buttons {
  background: none;
  padding-top: 0; }
  .p2-hospitals__buttons h4 {
    font-size: 19px;
    font-weight: 600;
    color: #364751;
    margin: 0 0 20px; }
  .p2-hospitals__buttons .btn-secondary {
    background: #364751;
    color: #fff; }
    .p2-hospitals__buttons .btn-secondary:hover {
      background: #3e525d; }
  @media (max-width: 767px) {
    .p2-hospitals__buttons .btn-wrap > div + div {
      margin-top: 30px; } }
