@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=gdi1nbz&ht=tk&f=53890.53893&a=84992345&app=typekit&e=css");
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, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
}

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

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

caption, th, td {
  font-weight: 400;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

/**
 * Breakpoints
 */
/**
 * Fonts
 */
.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/**
 * Boxgrid variables
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Generates a list of font sizes at specific breakpoints
 */
/**
 * If you have to ask what this does, then ask yourself what you are doing!!!
 */
/**
 * Creates a class for each colour and a second class with each colour applied as background-color
 */
/**
* Allows control over onscreen movement
**/
/*
----------------------------------
BoxGrid
----------------------------------
Author: Ashley Needham
Description: A flexbox based grid
Version: 1.2
License: MIT
URL: http://flexbox.net
*/
.boxgrid {
  width: 101.5%;
  margin-left: -0.75%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.boxgrid > .col {
  margin: 1em 0.75%;
  width: 98.5%;
  box-sizing: border-box;
}
.boxgrid > .col > .inner {
  display: block;
  box-sizing: border-box;
}
.boxgrid:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.boxgrid.no-margin {
  width: 100%;
  margin: 0;
}
.boxgrid.no-margin > .col {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.boxgrid.no-margin > .col > .inner {
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 300px) {
  .boxgrid > .xs_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .xs_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .xs_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .xs_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .xs_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .xs_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .xs_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .xs_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .xs_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .xs_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .xs_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .xs_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .xs_0 {
    display: none;
  }
  .boxgrid > .xs_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .xs_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .xs_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .xs_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .xs_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .xs_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .xs_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .xs_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .xs_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .xs_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .xs_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .xs_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .xs_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .xs_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .xs_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .xs_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .xs_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .xs_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .xs_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .xs_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .xs_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .xs_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .xs_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .xs_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .xs_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .xs_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .xs_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .xs_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .xs_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_0 {
    display: none;
  }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .xs_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .xs_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .xs_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .xs_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .xs_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .xs_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .xs_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .xs_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .xs_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_xs_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_xs_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_xs_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_xs_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_xs_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_xs_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_xs_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_xs_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_xs_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_xs_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_xs_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_xs_order="12"] {
    order: 12;
  }
  .boxgrid > .xs_first {
    order: -1;
  }
  .boxgrid > .xs_last {
    order: 999;
  }
  .boxgrid > .xs_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .xs_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .xs_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .xs_text_left {
    text-align: left;
  }
  .boxgrid > .xs_text_center {
    text-align: center;
  }
  .boxgrid > .xs_text_right {
    text-align: right;
  }
  .boxgrid > .xs_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .xs_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .xs_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 550px) {
  .boxgrid > .sm_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .sm_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .sm_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .sm_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .sm_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .sm_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .sm_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .sm_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .sm_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .sm_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .sm_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .sm_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .sm_0 {
    display: none;
  }
  .boxgrid > .sm_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .sm_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .sm_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .sm_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .sm_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .sm_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .sm_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .sm_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .sm_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .sm_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .sm_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .sm_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .sm_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .sm_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .sm_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .sm_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .sm_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .sm_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .sm_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .sm_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .sm_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .sm_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .sm_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .sm_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .sm_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .sm_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .sm_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .sm_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .sm_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_0 {
    display: none;
  }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .sm_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .sm_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .sm_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .sm_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .sm_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .sm_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .sm_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .sm_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .sm_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_sm_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_sm_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_sm_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_sm_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_sm_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_sm_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_sm_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_sm_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_sm_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_sm_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_sm_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_sm_order="12"] {
    order: 12;
  }
  .boxgrid > .sm_first {
    order: -1;
  }
  .boxgrid > .sm_last {
    order: 999;
  }
  .boxgrid > .sm_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .sm_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .sm_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .sm_text_left {
    text-align: left;
  }
  .boxgrid > .sm_text_center {
    text-align: center;
  }
  .boxgrid > .sm_text_right {
    text-align: right;
  }
  .boxgrid > .sm_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .sm_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .sm_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 850px) {
  .boxgrid > .md_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .md_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .md_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .md_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .md_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .md_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .md_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .md_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .md_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .md_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .md_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .md_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .md_0 {
    display: none;
  }
  .boxgrid > .md_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .md_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .md_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .md_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .md_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .md_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .md_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .md_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .md_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .md_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .md_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .md_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .md_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .md_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .md_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .md_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .md_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .md_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .md_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .md_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .md_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .md_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .md_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .md_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .md_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .md_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .md_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .md_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .md_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_0 {
    display: none;
  }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .md_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .md_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .md_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .md_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .md_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .md_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .md_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .md_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .md_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .md_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .md_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .md_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .md_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .md_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .md_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_md_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_md_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_md_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_md_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_md_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_md_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_md_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_md_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_md_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_md_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_md_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_md_order="12"] {
    order: 12;
  }
  .boxgrid > .md_first {
    order: -1;
  }
  .boxgrid > .md_last {
    order: 999;
  }
  .boxgrid > .md_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .md_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .md_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .md_text_left {
    text-align: left;
  }
  .boxgrid > .md_text_center {
    text-align: center;
  }
  .boxgrid > .md_text_right {
    text-align: right;
  }
  .boxgrid > .md_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .md_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .md_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .boxgrid > .lg_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .lg_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .lg_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .lg_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .lg_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .lg_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .lg_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .lg_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .lg_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .lg_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .lg_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .lg_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .lg_0 {
    display: none;
  }
  .boxgrid > .lg_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .lg_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .lg_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .lg_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .lg_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .lg_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .lg_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .lg_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .lg_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .lg_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .lg_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .lg_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .lg_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .lg_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .lg_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .lg_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .lg_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .lg_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .lg_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .lg_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .lg_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .lg_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .lg_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .lg_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .lg_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .lg_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .lg_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .lg_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .lg_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_0 {
    display: none;
  }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .lg_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .lg_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .lg_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .lg_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .lg_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .lg_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .lg_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .lg_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .lg_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_lg_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_lg_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_lg_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_lg_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_lg_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_lg_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_lg_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_lg_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_lg_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_lg_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_lg_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_lg_order="12"] {
    order: 12;
  }
  .boxgrid > .lg_first {
    order: -1;
  }
  .boxgrid > .lg_last {
    order: 999;
  }
  .boxgrid > .lg_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .lg_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .lg_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .lg_text_left {
    text-align: left;
  }
  .boxgrid > .lg_text_center {
    text-align: center;
  }
  .boxgrid > .lg_text_right {
    text-align: right;
  }
  .boxgrid > .lg_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .lg_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .lg_bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .boxgrid > .xl_12 {
    width: 98.5%;
    display: block;
  }
  .boxgrid > .xl_11 {
    width: 90.1666666667%;
    display: block;
  }
  .boxgrid > .xl_10 {
    width: 81.8333333333%;
    display: block;
  }
  .boxgrid > .xl_9 {
    width: 73.5%;
    display: block;
  }
  .boxgrid > .xl_8 {
    width: 65.1666666667%;
    display: block;
  }
  .boxgrid > .xl_7 {
    width: 56.8333333333%;
    display: block;
  }
  .boxgrid > .xl_6 {
    width: 48.5%;
    display: block;
  }
  .boxgrid > .xl_5 {
    width: 40.1666666667%;
    display: block;
  }
  .boxgrid > .xl_4 {
    width: 31.8333333333%;
    display: block;
  }
  .boxgrid > .xl_3 {
    width: 23.5%;
    display: block;
  }
  .boxgrid > .xl_2 {
    width: 15.1666666667%;
    display: block;
  }
  .boxgrid > .xl_1 {
    width: 6.8333333333%;
    display: block;
  }
  .boxgrid > .xl_0 {
    display: none;
  }
  .boxgrid > .xl_pre_11 {
    margin-left: 92.4166666667%;
  }
  .boxgrid > .xl_pre_10 {
    margin-left: 84.0833333333%;
  }
  .boxgrid > .xl_pre_9 {
    margin-left: 75.75%;
  }
  .boxgrid > .xl_pre_8 {
    margin-left: 67.4166666667%;
  }
  .boxgrid > .xl_pre_7 {
    margin-left: 59.0833333333%;
  }
  .boxgrid > .xl_pre_6 {
    margin-left: 50.75%;
  }
  .boxgrid > .xl_pre_5 {
    margin-left: 42.4166666667%;
  }
  .boxgrid > .xl_pre_4 {
    margin-left: 34.0833333333%;
  }
  .boxgrid > .xl_pre_3 {
    margin-left: 25.75%;
  }
  .boxgrid > .xl_pre_2 {
    margin-left: 17.4166666667%;
  }
  .boxgrid > .xl_pre_1 {
    margin-left: 9.0833333333%;
  }
  .boxgrid > .xl_pre_0 {
    margin-left: 0.75%;
  }
  .boxgrid > .xl_post_11 {
    margin-right: 92.4166666667%;
  }
  .boxgrid > .xl_post_10 {
    margin-right: 84.0833333333%;
  }
  .boxgrid > .xl_post_9 {
    margin-right: 75.75%;
  }
  .boxgrid > .xl_post_8 {
    margin-right: 67.4166666667%;
  }
  .boxgrid > .xl_post_7 {
    margin-right: 59.0833333333%;
  }
  .boxgrid > .xl_post_6 {
    margin-right: 50.75%;
  }
  .boxgrid > .xl_post_5 {
    margin-right: 42.4166666667%;
  }
  .boxgrid > .xl_post_4 {
    margin-right: 34.0833333333%;
  }
  .boxgrid > .xl_post_3 {
    margin-right: 25.75%;
  }
  .boxgrid > .xl_post_2 {
    margin-right: 17.4166666667%;
  }
  .boxgrid > .xl_post_1 {
    margin-right: 9.0833333333%;
  }
  .boxgrid > .xl_post_0 {
    margin-right: 0.75%;
  }
  .boxgrid.no-margin > .xl_12 {
    width: 100%;
  }
  .boxgrid.no-margin > .xl_11 {
    width: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_10 {
    width: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_9 {
    width: 75%;
  }
  .boxgrid.no-margin > .xl_8 {
    width: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_7 {
    width: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_6 {
    width: 50%;
  }
  .boxgrid.no-margin > .xl_5 {
    width: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_4 {
    width: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_3 {
    width: 25%;
  }
  .boxgrid.no-margin > .xl_2 {
    width: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_1 {
    width: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_0 {
    display: none;
  }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_10 {
    margin-left: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_9 {
    margin-left: 75%;
  }
  .boxgrid.no-margin > .xl_pre_8 {
    margin-left: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_7 {
    margin-left: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_6 {
    margin-left: 50%;
  }
  .boxgrid.no-margin > .xl_pre_5 {
    margin-left: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_4 {
    margin-left: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_3 {
    margin-left: 25%;
  }
  .boxgrid.no-margin > .xl_pre_2 {
    margin-left: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_pre_1 {
    margin-left: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_pre_0 {
    margin-left: 0;
  }
  .boxgrid.no-margin > .xl_post_11 {
    margin-right: 91.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_10 {
    margin-right: 83.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_9 {
    margin-right: 75%;
  }
  .boxgrid.no-margin > .xl_post_8 {
    margin-right: 66.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_7 {
    margin-right: 58.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_6 {
    margin-right: 50%;
  }
  .boxgrid.no-margin > .xl_post_5 {
    margin-right: 41.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_4 {
    margin-right: 33.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_3 {
    margin-right: 25%;
  }
  .boxgrid.no-margin > .xl_post_2 {
    margin-right: 16.6666666667%;
  }
  .boxgrid.no-margin > .xl_post_1 {
    margin-right: 8.3333333333%;
  }
  .boxgrid.no-margin > .xl_post_0 {
    margin-right: 0;
  }
  .boxgrid > .col[data-bg_xl_order="1"] {
    order: 1;
  }
  .boxgrid > .col[data-bg_xl_order="2"] {
    order: 2;
  }
  .boxgrid > .col[data-bg_xl_order="3"] {
    order: 3;
  }
  .boxgrid > .col[data-bg_xl_order="4"] {
    order: 4;
  }
  .boxgrid > .col[data-bg_xl_order="5"] {
    order: 5;
  }
  .boxgrid > .col[data-bg_xl_order="6"] {
    order: 6;
  }
  .boxgrid > .col[data-bg_xl_order="7"] {
    order: 7;
  }
  .boxgrid > .col[data-bg_xl_order="8"] {
    order: 8;
  }
  .boxgrid > .col[data-bg_xl_order="9"] {
    order: 9;
  }
  .boxgrid > .col[data-bg_xl_order="10"] {
    order: 10;
  }
  .boxgrid > .col[data-bg_xl_order="11"] {
    order: 11;
  }
  .boxgrid > .col[data-bg_xl_order="12"] {
    order: 12;
  }
  .boxgrid > .xl_first {
    order: -1;
  }
  .boxgrid > .xl_last {
    order: 999;
  }
  .boxgrid > .xl_left {
    display: flex;
    justify-content: flex-start;
  }
  .boxgrid > .xl_center {
    display: flex;
    justify-content: center;
  }
  .boxgrid > .xl_right {
    display: flex;
    justify-content: flex-end;
  }
  .boxgrid > .xl_text_left {
    text-align: left;
  }
  .boxgrid > .xl_text_center {
    text-align: center;
  }
  .boxgrid > .xl_text_right {
    text-align: right;
  }
  .boxgrid > .xl_top {
    display: flex;
    align-items: flex-start;
  }
  .boxgrid > .xl_middle {
    display: flex;
    align-items: center;
  }
  .boxgrid > .xl_bottom {
    display: flex;
    align-items: flex-end;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (min-width: 300px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

/**
 * Headings
 */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: block;
}

h1.lg, h1.large, .h1.lg, .h1.large {
  font-size: 9.6rem !important;
}

h1, .h1 {
  font-size: 3rem !important;
}
@media screen and (max-width: 850px) {
  h1, .h1 {
    font-size: 2rem !important;
  }
}

ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
  font-size: 2rem !important;
}
@media screen and (max-width: 850px) {
  ul.no-bullets.large li, ol.no-bullets.large li, h2, .h2 {
    font-size: 1.8rem !important;
  }
}

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span, .wp-block-buttons .wp-block-button.btn-large > .wp-block-button__link, h3, .h3 {
  font-size: 1.6rem !important;
}

h4, .h4 {
  font-size: 1.6rem !important;
}

h5, .h5 {
  font-size: 1.6rem !important;
}

h6, .h6 {
  font-size: 1.6rem !important;
}

p.has-x-large-font-size, p.has-xl-font-size, .p.has-x-large-font-size, .p.has-xl-font-size, p.xl, .p.xl {
  font-size: 2rem !important;
}

p.has-large-font-size, p.has-lg-font-size, .p.has-large-font-size, .p.has-lg-font-size, p.lg, .p.lg {
  font-size: 1.8rem !important;
}

ul.no-bullets, ol.no-bullets, ul, ol, p, .p {
  font-size: 1.6rem !important;
}

.news-filter .field label, .news-filter span, .news-single-intro .news-single-next,
.news-single-intro .news-single-prev, .news-single-intro .news-single-cats a, .news-card .news-card-content .news-card-footer .news-card-cats, .faq-item .faq-answer .faq-answer-text, footer .footer-main .footer-menu-grid .footer-navigation ul li a, footer .footer-main .footer-menu-grid .footer-navigation span, .wpcf7 .wpcf7-form label small, p.has-medium-font-size, p.has-m-font-size, .p.has-medium-font-size, .p.has-m-font-size, p.md, .p.md {
  font-size: 1.2rem !important;
}

p.has-small-font-size, p.has-sm-font-size, .p.has-small-font-size, .p.has-sm-font-size, p.sm, .p.sm {
  font-size: 0.9rem !important;
}

h1, .h1 {
  line-height: 1.35;
}
h2, .h2 {
  line-height: 1.5;
}

h3, .h3 {
  line-height: 1.25;
}

h4, .h4 {
  line-height: 1.4;
}

h5, .h5 {
  line-height: 1.3;
}

h6, .h6 {
  font-size: 16px;
}

/**
 * Paragraphs
 */
p, .p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1em;
}
p + h1, p + h2, p + h3,
p + h4, p + h5, p + h6 {
  margin-top: 1.2em;
}

/**
 * Links
 */
a {
  color: inherit;
  transition: color 0.3s;
}
a:hover {
  color: #484847;
  transition: color 0.3s;
}

/**
 * Styling
 */
b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

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

/**
 * Lists
 */
ul, ol {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}
ul li, ol li {
  padding-bottom: 0.3em;
  line-height: 1.4;
}
ul.no-bullets, ol.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1em;
}
ul ul, ol ul {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/**
 * Type styling
 **/
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, a.bold, p.bold, li.bold, span.bold {
  font-weight: 700;
}

.btn {
  background-color: #000;
  border-radius: 3rem;
  color: #083543;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  gap: 5px;
  align-items: center;
  line-height: 1.4;
  margin: 0.2em 0;
  overflow: hidden;
  padding: 0.8em 2.2em !important;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  /*    text-box-trim: trim-both;
      text-box-edge: cap alphabetic;*/
  -webkit-appearance: none;
  /*    &:before {
          position:absolute;
          display:block;
          content:"";
          color:$black_colour;
          width: 6px;
          height: 6px;
          border-top:solid 2px;
          border-left:solid 2px;
          right:25px;
          transform:rotatez(135deg);
          opacity:0;
          transition:all 0.4s ease-out 0s;
      }
      &:after {
          position:absolute;
          display:block;
          content:"";
          color:$black_colour;
          width: 6px;
          height: 6px;
          border-top:solid 2px;
          border-left:solid 2px;
          right:15px;
          transform:rotatez(135deg);
          opacity:1;
          transition:all 0.4s ease-out 0.2s;
      }*/
  /*    &.btn-no-arrow {
          padding: 0.6em 1.3em 0.6em 1.3em !important;
          &:after {
              display:none;
          }
          &:before {
              display:none;
          }
      }*/
}
@media screen and (max-width: 850px) {
  .btn {
    display: block;
    padding: 0.8em 2em !important;
    width: 100%;
  }
}
.btn.background-none, .btn.background-unset, .btn.no-background {
  background: unset;
}
.btn.background-none:hover, .btn.background-unset:hover, .btn.no-background:hover {
  background: unset;
}
.btn.weight-600 {
  font-weight: 600;
}
.btn.weight-600 * {
  font-weight: 600;
}
.btn:hover {
  background-color: #004fc0;
}
.btn:hover:before {
  opacity: 1;
  right: 15px;
  transition: all 0.4s ease-out 0.2s;
}
.btn.border-btn, .btn.btn-border {
  background: unset;
  border: 1px solid #083543;
  color: #083543;
}
.btn.border-btn:hover, .btn.btn-border:hover {
  background: #083543;
  color: #ffffff;
}
.btn.arrow-right, .btn.btn-arrow-right {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: auto;
}
.btn.arrow-right:after, .btn.btn-arrow-right:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.970001 0L0 1L4.83 5.68001L0 10.35L0.970001 11.36L6.84 5.68001L0.970001 0Z' fill='%23083543'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  height: 12px;
  width: 7px;
}
.btn.arrow-right:hover:after, .btn.btn-arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.970001 0L0 1L4.83 5.68001L0 10.35L0.970001 11.36L6.84 5.68001L0.970001 0Z' fill='white'/%3E%3C/svg%3E");
}

@media screen and (min-width: 550px) {
  .wp-block-buttons {
    gap: 18px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button.width-unset {
    width: unset;
  }
}
.wp-block-buttons .wp-block-button.border-btn > .wp-block-button__link, .wp-block-buttons .wp-block-button.btn-border > .wp-block-button__link {
  background: unset;
  border: 1px solid #083543;
  color: #083543;
}
.wp-block-buttons .wp-block-button.border-btn > .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.btn-border > .wp-block-button__link:hover {
  background: #083543;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.border-btn > .wp-block-button__link.has-theme-white-color, .wp-block-buttons .wp-block-button.btn-border > .wp-block-button__link.has-theme-white-color {
  border-color: #ffffff;
}
.wp-block-buttons .wp-block-button.arrow-right > .wp-block-button__link, .wp-block-buttons .wp-block-button.btn-arrow-right > .wp-block-button__link {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.wp-block-buttons .wp-block-button.arrow-right > .wp-block-button__link:after, .wp-block-buttons .wp-block-button.btn-arrow-right > .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.970001 0L0 1L4.83 5.68001L0 10.35L0.970001 11.36L6.84 5.68001L0.970001 0Z' fill='%23083543'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  height: 12px;
  width: 7px;
}
.wp-block-buttons .wp-block-button.arrow-right > .wp-block-button__link:hover:after, .wp-block-buttons .wp-block-button.btn-arrow-right > .wp-block-button__link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.970001 0L0 1L4.83 5.68001L0 10.35L0.970001 11.36L6.84 5.68001L0.970001 0Z' fill='white'/%3E%3C/svg%3E");
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #000;
  border-radius: 3rem;
  color: #083543;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  gap: 5px;
  align-items: center;
  line-height: 1.4;
  margin: 0.2em 0;
  overflow: hidden;
  padding: 0.8em 2.2em !important;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  /*    text-box-trim: trim-both;
      text-box-edge: cap alphabetic;*/
  -webkit-appearance: none;
  /*    &:before {
          position:absolute;
          display:block;
          content:"";
          color:$black_colour;
          width: 6px;
          height: 6px;
          border-top:solid 2px;
          border-left:solid 2px;
          right:25px;
          transform:rotatez(135deg);
          opacity:0;
          transition:all 0.4s ease-out 0s;
      }
      &:after {
          position:absolute;
          display:block;
          content:"";
          color:$black_colour;
          width: 6px;
          height: 6px;
          border-top:solid 2px;
          border-left:solid 2px;
          right:15px;
          transform:rotatez(135deg);
          opacity:1;
          transition:all 0.4s ease-out 0.2s;
      }*/
  /*    &.btn-no-arrow {
          padding: 0.6em 1.3em 0.6em 1.3em !important;
          &:after {
              display:none;
          }
          &:before {
              display:none;
          }
      }*/
  padding: 0.5em 2.4em;
}
@media screen and (max-width: 850px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    display: block;
    padding: 0.8em 2em !important;
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link.background-none, .wp-block-buttons .wp-block-button .wp-block-button__link.background-unset, .wp-block-buttons .wp-block-button .wp-block-button__link.no-background {
  background: unset;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.background-none:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.background-unset:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.no-background:hover {
  background: unset;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.weight-600 {
  font-weight: 600;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.weight-600 * {
  font-weight: 600;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #004fc0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover:before {
  opacity: 1;
  right: 15px;
  transition: all 0.4s ease-out 0.2s;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: "";
}
.wp-block-buttons .wp-block-button.white .wp-block-button__link {
  background-color: #ffffff;
  color: #000;
}
.wp-block-buttons .wp-block-button.white .wp-block-button__link:hover {
  background-color: #EEE;
  color: #000;
}
.wp-block-buttons .wp-block-button.weight-600 .wp-block-button__link {
  font-weight: 600;
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 3;
  overflow: hidden;
}
.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media only screen and (min-width: 300px) {
  .pagination li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  .pagination li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .pagination li {
    font-size: 16px;
  }
}
.pagination li a, .pagination li span {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
  text-align: center;
}
.pagination li.active {
  color: #f8aa00;
}

/*table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
    overflow-x: scroll;
    display: block;
    margin-bottom: 1em;

    tbody {
        display: table;
        border: none;
        min-width: 100%;
    }

    @include breakpoint($bp_lg) {
        display: table;
        table-layout: fixed;

        tbody {
            display: table-row-group;
            width: 100%;
            min-width: 0;
        }
    }


    tr:nth-child(odd) {
        background-color: $tertiary_alt_colour;
    }

    th {
        min-width: 12em;
        font-size: 1.13em;
        font-weight: 700;
        padding: 0.5em 15px;
        vertical-align: top;
        background-color: $primary_colour;
        color: $text_alt_colour;

        @include breakpoint($bp_lg) {
            min-width: 0;
            padding: 0.45em 30px;
        }
    }

    .alt th {
        background-color: $primary_alt_colour;
    }

    td {
        padding: 0.5em 15px;
        vertical-align: top;

        @include breakpoint($bp_lg) {
            padding: 0.45em 30px;
        }
    }
}*/
.wp-block-table table tbody {
  background: #4E99B0;
  border-radius: 3rem;
}
.false-table {
  overflow: auto;
}
.false-table .grid-head {
  border-radius: 3rem;
  gap: 3rem;
  grid-template-columns: 5rem 1fr 1fr 1fr;
  padding: 2rem 4rem 3rem;
  min-width: 800px;
}
.false-table .grid-head h2:first-of-type {
  grid-column: 1/3;
}
.false-table .grid-body {
  border-radius: 3rem;
  gap: 3rem;
  grid-template-columns: 5rem 1fr 1fr 1fr;
  padding: 5rem 4rem 8rem;
  min-width: 800px;
}
.false-table .grid-body .wp-block-separator {
  grid-column: 1/-1;
}
.false-table .grid-body p {
  font-weight: 600;
  margin: 0;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
input[type=tel], input[type=search], input[type=date], textarea, select {
  background: rgba(255, 255, 255, 0.75);
  padding: 0.7em 0.65em;
  margin: 0 0 0.5em;
  border: #f1f1f1 solid 1px;
  border-radius: 0;
  line-height: 1.2;
  color: #484847;
  box-shadow: inset 0 2px 2px -1px #f3f3f3;
  max-width: 100%;
  width: 100%;
  transition: border-color 0.3s;
  font-size: 12px;
}
@media only screen and (min-width: 300px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 12px;
  }
}
@media only screen and (min-width: 850px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
  input[type=tel], input[type=search], input[type=date], textarea, select {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus,
input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus, select:focus {
  transition: border-color 0.3s;
  border-color: #002337;
}
input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=url].error,
input[type=tel].error, input[type=search].error, input[type=date].error, textarea.error, select.error {
  transition: border-color 0.3s;
  border-color: #D4323E;
}

label {
  margin: 0 0 0.3em;
  display: block;
}

textarea {
  min-height: 120px;
  font-family: "Montserrat", sans-serif;
}

input[type=radio] + label {
  width: auto;
  cursor: pointer;
  margin: 0 1em 0.4em 0;
  padding: 0 0 0 1.8em;
  display: inline-block;
  position: relative;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0.1em;
  left: 0;
  vertical-align: middle;
  border: #484847 solid 1px;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  margin: 0 0.4em 0 0;
  transition: border-color 0.3s;
}
input[type=radio]:checked + label:before {
  background-color: #484847;
  background: -moz-radial-gradient(center, ellipse cover, #484847 35%, #ffffff 35%);
  background: -webkit-radial-gradient(center, ellipse cover, #484847 35%, #ffffff 35%);
  background: radial-gradient(ellipse at center, #484847 35%, #ffffff 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$text_colour", endColorstr="$background_colour",GradientType=1 );
}
input[type=radio] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #002337;
}
input[type=radio].error + label:before {
  border-color: #D4323E;
}

input[type=checkbox] {
  display: none;
}

.wpcf7 .wpcf7-form {
  display: grid;
  gap: 1.6rem;
}
.wpcf7 .wpcf7-form label {
  font-weight: 500;
}
.wpcf7 .split-col {
  display: grid;
  gap: 0.5rem 1.6rem;
  grid-template-columns: 1fr 1fr;
}
.wpcf7 .split-col .full-width {
  grid-column: 1/-1;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .wpcf7 .wpcf7-form-control {
    font-size: 17px;
  }
}
.wpcf7 .wpcf7-form-control.wpcf7-text, .wpcf7 .wpcf7-form-control.wpcf7-textarea, .wpcf7 .wpcf7-form-control.wpcf7-date {
  background: unset;
  border: 1px solid #000;
  box-shadow: none;
  display: flex;
  gap: 10px;
  margin: 0.5rem 0 0 0;
  padding: 0.9em 0.7em;
  text-align: left;
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-form-control.wpcf7-text:valid, .wpcf7 .wpcf7-form-control.wpcf7-textarea:valid, .wpcf7 .wpcf7-form-control.wpcf7-date:valid {
  color: #424242;
  width: 100%;
}
.wpcf7 .wpcf7-form-control.wpcf7-text:before, .wpcf7 .wpcf7-form-control.wpcf7-textarea:before, .wpcf7 .wpcf7-form-control.wpcf7-date:before {
  content: "Date";
}
.wpcf7 .wpcf7-form-control.wpcf7-text:-webkit-date-and-time-value, .wpcf7 .wpcf7-form-control.wpcf7-textarea:-webkit-date-and-time-value, .wpcf7 .wpcf7-form-control.wpcf7-date:-webkit-date-and-time-value {
  display: block;
  text-align: left;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio {
  margin: 8px 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  align-items: center;
  display: flex;
  gap: 5px;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  margin: 0;
}
.wpcf7 .wpcf7-form-control::placeholder {
  color: #424242;
}
.wpcf7 .wpcf7-submit {
  background: #FFCC2B;
  border-radius: 3rem;
  border: none;
  color: #083543;
  cursor: pointer;
  font-weight: 600;
  max-width: 210px;
  padding: 0.9em 2.4em !important;
}
.wpcf7 .wpcf7-submit:hover {
  background: #FFE595;
}

.alert {
  padding: 0.85em 1em;
  margin: 0.35em 0;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #484847;
}
.alert.error {
  background-color: #D4323E;
  color: #ffffff;
}
.alert.success {
  background-color: #7fb905;
  color: #ffffff;
}
.alert.warning {
  background-color: #7fb905;
  color: #ffffff;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * the-seasons:
 *   - http://typekit.com/eulas/00000000000000007750b300
 *   - http://typekit.com/eulas/00000000000000007750b303
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-10-08 08:52:48 UTC"}*/
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/067e03/00000000000000007750b300/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "the-seasons";
  src: url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/7a6b5e/00000000000000007750b303/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.tk-the-seasons {
  font-family: "the-seasons", sans-serif;
}

header {
  position: absolute;
  padding: 15px 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 550px) {
  header {
    padding: 10px 0;
  }
}
@media screen and (min-width: 850px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1600px) {
  header {
    padding: 50px 0;
  }
}
header.scrolled {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0;
  position: fixed;
}

.header-main {
  align-items: center;
  display: grid;
}
@media screen and (min-width: 550px) {
  .header-main {
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  .header-main {
    grid-template-columns: 210px auto 210px;
  }
}
@media screen and (min-width: 1200px) {
  .header-main {
    grid-template-columns: 280px auto 280px;
  }
}
@media screen and (min-width: 1600px) {
  .header-main {
    grid-template-columns: 280px auto 280px;
  }
}
.header-main a.logo-anchor {
  display: block;
  position: relative;
  z-index: 100;
}
.header-main a.logo-anchor .logo-inner {
  display: inline-block;
  position: relative;
}
body.page-id-289 .header-main a.logo-anchor .logo-inner:after {
  content: "for Schools";
  display: block;
  left: 0;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
}
body.page-id-290 .header-main a.logo-anchor .logo-inner:after {
  content: "for Home";
  display: block;
  left: 0;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
}
body.page-id-291 .header-main a.logo-anchor .logo-inner:after {
  content: "for SEND";
  display: block;
  left: 0;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
}
body.page-id-292 .header-main a.logo-anchor .logo-inner:after {
  content: "for EAL";
  display: block;
  left: 0;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
}
header.scrolled .header-main a.logo-anchor .logo-inner:after {
  display: none !important;
}
.header-main a.logo-anchor .main-logo {
  max-width: 200px;
}
@media screen and (min-width: 550px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 850px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 240px;
  }
}
@media screen and (min-width: 1600px) {
  .header-main a.logo-anchor .main-logo {
    max-width: 250px;
  }
}
.header-main .header-main-nav {
  align-self: center;
}
.header-main .header-main-nav .main-navigation {
  justify-content: flex-start;
}
@media screen and (min-width: 550px) {
  .header-main .header-main-nav .main-navigation {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
.header-main .header-main-nav .main-navigation .header-social {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .header-main .header-main-nav .main-navigation .header-social {
    display: none;
  }
}
.header-main .header-main-buttons {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .header-main .header-main-buttons {
    display: none;
  }
}
.header-main .header-main-buttons a {
  font-size: 1.2rem;
}

@media screen and (max-width: 850px) {
  .main-navigation {
    background: rgba(192, 227, 242, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: fixed;
    z-index: 99;
    padding: 10rem 2rem 0 2rem;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  .main-navigation.active {
    right: 0 !important;
  }
}
.main-navigation .menu-primary-container ul {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul {
    display: inline-block;
    float: right;
    margin: 0;
    padding-left: 0;
    width: auto;
  }
}
.main-navigation .menu-primary-container ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li {
    display: inline-block;
    list-style-type: none;
    padding: 10px 8px;
    position: relative;
  }
  .main-navigation .menu-primary-container ul li.desktop-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-primary-container ul li {
    padding: 10px 8px;
  }
}
.main-navigation .menu-primary-container ul li.current_page_item a {
  font-weight: bold;
}
.main-navigation .menu-primary-container ul li a {
  font-weight: 500;
  font-size: 1.1em;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul li a {
    display: block;
    padding: 8px 0;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li a {
    font-size: 1.6rem;
  }
}
.main-navigation .menu-primary-container ul li a:hover {
  color: #002337;
}
.main-navigation .main-navigation-buttons {
  align-items: center;
  display: grid;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .main-navigation .main-navigation-buttons {
    display: none;
  }
}
.main-navigation .main-navigation-buttons a {
  max-width: 200px;
  width: auto;
}

.hamburger-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2em;
  top: -3px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 550px) {
  .hamburger-menu {
    right: 4em;
  }
}
@media screen and (min-width: 850px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu.open span {
  background: #f8aa00;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #002337;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 3px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-menu span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-menu span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-menu.open span {
  background: #002337;
}
.hamburger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
}
.hamburger-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 4px;
}

.hamburger-back {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 8px;
  margin: 5px auto;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 850px) {
  .hamburger-back {
    display: none !important;
  }
}
.hamburger-back svg path {
  fill: #002337;
}

body {
  background-color: #ffffff;
  color: #083543;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}

.container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div, .container-inner.no-container-mob > div, .inner-container.no-container-mob > div, .container-inner > div, .inner-container > div, .container {
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div, .container-inner.no-container-mob > div, .inner-container.no-container-mob > div, .container-inner > div, .inner-container > div, .container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 850px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div, .container-inner.no-container-mob > div, .inner-container.no-container-mob > div, .container-inner > div, .inner-container > div, .container {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div, .container-inner.no-container-mob > div, .inner-container.no-container-mob > div, .container-inner > div, .inner-container > div, .container {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div, .container-inner.no-container-mob > div, .inner-container.no-container-mob > div, .container-inner > div, .inner-container > div, .container {
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5rem;
  }
}

@media screen and (max-width: 850px) {
  .container-inner.no-container-mob > div, .inner-container.no-container-mob > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-inner.no-container-mob > div .overide-container, .inner-container.no-container-mob > div .overide-container {
  padding: 0 4rem;
}
@media screen and (max-width: 550px) {
  .container-inner.no-container-mob > div .overide-container, .inner-container.no-container-mob > div .overide-container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 850px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div {
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .container-inner.no-container-mob.add-left > div, .inner-container.no-container-mob.add-left > div {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.full-width-breakout {
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: calc(100% + 40px) !important;
}
@media screen and (min-width: 850px) {
  .full-width-breakout {
    margin-left: -50px !important;
    margin-right: -50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: calc(100% + 100px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-breakout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}

.left-container {
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .left-container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 850px) {
  .left-container {
    margin-left: auto;
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .left-container {
    padding: 0 0 0 103px;
  }
}
@media screen and (min-width: 1600px) {
  .left-container {
    max-width: 620px;
    padding: 0 0 0 5rem;
  }
}
@media screen and (min-width: 850px) {
  .left-container.inner {
    padding-right: 2rem;
  }
}

.right-container {
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .right-container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 850px) {
  .right-container {
    margin-right: 0 auto;
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .right-container {
    padding: 0 103px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .right-container {
    max-width: 620px;
    padding: 0 5rem 0 0;
  }
}
@media screen and (min-width: 850px) {
  .right-container.inner {
    padding-left: 2rem;
  }
}

/*@media screen and (min-width:$bp_md){

}*/
.container.spacer-margin .wp-block-group__inner-container {
  margin: 4em 0;
}

.font {
  font-family: "Montserrat", sans-serif;
}

.font-heading {
  font-family: "Montserrat", sans-serif;
}

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

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

.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none a {
  text-decoration: none;
}

.img-responsive,
.responsive-img {
  height: auto;
  width: 100%;
}
.img-responsive img,
.responsive-img img {
  height: auto !important;
  width: 100% !important;
}

@media screen and (max-width: 850px) {
  .col-reverse {
    order: -1;
  }
}

@media screen and (max-width: 850px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 850px) {
  .visible-xs {
    display: inline-block;
  }
}

.display-block {
  display: block;
}

.no-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.no-padding {
  padding: 0;
}

@media screen and (max-width: 850px) {
  .no-padding-mob {
    padding: 0;
  }
}

.hidden {
  display: none !important;
}

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

.hide {
  display: none;
}

.large-margin {
  margin: 0 0 45px 0;
}

.large-margin-top {
  margin: 45px 0 0 0 !important;
}

.x-large-margin-top {
  margin: 100px 0 0 0 !important;
}

.medium-margin {
  margin: 0 0 25px 0;
}

.small-margin {
  margin: 0 0 15px 0;
}

.x-small-margin {
  margin: 0 0 5px 0;
}

.no-margin {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 2em !important;
}

.height-100 {
  height: 100%;
}
@media screen and (max-width: 550px) {
  .height-100 {
    min-height: 285px;
  }
}
.height-100 > .wp-block-group__inner-container {
  height: 100%;
}

@media screen and (min-width: 850px) {
  .height-100-desktop {
    height: 100%;
  }
}
@media screen and (min-width: 850px) {
  .height-100-desktop > .wp-block-group__inner-container {
    height: 100%;
  }
}

@media screen and (min-width: 850px) {
  .width-100 {
    width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .width-90 {
    width: 90%;
  }
}

@media screen and (min-width: 850px) {
  .width-80 {
    width: 80%;
  }
}

@media screen and (min-width: 850px) {
  .width-75 {
    width: 75%;
  }
}

@media screen and (min-width: 850px) {
  .width-70 {
    width: 70%;
  }
}

@media screen and (min-width: 850px) {
  .width-60 {
    width: 60%;
  }
}

.no-text-decoration {
  text-decoration: unset;
}
.no-text-decoration a {
  text-decoration: unset;
}

.cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.drop-shadow {
  filter: drop-shadow(0px 0px 4px #dedede);
  webkit-filter: drop-shadow(0px 0px 4px #dedede);
}

.view-size {
  background: gray;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 10px;
  left: 0;
  padding: 2px;
  position: fixed;
  z-index: 100;
}
.view-size:before {
  content: "XS";
}
@media screen and (min-width: 550px) {
  .view-size {
    background: purple;
  }
  .view-size:before {
    content: "SM";
  }
}
@media screen and (min-width: 850px) {
  .view-size {
    background: blue;
  }
  .view-size:before {
    content: "MD";
  }
}
@media screen and (min-width: 1200px) {
  .view-size {
    background: green;
  }
  .view-size:before {
    content: "LG";
  }
}
@media screen and (min-width: 1600px) {
  .view-size {
    color: #000;
    background: yellow;
  }
  .view-size:before {
    content: "XL";
  }
}

.map-style {
  min-height: 350px;
  height: 100%;
  width: 100%;
  margin-bottom: 80px !important;
}
@media screen and (min-width: 850px) {
  .map-style {
    margin-bottom: 100px !important;
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .map-style {
    min-height: 500px;
  }
}

.has-theme-primary_colour-background-color {
  background-color: #002337 !important;
}

a.has-theme-primary_colour-background-color {
  background-color: #002337 !important;
}
a.has-theme-primary_colour-background-color:hover {
  background-color: #000304 !important;
}

.has-theme-primary_colour-color {
  color: #002337 !important;
}

.has-theme-primary_alt_colour-background-color {
  background-color: #004fc0 !important;
}

a.has-theme-primary_alt_colour-background-color {
  background-color: #004fc0 !important;
}
a.has-theme-primary_alt_colour-background-color:hover {
  background-color: #003a8d !important;
}

.has-theme-primary_alt_colour-color {
  color: #004fc0 !important;
}

.has-theme-secondary_colour-background-color {
  background-color: #f8aa00 !important;
}

a.has-theme-secondary_colour-background-color {
  background-color: #f8aa00 !important;
}
a.has-theme-secondary_colour-background-color:hover {
  background-color: #c58700 !important;
}

.has-theme-secondary_colour-color {
  color: #f8aa00 !important;
}

.has-theme-secondary_alt_colour-background-color {
  background-color: #f8aa00 !important;
}

a.has-theme-secondary_alt_colour-background-color {
  background-color: #f8aa00 !important;
}
a.has-theme-secondary_alt_colour-background-color:hover {
  background-color: #c58700 !important;
}

.has-theme-secondary_alt_colour-color {
  color: #f8aa00 !important;
}

.has-theme-tertiary_colour-background-color {
  background-color: #484847 !important;
}

a.has-theme-tertiary_colour-background-color {
  background-color: #484847 !important;
}
a.has-theme-tertiary_colour-background-color:hover {
  background-color: #2e2e2e !important;
}

.has-theme-tertiary_colour-color {
  color: #484847 !important;
}

.has-theme-tertiary_alt_colour-background-color {
  background-color: #f1f1f1 !important;
}

a.has-theme-tertiary_alt_colour-background-color {
  background-color: #f1f1f1 !important;
}
a.has-theme-tertiary_alt_colour-background-color:hover {
  background-color: #d8d8d8 !important;
}

.has-theme-tertiary_alt_colour-color {
  color: #f1f1f1 !important;
}

.has-theme-background_colour-background-color {
  background-color: #ffffff !important;
}

a.has-theme-background_colour-background-color {
  background-color: #ffffff !important;
}
a.has-theme-background_colour-background-color:hover {
  background-color: #e6e6e6 !important;
}

.has-theme-background_colour-color {
  color: #ffffff !important;
}

.has-theme-highlight_colour-background-color {
  background-color: #008dd1 !important;
}

a.has-theme-highlight_colour-background-color {
  background-color: #008dd1 !important;
}
a.has-theme-highlight_colour-background-color:hover {
  background-color: #006b9e !important;
}

.has-theme-highlight_colour-color {
  color: #008dd1 !important;
}

.has-theme-text_colour-background-color {
  background-color: #484847 !important;
}

a.has-theme-text_colour-background-color {
  background-color: #484847 !important;
}
a.has-theme-text_colour-background-color:hover {
  background-color: #2e2e2e !important;
}

.has-theme-text_colour-color {
  color: #484847 !important;
}

.has-theme-text_alt_colour-background-color {
  background-color: #ffffff !important;
}

a.has-theme-text_alt_colour-background-color {
  background-color: #ffffff !important;
}
a.has-theme-text_alt_colour-background-color:hover {
  background-color: #e6e6e6 !important;
}

.has-theme-text_alt_colour-color {
  color: #ffffff !important;
}

.has-theme-error_colour-background-color {
  background-color: #D4323E !important;
}

a.has-theme-error_colour-background-color {
  background-color: #D4323E !important;
}
a.has-theme-error_colour-background-color:hover {
  background-color: #ae252f !important;
}

.has-theme-error_colour-color {
  color: #D4323E !important;
}

.has-theme-warning_colour-background-color {
  background-color: #ffd630 !important;
}

a.has-theme-warning_colour-background-color {
  background-color: #ffd630 !important;
}
a.has-theme-warning_colour-background-color:hover {
  background-color: #fcca00 !important;
}

.has-theme-warning_colour-color {
  color: #ffd630 !important;
}

.has-theme-success_colour-background-color {
  background-color: #7fb905 !important;
}

a.has-theme-success_colour-background-color {
  background-color: #7fb905 !important;
}
a.has-theme-success_colour-background-color:hover {
  background-color: #5d8704 !important;
}

.has-theme-success_colour-color {
  color: #7fb905 !important;
}

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

a.has-theme-white-background-color {
  background-color: #ffffff !important;
}
a.has-theme-white-background-color:hover {
  background-color: #e6e6e6 !important;
}

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

.has-theme-black-background-color {
  background-color: #000 !important;
}

a.has-theme-black-background-color {
  background-color: #000 !important;
}
a.has-theme-black-background-color:hover {
  background-color: black !important;
}

.has-theme-black-color {
  color: #000 !important;
}

.has-theme-blue-deep-background-color {
  background-color: #083543 !important;
}

a.has-theme-blue-deep-background-color {
  background-color: #083543 !important;
}
a.has-theme-blue-deep-background-color:hover {
  background-color: #031115 !important;
}

.has-theme-blue-deep-color {
  color: #083543 !important;
}

.has-theme-blue-ocean-background-color {
  background-color: #215165 !important;
}

a.has-theme-blue-ocean-background-color {
  background-color: #215165 !important;
}
a.has-theme-blue-ocean-background-color:hover {
  background-color: #14323f !important;
}

.has-theme-blue-ocean-color {
  color: #215165 !important;
}

.has-theme-blue-sky-background-color {
  background-color: #4E99B0 !important;
}

a.has-theme-blue-sky-background-color {
  background-color: #4E99B0 !important;
}
a.has-theme-blue-sky-background-color:hover {
  background-color: #3e7a8d !important;
}

.has-theme-blue-sky-color {
  color: #4E99B0 !important;
}

.has-theme-yellow-golden-background-color {
  background-color: #FFCC2B !important;
}

a.has-theme-yellow-golden-background-color {
  background-color: #FFCC2B !important;
}
a.has-theme-yellow-golden-background-color:hover {
  background-color: #f7bc00 !important;
}

.has-theme-yellow-golden-color {
  color: #FFCC2B !important;
}

.has-theme-yellow-cream-background-color {
  background-color: #FFE595 !important;
}

a.has-theme-yellow-cream-background-color {
  background-color: #FFE595 !important;
}
a.has-theme-yellow-cream-background-color:hover {
  background-color: #ffd862 !important;
}

.has-theme-yellow-cream-color {
  color: #FFE595 !important;
}

.has-theme-orange-blaze-background-color {
  background-color: #F54517 !important;
}

a.has-theme-orange-blaze-background-color {
  background-color: #F54517 !important;
}
a.has-theme-orange-blaze-background-color:hover {
  background-color: #d03209 !important;
}

.has-theme-orange-blaze-color {
  color: #F54517 !important;
}

.has-theme-orange-peach-background-color {
  background-color: #FF9577 !important;
}

a.has-theme-orange-peach-background-color {
  background-color: #FF9577 !important;
}
a.has-theme-orange-peach-background-color:hover {
  background-color: #ff6d44 !important;
}

.has-theme-orange-peach-color {
  color: #FF9577 !important;
}

.has-theme-purple-violet-background-color {
  background-color: #D47BFE !important;
}

a.has-theme-purple-violet-background-color {
  background-color: #D47BFE !important;
}
a.has-theme-purple-violet-background-color:hover {
  background-color: #c448fe !important;
}

.has-theme-purple-violet-color {
  color: #D47BFE !important;
}

.has-theme-pink-lavender-background-color {
  background-color: #FFB8FF !important;
}

a.has-theme-pink-lavender-background-color {
  background-color: #FFB8FF !important;
}
a.has-theme-pink-lavender-background-color:hover {
  background-color: #ff85ff !important;
}

.has-theme-pink-lavender-color {
  color: #FFB8FF !important;
}

.has-theme-blue-powder-background-color {
  background-color: #C0E3F2 !important;
}

a.has-theme-blue-powder-background-color {
  background-color: #C0E3F2 !important;
}
a.has-theme-blue-powder-background-color:hover {
  background-color: #96d0e9 !important;
}

.has-theme-blue-powder-color {
  color: #C0E3F2 !important;
}

.has-theme-mint-green-background-color {
  background-color: #6BCF79 !important;
}

a.has-theme-mint-green-background-color {
  background-color: #6BCF79 !important;
}
a.has-theme-mint-green-background-color:hover {
  background-color: #44c356 !important;
}

.has-theme-mint-green-color {
  color: #6BCF79 !important;
}

@media screen and (max-width: 850px) {
  body .is-layout-grid.mob-grid-unset > * {
    grid-column: 1/-1;
  }
}
body .is-layout-grid.gap-30 {
  gap: 3rem;
}
body .is-layout-grid.gap-40 {
  gap: 4rem;
}
@media screen and (min-width: 1200px) {
  body .is-layout-grid.gap-80 {
    gap: 8rem;
  }
}

.inner-padding-full {
  padding: 4em !important;
}
@media screen and (min-width: 850px) {
  .inner-padding-full {
    padding: 50px;
  }
}

.inner-padding-full-small {
  padding: 2em !important;
}
@media screen and (min-width: 850px) {
  .inner-padding-full-small {
    padding: 40px 30px;
  }
}

.inner-padding.top {
  padding-top: 40px;
}
@media screen and (min-width: 850px) {
  .inner-padding.top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.top {
    padding-top: 100px;
  }
}
.inner-padding.bottom {
  padding-bottom: 40px;
}
@media screen and (min-width: 850px) {
  .inner-padding.bottom {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.bottom {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.bottom {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.left {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.left {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.left {
    padding-left: 4em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.left {
    padding-left: 6em;
  }
}
@media screen and (max-width: 850px) {
  .inner-padding.right {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 850px) {
  .inner-padding.right {
    padding-right: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.right {
    padding-right: 4em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.right {
    padding-right: 6em;
  }
}
.inner-padding.small.top {
  padding-top: 1em;
}
@media screen and (min-width: 850px) {
  .inner-padding.small.top {
    padding-top: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.small.top {
    padding-top: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.small.top {
    padding-top: 3em;
  }
}
.inner-padding.small.bottom {
  padding-bottom: 1em;
}
@media screen and (min-width: 850px) {
  .inner-padding.small.bottom {
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.small.bottom {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.small.bottom {
    padding-bottom: 3em;
  }
}
.inner-padding.medium.top {
  padding-top: 4em;
}
@media screen and (min-width: 850px) {
  .inner-padding.medium.top {
    padding-top: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.medium.top {
    padding-top: 7em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.medium.top {
    padding-top: 7.5em;
  }
}
.inner-padding.medium.bottom {
  padding-bottom: 4em;
}
@media screen and (min-width: 850px) {
  .inner-padding.medium.bottom {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.medium.bottom {
    padding-bottom: 7em;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.medium.bottom {
    padding-bottom: 7.5em;
  }
}
.inner-padding.large.top {
  padding-top: 60px;
}
@media screen and (min-width: 850px) {
  .inner-padding.large.top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.large.top {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.large.top {
    padding-top: 150px;
  }
}
.inner-padding.large.bottom {
  padding-bottom: 60px;
}
@media screen and (min-width: 850px) {
  .inner-padding.large.bottom {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .inner-padding.large.bottom {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .inner-padding.large.bottom {
    padding-bottom: 150px;
  }
}

h1.has-background.small-padding,
h2.has-background.small-padding,
h3.has-background.small-padding,
h4.has-background.small-padding,
h5.has-background.small-padding,
h6.has-background.small-padding {
  padding: 20px;
}

.wp-block-separator {
  border-color: #E6E6E6;
  border: none;
  border-top: 1px solid #083543;
  margin: 3em 0;
}
.wp-block-separator.dark {
  border-color: #EEE;
  border-top: 1px solid #EEE;
}

.wp-block-group {
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.align-v-center {
  align-items: center;
  display: flex;
}
.animate-on-view.slide-up {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(0, 25px);
}
@media screen and (min-width: 850px) {
  .animate-on-view.slide-up {
    transform: translate(0, 25x);
  }
}
.animate-on-view.slide-up.onscreen {
  opacity: 1;
  transform: translate(0, 0);
}
.animate-on-view.slide-down {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(0, -25px);
}
@media screen and (min-width: 850px) {
  .animate-on-view.slide-down {
    transform: translate(0, -25px);
  }
}
.animate-on-view.slide-down.onscreen {
  opacity: 1;
  transform: translate(0, 0);
}
.animate-on-view.grow-in {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  text-shadow: 0px 0px 20px #ccc;
  transform: scale(0.9);
  opacity: 0;
  position: relative;
  top: 0;
}
.animate-on-view.grow-in.onscreen {
  opacity: 1;
  text-shadow: none;
  transform: scale(1);
  top: 0;
}

.spacer-margin {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 850px) {
  .spacer-margin.spacer-margin-mob-none {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .spacer-margin.last {
    margin-bottom: 120px !important;
  }
}

.spacer-margin-small {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin-small {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-margin-small {
    margin-bottom: 50px !important;
  }
}

.spacer-margin-extra-small {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 850px) {
  .spacer-margin-extra-small {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .spacer-margin-extra-small {
    margin-bottom: 30px !important;
  }
}

.wp-block-columns,
.wp-block-group {
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-10vw,
  .wp-block-group.gap-10vw {
    gap: 10vw;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-150,
  .wp-block-group.gap-150 {
    gap: 150px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-100,
  .wp-block-group.gap-100 {
    gap: 100px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-70,
  .wp-block-group.gap-70 {
    gap: 70px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-60,
  .wp-block-group.gap-60 {
    gap: 60px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-50,
  .wp-block-group.gap-50 {
    gap: 50px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-40,
  .wp-block-group.gap-40 {
    gap: 40px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-30,
  .wp-block-group.gap-30 {
    gap: 30px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-25,
  .wp-block-group.gap-25 {
    gap: 25px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-20,
  .wp-block-group.gap-20 {
    gap: 20px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-15,
  .wp-block-group.gap-15 {
    gap: 15px;
  }
}
@media screen and (min-width: 850px) {
  .wp-block-columns.gap-10,
  .wp-block-group.gap-10 {
    gap: 10px;
  }
}
.wp-block-columns.gap-none,
.wp-block-group.gap-none {
  gap: 0;
}
@media screen and (max-width: 850px) {
  .wp-block-columns.gap-small-mob,
  .wp-block-group.gap-small-mob {
    gap: 0.5em;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-100,
  .wp-block-group.mob-gap-100 {
    gap: 100px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-70,
  .wp-block-group.mob-gap-70 {
    gap: 70px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-60,
  .wp-block-group.mob-gap-60 {
    gap: 60px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-50,
  .wp-block-group.mob-gap-50 {
    gap: 50px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-40,
  .wp-block-group.mob-gap-40 {
    gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-30,
  .wp-block-group.mob-gap-30 {
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-25,
  .wp-block-group.mob-gap-25 {
    gap: 25px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-20,
  .wp-block-group.mob-gap-20 {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-columns.mob-gap-10,
  .wp-block-group.mob-gap-10 {
    gap: 10px;
  }
}

@media screen and (max-width: 850px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
}
.wp-block-cover.contain .wp-block-cover__image-background,
.wp-block-cover-image.contain .wp-block-cover__image-background {
  object-fit: contain;
}
.wp-block-cover.fill .wp-block-cover__image-background,
.wp-block-cover-image.fill .wp-block-cover__image-background {
  object-fit: fill;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-contain .wp-block-cover__image-background,
  .wp-block-cover-image.mob-contain .wp-block-cover__image-background {
    object-fit: contain;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-fill .wp-block-cover__image-background,
  .wp-block-cover-image.mob-fill .wp-block-cover__image-background {
    object-fit: fill;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-cover .wp-block-cover__image-background,
  .wp-block-cover-image.mob-cover .wp-block-cover__image-background {
    object-fit: cover;
  }
}
.wp-block-cover.no-padding,
.wp-block-cover-image.no-padding {
  padding: 0;
}
.wp-block-cover.inner-no-height,
.wp-block-cover-image.inner-no-height {
  min-height: unset;
}
.wp-block-cover.height-200,
.wp-block-cover-image.height-200 {
  min-height: 200px;
}
.wp-block-cover.height-300,
.wp-block-cover-image.height-300 {
  min-height: 300px;
}
.wp-block-cover.height-400,
.wp-block-cover-image.height-400 {
  min-height: 400px;
}
.wp-block-cover.height-500,
.wp-block-cover-image.height-500 {
  min-height: 500px;
}
.wp-block-cover.height-600,
.wp-block-cover-image.height-600 {
  min-height: 600px;
}
.wp-block-cover.height-700,
.wp-block-cover-image.height-700 {
  min-height: 700px;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-200,
  .wp-block-cover-image.mob-height-200 {
    min-height: 200px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-250,
  .wp-block-cover-image.mob-height-250 {
    min-height: 250px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-300,
  .wp-block-cover-image.mob-height-300 {
    min-height: 300px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-400,
  .wp-block-cover-image.mob-height-400 {
    min-height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-500,
  .wp-block-cover-image.mob-height-500 {
    min-height: 500px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-600,
  .wp-block-cover-image.mob-height-600 {
    min-height: 600px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-cover.mob-height-700,
  .wp-block-cover-image.mob-height-700 {
    min-height: 700px;
  }
}
.wp-block-cover.padding-large,
.wp-block-cover-image.padding-large {
  padding: 6em 0;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.padding-large,
  .wp-block-cover-image.padding-large {
    padding: 4em 0;
  }
}
.wp-block-cover.padding-large-full,
.wp-block-cover-image.padding-large-full {
  padding: 3em;
}
@media screen and (max-width: 850px) {
  .wp-block-cover.padding-large-full,
  .wp-block-cover-image.padding-large-full {
    padding: 3em;
  }
}
.wp-block-cover.height-unset,
.wp-block-cover-image.height-unset {
  min-height: unset;
}
.wp-block-cover.aspect-1,
.wp-block-cover-image.aspect-1 {
  aspect-ratio: 1;
}
.wp-block-cover.aspect-1-3,
.wp-block-cover-image.aspect-1-3 {
  aspect-ratio: 1/1.3;
}
@media screen and (max-width: 550px) {
  .wp-block-cover.aspect-1-3,
  .wp-block-cover-image.aspect-1-3 {
    aspect-ratio: 1;
  }
}
.wp-block-cover.slow-zoom,
.wp-block-cover-image.slow-zoom {
  overflow: hidden;
}
.wp-block-cover.slow-zoom.onscreen img,
.wp-block-cover-image.slow-zoom.onscreen img {
  transform: scale(1);
}
.wp-block-cover.slow-zoom img,
.wp-block-cover-image.slow-zoom img {
  transform: scale(1.2);
  transition: all 6s ease-out 0.4s;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image.responsive-img img {
  height: auto;
  width: 100%;
}
.wp-block-image.height-60 {
  height: 60px;
}

ul.no-bullets, ol.no-bullets {
  margin: 0;
}
ul.no-bullets.large li, ol.no-bullets.large li {
  color: #f8aa00;
  display: block;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .margin-top-mob {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 850px) {
  .padding-top-mob {
    padding-top: 5rem;
  }
}

.hero-container {
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 82.5%, #f7f7f7 82.5%);
}

.hero.hero-spotlight {
  aspect-ratio: 5/3;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 850px) {
  .hero.hero-spotlight {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-spotlight {
    width: 81%;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-spotlight {
    width: 78%;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center {
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(30, 1fr);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-background {
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-background {
    display: none;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-background-mob {
  display: none;
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-background-mob {
    display: block;
    grid-column: 2/50;
    grid-row: 3/31;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-center-logo {
  grid-column: 14/37;
  grid-row: 5/11;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-center-logo {
    grid-row: 9/13;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-center-image {
  grid-column: 18/34;
  grid-row: 9/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-center-image {
    grid-column: 12/38;
    grid-row: 11/24;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-speech-bubble {
  grid-column: 9/17;
  grid-row: 9/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-speech-bubble {
    grid-column: 7/16;
    grid-row: 13/26;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-shooting-star {
  grid-column: 35/38;
  grid-row: 12/29;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-shooting-star {
    grid-column: 37/42;
    grid-row: 13/29;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-lightening-bolt {
  grid-column: 13/16;
  grid-row: 18/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-lightening-bolt {
    grid-column: 9/14;
    grid-row: 20/26;
  }
}
.hero.hero-spotlight.hero-home .hero-home-center .hero-home-mr-fonetti {
  grid-column: 31/43;
  grid-row: 17/29;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-home .hero-home-center .hero-home-mr-fonetti {
    grid-column: 26/50;
    grid-row: 17/25;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center {
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(30, 1fr);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-background {
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-background {
    display: none;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-background-mob {
  display: none;
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-background-mob {
    display: block;
    grid-column: 2/50;
    grid-row: 3/31;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-center-logo {
  grid-column: 14/37;
  grid-row: 5/11;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-center-logo {
    grid-row: 9/13;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-center-image {
  grid-column: 11/42;
  grid-row: 10/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-center-image {
    grid-column: 8/47;
    grid-row: 12/24;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-speech-bubble {
  grid-column: 38/47;
  grid-row: 7/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-speech-bubble {
    grid-column: 40/49;
    grid-row: 11/26;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-spiral {
  grid-column: 41/45;
  grid-row: 21/29;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-spiral {
    grid-column: 41/46;
    grid-row: 24/30;
  }
}
.hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-quotes {
  grid-column: 9/12;
  grid-row: 12/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-schools .hero-schools-center .hero-schools-quotes {
    grid-column: 5/10;
    grid-row: 15/26;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center {
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(30, 1fr);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-background {
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-background {
    display: none;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-background-mob {
  display: none;
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-background-mob {
    display: block;
    grid-column: 2/50;
    grid-row: 3/31;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-center-logo {
  grid-column: 14/37;
  grid-row: 5/11;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-center-logo {
    grid-row: 9/13;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-center-image {
  grid-column: 11/41;
  grid-row: 10/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-center-image {
    grid-column: 6/45;
    grid-row: 12/24;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-speech-bubble {
  grid-column: 33/41;
  grid-row: 10/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-speech-bubble {
    grid-column: 34/44;
    grid-row: 12/26;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-shooting-star {
  grid-column: 39/44;
  grid-row: 18/40;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-shooting-star {
    grid-column: 42/48;
    grid-row: 18/40;
  }
}
.hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-crown {
  grid-column: 9/14;
  grid-row: 16/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-home .hero-for-home-center .hero-for-home-crown {
    grid-column: 4/11;
    grid-row: 17/26;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center {
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(30, 1fr);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-background {
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-background {
    display: none;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-background-mob {
  display: none;
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-background-mob {
    display: block;
    grid-column: 2/50;
    grid-row: 3/31;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-center-logo {
  grid-column: 14/37;
  grid-row: 5/11;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-center-logo {
    grid-row: 9/13;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-center-image {
  grid-column: 10/40;
  grid-row: 8/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-center-image {
    grid-column: 9/44;
    grid-row: 12/26;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-speech-bubble {
  grid-column: 33/41;
  grid-row: 10/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-speech-bubble {
    grid-column: 36/45;
    grid-row: 12/26;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-shooting-star {
  grid-column: 7/13;
  grid-row: 14/29;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-shooting-star {
    grid-column: 7/13;
    grid-row: 14/29;
  }
}
.hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-lightening-bolt {
  grid-column: 38/41;
  grid-row: 18/30;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send .hero-for-send-center .hero-for-send-lightening-bolt {
    grid-column: 42/46;
    grid-row: 18/30;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center {
  display: grid;
  grid-template-columns: repeat(50, 1fr);
  grid-template-rows: repeat(30, 1fr);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-background {
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-background {
    display: none;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-background-mob {
  display: none;
  grid-column: 5/46;
  grid-row: 1/31;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-background-mob {
    display: block;
    grid-column: 2/50;
    grid-row: 3/31;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-center-logo {
  grid-column: 14/37;
  grid-row: 5/11;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-center-logo {
    grid-row: 9/13;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-center-image {
  grid-column: 14/37;
  grid-row: 9/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-center-image {
    grid-column: 11/41;
    grid-row: 11/24;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-speech-bubble {
  grid-column: 34/42;
  grid-row: 10/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-speech-bubble {
    grid-column: 35/46;
    grid-row: 12/26;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-spiral {
  grid-column: 9/15;
  grid-row: 18/29;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-spiral {
    grid-column: 4/12;
    grid-row: 19/29;
  }
}
.hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-quotes {
  grid-column: 10/14;
  grid-row: 11/26;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 8;
}
@media screen and (max-width: 850px) {
  .hero.hero-spotlight.hero-for-send-eal .hero-for-send-eal-center .hero-for-send-eal-quotes {
    grid-column: 7/12;
    grid-row: 13/26;
  }
}
.hero.hero-split {
  background: linear-gradient(180deg, white 82%, rgba(192, 227, 242, 0.25) 82%);
  padding-top: 10rem;
}
@media screen and (min-width: 1200px) {
  .hero.hero-split {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-split {
    padding-top: 14rem;
  }
}
.hero.hero-split.hero-404 {
  align-items: center;
  background: unset;
  display: flex;
  padding-bottom: 20rem;
  padding-top: 20rem;
}
@media screen and (min-width: 1200px) {
  .hero.hero-split.hero-404 {
    min-height: 90vh;
    padding-bottom: 22rem;
    padding-top: 22rem;
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-split.hero-404 {
    padding-bottom: 24rem;
    padding-top: 24rem;
  }
}
.hero.hero-split.hero-404 svg {
  width: 100%;
}

.hero-home-center-image {
  animation: hero-home-center-image 6s ease-in-out infinite;
  animation-delay: 0.6s;
  transform-origin: center center;
}

@keyframes hero-home-center-image {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.04);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hero-schools-center-image {
  animation: hero-schools-center-image 6s ease-in-out infinite;
  animation-delay: 0.6s;
  transform-origin: center center;
}

@keyframes hero-schools-center-image {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.01);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hero-for-home-center-image {
  animation: hero-for-home-center-image 6s ease-in-out infinite;
  animation-delay: 0.6s;
  transform-origin: center center;
}

@keyframes hero-for-home-center-image {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.01);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hero-for-send-center-image {
  animation: hero-for-send-center-image 6s ease-in-out infinite;
  animation-delay: 0.6s;
  transform-origin: center center;
}

@keyframes hero-for-send-center-image {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.01);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hero-for-send-eal-center-image {
  animation: hero-for-send-eal-center-image 6s ease-in-out infinite;
  animation-delay: 0.6s;
  transform-origin: center center;
}

@keyframes hero-for-send-eal-center-image {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.01);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
footer {
  background: rgba(192, 227, 242, 0.15);
  padding: 5rem 0 0;
}
footer .sign-up-grid {
  display: grid;
  gap: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 850px) {
  footer .sign-up-grid {
    gap: 5rem;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  footer .sign-up-grid {
    gap: 10rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1600px) {
  footer .sign-up-grid {
    gap: 12rem;
  }
}
@media screen and (max-width: 850px) {
  footer .sign-up-grid .sign-up-grid-text {
    grid-column: 1/-1;
  }
}
footer .sign-up-grid .sign-up-grid-form {
  align-items: center;
  display: grid;
  height: 100%;
  justify-items: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  footer .sign-up-grid .sign-up-grid-form {
    grid-column: 1/-1;
  }
}
footer .footer-main {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1351' height='498' viewBox='0 0 1351 498' fill='none'%3E%3Cpath d='M679 0C70.9313 0 -422 222.947 -422 498H1780C1780 222.947 1287.07 0 679 0Z' fill='%23083543'/%3E%3Cpath d='M679 0C70.9313 0 -422 222.947 -422 498H1780C1780 222.947 1287.07 0 679 0Z' fill='%23083543'/%3E%3C/svg%3E");
  background-position: center top;
  background-size: cover;
  padding: 12rem 0 5rem;
}
footer .footer-main .footer-menu-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  footer .footer-main .footer-menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 550px) {
  footer .footer-main .footer-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 850px) {
  footer .footer-main .footer-menu-grid {
    width: 80%;
  }
}
footer .footer-main .footer-menu-grid .footer-navigation span {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 0.3em;
  line-height: 1.6;
}
footer .footer-main .footer-menu-grid .footer-navigation ul {
  list-style-type: none;
  padding: 0;
}
footer .footer-main .footer-menu-grid .footer-navigation ul li {
  margin: 0;
  padding: 0;
}
footer .footer-main .footer-menu-grid .footer-navigation ul li a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
footer .footer-main .footer-menu-grid .footer-social {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 850px) {
  footer .footer-bottom {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-bottom .footer-logo {
  display: block;
}
footer .footer-bottom .footer-logo svg {
  position: relative;
  left: -28px;
}
@media screen and (max-width: 850px) {
  footer .footer-bottom .footer-logo svg {
    max-width: 90%;
  }
}
footer .footer-legal {
  color: #ffffff;
  margin-top: 3rem;
}
footer .footer-legal span {
  font-weight: 500;
}

body.transitioning .loading-overlay {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 100;
}
body.transitioning .loading-overlay:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' id='Layer_1' style='enable-background:new 0 0 16 16;' version='1.1' viewBox='0 0 16 16' width='24px' xml:space='preserve'%3E%3Cpath d='M8,0C7.448,0,7,0.448,7,1v2c0,0.552,0.448,1,1,1s1-0.448,1-1V1C9,0.448,8.552,0,8,0z M8,12c-0.552,0-1,0.447-1,1v2 c0,0.553,0.448,1,1,1s1-0.447,1-1v-2C9,12.447,8.552,12,8,12z M12.242,5.172l1.414-1.415c0.391-0.39,0.391-1.024,0-1.414 c-0.39-0.391-1.023-0.391-1.414,0l-1.414,1.414c-0.391,0.391-0.391,1.024,0,1.415C11.219,5.562,11.852,5.562,12.242,5.172z M3.757,10.828l-1.414,1.414c-0.391,0.391-0.391,1.024,0,1.414c0.39,0.391,1.023,0.391,1.414,0l1.414-1.414 c0.391-0.391,0.391-1.023,0-1.414C4.781,10.438,4.148,10.438,3.757,10.828z M3.757,2.343c-0.391-0.391-1.024-0.391-1.414,0 c-0.391,0.39-0.391,1.024,0,1.414l1.414,1.415c0.391,0.39,1.024,0.39,1.414,0c0.391-0.391,0.391-1.024,0-1.415L3.757,2.343z M12.242,10.828c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414l1.414,1.414c0.391,0.391,1.024,0.391,1.414,0 c0.391-0.39,0.391-1.023,0-1.414L12.242,10.828z M15,7h-2c-0.553,0-1,0.448-1,1s0.447,1,1,1h2c0.553,0,1-0.448,1-1S15.553,7,15,7z M4,8c0-0.552-0.448-1-1-1H1C0.448,7,0,7.448,0,8s0.448,1,1,1h2C3.552,9,4,8.552,4,8z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: block;
  height: 24px;
  margin: 0 auto;
  position: relative;
  width: 24x;
  top: calc(50% - 12px);
  z-index: 101;
  animation: 1.5s linear infinite rotate-con;
}

@keyframes rotate-con {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*Footer Animation*/
.footer-animated-logo.onscreen #footer-fonetti-full-word {
  animation: footer-fonetti-full-word 0.4s ease forwards;
  animation-delay: 1.4s;
  transform-origin: center center;
}
.footer-animated-logo.onscreen #footer-fo {
  animation: footer-word-bounce-fo 0.4s ease-in-out forwards;
  animation-delay: 0.2s;
  transform-origin: center center;
}
.footer-animated-logo.onscreen #footer-net {
  animation: footer-word-bounce-net 0.4s ease-in-out forwards;
  animation-delay: 0.6s;
  transform-origin: center center;
}
.footer-animated-logo.onscreen #footer-ti {
  animation: footer-word-bounce-ti 0.4s ease-in-out forwards;
  animation-delay: 1s;
  transform-origin: center center;
}
.footer-animated-logo.onscreen #footer-i-top {
  animation: footer-i-top 3.8s ease 1.6s infinite;
}

@keyframes footer-fonetti-full-word {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes footer-i-top {
  0% {
    transform: translateY(0px);
  }
  9% {
    transform: translateY(-10px);
  }
  14% {
    transform: translateY(0px);
  }
  19% {
    transform: translateY(-10px);
  }
  24% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes footer-word-bounce-fo {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.03);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes footer-word-bounce-net {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.03);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes footer-word-bounce-ti {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.03);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
body .is-layout-grid.swiper-wrapper-feature {
  align-items: flex-start;
  grid-auto-columns: flex;
  gap: 0;
}
body .is-layout-flex.swiper-wrapper-feature {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}

.general-swiper {
  padding-bottom: 2px;
}
.general-swiper .swiper-container-general {
  height: 600px;
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .general-swiper .swiper-container-general {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.general-swiper .swiper-container-general.height-unset {
  height: unset;
}
.general-swiper .swiper-container-general .swiper-wrapper-general {
  gap: 0;
  grid-template-columns: unset !important;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general {
  border-radius: 30px;
  padding: 3rem;
  transition: min-height 0.2s ease;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general > .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general .swiper-slide-general-text {
  align-items: flex-start;
  gap: 10px;
  padding: 0 3rem;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general .wp-block-buttons {
  flex: 0 0 auto;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general .wp-block-buttons .wp-block-button {
  width: 100%;
}
.general-swiper .swiper-container-general .swiper-wrapper-general .swiper-slide-general .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: unset;
  margin: 0;
  width: auto;
}
.general-swiper .swiper-container-general .swiper-pagination.swiper-pagination-progressbar {
  background: rgba(217, 217, 217, 0.25);
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: unset;
  width: 95%;
}
.general-swiper .swiper-container-general .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #215165;
}

.features {
  padding-bottom: 2px;
}
.features .swiper-container-feature {
  height: 500px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.features .swiper-container-feature .swiper-wrapper-feature {
  grid-template-columns: unset !important;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature {
  border-radius: 30px;
  min-height: unset;
  padding: 0;
  transition: min-height 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature {
    height: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature {
    height: 360px;
  }
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature > .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature > .wp-block-cover__inner-container > * {
  padding: 3rem 1.5rem 3rem 3rem;
}
@media screen and (max-width: 850px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature > .wp-block-cover__inner-container > * {
    padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  }
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature > .wp-block-cover__inner-container > .wp-block-image {
  padding: 0;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text {
  align-items: flex-start;
  gap: 15px;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1200px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text > * {
    grid-column: 1/-1;
  }
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text.is-layout-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text.is-layout-flex > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text .wp-block-heading {
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text .wp-block-heading.margin {
  margin-bottom: 10px;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text .wp-block-heading.h2 {
  line-height: 1.3;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .swiper-slide-feature-text .wp-block-heading.h5 {
  line-height: 1.6;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .wp-block-buttons {
  flex: 0 0 auto;
  padding: 0 3rem 3rem;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .wp-block-buttons.no-padding {
  padding: 0;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .wp-block-buttons .wp-block-button {
  width: 100%;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: unset;
  border: 1px solid #002337;
  margin: 0;
  width: auto;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #002337;
  color: #ffffff;
}
.features .swiper-container-feature .swiper-wrapper-feature .swiper-slide-feature.swiper-slide-middle {
  height: 400px;
  transform: scale(1.05);
  transform-origin: bottom center;
  transition: height 0.6s ease;
}
.features .swiper-container-feature .swiper-pagination.swiper-pagination-progressbar {
  background: rgba(217, 217, 217, 0.25);
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: unset;
  width: 95%;
}
.features .swiper-container-feature .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #215165;
}

.stat-swiper {
  padding-bottom: 2px;
}
.stat-swiper .swiper-container-stat {
  padding: 50px 0;
}
@media screen and (max-width: 850px) {
  .stat-swiper .swiper-container-stat {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat {
  align-items: flex-end;
  gap: 0;
  grid-template-columns: unset !important;
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat {
  border-radius: 3rem;
  height: unset;
  padding: 2.5rem;
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat.medium .wp-block-heading {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 850px) {
  .stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat.medium .wp-block-heading {
    margin-bottom: 5.2rem;
  }
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat.small .wp-block-heading {
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 850px) {
  .stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat.small .wp-block-heading {
    margin-bottom: 1.8rem;
  }
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat .wp-block-heading {
  line-height: 0.8;
  margin: 0;
  margin-bottom: 7rem;
}
@media screen and (min-width: 850px) {
  .stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat .wp-block-heading {
    margin-bottom: 13.4rem;
  }
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat .wp-block-heading.percent {
  align-items: flex-start;
  display: flex;
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat .wp-block-heading.percent:after {
  content: "%";
  font-size: 5rem;
}
.stat-swiper .swiper-container-stat .swiper-wrapper-stat .swiper-slide-stat p {
  font-weight: 500;
  margin: 0;
}
.stat-swiper .swiper-container-stat .swiper-pagination.swiper-pagination-progressbar {
  background: rgba(217, 217, 217, 0.25);
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: unset;
  width: 95%;
}
.stat-swiper .swiper-container-stat .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #215165;
}

.swiper-container-news {
  margin-bottom: 8rem;
}
.swiper-container-news .swiper-news-intro {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.swiper-container-news .swiper-news-intro .wp-block-heading {
  margin: 0;
}
.swiper-container-news .swiper-wrapper-news .swiper-slide-news-block {
  align-self: stretch;
  display: flex;
  height: auto !important;
}
.swiper-container-news .swiper-wrapper-news .swiper-slide-news-block .slide-image {
  aspect-ratio: 1;
  display: block;
  margin-bottom: 3rem;
  width: 100%;
}
.swiper-container-news .swiper-wrapper-news .swiper-slide-news-block .slide-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper-container-success-stories {
  background: rgba(192, 227, 242, 0.5);
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .left-container {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 850px) {
  .swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .left-container {
    grid-column: 1/-1;
    padding-top: 7rem;
  }
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-logo {
  display: block;
  height: auto;
  height: 100px;
  margin-top: 2rem;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-logo {
    margin-bottom: 3rem;
  }
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-logo img {
  height: 100%;
  object-fit: contain;
  object-position: center left;
  width: 100%;
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-image {
  display: block;
  height: 100%;
  max-height: 650px;
  width: auto;
}
@media screen and (max-width: 850px) {
  .swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-image {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 850px) {
  .swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-image {
    max-width: 50vw;
  }
}
.swiper-container-success-stories .swiper-wrapper-success-stories .swiper-slide-success-stories .slide-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
  width: 100%;
}
.swiper-container-success-stories .swiper-pagination.swiper-pagination-progressbar {
  background: #ffffff;
  bottom: 3.9rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: unset;
  width: 80% !important;
}
@media screen and (min-width: 1600px) {
  .swiper-container-success-stories .swiper-pagination.swiper-pagination-progressbar {
    max-width: 1262px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }
}
.swiper-container-success-stories .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #215165;
}

.scroll-section {
  background: linear-gradient(180deg, rgba(192, 227, 242, 0.15) 66.66%, #E4F4FA 66.66%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  height: 100vh;
}
.scroll-section .scroll-section-inner {
  background: linear-gradient(180deg, transparent 66.66%, #E4F4FA 66.66%);
}
.scroll-section .how-it-works-grid {
  grid-template-rows: auto 1fr 33.33%;
  gap: 0;
  column-gap: 100px;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid {
    column-gap: 0;
    grid-template-rows: 50px auto 150px auto;
    row-gap: 3rem;
  }
}
.scroll-section .how-it-works-grid .how-it-works-grid-title {
  grid-row: 1/2;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid .how-it-works-grid-title {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
.scroll-section .how-it-works-grid .how-it-works-grid-title .wp-block-heading {
  margin: 0;
  padding: 60px 0 30px;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid .how-it-works-grid-title .wp-block-heading {
    padding: 0;
  }
}
.scroll-section .how-it-works-grid .wp-block-heading {
  align-self: center;
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid .wp-block-heading {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.scroll-section .how-it-works-grid .wp-block-buttons {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid .wp-block-buttons {
    grid-column: 1/-1;
    grid-row: 4/5;
  }
}
.scroll-section .how-it-works-grid svg,
.scroll-section .how-it-works-grid .wp-block-image {
  grid-column: 3/4;
  grid-row: 2/4;
  padding-bottom: 2rem;
}
@media screen and (max-width: 850px) {
  .scroll-section .how-it-works-grid svg,
  .scroll-section .how-it-works-grid .wp-block-image {
    grid-column: 1/-1;
    grid-row: 3/4;
    margin-left: auto;
    max-height: 100%;
  }
}

.color-text:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119' height='29' viewBox='0 0 119 29' fill='none'%3E%3Cg clip-path='url(%23clip0_85_2934)'%3E%3Cpath d='M27.5231 22.8431C26.4938 22.8431 25.6086 22.4769 24.8904 21.7499C24.1776 21.0266 23.8132 20.1318 23.8132 19.0873C23.8132 18.0429 24.158 17.1643 24.8353 16.4608C25.5197 15.7573 26.4227 15.4037 27.5231 15.4037C28.6234 15.4037 29.4696 15.7771 30.1522 16.5221C30.8259 17.2581 31.1654 18.1204 31.1654 19.0873C31.1654 20.1535 30.817 21.0554 30.1273 21.7662C29.4305 22.4823 28.5559 22.8431 27.5231 22.8431ZM27.7755 9.31543C25.8557 9.31543 24.094 9.74657 22.5457 10.5998C20.9956 11.4531 19.7602 12.6166 18.8749 14.0526C17.9932 15.4795 17.5452 17.0543 17.5452 18.7247C17.5452 20.5431 18.0145 22.2586 18.9353 23.8245C19.8615 25.3939 21.1076 26.662 22.6453 27.5983C24.1793 28.5291 25.8592 29.0017 27.6297 29.0017C29.4003 29.0017 31.0268 28.5381 32.5253 27.6199C34.0239 26.7017 35.2344 25.4372 36.1073 23.8714C36.9854 22.3055 37.4298 20.5864 37.4298 18.7644C37.4298 16.9425 37.0174 15.4019 36.1997 13.9696C35.3855 12.5391 34.2319 11.3918 32.7653 10.5656C31.2988 9.73575 29.6207 9.31723 27.7719 9.31723' fill='%236BCF79'/%3E%3Cpath d='M38.8644 28.4624H45.4914L45.5678 19.5492C45.6034 18.4434 45.7882 17.6226 46.1367 17.0526C46.5579 16.3653 47.2743 16.0153 48.2716 16.0153C49.1977 16.0153 49.907 16.3941 50.387 17.1337C50.8403 17.8337 51.0482 18.7807 51.0198 20.0327L50.8509 28.3524H57.6433L57.6077 19.017C57.6077 15.8908 57.014 13.4176 55.8407 11.666C54.6871 9.93785 52.9912 9.10083 50.6589 9.10083C49.164 9.10083 47.6654 9.67809 46.1953 10.82L45.5589 11.3161V9.48146L38.7595 9.83503L38.8644 28.4624Z' fill='%236BCF79'/%3E%3Cpath d='M64.3663 17.0887L64.5458 16.5115C64.8302 15.6005 65.3066 14.8573 65.9768 14.3035C66.6505 13.7388 67.4842 13.4538 68.453 13.4538C69.3152 13.4538 70.0796 13.6775 70.7249 14.1159C71.3826 14.5668 71.827 15.1693 72.0439 15.9054L72.1807 16.3762L64.368 17.0869L64.3663 17.0887ZM68.5615 9.42383C66.7341 9.42383 65.0755 9.81889 63.6321 10.6036C62.194 11.3847 61.0474 12.4869 60.2191 13.8813C59.3942 15.2794 58.9729 16.9101 58.9729 18.7285C58.9729 20.5469 59.4173 22.331 60.2955 23.8841C61.1683 25.4373 62.3718 26.6893 63.8614 27.6002C65.3475 28.5076 67.0025 28.9658 68.773 28.9658C70.0707 28.9658 71.3453 28.7097 72.5629 28.2009C73.7806 27.6958 74.8312 26.9851 75.6916 26.0903C76.4417 25.3092 77.0017 24.4235 77.3501 23.444L72.4652 22.1866C72.1647 22.6791 71.7274 23.0814 71.1622 23.3736C70.5133 23.7146 69.724 23.8895 68.8068 23.8895C67.8895 23.8607 67.0718 23.6009 66.359 23.1175C65.6462 22.634 65.1004 21.9756 64.7396 21.1656L64.5031 20.6371L77.7305 19.6864C77.7714 17.7345 77.4532 15.9829 76.7884 14.4694C76.088 12.8838 75.0214 11.6318 73.6224 10.7533C72.2234 9.8712 70.5169 9.42383 68.5579 9.42383' fill='%236BCF79'/%3E%3Cpath d='M82.2777 14.3844L81.5009 20.1137C81.3853 21.1907 81.3284 22.0367 81.3284 22.6951C81.3284 24.9879 81.8493 26.6115 82.8839 27.5098C83.9344 28.428 85.5201 28.8916 87.5999 28.8916C89.1465 28.8916 90.4441 28.6391 91.4538 28.1394C92.396 27.6722 93.2083 26.9398 93.8625 25.9603L92.3355 21.6543C91.6742 22.4913 90.8725 22.9152 89.9517 22.9152C89.214 22.9152 88.5972 22.6266 88.1172 22.0529C87.6532 21.4991 87.4168 20.792 87.4168 19.9514C87.4168 19.6591 87.4328 19.43 87.4613 19.2677L88.071 14.3556L93.1443 14.3231L92.5595 9.1386L88.7536 9.21617L89.1464 6.16211L83.3531 6.44713L82.9567 9.34605L79.0708 9.4146L79.2824 14.4205L82.283 14.3844H82.2777Z' fill='%236BCF79'/%3E%3Cpath d='M98.4257 14.3846L97.6524 20.1139C97.5369 21.1638 97.4764 22.0332 97.4764 22.6953C97.4764 24.9881 98.0008 26.6116 99.0319 27.51C100.082 28.4282 101.668 28.8918 103.748 28.8918C105.294 28.8918 106.592 28.6392 107.602 28.1396C108.548 27.6723 109.356 26.9399 110.011 25.9604L108.484 21.6544C107.822 22.4914 107.021 22.9154 106.1 22.9154C105.362 22.9154 104.745 22.6267 104.265 22.0531C103.801 21.4993 103.565 20.7921 103.565 19.9515C103.565 19.6593 103.581 19.4356 103.606 19.2768L104.219 14.3575L109.296 14.325L108.708 9.14055L104.902 9.21812L105.294 6.16406L99.5012 6.44908L99.1083 9.348L95.2171 9.41655L95.4286 14.4225L98.4293 14.3864L98.4257 14.3846Z' fill='%236BCF79'/%3E%3Cpath d='M115.475 0.223633C114.328 0.223633 113.367 0.580811 112.545 1.31321C111.74 2.03298 111.344 2.90247 111.344 3.9722C111.344 4.6595 111.539 5.30531 111.921 5.89519C112.311 6.50131 112.823 6.98116 113.44 7.33473C114.056 7.68469 114.682 7.86328 115.299 7.86328C116.357 7.86328 117.219 7.48446 117.932 6.70877C118.653 5.92406 119.002 4.95534 119.002 3.75212C119.002 2.67518 118.689 1.83635 118.049 1.18693C117.407 0.541125 116.566 0.223633 115.477 0.223633M112.121 28.3163H118.748L118.508 10.0027H111.779L112.121 28.3163Z' fill='%236BCF79'/%3E%3Cpath d='M18.6918 0L0.223982 0.369806L0 28.4967H7.03587L6.84744 19.4518L15.9596 19.3345L15.4103 12.1296L6.71234 12.2433L6.6199 7.4809L18.6918 7.13275V0Z' fill='%236BCF79'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_85_2934'%3E%3Crect width='119' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 29px;
  margin-right: 10px;
  width: 119px;
}
.color-text .word {
  display: inline-block;
  white-space: nowrap;
}
.color-text .letter {
  display: inline;
  color: #083543;
}

body.page-id-289 .try-fonetti .wp-block-buttons .wp-block-button.btn-for-schools .wp-block-button__link {
  background-color: rgba(33, 81, 101, 0.25) !important;
}
body.page-id-290 .try-fonetti .wp-block-buttons .wp-block-button.btn-for-home .wp-block-button__link {
  background-color: rgba(33, 81, 101, 0.25) !important;
}
body.page-id-291 .try-fonetti .wp-block-buttons .wp-block-button.btn-for-send .wp-block-button__link {
  background-color: rgba(33, 81, 101, 0.25) !important;
}
body.page-id-292 .try-fonetti .wp-block-buttons .wp-block-button.btn-for-eal .wp-block-button__link {
  background-color: rgba(33, 81, 101, 0.25) !important;
}
.try-fonetti .wp-block-buttons .wp-block-button .wp-block-button__link {
  min-width: 18rem;
}

@media screen and (min-width: 850px) {
  .image-grid.star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='150' viewBox='0 0 128 150' fill='none'%3E%3Cpath d='M59.3704 75.4002C59.3204 75.0902 59.4004 75.0202 59.6804 75.1202C60.1704 75.3002 60.2504 76.1002 59.7604 75.9502C59.6004 75.8702 59.4304 75.6402 59.3704 75.4102M60.6804 76.7702C60.8404 76.3602 61.1204 76.0002 61.3304 76.0002C61.6904 76.0002 61.5604 76.3302 60.9204 77.1102C60.3804 77.7302 60.3504 77.6802 60.6904 76.7802M55.4404 79.7602C55.4404 79.6802 55.5504 79.5502 55.7004 79.4802C55.8304 79.4002 55.9604 79.4502 55.9604 79.5802C55.9604 79.7402 55.8304 79.8602 55.7004 79.8602C55.5504 79.8602 55.4404 79.8102 55.4404 79.7602ZM61.8704 79.2702C62.0804 79.0602 62.1504 79.0902 62.1504 79.3702C62.1504 79.8802 61.8204 80.2502 61.6904 79.8602C61.6104 79.6802 61.7204 79.4202 61.8704 79.2702ZM57.3304 78.5502C58.0004 77.3902 58.2604 77.4102 57.6404 78.5702C57.2604 79.3202 57.2604 79.4202 57.6204 79.8402C58.2604 80.5602 58.0804 80.7902 57.3904 80.1202L56.7704 79.5202L57.3404 78.5402L57.3304 78.5502ZM60.5004 81.4902C60.7604 81.1002 60.9404 80.6902 60.9104 80.5902C60.8904 80.4602 60.9604 80.3802 61.1204 80.3802C61.2504 80.3802 61.3804 80.4602 61.3804 80.5402C61.3804 80.8702 60.2904 82.4802 60.1704 82.3502C60.0904 82.2702 60.2504 81.8902 60.5004 81.5002M59.4204 83.5802C59.5004 83.3502 59.5704 83.0402 59.5704 82.8802C59.5704 82.7002 59.6804 82.7002 59.8004 82.9302C60.0604 83.3402 59.9004 83.9902 59.5204 83.9902C59.3604 83.9902 59.3404 83.8102 59.4204 83.5802ZM58.8004 84.6602C58.8004 84.5802 58.9004 84.4502 59.0604 84.3802C59.1904 84.3002 59.3204 84.3602 59.3204 84.4902C59.3204 84.6402 59.1904 84.7702 59.0604 84.7702C58.9004 84.7702 58.8004 84.7202 58.8004 84.6702M58.1004 86.0102C58.3104 85.3902 58.4104 85.2902 58.4804 85.6202C58.5304 85.8802 58.4304 86.2402 58.2704 86.4502C57.7804 87.0202 57.7504 86.9202 58.0904 86.0102M49.2304 91.4002C49.4904 91.1702 49.5104 91.1902 49.3604 91.5502C49.2804 91.8102 49.1304 91.9402 49.0504 91.8602C48.9704 91.7802 49.0504 91.5802 49.2304 91.4002ZM53.6104 93.4602C53.8704 93.2302 53.8904 93.2502 53.7404 93.6102C53.6604 93.8702 53.5104 94.0002 53.4304 93.9202C53.3504 93.8402 53.4304 93.6402 53.6104 93.4602ZM46.4104 97.4102C46.5704 97.1302 46.8004 96.9502 46.9504 97.0502C47.1104 97.1502 47.1104 97.3302 46.9004 97.5702C46.4604 98.1102 46.1004 98.0102 46.4104 97.4102ZM52.0104 97.4102C52.0904 97.1002 52.2204 96.9202 52.2904 97.0002C52.4204 97.1602 52.1604 97.9302 51.9804 97.9302C51.9304 97.9302 51.9304 97.7002 52.0104 97.4102ZM51.5704 98.8302C51.5704 98.6202 51.6804 98.4402 51.8304 98.4402C51.9604 98.4402 52.0104 98.6202 51.9304 98.8302C51.8304 99.0402 51.7204 99.2202 51.6704 99.2202C51.6204 99.2202 51.5604 99.0402 51.5604 98.8302M44.7104 100.87C44.7904 100.64 44.8704 100.25 44.8704 99.9702C44.8704 99.6902 45.0004 99.5602 45.2004 99.6402C45.3804 99.6902 45.5104 100.08 45.4804 100.47C45.4304 101.35 45.4504 101.3 44.9604 101.3C44.6804 101.3 44.6004 101.17 44.7004 100.89M50.8804 100.46C51.1104 99.6302 51.2104 99.5102 51.2704 99.9202C51.3504 100.41 50.9404 101.55 50.7004 101.55C50.6504 101.55 50.7204 101.06 50.8804 100.47M49.1704 104.76C49.2504 104.53 49.3804 104.4 49.4304 104.48C49.5104 104.56 49.4804 104.71 49.3804 104.87C49.1504 105.28 49.0004 105.2 49.1704 104.76ZM42.9304 106.52C43.0304 106.11 43.1604 105.62 43.1904 105.41C43.2104 105.2 43.3704 104.69 43.5504 104.3C43.7004 103.89 43.8304 103.47 43.8304 103.35C43.8304 103.23 43.9304 103.07 44.0604 102.96C44.4004 102.78 44.2404 103.53 43.5504 105.59C43.0304 107.19 42.5704 107.86 42.9304 106.52ZM42.3604 107.6C42.3604 107.39 42.4604 107.29 42.5904 107.37C42.7004 107.45 42.8004 107.6 42.8004 107.76C42.8004 107.89 42.7004 107.99 42.5904 107.99C42.4604 107.99 42.3604 107.81 42.3604 107.6ZM48.3204 107.86C48.2404 107.65 48.2404 107.37 48.3504 107.21C48.6104 106.8 49.2504 107.39 49.0704 107.88C48.8904 108.34 48.5004 108.34 48.3204 107.85M42.2904 108.51C42.2904 108.38 42.4204 108.25 42.5704 108.25C42.7004 108.25 42.7504 108.38 42.6704 108.51C42.5904 108.66 42.4604 108.77 42.3904 108.77C42.3404 108.77 42.2904 108.67 42.2904 108.51ZM41.5104 110.47C41.5104 110.39 41.6204 110.26 41.7704 110.19C41.9004 110.11 42.0304 110.16 42.0304 110.29C42.0304 110.45 41.9004 110.57 41.7704 110.57C41.6204 110.57 41.5104 110.52 41.5104 110.46M45.3804 110.44C45.3804 110.23 45.6104 110.05 45.9004 110.05C46.4204 110.05 46.5704 110.33 46.2304 110.64C45.9204 110.97 45.3804 110.82 45.3804 110.43M47.4204 111.55C47.5504 111.22 47.6504 110.88 47.6804 110.78C47.6804 110.65 47.7604 110.57 47.8404 110.57C48.0004 110.57 47.9704 110.8 47.6804 111.55C47.5504 111.86 47.4004 112.12 47.3204 112.12C47.2704 112.12 47.3004 111.86 47.4304 111.55M44.3004 112.22C44.4304 111.57 44.5604 111.44 44.8704 111.76C45.2004 112.09 44.9204 112.95 44.5104 112.82C44.3504 112.77 44.2804 112.49 44.3004 112.23M46.6704 113.31C46.6704 113.23 46.7704 113.1 46.9304 113.03C47.0604 112.95 47.1904 113.01 47.1904 113.13C47.1904 113.29 47.0604 113.41 46.9304 113.41C46.7704 113.41 46.6704 113.36 46.6704 113.31ZM38.4904 114.91C38.5704 114.7 38.6504 114.78 38.6504 115.07C38.6804 115.35 38.6004 115.51 38.5204 115.4C38.4404 115.32 38.4204 115.09 38.4904 114.91ZM46.1004 115.42C46.2804 115.24 46.4104 115.21 46.4104 115.37C46.4104 115.73 46.1004 116.04 45.9204 115.86C45.8704 115.78 45.9504 115.58 46.1004 115.42ZM38.3404 116.25C38.4204 115.97 38.5704 115.73 38.7004 115.73C38.9604 115.73 39.0104 116.35 38.7504 116.58C38.4204 116.91 38.2104 116.76 38.3404 116.25ZM45.7404 116.32C46.0004 116.06 46.2304 116.45 46.0004 116.78C45.8504 117.06 45.7904 117.06 45.6904 116.78C45.6404 116.6 45.6604 116.39 45.7404 116.32ZM40.1404 121.67C40.2204 121.36 40.3504 121.18 40.4204 121.26C40.5504 121.42 40.2904 122.19 40.1104 122.19C40.0604 122.19 40.0604 121.96 40.1404 121.67ZM36.4004 122.05C36.4804 121.97 36.6304 122.1 36.7104 122.36C36.8704 122.72 36.8404 122.75 36.5804 122.52C36.4004 122.34 36.3204 122.13 36.4004 122.06M40.3504 122.52C40.5804 122.31 40.8104 122.19 40.8904 122.26C41.1004 122.47 40.4004 123.19 40.1404 123.04C40.0304 122.99 40.1404 122.76 40.3504 122.52ZM37.3804 123.57C37.3804 123.21 37.5404 122.62 37.7204 122.23C37.9304 121.85 38.0504 121.1 38.0304 120.58C38.0004 120.04 38.0804 119.6 38.1604 119.6C38.3404 119.6 38.7504 118.31 38.8104 117.54C38.8304 117.33 38.9604 116.89 39.1404 116.61C39.3004 116.3 39.3504 115.96 39.2404 115.86C39.1404 115.73 39.2104 115.73 39.4004 115.83C39.6604 115.99 39.7304 115.91 39.6804 115.57C39.6304 115.29 39.7104 114.85 39.8604 114.57C39.9904 114.29 40.0904 113.67 40.0904 113.23C40.0904 112.76 40.1704 112.38 40.2704 112.38C40.3704 112.38 40.6304 112.07 40.8604 111.68C41.2204 111.04 41.2404 111.04 41.0904 111.58C40.9904 112.02 41.0104 112.12 41.2404 111.99C41.4504 111.86 41.4704 111.94 41.2704 112.27C40.9104 112.92 40.2104 115.14 40.2104 115.6C40.2104 115.83 40.1104 116.19 39.9504 116.45C39.6404 116.99 39.1004 119.03 39.0704 119.73C39.0504 120.01 38.9404 120.4 38.8104 120.61C38.6804 120.82 38.7104 121.02 38.9404 121.18C39.1504 121.31 39.1704 121.41 39.0204 121.41C38.8704 121.41 38.5304 122.11 38.2704 122.96C37.8104 124.48 37.3704 124.79 37.3704 123.58M38.9304 123.76C38.9304 123.66 39.1904 123.55 39.5004 123.55C39.9104 123.5 39.9904 123.55 39.7304 123.7C39.5204 123.86 39.4704 124.06 39.6004 124.27C39.7604 124.58 39.7304 124.58 39.3704 124.27C39.1404 124.09 38.9304 123.86 38.9304 123.75M36.2704 124.89C36.3504 124.66 36.4804 124.53 36.5304 124.61C36.6104 124.69 36.5804 124.84 36.4804 125C36.2504 125.41 36.0904 125.33 36.2704 124.89ZM38.9304 125.79C39.0804 125.51 39.3104 125.33 39.4704 125.43C39.6304 125.53 39.6304 125.71 39.4204 125.95C38.9804 126.49 38.6204 126.39 38.9304 125.79ZM39.5704 127.68C39.6704 127.14 39.8304 126.67 39.9304 126.62C40.0604 126.59 40.0904 126.29 40.0304 125.98C39.9504 125.59 40.1904 125.1 40.7004 124.51C41.267 123.877 41.567 123.127 41.6004 122.26C41.6204 121.56 41.5504 121.43 41.1604 121.56C40.5904 121.74 40.5704 120.81 41.1104 119.86C41.5504 119.08 41.6004 118.72 41.2404 118.96C41.0904 119.04 40.9804 118.99 40.9804 118.86C40.9804 118.71 41.1604 118.58 41.3604 118.58C41.6704 118.58 41.7004 118.47 41.4704 118.11C41.2404 117.75 41.2404 117.52 41.4704 117.13C41.7504 116.69 41.7804 116.72 41.6204 117.36C41.5404 117.77 41.6004 118.06 41.7804 118.06C41.9404 118.06 42.0104 117.7 41.9904 117.21C41.9404 116.75 42.0204 116.2 42.1204 116.02C42.2804 115.76 42.2504 115.71 42.0704 115.84C41.8904 115.94 41.7604 115.89 41.7604 115.76C41.7604 115.6 41.8604 115.48 41.9704 115.48C42.0804 115.48 42.1804 115.27 42.2004 115.04C42.2804 113.9 42.4104 113.47 42.5604 113.57C42.7904 113.7 42.7104 112.62 42.4504 112.2C42.3504 112.04 42.4504 111.79 42.6804 111.61C42.8904 111.43 43.0104 111.15 42.9604 110.96C42.8804 110.81 43.0104 110.26 43.2404 109.77C43.4504 109.31 43.6004 108.69 43.5704 108.45C43.5404 108.19 43.6504 107.99 43.8004 107.99C43.9504 107.99 44.0304 107.89 43.9604 107.78C43.9104 107.67 43.9604 107.42 44.0904 107.21C44.3004 106.88 44.3504 106.88 44.5504 107.21C44.7104 107.42 44.7304 107.65 44.6304 107.73C44.3204 107.94 44.3004 109.54 44.6104 109.54C44.7404 109.54 44.7904 109.67 44.7104 109.8C44.6104 109.96 44.4304 110.01 44.3004 109.93C44.1704 109.83 44.0704 109.9 44.0704 110.06C44.0704 110.22 43.9104 110.27 43.7404 110.16C43.5104 110.03 43.5104 110.06 43.7404 110.32C43.9204 110.53 43.9504 110.89 43.8204 111.38C43.6904 111.79 43.6404 112.13 43.7204 112.13C43.7704 112.13 43.6404 112.41 43.4104 112.77C43.0004 113.39 43.0004 113.42 43.6404 113.42C44.5704 113.42 44.7004 113.78 44.0804 114.76C43.8004 115.22 43.5604 115.87 43.5604 116.18C43.5604 116.49 43.4604 116.77 43.3004 116.83C42.9704 116.93 42.2704 119.59 42.4504 120.08C42.7104 120.7 42.6304 122.84 42.3704 122.79C42.2104 122.76 41.9604 123.25 41.7804 123.9C41.6004 124.52 41.3704 125.03 41.2604 125.03C41.1804 125.03 41.0804 125.5 41.0804 126.04C41.0504 126.58 40.9004 127.25 40.7504 127.51C40.5204 127.92 40.4904 127.84 40.5904 127.1C40.6904 126.3 40.6704 126.35 40.2804 127.44C39.7704 128.88 39.3004 129.06 39.5604 127.7M42.2304 128.58C42.4404 128.37 42.4604 128.48 42.3604 128.91C42.2604 129.25 42.1504 129.37 42.0804 129.17C42.0304 128.99 42.1004 128.71 42.2304 128.58ZM39.1904 129.66C39.1904 129.53 39.3704 129.4 39.5804 129.4C39.7604 129.4 40.0704 129.19 40.2304 128.96C40.417 128.667 40.4704 128.667 40.3904 128.96C40.3104 129.22 40.2304 129.55 40.2304 129.68C40.2304 129.81 40.0004 129.91 39.7104 129.91C39.4204 129.91 39.1904 129.81 39.1904 129.65M37.7704 131.52C37.8004 131.13 37.9004 130.54 38.0304 130.2C38.1304 129.89 38.2604 129.35 38.3104 129.06C38.7204 126.66 38.9504 126.22 39.3404 126.84C39.4404 127.05 39.4204 127.07 39.2404 126.97C39.0304 126.84 38.9304 127 38.9604 127.38C38.9604 127.71 38.9104 128.26 38.8304 128.62C38.7804 128.98 38.6504 129.73 38.5704 130.3C38.3604 131.67 38.1604 132.24 37.9204 132.24C37.7904 132.24 37.7404 131.93 37.7604 131.52M37.0004 135.34C37.0804 135.21 37.0204 134.85 36.8704 134.57C36.6604 134.18 36.6604 134.11 36.9204 134.18C37.1304 134.26 37.2804 134.08 37.3104 133.64C37.3104 133.28 37.4704 132.84 37.6404 132.66C37.9004 132.45 37.9204 132.58 37.8004 133.28C37.7004 133.77 37.5704 134.55 37.5204 134.96C37.4704 135.4 37.4204 135.76 37.4204 135.81C37.3904 135.86 37.2604 135.81 37.1404 135.73C36.9904 135.63 36.9304 135.47 37.0104 135.34M36.4804 137.3C36.4804 136.97 36.6404 136.55 36.8104 136.4C37.0704 136.14 37.1204 136.22 37.0204 136.73C36.9204 137.32 36.6604 137.92 36.5304 137.92C36.5104 137.92 36.4804 137.64 36.4804 137.3ZM38.1304 137.51C38.3604 136.79 38.3604 136.76 38.3904 137.43C38.4204 137.79 38.3404 138.18 38.2304 138.26C37.9504 138.57 37.9004 138.31 38.1304 137.51ZM36.5104 138.39C36.7404 138.03 37.1004 138.44 36.9504 138.85C36.8504 139.16 36.7404 139.19 36.5904 138.93C36.4904 138.75 36.4604 138.49 36.5104 138.39ZM36.4304 140.97C36.5104 140.76 36.5904 140.84 36.5904 141.13C36.6204 141.41 36.5404 141.57 36.4604 141.46C36.3804 141.38 36.3604 141.15 36.4304 140.97ZM37.5604 140.14C37.4804 139.36 37.5304 139.03 37.6604 139.24C37.8404 139.52 37.8904 139.5 37.8904 139.11C37.8904 138.83 37.9704 138.7 38.0704 138.8C38.3304 139.06 38.3504 139.99 38.0904 139.83C37.9904 139.75 37.8804 140.14 37.8804 140.66C37.8804 141.95 37.7204 141.69 37.5504 140.14M36.0904 142.31C36.0904 142.18 36.2204 142.05 36.3704 142.05C36.5004 142.05 36.5504 142.18 36.4704 142.31C36.3904 142.47 36.2604 142.57 36.1904 142.57C36.1404 142.57 36.0904 142.47 36.0904 142.31ZM35.0604 145.4C35.0604 145.27 35.1604 145.14 35.3204 145.14C35.4504 145.14 35.5804 145.27 35.5804 145.4C35.5804 145.56 35.4504 145.66 35.3204 145.66C35.1704 145.66 35.0604 145.56 35.0604 145.4ZM32.4804 145.89C32.8404 145.22 32.9404 145.27 32.7904 146.05C32.7404 146.41 32.5804 146.62 32.4604 146.54C32.3304 146.46 32.3304 146.18 32.4904 145.89M33.6704 146.13C33.7004 145.67 33.7504 144.97 33.7504 144.58C33.7804 144.17 33.8804 143.86 33.9804 143.86C34.2404 143.86 34.1904 146.26 33.9304 146.67C33.6504 147.11 33.6004 147.03 33.6704 146.13ZM38.5704 146.1C38.8004 145.48 39.1604 145.82 39.0104 146.46C38.9304 146.77 38.7804 146.9 38.6204 146.74C38.4904 146.61 38.4604 146.33 38.5704 146.1ZM35.6804 147.24C35.4704 147.4 35.3204 147.45 35.3004 147.32C35.3004 147.19 35.2504 146.83 35.2204 146.52C35.1704 146 35.1704 145.98 35.7404 146.39C36.0704 146.65 36.3304 147.01 36.3304 147.22C36.3304 147.5 36.2804 147.5 36.1704 147.27C36.0704 147.01 35.9604 147.01 35.6804 147.24ZM37.0704 146.36C37.2004 143.75 37.4604 141.79 37.6404 141.79C37.9204 141.79 38.1604 142.8 37.9004 142.95C37.6704 143.08 37.6204 143.59 37.6204 145.53C37.6204 146.85 37.4104 147.83 37.1804 147.62C37.1004 147.52 37.0504 146.95 37.0804 146.36M38.4104 147.99C38.4104 147.86 38.5404 147.73 38.6904 147.73C38.8204 147.73 38.8704 147.86 38.7904 147.99C38.7104 148.15 38.5804 148.25 38.5104 148.25C38.4604 148.25 38.4104 148.15 38.4104 147.99ZM39.3704 149.46C39.8104 149.23 39.8604 149.05 39.6804 148.68C39.4704 148.35 39.5004 148.24 39.7604 148.3C40.1204 148.38 40.1204 148.32 39.8404 146.98C39.7104 146.34 39.7404 146.15 39.9704 146.31C40.2304 146.47 40.2504 146.28 40.1304 145.53C40.0304 144.96 40.0304 144.63 40.1804 144.73C40.4104 144.86 40.8304 143.16 41.1304 140.76C41.2104 140.11 41.3404 139.26 41.4404 138.82C41.5204 138.41 41.6204 137.76 41.6504 137.4C41.7004 137.04 41.9104 136.06 42.1704 135.21C42.4004 134.36 42.9704 132.27 43.3804 130.57C43.8204 128.87 44.2604 127.24 44.3904 126.96C44.7804 126.06 45.3404 123.5 45.1904 123.37C45.1104 123.29 45.1904 123.21 45.3504 123.21C45.5304 123.21 45.6604 123.03 45.6604 122.83C45.6604 122.6 45.9204 121.64 46.2304 120.69C46.5404 119.74 46.7704 118.81 46.7704 118.65C46.7704 118.47 46.8504 118.32 46.9504 118.32C47.0504 118.32 47.3904 117.42 47.7204 116.33C48.0304 115.22 48.4204 114.16 48.5704 114.01C48.7004 113.83 48.7504 113.68 48.6704 113.68C48.5904 113.68 48.8304 112.96 49.1604 112.08C49.5204 111.18 50.0604 109.71 50.3504 108.78C50.6304 107.85 50.9404 107 51.0204 106.84C51.1204 106.71 51.3804 106.07 51.6104 105.42C51.8704 104.77 52.3604 103.46 52.7504 102.45C53.3704 100.85 54.0904 98.6002 54.2404 97.7802C54.2904 97.6002 54.4504 97.3202 54.6004 97.1302C54.8604 96.8002 55.3004 95.3202 55.3204 94.7002C55.3204 94.5702 55.5304 94.2902 55.7604 94.1102C56.0204 93.9302 56.2204 93.5402 56.2204 93.2802C56.2204 93.0202 56.4004 92.6302 56.6104 92.4002C56.8204 92.1902 57.0004 91.8602 57.0004 91.6302C57.0004 91.4202 57.1804 91.0602 57.4104 90.8502C57.6204 90.6202 57.7204 90.3302 57.6404 90.1802C57.5604 90.0502 57.5904 89.9202 57.7504 89.9202C57.8804 89.9202 58.0604 89.6902 58.1604 89.4002C58.2404 89.1202 58.6204 88.3402 59.0104 87.6702C59.4004 86.9702 59.7104 86.2802 59.7604 86.0702C59.7904 85.8902 60.0404 85.5002 60.3304 85.2402C60.9804 84.6202 61.0004 84.1802 60.4604 83.2502L60.0504 82.5502L60.5404 83.1702L61.0504 83.7602L61.5904 82.9902C61.9004 82.5802 62.1604 82.0102 62.1604 81.7802C62.1604 81.5502 62.2604 81.4202 62.3904 81.5202C62.7004 81.7002 63.1904 80.8502 63.1904 80.1302C63.1904 79.8202 63.3204 79.5902 63.4704 79.5902C63.6504 79.5902 63.7004 79.3602 63.6304 79.0502C63.5304 78.6902 63.5804 78.5602 63.8404 78.6402C64.0504 78.7402 64.3604 78.3802 64.6404 77.7402C65.1004 76.7302 65.0804 76.7102 64.5904 76.4202C64.3304 76.2602 63.7604 75.8302 63.3804 75.4102C62.9704 75.0202 62.5304 74.6902 62.4004 74.6902C62.2504 74.6902 61.7804 74.3602 61.3404 73.9402C60.9004 73.5302 60.3904 73.2402 60.1804 73.3202C60.0004 73.4002 59.8404 73.3502 59.8404 73.2202C59.8404 72.9402 58.4704 72.1102 57.7804 71.9802C57.5004 71.9302 57.3204 71.9802 57.4004 72.1302C57.5004 72.2602 57.4204 72.3602 57.2904 72.3602C57.1404 72.3602 57.0104 72.4902 57.0104 72.6702C57.0104 72.8302 56.7504 73.2402 56.4404 73.5702C55.9804 74.0602 55.9304 74.2402 56.2104 74.4002C56.4904 74.5802 56.4204 74.7302 55.8804 75.0702C55.4904 75.3302 55.2104 75.7702 55.2104 76.1002C55.2104 76.4102 55.0304 76.8302 54.8204 77.0002C54.6104 77.1802 54.4304 77.4902 54.4304 77.7002C54.4304 77.9102 54.3304 77.9802 54.1704 77.9102C54.0404 77.8302 53.9904 77.9102 54.0704 78.1202C54.1504 78.3302 53.9404 78.7702 53.6104 79.0702C53.2804 79.4002 53.1704 79.5902 53.3304 79.4802C53.9004 79.1702 53.6904 79.7902 53.1004 80.2002C52.7904 80.4302 52.6404 80.6102 52.7704 80.6102C52.9004 80.6102 52.7704 80.7902 52.4904 81.0202C52.2304 81.2302 52.1804 81.3302 52.3904 81.2302C52.6004 81.1002 52.4704 81.4402 52.0804 81.9502C51.6904 82.4402 51.3004 83.1602 51.2004 83.5502C51.1204 83.9102 50.9404 84.2202 50.8104 84.2202C50.5504 84.2202 50.0304 85.3502 49.9804 86.0802C49.9504 86.3102 49.8204 86.4902 49.7004 86.4702C49.5404 86.4402 49.3904 86.6802 49.3404 86.9902C49.2904 87.3002 49.0804 87.6902 48.9004 87.8402C48.6204 88.0702 48.5904 88.2802 48.8004 88.6902C49.0304 89.1002 49.0304 89.1802 48.7204 89.0702C48.3604 88.9202 47.5604 89.8202 47.6904 90.2302C47.7104 90.3302 47.6404 90.4102 47.4804 90.4102C47.3504 90.4102 47.3004 90.5702 47.3804 90.7702C47.4604 90.9802 47.3304 91.3702 47.0704 91.6702C46.6304 92.1602 46.4504 92.6502 46.4004 93.4502C46.3804 93.6302 46.2204 93.7302 46.0204 93.6602C45.8404 93.5802 45.6804 93.6302 45.6804 93.7602C45.6804 93.9202 45.8404 94.0202 45.9904 94.0202C46.1704 94.0402 46.0404 94.2802 45.7104 94.5302C45.3804 94.8102 45.2504 95.0502 45.4004 95.0502C45.6104 95.0502 45.5504 95.3102 45.2904 95.8302C45.0604 96.2902 44.7504 96.5502 44.5904 96.4502C44.4104 96.3502 44.3804 96.3702 44.4904 96.5802C44.5904 96.7302 44.5404 97.0702 44.3304 97.3002C44.0504 97.6602 44.0504 97.7102 44.3804 97.5302C44.6904 97.3702 44.6904 97.4002 44.3504 97.6802C43.9404 98.0402 43.2904 99.5702 43.5004 99.7702C43.5504 99.8202 43.4504 100.03 43.2204 100.21C43.0104 100.39 42.8304 100.78 42.8304 101.06C42.8304 101.63 42.2904 103.36 42.0304 103.56C41.8204 103.72 41.2804 104.77 41.2804 104.98C41.2804 105.06 41.3904 105.08 41.5104 105.01C41.6404 104.91 41.6104 105.14 41.4604 105.5C41.2804 105.86 41.0704 106.15 40.9404 106.15C40.8404 106.15 40.7604 106.41 40.7604 106.74C40.7604 107.05 40.5804 107.64 40.3704 108.03C40.1604 108.42 40.1104 108.68 40.2404 108.6C40.4004 108.52 40.4204 108.62 40.3404 108.83C40.2604 109.06 40.0804 109.19 39.9504 109.11C39.8504 109.03 39.6704 109.39 39.5904 109.94C39.5104 110.48 39.2604 111.31 39.0504 111.77C38.8404 112.23 38.6904 112.85 38.6904 113.14C38.6904 113.43 38.5904 113.6 38.4604 113.53C38.3304 113.45 38.1504 113.81 38.0504 114.36C37.9504 114.88 37.7404 115.47 37.5904 115.65C37.4304 115.86 37.2604 116.25 37.2304 116.55C37.1804 116.86 36.9704 117.35 36.7704 117.66C36.5904 117.97 36.3304 118.95 36.2304 119.85C36.1304 120.75 35.9204 121.58 35.7904 121.68C35.6304 121.76 35.4804 122.17 35.4604 122.58C35.3804 123.61 34.6104 126.73 34.3204 127.25C34.1104 127.61 33.6004 129.65 32.8804 132.95C32.8004 133.28 32.6504 133.78 32.4904 134.06C32.3604 134.32 32.2804 134.52 32.3604 134.52C32.4404 134.52 32.3604 134.91 32.2304 135.37C31.9204 136.32 31.7104 137.28 31.6104 138C31.5604 138.28 31.5104 138.52 31.4804 138.52C31.4604 138.52 31.3804 138.85 31.3304 139.27C31.3004 139.68 31.0704 140.71 30.8604 141.59C30.6304 142.44 30.4004 143.63 30.2904 144.17C30.2104 144.74 30.0304 145.46 29.9004 145.8C29.7704 146.19 29.7704 146.39 29.9504 146.39C30.1104 146.39 30.1604 146.49 30.0804 146.62C29.9804 146.75 30.1604 146.8 30.4104 146.72C30.7704 146.62 30.9304 146.75 31.0004 147.21C31.0504 147.54 31.2304 147.78 31.4404 147.73C31.6204 147.7 31.9304 147.78 32.1104 147.94C32.3204 148.1 33.1404 148.27 33.9704 148.35C35.2604 148.45 35.8304 148.53 36.9404 148.84C37.0704 148.89 37.2704 148.92 37.4304 148.94C37.5604 148.94 37.6104 149.1 37.5104 149.25C37.3804 149.46 37.5304 149.51 38.0004 149.43C38.3904 149.35 38.7304 149.38 38.7504 149.51C38.8004 149.61 39.0904 149.56 39.4004 149.41' fill='%234E99B0'/%3E%3Cpath d='M38.5403 75.2202C38.6203 75.0902 38.8203 74.9602 38.9503 74.9602C39.1103 74.9602 39.1303 75.0902 39.0503 75.2202C38.9703 75.3802 38.7703 75.4802 38.6403 75.4802C38.4803 75.4802 38.4603 75.3802 38.5403 75.2202ZM32.1203 80.2802C32.2003 80.0502 32.4303 79.8702 32.5803 79.8702C32.9403 79.8702 34.0503 78.6802 33.8403 78.5002C33.7903 78.4202 33.9703 78.2902 34.2503 78.1902C34.5603 78.1102 34.7403 77.9302 34.6903 77.8302C34.6103 77.7302 34.8203 77.6202 35.1003 77.6202C35.5903 77.5702 35.5903 77.5902 35.2003 78.0302C34.9703 78.2902 34.7903 78.6202 34.7903 78.8002C34.7903 78.9802 34.6903 79.0602 34.5603 78.9802C34.4603 78.9002 33.8603 79.3102 33.2703 79.8802C32.1903 80.9402 31.8003 81.0702 32.1103 80.2702M36.6103 82.0602C36.6103 82.0102 36.7903 81.9302 36.9903 81.8302C37.2203 81.7502 37.3803 81.8302 37.3803 82.0602C37.3803 82.2902 37.2203 82.3702 36.9903 82.2902C36.7803 82.1802 36.6103 82.1102 36.6103 82.0602ZM35.9903 83.0902C36.2203 82.7302 36.5303 82.4402 36.6903 82.4402C36.8503 82.4402 36.6903 82.7202 36.3603 83.0902C36.0203 83.4502 35.7103 83.7402 35.6603 83.7402C35.6103 83.7402 35.7703 83.4602 36.0003 83.0902M29.4403 83.4202C29.6203 83.0902 29.9803 82.6702 30.2103 82.4902C30.4703 82.3102 30.6703 81.9702 30.6703 81.7702C30.6703 81.5702 30.8303 81.4102 31.0303 81.4102C31.2303 81.4102 31.4703 81.2502 31.5203 81.1002C31.6303 80.8702 31.6803 80.8402 31.6803 81.0802C31.7103 81.2302 31.5503 81.5402 31.3703 81.7202C31.1903 81.9002 30.8003 82.4202 30.5403 82.8802C30.2803 83.3402 29.8703 83.7602 29.6603 83.8102C29.4303 83.8902 29.2203 83.9402 29.1703 83.9702C29.1403 83.9702 29.2503 83.7402 29.4303 83.4302M33.7703 86.6002C33.7703 86.5002 33.9303 86.2102 34.1003 85.9302C34.4303 85.5202 34.4603 85.5402 34.3303 86.2602C34.2803 86.7202 34.1203 87.0102 34.0003 86.9302C33.8703 86.8502 33.7703 86.7002 33.7703 86.6002ZM26.3403 90.4702C26.5203 90.1902 26.8003 89.8802 26.9903 89.8002C27.1703 89.7502 27.0703 90.0302 26.7603 90.4402C26.1403 91.2902 25.8103 91.3202 26.3503 90.4702M30.4903 91.9402C30.5703 91.7302 30.6503 91.8102 30.6503 92.1002C30.6703 92.3802 30.6003 92.5402 30.5203 92.4302C30.4403 92.3502 30.4203 92.1202 30.4903 91.9402ZM21.3103 94.0602C22.1103 93.2802 22.6303 92.5902 22.8003 92.0202C22.8803 91.7102 23.2703 91.1702 23.6003 90.8302C23.9603 90.4702 24.1703 90.0602 24.0903 89.9302C24.0103 89.7702 24.1103 89.6702 24.3203 89.6702C24.5503 89.6702 24.7303 89.4902 24.7303 89.2602C24.7303 89.0302 25.0903 88.5102 25.5303 88.1002C25.9703 87.6902 26.2503 87.2502 26.1503 87.0902C26.0703 86.9602 26.1703 86.8302 26.4103 86.8302C26.6503 86.8302 26.9003 86.6002 26.9803 86.3102C27.0603 86.0502 27.3403 85.7402 27.6003 85.6702C27.8803 85.5702 28.0403 85.3902 27.9603 85.2602C27.8603 85.1302 27.9903 84.9502 28.1903 84.8702C28.4203 84.7902 28.6003 84.5402 28.6003 84.3302C28.6003 84.1202 28.7103 84.0502 28.8603 84.1202C28.9903 84.2002 29.1203 84.3502 29.1203 84.4802C29.1203 84.7102 26.0703 88.7102 25.7103 88.9202C25.5803 89.0002 25.4803 89.1802 25.5003 89.2802C25.5503 89.3802 25.2403 89.8202 24.8303 90.2602C24.4203 90.7002 24.0803 91.1402 24.0803 91.2102C24.0803 91.3102 23.5903 91.9302 22.9703 92.6302C22.3803 93.3002 21.8903 94.0002 21.8903 94.1802C21.8903 94.5602 21.3703 94.8202 21.0403 94.6402C20.9103 94.5602 21.0403 94.3002 21.3003 94.0502M28.0903 94.9602C28.0903 94.8802 28.4803 94.3102 28.9703 93.7002C29.5403 92.9502 29.9003 92.6702 29.9803 92.8702C30.0603 93.0502 29.8203 93.5202 29.4903 93.9002C29.1303 94.2602 28.9503 94.5702 29.0503 94.5702C29.3103 94.5702 28.5603 95.0902 28.2703 95.0902C28.1703 95.0902 28.0903 95.0402 28.0903 94.9602ZM26.8803 96.6102C27.6503 95.4502 28.0903 95.0602 28.0903 95.5502C28.0903 95.6502 27.8103 96.1402 27.4403 96.6302C27.0803 97.1202 26.7903 97.6602 26.7903 97.8402C26.7903 98.0202 26.6103 98.1002 26.4303 98.0202C26.1203 97.8902 26.2203 97.6102 26.8703 96.6002M18.5403 98.6002C18.5403 98.5502 18.7503 98.3402 18.9803 98.1602C19.3903 97.8302 19.4203 97.8502 19.0803 98.2602C18.7503 98.6702 18.5403 98.8002 18.5403 98.5902M25.7403 98.3702C26.0003 98.1402 26.0203 98.1602 25.8703 98.5302C25.7903 98.7902 25.6403 98.9202 25.5603 98.8402C25.4803 98.7602 25.5603 98.5602 25.7403 98.3802M23.9703 100.51C23.9703 100.38 24.0703 100.25 24.2303 100.25C24.3603 100.25 24.4903 100.38 24.4903 100.51C24.4903 100.67 24.3603 100.77 24.2303 100.77C24.0703 100.77 23.9703 100.67 23.9703 100.51ZM17.0003 100.95C17.0003 100.9 17.2603 100.64 17.5703 100.36L18.1603 99.8702L17.6703 100.46C17.2003 101 17.0003 101.16 17.0003 100.95ZM16.6103 102.26C16.4803 102.36 16.4803 102.23 16.5603 101.98C16.6603 101.72 16.7403 101.44 16.7403 101.39C16.7403 101.34 16.8703 101.29 17.0503 101.29C17.2003 101.29 17.2603 101.37 17.1803 101.45C17.1003 101.55 17.1503 101.86 17.3103 102.17C17.5703 102.63 17.5403 102.66 17.2003 102.4C16.9903 102.22 16.7103 102.17 16.6103 102.27M22.8803 102.26C23.0603 102.08 23.1903 102.05 23.1903 102.21C23.1903 102.57 22.8803 102.88 22.7003 102.7C22.6503 102.62 22.7303 102.42 22.8803 102.26ZM23.7803 102.91C23.8803 102.83 23.8103 102.57 23.6303 102.34C23.3503 101.98 23.3703 101.98 23.7603 102.29C24.1703 102.6 24.1703 103.09 23.7903 103.09C23.6903 103.09 23.7103 103.01 23.7903 102.91M21.2003 102.78C21.2803 102.57 21.3503 102.65 21.3503 102.93C21.3803 103.21 21.3003 103.37 21.2203 103.27C21.1403 103.19 21.1203 102.96 21.2003 102.78ZM23.1103 103.73C23.1903 103.5 23.3203 103.37 23.3703 103.45C23.4503 103.53 23.4203 103.68 23.3203 103.84C23.0903 104.25 22.9303 104.17 23.1103 103.74M19.5803 103.86C19.7403 103.58 19.8903 103.34 19.9403 103.34C19.9903 103.34 19.9903 103.57 19.9103 103.86C19.8303 104.14 19.6803 104.38 19.5203 104.38C19.3903 104.38 19.4203 104.15 19.5703 103.86M20.9503 105.05C21.0303 104.84 21.0003 104.64 20.8703 104.59C20.7403 104.54 20.8203 104.28 21.0303 104C21.3903 103.51 21.4203 103.51 21.2903 104.26C21.2403 104.7 21.1603 105.11 21.1603 105.24C21.1303 105.34 21.0603 105.42 20.9803 105.42C20.9003 105.42 20.8803 105.26 20.9603 105.06M18.5203 105.59C18.7803 105.36 18.8003 105.38 18.6503 105.74C18.5703 106 18.4203 106.13 18.3403 106.05C18.2603 105.97 18.3403 105.77 18.5203 105.59ZM20.2703 106.06C20.3503 105.83 20.4803 105.7 20.5303 105.78C20.6103 105.86 20.5803 106.01 20.4803 106.17C20.2503 106.58 20.1003 106.5 20.2703 106.07M21.3803 106.29C21.3803 106.21 21.6103 105.85 21.9003 105.49C22.1803 105.13 22.3403 104.74 22.2603 104.61C21.9003 104.02 22.8503 104.48 23.2903 105.1L23.8103 105.8L23.2703 105.34C22.7303 104.85 22.4203 105 22.0803 106.01C21.9303 106.42 21.3803 106.66 21.3803 106.29ZM18.2403 109.49C18.3203 109.16 18.6003 108.69 18.8603 108.41C19.1203 108.13 19.3203 107.79 19.3203 107.64C19.3203 107.51 19.4003 107.46 19.4803 107.56C19.6103 107.69 18.3703 110.06 18.1603 110.06C18.1103 110.06 18.1303 109.8 18.2403 109.49ZM18.8003 110.44C18.9603 110.23 19.0303 109.95 18.9303 109.82C18.8503 109.64 18.9303 109.61 19.1903 109.69C19.4203 109.79 19.5803 109.77 19.5503 109.64C19.5203 109.51 19.5803 109.2 19.7103 108.94C19.8103 108.68 19.8403 108.09 19.7603 107.6C19.6803 107.11 19.7103 106.7 19.8703 106.7C20.0003 106.7 20.1003 106.93 20.1003 107.22C20.1003 107.51 20.2803 107.74 20.5103 107.74C20.7203 107.74 20.8403 107.64 20.7703 107.51C20.6903 107.38 20.8003 107.15 21.0003 106.97C21.6503 106.43 21.4403 107.07 20.6103 108.16C20.2003 108.7 19.8403 109.3 19.8403 109.43C19.8403 109.84 19.0603 110.85 18.7603 110.85C18.5803 110.85 18.6003 110.72 18.8103 110.47M17.0803 111.29C17.1603 111.08 17.2303 111.16 17.2303 111.44C17.2603 111.72 17.1803 111.88 17.1003 111.77C17.0203 111.69 17.0003 111.46 17.0803 111.28M12.7703 114.03C12.8703 113.62 12.8203 113.28 12.6403 113.15C12.3803 113.02 12.4103 112.89 12.6703 112.61C13.1603 112.04 13.6503 111.14 13.6503 110.72C13.6503 110.54 13.8103 110.23 14.0103 110.08C14.2203 109.92 14.3203 109.46 14.2703 108.99C14.2203 108.5 14.2703 108.27 14.4503 108.37C14.7803 108.6 16.1803 107.13 16.6403 106.05C16.8203 105.59 17.1603 105.02 17.3903 104.78C17.6203 104.57 17.8303 103.83 17.8803 103.13C17.9603 101.92 18.4503 100.75 18.8903 100.75C19.0203 100.75 19.0203 100.49 18.9103 100.18C18.8303 99.8502 18.8303 99.6602 18.9403 99.7702C19.0703 99.8802 19.3003 99.8502 19.5103 99.6902C20.0803 99.2002 19.9203 99.9202 19.3003 100.57C18.5303 101.4 17.9803 102.56 18.1403 103C18.2703 103.31 18.4003 103.26 18.8103 102.74C19.0903 102.38 19.3303 102.02 19.3303 101.91C19.3303 101.8 19.5903 101.5 19.9003 101.24C20.1803 100.96 20.3703 100.75 20.2903 100.75C20.1903 100.75 20.3203 100.54 20.5503 100.29C20.8103 100.01 21.8203 98.7402 22.8203 97.4502C23.8003 96.1302 24.6803 95.0702 24.7803 95.0702C24.8803 95.0702 25.0103 95.3002 25.0903 95.5902C25.1703 95.9202 25.0603 96.1302 24.7303 96.2402C24.4703 96.3402 24.2403 96.5502 24.2403 96.7002C24.2403 96.8802 23.8303 97.4002 23.3403 97.8902C22.8503 98.3502 22.5103 98.8702 22.5903 99.0002C22.8003 99.3102 23.3903 98.7902 23.6003 98.1502C23.7003 97.8902 23.8803 97.6602 24.0103 97.6602C24.4703 97.6602 24.2203 98.1502 23.2103 99.2602C22.4103 100.11 22.2003 100.52 22.3103 101.01C22.4103 101.5 22.3903 101.58 22.1803 101.27C21.9503 100.94 21.9003 100.94 21.6603 101.27C21.5303 101.48 21.4503 101.81 21.5303 101.99C21.6103 102.17 21.5603 102.25 21.4303 102.17C21.2703 102.09 21.0703 102.22 20.9403 102.48C20.7303 102.84 20.6103 102.87 20.2903 102.61C19.9803 102.33 19.8003 102.4 19.3603 102.97C19.0503 103.36 18.8203 103.75 18.8203 103.87C18.8203 103.97 18.6403 104.25 18.4103 104.49C18.1803 104.7 17.9703 105.19 17.9503 105.52C17.9503 105.88 17.7703 106.17 17.5903 106.17C17.3603 106.17 17.3103 106.35 17.4103 106.71C17.5403 107.1 17.5103 107.2 17.3103 107.1C17.1503 107 17.0303 107.1 17.0303 107.33C17.0303 107.56 16.9503 107.69 16.8203 107.61C16.7203 107.56 16.4103 107.94 16.1503 108.51C15.8703 109.05 15.5603 109.52 15.4303 109.52C15.3303 109.52 15.2203 109.65 15.2203 109.8C15.2203 109.95 14.9403 110.68 14.5703 111.37C14.2103 112.07 13.9803 112.76 14.0803 112.89C14.1603 113.02 14.1303 113.12 14.0003 113.12C13.9003 113.12 13.5903 113.48 13.3503 113.9C12.8103 114.85 12.5503 114.91 12.7803 114M8.92033 114.65C9.00033 114.19 9.18033 113.77 9.31033 113.72C9.41033 113.67 9.52032 113.44 9.52032 113.2C9.52032 112.94 9.80033 112.45 10.1403 112.09C10.4703 111.73 10.8403 111.19 10.9103 110.88C11.0203 110.57 11.1903 110.31 11.3203 110.31C11.4203 110.31 11.6003 110.03 11.6803 109.66C11.7803 109.3 12.0103 109.01 12.2203 109.01C12.4303 109.01 12.6003 108.8 12.6003 108.52C12.6003 108.26 12.7803 107.9 12.9903 107.72C13.2003 107.54 13.3803 107.23 13.3803 107.05C13.3803 106.84 13.4803 106.69 13.6403 106.69C13.9203 106.69 13.6903 107.41 13.2503 107.98C13.0703 108.19 12.8403 108.62 12.7603 108.96C12.6603 109.27 12.4503 109.53 12.3203 109.53C12.1903 109.53 12.0903 109.69 12.0903 109.86C12.0903 110.03 11.6803 110.79 11.1903 111.54C10.6703 112.29 10.3403 113.01 10.4103 113.14C10.5203 113.3 10.4403 113.37 10.2803 113.35C10.1003 113.3 9.92033 113.48 9.90033 113.71C9.82033 114.07 9.00033 115.44 8.82033 115.46C8.79033 115.46 8.82033 115.07 8.92033 114.63M14.9903 117.05C15.6603 116.2 15.9703 115.45 15.9703 114.65C15.9703 114.03 16.0503 113.9 16.2303 114.19C16.3603 114.4 16.4903 114.5 16.5403 114.45C16.8203 114.01 17.4403 112.88 17.8303 112.07C18.0903 111.53 18.4303 111.09 18.5503 111.09C18.8303 111.09 18.2403 112.46 17.6503 113.15C17.4903 113.36 17.1903 113.95 17.0003 114.44C16.8203 114.93 16.5403 115.47 16.3503 115.6C15.9903 115.91 15.5803 116.84 15.4703 117.54C15.4703 117.67 15.2603 117.72 15.0603 117.62C14.7303 117.52 14.7003 117.41 14.9803 117.05M14.6203 118C14.8003 117.82 14.9303 117.79 14.9303 117.95C14.9303 118.31 14.6203 118.62 14.4403 118.44C14.3903 118.36 14.4703 118.16 14.6203 118ZM7.04033 118.78C7.14033 117.9 8.18033 115.99 8.56033 115.99C8.77033 115.99 8.79032 116.07 8.59032 116.2C8.31032 116.41 7.94033 117.13 7.79033 117.88C7.71033 118.4 7.22032 119.35 7.09032 119.35C7.01032 119.35 7.01033 119.09 7.04033 118.78ZM13.4903 120.25C13.8803 119.86 14.0103 119.5 13.9303 119.04C13.9303 118.91 14.0103 118.83 14.1603 118.83C14.2903 118.83 14.4203 118.88 14.4203 118.96C14.4203 119.24 13.7503 120.53 13.5203 120.69C13.0803 121 13.0603 120.69 13.4903 120.25ZM6.06033 121.25C5.80033 120.58 5.88033 120.4 6.47033 120.09C6.86366 119.883 6.89699 119.96 6.57033 120.32C6.18033 120.78 6.16032 120.94 6.41032 121.27C6.59032 121.48 6.62033 121.66 6.46033 121.66C6.33033 121.66 6.13032 121.48 6.05032 121.25M12.9503 121.36C13.0303 121.15 13.1003 121.23 13.1003 121.51C13.1303 121.79 13.0503 121.95 12.9703 121.85C12.8903 121.77 12.8703 121.54 12.9503 121.36ZM5.46033 121.95C5.49033 121.54 5.56033 121.51 5.85033 121.72C6.11033 121.95 6.13033 122.05 5.85033 122.21C5.41033 122.49 5.41033 122.52 5.46033 121.95ZM12.0203 123.21C12.1003 122.9 12.2303 122.72 12.3003 122.8C12.4303 122.95 12.1703 123.73 11.9903 123.73C11.9403 123.73 11.9403 123.5 12.0203 123.21ZM4.56033 123.78C4.71033 123.73 4.87032 123.52 4.87032 123.34C4.87032 123.13 4.95033 122.93 5.08033 122.85C5.19033 122.8 5.24032 123.18 5.19032 123.75C5.08032 124.68 5.06033 124.7 4.67033 124.32C4.36033 124.01 4.34033 123.86 4.57033 123.78M4.61033 129.07C4.17033 128.76 4.17033 128.71 4.79033 127.99C5.15033 127.55 5.31033 127.45 5.15033 127.76C4.97033 128.15 4.99033 128.48 5.25033 129C5.46033 129.36 5.53033 129.88 5.43033 130.13C5.28033 130.49 5.25033 130.49 5.17033 130C5.12033 129.67 4.86033 129.25 4.60033 129.07M1.70032 130.31C1.88032 129.77 2.01033 129.82 1.96033 130.41C1.96033 130.69 1.83032 130.87 1.73032 130.8C1.63032 130.72 1.60032 130.52 1.70032 130.31ZM5.05032 131.08C5.13032 130.85 5.26033 130.72 5.31033 130.8C5.39033 130.88 5.36032 131.03 5.26032 131.19C5.03032 131.6 4.87032 131.52 5.05032 131.08ZM1.26032 131.73C1.26032 131.6 1.39033 131.47 1.54033 131.47C1.67033 131.47 1.72033 131.6 1.64033 131.73C1.56033 131.89 1.43033 131.99 1.36033 131.99C1.31033 131.99 1.26032 131.89 1.26032 131.73ZM6.11033 131.93C6.32033 131.72 6.34033 131.83 6.24033 132.27C6.14033 132.6 6.03033 132.73 5.96033 132.53C5.91033 132.35 5.99032 132.07 6.12032 131.94M1.13033 132.79C1.05033 132.66 1.10032 132.48 1.26032 132.38C1.39032 132.3 1.52032 132.41 1.52032 132.61C1.52032 133.07 1.36033 133.15 1.13033 132.79ZM2.29033 132.81C2.29033 132.53 2.52033 132.11 2.81033 131.86C3.09033 131.6 3.25032 131.32 3.20033 131.19C3.02032 130.93 3.90033 129.18 4.21033 129.15C4.31033 129.15 4.34032 129.36 4.23032 129.61C4.13032 129.84 4.02033 130.21 4.00033 130.39C3.90033 130.96 2.68032 133.28 2.48032 133.28C2.38032 133.28 2.30032 133.07 2.30032 132.82M4.10033 133.02C4.25033 132.74 4.41033 132.51 4.46033 132.51C4.51033 132.51 4.51033 132.74 4.43033 133.02C4.35033 133.3 4.20033 133.54 4.04033 133.54C3.91033 133.54 3.94032 133.31 4.09032 133.02M5.39033 133.79C5.39033 133.51 5.49032 133.27 5.62032 133.27C5.75032 133.27 5.80033 133.5 5.72033 133.79C5.64033 134.07 5.54033 134.31 5.49033 134.31C5.44033 134.31 5.39033 134.08 5.39033 133.79ZM8.04033 136.35C8.27033 136.22 8.58033 136.14 8.71033 136.25C9.07033 136.46 9.23032 135.81 8.94032 135.3C8.78032 134.99 8.81033 134.84 8.99033 134.84C9.15033 134.84 9.20032 134.73 9.12032 134.58C9.04032 134.45 9.20032 133.88 9.48032 133.34C9.76032 132.77 9.92032 132.26 9.84032 132.15C9.74032 132.07 9.84032 131.99 10.0203 131.99C10.2003 131.99 10.3003 131.91 10.2003 131.83C10.1203 131.75 10.2803 131.16 10.5303 130.54C10.8103 129.92 10.9703 129.4 10.8903 129.4C10.8103 129.4 10.9403 129.22 11.1503 129.01C11.3803 128.78 11.6703 128.13 11.8203 127.57C11.9703 127 12.2103 126.62 12.3303 126.69C12.4403 126.77 12.6403 126.46 12.7203 125.99C12.8203 125.53 13.0303 125.06 13.1603 124.99C13.3703 124.86 13.5203 124.39 13.6003 123.67C13.6303 123.57 13.8803 123.41 14.1703 123.34C14.6103 123.18 14.6403 123.11 14.3803 122.93C14.1003 122.77 14.1203 122.7 14.4803 122.54C14.7403 122.44 14.8903 122.21 14.8103 122C14.7303 121.79 14.7803 121.72 14.9103 121.79C15.0703 121.87 15.1703 121.79 15.1903 121.61C15.2403 120.5 16.2003 118.82 16.7603 118.82C16.9203 118.82 16.9703 118.74 16.8903 118.64C16.7903 118.56 16.8603 118.31 17.0503 118.1C17.2803 117.77 17.2803 117.74 17.0203 117.89C16.8603 117.99 17.1203 117.37 17.6103 116.55C18.1003 115.7 18.5403 114.77 18.5903 114.46C18.6403 114.18 18.8703 113.71 19.1103 113.46C19.3403 113.2 19.5503 112.89 19.5503 112.76C19.5503 112.66 19.9603 112.06 20.4503 111.44C20.9403 110.85 21.3803 110.1 21.4303 109.79C21.4803 109.48 21.6603 109.14 21.8403 109.04C22.0203 108.91 22.1203 108.78 22.0703 108.71C21.9903 108.58 22.7403 107.44 23.3103 106.85C23.4703 106.69 23.8503 106.02 24.1603 105.41C24.9103 103.84 25.2903 103.19 25.8903 102.52C26.2203 102.16 26.2503 102.03 25.9903 102.16C25.7803 102.26 25.8603 102.13 26.1703 101.85C26.4803 101.57 26.6603 101.28 26.5803 101.18C26.4803 101.1 26.5303 101.02 26.6803 101.02C26.8303 101.02 27.0403 100.74 27.1203 100.37C27.2303 99.9602 27.4003 99.7802 27.5903 99.8802C27.7403 99.9802 27.8003 99.9602 27.7203 99.8002C27.6203 99.6402 27.9003 99.0302 28.3203 98.4102C28.7303 97.7902 29.0903 97.1702 29.0903 97.0402C29.0903 96.8302 30.0203 95.6002 30.7703 94.7902C30.9803 94.5602 31.1603 94.2802 31.1603 94.1502C31.1603 93.9902 31.3203 93.7402 31.4703 93.5802C31.6503 93.4002 31.8003 93.1402 31.8003 93.0102C31.8003 92.8802 32.0103 92.5702 32.2603 92.3102C32.9303 91.6102 35.2803 88.3602 35.1003 88.3602C35.0203 88.3602 35.3603 88.0302 35.8203 87.5902C36.3103 87.1802 36.7003 86.7402 36.7003 86.6102C36.7003 86.4802 36.9103 86.2002 37.1403 85.9402C37.4003 85.6802 37.6003 85.3702 37.6003 85.2402C37.6003 85.0802 37.7003 85.0602 37.8603 85.1402C37.9903 85.2202 38.1203 85.1702 38.1203 85.0102C38.1203 84.8502 38.4003 84.4202 38.7603 84.0302C39.1203 83.6402 39.4103 83.1802 39.4103 83.0002C39.4103 82.8202 39.5103 82.7402 39.6703 82.8202C39.8003 82.9002 39.9303 82.7902 39.9303 82.5902C39.9303 82.3902 40.1603 82.1502 40.4203 82.0502C40.7003 81.9702 41.4003 81.0902 41.9903 80.1102C42.5803 79.1102 43.1803 78.3602 43.2803 78.4302C43.3803 78.5102 43.5403 78.3002 43.6103 78.0202C43.7203 77.5802 43.2003 76.8802 41.2603 74.8202L38.7603 72.1602L35.5403 75.3302C33.7603 77.0802 32.1103 78.7102 31.8503 78.9402C31.6203 79.1702 31.4903 79.4802 31.5703 79.6402C31.6703 79.8002 31.6503 79.8502 31.4903 79.7702C31.2103 79.5902 28.6803 82.1202 27.9003 83.3602C27.6403 83.7702 27.0203 84.4902 26.5103 84.9802C26.0203 85.4702 25.6103 85.9602 25.6103 86.0602C25.6103 86.1602 25.3303 86.5802 24.9603 86.9902C23.9003 88.2002 22.9003 89.5902 22.9003 89.8502C22.9003 90.0102 22.8203 90.1602 22.6903 90.2102C22.4103 90.3402 21.3503 91.9102 21.3503 92.2202C21.3503 92.3702 21.2203 92.4302 21.0903 92.3502C20.9303 92.2702 20.8303 92.3502 20.8303 92.5602C20.8303 92.8702 17.9403 97.4602 17.1403 98.4202C16.7503 98.8602 16.3603 99.5302 15.7503 100.74C15.4903 101.23 15.2103 101.69 15.1303 101.77C15.0303 101.85 14.6903 102.41 14.3803 103.06C14.0703 103.71 13.7103 104.27 13.6103 104.35C13.2803 104.58 12.4703 106.49 12.5003 106.98C12.5303 107.21 12.4703 107.42 12.3703 107.37C12.0903 107.29 11.1603 108.07 11.0803 108.48C11.0303 108.69 10.9003 108.92 10.8203 109C10.7203 109.08 10.4103 109.54 10.1503 110.03C9.89033 110.52 9.27033 111.65 8.81033 112.51C8.32033 113.39 7.93033 114.37 7.93033 114.65C7.93033 114.96 7.82032 115.16 7.70033 115.09C7.57032 114.99 7.39033 115.27 7.29033 115.71C7.19033 116.12 7.03033 116.49 6.90033 116.49C6.59033 116.49 6.05033 117.98 6.28033 118.32C6.38033 118.53 6.36033 118.58 6.18033 118.45C6.00033 118.35 5.51032 119.1 4.84032 120.46C4.27032 121.67 3.81033 122.73 3.81033 122.81C3.81033 123.02 3.14033 124.59 2.75033 125.31C2.62033 125.57 2.52032 125.95 2.52032 126.16C2.52032 126.37 2.42033 126.55 2.29033 126.55C2.16033 126.55 1.98033 126.93 1.90033 127.43C1.80033 127.9 1.39033 129 0.970329 129.86C0.190329 131.49 -0.239673 133.91 0.140327 134.51C0.270327 134.69 0.630324 134.87 0.910324 134.9C1.22032 134.93 1.48032 135.03 1.48032 135.13C1.48032 135.23 1.66033 135.23 1.92033 135.16C2.15033 135.06 2.28032 135.11 2.20033 135.24C2.10033 135.37 2.48033 135.47 3.03033 135.5C4.32033 135.53 6.90033 136.15 6.90033 136.43C6.90033 136.71 7.44032 136.69 8.01032 136.35' fill='%234E99B0'/%3E%3Cpath d='M20.8703 101.98C21.0503 101.67 21.2003 101.36 21.1803 101.28C21.1603 101.2 21.5203 100.79 21.9303 100.35C22.3903 99.86 22.6003 99.47 22.4503 99.37C22.3203 99.27 22.0603 99.35 21.9103 99.53C21.0603 100.54 20.1003 101.91 20.1003 102.08C20.1003 102.54 20.5403 102.49 20.8803 101.98' fill='%234E99B0'/%3E%3Cpath d='M101.01 2.33001C101.11 2.12001 101.27 1.94001 101.4 1.94001C101.53 1.94001 101.63 2.12001 101.63 2.33001C101.63 2.54001 101.45 2.72 101.24 2.72C101.01 2.72 100.93 2.56001 101.01 2.33001ZM104.5 4.88C104.5 4.78 104.19 4.49001 103.78 4.23001C103.34 3.95001 103.21 3.74 103.45 3.74C103.69 3.74 104.23 4.1 104.72 4.52C105.44 5.19 105.52 5.37 105.23 5.71C104.95 6.07 104.87 6.04 104.69 5.58C104.59 5.27 104.51 4.96 104.51 4.88M107.46 6.17001C107.23 5.60001 107.25 5.55 107.69 5.71C107.9 5.81 108.08 6.02001 108.08 6.23001C108.08 6.72001 107.67 6.69 107.46 6.18M98.8501 5.68C99.5001 5.06 100.09 4.60001 100.19 4.70001C100.27 4.80001 99.8002 5.37 99.1602 5.99C97.5902 7.43 97.3501 7.2 98.8501 5.68ZM59.3201 7.49C59.3201 7.28 59.4202 7.1 59.5802 7.1C59.7102 7.1 59.8401 7.28 59.8401 7.49C59.8401 7.7 59.7102 7.87001 59.5802 7.87001C59.4202 7.87001 59.3201 7.69 59.3201 7.49ZM96.9902 7.77C96.9902 7.69 97.0902 7.56 97.2502 7.49C97.3802 7.41 97.5101 7.46001 97.5101 7.59001C97.5101 7.74001 97.3802 7.87001 97.2502 7.87001C97.0902 7.87001 96.9902 7.82 96.9902 7.77ZM95.2601 7.82C95.3401 7.61 95.4102 7.69001 95.4102 7.98001C95.4402 8.26001 95.3602 8.42001 95.2802 8.31001C95.2001 8.23001 95.1801 8 95.2601 7.82ZM57.9202 8.59001C58.0002 8.49001 58.1502 8.38 58.3102 8.38C58.4402 8.38 58.5401 8.48001 58.5401 8.59001C58.5401 8.72001 58.3601 8.82 58.1501 8.82C57.9401 8.82 57.8402 8.72001 57.9202 8.59001ZM60.6001 8.65001C60.8101 8.52001 61.0401 8.47 61.0901 8.55C61.1701 8.63 61.0602 8.78 60.8602 8.91C60.6502 9.04 60.4201 9.09001 60.3701 9.01001C60.2901 8.93001 60.4001 8.78001 60.6001 8.65001ZM97.3701 10.19C97.4501 10.06 97.2901 9.67 96.9801 9.36C96.5401 8.87 96.3601 8.82 95.9501 9.1C95.5602 9.33 95.4902 9.33 95.5901 9.07C95.7701 8.58 96.7202 8.04 96.7202 8.43C96.7202 8.58 96.9501 9.00001 97.2601 9.31001C97.7201 9.80001 97.7801 10.45 97.3401 10.45C97.2601 10.45 97.2901 10.35 97.3701 10.19ZM59.1102 10.4C58.8302 10.04 58.8502 9.99 59.2402 10.04C59.5002 10.09 59.6801 10.19 59.6201 10.27C59.6001 10.37 59.5701 10.58 59.5701 10.76C59.5701 10.91 59.5402 10.99 59.4902 10.94C59.4702 10.89 59.2802 10.63 59.1102 10.4ZM61.5101 10.71C61.4301 10.58 61.4602 10.45 61.6102 10.45C61.7402 10.45 61.9402 10.58 62.0202 10.71C62.1002 10.87 62.0702 10.97 61.9102 10.97C61.7802 10.97 61.5802 10.87 61.5002 10.71M62.6402 11.3C62.3102 10.89 62.3302 10.86 62.7202 11.2C62.9802 11.38 63.1801 11.59 63.1801 11.64C63.1801 11.85 62.9702 11.72 62.6402 11.31M59.8602 11C59.9402 10.82 60.2001 11.08 60.4601 11.54L60.9501 12.39L60.3602 11.85C60.0502 11.54 59.8201 11.15 59.8701 11M93.7601 12.26C93.6801 12.13 93.7302 12 93.8602 12C94.0202 12 94.1402 12.13 94.1402 12.26C94.1402 12.42 94.0901 12.52 94.0401 12.52C93.9601 12.52 93.8301 12.42 93.7601 12.26ZM94.4301 11.87C94.3801 11.54 94.4602 11.46 94.7402 11.56C94.9502 11.64 95.3302 11.48 95.5901 11.2C96.2601 10.45 96.3402 10.84 95.6902 11.74C95.1002 12.59 94.5802 12.64 94.4202 11.87M89.7601 12.78C89.7601 12.65 89.8602 12.52 89.9902 12.52C90.1202 12.52 90.7901 11.93 91.4601 11.23C92.1601 10.51 92.7502 10.04 92.8002 10.17C92.9002 10.45 92.2602 11.23 91.9501 11.23C91.8701 11.23 91.4602 11.64 91.0202 12.13C90.2202 13.03 89.7601 13.27 89.7601 12.78ZM97.5002 12.26C97.5002 11.72 97.6002 11.54 97.8602 11.64C98.1702 11.77 98.1901 11.92 97.9601 12.42C97.5701 13.22 97.5002 13.2 97.5002 12.26ZM60.8602 13.03C60.8602 12.9 60.9101 12.77 60.9601 12.77C61.0401 12.77 61.1702 12.9 61.2402 13.03C61.3202 13.19 61.2702 13.29 61.1402 13.29C60.9802 13.29 60.8602 13.19 60.8602 13.03ZM61.2802 13.94C61.2002 13.73 61.2502 13.56 61.3802 13.56C61.5402 13.56 61.6402 13.74 61.6402 13.94C61.6402 14.14 61.5901 14.33 61.5401 14.33C61.4901 14.33 61.3802 14.15 61.2802 13.94ZM69.9702 13.27C69.5802 13.27 69.4002 13.19 69.5802 13.11C69.9702 12.95 68.9602 12.03 67.6402 11.3C67.1802 11.04 66.7901 10.76 66.7901 10.68C66.7901 10.58 66.5602 10.55 66.2702 10.63C65.9102 10.73 65.7602 10.65 65.8102 10.45C65.8601 10.24 65.6601 9.99 65.3701 9.83C63.5601 8.85 61.1102 7.28 61.1102 7.07C61.1102 6.84 63.9502 8.31 64.5202 8.82C64.7802 9.05 64.9801 9.16 64.9801 9.05C64.9801 8.94 65.3101 9.13 65.7301 9.46C67.1701 10.6 70.8101 13.02 71.1201 13.02C71.2301 13.02 71.7201 13.38 72.2101 13.82L73.1102 14.6L71.9001 13.93C71.2301 13.57 70.3801 13.29 69.9601 13.26M74.2601 14.12C74.4401 14.07 74.7201 14.15 74.8501 14.28C75.0601 14.49 74.9502 14.51 74.5202 14.41C74.1802 14.3 74.0501 14.2 74.2601 14.13M102.1 14.01C102.28 13.83 102.41 13.8 102.41 13.96C102.41 14.32 102.1 14.63 101.92 14.45C101.87 14.37 101.94 14.17 102.1 14.01ZM59.3201 13.89C59.1901 13.71 59.0602 13.5 59.0602 13.4C59.0602 12.91 58.1801 11.51 57.9501 11.67C57.7901 11.75 57.7701 11.7 57.8701 11.51C57.9701 11.36 57.7901 10.84 57.4801 10.38L56.9102 9.55L57.7402 10.38C58.1802 10.84 58.5401 11.26 58.5401 11.33C58.5401 11.4 58.8701 12.03 59.2901 12.72C59.7001 13.42 60.1202 14.27 60.1902 14.61C60.3102 15.0033 60.2401 15.0367 59.9801 14.71C59.7701 14.43 59.4701 14.06 59.3102 13.88M59.1302 14.79C59.2102 14.58 59.2901 14.66 59.2901 14.95C59.3201 15.23 59.2402 15.39 59.1602 15.28C59.0802 15.2 59.0602 14.97 59.1302 14.79ZM101.53 14.94C101.45 14.73 101.48 14.63 101.63 14.71C101.79 14.79 101.89 14.97 101.89 15.12C101.89 15.48 101.71 15.4 101.53 14.94ZM68.3501 15.05C67.8601 14.77 67.1902 14.3 66.8302 14.05C66.5002 13.79 66.0301 13.56 65.8201 13.56C65.6101 13.56 65.4901 13.48 65.5901 13.4C65.7701 13.19 66.7302 13.5 67.1102 13.92C67.2902 14.07 68.2201 14.67 69.1702 15.18C70.1202 15.72 70.9802 16.26 71.0502 16.39C71.2102 16.65 70.2501 16.18 68.3401 15.05M98.9501 15.36C99.4402 13.97 99.6001 13.79 99.5401 14.61C99.5101 14.94 99.5901 15.44 99.7001 15.69C99.8302 16.02 99.8002 16.1 99.4702 15.97C99.2102 15.86 99.0101 15.97 98.9001 16.23C98.5401 17.19 98.5901 16.41 98.9501 15.35M87.0002 15.74C87.7702 14.96 88.5501 14.32 88.7001 14.32C89.0302 14.32 88.2301 15.17 86.7901 16.31C85.3201 17.52 85.3702 17.37 87.0002 15.74ZM72.9902 17.78C72.9902 17.73 73.1702 17.68 73.3802 17.68C73.5902 17.68 73.7702 17.78 73.7702 17.94C73.7702 18.07 73.5902 18.12 73.3802 18.05C73.1702 17.94 72.9902 17.84 72.9902 17.79M100.08 18.5C100.08 18.37 100.26 18.06 100.47 17.78C100.83 17.32 100.83 17.34 100.57 18.01C100.26 18.71 100.08 18.89 100.08 18.5ZM90.7901 19.28C90.7901 19.18 91.0502 18.95 91.3602 18.74C91.7535 18.5 91.7868 18.57 91.4601 18.95C90.9401 19.52 90.7901 19.6 90.7901 19.28ZM69.2502 19.41C68.6302 18.9 67.9602 18.46 67.7802 18.43C67.0802 18.41 65.9202 17.5 65.3002 16.52L64.6501 15.51L65.4202 16.13C65.8602 16.49 66.8902 17.24 67.7202 17.81C68.5202 18.38 69.4002 19.05 69.6602 19.28C69.8902 19.51 70.1502 19.67 70.2001 19.62C70.2302 19.59 70.4802 19.77 70.7402 20.03C71.6702 20.91 70.4602 20.42 69.2402 19.41M85.1201 21.11C85.1201 20.65 86.9801 18.84 87.9601 18.38C88.3201 18.2 88.7102 17.81 88.8602 17.48C88.9902 17.17 89.2202 16.91 89.3802 16.91C89.8702 16.88 90.5702 15.62 90.4102 15.02C90.3235 14.68 90.3835 14.6367 90.5901 14.89C91.0802 15.48 92.2402 15.2 92.8602 14.32C93.1402 13.91 93.3502 13.44 93.3002 13.24C93.2502 13.06 93.2502 12.98 93.3002 13.08C93.3802 13.21 93.6602 13.16 93.9402 13C94.2202 12.84 94.4801 12.77 94.5401 12.82C94.5901 12.87 93.7601 13.82 92.7101 14.96C91.6801 16.1 90.8002 17.23 90.8002 17.49C90.8002 17.75 90.7001 17.88 90.5401 17.8C90.2801 17.65 89.1702 18.53 87.8802 19.92C87.4702 20.36 86.9802 20.67 86.8002 20.62C86.6202 20.54 86.3901 20.72 86.2901 21.01C86.0801 21.66 85.1302 21.76 85.1302 21.11M65.3802 20.8C65.3002 20.39 65.0702 19.9 64.8602 19.74C64.6802 19.58 64.6001 19.22 64.6801 18.91C64.8101 18.42 64.8602 18.5 65.1902 19.38C65.8102 21.16 65.9901 21.83 65.7601 21.68C65.6301 21.6 65.4801 21.21 65.3701 20.8M82.6201 21.01C82.6201 20.36 82.7501 19.9 82.9501 19.82C83.1601 19.74 83.2601 19.59 83.1801 19.49C83.1001 19.39 83.3401 19.1 83.7001 18.87C84.0602 18.64 84.3501 18.56 84.3501 18.69C84.3501 18.82 84.2402 19 84.0901 19.1C83.6801 19.36 82.7501 20.78 83.0101 20.78C83.3401 20.78 85.0201 19.18 85.1801 18.72C85.2301 18.54 85.3602 18.46 85.4402 18.62C85.5402 18.78 83.0601 21.87 82.6501 22.05C82.6201 22.07 82.6201 21.61 82.6201 21.02M89.0701 21.5C89.1501 21.29 89.2202 21.37 89.2202 21.66C89.2502 21.94 89.1702 22.1 89.0901 21.99C89.0101 21.91 88.9901 21.68 89.0701 21.5ZM98.7402 21.6C99.1002 21.32 99.2301 21.06 99.0701 20.9C98.9101 20.74 99.0401 20.36 99.4601 19.87L100.08 19.1L99.7702 20C99.2802 21.57 98.9701 22.06 98.5602 22.06C98.2501 22.06 98.3002 21.93 98.7402 21.6ZM101.24 21.81C101.32 21.68 101.52 21.55 101.65 21.55C101.81 21.55 101.83 21.68 101.75 21.81C101.67 21.96 101.47 22.07 101.34 22.07C101.19 22.07 101.16 21.97 101.24 21.81ZM98.2802 22.99C98.2802 22.91 98.3801 22.78 98.5401 22.71C98.6701 22.63 98.8002 22.68 98.8002 22.81C98.8002 22.97 98.6701 23.09 98.5401 23.09C98.3801 23.09 98.2802 23.04 98.2802 22.99ZM66.6201 22.92C66.5201 22.66 66.3401 22.38 66.1801 22.28C66.0001 22.15 66.0001 22.07 66.2301 22.07C66.4101 22.07 66.6402 22.28 66.7202 22.54C66.8202 22.77 67.0002 23.05 67.1602 23.16C67.3402 23.29 67.3402 23.37 67.1102 23.37C66.9302 23.37 66.7001 23.16 66.6201 22.93M82.8002 22.84C82.9602 22.56 83.1102 22.32 83.1602 22.32C83.2402 22.32 83.1902 22.91 83.0802 23.3C83.0502 23.33 82.9202 23.35 82.8002 23.35C82.6202 23.35 82.6202 23.19 82.8002 22.83M71.7301 22.94C71.3701 22.63 72.2202 22.91 72.6302 23.25C72.9368 23.49 72.8835 23.5167 72.4702 23.33C72.1102 23.17 71.7702 23 71.7202 22.94M68.0901 22.76C68.0901 22.35 68.5501 22.84 68.6801 23.4C68.8301 23.97 68.8102 23.97 68.4702 23.5C68.2602 23.22 68.0901 22.88 68.0901 22.75M96.0302 23.3C96.1102 23.09 96.1902 23.17 96.1902 23.46C96.2202 23.74 96.1402 23.9 96.0602 23.79C95.9801 23.71 95.9602 23.48 96.0302 23.3ZM85.4501 23.3C85.5302 23.12 85.5802 23.25 85.5802 23.61C85.5802 23.97 85.5302 24.1 85.4501 23.94C85.4002 23.76 85.4002 23.45 85.4501 23.29M78.1801 23.07C76.4501 22.12 76.1701 21.96 75.2601 21.21C74.8201 20.83 74.5602 20.51 74.7202 20.51C74.8802 20.51 75.1301 20.67 75.2901 20.87C75.4701 21.08 76.2701 21.54 77.0701 21.93C78.8001 22.78 80.2202 23.79 80.2202 24.18C80.2202 24.34 80.0402 24.31 79.7502 24.08C79.5202 23.85 78.8001 23.41 78.1801 23.07ZM67.4202 24.72C67.0102 24.18 66.9601 23.77 67.3201 24C67.6501 24.21 68.1702 25.16 67.9402 25.16C67.8402 25.16 67.6102 24.95 67.4202 24.72ZM76.8602 24.9C76.8602 24.77 76.9101 24.64 76.9601 24.64C77.0401 24.64 77.1702 24.77 77.2402 24.9C77.3202 25.06 77.2702 25.16 77.1402 25.16C76.9802 25.16 76.8602 25.06 76.8602 24.9ZM99.7502 24.75C99.7202 24.65 99.9002 24.54 100.13 24.49C100.52 24.44 100.54 24.52 100.29 24.98C100.03 25.5 99.9302 25.45 99.7502 24.75ZM102.74 26.55C102.82 26.47 103.05 26.45 103.23 26.53C103.44 26.61 103.36 26.68 103.07 26.68C102.79 26.71 102.63 26.63 102.74 26.55ZM100.99 26.74C101.07 26.58 100.73 26.41 100.22 26.3C99.7302 26.22 99.3902 26.04 99.4702 25.91C99.5502 25.78 99.7302 25.75 99.8802 25.83C100.04 25.93 100.4 26.01 100.71 26.04C101.25 26.06 101.66 26.97 101.12 26.97C100.97 26.97 100.89 26.87 100.99 26.74ZM104.83 26.76C105.09 26.71 105.4 26.76 105.55 26.91C105.7 27.07 105.55 27.09 105.06 27.02C104.52 26.89 104.47 26.84 104.83 26.76ZM96.2101 27.23C96.2101 27.1 96.3601 26.9 96.5401 26.79C96.8201 26.61 97.6501 24.49 97.5701 24.13C97.5201 23.87 98.5002 23.9 98.6602 24.16C98.7402 24.29 98.6301 24.32 98.4301 24.24C98.1501 24.13 98.0202 24.24 98.0202 24.5C98.0202 24.73 97.8602 24.91 97.6902 24.94C97.4802 24.94 97.4802 24.99 97.6602 25.07C98.1202 25.25 96.9902 27.5 96.4501 27.5C96.3201 27.5 96.2202 27.4 96.2202 27.24M106.18 27.28C106.1 27.15 106.2 27.05 106.41 27.05C106.62 27.05 106.72 27.15 106.64 27.28C106.56 27.39 106.46 27.49 106.41 27.49C106.36 27.49 106.25 27.39 106.18 27.28ZM97.8902 27.51C97.9702 27.35 98.1702 27.3 98.3302 27.38C98.4902 27.48 98.4602 27.61 98.2502 27.76C97.8402 28.02 97.6602 27.87 97.8902 27.5M109.37 27.61C109.37 27.61 109.63 27.48 109.96 27.43C110.32 27.35 110.58 27.43 110.58 27.61C110.58 27.79 110.32 27.87 109.96 27.79C109.63 27.74 109.37 27.63 109.37 27.61ZM65.1201 28C65.0401 27.87 65.0902 27.74 65.2202 27.74C65.3802 27.74 65.5002 27.87 65.5002 28C65.5002 28.16 65.4501 28.26 65.4001 28.26C65.3201 28.26 65.1901 28.16 65.1201 28ZM83.0802 27.17C83.9302 26.45 84.1902 26.63 83.5202 27.43C83.1402 27.92 82.8502 28.08 82.7502 27.89C82.6202 27.74 82.7802 27.4 83.0802 27.17ZM99.5701 27.82C99.4901 27.77 99.9601 27.77 100.6 27.85C101.24 27.9 101.92 27.98 102.07 27.98C102.25 28 102.41 28.11 102.41 28.24C102.41 28.45 99.8301 28.08 99.5701 27.83M112.39 28.1C111.98 28.07 111.59 27.99 111.51 27.92C111.46 27.84 111.77 27.82 112.26 27.84C112.73 27.89 113.37 27.94 113.68 27.97C114.01 27.97 114.27 28.12 114.27 28.28C114.27 28.44 114.04 28.49 113.68 28.36C113.37 28.26 112.78 28.13 112.39 28.1ZM95.7001 28.64C95.8801 28.43 96.1102 28.33 96.2402 28.41C96.5802 28.62 96.2702 29.03 95.7802 29.03C95.4501 29.03 95.4501 28.95 95.7001 28.64ZM104.34 28.77C104.26 28.64 104.31 28.51 104.44 28.51C104.6 28.51 104.72 28.64 104.72 28.77C104.72 28.93 104.67 29.03 104.61 29.03C104.53 29.03 104.4 28.93 104.33 28.77M115.18 28.47C115 28.26 115.08 28.24 115.39 28.36C115.65 28.44 116.22 28.52 116.63 28.52C117.04 28.52 117.38 28.62 117.38 28.78C117.38 29.11 115.55 28.83 115.19 28.47M97.3201 29.08C97.1401 29.03 97.0602 28.87 97.1402 28.74C97.2202 28.59 97.5301 28.56 97.8401 28.66C98.1502 28.76 98.8201 28.94 99.3102 29.05C100.14 29.23 100.11 29.26 98.9202 29.23C98.2001 29.2 97.4801 29.15 97.3201 29.08ZM117.63 28.88C117.63 28.83 117.81 28.78 118.02 28.78C118.23 28.78 118.41 28.88 118.41 29.04C118.41 29.17 118.23 29.22 118.02 29.14C117.81 29.04 117.63 28.93 117.63 28.88ZM119.08 29.06C118.98 28.93 119.16 28.88 119.44 28.96C120.03 29.11 120.11 29.29 119.6 29.29C119.39 29.29 119.16 29.19 119.08 29.06ZM110.64 29.11C110.33 28.7 110.33 28.67 110.67 28.93C110.88 29.09 111.24 29.29 111.44 29.37C111.77 29.5 111.75 29.53 111.41 29.53C111.18 29.56 110.82 29.35 110.64 29.12M101.12 29.39C101.12 29.34 101.35 29.29 101.66 29.29C101.94 29.29 102.12 29.39 102.02 29.55C101.89 29.76 101.12 29.63 101.12 29.39ZM103.05 29.81C102.97 29.68 103.08 29.55 103.28 29.55C103.51 29.55 103.69 29.68 103.69 29.81C103.69 29.96 103.59 30.07 103.46 30.07C103.3 30.07 103.13 29.97 103.05 29.81ZM112.78 29.42C112.86 29.34 113.01 29.47 113.09 29.73C113.24 30.09 113.22 30.12 112.96 29.89C112.78 29.71 112.7 29.5 112.78 29.43M114.54 30.06C114.2 29.85 114.2 29.8 114.59 29.8C114.82 29.8 115.11 29.93 115.18 30.06C115.39 30.4 115.05 30.4 114.54 30.06ZM120.98 30.06C121.19 29.93 121.55 29.83 121.76 29.83C122.02 29.83 121.97 29.91 121.63 30.06C120.93 30.37 120.52 30.37 120.98 30.06ZM106.05 30.19C105.97 30.11 106.23 30.09 106.64 30.17C107.05 30.25 107.44 30.38 107.54 30.45C107.62 30.53 107.36 30.55 106.95 30.48C106.54 30.4 106.15 30.27 106.05 30.2M103.85 30.14C103.95 29.81 104.16 29.65 104.34 29.7C104.62 29.81 104.6 29.93 104.26 30.3C103.72 30.87 103.67 30.84 103.85 30.14ZM66.0302 29.21C66.0302 28.62 66.4901 29.44 66.6501 30.32L66.8302 31.22L66.4202 30.34C66.2102 29.88 66.0401 29.36 66.0401 29.2M105.24 30.84C105.24 30.71 105.29 30.58 105.34 30.58C105.42 30.58 105.55 30.71 105.62 30.84C105.7 31 105.65 31.1 105.52 31.1C105.36 31.1 105.24 31 105.24 30.84ZM68.3501 31.48C68.1701 31.25 68.1402 31.09 68.3002 31.09C68.4302 31.09 68.6101 31.27 68.7101 31.48C68.7901 31.69 68.8201 31.87 68.7601 31.87C68.7001 31.87 68.5301 31.69 68.3501 31.48ZM72.5802 31.9C72.6602 31.77 72.5501 31.54 72.3501 31.36C72.1401 31.18 71.9702 30.92 71.9702 30.77C71.9702 30.62 72.2502 30.77 72.6102 31.1C73.1002 31.56 73.1801 31.77 72.9501 31.93C72.5101 32.19 72.4301 32.19 72.5901 31.9M110.69 31.97C110.15 31.84 109.89 31.66 109.89 31.32C109.89 31.04 110.02 30.83 110.17 30.83C110.3 30.83 110.35 30.96 110.27 31.09C110.19 31.25 110.22 31.35 110.37 31.35C110.5 31.35 110.73 31.14 110.89 30.91C111.1 30.53 111.2 30.5 111.46 30.78C111.64 30.94 112 31.09 112.26 31.09C112.86 31.09 112.88 31.79 112.26 31.94C111.56 32.12 111.54 32.12 110.69 31.97ZM124.47 31.9C124.39 31.77 124.44 31.59 124.6 31.49C124.73 31.41 124.86 31.52 124.86 31.72C124.86 32.18 124.7 32.26 124.47 31.9ZM113.76 32C114.12 31.79 114.59 31.64 114.79 31.64C114.99 31.64 114.81 31.82 114.4 32C113.39 32.47 112.93 32.47 113.75 32M69.0401 32.75C69.1901 32.31 69.6302 32.52 69.6302 33.03C69.6302 33.24 69.4702 33.34 69.2702 33.26C69.0602 33.18 68.9601 32.95 69.0401 32.74M71.5202 33.62C71.4902 33.29 71.3402 33 71.1902 32.95C71.0602 32.9 70.9301 32.64 70.9301 32.36C70.9301 31.74 71.5502 31.97 71.9102 32.74C72.0702 33.1 72.0702 33.46 71.9102 33.75C71.6002 34.32 71.5802 34.29 71.5202 33.62ZM67.8302 34.22C67.8302 34.09 68.0102 33.91 68.2402 33.83C68.6002 33.7 68.6301 33.73 68.3401 34.06C67.9801 34.5 67.8302 34.55 67.8302 34.22ZM61.1201 34.06C61.3001 33.85 61.6902 33.68 61.9702 33.68C62.4902 33.68 62.4902 33.7 61.8902 34.32C61.2202 35.04 60.5002 34.81 61.1102 34.06M69.9001 34.86C69.9001 34.81 70.1101 34.6 70.3401 34.42C70.7501 34.09 70.7802 34.11 70.4402 34.53C70.1102 34.94 69.9001 35.07 69.9001 34.86ZM123.82 34.4C123.82 33.91 124.34 34.01 124.67 34.55C125.08 35.15 125.06 35.15 124.46 34.86C124.1 34.7 123.81 34.5 123.81 34.4M115.98 36.36C115.9 36.15 115.93 36.05 116.08 36.13C116.24 36.21 116.34 36.39 116.34 36.54C116.34 36.9 116.16 36.82 115.98 36.36ZM122.09 37.65C122.17 37.57 122.4 37.55 122.58 37.62C122.79 37.7 122.71 37.78 122.43 37.78C122.15 37.81 121.99 37.73 122.09 37.65ZM123.88 37.42C123.93 37.29 124.03 37.19 124.14 37.24C124.27 37.27 124.35 37.19 124.35 37.03C124.35 36.9 124.58 36.77 124.87 36.77C125.46 36.77 125.46 37.31 124.87 37.6C124.35 37.83 123.79 37.73 123.89 37.42M120.8 37.91C120.88 37.83 121.11 37.81 121.29 37.88C121.5 37.96 121.42 38.04 121.13 38.04C120.85 38.07 120.69 37.99 120.8 37.91ZM119.95 38.06C119.95 37.93 120 37.8 120.05 37.8C120.13 37.8 120.26 37.93 120.33 38.06C120.41 38.21 120.36 38.32 120.23 38.32C120.07 38.32 119.95 38.22 119.95 38.06ZM107.83 38.73C107.83 38.65 107.93 38.52 108.09 38.45C108.22 38.37 108.35 38.43 108.35 38.55C108.35 38.71 108.22 38.83 108.09 38.83C107.93 38.83 107.83 38.78 107.83 38.73ZM108.6 38.58C108.6 38.45 108.7 38.32 108.86 38.32C108.99 38.32 109.12 38.45 109.12 38.58C109.12 38.74 108.99 38.84 108.86 38.84C108.71 38.84 108.6 38.74 108.6 38.58ZM117.45 38.27C117.53 38.06 117.6 38.14 117.6 38.43C117.63 38.71 117.55 38.87 117.47 38.76C117.39 38.68 117.37 38.45 117.45 38.27ZM103.83 39.64C103.99 39.53 104.66 39.36 105.38 39.28L106.67 39.15L105.64 39.48C104.43 39.89 103.5 39.97 103.83 39.64ZM113.79 39.59C113.14 39.95 112.71 39.41 113.3 39C113.53 38.84 113.76 38.48 113.84 38.2C113.927 37.8733 114.03 37.89 114.15 38.25C114.41 39.03 115 39.1 116.03 38.48L116.91 37.99L116.81 38.61C116.76 39.05 116.55 39.26 116.09 39.31C115.73 39.36 115.34 39.52 115.21 39.65C115.05 39.78 114.82 39.75 114.64 39.6C114.41 39.42 114.15 39.42 113.79 39.6M63.3102 39.87C63.3902 39.74 63.6701 39.61 63.9001 39.64C64.2601 39.64 64.2301 39.69 63.8201 39.87C63.3535 40.0567 63.1802 40.0567 63.3002 39.87M108.21 39.87C108.29 39.74 108.52 39.61 108.67 39.61C108.85 39.61 108.83 39.71 108.59 39.87C108.1 40.18 108 40.18 108.2 39.87M54.2301 40.08C54.3101 39.87 54.3902 39.95 54.3902 40.24C54.4102 40.52 54.3401 40.68 54.2601 40.57C54.1801 40.49 54.1501 40.26 54.2301 40.08ZM91.6001 39.76C91.6001 39.58 91.6501 39.55 91.7301 39.76C91.8601 40.1 93.3802 39.92 93.3802 39.55C93.3802 39.42 93.5102 39.39 93.6902 39.5C93.8702 39.6 93.6401 39.83 93.0901 40.12C92.2101 40.56 91.5401 40.4 91.6001 39.76ZM58.4102 42.19C58.4902 42.06 58.7201 41.93 58.8701 41.93C59.0501 41.93 59.0301 42.03 58.7901 42.19C58.3001 42.5 58.2001 42.5 58.4001 42.19M51.3201 42.6C51.3201 42.55 51.7602 42.19 52.2702 41.8L53.2502 41.1L52.4001 41.9C51.6201 42.65 51.3201 42.85 51.3201 42.6ZM95.1801 42.99C95.1801 42.86 95.5701 42.68 96.0602 42.6C96.5502 42.5 97.0101 42.29 97.0901 42.11C97.1702 41.88 97.2701 41.88 97.4501 42.14C97.6301 42.4 97.7302 42.4 98.0202 42.06C98.2002 41.83 98.5102 41.7 98.6702 41.78C98.8502 41.83 99.2102 41.75 99.4702 41.57C100.17 41.1 101.07 40.9 101.17 41.21C101.22 41.36 101.48 41.36 101.89 41.21C103.57 40.54 103.52 40.54 106.12 40.25C107.49 40.1 107.85 40.12 107.72 40.36C107.59 40.57 107.88 40.51 108.52 40.25C109.58 39.79 112.98 39.53 112.98 39.89C112.98 40.02 112.77 40.12 112.52 40.12C112.27 40.12 111.93 40.25 111.75 40.43C111.52 40.66 111.44 40.66 111.44 40.38C111.41 40.1 111.34 40.1 111.08 40.46C110.8 40.82 110.36 40.92 109.3 40.92C108.52 40.92 107.62 41.08 107.29 41.25C106.62 41.58 106.03 41.53 106.03 41.12C106.03 40.96 106.13 40.91 106.26 40.99C106.36 41.07 106.7 40.96 106.96 40.76C107.22 40.56 107.32 40.37 107.14 40.37C106.62 40.37 105.51 40.94 105.64 41.17C105.8 41.4 105.59 41.53 104.66 41.76C104.17 41.86 103.99 41.84 104.09 41.66C104.17 41.53 104.55 41.4 104.94 41.4C105.38 41.4 105.53 41.32 105.35 41.14C104.99 40.78 103.39 41.35 103.62 41.73C103.72 41.91 103.59 41.89 103.36 41.68C103 41.4 102.84 41.4 102.53 41.65C102.32 41.83 102.14 41.88 102.14 41.8C102.14 41.7 101.93 41.75 101.68 41.88C101.42 42.01 100.67 42.19 99.9801 42.27C99.3102 42.35 98.6401 42.5 98.4801 42.58C98.3501 42.68 97.6302 42.79 96.9102 42.84C96.1902 42.92 95.5402 43.02 95.4702 43.07C95.2902 43.25 95.1902 43.23 95.1902 42.97M57.6102 43.02C57.9168 42.7467 57.9702 42.7967 57.7702 43.17C57.6102 43.51 57.4102 43.71 57.3002 43.64C57.2202 43.53 57.3502 43.28 57.6102 43.02ZM98.5401 43.48C98.5401 43.35 98.5902 43.22 98.6402 43.22C98.7202 43.22 98.8502 43.35 98.9202 43.48C99.0002 43.64 98.9501 43.74 98.8201 43.74C98.6701 43.74 98.5401 43.64 98.5401 43.48ZM101.14 43.92C101.19 43.87 101.58 43.74 101.99 43.64L102.77 43.46L102.12 43.98C101.76 44.29 101.4 44.39 101.27 44.24C101.14 44.11 101.06 43.98 101.14 43.93M48.3501 45.29C48.5601 45.06 48.7402 44.72 48.7402 44.57C48.7402 44.39 48.8702 44.26 49.0202 44.26C49.1702 44.26 49.6402 43.98 50.0802 43.62C50.9302 42.9 51.5802 42.74 51.0602 43.36C50.8801 43.57 50.8002 43.9 50.8802 44.08C50.9902 44.34 50.8602 44.41 50.4402 44.34C49.9002 44.24 48.5602 45.14 48.6602 45.53C48.6902 45.63 48.5301 45.74 48.3201 45.74C48.0101 45.74 48.0101 45.66 48.3501 45.3M94.5101 45.13C94.4101 44.74 94.4602 44.36 94.6602 44.18C94.9202 43.95 94.9401 43.95 94.8201 44.18C94.7401 44.34 94.7701 44.77 94.9202 45.13C95.0802 45.54 95.0802 45.8 94.9202 45.8C94.7901 45.8 94.5901 45.49 94.5101 45.13ZM47.4202 45.73C47.6802 45.5 47.7002 45.52 47.5502 45.89C47.4702 46.15 47.3202 46.28 47.2402 46.2C47.1602 46.12 47.2402 45.92 47.4202 45.74M77.1201 46.27C77.1201 46.17 77.3502 46.06 77.6402 46.06C77.9302 46.06 78.1602 46.16 78.1602 46.29C78.1602 46.44 77.9302 46.52 77.6402 46.5C77.3602 46.47 77.1201 46.37 77.1201 46.27ZM63.7001 46.84C63.1601 46.84 62.4301 46.94 62.0701 47.07C61.4201 47.33 61.0401 47.17 60.9301 46.66C60.8801 46.43 61.0402 46.4 61.5002 46.58C61.9402 46.74 62.1501 46.74 62.1501 46.56C62.1501 46.4 62.2502 46.38 62.4102 46.45C62.5402 46.53 62.8802 46.48 63.1602 46.32C63.5202 46.14 63.7302 46.14 63.8302 46.35C63.9302 46.51 64.1601 46.56 64.3701 46.48C64.5801 46.4 64.7301 46.38 64.7301 46.43C64.7301 46.51 64.7801 46.69 64.8102 46.89C64.8601 47.07 64.8601 47.15 64.8102 47.04C64.7302 46.91 64.2402 46.83 63.7001 46.83M66.3602 47.71C66.4402 47.63 66.6701 47.61 66.8501 47.68C67.0601 47.76 66.9802 47.84 66.6902 47.84C66.4102 47.87 66.2502 47.79 66.3602 47.71ZM64.3501 48.15C64.4001 48.05 64.8202 47.97 65.3102 47.94C66.0602 47.91 66.0802 47.94 65.5202 48.1C64.7202 48.33 64.2302 48.36 64.3602 48.15M44.6102 48.1C44.9702 47.82 45.6402 47.22 46.0802 46.78C46.8802 46.03 46.9301 46.03 46.9301 46.55C46.9301 46.86 46.7701 47.09 46.5401 47.09C46.3301 47.09 45.9702 47.37 45.7402 47.76C45.5102 48.12 45.1501 48.35 44.9601 48.27C44.7801 48.19 44.5502 48.24 44.4702 48.37C44.3702 48.53 44.2402 48.63 44.1402 48.63C44.0402 48.61 44.2401 48.37 44.6001 48.09M76.2402 48.23C76.1602 48.02 76.1901 47.92 76.3501 48C76.5001 48.08 76.6102 48.26 76.6102 48.41C76.6102 48.77 76.4302 48.69 76.2502 48.23M69.9001 48.98C69.9001 48.9 70.1302 48.9 70.4102 48.98C70.6902 49.06 70.9301 49 70.9301 48.87C70.9301 48.74 71.2401 48.64 71.6001 48.64C71.9601 48.64 72.4501 48.54 72.7101 48.41C72.9701 48.25 73.3101 48.25 73.5401 48.41C73.7201 48.54 73.8502 48.64 73.7702 48.64C73.6902 48.67 73.1201 48.72 72.4801 48.8C71.8401 48.88 71.2202 49.03 71.1102 49.16C70.8802 49.37 69.9001 49.21 69.9001 48.98ZM54.7001 49.13C54.9101 49 55.3501 48.92 55.7101 48.95C56.0701 48.95 57.0501 48.9 57.9001 48.79C58.7501 48.69 59.9602 48.56 60.6102 48.51C61.2602 48.46 62.1801 48.33 62.7001 48.25C63.2402 48.15 63.7102 48.17 63.7802 48.3C63.8602 48.4 63.5502 48.53 63.1102 48.53C62.0002 48.58 54.8302 49.67 54.6702 49.82C54.6202 49.9 54.5102 49.82 54.4402 49.64C54.3902 49.48 54.5201 49.25 54.7001 49.12M88.2901 49.36C88.3701 49.15 88.4501 49.23 88.4501 49.52C88.4801 49.8 88.4001 49.96 88.3201 49.85C88.2401 49.77 88.2201 49.54 88.2901 49.36ZM45.5101 50.71C45.4301 50.58 45.5302 50.45 45.7402 50.45C45.9702 50.45 46.1501 50.35 46.1501 50.22C46.1501 50.09 46.4102 50.04 46.6902 50.12C47.2302 50.28 47.2301 50.3 46.7901 50.64C46.2201 51.03 45.7302 51.08 45.5002 50.72M58.2101 50.6C58.4701 50.27 58.8002 50.06 58.9902 50.11C59.4502 50.29 58.8101 51.22 58.2101 51.22C57.7701 51.22 57.7701 51.19 58.2101 50.6ZM87.9601 50.68C87.9601 50.4 88.0602 50.22 88.2202 50.32C88.3502 50.4 88.4002 50.63 88.3002 50.84C88.1202 51.38 87.9702 51.33 87.9702 50.68M81.2502 51.07C81.2502 50.86 81.1202 50.71 80.9902 50.71C80.8302 50.71 80.7301 50.38 80.7301 49.96C80.7301 49.54 80.5501 49.08 80.3501 48.9C80.1401 48.72 80.0101 48.49 80.0901 48.38C80.1702 48.25 79.8802 47.4 79.4402 46.44C79.0302 45.49 78.6602 44.56 78.6602 44.35C78.6602 44.14 78.5102 43.99 78.3302 43.96C78.1002 43.96 78.1002 43.91 78.3602 43.8C78.5702 43.72 78.4901 43.52 78.1001 43.18L77.5101 42.72L78.0802 42.69C78.7802 42.69 79.5802 44.11 79.8401 45.81C79.9401 46.43 80.1202 47 80.2502 47.02C80.3802 47.07 80.4302 47.23 80.3602 47.33C80.2802 47.46 80.3801 48 80.6201 48.52C80.8301 49.04 81.0101 49.68 81.0101 49.94C81.0101 50.22 81.1102 50.43 81.2402 50.43C81.3702 50.43 81.5202 50.71 81.5802 51.08C81.6602 51.41 81.6002 51.65 81.5002 51.57C81.3702 51.49 81.2702 51.26 81.2702 51.05M76.0602 51.74C76.0102 51.35 75.9601 51.17 75.6001 50.35C75.2601 49.5 75.3402 49.37 76.2202 49.27C76.6302 49.22 76.8602 49.32 76.8602 49.58C76.8602 49.79 76.6802 49.94 76.4702 49.94C76.0302 49.94 75.9601 50.58 76.3401 50.84C76.4701 50.92 76.6001 51.23 76.6001 51.51C76.6001 52 76.1101 52.23 76.0602 51.74ZM89.4801 52.33C89.6901 51.94 89.7401 51.94 89.7601 52.28C89.7601 52.72 89.5002 53.11 89.3002 52.93C89.2502 52.85 89.3201 52.6 89.4801 52.34M46.6702 52.87C46.6702 52.66 46.9002 52.51 47.1602 52.51C47.4402 52.51 47.7502 52.41 47.8302 52.25C47.9102 52.12 48.1102 51.99 48.2402 51.99C48.4002 51.99 48.1902 52.32 47.8002 52.74C47.0802 53.52 46.6602 53.57 46.6602 52.87M76.6801 53.03C76.5001 52.77 76.4502 52.49 76.5502 52.41C76.6502 52.36 76.8601 52.59 77.0401 52.93C77.3701 53.68 77.1201 53.76 76.6801 53.03ZM90.2802 53.44C90.2802 53.39 90.4602 53.21 90.6602 53.03C91.0002 52.75 91.0202 52.77 90.8902 53.13C90.7602 53.49 90.2702 53.72 90.2702 53.44M47.8802 53.93C48.3202 53.34 49.4801 52.98 49.1201 53.54C49.0401 53.7 48.8102 53.8 48.6302 53.8C48.4202 53.8 48.1401 53.98 47.9601 54.19C47.4501 54.81 47.3902 54.63 47.8802 53.93ZM79.8602 54.04C79.9402 53.88 79.9101 53.58 79.8102 53.34C79.7102 53.11 79.6002 52.85 79.5802 52.77C79.3202 52 78.9101 51.25 78.6801 51.09C78.5501 51.01 78.4702 50.83 78.5502 50.7C78.6302 50.57 78.6002 50.26 78.4501 50C78.3201 49.74 78.0602 49.2 77.8802 48.76C77.7002 48.35 77.4902 47.88 77.4402 47.78C77.3902 47.68 77.4601 47.63 77.5901 47.65C77.7501 47.7 78.0501 47.5 78.2901 47.21C78.7001 46.69 78.7001 46.72 78.5701 47.39C78.4901 47.75 78.5201 48.11 78.6501 48.16C78.7801 48.21 78.9601 48.65 79.0101 49.14C79.0901 49.63 79.1602 50.04 79.1902 50.04C79.2202 50.04 79.2701 50.22 79.3201 50.42C79.3701 50.63 79.6302 51.58 79.9102 52.54C80.1902 53.49 80.3502 54.35 80.2702 54.4C80.0602 54.63 79.6802 54.27 79.8602 54.01M83.5202 53.55C83.2902 52.85 83.1601 52.26 83.2101 52.26C83.3901 52.26 84.1902 53.94 84.2202 54.4C84.3002 55.28 83.9402 54.81 83.5202 53.55ZM85.3802 54.22C85.3802 53.91 85.2002 53.42 84.9902 53.14C84.7802 52.88 84.6001 52.44 84.6001 52.19C84.6001 51.94 84.2701 51.06 83.8501 50.25C83.4401 49.45 83.0001 48.5 82.8701 48.14C82.7101 47.78 82.2802 46.8 81.8602 45.95C81.1402 44.4 81.0801 44.25 81.0101 43.73C81.0101 43.6 80.8502 43.55 80.7001 43.63C80.5401 43.73 80.4702 43.66 80.4902 43.47C80.5202 43.26 80.4602 42.9 80.3902 42.67C80.2902 42.41 80.1602 42.02 80.0802 41.82C79.9802 41.48 78.6601 41.25 78.3201 41.51C78.2701 41.54 78.0602 41.43 77.8602 41.25C77.5802 41.02 77.1901 41.1 76.1001 41.59C75.3501 41.95 74.6602 42.16 74.5802 42.1C74.5002 42.02 74.3202 42.05 74.1702 42.18C74.0202 42.31 73.2901 42.54 72.6001 42.67C71.8801 42.82 70.3802 43.11 69.2502 43.34C67.3702 43.73 64.8402 44.17 63.1902 44.4C62.8302 44.45 62.5401 44.51 62.5401 44.53C62.5401 44.56 62.0801 44.61 61.5101 44.64C60.9401 44.69 60.0701 44.79 59.5701 44.9L58.6702 45.08L59.3701 44.62C59.8401 44.34 60.0901 43.92 60.1201 43.51C60.1501 43.07 60.2002 43.02 60.2802 43.33C60.3302 43.56 60.4402 43.77 60.4902 43.77C60.6202 43.77 66.1202 40.08 66.9102 39.46C67.3202 39.13 67.5602 38.87 67.4501 38.87C67.3401 38.87 67.8902 38.54 68.6402 38.15C70.3402 37.25 73.0002 35.29 73.0302 34.9C73.0602 34.74 73.0602 34.54 73.0602 34.46C73.0301 34.36 73.2102 34.31 73.4702 34.33C73.8102 34.35 73.9102 34.12 73.9102 33.32C73.9302 32.75 73.8101 32.05 73.6801 31.77C73.5501 31.49 73.4201 31.07 73.4001 30.87C73.3201 30.09 72.7002 28.55 72.4702 28.55C72.3402 28.55 72.2402 28.32 72.2402 28.03C72.2402 27.74 72.1101 27.52 71.9601 27.52C71.8101 27.52 71.7302 27.29 71.8002 27C71.8802 26.72 71.8502 26.48 71.7202 26.48C71.3902 26.48 71.2302 25.48 71.5602 25.35C71.7201 25.3 71.6401 25.22 71.4001 25.22C70.8101 25.19 70.0801 23.9 70.6501 23.9C70.8601 23.9 72.7101 24.93 73.9001 25.71C74.2101 25.92 75.0301 26.43 75.7301 26.84C76.4301 27.28 77.3501 27.87 77.7901 28.21C78.2301 28.54 78.7201 28.8 78.9001 28.8C79.0601 28.8 79.2601 28.96 79.3401 29.16C79.4202 29.37 79.6502 29.47 79.8602 29.39C80.0402 29.31 80.3001 29.44 80.3701 29.67C80.4701 29.9 81.0202 30.34 81.5802 30.65C82.5902 31.14 82.6402 31.14 82.9702 30.7C83.2502 30.32 83.2001 30.21 82.5302 29.87C81.7302 29.48 81.6302 29.04 82.2502 28.84C82.4302 28.79 82.6401 28.97 82.7101 29.28C82.8701 29.93 83.1702 29.98 83.4102 29.44C83.4902 29.23 83.7201 29.05 83.9501 29.05C84.1601 29.05 84.3401 28.87 84.3401 28.66C84.3401 28.45 84.4401 28.27 84.6001 28.27C84.8101 28.27 87.1002 25.97 88.9402 23.96C89.3502 23.5 89.8202 23.11 89.9702 23.11C90.1502 23.11 90.2802 23.01 90.2802 22.88C90.2802 22.78 90.9802 21.93 91.8302 21.02C92.6802 20.12 93.3302 19.24 93.2702 19.08C93.2202 18.92 93.2701 18.64 93.4001 18.43C93.5801 18.15 93.6302 18.2 93.6302 18.64C93.6302 19.15 93.7301 19.1 94.7901 18.15C95.4401 17.56 95.9501 16.96 95.9501 16.81C95.9501 16.66 96.2102 16.37 96.5202 16.16C96.9002 15.92 96.9435 16.0233 96.6501 16.47C96.4201 16.85 96.2101 17.42 96.2101 17.76C96.2101 18.07 96.1101 18.46 95.9501 18.61C95.8201 18.74 95.6401 19.31 95.5401 19.87C95.4601 20.44 95.3102 21.03 95.2301 21.16C95.1301 21.32 95.0502 21.47 95.0202 21.55C94.8402 22.58 94.5302 23.1 94.2402 22.99C93.8002 22.83 93.8002 22.86 94.1402 23.71C94.3702 24.38 94.0602 24.69 93.8002 24.07C93.7202 23.89 93.6501 23.99 93.6501 24.3C93.6201 24.61 93.5202 25.13 93.3902 25.46C93.2602 25.8 93.0301 26.8 92.8501 27.73C92.6701 28.66 92.4401 29.84 92.3401 30.39C92.1801 31.14 92.2102 31.34 92.4902 31.24C92.6702 31.16 92.9602 31.26 93.1102 31.47C93.3402 31.75 93.5001 31.75 94.0901 31.44C94.4501 31.26 94.8401 31.18 94.9202 31.28C95.0002 31.38 95.3302 31.49 95.7001 31.51C97.5602 31.67 98.1801 31.74 98.4601 31.92C98.6401 32.05 98.9002 32.05 99.0502 31.97C99.1802 31.89 99.3102 31.95 99.3102 32.1C99.3102 32.25 99.4401 32.31 99.5701 32.23C99.7301 32.13 100.06 32.15 100.29 32.26C100.52 32.36 101.14 32.47 101.63 32.52C102.12 32.55 102.58 32.6 102.66 32.62C102.74 32.65 102.97 32.67 103.23 32.65C103.46 32.62 103.72 32.7 103.8 32.83C103.88 32.99 104.34 33.01 104.86 32.88C105.35 32.78 105.76 32.75 105.76 32.85C105.76 32.93 106.48 33.03 107.36 33.08C108.24 33.13 109.14 33.26 109.37 33.39C109.63 33.52 109.89 33.57 109.96 33.49C110.04 33.41 110.24 33.41 110.43 33.54C110.84 33.77 112.29 33.8 112.67 33.54C112.85 33.43 112.98 33.49 112.98 33.64C112.98 33.79 113.19 33.9 113.42 33.87C114.22 33.79 114.53 33.9 114.53 34.18C114.53 34.31 114.45 34.39 114.32 34.31C114.22 34.26 113.08 34.41 111.82 34.67C110.53 34.93 108.8 35.21 107.95 35.32C106.61 35.5 105.81 35.6 105.55 35.68C105.52 35.71 105.45 35.71 105.34 35.68C105.26 35.68 104.93 35.86 104.57 36.07C104.24 36.3 103.95 36.38 103.95 36.25C103.95 36.09 103.69 36.07 103.36 36.15C103.05 36.23 102.35 36.36 101.81 36.41C101.29 36.49 100.85 36.64 100.85 36.74C100.85 36.84 100.57 36.87 100.21 36.79C99.8701 36.74 99.3602 36.76 99.1302 36.87C98.8702 37 98.5602 37.05 98.4102 37.03C98.0502 36.93 93.5602 37.8 93.2502 38.04C93.0902 38.14 92.5502 38.25 91.9902 38.25C91.4502 38.28 90.8502 38.41 90.6702 38.56C90.5201 38.69 90.3101 38.74 90.2101 38.66C90.0301 38.48 89.5702 39.36 89.4102 40.16C89.3302 40.49 89.2802 40.78 89.2802 40.83C89.2502 40.85 89.2502 40.93 89.2502 41.01C89.2202 41.09 89.0702 41.58 88.8602 42.15C88.6802 42.72 88.5801 43.23 88.6501 43.31C88.7501 43.39 88.6802 43.47 88.5202 43.47C88.3602 43.47 88.2902 43.65 88.3602 43.86C88.4702 44.07 88.4102 44.4 88.2802 44.58C88.1502 44.73 88.0701 45.28 88.0701 45.74C88.1001 46.18 88.0202 46.57 87.9102 46.57C87.6802 46.57 87.3701 47.47 87.2901 48.46C87.2401 48.87 87.1101 49.31 86.9601 49.47C86.6801 49.75 86.9302 50.6 87.5302 51.48C87.6902 51.71 87.5602 51.64 87.2502 51.3C86.9402 50.97 86.6302 50.71 86.5502 50.71C86.4002 50.71 86.5502 52.05 86.7802 52.65C86.9902 53.12 86.9602 53.14 86.5202 52.78C86.2402 52.55 86.1102 52.52 86.2402 52.73C86.3402 52.88 86.3201 53.04 86.2101 53.04C86.0801 53.04 85.9801 53.35 85.9501 53.76C85.9202 55 85.8701 55.13 85.6201 54.97C85.4601 54.89 85.3602 54.56 85.3602 54.22M88.6801 55.4C88.8601 55.35 88.9101 55.17 88.8401 55.04C88.7301 54.86 88.7902 54.83 88.9402 54.93C89.0902 55.04 89.1702 55.27 89.0901 55.47C88.9902 55.68 88.8101 55.78 88.6501 55.68C88.4401 55.55 88.4701 55.47 88.6801 55.4ZM89.5101 56.02C89.5101 55.97 89.6901 55.79 89.9001 55.61C90.2301 55.33 90.2602 55.35 90.1302 55.71C90.0002 56.07 89.5101 56.3 89.5101 56.02ZM84.1102 55.35C84.1102 55.09 84.1901 55.14 84.3401 55.48C84.6502 56.18 84.6502 56.59 84.3401 56.13C84.2101 55.92 84.1102 55.56 84.1102 55.35ZM80.8102 56.75C80.8902 56.67 80.8601 56.31 80.7301 55.97C80.6001 55.64 80.5801 55.35 80.7101 55.35C80.8401 55.35 80.9901 55.63 81.0401 56C81.1701 56.59 81.0702 56.9 80.7802 56.9C80.7001 56.9 80.7001 56.82 80.8102 56.75ZM78.0502 56.77C77.9502 56.41 77.9002 56.05 77.9202 55.97C77.9202 55.87 77.8102 55.71 77.6602 55.61C77.2502 55.38 76.8302 53.8 77.1702 53.8C77.3002 53.8 77.4802 54.03 77.5502 54.32C77.6302 54.6 77.8302 54.83 77.9902 54.83C78.2002 54.83 78.2701 55.11 78.2001 55.58C78.1502 55.99 78.2302 56.56 78.3802 56.87C78.5602 57.15 78.5901 57.41 78.4301 57.41C78.3001 57.41 78.1201 57.13 78.0401 56.76M88.2702 57.03C88.3502 56.95 88.5002 57.08 88.5802 57.34C88.7302 57.7 88.7101 57.72 88.4501 57.49C88.2701 57.31 88.1902 57.11 88.2702 57.03ZM86.3602 56.75C86.9302 56 86.9801 56.1 86.6201 57.11C86.4101 57.6 86.2302 57.81 86.1302 57.62C86.0302 57.47 86.1302 57.08 86.3602 56.74M87.9601 58.16C87.9601 57.88 88.0602 57.7 88.2202 57.8C88.3502 57.88 88.4002 58.11 88.3002 58.32C88.1202 58.86 87.9702 58.81 87.9702 58.16M91.0502 58.14C91.0502 57.83 91.1301 57.68 91.2301 57.78C91.5101 58.04 91.5401 58.71 91.2802 58.71C91.1502 58.71 91.0502 58.45 91.0502 58.14ZM78.7502 59.58C78.8302 59.48 78.7701 59.17 78.6201 58.86C78.3601 58.37 78.3602 58.34 78.7502 58.68C79.2402 59.09 79.3402 59.74 78.8802 59.74C78.7202 59.74 78.6702 59.66 78.7502 59.58ZM85.4501 59.43C85.5302 59.22 85.6102 59.3 85.6102 59.59C85.6402 59.87 85.5602 60.03 85.4801 59.92C85.4001 59.84 85.3801 59.61 85.4501 59.43ZM77.0202 59.87C77.1202 59.66 77.2302 59.48 77.2802 59.48C77.3302 59.48 77.3802 59.66 77.3802 59.87C77.3802 60.08 77.2801 60.26 77.1201 60.26C76.9901 60.26 76.9402 60.08 77.0202 59.87ZM85.5101 60.51C85.4301 60.38 85.4802 60.25 85.6102 60.25C85.7702 60.25 85.8902 60.38 85.8902 60.51C85.8902 60.67 85.8401 60.77 85.7901 60.77C85.7101 60.77 85.5801 60.67 85.5101 60.51ZM87.5401 59.84C87.9501 59.06 88.0802 59.4 87.8002 60.46C87.7002 60.85 87.5402 60.98 87.3902 60.82C87.2402 60.66 87.2902 60.3 87.5502 59.84M79.3701 60.98C79.1401 60.18 79.3201 60.13 79.6501 60.9C79.8101 61.26 79.8601 61.55 79.7301 61.55C79.6001 61.55 79.4501 61.29 79.3701 60.98ZM85.8902 61.6C85.8902 61.21 85.9401 61.21 86.1501 61.55C86.4801 62.07 86.4801 62.4 86.1501 62.2C85.9901 62.12 85.8902 61.84 85.8902 61.61M86.5602 63.97C86.3302 63.35 86.3801 63.27 86.7901 63.71C87.2301 64.15 87.2802 64.38 86.9501 64.38C86.8201 64.38 86.6402 64.2 86.5602 63.97ZM88.3701 63.87C88.2901 63.43 88.1101 63.12 88.0101 63.2C87.7301 63.38 87.8801 62.3 88.4001 60.7C88.6101 60.03 88.7102 59.28 88.6302 59.07C88.5502 58.86 88.5801 58.74 88.7101 58.81C88.8401 58.89 89.0201 58.58 89.1201 58.11C89.2201 57.67 89.3502 57.21 89.3802 57.11C89.4102 56.98 89.4601 56.8 89.4801 56.64C89.4801 56.51 89.6401 56.38 89.7901 56.38C89.9201 56.38 89.9702 56.49 89.8902 56.64C89.8102 56.77 89.6802 57.26 89.6302 57.7C89.5802 58.16 89.4002 59.07 89.2702 59.71C89.1102 60.36 88.8801 61.44 88.7301 62.14C88.5501 62.97 88.5501 63.53 88.7301 63.87C89.0401 64.46 89.0701 64.98 88.7601 64.8C88.6601 64.72 88.4801 64.31 88.3701 63.87ZM89.4801 67.51C89.6901 67.38 89.7102 67.23 89.5602 67.12C89.2501 66.94 89.4002 65.08 89.7702 64.36C89.9802 64 89.9502 63.87 89.7202 63.87C89.4602 63.87 89.4902 63.79 89.7502 63.64C90.1602 63.36 90.2701 62.99 90.4001 61.21C90.4301 60.54 90.5502 60 90.6302 60H91.0701C91.2501 60 91.2501 60.15 91.0701 60.51C90.9201 60.79 90.8602 61.03 90.9702 61.03C91.0502 61.03 91.0202 61.19 90.8902 61.36C90.7302 61.52 90.6302 62.08 90.6302 62.6C90.6302 63.12 90.5802 63.63 90.5002 63.76C90.4202 63.89 90.3701 64.48 90.4001 65.08C90.4301 65.67 90.3202 66.14 90.1902 66.11C90.0602 66.09 89.9302 66.52 89.9102 67.09C89.8568 67.97 89.7102 68.2867 89.4702 68.04C89.2102 67.78 89.2102 67.66 89.5002 67.5M85.7901 67.89C85.6101 67.45 85.3001 66.6 85.1201 66C84.8601 65.17 84.6302 64.89 84.2402 64.87C83.7802 64.84 83.7502 64.82 84.1602 64.71C84.5502 64.61 84.6002 64.43 84.4702 63.91C84.3702 63.53 84.2601 63.01 84.2101 62.75C84.1601 62.52 84.0301 62.16 83.9001 62C83.6201 61.54 83.3601 59.21 83.6201 59.37C83.7201 59.45 83.8302 59.73 83.8302 60.01C83.8302 60.29 83.9602 60.76 84.1102 61.07C84.2702 61.35 84.4502 61.9 84.5002 62.26C84.5802 62.65 84.8601 63.7 85.1702 64.63C85.4802 65.56 85.7102 66.41 85.6902 66.54C85.6402 66.64 85.7401 66.9 85.9001 67.05C86.0301 67.23 86.0801 67.46 85.9801 67.54C85.9001 67.65 85.9502 67.72 86.1102 67.72C86.2702 67.72 86.3902 67.93 86.3902 68.18C86.3602 68.41 86.4402 68.9 86.5202 69.26L86.7001 69.91L86.4202 69.29C86.2602 68.96 86.0102 68.31 85.8002 67.87M90.4601 70.06C90.3001 69.44 91.1601 65.47 91.5401 65.08C91.7201 64.9 91.7701 65 91.7001 65.44C91.6502 65.77 91.5202 66.47 91.4702 66.96C91.3902 67.45 91.2602 68.15 91.1602 68.51C91.0602 68.87 90.9801 69.46 90.9501 69.88C90.9202 70.71 90.6701 70.81 90.4601 70.06ZM87.5401 73.08C87.3801 73 87.1801 72.49 87.1001 71.94C87.0201 71.4 86.8901 70.73 86.8201 70.45C86.7201 70.17 86.8502 70.34 87.0802 70.83C87.3102 71.32 87.6502 71.84 87.8302 71.99C88.3202 72.38 88.5802 73.38 88.1602 73.31C87.9802 73.28 87.7001 73.18 87.5401 73.08ZM83.3902 73.34C83.4702 73.16 83.3702 72.8 83.1602 72.54C82.9802 72.26 82.8801 71.97 82.9301 71.84C83.0101 71.74 82.9602 71.58 82.8002 71.48C82.6702 71.4 82.5401 71.12 82.5401 70.86C82.5401 70.63 82.2301 69.78 81.8701 69C81.4801 68.23 81.2001 67.3 81.2001 66.91C81.2001 66.5 81.0902 66.19 80.9702 66.19C80.8202 66.19 80.7601 66.09 80.8401 65.96C80.9501 65.83 80.7102 65.13 80.3302 64.41C79.9702 63.69 79.7402 62.99 79.8401 62.86C79.9202 62.73 79.8701 62.55 79.7101 62.45C79.4001 62.24 79.6102 61.8 80.0202 61.8C80.1802 61.8 80.2301 61.88 80.1501 61.96C80.0701 62.06 80.1202 62.37 80.3102 62.68C80.4701 62.96 80.6202 63.35 80.6402 63.48C80.6902 64.02 81.1002 65.29 81.4202 65.88C81.6002 66.24 81.6801 66.68 81.6001 66.86C81.5201 67.07 81.6301 67.22 81.8102 67.22C81.9902 67.22 82.0701 67.3 81.9601 67.38C81.8101 67.54 82.1201 68.64 82.6801 69.93C82.8601 70.37 83.0901 71.09 83.1501 71.58C83.2301 72.04 83.4101 72.56 83.5602 72.72C83.7901 72.95 83.6901 73.67 83.4001 73.67C83.3201 73.67 83.3201 73.51 83.4001 73.34M84.2901 75.25C84.4201 75.17 85.2701 75.12 86.1201 75.15C87.0001 75.15 87.6902 75.1 87.6902 74.99C87.6902 74.88 87.9002 74.81 88.1302 74.78C89.5202 74.73 90.6601 74.42 90.8401 74.06C90.9701 73.85 91.1702 73.73 91.3002 73.8C91.6602 74.03 92.0801 72.56 92.1801 70.78C92.1801 70.37 92.3102 70.06 92.4102 70.06C92.5402 70.06 92.5401 69.93 92.4601 69.8C92.2301 69.44 92.5901 67.45 92.8201 67.61C93.0501 67.74 93.0501 67.69 93.2001 65.42C93.2802 64.49 93.4101 63.28 93.4801 62.71C93.5801 62.14 93.6901 61.27 93.7101 60.75C93.7601 60.23 93.8902 59.66 93.9902 59.46C94.1202 59.28 94.2502 58.38 94.3002 57.45C94.3302 56.52 94.4302 55.59 94.5302 55.36C94.6102 55.15 94.7101 54.41 94.7901 53.68C94.9501 51.59 95.0502 51.13 95.3302 51.05C95.4802 51 95.5602 50.56 95.4801 50.07C95.4001 49.58 95.4802 49.17 95.6102 49.17C95.7402 49.17 95.8201 48.78 95.7901 48.29C95.6601 47.05 95.9202 46.9 98.8902 46.48C99.3002 46.4 100.23 46.22 100.93 46.07C101.63 45.91 102.25 45.86 102.32 45.91C102.37 45.99 102.63 45.94 102.89 45.81C103.12 45.68 103.79 45.53 104.39 45.45C104.98 45.37 105.58 45.27 105.68 45.19C105.79 45.14 106.35 45.01 106.89 44.96C107.46 44.88 108.21 44.75 108.57 44.68C109.27 44.52 110.4 44.35 112.03 44.11C112.6 44.03 113.24 43.88 113.45 43.75C113.68 43.65 114.61 43.47 115.54 43.36C116.47 43.26 117.32 43.08 117.45 42.97C117.58 42.84 117.84 42.81 118.07 42.92C118.35 43.02 118.43 42.94 118.3 42.66C118.2 42.38 118.28 42.3 118.58 42.38C119.1 42.51 122.01 41.79 122.22 41.48C122.3 41.35 122.63 41.27 122.94 41.3C123.27 41.33 123.53 41.25 123.53 41.12C123.53 40.99 123.61 40.94 123.74 41.02C123.84 41.07 124.31 40.97 124.74 40.79C125.33 40.53 125.54 40.3 125.44 40.02C125.26 39.55 124.07 39.19 123.82 39.53C123.74 39.66 123.2 39.79 122.66 39.81C122.09 39.86 121.4 40.04 121.11 40.25C120.75 40.46 120.36 40.51 120 40.38C119.62 40.25 119.41 40.3 119.3 40.56C119.22 40.79 119.02 40.87 118.89 40.79C118.73 40.69 118.48 40.74 118.29 40.87C118.11 41.02 117.67 41.1 117.29 41.05C116.85 41 116.59 41.08 116.64 41.26C116.67 41.44 116.46 41.54 116.2 41.49C115.94 41.44 115.63 41.52 115.55 41.65C115.47 41.78 114.47 41.98 113.33 42.09C111.99 42.19 111.09 42.42 110.78 42.68C110.5 42.94 110.37 42.96 110.47 42.81C110.7 42.4 110.5 42.4 109.82 42.73C109.49 42.94 109.33 42.91 109.33 42.73C109.33 42.55 109.18 42.52 108.87 42.7C108.61 42.86 108.12 42.88 107.79 42.81C107.35 42.68 107.25 42.73 107.4 42.99C107.53 43.22 107.5 43.27 107.32 43.15C107.14 43.05 106.86 43.05 106.67 43.18C106.51 43.28 106.18 43.39 105.97 43.39C105.76 43.39 105.45 43.47 105.3 43.57C105.15 43.68 104.68 43.68 104.27 43.55L103.52 43.34L104.5 43.16C105.02 43.06 105.58 43.06 105.71 43.13C105.87 43.21 105.97 43.21 105.97 43.08C105.97 42.72 107.72 42.28 108.03 42.59C108.21 42.77 108.29 42.77 108.29 42.59C108.29 42.43 108.44 42.31 108.6 42.31C109.12 42.28 111.26 41.79 111.26 41.69C111.26 41.64 112.4 41.46 113.12 41.41C113.45 41.38 113.71 41.28 113.71 41.2C113.71 41.1 113.87 41.02 114.02 41.02C114.4 41 115.15 40.84 116.93 40.43C117.63 40.25 118.5 40.07 118.87 40.02C119.82 39.92 120.26 39.79 120.6 39.58C120.78 39.45 121.04 39.43 121.17 39.53C121.3 39.61 121.5 39.53 121.58 39.37C121.68 39.24 121.91 39.16 122.1 39.24C122.28 39.29 122.67 39.19 122.98 38.98C123.26 38.77 123.52 38.65 123.52 38.72C123.52 38.77 123.85 38.75 124.27 38.62C124.84 38.47 125.07 38.49 125.17 38.78C125.25 38.99 125.17 39.14 124.99 39.14C124.81 39.14 125.02 39.32 125.43 39.53C126.46 40.07 126.49 40.05 126.54 38.83C126.59 38.21 126.65 37.07 126.7 36.3C126.75 35.5 126.86 34.73 126.98 34.55C127.08 34.37 127.03 34.24 126.88 34.24C126.73 34.24 126.67 34.11 126.75 33.98C126.85 33.82 126.8 33.54 126.62 33.33C126.41 33.07 126.41 32.84 126.62 32.45C126.83 32.06 126.83 31.91 126.62 31.91C126.46 31.91 126.41 31.78 126.52 31.6C126.65 31.42 126.75 30.72 126.75 30.05C126.77 28.99 126.7 28.81 126.28 28.81C126.02 28.81 125.58 28.71 125.33 28.55C125.07 28.42 124.3 28.24 123.6 28.16C122.93 28.08 122.13 27.98 121.84 27.93C118.98 27.49 116.65 27.26 115.18 27.23C114.66 27.23 114.28 27.1 114.35 26.97C114.45 26.84 114.02 26.74 113.4 26.71C112.78 26.71 112.11 26.66 111.9 26.61C110.17 26.28 109.53 26.17 108.24 26.15C107.41 26.12 106.75 26.02 106.75 25.94C106.75 25.84 106.49 25.76 106.15 25.73C103.72 25.65 103.13 25.6 103.13 25.42C103.13 25.32 102.9 25.26 102.62 25.32C102.34 25.37 102.1 25.37 102.1 25.32C102.1 25.22 102.46 24.26 103.03 22.94C103.24 22.5 103.62 21.34 103.93 20.36C104.21 19.41 104.57 18.32 104.73 17.96C105.45 16.23 105.81 15.46 106.15 14.81C106.36 14.4 106.43 14.09 106.33 14.09C106.2 14.09 106.25 13.96 106.43 13.78C106.61 13.6 106.74 13.24 106.74 12.98C106.74 12.7 106.97 12 107.23 11.41C109.17 7.26 109.27 6.9 108.68 6.46C108.4 6.25 108.37 6.1 108.52 5.97C108.68 5.89 108.8 5.53001 108.8 5.17001C108.8 4.81001 108.7 4.58 108.57 4.65C108.44 4.73 108.21 4.62001 108.03 4.42001C107.85 4.21001 107.54 4.03 107.36 4.03C107.15 4.03 107 3.93 107 3.77C107 3.64 106.82 3.51001 106.59 3.51001C106.38 3.51001 106.28 3.4 106.36 3.25C106.44 3.12 106.31 2.99 106.08 2.99C105.82 2.99 105.69 2.91001 105.77 2.83001C106.03 2.60001 105.1 1.77 104.74 1.9C104.58 1.95 104.43 1.87 104.43 1.72C104.43 1.57 104.27 1.44001 104.07 1.44001C103.87 1.44001 103.66 1.26001 103.55 1.05001C103.47 0.840006 103.27 0.659999 103.09 0.659999C102.91 0.659999 102.42 0.48 102.01 0.27C101.31 -0.09 101.21 -0.09 101.03 0.27C100.9 0.48 100.64 0.659999 100.44 0.659999C100.05 0.659999 95.6701 4.81 88.9301 11.52C86.5601 13.9 84.3401 16.04 83.9501 16.27C83.5901 16.5 83.3501 16.81 83.4301 16.94C83.5101 17.07 83.4302 17.17 83.3002 17.17C83.1402 17.17 83.0202 17.3 83.0202 17.43C83.0202 17.58 82.7602 17.94 82.4501 18.26C81.9601 18.75 81.8801 18.78 81.6001 18.39C81.4201 18.13 81.1601 17.95 80.9801 17.95C80.8201 17.95 80.7001 17.85 80.7001 17.69C80.7001 17.56 80.4902 17.43 80.2402 17.43C79.9902 17.43 79.5401 17.22 79.2601 16.94C78.9801 16.68 78.4601 16.32 78.1001 16.14C77.7701 15.96 77.3201 15.57 77.1501 15.31C76.9701 15.05 76.7102 14.9 76.5802 14.98C76.4502 15.06 76.2701 14.82 76.1702 14.46C76.0901 14.13 75.9102 13.89 75.7802 13.97C75.6502 14.05 75.4702 13.94 75.3902 13.71C75.3102 13.5 75.0801 13.4 74.8701 13.48C74.6601 13.56 74.5101 13.51 74.5101 13.35C74.5101 13.22 74.3002 13.12 74.0502 13.14C73.8202 13.14 73.6402 13.01 73.6902 12.86C73.7202 12.68 73.5602 12.53 73.3602 12.53C73.1602 12.53 72.9702 12.4 72.9702 12.25C72.9702 12.12 72.8701 12.07 72.7101 12.15C72.5801 12.23 72.2701 12.07 72.0101 11.79C71.7801 11.51 71.4902 11.33 71.3602 11.4C71.2602 11.48 71.1501 11.4 71.1501 11.27C71.1501 11.11 70.9702 10.99 70.7402 10.99C70.5102 10.99 70.4302 10.86 70.5302 10.68C70.6602 10.5 70.6101 10.47 70.4001 10.6C70.1701 10.73 70.2202 10.93 70.6102 11.35C71.4402 12.23 71.2502 12.46 70.3802 11.63C69.9702 11.24 69.6302 10.83 69.6602 10.75C69.7402 10.34 69.2802 9.74 68.9902 9.85C68.8102 9.93 68.3202 9.69 67.9102 9.36C66.5702 8.28 65.3802 7.53001 65.6102 7.92001C65.7402 8.13001 65.5802 8.05 65.2802 7.79C64.9702 7.51 64.7101 7.40001 64.6801 7.53001C64.6801 7.66001 64.5802 7.53 64.4702 7.27C64.3702 6.99 64.0102 6.73 63.6702 6.68C63.3102 6.63 62.9501 6.42 62.8201 6.22C62.7201 6.01 62.4102 5.83 62.1702 5.83C61.9302 5.83 61.5202 5.65001 61.2402 5.45001C60.8302 5.14001 60.7202 5.14 60.3602 5.47C60.1502 5.68 59.8202 5.81001 59.6402 5.73001C59.3802 5.63001 59.2802 5.81 59.2802 6.27C59.2802 6.71667 59.1002 6.77667 58.7402 6.45001C58.2502 5.99001 58.2002 5.99001 57.9702 6.42001C57.8102 6.65001 57.5301 7.02001 57.3201 7.20001C55.9301 8.34001 55.2602 9.11001 55.3602 9.45001C55.4902 9.78001 55.4402 9.78001 55.0302 9.45001C54.7502 9.22001 54.6202 9.19001 54.7502 9.40001C54.8502 9.58001 54.8001 9.71 54.6001 9.71C54.4201 9.71 54.5502 9.89001 54.8602 10.12C55.3002 10.4 55.4302 10.74 55.3802 11.26C55.3302 11.67 55.4101 12.01 55.5401 12.01C55.7501 12.01 56.0802 12.99 56.5202 14.87C56.5502 15.08 56.8001 15.46 57.0401 15.75C57.3001 16.01 57.4201 16.34 57.3501 16.47C57.2801 16.6 57.3201 16.83 57.4501 17.01C57.8401 17.45 59.3102 20.29 59.3102 20.57C59.3102 20.67 59.7002 21.35 60.1402 22.01C60.6002 22.68 61.2502 23.77 61.5602 24.41C61.9002 25.06 62.3601 25.93 62.5901 26.35C62.8501 26.79 63.1102 27.3 63.1602 27.51C63.2102 27.72 63.2601 28.02 63.3201 28.15C63.4801 28.8 63.8401 29.47 64.2001 29.72C64.5301 29.98 64.5102 30.03 64.0202 30.19C63.3802 30.4 63.2701 30.81 63.8401 31.02C64.0501 31.12 64.2202 31.33 64.2202 31.54C64.2202 32.08 62.8001 33.45 62.2601 33.42C61.8501 33.42 61.8702 33.37 62.3602 33.16C62.6902 33.03 62.9001 32.83 62.8201 32.7C62.7401 32.57 62.9001 32.42 63.1801 32.34C63.8501 32.16 63.8501 31.23 63.1801 30.87C62.8201 30.66 62.6602 30.66 62.6602 30.87C62.6602 31.13 62.1202 31.67 58.9702 34.53C58.5602 34.92 57.9901 35.3 57.7001 35.41C57.3901 35.49 57.2601 35.72 57.3401 35.92C57.4201 36.13 57.3901 36.26 57.2601 36.18C57.0301 36.03 55.2701 37.21 54.6801 37.91C54.5001 38.14 54.2201 38.35 54.0602 38.35C53.9302 38.35 53.6202 38.56 53.3902 38.84C53.1602 39.1 52.3802 39.74 51.6902 40.28C50.9702 40.82 50.1901 41.49 49.9301 41.8C49.6701 42.08 49.5401 42.16 49.6501 41.96C49.7601 41.75 49.5502 41.85 49.1902 42.22C48.0602 43.36 46.0401 45.11 45.3701 45.52C45.0101 45.75 44.4401 46.22 44.1001 46.53C43.7701 46.86 43.3301 47.12 43.1501 47.12C42.9701 47.12 42.8201 47.43 42.8201 47.84C42.8201 48.23 42.7702 48.79 42.6902 49.13C42.6102 49.49 42.6901 49.7 42.9001 49.7C43.1101 49.7 43.2301 49.85 43.2101 50.03C43.1801 50.34 44.5802 53.33 44.8902 53.57C44.9702 53.65 45.1202 53.96 45.2202 54.27C45.3202 54.58 45.6302 55.12 45.9202 55.48C46.3302 56.02 46.5402 56.1 47.0302 55.89C47.3602 55.76 47.7302 55.73 47.8102 55.81C47.8902 55.92 47.9601 55.84 47.9601 55.66C47.9601 55.43 48.0902 55.43 48.5002 55.66C48.8902 55.87 48.9902 55.87 48.8902 55.66C48.7102 55.4 48.8902 55.35 50.4102 55.25C50.6902 55.22 51.1602 55.09 51.4402 54.97C51.7202 54.82 52.1401 54.71 52.3401 54.74C52.5501 54.77 52.8801 54.66 53.0401 54.53C53.2201 54.4 53.3701 54.37 53.3701 54.48C53.3701 54.59 53.5301 54.53 53.7301 54.38C53.9901 54.17 54.1402 54.15 54.2702 54.36C54.3502 54.49 54.5802 54.62 54.7402 54.62C54.9202 54.62 54.8902 54.52 54.6602 54.34C54.3502 54.13 54.4002 54.08 54.9202 54.13C55.2802 54.16 55.6201 54.13 55.7001 54.11C55.7801 54.08 56.0601 54 56.3401 53.98C57.3701 53.85 57.6301 53.72 58.1001 53.08C58.5401 52.49 58.5901 52.49 58.4601 52.98C58.3601 53.44 58.4601 53.52 58.9501 53.5C59.2801 53.5 59.5701 53.4 59.5701 53.32C59.5701 53.17 59.6001 53.17 61.4801 52.96C62.1501 52.88 62.9002 52.65 63.1102 52.44C63.3202 52.23 63.7002 52.06 63.9902 52.06C64.2502 52.06 64.4801 51.93 64.4801 51.78C64.4801 51.65 64.6102 51.6 64.7402 51.68C64.9002 51.78 64.9501 51.96 64.8701 52.09C64.6601 52.4 64.7702 52.4 65.8802 51.94C66.4002 51.71 66.9401 51.6 67.0901 51.71C67.2201 51.79 67.5301 51.71 67.7601 51.5C68.1201 51.22 68.1702 51.22 67.9702 51.55C67.7902 51.86 67.8101 51.88 68.1201 51.63C68.3301 51.48 68.8702 51.3 69.3302 51.22C69.8002 51.14 70.3102 50.96 70.4902 50.83C70.6702 50.7 71.0802 50.6 71.4402 50.62C71.8002 50.64 72.2202 50.57 72.3902 50.44C72.6002 50.28 72.8502 50.57 73.2202 51.32C73.5302 51.94 73.7601 52.56 73.7601 52.74C73.7601 52.9 73.9902 53.33 74.2802 53.69C74.5602 54.05 74.7901 54.57 74.7901 54.85C74.7901 55.16 74.9201 55.47 75.0701 55.55C75.2301 55.65 75.2802 55.88 75.2001 56.09C75.1201 56.3 75.1702 56.45 75.3002 56.45C75.4002 56.45 75.5802 56.84 75.6902 57.3C75.7902 57.74 76.0001 58.36 76.1801 58.64C76.3601 58.92 76.5101 59.49 76.5401 59.88C76.5701 60.27 76.8701 61.22 77.2601 62C77.6201 62.77 77.8502 63.52 77.7502 63.68C77.6702 63.81 77.7201 63.94 77.8501 63.94C78.0101 63.94 78.1302 64.15 78.1302 64.4C78.1302 64.65 78.2602 64.99 78.4402 65.18C78.6202 65.36 78.6701 65.49 78.5401 65.49C78.4401 65.49 78.5102 65.8 78.7202 66.21C79.5502 67.78 80.9402 70.8 81.0202 71.16C81.0702 71.37 81.2502 71.7 81.4102 71.88C81.5902 72.06 81.7402 72.4 81.7402 72.6C81.7402 72.8 81.8402 72.94 81.9702 72.86C82.1002 72.78 82.2802 73.22 82.3602 73.84C82.5102 74.79 82.6701 75.03 83.2601 75.23C83.6501 75.38 84.1102 75.41 84.2702 75.31' fill='%234E99B0'/%3E%3Cpath d='M59.3704 75.4002C59.3204 75.0902 59.4004 75.0202 59.6804 75.1202C60.1704 75.3002 60.2504 76.1002 59.7604 75.9502C59.6004 75.8702 59.4304 75.6402 59.3704 75.4102M60.6804 76.7702C60.8404 76.3602 61.1204 76.0002 61.3304 76.0002C61.6904 76.0002 61.5604 76.3302 60.9204 77.1102C60.3804 77.7302 60.3504 77.6802 60.6904 76.7802M55.4404 79.7602C55.4404 79.6802 55.5504 79.5502 55.7004 79.4802C55.8304 79.4002 55.9604 79.4502 55.9604 79.5802C55.9604 79.7402 55.8304 79.8602 55.7004 79.8602C55.5504 79.8602 55.4404 79.8102 55.4404 79.7602ZM61.8704 79.2702C62.0804 79.0602 62.1504 79.0902 62.1504 79.3702C62.1504 79.8802 61.8204 80.2502 61.6904 79.8602C61.6104 79.6802 61.7204 79.4202 61.8704 79.2702ZM57.3304 78.5502C58.0004 77.3902 58.2604 77.4102 57.6404 78.5702C57.2604 79.3202 57.2604 79.4202 57.6204 79.8402C58.2604 80.5602 58.0804 80.7902 57.3904 80.1202L56.7704 79.5202L57.3404 78.5402L57.3304 78.5502ZM60.5004 81.4902C60.7604 81.1002 60.9404 80.6902 60.9104 80.5902C60.8904 80.4602 60.9604 80.3802 61.1204 80.3802C61.2504 80.3802 61.3804 80.4602 61.3804 80.5402C61.3804 80.8702 60.2904 82.4802 60.1704 82.3502C60.0904 82.2702 60.2504 81.8902 60.5004 81.5002M59.4204 83.5802C59.5004 83.3502 59.5704 83.0402 59.5704 82.8802C59.5704 82.7002 59.6804 82.7002 59.8004 82.9302C60.0604 83.3402 59.9004 83.9902 59.5204 83.9902C59.3604 83.9902 59.3404 83.8102 59.4204 83.5802ZM58.8004 84.6602C58.8004 84.5802 58.9004 84.4502 59.0604 84.3802C59.1904 84.3002 59.3204 84.3602 59.3204 84.4902C59.3204 84.6402 59.1904 84.7702 59.0604 84.7702C58.9004 84.7702 58.8004 84.7202 58.8004 84.6702M58.1004 86.0102C58.3104 85.3902 58.4104 85.2902 58.4804 85.6202C58.5304 85.8802 58.4304 86.2402 58.2704 86.4502C57.7804 87.0202 57.7504 86.9202 58.0904 86.0102M49.2304 91.4002C49.4904 91.1702 49.5104 91.1902 49.3604 91.5502C49.2804 91.8102 49.1304 91.9402 49.0504 91.8602C48.9704 91.7802 49.0504 91.5802 49.2304 91.4002ZM53.6104 93.4602C53.8704 93.2302 53.8904 93.2502 53.7404 93.6102C53.6604 93.8702 53.5104 94.0002 53.4304 93.9202C53.3504 93.8402 53.4304 93.6402 53.6104 93.4602ZM46.4104 97.4102C46.5704 97.1302 46.8004 96.9502 46.9504 97.0502C47.1104 97.1502 47.1104 97.3302 46.9004 97.5702C46.4604 98.1102 46.1004 98.0102 46.4104 97.4102ZM52.0104 97.4102C52.0904 97.1002 52.2204 96.9202 52.2904 97.0002C52.4204 97.1602 52.1604 97.9302 51.9804 97.9302C51.9304 97.9302 51.9304 97.7002 52.0104 97.4102ZM51.5704 98.8302C51.5704 98.6202 51.6804 98.4402 51.8304 98.4402C51.9604 98.4402 52.0104 98.6202 51.9304 98.8302C51.8304 99.0402 51.7204 99.2202 51.6704 99.2202C51.6204 99.2202 51.5604 99.0402 51.5604 98.8302M44.7104 100.87C44.7904 100.64 44.8704 100.25 44.8704 99.9702C44.8704 99.6902 45.0004 99.5602 45.2004 99.6402C45.3804 99.6902 45.5104 100.08 45.4804 100.47C45.4304 101.35 45.4504 101.3 44.9604 101.3C44.6804 101.3 44.6004 101.17 44.7004 100.89M50.8804 100.46C51.1104 99.6302 51.2104 99.5102 51.2704 99.9202C51.3504 100.41 50.9404 101.55 50.7004 101.55C50.6504 101.55 50.7204 101.06 50.8804 100.47M49.1704 104.76C49.2504 104.53 49.3804 104.4 49.4304 104.48C49.5104 104.56 49.4804 104.71 49.3804 104.87C49.1504 105.28 49.0004 105.2 49.1704 104.76ZM42.9304 106.52C43.0304 106.11 43.1604 105.62 43.1904 105.41C43.2104 105.2 43.3704 104.69 43.5504 104.3C43.7004 103.89 43.8304 103.47 43.8304 103.35C43.8304 103.23 43.9304 103.07 44.0604 102.96C44.4004 102.78 44.2404 103.53 43.5504 105.59C43.0304 107.19 42.5704 107.86 42.9304 106.52ZM42.3604 107.6C42.3604 107.39 42.4604 107.29 42.5904 107.37C42.7004 107.45 42.8004 107.6 42.8004 107.76C42.8004 107.89 42.7004 107.99 42.5904 107.99C42.4604 107.99 42.3604 107.81 42.3604 107.6ZM48.3204 107.86C48.2404 107.65 48.2404 107.37 48.3504 107.21C48.6104 106.8 49.2504 107.39 49.0704 107.88C48.8904 108.34 48.5004 108.34 48.3204 107.85M42.2904 108.51C42.2904 108.38 42.4204 108.25 42.5704 108.25C42.7004 108.25 42.7504 108.38 42.6704 108.51C42.5904 108.66 42.4604 108.77 42.3904 108.77C42.3404 108.77 42.2904 108.67 42.2904 108.51ZM41.5104 110.47C41.5104 110.39 41.6204 110.26 41.7704 110.19C41.9004 110.11 42.0304 110.16 42.0304 110.29C42.0304 110.45 41.9004 110.57 41.7704 110.57C41.6204 110.57 41.5104 110.52 41.5104 110.46M45.3804 110.44C45.3804 110.23 45.6104 110.05 45.9004 110.05C46.4204 110.05 46.5704 110.33 46.2304 110.64C45.9204 110.97 45.3804 110.82 45.3804 110.43M47.4204 111.55C47.5504 111.22 47.6504 110.88 47.6804 110.78C47.6804 110.65 47.7604 110.57 47.8404 110.57C48.0004 110.57 47.9704 110.8 47.6804 111.55C47.5504 111.86 47.4004 112.12 47.3204 112.12C47.2704 112.12 47.3004 111.86 47.4304 111.55M44.3004 112.22C44.4304 111.57 44.5604 111.44 44.8704 111.76C45.2004 112.09 44.9204 112.95 44.5104 112.82C44.3504 112.77 44.2804 112.49 44.3004 112.23M46.6704 113.31C46.6704 113.23 46.7704 113.1 46.9304 113.03C47.0604 112.95 47.1904 113.01 47.1904 113.13C47.1904 113.29 47.0604 113.41 46.9304 113.41C46.7704 113.41 46.6704 113.36 46.6704 113.31ZM38.4904 114.91C38.5704 114.7 38.6504 114.78 38.6504 115.07C38.6804 115.35 38.6004 115.51 38.5204 115.4C38.4404 115.32 38.4204 115.09 38.4904 114.91ZM46.1004 115.42C46.2804 115.24 46.4104 115.21 46.4104 115.37C46.4104 115.73 46.1004 116.04 45.9204 115.86C45.8704 115.78 45.9504 115.58 46.1004 115.42ZM38.3404 116.25C38.4204 115.97 38.5704 115.73 38.7004 115.73C38.9604 115.73 39.0104 116.35 38.7504 116.58C38.4204 116.91 38.2104 116.76 38.3404 116.25ZM45.7404 116.32C46.0004 116.06 46.2304 116.45 46.0004 116.78C45.8504 117.06 45.7904 117.06 45.6904 116.78C45.6404 116.6 45.6604 116.39 45.7404 116.32ZM40.1404 121.67C40.2204 121.36 40.3504 121.18 40.4204 121.26C40.5504 121.42 40.2904 122.19 40.1104 122.19C40.0604 122.19 40.0604 121.96 40.1404 121.67ZM36.4004 122.05C36.4804 121.97 36.6304 122.1 36.7104 122.36C36.8704 122.72 36.8404 122.75 36.5804 122.52C36.4004 122.34 36.3204 122.13 36.4004 122.06M40.3504 122.52C40.5804 122.31 40.8104 122.19 40.8904 122.26C41.1004 122.47 40.4004 123.19 40.1404 123.04C40.0304 122.99 40.1404 122.76 40.3504 122.52ZM37.3804 123.57C37.3804 123.21 37.5404 122.62 37.7204 122.23C37.9304 121.85 38.0504 121.1 38.0304 120.58C38.0004 120.04 38.0804 119.6 38.1604 119.6C38.3404 119.6 38.7504 118.31 38.8104 117.54C38.8304 117.33 38.9604 116.89 39.1404 116.61C39.3004 116.3 39.3504 115.96 39.2404 115.86C39.1404 115.73 39.2104 115.73 39.4004 115.83C39.6604 115.99 39.7304 115.91 39.6804 115.57C39.6304 115.29 39.7104 114.85 39.8604 114.57C39.9904 114.29 40.0904 113.67 40.0904 113.23C40.0904 112.76 40.1704 112.38 40.2704 112.38C40.3704 112.38 40.6304 112.07 40.8604 111.68C41.2204 111.04 41.2404 111.04 41.0904 111.58C40.9904 112.02 41.0104 112.12 41.2404 111.99C41.4504 111.86 41.4704 111.94 41.2704 112.27C40.9104 112.92 40.2104 115.14 40.2104 115.6C40.2104 115.83 40.1104 116.19 39.9504 116.45C39.6404 116.99 39.1004 119.03 39.0704 119.73C39.0504 120.01 38.9404 120.4 38.8104 120.61C38.6804 120.82 38.7104 121.02 38.9404 121.18C39.1504 121.31 39.1704 121.41 39.0204 121.41C38.8704 121.41 38.5304 122.11 38.2704 122.96C37.8104 124.48 37.3704 124.79 37.3704 123.58M38.9304 123.76C38.9304 123.66 39.1904 123.55 39.5004 123.55C39.9104 123.5 39.9904 123.55 39.7304 123.7C39.5204 123.86 39.4704 124.06 39.6004 124.27C39.7604 124.58 39.7304 124.58 39.3704 124.27C39.1404 124.09 38.9304 123.86 38.9304 123.75M36.2704 124.89C36.3504 124.66 36.4804 124.53 36.5304 124.61C36.6104 124.69 36.5804 124.84 36.4804 125C36.2504 125.41 36.0904 125.33 36.2704 124.89ZM38.9304 125.79C39.0804 125.51 39.3104 125.33 39.4704 125.43C39.6304 125.53 39.6304 125.71 39.4204 125.95C38.9804 126.49 38.6204 126.39 38.9304 125.79ZM39.5704 127.68C39.6704 127.14 39.8304 126.67 39.9304 126.62C40.0604 126.59 40.0904 126.29 40.0304 125.98C39.9504 125.59 40.1904 125.1 40.7004 124.51C41.267 123.877 41.567 123.127 41.6004 122.26C41.6204 121.56 41.5504 121.43 41.1604 121.56C40.5904 121.74 40.5704 120.81 41.1104 119.86C41.5504 119.08 41.6004 118.72 41.2404 118.96C41.0904 119.04 40.9804 118.99 40.9804 118.86C40.9804 118.71 41.1604 118.58 41.3604 118.58C41.6704 118.58 41.7004 118.47 41.4704 118.11C41.2404 117.75 41.2404 117.52 41.4704 117.13C41.7504 116.69 41.7804 116.72 41.6204 117.36C41.5404 117.77 41.6004 118.06 41.7804 118.06C41.9404 118.06 42.0104 117.7 41.9904 117.21C41.9404 116.75 42.0204 116.2 42.1204 116.02C42.2804 115.76 42.2504 115.71 42.0704 115.84C41.8904 115.94 41.7604 115.89 41.7604 115.76C41.7604 115.6 41.8604 115.48 41.9704 115.48C42.0804 115.48 42.1804 115.27 42.2004 115.04C42.2804 113.9 42.4104 113.47 42.5604 113.57C42.7904 113.7 42.7104 112.62 42.4504 112.2C42.3504 112.04 42.4504 111.79 42.6804 111.61C42.8904 111.43 43.0104 111.15 42.9604 110.96C42.8804 110.81 43.0104 110.26 43.2404 109.77C43.4504 109.31 43.6004 108.69 43.5704 108.45C43.5404 108.19 43.6504 107.99 43.8004 107.99C43.9504 107.99 44.0304 107.89 43.9604 107.78C43.9104 107.67 43.9604 107.42 44.0904 107.21C44.3004 106.88 44.3504 106.88 44.5504 107.21C44.7104 107.42 44.7304 107.65 44.6304 107.73C44.3204 107.94 44.3004 109.54 44.6104 109.54C44.7404 109.54 44.7904 109.67 44.7104 109.8C44.6104 109.96 44.4304 110.01 44.3004 109.93C44.1704 109.83 44.0704 109.9 44.0704 110.06C44.0704 110.22 43.9104 110.27 43.7404 110.16C43.5104 110.03 43.5104 110.06 43.7404 110.32C43.9204 110.53 43.9504 110.89 43.8204 111.38C43.6904 111.79 43.6404 112.13 43.7204 112.13C43.7704 112.13 43.6404 112.41 43.4104 112.77C43.0004 113.39 43.0004 113.42 43.6404 113.42C44.5704 113.42 44.7004 113.78 44.0804 114.76C43.8004 115.22 43.5604 115.87 43.5604 116.18C43.5604 116.49 43.4604 116.77 43.3004 116.83C42.9704 116.93 42.2704 119.59 42.4504 120.08C42.7104 120.7 42.6304 122.84 42.3704 122.79C42.2104 122.76 41.9604 123.25 41.7804 123.9C41.6004 124.52 41.3704 125.03 41.2604 125.03C41.1804 125.03 41.0804 125.5 41.0804 126.04C41.0504 126.58 40.9004 127.25 40.7504 127.51C40.5204 127.92 40.4904 127.84 40.5904 127.1C40.6904 126.3 40.6704 126.35 40.2804 127.44C39.7704 128.88 39.3004 129.06 39.5604 127.7M42.2304 128.58C42.4404 128.37 42.4604 128.48 42.3604 128.91C42.2604 129.25 42.1504 129.37 42.0804 129.17C42.0304 128.99 42.1004 128.71 42.2304 128.58ZM39.1904 129.66C39.1904 129.53 39.3704 129.4 39.5804 129.4C39.7604 129.4 40.0704 129.19 40.2304 128.96C40.417 128.667 40.4704 128.667 40.3904 128.96C40.3104 129.22 40.2304 129.55 40.2304 129.68C40.2304 129.81 40.0004 129.91 39.7104 129.91C39.4204 129.91 39.1904 129.81 39.1904 129.65M37.7704 131.52C37.8004 131.13 37.9004 130.54 38.0304 130.2C38.1304 129.89 38.2604 129.35 38.3104 129.06C38.7204 126.66 38.9504 126.22 39.3404 126.84C39.4404 127.05 39.4204 127.07 39.2404 126.97C39.0304 126.84 38.9304 127 38.9604 127.38C38.9604 127.71 38.9104 128.26 38.8304 128.62C38.7804 128.98 38.6504 129.73 38.5704 130.3C38.3604 131.67 38.1604 132.24 37.9204 132.24C37.7904 132.24 37.7404 131.93 37.7604 131.52M37.0004 135.34C37.0804 135.21 37.0204 134.85 36.8704 134.57C36.6604 134.18 36.6604 134.11 36.9204 134.18C37.1304 134.26 37.2804 134.08 37.3104 133.64C37.3104 133.28 37.4704 132.84 37.6404 132.66C37.9004 132.45 37.9204 132.58 37.8004 133.28C37.7004 133.77 37.5704 134.55 37.5204 134.96C37.4704 135.4 37.4204 135.76 37.4204 135.81C37.3904 135.86 37.2604 135.81 37.1404 135.73C36.9904 135.63 36.9304 135.47 37.0104 135.34M36.4804 137.3C36.4804 136.97 36.6404 136.55 36.8104 136.4C37.0704 136.14 37.1204 136.22 37.0204 136.73C36.9204 137.32 36.6604 137.92 36.5304 137.92C36.5104 137.92 36.4804 137.64 36.4804 137.3ZM38.1304 137.51C38.3604 136.79 38.3604 136.76 38.3904 137.43C38.4204 137.79 38.3404 138.18 38.2304 138.26C37.9504 138.57 37.9004 138.31 38.1304 137.51ZM36.5104 138.39C36.7404 138.03 37.1004 138.44 36.9504 138.85C36.8504 139.16 36.7404 139.19 36.5904 138.93C36.4904 138.75 36.4604 138.49 36.5104 138.39ZM36.4304 140.97C36.5104 140.76 36.5904 140.84 36.5904 141.13C36.6204 141.41 36.5404 141.57 36.4604 141.46C36.3804 141.38 36.3604 141.15 36.4304 140.97ZM37.5604 140.14C37.4804 139.36 37.5304 139.03 37.6604 139.24C37.8404 139.52 37.8904 139.5 37.8904 139.11C37.8904 138.83 37.9704 138.7 38.0704 138.8C38.3304 139.06 38.3504 139.99 38.0904 139.83C37.9904 139.75 37.8804 140.14 37.8804 140.66C37.8804 141.95 37.7204 141.69 37.5504 140.14M36.0904 142.31C36.0904 142.18 36.2204 142.05 36.3704 142.05C36.5004 142.05 36.5504 142.18 36.4704 142.31C36.3904 142.47 36.2604 142.57 36.1904 142.57C36.1404 142.57 36.0904 142.47 36.0904 142.31ZM35.0604 145.4C35.0604 145.27 35.1604 145.14 35.3204 145.14C35.4504 145.14 35.5804 145.27 35.5804 145.4C35.5804 145.56 35.4504 145.66 35.3204 145.66C35.1704 145.66 35.0604 145.56 35.0604 145.4ZM32.4804 145.89C32.8404 145.22 32.9404 145.27 32.7904 146.05C32.7404 146.41 32.5804 146.62 32.4604 146.54C32.3304 146.46 32.3304 146.18 32.4904 145.89M33.6704 146.13C33.7004 145.67 33.7504 144.97 33.7504 144.58C33.7804 144.17 33.8804 143.86 33.9804 143.86C34.2404 143.86 34.1904 146.26 33.9304 146.67C33.6504 147.11 33.6004 147.03 33.6704 146.13ZM38.5704 146.1C38.8004 145.48 39.1604 145.82 39.0104 146.46C38.9304 146.77 38.7804 146.9 38.6204 146.74C38.4904 146.61 38.4604 146.33 38.5704 146.1ZM35.6804 147.24C35.4704 147.4 35.3204 147.45 35.3004 147.32C35.3004 147.19 35.2504 146.83 35.2204 146.52C35.1704 146 35.1704 145.98 35.7404 146.39C36.0704 146.65 36.3304 147.01 36.3304 147.22C36.3304 147.5 36.2804 147.5 36.1704 147.27C36.0704 147.01 35.9604 147.01 35.6804 147.24ZM37.0704 146.36C37.2004 143.75 37.4604 141.79 37.6404 141.79C37.9204 141.79 38.1604 142.8 37.9004 142.95C37.6704 143.08 37.6204 143.59 37.6204 145.53C37.6204 146.85 37.4104 147.83 37.1804 147.62C37.1004 147.52 37.0504 146.95 37.0804 146.36M38.4104 147.99C38.4104 147.86 38.5404 147.73 38.6904 147.73C38.8204 147.73 38.8704 147.86 38.7904 147.99C38.7104 148.15 38.5804 148.25 38.5104 148.25C38.4604 148.25 38.4104 148.15 38.4104 147.99ZM39.3704 149.46C39.8104 149.23 39.8604 149.05 39.6804 148.68C39.4704 148.35 39.5004 148.24 39.7604 148.3C40.1204 148.38 40.1204 148.32 39.8404 146.98C39.7104 146.34 39.7404 146.15 39.9704 146.31C40.2304 146.47 40.2504 146.28 40.1304 145.53C40.0304 144.96 40.0304 144.63 40.1804 144.73C40.4104 144.86 40.8304 143.16 41.1304 140.76C41.2104 140.11 41.3404 139.26 41.4404 138.82C41.5204 138.41 41.6204 137.76 41.6504 137.4C41.7004 137.04 41.9104 136.06 42.1704 135.21C42.4004 134.36 42.9704 132.27 43.3804 130.57C43.8204 128.87 44.2604 127.24 44.3904 126.96C44.7804 126.06 45.3404 123.5 45.1904 123.37C45.1104 123.29 45.1904 123.21 45.3504 123.21C45.5304 123.21 45.6604 123.03 45.6604 122.83C45.6604 122.6 45.9204 121.64 46.2304 120.69C46.5404 119.74 46.7704 118.81 46.7704 118.65C46.7704 118.47 46.8504 118.32 46.9504 118.32C47.0504 118.32 47.3904 117.42 47.7204 116.33C48.0304 115.22 48.4204 114.16 48.5704 114.01C48.7004 113.83 48.7504 113.68 48.6704 113.68C48.5904 113.68 48.8304 112.96 49.1604 112.08C49.5204 111.18 50.0604 109.71 50.3504 108.78C50.6304 107.85 50.9404 107 51.0204 106.84C51.1204 106.71 51.3804 106.07 51.6104 105.42C51.8704 104.77 52.3604 103.46 52.7504 102.45C53.3704 100.85 54.0904 98.6002 54.2404 97.7802C54.2904 97.6002 54.4504 97.3202 54.6004 97.1302C54.8604 96.8002 55.3004 95.3202 55.3204 94.7002C55.3204 94.5702 55.5304 94.2902 55.7604 94.1102C56.0204 93.9302 56.2204 93.5402 56.2204 93.2802C56.2204 93.0202 56.4004 92.6302 56.6104 92.4002C56.8204 92.1902 57.0004 91.8602 57.0004 91.6302C57.0004 91.4202 57.1804 91.0602 57.4104 90.8502C57.6204 90.6202 57.7204 90.3302 57.6404 90.1802C57.5604 90.0502 57.5904 89.9202 57.7504 89.9202C57.8804 89.9202 58.0604 89.6902 58.1604 89.4002C58.2404 89.1202 58.6204 88.3402 59.0104 87.6702C59.4004 86.9702 59.7104 86.2802 59.7604 86.0702C59.7904 85.8902 60.0404 85.5002 60.3304 85.2402C60.9804 84.6202 61.0004 84.1802 60.4604 83.2502L60.0504 82.5502L60.5404 83.1702L61.0504 83.7602L61.5904 82.9902C61.9004 82.5802 62.1604 82.0102 62.1604 81.7802C62.1604 81.5502 62.2604 81.4202 62.3904 81.5202C62.7004 81.7002 63.1904 80.8502 63.1904 80.1302C63.1904 79.8202 63.3204 79.5902 63.4704 79.5902C63.6504 79.5902 63.7004 79.3602 63.6304 79.0502C63.5304 78.6902 63.5804 78.5602 63.8404 78.6402C64.0504 78.7402 64.3604 78.3802 64.6404 77.7402C65.1004 76.7302 65.0804 76.7102 64.5904 76.4202C64.3304 76.2602 63.7604 75.8302 63.3804 75.4102C62.9704 75.0202 62.5304 74.6902 62.4004 74.6902C62.2504 74.6902 61.7804 74.3602 61.3404 73.9402C60.9004 73.5302 60.3904 73.2402 60.1804 73.3202C60.0004 73.4002 59.8404 73.3502 59.8404 73.2202C59.8404 72.9402 58.4704 72.1102 57.7804 71.9802C57.5004 71.9302 57.3204 71.9802 57.4004 72.1302C57.5004 72.2602 57.4204 72.3602 57.2904 72.3602C57.1404 72.3602 57.0104 72.4902 57.0104 72.6702C57.0104 72.8302 56.7504 73.2402 56.4404 73.5702C55.9804 74.0602 55.9304 74.2402 56.2104 74.4002C56.4904 74.5802 56.4204 74.7302 55.8804 75.0702C55.4904 75.3302 55.2104 75.7702 55.2104 76.1002C55.2104 76.4102 55.0304 76.8302 54.8204 77.0002C54.6104 77.1802 54.4304 77.4902 54.4304 77.7002C54.4304 77.9102 54.3304 77.9802 54.1704 77.9102C54.0404 77.8302 53.9904 77.9102 54.0704 78.1202C54.1504 78.3302 53.9404 78.7702 53.6104 79.0702C53.2804 79.4002 53.1704 79.5902 53.3304 79.4802C53.9004 79.1702 53.6904 79.7902 53.1004 80.2002C52.7904 80.4302 52.6404 80.6102 52.7704 80.6102C52.9004 80.6102 52.7704 80.7902 52.4904 81.0202C52.2304 81.2302 52.1804 81.3302 52.3904 81.2302C52.6004 81.1002 52.4704 81.4402 52.0804 81.9502C51.6904 82.4402 51.3004 83.1602 51.2004 83.5502C51.1204 83.9102 50.9404 84.2202 50.8104 84.2202C50.5504 84.2202 50.0304 85.3502 49.9804 86.0802C49.9504 86.3102 49.8204 86.4902 49.7004 86.4702C49.5404 86.4402 49.3904 86.6802 49.3404 86.9902C49.2904 87.3002 49.0804 87.6902 48.9004 87.8402C48.6204 88.0702 48.5904 88.2802 48.8004 88.6902C49.0304 89.1002 49.0304 89.1802 48.7204 89.0702C48.3604 88.9202 47.5604 89.8202 47.6904 90.2302C47.7104 90.3302 47.6404 90.4102 47.4804 90.4102C47.3504 90.4102 47.3004 90.5702 47.3804 90.7702C47.4604 90.9802 47.3304 91.3702 47.0704 91.6702C46.6304 92.1602 46.4504 92.6502 46.4004 93.4502C46.3804 93.6302 46.2204 93.7302 46.0204 93.6602C45.8404 93.5802 45.6804 93.6302 45.6804 93.7602C45.6804 93.9202 45.8404 94.0202 45.9904 94.0202C46.1704 94.0402 46.0404 94.2802 45.7104 94.5302C45.3804 94.8102 45.2504 95.0502 45.4004 95.0502C45.6104 95.0502 45.5504 95.3102 45.2904 95.8302C45.0604 96.2902 44.7504 96.5502 44.5904 96.4502C44.4104 96.3502 44.3804 96.3702 44.4904 96.5802C44.5904 96.7302 44.5404 97.0702 44.3304 97.3002C44.0504 97.6602 44.0504 97.7102 44.3804 97.5302C44.6904 97.3702 44.6904 97.4002 44.3504 97.6802C43.9404 98.0402 43.2904 99.5702 43.5004 99.7702C43.5504 99.8202 43.4504 100.03 43.2204 100.21C43.0104 100.39 42.8304 100.78 42.8304 101.06C42.8304 101.63 42.2904 103.36 42.0304 103.56C41.8204 103.72 41.2804 104.77 41.2804 104.98C41.2804 105.06 41.3904 105.08 41.5104 105.01C41.6404 104.91 41.6104 105.14 41.4604 105.5C41.2804 105.86 41.0704 106.15 40.9404 106.15C40.8404 106.15 40.7604 106.41 40.7604 106.74C40.7604 107.05 40.5804 107.64 40.3704 108.03C40.1604 108.42 40.1104 108.68 40.2404 108.6C40.4004 108.52 40.4204 108.62 40.3404 108.83C40.2604 109.06 40.0804 109.19 39.9504 109.11C39.8504 109.03 39.6704 109.39 39.5904 109.94C39.5104 110.48 39.2604 111.31 39.0504 111.77C38.8404 112.23 38.6904 112.85 38.6904 113.14C38.6904 113.43 38.5904 113.6 38.4604 113.53C38.3304 113.45 38.1504 113.81 38.0504 114.36C37.9504 114.88 37.7404 115.47 37.5904 115.65C37.4304 115.86 37.2604 116.25 37.2304 116.55C37.1804 116.86 36.9704 117.35 36.7704 117.66C36.5904 117.97 36.3304 118.95 36.2304 119.85C36.1304 120.75 35.9204 121.58 35.7904 121.68C35.6304 121.76 35.4804 122.17 35.4604 122.58C35.3804 123.61 34.6104 126.73 34.3204 127.25C34.1104 127.61 33.6004 129.65 32.8804 132.95C32.8004 133.28 32.6504 133.78 32.4904 134.06C32.3604 134.32 32.2804 134.52 32.3604 134.52C32.4404 134.52 32.3604 134.91 32.2304 135.37C31.9204 136.32 31.7104 137.28 31.6104 138C31.5604 138.28 31.5104 138.52 31.4804 138.52C31.4604 138.52 31.3804 138.85 31.3304 139.27C31.3004 139.68 31.0704 140.71 30.8604 141.59C30.6304 142.44 30.4004 143.63 30.2904 144.17C30.2104 144.74 30.0304 145.46 29.9004 145.8C29.7704 146.19 29.7704 146.39 29.9504 146.39C30.1104 146.39 30.1604 146.49 30.0804 146.62C29.9804 146.75 30.1604 146.8 30.4104 146.72C30.7704 146.62 30.9304 146.75 31.0004 147.21C31.0504 147.54 31.2304 147.78 31.4404 147.73C31.6204 147.7 31.9304 147.78 32.1104 147.94C32.3204 148.1 33.1404 148.27 33.9704 148.35C35.2604 148.45 35.8304 148.53 36.9404 148.84C37.0704 148.89 37.2704 148.92 37.4304 148.94C37.5604 148.94 37.6104 149.1 37.5104 149.25C37.3804 149.46 37.5304 149.51 38.0004 149.43C38.3904 149.35 38.7304 149.38 38.7504 149.51C38.8004 149.61 39.0904 149.56 39.4004 149.41' fill='%234E99B0'/%3E%3Cpath d='M38.5403 75.2202C38.6203 75.0902 38.8203 74.9602 38.9503 74.9602C39.1103 74.9602 39.1303 75.0902 39.0503 75.2202C38.9703 75.3802 38.7703 75.4802 38.6403 75.4802C38.4803 75.4802 38.4603 75.3802 38.5403 75.2202ZM32.1203 80.2802C32.2003 80.0502 32.4303 79.8702 32.5803 79.8702C32.9403 79.8702 34.0503 78.6802 33.8403 78.5002C33.7903 78.4202 33.9703 78.2902 34.2503 78.1902C34.5603 78.1102 34.7403 77.9302 34.6903 77.8302C34.6103 77.7302 34.8203 77.6202 35.1003 77.6202C35.5903 77.5702 35.5903 77.5902 35.2003 78.0302C34.9703 78.2902 34.7903 78.6202 34.7903 78.8002C34.7903 78.9802 34.6903 79.0602 34.5603 78.9802C34.4603 78.9002 33.8603 79.3102 33.2703 79.8802C32.1903 80.9402 31.8003 81.0702 32.1103 80.2702M36.6103 82.0602C36.6103 82.0102 36.7903 81.9302 36.9903 81.8302C37.2203 81.7502 37.3803 81.8302 37.3803 82.0602C37.3803 82.2902 37.2203 82.3702 36.9903 82.2902C36.7803 82.1802 36.6103 82.1102 36.6103 82.0602ZM35.9903 83.0902C36.2203 82.7302 36.5303 82.4402 36.6903 82.4402C36.8503 82.4402 36.6903 82.7202 36.3603 83.0902C36.0203 83.4502 35.7103 83.7402 35.6603 83.7402C35.6103 83.7402 35.7703 83.4602 36.0003 83.0902M29.4403 83.4202C29.6203 83.0902 29.9803 82.6702 30.2103 82.4902C30.4703 82.3102 30.6703 81.9702 30.6703 81.7702C30.6703 81.5702 30.8303 81.4102 31.0303 81.4102C31.2303 81.4102 31.4703 81.2502 31.5203 81.1002C31.6303 80.8702 31.6803 80.8402 31.6803 81.0802C31.7103 81.2302 31.5503 81.5402 31.3703 81.7202C31.1903 81.9002 30.8003 82.4202 30.5403 82.8802C30.2803 83.3402 29.8703 83.7602 29.6603 83.8102C29.4303 83.8902 29.2203 83.9402 29.1703 83.9702C29.1403 83.9702 29.2503 83.7402 29.4303 83.4302M33.7703 86.6002C33.7703 86.5002 33.9303 86.2102 34.1003 85.9302C34.4303 85.5202 34.4603 85.5402 34.3303 86.2602C34.2803 86.7202 34.1203 87.0102 34.0003 86.9302C33.8703 86.8502 33.7703 86.7002 33.7703 86.6002ZM26.3403 90.4702C26.5203 90.1902 26.8003 89.8802 26.9903 89.8002C27.1703 89.7502 27.0703 90.0302 26.7603 90.4402C26.1403 91.2902 25.8103 91.3202 26.3503 90.4702M30.4903 91.9402C30.5703 91.7302 30.6503 91.8102 30.6503 92.1002C30.6703 92.3802 30.6003 92.5402 30.5203 92.4302C30.4403 92.3502 30.4203 92.1202 30.4903 91.9402ZM21.3103 94.0602C22.1103 93.2802 22.6303 92.5902 22.8003 92.0202C22.8803 91.7102 23.2703 91.1702 23.6003 90.8302C23.9603 90.4702 24.1703 90.0602 24.0903 89.9302C24.0103 89.7702 24.1103 89.6702 24.3203 89.6702C24.5503 89.6702 24.7303 89.4902 24.7303 89.2602C24.7303 89.0302 25.0903 88.5102 25.5303 88.1002C25.9703 87.6902 26.2503 87.2502 26.1503 87.0902C26.0703 86.9602 26.1703 86.8302 26.4103 86.8302C26.6503 86.8302 26.9003 86.6002 26.9803 86.3102C27.0603 86.0502 27.3403 85.7402 27.6003 85.6702C27.8803 85.5702 28.0403 85.3902 27.9603 85.2602C27.8603 85.1302 27.9903 84.9502 28.1903 84.8702C28.4203 84.7902 28.6003 84.5402 28.6003 84.3302C28.6003 84.1202 28.7103 84.0502 28.8603 84.1202C28.9903 84.2002 29.1203 84.3502 29.1203 84.4802C29.1203 84.7102 26.0703 88.7102 25.7103 88.9202C25.5803 89.0002 25.4803 89.1802 25.5003 89.2802C25.5503 89.3802 25.2403 89.8202 24.8303 90.2602C24.4203 90.7002 24.0803 91.1402 24.0803 91.2102C24.0803 91.3102 23.5903 91.9302 22.9703 92.6302C22.3803 93.3002 21.8903 94.0002 21.8903 94.1802C21.8903 94.5602 21.3703 94.8202 21.0403 94.6402C20.9103 94.5602 21.0403 94.3002 21.3003 94.0502M28.0903 94.9602C28.0903 94.8802 28.4803 94.3102 28.9703 93.7002C29.5403 92.9502 29.9003 92.6702 29.9803 92.8702C30.0603 93.0502 29.8203 93.5202 29.4903 93.9002C29.1303 94.2602 28.9503 94.5702 29.0503 94.5702C29.3103 94.5702 28.5603 95.0902 28.2703 95.0902C28.1703 95.0902 28.0903 95.0402 28.0903 94.9602ZM26.8803 96.6102C27.6503 95.4502 28.0903 95.0602 28.0903 95.5502C28.0903 95.6502 27.8103 96.1402 27.4403 96.6302C27.0803 97.1202 26.7903 97.6602 26.7903 97.8402C26.7903 98.0202 26.6103 98.1002 26.4303 98.0202C26.1203 97.8902 26.2203 97.6102 26.8703 96.6002M18.5403 98.6002C18.5403 98.5502 18.7503 98.3402 18.9803 98.1602C19.3903 97.8302 19.4203 97.8502 19.0803 98.2602C18.7503 98.6702 18.5403 98.8002 18.5403 98.5902M25.7403 98.3702C26.0003 98.1402 26.0203 98.1602 25.8703 98.5302C25.7903 98.7902 25.6403 98.9202 25.5603 98.8402C25.4803 98.7602 25.5603 98.5602 25.7403 98.3802M23.9703 100.51C23.9703 100.38 24.0703 100.25 24.2303 100.25C24.3603 100.25 24.4903 100.38 24.4903 100.51C24.4903 100.67 24.3603 100.77 24.2303 100.77C24.0703 100.77 23.9703 100.67 23.9703 100.51ZM17.0003 100.95C17.0003 100.9 17.2603 100.64 17.5703 100.36L18.1603 99.8702L17.6703 100.46C17.2003 101 17.0003 101.16 17.0003 100.95ZM16.6103 102.26C16.4803 102.36 16.4803 102.23 16.5603 101.98C16.6603 101.72 16.7403 101.44 16.7403 101.39C16.7403 101.34 16.8703 101.29 17.0503 101.29C17.2003 101.29 17.2603 101.37 17.1803 101.45C17.1003 101.55 17.1503 101.86 17.3103 102.17C17.5703 102.63 17.5403 102.66 17.2003 102.4C16.9903 102.22 16.7103 102.17 16.6103 102.27M22.8803 102.26C23.0603 102.08 23.1903 102.05 23.1903 102.21C23.1903 102.57 22.8803 102.88 22.7003 102.7C22.6503 102.62 22.7303 102.42 22.8803 102.26ZM23.7803 102.91C23.8803 102.83 23.8103 102.57 23.6303 102.34C23.3503 101.98 23.3703 101.98 23.7603 102.29C24.1703 102.6 24.1703 103.09 23.7903 103.09C23.6903 103.09 23.7103 103.01 23.7903 102.91M21.2003 102.78C21.2803 102.57 21.3503 102.65 21.3503 102.93C21.3803 103.21 21.3003 103.37 21.2203 103.27C21.1403 103.19 21.1203 102.96 21.2003 102.78ZM23.1103 103.73C23.1903 103.5 23.3203 103.37 23.3703 103.45C23.4503 103.53 23.4203 103.68 23.3203 103.84C23.0903 104.25 22.9303 104.17 23.1103 103.74M19.5803 103.86C19.7403 103.58 19.8903 103.34 19.9403 103.34C19.9903 103.34 19.9903 103.57 19.9103 103.86C19.8303 104.14 19.6803 104.38 19.5203 104.38C19.3903 104.38 19.4203 104.15 19.5703 103.86M20.9503 105.05C21.0303 104.84 21.0003 104.64 20.8703 104.59C20.7403 104.54 20.8203 104.28 21.0303 104C21.3903 103.51 21.4203 103.51 21.2903 104.26C21.2403 104.7 21.1603 105.11 21.1603 105.24C21.1303 105.34 21.0603 105.42 20.9803 105.42C20.9003 105.42 20.8803 105.26 20.9603 105.06M18.5203 105.59C18.7803 105.36 18.8003 105.38 18.6503 105.74C18.5703 106 18.4203 106.13 18.3403 106.05C18.2603 105.97 18.3403 105.77 18.5203 105.59ZM20.2703 106.06C20.3503 105.83 20.4803 105.7 20.5303 105.78C20.6103 105.86 20.5803 106.01 20.4803 106.17C20.2503 106.58 20.1003 106.5 20.2703 106.07M21.3803 106.29C21.3803 106.21 21.6103 105.85 21.9003 105.49C22.1803 105.13 22.3403 104.74 22.2603 104.61C21.9003 104.02 22.8503 104.48 23.2903 105.1L23.8103 105.8L23.2703 105.34C22.7303 104.85 22.4203 105 22.0803 106.01C21.9303 106.42 21.3803 106.66 21.3803 106.29ZM18.2403 109.49C18.3203 109.16 18.6003 108.69 18.8603 108.41C19.1203 108.13 19.3203 107.79 19.3203 107.64C19.3203 107.51 19.4003 107.46 19.4803 107.56C19.6103 107.69 18.3703 110.06 18.1603 110.06C18.1103 110.06 18.1303 109.8 18.2403 109.49ZM18.8003 110.44C18.9603 110.23 19.0303 109.95 18.9303 109.82C18.8503 109.64 18.9303 109.61 19.1903 109.69C19.4203 109.79 19.5803 109.77 19.5503 109.64C19.5203 109.51 19.5803 109.2 19.7103 108.94C19.8103 108.68 19.8403 108.09 19.7603 107.6C19.6803 107.11 19.7103 106.7 19.8703 106.7C20.0003 106.7 20.1003 106.93 20.1003 107.22C20.1003 107.51 20.2803 107.74 20.5103 107.74C20.7203 107.74 20.8403 107.64 20.7703 107.51C20.6903 107.38 20.8003 107.15 21.0003 106.97C21.6503 106.43 21.4403 107.07 20.6103 108.16C20.2003 108.7 19.8403 109.3 19.8403 109.43C19.8403 109.84 19.0603 110.85 18.7603 110.85C18.5803 110.85 18.6003 110.72 18.8103 110.47M17.0803 111.29C17.1603 111.08 17.2303 111.16 17.2303 111.44C17.2603 111.72 17.1803 111.88 17.1003 111.77C17.0203 111.69 17.0003 111.46 17.0803 111.28M12.7703 114.03C12.8703 113.62 12.8203 113.28 12.6403 113.15C12.3803 113.02 12.4103 112.89 12.6703 112.61C13.1603 112.04 13.6503 111.14 13.6503 110.72C13.6503 110.54 13.8103 110.23 14.0103 110.08C14.2203 109.92 14.3203 109.46 14.2703 108.99C14.2203 108.5 14.2703 108.27 14.4503 108.37C14.7803 108.6 16.1803 107.13 16.6403 106.05C16.8203 105.59 17.1603 105.02 17.3903 104.78C17.6203 104.57 17.8303 103.83 17.8803 103.13C17.9603 101.92 18.4503 100.75 18.8903 100.75C19.0203 100.75 19.0203 100.49 18.9103 100.18C18.8303 99.8502 18.8303 99.6602 18.9403 99.7702C19.0703 99.8802 19.3003 99.8502 19.5103 99.6902C20.0803 99.2002 19.9203 99.9202 19.3003 100.57C18.5303 101.4 17.9803 102.56 18.1403 103C18.2703 103.31 18.4003 103.26 18.8103 102.74C19.0903 102.38 19.3303 102.02 19.3303 101.91C19.3303 101.8 19.5903 101.5 19.9003 101.24C20.1803 100.96 20.3703 100.75 20.2903 100.75C20.1903 100.75 20.3203 100.54 20.5503 100.29C20.8103 100.01 21.8203 98.7402 22.8203 97.4502C23.8003 96.1302 24.6803 95.0702 24.7803 95.0702C24.8803 95.0702 25.0103 95.3002 25.0903 95.5902C25.1703 95.9202 25.0603 96.1302 24.7303 96.2402C24.4703 96.3402 24.2403 96.5502 24.2403 96.7002C24.2403 96.8802 23.8303 97.4002 23.3403 97.8902C22.8503 98.3502 22.5103 98.8702 22.5903 99.0002C22.8003 99.3102 23.3903 98.7902 23.6003 98.1502C23.7003 97.8902 23.8803 97.6602 24.0103 97.6602C24.4703 97.6602 24.2203 98.1502 23.2103 99.2602C22.4103 100.11 22.2003 100.52 22.3103 101.01C22.4103 101.5 22.3903 101.58 22.1803 101.27C21.9503 100.94 21.9003 100.94 21.6603 101.27C21.5303 101.48 21.4503 101.81 21.5303 101.99C21.6103 102.17 21.5603 102.25 21.4303 102.17C21.2703 102.09 21.0703 102.22 20.9403 102.48C20.7303 102.84 20.6103 102.87 20.2903 102.61C19.9803 102.33 19.8003 102.4 19.3603 102.97C19.0503 103.36 18.8203 103.75 18.8203 103.87C18.8203 103.97 18.6403 104.25 18.4103 104.49C18.1803 104.7 17.9703 105.19 17.9503 105.52C17.9503 105.88 17.7703 106.17 17.5903 106.17C17.3603 106.17 17.3103 106.35 17.4103 106.71C17.5403 107.1 17.5103 107.2 17.3103 107.1C17.1503 107 17.0303 107.1 17.0303 107.33C17.0303 107.56 16.9503 107.69 16.8203 107.61C16.7203 107.56 16.4103 107.94 16.1503 108.51C15.8703 109.05 15.5603 109.52 15.4303 109.52C15.3303 109.52 15.2203 109.65 15.2203 109.8C15.2203 109.95 14.9403 110.68 14.5703 111.37C14.2103 112.07 13.9803 112.76 14.0803 112.89C14.1603 113.02 14.1303 113.12 14.0003 113.12C13.9003 113.12 13.5903 113.48 13.3503 113.9C12.8103 114.85 12.5503 114.91 12.7803 114M8.92033 114.65C9.00033 114.19 9.18033 113.77 9.31033 113.72C9.41033 113.67 9.52032 113.44 9.52032 113.2C9.52032 112.94 9.80033 112.45 10.1403 112.09C10.4703 111.73 10.8403 111.19 10.9103 110.88C11.0203 110.57 11.1903 110.31 11.3203 110.31C11.4203 110.31 11.6003 110.03 11.6803 109.66C11.7803 109.3 12.0103 109.01 12.2203 109.01C12.4303 109.01 12.6003 108.8 12.6003 108.52C12.6003 108.26 12.7803 107.9 12.9903 107.72C13.2003 107.54 13.3803 107.23 13.3803 107.05C13.3803 106.84 13.4803 106.69 13.6403 106.69C13.9203 106.69 13.6903 107.41 13.2503 107.98C13.0703 108.19 12.8403 108.62 12.7603 108.96C12.6603 109.27 12.4503 109.53 12.3203 109.53C12.1903 109.53 12.0903 109.69 12.0903 109.86C12.0903 110.03 11.6803 110.79 11.1903 111.54C10.6703 112.29 10.3403 113.01 10.4103 113.14C10.5203 113.3 10.4403 113.37 10.2803 113.35C10.1003 113.3 9.92033 113.48 9.90033 113.71C9.82033 114.07 9.00033 115.44 8.82033 115.46C8.79033 115.46 8.82033 115.07 8.92033 114.63M14.9903 117.05C15.6603 116.2 15.9703 115.45 15.9703 114.65C15.9703 114.03 16.0503 113.9 16.2303 114.19C16.3603 114.4 16.4903 114.5 16.5403 114.45C16.8203 114.01 17.4403 112.88 17.8303 112.07C18.0903 111.53 18.4303 111.09 18.5503 111.09C18.8303 111.09 18.2403 112.46 17.6503 113.15C17.4903 113.36 17.1903 113.95 17.0003 114.44C16.8203 114.93 16.5403 115.47 16.3503 115.6C15.9903 115.91 15.5803 116.84 15.4703 117.54C15.4703 117.67 15.2603 117.72 15.0603 117.62C14.7303 117.52 14.7003 117.41 14.9803 117.05M14.6203 118C14.8003 117.82 14.9303 117.79 14.9303 117.95C14.9303 118.31 14.6203 118.62 14.4403 118.44C14.3903 118.36 14.4703 118.16 14.6203 118ZM7.04033 118.78C7.14033 117.9 8.18033 115.99 8.56033 115.99C8.77033 115.99 8.79032 116.07 8.59032 116.2C8.31032 116.41 7.94033 117.13 7.79033 117.88C7.71033 118.4 7.22032 119.35 7.09032 119.35C7.01032 119.35 7.01033 119.09 7.04033 118.78ZM13.4903 120.25C13.8803 119.86 14.0103 119.5 13.9303 119.04C13.9303 118.91 14.0103 118.83 14.1603 118.83C14.2903 118.83 14.4203 118.88 14.4203 118.96C14.4203 119.24 13.7503 120.53 13.5203 120.69C13.0803 121 13.0603 120.69 13.4903 120.25ZM6.06033 121.25C5.80033 120.58 5.88033 120.4 6.47033 120.09C6.86366 119.883 6.89699 119.96 6.57033 120.32C6.18033 120.78 6.16032 120.94 6.41032 121.27C6.59032 121.48 6.62033 121.66 6.46033 121.66C6.33033 121.66 6.13032 121.48 6.05032 121.25M12.9503 121.36C13.0303 121.15 13.1003 121.23 13.1003 121.51C13.1303 121.79 13.0503 121.95 12.9703 121.85C12.8903 121.77 12.8703 121.54 12.9503 121.36ZM5.46033 121.95C5.49033 121.54 5.56033 121.51 5.85033 121.72C6.11033 121.95 6.13033 122.05 5.85033 122.21C5.41033 122.49 5.41033 122.52 5.46033 121.95ZM12.0203 123.21C12.1003 122.9 12.2303 122.72 12.3003 122.8C12.4303 122.95 12.1703 123.73 11.9903 123.73C11.9403 123.73 11.9403 123.5 12.0203 123.21ZM4.56033 123.78C4.71033 123.73 4.87032 123.52 4.87032 123.34C4.87032 123.13 4.95033 122.93 5.08033 122.85C5.19033 122.8 5.24032 123.18 5.19032 123.75C5.08032 124.68 5.06033 124.7 4.67033 124.32C4.36033 124.01 4.34033 123.86 4.57033 123.78M4.61033 129.07C4.17033 128.76 4.17033 128.71 4.79033 127.99C5.15033 127.55 5.31033 127.45 5.15033 127.76C4.97033 128.15 4.99033 128.48 5.25033 129C5.46033 129.36 5.53033 129.88 5.43033 130.13C5.28033 130.49 5.25033 130.49 5.17033 130C5.12033 129.67 4.86033 129.25 4.60033 129.07M1.70032 130.31C1.88032 129.77 2.01033 129.82 1.96033 130.41C1.96033 130.69 1.83032 130.87 1.73032 130.8C1.63032 130.72 1.60032 130.52 1.70032 130.31ZM5.05032 131.08C5.13032 130.85 5.26033 130.72 5.31033 130.8C5.39033 130.88 5.36032 131.03 5.26032 131.19C5.03032 131.6 4.87032 131.52 5.05032 131.08ZM1.26032 131.73C1.26032 131.6 1.39033 131.47 1.54033 131.47C1.67033 131.47 1.72033 131.6 1.64033 131.73C1.56033 131.89 1.43033 131.99 1.36033 131.99C1.31033 131.99 1.26032 131.89 1.26032 131.73ZM6.11033 131.93C6.32033 131.72 6.34033 131.83 6.24033 132.27C6.14033 132.6 6.03033 132.73 5.96033 132.53C5.91033 132.35 5.99032 132.07 6.12032 131.94M1.13033 132.79C1.05033 132.66 1.10032 132.48 1.26032 132.38C1.39032 132.3 1.52032 132.41 1.52032 132.61C1.52032 133.07 1.36033 133.15 1.13033 132.79ZM2.29033 132.81C2.29033 132.53 2.52033 132.11 2.81033 131.86C3.09033 131.6 3.25032 131.32 3.20033 131.19C3.02032 130.93 3.90033 129.18 4.21033 129.15C4.31033 129.15 4.34032 129.36 4.23032 129.61C4.13032 129.84 4.02033 130.21 4.00033 130.39C3.90033 130.96 2.68032 133.28 2.48032 133.28C2.38032 133.28 2.30032 133.07 2.30032 132.82M4.10033 133.02C4.25033 132.74 4.41033 132.51 4.46033 132.51C4.51033 132.51 4.51033 132.74 4.43033 133.02C4.35033 133.3 4.20033 133.54 4.04033 133.54C3.91033 133.54 3.94032 133.31 4.09032 133.02M5.39033 133.79C5.39033 133.51 5.49032 133.27 5.62032 133.27C5.75032 133.27 5.80033 133.5 5.72033 133.79C5.64033 134.07 5.54033 134.31 5.49033 134.31C5.44033 134.31 5.39033 134.08 5.39033 133.79ZM8.04033 136.35C8.27033 136.22 8.58033 136.14 8.71033 136.25C9.07033 136.46 9.23032 135.81 8.94032 135.3C8.78032 134.99 8.81033 134.84 8.99033 134.84C9.15033 134.84 9.20032 134.73 9.12032 134.58C9.04032 134.45 9.20032 133.88 9.48032 133.34C9.76032 132.77 9.92032 132.26 9.84032 132.15C9.74032 132.07 9.84032 131.99 10.0203 131.99C10.2003 131.99 10.3003 131.91 10.2003 131.83C10.1203 131.75 10.2803 131.16 10.5303 130.54C10.8103 129.92 10.9703 129.4 10.8903 129.4C10.8103 129.4 10.9403 129.22 11.1503 129.01C11.3803 128.78 11.6703 128.13 11.8203 127.57C11.9703 127 12.2103 126.62 12.3303 126.69C12.4403 126.77 12.6403 126.46 12.7203 125.99C12.8203 125.53 13.0303 125.06 13.1603 124.99C13.3703 124.86 13.5203 124.39 13.6003 123.67C13.6303 123.57 13.8803 123.41 14.1703 123.34C14.6103 123.18 14.6403 123.11 14.3803 122.93C14.1003 122.77 14.1203 122.7 14.4803 122.54C14.7403 122.44 14.8903 122.21 14.8103 122C14.7303 121.79 14.7803 121.72 14.9103 121.79C15.0703 121.87 15.1703 121.79 15.1903 121.61C15.2403 120.5 16.2003 118.82 16.7603 118.82C16.9203 118.82 16.9703 118.74 16.8903 118.64C16.7903 118.56 16.8603 118.31 17.0503 118.1C17.2803 117.77 17.2803 117.74 17.0203 117.89C16.8603 117.99 17.1203 117.37 17.6103 116.55C18.1003 115.7 18.5403 114.77 18.5903 114.46C18.6403 114.18 18.8703 113.71 19.1103 113.46C19.3403 113.2 19.5503 112.89 19.5503 112.76C19.5503 112.66 19.9603 112.06 20.4503 111.44C20.9403 110.85 21.3803 110.1 21.4303 109.79C21.4803 109.48 21.6603 109.14 21.8403 109.04C22.0203 108.91 22.1203 108.78 22.0703 108.71C21.9903 108.58 22.7403 107.44 23.3103 106.85C23.4703 106.69 23.8503 106.02 24.1603 105.41C24.9103 103.84 25.2903 103.19 25.8903 102.52C26.2203 102.16 26.2503 102.03 25.9903 102.16C25.7803 102.26 25.8603 102.13 26.1703 101.85C26.4803 101.57 26.6603 101.28 26.5803 101.18C26.4803 101.1 26.5303 101.02 26.6803 101.02C26.8303 101.02 27.0403 100.74 27.1203 100.37C27.2303 99.9602 27.4003 99.7802 27.5903 99.8802C27.7403 99.9802 27.8003 99.9602 27.7203 99.8002C27.6203 99.6402 27.9003 99.0302 28.3203 98.4102C28.7303 97.7902 29.0903 97.1702 29.0903 97.0402C29.0903 96.8302 30.0203 95.6002 30.7703 94.7902C30.9803 94.5602 31.1603 94.2802 31.1603 94.1502C31.1603 93.9902 31.3203 93.7402 31.4703 93.5802C31.6503 93.4002 31.8003 93.1402 31.8003 93.0102C31.8003 92.8802 32.0103 92.5702 32.2603 92.3102C32.9303 91.6102 35.2803 88.3602 35.1003 88.3602C35.0203 88.3602 35.3603 88.0302 35.8203 87.5902C36.3103 87.1802 36.7003 86.7402 36.7003 86.6102C36.7003 86.4802 36.9103 86.2002 37.1403 85.9402C37.4003 85.6802 37.6003 85.3702 37.6003 85.2402C37.6003 85.0802 37.7003 85.0602 37.8603 85.1402C37.9903 85.2202 38.1203 85.1702 38.1203 85.0102C38.1203 84.8502 38.4003 84.4202 38.7603 84.0302C39.1203 83.6402 39.4103 83.1802 39.4103 83.0002C39.4103 82.8202 39.5103 82.7402 39.6703 82.8202C39.8003 82.9002 39.9303 82.7902 39.9303 82.5902C39.9303 82.3902 40.1603 82.1502 40.4203 82.0502C40.7003 81.9702 41.4003 81.0902 41.9903 80.1102C42.5803 79.1102 43.1803 78.3602 43.2803 78.4302C43.3803 78.5102 43.5403 78.3002 43.6103 78.0202C43.7203 77.5802 43.2003 76.8802 41.2603 74.8202L38.7603 72.1602L35.5403 75.3302C33.7603 77.0802 32.1103 78.7102 31.8503 78.9402C31.6203 79.1702 31.4903 79.4802 31.5703 79.6402C31.6703 79.8002 31.6503 79.8502 31.4903 79.7702C31.2103 79.5902 28.6803 82.1202 27.9003 83.3602C27.6403 83.7702 27.0203 84.4902 26.5103 84.9802C26.0203 85.4702 25.6103 85.9602 25.6103 86.0602C25.6103 86.1602 25.3303 86.5802 24.9603 86.9902C23.9003 88.2002 22.9003 89.5902 22.9003 89.8502C22.9003 90.0102 22.8203 90.1602 22.6903 90.2102C22.4103 90.3402 21.3503 91.9102 21.3503 92.2202C21.3503 92.3702 21.2203 92.4302 21.0903 92.3502C20.9303 92.2702 20.8303 92.3502 20.8303 92.5602C20.8303 92.8702 17.9403 97.4602 17.1403 98.4202C16.7503 98.8602 16.3603 99.5302 15.7503 100.74C15.4903 101.23 15.2103 101.69 15.1303 101.77C15.0303 101.85 14.6903 102.41 14.3803 103.06C14.0703 103.71 13.7103 104.27 13.6103 104.35C13.2803 104.58 12.4703 106.49 12.5003 106.98C12.5303 107.21 12.4703 107.42 12.3703 107.37C12.0903 107.29 11.1603 108.07 11.0803 108.48C11.0303 108.69 10.9003 108.92 10.8203 109C10.7203 109.08 10.4103 109.54 10.1503 110.03C9.89033 110.52 9.27033 111.65 8.81033 112.51C8.32033 113.39 7.93033 114.37 7.93033 114.65C7.93033 114.96 7.82032 115.16 7.70033 115.09C7.57032 114.99 7.39033 115.27 7.29033 115.71C7.19033 116.12 7.03033 116.49 6.90033 116.49C6.59033 116.49 6.05033 117.98 6.28033 118.32C6.38033 118.53 6.36033 118.58 6.18033 118.45C6.00033 118.35 5.51032 119.1 4.84032 120.46C4.27032 121.67 3.81033 122.73 3.81033 122.81C3.81033 123.02 3.14033 124.59 2.75033 125.31C2.62033 125.57 2.52032 125.95 2.52032 126.16C2.52032 126.37 2.42033 126.55 2.29033 126.55C2.16033 126.55 1.98033 126.93 1.90033 127.43C1.80033 127.9 1.39033 129 0.970329 129.86C0.190329 131.49 -0.239673 133.91 0.140327 134.51C0.270327 134.69 0.630324 134.87 0.910324 134.9C1.22032 134.93 1.48032 135.03 1.48032 135.13C1.48032 135.23 1.66033 135.23 1.92033 135.16C2.15033 135.06 2.28032 135.11 2.20033 135.24C2.10033 135.37 2.48033 135.47 3.03033 135.5C4.32033 135.53 6.90033 136.15 6.90033 136.43C6.90033 136.71 7.44032 136.69 8.01032 136.35' fill='%234E99B0'/%3E%3Cpath d='M20.8703 101.98C21.0503 101.67 21.2003 101.36 21.1803 101.28C21.1603 101.2 21.5203 100.79 21.9303 100.35C22.3903 99.86 22.6003 99.47 22.4503 99.37C22.3203 99.27 22.0603 99.35 21.9103 99.53C21.0603 100.54 20.1003 101.91 20.1003 102.08C20.1003 102.54 20.5403 102.49 20.8803 101.98' fill='%234E99B0'/%3E%3Cpath d='M101.01 2.33001C101.11 2.12001 101.27 1.94001 101.4 1.94001C101.53 1.94001 101.63 2.12001 101.63 2.33001C101.63 2.54001 101.45 2.72 101.24 2.72C101.01 2.72 100.93 2.56001 101.01 2.33001ZM104.5 4.88C104.5 4.78 104.19 4.49001 103.78 4.23001C103.34 3.95001 103.21 3.74 103.45 3.74C103.69 3.74 104.23 4.1 104.72 4.52C105.44 5.19 105.52 5.37 105.23 5.71C104.95 6.07 104.87 6.04 104.69 5.58C104.59 5.27 104.51 4.96 104.51 4.88M107.46 6.17001C107.23 5.60001 107.25 5.55 107.69 5.71C107.9 5.81 108.08 6.02001 108.08 6.23001C108.08 6.72001 107.67 6.69 107.46 6.18M98.8501 5.68C99.5001 5.06 100.09 4.60001 100.19 4.70001C100.27 4.80001 99.8002 5.37 99.1602 5.99C97.5902 7.43 97.3501 7.2 98.8501 5.68ZM59.3201 7.49C59.3201 7.28 59.4202 7.1 59.5802 7.1C59.7102 7.1 59.8401 7.28 59.8401 7.49C59.8401 7.7 59.7102 7.87001 59.5802 7.87001C59.4202 7.87001 59.3201 7.69 59.3201 7.49ZM96.9902 7.77C96.9902 7.69 97.0902 7.56 97.2502 7.49C97.3802 7.41 97.5101 7.46001 97.5101 7.59001C97.5101 7.74001 97.3802 7.87001 97.2502 7.87001C97.0902 7.87001 96.9902 7.82 96.9902 7.77ZM95.2601 7.82C95.3401 7.61 95.4102 7.69001 95.4102 7.98001C95.4402 8.26001 95.3602 8.42001 95.2802 8.31001C95.2001 8.23001 95.1801 8 95.2601 7.82ZM57.9202 8.59001C58.0002 8.49001 58.1502 8.38 58.3102 8.38C58.4402 8.38 58.5401 8.48001 58.5401 8.59001C58.5401 8.72001 58.3601 8.82 58.1501 8.82C57.9401 8.82 57.8402 8.72001 57.9202 8.59001ZM60.6001 8.65001C60.8101 8.52001 61.0401 8.47 61.0901 8.55C61.1701 8.63 61.0602 8.78 60.8602 8.91C60.6502 9.04 60.4201 9.09001 60.3701 9.01001C60.2901 8.93001 60.4001 8.78001 60.6001 8.65001ZM97.3701 10.19C97.4501 10.06 97.2901 9.67 96.9801 9.36C96.5401 8.87 96.3601 8.82 95.9501 9.1C95.5602 9.33 95.4902 9.33 95.5901 9.07C95.7701 8.58 96.7202 8.04 96.7202 8.43C96.7202 8.58 96.9501 9.00001 97.2601 9.31001C97.7201 9.80001 97.7801 10.45 97.3401 10.45C97.2601 10.45 97.2901 10.35 97.3701 10.19ZM59.1102 10.4C58.8302 10.04 58.8502 9.99 59.2402 10.04C59.5002 10.09 59.6801 10.19 59.6201 10.27C59.6001 10.37 59.5701 10.58 59.5701 10.76C59.5701 10.91 59.5402 10.99 59.4902 10.94C59.4702 10.89 59.2802 10.63 59.1102 10.4ZM61.5101 10.71C61.4301 10.58 61.4602 10.45 61.6102 10.45C61.7402 10.45 61.9402 10.58 62.0202 10.71C62.1002 10.87 62.0702 10.97 61.9102 10.97C61.7802 10.97 61.5802 10.87 61.5002 10.71M62.6402 11.3C62.3102 10.89 62.3302 10.86 62.7202 11.2C62.9802 11.38 63.1801 11.59 63.1801 11.64C63.1801 11.85 62.9702 11.72 62.6402 11.31M59.8602 11C59.9402 10.82 60.2001 11.08 60.4601 11.54L60.9501 12.39L60.3602 11.85C60.0502 11.54 59.8201 11.15 59.8701 11M93.7601 12.26C93.6801 12.13 93.7302 12 93.8602 12C94.0202 12 94.1402 12.13 94.1402 12.26C94.1402 12.42 94.0901 12.52 94.0401 12.52C93.9601 12.52 93.8301 12.42 93.7601 12.26ZM94.4301 11.87C94.3801 11.54 94.4602 11.46 94.7402 11.56C94.9502 11.64 95.3302 11.48 95.5901 11.2C96.2601 10.45 96.3402 10.84 95.6902 11.74C95.1002 12.59 94.5802 12.64 94.4202 11.87M89.7601 12.78C89.7601 12.65 89.8602 12.52 89.9902 12.52C90.1202 12.52 90.7901 11.93 91.4601 11.23C92.1601 10.51 92.7502 10.04 92.8002 10.17C92.9002 10.45 92.2602 11.23 91.9501 11.23C91.8701 11.23 91.4602 11.64 91.0202 12.13C90.2202 13.03 89.7601 13.27 89.7601 12.78ZM97.5002 12.26C97.5002 11.72 97.6002 11.54 97.8602 11.64C98.1702 11.77 98.1901 11.92 97.9601 12.42C97.5701 13.22 97.5002 13.2 97.5002 12.26ZM60.8602 13.03C60.8602 12.9 60.9101 12.77 60.9601 12.77C61.0401 12.77 61.1702 12.9 61.2402 13.03C61.3202 13.19 61.2702 13.29 61.1402 13.29C60.9802 13.29 60.8602 13.19 60.8602 13.03ZM61.2802 13.94C61.2002 13.73 61.2502 13.56 61.3802 13.56C61.5402 13.56 61.6402 13.74 61.6402 13.94C61.6402 14.14 61.5901 14.33 61.5401 14.33C61.4901 14.33 61.3802 14.15 61.2802 13.94ZM69.9702 13.27C69.5802 13.27 69.4002 13.19 69.5802 13.11C69.9702 12.95 68.9602 12.03 67.6402 11.3C67.1802 11.04 66.7901 10.76 66.7901 10.68C66.7901 10.58 66.5602 10.55 66.2702 10.63C65.9102 10.73 65.7602 10.65 65.8102 10.45C65.8601 10.24 65.6601 9.99 65.3701 9.83C63.5601 8.85 61.1102 7.28 61.1102 7.07C61.1102 6.84 63.9502 8.31 64.5202 8.82C64.7802 9.05 64.9801 9.16 64.9801 9.05C64.9801 8.94 65.3101 9.13 65.7301 9.46C67.1701 10.6 70.8101 13.02 71.1201 13.02C71.2301 13.02 71.7201 13.38 72.2101 13.82L73.1102 14.6L71.9001 13.93C71.2301 13.57 70.3801 13.29 69.9601 13.26M74.2601 14.12C74.4401 14.07 74.7201 14.15 74.8501 14.28C75.0601 14.49 74.9502 14.51 74.5202 14.41C74.1802 14.3 74.0501 14.2 74.2601 14.13M102.1 14.01C102.28 13.83 102.41 13.8 102.41 13.96C102.41 14.32 102.1 14.63 101.92 14.45C101.87 14.37 101.94 14.17 102.1 14.01ZM59.3201 13.89C59.1901 13.71 59.0602 13.5 59.0602 13.4C59.0602 12.91 58.1801 11.51 57.9501 11.67C57.7901 11.75 57.7701 11.7 57.8701 11.51C57.9701 11.36 57.7901 10.84 57.4801 10.38L56.9102 9.55L57.7402 10.38C58.1802 10.84 58.5401 11.26 58.5401 11.33C58.5401 11.4 58.8701 12.03 59.2901 12.72C59.7001 13.42 60.1202 14.27 60.1902 14.61C60.3102 15.0033 60.2401 15.0367 59.9801 14.71C59.7701 14.43 59.4701 14.06 59.3102 13.88M59.1302 14.79C59.2102 14.58 59.2901 14.66 59.2901 14.95C59.3201 15.23 59.2402 15.39 59.1602 15.28C59.0802 15.2 59.0602 14.97 59.1302 14.79ZM101.53 14.94C101.45 14.73 101.48 14.63 101.63 14.71C101.79 14.79 101.89 14.97 101.89 15.12C101.89 15.48 101.71 15.4 101.53 14.94ZM68.3501 15.05C67.8601 14.77 67.1902 14.3 66.8302 14.05C66.5002 13.79 66.0301 13.56 65.8201 13.56C65.6101 13.56 65.4901 13.48 65.5901 13.4C65.7701 13.19 66.7302 13.5 67.1102 13.92C67.2902 14.07 68.2201 14.67 69.1702 15.18C70.1202 15.72 70.9802 16.26 71.0502 16.39C71.2102 16.65 70.2501 16.18 68.3401 15.05M98.9501 15.36C99.4402 13.97 99.6001 13.79 99.5401 14.61C99.5101 14.94 99.5901 15.44 99.7001 15.69C99.8302 16.02 99.8002 16.1 99.4702 15.97C99.2102 15.86 99.0101 15.97 98.9001 16.23C98.5401 17.19 98.5901 16.41 98.9501 15.35M87.0002 15.74C87.7702 14.96 88.5501 14.32 88.7001 14.32C89.0302 14.32 88.2301 15.17 86.7901 16.31C85.3201 17.52 85.3702 17.37 87.0002 15.74ZM72.9902 17.78C72.9902 17.73 73.1702 17.68 73.3802 17.68C73.5902 17.68 73.7702 17.78 73.7702 17.94C73.7702 18.07 73.5902 18.12 73.3802 18.05C73.1702 17.94 72.9902 17.84 72.9902 17.79M100.08 18.5C100.08 18.37 100.26 18.06 100.47 17.78C100.83 17.32 100.83 17.34 100.57 18.01C100.26 18.71 100.08 18.89 100.08 18.5ZM90.7901 19.28C90.7901 19.18 91.0502 18.95 91.3602 18.74C91.7535 18.5 91.7868 18.57 91.4601 18.95C90.9401 19.52 90.7901 19.6 90.7901 19.28ZM69.2502 19.41C68.6302 18.9 67.9602 18.46 67.7802 18.43C67.0802 18.41 65.9202 17.5 65.3002 16.52L64.6501 15.51L65.4202 16.13C65.8602 16.49 66.8902 17.24 67.7202 17.81C68.5202 18.38 69.4002 19.05 69.6602 19.28C69.8902 19.51 70.1502 19.67 70.2001 19.62C70.2302 19.59 70.4802 19.77 70.7402 20.03C71.6702 20.91 70.4602 20.42 69.2402 19.41M85.1201 21.11C85.1201 20.65 86.9801 18.84 87.9601 18.38C88.3201 18.2 88.7102 17.81 88.8602 17.48C88.9902 17.17 89.2202 16.91 89.3802 16.91C89.8702 16.88 90.5702 15.62 90.4102 15.02C90.3235 14.68 90.3835 14.6367 90.5901 14.89C91.0802 15.48 92.2402 15.2 92.8602 14.32C93.1402 13.91 93.3502 13.44 93.3002 13.24C93.2502 13.06 93.2502 12.98 93.3002 13.08C93.3802 13.21 93.6602 13.16 93.9402 13C94.2202 12.84 94.4801 12.77 94.5401 12.82C94.5901 12.87 93.7601 13.82 92.7101 14.96C91.6801 16.1 90.8002 17.23 90.8002 17.49C90.8002 17.75 90.7001 17.88 90.5401 17.8C90.2801 17.65 89.1702 18.53 87.8802 19.92C87.4702 20.36 86.9802 20.67 86.8002 20.62C86.6202 20.54 86.3901 20.72 86.2901 21.01C86.0801 21.66 85.1302 21.76 85.1302 21.11M65.3802 20.8C65.3002 20.39 65.0702 19.9 64.8602 19.74C64.6802 19.58 64.6001 19.22 64.6801 18.91C64.8101 18.42 64.8602 18.5 65.1902 19.38C65.8102 21.16 65.9901 21.83 65.7601 21.68C65.6301 21.6 65.4801 21.21 65.3701 20.8M82.6201 21.01C82.6201 20.36 82.7501 19.9 82.9501 19.82C83.1601 19.74 83.2601 19.59 83.1801 19.49C83.1001 19.39 83.3401 19.1 83.7001 18.87C84.0602 18.64 84.3501 18.56 84.3501 18.69C84.3501 18.82 84.2402 19 84.0901 19.1C83.6801 19.36 82.7501 20.78 83.0101 20.78C83.3401 20.78 85.0201 19.18 85.1801 18.72C85.2301 18.54 85.3602 18.46 85.4402 18.62C85.5402 18.78 83.0601 21.87 82.6501 22.05C82.6201 22.07 82.6201 21.61 82.6201 21.02M89.0701 21.5C89.1501 21.29 89.2202 21.37 89.2202 21.66C89.2502 21.94 89.1702 22.1 89.0901 21.99C89.0101 21.91 88.9901 21.68 89.0701 21.5ZM98.7402 21.6C99.1002 21.32 99.2301 21.06 99.0701 20.9C98.9101 20.74 99.0401 20.36 99.4601 19.87L100.08 19.1L99.7702 20C99.2802 21.57 98.9701 22.06 98.5602 22.06C98.2501 22.06 98.3002 21.93 98.7402 21.6ZM101.24 21.81C101.32 21.68 101.52 21.55 101.65 21.55C101.81 21.55 101.83 21.68 101.75 21.81C101.67 21.96 101.47 22.07 101.34 22.07C101.19 22.07 101.16 21.97 101.24 21.81ZM98.2802 22.99C98.2802 22.91 98.3801 22.78 98.5401 22.71C98.6701 22.63 98.8002 22.68 98.8002 22.81C98.8002 22.97 98.6701 23.09 98.5401 23.09C98.3801 23.09 98.2802 23.04 98.2802 22.99ZM66.6201 22.92C66.5201 22.66 66.3401 22.38 66.1801 22.28C66.0001 22.15 66.0001 22.07 66.2301 22.07C66.4101 22.07 66.6402 22.28 66.7202 22.54C66.8202 22.77 67.0002 23.05 67.1602 23.16C67.3402 23.29 67.3402 23.37 67.1102 23.37C66.9302 23.37 66.7001 23.16 66.6201 22.93M82.8002 22.84C82.9602 22.56 83.1102 22.32 83.1602 22.32C83.2402 22.32 83.1902 22.91 83.0802 23.3C83.0502 23.33 82.9202 23.35 82.8002 23.35C82.6202 23.35 82.6202 23.19 82.8002 22.83M71.7301 22.94C71.3701 22.63 72.2202 22.91 72.6302 23.25C72.9368 23.49 72.8835 23.5167 72.4702 23.33C72.1102 23.17 71.7702 23 71.7202 22.94M68.0901 22.76C68.0901 22.35 68.5501 22.84 68.6801 23.4C68.8301 23.97 68.8102 23.97 68.4702 23.5C68.2602 23.22 68.0901 22.88 68.0901 22.75M96.0302 23.3C96.1102 23.09 96.1902 23.17 96.1902 23.46C96.2202 23.74 96.1402 23.9 96.0602 23.79C95.9801 23.71 95.9602 23.48 96.0302 23.3ZM85.4501 23.3C85.5302 23.12 85.5802 23.25 85.5802 23.61C85.5802 23.97 85.5302 24.1 85.4501 23.94C85.4002 23.76 85.4002 23.45 85.4501 23.29M78.1801 23.07C76.4501 22.12 76.1701 21.96 75.2601 21.21C74.8201 20.83 74.5602 20.51 74.7202 20.51C74.8802 20.51 75.1301 20.67 75.2901 20.87C75.4701 21.08 76.2701 21.54 77.0701 21.93C78.8001 22.78 80.2202 23.79 80.2202 24.18C80.2202 24.34 80.0402 24.31 79.7502 24.08C79.5202 23.85 78.8001 23.41 78.1801 23.07ZM67.4202 24.72C67.0102 24.18 66.9601 23.77 67.3201 24C67.6501 24.21 68.1702 25.16 67.9402 25.16C67.8402 25.16 67.6102 24.95 67.4202 24.72ZM76.8602 24.9C76.8602 24.77 76.9101 24.64 76.9601 24.64C77.0401 24.64 77.1702 24.77 77.2402 24.9C77.3202 25.06 77.2702 25.16 77.1402 25.16C76.9802 25.16 76.8602 25.06 76.8602 24.9ZM99.7502 24.75C99.7202 24.65 99.9002 24.54 100.13 24.49C100.52 24.44 100.54 24.52 100.29 24.98C100.03 25.5 99.9302 25.45 99.7502 24.75ZM102.74 26.55C102.82 26.47 103.05 26.45 103.23 26.53C103.44 26.61 103.36 26.68 103.07 26.68C102.79 26.71 102.63 26.63 102.74 26.55ZM100.99 26.74C101.07 26.58 100.73 26.41 100.22 26.3C99.7302 26.22 99.3902 26.04 99.4702 25.91C99.5502 25.78 99.7302 25.75 99.8802 25.83C100.04 25.93 100.4 26.01 100.71 26.04C101.25 26.06 101.66 26.97 101.12 26.97C100.97 26.97 100.89 26.87 100.99 26.74ZM104.83 26.76C105.09 26.71 105.4 26.76 105.55 26.91C105.7 27.07 105.55 27.09 105.06 27.02C104.52 26.89 104.47 26.84 104.83 26.76ZM96.2101 27.23C96.2101 27.1 96.3601 26.9 96.5401 26.79C96.8201 26.61 97.6501 24.49 97.5701 24.13C97.5201 23.87 98.5002 23.9 98.6602 24.16C98.7402 24.29 98.6301 24.32 98.4301 24.24C98.1501 24.13 98.0202 24.24 98.0202 24.5C98.0202 24.73 97.8602 24.91 97.6902 24.94C97.4802 24.94 97.4802 24.99 97.6602 25.07C98.1202 25.25 96.9902 27.5 96.4501 27.5C96.3201 27.5 96.2202 27.4 96.2202 27.24M106.18 27.28C106.1 27.15 106.2 27.05 106.41 27.05C106.62 27.05 106.72 27.15 106.64 27.28C106.56 27.39 106.46 27.49 106.41 27.49C106.36 27.49 106.25 27.39 106.18 27.28ZM97.8902 27.51C97.9702 27.35 98.1702 27.3 98.3302 27.38C98.4902 27.48 98.4602 27.61 98.2502 27.76C97.8402 28.02 97.6602 27.87 97.8902 27.5M109.37 27.61C109.37 27.61 109.63 27.48 109.96 27.43C110.32 27.35 110.58 27.43 110.58 27.61C110.58 27.79 110.32 27.87 109.96 27.79C109.63 27.74 109.37 27.63 109.37 27.61ZM65.1201 28C65.0401 27.87 65.0902 27.74 65.2202 27.74C65.3802 27.74 65.5002 27.87 65.5002 28C65.5002 28.16 65.4501 28.26 65.4001 28.26C65.3201 28.26 65.1901 28.16 65.1201 28ZM83.0802 27.17C83.9302 26.45 84.1902 26.63 83.5202 27.43C83.1402 27.92 82.8502 28.08 82.7502 27.89C82.6202 27.74 82.7802 27.4 83.0802 27.17ZM99.5701 27.82C99.4901 27.77 99.9601 27.77 100.6 27.85C101.24 27.9 101.92 27.98 102.07 27.98C102.25 28 102.41 28.11 102.41 28.24C102.41 28.45 99.8301 28.08 99.5701 27.83M112.39 28.1C111.98 28.07 111.59 27.99 111.51 27.92C111.46 27.84 111.77 27.82 112.26 27.84C112.73 27.89 113.37 27.94 113.68 27.97C114.01 27.97 114.27 28.12 114.27 28.28C114.27 28.44 114.04 28.49 113.68 28.36C113.37 28.26 112.78 28.13 112.39 28.1ZM95.7001 28.64C95.8801 28.43 96.1102 28.33 96.2402 28.41C96.5802 28.62 96.2702 29.03 95.7802 29.03C95.4501 29.03 95.4501 28.95 95.7001 28.64ZM104.34 28.77C104.26 28.64 104.31 28.51 104.44 28.51C104.6 28.51 104.72 28.64 104.72 28.77C104.72 28.93 104.67 29.03 104.61 29.03C104.53 29.03 104.4 28.93 104.33 28.77M115.18 28.47C115 28.26 115.08 28.24 115.39 28.36C115.65 28.44 116.22 28.52 116.63 28.52C117.04 28.52 117.38 28.62 117.38 28.78C117.38 29.11 115.55 28.83 115.19 28.47M97.3201 29.08C97.1401 29.03 97.0602 28.87 97.1402 28.74C97.2202 28.59 97.5301 28.56 97.8401 28.66C98.1502 28.76 98.8201 28.94 99.3102 29.05C100.14 29.23 100.11 29.26 98.9202 29.23C98.2001 29.2 97.4801 29.15 97.3201 29.08ZM117.63 28.88C117.63 28.83 117.81 28.78 118.02 28.78C118.23 28.78 118.41 28.88 118.41 29.04C118.41 29.17 118.23 29.22 118.02 29.14C117.81 29.04 117.63 28.93 117.63 28.88ZM119.08 29.06C118.98 28.93 119.16 28.88 119.44 28.96C120.03 29.11 120.11 29.29 119.6 29.29C119.39 29.29 119.16 29.19 119.08 29.06ZM110.64 29.11C110.33 28.7 110.33 28.67 110.67 28.93C110.88 29.09 111.24 29.29 111.44 29.37C111.77 29.5 111.75 29.53 111.41 29.53C111.18 29.56 110.82 29.35 110.64 29.12M101.12 29.39C101.12 29.34 101.35 29.29 101.66 29.29C101.94 29.29 102.12 29.39 102.02 29.55C101.89 29.76 101.12 29.63 101.12 29.39ZM103.05 29.81C102.97 29.68 103.08 29.55 103.28 29.55C103.51 29.55 103.69 29.68 103.69 29.81C103.69 29.96 103.59 30.07 103.46 30.07C103.3 30.07 103.13 29.97 103.05 29.81ZM112.78 29.42C112.86 29.34 113.01 29.47 113.09 29.73C113.24 30.09 113.22 30.12 112.96 29.89C112.78 29.71 112.7 29.5 112.78 29.43M114.54 30.06C114.2 29.85 114.2 29.8 114.59 29.8C114.82 29.8 115.11 29.93 115.18 30.06C115.39 30.4 115.05 30.4 114.54 30.06ZM120.98 30.06C121.19 29.93 121.55 29.83 121.76 29.83C122.02 29.83 121.97 29.91 121.63 30.06C120.93 30.37 120.52 30.37 120.98 30.06ZM106.05 30.19C105.97 30.11 106.23 30.09 106.64 30.17C107.05 30.25 107.44 30.38 107.54 30.45C107.62 30.53 107.36 30.55 106.95 30.48C106.54 30.4 106.15 30.27 106.05 30.2M103.85 30.14C103.95 29.81 104.16 29.65 104.34 29.7C104.62 29.81 104.6 29.93 104.26 30.3C103.72 30.87 103.67 30.84 103.85 30.14ZM66.0302 29.21C66.0302 28.62 66.4901 29.44 66.6501 30.32L66.8302 31.22L66.4202 30.34C66.2102 29.88 66.0401 29.36 66.0401 29.2M105.24 30.84C105.24 30.71 105.29 30.58 105.34 30.58C105.42 30.58 105.55 30.71 105.62 30.84C105.7 31 105.65 31.1 105.52 31.1C105.36 31.1 105.24 31 105.24 30.84ZM68.3501 31.48C68.1701 31.25 68.1402 31.09 68.3002 31.09C68.4302 31.09 68.6101 31.27 68.7101 31.48C68.7901 31.69 68.8201 31.87 68.7601 31.87C68.7001 31.87 68.5301 31.69 68.3501 31.48ZM72.5802 31.9C72.6602 31.77 72.5501 31.54 72.3501 31.36C72.1401 31.18 71.9702 30.92 71.9702 30.77C71.9702 30.62 72.2502 30.77 72.6102 31.1C73.1002 31.56 73.1801 31.77 72.9501 31.93C72.5101 32.19 72.4301 32.19 72.5901 31.9M110.69 31.97C110.15 31.84 109.89 31.66 109.89 31.32C109.89 31.04 110.02 30.83 110.17 30.83C110.3 30.83 110.35 30.96 110.27 31.09C110.19 31.25 110.22 31.35 110.37 31.35C110.5 31.35 110.73 31.14 110.89 30.91C111.1 30.53 111.2 30.5 111.46 30.78C111.64 30.94 112 31.09 112.26 31.09C112.86 31.09 112.88 31.79 112.26 31.94C111.56 32.12 111.54 32.12 110.69 31.97ZM124.47 31.9C124.39 31.77 124.44 31.59 124.6 31.49C124.73 31.41 124.86 31.52 124.86 31.72C124.86 32.18 124.7 32.26 124.47 31.9ZM113.76 32C114.12 31.79 114.59 31.64 114.79 31.64C114.99 31.64 114.81 31.82 114.4 32C113.39 32.47 112.93 32.47 113.75 32M69.0401 32.75C69.1901 32.31 69.6302 32.52 69.6302 33.03C69.6302 33.24 69.4702 33.34 69.2702 33.26C69.0602 33.18 68.9601 32.95 69.0401 32.74M71.5202 33.62C71.4902 33.29 71.3402 33 71.1902 32.95C71.0602 32.9 70.9301 32.64 70.9301 32.36C70.9301 31.74 71.5502 31.97 71.9102 32.74C72.0702 33.1 72.0702 33.46 71.9102 33.75C71.6002 34.32 71.5802 34.29 71.5202 33.62ZM67.8302 34.22C67.8302 34.09 68.0102 33.91 68.2402 33.83C68.6002 33.7 68.6301 33.73 68.3401 34.06C67.9801 34.5 67.8302 34.55 67.8302 34.22ZM61.1201 34.06C61.3001 33.85 61.6902 33.68 61.9702 33.68C62.4902 33.68 62.4902 33.7 61.8902 34.32C61.2202 35.04 60.5002 34.81 61.1102 34.06M69.9001 34.86C69.9001 34.81 70.1101 34.6 70.3401 34.42C70.7501 34.09 70.7802 34.11 70.4402 34.53C70.1102 34.94 69.9001 35.07 69.9001 34.86ZM123.82 34.4C123.82 33.91 124.34 34.01 124.67 34.55C125.08 35.15 125.06 35.15 124.46 34.86C124.1 34.7 123.81 34.5 123.81 34.4M115.98 36.36C115.9 36.15 115.93 36.05 116.08 36.13C116.24 36.21 116.34 36.39 116.34 36.54C116.34 36.9 116.16 36.82 115.98 36.36ZM122.09 37.65C122.17 37.57 122.4 37.55 122.58 37.62C122.79 37.7 122.71 37.78 122.43 37.78C122.15 37.81 121.99 37.73 122.09 37.65ZM123.88 37.42C123.93 37.29 124.03 37.19 124.14 37.24C124.27 37.27 124.35 37.19 124.35 37.03C124.35 36.9 124.58 36.77 124.87 36.77C125.46 36.77 125.46 37.31 124.87 37.6C124.35 37.83 123.79 37.73 123.89 37.42M120.8 37.91C120.88 37.83 121.11 37.81 121.29 37.88C121.5 37.96 121.42 38.04 121.13 38.04C120.85 38.07 120.69 37.99 120.8 37.91ZM119.95 38.06C119.95 37.93 120 37.8 120.05 37.8C120.13 37.8 120.26 37.93 120.33 38.06C120.41 38.21 120.36 38.32 120.23 38.32C120.07 38.32 119.95 38.22 119.95 38.06ZM107.83 38.73C107.83 38.65 107.93 38.52 108.09 38.45C108.22 38.37 108.35 38.43 108.35 38.55C108.35 38.71 108.22 38.83 108.09 38.83C107.93 38.83 107.83 38.78 107.83 38.73ZM108.6 38.58C108.6 38.45 108.7 38.32 108.86 38.32C108.99 38.32 109.12 38.45 109.12 38.58C109.12 38.74 108.99 38.84 108.86 38.84C108.71 38.84 108.6 38.74 108.6 38.58ZM117.45 38.27C117.53 38.06 117.6 38.14 117.6 38.43C117.63 38.71 117.55 38.87 117.47 38.76C117.39 38.68 117.37 38.45 117.45 38.27ZM103.83 39.64C103.99 39.53 104.66 39.36 105.38 39.28L106.67 39.15L105.64 39.48C104.43 39.89 103.5 39.97 103.83 39.64ZM113.79 39.59C113.14 39.95 112.71 39.41 113.3 39C113.53 38.84 113.76 38.48 113.84 38.2C113.927 37.8733 114.03 37.89 114.15 38.25C114.41 39.03 115 39.1 116.03 38.48L116.91 37.99L116.81 38.61C116.76 39.05 116.55 39.26 116.09 39.31C115.73 39.36 115.34 39.52 115.21 39.65C115.05 39.78 114.82 39.75 114.64 39.6C114.41 39.42 114.15 39.42 113.79 39.6M63.3102 39.87C63.3902 39.74 63.6701 39.61 63.9001 39.64C64.2601 39.64 64.2301 39.69 63.8201 39.87C63.3535 40.0567 63.1802 40.0567 63.3002 39.87M108.21 39.87C108.29 39.74 108.52 39.61 108.67 39.61C108.85 39.61 108.83 39.71 108.59 39.87C108.1 40.18 108 40.18 108.2 39.87M54.2301 40.08C54.3101 39.87 54.3902 39.95 54.3902 40.24C54.4102 40.52 54.3401 40.68 54.2601 40.57C54.1801 40.49 54.1501 40.26 54.2301 40.08ZM91.6001 39.76C91.6001 39.58 91.6501 39.55 91.7301 39.76C91.8601 40.1 93.3802 39.92 93.3802 39.55C93.3802 39.42 93.5102 39.39 93.6902 39.5C93.8702 39.6 93.6401 39.83 93.0901 40.12C92.2101 40.56 91.5401 40.4 91.6001 39.76ZM58.4102 42.19C58.4902 42.06 58.7201 41.93 58.8701 41.93C59.0501 41.93 59.0301 42.03 58.7901 42.19C58.3001 42.5 58.2001 42.5 58.4001 42.19M51.3201 42.6C51.3201 42.55 51.7602 42.19 52.2702 41.8L53.2502 41.1L52.4001 41.9C51.6201 42.65 51.3201 42.85 51.3201 42.6ZM95.1801 42.99C95.1801 42.86 95.5701 42.68 96.0602 42.6C96.5502 42.5 97.0101 42.29 97.0901 42.11C97.1702 41.88 97.2701 41.88 97.4501 42.14C97.6301 42.4 97.7302 42.4 98.0202 42.06C98.2002 41.83 98.5102 41.7 98.6702 41.78C98.8502 41.83 99.2102 41.75 99.4702 41.57C100.17 41.1 101.07 40.9 101.17 41.21C101.22 41.36 101.48 41.36 101.89 41.21C103.57 40.54 103.52 40.54 106.12 40.25C107.49 40.1 107.85 40.12 107.72 40.36C107.59 40.57 107.88 40.51 108.52 40.25C109.58 39.79 112.98 39.53 112.98 39.89C112.98 40.02 112.77 40.12 112.52 40.12C112.27 40.12 111.93 40.25 111.75 40.43C111.52 40.66 111.44 40.66 111.44 40.38C111.41 40.1 111.34 40.1 111.08 40.46C110.8 40.82 110.36 40.92 109.3 40.92C108.52 40.92 107.62 41.08 107.29 41.25C106.62 41.58 106.03 41.53 106.03 41.12C106.03 40.96 106.13 40.91 106.26 40.99C106.36 41.07 106.7 40.96 106.96 40.76C107.22 40.56 107.32 40.37 107.14 40.37C106.62 40.37 105.51 40.94 105.64 41.17C105.8 41.4 105.59 41.53 104.66 41.76C104.17 41.86 103.99 41.84 104.09 41.66C104.17 41.53 104.55 41.4 104.94 41.4C105.38 41.4 105.53 41.32 105.35 41.14C104.99 40.78 103.39 41.35 103.62 41.73C103.72 41.91 103.59 41.89 103.36 41.68C103 41.4 102.84 41.4 102.53 41.65C102.32 41.83 102.14 41.88 102.14 41.8C102.14 41.7 101.93 41.75 101.68 41.88C101.42 42.01 100.67 42.19 99.9801 42.27C99.3102 42.35 98.6401 42.5 98.4801 42.58C98.3501 42.68 97.6302 42.79 96.9102 42.84C96.1902 42.92 95.5402 43.02 95.4702 43.07C95.2902 43.25 95.1902 43.23 95.1902 42.97M57.6102 43.02C57.9168 42.7467 57.9702 42.7967 57.7702 43.17C57.6102 43.51 57.4102 43.71 57.3002 43.64C57.2202 43.53 57.3502 43.28 57.6102 43.02ZM98.5401 43.48C98.5401 43.35 98.5902 43.22 98.6402 43.22C98.7202 43.22 98.8502 43.35 98.9202 43.48C99.0002 43.64 98.9501 43.74 98.8201 43.74C98.6701 43.74 98.5401 43.64 98.5401 43.48ZM101.14 43.92C101.19 43.87 101.58 43.74 101.99 43.64L102.77 43.46L102.12 43.98C101.76 44.29 101.4 44.39 101.27 44.24C101.14 44.11 101.06 43.98 101.14 43.93M48.3501 45.29C48.5601 45.06 48.7402 44.72 48.7402 44.57C48.7402 44.39 48.8702 44.26 49.0202 44.26C49.1702 44.26 49.6402 43.98 50.0802 43.62C50.9302 42.9 51.5802 42.74 51.0602 43.36C50.8801 43.57 50.8002 43.9 50.8802 44.08C50.9902 44.34 50.8602 44.41 50.4402 44.34C49.9002 44.24 48.5602 45.14 48.6602 45.53C48.6902 45.63 48.5301 45.74 48.3201 45.74C48.0101 45.74 48.0101 45.66 48.3501 45.3M94.5101 45.13C94.4101 44.74 94.4602 44.36 94.6602 44.18C94.9202 43.95 94.9401 43.95 94.8201 44.18C94.7401 44.34 94.7701 44.77 94.9202 45.13C95.0802 45.54 95.0802 45.8 94.9202 45.8C94.7901 45.8 94.5901 45.49 94.5101 45.13ZM47.4202 45.73C47.6802 45.5 47.7002 45.52 47.5502 45.89C47.4702 46.15 47.3202 46.28 47.2402 46.2C47.1602 46.12 47.2402 45.92 47.4202 45.74M77.1201 46.27C77.1201 46.17 77.3502 46.06 77.6402 46.06C77.9302 46.06 78.1602 46.16 78.1602 46.29C78.1602 46.44 77.9302 46.52 77.6402 46.5C77.3602 46.47 77.1201 46.37 77.1201 46.27ZM63.7001 46.84C63.1601 46.84 62.4301 46.94 62.0701 47.07C61.4201 47.33 61.0401 47.17 60.9301 46.66C60.8801 46.43 61.0402 46.4 61.5002 46.58C61.9402 46.74 62.1501 46.74 62.1501 46.56C62.1501 46.4 62.2502 46.38 62.4102 46.45C62.5402 46.53 62.8802 46.48 63.1602 46.32C63.5202 46.14 63.7302 46.14 63.8302 46.35C63.9302 46.51 64.1601 46.56 64.3701 46.48C64.5801 46.4 64.7301 46.38 64.7301 46.43C64.7301 46.51 64.7801 46.69 64.8102 46.89C64.8601 47.07 64.8601 47.15 64.8102 47.04C64.7302 46.91 64.2402 46.83 63.7001 46.83M66.3602 47.71C66.4402 47.63 66.6701 47.61 66.8501 47.68C67.0601 47.76 66.9802 47.84 66.6902 47.84C66.4102 47.87 66.2502 47.79 66.3602 47.71ZM64.3501 48.15C64.4001 48.05 64.8202 47.97 65.3102 47.94C66.0602 47.91 66.0802 47.94 65.5202 48.1C64.7202 48.33 64.2302 48.36 64.3602 48.15M44.6102 48.1C44.9702 47.82 45.6402 47.22 46.0802 46.78C46.8802 46.03 46.9301 46.03 46.9301 46.55C46.9301 46.86 46.7701 47.09 46.5401 47.09C46.3301 47.09 45.9702 47.37 45.7402 47.76C45.5102 48.12 45.1501 48.35 44.9601 48.27C44.7801 48.19 44.5502 48.24 44.4702 48.37C44.3702 48.53 44.2402 48.63 44.1402 48.63C44.0402 48.61 44.2401 48.37 44.6001 48.09M76.2402 48.23C76.1602 48.02 76.1901 47.92 76.3501 48C76.5001 48.08 76.6102 48.26 76.6102 48.41C76.6102 48.77 76.4302 48.69 76.2502 48.23M69.9001 48.98C69.9001 48.9 70.1302 48.9 70.4102 48.98C70.6902 49.06 70.9301 49 70.9301 48.87C70.9301 48.74 71.2401 48.64 71.6001 48.64C71.9601 48.64 72.4501 48.54 72.7101 48.41C72.9701 48.25 73.3101 48.25 73.5401 48.41C73.7201 48.54 73.8502 48.64 73.7702 48.64C73.6902 48.67 73.1201 48.72 72.4801 48.8C71.8401 48.88 71.2202 49.03 71.1102 49.16C70.8802 49.37 69.9001 49.21 69.9001 48.98ZM54.7001 49.13C54.9101 49 55.3501 48.92 55.7101 48.95C56.0701 48.95 57.0501 48.9 57.9001 48.79C58.7501 48.69 59.9602 48.56 60.6102 48.51C61.2602 48.46 62.1801 48.33 62.7001 48.25C63.2402 48.15 63.7102 48.17 63.7802 48.3C63.8602 48.4 63.5502 48.53 63.1102 48.53C62.0002 48.58 54.8302 49.67 54.6702 49.82C54.6202 49.9 54.5102 49.82 54.4402 49.64C54.3902 49.48 54.5201 49.25 54.7001 49.12M88.2901 49.36C88.3701 49.15 88.4501 49.23 88.4501 49.52C88.4801 49.8 88.4001 49.96 88.3201 49.85C88.2401 49.77 88.2201 49.54 88.2901 49.36ZM45.5101 50.71C45.4301 50.58 45.5302 50.45 45.7402 50.45C45.9702 50.45 46.1501 50.35 46.1501 50.22C46.1501 50.09 46.4102 50.04 46.6902 50.12C47.2302 50.28 47.2301 50.3 46.7901 50.64C46.2201 51.03 45.7302 51.08 45.5002 50.72M58.2101 50.6C58.4701 50.27 58.8002 50.06 58.9902 50.11C59.4502 50.29 58.8101 51.22 58.2101 51.22C57.7701 51.22 57.7701 51.19 58.2101 50.6ZM87.9601 50.68C87.9601 50.4 88.0602 50.22 88.2202 50.32C88.3502 50.4 88.4002 50.63 88.3002 50.84C88.1202 51.38 87.9702 51.33 87.9702 50.68M81.2502 51.07C81.2502 50.86 81.1202 50.71 80.9902 50.71C80.8302 50.71 80.7301 50.38 80.7301 49.96C80.7301 49.54 80.5501 49.08 80.3501 48.9C80.1401 48.72 80.0101 48.49 80.0901 48.38C80.1702 48.25 79.8802 47.4 79.4402 46.44C79.0302 45.49 78.6602 44.56 78.6602 44.35C78.6602 44.14 78.5102 43.99 78.3302 43.96C78.1002 43.96 78.1002 43.91 78.3602 43.8C78.5702 43.72 78.4901 43.52 78.1001 43.18L77.5101 42.72L78.0802 42.69C78.7802 42.69 79.5802 44.11 79.8401 45.81C79.9401 46.43 80.1202 47 80.2502 47.02C80.3802 47.07 80.4302 47.23 80.3602 47.33C80.2802 47.46 80.3801 48 80.6201 48.52C80.8301 49.04 81.0101 49.68 81.0101 49.94C81.0101 50.22 81.1102 50.43 81.2402 50.43C81.3702 50.43 81.5202 50.71 81.5802 51.08C81.6602 51.41 81.6002 51.65 81.5002 51.57C81.3702 51.49 81.2702 51.26 81.2702 51.05M76.0602 51.74C76.0102 51.35 75.9601 51.17 75.6001 50.35C75.2601 49.5 75.3402 49.37 76.2202 49.27C76.6302 49.22 76.8602 49.32 76.8602 49.58C76.8602 49.79 76.6802 49.94 76.4702 49.94C76.0302 49.94 75.9601 50.58 76.3401 50.84C76.4701 50.92 76.6001 51.23 76.6001 51.51C76.6001 52 76.1101 52.23 76.0602 51.74ZM89.4801 52.33C89.6901 51.94 89.7401 51.94 89.7601 52.28C89.7601 52.72 89.5002 53.11 89.3002 52.93C89.2502 52.85 89.3201 52.6 89.4801 52.34M46.6702 52.87C46.6702 52.66 46.9002 52.51 47.1602 52.51C47.4402 52.51 47.7502 52.41 47.8302 52.25C47.9102 52.12 48.1102 51.99 48.2402 51.99C48.4002 51.99 48.1902 52.32 47.8002 52.74C47.0802 53.52 46.6602 53.57 46.6602 52.87M76.6801 53.03C76.5001 52.77 76.4502 52.49 76.5502 52.41C76.6502 52.36 76.8601 52.59 77.0401 52.93C77.3701 53.68 77.1201 53.76 76.6801 53.03ZM90.2802 53.44C90.2802 53.39 90.4602 53.21 90.6602 53.03C91.0002 52.75 91.0202 52.77 90.8902 53.13C90.7602 53.49 90.2702 53.72 90.2702 53.44M47.8802 53.93C48.3202 53.34 49.4801 52.98 49.1201 53.54C49.0401 53.7 48.8102 53.8 48.6302 53.8C48.4202 53.8 48.1401 53.98 47.9601 54.19C47.4501 54.81 47.3902 54.63 47.8802 53.93ZM79.8602 54.04C79.9402 53.88 79.9101 53.58 79.8102 53.34C79.7102 53.11 79.6002 52.85 79.5802 52.77C79.3202 52 78.9101 51.25 78.6801 51.09C78.5501 51.01 78.4702 50.83 78.5502 50.7C78.6302 50.57 78.6002 50.26 78.4501 50C78.3201 49.74 78.0602 49.2 77.8802 48.76C77.7002 48.35 77.4902 47.88 77.4402 47.78C77.3902 47.68 77.4601 47.63 77.5901 47.65C77.7501 47.7 78.0501 47.5 78.2901 47.21C78.7001 46.69 78.7001 46.72 78.5701 47.39C78.4901 47.75 78.5201 48.11 78.6501 48.16C78.7801 48.21 78.9601 48.65 79.0101 49.14C79.0901 49.63 79.1602 50.04 79.1902 50.04C79.2202 50.04 79.2701 50.22 79.3201 50.42C79.3701 50.63 79.6302 51.58 79.9102 52.54C80.1902 53.49 80.3502 54.35 80.2702 54.4C80.0602 54.63 79.6802 54.27 79.8602 54.01M83.5202 53.55C83.2902 52.85 83.1601 52.26 83.2101 52.26C83.3901 52.26 84.1902 53.94 84.2202 54.4C84.3002 55.28 83.9402 54.81 83.5202 53.55ZM85.3802 54.22C85.3802 53.91 85.2002 53.42 84.9902 53.14C84.7802 52.88 84.6001 52.44 84.6001 52.19C84.6001 51.94 84.2701 51.06 83.8501 50.25C83.4401 49.45 83.0001 48.5 82.8701 48.14C82.7101 47.78 82.2802 46.8 81.8602 45.95C81.1402 44.4 81.0801 44.25 81.0101 43.73C81.0101 43.6 80.8502 43.55 80.7001 43.63C80.5401 43.73 80.4702 43.66 80.4902 43.47C80.5202 43.26 80.4602 42.9 80.3902 42.67C80.2902 42.41 80.1602 42.02 80.0802 41.82C79.9802 41.48 78.6601 41.25 78.3201 41.51C78.2701 41.54 78.0602 41.43 77.8602 41.25C77.5802 41.02 77.1901 41.1 76.1001 41.59C75.3501 41.95 74.6602 42.16 74.5802 42.1C74.5002 42.02 74.3202 42.05 74.1702 42.18C74.0202 42.31 73.2901 42.54 72.6001 42.67C71.8801 42.82 70.3802 43.11 69.2502 43.34C67.3702 43.73 64.8402 44.17 63.1902 44.4C62.8302 44.45 62.5401 44.51 62.5401 44.53C62.5401 44.56 62.0801 44.61 61.5101 44.64C60.9401 44.69 60.0701 44.79 59.5701 44.9L58.6702 45.08L59.3701 44.62C59.8401 44.34 60.0901 43.92 60.1201 43.51C60.1501 43.07 60.2002 43.02 60.2802 43.33C60.3302 43.56 60.4402 43.77 60.4902 43.77C60.6202 43.77 66.1202 40.08 66.9102 39.46C67.3202 39.13 67.5602 38.87 67.4501 38.87C67.3401 38.87 67.8902 38.54 68.6402 38.15C70.3402 37.25 73.0002 35.29 73.0302 34.9C73.0602 34.74 73.0602 34.54 73.0602 34.46C73.0301 34.36 73.2102 34.31 73.4702 34.33C73.8102 34.35 73.9102 34.12 73.9102 33.32C73.9302 32.75 73.8101 32.05 73.6801 31.77C73.5501 31.49 73.4201 31.07 73.4001 30.87C73.3201 30.09 72.7002 28.55 72.4702 28.55C72.3402 28.55 72.2402 28.32 72.2402 28.03C72.2402 27.74 72.1101 27.52 71.9601 27.52C71.8101 27.52 71.7302 27.29 71.8002 27C71.8802 26.72 71.8502 26.48 71.7202 26.48C71.3902 26.48 71.2302 25.48 71.5602 25.35C71.7201 25.3 71.6401 25.22 71.4001 25.22C70.8101 25.19 70.0801 23.9 70.6501 23.9C70.8601 23.9 72.7101 24.93 73.9001 25.71C74.2101 25.92 75.0301 26.43 75.7301 26.84C76.4301 27.28 77.3501 27.87 77.7901 28.21C78.2301 28.54 78.7201 28.8 78.9001 28.8C79.0601 28.8 79.2601 28.96 79.3401 29.16C79.4202 29.37 79.6502 29.47 79.8602 29.39C80.0402 29.31 80.3001 29.44 80.3701 29.67C80.4701 29.9 81.0202 30.34 81.5802 30.65C82.5902 31.14 82.6402 31.14 82.9702 30.7C83.2502 30.32 83.2001 30.21 82.5302 29.87C81.7302 29.48 81.6302 29.04 82.2502 28.84C82.4302 28.79 82.6401 28.97 82.7101 29.28C82.8701 29.93 83.1702 29.98 83.4102 29.44C83.4902 29.23 83.7201 29.05 83.9501 29.05C84.1601 29.05 84.3401 28.87 84.3401 28.66C84.3401 28.45 84.4401 28.27 84.6001 28.27C84.8101 28.27 87.1002 25.97 88.9402 23.96C89.3502 23.5 89.8202 23.11 89.9702 23.11C90.1502 23.11 90.2802 23.01 90.2802 22.88C90.2802 22.78 90.9802 21.93 91.8302 21.02C92.6802 20.12 93.3302 19.24 93.2702 19.08C93.2202 18.92 93.2701 18.64 93.4001 18.43C93.5801 18.15 93.6302 18.2 93.6302 18.64C93.6302 19.15 93.7301 19.1 94.7901 18.15C95.4401 17.56 95.9501 16.96 95.9501 16.81C95.9501 16.66 96.2102 16.37 96.5202 16.16C96.9002 15.92 96.9435 16.0233 96.6501 16.47C96.4201 16.85 96.2101 17.42 96.2101 17.76C96.2101 18.07 96.1101 18.46 95.9501 18.61C95.8201 18.74 95.6401 19.31 95.5401 19.87C95.4601 20.44 95.3102 21.03 95.2301 21.16C95.1301 21.32 95.0502 21.47 95.0202 21.55C94.8402 22.58 94.5302 23.1 94.2402 22.99C93.8002 22.83 93.8002 22.86 94.1402 23.71C94.3702 24.38 94.0602 24.69 93.8002 24.07C93.7202 23.89 93.6501 23.99 93.6501 24.3C93.6201 24.61 93.5202 25.13 93.3902 25.46C93.2602 25.8 93.0301 26.8 92.8501 27.73C92.6701 28.66 92.4401 29.84 92.3401 30.39C92.1801 31.14 92.2102 31.34 92.4902 31.24C92.6702 31.16 92.9602 31.26 93.1102 31.47C93.3402 31.75 93.5001 31.75 94.0901 31.44C94.4501 31.26 94.8401 31.18 94.9202 31.28C95.0002 31.38 95.3302 31.49 95.7001 31.51C97.5602 31.67 98.1801 31.74 98.4601 31.92C98.6401 32.05 98.9002 32.05 99.0502 31.97C99.1802 31.89 99.3102 31.95 99.3102 32.1C99.3102 32.25 99.4401 32.31 99.5701 32.23C99.7301 32.13 100.06 32.15 100.29 32.26C100.52 32.36 101.14 32.47 101.63 32.52C102.12 32.55 102.58 32.6 102.66 32.62C102.74 32.65 102.97 32.67 103.23 32.65C103.46 32.62 103.72 32.7 103.8 32.83C103.88 32.99 104.34 33.01 104.86 32.88C105.35 32.78 105.76 32.75 105.76 32.85C105.76 32.93 106.48 33.03 107.36 33.08C108.24 33.13 109.14 33.26 109.37 33.39C109.63 33.52 109.89 33.57 109.96 33.49C110.04 33.41 110.24 33.41 110.43 33.54C110.84 33.77 112.29 33.8 112.67 33.54C112.85 33.43 112.98 33.49 112.98 33.64C112.98 33.79 113.19 33.9 113.42 33.87C114.22 33.79 114.53 33.9 114.53 34.18C114.53 34.31 114.45 34.39 114.32 34.31C114.22 34.26 113.08 34.41 111.82 34.67C110.53 34.93 108.8 35.21 107.95 35.32C106.61 35.5 105.81 35.6 105.55 35.68C105.52 35.71 105.45 35.71 105.34 35.68C105.26 35.68 104.93 35.86 104.57 36.07C104.24 36.3 103.95 36.38 103.95 36.25C103.95 36.09 103.69 36.07 103.36 36.15C103.05 36.23 102.35 36.36 101.81 36.41C101.29 36.49 100.85 36.64 100.85 36.74C100.85 36.84 100.57 36.87 100.21 36.79C99.8701 36.74 99.3602 36.76 99.1302 36.87C98.8702 37 98.5602 37.05 98.4102 37.03C98.0502 36.93 93.5602 37.8 93.2502 38.04C93.0902 38.14 92.5502 38.25 91.9902 38.25C91.4502 38.28 90.8502 38.41 90.6702 38.56C90.5201 38.69 90.3101 38.74 90.2101 38.66C90.0301 38.48 89.5702 39.36 89.4102 40.16C89.3302 40.49 89.2802 40.78 89.2802 40.83C89.2502 40.85 89.2502 40.93 89.2502 41.01C89.2202 41.09 89.0702 41.58 88.8602 42.15C88.6802 42.72 88.5801 43.23 88.6501 43.31C88.7501 43.39 88.6802 43.47 88.5202 43.47C88.3602 43.47 88.2902 43.65 88.3602 43.86C88.4702 44.07 88.4102 44.4 88.2802 44.58C88.1502 44.73 88.0701 45.28 88.0701 45.74C88.1001 46.18 88.0202 46.57 87.9102 46.57C87.6802 46.57 87.3701 47.47 87.2901 48.46C87.2401 48.87 87.1101 49.31 86.9601 49.47C86.6801 49.75 86.9302 50.6 87.5302 51.48C87.6902 51.71 87.5602 51.64 87.2502 51.3C86.9402 50.97 86.6302 50.71 86.5502 50.71C86.4002 50.71 86.5502 52.05 86.7802 52.65C86.9902 53.12 86.9602 53.14 86.5202 52.78C86.2402 52.55 86.1102 52.52 86.2402 52.73C86.3402 52.88 86.3201 53.04 86.2101 53.04C86.0801 53.04 85.9801 53.35 85.9501 53.76C85.9202 55 85.8701 55.13 85.6201 54.97C85.4601 54.89 85.3602 54.56 85.3602 54.22M88.6801 55.4C88.8601 55.35 88.9101 55.17 88.8401 55.04C88.7301 54.86 88.7902 54.83 88.9402 54.93C89.0902 55.04 89.1702 55.27 89.0901 55.47C88.9902 55.68 88.8101 55.78 88.6501 55.68C88.4401 55.55 88.4701 55.47 88.6801 55.4ZM89.5101 56.02C89.5101 55.97 89.6901 55.79 89.9001 55.61C90.2301 55.33 90.2602 55.35 90.1302 55.71C90.0002 56.07 89.5101 56.3 89.5101 56.02ZM84.1102 55.35C84.1102 55.09 84.1901 55.14 84.3401 55.48C84.6502 56.18 84.6502 56.59 84.3401 56.13C84.2101 55.92 84.1102 55.56 84.1102 55.35ZM80.8102 56.75C80.8902 56.67 80.8601 56.31 80.7301 55.97C80.6001 55.64 80.5801 55.35 80.7101 55.35C80.8401 55.35 80.9901 55.63 81.0401 56C81.1701 56.59 81.0702 56.9 80.7802 56.9C80.7001 56.9 80.7001 56.82 80.8102 56.75ZM78.0502 56.77C77.9502 56.41 77.9002 56.05 77.9202 55.97C77.9202 55.87 77.8102 55.71 77.6602 55.61C77.2502 55.38 76.8302 53.8 77.1702 53.8C77.3002 53.8 77.4802 54.03 77.5502 54.32C77.6302 54.6 77.8302 54.83 77.9902 54.83C78.2002 54.83 78.2701 55.11 78.2001 55.58C78.1502 55.99 78.2302 56.56 78.3802 56.87C78.5602 57.15 78.5901 57.41 78.4301 57.41C78.3001 57.41 78.1201 57.13 78.0401 56.76M88.2702 57.03C88.3502 56.95 88.5002 57.08 88.5802 57.34C88.7302 57.7 88.7101 57.72 88.4501 57.49C88.2701 57.31 88.1902 57.11 88.2702 57.03ZM86.3602 56.75C86.9302 56 86.9801 56.1 86.6201 57.11C86.4101 57.6 86.2302 57.81 86.1302 57.62C86.0302 57.47 86.1302 57.08 86.3602 56.74M87.9601 58.16C87.9601 57.88 88.0602 57.7 88.2202 57.8C88.3502 57.88 88.4002 58.11 88.3002 58.32C88.1202 58.86 87.9702 58.81 87.9702 58.16M91.0502 58.14C91.0502 57.83 91.1301 57.68 91.2301 57.78C91.5101 58.04 91.5401 58.71 91.2802 58.71C91.1502 58.71 91.0502 58.45 91.0502 58.14ZM78.7502 59.58C78.8302 59.48 78.7701 59.17 78.6201 58.86C78.3601 58.37 78.3602 58.34 78.7502 58.68C79.2402 59.09 79.3402 59.74 78.8802 59.74C78.7202 59.74 78.6702 59.66 78.7502 59.58ZM85.4501 59.43C85.5302 59.22 85.6102 59.3 85.6102 59.59C85.6402 59.87 85.5602 60.03 85.4801 59.92C85.4001 59.84 85.3801 59.61 85.4501 59.43ZM77.0202 59.87C77.1202 59.66 77.2302 59.48 77.2802 59.48C77.3302 59.48 77.3802 59.66 77.3802 59.87C77.3802 60.08 77.2801 60.26 77.1201 60.26C76.9901 60.26 76.9402 60.08 77.0202 59.87ZM85.5101 60.51C85.4301 60.38 85.4802 60.25 85.6102 60.25C85.7702 60.25 85.8902 60.38 85.8902 60.51C85.8902 60.67 85.8401 60.77 85.7901 60.77C85.7101 60.77 85.5801 60.67 85.5101 60.51ZM87.5401 59.84C87.9501 59.06 88.0802 59.4 87.8002 60.46C87.7002 60.85 87.5402 60.98 87.3902 60.82C87.2402 60.66 87.2902 60.3 87.5502 59.84M79.3701 60.98C79.1401 60.18 79.3201 60.13 79.6501 60.9C79.8101 61.26 79.8601 61.55 79.7301 61.55C79.6001 61.55 79.4501 61.29 79.3701 60.98ZM85.8902 61.6C85.8902 61.21 85.9401 61.21 86.1501 61.55C86.4801 62.07 86.4801 62.4 86.1501 62.2C85.9901 62.12 85.8902 61.84 85.8902 61.61M86.5602 63.97C86.3302 63.35 86.3801 63.27 86.7901 63.71C87.2301 64.15 87.2802 64.38 86.9501 64.38C86.8201 64.38 86.6402 64.2 86.5602 63.97ZM88.3701 63.87C88.2901 63.43 88.1101 63.12 88.0101 63.2C87.7301 63.38 87.8801 62.3 88.4001 60.7C88.6101 60.03 88.7102 59.28 88.6302 59.07C88.5502 58.86 88.5801 58.74 88.7101 58.81C88.8401 58.89 89.0201 58.58 89.1201 58.11C89.2201 57.67 89.3502 57.21 89.3802 57.11C89.4102 56.98 89.4601 56.8 89.4801 56.64C89.4801 56.51 89.6401 56.38 89.7901 56.38C89.9201 56.38 89.9702 56.49 89.8902 56.64C89.8102 56.77 89.6802 57.26 89.6302 57.7C89.5802 58.16 89.4002 59.07 89.2702 59.71C89.1102 60.36 88.8801 61.44 88.7301 62.14C88.5501 62.97 88.5501 63.53 88.7301 63.87C89.0401 64.46 89.0701 64.98 88.7601 64.8C88.6601 64.72 88.4801 64.31 88.3701 63.87ZM89.4801 67.51C89.6901 67.38 89.7102 67.23 89.5602 67.12C89.2501 66.94 89.4002 65.08 89.7702 64.36C89.9802 64 89.9502 63.87 89.7202 63.87C89.4602 63.87 89.4902 63.79 89.7502 63.64C90.1602 63.36 90.2701 62.99 90.4001 61.21C90.4301 60.54 90.5502 60 90.6302 60H91.0701C91.2501 60 91.2501 60.15 91.0701 60.51C90.9201 60.79 90.8602 61.03 90.9702 61.03C91.0502 61.03 91.0202 61.19 90.8902 61.36C90.7302 61.52 90.6302 62.08 90.6302 62.6C90.6302 63.12 90.5802 63.63 90.5002 63.76C90.4202 63.89 90.3701 64.48 90.4001 65.08C90.4301 65.67 90.3202 66.14 90.1902 66.11C90.0602 66.09 89.9302 66.52 89.9102 67.09C89.8568 67.97 89.7102 68.2867 89.4702 68.04C89.2102 67.78 89.2102 67.66 89.5002 67.5M85.7901 67.89C85.6101 67.45 85.3001 66.6 85.1201 66C84.8601 65.17 84.6302 64.89 84.2402 64.87C83.7802 64.84 83.7502 64.82 84.1602 64.71C84.5502 64.61 84.6002 64.43 84.4702 63.91C84.3702 63.53 84.2601 63.01 84.2101 62.75C84.1601 62.52 84.0301 62.16 83.9001 62C83.6201 61.54 83.3601 59.21 83.6201 59.37C83.7201 59.45 83.8302 59.73 83.8302 60.01C83.8302 60.29 83.9602 60.76 84.1102 61.07C84.2702 61.35 84.4502 61.9 84.5002 62.26C84.5802 62.65 84.8601 63.7 85.1702 64.63C85.4802 65.56 85.7102 66.41 85.6902 66.54C85.6402 66.64 85.7401 66.9 85.9001 67.05C86.0301 67.23 86.0801 67.46 85.9801 67.54C85.9001 67.65 85.9502 67.72 86.1102 67.72C86.2702 67.72 86.3902 67.93 86.3902 68.18C86.3602 68.41 86.4402 68.9 86.5202 69.26L86.7001 69.91L86.4202 69.29C86.2602 68.96 86.0102 68.31 85.8002 67.87M90.4601 70.06C90.3001 69.44 91.1601 65.47 91.5401 65.08C91.7201 64.9 91.7701 65 91.7001 65.44C91.6502 65.77 91.5202 66.47 91.4702 66.96C91.3902 67.45 91.2602 68.15 91.1602 68.51C91.0602 68.87 90.9801 69.46 90.9501 69.88C90.9202 70.71 90.6701 70.81 90.4601 70.06ZM87.5401 73.08C87.3801 73 87.1801 72.49 87.1001 71.94C87.0201 71.4 86.8901 70.73 86.8201 70.45C86.7201 70.17 86.8502 70.34 87.0802 70.83C87.3102 71.32 87.6502 71.84 87.8302 71.99C88.3202 72.38 88.5802 73.38 88.1602 73.31C87.9802 73.28 87.7001 73.18 87.5401 73.08ZM83.3902 73.34C83.4702 73.16 83.3702 72.8 83.1602 72.54C82.9802 72.26 82.8801 71.97 82.9301 71.84C83.0101 71.74 82.9602 71.58 82.8002 71.48C82.6702 71.4 82.5401 71.12 82.5401 70.86C82.5401 70.63 82.2301 69.78 81.8701 69C81.4801 68.23 81.2001 67.3 81.2001 66.91C81.2001 66.5 81.0902 66.19 80.9702 66.19C80.8202 66.19 80.7601 66.09 80.8401 65.96C80.9501 65.83 80.7102 65.13 80.3302 64.41C79.9702 63.69 79.7402 62.99 79.8401 62.86C79.9202 62.73 79.8701 62.55 79.7101 62.45C79.4001 62.24 79.6102 61.8 80.0202 61.8C80.1802 61.8 80.2301 61.88 80.1501 61.96C80.0701 62.06 80.1202 62.37 80.3102 62.68C80.4701 62.96 80.6202 63.35 80.6402 63.48C80.6902 64.02 81.1002 65.29 81.4202 65.88C81.6002 66.24 81.6801 66.68 81.6001 66.86C81.5201 67.07 81.6301 67.22 81.8102 67.22C81.9902 67.22 82.0701 67.3 81.9601 67.38C81.8101 67.54 82.1201 68.64 82.6801 69.93C82.8601 70.37 83.0901 71.09 83.1501 71.58C83.2301 72.04 83.4101 72.56 83.5602 72.72C83.7901 72.95 83.6901 73.67 83.4001 73.67C83.3201 73.67 83.3201 73.51 83.4001 73.34M84.2901 75.25C84.4201 75.17 85.2701 75.12 86.1201 75.15C87.0001 75.15 87.6902 75.1 87.6902 74.99C87.6902 74.88 87.9002 74.81 88.1302 74.78C89.5202 74.73 90.6601 74.42 90.8401 74.06C90.9701 73.85 91.1702 73.73 91.3002 73.8C91.6602 74.03 92.0801 72.56 92.1801 70.78C92.1801 70.37 92.3102 70.06 92.4102 70.06C92.5402 70.06 92.5401 69.93 92.4601 69.8C92.2301 69.44 92.5901 67.45 92.8201 67.61C93.0501 67.74 93.0501 67.69 93.2001 65.42C93.2802 64.49 93.4101 63.28 93.4801 62.71C93.5801 62.14 93.6901 61.27 93.7101 60.75C93.7601 60.23 93.8902 59.66 93.9902 59.46C94.1202 59.28 94.2502 58.38 94.3002 57.45C94.3302 56.52 94.4302 55.59 94.5302 55.36C94.6102 55.15 94.7101 54.41 94.7901 53.68C94.9501 51.59 95.0502 51.13 95.3302 51.05C95.4802 51 95.5602 50.56 95.4801 50.07C95.4001 49.58 95.4802 49.17 95.6102 49.17C95.7402 49.17 95.8201 48.78 95.7901 48.29C95.6601 47.05 95.9202 46.9 98.8902 46.48C99.3002 46.4 100.23 46.22 100.93 46.07C101.63 45.91 102.25 45.86 102.32 45.91C102.37 45.99 102.63 45.94 102.89 45.81C103.12 45.68 103.79 45.53 104.39 45.45C104.98 45.37 105.58 45.27 105.68 45.19C105.79 45.14 106.35 45.01 106.89 44.96C107.46 44.88 108.21 44.75 108.57 44.68C109.27 44.52 110.4 44.35 112.03 44.11C112.6 44.03 113.24 43.88 113.45 43.75C113.68 43.65 114.61 43.47 115.54 43.36C116.47 43.26 117.32 43.08 117.45 42.97C117.58 42.84 117.84 42.81 118.07 42.92C118.35 43.02 118.43 42.94 118.3 42.66C118.2 42.38 118.28 42.3 118.58 42.38C119.1 42.51 122.01 41.79 122.22 41.48C122.3 41.35 122.63 41.27 122.94 41.3C123.27 41.33 123.53 41.25 123.53 41.12C123.53 40.99 123.61 40.94 123.74 41.02C123.84 41.07 124.31 40.97 124.74 40.79C125.33 40.53 125.54 40.3 125.44 40.02C125.26 39.55 124.07 39.19 123.82 39.53C123.74 39.66 123.2 39.79 122.66 39.81C122.09 39.86 121.4 40.04 121.11 40.25C120.75 40.46 120.36 40.51 120 40.38C119.62 40.25 119.41 40.3 119.3 40.56C119.22 40.79 119.02 40.87 118.89 40.79C118.73 40.69 118.48 40.74 118.29 40.87C118.11 41.02 117.67 41.1 117.29 41.05C116.85 41 116.59 41.08 116.64 41.26C116.67 41.44 116.46 41.54 116.2 41.49C115.94 41.44 115.63 41.52 115.55 41.65C115.47 41.78 114.47 41.98 113.33 42.09C111.99 42.19 111.09 42.42 110.78 42.68C110.5 42.94 110.37 42.96 110.47 42.81C110.7 42.4 110.5 42.4 109.82 42.73C109.49 42.94 109.33 42.91 109.33 42.73C109.33 42.55 109.18 42.52 108.87 42.7C108.61 42.86 108.12 42.88 107.79 42.81C107.35 42.68 107.25 42.73 107.4 42.99C107.53 43.22 107.5 43.27 107.32 43.15C107.14 43.05 106.86 43.05 106.67 43.18C106.51 43.28 106.18 43.39 105.97 43.39C105.76 43.39 105.45 43.47 105.3 43.57C105.15 43.68 104.68 43.68 104.27 43.55L103.52 43.34L104.5 43.16C105.02 43.06 105.58 43.06 105.71 43.13C105.87 43.21 105.97 43.21 105.97 43.08C105.97 42.72 107.72 42.28 108.03 42.59C108.21 42.77 108.29 42.77 108.29 42.59C108.29 42.43 108.44 42.31 108.6 42.31C109.12 42.28 111.26 41.79 111.26 41.69C111.26 41.64 112.4 41.46 113.12 41.41C113.45 41.38 113.71 41.28 113.71 41.2C113.71 41.1 113.87 41.02 114.02 41.02C114.4 41 115.15 40.84 116.93 40.43C117.63 40.25 118.5 40.07 118.87 40.02C119.82 39.92 120.26 39.79 120.6 39.58C120.78 39.45 121.04 39.43 121.17 39.53C121.3 39.61 121.5 39.53 121.58 39.37C121.68 39.24 121.91 39.16 122.1 39.24C122.28 39.29 122.67 39.19 122.98 38.98C123.26 38.77 123.52 38.65 123.52 38.72C123.52 38.77 123.85 38.75 124.27 38.62C124.84 38.47 125.07 38.49 125.17 38.78C125.25 38.99 125.17 39.14 124.99 39.14C124.81 39.14 125.02 39.32 125.43 39.53C126.46 40.07 126.49 40.05 126.54 38.83C126.59 38.21 126.65 37.07 126.7 36.3C126.75 35.5 126.86 34.73 126.98 34.55C127.08 34.37 127.03 34.24 126.88 34.24C126.73 34.24 126.67 34.11 126.75 33.98C126.85 33.82 126.8 33.54 126.62 33.33C126.41 33.07 126.41 32.84 126.62 32.45C126.83 32.06 126.83 31.91 126.62 31.91C126.46 31.91 126.41 31.78 126.52 31.6C126.65 31.42 126.75 30.72 126.75 30.05C126.77 28.99 126.7 28.81 126.28 28.81C126.02 28.81 125.58 28.71 125.33 28.55C125.07 28.42 124.3 28.24 123.6 28.16C122.93 28.08 122.13 27.98 121.84 27.93C118.98 27.49 116.65 27.26 115.18 27.23C114.66 27.23 114.28 27.1 114.35 26.97C114.45 26.84 114.02 26.74 113.4 26.71C112.78 26.71 112.11 26.66 111.9 26.61C110.17 26.28 109.53 26.17 108.24 26.15C107.41 26.12 106.75 26.02 106.75 25.94C106.75 25.84 106.49 25.76 106.15 25.73C103.72 25.65 103.13 25.6 103.13 25.42C103.13 25.32 102.9 25.26 102.62 25.32C102.34 25.37 102.1 25.37 102.1 25.32C102.1 25.22 102.46 24.26 103.03 22.94C103.24 22.5 103.62 21.34 103.93 20.36C104.21 19.41 104.57 18.32 104.73 17.96C105.45 16.23 105.81 15.46 106.15 14.81C106.36 14.4 106.43 14.09 106.33 14.09C106.2 14.09 106.25 13.96 106.43 13.78C106.61 13.6 106.74 13.24 106.74 12.98C106.74 12.7 106.97 12 107.23 11.41C109.17 7.26 109.27 6.9 108.68 6.46C108.4 6.25 108.37 6.1 108.52 5.97C108.68 5.89 108.8 5.53001 108.8 5.17001C108.8 4.81001 108.7 4.58 108.57 4.65C108.44 4.73 108.21 4.62001 108.03 4.42001C107.85 4.21001 107.54 4.03 107.36 4.03C107.15 4.03 107 3.93 107 3.77C107 3.64 106.82 3.51001 106.59 3.51001C106.38 3.51001 106.28 3.4 106.36 3.25C106.44 3.12 106.31 2.99 106.08 2.99C105.82 2.99 105.69 2.91001 105.77 2.83001C106.03 2.60001 105.1 1.77 104.74 1.9C104.58 1.95 104.43 1.87 104.43 1.72C104.43 1.57 104.27 1.44001 104.07 1.44001C103.87 1.44001 103.66 1.26001 103.55 1.05001C103.47 0.840006 103.27 0.659999 103.09 0.659999C102.91 0.659999 102.42 0.48 102.01 0.27C101.31 -0.09 101.21 -0.09 101.03 0.27C100.9 0.48 100.64 0.659999 100.44 0.659999C100.05 0.659999 95.6701 4.81 88.9301 11.52C86.5601 13.9 84.3401 16.04 83.9501 16.27C83.5901 16.5 83.3501 16.81 83.4301 16.94C83.5101 17.07 83.4302 17.17 83.3002 17.17C83.1402 17.17 83.0202 17.3 83.0202 17.43C83.0202 17.58 82.7602 17.94 82.4501 18.26C81.9601 18.75 81.8801 18.78 81.6001 18.39C81.4201 18.13 81.1601 17.95 80.9801 17.95C80.8201 17.95 80.7001 17.85 80.7001 17.69C80.7001 17.56 80.4902 17.43 80.2402 17.43C79.9902 17.43 79.5401 17.22 79.2601 16.94C78.9801 16.68 78.4601 16.32 78.1001 16.14C77.7701 15.96 77.3201 15.57 77.1501 15.31C76.9701 15.05 76.7102 14.9 76.5802 14.98C76.4502 15.06 76.2701 14.82 76.1702 14.46C76.0901 14.13 75.9102 13.89 75.7802 13.97C75.6502 14.05 75.4702 13.94 75.3902 13.71C75.3102 13.5 75.0801 13.4 74.8701 13.48C74.6601 13.56 74.5101 13.51 74.5101 13.35C74.5101 13.22 74.3002 13.12 74.0502 13.14C73.8202 13.14 73.6402 13.01 73.6902 12.86C73.7202 12.68 73.5602 12.53 73.3602 12.53C73.1602 12.53 72.9702 12.4 72.9702 12.25C72.9702 12.12 72.8701 12.07 72.7101 12.15C72.5801 12.23 72.2701 12.07 72.0101 11.79C71.7801 11.51 71.4902 11.33 71.3602 11.4C71.2602 11.48 71.1501 11.4 71.1501 11.27C71.1501 11.11 70.9702 10.99 70.7402 10.99C70.5102 10.99 70.4302 10.86 70.5302 10.68C70.6602 10.5 70.6101 10.47 70.4001 10.6C70.1701 10.73 70.2202 10.93 70.6102 11.35C71.4402 12.23 71.2502 12.46 70.3802 11.63C69.9702 11.24 69.6302 10.83 69.6602 10.75C69.7402 10.34 69.2802 9.74 68.9902 9.85C68.8102 9.93 68.3202 9.69 67.9102 9.36C66.5702 8.28 65.3802 7.53001 65.6102 7.92001C65.7402 8.13001 65.5802 8.05 65.2802 7.79C64.9702 7.51 64.7101 7.40001 64.6801 7.53001C64.6801 7.66001 64.5802 7.53 64.4702 7.27C64.3702 6.99 64.0102 6.73 63.6702 6.68C63.3102 6.63 62.9501 6.42 62.8201 6.22C62.7201 6.01 62.4102 5.83 62.1702 5.83C61.9302 5.83 61.5202 5.65001 61.2402 5.45001C60.8302 5.14001 60.7202 5.14 60.3602 5.47C60.1502 5.68 59.8202 5.81001 59.6402 5.73001C59.3802 5.63001 59.2802 5.81 59.2802 6.27C59.2802 6.71667 59.1002 6.77667 58.7402 6.45001C58.2502 5.99001 58.2002 5.99001 57.9702 6.42001C57.8102 6.65001 57.5301 7.02001 57.3201 7.20001C55.9301 8.34001 55.2602 9.11001 55.3602 9.45001C55.4902 9.78001 55.4402 9.78001 55.0302 9.45001C54.7502 9.22001 54.6202 9.19001 54.7502 9.40001C54.8502 9.58001 54.8001 9.71 54.6001 9.71C54.4201 9.71 54.5502 9.89001 54.8602 10.12C55.3002 10.4 55.4302 10.74 55.3802 11.26C55.3302 11.67 55.4101 12.01 55.5401 12.01C55.7501 12.01 56.0802 12.99 56.5202 14.87C56.5502 15.08 56.8001 15.46 57.0401 15.75C57.3001 16.01 57.4201 16.34 57.3501 16.47C57.2801 16.6 57.3201 16.83 57.4501 17.01C57.8401 17.45 59.3102 20.29 59.3102 20.57C59.3102 20.67 59.7002 21.35 60.1402 22.01C60.6002 22.68 61.2502 23.77 61.5602 24.41C61.9002 25.06 62.3601 25.93 62.5901 26.35C62.8501 26.79 63.1102 27.3 63.1602 27.51C63.2102 27.72 63.2601 28.02 63.3201 28.15C63.4801 28.8 63.8401 29.47 64.2001 29.72C64.5301 29.98 64.5102 30.03 64.0202 30.19C63.3802 30.4 63.2701 30.81 63.8401 31.02C64.0501 31.12 64.2202 31.33 64.2202 31.54C64.2202 32.08 62.8001 33.45 62.2601 33.42C61.8501 33.42 61.8702 33.37 62.3602 33.16C62.6902 33.03 62.9001 32.83 62.8201 32.7C62.7401 32.57 62.9001 32.42 63.1801 32.34C63.8501 32.16 63.8501 31.23 63.1801 30.87C62.8201 30.66 62.6602 30.66 62.6602 30.87C62.6602 31.13 62.1202 31.67 58.9702 34.53C58.5602 34.92 57.9901 35.3 57.7001 35.41C57.3901 35.49 57.2601 35.72 57.3401 35.92C57.4201 36.13 57.3901 36.26 57.2601 36.18C57.0301 36.03 55.2701 37.21 54.6801 37.91C54.5001 38.14 54.2201 38.35 54.0602 38.35C53.9302 38.35 53.6202 38.56 53.3902 38.84C53.1602 39.1 52.3802 39.74 51.6902 40.28C50.9702 40.82 50.1901 41.49 49.9301 41.8C49.6701 42.08 49.5401 42.16 49.6501 41.96C49.7601 41.75 49.5502 41.85 49.1902 42.22C48.0602 43.36 46.0401 45.11 45.3701 45.52C45.0101 45.75 44.4401 46.22 44.1001 46.53C43.7701 46.86 43.3301 47.12 43.1501 47.12C42.9701 47.12 42.8201 47.43 42.8201 47.84C42.8201 48.23 42.7702 48.79 42.6902 49.13C42.6102 49.49 42.6901 49.7 42.9001 49.7C43.1101 49.7 43.2301 49.85 43.2101 50.03C43.1801 50.34 44.5802 53.33 44.8902 53.57C44.9702 53.65 45.1202 53.96 45.2202 54.27C45.3202 54.58 45.6302 55.12 45.9202 55.48C46.3302 56.02 46.5402 56.1 47.0302 55.89C47.3602 55.76 47.7302 55.73 47.8102 55.81C47.8902 55.92 47.9601 55.84 47.9601 55.66C47.9601 55.43 48.0902 55.43 48.5002 55.66C48.8902 55.87 48.9902 55.87 48.8902 55.66C48.7102 55.4 48.8902 55.35 50.4102 55.25C50.6902 55.22 51.1602 55.09 51.4402 54.97C51.7202 54.82 52.1401 54.71 52.3401 54.74C52.5501 54.77 52.8801 54.66 53.0401 54.53C53.2201 54.4 53.3701 54.37 53.3701 54.48C53.3701 54.59 53.5301 54.53 53.7301 54.38C53.9901 54.17 54.1402 54.15 54.2702 54.36C54.3502 54.49 54.5802 54.62 54.7402 54.62C54.9202 54.62 54.8902 54.52 54.6602 54.34C54.3502 54.13 54.4002 54.08 54.9202 54.13C55.2802 54.16 55.6201 54.13 55.7001 54.11C55.7801 54.08 56.0601 54 56.3401 53.98C57.3701 53.85 57.6301 53.72 58.1001 53.08C58.5401 52.49 58.5901 52.49 58.4601 52.98C58.3601 53.44 58.4601 53.52 58.9501 53.5C59.2801 53.5 59.5701 53.4 59.5701 53.32C59.5701 53.17 59.6001 53.17 61.4801 52.96C62.1501 52.88 62.9002 52.65 63.1102 52.44C63.3202 52.23 63.7002 52.06 63.9902 52.06C64.2502 52.06 64.4801 51.93 64.4801 51.78C64.4801 51.65 64.6102 51.6 64.7402 51.68C64.9002 51.78 64.9501 51.96 64.8701 52.09C64.6601 52.4 64.7702 52.4 65.8802 51.94C66.4002 51.71 66.9401 51.6 67.0901 51.71C67.2201 51.79 67.5301 51.71 67.7601 51.5C68.1201 51.22 68.1702 51.22 67.9702 51.55C67.7902 51.86 67.8101 51.88 68.1201 51.63C68.3301 51.48 68.8702 51.3 69.3302 51.22C69.8002 51.14 70.3102 50.96 70.4902 50.83C70.6702 50.7 71.0802 50.6 71.4402 50.62C71.8002 50.64 72.2202 50.57 72.3902 50.44C72.6002 50.28 72.8502 50.57 73.2202 51.32C73.5302 51.94 73.7601 52.56 73.7601 52.74C73.7601 52.9 73.9902 53.33 74.2802 53.69C74.5602 54.05 74.7901 54.57 74.7901 54.85C74.7901 55.16 74.9201 55.47 75.0701 55.55C75.2301 55.65 75.2802 55.88 75.2001 56.09C75.1201 56.3 75.1702 56.45 75.3002 56.45C75.4002 56.45 75.5802 56.84 75.6902 57.3C75.7902 57.74 76.0001 58.36 76.1801 58.64C76.3601 58.92 76.5101 59.49 76.5401 59.88C76.5701 60.27 76.8701 61.22 77.2601 62C77.6201 62.77 77.8502 63.52 77.7502 63.68C77.6702 63.81 77.7201 63.94 77.8501 63.94C78.0101 63.94 78.1302 64.15 78.1302 64.4C78.1302 64.65 78.2602 64.99 78.4402 65.18C78.6202 65.36 78.6701 65.49 78.5401 65.49C78.4401 65.49 78.5102 65.8 78.7202 66.21C79.5502 67.78 80.9402 70.8 81.0202 71.16C81.0702 71.37 81.2502 71.7 81.4102 71.88C81.5902 72.06 81.7402 72.4 81.7402 72.6C81.7402 72.8 81.8402 72.94 81.9702 72.86C82.1002 72.78 82.2802 73.22 82.3602 73.84C82.5102 74.79 82.6701 75.03 83.2601 75.23C83.6501 75.38 84.1102 75.41 84.2702 75.31' fill='%234E99B0'/%3E%3C/svg%3E");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 850px) {
  .image-grid.boom {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='134' viewBox='0 0 138 134' fill='none'%3E%3Cpath d='M94.2542 126.402C94.2542 127.045 93.7622 126.804 93.5104 126.035C93.3731 125.634 93.4075 125.588 93.8079 125.714C94.0826 125.829 94.2656 126.093 94.2542 126.402ZM93.0756 121.721C93.0413 121.859 93.2129 122.02 93.4303 122.066C93.6477 122.111 93.8995 122.467 94.0368 122.915L94.2427 123.683L93.6477 123.121C93.007 122.513 92.6752 121.779 92.9269 121.584C93.0184 121.515 93.0756 121.584 93.0756 121.721ZM128.02 87.5654C128.798 87.6457 128.866 87.9669 128.134 88.0702C127.448 88.139 127.024 87.9325 127.356 87.6571C127.448 87.5883 127.734 87.5309 128.02 87.5654ZM125.159 87.8407C125.64 87.7833 125.731 87.8637 125.502 88.0472C125.319 88.1964 124.759 88.3226 124.244 88.3226C123.5 88.3226 123.431 88.2767 123.889 88.1161C124.187 87.9784 124.759 87.8637 125.148 87.8407M123.134 87.8751C123.191 87.944 123.191 88.1275 123.111 88.3111C123.054 88.4717 122.905 88.5176 122.814 88.4029C122.699 88.2652 122.722 88.0587 122.836 87.9669C122.974 87.8522 123.1 87.8292 123.134 87.8751ZM124.026 86.6704C124.141 86.8081 124.061 86.8999 123.878 86.9458C123.717 86.9687 123.454 86.8769 123.363 86.7622C123.248 86.6245 123.351 86.5098 123.511 86.4869C123.706 86.441 123.935 86.5557 124.026 86.659M122.63 84.0316C122.722 84.1463 122.699 84.3528 122.562 84.4561C122.447 84.5479 122.493 84.697 122.711 84.7773C122.928 84.8577 122.928 84.9035 122.699 84.938C122.493 84.9609 122.264 84.8118 122.207 84.5593C122.035 84.066 122.356 83.6874 122.63 84.0316ZM88.7505 111.992C88.7162 112.359 88.6132 112.371 88.2585 111.946C87.9038 111.522 87.9382 111.418 88.3043 111.453C88.6705 111.487 88.7849 111.625 88.7391 111.992M92.4692 107.93C92.412 108.504 91.9314 108.366 91.7255 107.747C91.5882 107.299 91.6339 107.265 92.0344 107.391C92.3319 107.483 92.4921 107.724 92.4692 107.93ZM113.454 89.2519C113.545 89.3667 113.545 89.5502 113.431 89.642C113.294 89.7568 113.042 89.7682 112.893 89.7109C112.722 89.6305 112.733 89.4699 112.916 89.3208C113.122 89.1601 113.351 89.1142 113.454 89.2519ZM92.0802 106.485C92.1717 106.967 92.126 107.001 91.8742 106.726C91.5653 106.347 91.5195 105.819 91.8285 105.831C91.9314 105.865 92.0459 106.141 92.0916 106.473M112.355 89.0225C112.195 89.3322 111.909 89.7223 111.738 89.86C111.532 90.0206 111.486 89.9174 111.692 89.5617C111.852 89.2519 112.138 88.8618 112.31 88.7242C112.516 88.5635 112.561 88.6668 112.355 89.0225ZM120.067 84.3987C121.223 85.5116 121.372 86.1082 120.365 85.6493C119.518 85.2936 118.374 84.0545 118.42 83.5726C118.466 83.1711 119.106 83.5038 120.056 84.3987M113.5 87.8292C113.786 87.8637 114.552 87.8292 115.193 87.7948C115.834 87.7604 116.349 87.7948 116.337 87.9095C116.326 88.0358 116.028 88.0816 115.662 88.0472C114.644 87.944 113.751 88.1734 113.591 88.6094C113.523 88.8045 113.465 88.8618 113.465 88.6783C113.477 88.5176 113.282 88.3111 112.996 88.2423C112.344 88.139 112.779 87.7489 113.511 87.8292M89.1968 107.38C89.357 107.437 89.3341 107.598 89.1625 107.747C88.9794 107.896 88.8192 107.873 88.7963 107.712C88.7963 107.563 88.8077 107.403 88.8535 107.368C88.8993 107.334 89.0595 107.345 89.1968 107.38ZM112.069 88.1734C112.241 88.2537 112.012 88.3341 111.509 88.4029C111.017 88.4373 110.582 88.4488 110.525 88.38C110.399 88.2193 111.715 88.0472 112.069 88.1734ZM120.079 80.1765C120.617 80.3372 120.445 80.5896 119.839 80.4863C119.541 80.4289 119.404 80.3142 119.518 80.2224C119.633 80.1306 119.896 80.0962 120.079 80.1765ZM80.3979 112.325C80.6153 112.6 80.5695 112.864 80.3292 113.013C79.883 113.334 79.9516 113.472 80.9013 114.08C81.2675 114.344 81.359 114.562 81.1874 114.711C81.0272 114.837 80.9128 114.826 80.9471 114.688C80.9471 114.539 80.5466 114.195 80.0202 113.908C79.2994 113.529 79.1392 113.323 79.288 113.093C79.4138 112.921 79.6084 112.612 79.7457 112.417C79.8715 112.199 79.9974 111.992 80.0432 111.958C80.0432 111.912 80.2148 112.084 80.4207 112.325M109.804 88.4488C109.712 88.5979 109.323 88.6897 108.957 88.6438C108.553 88.5979 108.603 88.5062 109.106 88.3685C109.575 88.2537 109.895 88.2882 109.792 88.4373M84.4712 108.757C84.5284 108.975 84.3911 108.894 84.1394 108.573C83.8877 108.252 83.8419 108.114 84.0135 108.194C84.1852 108.321 84.4026 108.584 84.4712 108.757ZM107.882 88.5521C108.042 88.6094 108.088 88.7586 107.973 88.8504C107.836 88.9651 107.63 88.9421 107.538 88.8274C107.424 88.6897 107.401 88.5635 107.447 88.5291C107.515 88.4717 107.699 88.4717 107.882 88.5521ZM86.8741 105.429C87.0915 105.556 87.1716 105.751 87.0571 105.842C86.9198 105.957 86.7024 105.865 86.5537 105.682C86.4049 105.498 86.3248 105.303 86.3706 105.269C86.4164 105.234 86.6338 105.315 86.8626 105.429M116.452 80.6584C116.509 80.9108 116.715 81.0829 116.887 81.06C117.058 81.037 117.253 81.2436 117.333 81.473C117.459 81.8516 117.39 81.909 116.944 81.8631C116.372 81.8057 115.708 80.7043 116.074 80.4175C116.211 80.3027 116.383 80.4289 116.463 80.6699M106.142 88.4717C106.417 88.4373 106.612 88.5062 106.6 88.6209C106.589 88.7471 106.268 88.8504 105.879 88.8733C105.113 88.8963 105.342 88.575 106.154 88.4717M117.653 79.3849C118.077 79.8209 118.694 80.4404 119.026 80.8076C119.335 81.1518 119.861 81.4271 120.17 81.4501C120.502 81.4501 120.617 81.5419 120.502 81.6681C119.987 82.0926 119.175 81.6336 117.802 80.1306C116.349 78.5129 116.246 78.0654 117.653 79.3964M78.3269 110.133C78.6472 110.397 78.8646 110.741 78.8188 110.891C78.7616 111.051 78.4527 110.856 78.1666 110.489C77.4801 109.629 77.5717 109.479 78.3269 110.133ZM115.262 79.6488C115.342 79.8897 115.216 79.8668 115.022 79.6258C114.804 79.3963 114.758 79.2013 114.896 79.2472C115.021 79.2587 115.205 79.4422 115.262 79.6602M103.007 88.9651C104.472 88.9651 104.22 89.1716 102.676 89.2405C101.989 89.2749 101.543 89.229 101.68 89.1143C101.794 89.0225 102.401 88.9421 103.007 88.9651ZM88.9794 100.393C89.1281 100.576 89.1396 100.783 89.0137 100.886C88.8993 100.978 88.6247 100.863 88.4073 100.599C88.2013 100.347 88.2128 100.129 88.373 100.106C88.5675 100.06 88.8307 100.22 88.9794 100.393ZM82.4231 106.129C83.0753 106.978 83.1211 107.127 82.6634 106.795C82.0684 106.382 81.3247 105.269 81.5077 105.131C81.5535 105.097 81.9769 105.533 82.4345 106.141M81.256 104.879C81.2446 105.005 81.0043 105.074 80.7182 105.051C80.3406 104.993 80.3407 104.947 80.764 104.833C81.0386 104.718 81.2675 104.764 81.256 104.89M100.868 89.3208C101.314 89.3667 101.165 89.4584 100.364 89.6191C99.7578 89.7453 99.0598 89.8944 98.8081 89.9518C98.5793 90.0321 98.2131 89.9862 98.0186 89.8485C97.6525 89.6191 99.7921 89.229 100.868 89.3208ZM116.017 74.4514C116.086 74.5431 115.96 74.7497 115.719 74.9562C115.468 75.1512 115.227 75.1283 115.17 74.9218C115.067 74.5661 115.788 74.1645 116.017 74.4514ZM96.5769 90.1239L97.6639 90.1813L96.9774 90.4796C96.1993 90.8467 95.4327 90.8697 95.2153 90.6058C94.9292 90.2501 95.4556 90.078 96.5769 90.1354M45.6369 131.003C45.7628 131.164 45.8886 131.588 45.923 131.956C45.9687 132.885 45.3051 132.575 45.2593 131.634C45.1907 130.762 45.2937 130.567 45.6369 130.992M94.0139 90.078C94.4258 90.0436 94.5059 90.1239 94.4372 90.6976C94.3343 91.5351 93.8194 91.6384 93.4876 90.9041C93.2244 90.296 93.293 90.1583 94.0024 90.078M76.805 105.991C77.2627 106.508 78.0637 107.173 78.5671 107.437C79.0935 107.724 79.4939 108.034 79.4825 108.148C79.4825 108.298 79.3681 108.275 79.2422 108.126C79.1163 107.965 78.9676 107.976 78.9333 108.16C78.8532 108.332 79.2308 108.619 79.8258 108.848C80.478 109.101 80.8555 109.388 80.8899 109.697C80.9471 109.95 81.2102 110.328 81.5077 110.5C81.7938 110.718 82.24 111.132 82.4917 111.487C82.7778 111.843 83.0639 112.061 83.1554 111.992C83.2469 111.923 83.6474 112.233 84.0021 112.68C84.3797 113.151 85.0777 113.931 85.5468 114.413C86.0273 114.918 86.3477 115.365 86.2447 115.457C86.1532 115.526 86.382 115.904 86.7596 116.237C87.4004 116.845 87.8123 117.958 87.3889 117.889C86.9198 117.82 85.9358 116.834 86.1418 116.662C86.2562 116.57 86.199 116.272 85.9816 116.008C85.7871 115.767 85.5811 115.698 85.501 115.881C85.4324 116.077 85.1463 115.904 84.8259 115.503C84.517 115.124 84.208 114.918 84.1737 115.067C84.1165 115.182 83.6131 114.734 83.0524 114.046C82.4918 113.346 81.3247 112.049 80.4894 111.2C79.677 110.328 78.0294 108.573 76.8508 107.288C74.9171 105.165 74.7684 104.947 75.3405 105.005C75.7066 105.039 76.3588 105.487 76.8165 106.003M78.384 101.31C78.5442 101.368 78.59 101.517 78.4756 101.609C78.3383 101.723 78.1323 101.7 78.0408 101.586C77.9264 101.448 77.9035 101.322 77.9492 101.287C78.0179 101.23 78.201 101.23 78.384 101.31ZM75.0201 103.789C75.2832 103.387 75.4435 103.444 75.9355 104.087C76.2787 104.576 76.2711 104.657 75.9126 104.328C75.5922 104.03 75.2604 103.926 75.2146 104.11C75.0087 104.684 74.2649 104.729 74.0819 104.179C73.9446 103.685 73.9674 103.674 74.2878 103.938C74.5281 104.144 74.7798 104.087 75.0201 103.789ZM48.8636 124.544C49.1153 124.337 49.1611 124.406 49.1382 124.842C49.1382 125.152 49.0009 125.404 48.875 125.427C48.7492 125.45 48.28 126.173 47.8223 127.068C47.3761 127.951 46.9756 128.686 46.9527 128.709C46.907 128.743 46.7697 128.525 46.6324 128.227C46.4836 127.86 46.5866 127.515 46.9871 127.194C47.6622 126.609 48.0855 125.335 47.4905 125.553C47.296 125.634 47.4333 125.485 47.8338 125.244C48.2343 125.003 48.6919 124.693 48.875 124.555M46.907 126.127C46.9985 126.242 46.9756 126.448 46.8383 126.552C46.7239 126.643 46.5866 126.563 46.5637 126.402C46.5179 126.219 46.5637 126.035 46.6324 125.978C46.6781 125.944 46.7926 125.989 46.907 126.127ZM45.225 127.274C45.225 127.274 45.1907 127.561 45.0419 127.791C44.9161 128.009 44.8131 128.055 44.7673 127.86C44.7216 127.527 45.0763 127.091 45.225 127.274ZM91.0504 90.0551C91.1992 90.2386 91.3136 90.8811 91.2678 91.4777C91.222 92.3038 91.1419 92.43 91.0046 91.9826C90.7643 91.363 90.5584 89.9174 90.6957 89.8026C90.7415 89.7682 90.8902 89.8715 91.0389 90.0436M45.0191 126.552C45.1106 126.666 45.0877 126.873 44.9504 126.976C44.836 127.068 44.6987 126.988 44.6758 126.827C44.63 126.632 44.6758 126.46 44.7444 126.402C44.7902 126.368 44.9046 126.414 45.0191 126.552ZM71.5531 105.062C71.885 105.464 71.8735 105.544 71.4959 105.406C71.2213 105.338 71.0154 105.131 70.981 105.005C70.9238 104.523 71.1298 104.546 71.5531 105.062ZM112.596 71.147C112.596 71.147 112.516 71.365 112.333 71.5142C112.15 71.6633 111.921 71.6978 111.818 71.5601C111.726 71.4453 111.852 71.2732 112.081 71.1929C112.333 71.1356 112.561 71.1011 112.596 71.147ZM70.0314 105.303C70.0886 105.556 70.1229 105.785 70.0771 105.819C70.0314 105.854 69.8597 105.739 69.711 105.556C69.5622 105.372 69.5279 105.142 69.6652 105.039C69.7796 104.947 69.9513 105.074 70.0314 105.303ZM74.5395 101.528C74.6196 101.758 74.4937 101.746 74.2992 101.505C74.0818 101.276 74.0361 101.081 74.1734 101.127C74.2992 101.138 74.4823 101.322 74.5395 101.54M87.7665 90.078C87.7093 90.4566 87.6636 90.4566 87.5491 90.0321C87.4347 89.7567 87.4805 89.5273 87.5949 89.5388C87.7208 89.5502 87.8009 89.7912 87.7665 90.078ZM70.3174 103.766C70.4776 103.823 70.4776 104.007 70.2716 104.167C70.0657 104.328 69.894 104.293 69.8712 104.121C69.8254 103.926 69.8712 103.754 69.9169 103.708C69.9627 103.674 70.1458 103.674 70.3288 103.754M73.3267 102.136L73.9903 103.192L73.2237 102.515C72.4342 101.815 72.2282 101.46 72.4914 101.242C72.5829 101.173 72.9491 101.574 73.3267 102.136ZM51.644 118.635C51.7699 118.796 51.4151 119.599 50.843 120.448C50.065 121.561 49.9162 122.02 50.1908 122.169C50.4082 122.295 50.4883 122.49 50.3739 122.582C50.2366 122.697 50.0535 122.651 49.962 122.536C49.7789 122.307 48.9093 123.121 48.7034 123.741C48.6462 123.901 48.4974 123.947 48.4059 123.832C48.2915 123.695 48.2915 123.511 48.4059 123.419C48.5203 123.328 48.8064 122.903 49.0466 122.456C49.2755 122.043 49.6188 121.549 49.7561 121.354C50.6485 120.299 51.4952 118.899 51.3694 118.738C51.2778 118.624 51.255 118.497 51.3236 118.44C51.3923 118.383 51.541 118.486 51.6554 118.624M68.8872 102.504C69.1046 102.63 69.1847 102.825 69.0702 102.917C68.9329 103.031 68.7155 102.94 68.5668 102.767C68.418 102.584 68.3379 102.389 68.3837 102.354C68.4295 102.32 68.6469 102.4 68.8872 102.504ZM70.9467 101.54C71.084 101.941 71.3586 102.366 71.5303 102.492C72.0337 102.79 73.9217 104.947 73.7844 105.062C73.6013 105.211 76.0613 107.839 76.4618 107.919C76.908 108.011 77.6632 109.365 77.4 109.583C77.3085 109.651 76.9767 109.33 76.6563 108.848C76.3245 108.298 76.0842 108.091 76.0155 108.286C75.9583 108.481 75.6608 108.309 75.3061 107.862C74.8828 107.345 74.7112 107.265 74.7569 107.598C74.7913 107.873 74.9514 108.148 75.1002 108.252C75.2489 108.355 75.924 108.997 76.5762 109.709C77.2399 110.397 77.7776 110.971 77.8005 110.948C77.9607 110.822 79.1278 112.371 79.0706 112.566C79.0134 112.726 78.9447 112.818 78.8875 112.795C78.8532 112.749 78.2696 112.176 77.6289 111.464C76.9652 110.776 76.2329 110.248 76.027 110.26C75.7181 110.294 75.6837 110.248 75.9011 110.065C76.0384 109.95 76.0384 109.686 75.9011 109.502C75.7524 109.319 75.5579 109.215 75.4663 109.296C75.3519 109.388 74.8828 108.986 74.3908 108.378C73.8988 107.816 73.1322 107.013 72.6859 106.588C72.2511 106.187 71.988 105.773 72.1024 105.682C72.2168 105.59 72.4685 105.682 72.6402 105.888C73.3839 106.668 73.5098 106.783 73.75 106.668C73.9674 106.611 72.8919 105.016 70.2373 101.54C69.6767 100.806 69.6652 100.702 70.1572 100.748C70.5691 100.794 70.7865 100.978 70.9582 101.551M44.7788 121.515C44.9161 121.813 44.939 122.123 44.8245 122.215C44.5728 122.421 44.527 122.352 44.3211 121.733C44.1037 121.056 44.4698 120.861 44.7788 121.515ZM87.6521 87.4506C87.778 89.0339 87.469 89.3896 87.2974 87.8407C87.1601 86.6131 87.183 85.9935 87.3889 86.0164C87.469 86.0164 87.5835 86.6819 87.6521 87.4506ZM68.0633 101.345C68.0519 101.471 67.8688 101.655 67.6514 101.712C67.4111 101.792 67.434 101.666 67.6743 101.471C67.9032 101.253 68.0976 101.207 68.0519 101.345M132.78 47.076C132.94 47.1334 132.985 47.2825 132.871 47.3743C132.734 47.4891 132.528 47.4661 132.436 47.3514C132.322 47.2137 132.299 47.0875 132.345 47.0531C132.413 46.9957 132.596 46.9957 132.78 47.076ZM125.594 52.9159C125.766 52.9963 125.697 53.088 125.468 53.1684C124.942 53.3405 124.736 53.2372 125.056 52.9848C125.193 52.8815 125.422 52.8356 125.594 52.9159ZM122.196 55.5204C122.184 55.6466 122.001 55.8302 121.784 55.8875C121.543 55.9678 121.566 55.8416 121.807 55.6466C122.035 55.4286 122.23 55.3827 122.184 55.5204M104.964 70.1144C105.044 70.3554 104.918 70.3324 104.724 70.0915C104.506 69.862 104.46 69.667 104.598 69.7129C104.724 69.7243 104.907 69.9079 104.964 70.1259M58.0859 107.724C57.9943 107.976 57.7541 108.332 57.571 108.47C57.3421 108.653 57.3421 108.55 57.5252 108.171C57.9142 107.414 58.2689 107.116 58.0859 107.712M52.0216 112.657C52.1131 112.772 52.1589 112.921 52.1131 112.956C52.0445 113.013 51.8385 112.99 51.6783 112.933C51.5067 112.853 51.4724 112.726 51.5868 112.635C51.7241 112.52 51.9072 112.52 52.0216 112.657ZM111.852 63.9992C111.841 64.1254 111.6 64.1942 111.326 64.1713C110.937 64.1139 110.948 64.068 111.371 63.9533C111.646 63.8385 111.875 63.8844 111.863 64.0106M48.0741 114.814C48.1542 115.055 48.0283 115.032 47.8338 114.792C47.6164 114.562 47.5706 114.367 47.7079 114.413C47.8338 114.424 48.0169 114.608 48.0741 114.826M59.539 104.684C59.5619 104.856 59.4475 105.131 59.3216 105.234C59.1614 105.36 59.1156 105.257 59.2072 104.959C59.4131 104.339 59.5047 104.27 59.539 104.684ZM131.921 45.6074C131.921 45.7566 131.853 46.1123 131.738 46.3876C131.555 46.8007 131.429 46.8236 131.189 46.5368C130.983 46.2844 131.063 46.009 131.372 45.7566C131.67 45.5157 131.899 45.4812 131.921 45.6074ZM107.733 65.5825C107.927 65.8349 107.973 66.0644 107.767 66.0758C107.596 66.0988 107.39 65.9382 107.332 65.6857C107.104 65.0891 107.275 65.0203 107.733 65.5825ZM71.3472 95.7343C71.4616 96.0097 71.3129 95.9179 71.0154 95.5508C70.7064 95.1722 70.6263 94.9771 70.798 95.0574C70.9696 95.1836 71.2213 95.4934 71.3472 95.7343ZM134.954 43.7488C134.908 43.9668 133.729 43.8865 133.523 43.634C133.455 43.5423 133.741 43.4964 134.175 43.5193C134.61 43.5423 134.942 43.6455 134.954 43.7488ZM54.4473 108.103C54.5045 108.504 53.2573 111.005 53.017 110.982C52.9141 110.948 53.0857 110.478 53.3946 109.892C53.7036 109.307 54.0239 108.596 54.1155 108.344C54.3443 107.712 54.3901 107.667 54.4473 108.114M114.255 58.9165C114.312 58.9853 114.312 59.1689 114.232 59.341C114.175 59.5016 114.026 59.5475 113.934 59.4328C113.82 59.2951 113.843 59.1001 113.957 58.9968C114.095 58.8935 114.221 58.8591 114.255 58.905M65.7749 99.4287C66.0839 99.7729 66.6331 100.301 66.9649 100.588C67.6629 101.173 67.6285 101.356 66.8162 101.276C66.4729 101.219 66.244 101.035 66.1983 100.691C66.0953 100.106 64.7337 99.75 64.4133 100.232C64.3103 100.393 64.0586 100.484 63.8412 100.404C63.5666 100.289 63.6124 100.22 63.9327 100.106C64.2073 99.991 64.3676 99.8647 64.276 99.75C64.1845 99.6353 64.3561 99.3829 64.6422 99.1878C65.0655 98.878 65.3058 98.9469 65.7635 99.4287M110.147 61.9799C110.021 62.152 109.758 62.37 109.587 62.4388C109.369 62.4962 109.449 62.3585 109.77 62.1061C110.079 61.8537 110.227 61.8078 110.147 61.9799ZM70.3403 94.4952C70.4204 94.7362 70.2945 94.7132 70.1 94.4723C69.8826 94.2428 69.8368 94.0478 69.9741 94.0937C70.1 94.1051 70.2831 94.2887 70.3403 94.5067M106.818 63.5746C106.955 63.6091 107.332 63.5288 107.596 63.3452C108.728 62.7256 108.648 63.1731 107.515 63.9303C106.646 64.5614 106.394 64.8367 106.577 65.0662C106.703 65.2612 106.612 65.2956 106.257 65.1809C105.959 65.0432 105.628 65.135 105.502 65.353C105.376 65.6054 105.17 65.6284 104.998 65.4219C104.575 64.9056 106.074 63.3911 106.818 63.5746ZM43.4973 115.365C43.7147 115.778 43.7375 115.985 43.543 115.881C43.2226 115.663 42.8679 114.86 43.0281 114.734C43.0739 114.7 43.2913 114.964 43.4973 115.365ZM69.5165 93.4167C69.505 93.5429 69.2762 93.5315 69.0245 93.3594C68.6354 93.1528 68.6354 93.107 69.0245 93.1299C69.3105 93.1643 69.5279 93.2905 69.505 93.4053M131.063 42.7965C131.155 43.0489 131.281 43.1063 131.338 42.9112C131.395 42.7506 131.567 42.7276 131.704 42.9112C132.036 43.3128 131.658 43.6914 131.017 43.6226C130.445 43.5652 130.205 42.9342 130.606 42.6129C130.789 42.4638 131.006 42.5555 131.063 42.808M49.0009 109.284C49.4014 109.594 49.4471 109.789 49.1496 109.881C48.7492 110.019 48.3144 109.629 48.3601 109.181C48.383 108.791 48.4173 108.791 49.0009 109.284ZM120.125 49.1412C120.754 49.0839 120.388 49.3707 119.564 49.6002C119.164 49.7034 119.061 49.669 119.289 49.4854C119.472 49.3363 119.861 49.1756 120.125 49.1412ZM67.8803 91.7531C68.029 91.9367 68.1091 92.1317 68.0633 92.1661C68.0176 92.2006 67.8002 92.1203 67.5713 92.0055C67.3539 91.8793 67.2738 91.6843 67.3883 91.5925C67.5256 91.4777 67.743 91.5695 67.8803 91.7416M63.1204 95.3557C63.2805 95.4131 63.2577 95.5737 63.086 95.7229C62.903 95.872 62.7428 95.8491 62.7199 95.6885C62.7199 95.5393 62.7199 95.3787 62.7771 95.3443C62.8229 95.3098 62.9831 95.3213 63.1204 95.3557ZM56.175 100.806C56.1407 101.092 55.9348 101.517 55.6945 101.723C55.3055 102.114 55.294 102.056 55.5686 101.379C55.9576 100.393 56.2094 100.152 56.1865 100.806M117.436 50.323C118.134 49.9788 118.706 49.8182 118.729 49.9903C118.729 50.1394 118.488 50.3344 118.157 50.3803C117.836 50.4492 117.138 50.8278 116.646 51.2294C116.154 51.6309 115.628 51.9063 115.445 51.8604C115.056 51.6998 115.857 51.0802 117.436 50.323ZM67.5027 91.0647C67.4912 91.1909 67.251 91.2598 66.9649 91.2368C66.5759 91.1794 66.5873 91.1335 67.0107 91.0188C67.2853 90.9041 67.5141 90.95 67.5027 91.0647ZM127.07 42.3146C127.059 42.4408 127.39 42.5785 127.814 42.6818C128.306 42.7276 128.065 42.808 127.242 42.8539C126.475 42.8768 125.857 42.8883 125.823 42.8539C125.8 42.8309 126.075 42.6588 126.441 42.4638C126.795 42.2572 127.081 42.1999 127.07 42.3261M64.3675 92.9349C64.6422 92.9004 64.8367 93.0037 64.8138 93.1643C64.7909 93.325 64.4705 93.4397 64.1044 93.3938C63.3721 93.3135 63.5094 93.0266 64.3561 92.9234M60.0997 96.3998C60.0081 96.6637 59.8594 96.9735 59.7221 97.0767C59.6077 97.1685 59.5619 97.0194 59.6534 96.7555C59.745 96.5031 59.9166 96.1703 60.031 96.0785C60.1683 95.9638 60.1912 96.1359 60.0997 96.3998ZM98.8653 64.504C99.1056 64.94 99.5518 65.3989 99.8837 65.5366C100.376 65.7775 100.444 65.8578 100.204 66.0644C99.9981 66.225 99.5519 66.0414 99.037 65.594C97.8355 64.5155 97.7326 64.3434 98.133 64.0106C98.4076 63.7926 98.5793 63.9188 98.8653 64.504ZM41.7809 109.181C41.8382 109.25 41.8382 109.433 41.7581 109.617C41.7009 109.778 41.5521 109.824 41.4606 109.709C41.3462 109.571 41.369 109.365 41.4834 109.273C41.6208 109.158 41.7466 109.135 41.7809 109.181ZM62.3309 92.5333C62.3881 92.7857 62.3423 93.0037 62.1936 93.0152C62.0219 93.0381 61.6215 93.6347 61.2096 94.369C60.8205 95.0918 60.4544 95.6885 60.3514 95.654C60.2484 95.654 61.8045 92.5677 62.1135 92.1317C62.1363 92.1088 62.2393 92.2924 62.3194 92.5218M59.3674 94.8624C59.4475 95.0574 59.1729 95.7229 58.7609 96.2851C58.3719 96.8587 57.9371 97.5127 57.7884 97.7078C57.6625 97.9258 57.9142 97.3062 58.349 96.3195C58.7953 95.3557 59.1957 94.5526 59.1957 94.5182C59.2186 94.4952 59.3102 94.6559 59.3674 94.8624ZM65.7864 89.7223C65.7749 89.8485 65.5461 89.8371 65.2943 89.665C64.9053 89.4584 64.9053 89.4126 65.2943 89.4355C65.5804 89.4699 65.7978 89.5846 65.7749 89.7109M114.587 49.2789C114.667 49.1068 114.896 49.1068 115.056 49.3133C115.399 49.7378 114.735 50.3459 114.049 50.2771C113.317 50.1968 113.191 49.8526 113.82 49.7149C114.118 49.6575 114.461 49.451 114.587 49.2789ZM119.953 44.1389C119.964 43.9782 120.033 43.9668 120.102 44.1389C120.17 44.2651 120.628 44.4601 121.109 44.5175C122.047 44.6207 122.733 45.5157 121.91 45.5501C121.681 45.5501 121.006 45.7222 120.411 45.9516C119.061 46.4909 119.026 46.2614 120.319 45.6074L121.315 45.137L120.033 44.7928C119.335 44.6207 119.038 44.4831 119.347 44.4486C119.678 44.4486 119.942 44.311 119.953 44.1389ZM60.34 92.5448C60.4544 92.1891 60.6374 92.0055 60.7175 92.0858C60.8663 92.2694 60.3285 93.5888 60.0654 93.8068C59.9967 93.8642 59.7678 93.6692 59.539 93.3823C59.2072 92.9808 59.2415 92.9234 59.642 93.0381C60.0424 93.1643 60.1683 93.0955 60.3514 92.5333M115.491 47.317C115.513 47.4891 115.399 47.7644 115.273 47.8677C115.113 47.9939 115.067 47.8906 115.159 47.5923C115.365 46.9728 115.456 46.9039 115.502 47.317M61.3583 91.0532C61.3583 91.0532 61.324 91.3401 61.1867 91.5695C61.0608 91.7875 60.9578 91.8334 60.9121 91.6384C60.8663 91.3056 61.221 90.8697 61.3697 91.0532M121.051 41.6836C121.269 41.913 121.372 42.1655 121.235 42.2802C121.12 42.372 120.868 42.2458 120.674 41.9934C120.468 41.7409 120.399 41.4656 120.491 41.3967C120.582 41.3279 120.834 41.4541 121.063 41.6836M118.626 42.9112C118.786 42.9686 118.855 43.0948 118.717 43.2095C118.603 43.3013 118.34 43.3357 118.179 43.2784C118.008 43.198 117.951 43.0833 118.088 42.9801C118.202 42.8883 118.454 42.8309 118.626 42.9112ZM112.561 47.8333C112.584 48.0054 112.493 48.2578 112.39 48.3496C112.253 48.4643 112.138 48.361 112.115 48.2004C112.069 48.0054 112.184 47.7759 112.298 47.6841C112.436 47.5694 112.527 47.6497 112.573 47.8333M116.772 43.8865C116.99 44.0127 117.035 44.1159 116.852 44.1618C116.658 44.2077 116.452 44.1159 116.337 43.9897C116.086 43.6685 116.292 43.6111 116.784 43.8979M113.832 45.6763C114.129 45.4353 114.449 45.3321 114.552 45.4583C114.644 45.573 114.575 45.814 114.392 45.9516C114.186 46.1123 114.232 46.3073 114.461 46.4565C114.701 46.5597 114.918 46.5712 114.953 46.4221C115.01 46.2614 115.227 46.2041 115.388 46.2614C115.605 46.3417 115.96 46.0893 116.292 45.7222C116.818 45.0338 117.379 45.137 117.001 45.814C116.875 46.032 116.978 46.0549 117.195 45.8713C117.756 45.4583 119.118 45.1256 119.324 45.378C119.541 45.6533 118.088 46.7548 117.15 46.9613C116.703 47.099 116.108 47.0531 115.868 46.8925C115.639 46.7433 115.25 46.7663 114.999 46.9613C114.747 47.1563 114.541 47.1793 114.507 46.9957C114.484 46.8236 114.003 46.7318 113.454 46.8007C112.447 46.9383 112.047 46.5253 112.893 46.25C113.099 46.1926 113.545 45.9058 113.832 45.6648M116.086 42.5785C116.36 42.7276 116.36 42.8768 116.166 42.9571C115.742 43.1177 115.136 42.7506 115.433 42.5097C115.548 42.4179 115.857 42.4293 116.086 42.5785ZM109.529 47.3055C109.552 47.4776 109.392 47.6841 109.129 47.7415C108.534 47.9709 108.465 47.7988 109.026 47.3399C109.278 47.1449 109.506 47.099 109.518 47.3055M114.152 42.4408C114.575 42.5097 114.804 42.6588 114.678 42.7621C114.541 42.8768 114.152 42.8539 113.82 42.7162C113.488 42.5785 113.259 42.4293 113.294 42.3949C113.34 42.3605 113.729 42.3834 114.152 42.4408ZM110.513 45.355C111.177 45.4468 111.223 45.4927 110.879 45.9516C110.685 46.2155 110.216 46.4221 109.85 46.4221C109.453 46.4221 109.495 46.3647 109.976 46.25C110.616 46.0664 110.662 46.032 110.227 45.9631C109.941 45.9287 109.632 45.814 109.552 45.7222C109.3 45.4124 109.747 45.2288 110.513 45.355ZM112.607 42.4179C112.825 42.5441 112.87 42.6473 112.676 42.6932C112.481 42.7391 112.264 42.6473 112.161 42.5211C111.909 42.2113 112.115 42.1425 112.607 42.4293M108.099 44.5175C108.248 44.7011 108.179 44.8961 107.95 44.9764C107.653 45.0682 107.664 45.2174 107.916 45.4468C108.202 45.6992 108.145 46.009 107.779 46.5253C107.298 47.1793 107.275 47.1908 107.424 46.5941C107.516 46.2499 107.424 45.9172 107.252 45.8369C107.069 45.8025 107.046 45.4812 107.138 45.1829C107.424 44.3913 107.802 44.1618 108.088 44.5175M103.534 48.8544C103.648 48.9921 103.774 48.9576 103.808 48.82C103.865 48.7052 104.152 48.6479 104.472 48.7626C105.033 48.9462 104.987 48.9806 104.312 49.1642C103.911 49.2674 103.465 49.2215 103.339 49.0609C103.225 48.9232 102.962 48.9232 102.779 49.0609C102.595 49.2101 102.172 49.1871 101.794 49.038L101.165 48.7626L102.264 48.6938C102.859 48.6593 103.454 48.7397 103.545 48.8544M103.019 47.2596C103.602 47.3858 103.602 47.4202 103.019 47.4088C102.401 47.4317 102.138 47.3399 102.321 47.1908C102.367 47.1563 102.687 47.1908 103.007 47.2596M105.273 45.8025C105.33 46.0205 105.273 46.2729 105.147 46.3876C104.964 46.5368 104.907 46.4679 104.941 46.1352C104.964 45.8943 104.804 45.5386 104.563 45.4009C104.232 45.1829 104.255 45.16 104.644 45.2632C104.93 45.3321 105.193 45.573 105.261 45.8025M100.204 48.6135C100.707 49.0953 100.444 49.2789 99.4946 49.0724C98.728 48.9462 98.7509 48.9347 99.2772 48.6135C99.5862 48.4414 99.9981 48.4414 100.204 48.6135ZM99.4946 45.0108C99.6663 45.0911 99.5976 45.1829 99.3688 45.2632C98.8424 45.4353 98.6365 45.3321 98.9569 45.0797C99.0942 44.9649 99.323 44.9305 99.4946 45.0108ZM96.5998 48.7511C97.6639 48.82 98.2475 48.9462 97.8928 49.015C97.5381 49.0839 96.8744 49.1297 96.4053 49.0609C95.9361 49.0265 95.5357 49.0953 95.5357 49.1756C95.5357 49.256 95.2382 49.233 94.9064 49.1298C93.8194 48.7511 94.5745 48.579 96.6112 48.7511M103.968 40.1462C104.552 40.2724 104.541 40.3068 103.968 40.2953C103.351 40.3068 103.087 40.2265 103.271 40.0773C103.316 40.0429 103.637 40.0773 103.957 40.1462M100.284 42.9915C100.845 42.7621 101.36 42.6703 101.474 42.7735C102.081 43.2898 102.332 43.2325 102.321 42.5785C102.309 41.9589 102.367 41.9016 102.607 42.1999C102.767 42.4064 102.801 42.7162 102.721 42.8883C102.573 43.1177 102.641 43.2554 102.984 43.3472C103.362 43.4505 103.454 43.7488 103.351 44.5748C103.282 45.1829 103.145 45.6074 103.065 45.5157C102.996 45.4239 102.973 44.9879 103.042 44.5634C103.11 44.1389 103.11 43.7258 103.053 43.657C102.996 43.5881 102.058 43.5767 101.005 43.657C98.4763 43.8061 98.3504 43.6914 100.296 43.003M92.1488 47.0646C92.2404 47.317 92.2289 47.5235 92.126 47.5005C92.0001 47.4891 91.92 47.3399 91.8971 47.1219C91.8056 46.5942 92.0001 46.5597 92.1488 47.0646ZM48.8521 78.3408C48.9208 78.4326 48.8292 78.5817 48.589 78.6621C48.2114 78.7883 47.9253 79.9471 48.1771 80.2683C48.2457 80.3601 48.1771 80.8649 48.0169 81.4042C47.8338 81.9205 47.788 82.4138 47.9253 82.4482C48.0397 82.5056 48.1084 82.6777 48.0397 82.8728C47.9825 83.0334 47.7995 83.0334 47.6507 82.8498C47.502 82.6662 47.4676 81.8057 47.6049 80.9108C47.7194 80.0389 47.8567 79.098 47.8796 78.8571C47.9482 78.3523 48.5661 78.0081 48.8407 78.3408M38.1653 87.0146C38.8289 86.9228 39.3552 86.9802 39.3896 87.1408C39.4582 87.5998 39.0463 87.8292 38.7603 87.4621C38.52 87.1638 37.8563 87.2211 37.1012 87.6227C36.5519 87.9095 36.243 87.7948 36.6435 87.4736C36.8494 87.3129 37.5245 87.0949 38.1653 87.0146ZM40.7969 83.3202C40.9571 83.3776 41.0372 83.5726 40.98 83.7677C40.9228 83.9283 40.7397 83.9283 40.591 83.7447C40.2591 83.3432 40.3393 83.1596 40.7969 83.3087M44.1037 80.7387C44.2982 80.9911 43.1998 81.3698 42.8222 81.1403C42.5476 80.9911 42.6391 80.9108 43.2341 80.7731C43.6345 80.6699 44.0236 80.6469 44.1037 80.7387ZM34.3436 85.7985C34.3322 85.9247 34.1033 85.9132 33.8516 85.7526C33.4626 85.5461 33.4626 85.5002 33.8516 85.5231C34.1377 85.5575 34.355 85.6837 34.3322 85.7985M39.9388 79.7291C39.9388 79.7291 39.9044 80.0159 39.7671 80.2454C39.6413 80.4634 39.5383 80.5093 39.4925 80.3142C39.4468 79.9815 39.8015 79.5455 39.9502 79.7176M92.9841 36.4976C92.9841 36.6468 92.7896 37.0369 92.5035 37.3696C92.0344 37.8974 92.0001 37.8974 92.126 37.4155C92.2747 36.773 92.9383 36.119 92.9841 36.4976ZM96.657 32.3328C96.7714 32.3902 96.8515 33.1819 96.7829 34.0997C96.6799 35.8207 96.863 36.3141 97.5495 36.3829C97.7898 36.4058 97.9614 36.6124 97.9843 36.9221C98.0415 37.3581 97.9843 37.3696 97.6868 37.0139C97.0918 36.2682 97.0689 37.5876 97.6754 38.93C98.0644 39.7331 98.1559 40.4789 97.95 41.2476C97.6525 42.5785 97.5037 42.7621 97.1033 42.2687C96.6341 41.6836 96.5197 40.5821 96.9545 40.7083C97.2291 40.8231 97.2978 40.7198 97.1719 40.3871C97.1033 40.1117 97.0003 40.0429 96.9202 40.215C96.7714 40.628 96.7371 40.5477 96.3252 39.4348C96.1535 38.9414 96.0734 38.4825 96.1879 38.3907C96.2794 38.3219 96.2222 37.84 96.0964 37.3467C95.9476 36.8418 95.9018 36.0043 96.0048 35.4421C96.0963 34.9143 96.1535 34.0538 96.0849 33.5146C95.9934 32.5738 96.1879 32.1607 96.657 32.3443M92.7438 35.4995C92.8354 35.6142 92.7438 35.8322 92.5722 35.9813C92.3891 36.1305 92.2289 36.1075 92.2061 35.9469C92.2061 35.7978 92.2633 35.6027 92.4006 35.488C92.515 35.3962 92.6752 35.4191 92.7438 35.4995ZM99.3802 30.3709C99.4717 30.4856 99.323 30.5315 99.0598 30.4397C98.8081 30.3479 98.4763 30.1758 98.3848 30.0611C98.2703 29.9234 98.442 29.9005 98.7051 29.9923C98.9569 30.0841 99.2772 30.2332 99.3802 30.3709ZM38.108 78.3408C38.6916 78.467 38.6916 78.5014 38.108 78.49C37.7533 78.5129 37.433 78.49 37.3986 78.4326C37.2499 78.249 37.5245 78.2146 38.108 78.3408ZM96.9888 29.7054C97.1376 29.889 97.0804 30.1873 96.8859 30.3594C96.554 30.6348 96.6112 30.6577 97.2291 30.6462C97.6715 30.6386 97.6982 30.7189 97.3092 30.8872C96.9431 31.0708 96.7714 31.2888 96.8973 31.4379C97.0117 31.5756 96.943 31.8165 96.76 31.9542C96.268 32.3558 96.2108 32.1378 96.4396 30.7266C96.657 29.2465 96.657 29.2924 97.0003 29.7169M93.1214 32.2869C93.0299 32.5393 93.0756 32.6885 93.1901 32.6082C93.3274 32.4935 93.3274 32.6426 93.2358 32.9065C92.9956 33.6178 92.4921 33.549 92.6752 32.8032C92.7667 32.459 92.9498 32.0919 93.0528 31.9772C93.1901 31.8624 93.2129 32.0345 93.1214 32.2984M94.0253 30.956C94.0253 31.1052 93.8537 31.1625 93.6134 31.0937C92.9269 30.8298 92.801 30.6004 93.4189 30.6233C93.7279 30.6348 94.0025 30.7839 94.0253 30.956ZM97.6754 27.3305C97.9614 27.6861 97.6639 28.0533 97.1833 27.8812C96.7714 27.732 96.6913 27.0895 97.0918 27.0207C97.2749 27.0207 97.5266 27.1469 97.6754 27.3305ZM28.3823 82.6548C28.9315 82.7542 28.9926 82.8422 28.5654 82.9187C28.2107 82.9875 27.6729 83.0563 27.3754 83.0563C26.9406 83.1137 26.9063 83.0678 27.2152 82.8154C27.4212 82.6548 27.9361 82.5974 28.3823 82.6548ZM93.6249 28.3057C93.6249 28.3057 93.6249 28.6728 93.5562 28.9941C93.4304 29.5792 93.396 29.5792 93.396 28.9826C93.396 28.386 93.4876 28.1221 93.6363 28.3057M94.5517 26.2405C94.6661 26.3782 94.7004 26.6076 94.6203 26.7797C94.5631 26.9404 94.38 26.9404 94.2313 26.7568C94.0711 26.5503 94.0482 26.3093 94.1626 26.2176C94.2999 26.1028 94.4601 26.1258 94.5517 26.2405ZM97.1376 24.3589C97.1376 24.6916 97.0346 24.9211 96.9202 24.9096C96.8172 24.9096 96.7485 24.6457 96.7371 24.313C96.7371 23.9803 96.8401 23.7508 96.9545 23.7623C97.0575 23.7623 97.1261 24.0261 97.1376 24.3589ZM24.4119 83.1137C24.492 83.1137 24.4691 83.1825 24.3547 83.2743C24.2403 83.3661 23.6453 83.4005 23.0045 83.4005L21.8603 83.3661L23.0618 83.2514C23.7025 83.1711 24.3318 83.1137 24.4119 83.1252M78.876 35.465C78.8303 35.8781 78.0293 36.6697 77.9836 36.337C77.9836 36.1534 78.1781 35.8437 78.4298 35.6371C78.7044 35.4191 78.8875 35.3388 78.876 35.4536M35.3276 71.0782C35.3276 71.2273 35.4764 71.2618 35.5908 71.17C35.7281 71.0553 35.9112 71.0553 36.0027 71.17C36.1171 71.3077 35.8425 71.5257 35.3276 71.7207C34.2864 72.0878 34.0004 71.8699 34.7326 71.2618C35.0416 71.0094 35.3048 70.952 35.3276 71.0782ZM32.7303 73.109C32.8218 73.2237 32.7989 73.4302 32.6616 73.5335C32.5472 73.6253 32.4099 73.545 32.387 73.3843C32.3413 73.1893 32.387 73.0172 32.4557 72.9598C32.5014 72.9254 32.6159 72.9713 32.7303 73.109ZM32.0781 73.6826C32.2726 73.9351 28.0963 77.3656 27.7187 77.2164C27.5814 77.182 28.451 76.3215 29.6638 75.3004C30.8996 74.2907 31.9865 73.5679 32.0781 73.6826ZM15.0409 87.4047C15.2011 87.4621 15.1782 87.6227 15.0065 87.7719C14.8235 87.921 14.6633 87.8981 14.6404 87.7374C14.6404 87.5883 14.6519 87.4277 14.6976 87.3932C14.7434 87.3588 14.9036 87.3703 15.0409 87.4047ZM25.0069 80.9911C25.1442 81.0256 25.5104 80.9223 25.7964 80.7272C26.0481 80.5322 26.3113 80.4978 26.3227 80.6355C26.3227 80.7846 26.7804 80.7846 27.3296 80.6814C27.8331 80.5666 28.3594 80.624 28.4395 80.819C28.5311 80.9682 28.7713 80.9567 28.9773 80.7961C29.1833 80.5896 29.3663 80.6355 29.4464 80.8649C29.6066 81.2894 28.6912 81.4501 26.8262 81.3124C26.3342 81.255 25.8651 81.3124 25.7278 81.4271C25.6133 81.5189 25.3502 81.473 25.1213 81.3583C24.9039 81.2321 24.6064 81.2206 24.4234 81.3239C24.2632 81.4501 23.6339 81.4501 22.9817 81.3009L21.8375 81.037L23.2792 80.9797C24.0801 80.9567 24.8696 80.9567 25.0069 80.9911ZM86.8397 28.6614C86.8397 28.6614 86.6452 28.9711 86.3248 29.2236C86.0045 29.476 85.7413 29.5563 85.7069 29.3842C85.7069 29.0974 86.6681 28.4548 86.8283 28.6614M82.5375 31.9313C82.8007 31.9313 83.2813 31.9313 83.6245 31.8968C84.1623 31.8739 84.1623 31.9083 83.6016 32.3328C82.5375 33.1245 81.8853 33.2048 81.8853 32.6082C81.8853 31.9657 81.9311 31.9313 82.5375 31.9313ZM24.3547 79.5111C24.984 78.7768 26.071 78.2261 26.3113 78.5244C26.46 78.7079 26.952 78.903 27.3983 78.9489C27.8445 78.9948 28.1764 78.9833 28.1191 78.9259C28.0276 78.8112 28.9887 78.8112 30.4991 78.9259C31.0254 78.9833 31.5289 78.9489 31.6318 78.8571C31.9179 78.6621 34.458 78.7997 34.4352 79.0063C34.4352 79.1095 33.9431 79.1439 33.3939 79.098C32.8447 79.0636 32.3641 79.1554 32.3527 79.2816C32.3527 79.4308 32.2383 79.4078 32.1239 79.2816C31.998 79.121 31.7463 79.1439 31.5632 79.2816C31.3801 79.4308 31.1398 79.4422 31.014 79.2816C30.8996 79.1439 30.7966 79.1554 30.7623 79.2931C30.7623 79.4422 30.4533 79.5455 30.0643 79.5226C29.721 79.5111 29.2519 79.5799 29.0459 79.6832C28.8743 79.7864 28.1077 79.8553 27.3525 79.7979C26.5974 79.7405 25.9223 79.775 25.8307 79.8438C25.7163 79.9356 25.2815 79.9471 24.8353 79.9012C24.3433 79.8553 23.9428 79.9471 23.8856 80.1077C23.8284 80.2683 23.611 80.3257 23.4165 80.2683C23.1762 80.1651 23.1876 80.1192 23.4165 80.0847C23.6453 80.0503 23.7025 79.8897 23.5766 79.7291C23.3821 79.4767 23.4165 79.4422 23.7826 79.5685C24 79.6488 24.2746 79.6143 24.3662 79.5111M13.1301 87.9899C13.2445 88.1275 13.0843 88.2079 12.7525 88.2193C12.4435 88.2193 12.1575 88.1734 12.1232 88.1275C12.0888 88.0816 12.2605 87.9784 12.5008 87.8981C12.7525 87.8407 13.0385 87.8751 13.1301 87.9899ZM97.4808 18.8976C97.4351 19.345 97.2977 19.4942 97.0804 19.4139C96.8858 19.345 96.8858 19.1615 97.0575 19.0238C97.2634 18.8632 97.3321 18.6222 97.1948 18.4616C97.0804 18.3239 97.1147 18.2321 97.2749 18.2436C97.4236 18.2436 97.5266 18.5649 97.4694 18.9091M36.6892 66.9593C37.5016 66.3053 38.8861 65.0662 39.8129 64.2401C41.7237 62.5076 42.1128 62.6683 40.385 64.481C39.7214 65.135 38.909 66.0185 38.5428 66.3856C38.1881 66.7872 37.6847 67.1199 37.4444 67.097C37.1584 67.097 36.7121 67.4297 36.3574 67.9116C35.8196 68.577 34.4237 69.7014 32.8104 70.7569C32.1468 71.1815 32.593 70.4816 33.4054 69.7473C33.8859 69.3228 34.2978 68.8753 34.2978 68.7262C34.3207 68.5655 34.5381 68.382 34.7899 68.3246C35.0416 68.2328 35.9112 67.6362 36.7007 66.9593M25.087 76.528C25.7964 76.0232 26.6202 75.4266 26.9177 75.1971C27.2267 74.9791 27.4555 74.9447 27.5013 75.1283C27.5241 75.3348 27.3983 75.5069 27.2267 75.5298C27.0436 75.5298 25.5332 76.6083 23.8741 77.8704C20.2241 80.6814 20.4987 80.4978 20.2813 80.2339C20.1669 80.0962 20.7848 79.5226 21.9633 78.7194C22.9588 78.0195 24.3776 77.0214 25.087 76.5165M97.7097 16.775C97.7669 16.8439 97.7669 17.0274 97.6868 17.211C97.6296 17.3716 97.4808 17.4175 97.3893 17.3028C97.2863 17.1651 97.2978 16.9701 97.4122 16.8668C97.5495 16.7635 97.6754 16.7291 97.7097 16.775ZM42.559 62.1175C42.7077 62.4388 42.6162 62.7027 42.3874 62.783C42.0441 62.9092 41.9983 62.8059 42.1128 62.3011C42.2043 61.9569 42.2844 61.6357 42.3073 61.6242C42.3073 61.6242 42.4446 61.8422 42.559 62.129M12.8898 86.0279C13.1072 86.1541 13.5649 86.1197 13.931 85.9361C14.2972 85.787 14.6747 85.7411 14.7663 85.8558C14.8578 85.9706 15.4185 85.9247 15.9906 85.7526C16.5627 85.5805 17.1462 85.569 17.2721 85.7181C17.3979 85.8788 17.5238 85.8903 17.5352 85.764C17.5352 85.6149 18.0616 85.4887 18.6566 85.4543C23.5423 85.0642 25.5447 85.1904 21.4713 85.6264C20.9107 85.6723 20.0983 85.8099 19.652 85.9132C19.2058 86.0164 18.5078 86.0623 18.1188 86.0394C17.684 86.0165 17.2492 86.0738 17.1348 86.1656C16.9288 86.3262 15.8762 86.3606 13.1758 86.3262C12.5236 86.2918 12.0774 86.1656 12.2376 86.0394C12.3978 85.9132 12.6838 85.9017 12.9012 86.0279M78.201 32.241C78.2582 32.3099 78.2582 32.4935 78.1781 32.677C78.1209 32.8377 77.9721 32.8835 77.8806 32.7688C77.7662 32.6311 77.7891 32.4246 77.9035 32.3328C78.0408 32.2181 78.1666 32.1951 78.201 32.241ZM16.803 82.4024C16.9631 82.6089 16.0821 83.1711 15.6816 83.1252C15.5215 83.1137 15.6816 82.8957 16.0135 82.6662C16.3682 82.4138 16.7229 82.3106 16.803 82.4024ZM11.6197 86.3836C11.8371 86.5098 11.8829 86.6131 11.6884 86.659C11.5053 86.7048 11.2879 86.6131 11.1735 86.4869C10.9217 86.1656 11.1277 86.1082 11.6197 86.3951M29.6638 71.0208C29.538 71.1929 29.2748 71.4109 29.1032 71.4798C28.8972 71.5371 28.9659 71.3994 29.2862 71.147C29.6066 70.8946 29.7554 70.8487 29.6753 71.0208M27.753 72.4665C27.753 72.4665 27.753 72.8336 27.6843 73.1549C27.5585 73.74 27.5242 73.74 27.5242 73.1434C27.5242 72.5468 27.6157 72.2829 27.753 72.4665ZM95.2382 16.6259C95.2268 16.7521 95.0437 16.9356 94.8263 16.993C94.586 17.0733 94.6089 16.9471 94.8492 16.7521C95.078 16.5341 95.2725 16.4882 95.2267 16.6259M95.9819 15.5703C96.0391 15.6392 96.0391 15.8227 95.9591 16.0063C95.9018 16.1669 95.7531 16.2128 95.6615 16.0981C95.5471 15.9604 95.57 15.7654 95.6844 15.6621C95.8217 15.5474 95.9476 15.5244 95.9819 15.5703ZM97.9385 14.7672C97.8584 15.5474 97.7211 16.2472 97.6067 16.339C97.5152 16.4079 97.5037 15.7883 97.5838 14.9393C97.8241 13.0232 98.1102 12.8741 97.9271 14.7672M54.8134 48.4069C54.905 48.5217 54.8134 48.7397 54.6418 48.8888C54.4587 49.038 54.2985 49.015 54.2757 48.8544C54.2757 48.7052 54.3329 48.5102 54.4702 48.3955C54.5846 48.3037 54.7448 48.3266 54.8134 48.4069ZM4.38833 89.2749C4.37689 89.4011 4.19381 89.5847 3.97641 89.642C3.74757 89.7223 3.75902 89.5961 3.9993 89.4011C4.22814 89.1831 4.41122 89.1372 4.37689 89.2749M78.0408 29.6481C77.9149 29.9005 77.6861 30.1299 77.5602 30.1529C77.4115 30.1529 77.3543 30.3135 77.3771 30.4856C77.4229 30.8642 76.3817 31.3691 76.1414 31.0708C76.0499 30.956 76.1986 30.7725 76.519 30.6577C76.8165 30.52 76.9881 30.2791 76.8966 30.0152C76.7936 29.6481 76.8966 29.5448 77.5373 29.3842C78.1781 29.2236 78.2696 29.2695 78.0408 29.6481ZM79.2651 26.8256C79.4825 26.906 79.5397 26.9748 79.3452 26.9748C79.185 26.9633 78.9676 27.2043 78.899 27.5255C78.7845 28.0303 78.7616 28.0074 78.7387 27.4223C78.7387 26.6765 78.7617 26.6191 79.2537 26.8142M18.5536 76.6083C18.8854 76.1953 19.2859 75.679 19.4804 75.4036C19.6978 75.0824 19.8237 75.0939 19.858 75.3577C19.9152 75.6561 19.9724 75.679 20.0296 75.4381C20.0868 75.243 20.4644 75.0135 20.8649 74.9447C21.3455 74.8529 21.437 74.7726 21.1967 74.6693C20.9793 74.589 21.0136 74.4055 21.2882 74.1875C21.54 73.9924 21.8947 73.8777 22.0549 73.9351C22.2723 74.0154 22.5354 73.6597 22.7757 72.9828C23.0045 72.3517 23.2792 71.9387 23.4737 72.0075C23.6453 72.0878 23.8856 71.9731 23.9886 71.7781C24.1144 71.5601 24.3661 71.4683 24.5721 71.5257C24.8353 71.6174 24.9611 71.5027 25.0298 71.1241C25.0984 70.8373 25.2701 70.5963 25.4074 70.6307C25.5676 70.6422 25.6477 70.8832 25.5561 71.1356C25.4303 71.5716 25.4417 71.5945 25.7049 71.3191C25.8651 71.147 26.2427 70.9176 26.5516 70.8487C26.8262 70.7684 27.1237 70.4931 27.1695 70.2292C27.2152 70.0112 27.5127 69.6899 27.7988 69.5293C28.0963 69.3916 28.7942 69.013 29.3663 68.7032C30.2817 68.1754 30.3389 68.2099 30.0185 68.7262C29.8011 69.0474 28.8858 69.9079 27.9933 70.5963C25.3502 72.6271 24.8925 73.0746 25.1557 73.3843C25.3158 73.5909 25.1213 73.8547 24.5378 74.2219C24.0801 74.5202 23.6567 74.6464 23.6453 74.4973C23.5538 73.7859 22.8901 74.394 22.6384 75.4266C22.2951 76.746 21.8603 77.7786 22.0663 76.746C22.1922 76.0806 22.2036 76.0347 21.8146 76.3444C21.54 76.5624 21.3683 76.528 21.2654 76.2641C21.1052 75.7937 20.1669 75.9658 20.2127 76.4477C20.2356 76.6198 19.8008 77.2279 19.2516 77.7901C18.7138 78.3752 18.2332 79.0292 18.1874 79.2816C18.0959 79.7635 16.2537 80.8879 16.208 80.4748C16.1736 80.3486 16.4711 80.1077 16.883 79.97C17.3522 79.8094 17.5352 79.6258 17.4551 79.3964C17.2263 78.6965 16.9174 78.685 16.0478 79.3505C15.3956 79.8782 15.2354 80.188 15.3727 80.5322C15.51 80.7961 15.4986 81.1059 15.3841 81.1862C15.2697 81.278 15.1553 81.1862 15.1324 81.0141C15.0866 80.819 14.8807 80.842 14.6175 81.06C14.3658 81.255 14.2285 81.6336 14.3086 81.8746C14.3658 82.127 14.3086 82.4368 14.137 82.5745C13.9653 82.7121 13.6907 82.6662 13.5534 82.4941C13.4047 82.3106 13.1186 82.2876 12.947 82.4253C12.7639 82.5745 12.741 82.8613 12.8783 83.0334C13.2216 83.4579 12.8211 83.8365 12.3177 83.5267C12.1003 83.4005 11.5396 83.5267 11.059 83.8021C10.1894 84.2496 9.74321 84.1578 9.93773 83.5612C9.99494 83.4005 10.1895 83.3202 10.384 83.3776C10.5785 83.435 10.7844 83.3202 10.8416 83.1137C10.8989 82.9072 11.4138 82.345 11.963 81.8746C14.2285 79.8438 16.2652 77.8589 16.2881 77.6524C16.2995 77.5262 16.6885 77.4 17.1348 77.377C17.6725 77.3082 18.1531 77.0328 18.5536 76.5624M57.4566 46.0664C57.4108 46.5597 57.365 47.5235 57.365 48.1545C57.3765 49.4166 56.7929 50.2541 56.3352 49.6919C56.1865 49.5084 56.1293 49.3018 56.2208 49.2674C56.7014 48.9462 56.8616 48.6364 56.587 48.5217C56.4153 48.4413 56.381 48.3151 56.5183 48.2004C56.7929 47.9824 57.0218 46.2958 56.8158 45.9058C56.7243 45.7566 56.587 45.3895 56.4725 45.0682C56.3352 44.7087 56.4725 44.6322 56.8844 44.8387C57.4337 45.1026 57.5138 45.3436 57.4566 46.0549M40.4193 57.8954C40.6367 58.1248 40.7626 58.5952 40.6825 58.9165C40.5681 59.4213 40.5452 59.4328 40.385 58.9739C40.2935 58.6755 40.0875 58.2855 39.9388 58.1019C39.5612 57.6315 39.9846 57.425 40.4079 57.9068M3.25558 87.726C3.66749 87.6916 3.70181 87.726 3.48441 88.1046C3.33567 88.38 3.40431 88.6553 3.65604 88.8274C3.93065 88.9766 3.7819 89.0225 3.2098 88.9651C2.71779 88.9077 2.2029 88.9651 2.06559 89.0684C1.95117 89.1601 1.81388 89.0798 1.791 88.9192C1.73379 88.4832 2.56905 87.8063 3.25558 87.7374M100.742 8.37655C100.799 8.62896 100.81 8.88138 100.719 8.95022C100.399 9.20263 99.9866 12.6446 100.238 12.7364C100.399 12.7938 100.399 12.9429 100.261 13.0462C100.124 13.1609 100.17 13.2986 100.387 13.3904C100.627 13.4592 100.604 13.5166 100.33 13.551C100.101 13.5854 99.8722 13.9985 99.7921 14.5836C99.6548 15.6621 99.3802 15.5933 99.4946 14.4918C99.5175 14.1017 99.5862 13.1839 99.6091 12.4611C99.6663 10.7401 100.101 8.33066 100.376 8.11267C100.49 8.02088 100.662 8.14708 100.742 8.37655ZM13.8623 78.6276C13.7365 78.7997 13.4733 79.0177 13.3017 79.0866C13.0957 79.1439 13.1644 79.0063 13.4848 78.7538C13.7937 78.5014 13.9424 78.4555 13.8738 78.6276M11.5968 80.2798C11.7341 80.3142 11.6655 80.406 11.4481 80.5552C11.2536 80.6814 10.9561 80.7731 10.8073 80.7731C10.67 80.7387 10.7387 80.6469 10.9561 80.4978C11.1506 80.3716 11.4481 80.2798 11.5968 80.2798ZM18.2446 74.5087C18.7481 74.6235 22.4668 71.4912 22.6155 70.8487C22.7071 70.4013 22.7757 70.3554 22.7757 70.6422C22.8329 70.9405 22.9931 70.952 23.2792 70.7569C23.508 70.5734 23.897 70.3324 24.1373 70.2062C24.4005 70.0685 24.5721 69.8161 24.5721 69.6326C24.5492 69.4605 24.6522 69.231 24.7895 69.1163C24.9497 68.9901 24.9955 69.0933 24.9039 69.3916C24.7895 69.7473 24.9955 69.6899 25.7278 69.1277C26.2655 68.7262 27.0207 68.1525 27.3983 67.8771C27.7759 67.5674 28.0162 67.2576 27.9246 67.1543C27.8331 67.0396 27.9933 66.9593 28.2679 66.9822C28.5539 66.9822 28.943 66.7642 29.1832 66.4659C29.4121 66.202 29.6066 66.1217 29.6295 66.2823C29.6753 66.661 15.2125 77.9163 14.7434 77.8819C14.526 77.836 14.6633 77.6868 16.2995 76.3559C16.8144 75.9314 17.1691 75.4954 17.1004 75.4036C16.9174 75.1742 17.8785 74.394 18.2218 74.4973M98.0415 9.50093C98.0415 9.60419 97.3778 10.2926 96.5769 11.0613C95.078 12.4725 94.6432 12.4496 95.9247 11.0384C96.6456 10.2238 98.0758 9.17968 98.0415 9.51241M55.0194 44.8043C55.0766 45.4239 54.9965 45.6419 54.699 45.5501C54.4587 45.4468 54.3443 45.16 54.4244 44.8043C54.6647 43.8635 54.9164 43.852 55.0194 44.8043ZM50.6028 47.7988C50.6943 47.9136 50.7401 48.0627 50.6943 48.0972C50.6256 48.1545 50.4197 48.1316 50.2595 48.0742C50.0879 47.9939 50.0536 47.8677 50.168 47.7759C50.3053 47.6726 50.4883 47.6612 50.6028 47.7988ZM39.4811 56.2661C39.6298 56.4497 39.6642 56.6792 39.5498 56.771C39.3209 56.9545 39.0463 56.6562 39.115 56.2661C39.1378 55.8761 39.1721 55.8761 39.4811 56.2661ZM37.6275 57.4708C38.0508 57.5397 38.1081 57.6085 37.8334 57.643C37.5131 57.7118 37.6275 57.9986 38.2682 58.8247C38.7145 59.4328 39.2408 60.1671 39.4124 60.431C39.5841 60.6949 39.893 61.1194 40.0761 61.3833C40.3965 61.8651 40.282 62.0028 37.33 64.3893C35.6251 65.7775 34.4008 66.6954 34.6068 66.4545C34.8013 66.1906 34.9615 65.8349 34.9272 65.6054C34.9157 65.3186 34.9844 65.3071 35.1446 65.5022C35.2704 65.6628 35.4306 65.6743 35.4878 65.5136C35.5221 65.376 36.3689 64.5728 37.3414 63.7123C39.1264 62.1864 39.5726 61.498 39.1264 60.8555C38.9776 60.6719 38.6802 60.2474 38.4399 59.9147C37.7991 58.9853 36.8723 57.4594 36.9638 57.3905C36.9867 57.3676 37.3071 57.402 37.6275 57.4823M40.877 55.0156C40.8427 55.3827 40.7397 55.3942 40.385 54.9697C40.0418 54.5452 40.0646 54.4419 40.4308 54.4763C40.7969 54.5107 40.9114 54.6484 40.8656 55.0156M101.074 5.09518C100.879 5.818 100.65 5.95568 100.593 5.37054C100.547 5.1755 100.707 4.86572 100.913 4.70509C101.199 4.46416 101.245 4.51004 101.074 5.09518ZM93.4303 10.5565C93.4303 10.5565 93.293 10.8892 93.0184 11.1875C92.7553 11.5088 92.4807 11.6694 92.4006 11.5776C92.309 11.4629 92.4807 11.176 92.801 10.9236C93.11 10.6712 93.396 10.5106 93.4303 10.5565ZM86.6109 16.798C86.5537 17.1881 86.5079 17.1766 86.3935 16.7521C86.2791 16.4767 86.3249 16.2472 86.4507 16.2587C86.5766 16.2702 86.6452 16.5111 86.6223 16.7865M36.0485 59.7999C36.346 60.2589 36.3116 60.408 35.9112 60.4654C35.4993 60.4998 35.3848 60.408 35.3162 59.8229C35.2475 59.4672 35.0645 58.905 34.8471 58.6411C34.5496 58.1822 34.5839 58.1822 35.053 58.6182C35.3848 58.9394 35.8311 59.4443 36.037 59.7885M38.5428 54.9697C38.6344 55.0844 38.6115 55.2909 38.4742 55.3942C38.3598 55.486 38.2225 55.4057 38.1996 55.245C38.1538 55.05 38.1996 54.8779 38.2682 54.8205C38.314 54.7861 38.4284 54.832 38.5428 54.9697ZM98.5678 5.8639C98.6594 5.97863 98.6365 6.18515 98.4992 6.28841C98.3848 6.3802 98.2474 6.29988 98.2246 6.13926C98.1788 5.94421 98.2245 5.77211 98.2932 5.71474C98.339 5.68032 98.4534 5.72622 98.5678 5.8639ZM100.742 3.50039C100.742 3.50039 100.707 3.78723 100.57 4.01669C100.444 4.23469 100.341 4.28058 100.296 4.08554C100.25 3.75281 100.605 3.31682 100.753 3.48892M95.1238 8.9158C95.5586 8.44539 95.9361 8.21593 95.9361 8.3995C95.959 8.5716 95.4441 9.13379 94.8034 9.61567C94.1512 10.1434 93.7164 10.3844 93.8194 10.1893C93.9224 10.0287 93.8537 9.63862 93.6363 9.36326C93.4227 9.03435 93.4799 9.01141 93.8079 9.29442C94.2771 9.69598 94.4258 9.65009 95.1238 8.89285M34.6182 57.6659C34.5724 58.1134 34.1605 57.8839 34.0004 57.3102C33.8287 56.771 33.8516 56.7595 34.2292 57.0922C34.458 57.2758 34.6297 57.5512 34.6182 57.6659ZM36.14 55.5433C36.632 56.3006 36.9753 56.989 36.8838 57.0693C36.7236 57.1955 36.5634 56.989 35.4649 55.0844C34.6297 53.6388 35.0873 53.9371 36.14 55.5433ZM33.5656 56.1399C33.5083 56.53 33.4626 56.5186 33.3481 56.0941C33.2337 55.8187 33.2795 55.5892 33.4054 55.6007C33.5312 55.6122 33.6113 55.8531 33.577 56.1285M34.2406 52.8356C34.1949 52.457 34.2635 52.4455 34.4924 52.7438C34.6525 52.9504 34.767 53.2716 34.6869 53.4437C34.6297 53.6043 34.5381 53.7191 34.4809 53.6502C34.4466 53.6043 34.2521 53.4552 34.0804 53.2946C33.9088 53.1684 33.8745 53.1225 34.0347 53.1913C34.1491 53.2487 34.2521 53.088 34.2406 52.8356ZM55.7059 34.3177C55.7975 34.4324 55.7746 34.639 55.6373 34.7422C55.5229 34.834 55.3855 34.7537 55.3627 34.5931C55.3169 34.398 55.3627 34.2259 55.4313 34.1686C55.4771 34.1341 55.5915 34.18 55.7059 34.3177ZM51.335 37.8744C51.3579 38.0465 51.2435 38.3219 51.1177 38.4252C50.9575 38.5514 50.9117 38.4481 51.0032 38.1498C51.2092 37.5302 51.3007 37.4614 51.335 37.8744ZM50.0078 37.8974C50.0993 38.4252 50.0421 38.5858 49.7904 38.4137C49.6188 38.2875 49.5272 37.9892 49.5959 37.7597C49.8133 37.1057 49.8705 37.1287 50.0078 37.9089M57.2392 31.2888C57.3192 31.5297 57.1934 31.5067 56.9989 31.2658C56.7815 31.0363 56.7357 30.8528 56.873 30.8872C56.9989 30.8987 57.1819 31.0822 57.2392 31.3002M32.9591 49.8067C33.2223 50.2312 33.3825 50.7016 33.3024 50.8278C33.2109 51.0802 32.49 49.9214 32.4213 49.4166C32.3641 48.9347 32.5014 49.015 32.9591 49.8067ZM32.2039 48.6364C32.2612 48.8429 32.1239 48.7741 31.8721 48.4528C31.6204 48.1316 31.5746 47.9824 31.7463 48.0627C31.9179 48.1889 32.1353 48.4528 32.2039 48.6249M58.4291 23.0853C59.1271 23.8999 59.9967 24.8408 60.3857 25.185C60.7633 25.5177 61.9533 26.8601 63.0632 28.1221C64.1387 29.4071 65.0998 30.4168 65.1685 30.3594C65.2372 30.302 65.6262 30.6921 66.061 31.197C66.4958 31.7362 67.9489 33.354 69.2991 34.834C70.6492 36.3141 72.2168 38.0236 72.7431 38.6432C73.2923 39.2742 73.8759 39.8134 74.0132 39.8019C74.1734 39.8134 74.4251 39.9855 74.5853 40.192C74.837 40.5133 74.7912 40.5477 74.3793 40.3986C73.6242 40.1576 73.9789 40.4559 75.0201 40.9149C76.2902 41.5229 76.4275 41.4541 76.6677 40.1003C76.8851 38.8497 76.7364 38.253 76.3588 38.8956C76.2101 39.1709 76.0842 39.1594 76.0041 38.9185C75.924 38.6776 75.6952 38.5399 75.4892 38.5514C75.1803 38.5858 75.1002 38.494 75.2146 38.1727C75.3405 37.7712 75.3061 37.7253 74.8828 37.7712C74.6311 37.7826 74.3565 37.6335 74.2764 37.4384C74.0933 36.991 75.8782 37.6679 76.313 38.2072C76.4961 38.4366 76.9309 38.3334 77.5488 37.9892C78.0751 37.7138 78.6129 37.4155 78.7502 37.3467C78.8761 37.2778 78.5328 37.8171 77.9722 38.5399C77.3772 39.2857 76.9767 39.9396 77.0682 40.0544C77.2284 40.2609 79.9859 37.9089 81.1301 36.5665C81.462 36.1879 82.0226 35.5454 82.3888 35.1323C82.7435 34.6963 83.4987 33.9276 84.0479 33.4113C84.6085 32.918 85.1577 32.2525 85.2836 31.9542C85.398 31.633 85.7642 31.3461 86.1189 31.197C86.4736 31.0937 86.7711 30.8987 86.794 30.7954C86.8054 30.6692 87.2974 30.0841 87.8924 29.4874C88.5103 28.8679 89.1052 28.1336 89.254 27.8123C89.3684 27.4911 89.5057 27.3878 89.5286 27.5485C89.5515 27.7206 90.1694 27.3305 90.9818 26.6306C92.1832 25.5865 92.4006 25.4833 92.3891 25.9307C92.3891 26.2176 92.4807 26.3782 92.5951 26.2864C92.7095 26.1946 92.6408 27.9615 92.4463 30.2103C92.2747 32.482 92.1946 34.4095 92.2861 34.5242C92.3777 34.639 92.4921 34.4669 92.5493 34.1571C92.7095 33.4343 92.9956 33.8358 92.9956 34.7652C92.9956 35.1323 92.9612 35.3159 92.9155 35.1323C92.8583 34.9258 92.6637 34.8111 92.4463 34.8799C92.2404 34.9373 91.9658 35.9469 91.8628 37.0598C91.7484 38.1613 91.7598 38.8611 91.8399 38.6087C92.0916 37.9547 92.4807 37.5647 92.6637 37.7826C92.7553 37.8974 92.7781 38.058 92.7209 38.1842C92.4921 38.5973 92.4349 43.4964 92.6523 43.7602C92.7667 43.8979 92.7209 44.0356 92.5608 44.0585C92.3777 44.0585 92.309 44.2651 92.3548 44.4486C92.4463 44.7469 92.3777 44.8043 91.9543 44.7814C91.5081 44.7355 91.4737 44.6437 91.8285 44.2077C92.023 43.8979 92.0916 43.6226 91.9543 43.5767C91.817 43.5422 91.817 43.3128 91.92 43.0833C92.0459 42.8653 92.0573 42.567 91.92 42.4064C91.8056 42.2687 91.6111 42.7621 91.531 43.5423C91.428 44.5175 91.4852 44.9649 91.7941 45.0108C92.412 45.137 92.6523 45.9861 92.126 46.1582C91.8971 46.2385 91.714 46.1582 91.6912 45.9861C91.6683 45.8254 91.8056 45.6648 92.0001 45.6304C92.2289 45.596 92.2175 45.5271 92.0001 45.4468C91.4852 45.2747 91.3937 45.791 91.4738 48.1086C91.5081 49.9099 91.7827 50.8049 92.1717 50.4951C92.2862 50.4033 92.5035 50.4951 92.6523 50.6672C92.801 50.8507 93.0184 50.9311 93.1443 50.8163C93.2587 50.7245 94.2198 50.7245 95.3068 50.8163C96.4053 50.9311 97.6982 50.9655 98.2131 50.954C98.728 50.9081 100.65 51.0229 102.481 51.2179C104.312 51.3671 106.737 51.5621 107.87 51.6195C108.957 51.6768 109.93 51.7801 109.998 51.8604C110.124 52.021 108.786 52.9848 103.625 56.6333C102.824 57.1725 100.536 58.8476 98.5106 60.3851L94.8492 63.1272L98.9912 67.9345C101.28 70.5848 103.236 72.7304 103.385 72.7189C103.511 72.7304 104.3 73.5794 105.181 74.6235C106.039 75.679 107.321 77.1361 108.042 77.8933C109.85 79.8209 110.754 82.2647 109.472 81.7369C109.209 81.6451 108.98 81.6795 108.923 81.8402C108.843 82.0123 108.339 82.127 107.744 82.0926C107.138 82.0237 106.554 82.0926 106.44 82.1844C106.326 82.2762 105.582 82.3679 104.758 82.4024C101.989 82.5171 92.9498 83.4809 92.6637 83.6874C92.5035 83.8136 92.2862 83.8136 92.1717 83.6874C92.0802 83.5726 91.9543 83.6071 91.8742 83.7792C91.817 83.9398 91.6683 83.9857 91.5767 83.8709C91.4623 83.7333 91.1534 83.8021 90.8673 83.9972C90.3753 84.3987 90.3524 84.3758 90.6385 83.848C90.8444 83.4579 90.833 83.3546 90.5584 83.5726C90.3639 83.6988 89.6545 83.7447 89.0023 83.6759C88.3386 83.5841 87.7093 83.6759 87.5835 83.8939C87.4576 84.1119 87.1715 84.1119 86.9198 83.9513C86.691 83.7562 86.2333 83.6529 85.9015 83.6988C85.3866 83.7447 85.3065 83.9283 85.4438 84.5593C85.501 84.9953 85.501 85.4084 85.3866 85.5002C85.295 85.569 85.3294 85.7985 85.501 86.005C85.6497 86.1886 85.6498 86.3721 85.4781 86.3951C85.2951 86.3951 85.1806 87.1294 85.1921 87.9669C85.2264 88.8389 85.1577 90.4566 85.0777 91.604C84.9861 92.7283 84.9632 93.6692 84.9976 93.715C85.0319 93.715 85.0319 94.7247 84.9518 95.9179C84.8488 97.1226 84.8374 98.7748 84.8946 99.5779C84.9747 100.415 84.8946 101.333 84.7802 101.643C84.6428 101.941 84.6657 102.699 84.7802 103.318C84.9403 103.938 85.009 104.844 84.8946 105.349C84.8259 105.854 84.8831 106.29 85.0319 106.359C85.1692 106.393 85.2035 106.519 85.0662 106.634C84.6886 106.944 84.2653 106.657 82.6062 104.833C81.7022 103.846 79.9745 102.125 78.7617 100.943C76.0842 98.4191 75.3977 97.7078 68.7613 90.6402C65.958 87.6227 63.5552 85.1674 63.4407 85.156C63.1547 85.1215 62.3309 86.4983 59.4017 91.9367C56.1865 97.9028 55.992 98.3962 56.5755 98.9354C56.8959 99.2337 56.9302 99.5091 56.6442 99.8074C56.3352 100.163 56.2551 100.163 56.3238 99.7271C56.484 97.7651 55.1567 99.8533 52.5365 105.682C52.033 106.806 51.8042 106.944 51.3694 106.405C50.7286 105.613 50.4769 103.697 50.6371 101.035C50.8202 98.0864 50.2366 84.6052 49.9162 84.2037C49.7904 84.043 49.7789 83.9054 49.8705 83.8709C49.9506 83.8365 49.9849 83.6988 49.9277 83.5726C49.8361 83.4579 49.8705 83.1367 49.9849 82.8613C50.0993 82.5859 50.1108 82.2762 49.9963 82.1385C49.9048 82.0237 49.8247 81.6451 49.8361 81.3353C49.8361 80.1421 49.8362 79.8094 49.7561 77.8245L49.676 75.7937H48.3372C47.6164 75.8282 46.5866 75.8396 46.0488 75.8281C45.5111 75.8167 44.7215 75.897 44.3096 75.9773C43.8634 76.0806 43.3256 76.1379 43.1426 76.1379C41.8725 76.1379 40.2134 76.4248 40.1447 76.6657C40.1333 76.8263 40.0875 76.7804 40.0532 76.5969C40.0189 76.3674 39.1493 76.4018 37.9135 76.6657C36.7579 76.8952 35.3848 77.0787 34.8585 77.0214C34.3207 77.0099 33.7601 77.0902 33.6228 77.2049C33.4626 77.3312 33.0163 77.3656 32.5815 77.2967C32.1353 77.2049 31.7348 77.3082 31.6547 77.5262C31.5975 77.7213 31.5289 77.7786 31.5289 77.595C31.5518 77.4344 31.1856 77.3082 30.7394 77.3082C29.9842 77.2853 30.0528 77.1935 33.0621 74.7497C40.591 68.5541 45.0076 64.7105 44.8932 64.3893C44.8245 64.2172 45.1335 63.8959 45.614 63.6205C46.4951 63.0928 46.518 63.219 45.5683 61.1653C45.4653 60.9473 44.8131 59.536 44.1266 58.0445C43.44 56.553 42.7306 55.2565 42.5247 55.1303C42.3073 55.0041 42.3416 54.9008 42.5705 54.8664C42.8222 54.8549 42.7764 54.7058 42.456 54.4419C42.1471 54.2468 42.0098 53.983 42.1471 53.8682C42.2844 53.765 42.2043 53.5699 41.964 53.4552C41.7466 53.329 41.6894 53.1225 41.8267 52.9618C42.0098 52.8127 41.9983 52.7553 41.7581 52.8356C41.3919 52.9389 40.7969 51.9751 41.0715 51.7571C41.2775 51.5965 41.1516 51.3556 40.2935 50.1509C39.9731 49.7034 39.7328 49.1871 39.7786 49.0035C39.8701 48.7052 39.5269 48.0513 38.6001 46.6745C38.3712 46.3417 38.1881 45.8943 38.1538 45.6533C38.1309 45.4468 37.9593 45.3206 37.7648 45.4124C37.5931 45.4812 37.3987 45.3321 37.3872 45.1256C37.33 44.6896 38.4971 44.2995 38.6458 44.7011C38.7602 44.9764 41.5864 46.2614 41.9068 46.1582C42.0327 46.1352 42.1471 46.227 42.17 46.3876C42.1929 46.5138 42.5819 46.7204 43.051 46.7892C43.5201 46.858 43.9206 47.0875 43.932 47.2367C43.9549 47.4088 44.0693 47.4547 44.1838 47.3629C44.3211 47.2481 44.6071 47.2825 44.836 47.4317C45.1106 47.5809 45.122 47.6841 44.836 47.7644C44.63 47.7874 44.8703 47.8562 45.3623 47.8562C45.8772 47.8906 46.1518 48.0054 46.0374 48.0972C45.8772 48.2234 46.1861 48.4643 46.7125 48.6593C47.2045 48.8544 47.7079 48.9691 47.8223 48.8773C47.9139 48.8085 48.1084 48.9118 48.2572 49.0839C48.4059 49.2674 48.6462 49.3248 48.7606 49.233C48.8979 49.1298 49.1496 49.256 49.3327 49.4739C49.5386 49.7264 49.9849 49.9099 50.3396 49.887C50.7172 49.8411 51.4952 50.0706 52.0788 50.3344C52.6623 50.6442 53.2459 50.8049 53.3489 50.7131C53.4633 50.6213 53.7379 50.7704 53.9553 51.0458C54.1498 51.2982 54.8363 51.6309 55.4428 51.7801C56.7014 52.1013 57.6396 51.5965 58.1888 50.3344C58.4062 49.864 58.7037 49.5084 58.8754 49.5198C59.0127 49.5543 59.0241 49.4739 58.8868 49.3936C58.7495 49.2789 58.6923 48.6479 58.7609 48.0054C58.8296 47.317 58.8067 46.6286 58.7037 46.4106C58.6236 46.2155 58.5779 45.4239 58.6808 44.6781C58.7609 43.8979 58.7724 43.1866 58.6694 43.0489C58.5779 42.9342 58.6694 42.6818 58.8639 42.5097C59.0699 42.349 59.1042 42.2113 58.9555 42.1655C58.8067 42.1655 58.6809 41.8327 58.7266 41.4197C58.7495 41.0296 58.6923 40.7772 58.6236 40.8345C58.555 40.8919 58.5321 40.4903 58.5779 39.9396C58.658 39.3889 58.6122 38.8267 58.5207 38.712C58.4062 38.5743 58.349 38.0351 58.3605 37.4614C58.3719 36.9221 58.3261 36.4058 58.2918 36.3255C57.9714 35.8322 57.9257 35.0979 58.2003 35.0635C58.3719 35.0405 58.3719 34.857 58.2003 34.6504C58.0515 34.4669 58.0287 34.1112 58.1545 33.9047C58.2804 33.6867 58.2575 33.2507 58.1545 32.9753C58.0401 32.6541 57.9829 31.8395 58.0515 31.197C58.0973 30.52 58.0401 29.9349 57.8685 29.8546C57.6854 29.8202 57.6854 29.671 57.7998 29.5792C57.9371 29.476 57.8799 29.1777 57.6854 28.9253C57.4909 28.6728 57.4794 28.3516 57.6625 28.2024C57.9829 27.95 57.8685 27.5829 57.4222 27.1698C57.3536 27.0781 57.3879 26.9404 57.4909 26.8486C57.6282 26.7339 57.6511 26.3093 57.5252 25.8848C57.4108 25.4603 57.4566 25.0129 57.6053 24.8866C57.7655 24.7604 57.7083 24.508 57.4451 24.2671C57.1819 24.0261 57.1018 23.659 57.262 23.3033C57.3765 22.9821 57.3307 22.5117 57.1476 22.2822C56.9531 22.0413 56.8501 21.7774 56.9645 21.6856C57.0561 21.6168 57.6854 22.2134 58.4062 23.0509M31.9065 40.0314C31.998 40.2838 32.1811 40.3641 32.3985 40.192C32.6731 39.9741 32.7761 40.1117 32.982 41.0984C33.1422 41.7524 33.4969 42.8424 33.7944 43.5308C34.069 44.2421 34.3894 44.9535 34.4924 45.1715C34.5724 45.4124 34.5381 45.5501 34.4123 45.5386C34.2864 45.5271 33.7944 44.5863 33.3024 43.4275C32.7875 42.2802 32.284 41.2361 32.1239 41.0984C31.8035 40.8001 31.4717 39.8364 31.6547 39.6872C31.7234 39.6298 31.8492 39.7905 31.9065 40.0429M56.0949 18.6796C56.2094 18.8173 56.2437 19.0467 56.1636 19.2188C56.1064 19.3795 55.9233 19.3795 55.7746 19.1959C55.6144 18.9894 55.5915 18.7484 55.7059 18.6566C55.8432 18.5419 56.0034 18.5649 56.0949 18.6796ZM30.1558 39.148C30.1673 39.2168 30.3847 39.3315 30.6822 39.3889C31.0826 39.4692 31.0941 39.5725 30.6822 39.9052C30.2588 40.2494 30.1787 40.2035 30.03 39.6069C29.927 39.2512 29.9155 38.9529 29.9956 38.9644C30.0757 38.9644 30.1329 39.0447 30.1444 39.148M54.0583 17.7158C54.1384 17.3487 54.2642 17.5552 54.5159 18.4616C54.7105 19.1156 54.8134 19.7466 54.7219 19.8269C54.5159 19.9875 54.3214 21.5364 54.4587 21.72C54.5159 21.7889 54.6532 21.9724 54.7677 22.0986C54.8935 22.2593 54.8478 22.7067 54.6647 23.1198C54.4587 23.5099 54.2871 23.7967 54.2528 23.7508C54.2299 23.7278 54.1956 22.7182 54.1727 21.5364C54.1384 20.3317 53.9438 19.0353 53.7036 18.5993C53.4976 18.1633 53.4518 17.9109 53.6463 18.0141C53.8981 18.1862 53.9896 18.1059 54.0697 17.7044M27.261 39.8478C27.2152 40.0658 26.5173 40.0773 26.3342 39.8478C26.2426 39.7331 26.4028 39.6528 26.7003 39.6643C27.0093 39.6757 27.2381 39.779 27.261 39.8478ZM60.7748 12.4955C60.832 12.3348 61.0494 12.2775 61.2439 12.3348C61.4842 12.4381 61.4727 12.484 61.221 12.5414C60.9921 12.5758 60.9235 12.8626 61.0608 13.2642C61.2324 13.8378 61.1066 13.7805 60.4544 12.9315C59.9967 12.3693 59.8823 12.0939 60.1683 12.3463C60.4315 12.5758 60.7175 12.6446 60.7748 12.4955ZM56.976 16.5914C57.7083 17.4864 58.9097 18.8976 59.6877 19.7237C60.4658 20.5842 60.7862 21.0316 60.4429 20.7907C59.3102 20.0334 55.2025 15.3523 55.4428 15.1573C55.5801 15.0425 56.1979 15.6277 56.976 16.6029M53.9324 16.8209C53.8981 17.1422 53.8065 17.0733 53.5777 16.6144C53.429 16.2472 53.4289 16.0637 53.6463 16.1899C53.818 16.3161 53.9553 16.6144 53.9324 16.8209ZM25.4074 37.0025C25.4875 37.2319 25.3616 37.2205 25.1671 36.9795C24.9497 36.75 24.9039 36.5665 25.0412 36.6009C25.1671 36.6124 25.3502 36.7959 25.4074 37.0139M53.9782 13.1953C54.2528 13.6772 54.2184 13.8149 53.8065 13.8149C53.4404 13.8149 53.2917 13.6428 53.12 13.0577C52.9026 12.1513 53.4747 12.2545 53.9667 13.1839M26.174 34.1341C26.2426 34.2259 26.2083 34.4095 26.0481 34.5357C25.9108 34.6504 25.8193 34.616 25.8307 34.4898C25.8307 34.3407 25.579 34.0882 25.2357 33.9276C24.8467 33.7517 24.8734 33.7058 25.3158 33.7899C25.7163 33.8703 26.0939 34.0194 26.1854 34.1227M27.6386 31.7936C27.753 31.9313 27.6729 32.023 27.4898 32.0689C27.3182 32.0919 27.0665 32.0001 26.9749 31.8968C26.8605 31.7592 26.9635 31.6444 27.1237 31.6215C27.3182 31.5756 27.547 31.6903 27.6386 31.7936ZM56.3238 7.90615C56.4725 8.08972 56.5526 8.28477 56.5069 8.31919C56.4611 8.35361 56.2437 8.27329 56.0034 8.17003C55.786 8.04382 55.7059 7.84878 55.8203 7.757C55.9576 7.64226 56.175 7.73405 56.3238 7.91762M54.4931 8.72075C54.3786 8.89285 54.104 9.11084 53.9324 9.17968C53.715 9.23705 53.7951 9.09937 54.1155 8.84696C54.4359 8.59454 54.5732 8.54865 54.4931 8.72075ZM51.9758 11.4629C52.0445 11.7382 52.0445 11.9677 51.9415 11.9333C51.8156 11.9218 51.6326 11.6923 51.5639 11.417C51.4838 11.1416 51.4952 10.9122 51.5868 10.9466C51.7126 10.958 51.8957 11.1875 51.9644 11.4629M22.1807 34.398C22.2379 34.6045 22.1006 34.5357 21.8489 34.2144C21.5972 33.8932 21.5514 33.7555 21.723 33.8358C21.8947 33.962 22.1121 34.2259 22.1807 34.398ZM49.0352 11.5432C49.0695 12.0365 49.0352 12.5184 48.8979 12.6217C48.7835 12.7135 48.7148 12.3922 48.772 11.9103C48.7949 11.4399 48.7491 10.958 48.6347 10.8204C48.5432 10.7056 48.5775 10.6138 48.6919 10.6253C48.8292 10.6597 48.978 11.0728 49.0238 11.5432M26.2999 29.2236C26.3914 29.3383 26.2999 29.4071 26.1168 29.453C25.9452 29.476 25.6362 29.3153 25.476 29.1203C25.2014 28.7876 25.2472 28.7417 25.6591 28.8908C25.9223 28.9826 26.2312 29.1318 26.2999 29.2236ZM48.9894 10.0172C49.0695 10.2582 48.9437 10.2352 48.7492 9.99429C48.5318 9.76482 48.486 9.56978 48.6233 9.61567C48.7492 9.62714 48.9322 9.81072 48.9894 10.0287M21.9748 31.9198C21.9748 32.1034 22.0892 32.1607 22.2036 32.0689C22.3409 31.9542 22.5469 32.1263 22.6842 32.4246C22.8901 32.8606 22.8329 32.9294 22.3867 32.8835C21.7917 32.8377 21.1166 31.7247 21.6086 31.6444C21.7802 31.6215 21.9519 31.7362 21.9748 31.9083M52.3305 6.51788C52.7081 6.80471 52.7195 6.87355 52.2733 6.86207C52.0101 6.86207 51.7584 6.72439 51.7355 6.55229C51.6783 6.11631 51.7813 6.10484 52.342 6.51788M24.5607 27.9844C24.6636 28.1221 24.5149 28.2024 24.1831 28.2139C23.8741 28.2139 23.5881 28.168 23.5538 28.1221C23.5194 28.0762 23.6911 27.973 23.9313 27.8927C24.1831 27.8353 24.4691 27.8697 24.5607 27.9844ZM49.3556 6.5064C49.4357 6.70145 49.3556 7.06859 49.2297 7.27511C49.0466 7.60784 49.0123 7.59636 48.9894 7.20627C49.0009 6.89649 48.9208 6.66703 48.7949 6.64408C48.6919 6.64408 48.7263 6.51787 48.9093 6.36872C49.0924 6.21957 49.2869 6.28841 49.3441 6.49493M21.7345 29.0859C22.9702 29.6481 23.0732 29.8661 22.032 29.7743C21.54 29.7169 21.3912 29.8087 21.3111 30.2103C21.231 30.6118 21.1281 30.6233 20.8306 30.2676C20.3386 29.6595 20.1097 28.9138 20.3614 28.7187C20.4759 28.6269 21.0937 28.799 21.7459 29.0859M20.0983 27.9959C20.247 28.1795 20.2813 28.409 20.144 28.5122C20.0296 28.604 19.858 28.4778 19.7779 28.2483C19.7207 27.9959 19.6864 27.7665 19.7321 27.732C19.7779 27.6976 19.9495 27.8123 20.0983 27.9959ZM51.7927 2.84642C51.5868 3.42008 51.9758 3.85607 52.6738 3.8446C53.017 3.85607 53.1429 3.91344 52.9713 4.08554C52.8111 4.21174 52.9141 4.46416 53.1772 4.70509C53.4404 4.94603 53.5205 5.12961 53.326 5.20992C52.9026 5.37055 52.2848 4.79688 51.4724 3.46598C50.9804 2.67432 50.9231 2.4219 51.2664 2.51369C51.6211 2.63989 51.644 2.57106 51.3808 2.19244C51.0604 1.74498 51.0833 1.73351 51.4952 2.05476C51.747 2.22686 51.8728 2.57106 51.7813 2.82347M19.8694 26.3208C20.3118 26.4355 20.3347 26.4929 19.9381 26.4929C19.5834 26.5159 19.2058 26.4126 19.0914 26.2864C18.9884 26.1487 18.9655 26.0913 19.0456 26.0913C19.1028 26.1143 19.4804 26.2176 19.8694 26.3208ZM49.5959 1.42372C49.7446 1.6073 49.7103 1.89413 49.5272 2.03181C49.3212 2.19244 49.2297 2.49074 49.3098 2.73168C49.3899 2.97262 49.3213 3.35124 49.1954 3.60365C49.0238 3.89049 48.9551 3.71839 49.0123 3.05294C49.0581 2.45632 48.9894 2.10065 48.875 2.19244C48.6462 2.37601 48.8979 1.4352 49.1611 1.21721C49.2526 1.14837 49.4471 1.25163 49.5959 1.42372ZM17.9472 26.5273C17.8327 27.3993 17.8785 28.191 18.0272 28.2827C18.1989 28.409 18.2447 28.5581 18.1302 28.6499C18.0158 28.7417 18.1302 29.0974 18.3591 29.4416C18.6108 29.7972 18.8053 30.3135 18.7939 30.5774C18.7939 30.8642 18.874 31.0363 18.9769 30.9446C19.0685 30.8757 19.0799 31.1167 18.9998 31.5182C18.9197 31.8854 18.9426 32.046 19.0342 31.828C19.1943 31.4723 19.5491 31.6789 19.469 32.1378C19.469 32.2869 19.8008 32.8721 20.2127 33.4687C20.6475 34.0538 21.0251 34.9373 21.0823 35.4191C21.1395 35.901 21.2768 36.3026 21.3798 36.337C21.5056 36.3485 21.7802 36.8763 21.9976 37.4729C22.215 38.1154 22.6613 39.0218 22.9817 39.4692C23.3249 39.9396 23.5423 40.433 23.4851 40.5477C23.4279 40.7083 23.508 40.8575 23.6682 40.9149C23.8284 40.9722 23.9085 41.1673 23.8284 41.3394C23.7368 41.5918 23.8741 41.718 24.2289 41.7983C24.6293 41.8786 24.6865 41.9475 24.4806 42.1196C24.2975 42.2687 24.4577 42.5555 24.881 42.9456C25.3044 43.3357 25.4646 43.6685 25.3158 43.9438C25.19 44.1618 25.2357 44.3454 25.3959 44.4027C25.5561 44.4601 25.579 44.5863 25.4531 44.7011C25.3387 44.7928 25.4875 45.1141 25.8078 45.4124C26.1397 45.7337 26.4372 46.3188 26.4829 46.7662C26.5172 47.1793 26.7232 47.6153 26.9177 47.6726C27.1122 47.7415 27.1351 47.7988 26.9063 47.8333C26.6774 47.8677 26.8834 48.3037 27.547 49.1412C28.0963 49.8181 28.5768 50.5524 28.6111 50.7819C28.6226 51.0343 28.7828 51.4588 28.943 51.6998C29.1032 51.9866 29.2176 52.3652 29.2405 52.5718C29.2405 52.8012 29.6409 53.4437 30.1329 54.0059C30.6249 54.614 30.9339 55.1418 30.8309 55.2336C30.7165 55.3253 30.9224 55.7154 31.2771 56.0596C31.6318 56.4497 32.0781 57.0922 32.2383 57.5167C32.4214 57.9298 32.9134 58.7214 33.3138 59.2607C33.966 60.1097 34.0003 60.3048 33.5656 60.5457C32.3069 61.2341 28.6111 64.5384 28.6684 64.8941C28.6912 65.2039 28.5196 65.353 27.9246 65.5022C27.2495 65.6743 27.2152 65.7316 27.5814 66.007C27.8483 66.1829 27.8026 66.2173 27.4441 66.1103C27.0322 65.9611 26.5516 66.202 25.476 67.0396C24.7094 67.6592 23.6453 68.4508 23.1304 68.8294C22.6041 69.1851 22.1121 69.6899 22.0777 69.9079C22.0091 70.1833 21.8947 70.2751 21.7688 70.1259C21.4942 69.7932 15.716 74.3366 10.6128 78.8801C9.13678 80.2224 6.84838 82.2761 5.50966 83.435C-0.177036 88.4603 -0.932225 89.5961 0.864176 90.7205C1.32186 91.0188 1.72234 91.145 1.73378 91.0188C1.73378 90.9156 2.75212 90.9041 3.97641 91.0188C5.2236 91.1335 6.32204 91.168 6.43646 91.0762C6.528 91.0073 6.61953 91.0762 6.6653 91.2712C6.68819 91.4433 6.89414 91.4548 7.11154 91.2712C7.46624 90.9844 8.23286 90.9156 10.3268 90.9729C10.6357 90.9729 11.8028 91.0073 12.9241 90.9614C14.034 90.9614 15.0066 91.0532 15.0638 91.168C15.1095 91.3171 15.2583 91.2712 15.3841 91.0532C15.51 90.8352 15.9105 90.7779 16.2881 90.8811C16.6885 91.0073 17.0203 90.9959 17.0089 90.8926C17.0432 90.7893 17.6268 90.732 18.3133 90.7664C19.0227 90.8238 19.6864 90.7664 19.8237 90.6631C19.9381 90.5714 20.6704 90.4681 21.4484 90.4681C22.215 90.4452 22.9359 90.3763 23.0732 90.2731C23.1876 90.1813 23.5423 90.1583 23.8398 90.2042C24.1373 90.2501 24.5378 90.2042 24.698 90.0665C24.881 89.9174 25.7049 89.9289 26.5516 90.0551C27.3983 90.1813 28.142 90.2272 28.1878 90.1469C28.3823 89.883 30.808 89.6191 30.9911 89.8485C31.0826 89.9633 31.3115 89.9289 31.4945 89.7797C31.6776 89.6305 31.9065 89.5961 32.0094 89.7338C32.101 89.8485 32.3298 89.8485 32.49 89.7223C32.6502 89.5961 33.1651 89.5043 33.6113 89.5502C34.2063 89.5961 34.4237 89.4929 34.3207 89.229C34.2406 88.9536 34.3093 88.9421 34.4695 89.1372C34.8013 89.5043 36.3231 89.5388 36.735 89.229C36.8952 89.1028 37.5245 88.9651 38.1424 88.9077C38.7831 88.8733 39.298 88.8274 39.3209 88.8045C39.5955 88.6897 39.8701 90.0321 39.6184 90.2386C39.4582 90.3648 39.4582 90.7779 39.6184 91.168C39.8015 91.5351 39.7786 91.9711 39.6069 92.1088C39.4239 92.2579 39.4124 92.4186 39.6069 92.4759C39.7671 92.5333 39.8701 92.9349 39.8244 93.3479C39.7786 93.7609 39.8816 94.9427 40.0418 95.9638C40.2019 96.9849 40.282 98.0061 40.1676 98.247C40.0189 98.66 40.0532 98.7862 40.4079 99.2452C40.4994 99.3599 40.5681 99.7156 40.5338 100.037C40.4766 100.335 40.5338 101.104 40.6711 101.723C40.8656 102.79 40.9113 103.915 40.8084 105.338C40.774 105.705 40.8541 106.049 40.9571 106.037C41.0601 106.072 41.0486 106.336 40.9113 106.668C40.774 107.001 40.7741 107.976 40.8885 108.848C41.0372 109.732 41.1288 110.523 41.083 110.661C41.0715 110.787 41.1516 111.384 41.2889 111.981C41.4377 112.577 41.5292 113.656 41.4949 114.356C41.4606 115.09 41.5178 115.904 41.6551 116.203C41.7466 116.501 41.7581 116.834 41.6208 116.937C41.4835 117.052 41.472 117.166 41.6208 117.166C41.7466 117.178 41.8839 117.809 41.9411 118.578C41.964 119.346 42.1357 120.39 42.2844 120.941C42.456 121.48 42.5132 122.513 42.4103 123.259C42.3073 124.016 42.3187 124.567 42.3759 124.509C42.4675 124.441 42.5933 125.003 42.6734 125.76C42.765 126.506 42.9137 127.206 43.0167 127.343C43.1082 127.458 43.1082 127.642 42.9938 127.733C42.8794 127.825 42.8908 128.112 42.9938 128.376C43.1082 128.651 43.257 129.248 43.3256 129.707C43.8176 132.483 44.0922 133.332 44.5842 133.711C45.5568 134.457 46.1747 133.883 48.1084 130.521C49.0695 128.766 50.0879 127.125 50.3282 126.816C50.557 126.552 50.8316 126.15 50.9003 125.909C50.9575 125.714 51.0719 125.473 51.1405 125.416C51.1863 125.335 51.4838 124.727 51.8042 124.016C52.1017 123.328 52.3877 122.8 52.4449 122.869C52.4793 122.915 52.7882 122.375 53.0857 121.595C53.4061 120.849 53.9896 119.851 54.3786 119.427C54.802 118.979 55.1453 118.36 55.2025 118.004C55.2597 117.66 55.397 117.362 55.5114 117.373C55.8089 117.43 56.7471 115.767 56.5641 115.549C56.4725 115.434 56.6671 115.124 57.0332 114.837C57.365 114.562 57.8113 113.874 58.0172 113.254C58.2232 112.68 58.5893 112.118 58.7953 112.061C59.0241 111.981 59.15 111.854 59.0584 111.74C58.9669 111.625 60.1111 109.686 61.6329 107.414C63.1204 105.165 64.4362 103.054 64.5735 102.722C64.9625 101.735 65.2715 101.93 69.219 106.072C70.0314 106.944 70.8209 107.678 70.9353 107.735C71.1756 107.804 73.7043 110.374 74.6654 111.533C74.9743 111.877 75.3405 112.187 75.4778 112.176C75.6265 112.176 76.5648 113.013 77.5145 114.057C78.5099 115.113 79.4939 115.996 79.7342 116.065C79.9745 116.134 80.1003 116.283 80.0202 116.501C79.9402 116.719 80.1004 116.926 80.5352 117.086C81.2102 117.362 81.7823 117.935 84.4712 120.907C85.398 121.916 86.3592 122.915 86.6452 123.133C86.9313 123.351 87.7093 124.131 88.4416 124.842C89.1396 125.576 89.9634 126.368 90.2724 126.643C90.5927 126.907 91.2449 127.527 91.7484 128.055C93.6706 130.074 95.284 131.565 95.5128 131.52C95.9934 131.462 95.7874 130.292 95.2153 129.672C94.8034 129.259 94.7347 128.984 94.975 128.777C95.1581 128.628 95.2382 128.41 95.1352 128.273C95.0437 128.158 95.1123 127.699 95.3297 127.217C95.5242 126.758 95.6501 125.129 95.6272 123.58C95.5242 115.755 95.57 101.551 95.7302 97.8684C95.9018 93.933 95.9361 93.7036 96.657 93.5315C97.0804 93.4167 97.5495 93.4856 97.6754 93.6347C97.8355 93.8412 98.03 93.7954 98.2246 93.4856C98.4191 93.2217 98.934 93.0266 99.4489 93.0152C100.536 92.9808 124.576 90.1354 130.869 89.2749C131.178 89.2405 131.029 88.9651 130.297 88.2423C128.557 86.4524 122.276 79.9127 121.978 79.5914C121.83 79.4078 120.079 77.5606 118.111 75.4495C116.131 73.3614 113.912 70.9864 113.156 70.1833C112.424 69.3687 111.6 68.577 111.371 68.4279C111.12 68.2558 110.937 67.8886 110.948 67.5788C111.017 66.8904 110.731 66.3397 110.433 66.5807C110.296 66.6954 110.124 66.6151 110.021 66.4315C109.701 65.8005 110.113 65.3874 113.751 62.8518C114.61 62.2667 115.067 61.6701 114.77 61.5783C114.312 61.4291 114.69 61.1538 115.88 60.8325C116.543 60.6375 117.001 60.3277 117.23 59.9261C117.436 59.5819 117.653 59.3984 117.745 59.5016C117.928 59.7311 117.813 59.777 121.91 56.5989C123.809 55.1303 125.502 53.9027 125.663 53.8797C125.869 53.8568 126.67 53.329 127.493 52.698C128.306 52.044 129.656 51.0458 130.525 50.4607C133.867 48.1545 137.459 44.942 137.894 43.875C138.192 43.1866 137.848 42.7162 137.036 42.6359C136.716 42.6014 136.475 42.4523 136.475 42.3146C136.51 42.1769 136.384 42.1655 136.258 42.2687C136.121 42.3834 135.617 42.3031 135.125 42.1081C134.656 41.8901 134.004 41.8213 133.683 41.936C133.386 42.0737 131.258 41.9704 128.958 41.7409C124.885 41.3508 124.724 41.3738 123.649 42.1769C122.287 43.1636 121.543 43.2095 122.367 42.2458C122.882 41.6033 122.882 40.8116 122.344 41.2591C122.207 41.3738 121.807 41.282 121.44 41.064C121.029 40.8345 120.456 40.8116 119.873 41.064C119.381 41.282 119.061 41.3509 119.221 41.2246C119.335 41.0984 118.271 40.9149 116.818 40.7887C115.365 40.6969 111.669 40.3527 108.58 40.0199C105.49 39.6987 102.859 39.561 102.779 39.7331C102.63 39.9626 102.401 39.779 101.978 39.148C101.371 38.2186 101.383 37.9892 101.348 31.5985C101.348 30.5889 101.417 29.1891 101.531 28.5007C101.623 27.7894 101.634 27.1125 101.531 26.9748C101.417 26.8371 101.383 26.2749 101.417 25.7701C101.474 25.2423 101.554 23.9114 101.611 22.787C101.669 21.6971 101.794 20.8022 101.92 20.8251C102.058 20.8595 102.058 20.7104 101.92 20.5612C101.783 20.4121 101.726 19.5286 101.76 18.6107C101.794 17.7273 101.829 16.3505 101.806 15.5818C101.829 14.8246 101.886 13.2412 101.966 12.0939C102.069 10.9351 102.161 9.24852 102.172 8.34213C102.206 7.41279 102.309 5.61148 102.389 4.32647C102.584 1.14837 102.172 0.735325 100.25 2.14654C97.5838 4.08553 96.863 4.85424 96.966 5.58854C97.0003 6.04747 97.1948 6.3343 97.458 6.3802C97.7211 6.42609 97.9728 6.74734 98.0987 7.12596C98.3619 7.91762 98.1674 8.18151 97.8012 7.55048C97.6296 7.2407 97.4236 7.21775 97.0804 7.539C96.8057 7.80289 96.5082 7.89467 96.4396 7.80289C96.3481 7.68815 96.4053 7.49311 96.5883 7.34396C96.863 7.12596 96.8973 5.60001 96.6227 5.26728C96.5883 5.22139 96.1879 5.50822 95.7874 5.94421C95.364 6.39167 94.4144 7.32101 93.6821 8.03235C92.9269 8.72075 91.3593 10.1779 90.2151 11.2564C89.048 12.3463 87.7551 13.551 87.3203 13.9411C86.8855 14.3312 86.5422 14.6869 86.5651 14.7098C86.5765 14.7328 85.9816 15.3294 85.215 16.0293C83.3499 17.7732 81.6565 19.4483 81.0729 20.1023C80.066 21.2496 78.979 22.4428 78.098 23.3377C77.5717 23.8426 76.8852 24.5539 76.5419 24.8981C76.1758 25.2767 75.7066 25.575 75.4778 25.6095C74.7455 25.7242 73.2809 24.2671 68.5782 18.9091C63.2577 12.8282 61.1523 10.4991 59.2873 8.54865C58.5436 7.81436 57.5023 6.71292 56.976 6.13926C55.8089 4.88867 52.0445 1.19426 51.3122 0.551753C50.5227 -0.113699 48.9208 -0.194011 48.5089 0.402601C48.177 0.827113 47.788 3.33977 48.0855 3.09883C48.1542 3.04146 48.1542 3.68397 48.0855 4.52152C47.9482 6.46051 47.9825 16.0522 48.2228 27.537C48.3258 32.4476 48.2686 36.7156 48.1084 37.0254C47.7651 37.5647 46.6896 37.5761 46.6324 37.0254C46.6095 36.8533 46.4836 36.8418 46.3578 36.9566C46.1976 37.0828 46.0031 36.9795 45.9459 36.7271C45.8658 36.4976 45.717 36.3485 45.6255 36.4288C45.5111 36.5206 45.019 36.3255 44.4927 36.0387C43.9893 35.7404 43.5316 35.6257 43.4744 35.7863C43.44 35.924 43.257 35.8896 43.0968 35.683C42.7535 35.2585 41.0486 34.4783 40.591 34.5128C40.4193 34.5357 40.1219 34.4439 39.9617 34.2833C39.6527 34.0424 39.2294 33.7899 37.2499 32.677C36.6892 32.3558 36.5062 32.3558 36.5519 32.677C36.5863 32.9868 36.4032 32.9065 36.0141 32.4705C35.6823 32.1034 35.3734 31.7247 35.3276 31.61C35.259 31.4838 35.1446 31.5297 35.0873 31.7247C35.0301 31.9198 34.7899 31.8165 34.5381 31.5067C34.2978 31.2084 33.4855 30.7151 32.7875 30.3938C32.0552 30.0955 31.3801 29.671 31.3229 29.453C31.2428 29.258 30.8767 29.04 30.5334 28.9826C30.1902 28.9253 29.5036 28.6269 29.0002 28.3631C28.5082 28.1221 28.0391 27.95 27.9475 28.0303C27.8331 28.1221 27.7301 28.0877 27.6615 27.9615C27.4784 27.5943 26.5859 27.2731 26.4944 27.5714C26.4372 27.732 26.3227 27.6402 26.2426 27.3993C26.1626 27.1584 25.6477 26.8027 25.0984 26.5388C24.5492 26.3208 24.0572 26.034 23.9886 25.9078C23.9428 25.8045 23.8169 25.793 23.6796 25.8963C23.5652 25.9881 23.2906 25.8734 23.0846 25.6324C22.8901 25.38 22.5125 25.2423 22.2723 25.3226C22.0205 25.38 21.723 25.3226 21.5857 25.162C21.3111 24.8293 19.6177 24.5654 18.771 24.726C18.2675 24.8408 18.1188 25.1046 17.9128 26.4241' fill='%23C0E3F2'/%3E%3C/svg%3E");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 850px) {
  .image-grid.bolt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='103' viewBox='0 0 64 103' fill='none'%3E%3Cpath d='M20.513 100.566C19.9221 101.378 19.9042 101.33 20.2713 100.169C20.4682 99.5891 20.6384 99.4054 20.8085 99.5891C20.9517 99.7439 20.8801 100.092 20.522 100.566M19.4655 96.6498C19.2954 97.0655 19.0984 97.491 18.982 97.6263C18.7134 97.9647 18.7402 99.0187 19.0088 99.2024C19.2058 99.3281 19.2058 99.9082 19.0357 100.411C19.0089 100.488 18.982 100.643 19.0088 100.749C19.0357 100.885 18.9372 100.904 18.794 100.807C18.6776 100.73 18.5522 100.856 18.5522 101.117C18.5343 101.413 18.4209 101.423 18.212 101.146C18.0419 100.885 17.8449 100.749 17.7733 100.807C17.7017 100.885 17.5316 100.807 17.4062 100.624C17.1108 100.227 17.4331 99.096 17.8181 99.096C17.9434 99.096 18.0598 98.9123 18.0598 98.6996C18.0598 98.4869 18.1851 98.3032 18.3284 98.3032C18.4717 98.3032 18.5254 98.1195 18.4448 97.8874C18.3732 97.6747 18.4 97.5683 18.5164 97.6553C18.6328 97.7327 18.8298 97.52 18.9283 97.2106C19.0715 96.6401 19.4923 95.9536 19.6624 95.9536C19.7072 95.9536 19.6177 96.2727 19.4655 96.6691M20.0564 95.2091C20.0116 95.4701 19.8415 95.6829 19.6893 95.6829C19.5371 95.6829 19.4923 95.6055 19.5908 95.5281C19.6624 95.4508 19.6356 95.0834 19.5192 94.7353C19.3043 94.1841 19.3222 94.1261 19.7341 94.4162C20.0027 94.5999 20.128 94.919 20.0474 95.2091M25.5269 93.7394C25.4552 93.8167 25.2314 93.5073 25.0165 93.0239C24.4793 91.8442 24.533 91.7089 25.1419 92.7338C25.4284 93.2076 25.5985 93.6524 25.5269 93.7297M20.5667 91.2061C20.4951 91.5252 20.3697 91.7089 20.2981 91.6219C20.1817 91.4672 20.4235 90.6743 20.5936 90.6743C20.6383 90.6743 20.6384 90.9063 20.5667 91.1964M27.4518 89.63C26.5744 91.0514 26.4311 90.974 27.2548 89.5237C27.6219 88.8952 27.9621 88.4214 28.0069 88.4697C28.0606 88.5181 27.8099 89.0499 27.4429 89.6204M29.4932 85.9074C29.4932 86.0331 29.323 86.3522 29.1261 86.6423C28.7858 87.1161 28.7858 87.0871 29.0276 86.4102C29.3141 85.7044 29.4842 85.5207 29.4842 85.9171M21.5874 84.8825C21.659 85.0082 21.6143 85.1919 21.471 85.2983C21.3457 85.3756 21.2293 85.2693 21.2293 85.0566C21.2293 84.5828 21.3725 84.5054 21.5963 84.8728M30.3437 84.8825C30.2721 85.0372 30.0751 85.1726 29.9319 85.1726C29.7886 85.1726 29.7886 85.0179 29.9766 84.7762C30.3169 84.3314 30.6123 84.4378 30.3437 84.8825ZM23.387 84.5634C23.387 85.1919 21.0233 92.7628 21.0054 92.2697C20.9786 92.057 21.1039 91.1674 21.2472 90.2972C21.3904 89.427 21.5337 88.5374 21.5605 88.2764C21.5874 88.0346 21.7307 87.6962 21.8739 87.4835C22.0172 87.2998 22.2141 86.6713 22.3126 86.0912C22.5812 84.4087 22.6797 84.1187 23.0647 84.1187C23.2617 84.1187 23.4049 84.3314 23.3781 84.5634M21.9545 83.9833C21.9545 84.196 21.856 84.3797 21.7127 84.3797C21.5874 84.3797 21.471 84.196 21.471 83.9833C21.471 83.7706 21.5874 83.5869 21.7127 83.5869C21.856 83.5869 21.9545 83.7706 21.9545 83.9833ZM31.7583 82.0108C31.6151 82.562 31.248 82.9294 31.051 82.7263C30.9526 82.62 31.6599 81.4887 31.83 81.4887C31.8568 81.4887 31.83 81.7207 31.7583 82.0108ZM26.261 81.276C26.1894 81.4887 26.1178 81.4113 26.1178 81.1213C26.0909 80.8312 26.1625 80.6765 26.2431 80.7828C26.3147 80.8602 26.3416 81.1019 26.27 81.276M24.0943 80.3864C24.3092 80.5701 24.3361 80.7828 24.166 81.305C24.0227 81.7014 23.9511 82.0108 24.0227 82.0108C24.0675 82.0108 23.9958 82.3782 23.8526 82.8037C23.7272 83.2485 23.4855 83.5675 23.3154 83.5192C23.002 83.3838 23.0737 82.707 23.5124 81.7304C23.7272 81.2856 23.7541 80.8892 23.6108 80.5991C23.3691 80.1544 23.584 80.048 24.0943 80.3864ZM21.5874 80.6185C21.5426 81.334 21.471 81.8851 21.4441 81.8851C21.4441 81.8851 21.3725 82.2235 21.3188 82.6683C21.1755 83.8479 21.1039 84.167 20.7816 85.0082C20.6115 85.424 20.5399 85.9558 20.6115 86.1878C20.6563 86.4199 20.5667 86.9517 20.3698 87.3675C20.1728 87.7639 20.0027 88.6245 20.0027 89.2626C20.0027 89.9008 19.9042 90.4132 19.7609 90.4132C19.6356 90.4132 19.5192 90.7516 19.5192 91.1481C19.5192 91.8346 19.3222 92.231 18.2568 93.6233C18.015 93.9328 17.8181 94.2808 17.8181 94.4065C17.8181 94.5129 17.7196 94.6193 17.5763 94.6193C17.451 94.6193 17.3346 94.4355 17.3346 94.2228C17.3346 94.0101 17.4331 93.8264 17.5316 93.8264C17.9165 93.8264 18.2836 92.0956 18.1404 90.9644C18.015 90.0458 18.0688 89.8621 18.3105 90.0168C18.5254 90.1715 18.5791 90.1232 18.4269 89.9104C18.3284 89.7267 18.3553 89.3013 18.4985 89.0112C18.6149 88.7018 18.982 87.5899 19.2774 86.5939C19.7341 84.9405 20.128 83.7609 20.7637 82.1268C21.0054 81.4693 21.3278 79.8353 21.274 79.5549C21.2472 79.4485 21.3188 79.3712 21.471 79.3712C21.5874 79.3712 21.668 79.9223 21.5874 80.6088M23.387 78.5686C23.6556 78.7523 23.6556 78.8297 23.387 79.0134C22.8498 79.3808 22.438 80.3574 22.438 81.2179C22.438 81.6337 22.3126 82.0108 22.1962 82.0108C22.0261 82.0108 21.9993 81.6724 22.0977 81.0149C22.1962 80.4928 22.2678 79.8353 22.241 79.5452C22.2141 79.1004 22.626 78.3656 22.9214 78.3656C22.9931 78.3366 23.19 78.4429 23.3781 78.5783M34.1489 77.9691C33.8803 78.3656 33.6385 78.5976 33.6385 78.4913C33.6385 78.2302 34.4622 77.0409 34.5876 77.1473C34.6324 77.1956 34.4443 77.563 34.1489 77.9595M24.918 76.5478C24.7479 76.7315 24.7031 76.6735 24.7479 76.3351C24.7927 76.045 24.8464 75.6486 24.8912 75.4359C24.918 75.2231 24.9897 75.3295 25.0344 75.6679C25.106 76.0063 25.0344 76.4028 24.9091 76.5381M31.6867 73.8695C31.4002 74.2852 31.1048 74.6623 31.051 74.6623C30.9794 74.6623 31.1495 74.2949 31.436 73.8695C31.7225 73.4247 32.018 73.0766 32.0717 73.0766C32.1433 73.0766 31.9732 73.415 31.6867 73.8695ZM34.31 72.6802C34.2384 72.7575 34.0951 72.6318 34.0235 72.3708C33.8803 72.0033 33.8982 71.9743 34.1489 72.2161C34.319 72.3998 34.3906 72.6125 34.319 72.6899M32.6537 72.0517C32.6537 72.1871 32.5552 72.2838 32.4567 72.2838C32.3403 72.2838 32.2418 72.1 32.2418 71.8873C32.2418 71.6746 32.3403 71.5779 32.4567 71.6553C32.5552 71.7326 32.6537 71.8873 32.6537 72.0517ZM37.4079 72.5255C37.193 72.9703 36.9244 73.2893 36.7722 73.212C36.6468 73.1056 36.7006 72.8736 36.9154 72.6609C37.1124 72.4288 37.2825 72.0033 37.2825 71.6843C37.2825 71.2878 37.3542 71.2105 37.5511 71.4232C37.7481 71.6359 37.6944 71.9453 37.4079 72.5255ZM28.2039 69.7118C28.1323 69.9245 28.0606 69.8471 28.0606 69.5571C28.0338 69.267 28.1054 69.1123 28.177 69.2187C28.2486 69.296 28.2755 69.5281 28.2039 69.7118ZM3.94047 67.923C3.94047 68.1647 3.72558 68.2904 3.45698 68.2614C3.18838 68.2324 2.97351 68.0777 2.97351 67.894C2.97351 67.7103 3.19734 67.5556 3.45698 67.5556C3.71663 67.5556 3.94047 67.7103 3.94047 67.923ZM27.1832 67.8166C27.228 68.1551 27.425 68.5225 27.5682 68.6288C27.7831 68.7642 27.7652 69.0253 27.4966 69.6828C27.2727 70.1566 27.1563 70.7077 27.228 70.9494C27.3265 71.2395 27.2996 71.2878 27.1026 71.1041C26.9862 70.9494 26.8161 69.9245 26.7624 68.8222C26.6908 66.9271 26.9057 66.376 27.1743 67.8263M25.9924 66.9561C25.9208 67.2172 25.9477 67.5846 26.064 67.7973C26.1804 68.01 26.1357 68.4258 25.9387 68.8512C25.7417 69.2187 25.6701 69.7505 25.7417 70.0115C25.8402 70.3016 25.7149 70.6207 25.4731 70.8237C25.2314 71.0074 25.0076 71.6649 24.9359 72.3708C24.8643 73.0573 24.6942 73.6858 24.5957 73.7631C24.4704 73.8405 24.3808 74.1789 24.3808 74.556C24.3808 74.8944 24.2555 75.1845 24.1391 75.1845C23.7272 75.1845 23.4586 76.3157 23.6825 77.1086C23.8257 77.6791 23.7989 77.8435 23.5571 77.7371C23.3601 77.6597 23.1005 77.7371 22.9483 77.8918C22.6349 78.2302 22.7513 77.3407 23.1184 76.5768C23.2348 76.3157 23.3154 75.7839 23.2617 75.3972C23.2348 75.0007 23.3064 74.6043 23.4318 74.527C23.5571 74.4206 23.6556 74.1305 23.6556 73.8695C23.6556 73.5794 23.9242 72.4771 24.2644 71.4232C24.5778 70.3499 24.9001 69.1123 24.918 68.6675C24.9449 68.2227 25.0434 67.9037 25.1419 67.981C25.2403 68.0294 25.4284 67.72 25.5806 67.2945C25.8223 66.4823 26.2162 66.1632 25.9924 66.9561ZM35.5814 66.637C35.7515 66.8691 35.7784 67.0335 35.6351 67.0335C35.5098 67.0335 35.3397 66.8497 35.2412 66.637C35.1695 66.4243 35.1427 66.2406 35.1964 66.2406C35.2501 66.2406 35.4113 66.4243 35.5814 66.637ZM16.7168 66.2406C16.7884 66.376 16.7437 66.5017 16.6183 66.5017C16.4751 66.5017 16.3497 66.376 16.3497 66.2406C16.3497 66.0859 16.3945 65.9795 16.4482 65.9795C16.5198 65.9795 16.6452 66.0859 16.7168 66.2406ZM5.66845 65.7185C5.8117 65.7185 5.83856 65.8248 5.76693 65.9795C5.69531 66.1052 5.74007 66.2406 5.86542 66.2406C6.00867 66.2406 6.13402 66.3469 6.13402 66.5017C6.13402 66.637 5.91018 66.7627 5.62368 66.7627C5.35508 66.7627 5.18497 66.6564 5.28346 66.521C5.35509 66.3953 5.18497 66.2116 4.91637 66.1052C4.64777 65.9989 4.47766 65.8152 4.57614 65.6895C4.64777 65.5348 4.88951 65.4767 5.08649 65.5638C5.28346 65.6411 5.5431 65.7185 5.66845 65.7185ZM28.374 66.1149C28.2576 66.637 28.1591 66.7434 27.9353 66.4823C27.7383 66.2696 27.7383 66.1439 27.98 66.0666C28.1233 65.9892 28.2755 65.7475 28.2755 65.5154C28.2755 65.3027 28.3203 65.177 28.3919 65.2543C28.4904 65.3317 28.4635 65.7281 28.365 66.1246M9.778 65.4767C9.778 65.6121 9.67953 65.6895 9.56313 65.6121C9.44674 65.5348 9.2229 65.6411 9.05279 65.8442C8.88268 66.0569 8.6678 66.1826 8.56932 66.1052C8.47083 66.0279 8.03212 66.1052 7.62027 66.2599C7.20842 66.4146 6.74284 66.492 6.57272 66.4146C6.30412 66.3083 7.6919 65.7862 8.76629 65.5444C8.96326 65.5154 9.15128 65.4091 9.24976 65.3317C9.46464 65.0706 9.778 65.148 9.778 65.4574M24.8733 64.9256C24.8733 65.061 24.8285 65.1867 24.7748 65.1867C24.7031 65.1867 24.5778 65.0513 24.5062 64.9256C24.4345 64.7709 24.4793 64.6645 24.6047 64.6645C24.7479 64.6645 24.8733 64.7709 24.8733 64.9256ZM27.228 64.9836C27.1563 65.1963 27.0847 65.1093 27.0847 64.8289C27.0579 64.5388 27.1384 64.3841 27.2101 64.4905C27.2817 64.5678 27.3086 64.8096 27.2369 64.9933M18.1762 64.4035C18.1046 64.5292 17.836 64.6645 17.6121 64.6355C17.2719 64.6355 17.2988 64.5872 17.6838 64.4035C18.1255 64.2101 18.2866 64.2101 18.1672 64.4035M29.0097 63.8523C29.0097 64.007 28.9112 64.1908 28.7679 64.2681C28.6516 64.3455 28.5262 64.2391 28.5262 64.036C28.5262 63.804 28.6516 63.6203 28.7679 63.6203C28.9112 63.6203 29.0097 63.7266 29.0097 63.8523ZM2.99141 64.0651C3.27791 64.4325 3.27791 64.4808 2.96455 64.3551C2.76757 64.2778 2.45421 64.4131 2.2841 64.6452C2.04236 64.9836 2.04236 64.9353 2.25724 64.3261C2.59747 63.4849 2.5706 63.5139 2.99141 64.0651ZM41.8129 64.007C41.598 64.1908 41.4279 64.5292 41.4279 64.7709C41.4279 65.0126 41.3026 65.1867 41.1593 65.1867C41.034 65.1867 40.9623 65.293 41.034 65.3994C41.1056 65.5251 40.837 66.1052 40.452 66.6854C40.067 67.2655 39.7894 67.8166 39.8879 67.923C39.9596 68.0004 39.9148 68.0777 39.7447 68.0777C39.5746 68.0777 39.5298 68.1841 39.6014 68.3388C39.673 68.4645 39.5746 68.5998 39.3866 68.5998C38.9031 68.5998 38.9031 68.3678 39.3597 67.7006C39.5567 67.4105 39.7268 66.9658 39.7268 66.6757C39.7268 66.4146 39.8253 66.2599 39.9237 66.3373C40.0939 66.4436 41.1145 64.8869 40.9981 64.7032C40.9713 64.6742 41.1951 64.2874 41.4816 63.833C41.795 63.3882 42.0636 63.1755 42.1442 63.3592C42.1889 63.5429 42.0457 63.833 41.8308 63.9877M42.6366 62.8564C42.6366 63.0111 42.5381 63.0401 42.3949 62.9628C42.2785 62.8854 42.1531 62.6727 42.1531 62.547C42.1531 62.3923 42.2785 62.3633 42.3949 62.4407C42.5381 62.518 42.6366 62.7307 42.6366 62.8564ZM36.6289 62.7984C36.7006 63.1948 36.6558 63.2722 36.3603 63.1658C36.1186 63.0595 36.047 63.1078 36.1634 63.2915C36.2618 63.4752 36.235 63.6106 36.0917 63.6106C35.9485 63.6106 35.7784 63.9007 35.6799 64.2681C35.6083 64.6065 35.3844 65.032 35.1964 65.2157C34.9994 65.3704 34.9278 65.6121 34.9994 65.7378C35.0711 65.8732 34.9994 65.9795 34.8562 65.9795C34.7129 65.9795 34.6413 66.0859 34.7398 66.2116C34.8114 66.3469 34.6413 66.6274 34.3727 66.8401C34.1041 67.0238 33.9609 67.2848 34.0593 67.3622C34.131 67.4686 34.0862 67.5459 33.934 67.5459C33.549 67.5459 33.5669 67.3622 34.0772 66.55C34.319 66.1536 34.8293 65.1867 35.1964 64.3938C35.8589 63.0305 36.2887 62.2859 36.4409 62.2859C36.4678 62.2859 36.5663 62.518 36.6379 62.7887M24.3092 62.46C24.2376 62.5373 24.0227 62.5664 23.8526 62.489C23.6556 62.4117 23.7272 62.3343 23.9958 62.3343C24.2644 62.3053 24.4077 62.3923 24.3092 62.4697M22.8498 62.5664C22.823 63.1368 22.438 63.3012 22.438 62.7501C22.438 62.4407 22.6528 62.0442 22.823 62.0442C22.8677 62.0442 22.8677 62.2763 22.8498 62.5664ZM2.96455 62.5664C2.67804 63.1368 2.45422 63.2529 2.5527 62.7501C2.59747 62.489 2.96455 62.0636 3.16152 62.0442C3.18838 62.0442 3.1078 62.2763 2.96455 62.5664ZM11.4881 62.0346C11.4881 62.1699 11.3627 62.2956 11.2195 62.2956C11.1031 62.2956 11.0494 62.1699 11.121 62.0346C11.1926 61.8799 11.318 61.7735 11.3896 61.7735C11.4344 61.7735 11.4881 61.8799 11.4881 62.0346ZM5.83856 62.7501C5.5252 64.0167 5.32822 64.2488 5.49833 63.2238C5.5431 62.7791 5.62368 62.2763 5.62368 62.0926C5.65054 61.9379 5.74007 61.7832 5.86542 61.7832C6.00867 61.7832 5.99077 62.1796 5.83856 62.7501ZM14.5322 61.2514C14.4606 61.3867 14.192 61.5124 13.9682 61.4834C13.6279 61.4834 13.6548 61.4351 14.0398 61.2514C14.4815 61.058 14.6426 61.058 14.5233 61.2514M3.47489 61.174C3.20629 61.2997 3.20629 61.3577 3.47489 61.5414C3.71663 61.6961 3.645 61.7542 3.27792 61.6961C2.86607 61.6671 2.8213 61.5898 3.00932 61.3287C3.15257 61.145 3.39431 60.9903 3.54652 61.0193C3.68977 61.0193 3.66291 61.0967 3.47489 61.174ZM9.15128 61.6961C9.10651 62.2473 8.88267 62.8564 8.6857 63.0595C8.3992 63.3786 8.37234 63.3495 8.44397 62.9241C8.48874 62.663 8.54246 62.373 8.56932 62.2956C8.59618 62.2183 8.61408 62.0636 8.59618 61.9282C8.52455 61.5318 8.83791 60.7196 9.05279 60.7196C9.17813 60.7196 9.2229 61.1643 9.15128 61.6961ZM43.2006 61.2804C42.7619 61.7832 42.6903 61.7832 42.5381 61.3867C42.4396 61.0677 42.4933 60.9613 42.7351 61.0677C42.932 61.145 43.1469 61.0386 43.2186 60.8066C43.317 60.5649 43.4334 60.4682 43.5319 60.5649C43.6304 60.6712 43.4872 60.9903 43.1917 61.2804M16.8422 60.6712C16.8422 60.8066 16.672 60.9033 16.4751 60.9033C16.2781 60.9033 16.108 60.7969 16.108 60.6712C16.108 60.5649 16.2781 60.4585 16.4751 60.4585C16.672 60.4585 16.8422 60.5649 16.8422 60.6712ZM17.8181 60.1974C17.6211 60.3231 17.3525 60.4585 17.2092 60.4585C17.0839 60.4585 17.1376 60.3231 17.3256 60.1974C17.5226 60.0621 17.8091 59.9364 17.9345 59.9364C18.0777 59.9364 18.0061 60.0717 17.8091 60.1974M3.67187 60.4875C3.28687 60.7486 3.1078 60.5939 3.33164 60.2265C3.40326 60.0717 3.60024 60.0137 3.74349 60.0911C3.88675 60.1974 3.85988 60.3231 3.67187 60.4875ZM28.374 61.0096C28.0606 61.3771 27.9174 61.4254 27.7652 61.1934C27.6219 60.9516 27.4697 60.9806 27.1026 61.319C26.7982 61.6156 26.6759 61.5543 26.7355 61.1353C26.8788 60.3715 28.562 59.5109 28.7053 60.1394C28.75 60.3231 28.6068 60.7196 28.365 61.0096M13.5294 59.801C13.4309 60.0137 13.234 60.1974 13.0639 60.1974C12.8937 60.1974 12.5535 60.2748 12.3118 60.3811C12.0253 60.4875 11.9447 60.4295 12.0253 60.1684C12.0701 59.9847 12.3924 59.7527 12.7326 59.6463C13.6369 59.3562 13.6816 59.3852 13.5384 59.801M19.931 59.5689C19.8863 59.6463 19.5908 59.7237 19.2954 59.8107C19.0268 59.859 18.6597 59.9944 18.5433 60.0717C18.4 60.1491 18.3015 60.1201 18.3015 60.0234C18.3015 59.7333 19.564 59.2112 19.8326 59.3659C19.9579 59.4239 19.9758 59.5206 19.931 59.5786M21.2203 59.1435C21.0233 59.2789 20.6921 59.3852 20.4861 59.3852C20.2444 59.3852 20.2892 59.3079 20.6115 59.1435C21.274 58.8341 21.659 58.8341 21.2203 59.1435ZM6.47424 59.9654C6.06239 61.6188 5.86542 61.9379 6.01762 60.6229C6.14297 59.7236 6.52797 58.6214 6.72494 58.6214C6.76971 58.6214 6.65331 59.2305 6.4832 59.9557M9.46465 58.8825C9.3393 59.6463 9.15128 59.7527 9.15128 59.0178C9.15128 58.6504 9.24976 58.3603 9.34825 58.3603C9.44674 58.3603 9.51836 58.6021 9.47359 58.8825M4.42394 58.5634C4.42394 58.6987 4.28068 58.9888 4.11057 59.2789C3.86883 59.598 3.72558 59.6463 3.60024 59.4626C3.50175 59.2789 3.55547 59.1435 3.67187 59.1435C3.81512 59.1435 3.94047 58.9598 3.94047 58.7471C3.94047 58.5344 4.05685 58.3507 4.1822 58.3507C4.32545 58.3507 4.42394 58.457 4.42394 58.5634ZM45.0719 58.6504C45.0719 58.7761 44.9734 58.8825 44.8302 58.8825C44.7138 58.8825 44.5884 58.6987 44.5884 58.4667C44.5884 58.254 44.7138 58.1476 44.8302 58.2346C44.9734 58.312 45.0719 58.4957 45.0719 58.6504ZM38.2137 59.3272C37.775 60.1684 37.3362 60.9323 37.2109 61.0096C37.0676 61.116 37.0408 61.3771 37.1124 61.6381C37.2109 61.8702 37.184 62.0056 37.0408 61.8992C36.6737 61.6671 36.7543 61.29 37.3094 60.4585C37.5959 60.0621 37.8466 59.4046 37.8466 59.0371C37.8466 58.6697 37.9182 58.4087 38.0167 58.486C38.1152 58.5634 38.3301 58.4377 38.5002 58.2249C39.0821 57.4611 38.9837 57.8575 38.2137 59.3272ZM29.7439 57.6738C29.7439 57.7512 29.6454 57.8865 29.5021 57.9639C29.3857 58.0412 29.2604 57.9929 29.2604 57.8575C29.2604 57.7028 29.3857 57.5675 29.5021 57.5675C29.6454 57.5675 29.7439 57.6255 29.7439 57.6738ZM39.2522 57.3837C39.0105 57.6255 38.9837 57.5965 39.1359 57.229C39.2075 56.968 39.3507 56.8326 39.4224 56.91C39.494 56.9873 39.4224 57.2 39.2522 57.3837ZM16.7168 56.5232C16.6452 56.6586 16.3497 56.7843 16.108 56.7843C15.8662 56.7843 15.5708 56.9196 15.4992 57.0453C15.4007 57.2 15.2127 57.3064 15.0605 57.2774C14.7471 57.229 14.0666 57.4611 13.3772 57.8575C12.84 58.1476 12.7953 57.7512 13.3056 57.3064C14.0577 56.6199 17.0481 55.9431 16.7079 56.5135M45.9493 56.6779C45.8508 56.91 45.7255 57.0743 45.6807 56.997C45.6091 56.9196 45.6091 56.6586 45.7076 56.4168C45.8061 56.1751 45.9225 56.0204 45.9762 56.0978C46.0478 56.1751 46.0478 56.4362 45.9493 56.6779ZM13.5563 55.682C13.4847 55.7593 13.2877 55.682 13.1176 55.4983C12.8938 55.2372 12.9206 55.2082 13.2608 55.3629C13.5026 55.4403 13.6279 55.6046 13.5563 55.682ZM47.0148 55.0438C47.0148 55.2566 46.8446 55.4886 46.6298 55.566C46.3164 55.7013 46.2895 55.6723 46.4865 55.3822C46.6566 55.1695 46.7103 54.9375 46.6119 54.8601C46.5402 54.7538 46.585 54.6764 46.7372 54.6764C46.9073 54.6764 47.0237 54.8311 47.0237 55.0438M40.9355 55.9431C40.9355 56.0204 40.7654 55.8657 40.5684 55.5756C40.3714 55.3146 40.2282 54.8891 40.2013 54.6861C40.2013 54.4734 40.3714 54.6377 40.5684 55.0535C40.7654 55.4499 40.9355 55.8657 40.9355 55.9431ZM12.7057 54.8118C12.5893 54.9955 12.5088 55.1792 12.5893 55.2566C12.661 55.3339 12.5356 55.5466 12.2939 55.7497C11.9268 56.0881 11.9089 56.0688 12.079 55.595C12.1954 55.3049 12.2939 54.9375 12.2939 54.7731C12.2939 54.6087 12.4371 54.483 12.6341 54.483C12.8311 54.483 12.8758 54.5894 12.7057 54.8021M5.89228 53.8352C5.74903 53.8836 5.65054 54.1446 5.65054 54.4153C5.65054 55.2275 5.01485 56.6199 4.79998 56.2525C4.70149 56.0688 4.75521 55.8367 4.94323 55.7013C5.1402 55.566 5.15811 55.4693 5.01486 55.4693C4.84475 55.4693 4.96113 54.9955 5.25659 54.338C5.54309 53.6805 5.83856 53.3131 5.93705 53.4678C6.03553 53.6225 6.00868 53.7772 5.88333 53.8352M41.8308 53.2357C41.8308 53.4484 41.7323 53.5451 41.6159 53.4678C41.4906 53.3904 41.4727 53.2067 41.5443 53.0713C41.7592 52.7329 41.8308 52.7813 41.8308 53.2261M6.61749 51.7854C6.61749 51.9207 6.5011 52.0464 6.34889 52.0464C6.22355 52.0464 6.17878 51.9111 6.2504 51.7854C6.32203 51.6307 6.44738 51.5243 6.51901 51.5243C6.56377 51.5243 6.61749 51.6307 6.61749 51.7854ZM14.0935 50.103C14.0219 50.1803 13.798 50.2093 13.6279 50.132C13.431 50.0546 13.5115 49.9773 13.7712 49.9773C14.0398 49.9482 14.183 50.0353 14.0845 50.1126M51.3482 49.0297C51.2765 49.107 51.1333 48.9717 51.0527 48.7106C50.9094 48.3432 50.9363 48.3142 51.178 48.5559C51.3481 48.7396 51.4198 48.9523 51.3482 49.0297ZM44.8302 48.6333C44.6869 48.9233 44.5168 49.1554 44.4452 49.1554C44.4004 49.1554 44.4452 48.9233 44.5884 48.6333C44.7317 48.3432 44.9018 48.1111 44.9734 48.1111C45.0271 48.1111 44.9734 48.3432 44.8302 48.6333ZM7.08307 49.7935C6.37576 51.8724 6.25041 51.5243 6.93981 49.3004C7.23527 48.3238 7.50388 47.6954 7.54864 47.9081C7.60236 48.1208 7.37852 48.9813 7.09202 49.8032M24.6763 46.3223C24.5062 46.5061 24.3898 46.5351 24.3898 46.3707C24.3898 46.0033 24.6763 45.6842 24.8464 45.8776C24.8912 45.9549 24.8195 46.1676 24.6763 46.3223ZM12.2223 45.7422C12.2223 45.8776 12.0969 46.0033 11.9537 46.0033C11.8373 46.0033 11.7835 45.8776 11.8552 45.7422C11.9268 45.5875 12.0521 45.4811 12.1238 45.4811C12.1685 45.4811 12.2223 45.5875 12.2223 45.7422ZM47.1132 46.245C46.9431 46.4577 46.3791 45.5875 46.4776 45.2684C46.5492 45.0267 46.6745 45.1137 46.8715 45.5295C47.0416 45.8486 47.1401 46.187 47.1132 46.245ZM27.0579 45.2201C27.0579 45.3554 26.8609 45.5875 26.6191 45.7229C26.2789 45.9066 26.1804 45.8776 26.1804 45.4618C26.1804 45.1427 26.3505 44.959 26.6191 44.959C26.8609 44.959 27.0579 45.0654 27.0579 45.2201ZM8.44397 45.1427C8.37234 45.8002 7.80828 47.3763 7.69188 47.2506C7.64712 47.1926 7.71875 46.7478 7.862 46.2547C8.00525 45.7519 8.15746 45.2007 8.22909 45.017C8.35443 44.5432 8.49769 44.6206 8.44397 45.1524M12.7505 43.4313C12.5535 43.644 12.5267 43.5377 12.6252 43.0929C12.7236 42.7545 12.8221 42.6191 12.8938 42.8318C12.9475 43.0155 12.8669 43.3056 12.7505 43.441M48.8681 42.8222C48.8681 43.1412 48.6532 43.3733 48.304 43.4603C47.9907 43.5087 47.74 43.4893 47.74 43.4023C47.74 43.1122 48.1071 42.6674 48.4741 42.5127C48.6711 42.4354 48.8412 42.358 48.8412 42.358C48.8681 42.329 48.8681 42.5708 48.8681 42.8318M25.2135 41.6715C25.115 41.8843 24.9449 42.068 24.8285 42.068C24.6852 42.068 24.7031 41.9133 24.8733 41.6715C25.0434 41.4588 25.2135 41.2751 25.2583 41.2751C25.312 41.2751 25.2851 41.4588 25.2135 41.6715ZM57.0693 41.4105C56.9977 41.6425 56.8723 41.7779 56.8276 41.7005C56.7559 41.6232 56.7738 41.4685 56.8723 41.3041C57.0872 40.8883 57.2394 40.9657 57.0693 41.4105ZM29.0544 41.1978C29.0992 41.4588 28.9828 41.8553 28.759 42.068C28.562 42.2807 28.3919 42.7545 28.3919 43.0929C28.3919 43.5377 28.1502 43.8858 27.613 44.1952L26.834 44.6689L27.1026 44.0308C27.3981 43.325 27.7831 43.1606 27.8099 43.6924C27.8099 43.8761 27.9084 43.7987 28.0248 43.5087C28.2934 42.7931 28.3203 42.5321 28.0517 42.6965C27.9532 42.7738 27.9084 42.5127 27.9263 42.1163C27.9711 41.7199 27.9532 41.5652 27.8816 41.7199C27.8099 41.9036 27.6398 42.0583 27.5145 42.0583C27.3891 42.0583 27.4608 41.7682 27.6846 41.4008C28.1412 40.637 28.9201 40.5306 29.0455 41.1881M9.36616 41.3331C9.41093 41.8069 9.39302 42.387 9.26767 42.5901C9.09756 42.9092 9.04384 42.8802 9.04384 42.4644C9.01698 42.1743 8.97221 41.6232 8.92744 41.1978C8.8021 40.1728 9.21395 40.3082 9.36616 41.3331ZM57.8035 40.3565C57.7318 40.5886 57.6065 40.724 57.5617 40.6466C57.4901 40.5693 57.517 40.4146 57.6155 40.2502C57.8303 39.8344 57.9825 39.9118 57.8124 40.3565M33.8803 39.699C33.8803 39.8247 33.7818 39.9601 33.6385 39.9601C33.5132 39.9601 33.3968 39.8247 33.3968 39.699C33.3968 39.5443 33.5221 39.438 33.6385 39.438C33.7818 39.438 33.8803 39.5443 33.8803 39.699ZM29.4484 39.9601C29.2783 40.2502 29.0365 40.4823 28.9112 40.4823C28.7859 40.4823 28.8843 40.2405 29.1261 39.9601C29.3678 39.67 29.6096 39.438 29.6633 39.438C29.717 39.438 29.6185 39.6797 29.4484 39.9601ZM25.5985 39.9601C25.4552 40.2502 25.2851 40.4823 25.2135 40.4823C25.1687 40.4823 25.2135 40.2405 25.3567 39.9601C25.5 39.67 25.6701 39.438 25.7417 39.438C25.7865 39.438 25.7417 39.6797 25.5985 39.9601ZM50.5423 39.8247C49.7186 40.5403 49.3963 40.637 49.5933 40.1438C49.647 39.9601 50.0052 39.6701 50.3722 39.5153C51.3482 39.0996 51.3481 39.1189 50.5423 39.8247ZM58.9405 38.7225C58.9405 38.7708 58.6988 39.0319 58.4033 39.3316L57.8393 39.8247L58.3049 39.2156C58.7436 38.6645 58.9405 38.5098 58.9405 38.7225ZM36.0201 38.9642C35.9664 39.1189 35.7515 39.3026 35.5545 39.3316C35.3844 39.38 34.9457 39.4863 34.6055 39.5637C34.1489 39.699 34.1936 39.5927 34.8472 39.2253C35.8679 38.5968 36.1365 38.5388 36.0201 38.9642ZM55.7532 39.38C55.2876 39.9311 54.8489 40.3566 54.7504 40.2985C54.5087 40.1632 55.1891 38.7225 55.5831 38.5678C56.4336 38.2003 56.4873 38.4614 55.7532 39.38ZM52.2524 38.3841C51.7869 38.9352 51.4019 39.0706 51.4019 38.7031C51.4019 38.5678 51.6436 38.3357 51.9659 38.181C52.718 37.7846 52.7449 37.8136 52.2614 38.3937M49.0919 37.8619C49.1904 38.0166 49.1635 38.1037 49.0382 38.0746C48.9397 38.0456 48.304 38.2874 47.6504 38.5968C46.9879 38.9159 46.1463 39.1769 45.7523 39.1769C45.2241 39.1769 45.0003 39.3316 44.9018 39.699C44.8302 39.9891 44.5347 40.2792 44.2392 40.3565C43.9706 40.4049 42.753 40.724 41.5353 41.043C40.3445 41.3331 39.1269 41.5458 38.8046 41.4685C38.4912 41.4105 38.2405 41.4395 38.2405 41.5458C38.2405 41.6522 38.0973 41.7296 37.9451 41.7296C37.775 41.7586 36.8707 41.8359 35.9485 41.9423C33.2446 42.2323 34.2653 41.5265 37.1393 41.1301C37.6765 41.0527 38.1599 40.869 38.2584 40.7336C38.3569 40.5789 38.4733 40.6273 38.5539 40.8883C38.6703 41.2268 38.8225 41.2558 39.2075 41.014C39.5029 40.8593 40.1834 40.6756 40.7385 40.5983C41.3026 40.5209 41.8129 40.3372 41.9114 40.2018C41.983 40.0761 42.3949 40.0181 42.8336 40.0955C43.5409 40.2212 44.7585 39.8344 44.4899 39.5153C44.4183 39.4573 44.1228 39.5153 43.8542 39.67C43.4424 39.9311 43.3708 39.9021 43.4872 39.5637C43.5856 39.3316 43.711 39.1963 43.7826 39.2736C43.8274 39.351 44.1228 39.2736 44.4183 39.1189C44.8839 38.8578 45.7792 38.5678 47.2207 38.2197C47.5609 38.1423 47.9996 37.9876 48.1966 37.8523C48.7069 37.5429 48.877 37.5429 49.074 37.8523M10.0287 38.4131C10.0287 38.6741 9.93022 38.9159 9.81382 38.9159C9.57209 38.9159 9.30348 37.9683 9.47359 37.7556C9.71533 37.4945 10.0377 37.8909 10.0377 38.4131M28.0338 37.5912C28.0338 37.7266 27.989 37.8523 27.9353 37.8523C27.8637 37.8523 27.7383 37.7266 27.6667 37.5912C27.5951 37.4365 27.6398 37.3301 27.7652 37.3301C27.9084 37.3301 28.0338 37.4365 28.0338 37.5912ZM32.2239 36.8564C32.0538 37.0401 31.9374 37.0691 31.9374 36.9144C31.9374 36.5469 32.2239 36.2279 32.394 36.4116C32.4388 36.4889 32.3672 36.7017 32.2239 36.8564ZM47.5072 35.7831C47.5072 36.0732 47.4087 36.2279 47.2655 36.1505C47.1401 36.0732 47.0237 35.8121 47.0237 35.5994C47.0237 35.3867 47.1491 35.2319 47.2655 35.2319C47.4087 35.2319 47.5072 35.464 47.5072 35.7831ZM60.5521 35.2803C60.6506 35.464 60.6238 35.493 60.4536 35.3867C60.2835 35.2803 60.1671 35.3093 60.1671 35.464C60.1671 35.5994 59.9433 35.7057 59.6837 35.6767C59.1465 35.6477 59.0211 35.3383 59.5135 35.1546C60.0239 34.9225 60.391 34.9709 60.5611 35.2803M10.924 35.2803C10.8524 35.493 10.7808 35.4157 10.7808 35.1256C10.7539 34.8355 10.8255 34.6808 10.8972 34.7872C10.9688 34.8645 10.9957 35.1063 10.924 35.2803ZM53.685 34.7292C53.6133 34.8839 53.3179 34.9612 53.0761 34.8839C52.8075 34.8065 52.6195 34.8355 52.6195 34.9612C52.6195 35.0676 52.1092 35.2513 51.4735 35.3577C50.8199 35.435 50.0857 35.5897 49.7903 35.6477C49.4501 35.7541 49.2799 35.6477 49.2799 35.3867C49.2799 35.1546 49.3247 35.0192 49.3963 35.0676C49.45 35.1449 49.7634 35.0966 50.0768 34.9612C50.4618 34.7775 50.6587 34.8065 50.6587 34.9902C50.6587 35.2029 50.7572 35.2029 50.9721 35.0192C51.5093 34.5454 53.9446 34.2844 53.676 34.7292M27.9621 34.6035C27.8905 34.6808 27.6667 34.7098 27.5055 34.6325C27.3086 34.5551 27.3802 34.4778 27.6488 34.4778C27.9174 34.4488 28.0606 34.5358 27.9621 34.6131M54.7325 34.3424C54.6609 34.4198 54.446 34.4488 54.2759 34.3714C54.0789 34.2941 54.1505 34.2167 54.4191 34.2167C54.6877 34.1877 54.831 34.265 54.7325 34.3521M42.3232 35.0192C42.2516 35.2029 42.1979 35.0676 42.1979 34.7098C42.1979 34.3521 42.2427 34.207 42.3232 34.3714C42.368 34.5551 42.368 34.8645 42.3232 35.0289M57.893 33.8106C57.8214 33.8879 57.6065 33.917 57.4364 33.8396C57.2394 33.7622 57.311 33.6849 57.5796 33.6849C57.8482 33.6559 57.9915 33.7429 57.893 33.8203M56.3888 33.8396C56.1202 33.917 55.78 34.0717 55.6368 34.207C55.4667 34.3424 55.3682 34.2844 55.3682 34.0523C55.3682 33.7913 55.6099 33.6559 56.1203 33.6849C56.6306 33.7139 56.7291 33.7622 56.3888 33.8396ZM10.5838 33.5205C10.5122 33.7526 10.3868 33.8879 10.3421 33.8106C10.2704 33.7332 10.2973 33.5785 10.3958 33.4142C10.6107 32.9984 10.7629 33.0757 10.5928 33.5205M35.4829 33.3948C35.4829 33.7139 35.3844 33.8106 35.268 33.6849C35.1427 33.5592 35.1248 33.3175 35.1964 33.1628C35.4381 32.7663 35.4919 32.7954 35.4919 33.3948M15.3828 32.7083C15.3828 32.7857 15.2843 32.921 15.141 32.9984C15.0246 33.0758 14.8993 33.0274 14.8993 32.892C14.8993 32.7373 15.0246 32.602 15.141 32.602C15.2843 32.602 15.3828 32.6503 15.3828 32.7083ZM10.2704 32.9404C10.2704 33.0661 10.1719 33.0661 10.0287 32.9887C9.90335 32.9114 9.78697 32.6213 9.78697 32.3796C9.78697 31.9832 9.84068 31.9831 10.0287 32.3312C10.1451 32.544 10.2704 32.8244 10.2704 32.9404ZM29.3768 32.0508C29.3051 32.2055 29.1082 32.3409 28.9649 32.3409C28.8217 32.3409 28.8217 32.1862 29.0186 31.9445C29.3589 31.4997 29.6543 31.6061 29.3857 32.0508M11.7298 30.0783C11.7298 30.1364 11.5597 30.2621 11.3448 30.3394C11.1479 30.4168 11.0494 30.3878 11.13 30.233C11.2732 29.972 11.7388 29.8656 11.7388 30.0783M36.8438 30.03C36.7722 30.3684 36.5573 30.7939 36.3872 30.9776C36.2171 31.1903 36.1186 31.4223 36.1902 31.5577C36.2618 31.6834 36.2171 31.8478 36.0649 31.9541C35.6799 32.2152 35.7694 31.6641 36.3335 30.5038C36.9244 29.3242 37.0677 29.1888 36.8438 30.03ZM34.7756 29.0534C34.6771 29.2661 34.507 29.4499 34.3638 29.4499C34.2205 29.4499 34.2205 29.2661 34.4085 28.9277C34.7487 28.3476 34.9905 28.4249 34.7756 29.0534ZM12.0253 28.5796C11.882 28.628 11.8015 28.8407 11.882 28.9761C11.9805 29.1598 11.9268 29.1888 11.7567 29.0824C11.4433 28.8504 11.6313 28.3959 12.0521 28.4249C12.267 28.4249 12.2491 28.4733 12.0253 28.5796ZM37.6228 28.3959C37.2109 29.2661 36.9692 29.4499 37.2109 28.7053C37.3541 28.2606 37.775 27.6031 37.8914 27.6031C37.9361 27.6031 37.8197 27.9415 37.6228 28.3959ZM35.8948 27.6127C35.8231 27.9028 35.6799 28.1349 35.5277 28.1349C35.4023 28.1349 35.4292 27.8931 35.5724 27.6127C35.7157 27.3227 35.8679 27.0906 35.9127 27.0906C35.9574 27.0906 35.9574 27.3227 35.8858 27.6127M31.248 27.6611C31.0779 27.8448 30.9526 27.8738 30.9526 27.7094C30.9526 27.342 31.248 27.0229 31.4181 27.2163C31.4629 27.2937 31.3913 27.5064 31.248 27.6611ZM12.652 27.5354C12.7774 28.2992 12.849 28.9277 12.7953 28.9277C12.4998 28.9277 12.088 27.3227 12.1596 26.5588C12.2849 25.5049 12.3565 25.6402 12.6431 27.5354M19.3938 25.2438C19.4655 25.3792 19.4207 25.5049 19.2954 25.5049C19.1521 25.5049 19.0268 25.3792 19.0268 25.2438C19.0268 25.0891 19.0715 24.9827 19.1252 24.9827C19.1969 24.9827 19.3222 25.0891 19.3938 25.2438ZM32.4388 24.799C32.197 25.0311 32.1702 25.0118 32.3224 24.6443C32.394 24.3833 32.5373 24.2479 32.6089 24.3253C32.6805 24.4026 32.6089 24.6153 32.4388 24.799ZM39.9596 23.7935C39.9596 24.0062 39.8611 24.1899 39.7447 24.1899C39.5746 24.1899 39.3776 24.6057 39.1359 25.5049C39.0374 25.9497 38.3032 26.7909 38.1868 26.6362C37.9003 26.3461 37.9898 26.027 38.3838 26.027C38.5807 26.027 38.724 25.9497 38.6971 25.8143C38.5987 25.5242 39.3328 23.9192 39.5477 23.9192C39.673 23.9192 39.6731 23.7935 39.5925 23.6581C39.5208 23.5034 39.5656 23.397 39.691 23.397C39.8342 23.397 39.9596 23.5807 39.9596 23.7935ZM19.0357 21.2215C19.0089 21.5116 18.4 22.3528 18.2031 22.3528C18.1314 22.3528 18.0598 22.1691 18.0598 21.9563C18.0598 21.7436 18.1851 21.5599 18.3284 21.5599C18.4448 21.5599 18.4985 21.4245 18.4269 21.2988C18.3553 21.1441 18.4538 21.0378 18.6418 21.0378C18.8656 21.0378 19.0357 21.1151 19.0357 21.2215ZM38.912 20.7187C38.6703 20.9798 38.5002 21.2988 38.5002 21.4342C38.5002 21.8016 36.9692 25.1085 36.7006 25.2922C36.5842 25.3695 36.432 25.6596 36.4141 25.9206C36.3872 26.1624 36.2171 26.5008 36.0738 26.6555C35.8769 26.8682 35.8321 26.7038 35.9485 26.0463C36.0201 25.5726 36.2439 24.9924 36.432 24.7894C36.6289 24.5766 36.799 24.2382 36.799 24.0255C36.799 23.8128 36.8975 23.6581 36.996 23.6581C37.1214 23.6581 37.5064 22.9716 37.9003 22.1304C38.6524 20.448 38.9926 19.8968 39.1896 20.1096C39.2612 20.1869 39.1448 20.448 38.921 20.7187M34.6055 19.9838C34.4622 20.2739 34.2921 20.506 34.2205 20.506C34.1757 20.506 34.2205 20.2739 34.3638 19.9838C34.507 19.6938 34.6771 19.4617 34.7487 19.4617C34.7935 19.4617 34.7487 19.6938 34.6055 19.9838ZM19.1252 20.0419C18.9283 20.4383 18.7402 20.7767 18.6865 20.7767C18.6597 20.7767 18.6597 20.4383 18.7313 20.0419C18.7761 19.6261 18.973 19.278 19.1432 19.278C19.4118 19.278 19.4118 19.4134 19.1163 20.0419M42.2427 18.6205C42.0994 18.7269 41.8308 19.249 41.6786 19.7808C41.3384 20.9314 40.9265 21.3279 40.9265 20.5156C40.9265 19.8291 41.8039 18.4175 42.2158 18.4175C42.4396 18.4175 42.4396 18.4658 42.2427 18.6302M22.7513 18.7752C22.8498 19.0363 22.7782 19.1136 22.5364 19.0073C22.1694 18.8526 22.0709 18.3981 22.4111 18.3981C22.5364 18.3981 22.6797 18.5818 22.7513 18.7656M35.7515 18.5915C35.8052 18.7462 35.6351 18.9299 35.3397 19.0073C34.8025 19.162 34.7756 19.133 34.9994 18.5335C35.1695 18.0887 35.6083 18.1177 35.7515 18.5915ZM19.6356 18.9106C19.4923 19.0459 19.0268 18.6495 19.0268 18.3885C19.0268 18.2531 19.17 18.2821 19.367 18.4658C19.564 18.6495 19.6624 18.8622 19.6356 18.9106ZM42.8783 17.4602C42.8783 17.5086 42.6814 17.7213 42.4665 17.905C42.0815 18.2434 42.0546 18.2241 42.368 17.7986C42.6814 17.3829 42.8783 17.2475 42.8783 17.4602ZM40.6937 17.8083C40.5147 18.1048 40.4669 18.1048 40.5505 17.8083C40.6221 17.5472 40.6937 17.1798 40.7206 17.0155C40.7206 16.7834 40.7654 16.7834 40.8459 17.0155C40.9176 17.1992 40.8459 17.5376 40.7027 17.8083M20.128 17.0735C19.9848 17.6246 19.5192 17.8373 19.5192 17.3635C19.5192 17.2088 19.6445 17.1025 19.7609 17.1025C19.9042 17.1025 19.9758 17.0251 19.9758 16.8898C19.9042 16.4933 20.0027 16.2323 20.1459 16.3966C20.2175 16.474 20.2175 16.7931 20.1191 17.0831M43.4424 16.2323C43.3708 16.416 43.2275 16.5707 43.0753 16.5707C42.95 16.5707 42.932 16.677 43.0037 16.8317C43.0753 16.9574 43.0305 17.0928 42.8783 17.0928C42.6814 17.0928 42.6635 16.9091 42.753 16.619C42.8515 16.387 42.9231 15.9615 42.9231 15.7198C42.8962 15.3524 42.9679 15.3234 43.2186 15.5941C43.4155 15.7488 43.4872 16.0679 43.4334 16.2226M20.3966 15.6715C19.931 16.1452 19.8863 15.9615 20.2981 15.1783C20.4682 14.8109 20.6115 14.7336 20.6652 14.9173C20.7368 15.101 20.5936 15.4394 20.3966 15.6811M22.1962 14.7046C22.1962 14.8593 22.0977 15.0236 21.9993 15.101C21.8739 15.1783 21.7754 15.072 21.7754 14.8689C21.7754 14.6659 21.8739 14.4725 21.9993 14.4725C22.0977 14.4725 22.1962 14.5789 22.1962 14.7046ZM44.3646 14.7046C43.9527 15.5458 43.6125 15.362 43.9259 14.4725C44.0691 14.0277 44.293 13.786 44.4094 13.9214C44.5347 14.0567 44.5078 14.3951 44.3646 14.7142M35.0173 16.1259C34.4533 17.3055 33.925 18.3304 33.8534 18.4175C33.7549 18.4948 33.6117 18.9396 33.5132 19.394C33.4416 19.8678 33.2715 20.2643 33.1461 20.2643C33.0476 20.2643 32.9044 20.477 32.8327 20.709C32.7611 20.9701 32.4925 21.6083 32.2239 22.1014C31.4897 23.5711 30.9794 24.8087 30.8093 25.5726C30.7377 25.9883 30.5676 26.3074 30.4691 26.3074C30.3437 26.3074 30.1736 26.5685 30.102 26.8876C30.0035 27.226 29.4663 28.541 28.8843 29.856C27.8099 32.3022 27.228 33.6656 26.3506 35.8218C26.0641 36.5083 25.9118 37.2431 26.0103 37.5042C26.1088 37.7652 26.064 37.9006 25.9387 37.7942C25.8134 37.7169 25.5537 38.0263 25.3746 38.4808C25.1777 38.9545 24.8106 39.641 24.5688 40.0278C24.3002 40.4436 24.157 40.7626 24.2555 40.7626C24.3271 40.7626 24.2823 40.9947 24.1301 41.3138C23.96 41.6038 23.7899 42.155 23.7451 42.5224C23.6735 42.8898 23.4765 43.441 23.3064 43.731C23.1095 44.0404 22.9662 44.785 22.9662 45.3554C22.9931 45.9356 23.0378 46.1676 23.0916 45.8776C23.1632 45.5875 23.3064 45.2684 23.4318 45.1911C23.5571 45.1137 23.7004 44.8236 23.7451 44.5336C23.8436 44.0598 24.5957 42.329 24.7211 42.329C24.8912 42.329 24.6226 44.1661 24.354 44.8236C24.1839 45.2491 24.0406 45.7229 24.0137 45.8776C24.0137 46.0033 23.9153 46.2933 23.7899 46.4867C23.6914 46.6994 23.6914 46.9315 23.7899 47.0669C24.0317 47.2989 26.5654 46.8058 26.5654 46.5157C26.5654 46.4094 26.7624 46.361 27.0041 46.3804C27.219 46.4287 28.1233 46.332 29.0007 46.1193C30.6839 45.7229 32.8685 45.3264 34.4712 45.0944C36.1544 44.8817 37.0766 44.727 37.4884 44.5916C37.7033 44.5142 38.5808 44.3789 39.4582 44.3015C41.1145 44.1178 41.6965 43.8277 41.5085 43.2476C41.4369 43.0639 41.4816 42.8318 41.6249 42.7255C41.795 42.6191 41.8935 42.8318 41.8935 43.2476C41.8935 43.8277 41.9651 43.9341 42.3322 43.7697C42.5471 43.6634 43.0126 43.5377 43.3529 43.5087C43.9348 43.4313 44.669 43.2766 46.0299 42.9865C46.4417 42.8802 46.5402 42.9092 46.3254 43.0639C46.1284 43.1896 45.9851 43.4023 45.9583 43.5377C45.9314 43.673 45.8329 43.7504 45.7344 43.7214C45.618 43.673 45.5643 43.7214 45.5643 43.8567C45.6359 44.3015 45.5106 44.6399 45.054 45.2201C44.7854 45.5392 44.6421 45.9356 44.7406 46.0903C44.8391 46.245 44.7675 46.274 44.5974 46.1676C44.4004 46.0323 44.2571 46.1386 44.1587 46.4867C44.087 46.7768 43.8901 47.0959 43.6931 47.1732C43.4961 47.2506 43.3529 47.5116 43.3529 47.7244C43.3529 47.9854 43.2275 48.0628 43.0574 47.9564C42.8873 47.8211 42.8604 47.8791 42.9589 48.0918C43.0843 48.2755 42.9589 48.6429 42.7172 48.933C42.5023 49.1941 42.3769 49.5131 42.4486 49.5905C42.5202 49.6969 42.4486 49.9289 42.2516 50.1126C42.0546 50.3253 40.4699 53.11 38.724 56.3395C36.9692 59.5496 35.4202 62.3536 35.2949 62.5664C35.1695 62.7791 34.9278 63.2529 34.7846 63.6203C34.6144 63.9877 34.1757 64.8289 33.7907 65.5154C33.4058 66.2019 33.1819 66.9078 33.2804 67.0625C33.3789 67.2462 33.352 67.2945 33.2088 67.2172C32.8954 67.0044 32.3314 68.2904 32.5462 68.6579C32.6447 68.8416 32.591 68.8706 32.4478 68.7642C32.2776 68.6579 31.8837 69.18 31.4271 70.1856C31.0152 71.0558 30.6481 71.7616 30.5765 71.7616C30.3795 71.7616 30.6481 69.8375 30.872 69.6828C30.9884 69.6054 31.1137 69.209 31.1406 68.8126C31.1674 68.4161 31.3554 67.6039 31.5793 66.9754C31.7763 66.347 32.1612 65.1286 32.4298 64.2681C32.6716 63.3979 33.0118 62.4793 33.164 62.2183C33.3073 61.9282 33.361 61.6671 33.2894 61.5898C33.2177 61.5124 33.3878 60.9806 33.6564 60.4102C33.925 59.859 34.0683 59.2499 33.9698 59.1242C33.8713 58.9695 33.9161 58.7568 34.0683 58.6504C34.2115 58.573 34.3638 58.1766 34.4354 57.8382C34.5786 56.7359 35.1695 54.9471 35.3397 54.9471C35.6083 54.9471 35.9753 53.3711 36.1902 51.476C36.2171 51.0795 36.1186 50.5767 35.9664 50.3157C35.7246 49.9482 35.5993 49.9482 35.3128 50.2383C35.1158 50.451 34.5786 50.6057 34.122 50.6348C33.6654 50.6638 32.5194 50.8668 31.5703 51.1085C30.6481 51.3406 29.7438 51.5823 29.5737 51.6307C29.4036 51.6597 29.1888 51.7564 29.1082 51.8627C29.0097 51.9691 28.6695 52.0464 28.3561 52.0464C28.0159 52.0464 27.5772 52.1528 27.3623 52.2785C27.1474 52.4139 26.3416 52.5879 25.6074 52.6943C24.8733 52.8006 24.2465 52.9553 24.2018 53.0617C24.1749 53.197 23.8615 53.2164 23.4945 53.139C23.1542 53.0617 22.9304 53.11 23.011 53.2454C23.0826 53.3711 22.8856 53.5065 22.626 53.5355C21.0681 53.6902 20.316 53.8545 19.7251 54.1156C19.3401 54.2703 19.0447 54.3283 19.0447 54.251C19.0447 54.1446 18.8746 54.222 18.6776 54.4057C18.3821 54.6667 18.3105 54.6667 18.3105 54.3767C18.3105 54.1156 18.2389 54.0866 18.1135 54.2993C18.015 54.483 17.5495 54.6667 17.0928 54.7441C16.6273 54.8215 15.8036 55.0342 15.2664 55.1599C13.9323 55.5273 13.9323 55.5563 13.9323 54.6377C13.9323 54.222 14.0308 53.9029 14.1293 53.9802C14.2278 54.0383 14.3263 53.7192 14.3442 53.2454C14.3442 52.7716 14.5412 51.9787 14.7292 51.4856C14.9441 50.9828 15.1947 50.1223 15.2664 49.5131C15.338 48.933 15.5081 48.0724 15.6335 47.589C15.7588 47.1442 15.8752 46.6704 15.9021 46.5641C15.9289 46.4577 16.0453 46.0903 16.1707 45.7229C16.296 45.3554 16.4661 44.7463 16.5377 44.3305C16.6094 43.9341 16.7526 43.5377 16.878 43.4603C16.9765 43.4023 17.0212 43.1702 16.9496 42.9865C16.878 42.8028 16.9944 42.1163 17.1645 41.4878C17.5047 40.4339 17.7733 39.3026 17.827 38.8288C17.8539 38.5194 18.5612 35.9088 18.7313 35.464C18.9462 34.8259 19.0715 34.3327 19.0984 33.6752C19.0984 33.3562 19.1969 33.0177 19.2954 32.9597C19.4207 32.8824 19.4386 32.5923 19.367 32.3022C19.2954 32.0122 19.367 31.7801 19.5102 31.7801C19.6535 31.7801 19.7788 31.6254 19.7788 31.4127C19.7788 31.2 19.8952 30.7068 20.0474 30.2814C20.1907 29.885 20.2623 29.5465 20.2444 29.5465C20.2265 29.5465 20.316 29.2855 20.4861 28.9374C20.6563 28.6183 20.8264 27.9125 20.898 27.3903C20.9428 26.8682 21.095 26.3171 21.2114 26.1527C21.4262 25.8336 21.847 24.1512 21.7754 23.8418C21.7486 23.7354 21.9455 23.2133 22.2141 22.7105C22.4827 22.1884 22.7513 21.4439 22.7782 21.0571C22.823 20.6607 22.9931 20.0805 23.1632 19.7421C23.3064 19.423 23.3781 19.162 23.2885 19.162C23.2169 19.162 23.2617 19.0073 23.4049 18.8236C23.6198 18.5045 23.8436 17.7213 23.8884 16.9284C23.9153 16.561 25.0344 16.0582 26.5923 15.7198C28.3024 15.3814 28.6605 15.275 28.6605 15.1977C28.6605 15.1687 28.8754 15.1203 29.144 15.0913C29.4126 15.0623 30.0662 14.9076 30.6034 14.7529C31.6061 14.4628 32.1881 14.3275 34.131 14.0374C34.7398 13.931 35.277 13.8247 35.3039 13.7763C35.3486 13.7183 35.5456 13.7473 35.7426 13.8247C35.9843 13.902 35.8142 14.4822 35.0353 16.0872M30.666 13.3316C30.4243 13.3896 30.0304 13.3896 29.8155 13.3316C29.5737 13.2542 29.7707 13.2058 30.2273 13.2058C30.684 13.2058 30.8899 13.2542 30.666 13.3316ZM37.6228 14.0761C37.381 14.5692 37.0945 14.9946 36.9871 14.9946C36.8617 14.9946 36.7901 15.2073 36.7901 15.4684C36.7901 15.7585 36.5752 16.2323 36.3066 16.5707C36.038 16.8801 35.8948 17.2765 35.9664 17.3829C36.038 17.5086 35.9216 17.6149 35.7247 17.6149C35.2143 17.6149 35.2412 17.2959 35.7694 16.532C36.0112 16.1936 36.3603 15.5361 36.5484 15.1107C36.7453 14.6659 37.005 14.2404 37.1572 14.1341C37.2825 14.0277 37.3004 13.9214 37.184 13.9214C37.0676 13.9214 37.1572 13.6893 37.3989 13.3992C38.0346 12.6354 38.151 12.9835 37.6138 14.0567M34.8472 12.6257C34.8472 12.7804 34.7487 12.8578 34.6324 12.7804C34.5339 12.7031 34.0951 12.7514 33.6564 12.8868C32.9939 13.0995 32.6805 12.9351 33.0208 12.5967C33.2625 12.3356 34.8472 12.355 34.8472 12.6257ZM32.6537 12.7611C32.6537 13.0028 32.5104 13.0801 32.2418 12.9738C31.9732 12.8674 31.9016 12.8964 32.0269 13.1092C32.1254 13.2929 32.0538 13.4282 31.83 13.4282C31.0242 13.4282 31.5882 12.6644 32.6089 12.4033C32.6358 12.3743 32.6537 12.558 32.6537 12.7707M42.9768 10.8369C42.7082 11.1754 42.1263 12.0746 41.6875 12.8094C41.2488 13.5733 40.837 14.2018 40.7922 14.2018C40.5236 14.2018 42.5471 10.5179 42.8604 10.4405C43.0753 10.3631 43.2991 10.3051 43.3439 10.2858C43.4155 10.2858 43.2275 10.5179 42.9768 10.8369ZM24.9897 10.5275C24.918 10.6629 24.6942 10.7886 24.5509 10.7886C24.3808 10.7886 24.4077 10.6822 24.6226 10.5275C25.0792 10.2181 25.1866 10.2181 24.9897 10.5275ZM18.1583 10.8176C18.0867 10.9433 17.9165 11.0013 17.7912 10.924C17.6659 10.8176 17.5763 10.8756 17.5763 11.0303C17.5763 11.156 17.7733 11.3204 17.9882 11.3687C18.3284 11.4267 18.2747 11.5814 17.7196 12.2389L17.0391 13.0318L17.1824 12.1326C17.254 11.6588 17.3256 11.0303 17.3256 10.7886C17.3256 10.4502 17.4689 10.3438 17.8091 10.4502C18.0777 10.5275 18.221 10.6822 18.1493 10.8176M45.6539 11.8135C45.0182 13.0995 44.66 13.6023 44.4094 13.4959C44.2124 13.4186 44.1407 13.2639 44.2661 13.1768C44.7048 12.8674 45.5285 11.3881 45.3853 11.2043C45.3136 11.127 45.3584 11.0497 45.5017 11.0497C45.6718 11.0497 45.7971 10.8949 45.7971 10.6822C45.7971 10.3631 45.9941 10.1794 46.4776 10.0247C46.5044 9.99573 46.1373 10.8176 45.6539 11.8135ZM26.3326 10.1021C26.3326 10.1504 26.1178 10.2568 25.8492 10.3341C25.5806 10.4115 25.4105 10.3631 25.5089 10.2278C25.6253 9.99572 26.3326 9.88936 26.3326 10.0924M20.7368 9.70566C20.7368 9.84102 20.4414 10.0247 20.0743 10.1214C19.6893 10.1988 19.2237 10.5179 19.0268 10.8079C18.7641 11.156 18.6328 11.156 18.6328 10.8079C18.6328 10.5179 18.7044 10.3341 18.8029 10.4115C18.9014 10.4598 19.0984 10.3341 19.2685 10.1214C19.4386 9.9087 19.6535 9.783 19.752 9.86035C19.8684 9.9377 20.0206 9.88936 20.1191 9.72499C20.316 9.41558 20.7279 9.38657 20.7279 9.69598M21.3636 9.87003C21.2203 10.4792 21.2651 10.4985 21.9455 10.3631C22.5544 10.2374 22.6797 10.2858 22.6528 10.6822C22.6528 11.0013 22.5812 11.0497 22.5096 10.8369C22.4111 10.6049 22.1694 10.6822 21.5605 11.1753C21.1039 11.5428 20.7368 11.7265 20.7368 11.6008C20.7368 11.4461 20.5667 11.3107 20.3698 11.3107C19.8326 11.3107 19.931 10.8659 20.4861 10.7016C20.7547 10.6242 20.9696 10.3341 20.9696 10.0731C20.9696 9.57028 21.1666 9.20286 21.4083 9.20286C21.4621 9.20286 21.4352 9.49293 21.3636 9.86035M38.8404 9.33823C38.912 9.55095 38.8673 9.73466 38.7419 9.73466C38.5987 9.73466 38.5002 9.55095 38.5002 9.33823C38.5002 9.12551 38.5449 8.94179 38.5987 8.94179C38.6434 8.94179 38.7419 9.12551 38.8404 9.33823ZM23.1721 8.95147C23.1721 9.28989 22.1783 9.74433 21.856 9.53161C21.7307 9.48326 21.9008 9.24154 22.2231 9.05783C22.9304 8.64206 23.1721 8.61306 23.1721 8.95147ZM43.8542 8.95147C43.6573 9.08684 43.4424 9.13519 43.3976 9.05783C43.326 8.98048 43.4245 8.82577 43.6125 8.6904C43.8095 8.55504 44.0244 8.50669 44.0691 8.58404C44.1407 8.6614 44.0423 8.82578 43.8542 8.95147ZM30.4959 8.57438C30.4959 8.75809 28.8933 9.33823 27.5503 9.6283C27.0847 9.73466 27.1653 9.65731 27.792 9.30922C28.2576 9.07717 28.8127 8.83544 29.0097 8.81611C29.2067 8.81611 29.5917 8.6614 29.8602 8.49703C30.3437 8.17795 30.5228 8.20696 30.4959 8.57438ZM47.3371 8.68073C47.1401 9.41557 46.773 9.59929 46.773 8.9708C46.773 8.66139 46.8984 8.41967 47.0416 8.41967C47.167 8.41967 47.2117 8.2843 47.1132 8.10059C47.0147 7.94589 47.0416 7.88787 47.2117 7.96523C47.3371 8.07158 47.4087 8.38099 47.3371 8.68073ZM36.6289 8.29397C36.5573 8.52603 36.432 8.6614 36.3872 8.58404C36.3156 8.50669 36.3335 8.35198 36.432 8.18761C36.6468 7.77184 36.799 7.84919 36.6289 8.29397ZM38.7419 7.47209C38.7419 7.54945 38.6434 7.68482 38.5002 7.76217C38.3748 7.83952 38.2584 7.79117 38.2584 7.65581C38.2584 7.5011 38.3748 7.36575 38.5002 7.36575C38.6434 7.36575 38.7419 7.42375 38.7419 7.47209ZM33.925 7.66549C33.8265 7.74284 33.4416 7.92654 33.0208 8.00389C32.3672 8.18761 32.3403 8.15861 32.7342 7.8492C33.173 7.51078 34.2921 7.32707 33.925 7.66549ZM32.0717 8.08125C31.83 8.34231 31.6151 7.94589 31.83 7.60747C31.9732 7.3174 32.0269 7.3174 32.1254 7.60747C32.1702 7.79119 32.1523 8.0039 32.0717 8.08125ZM28.177 7.54945C27.9084 7.83952 23.8974 8.91278 23.8974 8.68073C23.8974 8.57437 24.1928 8.41967 24.5778 8.31331C24.9449 8.23596 25.7955 7.97489 26.449 7.79117C27.8099 7.37541 28.4456 7.29806 28.177 7.55913M29.2514 7.36575C28.7679 7.70417 28.4456 7.70417 28.6426 7.36575C28.7142 7.21104 28.9828 7.10468 29.2066 7.10468C29.5737 7.10468 29.5737 7.15303 29.2514 7.36575ZM31.2032 6.94997C31.2032 7.24004 30.7377 7.34641 30.5944 7.10468C30.5228 6.96931 30.6213 6.84361 30.8093 6.84361C31.0331 6.84361 31.2032 6.89196 31.2032 6.94997ZM41.9114 6.84361C41.7681 7.13368 41.4727 7.36575 41.2309 7.36575C41.016 7.36575 40.5684 7.44309 40.2819 7.52044C39.9417 7.6268 39.7178 7.56879 39.7178 7.38508C39.7178 7.17236 40.9355 6.62122 42.0994 6.33115C42.1263 6.30215 42.0457 6.54388 41.9024 6.83395M34.122 6.10877C33.6654 6.24414 32.9044 6.47619 32.4657 6.60189C32.009 6.75659 31.5882 6.8146 31.5166 6.73725C31.4181 6.6599 31.5435 6.58254 31.7583 6.58254C32.0001 6.58254 32.1702 6.47618 32.1702 6.36982C32.1702 6.26346 32.582 6.13778 33.0745 6.10877C33.5848 6.06042 34.0235 5.9734 34.0952 5.92505C34.1489 5.8477 34.3637 5.78969 34.5786 5.81869C34.7935 5.8477 34.5786 5.9444 34.1131 6.10877M45.8777 5.95406C45.4927 6.61156 44.9018 6.93063 44.7317 6.61155C44.5168 6.24412 45.2957 5.29657 45.7792 5.35458C46.1911 5.38359 46.1911 5.43193 45.8777 5.96372M36.5573 5.52862C36.0738 5.86704 35.5814 5.86704 35.5814 5.52862C35.5814 5.37392 35.8769 5.26755 36.2618 5.26755C36.7722 5.26755 36.8438 5.3159 36.5573 5.52862ZM38.5987 5.13219C38.5002 5.3449 38.1868 5.52862 37.8466 5.52862C37.5332 5.52862 37.3094 5.42226 37.4079 5.26755C37.4795 5.13218 37.7033 5.08384 37.8734 5.16119C38.0704 5.23854 38.2853 5.19021 38.3838 5.0355C38.6076 4.61007 38.7509 4.69709 38.6076 5.14186M40.5684 4.74543C40.4968 4.8808 40.2998 5.0065 40.1834 5.0065C40.0401 5.0065 40.0133 4.8808 40.0849 4.74543C40.1565 4.59072 40.3535 4.48436 40.4699 4.48436C40.6131 4.48436 40.64 4.59072 40.5684 4.74543ZM42.3232 4.378C42.2516 4.45535 42.0278 4.48436 41.8577 4.40701C41.6607 4.32965 41.7413 4.25231 42.0009 4.25231C42.2695 4.22331 42.4128 4.30065 42.3143 4.378M44.5884 3.79787C44.5884 3.87522 44.4899 4.01057 44.3467 4.08793C44.2213 4.16528 44.1049 4.11695 44.1049 3.98158C44.1049 3.82688 44.2213 3.69151 44.3467 3.69151C44.4899 3.69151 44.5884 3.73985 44.5884 3.79787ZM45.6807 3.69151C45.6091 3.82687 45.3405 3.95256 45.1167 3.95256C44.7496 3.95256 44.7496 3.90423 45.0719 3.69151C45.5554 3.35309 45.8777 3.35309 45.6807 3.69151ZM47.9459 3.29507C47.731 3.47878 46.003 3.63349 46.191 3.42077C46.4328 3.15971 47.5251 2.94698 47.8206 3.11136C47.9369 3.1597 47.9907 3.24673 47.937 3.29507M43.6841 4.00091C43.6394 4.13627 43.3976 4.21363 43.1738 4.18462C42.9052 4.18462 42.8873 4.10727 43.0753 4.02991C43.2186 3.9719 43.3708 3.6625 43.3887 3.34342C43.3887 2.79228 43.4155 2.79228 43.5856 3.29507C43.702 3.58514 43.7558 3.90422 43.6841 4.00091ZM49.3068 3.034C49.1635 3.44977 48.7248 3.58514 48.7248 3.21772C48.7248 2.92765 48.9934 2.64725 49.2352 2.64725C49.3605 2.64725 49.3784 2.83096 49.3068 3.04368M48.4294 0.142966C48.3577 0.220319 48.0891 0.326668 47.8474 0.40402C47.5788 0.462034 47.0148 0.645751 46.5581 0.771449C46.0926 0.926154 45.6539 1.00351 45.6091 0.926157C45.5375 0.877812 45.2957 0.926161 45.0271 1.08087C44.7585 1.23557 44.2482 1.41927 43.908 1.47729C43.5409 1.55464 42.5023 1.7867 41.5532 1.99942C40.6311 2.24115 39.6283 2.44419 39.3597 2.5022C39.0911 2.55055 38.8762 2.60856 38.8762 2.63757C38.8762 2.66658 38.7061 2.71493 38.5091 2.76327C38.3122 2.81162 37.4168 3.02434 36.5394 3.26607C35.6441 3.47879 34.6413 3.71084 34.3548 3.78819C34.0414 3.8462 33.1103 4.10727 32.3045 4.33933C31.4987 4.57139 29.9229 4.99682 28.7769 5.23855C27.6309 5.49961 26.4401 5.86704 26.0999 6.05076C25.7596 6.23447 25.4373 6.38916 25.3657 6.34082C25.2941 6.31181 24.7569 6.38917 24.148 6.49553C23.5392 6.60188 22.8856 6.70825 22.6887 6.70825C22.053 6.75659 20.1638 7.39474 19.8684 7.65581C19.7251 7.78151 19.5281 7.81052 19.4565 7.70416C19.358 7.6268 19.2864 7.67515 19.2864 7.85886C19.2864 8.04258 19.1611 8.09093 19.0178 7.98457C18.8746 7.90721 18.409 8.09091 18.024 8.40999C17.6121 8.74841 17.3614 8.82577 17.4599 8.64206C17.6569 8.32298 17.6032 8.32298 17.263 8.64206C17.0481 8.82577 16.8511 9.22219 16.8511 9.51226C16.8511 9.77333 16.681 10.0634 16.484 10.1408C16.2871 10.2471 16.1169 10.4018 16.1169 10.5082C16.1169 10.6145 15.8752 11.272 15.5797 11.9779C15.2664 12.6837 15.0157 13.3702 14.9978 13.5249C14.9709 13.844 14.7292 14.5208 14.2636 15.6521C14.0666 16.0969 13.8965 16.706 13.8518 16.9671C13.8249 17.2572 13.7085 17.5956 13.6369 17.76C13.2519 18.4175 12.7595 20.3319 12.8848 20.6994C12.9833 20.9604 12.9296 21.0378 12.7684 20.9121C12.455 20.6994 12.2849 20.9701 12.1059 22.0917C12.0342 22.5945 11.7388 23.223 11.4702 23.5421C11.2284 23.8321 11.0583 24.1512 11.13 24.2286C11.2284 24.3059 11.1031 24.8087 10.9061 25.3308C10.7092 25.853 10.6196 26.2784 10.6912 26.2784C10.7629 26.2784 10.6644 26.5395 10.4764 26.8585C10.1093 27.4677 9.84068 28.4056 9.6258 29.7786C9.58103 30.1944 9.38407 30.9582 9.21395 31.4804C9.01698 32.0895 8.97221 32.747 9.09756 33.1918C9.24081 33.7719 9.21395 33.8783 8.97221 33.6656C8.75733 33.4528 8.48874 34.062 7.85305 36.2182C7.41434 37.7652 6.93086 39.1092 6.80552 39.1866C6.68913 39.2929 6.6354 39.583 6.73389 39.8151C6.80552 40.0761 6.73388 40.5499 6.51901 40.9174C6.29517 41.2558 6.20565 41.6522 6.27728 41.7876C6.3489 41.9229 6.27727 42.1066 6.13402 42.184C6.01763 42.2904 5.93704 42.5514 6.01762 42.7641C6.11611 42.9962 6.06239 43.3153 5.91914 43.499C5.77588 43.6827 5.63264 44.4465 5.60578 45.1524C5.57892 45.8872 5.48043 46.4094 5.40881 46.361C5.33718 46.332 5.11334 47.0475 4.94323 48.0144C4.74626 48.962 4.45975 49.7742 4.30754 49.8612C4.13743 49.9096 4.01208 50.306 4.01208 50.6734C4.03894 51.0699 3.84197 51.7757 3.6271 52.2495C3.06304 53.4098 0.0278694 66.3663 0.00100949 67.6523C-0.0258504 68.6482 0.48449 69.3637 1.38877 69.5764C1.53203 69.6054 1.92597 69.6828 2.23933 69.7601C2.5527 69.8375 2.94664 69.8085 3.08989 69.7311C3.23315 69.6248 3.75244 69.5184 4.20905 69.4701C4.67463 69.441 5.28345 69.3444 5.56996 69.2863C5.83856 69.209 6.66227 69.0736 7.39644 68.9963C8.13061 68.8899 8.88268 68.7642 9.07965 68.6772C9.27662 68.5998 9.91231 68.4935 10.4674 68.4451C11.0315 68.3678 11.8999 68.1841 12.4192 67.9714C12.9296 67.7876 13.4847 67.6813 13.6548 67.7296C13.798 67.807 13.9502 67.7006 13.9502 67.5169C13.9502 67.3332 14.0219 67.2848 14.1204 67.3622C14.192 67.4686 14.4069 67.4105 14.6038 67.2558C14.7739 67.1011 14.9172 67.0238 14.9172 67.1011C14.9172 67.1785 15.2843 67.1301 15.723 66.9948C16.1348 66.8401 16.9854 66.6274 17.6032 66.492C18.212 66.3663 19.1342 66.1246 19.6714 65.9698C20.2086 65.8151 20.7637 65.6508 20.889 65.6314C21.0323 65.6024 21.2561 65.4961 21.3725 65.3994C21.8829 65.0803 23.199 64.8966 23.199 65.1673C23.199 65.293 23.1005 65.4767 22.9841 65.5638C22.8588 65.6411 22.6887 66.1729 22.5991 66.695C22.5006 67.2462 22.3305 67.778 22.1873 67.8553C22.044 67.9617 21.9008 68.3291 21.8739 68.6965C21.8202 69.035 21.7038 69.5667 21.5605 69.8278C21.4352 70.1179 21.2651 70.669 21.2472 71.1138C21.2024 71.5392 21.1039 71.955 21.0054 72.0323C20.8801 72.1677 19.8594 75.4262 19.6893 76.2384C19.6445 76.4511 19.4476 77.1376 19.2506 77.7371C19.0357 78.3172 18.9104 78.8684 18.982 78.9457C19.0268 78.9941 18.9104 79.5742 18.7134 80.1834C18.4896 80.8119 18.4 81.4983 18.4448 81.6821C18.5164 81.8658 18.4179 82.1849 18.2031 82.3976C18.0061 82.6103 17.8897 82.9004 17.9076 83.0067C17.9524 83.1131 17.8628 83.6932 17.6927 84.2637C17.5495 84.8438 17.2809 86.0235 17.1108 86.8937C16.9406 87.7639 16.7705 88.5761 16.7437 88.7308C16.6989 88.8565 16.5288 89.5237 16.3766 90.1715C16.0632 91.5155 15.329 93.72 14.6755 95.2961C14.4337 95.9052 14.2099 96.8431 14.1383 97.3943C14.0845 97.9744 13.8428 98.922 13.6011 99.5021C13.0907 100.74 13.1176 101.156 13.7264 101.842C14.183 102.364 14.4069 102.422 17.1108 102.683C18.4448 102.819 18.7402 102.79 19.0088 102.364C19.3043 101.919 19.3222 101.948 19.3222 102.5C19.3222 103.234 20.0027 103.157 20.6563 102.287C20.9249 101.948 21.3904 101.368 21.7038 101.03C21.9903 100.691 22.1873 100.266 22.1156 100.131C22.0172 99.9952 22.0709 99.8986 22.2141 99.8986C22.3305 99.8986 22.6528 99.5601 22.8677 99.1347C23.1095 98.6899 23.3781 98.3999 23.5034 98.4772C23.6019 98.5546 23.7004 98.4482 23.7004 98.2451C23.7004 98.0421 23.969 97.5296 24.3092 97.1139C24.9897 96.2437 25.0165 96.1663 24.6942 94.9577C24.5509 94.4355 24.5509 94.1648 24.6942 94.2518C24.8195 94.3582 24.9091 94.6483 24.9091 94.9383C24.9091 95.1994 25.0523 95.4411 25.2224 95.4411C25.5358 95.4411 26.7803 93.6233 26.6818 93.2849C26.6371 93.1786 26.7087 93.0722 26.8519 93.0722C26.9683 93.0722 27.0221 92.8885 26.9504 92.6758C26.8519 92.4631 26.9236 92.2793 27.0937 92.2793C27.3623 92.2793 28.6515 90.8096 28.5083 90.6453C28.4546 90.5969 28.7948 90.0748 29.2425 89.4657C29.6543 88.8855 30.0214 88.286 30.0214 88.1217C30.0214 87.9863 30.1915 87.7832 30.4064 87.7059C30.6213 87.5995 30.7466 87.4642 30.675 87.3675C30.5765 87.2901 30.7019 87.0484 30.9436 86.8453C31.1853 86.6133 31.2122 86.5359 30.9884 86.6616C30.7198 86.8163 30.7466 86.7196 31.06 86.3232C31.2749 86.0331 31.4718 85.6947 31.4718 85.5303C31.4718 85.366 31.6419 85.1146 31.8389 84.9212C32.0359 84.7375 32.206 84.3701 32.206 84.08C32.206 83.8189 32.3045 83.6352 32.4209 83.7126C32.6179 83.8673 32.9044 83.4225 32.8327 83.0261C32.8327 82.9487 33.0745 82.5523 33.3968 82.1849C33.737 81.8174 33.9071 81.4984 33.7818 81.4984C33.6833 81.4984 33.8355 81.2856 34.0952 80.9956C34.3906 80.7345 34.5607 80.4444 34.4622 80.3381C34.3638 80.2607 34.507 79.9996 34.7756 79.8159C35.0173 79.6032 35.2322 79.3422 35.2322 79.2068C35.2591 78.8394 35.841 77.8144 36.3514 77.2633C36.62 76.9732 36.8886 76.3931 36.9871 75.9773C37.0587 75.5325 37.3273 75.1361 37.5959 75.0298C37.8645 74.9524 38.0077 74.7107 37.9361 74.5076C37.8645 74.3239 37.8913 74.1692 37.9809 74.2176C38.0794 74.2466 38.1779 74.1402 38.2226 74.0048C38.2674 73.8501 38.4375 73.5601 38.6345 73.3473C38.8046 73.1346 39.0195 72.6898 39.0911 72.3514C39.1896 72.0324 39.3597 71.7713 39.4582 71.7713C39.5567 71.7713 39.7715 71.4522 39.9237 71.0848C40.0939 70.7174 40.3356 70.5047 40.4878 70.5917C40.6311 70.698 40.7295 70.6207 40.6848 70.437C40.6132 69.6731 40.7116 69.122 40.9534 69.2767C41.1772 69.412 41.2936 69.093 41.2488 68.5902C41.222 68.4838 41.6338 67.9327 42.1531 67.3235C42.6635 66.7434 43.0305 66.1922 42.9589 66.1149C42.8873 66.0375 42.9589 65.9892 43.1022 65.9892C43.2454 65.9892 43.4155 65.6218 43.514 65.1963C43.6125 64.7516 43.7558 64.4615 43.8811 64.5388C44.0781 64.6742 44.4899 63.9104 44.4183 63.5429C44.3914 63.4366 44.4631 63.3592 44.5884 63.3592C44.7138 63.3592 44.8839 63.0691 44.9555 62.7017C45.054 62.3343 45.1972 62.0926 45.3226 62.1506C45.4927 62.2859 45.7344 61.7348 45.8061 61.0967C45.8061 61.0483 45.9762 60.7873 46.191 60.5745C46.388 60.3425 46.5581 60.0041 46.5581 59.7913C46.5581 59.5786 46.6566 59.4239 46.7999 59.4239C46.9252 59.4239 47.2117 59.0565 47.4087 58.6311C47.6325 58.1863 47.8922 57.8962 48.0175 57.9736C48.1608 58.0799 48.2593 57.8479 48.2593 57.4804C48.2593 57.113 48.3846 56.7456 48.5547 56.6392C48.7248 56.5039 48.7696 56.5812 48.6263 56.8229C48.5279 57.0357 48.7248 56.8229 49.083 56.3975C49.4232 55.9527 49.844 55.2952 50.0052 54.8988C50.1753 54.5024 50.3722 54.2413 50.4707 54.2897C50.5423 54.367 50.7662 54.1059 50.9273 53.7675C51.0975 53.4001 51.3392 53.11 51.4645 53.11C51.5899 53.11 51.6346 53.0037 51.563 52.8973C51.4914 52.7619 51.76 52.3172 52.145 51.9207C52.5568 51.505 52.8792 51.0022 52.8792 50.8185C52.8792 50.6347 53.1209 50.1803 53.4432 49.7935C53.7387 49.4261 53.9804 49.0007 53.9804 48.904C53.9804 48.7686 54.1953 48.4882 54.4639 48.2465C54.7325 48.0048 54.7773 47.9081 54.5803 48.0048C54.2938 48.1885 54.2669 48.1401 54.5087 47.792C54.6788 47.5793 54.7235 47.3183 54.634 47.2119C54.5355 47.1055 54.5803 47.0572 54.7325 47.1055C55.0459 47.2119 56.2904 45.7905 56.2904 45.2878C56.2904 45.104 56.4605 44.872 56.6574 44.785C56.8544 44.6786 57.0245 44.4466 57.0245 44.2338C57.0245 44.0211 57.123 43.9148 57.2484 43.9921C57.4632 44.1468 57.8841 43.412 57.8124 43.0155C57.7856 42.9092 57.8572 42.8318 57.9825 42.8318C58.1079 42.8318 58.6898 41.9906 59.2449 40.985C59.8359 39.9601 60.391 39.1479 60.4895 39.1479C60.6148 39.1479 60.6864 39.0125 60.6864 38.8578C60.6864 38.7031 61.0267 38.0166 61.4206 37.3301C61.8325 36.6726 62.1727 35.9861 62.1995 35.8604C62.2264 35.7057 62.4681 35.3576 62.7099 35.0676C63.4172 34.2747 64.026 32.6793 63.9991 31.7028L63.9723 30.8615L62.5129 30.8905C59.9344 30.9679 56.5231 31.3353 56.165 31.5964C56.0218 31.6737 55.78 31.6447 55.5831 31.519C55.4129 31.4127 55.0996 31.4127 54.8758 31.519C54.1416 31.9155 51.957 32.4956 50.3454 32.6987C49.8082 32.776 48.4025 33.0081 47.1849 33.2208C45.9941 33.4335 44.5616 33.6656 44.0243 33.7429C43.4872 33.8203 42.7799 33.9266 42.4396 34.004C42.0994 34.1103 41.5622 34.2167 41.2488 34.294C40.3446 34.5068 37.0408 35.3673 36.432 35.58C36.0649 35.7154 35.8679 35.6574 35.8679 35.4737C35.8679 35.319 36.038 35.1836 36.235 35.1836C36.432 35.1836 36.5752 35.1062 36.5484 34.9709C36.4767 34.7098 38.0346 31.2096 38.5002 30.6585C38.6971 30.3974 38.7867 30.0203 38.6971 29.7883C38.6255 29.5562 38.6524 29.4209 38.7688 29.4982C38.8673 29.5756 39.1806 29.4402 39.4313 29.2371C39.8163 28.8987 39.8163 28.8407 39.4761 28.9761C39.1896 29.0534 39.109 29.0051 39.2075 28.715C39.2791 28.5313 39.4761 28.3476 39.6462 28.3476C39.8163 28.3476 39.9148 28.0865 39.8879 27.6901C39.8432 27.2646 39.9417 27.0326 40.1565 27.0326C40.4968 27.0326 40.5952 26.7232 40.5236 26.0077C40.4789 25.824 40.5684 25.7466 40.7206 25.853C40.8638 25.9303 40.9892 25.824 40.9892 25.5629C40.9892 25.0118 42.4486 22.5655 42.7888 22.5655C42.9142 22.5655 42.8157 22.3818 42.5471 22.1497C42.3053 21.937 42.2068 21.8113 42.3769 21.8887C42.5202 21.995 42.7172 21.8113 42.8157 21.5212C42.8873 21.2312 43.0843 20.9991 43.2006 20.9991C43.3439 20.9991 43.4245 20.7864 43.3708 20.5543C43.326 20.2933 43.4961 19.8678 43.7379 19.6068C43.9796 19.3457 44.1049 19.0266 44.0333 18.9203C43.9885 18.7849 44.1318 18.6302 44.4004 18.5528C44.7138 18.4755 44.8391 18.2628 44.7406 18.0307C44.669 17.818 44.7854 17.4796 44.9824 17.2378C45.1972 17.0058 45.3673 16.6287 45.3673 16.4256C45.3673 16.1936 45.4927 16.0099 45.6091 16.0099C45.7523 16.0099 45.8508 15.7488 45.8508 15.4297C45.8508 15.1107 45.9225 14.9559 46.0209 15.0623C46.2358 15.2944 47.0864 13.3799 46.9252 13.0608C46.8536 12.9545 46.9252 12.8771 47.0953 12.9061C47.2923 12.9641 47.5072 12.5677 47.6594 11.9876C47.7758 11.4654 48.0265 11.011 48.1697 11.011C48.313 11.011 48.4383 10.7499 48.4652 10.4308C48.4921 10.1408 48.6353 9.80234 48.7785 9.69598C48.9487 9.58962 49.0471 9.43492 49.0203 9.32856C48.877 8.85478 49.2889 7.5978 49.5844 7.5978C49.8261 7.5978 49.8977 7.38509 49.7992 6.9113C49.7007 6.38917 49.7545 6.2538 49.9962 6.41817C50.2111 6.57288 50.2379 6.49553 50.0231 6.05076C49.8082 5.60598 49.8082 5.49962 50.0499 5.54796C50.22 5.60598 50.3454 5.42226 50.3454 5.15153C50.3185 4.91947 50.3901 4.70676 50.4886 4.70676C50.7035 4.70676 51.0527 3.68183 50.9721 3.15971C50.9453 2.94699 51.0437 2.89864 51.2676 3.034C51.5362 3.18871 51.5362 3.1597 51.2676 2.82128C51.0975 2.57956 51.0527 2.34751 51.1691 2.29916C51.2855 2.27015 51.3392 1.74803 51.2676 1.13888L51.1691 0.0656122L49.9067 0.00760022C49.2262 -0.0214069 48.5905 0.036608 48.4921 0.11396' fill='%23C0E3F2'/%3E%3C/svg%3E");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.question-grid {
  gap: 0 5rem;
}

.faq-item {
  border-bottom: 1px solid #083543;
  border-radius: 0;
  margin-bottom: 0;
  padding: 2rem 0 1rem;
}
.faq-item .faq-question {
  align-items: center;
  color: #083543;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  margin-bottom: 1rem;
}
.faq-item .faq-question:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7' fill='none'%3E%3Cpath d='M0.5 6.5L3.5 3.5L0.5 0.5' stroke='%23083543' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 7px;
  transition: 0.4s transform ease;
  width: 5px;
}
.faq-item .faq-question.active:after {
  transform: rotate(90deg);
}
.faq-item .faq-answer .faq-answer-text {
  color: #083543;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin-bottom: 1rem;
  width: 85%;
}

.whitepaper .whitepaper-grid {
  align-items: center;
  gap: 3rem;
  grid-template-columns: 1fr 1.2fr;
}

.fonetti-effect-grid {
  align-items: flex-end;
  gap: 3rem;
}
.fonetti-effect-grid .fonetti-effect-block {
  border-radius: 3rem;
  padding: 2.5rem;
}
.fonetti-effect-grid .fonetti-effect-block .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 850px) {
  .fonetti-effect-grid .fonetti-effect-block.medium .wp-block-heading {
    margin-bottom: 5.2rem;
  }
}
@media screen and (min-width: 850px) {
  .fonetti-effect-grid .fonetti-effect-block.small .wp-block-heading {
    margin-bottom: 1.8rem;
  }
}
.fonetti-effect-grid .fonetti-effect-block .wp-block-heading {
  line-height: 0.8;
  margin: 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 850px) {
  .fonetti-effect-grid .fonetti-effect-block .wp-block-heading {
    margin-bottom: 13.4rem;
  }
}
.fonetti-effect-grid .fonetti-effect-block .wp-block-heading.percent {
  align-items: flex-start;
  display: flex;
}
.fonetti-effect-grid .fonetti-effect-block .wp-block-heading.percent:after {
  content: "%";
  font-size: 5rem;
}
.fonetti-effect-grid .fonetti-effect-block p {
  font-weight: 500;
  margin: 0;
}

.logo-heading:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119' height='29' viewBox='0 0 119 29' fill='none'%3E%3Cg clip-path='url(%23clip0_85_2934)'%3E%3Cpath d='M27.5231 22.8431C26.4938 22.8431 25.6086 22.4769 24.8904 21.7499C24.1776 21.0266 23.8132 20.1318 23.8132 19.0873C23.8132 18.0429 24.158 17.1643 24.8353 16.4608C25.5197 15.7573 26.4227 15.4037 27.5231 15.4037C28.6234 15.4037 29.4696 15.7771 30.1522 16.5221C30.8259 17.2581 31.1654 18.1204 31.1654 19.0873C31.1654 20.1535 30.817 21.0554 30.1273 21.7662C29.4305 22.4823 28.5559 22.8431 27.5231 22.8431ZM27.7755 9.31543C25.8557 9.31543 24.094 9.74657 22.5457 10.5998C20.9956 11.4531 19.7602 12.6166 18.8749 14.0526C17.9932 15.4795 17.5452 17.0543 17.5452 18.7247C17.5452 20.5431 18.0145 22.2586 18.9353 23.8245C19.8615 25.3939 21.1076 26.662 22.6453 27.5983C24.1793 28.5291 25.8592 29.0017 27.6297 29.0017C29.4003 29.0017 31.0268 28.5381 32.5253 27.6199C34.0239 26.7017 35.2344 25.4372 36.1073 23.8714C36.9854 22.3055 37.4298 20.5864 37.4298 18.7644C37.4298 16.9425 37.0174 15.4019 36.1997 13.9696C35.3855 12.5391 34.2319 11.3918 32.7653 10.5656C31.2988 9.73575 29.6207 9.31723 27.7719 9.31723' fill='%23083543'/%3E%3Cpath d='M38.8644 28.4624H45.4914L45.5678 19.5492C45.6034 18.4434 45.7882 17.6226 46.1367 17.0526C46.5579 16.3653 47.2743 16.0153 48.2716 16.0153C49.1977 16.0153 49.907 16.3941 50.387 17.1337C50.8403 17.8337 51.0482 18.7807 51.0198 20.0327L50.8509 28.3524H57.6433L57.6077 19.017C57.6077 15.8908 57.014 13.4176 55.8407 11.666C54.6871 9.93785 52.9912 9.10083 50.6589 9.10083C49.164 9.10083 47.6654 9.67809 46.1953 10.82L45.5589 11.3161V9.48146L38.7595 9.83503L38.8644 28.4624Z' fill='%23083543'/%3E%3Cpath d='M64.3663 17.0887L64.5458 16.5115C64.8302 15.6005 65.3066 14.8573 65.9768 14.3035C66.6505 13.7388 67.4842 13.4538 68.453 13.4538C69.3152 13.4538 70.0796 13.6775 70.7249 14.1159C71.3826 14.5668 71.827 15.1693 72.0439 15.9054L72.1807 16.3762L64.368 17.0869L64.3663 17.0887ZM68.5615 9.42383C66.7341 9.42383 65.0755 9.81889 63.6321 10.6036C62.194 11.3847 61.0474 12.4869 60.2191 13.8813C59.3942 15.2794 58.9729 16.9101 58.9729 18.7285C58.9729 20.5469 59.4173 22.331 60.2955 23.8841C61.1683 25.4373 62.3718 26.6893 63.8614 27.6002C65.3475 28.5076 67.0025 28.9658 68.773 28.9658C70.0707 28.9658 71.3453 28.7097 72.5629 28.2009C73.7806 27.6958 74.8312 26.9851 75.6916 26.0903C76.4417 25.3092 77.0017 24.4235 77.3501 23.444L72.4652 22.1866C72.1647 22.6791 71.7274 23.0814 71.1622 23.3736C70.5133 23.7146 69.724 23.8895 68.8068 23.8895C67.8895 23.8607 67.0718 23.6009 66.359 23.1175C65.6462 22.634 65.1004 21.9756 64.7396 21.1656L64.5031 20.6371L77.7305 19.6864C77.7714 17.7345 77.4532 15.9829 76.7884 14.4694C76.088 12.8838 75.0214 11.6318 73.6224 10.7533C72.2234 9.8712 70.5169 9.42383 68.5579 9.42383' fill='%23083543'/%3E%3Cpath d='M82.2777 14.3844L81.5009 20.1137C81.3853 21.1907 81.3284 22.0367 81.3284 22.6951C81.3284 24.9879 81.8493 26.6115 82.8839 27.5098C83.9344 28.428 85.5201 28.8916 87.5999 28.8916C89.1465 28.8916 90.4441 28.6391 91.4538 28.1394C92.396 27.6722 93.2083 26.9398 93.8625 25.9603L92.3355 21.6543C91.6742 22.4913 90.8725 22.9152 89.9517 22.9152C89.214 22.9152 88.5972 22.6266 88.1172 22.0529C87.6532 21.4991 87.4168 20.792 87.4168 19.9514C87.4168 19.6591 87.4328 19.43 87.4613 19.2677L88.071 14.3556L93.1443 14.3231L92.5595 9.1386L88.7536 9.21617L89.1464 6.16211L83.3531 6.44713L82.9567 9.34605L79.0708 9.4146L79.2824 14.4205L82.283 14.3844H82.2777Z' fill='%23083543'/%3E%3Cpath d='M98.4257 14.3846L97.6524 20.1139C97.5369 21.1638 97.4764 22.0332 97.4764 22.6953C97.4764 24.9881 98.0008 26.6116 99.0319 27.51C100.082 28.4282 101.668 28.8918 103.748 28.8918C105.294 28.8918 106.592 28.6392 107.602 28.1396C108.548 27.6723 109.356 26.9399 110.011 25.9604L108.484 21.6544C107.822 22.4914 107.021 22.9154 106.1 22.9154C105.362 22.9154 104.745 22.6267 104.265 22.0531C103.801 21.4993 103.565 20.7921 103.565 19.9515C103.565 19.6593 103.581 19.4356 103.606 19.2768L104.219 14.3575L109.296 14.325L108.708 9.14055L104.902 9.21812L105.294 6.16406L99.5012 6.44908L99.1083 9.348L95.2171 9.41655L95.4286 14.4225L98.4293 14.3864L98.4257 14.3846Z' fill='%23083543'/%3E%3Cpath d='M115.475 0.223633C114.328 0.223633 113.367 0.580811 112.545 1.31321C111.74 2.03298 111.344 2.90247 111.344 3.9722C111.344 4.6595 111.539 5.30531 111.921 5.89519C112.311 6.50131 112.823 6.98116 113.44 7.33473C114.056 7.68469 114.682 7.86328 115.299 7.86328C116.357 7.86328 117.219 7.48446 117.932 6.70877C118.653 5.92406 119.002 4.95534 119.002 3.75212C119.002 2.67518 118.689 1.83635 118.049 1.18693C117.407 0.541125 116.566 0.223633 115.477 0.223633M112.121 28.3163H118.748L118.508 10.0027H111.779L112.121 28.3163Z' fill='%23083543'/%3E%3Cpath d='M18.6918 0L0.223982 0.369806L0 28.4967H7.03587L6.84744 19.4518L15.9596 19.3345L15.4103 12.1296L6.71234 12.2433L6.6199 7.4809L18.6918 7.13275V0Z' fill='%23083543'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_85_2934'%3E%3Crect width='119' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 29px;
  margin-right: 10px;
  width: 119px;
}

.socials {
  display: flex;
  gap: 8px;
}
.socials a.social-link {
  display: block;
}
.socials a.social-link svg {
  display: block;
}

.static-page {
  margin-bottom: 10rem;
  margin-top: 14rem;
}
@media screen and (min-width: 1200px) {
  .static-page {
    margin-top: 16rem;
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .static-page {
    margin-top: 20rem;
    width: 70%;
  }
}

@media screen and (min-width: 850px) {
  .alfie-block .alfie-block-grid {
    grid-template-columns: 1fr 1.8fr;
  }
}
@media screen and (min-width: 850px) {
  .alfie-block .alfie-block-grid .alfie-block-grid-inner {
    gap: 3rem;
    grid-template-columns: 1fr 120px;
  }
}
@media screen and (min-width: 1200px) {
  .alfie-block .alfie-block-grid .alfie-block-grid-inner {
    grid-template-columns: 1fr 176px;
  }
}

.page-id-215, .single-post {
  background: rgba(192, 227, 242, 0.25);
}

.news-grid {
  display: grid;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 550px) {
  .news-grid {
    gap: 5rem 2.7rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .news-grid {
    gap: 10rem 2.7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .news-card:has(a.permalink:hover) .news-card-image img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
}
.news-card .news-card-image {
  aspect-ratio: 1;
  background: #f1f1f1;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-card .news-card-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.news-card .news-card-image.missing-image {
  align-items: center;
  display: flex;
  justify-content: center;
}
.news-card .news-card-image.missing-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 4C23 2.34315 21.6569 1 20 1H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4ZM21 4C21 3.44772 20.5523 3 20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4Z' fill='%23ccc'/%3E%3Cpath d='M4.80665 17.5211L9.1221 9.60947C9.50112 8.91461 10.4989 8.91461 10.8779 9.60947L14.0465 15.4186L15.1318 13.5194C15.5157 12.8476 16.4843 12.8476 16.8682 13.5194L19.1451 17.5039C19.526 18.1705 19.0446 19 18.2768 19H5.68454C4.92548 19 4.44317 18.1875 4.80665 17.5211Z' fill='%23ccc'/%3E%3Cpath d='M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z' fill='%23ccc'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 100px;
  width: 100px;
}
.news-card .news-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  flex-grow: 1;
  padding: 2.6rem;
}
.news-card .news-card-content a {
  text-decoration: none;
}
.news-card .news-card-content .news-card-footer {
  align-items: flex-end;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 30px;
}
.news-card .news-card-content .news-card-footer .news-card-cats {
  font-weight: 500;
}
.news-card .news-card-content .news-card-footer .news-card-circle-link {
  display: block;
}
.news-card .news-card-content .news-card-footer .news-card-circle-link svg {
  display: block;
}

#load-more-wrap {
  margin-bottom: 5rem;
  text-align: center;
}
#load-more-wrap span.h3 {
  cursor: pointer;
}

.news-single-hero {
  margin-top: 10rem;
}
@media screen and (min-width: 1200px) {
  .news-single-hero {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .news-single-hero {
    margin-top: 14rem;
  }
}
.news-single-hero .news-single-featured-image {
  aspect-ratio: 2/1;
  border-radius: 3rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.news-single-hero .news-single-featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-single-hero .news-single-featured-image.missing-image {
  align-items: center;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
.news-single-hero .news-single-featured-image.missing-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 4C23 2.34315 21.6569 1 20 1H4C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4ZM21 4C21 3.44772 20.5523 3 20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4Z' fill='%23ccc'/%3E%3Cpath d='M4.80665 17.5211L9.1221 9.60947C9.50112 8.91461 10.4989 8.91461 10.8779 9.60947L14.0465 15.4186L15.1318 13.5194C15.5157 12.8476 16.4843 12.8476 16.8682 13.5194L19.1451 17.5039C19.526 18.1705 19.0446 19 18.2768 19H5.68454C4.92548 19 4.44317 18.1875 4.80665 17.5211Z' fill='%23ccc'/%3E%3Cpath d='M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z' fill='%23ccc'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 100px;
  width: 100px;
}

.news-single-intro {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 60% auto;
  gap: 2rem 1rem;
  justify-content: space-between;
}
@media screen and (min-width: 850px) {
  .news-single-intro {
    gap: 6rem 1rem;
  }
}
.news-single-intro .news-single-cats {
  column-gap: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
@media screen and (max-width: 850px) {
  .news-single-intro .news-single-cats {
    display: none;
  }
}
.news-single-intro .news-single-cats a {
  border: 1px solid #083543;
  border-radius: 3rem;
  color: #083543;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  padding: 0.75rem 2rem;
  display: flex;
  min-width: 122px;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .news-single-intro .news-single-cats a {
    min-width: 90px;
  }
}
.news-single-intro .news-single-next-prev {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .news-single-intro .news-single-next-prev {
    grid-column: 1/-1;
    justify-content: space-between;
  }
}
.news-single-intro .news-single-next,
.news-single-intro .news-single-prev {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 10px;
  text-decoration: none;
}
.news-single-intro .news-single-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.5' stroke='%23083543'/%3E%3Cpath d='M12.97 9L12 10L16.83 14.68L12 19.35L12.97 20.36L18.84 14.68L12.97 9Z' fill='%23083543'/%3E%3C/svg%3E");
}
.news-single-intro .news-single-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.5' stroke='%23083543'/%3E%3Cpath d='M12.97 9L12 10L16.83 14.68L12 19.35L12.97 20.36L18.84 14.68L12.97 9Z' fill='%23083543'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 30px;
  width: 30px;
}
.news-single-intro .news-single-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='14.5' stroke='%23083543'/%3E%3Cpath d='M12.97 9L12 10L16.83 14.68L12 19.35L12.97 20.36L18.84 14.68L12.97 9Z' fill='%23083543'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 30px;
  transform: rotate(180deg);
  width: 30px;
}
@media screen and (max-width: 850px) {
  .news-single-intro .news-single-title {
    grid-column: 1/-1;
    width: 90%;
  }
}

.news-single-grid {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .news-single-grid {
    grid-template-columns: 3.5fr 5fr;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .news-single-grid {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 850px) {
  .news-single-grid .news-single-profile {
    grid-column: 1/-1;
  }
}
.news-single-grid .news-single-profile .news-single-profile-grid {
  display: grid;
  gap: 2.8rem;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 850px) {
  .news-single-grid .news-single-profile .news-single-profile-grid {
    gap: 4.8rem;
  }
}
.news-single-grid .news-single-profile .news-single-profile-avatar {
  aspect-ratio: 1;
  border-radius: 2rem;
  display: block;
  max-height: 110px;
  max-width: 110px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .news-single-grid .news-single-profile .news-single-profile-avatar {
    max-height: 80px;
    max-width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .news-single-grid .news-single-profile .news-single-profile-avatar {
    max-height: 160px;
    max-width: 160px;
  }
}
.news-single-grid .news-single-profile .news-single-profile-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-single-grid .news-single-profile .news-single-profile-avatar.missing-image {
  align-items: center;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
.news-single-grid .news-single-profile .news-single-profile-avatar.missing-image:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' version='1.1' id='Capa_1' width='80px' height='80px' viewBox='0 0 46.685 46.686' xml:space='preserve'%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23ccc' d='M41.216,37.962l-1.117-5.86c-0.485-2.551-2.538-4.836-5.084-6.432c-2.812,3.844-6.998,6.292-11.673,6.292 c-4.675,0-8.861-2.448-11.672-6.291c-2.546,1.595-4.598,3.881-5.083,6.431l-1.117,5.86c-0.918,4.817,2.314,8.724,7.218,8.724 h21.311C38.901,46.686,42.132,42.779,41.216,37.962z'/%3E%3Cellipse xmlns='http://www.w3.org/2000/svg' fill='%23ccc' cx='23.341' cy='14.205' rx='11.761' ry='14.205'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 80px;
  width: 80px;
}
.news-single-grid .news-single-profile .news-single-profile-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-single-grid .news-single-profile .news-single-profile-info .social-share {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}
.news-single-grid .news-single-profile .news-single-profile-info .social-share .social-share-link {
  display: block;
}
@media screen and (max-width: 850px) {
  .news-single-grid .news-single-article {
    grid-column: 1/-1;
  }
}
.news-single-grid .news-single-article .wp-block-embed.is-type-video {
  margin: 3rem 0;
}
.news-single-grid .news-single-article .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.news-single-grid .news-single-article .wp-block-image {
  height: auto;
  margin: 3rem 0;
  max-width: 100%;
}
.news-single-grid .news-single-article .wp-block-buttons {
  margin: 2rem 0;
}
.news-single-grid .news-single-article .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #083543;
  color: #ffffff;
}
.news-single-grid .news-single-article .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #215165;
}

.news-filter {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 850px) {
  .news-filter {
    gap: 5rem;
    grid-template-columns: auto auto;
    margin-bottom: 6.8rem;
    margin-top: 5rem;
    width: 90%;
  }
}
.news-filter span {
  font-weight: 700;
}
.news-filter .field {
  display: flex;
  column-gap: 0.9rem;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.news-filter .field a {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
}
.news-filter .field label {
  border: 1px solid #083543;
  border-radius: 3rem;
  color: #083543;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  padding: 0.75rem 2rem;
  display: flex;
  min-width: 122px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .news-filter .field label {
    min-width: 90px;
  }
}
.news-filter .field label small {
  font-size: 15px;
}
.news-filter .field input[type=checkbox] {
  display: none;
}
.news-filter .field input[type=checkbox].filter-style + label:hover {
  background: #4E99B0;
  color: #ffffff;
}
.news-filter .field input[type=checkbox].filter-style:checked + label {
  align-items: center;
  background: #083543;
  color: #ffffff;
  display: flex;
  font-weight: 600;
  gap: 5px;
}
.news-filter .field input[type=checkbox].filter-style:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 10 10' fill='none' version='1.1' id='svg1'%3E%3Cdefs id='defs1'/%3E%3Cg id='Menu / Close_SM' transform='translate(-7,-7)'%3E%3Cpath id='Vector' d='m 16,16 -4,-4 m 0,0 -4,-4 m 4,4 4,-4 m -4,4 -4,4' stroke='%23FFCC2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}

/*# sourceMappingURL=frontend.css.map */
