/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Font faces
   =============== */
/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/mulish-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/cherry-child/assets/fonts/mulish-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/mulish-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/cherry-child/assets/fonts/mulish-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}

#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}

.in-grid, .posts-parent-container .facetwp-type-pager {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid, .posts-parent-container .facetwp-type-pager {
    max-width: 100%;
  }
}

.in-grid-m {
  max-width: 991px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .in-grid-m {
    max-width: 100%;
  }
}

.in-grid-s, .post-password-form, footer .footer-main .column.col-12 > div, footer .footer-secondary .column.col-12 > div {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .in-grid-s, .post-password-form, footer .footer-main .column.col-12 > div, footer .footer-secondary .column.col-12 > div {
    max-width: 100%;
  }
}

.gut > a,
.gut > div,
.gut > form,
.gut > header,
.gut > article,
.gut > nav,
.gut > section {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.row-spacing {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.row-spacing-m {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.row-spacing-s {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.row-spacing-xs {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.mb {
  margin-bottom: 72px !important;
}

.mb-m {
  margin-bottom: 48px !important;
}

.mb-s {
  margin-bottom: 24px !important;
}

.col-1 {
  width: calc(8.3333333333% * 1);
}

.col-2 {
  width: calc(8.3333333333% * 2);
}

.col-3 {
  width: calc(8.3333333333% * 3);
}

.col-4 {
  width: calc(8.3333333333% * 4);
}

.col-5 {
  width: calc(8.3333333333% * 5);
}

.col-6 {
  width: calc(8.3333333333% * 6);
}

.col-7 {
  width: calc(8.3333333333% * 7);
}

.col-8 {
  width: calc(8.3333333333% * 8);
}

.col-9 {
  width: calc(8.3333333333% * 9);
}

.col-10 {
  width: calc(8.3333333333% * 10);
}

.col-11 {
  width: calc(8.3333333333% * 11);
}

.col-12 {
  width: calc(8.3333333333% * 12);
}

@keyframes jump {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:focus-visible {
  outline: 2px dashed #1F2E4C !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, .cta-container .inner-cta-container .top-cta .cta-text p, h4, .product-item-small a .product-content h2, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

body,
button,
input,
textarea {
  color: #1F2E4C;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #1F2E4C;
  cursor: help;
}

mark, ins {
  background: #EEF3F6;
  text-decoration: none;
}

big {
  font-size: 125%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ol {
  list-style: decimal;
}

/* ===Images=== */
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.gallery-caption {
  display: block;
}

/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

:focus {
  outline: 0;
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #EEF3F6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1F2E4C;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 48px;
  font-family: "ivymode", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 36px;
  }
}

.h2, h2 {
  font-size: 44px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h3, h3, .cta-container .inner-cta-container .top-cta .cta-text p {
  font-size: 32px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .h3, h3, .cta-container .inner-cta-container .top-cta .cta-text p {
    font-size: 28px;
  }
}

.h4, h4, .product-item-small a .product-content h2 {
  font-size: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.h5, h5 {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.base-button, .wc-block-components-button, .ccwc-add-to-cart-modal .modal-content a.go-to-cart,
.ccwc-add-to-cart-modal .modal-content .continue-shopping, .btns .btn-main.primary a, button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  font-weight: bold;
  background: #1F2E4C !important;
  color: #fff !important;
  border: 2px solid #1F2E4C !important;
  text-align: center;
  position: relative;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button svg, .wc-block-components-button svg, .ccwc-add-to-cart-modal .modal-content a.go-to-cart svg,
.ccwc-add-to-cart-modal .modal-content .continue-shopping svg, .btns .btn-main.primary a svg, button svg,
input[type=button] svg,
input[type=submit] svg {
  width: 24px;
  height: auto;
  position: absolute;
  fill: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button span:not(:only-child), .wc-block-components-button span:not(:only-child), .ccwc-add-to-cart-modal .modal-content a.go-to-cart span:not(:only-child),
.ccwc-add-to-cart-modal .modal-content .continue-shopping span:not(:only-child), .btns .btn-main.primary a span:not(:only-child), button span:not(:only-child),
input[type=button] span:not(:only-child),
input[type=submit] span:not(:only-child) {
  margin-left: 36px;
}
.base-button:hover, .wc-block-components-button:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover, .btns .btn-main.primary a:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #6FB7B3 !important;
  border: 2px solid #6FB7B3 !important;
}

.base-button-sec, .btns .btn-main.secondary a, .flex-featured-news-row .news-overview-container .in-grid .overview-btn a, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn a, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn a, .flex-courses-slider-row .in-grid .overview-btn a, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn a, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn a {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  font-weight: bold;
  background: transparent !important;
  color: #1F2E4C !important;
  border: 2px solid #1F2E4C !important;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec svg, .btns .btn-main.secondary a svg, .flex-featured-news-row .news-overview-container .in-grid .overview-btn a svg, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn a svg, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn a svg, .flex-courses-slider-row .in-grid .overview-btn a svg, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn a svg, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn a svg {
  width: 24px;
  height: auto;
  position: absolute;
  fill: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec span:not(:only-child), .btns .btn-main.secondary a span:not(:only-child), .flex-featured-news-row .news-overview-container .in-grid .overview-btn a span:not(:only-child), .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn a span:not(:only-child), .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn a span:not(:only-child), .flex-courses-slider-row .in-grid .overview-btn a span:not(:only-child), .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn a span:not(:only-child), .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn a span:not(:only-child) {
  margin-left: 36px;
}
.base-button-sec:hover, .btns .btn-main.secondary a:hover, .flex-featured-news-row .news-overview-container .in-grid .overview-btn a:hover, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn a:hover, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn a:hover, .flex-courses-slider-row .in-grid .overview-btn a:hover, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn a:hover, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn a:hover {
  background: #6FB7B3 !important;
  color: #fff !important;
  border: 2px solid #6FB7B3 !important;
}
.base-button-sec:hover svg, .btns .btn-main.secondary a:hover svg, .flex-featured-news-row .news-overview-container .in-grid .overview-btn a:hover svg, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn a:hover svg, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn a:hover svg, .flex-courses-slider-row .in-grid .overview-btn a:hover svg, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn a:hover svg, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn a:hover svg {
  fill: #fff !important;
}

.base-button-small, .responsive-menu-container .top-navigation .cta-repeater-container .cta-item a, header#masthead .navigation-col .top-navigation .cta-repeater-container .cta-item a {
  text-decoration: none;
  padding: 10px 20px;
  line-height: 1.2;
  font-weight: bold;
  background: #1F2E4C !important;
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-small svg, .responsive-menu-container .top-navigation .cta-repeater-container .cta-item a svg, header#masthead .navigation-col .top-navigation .cta-repeater-container .cta-item a svg {
  width: 24px;
  height: auto;
  position: absolute;
  fill: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-small span:not(:only-child), .responsive-menu-container .top-navigation .cta-repeater-container .cta-item a span:not(:only-child), header#masthead .navigation-col .top-navigation .cta-repeater-container .cta-item a span:not(:only-child) {
  margin-left: 36px;
}
.base-button-small:hover, .responsive-menu-container .top-navigation .cta-repeater-container .cta-item a:hover, header#masthead .navigation-col .top-navigation .cta-repeater-container .cta-item a:hover {
  background: #6FB7B3 !important;
}

.input-standard, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
  padding: 5px 10px;
  color: #1F2E4C;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.input-standard:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #1F2E4C;
}
.input-standard:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  background: #EEF3F6;
}

.img-holder-container {
  display: block;
}

.fontawesome, .company-data-item.address:before, .wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle:after, .wysiwyg-content ul li:before, footer .footer-main .column .company-data li.company:not(.logo):before, footer .footer-secondary .column .company-data li.company:not(.logo):before, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontawesome-brands {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flexbox, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .results-ordering-container, .single-product .product-description .woocommerce-tabs .tabs, .woocommerce-lost-password .woocommerce, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .account-page .in-grid ul, .account-page .posts-parent-container .facetwp-type-pager ul, .posts-parent-container .account-page .facetwp-type-pager ul, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-add-to-cart-popup .pop-up-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-base-popup .pop-up-container, .product-item-small > *, .product-item-small, .product-item > *, .product-item, .fancybox-container .fancybox-toolbar, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .cc-slider .swiper-pagination, .cc-slider .slider-controls, .cc-slider .slider-ctrls button, .cc-slider .slider-ctrls .swiper-pagination-bullets, .cc-slider .slider-ctrls, .navigation .pagination, .posts-parent-container .facetwp-type-pager .facetwp-pager .facetwp-page, .posts-parent-container .facetwp-type-pager .facetwp-pager, .back-link a .icon-container, .back-link a, .single-courses_cpt .in-grid-m .content-row .tags, .single-post .in-grid-m .content-row .tags, .single-courses_cpt .in-grid-m .content-row, .single-post .in-grid-m .content-row, .single-team_cpt .in-grid .content-col .tags, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col .tags, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col .tags, .single-team_cpt .in-grid .content-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col, .single-team_cpt .in-grid .image-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .post-nav, .facetwp-facet.facetwp-type-radio, .team-card a .inner-card .side-container .icon-container, .team-card a .inner-card .side-container .tags, .team-card a .inner-card .side-container, .team-card a .inner-card, .team-card a, .course-card a .inner-card .bottom-content .icon-container, .course-card a .inner-card .bottom-content .tags, .course-card a .inner-card .bottom-content, .course-card a .inner-card, .course-card a, .company-data-item.address.phone, .company-data-item.address.email, .child-page-block .inner-block .bottom-content .icon-container, .child-page-block .inner-block, .child-page-block a, .breadcrumbs .rank-math-breadcrumb p, .breadcrumbs .rank-math-breadcrumb, .cta-container .inner-cta-container .top-cta, .cta-container .inner-cta-container, .also-interesting .also-interesting__list li a .icon-container, .also-interesting .also-interesting__list li a, .also-interesting .also-interesting__list, .sticky-btn-link, .blog-card .inner-card .bottom-content, .blog-card .inner-card .top-content .image, .blog-card .inner-card, .blog-card a, .faq-toggle-item .faq-toggle-question, .social-icons > ul, .icon-text, .btns .btn-main, .btns, .flex-zorgkaart-row .in-grid .score-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container, .flex-zorgkaart-row .in-grid .logo-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .logo-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .logo-container, .flex-featured-news-row .news-overview-container .in-grid .overview-btn, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn, .flex-courses-slider-row .in-grid .overview-btn, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .overview-btn, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .overview-btn, .flex-content-columns-row .in-grid .column:not(:only-child), .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:not(:only-child), .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:not(:only-child), .c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-right .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-right .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-center .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-left .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer, .flex-content-columns-row .in-grid .column .cc-contentcontainer, .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column .cc-contentcontainer, .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column .cc-contentcontainer, .big-cta .inner-cta .icon-container, .big-cta .inner-cta, .big-cta a, .cc-contentcontainer, .overview-type-list .in-grid .child-pages-section .child-page-block .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container, .overview-type-list .in-grid .content-row .child-page-block .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container, .overview-type-list .in-grid .child-pages-section .child-page-block .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block .inner-block, .overview-type-list .in-grid .content-row .child-page-block .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block .inner-block, .overview-type-list .in-grid .child-pages-section, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section, .overview-type-list .in-grid .error-message, .overview-type-list .posts-parent-container .facetwp-type-pager .error-message, .posts-parent-container .overview-type-list .facetwp-type-pager .error-message, .overview-type-blocks .in-grid .child-pages-section, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section, .overview-type-blocks .in-grid .error-message, .overview-type-blocks .posts-parent-container .facetwp-type-pager .error-message, .posts-parent-container .overview-type-blocks .facetwp-type-pager .error-message, .default-page-template .sidebar-col, .hero .in-grid .media-col, .hero .posts-parent-container .facetwp-type-pager .media-col, .posts-parent-container .hero .facetwp-type-pager .media-col, .error404 .site-content, .responsive-menu-container .top-navigation .wpml-ls-statics-shortcode_actions, .responsive-menu-container .top-navigation .cta-repeater-container .cta-item, .responsive-menu-container .top-navigation .cta-repeater-container, .responsive-menu-container .top-navigation .contact-details-container .contact-detail-item, .responsive-menu-container .top-navigation .contact-details-container, .responsive-menu-container .top-navigation, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container .responsive-menu-logo, .responsive-menu-container, footer .bottom-footer .statements, footer .footer-main .column .company-data li.company:not(.logo).phone, footer .footer-secondary .column .company-data li.company:not(.logo).phone, footer .footer-main .column .company-data li.company:not(.logo).email, footer .footer-secondary .column .company-data li.company:not(.logo).email, footer .footer-main .column .links ul, footer .footer-main .column .company-data ul, footer .footer-secondary .column .links ul, footer .footer-secondary .column .company-data ul, footer .footer-main.footer-main .column .links ul, footer .footer-main.footer-main .column .company-data ul, footer .footer-secondary.footer-main .column .links ul, footer .footer-secondary.footer-main .column .company-data ul, header#masthead .navigation-col .main-navigation ul.menu, header#masthead .navigation-col .main-navigation, header#masthead .navigation-col .top-navigation .cta-repeater-container .cta-item, header#masthead .navigation-col .top-navigation .cta-repeater-container, header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item, header#masthead .navigation-col .top-navigation .contact-details-container, header#masthead .navigation-col .top-navigation, header#masthead .navigation-col, header#masthead .site-branding > a, header#masthead .site-branding, .gf_page_steps .gf_step a, .gf_page_steps .gf_step, .gf_page_steps, .gform_footer, .gform_page_footer, .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div, .gform_body .gform_fields .gfield .ginput_complex, .gform_body .gform_fields, #page, .in-grid, .posts-parent-container .facetwp-type-pager, .in-grid-m, .in-grid-s, .post-password-form, footer .footer-main .column.col-12 > div, footer .footer-secondary .column.col-12 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-cover, .single-courses_cpt .in-grid-m .image-row .image .image-holder img, .single-post .in-grid-m .image-row .image .image-holder img, .single-team_cpt .in-grid .image-col .image .image-holder img, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image .image-holder img, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image .image-holder img, .team-card a .inner-card .image-container .image .image-holder img, .course-card a .inner-card .top-content .image .image-holder img, .child-page-block .inner-block .top-content .image .image-holder img, .cta-container .inner-cta-container .top-cta .image .image-holder img, .blog-card .inner-card .top-content .image .image-holder img, .cc-image-element .image-holder img, .hero .in-grid .media-col .image .image-holder img, .hero .posts-parent-container .facetwp-type-pager .media-col .image .image-holder img, .posts-parent-container .hero .facetwp-type-pager .media-col .image .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-contain, .product-item-small a .product-thumbnail img, .product-item a .product-thumbnail img, .company-data-item.address.phone:before, .company-data-item.address.address:before, .responsive-menu-container .top-navigation .contact-details-container .contact-detail-item .icon-container img, footer .footer-main .column .company-data li.company:not(.logo).phone:before, footer .footer-secondary .column .company-data li.company:not(.logo).phone:before, footer .footer-main .column .company-data li.company:not(.logo).address:before, footer .footer-secondary .column .company-data li.company:not(.logo).address:before, header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item .icon-container img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem auto;
  padding-right: 25px !important;
}

textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}

/* ===============
  Gravity Forms
  =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}

.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: 25%;
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: 33.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: 41.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: 58.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: 66.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: 75%;
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: 83.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: 91.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "\f14a";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "\f0c8";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "\f058";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "\f111";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #565656;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 14px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 12px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > input {
  margin-right: 12px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > div + .gform_fileupload_rules {
  margin-top: 5px;
  display: inline-block;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  padding: 12px 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div {
  margin-top: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div > span {
  margin-right: 12px;
}

.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}

.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #e5e5e5;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #e5e5e5;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #565656;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #565656;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #565656 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}

.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 12px;
}

.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}

.gform_validation_errors {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.5;
}

.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #e5e5e5;
  border-bottom: 1px solid #565656;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #565656;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #565656;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #e5e5e5;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #EEF3F6;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e; /* set the active date background color */
  color: white; /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #cccccc;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #e5e5e5;
  color: #565656;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}

/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #565656;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #565656;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #565656;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #565656;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #565656;
}

/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #EEF3F6 inset;
  -webkit-text-fill-color: #1F2E4C;
}

/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #1F2E4C;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide empty description placeholders after labels */
.gform_wrapper .gfield_label + p:empty {
  display: none;
}

/* Hide empty heading paragraphs */
.gform_wrapper .gform_heading p:empty {
  display: none;
}

/* Tidy footer noise */
.gform_wrapper .gform_footer > p:empty {
  display: none;
}

.gform_wrapper .gform_footer br {
  display: none;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
header#masthead {
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99997;
  background: #fff;
  border-top: 5px #E5EBF1 solid;
  border-bottom: 1px #D8E4EB solid;
}
.admin-bar header#masthead.has-scrolled {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead.has-scrolled {
    top: 0;
  }
}
header#masthead.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (max-width: 1200px) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header#masthead .in-grid.menu-bar, header#masthead .posts-parent-container .menu-bar.facetwp-type-pager, .posts-parent-container header#masthead .menu-bar.facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header#masthead .site-branding {
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding {
    width: 100%;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a img {
  height: 94px;
  display: block;
  width: auto !important;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding > a img {
    height: 54px;
  }
}
header#masthead .navigation-col {
  padding: 0 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  header#masthead .navigation-col {
    display: none;
  }
}
header#masthead .navigation-col .top-navigation {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  row-gap: 6px;
  column-gap: 12px;
}
header#masthead .navigation-col .top-navigation .contact-details-container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}
header#masthead .navigation-col .top-navigation .contact-details-container:not(:last-child) {
  margin-right: 12px;
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 14px;
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item.has-icon {
  padding-left: 24px;
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item .icon-container {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item .description {
  font-weight: bold;
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item a {
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header#masthead .navigation-col .top-navigation .contact-details-container .contact-detail-item a:hover {
  color: #6FB7B3;
}
header#masthead .navigation-col .top-navigation .cta-repeater-container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 12px;
}
header#masthead .navigation-col .main-navigation {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .navigation-col .main-navigation ul {
  list-style: none !important;
}
header#masthead .navigation-col .main-navigation ul li a {
  color: #1F2E4C;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  padding: 6px 0;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .navigation-col .main-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  row-gap: 6px;
  column-gap: 24px;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item > a:hover {
  color: #6FB7B3 !important;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  padding: 6px 28px 6px 0;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23EEF3F6'/%3E%3Cpath d='M10.9998 14.9V6.69995C10.9998 6.41662 11.0956 6.17912 11.2873 5.98745C11.479 5.79578 11.7165 5.69995 11.9998 5.69995C12.2831 5.69995 12.5206 5.79578 12.7123 5.98745C12.904 6.17912 12.9998 6.41662 12.9998 6.69995V14.9L15.8998 12C16.0831 11.8166 16.3165 11.725 16.5998 11.725C16.8831 11.725 17.1165 11.8166 17.2998 12C17.4831 12.1833 17.5748 12.4166 17.5748 12.7C17.5748 12.9833 17.4831 13.2166 17.2998 13.4L12.6998 18C12.4998 18.2 12.2665 18.3 11.9998 18.3C11.7331 18.3 11.4998 18.2 11.2998 18L6.6998 13.4C6.51647 13.2166 6.4248 12.9833 6.4248 12.7C6.4248 12.4166 6.51647 12.1833 6.6998 12C6.88314 11.8166 7.11647 11.725 7.3998 11.725C7.68314 11.725 7.91647 11.8166 8.0998 12L10.9998 14.9Z' fill='%237084A4'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #E5EBF1;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  text-align: left;
  position: relative;
  padding: 6px 12px;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background-color: #1F2E4C;
  color: #fff;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background-color: #1F2E4C;
  color: #fff;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #6FB7B3;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item:hover > a, header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.sub-menu-open > a {
  color: #6FB7B3;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu, header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.sub-menu-open > ul.sub-menu {
  display: block !important;
  z-index: 9999;
}
header#masthead .navigation-col .main-navigation ul.menu > li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
header#masthead .navigation-col .main-navigation ul.menu li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
}
header#masthead .responsive-menu-button {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .responsive-menu-button {
    display: block;
  }
}
header#masthead .responsive-menu-container {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .responsive-menu-container {
    display: block;
  }
}
header#masthead .responsive-menu-container.is-open {
  visibility: visible;
  opacity: 1;
}

/* ===============
   Footer
   =============== */
footer h2, footer h3, footer .cta-container .inner-cta-container .top-cta .cta-text p, .cta-container .inner-cta-container .top-cta .cta-text footer p {
  font-family: "ivymode", sans-serif;
}
footer .footer-main, footer .footer-secondary {
  padding: 72px 0 48px;
}
footer .footer-main.footer-main, footer .footer-secondary.footer-main {
  background-color: #D8E4EB;
}
footer .footer-main.footer-main .column > div:not(:first-of-type), footer .footer-secondary.footer-main .column > div:not(:first-of-type) {
  margin-top: 48px;
}
footer .footer-main.footer-main .column .title, footer .footer-secondary.footer-main .column .title {
  margin-bottom: 24px;
}
footer .footer-main.footer-main .column .links ul, footer .footer-main.footer-main .column .company-data ul, footer .footer-secondary.footer-main .column .links ul, footer .footer-secondary.footer-main .column .company-data ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
footer .footer-main.footer-main .column .links ul li a, footer .footer-secondary.footer-main .column .links ul li a {
  padding-left: 36px;
  position: relative;
}
footer .footer-main.footer-main .column .links ul li a:before, footer .footer-secondary.footer-main .column .links ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.04907e-06' y='24' width='24' height='24' rx='12' transform='rotate(-90 1.04907e-06 24)' fill='white'/%3E%3Cpath d='M14.9 13.0002L6.70001 13.0002C6.41668 13.0002 6.17918 12.9044 5.98751 12.7127C5.79585 12.521 5.70001 12.2835 5.70001 12.0002C5.70001 11.7169 5.79585 11.4794 5.98751 11.2877C6.17918 11.096 6.41668 11.0002 6.70001 11.0002L14.9 11.0002L12 8.1002C11.8167 7.91686 11.725 7.68353 11.725 7.4002C11.725 7.11686 11.8167 6.88353 12 6.7002C12.1833 6.51686 12.4167 6.4252 12.7 6.4252C12.9833 6.4252 13.2167 6.51686 13.4 6.7002L18 11.3002C18.2 11.5002 18.3 11.7335 18.3 12.0002C18.3 12.2669 18.2 12.5002 18 12.7002L13.4 17.3002C13.2167 17.4835 12.9833 17.5752 12.7 17.5752C12.4167 17.5752 12.1833 17.4835 12 17.3002C11.8167 17.1169 11.725 16.8835 11.725 16.6002C11.725 16.3169 11.8167 16.0835 12 15.9002L14.9 13.0002Z' fill='%236FB7B3'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
footer .footer-main.footer-main .column .links ul li a:hover:before, footer .footer-secondary.footer-main .column .links ul li a:hover:before {
  left: 5px;
}
footer .footer-main.footer-secondary, footer .footer-secondary.footer-secondary {
  background-color: #7084A4;
  padding: 72px 0 12px;
}
footer .footer-main.footer-secondary *, footer .footer-secondary.footer-secondary * {
  color: #fff;
}
footer .footer-main.footer-secondary .column, footer .footer-secondary.footer-secondary .column {
  padding-bottom: 48px;
}
footer .footer-main.footer-secondary .column > div:not(:first-of-type), footer .footer-secondary.footer-secondary .column > div:not(:first-of-type) {
  margin-top: 48px;
}
footer .footer-main.footer-secondary .column .title, footer .footer-secondary.footer-secondary .column .title {
  margin-bottom: 24px;
}
footer .footer-main.footer-secondary .column.col-6 .links ul, footer .footer-main.footer-secondary .column.col-7 .links ul, footer .footer-main.footer-secondary .column.col-8 .links ul, footer .footer-main.footer-secondary .column.col-9 .links ul, footer .footer-main.footer-secondary .column.col-10 .links ul, footer .footer-main.footer-secondary .column.col-11 .links ul, footer .footer-main.footer-secondary .column.col-12 .links ul, footer .footer-secondary.footer-secondary .column.col-6 .links ul, footer .footer-secondary.footer-secondary .column.col-7 .links ul, footer .footer-secondary.footer-secondary .column.col-8 .links ul, footer .footer-secondary.footer-secondary .column.col-9 .links ul, footer .footer-secondary.footer-secondary .column.col-10 .links ul, footer .footer-secondary.footer-secondary .column.col-11 .links ul, footer .footer-secondary.footer-secondary .column.col-12 .links ul {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
footer .footer-main.footer-secondary .column.col-6 .links ul li, footer .footer-main.footer-secondary .column.col-7 .links ul li, footer .footer-main.footer-secondary .column.col-8 .links ul li, footer .footer-main.footer-secondary .column.col-9 .links ul li, footer .footer-main.footer-secondary .column.col-10 .links ul li, footer .footer-main.footer-secondary .column.col-11 .links ul li, footer .footer-main.footer-secondary .column.col-12 .links ul li, footer .footer-secondary.footer-secondary .column.col-6 .links ul li, footer .footer-secondary.footer-secondary .column.col-7 .links ul li, footer .footer-secondary.footer-secondary .column.col-8 .links ul li, footer .footer-secondary.footer-secondary .column.col-9 .links ul li, footer .footer-secondary.footer-secondary .column.col-10 .links ul li, footer .footer-secondary.footer-secondary .column.col-11 .links ul li, footer .footer-secondary.footer-secondary .column.col-12 .links ul li {
  width: calc(50% - 12px);
}
@media only screen and (max-width: 991px) {
  footer .footer-main.footer-secondary .column.col-6 .links ul li, footer .footer-main.footer-secondary .column.col-7 .links ul li, footer .footer-main.footer-secondary .column.col-8 .links ul li, footer .footer-main.footer-secondary .column.col-9 .links ul li, footer .footer-main.footer-secondary .column.col-10 .links ul li, footer .footer-main.footer-secondary .column.col-11 .links ul li, footer .footer-main.footer-secondary .column.col-12 .links ul li, footer .footer-secondary.footer-secondary .column.col-6 .links ul li, footer .footer-secondary.footer-secondary .column.col-7 .links ul li, footer .footer-secondary.footer-secondary .column.col-8 .links ul li, footer .footer-secondary.footer-secondary .column.col-9 .links ul li, footer .footer-secondary.footer-secondary .column.col-10 .links ul li, footer .footer-secondary.footer-secondary .column.col-11 .links ul li, footer .footer-secondary.footer-secondary .column.col-12 .links ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-main .col-1, footer .footer-main .col-2, footer .footer-secondary .col-1, footer .footer-secondary .col-2 {
    width: 25%;
  }
  footer .footer-main .col-3, footer .footer-main .col-4, footer .footer-secondary .col-3, footer .footer-secondary .col-4 {
    width: 50%;
  }
  footer .footer-main .col-5, footer .footer-main .col-6, footer .footer-main .col-7, footer .footer-main .col-8, footer .footer-main .col-9, footer .footer-main .col-10, footer .footer-main .col-11, footer .footer-secondary .col-5, footer .footer-secondary .col-6, footer .footer-secondary .col-7, footer .footer-secondary .col-8, footer .footer-secondary .col-9, footer .footer-secondary .col-10, footer .footer-secondary .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-main .col-1, footer .footer-main .col-2, footer .footer-secondary .col-1, footer .footer-secondary .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-main .col-3, footer .footer-main .col-4, footer .footer-secondary .col-3, footer .footer-secondary .col-4 {
    width: 100%;
  }
}
footer .footer-main .column, footer .footer-secondary .column {
  padding-bottom: 24px;
}
footer .footer-main .column > div:not(:first-of-type), footer .footer-secondary .column > div:not(:first-of-type) {
  margin-top: 24px;
}
footer .footer-main .column .links ul, footer .footer-main .column .company-data ul, footer .footer-secondary .column .links ul, footer .footer-secondary .column .company-data ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
footer .footer-main .column .company-data li.company:not(.logo), footer .footer-secondary .column .company-data li.company:not(.logo) {
  padding-left: 42px;
  position: relative;
}
footer .footer-main .column .company-data li.company:not(.logo):before, footer .footer-secondary .column .company-data li.company:not(.logo):before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer-main .column .company-data li.company:not(.logo).address .label, footer .footer-secondary .column .company-data li.company:not(.logo).address .label {
  display: flex;
  width: 100%;
  font-weight: bold;
}
footer .footer-main .column .company-data li.company:not(.logo).address:before, footer .footer-secondary .column .company-data li.company:not(.logo).address:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12ZM12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
footer .footer-main .column .company-data li.company:not(.logo).email .label, footer .footer-secondary .column .company-data li.company:not(.logo).email .label {
  font-weight: bold;
  margin-right: 5px;
}
footer .footer-main .column .company-data li.company:not(.logo).email:before, footer .footer-secondary .column .company-data li.company:not(.logo).email:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 512 512'%3E%3Cpath d='M475.152,65.974H36.847A36.889,36.889,0,0,0,0,102.821V409.179a36.889,36.889,0,0,0,36.847,36.847H475.152A36.888,36.888,0,0,0,512,409.179V102.821A36.888,36.888,0,0,0,475.152,65.974ZM267.506,260.706a17.787,17.787,0,0,1-23.012,0L39.093,89.974H472.907ZM201.285,256,24,403.362V108.638Zm18.774,15.6,9.093,7.559a42.012,42.012,0,0,0,53.7,0l9.093-7.559L472.907,422.025H39.093ZM310.715,256,488,108.638V403.361Z'/%3E%3C/svg%3E%0A");
}
footer .footer-main .column .company-data li.company:not(.logo).phone .label, footer .footer-secondary .column .company-data li.company:not(.logo).phone .label {
  font-weight: bold;
  margin-right: 5px;
}
footer .footer-main .column .company-data li.company:not(.logo).phone:before, footer .footer-secondary .column .company-data li.company:not(.logo).phone:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M-4.5897e-08 1.05C-3.27835e-08 0.749999 0.1 0.499999 0.299999 0.299999C0.5 0.0999992 0.75 -7.54021e-07 1.05 -7.40908e-07L5.1 -5.63877e-07C5.31667 -5.54406e-07 5.5125 0.0749995 5.6875 0.224999C5.8625 0.374999 5.98333 0.566666 6.05 0.799999L6.75 4.25C6.78333 4.48333 6.7625 4.72083 6.6875 4.9625C6.6125 5.20417 6.5 5.4 6.35 5.55L4 7.9C4.36667 8.53333 4.77083 9.13333 5.2125 9.7C5.65417 10.2667 6.13333 10.8083 6.65 11.325C7.18333 11.875 7.7375 12.3792 8.3125 12.8375C8.8875 13.2958 9.48333 13.6917 10.1 14.025L12.55 11.6C12.6833 11.4667 12.8417 11.375 13.025 11.325C13.2083 11.275 13.4333 11.2667 13.7 11.3L17.2 11.95C17.4167 11.9833 17.6042 12.0917 17.7625 12.275C17.9208 12.4583 18 12.6667 18 12.9L18 16.95C18 17.25 17.9 17.5 17.7 17.7C17.5 17.9 17.25 18 16.95 18C14.8667 18 12.8083 17.5458 10.775 16.6375C8.74167 15.7292 6.89167 14.4417 5.225 12.775C3.55833 11.1083 2.27083 9.25833 1.3625 7.225C0.454166 5.19167 -1.36962e-07 3.13333 -4.5897e-08 1.05ZM12 14.95C12.65 15.2333 13.3083 15.45 13.975 15.6C14.6417 15.75 15.3167 15.8667 16 15.95L16 13.75L13.65 13.3L12 14.95ZM3.1 6L4.75 4.35L4.25 2L2.05 2C2.1 2.68333 2.21667 3.35833 2.4 4.025C2.58333 4.69167 2.81667 5.35 3.1 6Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
footer .footer-main .column .company-data li.company:not(.logo).phone.emergency:before, footer .footer-secondary .column .company-data li.company:not(.logo).phone.emergency:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.9 18V12.05L1.75 15.025L0 12L5.15 9L0 6.025L1.75 3L6.9 5.975V0H10.4V5.975L15.55 3L17.3 6.025L12.15 9L17.3 12L15.55 15.025L10.4 12.05V18H6.9Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
footer .footer-main .column .company-data li.company:not(.logo).website:before, footer .footer-secondary .column .company-data li.company:not(.logo).website:before {
  content: "\f0c1";
}
footer .footer-main .column .company-data li.company:not(.logo).kvk:before, footer .footer-secondary .column .company-data li.company:not(.logo).kvk:before {
  content: "\f1ad";
}
footer .footer-main .column .company-data li.company:not(.logo).tax:before, footer .footer-secondary .column .company-data li.company:not(.logo).tax:before {
  content: "\f51e";
}
footer .bottom-footer {
  background-color: #1F2E4C;
  color: #ffffff;
  padding: 40px 0;
}
footer .bottom-footer a {
  color: #ffffff;
}
footer .bottom-footer .copyright {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .copyright {
    width: 100%;
  }
}
footer .bottom-footer .statements {
  text-align: right;
  font-weight: bold;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 12px;
}
footer .bottom-footer .statements .sep {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .statements {
    width: 100%;
    margin-top: 12px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer a :focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #1f2e4c;
}
footer ul {
  list-style: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.hamburger {
  background: #fff !important;
  border: 1px solid #E5EBF1 !important;
  padding: 0 !important;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 99999;
}
.admin-bar .hamburger {
  top: 53px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background: #565656;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
  left: 0;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
  left: 0;
}

body.lock {
  overflow: hidden;
}

.responsive-menu-container {
  display: none;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 99996;
  overflow: auto;
  padding-top: 84px;
  gap: 24px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1200px) {
  .responsive-menu-container {
    display: flex;
  }
}
.responsive-menu-container .menu-main-menu-container, .responsive-menu-container .top-navigation {
  width: 100%;
}
.responsive-menu-container .responsive-menu-logo {
  padding: 15px;
  padding-right: 60px;
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 24px;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu > li.menu-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 20px;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #1F2E4C;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px 12px;
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  margin-left: 0;
  padding-top: 108px;
  background: #E5EBF1;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  box-sizing: border-box;
  overflow: visible;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back {
  margin-bottom: 0 !important;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 12px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a i {
  font-size: 14px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-parent-duplicate {
  border-bottom: 1px solid #c4d2df;
  padding: 12px 0;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-parent-duplicate a {
  font-size: 32px;
}
.responsive-menu-container .top-navigation {
  padding: 24px;
  background: #E5EBF1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.responsive-menu-container .top-navigation .contact-details-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  order: 1;
}
.responsive-menu-container .top-navigation .contact-details-container:not(:last-child) {
  margin-right: 12px;
}
.responsive-menu-container .top-navigation .contact-details-container .contact-detail-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 6px;
  position: relative;
}
.responsive-menu-container .top-navigation .contact-details-container .contact-detail-item.has-icon {
  padding-left: 24px;
}
.responsive-menu-container .top-navigation .contact-details-container .contact-detail-item .icon-container {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive-menu-container .top-navigation .contact-details-container .contact-detail-item .description {
  font-weight: bold;
}
.responsive-menu-container .top-navigation .contact-details-container .contact-detail-item a {
  text-decoration: none;
}
.responsive-menu-container .top-navigation .cta-repeater-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  order: 2;
}
.responsive-menu-container .top-navigation .wpml-ls-statics-shortcode_actions {
  order: 3;
  z-index: 1;
}
.responsive-menu-container .top-navigation .wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle {
  background: #fff !important;
}
.responsive-menu-container .top-navigation .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  border: 1px solid #c4d2df;
}
.responsive-menu-container .top-navigation .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a {
  background: #fff !important;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #F9FBFC; /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.admin-bar {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 0;
  }
}

.site-main {
  position: relative;
}

/* ===Links=== */
a {
  color: #1F2E4C;
}
a:visited, a:hover, a:focus, a:active {
  color: #1F2E4C;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, .cta-container .inner-cta-container .top-cta .cta-text p, h4, .product-item-small a .product-content h2, h5, h6 {
  clear: both;
  line-height: 1.2;
}

/* ===Lists=== */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #e5e5e5;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #1F2E4C;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}

.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}

.error-404 .in-grid, .error-404 .posts-parent-container .facetwp-type-pager, .posts-parent-container .error-404 .facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4, .error-404 .posts-parent-container .facetwp-type-pager .col-4, .posts-parent-container .error-404 .facetwp-type-pager .col-4 {
  border-right: 2px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4, .error-404 .posts-parent-container .facetwp-type-pager .col-4, .posts-parent-container .error-404 .facetwp-type-pager .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-1, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-2, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-3, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-3 {
  fill: #e5e5e5;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-1, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-3, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2, .error-404 .posts-parent-container .facetwp-type-pager .col-4 svg .cls-2, .posts-parent-container .error-404 .facetwp-type-pager .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8, .error-404 .posts-parent-container .facetwp-type-pager .col-8, .posts-parent-container .error-404 .facetwp-type-pager .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 24px;
  }
}
.error-404 .in-grid .col-8 p, .error-404 .posts-parent-container .facetwp-type-pager .col-8 p, .posts-parent-container .error-404 .facetwp-type-pager .col-8 p {
  margin-bottom: 0px;
}

.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content .cta-container .inner-cta-container .top-cta .cta-text p, .cta-container .inner-cta-container .top-cta .cta-text .wysiwyg-content p, .wysiwyg-content h4, .wysiwyg-content .product-item-small a .product-content h2, .product-item-small a .product-content .wysiwyg-content h2, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 12px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content p.big-paragraph {
  font-size: 20px;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "\f111";
  color: #1F2E4C;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 0.5em;
}
.wysiwyg-content ul li ul li:before {
  content: "\f192";
}
.wysiwyg-content ol {
  padding-left: 15px;
  margin-bottom: 1.5em;
}
.wysiwyg-content ol > li > ol {
  list-style: lower-alpha;
}
.wysiwyg-content ol > li > ol > li > ol {
  list-style: lower-roman;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #EEF3F6;
  font-style: italic;
}

.hero {
  background: #E5EBF1;
  padding: 72px 0;
  position: relative;
  margin-bottom: 40px;
}
.hero h2, .hero h3, .hero .cta-container .inner-cta-container .top-cta .cta-text p, .cta-container .inner-cta-container .top-cta .cta-text .hero p {
  font-family: "ivymode", sans-serif;
}
@media screen and (min-width: 1920px) {
  .hero {
    margin-bottom: 50px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 40px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1480' height='47' viewBox='0 0 1480 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5396_2062)'%3E%3Cpath d='M62.5764 -502.15C149.308 -506.519 208.51 -501.877 288.968 -501.137C466.087 -499.512 699.654 -500.976 880.806 -500.859C1017.92 -500.771 1157.24 -500.46 1293.52 -500.21C1300.52 -500.197 1304.68 -499.718 1307.86 -499.712C1337.7 -499.656 1387.73 -500.09 1417.34 -500.027C1443.88 -499.97 1478.81 -499.951 1514.56 -499.914L1536.71 -500.181L1537 -479.005C1536.95 -434.187 1536.86 -387.972 1536.58 -357.49C1536.38 -334.925 1536.29 -311.779 1535.07 -303.007C1535 -294.762 1536.11 -290.262 1536.17 -288.109C1536.17 -288.085 1536.17 -288.06 1536.16 -288.036C1536.36 -281.101 1535.58 -263.59 1535.63 -259.725C1535.64 -259.148 1536.43 -262.705 1536.2 -253.33C1536.17 -252.495 1535.63 -253.266 1535.62 -245.371C1535.62 -243.317 1536.45 -216.914 1536.51 -209.37C1536.67 -184.26 1536.01 -124.294 1536.02 -94.2736C1536.02 -89.6825 1536.35 -87.0381 1536.36 -82.1891C1536.36 -79.6846 1536.01 -75.9304 1536.01 -75.1596C1536.02 -71.7822 1537.59 -57.0283 1534.5 -62.3242C1534.69 -46.9194 1535.71 -51.4574 1536.38 -51.1095C1536.47 -34.3869 1535.01 -26.3266 1536.56 -21.9595C1536.54 -10.3419 1536.51 1.27568 1536.49 12.8933L1536.76 33.0511L1514.56 33.3191C1438.78 33.1701 1362.98 33.0201 1287.19 32.8712C1287.16 33.1061 1287.14 33.3411 1287.11 33.576C1261.1 32.6372 1252.17 34.2249 1237.32 32.8622C1228.17 33.1621 1219 33.462 1209.85 33.762C974.498 32.8382 739.698 33.9369 506.999 33.9329C497.178 33.9329 494.726 33.4331 478.53 33.4301C460.648 33.4261 435.497 34.0069 411.929 34C391.255 33.995 360.756 33.522 337.704 33.4481C332.501 33.4321 328.737 33.749 328.151 33.747C324.707 33.735 324.533 33.2331 321.191 33.2191C317.194 33.2031 312.366 33.574 307.749 33.552C290.494 33.4691 271.69 33.597 269.505 33.588C258.981 33.541 256.658 33.0501 255.793 33.0451C244.085 32.9851 248.475 33.428 245.56 33.4021C230.431 33.2661 219.739 32.1623 199.029 33.2221C199.593 32.8122 200.156 32.4023 200.721 31.9924C184.871 31.7614 195.34 32.8512 192.101 33.0481C190.779 33.1211 156.663 32.9882 154.032 32.9692C144.868 32.8982 144.622 32.3542 143.83 32.3462C141.901 32.3292 118.846 32.9471 107.026 32.4712C93.0425 31.9083 109.502 30.8006 106.03 30.5917C105.444 30.5567 90.8031 30.6706 88.8374 30.3237C86.6677 29.9508 99.3282 29.9587 99.1339 29.8018C98.9966 29.6948 77.9753 28.925 82.0055 28.4071C85.2449 27.8882 113.764 28.554 119.805 28.3101C120.802 28.2691 118.922 27.6283 119.805 27.6053C123.354 27.5193 189.063 27.4993 192.069 27.6053C188.648 27.8972 185.225 28.1891 181.805 28.4811C186.354 28.5101 190.904 28.5401 195.454 28.5691C188.985 28.803 182.516 29.0369 176.048 29.2709C185.661 31.6744 214.616 29.2379 215.809 28.0382C216.327 27.4833 198.626 26.0566 215.098 25.2258C212.594 25.0828 210.089 24.9408 207.585 24.7978C202.424 25.0318 197.262 25.2657 192.101 25.4997C195.538 25.6477 198.976 25.7946 202.413 25.9426C201.148 26.1096 199.883 26.2755 198.618 26.4425C188.969 26.7104 179.322 26.9774 169.673 27.2453C164.713 27.1213 165.744 26.6294 162.335 26.5345C119.814 25.3347 147.549 26.8614 119.711 26.6414C115.735 26.3765 111.76 26.1125 107.786 25.8476C109.187 26.9414 96.857 26.2545 81.9422 26.7264C83.7234 26.3725 85.5057 26.0186 87.2879 25.6646C65.6819 25.8526 21.8831 24.069 33.7029 26.0216C28.7522 25.8546 23.8019 25.6876 18.8514 25.5217C14.671 25.8406 10.4898 26.1595 6.30951 26.4795C0.53116 26.4425 -5.24698 26.4065 -11.025 26.3695C-11.0515 26.1965 -11.0777 26.0236 -11.1041 25.8506C-6.49628 25.8496 -1.88879 25.8486 2.71901 25.8476C-0.739282 25.3207 -4.1979 24.7938 -7.6563 24.2669C-11.0568 24.3549 -14.4573 24.4419 -17.8576 24.5299C-3.59423 25.0278 -22.3989 25.8416 -26.952 26.5374C-28.2025 26.5644 -29.407 26.5785 -30.5645 26.5825L-45.0632 26.7565L-45.2557 12.8933C-45.2919 3.6022 -44.51 -2.49453 -44.4709 -5.86084C-44.4501 -7.62647 -46.1595 -28.4292 -44.281 -20.2739C-44.5091 -30.9777 -44.7372 -41.6814 -44.9653 -52.3852C-44.8212 -56.5704 -44.6771 -60.7555 -44.533 -64.9407C-43.6581 -55.8585 -42.6038 -82.1821 -42.241 -62.7891C-41.9689 -48.3091 -42.7869 -44.7408 -42.7812 -37.8692C-42.7773 -31.6755 -42.2263 -28.4002 -42.2017 -21.6586C-42.1606 -9.64105 -42.1376 1.78658 -42.1303 12.8933L-41.9787 23.808L-30.5645 23.6701C2.48403 23.6511 32.8931 23.746 66.8534 23.913C75.9824 23.959 84.2867 23.7071 90.419 23.7421C97.342 23.7831 88.6689 24.4269 97.489 24.27C106.752 24.105 108.756 23.5791 111.202 23.5691C112.724 23.5631 117.548 24.035 121.988 24.035C140.234 24.035 166.97 23.5781 169.563 23.5811C172.491 23.5861 224.093 24.013 226.564 24.0899C227.874 24.1329 225.156 25.8786 236.528 24.017C240.076 23.983 243.625 23.948 247.172 23.913C246.598 24.2619 246.023 24.6108 245.449 24.9598C266.468 23.637 259.239 24.3769 279.501 24.273C328.019 24.023 399.589 24.3169 452.655 24.1939C464.505 24.1659 469.019 23.7481 483.038 23.7181C496.061 23.6921 530.069 24.9378 522.673 23.2112C551.651 24.7069 556.31 22.1283 570.818 23.736C572.573 23.5021 574.328 23.2681 576.084 23.0342C591.831 24.038 596.691 23.1562 613.885 23.0342C621.294 22.9822 612.753 24.049 627.708 22.8612C630.566 22.9492 633.422 23.0382 636.28 23.1262C635.615 23.3841 634.952 23.6431 634.287 23.901C650.896 23.6901 651.967 23.824 650.072 22.8572C658.09 23.0332 666.109 23.2092 674.128 23.3851C675.124 23.0682 676.121 22.7512 677.117 22.4333C673.276 21.8284 491.204 22.7413 465.845 23.0312C436.109 22.3134 376.372 23.2112 352.349 23.0412C342.735 22.9722 338.488 22.2543 324.497 22.1683C310.512 22.0824 292.91 22.7333 285.464 22.7573C260.652 22.8383 143.108 22.6953 223.053 21.8025C220.755 21.4525 218.455 21.1026 216.157 20.7527C184.389 21.9464 195.892 21.2116 169.532 21.0886C158.435 21.0356 132.045 21.8164 133.518 20.2278C154.124 19.9318 176.017 20.4398 193.936 20.4168C195.712 20.4148 216.927 19.6889 227.845 19.8859C237.695 20.0658 230.913 21.5805 252.344 19.8798C268.261 21.5415 277.464 20.0338 281.667 19.8738C288.934 19.5959 289.73 20.4157 296.993 20.5117C304.905 20.6167 310.352 20.0728 311.433 20.0688C322.284 20.0568 378.797 19.9828 381.388 20.3128C379.115 20.4587 376.843 20.6037 374.571 20.7496C389.248 20.9836 386.18 20.1448 390.04 20.0448C392.912 20.0478 395.786 20.0508 398.659 20.0538C397.521 20.2278 396.381 20.4018 395.243 20.5757C412.576 20.5387 399.314 19.9338 423.918 19.9498C439.54 19.9608 455.677 20.6247 457.195 20.5757C457.642 20.5617 452.724 20.1138 459.093 20.0538C469.635 19.9548 487.863 19.9668 489.902 20.5757C495.065 20.4897 494.626 19.8938 495.311 19.8798C498.309 19.8218 549.889 19.6189 559.129 19.5839C584.732 19.4869 613.238 19.6139 640.977 19.5139C643.829 19.5039 642.01 19.8858 644.868 19.8738C649.457 19.8538 673.014 19.254 676.532 19.212C685.315 19.108 708.42 19.346 712.055 19.172C712.572 19.147 704.968 18.6301 713.858 18.4701C723.728 18.2932 718.415 18.9881 718.95 18.9951C739.039 19.233 751.721 18.7501 765.434 18.6561C769.878 18.6261 778.079 19.15 784.35 18.9951C785.072 18.9781 783.642 18.4941 784.35 18.4701C793.827 18.2172 802.693 19.114 806.793 19.172C816.827 19.314 811.363 18.6521 811.886 18.6471C818.57 18.6261 827.566 18.865 837.73 18.833C883.044 18.6921 920.023 18.6521 968.197 18.6961C974.246 18.7011 981.427 19.168 982.352 19.169C985.212 19.165 984.394 18.6171 992.664 18.6291C1010.1 18.6571 1026.27 18.6311 1043.52 18.6411C1047 18.6431 1048.48 19.152 1051.13 19.163C1060.03 19.195 1090.34 17.8633 1090.83 19.5199C1108.47 18.0532 1120.19 19.317 1134.39 19.303C1168.03 19.272 1220.69 18.973 1254.21 19.163C1261.27 19.204 1264.59 19.6279 1268.51 19.6509C1275.55 19.6929 1315.82 19.4559 1317.92 19.5229C1322.06 19.6519 1319.58 21.5205 1340.84 19.8918C1353.3 19.7759 1351.83 20.5437 1354.41 20.5847C1374.5 20.8926 1394.04 19.18 1390.4 20.7496C1413.79 20.3237 1428.94 19.4559 1438.49 20.9236C1438.36 20.2078 1449.37 19.7779 1462.62 20.0508C1449.05 21.2536 1450.73 22.0224 1417.9 21.8025C1417.38 21.7985 1418.37 21.2805 1417.84 21.2775C1413.16 21.2425 1403.38 21.5035 1395.38 21.4755C1387.4 21.4475 1391.83 21.0936 1388.64 21.1006C1385.71 21.1076 1385.8 21.6025 1381.56 21.6095C1367.82 21.6295 1355.65 21.7654 1347.83 21.7744C1342.9 21.7794 1337.39 21.3445 1333.57 21.3445C1318.78 21.3475 1287.45 21.6875 1268.64 21.6405C1264.71 21.6295 1266.37 21.1406 1257.79 21.1006C1256.78 21.0956 1253.14 21.6045 1245.63 21.7104C1238.11 21.8164 1232.3 21.5635 1227.47 21.6155C1223.44 21.6595 1225.12 22.1124 1216.86 22.1404C1209.97 22.1634 1131.91 21.8375 1127.67 21.7655C1121.58 21.6615 1118.68 21.0256 1114.95 21.1036C1114.3 21.1196 1113.19 21.7334 1110.92 21.7774C1073.49 22.5033 990.668 21.6655 947.905 21.6705C858.52 21.6795 776.057 22.0404 685.879 22.1834C684.272 22.2903 682.663 22.3973 681.056 22.5033C690.171 22.5083 699.286 22.5123 708.401 22.5163C708.459 22.8052 708.517 23.0932 708.575 23.3821C720.899 23.4281 719.266 22.7453 718.919 22.3334C723.479 22.5083 728.04 22.6833 732.6 22.8572C736.535 21.8514 766.947 22.5203 782.627 22.5193C792.824 22.5193 804.959 22.1354 810.336 22.1654C821.697 22.2263 821.4 22.8482 822.294 22.8572C823.81 22.8722 839.67 22.3243 851.11 22.3453C868.024 22.3753 869.853 23.3291 893.007 22.5193C922.674 23.0142 955.547 22.7653 987.523 22.6843C981.435 23.5651 1010.09 22.7313 1023.02 22.7453C1101.85 22.8312 1198.76 23.2081 1278.63 23.5561C1288.9 23.6001 1296.66 24.1199 1302.38 24.1029C1305.48 24.0939 1306.83 23.4811 1311.13 23.5621C1311.89 23.5781 1312.42 24.151 1320.44 24.237C1340.39 24.4529 1390.08 23.4981 1402.66 24.5969C1439.97 24.5039 1477.27 24.4109 1514.56 24.3179L1526.98 24.169L1526.83 12.8933C1526.74 -15.9128 1526.66 -44.7188 1526.58 -73.5239C1526.83 -75.1205 1527.07 -76.7172 1527.33 -78.3139C1526.04 -90.3884 1526.81 -138.122 1526.74 -161.401C1526.63 -202.369 1526.24 -254.643 1526.19 -290.54C1526.18 -298.341 1526.55 -304.732 1526.54 -312.116C1526.54 -315.292 1526.07 -319.243 1526.06 -322.549C1526.02 -359.666 1526.51 -409.921 1526.5 -447.327C1526.5 -457.957 1526.5 -468.509 1526.5 -479.005L1526.33 -490.263L1514.56 -490.121C1435.83 -490.118 1360.02 -490.167 1279.23 -490.15C968.132 -490.082 658.825 -489.435 350.381 -489.696C346.247 -489.699 346.453 -490.205 343.249 -490.208C324.331 -490.233 282.086 -489.816 260.72 -489.839C243.698 -489.857 216.678 -490.63 210.821 -489.851C271.297 -488.673 335.19 -488.762 398.146 -488.433C402.622 -488.409 403.179 -487.929 403.729 -487.92C413.922 -487.753 407.486 -488.415 422.266 -488.445C427.206 -488.455 472.834 -486.921 467.406 -488.448C478.332 -487.837 555.361 -487.532 570.225 -487.734C574.739 -487.796 571.544 -488.248 572.44 -488.271C576.331 -488.371 578.088 -487.747 581.566 -487.731C590.835 -487.692 614.412 -488.198 618.891 -488.195C629.199 -488.189 660.1 -487.681 673.71 -487.801C686.185 -487.91 683.849 -488.562 694.635 -488.622C703.136 -488.667 693.876 -488.119 712.856 -487.954C722.261 -487.873 755.167 -488.265 763.166 -488.265C771.161 -488.265 780.055 -487.875 791.081 -487.905C806.966 -487.947 841.519 -488.164 857.683 -488.289C858.648 -488.296 860.999 -488.803 863.377 -488.793C868.302 -488.771 866.822 -488.145 870.541 -488.082C874.262 -488.018 938.707 -488.095 949.654 -488.088C957.198 -488.084 962.408 -488.457 966.576 -488.454C969.849 -488.45 970.199 -487.929 973.536 -487.923C974.57 -487.923 983.365 -488.376 992.151 -488.366C1000.45 -488.355 1031.98 -487.924 1035.63 -487.92C1038.01 -487.918 1035.4 -488.289 1042.43 -488.28C1048.84 -488.271 1053.04 -487.79 1056.7 -487.783C1065.17 -487.767 1074.64 -488.177 1083.63 -488.179C1109.47 -488.185 1108.14 -487.588 1109.7 -487.569C1114 -487.515 1115.72 -488.061 1117.13 -488.073C1123.09 -488.118 1137.69 -488.219 1143 -488.24C1149.62 -488.267 1152.42 -487.748 1159.45 -487.746C1164.69 -487.746 1175.28 -488.252 1187.23 -488.277C1214.18 -488.335 1246.22 -488.431 1272.69 -488.411C1280.57 -488.406 1281.79 -487.932 1284.2 -487.92C1296.87 -487.855 1303.96 -488.385 1307.59 -488.378C1333.4 -488.33 1379.44 -487.499 1403.39 -487.429C1413.14 -487.401 1455.84 -487.784 1479.92 -487.716C1482.67 -487.708 1480.1 -487.337 1483.16 -487.395C1490.5 -487.535 1489.82 -488.291 1493.53 -488.268C1495.34 -488.254 1499.42 -487.828 1504.66 -487.786C1508.09 -487.758 1511.4 -487.739 1514.56 -487.727L1523.8 -487.838L1523.92 -479.005C1523.83 -458.657 1524.1 -444.129 1524.08 -434.064C1523.84 -323.356 1523.63 -210.467 1523.57 -107.08C1523.56 -95.5533 1524.04 -81.2593 1523.57 -63.8569C1523.32 -63.321 1523.06 -62.7861 1522.81 -62.2502C1523.06 -61.6413 1523.31 -61.0324 1523.56 -60.4226C1523.68 -40.7116 1524.01 -33.2622 1523.69 -13.1323C1523.66 -11.3987 1522.51 -6.10579 1523.94 -2.83146C1523.23 10.8567 1523.5 9.99188 1523.77 12.8933L1523.89 21.3615L1514.56 21.4735C1513.14 21.5885 1510.87 21.7035 1505.89 21.7315C1490.01 21.8215 1474.57 21.5245 1459.17 21.4575C1450.73 20.9796 1486.16 19.8799 1488.47 19.8829C1492.19 19.8869 1496.05 20.5497 1499.64 20.5847C1505.04 20.6387 1510.34 20.5287 1514.56 20.4857L1522.81 20.3858L1522.71 12.8933C1522.66 9.09207 1522.69 6.23067 1523 5.1419C1522.33 -7.63447 1522.66 8.27024 1522.06 6.67457C1522.31 -1.85367 1522.56 -10.3809 1522.81 -18.9091C1520.75 -23.2532 1523.44 -70.3735 1521.87 -67.0992C1522.18 -70.8464 1522.49 -74.5947 1522.81 -78.3429C1520.85 -94.7795 1522.24 -104.446 1522.81 -126.371C1522.57 -124.789 1522.31 -123.208 1522.06 -121.626C1521.96 -122.074 1521.56 -141.424 1522.62 -134.505C1521.22 -154.342 1523.56 -153.506 1521.86 -171.289C1521.65 -181.853 1522.63 -175.501 1522.61 -194.411C1522.6 -205.617 1522.1 -219.528 1522.05 -232.049C1522.05 -234.935 1522.62 -236.188 1522.62 -238.755C1522.62 -241.32 1522.06 -242.573 1522.04 -245.681C1522.01 -252.103 1522.41 -260.428 1522.36 -264.441C1522.33 -268.038 1521.85 -273.178 1521.76 -281.846C1521.5 -312.117 1522.19 -302.973 1522.44 -307.754C1522.69 -312.89 1521.76 -316.583 1521.87 -326.823C1521.88 -327.85 1522.46 -325.193 1522.44 -328.532C1522.42 -331.226 1521.78 -332.58 1521.67 -341.501C1521.62 -345.053 1521.49 -400.198 1521.47 -408.598C1521.46 -421.473 1521.99 -450.154 1521.99 -463.479C1521.99 -468.44 1521.52 -473.732 1521.5 -479.005L1521.4 -485.542L1514.56 -485.459C1514.37 -485.458 1514.17 -485.458 1513.97 -485.458C1494.57 -485.468 1463.51 -485.508 1438.91 -485.531C1416.75 -485.552 1377.86 -486.589 1365.73 -485.653C1334.62 -485.532 1327.07 -486.332 1324.72 -486.343C1318.38 -486.373 1315.44 -485.843 1307.44 -485.818C1203.9 -485.51 1067.54 -485.86 969.471 -485.818C741.975 -485.716 513.239 -485.426 284.951 -485.641C284.339 -485.406 283.727 -485.171 283.116 -484.936C310.098 -484.785 341.807 -484.377 368.443 -484.283C404.005 -484.16 456.757 -485.138 482.842 -483.533C472.263 -483.392 455.028 -484.008 455.337 -483.182C474.248 -483.123 493.159 -483.064 512.069 -483.005C511.506 -483.386 510.942 -483.768 510.377 -484.149C530.122 -484.26 550.317 -484.177 570.131 -484.231C573.572 -484.24 571.135 -484.587 574.132 -484.588C577.485 -484.59 575.213 -484.237 575.84 -484.234C584.315 -484.231 586.874 -484.587 587.908 -484.582C590.561 -484.568 588.499 -484.229 596.148 -484.134C610.34 -483.956 620.501 -484.858 617.168 -483.356C621.749 -483.356 626.331 -483.356 630.912 -483.356C632.098 -483.764 633.285 -484.173 634.47 -484.582C662.652 -482.932 675.645 -485.827 691.218 -483.53C696.354 -483.88 701.488 -484.231 706.624 -484.582C709.517 -484.173 712.412 -483.764 715.306 -483.356C715.871 -483.707 716.435 -484.057 716.998 -484.408C744.666 -484.15 774.125 -484.571 800.587 -484.53C819.02 -484.502 823.435 -484.364 839.763 -484.39C876.081 -484.45 840.015 -483.754 870.194 -483.002C868.623 -483.432 867.052 -483.862 865.48 -484.292C870.478 -484.45 875.476 -484.608 880.474 -484.765C883.954 -484.414 887.434 -484.064 890.912 -483.713C906.347 -485.533 916.347 -484.064 918.449 -484.064C920.146 -484.067 925.978 -485.162 944.245 -484.234C936.669 -485.732 958.18 -484.243 959.902 -484.234C961.54 -484.228 982.481 -484.563 990.981 -484.549C997.667 -484.538 1011.93 -484.215 1021.89 -484.231C1030.68 -484.245 1029.78 -484.754 1030.43 -484.759C1041.25 -484.801 1034.47 -484.406 1042.29 -484.387C1050.11 -484.368 1056.18 -484.801 1057.87 -484.762C1058.72 -484.742 1055.88 -484.268 1059.77 -484.222C1070.21 -484.097 1089.1 -484.512 1101.05 -484.5C1105.29 -484.496 1110.62 -484.094 1115.34 -484.082C1122.57 -484.064 1125.96 -484.598 1130.16 -484.582C1131.63 -484.575 1140.95 -483.751 1152.55 -483.877C1154.76 -483.903 1161.24 -485.647 1169.86 -483.176C1170.53 -483.524 1171.19 -483.871 1171.86 -484.219C1210.75 -485.08 1221.58 -482.255 1238.89 -484.762C1267.13 -484.482 1247.74 -483.505 1250.84 -483.356C1252.85 -483.261 1262.05 -483.53 1263.06 -483.514C1264.85 -483.484 1264.55 -483.171 1266.52 -483.173C1302.53 -483.231 1286.54 -483.823 1297.93 -484.198C1325.06 -485.091 1346.22 -483.108 1299.05 -483.703C1299.05 -483.529 1299.05 -483.354 1299.05 -483.179C1310.66 -483.346 1340.15 -483.266 1330.3 -482.379C1322.55 -481.68 1252.6 -482.137 1292.22 -481.156C1301.21 -480.934 1305.86 -481.59 1321.44 -480.36C1331.74 -480.293 1333.23 -481.887 1347.17 -481.247C1344.88 -481.804 1342.59 -482.36 1340.3 -482.916C1359.32 -483.642 1382.78 -482.669 1397.39 -482.98C1402.36 -483.087 1420.24 -485.739 1416.07 -483.087C1424.42 -483.252 1463.72 -482.764 1471.03 -483.002C1472.79 -483.059 1475.08 -484.471 1500.5 -483.978C1502.27 -483.801 1504.03 -483.624 1505.8 -483.447C1482.54 -482.933 1523.61 -482.41 1512.45 -481.07C1508.66 -481.673 1490.23 -482.04 1487.26 -482.343C1482.19 -482.864 1497.28 -483.536 1478.05 -483.353C1465.93 -481.114 1500.59 -482.144 1495.29 -480.018C1504.13 -480.365 1510.19 -480.475 1514.56 -480.469L1516.12 -480.488L1516.13 -479.005C1516.12 -471.429 1515.68 -469.224 1515.66 -465.763C1515.49 -443 1515.72 -428.675 1515.46 -407.198C1515.93 -401.964 1516.6 -440.845 1516.4 -445.662C1518.06 -427.938 1518.14 -458.443 1517.15 -471.319C1517.65 -472.399 1518.16 -473.48 1518.66 -474.561C1518.38 -457.801 1518.24 -441.452 1518.66 -424.853C1518.47 -423.772 1518.29 -422.692 1518.09 -421.611C1517.81 -425.334 1517.54 -429.058 1517.25 -432.782C1516.78 -418.977 1518.25 -427.256 1516.97 -408.863C1517.54 -408.294 1518.09 -407.724 1518.66 -407.154C1518.48 -389.519 1518.29 -371.883 1518.1 -354.248C1519.23 -345.067 1518.81 -311.133 1517.34 -317.347C1517.24 -303.649 1518.02 -320.559 1518.37 -307.724C1518.53 -302.137 1518.58 -291.219 1518.18 -288.521C1516.78 -289.683 1516.61 -306.022 1515.65 -310.966C1515.34 -307.966 1516.33 -231.981 1514.7 -238.755C1514.51 -232.687 1515.35 -235.477 1515.56 -224.534C1516.16 -193.871 1514.5 -146.376 1516.59 -121.685C1517.75 -150.678 1516.52 -159.253 1516.47 -181.473C1516.44 -195.664 1516.24 -282.193 1517.72 -262.865C1517.54 -266.043 1517.34 -269.221 1517.16 -272.399C1517.6 -275.612 1518.04 -278.824 1518.48 -282.037C1518.54 -272.984 1518.6 -263.931 1518.66 -254.877C1518.22 -252.716 1517.79 -250.554 1517.35 -248.393C1517.66 -247.396 1517.98 -246.398 1518.29 -245.401C1518.35 -241.589 1518.42 -237.777 1518.48 -233.966C1518.1 -235.037 1517.72 -236.107 1517.34 -237.178C1517.28 -231.303 1517.21 -225.428 1517.15 -219.553C1517.65 -221.134 1518.16 -222.716 1518.66 -224.298C1518.79 -196.629 1518.47 -206 1517.54 -190.654C1517.44 -179.196 1518.4 -198.55 1518.65 -174.31C1518.93 -146.123 1517.4 -164.615 1517.73 -128.11C1517.98 -127.585 1518.23 -127.059 1518.48 -126.533C1518.23 -118.507 1517.98 -110.479 1517.73 -102.453C1518.04 -103.514 1518.35 -104.574 1518.66 -105.636C1518.54 -89.0687 1519.13 -66.2374 1517.91 -60.7475C1518.5 -77.54 1516.37 -77.3751 1515.97 -73.008C1515.54 -68.174 1515.55 -27.6413 1515.67 12.8933L1515.68 13.9101L1514.56 13.9231C1476.94 14.0161 1439.31 14.179 1426.47 14.202C1391.05 14.265 1364.28 13.6272 1331.92 14.608C1353.85 15.4118 1430.94 14.7529 1445.56 15.3098C1447.01 15.3638 1446.6 17.1904 1455.9 15.1358C1473.69 15.3428 1493.53 15.2218 1514.56 15.1018L1516.97 15.0728L1516.93 12.8933C1516.85 -0.532942 1516.75 -14.4741 1516.78 -28.6651C1517.34 -27.5993 1517.91 -26.5326 1518.48 -25.4668C1517.45 -7.12459 1519.23 10.0499 1518.39 12.8933L1518.45 16.4165L1514.56 16.4635C1514.05 16.3316 1513.97 16.1296 1514.4 15.8347C1509.82 15.8347 1505.24 15.8347 1500.66 15.8347C1500.66 16.1866 1500.66 16.5375 1500.66 16.8895C1493.76 16.8895 1486.85 16.8895 1479.94 16.8895C1479.94 16.5375 1479.94 16.1866 1479.94 15.8347C1474.22 15.8347 1468.5 15.8347 1462.78 15.8347C1462.19 16.1846 1461.59 16.5356 1461 16.8865C1443.86 16.1576 1385.47 18.1062 1411.15 16.0117C1403.1 16.0117 1395.05 16.0117 1387 16.0117C1387.04 16.2686 1387.06 16.5255 1387.09 16.7835C1383.62 16.8175 1380.17 16.8525 1376.71 16.8865C1377.85 16.6535 1378.99 16.4216 1380.13 16.1886C1364.28 16.6055 1349.26 15.3798 1338.85 16.1846C1345.72 16.3606 1352.57 16.5365 1359.44 16.7125C1346.27 16.3786 1322.02 17.0715 1319.86 17.0735C1313.24 17.0765 1309.75 16.5566 1302.58 16.5296C1296.11 16.5076 1297 16.9075 1295.8 16.8925C1260.89 16.4865 1274.2 14.322 1257.9 16.8835C1256.16 16.5336 1254.43 16.1836 1252.7 15.8347C1250.39 16.1256 1248.08 16.4176 1245.76 16.7095C1235.46 16.6825 1225.15 16.6545 1214.85 16.6275C1218.29 17.0644 1221.72 17.5023 1225.16 17.9392C1209.71 18.1342 1202.5 17.2574 1201.01 17.2374C1196.77 17.1864 1194.84 17.7373 1193.53 17.7383C1130.57 17.6903 1168.81 17.2064 1137.35 15.1388C1126.14 15.9496 1137.48 16.7635 1139.08 17.5883C1124.16 17.2014 1119.5 17.4304 1103.75 17.3844C1099.66 17.3714 1095.25 16.9265 1092.67 16.9205C1090.43 16.9155 1083.43 17.3883 1078.05 17.3903C1069.09 17.3933 1057.17 17.1114 1044.91 17.1184C1034.7 17.1254 1003.48 17.4603 981.704 17.4633C972.41 17.4633 974.567 17.0674 972.167 17.0664C971.168 17.0664 963.925 17.5414 957.963 17.5424C909.343 17.5533 859.514 17.2534 810.652 17.2624C776.228 17.2674 741.249 17.6483 706.757 17.6103C699.417 17.6013 703.303 17.2534 700.097 17.2404C698.997 17.2374 697.671 17.8453 686.322 17.6003C682.221 17.5123 686.937 17.0884 682.906 17.0664C680.943 17.0564 680.11 17.5893 668.64 17.7103C647.794 17.9322 636.591 17.2224 634.73 17.2434C631.221 17.2844 632.247 17.7253 627.597 17.7413C604.859 17.8183 585.874 17.8933 565.582 17.9303C556.107 17.9483 490.77 18.0372 487.182 17.9582C479.154 17.7813 486.626 16.8615 476.332 16.8925C473.449 17.1254 470.564 17.3583 467.68 17.5913C472.262 17.7683 476.844 17.9452 481.424 18.1222C468.813 17.8262 454.512 18.2452 445.174 18.2292C443.449 18.2252 427.571 17.8082 419.473 17.8542C422.916 17.6813 426.359 17.5083 429.801 17.3354C428.583 17.1874 427.365 17.0404 426.147 16.8925C409.953 17.1164 392.824 17.1104 376.216 17.0794C370.228 17.0684 372.251 16.7105 366.189 16.6975C330.875 16.6225 339.794 18.1122 305.818 15.3158C317.291 15.5687 359.14 15.2138 365.224 15.3068C369.463 15.3718 385.9 17.7343 379.87 15.3098C413.778 15.3198 384.326 16.6575 415.994 16.3656C415.36 16.0697 414.728 15.7737 414.095 15.4778C425.152 15.2908 433.316 15.1408 440.034 15.6637C442.288 14.228 479.849 15.0678 500.452 14.9709C530.224 14.8339 563.859 14.4829 593.355 14.422C603.517 14.401 609.273 14.9638 610.548 14.9618C612.41 14.9578 617.646 14.465 621.366 14.461C635.254 14.447 677.504 15.2808 688.014 13.9121C605.381 13.9121 522.747 13.9121 440.114 13.9121C450.502 14.5849 366.915 14.6499 362.678 14.6169C358.754 14.5869 362.056 14.115 360.89 14.086C352.207 13.8831 344.794 14.5679 342.038 14.5679C339.935 14.5679 335.691 14.247 328.214 14.254C326.843 14.255 326.462 14.5949 324.988 14.5959C315.236 14.5959 305.609 14.5909 295.823 14.5929C295.227 14.5889 292.758 14.093 290.288 14.092C287.81 14.092 285.36 14.5879 284.736 14.5889C276.914 14.5859 263.504 14.263 256.061 14.26C253.479 14.26 255.269 14.6229 252.376 14.6199C243.485 14.6109 246.414 13.9001 235.422 14.083C231.737 14.145 231.975 14.6889 224.919 14.6169C219.923 14.5659 220.461 13.5962 219.669 13.5612C218.573 13.5182 201.331 14.284 195.692 13.6501C208.016 11.9745 182.209 13.5621 183.45 14.269C176.617 14.091 169.785 13.9131 162.952 13.7351C160.621 13.9141 158.291 14.0931 155.961 14.272C128.394 13.4652 111.575 13.9501 84.4563 13.7011C83.1472 13.6891 60.297 13.2912 61.3651 13.0393C75.0426 12.6063 88.6893 12.5864 97.4418 13.3872C111.846 11.8605 112.093 13.0773 135.353 12.8743C143.14 12.8063 143.694 12.3914 144.59 12.3864C174.875 12.1804 223.385 12.0025 243.788 13.2132C249.508 12.8863 228.945 12.7563 236.94 12.5143C241.301 12.3824 346.241 11.9955 312.715 13.3902C316.194 13.3522 319.674 13.3132 323.153 13.2742C326.634 11.9575 343.938 12.2584 341.974 13.5701C343.614 13.3022 345.254 13.0333 346.893 12.7653C350.132 12.5374 353.964 12.4164 359.34 12.3434C379.923 12.0695 502.384 12.5263 508.898 12.3374C509.045 12.0264 509.193 11.7155 509.34 11.4046C455.24 11.0517 402.755 11.8255 343.761 10.9347C345.475 11.2266 347.188 11.5176 348.902 11.8095C325.362 11.4006 301.823 10.9927 278.283 10.5838C303.196 10.0549 342.834 9.61098 368.988 10.0469C373.637 10.1239 370.23 10.5308 371.298 10.5808C374.087 10.7087 377.089 10.0019 387.114 9.93387C397.143 9.86489 422.336 10.3658 424.645 10.3518C429.096 10.3228 441.108 9.51396 448.686 9.52496C458.644 9.53896 451.969 10.0389 453.968 10.0499C462.236 10.0989 469.649 9.85093 476.126 9.88792C485.742 9.94291 505.719 10.8227 512.441 9.531C505.57 9.47202 498.701 9.41303 491.831 9.35404C529.082 8.89113 558.206 10.5418 594.905 9.26806C603.244 7.70438 572.922 7.91632 598.559 7.24845C593.903 7.27145 589.248 7.29343 584.593 7.31543C583.501 7.64336 582.41 7.97029 581.319 8.29823C573.3 8.06427 565.282 7.83033 557.263 7.59637C559.551 7.88831 561.839 8.18026 564.127 8.4722C535.699 8.69216 506.991 8.99111 497.067 7.42243C496.482 7.80235 495.897 8.18127 495.311 8.5602C468.917 8.09929 429.295 9.70694 436.697 7.59637C435.447 7.70835 434.198 7.82036 432.948 7.93233C416.994 7.50042 423.808 8.37322 417.812 8.4722C416.101 8.5002 385.09 8.0493 398.833 7.42243C368.581 6.94353 377.909 8.91612 369.573 9.0031C350.208 8.0253 315.372 9.49197 330.017 7.94729C327.134 7.8893 324.249 7.83133 321.366 7.77334C311.889 8.98809 302.549 7.61339 292.28 7.15448C288.801 7.12649 285.321 7.09948 281.841 7.07149C279.512 7.48041 277.181 7.88931 274.85 8.29823C242.115 6.35263 252.48 11.6736 237.525 7.20247C239.855 6.93553 242.185 6.66758 244.515 6.40064C250.04 6.27366 255.565 6.14567 261.091 6.0187C238.806 5.90072 216.521 5.78274 194.237 5.66477C165.95 4.41203 149.854 5.77177 118.43 4.77997C115.488 4.89895 112.545 5.01792 109.604 5.13689C112.602 4.1251 124.016 4.27308 102.756 3.81917C100.944 3.10332 115.301 3.01033 121.846 3.56022C123.424 3.69419 109.999 4.24208 125.088 4.26207C135.347 4.27507 116.719 3.41523 147.452 3.73417C146.314 3.5592 145.174 3.38424 144.036 3.20928C147.368 3.21428 150.699 3.21929 154.032 3.22429C156.995 3.62921 159.957 4.03412 162.92 4.43904C170.536 3.85416 174.81 3.03432 192.212 3.20928C187.492 3.46223 193.895 4.27507 202.508 4.26207C202.508 3.96913 202.508 3.6762 202.508 3.38326C223.356 3.19429 216.158 4.05412 233.491 3.38326C235.226 3.61621 236.96 3.84916 238.695 4.08212C248.137 3.12231 282.899 2.46944 276.559 3.90814C286.31 2.50943 306.792 3.14031 314.407 4.25908C314.992 3.96814 315.577 3.67719 316.162 3.38625C320.217 3.32726 324.271 3.26827 328.325 3.20928C330.587 3.38524 332.849 3.56122 335.11 3.73719C337.983 3.56122 340.856 3.38524 343.73 3.20928C345.464 3.50122 347.199 3.79317 348.933 4.08511C353.552 3.73518 358.169 3.38526 362.789 3.03534C365.614 3.26829 368.44 3.50121 371.265 3.73417C371.558 3.12529 399.554 2.98932 407.374 3.38924C409.704 3.21227 412.034 3.03533 414.365 2.85837C415.503 3.14831 416.642 3.43825 417.781 3.72819C419.515 3.49623 421.249 3.26427 422.984 3.03231C426.98 3.26427 430.977 3.49623 434.973 3.72819C451.271 2.30648 451.797 3.5532 455.518 3.5442C462.417 3.52821 485.912 2.6384 489.839 2.68439C493.762 2.73039 495.656 3.24028 498.822 3.28827C551.026 4.08911 529.567 2.72139 540.039 2.50444C545.69 2.38646 549.689 2.86236 554.685 2.80937C563.231 2.72139 606.343 2.09151 608.823 2.1535C612.435 2.24248 603.932 4.48602 615.671 3.90814C616.062 2.70339 641.166 3.91913 629.432 2.23847C639.77 2.38644 650.108 2.53344 660.447 2.6814C659.275 1.2527 672.023 2.17149 685.911 2.09251C705.589 1.98153 749.894 1.04273 748.273 2.50743C752.987 2.1705 757.701 1.83356 762.413 1.49763C794.665 1.95853 826.297 1.47565 858.307 1.45766C953.311 1.40367 1056.38 1.72161 1150.93 2.00955C1155.48 2.02454 1154.83 2.50244 1158.1 2.51344C1175.3 2.56643 1219.99 2.22748 1244.08 2.33345C1251.8 2.36645 1255.55 2.83335 1258 2.85535C1266.3 2.93133 1264.34 2.31546 1268.17 2.33345C1274.2 2.36145 1306.11 2.93233 1317.1 2.99231C1322.54 3.02231 1328.98 2.53343 1335.35 2.68439C1335.9 2.69639 1334.89 3.20028 1335.35 3.20928C1346.96 3.27027 1339.97 2.83537 1343.91 2.85837C1371.92 3.02234 1401.87 3.03232 1432.25 3.1363C1439.81 3.16229 1451.35 3.51723 1457.83 3.55122C1460.3 3.56222 1455.87 3.18028 1464.41 3.21227C1467.34 3.22327 1468.34 3.72017 1471.64 3.75217C1485.87 3.88814 1490.64 2.29047 1502.86 3.5752C1506.41 3.5622 1510.35 3.54223 1514.56 3.51723L1504.5 12.8933C1504.35 -9.29313 1504.03 -39.4959 1504.03 -56.5474C1504.02 -61.2944 1504.34 -63.6059 1504.33 -68.13C1504.33 -71.3403 1503.84 -76.9902 1503.83 -81.9981C1503.82 -87.0071 1504.29 -94.9135 1504.27 -104.545C1504.26 -114.687 1503.98 -127.297 1503.98 -129.583C1503.98 -132.345 1504.57 -133.631 1504.56 -136.392C1504.54 -144.74 1503.96 -167.091 1503.91 -177.847C1503.84 -189.404 1504.12 -196.343 1504.11 -200.292C1504.11 -203.949 1503.62 -208.214 1503.61 -209.885C1503.6 -212.484 1504.18 -213.098 1504.18 -216.399C1504.17 -221.791 1503.8 -227.351 1503.79 -235.439C1503.69 -317.427 1503.75 -398.512 1503.9 -479.005L1514.56 -469.063C1447.49 -469.167 1380.8 -469.32 1314.34 -469.492C1297.39 -469.536 1287.81 -469.158 1262.83 -469.33C1252.7 -469.401 1256.97 -469.957 1249.08 -469.852C1245.57 -469.804 1246.46 -469.367 1242.01 -469.345C1222.37 -469.254 1199.49 -469.66 1190.98 -469.653C1187.6 -469.651 1183.75 -469.154 1176.82 -469.147C1125.23 -469.091 1064.21 -469.23 1008.69 -469.144C979.301 -469.098 934.802 -468.845 901.066 -468.811C807.857 -468.718 707.585 -468.833 622.577 -468.784C494.217 -468.712 366.473 -468.252 238.389 -468.796C298.312 -467.593 379.911 -467.694 446.623 -467.564C639.317 -467.19 844.488 -467.889 1041.97 -467.863C1110.68 -467.854 1197.32 -467.881 1272.54 -467.603C1275.95 -467.591 1283.02 -467.973 1290.39 -467.933C1291.96 -467.923 1311.39 -467.226 1317.94 -467.219C1311.73 -468.458 1337.37 -467.354 1345.3 -467.384C1355.29 -467.422 1376.14 -468.042 1399.53 -467.692C1420.75 -467.375 1414.9 -466.898 1416.07 -466.868C1423.57 -466.675 1426.2 -467.443 1431.95 -467.521C1443.42 -467.672 1478.12 -467.643 1514.56 -467.571L1502.29 -479.005C1502.21 -443.438 1502.07 -406.098 1502.06 -390.015C1502.05 -381.891 1501.53 -381.662 1501.53 -379.832C1501.53 -374.985 1502.04 -368.085 1502.04 -360.32C1502.03 -346.321 1501.54 -330.196 1501.54 -322.49C1501.53 -304.06 1502.12 -269.088 1502.13 -245.135C1502.13 -238.401 1501.58 -238.813 1501.58 -235.763C1501.59 -222.339 1502.23 -187.376 1502.25 -170.715C1502.26 -143.648 1501.9 -115.806 1502.07 -88.2908C1501.84 -86.5472 1501.59 -84.8025 1501.34 -83.0589C1501.6 -80.3085 1501.86 -77.557 1502.12 -74.8066C1501.99 -45.7426 1502.16 -16.3527 1502.3 12.8933L1514.56 1.46166C1495.71 1.53764 1476.91 1.60161 1458.27 1.58861C1452.55 1.58561 1424.23 1.15171 1419.51 1.14971C1415.58 1.14971 1411.72 1.7116 1405.89 1.62861C1397.73 1.51364 1405.41 0.44386 1392.08 0.749797C1388.5 0.832779 1391.97 1.29068 1384.77 1.43365C1382.4 1.48064 1336.25 1.66662 1333.77 1.63462C1329.63 1.58163 1325.95 0.599838 1324.88 0.578842C1319.33 0.467865 1319.57 1.22171 1315.85 1.28969C1304.87 1.49565 1290.53 0.988747 1288.74 0.999745C1267.17 1.13872 1226.85 1.7406 1204.21 1.38468C1201.07 1.33469 1201.45 0.773773 1200.9 0.755777C1197.35 0.639801 1195.15 1.27869 1191.77 1.29268C1173.62 1.36567 1145.17 0.935747 1126.91 0.82577C1124.8 0.814772 1120.36 1.12173 1116.62 1.09174C1095.38 0.918772 1102.27 0.425862 1101.07 0.404867C1098.21 0.352877 1093.17 0.896759 1085.57 0.929752C1065.96 1.01973 1028.36 0.941751 1007.34 0.899759C991.593 0.865766 991.832 0.243889 990.797 0.230891C988.589 0.208896 982.455 0.705799 972.087 0.761787C952.139 0.872765 954.412 0.383871 946.212 0.404867C945.523 0.404867 946.721 0.883752 937.624 0.932742C920.048 1.02772 880.567 0.557837 861.754 0.581832C854.518 0.59083 852.825 1.05274 845.416 1.06074C833.671 1.07673 807.16 0.577842 805.07 0.578842C804.484 0.578842 803.169 1.10971 799.724 1.10971C795.934 1.10971 792.205 0.836768 789.38 0.838767C773.289 0.845766 745.568 1.77257 753.271 -0.12304C748.116 0.344864 742.96 0.812789 737.804 1.28069C704.103 1.18771 671.364 1.37467 637.973 1.46965C630.463 1.49064 624.193 1.13171 617.855 1.14971C611.518 1.1677 583.556 1.76059 578.883 1.77159C570.545 1.79158 523.158 1.85355 517.264 1.81156C505.755 1.73058 494.589 0.947738 489.902 1.10071C486.146 1.22368 489.62 1.66559 482.452 1.79057C470.046 2.00652 448.964 1.43966 445.174 1.44866C443.556 1.45266 446.585 1.79656 431.43 1.82056C423.263 1.83456 418.878 1.45566 415.914 1.45766C414.994 1.45966 416.376 2.07453 400.209 1.99154C389.045 1.93356 384.284 1.45966 383.112 1.45766C381.354 1.45466 377.109 1.96054 370.047 1.94254C353.541 1.89855 323.362 1.31867 307.685 1.27468C304.653 1.26568 305.684 1.87655 293.593 1.82056C284.944 1.78057 286.455 1.29368 283.218 1.27468C278.083 1.24469 270.434 1.84056 259.098 1.82056C244.832 1.79656 138.905 1.17869 133.423 1.01872C129.736 0.910745 125.459 0.903749 123.633 0.639803C125.199 0.386856 126.765 0.133929 128.33 -0.120019C144.552 0.768798 138.006 -0.247009 142.312 -0.311996C148.549 -0.404977 172.054 -0.275999 177.74 -0.500952C179.766 -0.581936 175.128 -1.12282 186.012 -1.40076C197.691 -1.6987 202.886 -0.735892 207.538 -2.05062C224.112 -0.590921 240.032 -2.1406 220.839 -2.55451C210.123 -2.78547 105.019 -3.30637 83.555 -3.38735C66.1522 -3.45234 33.5584 -3.06143 12.1613 -3.16141C-0.41641 -3.2214 -31.3929 -3.28938 -30.0834 -3.98824C-30.249 -3.98924 -30.409 -3.99124 -30.5645 -3.99224L-12.4431 12.8933C-12.3742 3.26127 -13.1007 13.916 -13.2031 11.7645C-13.4202 7.19943 -12.9043 -25.2698 -12.9248 -31.4146C-13.023 -61.7243 -13.8618 -99.9724 -12.915 -129.415C-12.7141 -128.045 -12.5133 -126.674 -12.3125 -125.303C-11.9439 -118.69 -12.4708 -87.9939 -11.507 -84.5266C-11.507 -129.415 -11.507 -174.304 -11.507 -219.193C-12.3272 -218.358 -12.3162 -274.034 -11.9458 -276.667C-11.5484 -275.689 -11.1512 -274.711 -10.7539 -273.735C-12.2616 -242.272 -10.2685 -245.093 -11.3268 -223.968C-11.3418 -215.367 -10.6854 -217.963 -10.5606 -213.725C-9.32118 -171.545 -11.9077 -213.049 -11.3203 -180.759C-10.3681 -190.479 -10.0202 -164.034 -9.89921 -152.184C-9.8727 -149.487 -10.114 -114.066 -10.099 -109.859C-10.0139 -86.2283 -9.49232 -45.6456 -10.0138 -22.1745C-10.0623 -7.79846 -9.66325 1.55363 -9.40938 12.8933L-30.5645 -6.81865C-27.0795 -6.88663 -23.4194 -6.94261 -19.4076 -6.9756C-5.72983 -7.08658 -9.65048 -6.64168 -3.21202 -6.63668C10.296 -6.62468 14.7412 -7.97641 23.3908 -6.0908C32.548 -6.32575 41.706 -6.56069 50.8632 -6.79564C50.8632 -6.5027 50.8632 -6.20977 50.8632 -5.91683C56.6151 -5.91683 62.367 -5.91683 68.1187 -5.91683C69.8112 -6.20877 71.5031 -6.50071 73.1956 -6.79265C91.4501 -6.39274 83.8297 -5.68688 87.2407 -4.85805C91.184 -4.80107 95.1273 -4.74409 99.0706 -4.6871C102.123 -5.32397 105.176 -5.96081 108.229 -6.59668C125.837 -6.54469 143.446 -6.4937 161.054 -6.44171C162.192 -6.14977 163.332 -5.85786 164.47 -5.56592C164.508 -5.85786 164.543 -6.14977 164.581 -6.44171C194.4 -6.5017 224.219 -6.56171 254.037 -6.6217C261.968 -7.0896 214.191 -7.44451 210.574 -7.4725C190.448 -7.62747 137.004 -7.15858 136.935 -8.19837C124.425 -7.42253 86.7622 -7.61548 75.0461 -8.54629C92.8279 -8.4903 110.611 -8.43431 128.394 -8.37832C127.819 -8.72725 127.245 -9.07618 126.669 -9.4251C148.826 -8.0184 152.069 -8.09538 174.845 -9.4251C174.867 -8.9572 174.888 -8.48931 174.909 -8.0214C190.791 -9.64807 218.863 -6.88864 219.669 -8.89723C228.125 -8.73426 236.581 -8.57229 245.037 -8.40932C263.297 -8.65427 234.942 -10.1989 306.435 -9.59307C311.363 -9.55108 310.336 -9.03917 317.744 -9.07416C319.881 -9.08516 332.116 -9.82902 355.513 -9.75203C359.165 -9.73904 359.441 -9.29513 363.231 -9.23914C371.982 -9.10517 389.413 -9.983 381.499 -8.5523C416.16 -8.13539 401.794 -9.30914 412.546 -9.77605C419.712 -10.086 418.268 -9.23916 424.471 -9.43112C432.145 -9.66907 426.513 -10.5229 457.242 -10.13C453.793 -10.072 450.346 -10.014 446.898 -9.956C448.632 -9.72405 450.367 -9.49208 452.101 -9.26013C469.64 -9.81702 467.983 -9.00418 476.252 -10.3069C489.003 -9.72603 500.033 -9.68007 517.47 -9.78505C551.341 -9.991 533.977 -11.3957 572.636 -9.50511C578.899 -9.77005 585.163 -10.036 591.426 -10.3009C601.721 -9.74305 593.394 -9.04418 608.76 -8.90321C596.734 -10.2819 629.157 -9.78005 634.636 -11.0088C635.21 -10.7159 635.785 -10.4229 636.359 -10.13C639.791 -10.13 643.223 -10.13 646.655 -10.13C646.666 -10.3649 646.677 -10.5999 646.688 -10.8348C651.257 -10.6589 655.829 -10.4829 660.4 -10.3069C663.836 -10.5399 667.274 -10.7728 670.712 -11.0058C676.364 -10.5149 682.015 -10.023 687.667 -9.53208C691.214 -9.49808 694.763 -9.46511 698.311 -9.43112C697.188 -9.78104 696.065 -10.131 694.942 -10.4809C699.502 -10.3639 704.062 -10.247 708.623 -10.13C703.316 -10.7039 706.651 -11.3777 720.848 -11.3597C732.563 -11.3457 719.368 -10.147 744.557 -10.6459C746.315 -10.6809 749.425 -11.5357 773.231 -11.6677C801.783 -11.8266 787.913 -11.2068 793.002 -11.1858C794.002 -11.1818 802.723 -11.6126 810.89 -11.6736C815.524 -11.7086 819.989 -11.3617 820.6 -11.3627C823.46 -11.3787 824.295 -11.8696 828.256 -11.8876C838.316 -11.9296 851.821 -11.6886 861.675 -11.7136C866.155 -11.7236 870.368 -12.0156 872.366 -12.0186C875.468 -12.0216 879.401 -11.5777 882.536 -11.5797C894.114 -11.5887 911.687 -13.0633 917.064 -11.0148C928.192 -12.8984 951.509 -10.6208 949.802 -11.8846C979.544 -11.4077 1058.87 -12.9574 1056.54 -10.8348C1073.39 -12.6494 1071.88 -11.3357 1078.94 -11.3627C1086.83 -11.3927 1082.74 -11.7446 1089.02 -11.7286C1103.66 -11.6917 1117.65 -11.5407 1132.23 -11.5337C1129.93 -11.2427 1127.65 -10.9518 1125.36 -10.6608C1140.66 -10.5679 1135.4 -11.2447 1151 -11.3747C1179.7 -11.6127 1167.61 -11.0728 1171.85 -10.3099C1170.71 -11.0458 1204.55 -10.9318 1208 -10.8348C1210.06 -10.7758 1201.05 -9.82703 1221.77 -10.133C1220.65 -10.4249 1219.51 -10.7169 1218.37 -11.0088C1227.81 -10.6099 1253.47 -11.1157 1257.83 -11.0178C1259.82 -10.9718 1270.51 -8.61827 1280.29 -10.4809C1281.47 -10.1889 1282.65 -9.897 1283.84 -9.60506C1294.7 -9.95599 1305.57 -10.3069 1316.43 -10.6579C1318.17 -10.132 1319.91 -9.60607 1321.64 -9.08017C1325.08 -9.08017 1328.54 -9.08017 1331.98 -9.08017C1329.7 -9.54708 1327.41 -10.014 1325.11 -10.4809C1346.41 -10.2699 1372.42 -11.0058 1376.8 -9.43112C1381.36 -9.72306 1385.92 -10.015 1390.48 -10.3069C1393.45 -9.78302 1396.43 -9.25914 1399.39 -8.73524C1420.5 -8.86822 1420.86 -9.21816 1435.29 -9.77605C1434.73 -9.36713 1434.16 -8.95819 1433.61 -8.54928C1444.25 -9.12416 1463.69 -9.65805 1479.06 -9.73003C1486.36 -9.76403 1498.91 -9.20014 1500.63 -9.25113C1501.73 -9.28512 1508.92 -10.1749 1514.56 -10.3509L1489.62 12.8933C1489.51 9.79592 1489.66 7.19845 1490.42 6.55658C1489.51 -16.9466 1490.44 -27.2934 1490.42 -36.8295C1490.4 -43.0242 1489.91 -45.8496 1489.85 -52.8481C1489.79 -62.8651 1490.02 -72.947 1489.99 -78.7268C1489.97 -82.0331 1489.49 -82.651 1489.47 -84.9305C1489.4 -95.7093 1489.88 -89.3946 1489.85 -100.758C1489.85 -101.806 1489.26 -110.113 1489.34 -119.474C1489.38 -124.708 1490.05 -138.25 1490.05 -139.442C1490.03 -144.74 1488.7 -140.506 1490.24 -158.615C1489.98 -158.089 1489.73 -157.565 1489.48 -157.039C1488.84 -179.45 1489.96 -182.987 1490.05 -187.514C1490.05 -188.092 1489.62 -193.549 1489.67 -196.813C1489.78 -202.328 1490.37 -204.553 1490.4 -205.774C1490.49 -210.076 1490.23 -224.567 1490.8 -234.039C1489.11 -232.048 1488.51 -265.238 1490.42 -272.591C1490.05 -278.466 1489.67 -284.341 1489.29 -290.216C1489.61 -292.874 1489.92 -295.531 1490.24 -298.188C1489.92 -299.805 1489.61 -301.421 1489.29 -303.037C1489.98 -311.6 1490.68 -320.162 1491.37 -328.724C1490.67 -329.269 1489.98 -329.814 1489.29 -330.36C1489.37 -332.757 1489.44 -335.154 1489.53 -337.551C1490.08 -339.423 1490.62 -341.295 1491.17 -343.166C1491.06 -346.163 1490.97 -349.159 1490.86 -352.155C1490.46 -352.897 1490.07 -353.639 1489.67 -354.381C1489.21 -370.49 1493 -362.212 1489.67 -392.903C1489.98 -397.678 1490.29 -402.453 1490.6 -407.228C1489.08 -412.62 1490 -422.726 1489.83 -430.88C1489.71 -436.627 1489.11 -436.314 1489.09 -444.144C1489.08 -451.978 1489.66 -451.698 1489.66 -452.308C1489.7 -458.694 1489.19 -463.509 1489.29 -468.194C1489.3 -468.901 1489.99 -470.669 1490.03 -476.639C1490.05 -477.466 1490.03 -478.248 1490.01 -479.005L1514.56 -456.132C1509.51 -456.02 1505.51 -455.529 1497.29 -455.64C1492.4 -455.705 1490.98 -456.245 1486.64 -456.293C1465.97 -456.526 1445.15 -453.791 1429.64 -457.034C1426.15 -456.623 1400.79 -455.185 1389.94 -455.268C1373.07 -455.4 1379.57 -456.036 1372.86 -456.153C1371.9 -456.17 1366.76 -455.955 1352.6 -455.994C1350.07 -456.001 1350.65 -455.642 1350.29 -455.637C1333.78 -455.644 1301.73 -455.928 1283.61 -455.979C1281.99 -455.984 1273.51 -454.983 1259.15 -456.33C1237.85 -455.335 1197.74 -457.472 1169.66 -455.973C1165.76 -455.941 1161.04 -456.299 1159.31 -456.287C1144.46 -456.176 1149.9 -455.089 1116.34 -456.68C1119.05 -456.126 1111.2 -455.625 1100.12 -455.668C1083.43 -455.731 1095.28 -456.765 1081.87 -456.68C1081.87 -456.389 1081.87 -456.097 1081.87 -455.805C1051.04 -456.59 1044.91 -455.342 1013.96 -455.335C1002.83 -455.333 986.39 -455.98 983.737 -455.982C982.711 -455.98 970.538 -455.276 969.376 -455.271C962.829 -455.25 959.132 -455.574 953.481 -455.576C934.805 -455.583 912.519 -454.667 916.551 -456.33C911.415 -455.979 906.281 -455.628 901.145 -455.277C881.746 -457.052 867.237 -454.606 863.171 -456.33C859.702 -455.974 856.233 -455.618 852.764 -455.262C769.555 -455.442 686.347 -455.622 603.139 -455.802C599.83 -455.247 563.546 -455.444 561.685 -455.53C553.141 -455.921 562.166 -457.131 544.729 -456.854C542.8 -456.325 540.871 -455.795 538.942 -455.265C517.027 -455.092 527.567 -455.619 518.918 -455.979C515.303 -455.913 516.471 -455.502 511.579 -455.472C485.046 -455.309 430.641 -455.289 401.626 -455.256C395.775 -455.249 396.658 -455.633 394.841 -455.634C389.845 -455.63 379.987 -455.146 369.963 -455.146C307.972 -455.149 220.131 -455.423 157.726 -455.829C153.487 -455.857 152.962 -456.316 150.103 -456.339C146.139 -456.369 137.285 -455.998 133.116 -456.037C129.189 -456.072 126.674 -456.42 122.472 -456.461C103.244 -456.651 77.3916 -456.063 56.8193 -457.089C55.0892 -457.176 33.5354 -459.022 33.0477 -459.143C30.1876 -459.861 49.3413 -460.99 17.8802 -462.041C45.9988 -462.959 37.2147 -464.58 0.688031 -465.373C19.0083 -465.577 37.3287 -465.782 55.649 -465.986C55.6754 -466.178 55.7017 -466.371 55.7281 -466.563C39.0508 -467.515 22.5046 -467.832 -2.85471 -467.921C-2.06391 -468.099 -1.2731 -468.276 -0.482295 -468.454C21.9161 -469.344 48.9355 -469.508 65.9927 -470.721C40.9769 -471.619 15.9611 -472.517 -9.05464 -473.415C-7.80524 -473.556 -6.55572 -473.696 -5.30621 -473.836C6.6856 -474.201 32.8793 -474.415 42.8379 -474.755C80.8725 -476.051 9.54902 -475.725 21.2647 -476.515C61.4219 -476.487 101.579 -476.458 141.735 -476.43C143.144 -477.012 -11.3419 -478.62 -9.75059 -480.378C2.87063 -480.496 15.4919 -480.614 28.1132 -480.732C22.4879 -481.178 16.8626 -481.625 11.2374 -482.071C12.7874 -482.213 14.3373 -482.354 15.8874 -482.495C37.1811 -482.842 58.4747 -483.189 79.7683 -483.536C15.0281 -483.187 -15.0574 -483.44 -30.5645 -486.956C-28.809 -487.045 -27.0534 -487.135 -25.2978 -487.224C-11.2729 -485.025 54.9294 -485.736 90.1121 -486.175C82.9412 -486.819 51.9627 -486.321 45.4159 -486.709C43.5608 -486.82 50.0302 -487.267 45.7323 -487.496C34.499 -488.091 -13.3697 -488.857 -6.41333 -489.586C-1.93364 -490.054 75.088 -490.697 90.1121 -490.648C54.8957 -491.489 18.6102 -491.733 -16.7097 -492.756C5.58469 -494.182 25.3293 -495.928 66.0243 -496.005C78.4281 -496.754 -7.72036 -497.79 -9.71894 -498.199C5.19036 -498.637 20.0997 -499.076 35.009 -499.514C22.3983 -499.397 9.78755 -499.28 -2.82316 -499.163C-2.86007 -499.31 -2.89688 -499.456 -2.93379 -499.602C29.7334 -500.282 59.6199 -501.53 97.0083 -501.445C95.8023 -502.22 73.431 -502.143 62.5764 -502.15ZM-8.10804 -36.2336C-7.41863 -36.9364 -7.53162 -24.1641 -7.54492 -16.9726C-7.41938 -18.0533 -7.29384 -19.1341 -7.1683 -20.2149C-7.24652 -11.0058 -7.37314 2.96334 -7.17281 12.8933L-30.5645 -8.9022C-23.4595 -9.02718 -18.2809 -9.28615 -17.826 -9.78505C-6.07598 -9.94001 -11.2716 -8.85623 -7.48226 -8.73225C-6.00055 -8.68326 9.33592 -9.31413 21.6035 -8.54629C24.5188 -8.54929 27.4345 -8.55229 30.3499 -8.55529C30.914 -8.9642 31.4782 -9.37311 32.0421 -9.78203C36.1068 -9.28613 40.1715 -8.78925 44.2363 -8.29335C19.3029 -8.24236 -5.63111 -8.19035 -30.5645 -8.13936L-7.99172 12.8933C-8.03057 -3.46234 -8.0693 -19.819 -8.10804 -36.1746C-8.10804 -36.1946 -8.10804 -36.2136 -8.10804 -36.2336ZM340.219 -8.55929C355.691 -8.32833 379.39 -7.9634 374.602 -9.08316C364.828 -9.02418 355.054 -8.96519 345.279 -8.9062C343.594 -8.79022 341.906 -8.67426 340.219 -8.55929ZM1492.49 -327.044C1493.67 -339.084 1492.64 -350.171 1492.86 -368.794C1492.61 -368.769 1492.36 -368.745 1492.11 -368.72C1492.71 -361.106 1492.31 -340.975 1492.49 -327.044ZM-12.6301 -393.959C-12.5373 -396.611 -12.4446 -399.264 -12.3518 -401.916C-11.0081 -391.128 -11.955 -389.197 -11.8246 -376.996C-11.8165 -376.26 -11.5088 -376.515 -11.507 -376.259C-11.4862 -373.273 -11.8565 -370.512 -11.8508 -367.815C-11.8394 -362.613 -11.4643 -358.373 -11.4775 -349.158C-11.489 -342.032 -12.0787 -341.965 -12.0636 -339.461C-12.0491 -337.327 -10.4266 -316.183 -11.1272 -302.575C-12.4614 -276.695 -12.7548 -386.059 -12.6301 -393.959ZM-11.5201 -470.664C-11.5146 -468.105 -11.5091 -465.545 -11.5037 -462.986C-12.4103 -470.682 -12.2725 -455.15 -12.2535 -443.754C-13.1228 -444.108 -12.751 -468.217 -13.01 -479.005C-12.5133 -476.225 -12.0167 -473.444 -11.5201 -470.664ZM-13.3833 -147.012C-13.4718 -157.026 -12.3868 -155.357 -12.0636 -154.94C-12.0636 -151.752 -12.0636 -148.563 -12.0636 -145.375C-12.5035 -145.921 -12.9433 -146.466 -13.3833 -147.012ZM-13.7598 -222.332C-13.0227 -219.217 -12.7004 -197.476 -12.6399 -187.169C-12.6398 -186.72 -13.0443 -189.55 -13.0066 -182.262C-12.9948 -180.073 -11.523 -158.544 -13.1933 -163.28C-13.3822 -182.954 -13.5709 -202.628 -13.7598 -222.302C-13.7598 -222.312 -13.7598 -222.322 -13.7598 -222.332ZM-13.3242 -244.29C-13.0929 -240.192 -12.8615 -236.096 -12.6301 -231.999C-12.9761 -229.882 -13.3221 -227.765 -13.6681 -225.647C-13.7554 -230.31 -13.8427 -234.972 -13.9301 -239.633C-13.7281 -241.185 -13.5262 -242.738 -13.3242 -244.29ZM555.549 -463.856C556.571 -463.512 557.594 -463.167 558.616 -462.822C562.579 -462.611 581.845 -464.112 575.745 -464.403C569.013 -464.221 562.281 -464.039 555.549 -463.856ZM474.19 -464.58C470.184 -464.754 466.177 -464.927 462.17 -465.101C457.562 -464.517 452.954 -463.932 448.347 -463.347C468.363 -462.953 489.661 -462.498 486.226 -464.223C490.808 -464.223 495.389 -464.223 499.97 -464.223C496.113 -463.51 496.631 -463.275 508.622 -462.822C511.244 -463.814 523.643 -463.309 537.834 -463.527C527.511 -463.585 517.189 -463.643 506.866 -463.701C506.866 -463.876 506.866 -464.051 506.866 -464.226C529.875 -464.163 501.278 -465.272 486.289 -464.577C485.109 -464.809 483.928 -465.042 482.746 -465.275C479.894 -465.043 477.042 -464.811 474.19 -464.58ZM1419.74 -1.88665C1422.6 -1.71069 1425.45 -1.53474 1428.3 -1.35878C1439.36 -3.6503 1416.86 -1.47575 1400.82 -3.28938C1406.13 -1.91166 1381.69 -1.96966 1380.3 -1.87668C1383.11 -1.41377 1385.92 -0.949845 1388.73 -0.485941C1399.07 -0.952844 1409.41 -1.41975 1419.74 -1.88665ZM1500.59 -0.305985C1496.14 -0.820879 1503.57 -1.11781 1514.56 -1.26578L1499.37 12.8933C1499.18 0.414862 1499.22 -16.9945 1499.37 -25.3348C1499.43 -29.0271 1500.11 -35.6087 1500.02 -38.2732C1499.78 -39.8898 1499.52 -41.5055 1499.27 -43.1222C1500.13 -45.0358 1499.17 -74.6916 1498.7 -86.3752C1499.02 -87.475 1499.33 -88.5758 1499.65 -89.6755C1499.52 -93.9347 1499.39 -98.1938 1499.27 -102.453C1499.58 -101.917 1499.9 -101.382 1500.21 -100.846C1499.83 -104.069 1499.46 -107.292 1499.08 -110.514C1498.66 -123.165 1500.37 -115.364 1499.83 -124.867C1499.24 -135.431 1498.23 -118.122 1497.57 -118.443C1497.74 -109.868 1498.12 -90.3744 1498.15 -81.6742C1498.16 -76.6782 1496.97 -82.34 1498.33 -60.8065C1498.01 -56.0855 1497.7 -51.3644 1497.37 -46.6444C1497.88 -37.9782 1498.38 -29.313 1498.89 -20.6478C1498.45 -19.0321 1498.02 -17.4155 1497.58 -15.7998C1497.5 -14.874 1498.5 5.16589 1498.83 4.09511C1498.6 6.39864 1498.41 9.38901 1498.28 12.8933L1514.56 -2.28858C1505.07 -2.61751 1492.06 -2.69651 1478.56 -2.7255C1476.75 -2.50354 1474.94 -2.28158 1473.12 -2.05962C1491.34 -2.53852 1478.93 -1.82567 1484.36 -1.40076C1487.49 -1.15581 1497.08 -0.675909 1500.59 -0.305985ZM682.503 -464.751C651.906 -463.756 670.849 -464.577 637.776 -464.577C640.085 -464.05 642.394 -463.523 644.704 -462.996C660.965 -463.959 687.721 -463.319 682.536 -464.751C682.525 -464.751 682.514 -464.751 682.503 -464.751ZM358.859 -462.999C376.362 -463.318 367.578 -464.137 389.764 -464.4C389.775 -464.4 389.785 -464.4 389.795 -464.4C378.324 -464.459 366.852 -464.518 355.379 -464.577C356.539 -464.051 357.699 -463.525 358.859 -462.999ZM1382.02 -463.637C1398.8 -463.408 1395.49 -463.818 1410.73 -462.999C1433.4 -463.992 1414.21 -463.852 1414.21 -464.754C1409.02 -464.489 1403.84 -464.225 1398.66 -463.96C1386.09 -464.803 1398.01 -465.228 1398 -465.309C1398 -465.309 1397.99 -465.309 1397.98 -465.309C1397.98 -465.579 1398.38 -465.636 1393.56 -465.8C1389.72 -465.079 1385.87 -464.358 1382.02 -463.637ZM1453.84 -464.751C1448.08 -464.152 1445.49 -463.383 1460.62 -462.999C1460.63 -462.999 1460.64 -462.999 1460.66 -462.999C1461.87 -464.337 1476.38 -463.257 1482.98 -463.347C1484.72 -463.492 1486.46 -463.638 1488.19 -463.783C1476.74 -464.106 1465.29 -464.428 1453.84 -464.751ZM1500.58 -299.795C1498.99 -299.735 1498.84 -311.566 1497.38 -294.917C1497.42 -291.685 1497.44 -288.453 1497.47 -285.22C1497.81 -283.099 1498.17 -280.976 1498.51 -278.854C1495.65 -237.853 1500.53 -225.628 1498.7 -294.917C1498.7 -294.927 1498.7 -294.937 1498.7 -294.947C1499.33 -296.563 1499.96 -298.179 1500.58 -299.795ZM1500.45 -372.006C1499.62 -372.527 1498.78 -373.048 1497.95 -373.569C1499.96 -382.623 1498.04 -394.321 1499.47 -412.076C1499.21 -413.682 1498.95 -415.289 1498.7 -416.895C1499.26 -423.531 1499.42 -488.711 1498.14 -474.59C1497.58 -468.425 1498.34 -454.997 1498.32 -453.841C1498.25 -449.924 1497.55 -444.816 1497.59 -438.205C1497.61 -434.383 1498.45 -426.329 1498.45 -418.531C1498.45 -401.096 1496.18 -369.274 1498.33 -346.35C1498.07 -344.699 1497.82 -343.048 1497.57 -341.398C1497.73 -324.386 1498.52 -330.065 1497.57 -314.237C1501.53 -303.302 1497.37 -377.865 1500.58 -362.339C1500.58 -362.348 1500.58 -362.358 1500.58 -362.368C1500.54 -365.581 1500.5 -368.794 1500.45 -372.006ZM1126.71 -464.751C1125.61 -465.412 1104.44 -464.391 1109.41 -465.977C1102.5 -465.425 1095.59 -464.872 1088.68 -464.32C1088.73 -464.173 1088.78 -464.025 1088.84 -463.878C1095.7 -463.994 1102.57 -464.11 1109.44 -464.226C1109.47 -463.992 1109.49 -463.758 1109.53 -463.524C1119.76 -464.37 1162.48 -464.002 1161.18 -463.173C1163.47 -463.523 1165.74 -463.873 1168.03 -464.223C1188.46 -463.27 1206.04 -464.283 1228.3 -463.353C1230.02 -463.643 1231.75 -463.933 1233.47 -464.223C1234.59 -463.989 1235.72 -463.755 1236.84 -463.521C1244.95 -463.491 1253.06 -463.462 1261.16 -463.432C1287.59 -464.374 1236.25 -465.594 1230.02 -465.455C1229.2 -465.436 1229.33 -464.83 1224.15 -464.735C1214.98 -464.568 1163.59 -465.171 1147.7 -464.772C1147.56 -465.174 1147.42 -465.575 1147.3 -465.977C1140.43 -465.568 1133.57 -465.159 1126.71 -464.751ZM1498.89 -208.308C1498.45 -207.227 1498.01 -206.146 1497.57 -205.066C1498.01 -186.416 1497.63 -174.671 1499.08 -179.453C1499.08 -179.463 1499.08 -179.473 1499.08 -179.483C1499.02 -189.091 1498.95 -198.7 1498.89 -208.308ZM264.412 -2.05962C264.937 -1.24779 274.506 -0.943855 286.871 -1.52573C286.276 -1.76169 285.679 -1.99765 285.084 -2.2336C278.64 -1.54174 270.598 -2.74849 250.715 -2.58753C250.715 -2.17861 250.715 -1.77068 250.715 -1.36177C255.281 -1.59472 259.847 -1.82767 264.412 -2.05962ZM1499.08 -224.401C1499.59 -230.086 1498.03 -246.04 1497.95 -235.542C1497.89 -227.515 1498.8 -221.351 1499.08 -224.401ZM290.012 -463.789C294.535 -463.704 299.058 -463.619 303.582 -463.533C305.939 -463.881 308.295 -464.229 310.652 -464.577C310.642 -464.577 310.631 -464.577 310.62 -464.577C303.751 -464.314 296.881 -464.052 290.012 -463.789ZM1324.65 -463.57C1340 -463.621 1355.34 -463.671 1370.67 -463.722C1370.83 -463.949 1370.98 -464.176 1371.13 -464.403C1355.77 -463.575 1349.59 -464.467 1346.01 -464.522C1346.02 -464.522 1346.04 -464.522 1346.05 -464.522C1334.55 -464.701 1323.58 -464.833 1312.7 -465.104C1316.68 -464.593 1320.67 -464.081 1324.65 -463.57ZM1272.06 -465.001C1274.65 -463.398 1278.02 -463.212 1301.59 -464.339C1300.66 -464.536 1299.73 -464.733 1298.79 -464.93C1286.58 -464.813 1279.46 -464.443 1281.6 -465.278C1278.43 -465.186 1275.24 -465.093 1272.06 -465.001ZM1512.31 -464.488C1509.48 -464.998 1487.03 -464.486 1488.25 -464.229C1488.74 -464.127 1517.83 -463.488 1512.31 -464.488ZM93.9942 -1.70569C99.165 -1.58871 104.338 -1.47176 109.51 -1.35579C102.63 -1.18182 95.7497 -1.00786 88.8696 -0.833891C90.5778 -1.12483 92.286 -1.41575 93.9942 -1.70569ZM37.214 0.572831C33.5271 0.368873 45.5141 -1.07183 23.4698 -1.44375C39.5128 -1.47474 55.5553 -1.50475 71.5982 -1.53574C64.0748 -1.30279 56.552 -1.06983 49.0285 -0.836881C50.3415 -0.422967 51.6539 -0.00904801 52.9668 0.404867C47.7157 0.460855 42.4651 0.516843 37.214 0.572831ZM19.9902 -0.482951C28.6295 0.612823 -16.8619 0.694813 -21.0999 0.56084C-22.044 0.528847 -26.532 -0.300997 -28.1855 -0.479961C-21.3161 -0.48096 -14.4466 -0.481951 -7.57722 -0.482951C-9.87592 -0.743897 -12.1742 -1.00584 -14.473 -1.26679C-6.43308 -1.35677 1.60685 -1.44576 9.64656 -1.53574C6.2094 -1.2728 2.7717 -1.01086 -0.665457 -0.747911C6.21981 -0.659929 13.105 -0.570932 19.9902 -0.482951ZM202.508 -0.747911C196.756 -0.775905 191.005 -0.802877 185.252 -0.830871C186.401 -0.421955 187.552 -0.0130499 188.701 0.395866C192.143 0.395866 195.585 0.395866 199.029 0.395866C200.189 0.0149443 201.348 -0.366989 202.508 -0.747911ZM85.3104 -0.220004C93.6852 -2.1886 116.505 2.11451 89.8342 0.52084C87.1463 0.358873 84.5185 -0.0300437 85.3104 -0.220004ZM-17.0768 5.82574C-18.6171 -10.8388 -15.2164 -7.07761 -16.2123 8.65515C-16.2653 9.44598 -16.963 7.07649 -17.0768 5.82574ZM-17.1259 -119.114C-17.1145 -120.464 -16.0134 -122.824 -17.0604 -135.708C-16.9349 -137.835 -16.8094 -139.962 -16.6838 -142.089C-16.1723 -137.112 -15.8679 -94.5295 -16.9589 -100.413C-16.9759 -106.931 -17.1599 -112.372 -17.1259 -119.114ZM-21.1993 -77.88C-21.1688 -71.4893 -21.1382 -65.0986 -21.1077 -58.7069C-20.7627 -60.8145 -20.4178 -62.9221 -20.0729 -65.0296C-19.9791 -61.8853 -19.8852 -58.7419 -19.7914 -55.5976C-20.3862 -50.2237 -20.981 -44.8498 -21.5759 -39.4759C-21.6709 -53.368 -21.7658 -67.2602 -21.8608 -81.1513C-21.6403 -80.0615 -21.4198 -78.9707 -21.1993 -77.88ZM54.3745 4.95993C41.1763 4.55701 25.0068 4.98593 3.57313 4.91794C3.56251 4.91694 3.55231 4.91592 3.54148 4.91492C2.47266 4.90992 0.577297 4.46802 -2.86394 4.45103C-4.21957 4.44403 -17.3162 4.54401 -30.5645 4.58L-21.6425 12.8933C-21.687 -1.46875 -21.6378 -16.0217 -21.2059 -13.7602C-20.7465 -0.442958 -21.0259 7.55039 -20.8243 12.8933L-30.5645 3.81716C-27.3123 3.71118 -24.9749 3.46025 -23.0296 2.85837C-21.9381 3.2093 -20.8468 3.5602 -19.7555 3.91113C1.78121 4.51801 7.92652 3.30328 20.022 2.85837C19.9743 3.12232 19.9271 3.38726 19.8796 3.65121C27.9563 3.6782 36.033 3.70418 44.1099 3.73118C42.9712 3.55721 41.8323 3.38324 40.6935 3.20928C43.5512 3.20928 46.4084 3.20928 49.2659 3.20928C56.2259 3.99212 65.0512 4.17509 54.3745 4.95993ZM-20.7311 -106.868C-22.8836 -112.776 -21.4092 -170.348 -21.8608 -196.645C-20.5647 -182.838 -21.4579 -161.45 -21.4711 -146.392C-21.4956 -117.283 -20.7023 -137.405 -20.3545 -132.466C-20.1825 -130.025 -21.5626 -113.515 -20.7311 -106.868ZM102.582 4.60899C87.0068 4.44702 78.2865 4.90895 64.8131 4.1731C65.9413 4.02713 67.0694 3.88014 68.1977 3.73417C72.8121 3.86814 110.434 4.29105 102.582 4.60899ZM-21.2976 -235.183C-22.0705 -207.152 -20.1216 -220.978 -21.5825 -206.401C-21.6752 -215.994 -21.768 -225.588 -21.8608 -235.183C-21.673 -235.183 -21.4853 -235.183 -21.2976 -235.183ZM1507.18 -256.483C1507.22 -268.296 1507.62 -281.488 1506.81 -288.551C1506.68 -280.524 1506.56 -272.498 1506.43 -264.47C1506.68 -261.808 1506.92 -259.146 1507.18 -256.483ZM1442.15 13.4022C1445.03 13.5841 1456.48 13.0483 1457.68 13.0483C1459.93 13.0483 1459.31 13.3122 1459.35 13.3812C1474.01 13.3332 1460.48 12.5153 1471.34 12.3374C1473.2 12.3084 1498.69 12.7123 1509.06 12.6793C1510.9 12.6733 1512.74 12.6693 1514.56 12.6653L1514.32 12.8933C1514.3 -0.145023 1514.34 -12.3295 1514.32 -17.2435C1514.3 -26.6206 1513.64 -44.026 1513.61 -59.4358C1513.59 -65.7885 1514.11 -68.006 1514.1 -74.3937C1514.02 -115.396 1513.3 -196.114 1513.63 -232.492C1513.71 -241.479 1514.4 -250.05 1514.35 -254.803C1514.09 -258.552 1513.84 -262.3 1513.59 -266.048C1515.86 -277.574 1513.83 -281.431 1513.63 -293.856C1513.49 -301.75 1514.17 -305.441 1514.17 -306.501C1514.16 -313.53 1513.83 -316.999 1513.78 -322.519C1513.72 -328.716 1514.03 -337.62 1513.96 -339.836C1513.93 -341.196 1513.04 -336.853 1513.05 -360.895C1513.07 -385.397 1513.17 -409.587 1513.21 -434.506C1510.51 -426.194 1512.35 -419.037 1512.45 -408.863C1512.48 -406.134 1512.05 -407.865 1512.07 -405.489C1512.13 -398.778 1512.55 -385.931 1512.44 -380.377C1512.33 -374.38 1511.33 -376.429 1511.71 -368.823C1511.72 -368.438 1512.14 -369.655 1512.2 -367.865C1512.88 -349.885 1512.17 -343.999 1512.15 -321.267C1512.13 -306.205 1512.54 -214.734 1512.27 -211.594C1510.84 -195.22 1510.83 -291.606 1510.94 -302.876C1510.98 -306.821 1511.43 -302.685 1511.52 -306.28C1511.55 -307.804 1510.69 -321.506 1510.61 -335.046C1510.53 -351.421 1511.12 -384.328 1511.1 -399.932C1511.07 -426.353 1511.05 -452.702 1511.07 -479.005L1514.56 -475.746C1399.46 -475.783 1285.15 -476.098 1169.66 -476.106C1166.59 -476.106 1162.55 -475.624 1152.55 -475.624C966.066 -475.633 772.778 -476.013 583.906 -475.786C542.729 -475.737 501.892 -475.283 460.336 -475.643C455.18 -475.291 450.023 -474.939 444.867 -474.587C458.055 -474.867 482.223 -474.071 484.423 -474.059C485.215 -474.056 490.217 -474.453 498.278 -474.431C509.615 -474.403 514.588 -474.059 515.518 -474.059C518.401 -474.058 516.512 -474.424 519.266 -474.422C539.803 -474.406 555.695 -474.51 574.543 -474.514C595.836 -474.517 606.628 -473.836 622.134 -474.584C623.889 -474.292 625.645 -474 627.4 -473.708C638.986 -474.971 707.97 -474.831 735.914 -474.764C744.731 -474.743 743.185 -474.23 746.148 -474.23C748.039 -474.231 747.294 -474.902 770.362 -474.77C781.975 -474.703 785.021 -474.214 790.844 -474.23C794.008 -474.239 793.495 -474.724 798.04 -474.724C824.331 -474.724 845.799 -474.567 871.538 -474.477C878.774 -474.453 878.855 -474.048 880.474 -474.053C886.437 -474.071 896.807 -474.757 911.964 -474.755C936.912 -474.751 986.634 -474.749 1007.03 -474.416C1010.03 -474.367 1012.52 -473.881 1014.72 -473.888C1018.06 -473.901 1019.37 -474.407 1019.96 -474.41C1031.12 -474.419 1024.4 -473.948 1031.88 -474.062C1035.91 -474.124 1040.12 -474.702 1049.48 -474.767C1061.85 -474.853 1059.42 -474.167 1064.59 -474.236C1065.14 -474.247 1065.3 -474.724 1070.38 -474.74C1089.64 -474.796 1117.58 -474.906 1135.81 -474.904C1141.05 -474.904 1144.93 -474.583 1152.24 -474.578C1166.95 -474.567 1250.59 -474.772 1257.45 -474.587C1258.17 -474.568 1250.73 -473.864 1262.59 -473.885C1266.03 -474.178 1269.48 -474.471 1272.92 -474.764C1278.67 -474.295 1284.44 -473.826 1290.19 -473.357C1289.98 -474.977 1323.85 -475.228 1323.51 -473.571C1327.22 -473.504 1330.93 -473.437 1334.63 -473.37C1342.35 -474.514 1347.49 -474.092 1362.41 -474.764C1364.73 -474.413 1367.06 -474.062 1369.39 -473.711C1369.97 -473.945 1370.56 -474.179 1371.13 -474.413C1379.1 -473.145 1392.15 -474.418 1393.74 -474.425C1399.84 -474.453 1404.42 -474.131 1407.27 -474.142C1417.96 -474.175 1441.08 -474.619 1453.55 -474.413C1454.14 -474.403 1453.56 -473.861 1457.11 -473.794C1463.51 -473.673 1464.14 -474.466 1472.67 -473.534C1474.4 -473.768 1476.13 -474.002 1477.85 -474.236C1479.68 -474.115 1481.5 -473.994 1483.34 -473.873C1493.75 -473.933 1504.16 -473.993 1514.56 -474.052L1509.25 -479.005C1509.25 -478.644 1509.25 -478.282 1509.25 -477.921C1509.21 -478.319 1509.17 -478.68 1509.13 -479.005L1514.56 -473.942C1510.71 -473.518 1511.52 -473.197 1514.56 -473.07L1508.19 -479.005C1508.06 -476.19 1508.13 -471.324 1508.49 -466.588C1508.76 -463.22 1509.36 -466.208 1509.45 -465.085C1509.57 -463.544 1509.26 -418.393 1508.88 -415.407C1509.07 -413.27 1509.25 -411.133 1509.45 -408.996C1509.07 -407.915 1508.69 -406.835 1508.31 -405.754C1508.45 -404.575 1508.58 -403.396 1508.7 -402.217C1508.04 -390.467 1509.57 -359.968 1509.45 -354.44C1509.38 -351.485 1507.77 -354.143 1507.94 -339.983C1508.38 -339.492 1508.82 -339 1509.26 -338.509C1509.33 -335.267 1509.39 -332.024 1509.46 -328.783C1509.41 -322.698 1508.65 -313.843 1508.13 -313.559C1508.44 -311.659 1508.76 -309.757 1509.07 -307.856C1508.04 -302.752 1508.4 -275.525 1509.06 -264.574C1508.75 -261.371 1508.44 -258.169 1508.13 -254.965C1508.5 -250.662 1508.88 -246.359 1509.25 -242.056C1509.37 -232.087 1508.75 -242.618 1508.69 -240.493C1508.59 -235.998 1509.64 -213.092 1508.33 -214.601C1508.32 -211.476 1508.32 -208.353 1508.32 -205.229C1508.69 -203.622 1509.07 -202.015 1509.45 -200.41C1508.15 -195.047 1508.61 -185.768 1508.14 -166.736C1508.43 -165.139 1508.73 -163.542 1509.03 -161.946C1508.6 -156.061 1508.18 -150.176 1507.76 -144.291C1508.25 -143.083 1508.74 -141.874 1509.23 -140.666C1509.31 -138.107 1509.38 -135.547 1509.45 -132.988C1508.34 -127.789 1509.54 -118.451 1509.08 -113.698C1508.42 -106.762 1507.62 -112.125 1507.47 -125C1506.67 -124.037 1507.03 -85.6834 1507.1 -76.8402C1507.26 -77.4241 1507.41 -78.009 1507.57 -78.5938C1507.44 -87.637 1507.32 -96.6811 1507.19 -105.724C1509.22 -113.302 1508.67 -88.7437 1508.93 -77.474C1508.96 -76.4443 1509.72 -70.6025 1509.66 -59.2438C1509.63 -54.8457 1508.5 -37.6873 1508.45 -34.412C1507.93 -7.96341 1509.53 -27.4114 1508.13 -1.53373C1508.95 -5.66488 1508.62 2.08652 1508.51 12.8933L1514.56 7.25645C1511.01 7.22646 1507.16 7.21546 1503.28 7.26045C1500.44 7.29344 1476.47 8.10625 1474.85 8.12724C1464.75 8.25721 1475.74 7.37243 1461.14 7.60239C1459.38 7.83534 1457.63 8.06826 1455.87 8.30122C1452.47 8.30122 1449.07 8.30122 1445.67 8.30122C1425.03 6.22564 1420.24 7.75438 1412.9 7.95034C1409.93 8.02932 1413.75 7.48841 1406.06 7.60239C1403.17 7.64538 1399.97 8.09525 1392.18 8.12724C1367.82 8.22622 1359.55 6.29762 1337.15 8.30421C1333.72 8.01327 1330.27 7.72234 1326.84 7.4314C1324.52 7.78033 1322.21 8.12925 1319.89 8.47818C1302.14 7.46639 1308.55 8.5032 1302.14 8.4902C1285.22 8.45821 1250.59 8.26025 1247.56 7.42542C1232.95 9.34302 1215.48 7.17945 1209.72 7.25444C1206.3 7.48739 1202.88 7.72037 1199.46 7.95333C1195.44 7.71937 1191.42 7.4854 1187.39 7.25144C1189.35 9.13406 1168.52 7.28343 1166.51 7.25444C1164.21 7.22644 1132.17 7.78334 1120.23 7.77334C1108.32 7.76234 1087.57 7.25244 1085.74 7.25144C1083.64 7.25144 1063.36 7.76336 1047.52 7.75836C1033.64 7.75236 951.474 7.02551 956.651 7.86533C962.027 8.09728 969.678 8.29921 976.294 8.40819C996.833 8.74212 1117.38 9.17106 1148.19 9.30504C1209.97 9.57098 1274.4 9.52196 1336.46 9.70492C1340.11 9.71492 1340.66 10.2028 1343.79 10.2138C1348.55 10.2278 1360.62 9.73993 1365.31 9.75093C1382.81 9.79292 1404.11 9.87194 1413.49 9.88493C1434.43 9.90993 1448.8 10.2028 1464.65 10.2508C1469.6 10.2648 1494.69 9.65995 1511.89 9.9149C1512.78 9.95489 1513.67 9.99386 1514.56 10.0329L1511.49 12.8933C1511.6 10.8207 1511.71 8.74714 1511.81 6.67457C1511.84 8.29423 1511.89 10.4298 1511.93 12.8933L1514.56 10.4458C1503.74 10.6358 1487.03 10.9117 1478.36 10.9497C1462.31 11.0177 1453.94 10.6227 1448 10.6287C1443.05 10.6347 1417.69 11.0857 1406.15 11.0957C1402.56 11.0997 1401.82 10.5877 1398.75 10.5897C1382.11 10.6017 1360.19 10.6158 1345.76 11.1177C1351.65 10.9537 1314.86 10.6397 1312.92 10.6417C1309.62 10.6417 1306.02 11.1206 1299.28 11.1206C1286.29 11.1196 1287.93 10.1188 1271.71 11.1206C1267.69 10.8287 1263.67 10.5368 1259.66 10.2448C1259.41 11.5796 1208.65 9.76394 1194.21 11.3856C1193.83 11.5686 1259.79 12.0884 1265.24 12.1154C1297.9 12.2754 1346.24 11.9485 1377.95 12.1824C1387.49 12.2524 1417.48 13.0643 1419.74 13.0483C1423.4 13.0263 1420.1 12.5613 1421.67 12.5453C1453.95 12.2004 1437.85 13.1332 1442.15 13.4022ZM20.022 5.83874C29.8279 5.89373 39.6338 5.94873 49.4398 6.00372C48.7279 6.29666 48.0166 6.58959 47.3045 6.88253C42.8132 6.76856 38.3209 6.65457 33.8294 6.54059C30.3762 6.71556 26.923 6.89051 23.4698 7.06548C22.3205 6.65656 21.1714 6.24766 20.022 5.83874ZM-4.14511 7.06548C-12.6486 7.21345 -13.064 6.59558 -15.0266 6.56558C-20.514 6.4796 -25.3066 6.69357 -30.5645 6.71356L-23.9321 12.8933C-23.9336 12.5634 -23.9341 12.2315 -23.9335 11.8975C-23.8524 12.2115 -23.7774 12.5444 -23.7082 12.8933L-30.5645 6.50459C-23.6674 5.31783 -10.7801 5.9787 -4.14511 7.06548ZM171.493 7.59338C169.576 7.5234 156.775 5.94373 142.217 7.41343C131.325 6.94653 120.433 6.47962 109.541 6.01272C128.045 6.72657 153.652 5.98472 162.715 6.01272C166.156 6.02372 166.813 6.50861 169.563 6.51661C185.414 6.5556 200.825 5.45682 202.445 7.06249C187.455 6.59559 173.939 7.67937 171.493 7.59338ZM75.8369 7.02249C73.3008 6.68756 70.7653 6.35164 68.2293 6.01571C77.3927 6.01571 86.5551 6.01571 95.7175 6.01571C93.2399 6.35564 90.7623 6.69556 88.2837 7.03549C84.1355 7.03049 79.9861 7.02649 75.8369 7.02249ZM780.745 8.13328C775.093 8.12928 769.442 8.12526 763.789 8.12126C764.099 8.36621 770.565 8.36521 772.947 8.53017C772.936 8.53017 772.926 8.53017 772.915 8.53017C775.568 8.71713 774.433 9.03206 779.257 9.17103C779.753 8.8251 780.249 8.47921 780.745 8.13328ZM438.019 -475.637C428.546 -475.654 341.063 -475.656 348.515 -474.764C352.272 -474.318 382.192 -474.707 391.013 -474.7C402.905 -474.691 435.021 -473.726 438.019 -475.637ZM283.085 -475.811C281.568 -474.922 336.242 -474.78 341.588 -474.935C340.453 -475.062 338.704 -475.344 337.191 -475.408C329.817 -475.714 294.871 -475.567 283.085 -475.811ZM1097.24 10.6998C1092.83 10.2499 1088.43 9.79989 1084.02 9.35099C1085.18 9.93587 1086.34 10.5208 1087.5 11.1047C1090.75 10.9697 1093.99 10.8347 1097.24 10.6998ZM1511.52 3.37325C1511.55 -65.0406 1511.58 -133.454 1511.61 -201.868C1511.87 -195.851 1512.13 -189.833 1512.4 -183.815C1512.3 -124.865 1512.03 -61.9982 1512.44 -5.07099C1512.13 -2.25657 1511.83 0.558829 1511.52 3.37325ZM192.181 10.2268C210.993 10.2348 226.706 9.80589 247.172 10.4888C227.669 11.1506 218.012 10.1269 199.06 11.1017C199.049 11.1017 199.039 11.1017 199.029 11.1017C196.745 10.8097 194.463 10.5188 192.181 10.2268ZM612.193 10.4038C606.472 10.8127 600.752 11.2207 595.032 11.6296C601.912 11.6296 608.792 11.6296 615.671 11.6296C614.511 11.2207 613.353 10.8127 612.193 10.4038ZM1391.81 -478.44C1372.13 -477.548 1321.8 -479.163 1305.8 -478.09C1304.77 -478.019 1314.28 -477.566 1298.9 -476.689C1310.51 -476.869 1318.71 -477.052 1319.58 -477.742C1323.02 -477.508 1326.48 -477.274 1329.92 -477.04C1335.64 -477.217 1341.36 -477.394 1347.08 -477.571C1346.46 -476.884 1346.92 -476.921 1355.7 -477.391C1359.71 -477.217 1363.71 -477.043 1367.72 -476.869C1369.42 -477.16 1371.11 -477.451 1372.81 -477.742C1376.29 -477.335 1379.75 -476.928 1383.22 -476.521C1396.74 -476.963 1388.51 -477.751 1391.81 -478.44ZM1460.69 -478.273C1457.49 -478.424 1366.25 -477.931 1407.72 -476.561C1418.5 -476.605 1429.27 -476.648 1440.04 -476.692C1431.13 -478.96 1460.48 -476.932 1462.9 -476.884C1474.44 -476.663 1489.15 -477.202 1497.52 -477.174C1504.72 -477.15 1509.01 -476.743 1514.07 -476.753C1514.23 -476.754 1514.39 -476.754 1514.56 -476.754L1512.15 -479.005C1512.18 -462.91 1512.21 -437.967 1513.21 -434.506C1513.23 -447.001 1513.24 -459.695 1513.21 -472.689C1513.21 -474.815 1513.23 -476.902 1513.27 -479.005L1514.56 -477.791C1502.22 -477.947 1489.34 -478.421 1465.92 -477.394C1459.07 -477.525 1461.51 -478.234 1460.69 -478.273ZM577.808 11.5356C578.496 10.5928 543.678 10.8177 543.456 11.1906C543.386 11.4086 554.726 11.4036 556.346 11.4866C556.357 11.4866 556.366 11.4866 556.377 11.4866C557.053 11.5226 553.627 11.8835 558.955 11.9835C565.24 11.8345 571.524 11.6846 577.808 11.5356ZM574.085 -477.745C569.378 -478.274 461.857 -478.084 458.691 -477.83C457.83 -477.76 459.03 -477.528 458.691 -477.394C483.774 -478.14 519.433 -477.257 543.243 -477.199C549.881 -477.183 547.897 -477.558 548.273 -477.565C548.289 -477.565 548.305 -477.565 548.32 -477.565C552.086 -477.566 569.09 -476.65 574.085 -477.745ZM1271.37 -477.659C1275.94 -477.512 1280.51 -477.365 1285.08 -477.217C1286.24 -477.509 1287.4 -477.801 1288.56 -478.093C1288.55 -478.093 1288.53 -478.093 1288.52 -478.093C1282.8 -477.948 1277.09 -477.804 1271.37 -477.659ZM1113 -478.62C1114.12 -478.415 1115.22 -478.21 1116.34 -478.004C1127.85 -477.976 1139.35 -477.947 1150.87 -477.919C1149.71 -477.803 1148.55 -477.687 1147.38 -477.571C1164.79 -477.261 1172 -477.983 1181.27 -477.879C1181.26 -477.879 1181.24 -477.879 1181.23 -477.879C1182.23 -477.867 1183.43 -477.439 1187.15 -477.424C1195.66 -477.391 1220.04 -477.232 1222.98 -477.662C1229.22 -478.581 1180.15 -478.145 1171 -478.187C1166.87 -478.207 1161.89 -478.581 1159.38 -478.59C1156.62 -478.598 1152.86 -478.092 1146.16 -478.108C1144.18 -478.113 1122.41 -478.708 1113 -478.62ZM909.86 -478.007C913.409 -477.544 920.819 -477.991 923.541 -477.916C924.191 -477.898 919.133 -477.51 925.266 -477.394C927 -477.658 928.734 -477.923 930.469 -478.187C923.599 -478.127 916.73 -478.067 909.86 -478.007ZM519.305 11.9804C520.306 12.0804 538.999 12.0434 539.897 11.9804C551.096 11.1356 512.378 11.2266 519.305 11.9804ZM47.5578 12.9483C53.7704 13.8351 2.24357 13.4512 -30.5645 13.1942L-30.8834 13.1982L-30.8876 12.8933C-30.7816 1.14971 -30.6956 -8.0194 -30.7149 -10.5769C-29.8863 -10.116 -30.7194 12.4984 -29.5819 0.652801C-29.7463 3.62219 -29.8445 7.9673 -29.9033 12.8933L-30.5645 12.2774C-15.7241 12.4314 4.03388 12.2954 9.85225 12.4204C14.6413 12.5223 15.8506 13.1892 16.5739 13.2102C19.4141 13.2852 44.5262 12.5154 47.5578 12.9483ZM-30.1517 -89.1247C-30.3089 -80.0905 -30.466 -71.0574 -30.6232 -62.0233C-30.7171 -72.6831 -30.8109 -83.3428 -30.9048 -94.0026C-30.6538 -92.376 -30.4027 -90.7503 -30.1517 -89.1247ZM-30.5283 -100.486C-31.3315 -100.197 -30.7196 -130.861 -30.9048 -138.92C-29.5385 -129.834 -30.8266 -114.677 -30.5283 -100.486ZM395.306 13.9121C410.468 14.407 416.984 12.1255 398.549 13.1193C397.987 13.1512 394.674 13.8861 395.306 13.9121ZM1387.12 -481.65C1384.55 -481.664 1352.39 -482.404 1350.53 -482.038C1344.64 -480.869 1365.74 -481.338 1372.81 -480.897C1384.21 -480.182 1367.44 -479.593 1395.29 -480.024C1394.15 -479.79 1393.01 -479.556 1391.88 -479.322C1408.16 -479.245 1402.83 -480.865 1405.76 -481.074C1406.65 -481.137 1416.84 -481.001 1418.68 -481.104C1441.64 -482.409 1389.53 -481.639 1387.12 -481.65ZM770.638 14.086C800.824 14.7729 787.837 13.7651 818.814 13.8271C819.847 13.3122 774.566 13.6351 770.638 14.086ZM1516.41 -323.875C1516.19 -352.963 1516.91 -376.885 1515.95 -404.015C1514.46 -402.249 1516.02 -316.33 1516.41 -323.875ZM214.237 -482.135C335.703 -479.658 475.809 -480.473 605.131 -480.512C619.225 -480.516 620.577 -479.964 625.677 -480.024C629.017 -480.063 628.434 -480.507 632.873 -480.509C793.349 -480.581 947.007 -481.162 1100.73 -480.897C1110.42 -480.879 1157.52 -479.925 1167.59 -481.363C1175.19 -482.455 1141.35 -481.604 1135.72 -481.614C1131.48 -481.621 1131.3 -482.133 1128.47 -482.135C1125.47 -482.137 1127.95 -481.787 1124.47 -481.781C1109.72 -481.757 1093.63 -481.894 1080.3 -481.864C949.522 -481.577 822.298 -481.659 692.215 -481.708C676.469 -481.713 679.706 -482.124 678.913 -482.126C678.903 -482.125 678.893 -482.124 678.882 -482.123C594.457 -482.162 498.039 -481.24 408.617 -481.592C345.647 -481.875 282.678 -482.158 219.71 -482.44C217.886 -482.339 216.061 -482.237 214.237 -482.135ZM1453.79 -480.201C1445.93 -481.75 1444.17 -480.188 1415.99 -480.82C1413.7 -480.556 1411.4 -480.291 1409.11 -480.027C1424.02 -480.085 1438.93 -480.143 1453.84 -480.201C1453.82 -480.201 1453.81 -480.201 1453.79 -480.201ZM1267.62 -480.765C1262.86 -482.858 1199.83 -481.379 1171.44 -481.778C1166.24 -480.727 1207.5 -481.199 1217.23 -481.089C1222.08 -481.034 1248.11 -479.953 1267.89 -480.552C1267.8 -480.623 1267.71 -480.694 1267.62 -480.765ZM154.3 16.0236C158.887 15.9626 163.473 15.9017 168.061 15.8407C156.584 15.6087 145.106 15.3768 133.629 15.1448C151.939 15.2938 170.248 15.4438 188.558 15.5927C185.147 16.0277 181.736 16.4616 178.325 16.8965C170.317 16.6055 162.308 16.3146 154.3 16.0236ZM213.706 15.8007C181.642 15.9647 215.114 14.8019 223.117 15.3188C227.906 15.6287 216.98 15.7827 213.706 15.8007ZM297.105 16.5485C282.15 17.3104 251.931 17.3634 262.673 15.8407C278.833 16.5535 289.251 15.9607 312.682 16.3716C309.261 16.6635 305.84 16.9555 302.418 17.2464C302.402 17.2464 302.386 17.2464 302.371 17.2464C300.615 17.0144 298.859 16.7815 297.105 16.5485ZM199.06 16.7225C178.06 15.8477 238.859 16.1466 219.747 16.7225C218.851 16.7485 199.887 16.7555 199.06 16.7225ZM348.515 -483.71C345.985 -483.212 362.137 -483.221 367.511 -483.188C390.804 -483.04 420.676 -483.256 444.899 -483.188C443.075 -483.352 441.251 -483.515 439.427 -483.679C409.123 -483.689 378.819 -483.699 348.515 -483.71ZM520.674 -483.185C537.317 -483.185 553.962 -483.185 570.605 -483.185C572.156 -483.185 579.432 -483.612 574.021 -483.716C556.239 -483.539 538.456 -483.362 520.674 -483.185ZM1519.05 -437.733C1519.35 -449.624 1520.88 -415.384 1519.24 -416.925C1519.18 -423.861 1519.11 -430.797 1519.05 -437.733ZM1519.7 -327.089C1519.55 -334.545 1519.39 -342.001 1519.23 -349.459C1519.42 -349.469 1519.62 -349.479 1519.8 -349.488C1519.77 -342.021 1519.74 -334.555 1519.7 -327.089ZM283.085 -484.061C291.561 -483.458 311.784 -483.551 324.396 -483.539C315.709 -484.056 295.006 -483.802 283.085 -484.061ZM1367.66 -483.801C1368.69 -483.391 1317.92 -483.494 1335.5 -484.216C1346.22 -484.078 1356.94 -483.939 1367.66 -483.801ZM1264.55 -484.408C1275.44 -484.498 1283.88 -484.357 1281.64 -483.713C1275.86 -483.74 1270.09 -483.768 1264.32 -483.795C1264.39 -483.999 1264.48 -484.204 1264.55 -484.408ZM354.026 17.7743C372.373 17.7163 390.72 17.6583 409.066 17.6003C408.386 17.7763 407.706 17.9523 407.025 18.1282C389.338 18.1852 371.651 18.2422 353.963 18.2992C353.983 18.1242 354.005 17.9493 354.026 17.7743ZM272.709 -485.641C260.108 -485.526 247.509 -485.411 234.909 -485.296C247.519 -485.178 260.13 -485.06 272.741 -484.942C272.741 -485.176 272.741 -485.41 272.741 -485.644C272.73 -485.643 272.719 -485.642 272.709 -485.641ZM102.693 20.0538C158.74 20.8746 87.2257 21.7414 72.4365 20.5357C72.4208 20.5367 72.4048 20.5377 72.389 20.5387C71.0945 20.4327 73.8322 19.9169 71.6772 19.7089C77.382 19.9418 83.0861 20.1748 88.7902 20.4077C93.9942 20.1178 99.1972 19.8278 104.4 19.5379C106.114 19.6519 107.827 19.7658 109.541 19.8798C107.259 19.9378 104.975 19.9958 102.693 20.0538ZM-38.7406 -73.7098C-38.6385 -121.063 -37.2553 -72.6111 -38.3477 -49.1729C-38.6004 -49.3409 -38.75 -69.3477 -38.7406 -73.7098ZM9.67821 20.2338C17.6864 20.1168 25.6946 19.9998 33.7029 19.8829C34.7254 20.0308 35.7486 20.1778 36.7711 20.3258C30.6237 20.4717 24.4769 20.6187 18.3294 20.7646C15.4459 20.5877 12.562 20.4107 9.67821 20.2338ZM273.048 22.5103C285.935 22.6723 302.374 21.0326 260.996 21.4635C261.017 21.6395 261.038 21.8154 261.059 21.9914C262.708 21.9634 267.548 21.7984 267.813 21.8114C268.57 21.8554 267.676 22.4423 273.048 22.5103ZM-43.7144 -161.395C-43.7863 -162.742 -45.7782 -163.477 -43.7178 -177.502C-43.8433 -181.742 -43.9687 -185.981 -44.0943 -190.22C-43.6555 -191.316 -43.2168 -192.41 -42.778 -193.506C-43.1182 -177.099 -42.2304 -175.36 -42.2115 -174.171C-42.1284 -168.717 -42.5851 -172.753 -42.5913 -169.234C-42.6065 -160.149 -42.2998 -139.503 -43.6032 -148.868C-44.0699 -152.24 -43.6427 -160.046 -43.7144 -161.395ZM-44.8474 -129.312C-44.6812 -131.302 -44.0986 -124.891 -43.9339 -126.394C-43.7903 -127.711 -43.1959 -147.486 -42.2115 -142.134C-42.253 -138.886 -42.2944 -135.639 -42.3359 -132.392C-42.6055 -131.292 -42.8751 -130.191 -43.1447 -129.091C-42.8958 -125.947 -42.647 -122.804 -42.3982 -119.659C-43.0633 -114.361 -43.9252 -103.087 -44.4676 -116.476C-44.4108 -111.554 -44.3541 -106.632 -44.2973 -101.71C-43.9786 -99.1606 -43.6599 -96.6111 -43.3411 -94.0616C-43.8269 -95.3973 -44.3126 -96.7341 -44.7983 -98.0698C-44.8147 -108.484 -44.8311 -118.897 -44.8474 -129.312ZM-44.6608 -281.899C-44.4097 -281.299 -44.1587 -280.7 -43.9077 -280.1C-44.3743 -298.177 -44.5518 -326.329 -42.9777 -310.341C-42.8467 -285.853 -42.7158 -261.365 -42.5848 -236.877C-42.7736 -235.251 -42.9625 -233.625 -43.1512 -231.999C-42.4237 -250.268 -45.5196 -244.622 -44.6313 -260.515C-44.4808 -263.195 -43.3981 -255.419 -44.0911 -272.261C-44.3432 -271.661 -44.5953 -271.062 -44.8474 -270.462C-44.7852 -274.274 -44.723 -278.087 -44.6608 -281.899ZM-44.2842 -437.3C-44.6471 -406.347 -45.5632 -440.441 -44.8016 -446.156C-44.8016 -446.147 -44.8016 -446.137 -44.8016 -446.127C-42.7174 -461.79 -43.7244 -428.11 -43.7112 -426.055C-43.6928 -423.324 -42.2008 -416.964 -44.3759 -402.108C-44.3454 -413.838 -44.3148 -425.569 -44.2842 -437.3ZM-44.6575 -336.249C-44.7066 -338.849 -44.3278 -337.409 -44.3333 -338.532C-44.3333 -338.542 -44.3333 -338.552 -44.3333 -338.562C-44.4146 -355.13 -44.7539 -394.537 -43.5311 -398.807C-43.429 -386.542 -43.1648 -331.668 -43.9961 -328.349C-44.2166 -330.983 -44.437 -333.615 -44.6575 -336.249ZM-43.7472 -219.665C-44.5389 -209.493 -44.6443 -232.391 -44.2777 -238.395C-44.1983 -239.529 -42.9272 -230.202 -43.7472 -219.665ZM557.2 27.0804C581.218 26.6365 549.66 26.1935 560.584 25.4997C555.997 25.5587 551.411 25.6177 546.824 25.6767C550.282 26.1446 553.742 26.6125 557.2 27.0804ZM1531.29 -115.362C1531.38 -120.579 1530.93 -118.108 1530.92 -118.561C1530.93 -121.987 1531.3 -125.217 1531.26 -126.533C1530.52 -150.846 1530.13 -134.677 1530.05 -134.432C1529.6 -133.918 1529.07 -140.309 1528.56 -131.455C1528.72 -126.081 1528.88 -120.707 1529.04 -115.333C1528.78 -112.666 1528.53 -109.998 1528.29 -107.331C1528.82 -96.6541 1528.96 -110.625 1529.68 -112.209C1529.96 -112.819 1530.29 -102.776 1531.29 -115.362ZM600.235 28.4841C604.129 27.7482 613.673 26.8194 604.3 26.0796C604.29 26.0796 604.279 26.0796 604.268 26.0796C602.536 25.9446 595.476 25.8696 593.308 25.6796C577.846 26.6604 583.77 27.6742 600.235 28.4841ZM1532.71 -18.9681C1532.53 -10.3029 1532.34 -1.63772 1532.15 7.02749C1531.68 6.88052 1531.21 6.73357 1530.73 6.5856C1530.86 1.94855 1530.99 -2.68849 1531.12 -7.32553C1530.89 -8.9522 1530.68 -10.5779 1530.47 -12.2035C1529.93 -6.44671 1529.38 -0.688906 1528.85 5.06791C1528.92 7.67637 1528.98 10.2848 1529.06 12.8933L1529.24 26.2235L1514.56 26.4005C1509.92 26.5095 1505.27 26.6194 1500.63 26.7294C1504.05 26.9624 1507.47 27.1954 1510.89 27.4283C1492.7 27.6853 1496.67 26.6114 1481.6 26.2015C1476.45 26.6104 1471.29 27.0194 1466.14 27.4283C1458.67 27.0174 1451.2 26.6064 1443.73 26.1955C1431.19 26.3875 1430.1 26.7005 1438.53 27.1684C1432.3 27.7042 1425.47 26.8624 1417.96 27.0804C1417.34 27.0984 1418.51 27.6023 1417.96 27.6083C1379.13 27.9482 1381.19 26.6245 1374.99 26.5675C1370.61 26.5295 1353.14 27.4223 1352.86 27.7272C1352.52 28.1381 1388.86 29.7568 1331.95 29.7988C1361.38 30.9186 1394.83 29.7788 1373.19 28.1361C1382.51 28.3011 1423.58 27.8912 1426.2 27.9412C1430.02 28.0152 1428.68 28.638 1433.45 28.655C1436.29 28.663 1443.77 27.2393 1466.14 28.4841C1468.99 28.2501 1471.85 28.0162 1474.71 27.7822C1477.38 27.9742 1480.07 28.1661 1482.74 28.3591C1477.22 29.0439 1471.71 29.7298 1466.2 30.4147C1485.46 29.7578 1501.84 30.7696 1514.56 30.2077L1533.38 29.9808L1533.15 12.8933C1533.06 11.3096 1532.95 9.78596 1532.8 8.32526C1532.95 -2.39053 1533.09 -7.5965 1533.75 -2.99345C1533.75 -6.21078 1533.75 -9.42811 1533.75 -12.6454C1533.39 -14.753 1533.05 -16.8606 1532.71 -18.9681ZM670.807 27.4313C682.236 28.1152 686.346 26.6394 684.567 26.5554C674.543 26.0965 664.859 27.0754 670.807 27.4313ZM1530.45 -96.0272C1530.05 -84.2776 1529.64 -72.5271 1529.23 -60.7765C1529.73 -60.7765 1530.23 -60.7765 1530.73 -60.7765C1530.64 -72.5271 1530.54 -84.2776 1530.45 -96.0272ZM553.688 28.1301C552.528 27.7802 551.369 27.4303 550.209 27.0804C536.395 28.3581 522.681 26.5245 515.856 26.9034C514.375 26.9864 517.366 27.6043 520.19 27.7362C521.947 27.8192 551.242 28.2481 553.688 28.1301ZM-21.3371 27.9622C-16.1914 27.7272 -11.0465 27.4923 -5.90065 27.2573C-6.18543 27.6512 -6.47009 28.0441 -6.75476 28.438C-9.29575 28.511 -11.8369 28.5841 -14.378 28.658C-16.6978 28.4261 -19.0175 28.1941 -21.3371 27.9622ZM37.214 27.3363C46.3925 27.3683 55.5711 27.3993 64.7499 27.4313C29.7402 27.7922 58.4721 27.9682 37.214 28.4811C37.214 28.0991 37.214 27.7182 37.214 27.3363ZM130.118 28.1331C128.989 28.3681 127.862 28.603 126.733 28.838C117.554 28.838 108.376 28.838 99.1972 28.838C105.002 29.6538 110.806 30.4687 116.611 31.2845C119.975 31.2865 123.338 31.2885 126.702 31.2905C127.84 30.2377 128.979 29.1859 130.118 28.1331ZM1533.18 -346.379C1533.19 -351.548 1532.43 -369.535 1532.14 -368.764C1531.8 -361.292 1531.45 -353.821 1531.11 -346.35C1531.6 -346.315 1532.11 -346.281 1532.61 -346.247C1532.36 -345.19 1532.11 -344.134 1531.86 -343.077C1532.05 -338.828 1532.24 -334.579 1532.43 -330.33C1531.99 -328.188 1531.55 -326.047 1531.11 -323.905C1531.61 -321.754 1532.11 -319.602 1532.61 -317.451C1533.5 -337.966 1532.61 -337.26 1532.62 -341.531C1532.62 -343.696 1532.93 -345.066 1533.09 -345.834C1533.12 -346.016 1533.15 -346.197 1533.18 -346.379ZM1533.64 -87.9079C1533.77 -112.405 1532.45 -126.406 1533.56 -144.129C1531.19 -132.762 1533.63 -59.3628 1531.67 -33.4841C1532.04 -30.7967 1532.43 -28.1103 1532.8 -25.4228C1532.46 -39.5139 1533.24 -49.2789 1533.35 -56.1495C1533.45 -61.6073 1533.05 -61.0375 1533.05 -61.4544C1533.05 -61.4744 1533.05 -61.4944 1533.05 -61.5133C1533.21 -74.2917 1533.6 -78.2449 1533.64 -87.9079ZM534.155 29.8508C541.221 30.4067 553.582 30.3507 553.72 29.5399C546.84 29.3049 539.96 29.07 533.08 28.835C534.493 29.043 532.949 29.7558 534.155 29.8508ZM140.793 30.3997C146.308 30.6636 159.332 30.4326 153.716 29.7318C152.706 29.6068 139.732 30.0997 147.342 28.835C134.701 28.854 137.659 30.2477 140.793 30.3997ZM1173.48 29.012C1168.83 29.035 1164.19 29.058 1159.56 29.082C1158.48 29.4089 1157.39 29.7368 1156.31 30.0647C1162.04 29.7138 1167.76 29.3629 1173.48 29.012ZM474.529 30.4116C468.362 28.809 457.825 30.3687 446.25 29.051C441.974 29.041 437.698 29.0309 433.423 29.0209C433.413 29.0209 433.402 29.0209 433.391 29.0209C433.275 29.4578 433.16 29.8958 433.044 30.3327C446.871 30.3597 460.7 30.3856 474.529 30.4116ZM1462.75 29.8018C1459.89 29.5988 1457.04 29.3949 1454.17 29.1919C1449.09 29.4289 1444 29.6658 1438.92 29.9028C1441.66 30.0727 1444.42 30.2427 1447.17 30.4116C1452.36 30.2087 1457.55 30.0057 1462.75 29.8018ZM399.371 30.5496C414.326 30.7506 419.951 29.3569 400.826 29.3529C392.764 29.3529 383.701 30.3397 399.371 30.5496ZM1371.2 -495.828C1376.33 -495.709 1381.45 -495.59 1386.58 -495.471C1388.31 -495.764 1390.06 -496.057 1391.81 -496.35C1384.93 -496.176 1378.07 -496.002 1371.2 -495.828ZM69.8742 30.2417C70.475 29.9488 71.0765 29.6558 71.6772 29.3629C76.2482 29.4219 80.8188 29.4809 85.3898 29.5399C84.2406 29.8308 83.0914 30.1207 81.9422 30.4116C77.9195 30.3547 73.8969 30.2977 69.8742 30.2417ZM1405.67 -495.648C1409.77 -495.592 1413.87 -495.536 1417.97 -495.481C1420.72 -495.623 1423.48 -495.765 1426.22 -495.908C1422.39 -496.049 1418.56 -496.19 1414.73 -496.332C1411.71 -496.104 1408.69 -495.876 1405.67 -495.648ZM257.612 30.4147C263.365 30.7676 286.351 29.6698 265.646 29.3899C252.452 29.2119 256.748 30.3617 257.612 30.4147ZM226.596 30.7656C248.512 31.4364 232.078 28.0322 205.924 30.2377C232.253 29.9358 225.308 30.7256 226.596 30.7656ZM33.8767 32.5232C33.3257 32.5212 32.8713 32.0323 28.4677 32.0143C12.6166 31.9504 -8.30772 31.7574 -19.6448 31.7274C-22.6566 31.7194 -26.3551 31.7224 -30.5645 31.7334L-50.5198 31.9744L-50.7847 12.8933C-50.8798 -18.6802 -51.4818 -81.1203 -50.1291 -89.2126C-49.8098 -91.1073 -48.8554 -86.7472 -48.8063 -87.518C-48.6692 -89.7785 -49.1323 -102.79 -48.4297 -100.383C-48.4351 -87.616 -48.4406 -74.8496 -48.4461 -62.0822C-48.9416 -65.2166 -49.4371 -68.3499 -49.9326 -71.4843C-49.6681 -39.6729 -49.6987 -50.2027 -48.6196 -41.0526C-49.0376 -35.6687 -49.4557 -30.2848 -49.8737 -24.9009C-49.4535 -13.1803 -49.0333 -1.45977 -48.613 10.2618C-48.9263 7.60436 -49.2396 4.94593 -49.5529 2.28848C-49.7218 7.43242 -49.8093 10.6607 -49.8296 12.8933L-49.5771 31.0736L-30.5645 30.8436C-24.7347 30.8905 -25.2387 30.5656 -17.8892 30.0647C-17.8681 30.3557 -17.8472 30.6476 -17.826 30.9395C0.471714 30.2287 4.03635 31.1035 8.03318 31.1135C16.2334 31.1305 26.6856 27.6772 57.9647 31.1135C71.1537 29.4609 70.8529 32.8232 78.6052 31.1135C100.928 32.9751 58.4731 32.3013 38.3844 32.2393C38.3737 32.2393 38.3632 32.2393 38.3528 32.2393C36.8372 32.2343 39.2434 32.5482 33.8767 32.5232ZM148.544 30.8116C135.03 32.3293 188.418 32.4712 170.75 30.2807C168.119 30.2097 165.488 30.1387 162.857 30.0677C158.075 30.3157 153.294 30.5636 148.511 30.8116C148.522 30.8116 148.533 30.8116 148.544 30.8116ZM650.166 31.8184C699.616 31.1955 671.501 30.3227 654.753 31.1745C651.412 31.3434 649.581 31.5754 650.166 31.8184ZM1534.9 -122.908C1534.7 -123.581 1534.51 -124.253 1534.31 -124.926C1534.49 -109.475 1533.74 -79.5976 1535.06 -80.0085C1535 -94.3086 1534.95 -108.608 1534.9 -122.908ZM1535.76 -0.679901C1535.84 -3.99722 1536.02 -17.5534 1535.53 -15.9178C1535.19 -10.042 1534.83 -4.16718 1534.49 1.70761C1534.7 4.44404 1534.92 7.18048 1535.14 9.91691C1535.22 6.0957 1535.73 0.218913 1535.76 -0.679901Z' fill='%23E5EBF1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5396_2062'%3E%3Crect width='1479.96' height='47' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1920px) {
  .hero:after {
    height: 50px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding: 48px 0;
  }
}
.hero.local-video, .hero.overlap-image {
  margin-bottom: 72px;
}
@media only screen and (max-width: 1400px) {
  .hero.local-video, .hero.overlap-image {
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 991px) {
  .hero.local-video, .hero.overlap-image {
    margin-bottom: 48px;
  }
}
.hero.media-right .content-col {
  padding-right: 150px !important;
  order: 1;
}
@media only screen and (max-width: 991px) {
  .hero.media-right .content-col {
    padding-right: 12px !important;
  }
}
.hero.media-right .media-col {
  order: 2;
}
.hero.media-left .content-col {
  padding-left: 150px !important;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .hero.media-left .content-col {
    order: 1;
    padding-left: 12px !important;
  }
}
.hero.media-left .media-col {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .hero.media-left .media-col {
    order: 2;
  }
}
.hero .in-grid, .hero .posts-parent-container .facetwp-type-pager, .posts-parent-container .hero .facetwp-type-pager {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.hero .in-grid .content-col, .hero .posts-parent-container .facetwp-type-pager .content-col, .posts-parent-container .hero .facetwp-type-pager .content-col {
  width: 58.3333333333%;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}
@media only screen and (max-width: 991px) {
  .hero .in-grid .content-col, .hero .posts-parent-container .facetwp-type-pager .content-col, .posts-parent-container .hero .facetwp-type-pager .content-col {
    width: 100%;
  }
}
.hero .in-grid .content-col:only-child, .hero .posts-parent-container .facetwp-type-pager .content-col:only-child, .posts-parent-container .hero .facetwp-type-pager .content-col:only-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .hero .in-grid .content-col:only-child, .hero .posts-parent-container .facetwp-type-pager .content-col:only-child, .posts-parent-container .hero .facetwp-type-pager .content-col:only-child {
    width: 100%;
  }
}
.hero .in-grid .media-col, .hero .posts-parent-container .facetwp-type-pager .media-col, .posts-parent-container .hero .facetwp-type-pager .media-col {
  width: 41.6666666667%;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .hero .in-grid .media-col, .hero .posts-parent-container .facetwp-type-pager .media-col, .posts-parent-container .hero .facetwp-type-pager .media-col {
    width: 100%;
    margin-top: 48px;
  }
}
.hero .in-grid .media-col .image, .hero .posts-parent-container .facetwp-type-pager .media-col .image, .posts-parent-container .hero .facetwp-type-pager .media-col .image {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.hero .in-grid .media-col .image.overlap-image, .hero .posts-parent-container .facetwp-type-pager .media-col .image.overlap-image, .posts-parent-container .hero .facetwp-type-pager .media-col .image.overlap-image {
  width: 100%;
  aspect-ratio: auto 1/1;
  position: relative;
  margin-bottom: -144px;
  max-width: 600px;
}
@media only screen and (max-width: 1400px) {
  .hero .in-grid .media-col .image.overlap-image, .hero .posts-parent-container .facetwp-type-pager .media-col .image.overlap-image, .posts-parent-container .hero .facetwp-type-pager .media-col .image.overlap-image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero .in-grid .media-col .image.overlap-image, .hero .posts-parent-container .facetwp-type-pager .media-col .image.overlap-image, .posts-parent-container .hero .facetwp-type-pager .media-col .image.overlap-image {
    margin-bottom: -96px;
  }
}
.hero .in-grid .media-col .image.overlap-image svg.tertiary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .image.overlap-image svg.tertiary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .image.overlap-image svg.tertiary-svg {
  top: 50%;
  right: -12px !important;
  z-index: 3;
}
.hero .in-grid .media-col .image.overlap-image .image-holder, .hero .posts-parent-container .facetwp-type-pager .media-col .image.overlap-image .image-holder, .posts-parent-container .hero .facetwp-type-pager .media-col .image.overlap-image .image-holder {
  border-radius: 50% 50% 0 0;
}
.hero .in-grid .media-col .image svg, .hero .posts-parent-container .facetwp-type-pager .media-col .image svg, .posts-parent-container .hero .facetwp-type-pager .media-col .image svg {
  pointer-events: none;
}
.hero .in-grid .media-col .image svg.primary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .image svg.primary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .image svg.primary-svg {
  position: absolute;
  left: -12px;
  top: -24px;
  z-index: 1;
}
.hero .in-grid .media-col .image svg.secondary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .image svg.secondary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .image svg.secondary-svg {
  position: absolute;
  left: -12px;
  bottom: -24px;
  z-index: 3;
}
.hero .in-grid .media-col .image svg.tertiary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .image svg.tertiary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .image svg.tertiary-svg {
  position: absolute;
  right: -12px;
  top: -24px;
  z-index: 1;
}
.hero .in-grid .media-col .image .image-holder, .hero .posts-parent-container .facetwp-type-pager .media-col .image .image-holder, .posts-parent-container .hero .facetwp-type-pager .media-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.hero .in-grid .media-col .ct-video-element, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element {
  position: relative;
  width: 100%;
}
.hero .in-grid .media-col .ct-video-element svg, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element svg, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element svg {
  pointer-events: none;
}
.hero .in-grid .media-col .ct-video-element svg.primary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element svg.primary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element svg.primary-svg {
  position: absolute;
  left: -12px;
  top: -24px;
  z-index: 1;
}
.hero .in-grid .media-col .ct-video-element svg.secondary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element svg.secondary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element svg.secondary-svg {
  position: absolute;
  left: -12px;
  bottom: -24px;
  z-index: 3;
}
.hero .in-grid .media-col .ct-video-element svg.tertiary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element svg.tertiary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element svg.tertiary-svg {
  position: absolute;
  right: -12px;
  top: -24px;
  z-index: 1;
}
.hero .in-grid .media-col .ct-video-element .video-container, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element .video-container, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element .video-container {
  z-index: 2;
  position: relative;
}
.hero .in-grid .media-col .ct-video-element .video-container > div, .hero .posts-parent-container .facetwp-type-pager .media-col .ct-video-element .video-container > div, .posts-parent-container .hero .facetwp-type-pager .media-col .ct-video-element .video-container > div {
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.hero .in-grid .media-col .local-cover-video, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video {
  width: 100%;
  aspect-ratio: auto 1/1;
  position: relative;
  margin-bottom: -144px;
  max-width: 600px;
}
@media only screen and (max-width: 1400px) {
  .hero .in-grid .media-col .local-cover-video, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero .in-grid .media-col .local-cover-video, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video {
    margin-bottom: -96px;
  }
}
.hero .in-grid .media-col .local-cover-video svg, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video svg, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video svg {
  pointer-events: none;
}
.hero .in-grid .media-col .local-cover-video svg.primary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video svg.primary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video svg.primary-svg {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
}
.hero .in-grid .media-col .local-cover-video svg.secondary-svg, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video svg.secondary-svg, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video svg.secondary-svg {
  position: absolute;
  right: 24px;
  top: 12px;
  z-index: 1;
}
.hero .in-grid .media-col .local-cover-video video, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video video, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
}
.hero .in-grid .media-col .local-cover-video .video-play-btn, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video .video-play-btn, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 60px;
  height: 60px;
}
.hero .in-grid .media-col .local-cover-video .video-play-btn svg, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video .video-play-btn svg, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video .video-play-btn svg {
  pointer-events: none;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .in-grid .media-col .local-cover-video .video-play-btn:hover, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video .video-play-btn:hover, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.hero .in-grid .media-col .local-cover-video .video-play-btn.is-hidden, .hero .posts-parent-container .facetwp-type-pager .media-col .local-cover-video .video-play-btn.is-hidden, .posts-parent-container .hero .facetwp-type-pager .media-col .local-cover-video .video-play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.default-page-template .content-col {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .default-page-template .content-col {
    width: 100%;
  }
}
.default-page-template .sidebar-col {
  width: 41.6666666667%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .default-page-template .sidebar-col {
    width: 100%;
    margin-top: 48px;
  }
}
.default-page-template .sidebar-col > div {
  width: 100%;
}

.overview-type-blocks {
  background: #E5EBF1;
  padding: 72px 0;
}
.overview-type-blocks .in-grid, .overview-type-blocks .posts-parent-container .facetwp-type-pager, .posts-parent-container .overview-type-blocks .facetwp-type-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.overview-type-blocks .in-grid .content-row, .overview-type-blocks .posts-parent-container .facetwp-type-pager .content-row, .posts-parent-container .overview-type-blocks .facetwp-type-pager .content-row {
  max-width: 700px;
}
.overview-type-blocks .in-grid .error-message, .overview-type-blocks .posts-parent-container .facetwp-type-pager .error-message, .posts-parent-container .overview-type-blocks .facetwp-type-pager .error-message {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: calc(100% - 24px);
  text-align: center;
  padding: 12px 24px;
  background: #6FB7B3;
  color: #fff;
  font-weight: bold;
}
.overview-type-blocks .in-grid .error-message:not(:first-child), .overview-type-blocks .posts-parent-container .facetwp-type-pager .error-message:not(:first-child), .posts-parent-container .overview-type-blocks .facetwp-type-pager .error-message:not(:first-child) {
  margin-top: 24px;
}
.overview-type-blocks .in-grid .child-pages-section, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section {
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  row-gap: 24px;
}
.overview-type-blocks .in-grid .child-pages-section:not(:first-child), .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section:not(:first-child), .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section:not(:first-child) {
  margin-top: 24px;
}
.overview-type-blocks .in-grid .child-pages-section .child-page-block, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section .child-page-block {
  width: 25%;
  padding: 0 12px;
}
@media only screen and (max-width: 1200px) {
  .overview-type-blocks .in-grid .child-pages-section .child-page-block, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section .child-page-block {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .overview-type-blocks .in-grid .child-pages-section .child-page-block, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section .child-page-block {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .overview-type-blocks .in-grid .child-pages-section .child-page-block, .overview-type-blocks .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block, .posts-parent-container .overview-type-blocks .facetwp-type-pager .child-pages-section .child-page-block {
    width: 100%;
  }
}

.overview-type-list {
  padding: 48px 0 72px 0;
}
.overview-type-list .in-grid, .overview-type-list .posts-parent-container .facetwp-type-pager, .posts-parent-container .overview-type-list .facetwp-type-pager {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .overview-type-list .in-grid, .overview-type-list .posts-parent-container .facetwp-type-pager, .posts-parent-container .overview-type-list .facetwp-type-pager {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.overview-type-list .in-grid .error-message, .overview-type-list .posts-parent-container .facetwp-type-pager .error-message, .posts-parent-container .overview-type-list .facetwp-type-pager .error-message {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: calc(58.3333333333% - 24px);
  margin-right: 12px;
  text-align: center;
  padding: 12px 24px;
  background: #6FB7B3;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .overview-type-list .in-grid .error-message, .overview-type-list .posts-parent-container .facetwp-type-pager .error-message, .posts-parent-container .overview-type-list .facetwp-type-pager .error-message {
    margin-right: 0;
    width: calc(100% - 24px);
  }
}
.overview-type-list .in-grid .error-message:not(:first-child), .overview-type-list .posts-parent-container .facetwp-type-pager .error-message:not(:first-child), .posts-parent-container .overview-type-list .facetwp-type-pager .error-message:not(:first-child) {
  margin-top: 24px;
}
.overview-type-list .in-grid .child-pages-section, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1200px) {
  .overview-type-list .in-grid .child-pages-section, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section, .overview-type-list .in-grid .content-row, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row {
    width: 100%;
  }
}
.overview-type-list .in-grid .child-pages-section:not(:first-child), .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section:not(:first-child), .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section:not(:first-child), .overview-type-list .in-grid .content-row:not(:first-child), .overview-type-list .posts-parent-container .facetwp-type-pager .content-row:not(:first-child), .posts-parent-container .overview-type-list .facetwp-type-pager .content-row:not(:first-child) {
  margin-top: 24px;
}
.overview-type-list .in-grid .child-pages-section .child-page-block a, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block a, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block a, .overview-type-list .in-grid .content-row .child-page-block a, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block a, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .overview-type-list .in-grid .child-pages-section .child-page-block a:hover .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block, .overview-type-list .in-grid .content-row .child-page-block a:hover .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block a:hover .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block a:hover .inner-block {
    background: #1F2E4C;
    color: #fff;
  }
  .overview-type-list .in-grid .child-pages-section .child-page-block a:hover .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block .icon-container, .overview-type-list .in-grid .content-row .child-page-block a:hover .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block a:hover .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block a:hover .inner-block .icon-container {
    border-color: #fff;
  }
  .overview-type-list .in-grid .child-pages-section .child-page-block a:hover .inner-block .icon-container svg path, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block .icon-container svg path, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block a:hover .inner-block .icon-container svg path, .overview-type-list .in-grid .content-row .child-page-block a:hover .inner-block .icon-container svg path, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block a:hover .inner-block .icon-container svg path, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block a:hover .inner-block .icon-container svg path {
    fill: #fff;
  }
}
.overview-type-list .in-grid .child-pages-section .child-page-block .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block .inner-block, .overview-type-list .in-grid .content-row .child-page-block .inner-block, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block .inner-block, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block .inner-block {
  width: 100%;
  padding: 24px 72px 24px 24px;
  background: #EEF3F6;
  position: relative;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.overview-type-list .in-grid .child-pages-section .child-page-block .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container, .overview-type-list .in-grid .content-row .child-page-block .inner-block .icon-container, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 24px;
  top: 50%;
  border: 2px solid rgba(31, 46, 76, 0.2);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.overview-type-list .in-grid .child-pages-section .child-page-block .inner-block .icon-container svg path, .overview-type-list .posts-parent-container .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container svg path, .posts-parent-container .overview-type-list .facetwp-type-pager .child-pages-section .child-page-block .inner-block .icon-container svg path, .overview-type-list .in-grid .content-row .child-page-block .inner-block .icon-container svg path, .overview-type-list .posts-parent-container .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container svg path, .posts-parent-container .overview-type-list .facetwp-type-pager .content-row .child-page-block .inner-block .icon-container svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.cc-contentcontainer {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.cc-contentcontainer:not(:first-child) {
  margin-top: 24px;
}
.cc-contentcontainer > div {
  width: 100%;
}

.ct-video-element {
  position: relative;
  width: 100%;
}
.ct-video-element svg {
  pointer-events: none;
}
.ct-video-element svg.primary-svg {
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 1;
}
.ct-video-element svg.secondary-svg {
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 3;
}
.ct-video-element svg.tertiary-svg {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
}
.ct-video-element .video-container {
  z-index: 2;
  position: relative;
}
.ct-video-element .video-container > div {
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.cc-image-element {
  position: relative;
  aspect-ratio: 16/9;
}
.cc-image-element.ratio-horizontal {
  aspect-ratio: 16/9;
}
.cc-image-element.ratio-square {
  aspect-ratio: 1/1;
}
.cc-image-element.ratio-vertical {
  aspect-ratio: 2/3;
}
.cc-image-element.shape-yes .image-holder {
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  -ms-border-radius: 50% 50% 0 0;
  -o-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
}
.cc-image-element.shape-yes svg.primary-svg {
  right: -12px;
  left: auto;
  top: auto;
  bottom: -12px;
}
.cc-image-element.shape-yes svg.secondary-svg {
  top: 70px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 142px;
  height: 142px;
}
.cc-image-element.shape-yes svg.secondary-svg circle {
  stroke: #7085A4;
}
.cc-image-element.shape-yes svg.tertiary-svg {
  top: auto;
  bottom: 24px;
  left: -12px;
  right: auto;
  z-index: 3;
}
.cc-image-element.shape-yes svg.tertiary-svg circle {
  stroke: #C7D8E2;
}
.cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cc-image-element {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.cc-image-element svg {
  pointer-events: none;
}
.cc-image-element svg.primary-svg {
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: 1;
}
.cc-image-element svg.secondary-svg {
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 3;
}
.cc-image-element svg.tertiary-svg {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
}
.cc-image-element .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.big-cta a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.big-cta a > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .big-cta a:hover .inner-cta {
    background: #6FB7B3;
  }
  .big-cta a:hover .inner-cta .icon-container svg {
    fill: #6FB7B3;
  }
}
.big-cta .inner-cta {
  padding: 36px;
  background: #1F2E4C;
  position: relative;
  gap: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .big-cta .inner-cta {
    padding: 24px;
  }
}
.big-cta .inner-cta .icon-container {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.big-cta .inner-cta .icon-container svg {
  max-width: 24px;
  fill: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.cta-block .cta-block-inner {
  padding: 36px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .cta-block .cta-block-inner {
    padding: 24px;
  }
}

.cc-separator {
  margin: 24px 0;
  height: 2px;
  width: 100%;
  background: rgba(31, 46, 76, 0.05);
}
.cc-separator.size-small {
  margin: 12px 0;
}
.cc-separator.size-large {
  margin: 48px 0;
}

.flex-row.pd-top-xs {
  padding-top: 12px;
}
.flex-row.pd-top-s {
  padding-top: 24px;
}
.flex-row.pd-top-m {
  padding-top: 48px;
}
.flex-row.pd-top-l {
  padding-top: 72px;
}
.flex-row.pd-top-xl {
  padding-top: 96px;
}
.flex-row.pd-bottom-xs {
  padding-bottom: 12px;
}
.flex-row.pd-bottom-s {
  padding-bottom: 24px;
}
.flex-row.pd-bottom-m {
  padding-bottom: 48px;
}
.flex-row.pd-bottom-l {
  padding-bottom: 72px;
}
.flex-row.pd-bottom-xl {
  padding-bottom: 96px;
}
.flex-row.bg-white {
  background: #F9FBFC;
}
.flex-row.bg-light-grey {
  background: #E5EBF1;
  position: relative;
}
.flex-row.bg-light-grey:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  height: 40px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1480' height='47' viewBox='0 0 1480 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5396_2062)'%3E%3Cpath d='M62.5764 -502.15C149.308 -506.519 208.51 -501.877 288.968 -501.137C466.087 -499.512 699.654 -500.976 880.806 -500.859C1017.92 -500.771 1157.24 -500.46 1293.52 -500.21C1300.52 -500.197 1304.68 -499.718 1307.86 -499.712C1337.7 -499.656 1387.73 -500.09 1417.34 -500.027C1443.88 -499.97 1478.81 -499.951 1514.56 -499.914L1536.71 -500.181L1537 -479.005C1536.95 -434.187 1536.86 -387.972 1536.58 -357.49C1536.38 -334.925 1536.29 -311.779 1535.07 -303.007C1535 -294.762 1536.11 -290.262 1536.17 -288.109C1536.17 -288.085 1536.17 -288.06 1536.16 -288.036C1536.36 -281.101 1535.58 -263.59 1535.63 -259.725C1535.64 -259.148 1536.43 -262.705 1536.2 -253.33C1536.17 -252.495 1535.63 -253.266 1535.62 -245.371C1535.62 -243.317 1536.45 -216.914 1536.51 -209.37C1536.67 -184.26 1536.01 -124.294 1536.02 -94.2736C1536.02 -89.6825 1536.35 -87.0381 1536.36 -82.1891C1536.36 -79.6846 1536.01 -75.9304 1536.01 -75.1596C1536.02 -71.7822 1537.59 -57.0283 1534.5 -62.3242C1534.69 -46.9194 1535.71 -51.4574 1536.38 -51.1095C1536.47 -34.3869 1535.01 -26.3266 1536.56 -21.9595C1536.54 -10.3419 1536.51 1.27568 1536.49 12.8933L1536.76 33.0511L1514.56 33.3191C1438.78 33.1701 1362.98 33.0201 1287.19 32.8712C1287.16 33.1061 1287.14 33.3411 1287.11 33.576C1261.1 32.6372 1252.17 34.2249 1237.32 32.8622C1228.17 33.1621 1219 33.462 1209.85 33.762C974.498 32.8382 739.698 33.9369 506.999 33.9329C497.178 33.9329 494.726 33.4331 478.53 33.4301C460.648 33.4261 435.497 34.0069 411.929 34C391.255 33.995 360.756 33.522 337.704 33.4481C332.501 33.4321 328.737 33.749 328.151 33.747C324.707 33.735 324.533 33.2331 321.191 33.2191C317.194 33.2031 312.366 33.574 307.749 33.552C290.494 33.4691 271.69 33.597 269.505 33.588C258.981 33.541 256.658 33.0501 255.793 33.0451C244.085 32.9851 248.475 33.428 245.56 33.4021C230.431 33.2661 219.739 32.1623 199.029 33.2221C199.593 32.8122 200.156 32.4023 200.721 31.9924C184.871 31.7614 195.34 32.8512 192.101 33.0481C190.779 33.1211 156.663 32.9882 154.032 32.9692C144.868 32.8982 144.622 32.3542 143.83 32.3462C141.901 32.3292 118.846 32.9471 107.026 32.4712C93.0425 31.9083 109.502 30.8006 106.03 30.5917C105.444 30.5567 90.8031 30.6706 88.8374 30.3237C86.6677 29.9508 99.3282 29.9587 99.1339 29.8018C98.9966 29.6948 77.9753 28.925 82.0055 28.4071C85.2449 27.8882 113.764 28.554 119.805 28.3101C120.802 28.2691 118.922 27.6283 119.805 27.6053C123.354 27.5193 189.063 27.4993 192.069 27.6053C188.648 27.8972 185.225 28.1891 181.805 28.4811C186.354 28.5101 190.904 28.5401 195.454 28.5691C188.985 28.803 182.516 29.0369 176.048 29.2709C185.661 31.6744 214.616 29.2379 215.809 28.0382C216.327 27.4833 198.626 26.0566 215.098 25.2258C212.594 25.0828 210.089 24.9408 207.585 24.7978C202.424 25.0318 197.262 25.2657 192.101 25.4997C195.538 25.6477 198.976 25.7946 202.413 25.9426C201.148 26.1096 199.883 26.2755 198.618 26.4425C188.969 26.7104 179.322 26.9774 169.673 27.2453C164.713 27.1213 165.744 26.6294 162.335 26.5345C119.814 25.3347 147.549 26.8614 119.711 26.6414C115.735 26.3765 111.76 26.1125 107.786 25.8476C109.187 26.9414 96.857 26.2545 81.9422 26.7264C83.7234 26.3725 85.5057 26.0186 87.2879 25.6646C65.6819 25.8526 21.8831 24.069 33.7029 26.0216C28.7522 25.8546 23.8019 25.6876 18.8514 25.5217C14.671 25.8406 10.4898 26.1595 6.30951 26.4795C0.53116 26.4425 -5.24698 26.4065 -11.025 26.3695C-11.0515 26.1965 -11.0777 26.0236 -11.1041 25.8506C-6.49628 25.8496 -1.88879 25.8486 2.71901 25.8476C-0.739282 25.3207 -4.1979 24.7938 -7.6563 24.2669C-11.0568 24.3549 -14.4573 24.4419 -17.8576 24.5299C-3.59423 25.0278 -22.3989 25.8416 -26.952 26.5374C-28.2025 26.5644 -29.407 26.5785 -30.5645 26.5825L-45.0632 26.7565L-45.2557 12.8933C-45.2919 3.6022 -44.51 -2.49453 -44.4709 -5.86084C-44.4501 -7.62647 -46.1595 -28.4292 -44.281 -20.2739C-44.5091 -30.9777 -44.7372 -41.6814 -44.9653 -52.3852C-44.8212 -56.5704 -44.6771 -60.7555 -44.533 -64.9407C-43.6581 -55.8585 -42.6038 -82.1821 -42.241 -62.7891C-41.9689 -48.3091 -42.7869 -44.7408 -42.7812 -37.8692C-42.7773 -31.6755 -42.2263 -28.4002 -42.2017 -21.6586C-42.1606 -9.64105 -42.1376 1.78658 -42.1303 12.8933L-41.9787 23.808L-30.5645 23.6701C2.48403 23.6511 32.8931 23.746 66.8534 23.913C75.9824 23.959 84.2867 23.7071 90.419 23.7421C97.342 23.7831 88.6689 24.4269 97.489 24.27C106.752 24.105 108.756 23.5791 111.202 23.5691C112.724 23.5631 117.548 24.035 121.988 24.035C140.234 24.035 166.97 23.5781 169.563 23.5811C172.491 23.5861 224.093 24.013 226.564 24.0899C227.874 24.1329 225.156 25.8786 236.528 24.017C240.076 23.983 243.625 23.948 247.172 23.913C246.598 24.2619 246.023 24.6108 245.449 24.9598C266.468 23.637 259.239 24.3769 279.501 24.273C328.019 24.023 399.589 24.3169 452.655 24.1939C464.505 24.1659 469.019 23.7481 483.038 23.7181C496.061 23.6921 530.069 24.9378 522.673 23.2112C551.651 24.7069 556.31 22.1283 570.818 23.736C572.573 23.5021 574.328 23.2681 576.084 23.0342C591.831 24.038 596.691 23.1562 613.885 23.0342C621.294 22.9822 612.753 24.049 627.708 22.8612C630.566 22.9492 633.422 23.0382 636.28 23.1262C635.615 23.3841 634.952 23.6431 634.287 23.901C650.896 23.6901 651.967 23.824 650.072 22.8572C658.09 23.0332 666.109 23.2092 674.128 23.3851C675.124 23.0682 676.121 22.7512 677.117 22.4333C673.276 21.8284 491.204 22.7413 465.845 23.0312C436.109 22.3134 376.372 23.2112 352.349 23.0412C342.735 22.9722 338.488 22.2543 324.497 22.1683C310.512 22.0824 292.91 22.7333 285.464 22.7573C260.652 22.8383 143.108 22.6953 223.053 21.8025C220.755 21.4525 218.455 21.1026 216.157 20.7527C184.389 21.9464 195.892 21.2116 169.532 21.0886C158.435 21.0356 132.045 21.8164 133.518 20.2278C154.124 19.9318 176.017 20.4398 193.936 20.4168C195.712 20.4148 216.927 19.6889 227.845 19.8859C237.695 20.0658 230.913 21.5805 252.344 19.8798C268.261 21.5415 277.464 20.0338 281.667 19.8738C288.934 19.5959 289.73 20.4157 296.993 20.5117C304.905 20.6167 310.352 20.0728 311.433 20.0688C322.284 20.0568 378.797 19.9828 381.388 20.3128C379.115 20.4587 376.843 20.6037 374.571 20.7496C389.248 20.9836 386.18 20.1448 390.04 20.0448C392.912 20.0478 395.786 20.0508 398.659 20.0538C397.521 20.2278 396.381 20.4018 395.243 20.5757C412.576 20.5387 399.314 19.9338 423.918 19.9498C439.54 19.9608 455.677 20.6247 457.195 20.5757C457.642 20.5617 452.724 20.1138 459.093 20.0538C469.635 19.9548 487.863 19.9668 489.902 20.5757C495.065 20.4897 494.626 19.8938 495.311 19.8798C498.309 19.8218 549.889 19.6189 559.129 19.5839C584.732 19.4869 613.238 19.6139 640.977 19.5139C643.829 19.5039 642.01 19.8858 644.868 19.8738C649.457 19.8538 673.014 19.254 676.532 19.212C685.315 19.108 708.42 19.346 712.055 19.172C712.572 19.147 704.968 18.6301 713.858 18.4701C723.728 18.2932 718.415 18.9881 718.95 18.9951C739.039 19.233 751.721 18.7501 765.434 18.6561C769.878 18.6261 778.079 19.15 784.35 18.9951C785.072 18.9781 783.642 18.4941 784.35 18.4701C793.827 18.2172 802.693 19.114 806.793 19.172C816.827 19.314 811.363 18.6521 811.886 18.6471C818.57 18.6261 827.566 18.865 837.73 18.833C883.044 18.6921 920.023 18.6521 968.197 18.6961C974.246 18.7011 981.427 19.168 982.352 19.169C985.212 19.165 984.394 18.6171 992.664 18.6291C1010.1 18.6571 1026.27 18.6311 1043.52 18.6411C1047 18.6431 1048.48 19.152 1051.13 19.163C1060.03 19.195 1090.34 17.8633 1090.83 19.5199C1108.47 18.0532 1120.19 19.317 1134.39 19.303C1168.03 19.272 1220.69 18.973 1254.21 19.163C1261.27 19.204 1264.59 19.6279 1268.51 19.6509C1275.55 19.6929 1315.82 19.4559 1317.92 19.5229C1322.06 19.6519 1319.58 21.5205 1340.84 19.8918C1353.3 19.7759 1351.83 20.5437 1354.41 20.5847C1374.5 20.8926 1394.04 19.18 1390.4 20.7496C1413.79 20.3237 1428.94 19.4559 1438.49 20.9236C1438.36 20.2078 1449.37 19.7779 1462.62 20.0508C1449.05 21.2536 1450.73 22.0224 1417.9 21.8025C1417.38 21.7985 1418.37 21.2805 1417.84 21.2775C1413.16 21.2425 1403.38 21.5035 1395.38 21.4755C1387.4 21.4475 1391.83 21.0936 1388.64 21.1006C1385.71 21.1076 1385.8 21.6025 1381.56 21.6095C1367.82 21.6295 1355.65 21.7654 1347.83 21.7744C1342.9 21.7794 1337.39 21.3445 1333.57 21.3445C1318.78 21.3475 1287.45 21.6875 1268.64 21.6405C1264.71 21.6295 1266.37 21.1406 1257.79 21.1006C1256.78 21.0956 1253.14 21.6045 1245.63 21.7104C1238.11 21.8164 1232.3 21.5635 1227.47 21.6155C1223.44 21.6595 1225.12 22.1124 1216.86 22.1404C1209.97 22.1634 1131.91 21.8375 1127.67 21.7655C1121.58 21.6615 1118.68 21.0256 1114.95 21.1036C1114.3 21.1196 1113.19 21.7334 1110.92 21.7774C1073.49 22.5033 990.668 21.6655 947.905 21.6705C858.52 21.6795 776.057 22.0404 685.879 22.1834C684.272 22.2903 682.663 22.3973 681.056 22.5033C690.171 22.5083 699.286 22.5123 708.401 22.5163C708.459 22.8052 708.517 23.0932 708.575 23.3821C720.899 23.4281 719.266 22.7453 718.919 22.3334C723.479 22.5083 728.04 22.6833 732.6 22.8572C736.535 21.8514 766.947 22.5203 782.627 22.5193C792.824 22.5193 804.959 22.1354 810.336 22.1654C821.697 22.2263 821.4 22.8482 822.294 22.8572C823.81 22.8722 839.67 22.3243 851.11 22.3453C868.024 22.3753 869.853 23.3291 893.007 22.5193C922.674 23.0142 955.547 22.7653 987.523 22.6843C981.435 23.5651 1010.09 22.7313 1023.02 22.7453C1101.85 22.8312 1198.76 23.2081 1278.63 23.5561C1288.9 23.6001 1296.66 24.1199 1302.38 24.1029C1305.48 24.0939 1306.83 23.4811 1311.13 23.5621C1311.89 23.5781 1312.42 24.151 1320.44 24.237C1340.39 24.4529 1390.08 23.4981 1402.66 24.5969C1439.97 24.5039 1477.27 24.4109 1514.56 24.3179L1526.98 24.169L1526.83 12.8933C1526.74 -15.9128 1526.66 -44.7188 1526.58 -73.5239C1526.83 -75.1205 1527.07 -76.7172 1527.33 -78.3139C1526.04 -90.3884 1526.81 -138.122 1526.74 -161.401C1526.63 -202.369 1526.24 -254.643 1526.19 -290.54C1526.18 -298.341 1526.55 -304.732 1526.54 -312.116C1526.54 -315.292 1526.07 -319.243 1526.06 -322.549C1526.02 -359.666 1526.51 -409.921 1526.5 -447.327C1526.5 -457.957 1526.5 -468.509 1526.5 -479.005L1526.33 -490.263L1514.56 -490.121C1435.83 -490.118 1360.02 -490.167 1279.23 -490.15C968.132 -490.082 658.825 -489.435 350.381 -489.696C346.247 -489.699 346.453 -490.205 343.249 -490.208C324.331 -490.233 282.086 -489.816 260.72 -489.839C243.698 -489.857 216.678 -490.63 210.821 -489.851C271.297 -488.673 335.19 -488.762 398.146 -488.433C402.622 -488.409 403.179 -487.929 403.729 -487.92C413.922 -487.753 407.486 -488.415 422.266 -488.445C427.206 -488.455 472.834 -486.921 467.406 -488.448C478.332 -487.837 555.361 -487.532 570.225 -487.734C574.739 -487.796 571.544 -488.248 572.44 -488.271C576.331 -488.371 578.088 -487.747 581.566 -487.731C590.835 -487.692 614.412 -488.198 618.891 -488.195C629.199 -488.189 660.1 -487.681 673.71 -487.801C686.185 -487.91 683.849 -488.562 694.635 -488.622C703.136 -488.667 693.876 -488.119 712.856 -487.954C722.261 -487.873 755.167 -488.265 763.166 -488.265C771.161 -488.265 780.055 -487.875 791.081 -487.905C806.966 -487.947 841.519 -488.164 857.683 -488.289C858.648 -488.296 860.999 -488.803 863.377 -488.793C868.302 -488.771 866.822 -488.145 870.541 -488.082C874.262 -488.018 938.707 -488.095 949.654 -488.088C957.198 -488.084 962.408 -488.457 966.576 -488.454C969.849 -488.45 970.199 -487.929 973.536 -487.923C974.57 -487.923 983.365 -488.376 992.151 -488.366C1000.45 -488.355 1031.98 -487.924 1035.63 -487.92C1038.01 -487.918 1035.4 -488.289 1042.43 -488.28C1048.84 -488.271 1053.04 -487.79 1056.7 -487.783C1065.17 -487.767 1074.64 -488.177 1083.63 -488.179C1109.47 -488.185 1108.14 -487.588 1109.7 -487.569C1114 -487.515 1115.72 -488.061 1117.13 -488.073C1123.09 -488.118 1137.69 -488.219 1143 -488.24C1149.62 -488.267 1152.42 -487.748 1159.45 -487.746C1164.69 -487.746 1175.28 -488.252 1187.23 -488.277C1214.18 -488.335 1246.22 -488.431 1272.69 -488.411C1280.57 -488.406 1281.79 -487.932 1284.2 -487.92C1296.87 -487.855 1303.96 -488.385 1307.59 -488.378C1333.4 -488.33 1379.44 -487.499 1403.39 -487.429C1413.14 -487.401 1455.84 -487.784 1479.92 -487.716C1482.67 -487.708 1480.1 -487.337 1483.16 -487.395C1490.5 -487.535 1489.82 -488.291 1493.53 -488.268C1495.34 -488.254 1499.42 -487.828 1504.66 -487.786C1508.09 -487.758 1511.4 -487.739 1514.56 -487.727L1523.8 -487.838L1523.92 -479.005C1523.83 -458.657 1524.1 -444.129 1524.08 -434.064C1523.84 -323.356 1523.63 -210.467 1523.57 -107.08C1523.56 -95.5533 1524.04 -81.2593 1523.57 -63.8569C1523.32 -63.321 1523.06 -62.7861 1522.81 -62.2502C1523.06 -61.6413 1523.31 -61.0324 1523.56 -60.4226C1523.68 -40.7116 1524.01 -33.2622 1523.69 -13.1323C1523.66 -11.3987 1522.51 -6.10579 1523.94 -2.83146C1523.23 10.8567 1523.5 9.99188 1523.77 12.8933L1523.89 21.3615L1514.56 21.4735C1513.14 21.5885 1510.87 21.7035 1505.89 21.7315C1490.01 21.8215 1474.57 21.5245 1459.17 21.4575C1450.73 20.9796 1486.16 19.8799 1488.47 19.8829C1492.19 19.8869 1496.05 20.5497 1499.64 20.5847C1505.04 20.6387 1510.34 20.5287 1514.56 20.4857L1522.81 20.3858L1522.71 12.8933C1522.66 9.09207 1522.69 6.23067 1523 5.1419C1522.33 -7.63447 1522.66 8.27024 1522.06 6.67457C1522.31 -1.85367 1522.56 -10.3809 1522.81 -18.9091C1520.75 -23.2532 1523.44 -70.3735 1521.87 -67.0992C1522.18 -70.8464 1522.49 -74.5947 1522.81 -78.3429C1520.85 -94.7795 1522.24 -104.446 1522.81 -126.371C1522.57 -124.789 1522.31 -123.208 1522.06 -121.626C1521.96 -122.074 1521.56 -141.424 1522.62 -134.505C1521.22 -154.342 1523.56 -153.506 1521.86 -171.289C1521.65 -181.853 1522.63 -175.501 1522.61 -194.411C1522.6 -205.617 1522.1 -219.528 1522.05 -232.049C1522.05 -234.935 1522.62 -236.188 1522.62 -238.755C1522.62 -241.32 1522.06 -242.573 1522.04 -245.681C1522.01 -252.103 1522.41 -260.428 1522.36 -264.441C1522.33 -268.038 1521.85 -273.178 1521.76 -281.846C1521.5 -312.117 1522.19 -302.973 1522.44 -307.754C1522.69 -312.89 1521.76 -316.583 1521.87 -326.823C1521.88 -327.85 1522.46 -325.193 1522.44 -328.532C1522.42 -331.226 1521.78 -332.58 1521.67 -341.501C1521.62 -345.053 1521.49 -400.198 1521.47 -408.598C1521.46 -421.473 1521.99 -450.154 1521.99 -463.479C1521.99 -468.44 1521.52 -473.732 1521.5 -479.005L1521.4 -485.542L1514.56 -485.459C1514.37 -485.458 1514.17 -485.458 1513.97 -485.458C1494.57 -485.468 1463.51 -485.508 1438.91 -485.531C1416.75 -485.552 1377.86 -486.589 1365.73 -485.653C1334.62 -485.532 1327.07 -486.332 1324.72 -486.343C1318.38 -486.373 1315.44 -485.843 1307.44 -485.818C1203.9 -485.51 1067.54 -485.86 969.471 -485.818C741.975 -485.716 513.239 -485.426 284.951 -485.641C284.339 -485.406 283.727 -485.171 283.116 -484.936C310.098 -484.785 341.807 -484.377 368.443 -484.283C404.005 -484.16 456.757 -485.138 482.842 -483.533C472.263 -483.392 455.028 -484.008 455.337 -483.182C474.248 -483.123 493.159 -483.064 512.069 -483.005C511.506 -483.386 510.942 -483.768 510.377 -484.149C530.122 -484.26 550.317 -484.177 570.131 -484.231C573.572 -484.24 571.135 -484.587 574.132 -484.588C577.485 -484.59 575.213 -484.237 575.84 -484.234C584.315 -484.231 586.874 -484.587 587.908 -484.582C590.561 -484.568 588.499 -484.229 596.148 -484.134C610.34 -483.956 620.501 -484.858 617.168 -483.356C621.749 -483.356 626.331 -483.356 630.912 -483.356C632.098 -483.764 633.285 -484.173 634.47 -484.582C662.652 -482.932 675.645 -485.827 691.218 -483.53C696.354 -483.88 701.488 -484.231 706.624 -484.582C709.517 -484.173 712.412 -483.764 715.306 -483.356C715.871 -483.707 716.435 -484.057 716.998 -484.408C744.666 -484.15 774.125 -484.571 800.587 -484.53C819.02 -484.502 823.435 -484.364 839.763 -484.39C876.081 -484.45 840.015 -483.754 870.194 -483.002C868.623 -483.432 867.052 -483.862 865.48 -484.292C870.478 -484.45 875.476 -484.608 880.474 -484.765C883.954 -484.414 887.434 -484.064 890.912 -483.713C906.347 -485.533 916.347 -484.064 918.449 -484.064C920.146 -484.067 925.978 -485.162 944.245 -484.234C936.669 -485.732 958.18 -484.243 959.902 -484.234C961.54 -484.228 982.481 -484.563 990.981 -484.549C997.667 -484.538 1011.93 -484.215 1021.89 -484.231C1030.68 -484.245 1029.78 -484.754 1030.43 -484.759C1041.25 -484.801 1034.47 -484.406 1042.29 -484.387C1050.11 -484.368 1056.18 -484.801 1057.87 -484.762C1058.72 -484.742 1055.88 -484.268 1059.77 -484.222C1070.21 -484.097 1089.1 -484.512 1101.05 -484.5C1105.29 -484.496 1110.62 -484.094 1115.34 -484.082C1122.57 -484.064 1125.96 -484.598 1130.16 -484.582C1131.63 -484.575 1140.95 -483.751 1152.55 -483.877C1154.76 -483.903 1161.24 -485.647 1169.86 -483.176C1170.53 -483.524 1171.19 -483.871 1171.86 -484.219C1210.75 -485.08 1221.58 -482.255 1238.89 -484.762C1267.13 -484.482 1247.74 -483.505 1250.84 -483.356C1252.85 -483.261 1262.05 -483.53 1263.06 -483.514C1264.85 -483.484 1264.55 -483.171 1266.52 -483.173C1302.53 -483.231 1286.54 -483.823 1297.93 -484.198C1325.06 -485.091 1346.22 -483.108 1299.05 -483.703C1299.05 -483.529 1299.05 -483.354 1299.05 -483.179C1310.66 -483.346 1340.15 -483.266 1330.3 -482.379C1322.55 -481.68 1252.6 -482.137 1292.22 -481.156C1301.21 -480.934 1305.86 -481.59 1321.44 -480.36C1331.74 -480.293 1333.23 -481.887 1347.17 -481.247C1344.88 -481.804 1342.59 -482.36 1340.3 -482.916C1359.32 -483.642 1382.78 -482.669 1397.39 -482.98C1402.36 -483.087 1420.24 -485.739 1416.07 -483.087C1424.42 -483.252 1463.72 -482.764 1471.03 -483.002C1472.79 -483.059 1475.08 -484.471 1500.5 -483.978C1502.27 -483.801 1504.03 -483.624 1505.8 -483.447C1482.54 -482.933 1523.61 -482.41 1512.45 -481.07C1508.66 -481.673 1490.23 -482.04 1487.26 -482.343C1482.19 -482.864 1497.28 -483.536 1478.05 -483.353C1465.93 -481.114 1500.59 -482.144 1495.29 -480.018C1504.13 -480.365 1510.19 -480.475 1514.56 -480.469L1516.12 -480.488L1516.13 -479.005C1516.12 -471.429 1515.68 -469.224 1515.66 -465.763C1515.49 -443 1515.72 -428.675 1515.46 -407.198C1515.93 -401.964 1516.6 -440.845 1516.4 -445.662C1518.06 -427.938 1518.14 -458.443 1517.15 -471.319C1517.65 -472.399 1518.16 -473.48 1518.66 -474.561C1518.38 -457.801 1518.24 -441.452 1518.66 -424.853C1518.47 -423.772 1518.29 -422.692 1518.09 -421.611C1517.81 -425.334 1517.54 -429.058 1517.25 -432.782C1516.78 -418.977 1518.25 -427.256 1516.97 -408.863C1517.54 -408.294 1518.09 -407.724 1518.66 -407.154C1518.48 -389.519 1518.29 -371.883 1518.1 -354.248C1519.23 -345.067 1518.81 -311.133 1517.34 -317.347C1517.24 -303.649 1518.02 -320.559 1518.37 -307.724C1518.53 -302.137 1518.58 -291.219 1518.18 -288.521C1516.78 -289.683 1516.61 -306.022 1515.65 -310.966C1515.34 -307.966 1516.33 -231.981 1514.7 -238.755C1514.51 -232.687 1515.35 -235.477 1515.56 -224.534C1516.16 -193.871 1514.5 -146.376 1516.59 -121.685C1517.75 -150.678 1516.52 -159.253 1516.47 -181.473C1516.44 -195.664 1516.24 -282.193 1517.72 -262.865C1517.54 -266.043 1517.34 -269.221 1517.16 -272.399C1517.6 -275.612 1518.04 -278.824 1518.48 -282.037C1518.54 -272.984 1518.6 -263.931 1518.66 -254.877C1518.22 -252.716 1517.79 -250.554 1517.35 -248.393C1517.66 -247.396 1517.98 -246.398 1518.29 -245.401C1518.35 -241.589 1518.42 -237.777 1518.48 -233.966C1518.1 -235.037 1517.72 -236.107 1517.34 -237.178C1517.28 -231.303 1517.21 -225.428 1517.15 -219.553C1517.65 -221.134 1518.16 -222.716 1518.66 -224.298C1518.79 -196.629 1518.47 -206 1517.54 -190.654C1517.44 -179.196 1518.4 -198.55 1518.65 -174.31C1518.93 -146.123 1517.4 -164.615 1517.73 -128.11C1517.98 -127.585 1518.23 -127.059 1518.48 -126.533C1518.23 -118.507 1517.98 -110.479 1517.73 -102.453C1518.04 -103.514 1518.35 -104.574 1518.66 -105.636C1518.54 -89.0687 1519.13 -66.2374 1517.91 -60.7475C1518.5 -77.54 1516.37 -77.3751 1515.97 -73.008C1515.54 -68.174 1515.55 -27.6413 1515.67 12.8933L1515.68 13.9101L1514.56 13.9231C1476.94 14.0161 1439.31 14.179 1426.47 14.202C1391.05 14.265 1364.28 13.6272 1331.92 14.608C1353.85 15.4118 1430.94 14.7529 1445.56 15.3098C1447.01 15.3638 1446.6 17.1904 1455.9 15.1358C1473.69 15.3428 1493.53 15.2218 1514.56 15.1018L1516.97 15.0728L1516.93 12.8933C1516.85 -0.532942 1516.75 -14.4741 1516.78 -28.6651C1517.34 -27.5993 1517.91 -26.5326 1518.48 -25.4668C1517.45 -7.12459 1519.23 10.0499 1518.39 12.8933L1518.45 16.4165L1514.56 16.4635C1514.05 16.3316 1513.97 16.1296 1514.4 15.8347C1509.82 15.8347 1505.24 15.8347 1500.66 15.8347C1500.66 16.1866 1500.66 16.5375 1500.66 16.8895C1493.76 16.8895 1486.85 16.8895 1479.94 16.8895C1479.94 16.5375 1479.94 16.1866 1479.94 15.8347C1474.22 15.8347 1468.5 15.8347 1462.78 15.8347C1462.19 16.1846 1461.59 16.5356 1461 16.8865C1443.86 16.1576 1385.47 18.1062 1411.15 16.0117C1403.1 16.0117 1395.05 16.0117 1387 16.0117C1387.04 16.2686 1387.06 16.5255 1387.09 16.7835C1383.62 16.8175 1380.17 16.8525 1376.71 16.8865C1377.85 16.6535 1378.99 16.4216 1380.13 16.1886C1364.28 16.6055 1349.26 15.3798 1338.85 16.1846C1345.72 16.3606 1352.57 16.5365 1359.44 16.7125C1346.27 16.3786 1322.02 17.0715 1319.86 17.0735C1313.24 17.0765 1309.75 16.5566 1302.58 16.5296C1296.11 16.5076 1297 16.9075 1295.8 16.8925C1260.89 16.4865 1274.2 14.322 1257.9 16.8835C1256.16 16.5336 1254.43 16.1836 1252.7 15.8347C1250.39 16.1256 1248.08 16.4176 1245.76 16.7095C1235.46 16.6825 1225.15 16.6545 1214.85 16.6275C1218.29 17.0644 1221.72 17.5023 1225.16 17.9392C1209.71 18.1342 1202.5 17.2574 1201.01 17.2374C1196.77 17.1864 1194.84 17.7373 1193.53 17.7383C1130.57 17.6903 1168.81 17.2064 1137.35 15.1388C1126.14 15.9496 1137.48 16.7635 1139.08 17.5883C1124.16 17.2014 1119.5 17.4304 1103.75 17.3844C1099.66 17.3714 1095.25 16.9265 1092.67 16.9205C1090.43 16.9155 1083.43 17.3883 1078.05 17.3903C1069.09 17.3933 1057.17 17.1114 1044.91 17.1184C1034.7 17.1254 1003.48 17.4603 981.704 17.4633C972.41 17.4633 974.567 17.0674 972.167 17.0664C971.168 17.0664 963.925 17.5414 957.963 17.5424C909.343 17.5533 859.514 17.2534 810.652 17.2624C776.228 17.2674 741.249 17.6483 706.757 17.6103C699.417 17.6013 703.303 17.2534 700.097 17.2404C698.997 17.2374 697.671 17.8453 686.322 17.6003C682.221 17.5123 686.937 17.0884 682.906 17.0664C680.943 17.0564 680.11 17.5893 668.64 17.7103C647.794 17.9322 636.591 17.2224 634.73 17.2434C631.221 17.2844 632.247 17.7253 627.597 17.7413C604.859 17.8183 585.874 17.8933 565.582 17.9303C556.107 17.9483 490.77 18.0372 487.182 17.9582C479.154 17.7813 486.626 16.8615 476.332 16.8925C473.449 17.1254 470.564 17.3583 467.68 17.5913C472.262 17.7683 476.844 17.9452 481.424 18.1222C468.813 17.8262 454.512 18.2452 445.174 18.2292C443.449 18.2252 427.571 17.8082 419.473 17.8542C422.916 17.6813 426.359 17.5083 429.801 17.3354C428.583 17.1874 427.365 17.0404 426.147 16.8925C409.953 17.1164 392.824 17.1104 376.216 17.0794C370.228 17.0684 372.251 16.7105 366.189 16.6975C330.875 16.6225 339.794 18.1122 305.818 15.3158C317.291 15.5687 359.14 15.2138 365.224 15.3068C369.463 15.3718 385.9 17.7343 379.87 15.3098C413.778 15.3198 384.326 16.6575 415.994 16.3656C415.36 16.0697 414.728 15.7737 414.095 15.4778C425.152 15.2908 433.316 15.1408 440.034 15.6637C442.288 14.228 479.849 15.0678 500.452 14.9709C530.224 14.8339 563.859 14.4829 593.355 14.422C603.517 14.401 609.273 14.9638 610.548 14.9618C612.41 14.9578 617.646 14.465 621.366 14.461C635.254 14.447 677.504 15.2808 688.014 13.9121C605.381 13.9121 522.747 13.9121 440.114 13.9121C450.502 14.5849 366.915 14.6499 362.678 14.6169C358.754 14.5869 362.056 14.115 360.89 14.086C352.207 13.8831 344.794 14.5679 342.038 14.5679C339.935 14.5679 335.691 14.247 328.214 14.254C326.843 14.255 326.462 14.5949 324.988 14.5959C315.236 14.5959 305.609 14.5909 295.823 14.5929C295.227 14.5889 292.758 14.093 290.288 14.092C287.81 14.092 285.36 14.5879 284.736 14.5889C276.914 14.5859 263.504 14.263 256.061 14.26C253.479 14.26 255.269 14.6229 252.376 14.6199C243.485 14.6109 246.414 13.9001 235.422 14.083C231.737 14.145 231.975 14.6889 224.919 14.6169C219.923 14.5659 220.461 13.5962 219.669 13.5612C218.573 13.5182 201.331 14.284 195.692 13.6501C208.016 11.9745 182.209 13.5621 183.45 14.269C176.617 14.091 169.785 13.9131 162.952 13.7351C160.621 13.9141 158.291 14.0931 155.961 14.272C128.394 13.4652 111.575 13.9501 84.4563 13.7011C83.1472 13.6891 60.297 13.2912 61.3651 13.0393C75.0426 12.6063 88.6893 12.5864 97.4418 13.3872C111.846 11.8605 112.093 13.0773 135.353 12.8743C143.14 12.8063 143.694 12.3914 144.59 12.3864C174.875 12.1804 223.385 12.0025 243.788 13.2132C249.508 12.8863 228.945 12.7563 236.94 12.5143C241.301 12.3824 346.241 11.9955 312.715 13.3902C316.194 13.3522 319.674 13.3132 323.153 13.2742C326.634 11.9575 343.938 12.2584 341.974 13.5701C343.614 13.3022 345.254 13.0333 346.893 12.7653C350.132 12.5374 353.964 12.4164 359.34 12.3434C379.923 12.0695 502.384 12.5263 508.898 12.3374C509.045 12.0264 509.193 11.7155 509.34 11.4046C455.24 11.0517 402.755 11.8255 343.761 10.9347C345.475 11.2266 347.188 11.5176 348.902 11.8095C325.362 11.4006 301.823 10.9927 278.283 10.5838C303.196 10.0549 342.834 9.61098 368.988 10.0469C373.637 10.1239 370.23 10.5308 371.298 10.5808C374.087 10.7087 377.089 10.0019 387.114 9.93387C397.143 9.86489 422.336 10.3658 424.645 10.3518C429.096 10.3228 441.108 9.51396 448.686 9.52496C458.644 9.53896 451.969 10.0389 453.968 10.0499C462.236 10.0989 469.649 9.85093 476.126 9.88792C485.742 9.94291 505.719 10.8227 512.441 9.531C505.57 9.47202 498.701 9.41303 491.831 9.35404C529.082 8.89113 558.206 10.5418 594.905 9.26806C603.244 7.70438 572.922 7.91632 598.559 7.24845C593.903 7.27145 589.248 7.29343 584.593 7.31543C583.501 7.64336 582.41 7.97029 581.319 8.29823C573.3 8.06427 565.282 7.83033 557.263 7.59637C559.551 7.88831 561.839 8.18026 564.127 8.4722C535.699 8.69216 506.991 8.99111 497.067 7.42243C496.482 7.80235 495.897 8.18127 495.311 8.5602C468.917 8.09929 429.295 9.70694 436.697 7.59637C435.447 7.70835 434.198 7.82036 432.948 7.93233C416.994 7.50042 423.808 8.37322 417.812 8.4722C416.101 8.5002 385.09 8.0493 398.833 7.42243C368.581 6.94353 377.909 8.91612 369.573 9.0031C350.208 8.0253 315.372 9.49197 330.017 7.94729C327.134 7.8893 324.249 7.83133 321.366 7.77334C311.889 8.98809 302.549 7.61339 292.28 7.15448C288.801 7.12649 285.321 7.09948 281.841 7.07149C279.512 7.48041 277.181 7.88931 274.85 8.29823C242.115 6.35263 252.48 11.6736 237.525 7.20247C239.855 6.93553 242.185 6.66758 244.515 6.40064C250.04 6.27366 255.565 6.14567 261.091 6.0187C238.806 5.90072 216.521 5.78274 194.237 5.66477C165.95 4.41203 149.854 5.77177 118.43 4.77997C115.488 4.89895 112.545 5.01792 109.604 5.13689C112.602 4.1251 124.016 4.27308 102.756 3.81917C100.944 3.10332 115.301 3.01033 121.846 3.56022C123.424 3.69419 109.999 4.24208 125.088 4.26207C135.347 4.27507 116.719 3.41523 147.452 3.73417C146.314 3.5592 145.174 3.38424 144.036 3.20928C147.368 3.21428 150.699 3.21929 154.032 3.22429C156.995 3.62921 159.957 4.03412 162.92 4.43904C170.536 3.85416 174.81 3.03432 192.212 3.20928C187.492 3.46223 193.895 4.27507 202.508 4.26207C202.508 3.96913 202.508 3.6762 202.508 3.38326C223.356 3.19429 216.158 4.05412 233.491 3.38326C235.226 3.61621 236.96 3.84916 238.695 4.08212C248.137 3.12231 282.899 2.46944 276.559 3.90814C286.31 2.50943 306.792 3.14031 314.407 4.25908C314.992 3.96814 315.577 3.67719 316.162 3.38625C320.217 3.32726 324.271 3.26827 328.325 3.20928C330.587 3.38524 332.849 3.56122 335.11 3.73719C337.983 3.56122 340.856 3.38524 343.73 3.20928C345.464 3.50122 347.199 3.79317 348.933 4.08511C353.552 3.73518 358.169 3.38526 362.789 3.03534C365.614 3.26829 368.44 3.50121 371.265 3.73417C371.558 3.12529 399.554 2.98932 407.374 3.38924C409.704 3.21227 412.034 3.03533 414.365 2.85837C415.503 3.14831 416.642 3.43825 417.781 3.72819C419.515 3.49623 421.249 3.26427 422.984 3.03231C426.98 3.26427 430.977 3.49623 434.973 3.72819C451.271 2.30648 451.797 3.5532 455.518 3.5442C462.417 3.52821 485.912 2.6384 489.839 2.68439C493.762 2.73039 495.656 3.24028 498.822 3.28827C551.026 4.08911 529.567 2.72139 540.039 2.50444C545.69 2.38646 549.689 2.86236 554.685 2.80937C563.231 2.72139 606.343 2.09151 608.823 2.1535C612.435 2.24248 603.932 4.48602 615.671 3.90814C616.062 2.70339 641.166 3.91913 629.432 2.23847C639.77 2.38644 650.108 2.53344 660.447 2.6814C659.275 1.2527 672.023 2.17149 685.911 2.09251C705.589 1.98153 749.894 1.04273 748.273 2.50743C752.987 2.1705 757.701 1.83356 762.413 1.49763C794.665 1.95853 826.297 1.47565 858.307 1.45766C953.311 1.40367 1056.38 1.72161 1150.93 2.00955C1155.48 2.02454 1154.83 2.50244 1158.1 2.51344C1175.3 2.56643 1219.99 2.22748 1244.08 2.33345C1251.8 2.36645 1255.55 2.83335 1258 2.85535C1266.3 2.93133 1264.34 2.31546 1268.17 2.33345C1274.2 2.36145 1306.11 2.93233 1317.1 2.99231C1322.54 3.02231 1328.98 2.53343 1335.35 2.68439C1335.9 2.69639 1334.89 3.20028 1335.35 3.20928C1346.96 3.27027 1339.97 2.83537 1343.91 2.85837C1371.92 3.02234 1401.87 3.03232 1432.25 3.1363C1439.81 3.16229 1451.35 3.51723 1457.83 3.55122C1460.3 3.56222 1455.87 3.18028 1464.41 3.21227C1467.34 3.22327 1468.34 3.72017 1471.64 3.75217C1485.87 3.88814 1490.64 2.29047 1502.86 3.5752C1506.41 3.5622 1510.35 3.54223 1514.56 3.51723L1504.5 12.8933C1504.35 -9.29313 1504.03 -39.4959 1504.03 -56.5474C1504.02 -61.2944 1504.34 -63.6059 1504.33 -68.13C1504.33 -71.3403 1503.84 -76.9902 1503.83 -81.9981C1503.82 -87.0071 1504.29 -94.9135 1504.27 -104.545C1504.26 -114.687 1503.98 -127.297 1503.98 -129.583C1503.98 -132.345 1504.57 -133.631 1504.56 -136.392C1504.54 -144.74 1503.96 -167.091 1503.91 -177.847C1503.84 -189.404 1504.12 -196.343 1504.11 -200.292C1504.11 -203.949 1503.62 -208.214 1503.61 -209.885C1503.6 -212.484 1504.18 -213.098 1504.18 -216.399C1504.17 -221.791 1503.8 -227.351 1503.79 -235.439C1503.69 -317.427 1503.75 -398.512 1503.9 -479.005L1514.56 -469.063C1447.49 -469.167 1380.8 -469.32 1314.34 -469.492C1297.39 -469.536 1287.81 -469.158 1262.83 -469.33C1252.7 -469.401 1256.97 -469.957 1249.08 -469.852C1245.57 -469.804 1246.46 -469.367 1242.01 -469.345C1222.37 -469.254 1199.49 -469.66 1190.98 -469.653C1187.6 -469.651 1183.75 -469.154 1176.82 -469.147C1125.23 -469.091 1064.21 -469.23 1008.69 -469.144C979.301 -469.098 934.802 -468.845 901.066 -468.811C807.857 -468.718 707.585 -468.833 622.577 -468.784C494.217 -468.712 366.473 -468.252 238.389 -468.796C298.312 -467.593 379.911 -467.694 446.623 -467.564C639.317 -467.19 844.488 -467.889 1041.97 -467.863C1110.68 -467.854 1197.32 -467.881 1272.54 -467.603C1275.95 -467.591 1283.02 -467.973 1290.39 -467.933C1291.96 -467.923 1311.39 -467.226 1317.94 -467.219C1311.73 -468.458 1337.37 -467.354 1345.3 -467.384C1355.29 -467.422 1376.14 -468.042 1399.53 -467.692C1420.75 -467.375 1414.9 -466.898 1416.07 -466.868C1423.57 -466.675 1426.2 -467.443 1431.95 -467.521C1443.42 -467.672 1478.12 -467.643 1514.56 -467.571L1502.29 -479.005C1502.21 -443.438 1502.07 -406.098 1502.06 -390.015C1502.05 -381.891 1501.53 -381.662 1501.53 -379.832C1501.53 -374.985 1502.04 -368.085 1502.04 -360.32C1502.03 -346.321 1501.54 -330.196 1501.54 -322.49C1501.53 -304.06 1502.12 -269.088 1502.13 -245.135C1502.13 -238.401 1501.58 -238.813 1501.58 -235.763C1501.59 -222.339 1502.23 -187.376 1502.25 -170.715C1502.26 -143.648 1501.9 -115.806 1502.07 -88.2908C1501.84 -86.5472 1501.59 -84.8025 1501.34 -83.0589C1501.6 -80.3085 1501.86 -77.557 1502.12 -74.8066C1501.99 -45.7426 1502.16 -16.3527 1502.3 12.8933L1514.56 1.46166C1495.71 1.53764 1476.91 1.60161 1458.27 1.58861C1452.55 1.58561 1424.23 1.15171 1419.51 1.14971C1415.58 1.14971 1411.72 1.7116 1405.89 1.62861C1397.73 1.51364 1405.41 0.44386 1392.08 0.749797C1388.5 0.832779 1391.97 1.29068 1384.77 1.43365C1382.4 1.48064 1336.25 1.66662 1333.77 1.63462C1329.63 1.58163 1325.95 0.599838 1324.88 0.578842C1319.33 0.467865 1319.57 1.22171 1315.85 1.28969C1304.87 1.49565 1290.53 0.988747 1288.74 0.999745C1267.17 1.13872 1226.85 1.7406 1204.21 1.38468C1201.07 1.33469 1201.45 0.773773 1200.9 0.755777C1197.35 0.639801 1195.15 1.27869 1191.77 1.29268C1173.62 1.36567 1145.17 0.935747 1126.91 0.82577C1124.8 0.814772 1120.36 1.12173 1116.62 1.09174C1095.38 0.918772 1102.27 0.425862 1101.07 0.404867C1098.21 0.352877 1093.17 0.896759 1085.57 0.929752C1065.96 1.01973 1028.36 0.941751 1007.34 0.899759C991.593 0.865766 991.832 0.243889 990.797 0.230891C988.589 0.208896 982.455 0.705799 972.087 0.761787C952.139 0.872765 954.412 0.383871 946.212 0.404867C945.523 0.404867 946.721 0.883752 937.624 0.932742C920.048 1.02772 880.567 0.557837 861.754 0.581832C854.518 0.59083 852.825 1.05274 845.416 1.06074C833.671 1.07673 807.16 0.577842 805.07 0.578842C804.484 0.578842 803.169 1.10971 799.724 1.10971C795.934 1.10971 792.205 0.836768 789.38 0.838767C773.289 0.845766 745.568 1.77257 753.271 -0.12304C748.116 0.344864 742.96 0.812789 737.804 1.28069C704.103 1.18771 671.364 1.37467 637.973 1.46965C630.463 1.49064 624.193 1.13171 617.855 1.14971C611.518 1.1677 583.556 1.76059 578.883 1.77159C570.545 1.79158 523.158 1.85355 517.264 1.81156C505.755 1.73058 494.589 0.947738 489.902 1.10071C486.146 1.22368 489.62 1.66559 482.452 1.79057C470.046 2.00652 448.964 1.43966 445.174 1.44866C443.556 1.45266 446.585 1.79656 431.43 1.82056C423.263 1.83456 418.878 1.45566 415.914 1.45766C414.994 1.45966 416.376 2.07453 400.209 1.99154C389.045 1.93356 384.284 1.45966 383.112 1.45766C381.354 1.45466 377.109 1.96054 370.047 1.94254C353.541 1.89855 323.362 1.31867 307.685 1.27468C304.653 1.26568 305.684 1.87655 293.593 1.82056C284.944 1.78057 286.455 1.29368 283.218 1.27468C278.083 1.24469 270.434 1.84056 259.098 1.82056C244.832 1.79656 138.905 1.17869 133.423 1.01872C129.736 0.910745 125.459 0.903749 123.633 0.639803C125.199 0.386856 126.765 0.133929 128.33 -0.120019C144.552 0.768798 138.006 -0.247009 142.312 -0.311996C148.549 -0.404977 172.054 -0.275999 177.74 -0.500952C179.766 -0.581936 175.128 -1.12282 186.012 -1.40076C197.691 -1.6987 202.886 -0.735892 207.538 -2.05062C224.112 -0.590921 240.032 -2.1406 220.839 -2.55451C210.123 -2.78547 105.019 -3.30637 83.555 -3.38735C66.1522 -3.45234 33.5584 -3.06143 12.1613 -3.16141C-0.41641 -3.2214 -31.3929 -3.28938 -30.0834 -3.98824C-30.249 -3.98924 -30.409 -3.99124 -30.5645 -3.99224L-12.4431 12.8933C-12.3742 3.26127 -13.1007 13.916 -13.2031 11.7645C-13.4202 7.19943 -12.9043 -25.2698 -12.9248 -31.4146C-13.023 -61.7243 -13.8618 -99.9724 -12.915 -129.415C-12.7141 -128.045 -12.5133 -126.674 -12.3125 -125.303C-11.9439 -118.69 -12.4708 -87.9939 -11.507 -84.5266C-11.507 -129.415 -11.507 -174.304 -11.507 -219.193C-12.3272 -218.358 -12.3162 -274.034 -11.9458 -276.667C-11.5484 -275.689 -11.1512 -274.711 -10.7539 -273.735C-12.2616 -242.272 -10.2685 -245.093 -11.3268 -223.968C-11.3418 -215.367 -10.6854 -217.963 -10.5606 -213.725C-9.32118 -171.545 -11.9077 -213.049 -11.3203 -180.759C-10.3681 -190.479 -10.0202 -164.034 -9.89921 -152.184C-9.8727 -149.487 -10.114 -114.066 -10.099 -109.859C-10.0139 -86.2283 -9.49232 -45.6456 -10.0138 -22.1745C-10.0623 -7.79846 -9.66325 1.55363 -9.40938 12.8933L-30.5645 -6.81865C-27.0795 -6.88663 -23.4194 -6.94261 -19.4076 -6.9756C-5.72983 -7.08658 -9.65048 -6.64168 -3.21202 -6.63668C10.296 -6.62468 14.7412 -7.97641 23.3908 -6.0908C32.548 -6.32575 41.706 -6.56069 50.8632 -6.79564C50.8632 -6.5027 50.8632 -6.20977 50.8632 -5.91683C56.6151 -5.91683 62.367 -5.91683 68.1187 -5.91683C69.8112 -6.20877 71.5031 -6.50071 73.1956 -6.79265C91.4501 -6.39274 83.8297 -5.68688 87.2407 -4.85805C91.184 -4.80107 95.1273 -4.74409 99.0706 -4.6871C102.123 -5.32397 105.176 -5.96081 108.229 -6.59668C125.837 -6.54469 143.446 -6.4937 161.054 -6.44171C162.192 -6.14977 163.332 -5.85786 164.47 -5.56592C164.508 -5.85786 164.543 -6.14977 164.581 -6.44171C194.4 -6.5017 224.219 -6.56171 254.037 -6.6217C261.968 -7.0896 214.191 -7.44451 210.574 -7.4725C190.448 -7.62747 137.004 -7.15858 136.935 -8.19837C124.425 -7.42253 86.7622 -7.61548 75.0461 -8.54629C92.8279 -8.4903 110.611 -8.43431 128.394 -8.37832C127.819 -8.72725 127.245 -9.07618 126.669 -9.4251C148.826 -8.0184 152.069 -8.09538 174.845 -9.4251C174.867 -8.9572 174.888 -8.48931 174.909 -8.0214C190.791 -9.64807 218.863 -6.88864 219.669 -8.89723C228.125 -8.73426 236.581 -8.57229 245.037 -8.40932C263.297 -8.65427 234.942 -10.1989 306.435 -9.59307C311.363 -9.55108 310.336 -9.03917 317.744 -9.07416C319.881 -9.08516 332.116 -9.82902 355.513 -9.75203C359.165 -9.73904 359.441 -9.29513 363.231 -9.23914C371.982 -9.10517 389.413 -9.983 381.499 -8.5523C416.16 -8.13539 401.794 -9.30914 412.546 -9.77605C419.712 -10.086 418.268 -9.23916 424.471 -9.43112C432.145 -9.66907 426.513 -10.5229 457.242 -10.13C453.793 -10.072 450.346 -10.014 446.898 -9.956C448.632 -9.72405 450.367 -9.49208 452.101 -9.26013C469.64 -9.81702 467.983 -9.00418 476.252 -10.3069C489.003 -9.72603 500.033 -9.68007 517.47 -9.78505C551.341 -9.991 533.977 -11.3957 572.636 -9.50511C578.899 -9.77005 585.163 -10.036 591.426 -10.3009C601.721 -9.74305 593.394 -9.04418 608.76 -8.90321C596.734 -10.2819 629.157 -9.78005 634.636 -11.0088C635.21 -10.7159 635.785 -10.4229 636.359 -10.13C639.791 -10.13 643.223 -10.13 646.655 -10.13C646.666 -10.3649 646.677 -10.5999 646.688 -10.8348C651.257 -10.6589 655.829 -10.4829 660.4 -10.3069C663.836 -10.5399 667.274 -10.7728 670.712 -11.0058C676.364 -10.5149 682.015 -10.023 687.667 -9.53208C691.214 -9.49808 694.763 -9.46511 698.311 -9.43112C697.188 -9.78104 696.065 -10.131 694.942 -10.4809C699.502 -10.3639 704.062 -10.247 708.623 -10.13C703.316 -10.7039 706.651 -11.3777 720.848 -11.3597C732.563 -11.3457 719.368 -10.147 744.557 -10.6459C746.315 -10.6809 749.425 -11.5357 773.231 -11.6677C801.783 -11.8266 787.913 -11.2068 793.002 -11.1858C794.002 -11.1818 802.723 -11.6126 810.89 -11.6736C815.524 -11.7086 819.989 -11.3617 820.6 -11.3627C823.46 -11.3787 824.295 -11.8696 828.256 -11.8876C838.316 -11.9296 851.821 -11.6886 861.675 -11.7136C866.155 -11.7236 870.368 -12.0156 872.366 -12.0186C875.468 -12.0216 879.401 -11.5777 882.536 -11.5797C894.114 -11.5887 911.687 -13.0633 917.064 -11.0148C928.192 -12.8984 951.509 -10.6208 949.802 -11.8846C979.544 -11.4077 1058.87 -12.9574 1056.54 -10.8348C1073.39 -12.6494 1071.88 -11.3357 1078.94 -11.3627C1086.83 -11.3927 1082.74 -11.7446 1089.02 -11.7286C1103.66 -11.6917 1117.65 -11.5407 1132.23 -11.5337C1129.93 -11.2427 1127.65 -10.9518 1125.36 -10.6608C1140.66 -10.5679 1135.4 -11.2447 1151 -11.3747C1179.7 -11.6127 1167.61 -11.0728 1171.85 -10.3099C1170.71 -11.0458 1204.55 -10.9318 1208 -10.8348C1210.06 -10.7758 1201.05 -9.82703 1221.77 -10.133C1220.65 -10.4249 1219.51 -10.7169 1218.37 -11.0088C1227.81 -10.6099 1253.47 -11.1157 1257.83 -11.0178C1259.82 -10.9718 1270.51 -8.61827 1280.29 -10.4809C1281.47 -10.1889 1282.65 -9.897 1283.84 -9.60506C1294.7 -9.95599 1305.57 -10.3069 1316.43 -10.6579C1318.17 -10.132 1319.91 -9.60607 1321.64 -9.08017C1325.08 -9.08017 1328.54 -9.08017 1331.98 -9.08017C1329.7 -9.54708 1327.41 -10.014 1325.11 -10.4809C1346.41 -10.2699 1372.42 -11.0058 1376.8 -9.43112C1381.36 -9.72306 1385.92 -10.015 1390.48 -10.3069C1393.45 -9.78302 1396.43 -9.25914 1399.39 -8.73524C1420.5 -8.86822 1420.86 -9.21816 1435.29 -9.77605C1434.73 -9.36713 1434.16 -8.95819 1433.61 -8.54928C1444.25 -9.12416 1463.69 -9.65805 1479.06 -9.73003C1486.36 -9.76403 1498.91 -9.20014 1500.63 -9.25113C1501.73 -9.28512 1508.92 -10.1749 1514.56 -10.3509L1489.62 12.8933C1489.51 9.79592 1489.66 7.19845 1490.42 6.55658C1489.51 -16.9466 1490.44 -27.2934 1490.42 -36.8295C1490.4 -43.0242 1489.91 -45.8496 1489.85 -52.8481C1489.79 -62.8651 1490.02 -72.947 1489.99 -78.7268C1489.97 -82.0331 1489.49 -82.651 1489.47 -84.9305C1489.4 -95.7093 1489.88 -89.3946 1489.85 -100.758C1489.85 -101.806 1489.26 -110.113 1489.34 -119.474C1489.38 -124.708 1490.05 -138.25 1490.05 -139.442C1490.03 -144.74 1488.7 -140.506 1490.24 -158.615C1489.98 -158.089 1489.73 -157.565 1489.48 -157.039C1488.84 -179.45 1489.96 -182.987 1490.05 -187.514C1490.05 -188.092 1489.62 -193.549 1489.67 -196.813C1489.78 -202.328 1490.37 -204.553 1490.4 -205.774C1490.49 -210.076 1490.23 -224.567 1490.8 -234.039C1489.11 -232.048 1488.51 -265.238 1490.42 -272.591C1490.05 -278.466 1489.67 -284.341 1489.29 -290.216C1489.61 -292.874 1489.92 -295.531 1490.24 -298.188C1489.92 -299.805 1489.61 -301.421 1489.29 -303.037C1489.98 -311.6 1490.68 -320.162 1491.37 -328.724C1490.67 -329.269 1489.98 -329.814 1489.29 -330.36C1489.37 -332.757 1489.44 -335.154 1489.53 -337.551C1490.08 -339.423 1490.62 -341.295 1491.17 -343.166C1491.06 -346.163 1490.97 -349.159 1490.86 -352.155C1490.46 -352.897 1490.07 -353.639 1489.67 -354.381C1489.21 -370.49 1493 -362.212 1489.67 -392.903C1489.98 -397.678 1490.29 -402.453 1490.6 -407.228C1489.08 -412.62 1490 -422.726 1489.83 -430.88C1489.71 -436.627 1489.11 -436.314 1489.09 -444.144C1489.08 -451.978 1489.66 -451.698 1489.66 -452.308C1489.7 -458.694 1489.19 -463.509 1489.29 -468.194C1489.3 -468.901 1489.99 -470.669 1490.03 -476.639C1490.05 -477.466 1490.03 -478.248 1490.01 -479.005L1514.56 -456.132C1509.51 -456.02 1505.51 -455.529 1497.29 -455.64C1492.4 -455.705 1490.98 -456.245 1486.64 -456.293C1465.97 -456.526 1445.15 -453.791 1429.64 -457.034C1426.15 -456.623 1400.79 -455.185 1389.94 -455.268C1373.07 -455.4 1379.57 -456.036 1372.86 -456.153C1371.9 -456.17 1366.76 -455.955 1352.6 -455.994C1350.07 -456.001 1350.65 -455.642 1350.29 -455.637C1333.78 -455.644 1301.73 -455.928 1283.61 -455.979C1281.99 -455.984 1273.51 -454.983 1259.15 -456.33C1237.85 -455.335 1197.74 -457.472 1169.66 -455.973C1165.76 -455.941 1161.04 -456.299 1159.31 -456.287C1144.46 -456.176 1149.9 -455.089 1116.34 -456.68C1119.05 -456.126 1111.2 -455.625 1100.12 -455.668C1083.43 -455.731 1095.28 -456.765 1081.87 -456.68C1081.87 -456.389 1081.87 -456.097 1081.87 -455.805C1051.04 -456.59 1044.91 -455.342 1013.96 -455.335C1002.83 -455.333 986.39 -455.98 983.737 -455.982C982.711 -455.98 970.538 -455.276 969.376 -455.271C962.829 -455.25 959.132 -455.574 953.481 -455.576C934.805 -455.583 912.519 -454.667 916.551 -456.33C911.415 -455.979 906.281 -455.628 901.145 -455.277C881.746 -457.052 867.237 -454.606 863.171 -456.33C859.702 -455.974 856.233 -455.618 852.764 -455.262C769.555 -455.442 686.347 -455.622 603.139 -455.802C599.83 -455.247 563.546 -455.444 561.685 -455.53C553.141 -455.921 562.166 -457.131 544.729 -456.854C542.8 -456.325 540.871 -455.795 538.942 -455.265C517.027 -455.092 527.567 -455.619 518.918 -455.979C515.303 -455.913 516.471 -455.502 511.579 -455.472C485.046 -455.309 430.641 -455.289 401.626 -455.256C395.775 -455.249 396.658 -455.633 394.841 -455.634C389.845 -455.63 379.987 -455.146 369.963 -455.146C307.972 -455.149 220.131 -455.423 157.726 -455.829C153.487 -455.857 152.962 -456.316 150.103 -456.339C146.139 -456.369 137.285 -455.998 133.116 -456.037C129.189 -456.072 126.674 -456.42 122.472 -456.461C103.244 -456.651 77.3916 -456.063 56.8193 -457.089C55.0892 -457.176 33.5354 -459.022 33.0477 -459.143C30.1876 -459.861 49.3413 -460.99 17.8802 -462.041C45.9988 -462.959 37.2147 -464.58 0.688031 -465.373C19.0083 -465.577 37.3287 -465.782 55.649 -465.986C55.6754 -466.178 55.7017 -466.371 55.7281 -466.563C39.0508 -467.515 22.5046 -467.832 -2.85471 -467.921C-2.06391 -468.099 -1.2731 -468.276 -0.482295 -468.454C21.9161 -469.344 48.9355 -469.508 65.9927 -470.721C40.9769 -471.619 15.9611 -472.517 -9.05464 -473.415C-7.80524 -473.556 -6.55572 -473.696 -5.30621 -473.836C6.6856 -474.201 32.8793 -474.415 42.8379 -474.755C80.8725 -476.051 9.54902 -475.725 21.2647 -476.515C61.4219 -476.487 101.579 -476.458 141.735 -476.43C143.144 -477.012 -11.3419 -478.62 -9.75059 -480.378C2.87063 -480.496 15.4919 -480.614 28.1132 -480.732C22.4879 -481.178 16.8626 -481.625 11.2374 -482.071C12.7874 -482.213 14.3373 -482.354 15.8874 -482.495C37.1811 -482.842 58.4747 -483.189 79.7683 -483.536C15.0281 -483.187 -15.0574 -483.44 -30.5645 -486.956C-28.809 -487.045 -27.0534 -487.135 -25.2978 -487.224C-11.2729 -485.025 54.9294 -485.736 90.1121 -486.175C82.9412 -486.819 51.9627 -486.321 45.4159 -486.709C43.5608 -486.82 50.0302 -487.267 45.7323 -487.496C34.499 -488.091 -13.3697 -488.857 -6.41333 -489.586C-1.93364 -490.054 75.088 -490.697 90.1121 -490.648C54.8957 -491.489 18.6102 -491.733 -16.7097 -492.756C5.58469 -494.182 25.3293 -495.928 66.0243 -496.005C78.4281 -496.754 -7.72036 -497.79 -9.71894 -498.199C5.19036 -498.637 20.0997 -499.076 35.009 -499.514C22.3983 -499.397 9.78755 -499.28 -2.82316 -499.163C-2.86007 -499.31 -2.89688 -499.456 -2.93379 -499.602C29.7334 -500.282 59.6199 -501.53 97.0083 -501.445C95.8023 -502.22 73.431 -502.143 62.5764 -502.15ZM-8.10804 -36.2336C-7.41863 -36.9364 -7.53162 -24.1641 -7.54492 -16.9726C-7.41938 -18.0533 -7.29384 -19.1341 -7.1683 -20.2149C-7.24652 -11.0058 -7.37314 2.96334 -7.17281 12.8933L-30.5645 -8.9022C-23.4595 -9.02718 -18.2809 -9.28615 -17.826 -9.78505C-6.07598 -9.94001 -11.2716 -8.85623 -7.48226 -8.73225C-6.00055 -8.68326 9.33592 -9.31413 21.6035 -8.54629C24.5188 -8.54929 27.4345 -8.55229 30.3499 -8.55529C30.914 -8.9642 31.4782 -9.37311 32.0421 -9.78203C36.1068 -9.28613 40.1715 -8.78925 44.2363 -8.29335C19.3029 -8.24236 -5.63111 -8.19035 -30.5645 -8.13936L-7.99172 12.8933C-8.03057 -3.46234 -8.0693 -19.819 -8.10804 -36.1746C-8.10804 -36.1946 -8.10804 -36.2136 -8.10804 -36.2336ZM340.219 -8.55929C355.691 -8.32833 379.39 -7.9634 374.602 -9.08316C364.828 -9.02418 355.054 -8.96519 345.279 -8.9062C343.594 -8.79022 341.906 -8.67426 340.219 -8.55929ZM1492.49 -327.044C1493.67 -339.084 1492.64 -350.171 1492.86 -368.794C1492.61 -368.769 1492.36 -368.745 1492.11 -368.72C1492.71 -361.106 1492.31 -340.975 1492.49 -327.044ZM-12.6301 -393.959C-12.5373 -396.611 -12.4446 -399.264 -12.3518 -401.916C-11.0081 -391.128 -11.955 -389.197 -11.8246 -376.996C-11.8165 -376.26 -11.5088 -376.515 -11.507 -376.259C-11.4862 -373.273 -11.8565 -370.512 -11.8508 -367.815C-11.8394 -362.613 -11.4643 -358.373 -11.4775 -349.158C-11.489 -342.032 -12.0787 -341.965 -12.0636 -339.461C-12.0491 -337.327 -10.4266 -316.183 -11.1272 -302.575C-12.4614 -276.695 -12.7548 -386.059 -12.6301 -393.959ZM-11.5201 -470.664C-11.5146 -468.105 -11.5091 -465.545 -11.5037 -462.986C-12.4103 -470.682 -12.2725 -455.15 -12.2535 -443.754C-13.1228 -444.108 -12.751 -468.217 -13.01 -479.005C-12.5133 -476.225 -12.0167 -473.444 -11.5201 -470.664ZM-13.3833 -147.012C-13.4718 -157.026 -12.3868 -155.357 -12.0636 -154.94C-12.0636 -151.752 -12.0636 -148.563 -12.0636 -145.375C-12.5035 -145.921 -12.9433 -146.466 -13.3833 -147.012ZM-13.7598 -222.332C-13.0227 -219.217 -12.7004 -197.476 -12.6399 -187.169C-12.6398 -186.72 -13.0443 -189.55 -13.0066 -182.262C-12.9948 -180.073 -11.523 -158.544 -13.1933 -163.28C-13.3822 -182.954 -13.5709 -202.628 -13.7598 -222.302C-13.7598 -222.312 -13.7598 -222.322 -13.7598 -222.332ZM-13.3242 -244.29C-13.0929 -240.192 -12.8615 -236.096 -12.6301 -231.999C-12.9761 -229.882 -13.3221 -227.765 -13.6681 -225.647C-13.7554 -230.31 -13.8427 -234.972 -13.9301 -239.633C-13.7281 -241.185 -13.5262 -242.738 -13.3242 -244.29ZM555.549 -463.856C556.571 -463.512 557.594 -463.167 558.616 -462.822C562.579 -462.611 581.845 -464.112 575.745 -464.403C569.013 -464.221 562.281 -464.039 555.549 -463.856ZM474.19 -464.58C470.184 -464.754 466.177 -464.927 462.17 -465.101C457.562 -464.517 452.954 -463.932 448.347 -463.347C468.363 -462.953 489.661 -462.498 486.226 -464.223C490.808 -464.223 495.389 -464.223 499.97 -464.223C496.113 -463.51 496.631 -463.275 508.622 -462.822C511.244 -463.814 523.643 -463.309 537.834 -463.527C527.511 -463.585 517.189 -463.643 506.866 -463.701C506.866 -463.876 506.866 -464.051 506.866 -464.226C529.875 -464.163 501.278 -465.272 486.289 -464.577C485.109 -464.809 483.928 -465.042 482.746 -465.275C479.894 -465.043 477.042 -464.811 474.19 -464.58ZM1419.74 -1.88665C1422.6 -1.71069 1425.45 -1.53474 1428.3 -1.35878C1439.36 -3.6503 1416.86 -1.47575 1400.82 -3.28938C1406.13 -1.91166 1381.69 -1.96966 1380.3 -1.87668C1383.11 -1.41377 1385.92 -0.949845 1388.73 -0.485941C1399.07 -0.952844 1409.41 -1.41975 1419.74 -1.88665ZM1500.59 -0.305985C1496.14 -0.820879 1503.57 -1.11781 1514.56 -1.26578L1499.37 12.8933C1499.18 0.414862 1499.22 -16.9945 1499.37 -25.3348C1499.43 -29.0271 1500.11 -35.6087 1500.02 -38.2732C1499.78 -39.8898 1499.52 -41.5055 1499.27 -43.1222C1500.13 -45.0358 1499.17 -74.6916 1498.7 -86.3752C1499.02 -87.475 1499.33 -88.5758 1499.65 -89.6755C1499.52 -93.9347 1499.39 -98.1938 1499.27 -102.453C1499.58 -101.917 1499.9 -101.382 1500.21 -100.846C1499.83 -104.069 1499.46 -107.292 1499.08 -110.514C1498.66 -123.165 1500.37 -115.364 1499.83 -124.867C1499.24 -135.431 1498.23 -118.122 1497.57 -118.443C1497.74 -109.868 1498.12 -90.3744 1498.15 -81.6742C1498.16 -76.6782 1496.97 -82.34 1498.33 -60.8065C1498.01 -56.0855 1497.7 -51.3644 1497.37 -46.6444C1497.88 -37.9782 1498.38 -29.313 1498.89 -20.6478C1498.45 -19.0321 1498.02 -17.4155 1497.58 -15.7998C1497.5 -14.874 1498.5 5.16589 1498.83 4.09511C1498.6 6.39864 1498.41 9.38901 1498.28 12.8933L1514.56 -2.28858C1505.07 -2.61751 1492.06 -2.69651 1478.56 -2.7255C1476.75 -2.50354 1474.94 -2.28158 1473.12 -2.05962C1491.34 -2.53852 1478.93 -1.82567 1484.36 -1.40076C1487.49 -1.15581 1497.08 -0.675909 1500.59 -0.305985ZM682.503 -464.751C651.906 -463.756 670.849 -464.577 637.776 -464.577C640.085 -464.05 642.394 -463.523 644.704 -462.996C660.965 -463.959 687.721 -463.319 682.536 -464.751C682.525 -464.751 682.514 -464.751 682.503 -464.751ZM358.859 -462.999C376.362 -463.318 367.578 -464.137 389.764 -464.4C389.775 -464.4 389.785 -464.4 389.795 -464.4C378.324 -464.459 366.852 -464.518 355.379 -464.577C356.539 -464.051 357.699 -463.525 358.859 -462.999ZM1382.02 -463.637C1398.8 -463.408 1395.49 -463.818 1410.73 -462.999C1433.4 -463.992 1414.21 -463.852 1414.21 -464.754C1409.02 -464.489 1403.84 -464.225 1398.66 -463.96C1386.09 -464.803 1398.01 -465.228 1398 -465.309C1398 -465.309 1397.99 -465.309 1397.98 -465.309C1397.98 -465.579 1398.38 -465.636 1393.56 -465.8C1389.72 -465.079 1385.87 -464.358 1382.02 -463.637ZM1453.84 -464.751C1448.08 -464.152 1445.49 -463.383 1460.62 -462.999C1460.63 -462.999 1460.64 -462.999 1460.66 -462.999C1461.87 -464.337 1476.38 -463.257 1482.98 -463.347C1484.72 -463.492 1486.46 -463.638 1488.19 -463.783C1476.74 -464.106 1465.29 -464.428 1453.84 -464.751ZM1500.58 -299.795C1498.99 -299.735 1498.84 -311.566 1497.38 -294.917C1497.42 -291.685 1497.44 -288.453 1497.47 -285.22C1497.81 -283.099 1498.17 -280.976 1498.51 -278.854C1495.65 -237.853 1500.53 -225.628 1498.7 -294.917C1498.7 -294.927 1498.7 -294.937 1498.7 -294.947C1499.33 -296.563 1499.96 -298.179 1500.58 -299.795ZM1500.45 -372.006C1499.62 -372.527 1498.78 -373.048 1497.95 -373.569C1499.96 -382.623 1498.04 -394.321 1499.47 -412.076C1499.21 -413.682 1498.95 -415.289 1498.7 -416.895C1499.26 -423.531 1499.42 -488.711 1498.14 -474.59C1497.58 -468.425 1498.34 -454.997 1498.32 -453.841C1498.25 -449.924 1497.55 -444.816 1497.59 -438.205C1497.61 -434.383 1498.45 -426.329 1498.45 -418.531C1498.45 -401.096 1496.18 -369.274 1498.33 -346.35C1498.07 -344.699 1497.82 -343.048 1497.57 -341.398C1497.73 -324.386 1498.52 -330.065 1497.57 -314.237C1501.53 -303.302 1497.37 -377.865 1500.58 -362.339C1500.58 -362.348 1500.58 -362.358 1500.58 -362.368C1500.54 -365.581 1500.5 -368.794 1500.45 -372.006ZM1126.71 -464.751C1125.61 -465.412 1104.44 -464.391 1109.41 -465.977C1102.5 -465.425 1095.59 -464.872 1088.68 -464.32C1088.73 -464.173 1088.78 -464.025 1088.84 -463.878C1095.7 -463.994 1102.57 -464.11 1109.44 -464.226C1109.47 -463.992 1109.49 -463.758 1109.53 -463.524C1119.76 -464.37 1162.48 -464.002 1161.18 -463.173C1163.47 -463.523 1165.74 -463.873 1168.03 -464.223C1188.46 -463.27 1206.04 -464.283 1228.3 -463.353C1230.02 -463.643 1231.75 -463.933 1233.47 -464.223C1234.59 -463.989 1235.72 -463.755 1236.84 -463.521C1244.95 -463.491 1253.06 -463.462 1261.16 -463.432C1287.59 -464.374 1236.25 -465.594 1230.02 -465.455C1229.2 -465.436 1229.33 -464.83 1224.15 -464.735C1214.98 -464.568 1163.59 -465.171 1147.7 -464.772C1147.56 -465.174 1147.42 -465.575 1147.3 -465.977C1140.43 -465.568 1133.57 -465.159 1126.71 -464.751ZM1498.89 -208.308C1498.45 -207.227 1498.01 -206.146 1497.57 -205.066C1498.01 -186.416 1497.63 -174.671 1499.08 -179.453C1499.08 -179.463 1499.08 -179.473 1499.08 -179.483C1499.02 -189.091 1498.95 -198.7 1498.89 -208.308ZM264.412 -2.05962C264.937 -1.24779 274.506 -0.943855 286.871 -1.52573C286.276 -1.76169 285.679 -1.99765 285.084 -2.2336C278.64 -1.54174 270.598 -2.74849 250.715 -2.58753C250.715 -2.17861 250.715 -1.77068 250.715 -1.36177C255.281 -1.59472 259.847 -1.82767 264.412 -2.05962ZM1499.08 -224.401C1499.59 -230.086 1498.03 -246.04 1497.95 -235.542C1497.89 -227.515 1498.8 -221.351 1499.08 -224.401ZM290.012 -463.789C294.535 -463.704 299.058 -463.619 303.582 -463.533C305.939 -463.881 308.295 -464.229 310.652 -464.577C310.642 -464.577 310.631 -464.577 310.62 -464.577C303.751 -464.314 296.881 -464.052 290.012 -463.789ZM1324.65 -463.57C1340 -463.621 1355.34 -463.671 1370.67 -463.722C1370.83 -463.949 1370.98 -464.176 1371.13 -464.403C1355.77 -463.575 1349.59 -464.467 1346.01 -464.522C1346.02 -464.522 1346.04 -464.522 1346.05 -464.522C1334.55 -464.701 1323.58 -464.833 1312.7 -465.104C1316.68 -464.593 1320.67 -464.081 1324.65 -463.57ZM1272.06 -465.001C1274.65 -463.398 1278.02 -463.212 1301.59 -464.339C1300.66 -464.536 1299.73 -464.733 1298.79 -464.93C1286.58 -464.813 1279.46 -464.443 1281.6 -465.278C1278.43 -465.186 1275.24 -465.093 1272.06 -465.001ZM1512.31 -464.488C1509.48 -464.998 1487.03 -464.486 1488.25 -464.229C1488.74 -464.127 1517.83 -463.488 1512.31 -464.488ZM93.9942 -1.70569C99.165 -1.58871 104.338 -1.47176 109.51 -1.35579C102.63 -1.18182 95.7497 -1.00786 88.8696 -0.833891C90.5778 -1.12483 92.286 -1.41575 93.9942 -1.70569ZM37.214 0.572831C33.5271 0.368873 45.5141 -1.07183 23.4698 -1.44375C39.5128 -1.47474 55.5553 -1.50475 71.5982 -1.53574C64.0748 -1.30279 56.552 -1.06983 49.0285 -0.836881C50.3415 -0.422967 51.6539 -0.00904801 52.9668 0.404867C47.7157 0.460855 42.4651 0.516843 37.214 0.572831ZM19.9902 -0.482951C28.6295 0.612823 -16.8619 0.694813 -21.0999 0.56084C-22.044 0.528847 -26.532 -0.300997 -28.1855 -0.479961C-21.3161 -0.48096 -14.4466 -0.481951 -7.57722 -0.482951C-9.87592 -0.743897 -12.1742 -1.00584 -14.473 -1.26679C-6.43308 -1.35677 1.60685 -1.44576 9.64656 -1.53574C6.2094 -1.2728 2.7717 -1.01086 -0.665457 -0.747911C6.21981 -0.659929 13.105 -0.570932 19.9902 -0.482951ZM202.508 -0.747911C196.756 -0.775905 191.005 -0.802877 185.252 -0.830871C186.401 -0.421955 187.552 -0.0130499 188.701 0.395866C192.143 0.395866 195.585 0.395866 199.029 0.395866C200.189 0.0149443 201.348 -0.366989 202.508 -0.747911ZM85.3104 -0.220004C93.6852 -2.1886 116.505 2.11451 89.8342 0.52084C87.1463 0.358873 84.5185 -0.0300437 85.3104 -0.220004ZM-17.0768 5.82574C-18.6171 -10.8388 -15.2164 -7.07761 -16.2123 8.65515C-16.2653 9.44598 -16.963 7.07649 -17.0768 5.82574ZM-17.1259 -119.114C-17.1145 -120.464 -16.0134 -122.824 -17.0604 -135.708C-16.9349 -137.835 -16.8094 -139.962 -16.6838 -142.089C-16.1723 -137.112 -15.8679 -94.5295 -16.9589 -100.413C-16.9759 -106.931 -17.1599 -112.372 -17.1259 -119.114ZM-21.1993 -77.88C-21.1688 -71.4893 -21.1382 -65.0986 -21.1077 -58.7069C-20.7627 -60.8145 -20.4178 -62.9221 -20.0729 -65.0296C-19.9791 -61.8853 -19.8852 -58.7419 -19.7914 -55.5976C-20.3862 -50.2237 -20.981 -44.8498 -21.5759 -39.4759C-21.6709 -53.368 -21.7658 -67.2602 -21.8608 -81.1513C-21.6403 -80.0615 -21.4198 -78.9707 -21.1993 -77.88ZM54.3745 4.95993C41.1763 4.55701 25.0068 4.98593 3.57313 4.91794C3.56251 4.91694 3.55231 4.91592 3.54148 4.91492C2.47266 4.90992 0.577297 4.46802 -2.86394 4.45103C-4.21957 4.44403 -17.3162 4.54401 -30.5645 4.58L-21.6425 12.8933C-21.687 -1.46875 -21.6378 -16.0217 -21.2059 -13.7602C-20.7465 -0.442958 -21.0259 7.55039 -20.8243 12.8933L-30.5645 3.81716C-27.3123 3.71118 -24.9749 3.46025 -23.0296 2.85837C-21.9381 3.2093 -20.8468 3.5602 -19.7555 3.91113C1.78121 4.51801 7.92652 3.30328 20.022 2.85837C19.9743 3.12232 19.9271 3.38726 19.8796 3.65121C27.9563 3.6782 36.033 3.70418 44.1099 3.73118C42.9712 3.55721 41.8323 3.38324 40.6935 3.20928C43.5512 3.20928 46.4084 3.20928 49.2659 3.20928C56.2259 3.99212 65.0512 4.17509 54.3745 4.95993ZM-20.7311 -106.868C-22.8836 -112.776 -21.4092 -170.348 -21.8608 -196.645C-20.5647 -182.838 -21.4579 -161.45 -21.4711 -146.392C-21.4956 -117.283 -20.7023 -137.405 -20.3545 -132.466C-20.1825 -130.025 -21.5626 -113.515 -20.7311 -106.868ZM102.582 4.60899C87.0068 4.44702 78.2865 4.90895 64.8131 4.1731C65.9413 4.02713 67.0694 3.88014 68.1977 3.73417C72.8121 3.86814 110.434 4.29105 102.582 4.60899ZM-21.2976 -235.183C-22.0705 -207.152 -20.1216 -220.978 -21.5825 -206.401C-21.6752 -215.994 -21.768 -225.588 -21.8608 -235.183C-21.673 -235.183 -21.4853 -235.183 -21.2976 -235.183ZM1507.18 -256.483C1507.22 -268.296 1507.62 -281.488 1506.81 -288.551C1506.68 -280.524 1506.56 -272.498 1506.43 -264.47C1506.68 -261.808 1506.92 -259.146 1507.18 -256.483ZM1442.15 13.4022C1445.03 13.5841 1456.48 13.0483 1457.68 13.0483C1459.93 13.0483 1459.31 13.3122 1459.35 13.3812C1474.01 13.3332 1460.48 12.5153 1471.34 12.3374C1473.2 12.3084 1498.69 12.7123 1509.06 12.6793C1510.9 12.6733 1512.74 12.6693 1514.56 12.6653L1514.32 12.8933C1514.3 -0.145023 1514.34 -12.3295 1514.32 -17.2435C1514.3 -26.6206 1513.64 -44.026 1513.61 -59.4358C1513.59 -65.7885 1514.11 -68.006 1514.1 -74.3937C1514.02 -115.396 1513.3 -196.114 1513.63 -232.492C1513.71 -241.479 1514.4 -250.05 1514.35 -254.803C1514.09 -258.552 1513.84 -262.3 1513.59 -266.048C1515.86 -277.574 1513.83 -281.431 1513.63 -293.856C1513.49 -301.75 1514.17 -305.441 1514.17 -306.501C1514.16 -313.53 1513.83 -316.999 1513.78 -322.519C1513.72 -328.716 1514.03 -337.62 1513.96 -339.836C1513.93 -341.196 1513.04 -336.853 1513.05 -360.895C1513.07 -385.397 1513.17 -409.587 1513.21 -434.506C1510.51 -426.194 1512.35 -419.037 1512.45 -408.863C1512.48 -406.134 1512.05 -407.865 1512.07 -405.489C1512.13 -398.778 1512.55 -385.931 1512.44 -380.377C1512.33 -374.38 1511.33 -376.429 1511.71 -368.823C1511.72 -368.438 1512.14 -369.655 1512.2 -367.865C1512.88 -349.885 1512.17 -343.999 1512.15 -321.267C1512.13 -306.205 1512.54 -214.734 1512.27 -211.594C1510.84 -195.22 1510.83 -291.606 1510.94 -302.876C1510.98 -306.821 1511.43 -302.685 1511.52 -306.28C1511.55 -307.804 1510.69 -321.506 1510.61 -335.046C1510.53 -351.421 1511.12 -384.328 1511.1 -399.932C1511.07 -426.353 1511.05 -452.702 1511.07 -479.005L1514.56 -475.746C1399.46 -475.783 1285.15 -476.098 1169.66 -476.106C1166.59 -476.106 1162.55 -475.624 1152.55 -475.624C966.066 -475.633 772.778 -476.013 583.906 -475.786C542.729 -475.737 501.892 -475.283 460.336 -475.643C455.18 -475.291 450.023 -474.939 444.867 -474.587C458.055 -474.867 482.223 -474.071 484.423 -474.059C485.215 -474.056 490.217 -474.453 498.278 -474.431C509.615 -474.403 514.588 -474.059 515.518 -474.059C518.401 -474.058 516.512 -474.424 519.266 -474.422C539.803 -474.406 555.695 -474.51 574.543 -474.514C595.836 -474.517 606.628 -473.836 622.134 -474.584C623.889 -474.292 625.645 -474 627.4 -473.708C638.986 -474.971 707.97 -474.831 735.914 -474.764C744.731 -474.743 743.185 -474.23 746.148 -474.23C748.039 -474.231 747.294 -474.902 770.362 -474.77C781.975 -474.703 785.021 -474.214 790.844 -474.23C794.008 -474.239 793.495 -474.724 798.04 -474.724C824.331 -474.724 845.799 -474.567 871.538 -474.477C878.774 -474.453 878.855 -474.048 880.474 -474.053C886.437 -474.071 896.807 -474.757 911.964 -474.755C936.912 -474.751 986.634 -474.749 1007.03 -474.416C1010.03 -474.367 1012.52 -473.881 1014.72 -473.888C1018.06 -473.901 1019.37 -474.407 1019.96 -474.41C1031.12 -474.419 1024.4 -473.948 1031.88 -474.062C1035.91 -474.124 1040.12 -474.702 1049.48 -474.767C1061.85 -474.853 1059.42 -474.167 1064.59 -474.236C1065.14 -474.247 1065.3 -474.724 1070.38 -474.74C1089.64 -474.796 1117.58 -474.906 1135.81 -474.904C1141.05 -474.904 1144.93 -474.583 1152.24 -474.578C1166.95 -474.567 1250.59 -474.772 1257.45 -474.587C1258.17 -474.568 1250.73 -473.864 1262.59 -473.885C1266.03 -474.178 1269.48 -474.471 1272.92 -474.764C1278.67 -474.295 1284.44 -473.826 1290.19 -473.357C1289.98 -474.977 1323.85 -475.228 1323.51 -473.571C1327.22 -473.504 1330.93 -473.437 1334.63 -473.37C1342.35 -474.514 1347.49 -474.092 1362.41 -474.764C1364.73 -474.413 1367.06 -474.062 1369.39 -473.711C1369.97 -473.945 1370.56 -474.179 1371.13 -474.413C1379.1 -473.145 1392.15 -474.418 1393.74 -474.425C1399.84 -474.453 1404.42 -474.131 1407.27 -474.142C1417.96 -474.175 1441.08 -474.619 1453.55 -474.413C1454.14 -474.403 1453.56 -473.861 1457.11 -473.794C1463.51 -473.673 1464.14 -474.466 1472.67 -473.534C1474.4 -473.768 1476.13 -474.002 1477.85 -474.236C1479.68 -474.115 1481.5 -473.994 1483.34 -473.873C1493.75 -473.933 1504.16 -473.993 1514.56 -474.052L1509.25 -479.005C1509.25 -478.644 1509.25 -478.282 1509.25 -477.921C1509.21 -478.319 1509.17 -478.68 1509.13 -479.005L1514.56 -473.942C1510.71 -473.518 1511.52 -473.197 1514.56 -473.07L1508.19 -479.005C1508.06 -476.19 1508.13 -471.324 1508.49 -466.588C1508.76 -463.22 1509.36 -466.208 1509.45 -465.085C1509.57 -463.544 1509.26 -418.393 1508.88 -415.407C1509.07 -413.27 1509.25 -411.133 1509.45 -408.996C1509.07 -407.915 1508.69 -406.835 1508.31 -405.754C1508.45 -404.575 1508.58 -403.396 1508.7 -402.217C1508.04 -390.467 1509.57 -359.968 1509.45 -354.44C1509.38 -351.485 1507.77 -354.143 1507.94 -339.983C1508.38 -339.492 1508.82 -339 1509.26 -338.509C1509.33 -335.267 1509.39 -332.024 1509.46 -328.783C1509.41 -322.698 1508.65 -313.843 1508.13 -313.559C1508.44 -311.659 1508.76 -309.757 1509.07 -307.856C1508.04 -302.752 1508.4 -275.525 1509.06 -264.574C1508.75 -261.371 1508.44 -258.169 1508.13 -254.965C1508.5 -250.662 1508.88 -246.359 1509.25 -242.056C1509.37 -232.087 1508.75 -242.618 1508.69 -240.493C1508.59 -235.998 1509.64 -213.092 1508.33 -214.601C1508.32 -211.476 1508.32 -208.353 1508.32 -205.229C1508.69 -203.622 1509.07 -202.015 1509.45 -200.41C1508.15 -195.047 1508.61 -185.768 1508.14 -166.736C1508.43 -165.139 1508.73 -163.542 1509.03 -161.946C1508.6 -156.061 1508.18 -150.176 1507.76 -144.291C1508.25 -143.083 1508.74 -141.874 1509.23 -140.666C1509.31 -138.107 1509.38 -135.547 1509.45 -132.988C1508.34 -127.789 1509.54 -118.451 1509.08 -113.698C1508.42 -106.762 1507.62 -112.125 1507.47 -125C1506.67 -124.037 1507.03 -85.6834 1507.1 -76.8402C1507.26 -77.4241 1507.41 -78.009 1507.57 -78.5938C1507.44 -87.637 1507.32 -96.6811 1507.19 -105.724C1509.22 -113.302 1508.67 -88.7437 1508.93 -77.474C1508.96 -76.4443 1509.72 -70.6025 1509.66 -59.2438C1509.63 -54.8457 1508.5 -37.6873 1508.45 -34.412C1507.93 -7.96341 1509.53 -27.4114 1508.13 -1.53373C1508.95 -5.66488 1508.62 2.08652 1508.51 12.8933L1514.56 7.25645C1511.01 7.22646 1507.16 7.21546 1503.28 7.26045C1500.44 7.29344 1476.47 8.10625 1474.85 8.12724C1464.75 8.25721 1475.74 7.37243 1461.14 7.60239C1459.38 7.83534 1457.63 8.06826 1455.87 8.30122C1452.47 8.30122 1449.07 8.30122 1445.67 8.30122C1425.03 6.22564 1420.24 7.75438 1412.9 7.95034C1409.93 8.02932 1413.75 7.48841 1406.06 7.60239C1403.17 7.64538 1399.97 8.09525 1392.18 8.12724C1367.82 8.22622 1359.55 6.29762 1337.15 8.30421C1333.72 8.01327 1330.27 7.72234 1326.84 7.4314C1324.52 7.78033 1322.21 8.12925 1319.89 8.47818C1302.14 7.46639 1308.55 8.5032 1302.14 8.4902C1285.22 8.45821 1250.59 8.26025 1247.56 7.42542C1232.95 9.34302 1215.48 7.17945 1209.72 7.25444C1206.3 7.48739 1202.88 7.72037 1199.46 7.95333C1195.44 7.71937 1191.42 7.4854 1187.39 7.25144C1189.35 9.13406 1168.52 7.28343 1166.51 7.25444C1164.21 7.22644 1132.17 7.78334 1120.23 7.77334C1108.32 7.76234 1087.57 7.25244 1085.74 7.25144C1083.64 7.25144 1063.36 7.76336 1047.52 7.75836C1033.64 7.75236 951.474 7.02551 956.651 7.86533C962.027 8.09728 969.678 8.29921 976.294 8.40819C996.833 8.74212 1117.38 9.17106 1148.19 9.30504C1209.97 9.57098 1274.4 9.52196 1336.46 9.70492C1340.11 9.71492 1340.66 10.2028 1343.79 10.2138C1348.55 10.2278 1360.62 9.73993 1365.31 9.75093C1382.81 9.79292 1404.11 9.87194 1413.49 9.88493C1434.43 9.90993 1448.8 10.2028 1464.65 10.2508C1469.6 10.2648 1494.69 9.65995 1511.89 9.9149C1512.78 9.95489 1513.67 9.99386 1514.56 10.0329L1511.49 12.8933C1511.6 10.8207 1511.71 8.74714 1511.81 6.67457C1511.84 8.29423 1511.89 10.4298 1511.93 12.8933L1514.56 10.4458C1503.74 10.6358 1487.03 10.9117 1478.36 10.9497C1462.31 11.0177 1453.94 10.6227 1448 10.6287C1443.05 10.6347 1417.69 11.0857 1406.15 11.0957C1402.56 11.0997 1401.82 10.5877 1398.75 10.5897C1382.11 10.6017 1360.19 10.6158 1345.76 11.1177C1351.65 10.9537 1314.86 10.6397 1312.92 10.6417C1309.62 10.6417 1306.02 11.1206 1299.28 11.1206C1286.29 11.1196 1287.93 10.1188 1271.71 11.1206C1267.69 10.8287 1263.67 10.5368 1259.66 10.2448C1259.41 11.5796 1208.65 9.76394 1194.21 11.3856C1193.83 11.5686 1259.79 12.0884 1265.24 12.1154C1297.9 12.2754 1346.24 11.9485 1377.95 12.1824C1387.49 12.2524 1417.48 13.0643 1419.74 13.0483C1423.4 13.0263 1420.1 12.5613 1421.67 12.5453C1453.95 12.2004 1437.85 13.1332 1442.15 13.4022ZM20.022 5.83874C29.8279 5.89373 39.6338 5.94873 49.4398 6.00372C48.7279 6.29666 48.0166 6.58959 47.3045 6.88253C42.8132 6.76856 38.3209 6.65457 33.8294 6.54059C30.3762 6.71556 26.923 6.89051 23.4698 7.06548C22.3205 6.65656 21.1714 6.24766 20.022 5.83874ZM-4.14511 7.06548C-12.6486 7.21345 -13.064 6.59558 -15.0266 6.56558C-20.514 6.4796 -25.3066 6.69357 -30.5645 6.71356L-23.9321 12.8933C-23.9336 12.5634 -23.9341 12.2315 -23.9335 11.8975C-23.8524 12.2115 -23.7774 12.5444 -23.7082 12.8933L-30.5645 6.50459C-23.6674 5.31783 -10.7801 5.9787 -4.14511 7.06548ZM171.493 7.59338C169.576 7.5234 156.775 5.94373 142.217 7.41343C131.325 6.94653 120.433 6.47962 109.541 6.01272C128.045 6.72657 153.652 5.98472 162.715 6.01272C166.156 6.02372 166.813 6.50861 169.563 6.51661C185.414 6.5556 200.825 5.45682 202.445 7.06249C187.455 6.59559 173.939 7.67937 171.493 7.59338ZM75.8369 7.02249C73.3008 6.68756 70.7653 6.35164 68.2293 6.01571C77.3927 6.01571 86.5551 6.01571 95.7175 6.01571C93.2399 6.35564 90.7623 6.69556 88.2837 7.03549C84.1355 7.03049 79.9861 7.02649 75.8369 7.02249ZM780.745 8.13328C775.093 8.12928 769.442 8.12526 763.789 8.12126C764.099 8.36621 770.565 8.36521 772.947 8.53017C772.936 8.53017 772.926 8.53017 772.915 8.53017C775.568 8.71713 774.433 9.03206 779.257 9.17103C779.753 8.8251 780.249 8.47921 780.745 8.13328ZM438.019 -475.637C428.546 -475.654 341.063 -475.656 348.515 -474.764C352.272 -474.318 382.192 -474.707 391.013 -474.7C402.905 -474.691 435.021 -473.726 438.019 -475.637ZM283.085 -475.811C281.568 -474.922 336.242 -474.78 341.588 -474.935C340.453 -475.062 338.704 -475.344 337.191 -475.408C329.817 -475.714 294.871 -475.567 283.085 -475.811ZM1097.24 10.6998C1092.83 10.2499 1088.43 9.79989 1084.02 9.35099C1085.18 9.93587 1086.34 10.5208 1087.5 11.1047C1090.75 10.9697 1093.99 10.8347 1097.24 10.6998ZM1511.52 3.37325C1511.55 -65.0406 1511.58 -133.454 1511.61 -201.868C1511.87 -195.851 1512.13 -189.833 1512.4 -183.815C1512.3 -124.865 1512.03 -61.9982 1512.44 -5.07099C1512.13 -2.25657 1511.83 0.558829 1511.52 3.37325ZM192.181 10.2268C210.993 10.2348 226.706 9.80589 247.172 10.4888C227.669 11.1506 218.012 10.1269 199.06 11.1017C199.049 11.1017 199.039 11.1017 199.029 11.1017C196.745 10.8097 194.463 10.5188 192.181 10.2268ZM612.193 10.4038C606.472 10.8127 600.752 11.2207 595.032 11.6296C601.912 11.6296 608.792 11.6296 615.671 11.6296C614.511 11.2207 613.353 10.8127 612.193 10.4038ZM1391.81 -478.44C1372.13 -477.548 1321.8 -479.163 1305.8 -478.09C1304.77 -478.019 1314.28 -477.566 1298.9 -476.689C1310.51 -476.869 1318.71 -477.052 1319.58 -477.742C1323.02 -477.508 1326.48 -477.274 1329.92 -477.04C1335.64 -477.217 1341.36 -477.394 1347.08 -477.571C1346.46 -476.884 1346.92 -476.921 1355.7 -477.391C1359.71 -477.217 1363.71 -477.043 1367.72 -476.869C1369.42 -477.16 1371.11 -477.451 1372.81 -477.742C1376.29 -477.335 1379.75 -476.928 1383.22 -476.521C1396.74 -476.963 1388.51 -477.751 1391.81 -478.44ZM1460.69 -478.273C1457.49 -478.424 1366.25 -477.931 1407.72 -476.561C1418.5 -476.605 1429.27 -476.648 1440.04 -476.692C1431.13 -478.96 1460.48 -476.932 1462.9 -476.884C1474.44 -476.663 1489.15 -477.202 1497.52 -477.174C1504.72 -477.15 1509.01 -476.743 1514.07 -476.753C1514.23 -476.754 1514.39 -476.754 1514.56 -476.754L1512.15 -479.005C1512.18 -462.91 1512.21 -437.967 1513.21 -434.506C1513.23 -447.001 1513.24 -459.695 1513.21 -472.689C1513.21 -474.815 1513.23 -476.902 1513.27 -479.005L1514.56 -477.791C1502.22 -477.947 1489.34 -478.421 1465.92 -477.394C1459.07 -477.525 1461.51 -478.234 1460.69 -478.273ZM577.808 11.5356C578.496 10.5928 543.678 10.8177 543.456 11.1906C543.386 11.4086 554.726 11.4036 556.346 11.4866C556.357 11.4866 556.366 11.4866 556.377 11.4866C557.053 11.5226 553.627 11.8835 558.955 11.9835C565.24 11.8345 571.524 11.6846 577.808 11.5356ZM574.085 -477.745C569.378 -478.274 461.857 -478.084 458.691 -477.83C457.83 -477.76 459.03 -477.528 458.691 -477.394C483.774 -478.14 519.433 -477.257 543.243 -477.199C549.881 -477.183 547.897 -477.558 548.273 -477.565C548.289 -477.565 548.305 -477.565 548.32 -477.565C552.086 -477.566 569.09 -476.65 574.085 -477.745ZM1271.37 -477.659C1275.94 -477.512 1280.51 -477.365 1285.08 -477.217C1286.24 -477.509 1287.4 -477.801 1288.56 -478.093C1288.55 -478.093 1288.53 -478.093 1288.52 -478.093C1282.8 -477.948 1277.09 -477.804 1271.37 -477.659ZM1113 -478.62C1114.12 -478.415 1115.22 -478.21 1116.34 -478.004C1127.85 -477.976 1139.35 -477.947 1150.87 -477.919C1149.71 -477.803 1148.55 -477.687 1147.38 -477.571C1164.79 -477.261 1172 -477.983 1181.27 -477.879C1181.26 -477.879 1181.24 -477.879 1181.23 -477.879C1182.23 -477.867 1183.43 -477.439 1187.15 -477.424C1195.66 -477.391 1220.04 -477.232 1222.98 -477.662C1229.22 -478.581 1180.15 -478.145 1171 -478.187C1166.87 -478.207 1161.89 -478.581 1159.38 -478.59C1156.62 -478.598 1152.86 -478.092 1146.16 -478.108C1144.18 -478.113 1122.41 -478.708 1113 -478.62ZM909.86 -478.007C913.409 -477.544 920.819 -477.991 923.541 -477.916C924.191 -477.898 919.133 -477.51 925.266 -477.394C927 -477.658 928.734 -477.923 930.469 -478.187C923.599 -478.127 916.73 -478.067 909.86 -478.007ZM519.305 11.9804C520.306 12.0804 538.999 12.0434 539.897 11.9804C551.096 11.1356 512.378 11.2266 519.305 11.9804ZM47.5578 12.9483C53.7704 13.8351 2.24357 13.4512 -30.5645 13.1942L-30.8834 13.1982L-30.8876 12.8933C-30.7816 1.14971 -30.6956 -8.0194 -30.7149 -10.5769C-29.8863 -10.116 -30.7194 12.4984 -29.5819 0.652801C-29.7463 3.62219 -29.8445 7.9673 -29.9033 12.8933L-30.5645 12.2774C-15.7241 12.4314 4.03388 12.2954 9.85225 12.4204C14.6413 12.5223 15.8506 13.1892 16.5739 13.2102C19.4141 13.2852 44.5262 12.5154 47.5578 12.9483ZM-30.1517 -89.1247C-30.3089 -80.0905 -30.466 -71.0574 -30.6232 -62.0233C-30.7171 -72.6831 -30.8109 -83.3428 -30.9048 -94.0026C-30.6538 -92.376 -30.4027 -90.7503 -30.1517 -89.1247ZM-30.5283 -100.486C-31.3315 -100.197 -30.7196 -130.861 -30.9048 -138.92C-29.5385 -129.834 -30.8266 -114.677 -30.5283 -100.486ZM395.306 13.9121C410.468 14.407 416.984 12.1255 398.549 13.1193C397.987 13.1512 394.674 13.8861 395.306 13.9121ZM1387.12 -481.65C1384.55 -481.664 1352.39 -482.404 1350.53 -482.038C1344.64 -480.869 1365.74 -481.338 1372.81 -480.897C1384.21 -480.182 1367.44 -479.593 1395.29 -480.024C1394.15 -479.79 1393.01 -479.556 1391.88 -479.322C1408.16 -479.245 1402.83 -480.865 1405.76 -481.074C1406.65 -481.137 1416.84 -481.001 1418.68 -481.104C1441.64 -482.409 1389.53 -481.639 1387.12 -481.65ZM770.638 14.086C800.824 14.7729 787.837 13.7651 818.814 13.8271C819.847 13.3122 774.566 13.6351 770.638 14.086ZM1516.41 -323.875C1516.19 -352.963 1516.91 -376.885 1515.95 -404.015C1514.46 -402.249 1516.02 -316.33 1516.41 -323.875ZM214.237 -482.135C335.703 -479.658 475.809 -480.473 605.131 -480.512C619.225 -480.516 620.577 -479.964 625.677 -480.024C629.017 -480.063 628.434 -480.507 632.873 -480.509C793.349 -480.581 947.007 -481.162 1100.73 -480.897C1110.42 -480.879 1157.52 -479.925 1167.59 -481.363C1175.19 -482.455 1141.35 -481.604 1135.72 -481.614C1131.48 -481.621 1131.3 -482.133 1128.47 -482.135C1125.47 -482.137 1127.95 -481.787 1124.47 -481.781C1109.72 -481.757 1093.63 -481.894 1080.3 -481.864C949.522 -481.577 822.298 -481.659 692.215 -481.708C676.469 -481.713 679.706 -482.124 678.913 -482.126C678.903 -482.125 678.893 -482.124 678.882 -482.123C594.457 -482.162 498.039 -481.24 408.617 -481.592C345.647 -481.875 282.678 -482.158 219.71 -482.44C217.886 -482.339 216.061 -482.237 214.237 -482.135ZM1453.79 -480.201C1445.93 -481.75 1444.17 -480.188 1415.99 -480.82C1413.7 -480.556 1411.4 -480.291 1409.11 -480.027C1424.02 -480.085 1438.93 -480.143 1453.84 -480.201C1453.82 -480.201 1453.81 -480.201 1453.79 -480.201ZM1267.62 -480.765C1262.86 -482.858 1199.83 -481.379 1171.44 -481.778C1166.24 -480.727 1207.5 -481.199 1217.23 -481.089C1222.08 -481.034 1248.11 -479.953 1267.89 -480.552C1267.8 -480.623 1267.71 -480.694 1267.62 -480.765ZM154.3 16.0236C158.887 15.9626 163.473 15.9017 168.061 15.8407C156.584 15.6087 145.106 15.3768 133.629 15.1448C151.939 15.2938 170.248 15.4438 188.558 15.5927C185.147 16.0277 181.736 16.4616 178.325 16.8965C170.317 16.6055 162.308 16.3146 154.3 16.0236ZM213.706 15.8007C181.642 15.9647 215.114 14.8019 223.117 15.3188C227.906 15.6287 216.98 15.7827 213.706 15.8007ZM297.105 16.5485C282.15 17.3104 251.931 17.3634 262.673 15.8407C278.833 16.5535 289.251 15.9607 312.682 16.3716C309.261 16.6635 305.84 16.9555 302.418 17.2464C302.402 17.2464 302.386 17.2464 302.371 17.2464C300.615 17.0144 298.859 16.7815 297.105 16.5485ZM199.06 16.7225C178.06 15.8477 238.859 16.1466 219.747 16.7225C218.851 16.7485 199.887 16.7555 199.06 16.7225ZM348.515 -483.71C345.985 -483.212 362.137 -483.221 367.511 -483.188C390.804 -483.04 420.676 -483.256 444.899 -483.188C443.075 -483.352 441.251 -483.515 439.427 -483.679C409.123 -483.689 378.819 -483.699 348.515 -483.71ZM520.674 -483.185C537.317 -483.185 553.962 -483.185 570.605 -483.185C572.156 -483.185 579.432 -483.612 574.021 -483.716C556.239 -483.539 538.456 -483.362 520.674 -483.185ZM1519.05 -437.733C1519.35 -449.624 1520.88 -415.384 1519.24 -416.925C1519.18 -423.861 1519.11 -430.797 1519.05 -437.733ZM1519.7 -327.089C1519.55 -334.545 1519.39 -342.001 1519.23 -349.459C1519.42 -349.469 1519.62 -349.479 1519.8 -349.488C1519.77 -342.021 1519.74 -334.555 1519.7 -327.089ZM283.085 -484.061C291.561 -483.458 311.784 -483.551 324.396 -483.539C315.709 -484.056 295.006 -483.802 283.085 -484.061ZM1367.66 -483.801C1368.69 -483.391 1317.92 -483.494 1335.5 -484.216C1346.22 -484.078 1356.94 -483.939 1367.66 -483.801ZM1264.55 -484.408C1275.44 -484.498 1283.88 -484.357 1281.64 -483.713C1275.86 -483.74 1270.09 -483.768 1264.32 -483.795C1264.39 -483.999 1264.48 -484.204 1264.55 -484.408ZM354.026 17.7743C372.373 17.7163 390.72 17.6583 409.066 17.6003C408.386 17.7763 407.706 17.9523 407.025 18.1282C389.338 18.1852 371.651 18.2422 353.963 18.2992C353.983 18.1242 354.005 17.9493 354.026 17.7743ZM272.709 -485.641C260.108 -485.526 247.509 -485.411 234.909 -485.296C247.519 -485.178 260.13 -485.06 272.741 -484.942C272.741 -485.176 272.741 -485.41 272.741 -485.644C272.73 -485.643 272.719 -485.642 272.709 -485.641ZM102.693 20.0538C158.74 20.8746 87.2257 21.7414 72.4365 20.5357C72.4208 20.5367 72.4048 20.5377 72.389 20.5387C71.0945 20.4327 73.8322 19.9169 71.6772 19.7089C77.382 19.9418 83.0861 20.1748 88.7902 20.4077C93.9942 20.1178 99.1972 19.8278 104.4 19.5379C106.114 19.6519 107.827 19.7658 109.541 19.8798C107.259 19.9378 104.975 19.9958 102.693 20.0538ZM-38.7406 -73.7098C-38.6385 -121.063 -37.2553 -72.6111 -38.3477 -49.1729C-38.6004 -49.3409 -38.75 -69.3477 -38.7406 -73.7098ZM9.67821 20.2338C17.6864 20.1168 25.6946 19.9998 33.7029 19.8829C34.7254 20.0308 35.7486 20.1778 36.7711 20.3258C30.6237 20.4717 24.4769 20.6187 18.3294 20.7646C15.4459 20.5877 12.562 20.4107 9.67821 20.2338ZM273.048 22.5103C285.935 22.6723 302.374 21.0326 260.996 21.4635C261.017 21.6395 261.038 21.8154 261.059 21.9914C262.708 21.9634 267.548 21.7984 267.813 21.8114C268.57 21.8554 267.676 22.4423 273.048 22.5103ZM-43.7144 -161.395C-43.7863 -162.742 -45.7782 -163.477 -43.7178 -177.502C-43.8433 -181.742 -43.9687 -185.981 -44.0943 -190.22C-43.6555 -191.316 -43.2168 -192.41 -42.778 -193.506C-43.1182 -177.099 -42.2304 -175.36 -42.2115 -174.171C-42.1284 -168.717 -42.5851 -172.753 -42.5913 -169.234C-42.6065 -160.149 -42.2998 -139.503 -43.6032 -148.868C-44.0699 -152.24 -43.6427 -160.046 -43.7144 -161.395ZM-44.8474 -129.312C-44.6812 -131.302 -44.0986 -124.891 -43.9339 -126.394C-43.7903 -127.711 -43.1959 -147.486 -42.2115 -142.134C-42.253 -138.886 -42.2944 -135.639 -42.3359 -132.392C-42.6055 -131.292 -42.8751 -130.191 -43.1447 -129.091C-42.8958 -125.947 -42.647 -122.804 -42.3982 -119.659C-43.0633 -114.361 -43.9252 -103.087 -44.4676 -116.476C-44.4108 -111.554 -44.3541 -106.632 -44.2973 -101.71C-43.9786 -99.1606 -43.6599 -96.6111 -43.3411 -94.0616C-43.8269 -95.3973 -44.3126 -96.7341 -44.7983 -98.0698C-44.8147 -108.484 -44.8311 -118.897 -44.8474 -129.312ZM-44.6608 -281.899C-44.4097 -281.299 -44.1587 -280.7 -43.9077 -280.1C-44.3743 -298.177 -44.5518 -326.329 -42.9777 -310.341C-42.8467 -285.853 -42.7158 -261.365 -42.5848 -236.877C-42.7736 -235.251 -42.9625 -233.625 -43.1512 -231.999C-42.4237 -250.268 -45.5196 -244.622 -44.6313 -260.515C-44.4808 -263.195 -43.3981 -255.419 -44.0911 -272.261C-44.3432 -271.661 -44.5953 -271.062 -44.8474 -270.462C-44.7852 -274.274 -44.723 -278.087 -44.6608 -281.899ZM-44.2842 -437.3C-44.6471 -406.347 -45.5632 -440.441 -44.8016 -446.156C-44.8016 -446.147 -44.8016 -446.137 -44.8016 -446.127C-42.7174 -461.79 -43.7244 -428.11 -43.7112 -426.055C-43.6928 -423.324 -42.2008 -416.964 -44.3759 -402.108C-44.3454 -413.838 -44.3148 -425.569 -44.2842 -437.3ZM-44.6575 -336.249C-44.7066 -338.849 -44.3278 -337.409 -44.3333 -338.532C-44.3333 -338.542 -44.3333 -338.552 -44.3333 -338.562C-44.4146 -355.13 -44.7539 -394.537 -43.5311 -398.807C-43.429 -386.542 -43.1648 -331.668 -43.9961 -328.349C-44.2166 -330.983 -44.437 -333.615 -44.6575 -336.249ZM-43.7472 -219.665C-44.5389 -209.493 -44.6443 -232.391 -44.2777 -238.395C-44.1983 -239.529 -42.9272 -230.202 -43.7472 -219.665ZM557.2 27.0804C581.218 26.6365 549.66 26.1935 560.584 25.4997C555.997 25.5587 551.411 25.6177 546.824 25.6767C550.282 26.1446 553.742 26.6125 557.2 27.0804ZM1531.29 -115.362C1531.38 -120.579 1530.93 -118.108 1530.92 -118.561C1530.93 -121.987 1531.3 -125.217 1531.26 -126.533C1530.52 -150.846 1530.13 -134.677 1530.05 -134.432C1529.6 -133.918 1529.07 -140.309 1528.56 -131.455C1528.72 -126.081 1528.88 -120.707 1529.04 -115.333C1528.78 -112.666 1528.53 -109.998 1528.29 -107.331C1528.82 -96.6541 1528.96 -110.625 1529.68 -112.209C1529.96 -112.819 1530.29 -102.776 1531.29 -115.362ZM600.235 28.4841C604.129 27.7482 613.673 26.8194 604.3 26.0796C604.29 26.0796 604.279 26.0796 604.268 26.0796C602.536 25.9446 595.476 25.8696 593.308 25.6796C577.846 26.6604 583.77 27.6742 600.235 28.4841ZM1532.71 -18.9681C1532.53 -10.3029 1532.34 -1.63772 1532.15 7.02749C1531.68 6.88052 1531.21 6.73357 1530.73 6.5856C1530.86 1.94855 1530.99 -2.68849 1531.12 -7.32553C1530.89 -8.9522 1530.68 -10.5779 1530.47 -12.2035C1529.93 -6.44671 1529.38 -0.688906 1528.85 5.06791C1528.92 7.67637 1528.98 10.2848 1529.06 12.8933L1529.24 26.2235L1514.56 26.4005C1509.92 26.5095 1505.27 26.6194 1500.63 26.7294C1504.05 26.9624 1507.47 27.1954 1510.89 27.4283C1492.7 27.6853 1496.67 26.6114 1481.6 26.2015C1476.45 26.6104 1471.29 27.0194 1466.14 27.4283C1458.67 27.0174 1451.2 26.6064 1443.73 26.1955C1431.19 26.3875 1430.1 26.7005 1438.53 27.1684C1432.3 27.7042 1425.47 26.8624 1417.96 27.0804C1417.34 27.0984 1418.51 27.6023 1417.96 27.6083C1379.13 27.9482 1381.19 26.6245 1374.99 26.5675C1370.61 26.5295 1353.14 27.4223 1352.86 27.7272C1352.52 28.1381 1388.86 29.7568 1331.95 29.7988C1361.38 30.9186 1394.83 29.7788 1373.19 28.1361C1382.51 28.3011 1423.58 27.8912 1426.2 27.9412C1430.02 28.0152 1428.68 28.638 1433.45 28.655C1436.29 28.663 1443.77 27.2393 1466.14 28.4841C1468.99 28.2501 1471.85 28.0162 1474.71 27.7822C1477.38 27.9742 1480.07 28.1661 1482.74 28.3591C1477.22 29.0439 1471.71 29.7298 1466.2 30.4147C1485.46 29.7578 1501.84 30.7696 1514.56 30.2077L1533.38 29.9808L1533.15 12.8933C1533.06 11.3096 1532.95 9.78596 1532.8 8.32526C1532.95 -2.39053 1533.09 -7.5965 1533.75 -2.99345C1533.75 -6.21078 1533.75 -9.42811 1533.75 -12.6454C1533.39 -14.753 1533.05 -16.8606 1532.71 -18.9681ZM670.807 27.4313C682.236 28.1152 686.346 26.6394 684.567 26.5554C674.543 26.0965 664.859 27.0754 670.807 27.4313ZM1530.45 -96.0272C1530.05 -84.2776 1529.64 -72.5271 1529.23 -60.7765C1529.73 -60.7765 1530.23 -60.7765 1530.73 -60.7765C1530.64 -72.5271 1530.54 -84.2776 1530.45 -96.0272ZM553.688 28.1301C552.528 27.7802 551.369 27.4303 550.209 27.0804C536.395 28.3581 522.681 26.5245 515.856 26.9034C514.375 26.9864 517.366 27.6043 520.19 27.7362C521.947 27.8192 551.242 28.2481 553.688 28.1301ZM-21.3371 27.9622C-16.1914 27.7272 -11.0465 27.4923 -5.90065 27.2573C-6.18543 27.6512 -6.47009 28.0441 -6.75476 28.438C-9.29575 28.511 -11.8369 28.5841 -14.378 28.658C-16.6978 28.4261 -19.0175 28.1941 -21.3371 27.9622ZM37.214 27.3363C46.3925 27.3683 55.5711 27.3993 64.7499 27.4313C29.7402 27.7922 58.4721 27.9682 37.214 28.4811C37.214 28.0991 37.214 27.7182 37.214 27.3363ZM130.118 28.1331C128.989 28.3681 127.862 28.603 126.733 28.838C117.554 28.838 108.376 28.838 99.1972 28.838C105.002 29.6538 110.806 30.4687 116.611 31.2845C119.975 31.2865 123.338 31.2885 126.702 31.2905C127.84 30.2377 128.979 29.1859 130.118 28.1331ZM1533.18 -346.379C1533.19 -351.548 1532.43 -369.535 1532.14 -368.764C1531.8 -361.292 1531.45 -353.821 1531.11 -346.35C1531.6 -346.315 1532.11 -346.281 1532.61 -346.247C1532.36 -345.19 1532.11 -344.134 1531.86 -343.077C1532.05 -338.828 1532.24 -334.579 1532.43 -330.33C1531.99 -328.188 1531.55 -326.047 1531.11 -323.905C1531.61 -321.754 1532.11 -319.602 1532.61 -317.451C1533.5 -337.966 1532.61 -337.26 1532.62 -341.531C1532.62 -343.696 1532.93 -345.066 1533.09 -345.834C1533.12 -346.016 1533.15 -346.197 1533.18 -346.379ZM1533.64 -87.9079C1533.77 -112.405 1532.45 -126.406 1533.56 -144.129C1531.19 -132.762 1533.63 -59.3628 1531.67 -33.4841C1532.04 -30.7967 1532.43 -28.1103 1532.8 -25.4228C1532.46 -39.5139 1533.24 -49.2789 1533.35 -56.1495C1533.45 -61.6073 1533.05 -61.0375 1533.05 -61.4544C1533.05 -61.4744 1533.05 -61.4944 1533.05 -61.5133C1533.21 -74.2917 1533.6 -78.2449 1533.64 -87.9079ZM534.155 29.8508C541.221 30.4067 553.582 30.3507 553.72 29.5399C546.84 29.3049 539.96 29.07 533.08 28.835C534.493 29.043 532.949 29.7558 534.155 29.8508ZM140.793 30.3997C146.308 30.6636 159.332 30.4326 153.716 29.7318C152.706 29.6068 139.732 30.0997 147.342 28.835C134.701 28.854 137.659 30.2477 140.793 30.3997ZM1173.48 29.012C1168.83 29.035 1164.19 29.058 1159.56 29.082C1158.48 29.4089 1157.39 29.7368 1156.31 30.0647C1162.04 29.7138 1167.76 29.3629 1173.48 29.012ZM474.529 30.4116C468.362 28.809 457.825 30.3687 446.25 29.051C441.974 29.041 437.698 29.0309 433.423 29.0209C433.413 29.0209 433.402 29.0209 433.391 29.0209C433.275 29.4578 433.16 29.8958 433.044 30.3327C446.871 30.3597 460.7 30.3856 474.529 30.4116ZM1462.75 29.8018C1459.89 29.5988 1457.04 29.3949 1454.17 29.1919C1449.09 29.4289 1444 29.6658 1438.92 29.9028C1441.66 30.0727 1444.42 30.2427 1447.17 30.4116C1452.36 30.2087 1457.55 30.0057 1462.75 29.8018ZM399.371 30.5496C414.326 30.7506 419.951 29.3569 400.826 29.3529C392.764 29.3529 383.701 30.3397 399.371 30.5496ZM1371.2 -495.828C1376.33 -495.709 1381.45 -495.59 1386.58 -495.471C1388.31 -495.764 1390.06 -496.057 1391.81 -496.35C1384.93 -496.176 1378.07 -496.002 1371.2 -495.828ZM69.8742 30.2417C70.475 29.9488 71.0765 29.6558 71.6772 29.3629C76.2482 29.4219 80.8188 29.4809 85.3898 29.5399C84.2406 29.8308 83.0914 30.1207 81.9422 30.4116C77.9195 30.3547 73.8969 30.2977 69.8742 30.2417ZM1405.67 -495.648C1409.77 -495.592 1413.87 -495.536 1417.97 -495.481C1420.72 -495.623 1423.48 -495.765 1426.22 -495.908C1422.39 -496.049 1418.56 -496.19 1414.73 -496.332C1411.71 -496.104 1408.69 -495.876 1405.67 -495.648ZM257.612 30.4147C263.365 30.7676 286.351 29.6698 265.646 29.3899C252.452 29.2119 256.748 30.3617 257.612 30.4147ZM226.596 30.7656C248.512 31.4364 232.078 28.0322 205.924 30.2377C232.253 29.9358 225.308 30.7256 226.596 30.7656ZM33.8767 32.5232C33.3257 32.5212 32.8713 32.0323 28.4677 32.0143C12.6166 31.9504 -8.30772 31.7574 -19.6448 31.7274C-22.6566 31.7194 -26.3551 31.7224 -30.5645 31.7334L-50.5198 31.9744L-50.7847 12.8933C-50.8798 -18.6802 -51.4818 -81.1203 -50.1291 -89.2126C-49.8098 -91.1073 -48.8554 -86.7472 -48.8063 -87.518C-48.6692 -89.7785 -49.1323 -102.79 -48.4297 -100.383C-48.4351 -87.616 -48.4406 -74.8496 -48.4461 -62.0822C-48.9416 -65.2166 -49.4371 -68.3499 -49.9326 -71.4843C-49.6681 -39.6729 -49.6987 -50.2027 -48.6196 -41.0526C-49.0376 -35.6687 -49.4557 -30.2848 -49.8737 -24.9009C-49.4535 -13.1803 -49.0333 -1.45977 -48.613 10.2618C-48.9263 7.60436 -49.2396 4.94593 -49.5529 2.28848C-49.7218 7.43242 -49.8093 10.6607 -49.8296 12.8933L-49.5771 31.0736L-30.5645 30.8436C-24.7347 30.8905 -25.2387 30.5656 -17.8892 30.0647C-17.8681 30.3557 -17.8472 30.6476 -17.826 30.9395C0.471714 30.2287 4.03635 31.1035 8.03318 31.1135C16.2334 31.1305 26.6856 27.6772 57.9647 31.1135C71.1537 29.4609 70.8529 32.8232 78.6052 31.1135C100.928 32.9751 58.4731 32.3013 38.3844 32.2393C38.3737 32.2393 38.3632 32.2393 38.3528 32.2393C36.8372 32.2343 39.2434 32.5482 33.8767 32.5232ZM148.544 30.8116C135.03 32.3293 188.418 32.4712 170.75 30.2807C168.119 30.2097 165.488 30.1387 162.857 30.0677C158.075 30.3157 153.294 30.5636 148.511 30.8116C148.522 30.8116 148.533 30.8116 148.544 30.8116ZM650.166 31.8184C699.616 31.1955 671.501 30.3227 654.753 31.1745C651.412 31.3434 649.581 31.5754 650.166 31.8184ZM1534.9 -122.908C1534.7 -123.581 1534.51 -124.253 1534.31 -124.926C1534.49 -109.475 1533.74 -79.5976 1535.06 -80.0085C1535 -94.3086 1534.95 -108.608 1534.9 -122.908ZM1535.76 -0.679901C1535.84 -3.99722 1536.02 -17.5534 1535.53 -15.9178C1535.19 -10.042 1534.83 -4.16718 1534.49 1.70761C1534.7 4.44404 1534.92 7.18048 1535.14 9.91691C1535.22 6.0957 1535.73 0.218913 1535.76 -0.679901Z' fill='%23E5EBF1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5396_2062'%3E%3Crect width='1479.96' height='47' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: bottom;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media screen and (min-width: 1920px) {
  .flex-row.bg-light-grey:before {
    height: 50px;
    top: -40px;
  }
}
.flex-row.bg-light-grey:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 40px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1480' height='47' viewBox='0 0 1480 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5396_2062)'%3E%3Cpath d='M62.5764 -502.15C149.308 -506.519 208.51 -501.877 288.968 -501.137C466.087 -499.512 699.654 -500.976 880.806 -500.859C1017.92 -500.771 1157.24 -500.46 1293.52 -500.21C1300.52 -500.197 1304.68 -499.718 1307.86 -499.712C1337.7 -499.656 1387.73 -500.09 1417.34 -500.027C1443.88 -499.97 1478.81 -499.951 1514.56 -499.914L1536.71 -500.181L1537 -479.005C1536.95 -434.187 1536.86 -387.972 1536.58 -357.49C1536.38 -334.925 1536.29 -311.779 1535.07 -303.007C1535 -294.762 1536.11 -290.262 1536.17 -288.109C1536.17 -288.085 1536.17 -288.06 1536.16 -288.036C1536.36 -281.101 1535.58 -263.59 1535.63 -259.725C1535.64 -259.148 1536.43 -262.705 1536.2 -253.33C1536.17 -252.495 1535.63 -253.266 1535.62 -245.371C1535.62 -243.317 1536.45 -216.914 1536.51 -209.37C1536.67 -184.26 1536.01 -124.294 1536.02 -94.2736C1536.02 -89.6825 1536.35 -87.0381 1536.36 -82.1891C1536.36 -79.6846 1536.01 -75.9304 1536.01 -75.1596C1536.02 -71.7822 1537.59 -57.0283 1534.5 -62.3242C1534.69 -46.9194 1535.71 -51.4574 1536.38 -51.1095C1536.47 -34.3869 1535.01 -26.3266 1536.56 -21.9595C1536.54 -10.3419 1536.51 1.27568 1536.49 12.8933L1536.76 33.0511L1514.56 33.3191C1438.78 33.1701 1362.98 33.0201 1287.19 32.8712C1287.16 33.1061 1287.14 33.3411 1287.11 33.576C1261.1 32.6372 1252.17 34.2249 1237.32 32.8622C1228.17 33.1621 1219 33.462 1209.85 33.762C974.498 32.8382 739.698 33.9369 506.999 33.9329C497.178 33.9329 494.726 33.4331 478.53 33.4301C460.648 33.4261 435.497 34.0069 411.929 34C391.255 33.995 360.756 33.522 337.704 33.4481C332.501 33.4321 328.737 33.749 328.151 33.747C324.707 33.735 324.533 33.2331 321.191 33.2191C317.194 33.2031 312.366 33.574 307.749 33.552C290.494 33.4691 271.69 33.597 269.505 33.588C258.981 33.541 256.658 33.0501 255.793 33.0451C244.085 32.9851 248.475 33.428 245.56 33.4021C230.431 33.2661 219.739 32.1623 199.029 33.2221C199.593 32.8122 200.156 32.4023 200.721 31.9924C184.871 31.7614 195.34 32.8512 192.101 33.0481C190.779 33.1211 156.663 32.9882 154.032 32.9692C144.868 32.8982 144.622 32.3542 143.83 32.3462C141.901 32.3292 118.846 32.9471 107.026 32.4712C93.0425 31.9083 109.502 30.8006 106.03 30.5917C105.444 30.5567 90.8031 30.6706 88.8374 30.3237C86.6677 29.9508 99.3282 29.9587 99.1339 29.8018C98.9966 29.6948 77.9753 28.925 82.0055 28.4071C85.2449 27.8882 113.764 28.554 119.805 28.3101C120.802 28.2691 118.922 27.6283 119.805 27.6053C123.354 27.5193 189.063 27.4993 192.069 27.6053C188.648 27.8972 185.225 28.1891 181.805 28.4811C186.354 28.5101 190.904 28.5401 195.454 28.5691C188.985 28.803 182.516 29.0369 176.048 29.2709C185.661 31.6744 214.616 29.2379 215.809 28.0382C216.327 27.4833 198.626 26.0566 215.098 25.2258C212.594 25.0828 210.089 24.9408 207.585 24.7978C202.424 25.0318 197.262 25.2657 192.101 25.4997C195.538 25.6477 198.976 25.7946 202.413 25.9426C201.148 26.1096 199.883 26.2755 198.618 26.4425C188.969 26.7104 179.322 26.9774 169.673 27.2453C164.713 27.1213 165.744 26.6294 162.335 26.5345C119.814 25.3347 147.549 26.8614 119.711 26.6414C115.735 26.3765 111.76 26.1125 107.786 25.8476C109.187 26.9414 96.857 26.2545 81.9422 26.7264C83.7234 26.3725 85.5057 26.0186 87.2879 25.6646C65.6819 25.8526 21.8831 24.069 33.7029 26.0216C28.7522 25.8546 23.8019 25.6876 18.8514 25.5217C14.671 25.8406 10.4898 26.1595 6.30951 26.4795C0.53116 26.4425 -5.24698 26.4065 -11.025 26.3695C-11.0515 26.1965 -11.0777 26.0236 -11.1041 25.8506C-6.49628 25.8496 -1.88879 25.8486 2.71901 25.8476C-0.739282 25.3207 -4.1979 24.7938 -7.6563 24.2669C-11.0568 24.3549 -14.4573 24.4419 -17.8576 24.5299C-3.59423 25.0278 -22.3989 25.8416 -26.952 26.5374C-28.2025 26.5644 -29.407 26.5785 -30.5645 26.5825L-45.0632 26.7565L-45.2557 12.8933C-45.2919 3.6022 -44.51 -2.49453 -44.4709 -5.86084C-44.4501 -7.62647 -46.1595 -28.4292 -44.281 -20.2739C-44.5091 -30.9777 -44.7372 -41.6814 -44.9653 -52.3852C-44.8212 -56.5704 -44.6771 -60.7555 -44.533 -64.9407C-43.6581 -55.8585 -42.6038 -82.1821 -42.241 -62.7891C-41.9689 -48.3091 -42.7869 -44.7408 -42.7812 -37.8692C-42.7773 -31.6755 -42.2263 -28.4002 -42.2017 -21.6586C-42.1606 -9.64105 -42.1376 1.78658 -42.1303 12.8933L-41.9787 23.808L-30.5645 23.6701C2.48403 23.6511 32.8931 23.746 66.8534 23.913C75.9824 23.959 84.2867 23.7071 90.419 23.7421C97.342 23.7831 88.6689 24.4269 97.489 24.27C106.752 24.105 108.756 23.5791 111.202 23.5691C112.724 23.5631 117.548 24.035 121.988 24.035C140.234 24.035 166.97 23.5781 169.563 23.5811C172.491 23.5861 224.093 24.013 226.564 24.0899C227.874 24.1329 225.156 25.8786 236.528 24.017C240.076 23.983 243.625 23.948 247.172 23.913C246.598 24.2619 246.023 24.6108 245.449 24.9598C266.468 23.637 259.239 24.3769 279.501 24.273C328.019 24.023 399.589 24.3169 452.655 24.1939C464.505 24.1659 469.019 23.7481 483.038 23.7181C496.061 23.6921 530.069 24.9378 522.673 23.2112C551.651 24.7069 556.31 22.1283 570.818 23.736C572.573 23.5021 574.328 23.2681 576.084 23.0342C591.831 24.038 596.691 23.1562 613.885 23.0342C621.294 22.9822 612.753 24.049 627.708 22.8612C630.566 22.9492 633.422 23.0382 636.28 23.1262C635.615 23.3841 634.952 23.6431 634.287 23.901C650.896 23.6901 651.967 23.824 650.072 22.8572C658.09 23.0332 666.109 23.2092 674.128 23.3851C675.124 23.0682 676.121 22.7512 677.117 22.4333C673.276 21.8284 491.204 22.7413 465.845 23.0312C436.109 22.3134 376.372 23.2112 352.349 23.0412C342.735 22.9722 338.488 22.2543 324.497 22.1683C310.512 22.0824 292.91 22.7333 285.464 22.7573C260.652 22.8383 143.108 22.6953 223.053 21.8025C220.755 21.4525 218.455 21.1026 216.157 20.7527C184.389 21.9464 195.892 21.2116 169.532 21.0886C158.435 21.0356 132.045 21.8164 133.518 20.2278C154.124 19.9318 176.017 20.4398 193.936 20.4168C195.712 20.4148 216.927 19.6889 227.845 19.8859C237.695 20.0658 230.913 21.5805 252.344 19.8798C268.261 21.5415 277.464 20.0338 281.667 19.8738C288.934 19.5959 289.73 20.4157 296.993 20.5117C304.905 20.6167 310.352 20.0728 311.433 20.0688C322.284 20.0568 378.797 19.9828 381.388 20.3128C379.115 20.4587 376.843 20.6037 374.571 20.7496C389.248 20.9836 386.18 20.1448 390.04 20.0448C392.912 20.0478 395.786 20.0508 398.659 20.0538C397.521 20.2278 396.381 20.4018 395.243 20.5757C412.576 20.5387 399.314 19.9338 423.918 19.9498C439.54 19.9608 455.677 20.6247 457.195 20.5757C457.642 20.5617 452.724 20.1138 459.093 20.0538C469.635 19.9548 487.863 19.9668 489.902 20.5757C495.065 20.4897 494.626 19.8938 495.311 19.8798C498.309 19.8218 549.889 19.6189 559.129 19.5839C584.732 19.4869 613.238 19.6139 640.977 19.5139C643.829 19.5039 642.01 19.8858 644.868 19.8738C649.457 19.8538 673.014 19.254 676.532 19.212C685.315 19.108 708.42 19.346 712.055 19.172C712.572 19.147 704.968 18.6301 713.858 18.4701C723.728 18.2932 718.415 18.9881 718.95 18.9951C739.039 19.233 751.721 18.7501 765.434 18.6561C769.878 18.6261 778.079 19.15 784.35 18.9951C785.072 18.9781 783.642 18.4941 784.35 18.4701C793.827 18.2172 802.693 19.114 806.793 19.172C816.827 19.314 811.363 18.6521 811.886 18.6471C818.57 18.6261 827.566 18.865 837.73 18.833C883.044 18.6921 920.023 18.6521 968.197 18.6961C974.246 18.7011 981.427 19.168 982.352 19.169C985.212 19.165 984.394 18.6171 992.664 18.6291C1010.1 18.6571 1026.27 18.6311 1043.52 18.6411C1047 18.6431 1048.48 19.152 1051.13 19.163C1060.03 19.195 1090.34 17.8633 1090.83 19.5199C1108.47 18.0532 1120.19 19.317 1134.39 19.303C1168.03 19.272 1220.69 18.973 1254.21 19.163C1261.27 19.204 1264.59 19.6279 1268.51 19.6509C1275.55 19.6929 1315.82 19.4559 1317.92 19.5229C1322.06 19.6519 1319.58 21.5205 1340.84 19.8918C1353.3 19.7759 1351.83 20.5437 1354.41 20.5847C1374.5 20.8926 1394.04 19.18 1390.4 20.7496C1413.79 20.3237 1428.94 19.4559 1438.49 20.9236C1438.36 20.2078 1449.37 19.7779 1462.62 20.0508C1449.05 21.2536 1450.73 22.0224 1417.9 21.8025C1417.38 21.7985 1418.37 21.2805 1417.84 21.2775C1413.16 21.2425 1403.38 21.5035 1395.38 21.4755C1387.4 21.4475 1391.83 21.0936 1388.64 21.1006C1385.71 21.1076 1385.8 21.6025 1381.56 21.6095C1367.82 21.6295 1355.65 21.7654 1347.83 21.7744C1342.9 21.7794 1337.39 21.3445 1333.57 21.3445C1318.78 21.3475 1287.45 21.6875 1268.64 21.6405C1264.71 21.6295 1266.37 21.1406 1257.79 21.1006C1256.78 21.0956 1253.14 21.6045 1245.63 21.7104C1238.11 21.8164 1232.3 21.5635 1227.47 21.6155C1223.44 21.6595 1225.12 22.1124 1216.86 22.1404C1209.97 22.1634 1131.91 21.8375 1127.67 21.7655C1121.58 21.6615 1118.68 21.0256 1114.95 21.1036C1114.3 21.1196 1113.19 21.7334 1110.92 21.7774C1073.49 22.5033 990.668 21.6655 947.905 21.6705C858.52 21.6795 776.057 22.0404 685.879 22.1834C684.272 22.2903 682.663 22.3973 681.056 22.5033C690.171 22.5083 699.286 22.5123 708.401 22.5163C708.459 22.8052 708.517 23.0932 708.575 23.3821C720.899 23.4281 719.266 22.7453 718.919 22.3334C723.479 22.5083 728.04 22.6833 732.6 22.8572C736.535 21.8514 766.947 22.5203 782.627 22.5193C792.824 22.5193 804.959 22.1354 810.336 22.1654C821.697 22.2263 821.4 22.8482 822.294 22.8572C823.81 22.8722 839.67 22.3243 851.11 22.3453C868.024 22.3753 869.853 23.3291 893.007 22.5193C922.674 23.0142 955.547 22.7653 987.523 22.6843C981.435 23.5651 1010.09 22.7313 1023.02 22.7453C1101.85 22.8312 1198.76 23.2081 1278.63 23.5561C1288.9 23.6001 1296.66 24.1199 1302.38 24.1029C1305.48 24.0939 1306.83 23.4811 1311.13 23.5621C1311.89 23.5781 1312.42 24.151 1320.44 24.237C1340.39 24.4529 1390.08 23.4981 1402.66 24.5969C1439.97 24.5039 1477.27 24.4109 1514.56 24.3179L1526.98 24.169L1526.83 12.8933C1526.74 -15.9128 1526.66 -44.7188 1526.58 -73.5239C1526.83 -75.1205 1527.07 -76.7172 1527.33 -78.3139C1526.04 -90.3884 1526.81 -138.122 1526.74 -161.401C1526.63 -202.369 1526.24 -254.643 1526.19 -290.54C1526.18 -298.341 1526.55 -304.732 1526.54 -312.116C1526.54 -315.292 1526.07 -319.243 1526.06 -322.549C1526.02 -359.666 1526.51 -409.921 1526.5 -447.327C1526.5 -457.957 1526.5 -468.509 1526.5 -479.005L1526.33 -490.263L1514.56 -490.121C1435.83 -490.118 1360.02 -490.167 1279.23 -490.15C968.132 -490.082 658.825 -489.435 350.381 -489.696C346.247 -489.699 346.453 -490.205 343.249 -490.208C324.331 -490.233 282.086 -489.816 260.72 -489.839C243.698 -489.857 216.678 -490.63 210.821 -489.851C271.297 -488.673 335.19 -488.762 398.146 -488.433C402.622 -488.409 403.179 -487.929 403.729 -487.92C413.922 -487.753 407.486 -488.415 422.266 -488.445C427.206 -488.455 472.834 -486.921 467.406 -488.448C478.332 -487.837 555.361 -487.532 570.225 -487.734C574.739 -487.796 571.544 -488.248 572.44 -488.271C576.331 -488.371 578.088 -487.747 581.566 -487.731C590.835 -487.692 614.412 -488.198 618.891 -488.195C629.199 -488.189 660.1 -487.681 673.71 -487.801C686.185 -487.91 683.849 -488.562 694.635 -488.622C703.136 -488.667 693.876 -488.119 712.856 -487.954C722.261 -487.873 755.167 -488.265 763.166 -488.265C771.161 -488.265 780.055 -487.875 791.081 -487.905C806.966 -487.947 841.519 -488.164 857.683 -488.289C858.648 -488.296 860.999 -488.803 863.377 -488.793C868.302 -488.771 866.822 -488.145 870.541 -488.082C874.262 -488.018 938.707 -488.095 949.654 -488.088C957.198 -488.084 962.408 -488.457 966.576 -488.454C969.849 -488.45 970.199 -487.929 973.536 -487.923C974.57 -487.923 983.365 -488.376 992.151 -488.366C1000.45 -488.355 1031.98 -487.924 1035.63 -487.92C1038.01 -487.918 1035.4 -488.289 1042.43 -488.28C1048.84 -488.271 1053.04 -487.79 1056.7 -487.783C1065.17 -487.767 1074.64 -488.177 1083.63 -488.179C1109.47 -488.185 1108.14 -487.588 1109.7 -487.569C1114 -487.515 1115.72 -488.061 1117.13 -488.073C1123.09 -488.118 1137.69 -488.219 1143 -488.24C1149.62 -488.267 1152.42 -487.748 1159.45 -487.746C1164.69 -487.746 1175.28 -488.252 1187.23 -488.277C1214.18 -488.335 1246.22 -488.431 1272.69 -488.411C1280.57 -488.406 1281.79 -487.932 1284.2 -487.92C1296.87 -487.855 1303.96 -488.385 1307.59 -488.378C1333.4 -488.33 1379.44 -487.499 1403.39 -487.429C1413.14 -487.401 1455.84 -487.784 1479.92 -487.716C1482.67 -487.708 1480.1 -487.337 1483.16 -487.395C1490.5 -487.535 1489.82 -488.291 1493.53 -488.268C1495.34 -488.254 1499.42 -487.828 1504.66 -487.786C1508.09 -487.758 1511.4 -487.739 1514.56 -487.727L1523.8 -487.838L1523.92 -479.005C1523.83 -458.657 1524.1 -444.129 1524.08 -434.064C1523.84 -323.356 1523.63 -210.467 1523.57 -107.08C1523.56 -95.5533 1524.04 -81.2593 1523.57 -63.8569C1523.32 -63.321 1523.06 -62.7861 1522.81 -62.2502C1523.06 -61.6413 1523.31 -61.0324 1523.56 -60.4226C1523.68 -40.7116 1524.01 -33.2622 1523.69 -13.1323C1523.66 -11.3987 1522.51 -6.10579 1523.94 -2.83146C1523.23 10.8567 1523.5 9.99188 1523.77 12.8933L1523.89 21.3615L1514.56 21.4735C1513.14 21.5885 1510.87 21.7035 1505.89 21.7315C1490.01 21.8215 1474.57 21.5245 1459.17 21.4575C1450.73 20.9796 1486.16 19.8799 1488.47 19.8829C1492.19 19.8869 1496.05 20.5497 1499.64 20.5847C1505.04 20.6387 1510.34 20.5287 1514.56 20.4857L1522.81 20.3858L1522.71 12.8933C1522.66 9.09207 1522.69 6.23067 1523 5.1419C1522.33 -7.63447 1522.66 8.27024 1522.06 6.67457C1522.31 -1.85367 1522.56 -10.3809 1522.81 -18.9091C1520.75 -23.2532 1523.44 -70.3735 1521.87 -67.0992C1522.18 -70.8464 1522.49 -74.5947 1522.81 -78.3429C1520.85 -94.7795 1522.24 -104.446 1522.81 -126.371C1522.57 -124.789 1522.31 -123.208 1522.06 -121.626C1521.96 -122.074 1521.56 -141.424 1522.62 -134.505C1521.22 -154.342 1523.56 -153.506 1521.86 -171.289C1521.65 -181.853 1522.63 -175.501 1522.61 -194.411C1522.6 -205.617 1522.1 -219.528 1522.05 -232.049C1522.05 -234.935 1522.62 -236.188 1522.62 -238.755C1522.62 -241.32 1522.06 -242.573 1522.04 -245.681C1522.01 -252.103 1522.41 -260.428 1522.36 -264.441C1522.33 -268.038 1521.85 -273.178 1521.76 -281.846C1521.5 -312.117 1522.19 -302.973 1522.44 -307.754C1522.69 -312.89 1521.76 -316.583 1521.87 -326.823C1521.88 -327.85 1522.46 -325.193 1522.44 -328.532C1522.42 -331.226 1521.78 -332.58 1521.67 -341.501C1521.62 -345.053 1521.49 -400.198 1521.47 -408.598C1521.46 -421.473 1521.99 -450.154 1521.99 -463.479C1521.99 -468.44 1521.52 -473.732 1521.5 -479.005L1521.4 -485.542L1514.56 -485.459C1514.37 -485.458 1514.17 -485.458 1513.97 -485.458C1494.57 -485.468 1463.51 -485.508 1438.91 -485.531C1416.75 -485.552 1377.86 -486.589 1365.73 -485.653C1334.62 -485.532 1327.07 -486.332 1324.72 -486.343C1318.38 -486.373 1315.44 -485.843 1307.44 -485.818C1203.9 -485.51 1067.54 -485.86 969.471 -485.818C741.975 -485.716 513.239 -485.426 284.951 -485.641C284.339 -485.406 283.727 -485.171 283.116 -484.936C310.098 -484.785 341.807 -484.377 368.443 -484.283C404.005 -484.16 456.757 -485.138 482.842 -483.533C472.263 -483.392 455.028 -484.008 455.337 -483.182C474.248 -483.123 493.159 -483.064 512.069 -483.005C511.506 -483.386 510.942 -483.768 510.377 -484.149C530.122 -484.26 550.317 -484.177 570.131 -484.231C573.572 -484.24 571.135 -484.587 574.132 -484.588C577.485 -484.59 575.213 -484.237 575.84 -484.234C584.315 -484.231 586.874 -484.587 587.908 -484.582C590.561 -484.568 588.499 -484.229 596.148 -484.134C610.34 -483.956 620.501 -484.858 617.168 -483.356C621.749 -483.356 626.331 -483.356 630.912 -483.356C632.098 -483.764 633.285 -484.173 634.47 -484.582C662.652 -482.932 675.645 -485.827 691.218 -483.53C696.354 -483.88 701.488 -484.231 706.624 -484.582C709.517 -484.173 712.412 -483.764 715.306 -483.356C715.871 -483.707 716.435 -484.057 716.998 -484.408C744.666 -484.15 774.125 -484.571 800.587 -484.53C819.02 -484.502 823.435 -484.364 839.763 -484.39C876.081 -484.45 840.015 -483.754 870.194 -483.002C868.623 -483.432 867.052 -483.862 865.48 -484.292C870.478 -484.45 875.476 -484.608 880.474 -484.765C883.954 -484.414 887.434 -484.064 890.912 -483.713C906.347 -485.533 916.347 -484.064 918.449 -484.064C920.146 -484.067 925.978 -485.162 944.245 -484.234C936.669 -485.732 958.18 -484.243 959.902 -484.234C961.54 -484.228 982.481 -484.563 990.981 -484.549C997.667 -484.538 1011.93 -484.215 1021.89 -484.231C1030.68 -484.245 1029.78 -484.754 1030.43 -484.759C1041.25 -484.801 1034.47 -484.406 1042.29 -484.387C1050.11 -484.368 1056.18 -484.801 1057.87 -484.762C1058.72 -484.742 1055.88 -484.268 1059.77 -484.222C1070.21 -484.097 1089.1 -484.512 1101.05 -484.5C1105.29 -484.496 1110.62 -484.094 1115.34 -484.082C1122.57 -484.064 1125.96 -484.598 1130.16 -484.582C1131.63 -484.575 1140.95 -483.751 1152.55 -483.877C1154.76 -483.903 1161.24 -485.647 1169.86 -483.176C1170.53 -483.524 1171.19 -483.871 1171.86 -484.219C1210.75 -485.08 1221.58 -482.255 1238.89 -484.762C1267.13 -484.482 1247.74 -483.505 1250.84 -483.356C1252.85 -483.261 1262.05 -483.53 1263.06 -483.514C1264.85 -483.484 1264.55 -483.171 1266.52 -483.173C1302.53 -483.231 1286.54 -483.823 1297.93 -484.198C1325.06 -485.091 1346.22 -483.108 1299.05 -483.703C1299.05 -483.529 1299.05 -483.354 1299.05 -483.179C1310.66 -483.346 1340.15 -483.266 1330.3 -482.379C1322.55 -481.68 1252.6 -482.137 1292.22 -481.156C1301.21 -480.934 1305.86 -481.59 1321.44 -480.36C1331.74 -480.293 1333.23 -481.887 1347.17 -481.247C1344.88 -481.804 1342.59 -482.36 1340.3 -482.916C1359.32 -483.642 1382.78 -482.669 1397.39 -482.98C1402.36 -483.087 1420.24 -485.739 1416.07 -483.087C1424.42 -483.252 1463.72 -482.764 1471.03 -483.002C1472.79 -483.059 1475.08 -484.471 1500.5 -483.978C1502.27 -483.801 1504.03 -483.624 1505.8 -483.447C1482.54 -482.933 1523.61 -482.41 1512.45 -481.07C1508.66 -481.673 1490.23 -482.04 1487.26 -482.343C1482.19 -482.864 1497.28 -483.536 1478.05 -483.353C1465.93 -481.114 1500.59 -482.144 1495.29 -480.018C1504.13 -480.365 1510.19 -480.475 1514.56 -480.469L1516.12 -480.488L1516.13 -479.005C1516.12 -471.429 1515.68 -469.224 1515.66 -465.763C1515.49 -443 1515.72 -428.675 1515.46 -407.198C1515.93 -401.964 1516.6 -440.845 1516.4 -445.662C1518.06 -427.938 1518.14 -458.443 1517.15 -471.319C1517.65 -472.399 1518.16 -473.48 1518.66 -474.561C1518.38 -457.801 1518.24 -441.452 1518.66 -424.853C1518.47 -423.772 1518.29 -422.692 1518.09 -421.611C1517.81 -425.334 1517.54 -429.058 1517.25 -432.782C1516.78 -418.977 1518.25 -427.256 1516.97 -408.863C1517.54 -408.294 1518.09 -407.724 1518.66 -407.154C1518.48 -389.519 1518.29 -371.883 1518.1 -354.248C1519.23 -345.067 1518.81 -311.133 1517.34 -317.347C1517.24 -303.649 1518.02 -320.559 1518.37 -307.724C1518.53 -302.137 1518.58 -291.219 1518.18 -288.521C1516.78 -289.683 1516.61 -306.022 1515.65 -310.966C1515.34 -307.966 1516.33 -231.981 1514.7 -238.755C1514.51 -232.687 1515.35 -235.477 1515.56 -224.534C1516.16 -193.871 1514.5 -146.376 1516.59 -121.685C1517.75 -150.678 1516.52 -159.253 1516.47 -181.473C1516.44 -195.664 1516.24 -282.193 1517.72 -262.865C1517.54 -266.043 1517.34 -269.221 1517.16 -272.399C1517.6 -275.612 1518.04 -278.824 1518.48 -282.037C1518.54 -272.984 1518.6 -263.931 1518.66 -254.877C1518.22 -252.716 1517.79 -250.554 1517.35 -248.393C1517.66 -247.396 1517.98 -246.398 1518.29 -245.401C1518.35 -241.589 1518.42 -237.777 1518.48 -233.966C1518.1 -235.037 1517.72 -236.107 1517.34 -237.178C1517.28 -231.303 1517.21 -225.428 1517.15 -219.553C1517.65 -221.134 1518.16 -222.716 1518.66 -224.298C1518.79 -196.629 1518.47 -206 1517.54 -190.654C1517.44 -179.196 1518.4 -198.55 1518.65 -174.31C1518.93 -146.123 1517.4 -164.615 1517.73 -128.11C1517.98 -127.585 1518.23 -127.059 1518.48 -126.533C1518.23 -118.507 1517.98 -110.479 1517.73 -102.453C1518.04 -103.514 1518.35 -104.574 1518.66 -105.636C1518.54 -89.0687 1519.13 -66.2374 1517.91 -60.7475C1518.5 -77.54 1516.37 -77.3751 1515.97 -73.008C1515.54 -68.174 1515.55 -27.6413 1515.67 12.8933L1515.68 13.9101L1514.56 13.9231C1476.94 14.0161 1439.31 14.179 1426.47 14.202C1391.05 14.265 1364.28 13.6272 1331.92 14.608C1353.85 15.4118 1430.94 14.7529 1445.56 15.3098C1447.01 15.3638 1446.6 17.1904 1455.9 15.1358C1473.69 15.3428 1493.53 15.2218 1514.56 15.1018L1516.97 15.0728L1516.93 12.8933C1516.85 -0.532942 1516.75 -14.4741 1516.78 -28.6651C1517.34 -27.5993 1517.91 -26.5326 1518.48 -25.4668C1517.45 -7.12459 1519.23 10.0499 1518.39 12.8933L1518.45 16.4165L1514.56 16.4635C1514.05 16.3316 1513.97 16.1296 1514.4 15.8347C1509.82 15.8347 1505.24 15.8347 1500.66 15.8347C1500.66 16.1866 1500.66 16.5375 1500.66 16.8895C1493.76 16.8895 1486.85 16.8895 1479.94 16.8895C1479.94 16.5375 1479.94 16.1866 1479.94 15.8347C1474.22 15.8347 1468.5 15.8347 1462.78 15.8347C1462.19 16.1846 1461.59 16.5356 1461 16.8865C1443.86 16.1576 1385.47 18.1062 1411.15 16.0117C1403.1 16.0117 1395.05 16.0117 1387 16.0117C1387.04 16.2686 1387.06 16.5255 1387.09 16.7835C1383.62 16.8175 1380.17 16.8525 1376.71 16.8865C1377.85 16.6535 1378.99 16.4216 1380.13 16.1886C1364.28 16.6055 1349.26 15.3798 1338.85 16.1846C1345.72 16.3606 1352.57 16.5365 1359.44 16.7125C1346.27 16.3786 1322.02 17.0715 1319.86 17.0735C1313.24 17.0765 1309.75 16.5566 1302.58 16.5296C1296.11 16.5076 1297 16.9075 1295.8 16.8925C1260.89 16.4865 1274.2 14.322 1257.9 16.8835C1256.16 16.5336 1254.43 16.1836 1252.7 15.8347C1250.39 16.1256 1248.08 16.4176 1245.76 16.7095C1235.46 16.6825 1225.15 16.6545 1214.85 16.6275C1218.29 17.0644 1221.72 17.5023 1225.16 17.9392C1209.71 18.1342 1202.5 17.2574 1201.01 17.2374C1196.77 17.1864 1194.84 17.7373 1193.53 17.7383C1130.57 17.6903 1168.81 17.2064 1137.35 15.1388C1126.14 15.9496 1137.48 16.7635 1139.08 17.5883C1124.16 17.2014 1119.5 17.4304 1103.75 17.3844C1099.66 17.3714 1095.25 16.9265 1092.67 16.9205C1090.43 16.9155 1083.43 17.3883 1078.05 17.3903C1069.09 17.3933 1057.17 17.1114 1044.91 17.1184C1034.7 17.1254 1003.48 17.4603 981.704 17.4633C972.41 17.4633 974.567 17.0674 972.167 17.0664C971.168 17.0664 963.925 17.5414 957.963 17.5424C909.343 17.5533 859.514 17.2534 810.652 17.2624C776.228 17.2674 741.249 17.6483 706.757 17.6103C699.417 17.6013 703.303 17.2534 700.097 17.2404C698.997 17.2374 697.671 17.8453 686.322 17.6003C682.221 17.5123 686.937 17.0884 682.906 17.0664C680.943 17.0564 680.11 17.5893 668.64 17.7103C647.794 17.9322 636.591 17.2224 634.73 17.2434C631.221 17.2844 632.247 17.7253 627.597 17.7413C604.859 17.8183 585.874 17.8933 565.582 17.9303C556.107 17.9483 490.77 18.0372 487.182 17.9582C479.154 17.7813 486.626 16.8615 476.332 16.8925C473.449 17.1254 470.564 17.3583 467.68 17.5913C472.262 17.7683 476.844 17.9452 481.424 18.1222C468.813 17.8262 454.512 18.2452 445.174 18.2292C443.449 18.2252 427.571 17.8082 419.473 17.8542C422.916 17.6813 426.359 17.5083 429.801 17.3354C428.583 17.1874 427.365 17.0404 426.147 16.8925C409.953 17.1164 392.824 17.1104 376.216 17.0794C370.228 17.0684 372.251 16.7105 366.189 16.6975C330.875 16.6225 339.794 18.1122 305.818 15.3158C317.291 15.5687 359.14 15.2138 365.224 15.3068C369.463 15.3718 385.9 17.7343 379.87 15.3098C413.778 15.3198 384.326 16.6575 415.994 16.3656C415.36 16.0697 414.728 15.7737 414.095 15.4778C425.152 15.2908 433.316 15.1408 440.034 15.6637C442.288 14.228 479.849 15.0678 500.452 14.9709C530.224 14.8339 563.859 14.4829 593.355 14.422C603.517 14.401 609.273 14.9638 610.548 14.9618C612.41 14.9578 617.646 14.465 621.366 14.461C635.254 14.447 677.504 15.2808 688.014 13.9121C605.381 13.9121 522.747 13.9121 440.114 13.9121C450.502 14.5849 366.915 14.6499 362.678 14.6169C358.754 14.5869 362.056 14.115 360.89 14.086C352.207 13.8831 344.794 14.5679 342.038 14.5679C339.935 14.5679 335.691 14.247 328.214 14.254C326.843 14.255 326.462 14.5949 324.988 14.5959C315.236 14.5959 305.609 14.5909 295.823 14.5929C295.227 14.5889 292.758 14.093 290.288 14.092C287.81 14.092 285.36 14.5879 284.736 14.5889C276.914 14.5859 263.504 14.263 256.061 14.26C253.479 14.26 255.269 14.6229 252.376 14.6199C243.485 14.6109 246.414 13.9001 235.422 14.083C231.737 14.145 231.975 14.6889 224.919 14.6169C219.923 14.5659 220.461 13.5962 219.669 13.5612C218.573 13.5182 201.331 14.284 195.692 13.6501C208.016 11.9745 182.209 13.5621 183.45 14.269C176.617 14.091 169.785 13.9131 162.952 13.7351C160.621 13.9141 158.291 14.0931 155.961 14.272C128.394 13.4652 111.575 13.9501 84.4563 13.7011C83.1472 13.6891 60.297 13.2912 61.3651 13.0393C75.0426 12.6063 88.6893 12.5864 97.4418 13.3872C111.846 11.8605 112.093 13.0773 135.353 12.8743C143.14 12.8063 143.694 12.3914 144.59 12.3864C174.875 12.1804 223.385 12.0025 243.788 13.2132C249.508 12.8863 228.945 12.7563 236.94 12.5143C241.301 12.3824 346.241 11.9955 312.715 13.3902C316.194 13.3522 319.674 13.3132 323.153 13.2742C326.634 11.9575 343.938 12.2584 341.974 13.5701C343.614 13.3022 345.254 13.0333 346.893 12.7653C350.132 12.5374 353.964 12.4164 359.34 12.3434C379.923 12.0695 502.384 12.5263 508.898 12.3374C509.045 12.0264 509.193 11.7155 509.34 11.4046C455.24 11.0517 402.755 11.8255 343.761 10.9347C345.475 11.2266 347.188 11.5176 348.902 11.8095C325.362 11.4006 301.823 10.9927 278.283 10.5838C303.196 10.0549 342.834 9.61098 368.988 10.0469C373.637 10.1239 370.23 10.5308 371.298 10.5808C374.087 10.7087 377.089 10.0019 387.114 9.93387C397.143 9.86489 422.336 10.3658 424.645 10.3518C429.096 10.3228 441.108 9.51396 448.686 9.52496C458.644 9.53896 451.969 10.0389 453.968 10.0499C462.236 10.0989 469.649 9.85093 476.126 9.88792C485.742 9.94291 505.719 10.8227 512.441 9.531C505.57 9.47202 498.701 9.41303 491.831 9.35404C529.082 8.89113 558.206 10.5418 594.905 9.26806C603.244 7.70438 572.922 7.91632 598.559 7.24845C593.903 7.27145 589.248 7.29343 584.593 7.31543C583.501 7.64336 582.41 7.97029 581.319 8.29823C573.3 8.06427 565.282 7.83033 557.263 7.59637C559.551 7.88831 561.839 8.18026 564.127 8.4722C535.699 8.69216 506.991 8.99111 497.067 7.42243C496.482 7.80235 495.897 8.18127 495.311 8.5602C468.917 8.09929 429.295 9.70694 436.697 7.59637C435.447 7.70835 434.198 7.82036 432.948 7.93233C416.994 7.50042 423.808 8.37322 417.812 8.4722C416.101 8.5002 385.09 8.0493 398.833 7.42243C368.581 6.94353 377.909 8.91612 369.573 9.0031C350.208 8.0253 315.372 9.49197 330.017 7.94729C327.134 7.8893 324.249 7.83133 321.366 7.77334C311.889 8.98809 302.549 7.61339 292.28 7.15448C288.801 7.12649 285.321 7.09948 281.841 7.07149C279.512 7.48041 277.181 7.88931 274.85 8.29823C242.115 6.35263 252.48 11.6736 237.525 7.20247C239.855 6.93553 242.185 6.66758 244.515 6.40064C250.04 6.27366 255.565 6.14567 261.091 6.0187C238.806 5.90072 216.521 5.78274 194.237 5.66477C165.95 4.41203 149.854 5.77177 118.43 4.77997C115.488 4.89895 112.545 5.01792 109.604 5.13689C112.602 4.1251 124.016 4.27308 102.756 3.81917C100.944 3.10332 115.301 3.01033 121.846 3.56022C123.424 3.69419 109.999 4.24208 125.088 4.26207C135.347 4.27507 116.719 3.41523 147.452 3.73417C146.314 3.5592 145.174 3.38424 144.036 3.20928C147.368 3.21428 150.699 3.21929 154.032 3.22429C156.995 3.62921 159.957 4.03412 162.92 4.43904C170.536 3.85416 174.81 3.03432 192.212 3.20928C187.492 3.46223 193.895 4.27507 202.508 4.26207C202.508 3.96913 202.508 3.6762 202.508 3.38326C223.356 3.19429 216.158 4.05412 233.491 3.38326C235.226 3.61621 236.96 3.84916 238.695 4.08212C248.137 3.12231 282.899 2.46944 276.559 3.90814C286.31 2.50943 306.792 3.14031 314.407 4.25908C314.992 3.96814 315.577 3.67719 316.162 3.38625C320.217 3.32726 324.271 3.26827 328.325 3.20928C330.587 3.38524 332.849 3.56122 335.11 3.73719C337.983 3.56122 340.856 3.38524 343.73 3.20928C345.464 3.50122 347.199 3.79317 348.933 4.08511C353.552 3.73518 358.169 3.38526 362.789 3.03534C365.614 3.26829 368.44 3.50121 371.265 3.73417C371.558 3.12529 399.554 2.98932 407.374 3.38924C409.704 3.21227 412.034 3.03533 414.365 2.85837C415.503 3.14831 416.642 3.43825 417.781 3.72819C419.515 3.49623 421.249 3.26427 422.984 3.03231C426.98 3.26427 430.977 3.49623 434.973 3.72819C451.271 2.30648 451.797 3.5532 455.518 3.5442C462.417 3.52821 485.912 2.6384 489.839 2.68439C493.762 2.73039 495.656 3.24028 498.822 3.28827C551.026 4.08911 529.567 2.72139 540.039 2.50444C545.69 2.38646 549.689 2.86236 554.685 2.80937C563.231 2.72139 606.343 2.09151 608.823 2.1535C612.435 2.24248 603.932 4.48602 615.671 3.90814C616.062 2.70339 641.166 3.91913 629.432 2.23847C639.77 2.38644 650.108 2.53344 660.447 2.6814C659.275 1.2527 672.023 2.17149 685.911 2.09251C705.589 1.98153 749.894 1.04273 748.273 2.50743C752.987 2.1705 757.701 1.83356 762.413 1.49763C794.665 1.95853 826.297 1.47565 858.307 1.45766C953.311 1.40367 1056.38 1.72161 1150.93 2.00955C1155.48 2.02454 1154.83 2.50244 1158.1 2.51344C1175.3 2.56643 1219.99 2.22748 1244.08 2.33345C1251.8 2.36645 1255.55 2.83335 1258 2.85535C1266.3 2.93133 1264.34 2.31546 1268.17 2.33345C1274.2 2.36145 1306.11 2.93233 1317.1 2.99231C1322.54 3.02231 1328.98 2.53343 1335.35 2.68439C1335.9 2.69639 1334.89 3.20028 1335.35 3.20928C1346.96 3.27027 1339.97 2.83537 1343.91 2.85837C1371.92 3.02234 1401.87 3.03232 1432.25 3.1363C1439.81 3.16229 1451.35 3.51723 1457.83 3.55122C1460.3 3.56222 1455.87 3.18028 1464.41 3.21227C1467.34 3.22327 1468.34 3.72017 1471.64 3.75217C1485.87 3.88814 1490.64 2.29047 1502.86 3.5752C1506.41 3.5622 1510.35 3.54223 1514.56 3.51723L1504.5 12.8933C1504.35 -9.29313 1504.03 -39.4959 1504.03 -56.5474C1504.02 -61.2944 1504.34 -63.6059 1504.33 -68.13C1504.33 -71.3403 1503.84 -76.9902 1503.83 -81.9981C1503.82 -87.0071 1504.29 -94.9135 1504.27 -104.545C1504.26 -114.687 1503.98 -127.297 1503.98 -129.583C1503.98 -132.345 1504.57 -133.631 1504.56 -136.392C1504.54 -144.74 1503.96 -167.091 1503.91 -177.847C1503.84 -189.404 1504.12 -196.343 1504.11 -200.292C1504.11 -203.949 1503.62 -208.214 1503.61 -209.885C1503.6 -212.484 1504.18 -213.098 1504.18 -216.399C1504.17 -221.791 1503.8 -227.351 1503.79 -235.439C1503.69 -317.427 1503.75 -398.512 1503.9 -479.005L1514.56 -469.063C1447.49 -469.167 1380.8 -469.32 1314.34 -469.492C1297.39 -469.536 1287.81 -469.158 1262.83 -469.33C1252.7 -469.401 1256.97 -469.957 1249.08 -469.852C1245.57 -469.804 1246.46 -469.367 1242.01 -469.345C1222.37 -469.254 1199.49 -469.66 1190.98 -469.653C1187.6 -469.651 1183.75 -469.154 1176.82 -469.147C1125.23 -469.091 1064.21 -469.23 1008.69 -469.144C979.301 -469.098 934.802 -468.845 901.066 -468.811C807.857 -468.718 707.585 -468.833 622.577 -468.784C494.217 -468.712 366.473 -468.252 238.389 -468.796C298.312 -467.593 379.911 -467.694 446.623 -467.564C639.317 -467.19 844.488 -467.889 1041.97 -467.863C1110.68 -467.854 1197.32 -467.881 1272.54 -467.603C1275.95 -467.591 1283.02 -467.973 1290.39 -467.933C1291.96 -467.923 1311.39 -467.226 1317.94 -467.219C1311.73 -468.458 1337.37 -467.354 1345.3 -467.384C1355.29 -467.422 1376.14 -468.042 1399.53 -467.692C1420.75 -467.375 1414.9 -466.898 1416.07 -466.868C1423.57 -466.675 1426.2 -467.443 1431.95 -467.521C1443.42 -467.672 1478.12 -467.643 1514.56 -467.571L1502.29 -479.005C1502.21 -443.438 1502.07 -406.098 1502.06 -390.015C1502.05 -381.891 1501.53 -381.662 1501.53 -379.832C1501.53 -374.985 1502.04 -368.085 1502.04 -360.32C1502.03 -346.321 1501.54 -330.196 1501.54 -322.49C1501.53 -304.06 1502.12 -269.088 1502.13 -245.135C1502.13 -238.401 1501.58 -238.813 1501.58 -235.763C1501.59 -222.339 1502.23 -187.376 1502.25 -170.715C1502.26 -143.648 1501.9 -115.806 1502.07 -88.2908C1501.84 -86.5472 1501.59 -84.8025 1501.34 -83.0589C1501.6 -80.3085 1501.86 -77.557 1502.12 -74.8066C1501.99 -45.7426 1502.16 -16.3527 1502.3 12.8933L1514.56 1.46166C1495.71 1.53764 1476.91 1.60161 1458.27 1.58861C1452.55 1.58561 1424.23 1.15171 1419.51 1.14971C1415.58 1.14971 1411.72 1.7116 1405.89 1.62861C1397.73 1.51364 1405.41 0.44386 1392.08 0.749797C1388.5 0.832779 1391.97 1.29068 1384.77 1.43365C1382.4 1.48064 1336.25 1.66662 1333.77 1.63462C1329.63 1.58163 1325.95 0.599838 1324.88 0.578842C1319.33 0.467865 1319.57 1.22171 1315.85 1.28969C1304.87 1.49565 1290.53 0.988747 1288.74 0.999745C1267.17 1.13872 1226.85 1.7406 1204.21 1.38468C1201.07 1.33469 1201.45 0.773773 1200.9 0.755777C1197.35 0.639801 1195.15 1.27869 1191.77 1.29268C1173.62 1.36567 1145.17 0.935747 1126.91 0.82577C1124.8 0.814772 1120.36 1.12173 1116.62 1.09174C1095.38 0.918772 1102.27 0.425862 1101.07 0.404867C1098.21 0.352877 1093.17 0.896759 1085.57 0.929752C1065.96 1.01973 1028.36 0.941751 1007.34 0.899759C991.593 0.865766 991.832 0.243889 990.797 0.230891C988.589 0.208896 982.455 0.705799 972.087 0.761787C952.139 0.872765 954.412 0.383871 946.212 0.404867C945.523 0.404867 946.721 0.883752 937.624 0.932742C920.048 1.02772 880.567 0.557837 861.754 0.581832C854.518 0.59083 852.825 1.05274 845.416 1.06074C833.671 1.07673 807.16 0.577842 805.07 0.578842C804.484 0.578842 803.169 1.10971 799.724 1.10971C795.934 1.10971 792.205 0.836768 789.38 0.838767C773.289 0.845766 745.568 1.77257 753.271 -0.12304C748.116 0.344864 742.96 0.812789 737.804 1.28069C704.103 1.18771 671.364 1.37467 637.973 1.46965C630.463 1.49064 624.193 1.13171 617.855 1.14971C611.518 1.1677 583.556 1.76059 578.883 1.77159C570.545 1.79158 523.158 1.85355 517.264 1.81156C505.755 1.73058 494.589 0.947738 489.902 1.10071C486.146 1.22368 489.62 1.66559 482.452 1.79057C470.046 2.00652 448.964 1.43966 445.174 1.44866C443.556 1.45266 446.585 1.79656 431.43 1.82056C423.263 1.83456 418.878 1.45566 415.914 1.45766C414.994 1.45966 416.376 2.07453 400.209 1.99154C389.045 1.93356 384.284 1.45966 383.112 1.45766C381.354 1.45466 377.109 1.96054 370.047 1.94254C353.541 1.89855 323.362 1.31867 307.685 1.27468C304.653 1.26568 305.684 1.87655 293.593 1.82056C284.944 1.78057 286.455 1.29368 283.218 1.27468C278.083 1.24469 270.434 1.84056 259.098 1.82056C244.832 1.79656 138.905 1.17869 133.423 1.01872C129.736 0.910745 125.459 0.903749 123.633 0.639803C125.199 0.386856 126.765 0.133929 128.33 -0.120019C144.552 0.768798 138.006 -0.247009 142.312 -0.311996C148.549 -0.404977 172.054 -0.275999 177.74 -0.500952C179.766 -0.581936 175.128 -1.12282 186.012 -1.40076C197.691 -1.6987 202.886 -0.735892 207.538 -2.05062C224.112 -0.590921 240.032 -2.1406 220.839 -2.55451C210.123 -2.78547 105.019 -3.30637 83.555 -3.38735C66.1522 -3.45234 33.5584 -3.06143 12.1613 -3.16141C-0.41641 -3.2214 -31.3929 -3.28938 -30.0834 -3.98824C-30.249 -3.98924 -30.409 -3.99124 -30.5645 -3.99224L-12.4431 12.8933C-12.3742 3.26127 -13.1007 13.916 -13.2031 11.7645C-13.4202 7.19943 -12.9043 -25.2698 -12.9248 -31.4146C-13.023 -61.7243 -13.8618 -99.9724 -12.915 -129.415C-12.7141 -128.045 -12.5133 -126.674 -12.3125 -125.303C-11.9439 -118.69 -12.4708 -87.9939 -11.507 -84.5266C-11.507 -129.415 -11.507 -174.304 -11.507 -219.193C-12.3272 -218.358 -12.3162 -274.034 -11.9458 -276.667C-11.5484 -275.689 -11.1512 -274.711 -10.7539 -273.735C-12.2616 -242.272 -10.2685 -245.093 -11.3268 -223.968C-11.3418 -215.367 -10.6854 -217.963 -10.5606 -213.725C-9.32118 -171.545 -11.9077 -213.049 -11.3203 -180.759C-10.3681 -190.479 -10.0202 -164.034 -9.89921 -152.184C-9.8727 -149.487 -10.114 -114.066 -10.099 -109.859C-10.0139 -86.2283 -9.49232 -45.6456 -10.0138 -22.1745C-10.0623 -7.79846 -9.66325 1.55363 -9.40938 12.8933L-30.5645 -6.81865C-27.0795 -6.88663 -23.4194 -6.94261 -19.4076 -6.9756C-5.72983 -7.08658 -9.65048 -6.64168 -3.21202 -6.63668C10.296 -6.62468 14.7412 -7.97641 23.3908 -6.0908C32.548 -6.32575 41.706 -6.56069 50.8632 -6.79564C50.8632 -6.5027 50.8632 -6.20977 50.8632 -5.91683C56.6151 -5.91683 62.367 -5.91683 68.1187 -5.91683C69.8112 -6.20877 71.5031 -6.50071 73.1956 -6.79265C91.4501 -6.39274 83.8297 -5.68688 87.2407 -4.85805C91.184 -4.80107 95.1273 -4.74409 99.0706 -4.6871C102.123 -5.32397 105.176 -5.96081 108.229 -6.59668C125.837 -6.54469 143.446 -6.4937 161.054 -6.44171C162.192 -6.14977 163.332 -5.85786 164.47 -5.56592C164.508 -5.85786 164.543 -6.14977 164.581 -6.44171C194.4 -6.5017 224.219 -6.56171 254.037 -6.6217C261.968 -7.0896 214.191 -7.44451 210.574 -7.4725C190.448 -7.62747 137.004 -7.15858 136.935 -8.19837C124.425 -7.42253 86.7622 -7.61548 75.0461 -8.54629C92.8279 -8.4903 110.611 -8.43431 128.394 -8.37832C127.819 -8.72725 127.245 -9.07618 126.669 -9.4251C148.826 -8.0184 152.069 -8.09538 174.845 -9.4251C174.867 -8.9572 174.888 -8.48931 174.909 -8.0214C190.791 -9.64807 218.863 -6.88864 219.669 -8.89723C228.125 -8.73426 236.581 -8.57229 245.037 -8.40932C263.297 -8.65427 234.942 -10.1989 306.435 -9.59307C311.363 -9.55108 310.336 -9.03917 317.744 -9.07416C319.881 -9.08516 332.116 -9.82902 355.513 -9.75203C359.165 -9.73904 359.441 -9.29513 363.231 -9.23914C371.982 -9.10517 389.413 -9.983 381.499 -8.5523C416.16 -8.13539 401.794 -9.30914 412.546 -9.77605C419.712 -10.086 418.268 -9.23916 424.471 -9.43112C432.145 -9.66907 426.513 -10.5229 457.242 -10.13C453.793 -10.072 450.346 -10.014 446.898 -9.956C448.632 -9.72405 450.367 -9.49208 452.101 -9.26013C469.64 -9.81702 467.983 -9.00418 476.252 -10.3069C489.003 -9.72603 500.033 -9.68007 517.47 -9.78505C551.341 -9.991 533.977 -11.3957 572.636 -9.50511C578.899 -9.77005 585.163 -10.036 591.426 -10.3009C601.721 -9.74305 593.394 -9.04418 608.76 -8.90321C596.734 -10.2819 629.157 -9.78005 634.636 -11.0088C635.21 -10.7159 635.785 -10.4229 636.359 -10.13C639.791 -10.13 643.223 -10.13 646.655 -10.13C646.666 -10.3649 646.677 -10.5999 646.688 -10.8348C651.257 -10.6589 655.829 -10.4829 660.4 -10.3069C663.836 -10.5399 667.274 -10.7728 670.712 -11.0058C676.364 -10.5149 682.015 -10.023 687.667 -9.53208C691.214 -9.49808 694.763 -9.46511 698.311 -9.43112C697.188 -9.78104 696.065 -10.131 694.942 -10.4809C699.502 -10.3639 704.062 -10.247 708.623 -10.13C703.316 -10.7039 706.651 -11.3777 720.848 -11.3597C732.563 -11.3457 719.368 -10.147 744.557 -10.6459C746.315 -10.6809 749.425 -11.5357 773.231 -11.6677C801.783 -11.8266 787.913 -11.2068 793.002 -11.1858C794.002 -11.1818 802.723 -11.6126 810.89 -11.6736C815.524 -11.7086 819.989 -11.3617 820.6 -11.3627C823.46 -11.3787 824.295 -11.8696 828.256 -11.8876C838.316 -11.9296 851.821 -11.6886 861.675 -11.7136C866.155 -11.7236 870.368 -12.0156 872.366 -12.0186C875.468 -12.0216 879.401 -11.5777 882.536 -11.5797C894.114 -11.5887 911.687 -13.0633 917.064 -11.0148C928.192 -12.8984 951.509 -10.6208 949.802 -11.8846C979.544 -11.4077 1058.87 -12.9574 1056.54 -10.8348C1073.39 -12.6494 1071.88 -11.3357 1078.94 -11.3627C1086.83 -11.3927 1082.74 -11.7446 1089.02 -11.7286C1103.66 -11.6917 1117.65 -11.5407 1132.23 -11.5337C1129.93 -11.2427 1127.65 -10.9518 1125.36 -10.6608C1140.66 -10.5679 1135.4 -11.2447 1151 -11.3747C1179.7 -11.6127 1167.61 -11.0728 1171.85 -10.3099C1170.71 -11.0458 1204.55 -10.9318 1208 -10.8348C1210.06 -10.7758 1201.05 -9.82703 1221.77 -10.133C1220.65 -10.4249 1219.51 -10.7169 1218.37 -11.0088C1227.81 -10.6099 1253.47 -11.1157 1257.83 -11.0178C1259.82 -10.9718 1270.51 -8.61827 1280.29 -10.4809C1281.47 -10.1889 1282.65 -9.897 1283.84 -9.60506C1294.7 -9.95599 1305.57 -10.3069 1316.43 -10.6579C1318.17 -10.132 1319.91 -9.60607 1321.64 -9.08017C1325.08 -9.08017 1328.54 -9.08017 1331.98 -9.08017C1329.7 -9.54708 1327.41 -10.014 1325.11 -10.4809C1346.41 -10.2699 1372.42 -11.0058 1376.8 -9.43112C1381.36 -9.72306 1385.92 -10.015 1390.48 -10.3069C1393.45 -9.78302 1396.43 -9.25914 1399.39 -8.73524C1420.5 -8.86822 1420.86 -9.21816 1435.29 -9.77605C1434.73 -9.36713 1434.16 -8.95819 1433.61 -8.54928C1444.25 -9.12416 1463.69 -9.65805 1479.06 -9.73003C1486.36 -9.76403 1498.91 -9.20014 1500.63 -9.25113C1501.73 -9.28512 1508.92 -10.1749 1514.56 -10.3509L1489.62 12.8933C1489.51 9.79592 1489.66 7.19845 1490.42 6.55658C1489.51 -16.9466 1490.44 -27.2934 1490.42 -36.8295C1490.4 -43.0242 1489.91 -45.8496 1489.85 -52.8481C1489.79 -62.8651 1490.02 -72.947 1489.99 -78.7268C1489.97 -82.0331 1489.49 -82.651 1489.47 -84.9305C1489.4 -95.7093 1489.88 -89.3946 1489.85 -100.758C1489.85 -101.806 1489.26 -110.113 1489.34 -119.474C1489.38 -124.708 1490.05 -138.25 1490.05 -139.442C1490.03 -144.74 1488.7 -140.506 1490.24 -158.615C1489.98 -158.089 1489.73 -157.565 1489.48 -157.039C1488.84 -179.45 1489.96 -182.987 1490.05 -187.514C1490.05 -188.092 1489.62 -193.549 1489.67 -196.813C1489.78 -202.328 1490.37 -204.553 1490.4 -205.774C1490.49 -210.076 1490.23 -224.567 1490.8 -234.039C1489.11 -232.048 1488.51 -265.238 1490.42 -272.591C1490.05 -278.466 1489.67 -284.341 1489.29 -290.216C1489.61 -292.874 1489.92 -295.531 1490.24 -298.188C1489.92 -299.805 1489.61 -301.421 1489.29 -303.037C1489.98 -311.6 1490.68 -320.162 1491.37 -328.724C1490.67 -329.269 1489.98 -329.814 1489.29 -330.36C1489.37 -332.757 1489.44 -335.154 1489.53 -337.551C1490.08 -339.423 1490.62 -341.295 1491.17 -343.166C1491.06 -346.163 1490.97 -349.159 1490.86 -352.155C1490.46 -352.897 1490.07 -353.639 1489.67 -354.381C1489.21 -370.49 1493 -362.212 1489.67 -392.903C1489.98 -397.678 1490.29 -402.453 1490.6 -407.228C1489.08 -412.62 1490 -422.726 1489.83 -430.88C1489.71 -436.627 1489.11 -436.314 1489.09 -444.144C1489.08 -451.978 1489.66 -451.698 1489.66 -452.308C1489.7 -458.694 1489.19 -463.509 1489.29 -468.194C1489.3 -468.901 1489.99 -470.669 1490.03 -476.639C1490.05 -477.466 1490.03 -478.248 1490.01 -479.005L1514.56 -456.132C1509.51 -456.02 1505.51 -455.529 1497.29 -455.64C1492.4 -455.705 1490.98 -456.245 1486.64 -456.293C1465.97 -456.526 1445.15 -453.791 1429.64 -457.034C1426.15 -456.623 1400.79 -455.185 1389.94 -455.268C1373.07 -455.4 1379.57 -456.036 1372.86 -456.153C1371.9 -456.17 1366.76 -455.955 1352.6 -455.994C1350.07 -456.001 1350.65 -455.642 1350.29 -455.637C1333.78 -455.644 1301.73 -455.928 1283.61 -455.979C1281.99 -455.984 1273.51 -454.983 1259.15 -456.33C1237.85 -455.335 1197.74 -457.472 1169.66 -455.973C1165.76 -455.941 1161.04 -456.299 1159.31 -456.287C1144.46 -456.176 1149.9 -455.089 1116.34 -456.68C1119.05 -456.126 1111.2 -455.625 1100.12 -455.668C1083.43 -455.731 1095.28 -456.765 1081.87 -456.68C1081.87 -456.389 1081.87 -456.097 1081.87 -455.805C1051.04 -456.59 1044.91 -455.342 1013.96 -455.335C1002.83 -455.333 986.39 -455.98 983.737 -455.982C982.711 -455.98 970.538 -455.276 969.376 -455.271C962.829 -455.25 959.132 -455.574 953.481 -455.576C934.805 -455.583 912.519 -454.667 916.551 -456.33C911.415 -455.979 906.281 -455.628 901.145 -455.277C881.746 -457.052 867.237 -454.606 863.171 -456.33C859.702 -455.974 856.233 -455.618 852.764 -455.262C769.555 -455.442 686.347 -455.622 603.139 -455.802C599.83 -455.247 563.546 -455.444 561.685 -455.53C553.141 -455.921 562.166 -457.131 544.729 -456.854C542.8 -456.325 540.871 -455.795 538.942 -455.265C517.027 -455.092 527.567 -455.619 518.918 -455.979C515.303 -455.913 516.471 -455.502 511.579 -455.472C485.046 -455.309 430.641 -455.289 401.626 -455.256C395.775 -455.249 396.658 -455.633 394.841 -455.634C389.845 -455.63 379.987 -455.146 369.963 -455.146C307.972 -455.149 220.131 -455.423 157.726 -455.829C153.487 -455.857 152.962 -456.316 150.103 -456.339C146.139 -456.369 137.285 -455.998 133.116 -456.037C129.189 -456.072 126.674 -456.42 122.472 -456.461C103.244 -456.651 77.3916 -456.063 56.8193 -457.089C55.0892 -457.176 33.5354 -459.022 33.0477 -459.143C30.1876 -459.861 49.3413 -460.99 17.8802 -462.041C45.9988 -462.959 37.2147 -464.58 0.688031 -465.373C19.0083 -465.577 37.3287 -465.782 55.649 -465.986C55.6754 -466.178 55.7017 -466.371 55.7281 -466.563C39.0508 -467.515 22.5046 -467.832 -2.85471 -467.921C-2.06391 -468.099 -1.2731 -468.276 -0.482295 -468.454C21.9161 -469.344 48.9355 -469.508 65.9927 -470.721C40.9769 -471.619 15.9611 -472.517 -9.05464 -473.415C-7.80524 -473.556 -6.55572 -473.696 -5.30621 -473.836C6.6856 -474.201 32.8793 -474.415 42.8379 -474.755C80.8725 -476.051 9.54902 -475.725 21.2647 -476.515C61.4219 -476.487 101.579 -476.458 141.735 -476.43C143.144 -477.012 -11.3419 -478.62 -9.75059 -480.378C2.87063 -480.496 15.4919 -480.614 28.1132 -480.732C22.4879 -481.178 16.8626 -481.625 11.2374 -482.071C12.7874 -482.213 14.3373 -482.354 15.8874 -482.495C37.1811 -482.842 58.4747 -483.189 79.7683 -483.536C15.0281 -483.187 -15.0574 -483.44 -30.5645 -486.956C-28.809 -487.045 -27.0534 -487.135 -25.2978 -487.224C-11.2729 -485.025 54.9294 -485.736 90.1121 -486.175C82.9412 -486.819 51.9627 -486.321 45.4159 -486.709C43.5608 -486.82 50.0302 -487.267 45.7323 -487.496C34.499 -488.091 -13.3697 -488.857 -6.41333 -489.586C-1.93364 -490.054 75.088 -490.697 90.1121 -490.648C54.8957 -491.489 18.6102 -491.733 -16.7097 -492.756C5.58469 -494.182 25.3293 -495.928 66.0243 -496.005C78.4281 -496.754 -7.72036 -497.79 -9.71894 -498.199C5.19036 -498.637 20.0997 -499.076 35.009 -499.514C22.3983 -499.397 9.78755 -499.28 -2.82316 -499.163C-2.86007 -499.31 -2.89688 -499.456 -2.93379 -499.602C29.7334 -500.282 59.6199 -501.53 97.0083 -501.445C95.8023 -502.22 73.431 -502.143 62.5764 -502.15ZM-8.10804 -36.2336C-7.41863 -36.9364 -7.53162 -24.1641 -7.54492 -16.9726C-7.41938 -18.0533 -7.29384 -19.1341 -7.1683 -20.2149C-7.24652 -11.0058 -7.37314 2.96334 -7.17281 12.8933L-30.5645 -8.9022C-23.4595 -9.02718 -18.2809 -9.28615 -17.826 -9.78505C-6.07598 -9.94001 -11.2716 -8.85623 -7.48226 -8.73225C-6.00055 -8.68326 9.33592 -9.31413 21.6035 -8.54629C24.5188 -8.54929 27.4345 -8.55229 30.3499 -8.55529C30.914 -8.9642 31.4782 -9.37311 32.0421 -9.78203C36.1068 -9.28613 40.1715 -8.78925 44.2363 -8.29335C19.3029 -8.24236 -5.63111 -8.19035 -30.5645 -8.13936L-7.99172 12.8933C-8.03057 -3.46234 -8.0693 -19.819 -8.10804 -36.1746C-8.10804 -36.1946 -8.10804 -36.2136 -8.10804 -36.2336ZM340.219 -8.55929C355.691 -8.32833 379.39 -7.9634 374.602 -9.08316C364.828 -9.02418 355.054 -8.96519 345.279 -8.9062C343.594 -8.79022 341.906 -8.67426 340.219 -8.55929ZM1492.49 -327.044C1493.67 -339.084 1492.64 -350.171 1492.86 -368.794C1492.61 -368.769 1492.36 -368.745 1492.11 -368.72C1492.71 -361.106 1492.31 -340.975 1492.49 -327.044ZM-12.6301 -393.959C-12.5373 -396.611 -12.4446 -399.264 -12.3518 -401.916C-11.0081 -391.128 -11.955 -389.197 -11.8246 -376.996C-11.8165 -376.26 -11.5088 -376.515 -11.507 -376.259C-11.4862 -373.273 -11.8565 -370.512 -11.8508 -367.815C-11.8394 -362.613 -11.4643 -358.373 -11.4775 -349.158C-11.489 -342.032 -12.0787 -341.965 -12.0636 -339.461C-12.0491 -337.327 -10.4266 -316.183 -11.1272 -302.575C-12.4614 -276.695 -12.7548 -386.059 -12.6301 -393.959ZM-11.5201 -470.664C-11.5146 -468.105 -11.5091 -465.545 -11.5037 -462.986C-12.4103 -470.682 -12.2725 -455.15 -12.2535 -443.754C-13.1228 -444.108 -12.751 -468.217 -13.01 -479.005C-12.5133 -476.225 -12.0167 -473.444 -11.5201 -470.664ZM-13.3833 -147.012C-13.4718 -157.026 -12.3868 -155.357 -12.0636 -154.94C-12.0636 -151.752 -12.0636 -148.563 -12.0636 -145.375C-12.5035 -145.921 -12.9433 -146.466 -13.3833 -147.012ZM-13.7598 -222.332C-13.0227 -219.217 -12.7004 -197.476 -12.6399 -187.169C-12.6398 -186.72 -13.0443 -189.55 -13.0066 -182.262C-12.9948 -180.073 -11.523 -158.544 -13.1933 -163.28C-13.3822 -182.954 -13.5709 -202.628 -13.7598 -222.302C-13.7598 -222.312 -13.7598 -222.322 -13.7598 -222.332ZM-13.3242 -244.29C-13.0929 -240.192 -12.8615 -236.096 -12.6301 -231.999C-12.9761 -229.882 -13.3221 -227.765 -13.6681 -225.647C-13.7554 -230.31 -13.8427 -234.972 -13.9301 -239.633C-13.7281 -241.185 -13.5262 -242.738 -13.3242 -244.29ZM555.549 -463.856C556.571 -463.512 557.594 -463.167 558.616 -462.822C562.579 -462.611 581.845 -464.112 575.745 -464.403C569.013 -464.221 562.281 -464.039 555.549 -463.856ZM474.19 -464.58C470.184 -464.754 466.177 -464.927 462.17 -465.101C457.562 -464.517 452.954 -463.932 448.347 -463.347C468.363 -462.953 489.661 -462.498 486.226 -464.223C490.808 -464.223 495.389 -464.223 499.97 -464.223C496.113 -463.51 496.631 -463.275 508.622 -462.822C511.244 -463.814 523.643 -463.309 537.834 -463.527C527.511 -463.585 517.189 -463.643 506.866 -463.701C506.866 -463.876 506.866 -464.051 506.866 -464.226C529.875 -464.163 501.278 -465.272 486.289 -464.577C485.109 -464.809 483.928 -465.042 482.746 -465.275C479.894 -465.043 477.042 -464.811 474.19 -464.58ZM1419.74 -1.88665C1422.6 -1.71069 1425.45 -1.53474 1428.3 -1.35878C1439.36 -3.6503 1416.86 -1.47575 1400.82 -3.28938C1406.13 -1.91166 1381.69 -1.96966 1380.3 -1.87668C1383.11 -1.41377 1385.92 -0.949845 1388.73 -0.485941C1399.07 -0.952844 1409.41 -1.41975 1419.74 -1.88665ZM1500.59 -0.305985C1496.14 -0.820879 1503.57 -1.11781 1514.56 -1.26578L1499.37 12.8933C1499.18 0.414862 1499.22 -16.9945 1499.37 -25.3348C1499.43 -29.0271 1500.11 -35.6087 1500.02 -38.2732C1499.78 -39.8898 1499.52 -41.5055 1499.27 -43.1222C1500.13 -45.0358 1499.17 -74.6916 1498.7 -86.3752C1499.02 -87.475 1499.33 -88.5758 1499.65 -89.6755C1499.52 -93.9347 1499.39 -98.1938 1499.27 -102.453C1499.58 -101.917 1499.9 -101.382 1500.21 -100.846C1499.83 -104.069 1499.46 -107.292 1499.08 -110.514C1498.66 -123.165 1500.37 -115.364 1499.83 -124.867C1499.24 -135.431 1498.23 -118.122 1497.57 -118.443C1497.74 -109.868 1498.12 -90.3744 1498.15 -81.6742C1498.16 -76.6782 1496.97 -82.34 1498.33 -60.8065C1498.01 -56.0855 1497.7 -51.3644 1497.37 -46.6444C1497.88 -37.9782 1498.38 -29.313 1498.89 -20.6478C1498.45 -19.0321 1498.02 -17.4155 1497.58 -15.7998C1497.5 -14.874 1498.5 5.16589 1498.83 4.09511C1498.6 6.39864 1498.41 9.38901 1498.28 12.8933L1514.56 -2.28858C1505.07 -2.61751 1492.06 -2.69651 1478.56 -2.7255C1476.75 -2.50354 1474.94 -2.28158 1473.12 -2.05962C1491.34 -2.53852 1478.93 -1.82567 1484.36 -1.40076C1487.49 -1.15581 1497.08 -0.675909 1500.59 -0.305985ZM682.503 -464.751C651.906 -463.756 670.849 -464.577 637.776 -464.577C640.085 -464.05 642.394 -463.523 644.704 -462.996C660.965 -463.959 687.721 -463.319 682.536 -464.751C682.525 -464.751 682.514 -464.751 682.503 -464.751ZM358.859 -462.999C376.362 -463.318 367.578 -464.137 389.764 -464.4C389.775 -464.4 389.785 -464.4 389.795 -464.4C378.324 -464.459 366.852 -464.518 355.379 -464.577C356.539 -464.051 357.699 -463.525 358.859 -462.999ZM1382.02 -463.637C1398.8 -463.408 1395.49 -463.818 1410.73 -462.999C1433.4 -463.992 1414.21 -463.852 1414.21 -464.754C1409.02 -464.489 1403.84 -464.225 1398.66 -463.96C1386.09 -464.803 1398.01 -465.228 1398 -465.309C1398 -465.309 1397.99 -465.309 1397.98 -465.309C1397.98 -465.579 1398.38 -465.636 1393.56 -465.8C1389.72 -465.079 1385.87 -464.358 1382.02 -463.637ZM1453.84 -464.751C1448.08 -464.152 1445.49 -463.383 1460.62 -462.999C1460.63 -462.999 1460.64 -462.999 1460.66 -462.999C1461.87 -464.337 1476.38 -463.257 1482.98 -463.347C1484.72 -463.492 1486.46 -463.638 1488.19 -463.783C1476.74 -464.106 1465.29 -464.428 1453.84 -464.751ZM1500.58 -299.795C1498.99 -299.735 1498.84 -311.566 1497.38 -294.917C1497.42 -291.685 1497.44 -288.453 1497.47 -285.22C1497.81 -283.099 1498.17 -280.976 1498.51 -278.854C1495.65 -237.853 1500.53 -225.628 1498.7 -294.917C1498.7 -294.927 1498.7 -294.937 1498.7 -294.947C1499.33 -296.563 1499.96 -298.179 1500.58 -299.795ZM1500.45 -372.006C1499.62 -372.527 1498.78 -373.048 1497.95 -373.569C1499.96 -382.623 1498.04 -394.321 1499.47 -412.076C1499.21 -413.682 1498.95 -415.289 1498.7 -416.895C1499.26 -423.531 1499.42 -488.711 1498.14 -474.59C1497.58 -468.425 1498.34 -454.997 1498.32 -453.841C1498.25 -449.924 1497.55 -444.816 1497.59 -438.205C1497.61 -434.383 1498.45 -426.329 1498.45 -418.531C1498.45 -401.096 1496.18 -369.274 1498.33 -346.35C1498.07 -344.699 1497.82 -343.048 1497.57 -341.398C1497.73 -324.386 1498.52 -330.065 1497.57 -314.237C1501.53 -303.302 1497.37 -377.865 1500.58 -362.339C1500.58 -362.348 1500.58 -362.358 1500.58 -362.368C1500.54 -365.581 1500.5 -368.794 1500.45 -372.006ZM1126.71 -464.751C1125.61 -465.412 1104.44 -464.391 1109.41 -465.977C1102.5 -465.425 1095.59 -464.872 1088.68 -464.32C1088.73 -464.173 1088.78 -464.025 1088.84 -463.878C1095.7 -463.994 1102.57 -464.11 1109.44 -464.226C1109.47 -463.992 1109.49 -463.758 1109.53 -463.524C1119.76 -464.37 1162.48 -464.002 1161.18 -463.173C1163.47 -463.523 1165.74 -463.873 1168.03 -464.223C1188.46 -463.27 1206.04 -464.283 1228.3 -463.353C1230.02 -463.643 1231.75 -463.933 1233.47 -464.223C1234.59 -463.989 1235.72 -463.755 1236.84 -463.521C1244.95 -463.491 1253.06 -463.462 1261.16 -463.432C1287.59 -464.374 1236.25 -465.594 1230.02 -465.455C1229.2 -465.436 1229.33 -464.83 1224.15 -464.735C1214.98 -464.568 1163.59 -465.171 1147.7 -464.772C1147.56 -465.174 1147.42 -465.575 1147.3 -465.977C1140.43 -465.568 1133.57 -465.159 1126.71 -464.751ZM1498.89 -208.308C1498.45 -207.227 1498.01 -206.146 1497.57 -205.066C1498.01 -186.416 1497.63 -174.671 1499.08 -179.453C1499.08 -179.463 1499.08 -179.473 1499.08 -179.483C1499.02 -189.091 1498.95 -198.7 1498.89 -208.308ZM264.412 -2.05962C264.937 -1.24779 274.506 -0.943855 286.871 -1.52573C286.276 -1.76169 285.679 -1.99765 285.084 -2.2336C278.64 -1.54174 270.598 -2.74849 250.715 -2.58753C250.715 -2.17861 250.715 -1.77068 250.715 -1.36177C255.281 -1.59472 259.847 -1.82767 264.412 -2.05962ZM1499.08 -224.401C1499.59 -230.086 1498.03 -246.04 1497.95 -235.542C1497.89 -227.515 1498.8 -221.351 1499.08 -224.401ZM290.012 -463.789C294.535 -463.704 299.058 -463.619 303.582 -463.533C305.939 -463.881 308.295 -464.229 310.652 -464.577C310.642 -464.577 310.631 -464.577 310.62 -464.577C303.751 -464.314 296.881 -464.052 290.012 -463.789ZM1324.65 -463.57C1340 -463.621 1355.34 -463.671 1370.67 -463.722C1370.83 -463.949 1370.98 -464.176 1371.13 -464.403C1355.77 -463.575 1349.59 -464.467 1346.01 -464.522C1346.02 -464.522 1346.04 -464.522 1346.05 -464.522C1334.55 -464.701 1323.58 -464.833 1312.7 -465.104C1316.68 -464.593 1320.67 -464.081 1324.65 -463.57ZM1272.06 -465.001C1274.65 -463.398 1278.02 -463.212 1301.59 -464.339C1300.66 -464.536 1299.73 -464.733 1298.79 -464.93C1286.58 -464.813 1279.46 -464.443 1281.6 -465.278C1278.43 -465.186 1275.24 -465.093 1272.06 -465.001ZM1512.31 -464.488C1509.48 -464.998 1487.03 -464.486 1488.25 -464.229C1488.74 -464.127 1517.83 -463.488 1512.31 -464.488ZM93.9942 -1.70569C99.165 -1.58871 104.338 -1.47176 109.51 -1.35579C102.63 -1.18182 95.7497 -1.00786 88.8696 -0.833891C90.5778 -1.12483 92.286 -1.41575 93.9942 -1.70569ZM37.214 0.572831C33.5271 0.368873 45.5141 -1.07183 23.4698 -1.44375C39.5128 -1.47474 55.5553 -1.50475 71.5982 -1.53574C64.0748 -1.30279 56.552 -1.06983 49.0285 -0.836881C50.3415 -0.422967 51.6539 -0.00904801 52.9668 0.404867C47.7157 0.460855 42.4651 0.516843 37.214 0.572831ZM19.9902 -0.482951C28.6295 0.612823 -16.8619 0.694813 -21.0999 0.56084C-22.044 0.528847 -26.532 -0.300997 -28.1855 -0.479961C-21.3161 -0.48096 -14.4466 -0.481951 -7.57722 -0.482951C-9.87592 -0.743897 -12.1742 -1.00584 -14.473 -1.26679C-6.43308 -1.35677 1.60685 -1.44576 9.64656 -1.53574C6.2094 -1.2728 2.7717 -1.01086 -0.665457 -0.747911C6.21981 -0.659929 13.105 -0.570932 19.9902 -0.482951ZM202.508 -0.747911C196.756 -0.775905 191.005 -0.802877 185.252 -0.830871C186.401 -0.421955 187.552 -0.0130499 188.701 0.395866C192.143 0.395866 195.585 0.395866 199.029 0.395866C200.189 0.0149443 201.348 -0.366989 202.508 -0.747911ZM85.3104 -0.220004C93.6852 -2.1886 116.505 2.11451 89.8342 0.52084C87.1463 0.358873 84.5185 -0.0300437 85.3104 -0.220004ZM-17.0768 5.82574C-18.6171 -10.8388 -15.2164 -7.07761 -16.2123 8.65515C-16.2653 9.44598 -16.963 7.07649 -17.0768 5.82574ZM-17.1259 -119.114C-17.1145 -120.464 -16.0134 -122.824 -17.0604 -135.708C-16.9349 -137.835 -16.8094 -139.962 -16.6838 -142.089C-16.1723 -137.112 -15.8679 -94.5295 -16.9589 -100.413C-16.9759 -106.931 -17.1599 -112.372 -17.1259 -119.114ZM-21.1993 -77.88C-21.1688 -71.4893 -21.1382 -65.0986 -21.1077 -58.7069C-20.7627 -60.8145 -20.4178 -62.9221 -20.0729 -65.0296C-19.9791 -61.8853 -19.8852 -58.7419 -19.7914 -55.5976C-20.3862 -50.2237 -20.981 -44.8498 -21.5759 -39.4759C-21.6709 -53.368 -21.7658 -67.2602 -21.8608 -81.1513C-21.6403 -80.0615 -21.4198 -78.9707 -21.1993 -77.88ZM54.3745 4.95993C41.1763 4.55701 25.0068 4.98593 3.57313 4.91794C3.56251 4.91694 3.55231 4.91592 3.54148 4.91492C2.47266 4.90992 0.577297 4.46802 -2.86394 4.45103C-4.21957 4.44403 -17.3162 4.54401 -30.5645 4.58L-21.6425 12.8933C-21.687 -1.46875 -21.6378 -16.0217 -21.2059 -13.7602C-20.7465 -0.442958 -21.0259 7.55039 -20.8243 12.8933L-30.5645 3.81716C-27.3123 3.71118 -24.9749 3.46025 -23.0296 2.85837C-21.9381 3.2093 -20.8468 3.5602 -19.7555 3.91113C1.78121 4.51801 7.92652 3.30328 20.022 2.85837C19.9743 3.12232 19.9271 3.38726 19.8796 3.65121C27.9563 3.6782 36.033 3.70418 44.1099 3.73118C42.9712 3.55721 41.8323 3.38324 40.6935 3.20928C43.5512 3.20928 46.4084 3.20928 49.2659 3.20928C56.2259 3.99212 65.0512 4.17509 54.3745 4.95993ZM-20.7311 -106.868C-22.8836 -112.776 -21.4092 -170.348 -21.8608 -196.645C-20.5647 -182.838 -21.4579 -161.45 -21.4711 -146.392C-21.4956 -117.283 -20.7023 -137.405 -20.3545 -132.466C-20.1825 -130.025 -21.5626 -113.515 -20.7311 -106.868ZM102.582 4.60899C87.0068 4.44702 78.2865 4.90895 64.8131 4.1731C65.9413 4.02713 67.0694 3.88014 68.1977 3.73417C72.8121 3.86814 110.434 4.29105 102.582 4.60899ZM-21.2976 -235.183C-22.0705 -207.152 -20.1216 -220.978 -21.5825 -206.401C-21.6752 -215.994 -21.768 -225.588 -21.8608 -235.183C-21.673 -235.183 -21.4853 -235.183 -21.2976 -235.183ZM1507.18 -256.483C1507.22 -268.296 1507.62 -281.488 1506.81 -288.551C1506.68 -280.524 1506.56 -272.498 1506.43 -264.47C1506.68 -261.808 1506.92 -259.146 1507.18 -256.483ZM1442.15 13.4022C1445.03 13.5841 1456.48 13.0483 1457.68 13.0483C1459.93 13.0483 1459.31 13.3122 1459.35 13.3812C1474.01 13.3332 1460.48 12.5153 1471.34 12.3374C1473.2 12.3084 1498.69 12.7123 1509.06 12.6793C1510.9 12.6733 1512.74 12.6693 1514.56 12.6653L1514.32 12.8933C1514.3 -0.145023 1514.34 -12.3295 1514.32 -17.2435C1514.3 -26.6206 1513.64 -44.026 1513.61 -59.4358C1513.59 -65.7885 1514.11 -68.006 1514.1 -74.3937C1514.02 -115.396 1513.3 -196.114 1513.63 -232.492C1513.71 -241.479 1514.4 -250.05 1514.35 -254.803C1514.09 -258.552 1513.84 -262.3 1513.59 -266.048C1515.86 -277.574 1513.83 -281.431 1513.63 -293.856C1513.49 -301.75 1514.17 -305.441 1514.17 -306.501C1514.16 -313.53 1513.83 -316.999 1513.78 -322.519C1513.72 -328.716 1514.03 -337.62 1513.96 -339.836C1513.93 -341.196 1513.04 -336.853 1513.05 -360.895C1513.07 -385.397 1513.17 -409.587 1513.21 -434.506C1510.51 -426.194 1512.35 -419.037 1512.45 -408.863C1512.48 -406.134 1512.05 -407.865 1512.07 -405.489C1512.13 -398.778 1512.55 -385.931 1512.44 -380.377C1512.33 -374.38 1511.33 -376.429 1511.71 -368.823C1511.72 -368.438 1512.14 -369.655 1512.2 -367.865C1512.88 -349.885 1512.17 -343.999 1512.15 -321.267C1512.13 -306.205 1512.54 -214.734 1512.27 -211.594C1510.84 -195.22 1510.83 -291.606 1510.94 -302.876C1510.98 -306.821 1511.43 -302.685 1511.52 -306.28C1511.55 -307.804 1510.69 -321.506 1510.61 -335.046C1510.53 -351.421 1511.12 -384.328 1511.1 -399.932C1511.07 -426.353 1511.05 -452.702 1511.07 -479.005L1514.56 -475.746C1399.46 -475.783 1285.15 -476.098 1169.66 -476.106C1166.59 -476.106 1162.55 -475.624 1152.55 -475.624C966.066 -475.633 772.778 -476.013 583.906 -475.786C542.729 -475.737 501.892 -475.283 460.336 -475.643C455.18 -475.291 450.023 -474.939 444.867 -474.587C458.055 -474.867 482.223 -474.071 484.423 -474.059C485.215 -474.056 490.217 -474.453 498.278 -474.431C509.615 -474.403 514.588 -474.059 515.518 -474.059C518.401 -474.058 516.512 -474.424 519.266 -474.422C539.803 -474.406 555.695 -474.51 574.543 -474.514C595.836 -474.517 606.628 -473.836 622.134 -474.584C623.889 -474.292 625.645 -474 627.4 -473.708C638.986 -474.971 707.97 -474.831 735.914 -474.764C744.731 -474.743 743.185 -474.23 746.148 -474.23C748.039 -474.231 747.294 -474.902 770.362 -474.77C781.975 -474.703 785.021 -474.214 790.844 -474.23C794.008 -474.239 793.495 -474.724 798.04 -474.724C824.331 -474.724 845.799 -474.567 871.538 -474.477C878.774 -474.453 878.855 -474.048 880.474 -474.053C886.437 -474.071 896.807 -474.757 911.964 -474.755C936.912 -474.751 986.634 -474.749 1007.03 -474.416C1010.03 -474.367 1012.52 -473.881 1014.72 -473.888C1018.06 -473.901 1019.37 -474.407 1019.96 -474.41C1031.12 -474.419 1024.4 -473.948 1031.88 -474.062C1035.91 -474.124 1040.12 -474.702 1049.48 -474.767C1061.85 -474.853 1059.42 -474.167 1064.59 -474.236C1065.14 -474.247 1065.3 -474.724 1070.38 -474.74C1089.64 -474.796 1117.58 -474.906 1135.81 -474.904C1141.05 -474.904 1144.93 -474.583 1152.24 -474.578C1166.95 -474.567 1250.59 -474.772 1257.45 -474.587C1258.17 -474.568 1250.73 -473.864 1262.59 -473.885C1266.03 -474.178 1269.48 -474.471 1272.92 -474.764C1278.67 -474.295 1284.44 -473.826 1290.19 -473.357C1289.98 -474.977 1323.85 -475.228 1323.51 -473.571C1327.22 -473.504 1330.93 -473.437 1334.63 -473.37C1342.35 -474.514 1347.49 -474.092 1362.41 -474.764C1364.73 -474.413 1367.06 -474.062 1369.39 -473.711C1369.97 -473.945 1370.56 -474.179 1371.13 -474.413C1379.1 -473.145 1392.15 -474.418 1393.74 -474.425C1399.84 -474.453 1404.42 -474.131 1407.27 -474.142C1417.96 -474.175 1441.08 -474.619 1453.55 -474.413C1454.14 -474.403 1453.56 -473.861 1457.11 -473.794C1463.51 -473.673 1464.14 -474.466 1472.67 -473.534C1474.4 -473.768 1476.13 -474.002 1477.85 -474.236C1479.68 -474.115 1481.5 -473.994 1483.34 -473.873C1493.75 -473.933 1504.16 -473.993 1514.56 -474.052L1509.25 -479.005C1509.25 -478.644 1509.25 -478.282 1509.25 -477.921C1509.21 -478.319 1509.17 -478.68 1509.13 -479.005L1514.56 -473.942C1510.71 -473.518 1511.52 -473.197 1514.56 -473.07L1508.19 -479.005C1508.06 -476.19 1508.13 -471.324 1508.49 -466.588C1508.76 -463.22 1509.36 -466.208 1509.45 -465.085C1509.57 -463.544 1509.26 -418.393 1508.88 -415.407C1509.07 -413.27 1509.25 -411.133 1509.45 -408.996C1509.07 -407.915 1508.69 -406.835 1508.31 -405.754C1508.45 -404.575 1508.58 -403.396 1508.7 -402.217C1508.04 -390.467 1509.57 -359.968 1509.45 -354.44C1509.38 -351.485 1507.77 -354.143 1507.94 -339.983C1508.38 -339.492 1508.82 -339 1509.26 -338.509C1509.33 -335.267 1509.39 -332.024 1509.46 -328.783C1509.41 -322.698 1508.65 -313.843 1508.13 -313.559C1508.44 -311.659 1508.76 -309.757 1509.07 -307.856C1508.04 -302.752 1508.4 -275.525 1509.06 -264.574C1508.75 -261.371 1508.44 -258.169 1508.13 -254.965C1508.5 -250.662 1508.88 -246.359 1509.25 -242.056C1509.37 -232.087 1508.75 -242.618 1508.69 -240.493C1508.59 -235.998 1509.64 -213.092 1508.33 -214.601C1508.32 -211.476 1508.32 -208.353 1508.32 -205.229C1508.69 -203.622 1509.07 -202.015 1509.45 -200.41C1508.15 -195.047 1508.61 -185.768 1508.14 -166.736C1508.43 -165.139 1508.73 -163.542 1509.03 -161.946C1508.6 -156.061 1508.18 -150.176 1507.76 -144.291C1508.25 -143.083 1508.74 -141.874 1509.23 -140.666C1509.31 -138.107 1509.38 -135.547 1509.45 -132.988C1508.34 -127.789 1509.54 -118.451 1509.08 -113.698C1508.42 -106.762 1507.62 -112.125 1507.47 -125C1506.67 -124.037 1507.03 -85.6834 1507.1 -76.8402C1507.26 -77.4241 1507.41 -78.009 1507.57 -78.5938C1507.44 -87.637 1507.32 -96.6811 1507.19 -105.724C1509.22 -113.302 1508.67 -88.7437 1508.93 -77.474C1508.96 -76.4443 1509.72 -70.6025 1509.66 -59.2438C1509.63 -54.8457 1508.5 -37.6873 1508.45 -34.412C1507.93 -7.96341 1509.53 -27.4114 1508.13 -1.53373C1508.95 -5.66488 1508.62 2.08652 1508.51 12.8933L1514.56 7.25645C1511.01 7.22646 1507.16 7.21546 1503.28 7.26045C1500.44 7.29344 1476.47 8.10625 1474.85 8.12724C1464.75 8.25721 1475.74 7.37243 1461.14 7.60239C1459.38 7.83534 1457.63 8.06826 1455.87 8.30122C1452.47 8.30122 1449.07 8.30122 1445.67 8.30122C1425.03 6.22564 1420.24 7.75438 1412.9 7.95034C1409.93 8.02932 1413.75 7.48841 1406.06 7.60239C1403.17 7.64538 1399.97 8.09525 1392.18 8.12724C1367.82 8.22622 1359.55 6.29762 1337.15 8.30421C1333.72 8.01327 1330.27 7.72234 1326.84 7.4314C1324.52 7.78033 1322.21 8.12925 1319.89 8.47818C1302.14 7.46639 1308.55 8.5032 1302.14 8.4902C1285.22 8.45821 1250.59 8.26025 1247.56 7.42542C1232.95 9.34302 1215.48 7.17945 1209.72 7.25444C1206.3 7.48739 1202.88 7.72037 1199.46 7.95333C1195.44 7.71937 1191.42 7.4854 1187.39 7.25144C1189.35 9.13406 1168.52 7.28343 1166.51 7.25444C1164.21 7.22644 1132.17 7.78334 1120.23 7.77334C1108.32 7.76234 1087.57 7.25244 1085.74 7.25144C1083.64 7.25144 1063.36 7.76336 1047.52 7.75836C1033.64 7.75236 951.474 7.02551 956.651 7.86533C962.027 8.09728 969.678 8.29921 976.294 8.40819C996.833 8.74212 1117.38 9.17106 1148.19 9.30504C1209.97 9.57098 1274.4 9.52196 1336.46 9.70492C1340.11 9.71492 1340.66 10.2028 1343.79 10.2138C1348.55 10.2278 1360.62 9.73993 1365.31 9.75093C1382.81 9.79292 1404.11 9.87194 1413.49 9.88493C1434.43 9.90993 1448.8 10.2028 1464.65 10.2508C1469.6 10.2648 1494.69 9.65995 1511.89 9.9149C1512.78 9.95489 1513.67 9.99386 1514.56 10.0329L1511.49 12.8933C1511.6 10.8207 1511.71 8.74714 1511.81 6.67457C1511.84 8.29423 1511.89 10.4298 1511.93 12.8933L1514.56 10.4458C1503.74 10.6358 1487.03 10.9117 1478.36 10.9497C1462.31 11.0177 1453.94 10.6227 1448 10.6287C1443.05 10.6347 1417.69 11.0857 1406.15 11.0957C1402.56 11.0997 1401.82 10.5877 1398.75 10.5897C1382.11 10.6017 1360.19 10.6158 1345.76 11.1177C1351.65 10.9537 1314.86 10.6397 1312.92 10.6417C1309.62 10.6417 1306.02 11.1206 1299.28 11.1206C1286.29 11.1196 1287.93 10.1188 1271.71 11.1206C1267.69 10.8287 1263.67 10.5368 1259.66 10.2448C1259.41 11.5796 1208.65 9.76394 1194.21 11.3856C1193.83 11.5686 1259.79 12.0884 1265.24 12.1154C1297.9 12.2754 1346.24 11.9485 1377.95 12.1824C1387.49 12.2524 1417.48 13.0643 1419.74 13.0483C1423.4 13.0263 1420.1 12.5613 1421.67 12.5453C1453.95 12.2004 1437.85 13.1332 1442.15 13.4022ZM20.022 5.83874C29.8279 5.89373 39.6338 5.94873 49.4398 6.00372C48.7279 6.29666 48.0166 6.58959 47.3045 6.88253C42.8132 6.76856 38.3209 6.65457 33.8294 6.54059C30.3762 6.71556 26.923 6.89051 23.4698 7.06548C22.3205 6.65656 21.1714 6.24766 20.022 5.83874ZM-4.14511 7.06548C-12.6486 7.21345 -13.064 6.59558 -15.0266 6.56558C-20.514 6.4796 -25.3066 6.69357 -30.5645 6.71356L-23.9321 12.8933C-23.9336 12.5634 -23.9341 12.2315 -23.9335 11.8975C-23.8524 12.2115 -23.7774 12.5444 -23.7082 12.8933L-30.5645 6.50459C-23.6674 5.31783 -10.7801 5.9787 -4.14511 7.06548ZM171.493 7.59338C169.576 7.5234 156.775 5.94373 142.217 7.41343C131.325 6.94653 120.433 6.47962 109.541 6.01272C128.045 6.72657 153.652 5.98472 162.715 6.01272C166.156 6.02372 166.813 6.50861 169.563 6.51661C185.414 6.5556 200.825 5.45682 202.445 7.06249C187.455 6.59559 173.939 7.67937 171.493 7.59338ZM75.8369 7.02249C73.3008 6.68756 70.7653 6.35164 68.2293 6.01571C77.3927 6.01571 86.5551 6.01571 95.7175 6.01571C93.2399 6.35564 90.7623 6.69556 88.2837 7.03549C84.1355 7.03049 79.9861 7.02649 75.8369 7.02249ZM780.745 8.13328C775.093 8.12928 769.442 8.12526 763.789 8.12126C764.099 8.36621 770.565 8.36521 772.947 8.53017C772.936 8.53017 772.926 8.53017 772.915 8.53017C775.568 8.71713 774.433 9.03206 779.257 9.17103C779.753 8.8251 780.249 8.47921 780.745 8.13328ZM438.019 -475.637C428.546 -475.654 341.063 -475.656 348.515 -474.764C352.272 -474.318 382.192 -474.707 391.013 -474.7C402.905 -474.691 435.021 -473.726 438.019 -475.637ZM283.085 -475.811C281.568 -474.922 336.242 -474.78 341.588 -474.935C340.453 -475.062 338.704 -475.344 337.191 -475.408C329.817 -475.714 294.871 -475.567 283.085 -475.811ZM1097.24 10.6998C1092.83 10.2499 1088.43 9.79989 1084.02 9.35099C1085.18 9.93587 1086.34 10.5208 1087.5 11.1047C1090.75 10.9697 1093.99 10.8347 1097.24 10.6998ZM1511.52 3.37325C1511.55 -65.0406 1511.58 -133.454 1511.61 -201.868C1511.87 -195.851 1512.13 -189.833 1512.4 -183.815C1512.3 -124.865 1512.03 -61.9982 1512.44 -5.07099C1512.13 -2.25657 1511.83 0.558829 1511.52 3.37325ZM192.181 10.2268C210.993 10.2348 226.706 9.80589 247.172 10.4888C227.669 11.1506 218.012 10.1269 199.06 11.1017C199.049 11.1017 199.039 11.1017 199.029 11.1017C196.745 10.8097 194.463 10.5188 192.181 10.2268ZM612.193 10.4038C606.472 10.8127 600.752 11.2207 595.032 11.6296C601.912 11.6296 608.792 11.6296 615.671 11.6296C614.511 11.2207 613.353 10.8127 612.193 10.4038ZM1391.81 -478.44C1372.13 -477.548 1321.8 -479.163 1305.8 -478.09C1304.77 -478.019 1314.28 -477.566 1298.9 -476.689C1310.51 -476.869 1318.71 -477.052 1319.58 -477.742C1323.02 -477.508 1326.48 -477.274 1329.92 -477.04C1335.64 -477.217 1341.36 -477.394 1347.08 -477.571C1346.46 -476.884 1346.92 -476.921 1355.7 -477.391C1359.71 -477.217 1363.71 -477.043 1367.72 -476.869C1369.42 -477.16 1371.11 -477.451 1372.81 -477.742C1376.29 -477.335 1379.75 -476.928 1383.22 -476.521C1396.74 -476.963 1388.51 -477.751 1391.81 -478.44ZM1460.69 -478.273C1457.49 -478.424 1366.25 -477.931 1407.72 -476.561C1418.5 -476.605 1429.27 -476.648 1440.04 -476.692C1431.13 -478.96 1460.48 -476.932 1462.9 -476.884C1474.44 -476.663 1489.15 -477.202 1497.52 -477.174C1504.72 -477.15 1509.01 -476.743 1514.07 -476.753C1514.23 -476.754 1514.39 -476.754 1514.56 -476.754L1512.15 -479.005C1512.18 -462.91 1512.21 -437.967 1513.21 -434.506C1513.23 -447.001 1513.24 -459.695 1513.21 -472.689C1513.21 -474.815 1513.23 -476.902 1513.27 -479.005L1514.56 -477.791C1502.22 -477.947 1489.34 -478.421 1465.92 -477.394C1459.07 -477.525 1461.51 -478.234 1460.69 -478.273ZM577.808 11.5356C578.496 10.5928 543.678 10.8177 543.456 11.1906C543.386 11.4086 554.726 11.4036 556.346 11.4866C556.357 11.4866 556.366 11.4866 556.377 11.4866C557.053 11.5226 553.627 11.8835 558.955 11.9835C565.24 11.8345 571.524 11.6846 577.808 11.5356ZM574.085 -477.745C569.378 -478.274 461.857 -478.084 458.691 -477.83C457.83 -477.76 459.03 -477.528 458.691 -477.394C483.774 -478.14 519.433 -477.257 543.243 -477.199C549.881 -477.183 547.897 -477.558 548.273 -477.565C548.289 -477.565 548.305 -477.565 548.32 -477.565C552.086 -477.566 569.09 -476.65 574.085 -477.745ZM1271.37 -477.659C1275.94 -477.512 1280.51 -477.365 1285.08 -477.217C1286.24 -477.509 1287.4 -477.801 1288.56 -478.093C1288.55 -478.093 1288.53 -478.093 1288.52 -478.093C1282.8 -477.948 1277.09 -477.804 1271.37 -477.659ZM1113 -478.62C1114.12 -478.415 1115.22 -478.21 1116.34 -478.004C1127.85 -477.976 1139.35 -477.947 1150.87 -477.919C1149.71 -477.803 1148.55 -477.687 1147.38 -477.571C1164.79 -477.261 1172 -477.983 1181.27 -477.879C1181.26 -477.879 1181.24 -477.879 1181.23 -477.879C1182.23 -477.867 1183.43 -477.439 1187.15 -477.424C1195.66 -477.391 1220.04 -477.232 1222.98 -477.662C1229.22 -478.581 1180.15 -478.145 1171 -478.187C1166.87 -478.207 1161.89 -478.581 1159.38 -478.59C1156.62 -478.598 1152.86 -478.092 1146.16 -478.108C1144.18 -478.113 1122.41 -478.708 1113 -478.62ZM909.86 -478.007C913.409 -477.544 920.819 -477.991 923.541 -477.916C924.191 -477.898 919.133 -477.51 925.266 -477.394C927 -477.658 928.734 -477.923 930.469 -478.187C923.599 -478.127 916.73 -478.067 909.86 -478.007ZM519.305 11.9804C520.306 12.0804 538.999 12.0434 539.897 11.9804C551.096 11.1356 512.378 11.2266 519.305 11.9804ZM47.5578 12.9483C53.7704 13.8351 2.24357 13.4512 -30.5645 13.1942L-30.8834 13.1982L-30.8876 12.8933C-30.7816 1.14971 -30.6956 -8.0194 -30.7149 -10.5769C-29.8863 -10.116 -30.7194 12.4984 -29.5819 0.652801C-29.7463 3.62219 -29.8445 7.9673 -29.9033 12.8933L-30.5645 12.2774C-15.7241 12.4314 4.03388 12.2954 9.85225 12.4204C14.6413 12.5223 15.8506 13.1892 16.5739 13.2102C19.4141 13.2852 44.5262 12.5154 47.5578 12.9483ZM-30.1517 -89.1247C-30.3089 -80.0905 -30.466 -71.0574 -30.6232 -62.0233C-30.7171 -72.6831 -30.8109 -83.3428 -30.9048 -94.0026C-30.6538 -92.376 -30.4027 -90.7503 -30.1517 -89.1247ZM-30.5283 -100.486C-31.3315 -100.197 -30.7196 -130.861 -30.9048 -138.92C-29.5385 -129.834 -30.8266 -114.677 -30.5283 -100.486ZM395.306 13.9121C410.468 14.407 416.984 12.1255 398.549 13.1193C397.987 13.1512 394.674 13.8861 395.306 13.9121ZM1387.12 -481.65C1384.55 -481.664 1352.39 -482.404 1350.53 -482.038C1344.64 -480.869 1365.74 -481.338 1372.81 -480.897C1384.21 -480.182 1367.44 -479.593 1395.29 -480.024C1394.15 -479.79 1393.01 -479.556 1391.88 -479.322C1408.16 -479.245 1402.83 -480.865 1405.76 -481.074C1406.65 -481.137 1416.84 -481.001 1418.68 -481.104C1441.64 -482.409 1389.53 -481.639 1387.12 -481.65ZM770.638 14.086C800.824 14.7729 787.837 13.7651 818.814 13.8271C819.847 13.3122 774.566 13.6351 770.638 14.086ZM1516.41 -323.875C1516.19 -352.963 1516.91 -376.885 1515.95 -404.015C1514.46 -402.249 1516.02 -316.33 1516.41 -323.875ZM214.237 -482.135C335.703 -479.658 475.809 -480.473 605.131 -480.512C619.225 -480.516 620.577 -479.964 625.677 -480.024C629.017 -480.063 628.434 -480.507 632.873 -480.509C793.349 -480.581 947.007 -481.162 1100.73 -480.897C1110.42 -480.879 1157.52 -479.925 1167.59 -481.363C1175.19 -482.455 1141.35 -481.604 1135.72 -481.614C1131.48 -481.621 1131.3 -482.133 1128.47 -482.135C1125.47 -482.137 1127.95 -481.787 1124.47 -481.781C1109.72 -481.757 1093.63 -481.894 1080.3 -481.864C949.522 -481.577 822.298 -481.659 692.215 -481.708C676.469 -481.713 679.706 -482.124 678.913 -482.126C678.903 -482.125 678.893 -482.124 678.882 -482.123C594.457 -482.162 498.039 -481.24 408.617 -481.592C345.647 -481.875 282.678 -482.158 219.71 -482.44C217.886 -482.339 216.061 -482.237 214.237 -482.135ZM1453.79 -480.201C1445.93 -481.75 1444.17 -480.188 1415.99 -480.82C1413.7 -480.556 1411.4 -480.291 1409.11 -480.027C1424.02 -480.085 1438.93 -480.143 1453.84 -480.201C1453.82 -480.201 1453.81 -480.201 1453.79 -480.201ZM1267.62 -480.765C1262.86 -482.858 1199.83 -481.379 1171.44 -481.778C1166.24 -480.727 1207.5 -481.199 1217.23 -481.089C1222.08 -481.034 1248.11 -479.953 1267.89 -480.552C1267.8 -480.623 1267.71 -480.694 1267.62 -480.765ZM154.3 16.0236C158.887 15.9626 163.473 15.9017 168.061 15.8407C156.584 15.6087 145.106 15.3768 133.629 15.1448C151.939 15.2938 170.248 15.4438 188.558 15.5927C185.147 16.0277 181.736 16.4616 178.325 16.8965C170.317 16.6055 162.308 16.3146 154.3 16.0236ZM213.706 15.8007C181.642 15.9647 215.114 14.8019 223.117 15.3188C227.906 15.6287 216.98 15.7827 213.706 15.8007ZM297.105 16.5485C282.15 17.3104 251.931 17.3634 262.673 15.8407C278.833 16.5535 289.251 15.9607 312.682 16.3716C309.261 16.6635 305.84 16.9555 302.418 17.2464C302.402 17.2464 302.386 17.2464 302.371 17.2464C300.615 17.0144 298.859 16.7815 297.105 16.5485ZM199.06 16.7225C178.06 15.8477 238.859 16.1466 219.747 16.7225C218.851 16.7485 199.887 16.7555 199.06 16.7225ZM348.515 -483.71C345.985 -483.212 362.137 -483.221 367.511 -483.188C390.804 -483.04 420.676 -483.256 444.899 -483.188C443.075 -483.352 441.251 -483.515 439.427 -483.679C409.123 -483.689 378.819 -483.699 348.515 -483.71ZM520.674 -483.185C537.317 -483.185 553.962 -483.185 570.605 -483.185C572.156 -483.185 579.432 -483.612 574.021 -483.716C556.239 -483.539 538.456 -483.362 520.674 -483.185ZM1519.05 -437.733C1519.35 -449.624 1520.88 -415.384 1519.24 -416.925C1519.18 -423.861 1519.11 -430.797 1519.05 -437.733ZM1519.7 -327.089C1519.55 -334.545 1519.39 -342.001 1519.23 -349.459C1519.42 -349.469 1519.62 -349.479 1519.8 -349.488C1519.77 -342.021 1519.74 -334.555 1519.7 -327.089ZM283.085 -484.061C291.561 -483.458 311.784 -483.551 324.396 -483.539C315.709 -484.056 295.006 -483.802 283.085 -484.061ZM1367.66 -483.801C1368.69 -483.391 1317.92 -483.494 1335.5 -484.216C1346.22 -484.078 1356.94 -483.939 1367.66 -483.801ZM1264.55 -484.408C1275.44 -484.498 1283.88 -484.357 1281.64 -483.713C1275.86 -483.74 1270.09 -483.768 1264.32 -483.795C1264.39 -483.999 1264.48 -484.204 1264.55 -484.408ZM354.026 17.7743C372.373 17.7163 390.72 17.6583 409.066 17.6003C408.386 17.7763 407.706 17.9523 407.025 18.1282C389.338 18.1852 371.651 18.2422 353.963 18.2992C353.983 18.1242 354.005 17.9493 354.026 17.7743ZM272.709 -485.641C260.108 -485.526 247.509 -485.411 234.909 -485.296C247.519 -485.178 260.13 -485.06 272.741 -484.942C272.741 -485.176 272.741 -485.41 272.741 -485.644C272.73 -485.643 272.719 -485.642 272.709 -485.641ZM102.693 20.0538C158.74 20.8746 87.2257 21.7414 72.4365 20.5357C72.4208 20.5367 72.4048 20.5377 72.389 20.5387C71.0945 20.4327 73.8322 19.9169 71.6772 19.7089C77.382 19.9418 83.0861 20.1748 88.7902 20.4077C93.9942 20.1178 99.1972 19.8278 104.4 19.5379C106.114 19.6519 107.827 19.7658 109.541 19.8798C107.259 19.9378 104.975 19.9958 102.693 20.0538ZM-38.7406 -73.7098C-38.6385 -121.063 -37.2553 -72.6111 -38.3477 -49.1729C-38.6004 -49.3409 -38.75 -69.3477 -38.7406 -73.7098ZM9.67821 20.2338C17.6864 20.1168 25.6946 19.9998 33.7029 19.8829C34.7254 20.0308 35.7486 20.1778 36.7711 20.3258C30.6237 20.4717 24.4769 20.6187 18.3294 20.7646C15.4459 20.5877 12.562 20.4107 9.67821 20.2338ZM273.048 22.5103C285.935 22.6723 302.374 21.0326 260.996 21.4635C261.017 21.6395 261.038 21.8154 261.059 21.9914C262.708 21.9634 267.548 21.7984 267.813 21.8114C268.57 21.8554 267.676 22.4423 273.048 22.5103ZM-43.7144 -161.395C-43.7863 -162.742 -45.7782 -163.477 -43.7178 -177.502C-43.8433 -181.742 -43.9687 -185.981 -44.0943 -190.22C-43.6555 -191.316 -43.2168 -192.41 -42.778 -193.506C-43.1182 -177.099 -42.2304 -175.36 -42.2115 -174.171C-42.1284 -168.717 -42.5851 -172.753 -42.5913 -169.234C-42.6065 -160.149 -42.2998 -139.503 -43.6032 -148.868C-44.0699 -152.24 -43.6427 -160.046 -43.7144 -161.395ZM-44.8474 -129.312C-44.6812 -131.302 -44.0986 -124.891 -43.9339 -126.394C-43.7903 -127.711 -43.1959 -147.486 -42.2115 -142.134C-42.253 -138.886 -42.2944 -135.639 -42.3359 -132.392C-42.6055 -131.292 -42.8751 -130.191 -43.1447 -129.091C-42.8958 -125.947 -42.647 -122.804 -42.3982 -119.659C-43.0633 -114.361 -43.9252 -103.087 -44.4676 -116.476C-44.4108 -111.554 -44.3541 -106.632 -44.2973 -101.71C-43.9786 -99.1606 -43.6599 -96.6111 -43.3411 -94.0616C-43.8269 -95.3973 -44.3126 -96.7341 -44.7983 -98.0698C-44.8147 -108.484 -44.8311 -118.897 -44.8474 -129.312ZM-44.6608 -281.899C-44.4097 -281.299 -44.1587 -280.7 -43.9077 -280.1C-44.3743 -298.177 -44.5518 -326.329 -42.9777 -310.341C-42.8467 -285.853 -42.7158 -261.365 -42.5848 -236.877C-42.7736 -235.251 -42.9625 -233.625 -43.1512 -231.999C-42.4237 -250.268 -45.5196 -244.622 -44.6313 -260.515C-44.4808 -263.195 -43.3981 -255.419 -44.0911 -272.261C-44.3432 -271.661 -44.5953 -271.062 -44.8474 -270.462C-44.7852 -274.274 -44.723 -278.087 -44.6608 -281.899ZM-44.2842 -437.3C-44.6471 -406.347 -45.5632 -440.441 -44.8016 -446.156C-44.8016 -446.147 -44.8016 -446.137 -44.8016 -446.127C-42.7174 -461.79 -43.7244 -428.11 -43.7112 -426.055C-43.6928 -423.324 -42.2008 -416.964 -44.3759 -402.108C-44.3454 -413.838 -44.3148 -425.569 -44.2842 -437.3ZM-44.6575 -336.249C-44.7066 -338.849 -44.3278 -337.409 -44.3333 -338.532C-44.3333 -338.542 -44.3333 -338.552 -44.3333 -338.562C-44.4146 -355.13 -44.7539 -394.537 -43.5311 -398.807C-43.429 -386.542 -43.1648 -331.668 -43.9961 -328.349C-44.2166 -330.983 -44.437 -333.615 -44.6575 -336.249ZM-43.7472 -219.665C-44.5389 -209.493 -44.6443 -232.391 -44.2777 -238.395C-44.1983 -239.529 -42.9272 -230.202 -43.7472 -219.665ZM557.2 27.0804C581.218 26.6365 549.66 26.1935 560.584 25.4997C555.997 25.5587 551.411 25.6177 546.824 25.6767C550.282 26.1446 553.742 26.6125 557.2 27.0804ZM1531.29 -115.362C1531.38 -120.579 1530.93 -118.108 1530.92 -118.561C1530.93 -121.987 1531.3 -125.217 1531.26 -126.533C1530.52 -150.846 1530.13 -134.677 1530.05 -134.432C1529.6 -133.918 1529.07 -140.309 1528.56 -131.455C1528.72 -126.081 1528.88 -120.707 1529.04 -115.333C1528.78 -112.666 1528.53 -109.998 1528.29 -107.331C1528.82 -96.6541 1528.96 -110.625 1529.68 -112.209C1529.96 -112.819 1530.29 -102.776 1531.29 -115.362ZM600.235 28.4841C604.129 27.7482 613.673 26.8194 604.3 26.0796C604.29 26.0796 604.279 26.0796 604.268 26.0796C602.536 25.9446 595.476 25.8696 593.308 25.6796C577.846 26.6604 583.77 27.6742 600.235 28.4841ZM1532.71 -18.9681C1532.53 -10.3029 1532.34 -1.63772 1532.15 7.02749C1531.68 6.88052 1531.21 6.73357 1530.73 6.5856C1530.86 1.94855 1530.99 -2.68849 1531.12 -7.32553C1530.89 -8.9522 1530.68 -10.5779 1530.47 -12.2035C1529.93 -6.44671 1529.38 -0.688906 1528.85 5.06791C1528.92 7.67637 1528.98 10.2848 1529.06 12.8933L1529.24 26.2235L1514.56 26.4005C1509.92 26.5095 1505.27 26.6194 1500.63 26.7294C1504.05 26.9624 1507.47 27.1954 1510.89 27.4283C1492.7 27.6853 1496.67 26.6114 1481.6 26.2015C1476.45 26.6104 1471.29 27.0194 1466.14 27.4283C1458.67 27.0174 1451.2 26.6064 1443.73 26.1955C1431.19 26.3875 1430.1 26.7005 1438.53 27.1684C1432.3 27.7042 1425.47 26.8624 1417.96 27.0804C1417.34 27.0984 1418.51 27.6023 1417.96 27.6083C1379.13 27.9482 1381.19 26.6245 1374.99 26.5675C1370.61 26.5295 1353.14 27.4223 1352.86 27.7272C1352.52 28.1381 1388.86 29.7568 1331.95 29.7988C1361.38 30.9186 1394.83 29.7788 1373.19 28.1361C1382.51 28.3011 1423.58 27.8912 1426.2 27.9412C1430.02 28.0152 1428.68 28.638 1433.45 28.655C1436.29 28.663 1443.77 27.2393 1466.14 28.4841C1468.99 28.2501 1471.85 28.0162 1474.71 27.7822C1477.38 27.9742 1480.07 28.1661 1482.74 28.3591C1477.22 29.0439 1471.71 29.7298 1466.2 30.4147C1485.46 29.7578 1501.84 30.7696 1514.56 30.2077L1533.38 29.9808L1533.15 12.8933C1533.06 11.3096 1532.95 9.78596 1532.8 8.32526C1532.95 -2.39053 1533.09 -7.5965 1533.75 -2.99345C1533.75 -6.21078 1533.75 -9.42811 1533.75 -12.6454C1533.39 -14.753 1533.05 -16.8606 1532.71 -18.9681ZM670.807 27.4313C682.236 28.1152 686.346 26.6394 684.567 26.5554C674.543 26.0965 664.859 27.0754 670.807 27.4313ZM1530.45 -96.0272C1530.05 -84.2776 1529.64 -72.5271 1529.23 -60.7765C1529.73 -60.7765 1530.23 -60.7765 1530.73 -60.7765C1530.64 -72.5271 1530.54 -84.2776 1530.45 -96.0272ZM553.688 28.1301C552.528 27.7802 551.369 27.4303 550.209 27.0804C536.395 28.3581 522.681 26.5245 515.856 26.9034C514.375 26.9864 517.366 27.6043 520.19 27.7362C521.947 27.8192 551.242 28.2481 553.688 28.1301ZM-21.3371 27.9622C-16.1914 27.7272 -11.0465 27.4923 -5.90065 27.2573C-6.18543 27.6512 -6.47009 28.0441 -6.75476 28.438C-9.29575 28.511 -11.8369 28.5841 -14.378 28.658C-16.6978 28.4261 -19.0175 28.1941 -21.3371 27.9622ZM37.214 27.3363C46.3925 27.3683 55.5711 27.3993 64.7499 27.4313C29.7402 27.7922 58.4721 27.9682 37.214 28.4811C37.214 28.0991 37.214 27.7182 37.214 27.3363ZM130.118 28.1331C128.989 28.3681 127.862 28.603 126.733 28.838C117.554 28.838 108.376 28.838 99.1972 28.838C105.002 29.6538 110.806 30.4687 116.611 31.2845C119.975 31.2865 123.338 31.2885 126.702 31.2905C127.84 30.2377 128.979 29.1859 130.118 28.1331ZM1533.18 -346.379C1533.19 -351.548 1532.43 -369.535 1532.14 -368.764C1531.8 -361.292 1531.45 -353.821 1531.11 -346.35C1531.6 -346.315 1532.11 -346.281 1532.61 -346.247C1532.36 -345.19 1532.11 -344.134 1531.86 -343.077C1532.05 -338.828 1532.24 -334.579 1532.43 -330.33C1531.99 -328.188 1531.55 -326.047 1531.11 -323.905C1531.61 -321.754 1532.11 -319.602 1532.61 -317.451C1533.5 -337.966 1532.61 -337.26 1532.62 -341.531C1532.62 -343.696 1532.93 -345.066 1533.09 -345.834C1533.12 -346.016 1533.15 -346.197 1533.18 -346.379ZM1533.64 -87.9079C1533.77 -112.405 1532.45 -126.406 1533.56 -144.129C1531.19 -132.762 1533.63 -59.3628 1531.67 -33.4841C1532.04 -30.7967 1532.43 -28.1103 1532.8 -25.4228C1532.46 -39.5139 1533.24 -49.2789 1533.35 -56.1495C1533.45 -61.6073 1533.05 -61.0375 1533.05 -61.4544C1533.05 -61.4744 1533.05 -61.4944 1533.05 -61.5133C1533.21 -74.2917 1533.6 -78.2449 1533.64 -87.9079ZM534.155 29.8508C541.221 30.4067 553.582 30.3507 553.72 29.5399C546.84 29.3049 539.96 29.07 533.08 28.835C534.493 29.043 532.949 29.7558 534.155 29.8508ZM140.793 30.3997C146.308 30.6636 159.332 30.4326 153.716 29.7318C152.706 29.6068 139.732 30.0997 147.342 28.835C134.701 28.854 137.659 30.2477 140.793 30.3997ZM1173.48 29.012C1168.83 29.035 1164.19 29.058 1159.56 29.082C1158.48 29.4089 1157.39 29.7368 1156.31 30.0647C1162.04 29.7138 1167.76 29.3629 1173.48 29.012ZM474.529 30.4116C468.362 28.809 457.825 30.3687 446.25 29.051C441.974 29.041 437.698 29.0309 433.423 29.0209C433.413 29.0209 433.402 29.0209 433.391 29.0209C433.275 29.4578 433.16 29.8958 433.044 30.3327C446.871 30.3597 460.7 30.3856 474.529 30.4116ZM1462.75 29.8018C1459.89 29.5988 1457.04 29.3949 1454.17 29.1919C1449.09 29.4289 1444 29.6658 1438.92 29.9028C1441.66 30.0727 1444.42 30.2427 1447.17 30.4116C1452.36 30.2087 1457.55 30.0057 1462.75 29.8018ZM399.371 30.5496C414.326 30.7506 419.951 29.3569 400.826 29.3529C392.764 29.3529 383.701 30.3397 399.371 30.5496ZM1371.2 -495.828C1376.33 -495.709 1381.45 -495.59 1386.58 -495.471C1388.31 -495.764 1390.06 -496.057 1391.81 -496.35C1384.93 -496.176 1378.07 -496.002 1371.2 -495.828ZM69.8742 30.2417C70.475 29.9488 71.0765 29.6558 71.6772 29.3629C76.2482 29.4219 80.8188 29.4809 85.3898 29.5399C84.2406 29.8308 83.0914 30.1207 81.9422 30.4116C77.9195 30.3547 73.8969 30.2977 69.8742 30.2417ZM1405.67 -495.648C1409.77 -495.592 1413.87 -495.536 1417.97 -495.481C1420.72 -495.623 1423.48 -495.765 1426.22 -495.908C1422.39 -496.049 1418.56 -496.19 1414.73 -496.332C1411.71 -496.104 1408.69 -495.876 1405.67 -495.648ZM257.612 30.4147C263.365 30.7676 286.351 29.6698 265.646 29.3899C252.452 29.2119 256.748 30.3617 257.612 30.4147ZM226.596 30.7656C248.512 31.4364 232.078 28.0322 205.924 30.2377C232.253 29.9358 225.308 30.7256 226.596 30.7656ZM33.8767 32.5232C33.3257 32.5212 32.8713 32.0323 28.4677 32.0143C12.6166 31.9504 -8.30772 31.7574 -19.6448 31.7274C-22.6566 31.7194 -26.3551 31.7224 -30.5645 31.7334L-50.5198 31.9744L-50.7847 12.8933C-50.8798 -18.6802 -51.4818 -81.1203 -50.1291 -89.2126C-49.8098 -91.1073 -48.8554 -86.7472 -48.8063 -87.518C-48.6692 -89.7785 -49.1323 -102.79 -48.4297 -100.383C-48.4351 -87.616 -48.4406 -74.8496 -48.4461 -62.0822C-48.9416 -65.2166 -49.4371 -68.3499 -49.9326 -71.4843C-49.6681 -39.6729 -49.6987 -50.2027 -48.6196 -41.0526C-49.0376 -35.6687 -49.4557 -30.2848 -49.8737 -24.9009C-49.4535 -13.1803 -49.0333 -1.45977 -48.613 10.2618C-48.9263 7.60436 -49.2396 4.94593 -49.5529 2.28848C-49.7218 7.43242 -49.8093 10.6607 -49.8296 12.8933L-49.5771 31.0736L-30.5645 30.8436C-24.7347 30.8905 -25.2387 30.5656 -17.8892 30.0647C-17.8681 30.3557 -17.8472 30.6476 -17.826 30.9395C0.471714 30.2287 4.03635 31.1035 8.03318 31.1135C16.2334 31.1305 26.6856 27.6772 57.9647 31.1135C71.1537 29.4609 70.8529 32.8232 78.6052 31.1135C100.928 32.9751 58.4731 32.3013 38.3844 32.2393C38.3737 32.2393 38.3632 32.2393 38.3528 32.2393C36.8372 32.2343 39.2434 32.5482 33.8767 32.5232ZM148.544 30.8116C135.03 32.3293 188.418 32.4712 170.75 30.2807C168.119 30.2097 165.488 30.1387 162.857 30.0677C158.075 30.3157 153.294 30.5636 148.511 30.8116C148.522 30.8116 148.533 30.8116 148.544 30.8116ZM650.166 31.8184C699.616 31.1955 671.501 30.3227 654.753 31.1745C651.412 31.3434 649.581 31.5754 650.166 31.8184ZM1534.9 -122.908C1534.7 -123.581 1534.51 -124.253 1534.31 -124.926C1534.49 -109.475 1533.74 -79.5976 1535.06 -80.0085C1535 -94.3086 1534.95 -108.608 1534.9 -122.908ZM1535.76 -0.679901C1535.84 -3.99722 1536.02 -17.5534 1535.53 -15.9178C1535.19 -10.042 1534.83 -4.16718 1534.49 1.70761C1534.7 4.44404 1534.92 7.18048 1535.14 9.91691C1535.22 6.0957 1535.73 0.218913 1535.76 -0.679901Z' fill='%23E5EBF1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5396_2062'%3E%3Crect width='1479.96' height='47' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1920px) {
  .flex-row.bg-light-grey:not(:last-child):after {
    height: 50px;
    bottom: -40px;
  }
}
.flex-row.bg-light-grey + .bg-white.pd-top-xs {
  padding-top: 42px;
}
.flex-row.bg-light-grey + .bg-white.pd-top-s {
  padding-top: 54px;
}
.flex-row.bg-light-grey + .bg-white.pd-top-m {
  padding-top: 78px;
}
.flex-row.bg-light-grey + .bg-white.pd-top-l {
  padding-top: 102px;
}
.flex-row.bg-light-grey + .bg-white.pd-top-xl {
  padding-top: 126px;
}
.flex-row.bg-light-grey + .bg-white.pd-bottom-xs {
  padding-bottom: 42px;
}
.flex-row.bg-light-grey + .bg-white.pd-bottom-s {
  padding-bottom: 54px;
}
.flex-row.bg-light-grey + .bg-white.pd-bottom-m {
  padding-bottom: 78px;
}
.flex-row.bg-light-grey + .bg-white.pd-bottom-l {
  padding-bottom: 102px;
}
.flex-row.bg-light-grey + .bg-white.pd-bottom-xl {
  padding-bottom: 126px;
}

.flex-content-columns-row.v-align-top .in-grid, .flex-content-columns-row.v-align-top .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.v-align-top .facetwp-type-pager {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.v-align-center .in-grid, .flex-content-columns-row.v-align-center .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.v-align-center .facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.v-align-bottom .in-grid, .flex-content-columns-row.v-align-bottom .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.v-align-bottom .facetwp-type-pager {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-content-columns-row.c-align-left .in-grid, .flex-content-columns-row.c-align-left .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.c-align-left .facetwp-type-pager {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-columns-row.c-align-center .in-grid, .flex-content-columns-row.c-align-center .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.c-align-center .facetwp-type-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-columns-row.c-align-right .in-grid, .flex-content-columns-row.c-align-right .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row.c-align-right .facetwp-type-pager {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid, .flex-content-columns-row .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-content-columns-row .facetwp-type-pager {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column .cc-contentcontainer, .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column .cc-contentcontainer, .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column .cc-contentcontainer {
  width: 100%;
}
.flex-content-columns-row .in-grid .column:only-child, .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child, .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:only-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:only-child, .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child, .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:only-child {
    width: 100%;
    max-width: 100%;
  }
}
.c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-left .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-center .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-right .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:only-child > .cc-contentcontainer, .posts-parent-container .c-align-right .flex-content-columns-row .facetwp-type-pager .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column:not(:only-child), .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:not(:only-child), .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:not(:only-child), .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:not(:only-child), .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:not(:only-child) {
    width: 100%;
  }
  .flex-content-columns-row .in-grid .column:not(:only-child):not(:first-of-type), .flex-content-columns-row .posts-parent-container .facetwp-type-pager .column:not(:only-child):not(:first-of-type), .posts-parent-container .flex-content-columns-row .facetwp-type-pager .column:not(:only-child):not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-1, .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager .col-1, .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager .col-1 {
  width: 50%;
  padding-right: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-1, .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager .col-1, .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager .col-1 {
    padding-right: 12px !important;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-2, .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager .col-2, .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager .col-2 {
  width: 50%;
  padding-left: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-2, .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager .col-2, .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager .col-2 {
    padding-left: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid > div, .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager > div, .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager > div {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .flex-content-columns-row.column-layout-50-50 .in-grid > div:not(:first-of-type), .flex-content-columns-row.column-layout-50-50 .posts-parent-container .facetwp-type-pager > div:not(:first-of-type), .posts-parent-container .flex-content-columns-row.column-layout-50-50 .facetwp-type-pager > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-1, .flex-content-columns-row.column-layout-66-33 .posts-parent-container .facetwp-type-pager .col-1, .posts-parent-container .flex-content-columns-row.column-layout-66-33 .facetwp-type-pager .col-1 {
  width: 58.3333333333%;
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-2, .flex-content-columns-row.column-layout-66-33 .posts-parent-container .facetwp-type-pager .col-2, .posts-parent-container .flex-content-columns-row.column-layout-66-33 .facetwp-type-pager .col-2 {
  width: 41.6666666667%;
  padding-left: 72px !important;
}
@media only screen and (max-width: 1200px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid .col-2, .flex-content-columns-row.column-layout-66-33 .posts-parent-container .facetwp-type-pager .col-2, .posts-parent-container .flex-content-columns-row.column-layout-66-33 .facetwp-type-pager .col-2 {
    padding-left: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid > div, .flex-content-columns-row.column-layout-66-33 .posts-parent-container .facetwp-type-pager > div, .posts-parent-container .flex-content-columns-row.column-layout-66-33 .facetwp-type-pager > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-66-33 .in-grid > div:not(:first-of-type), .flex-content-columns-row.column-layout-66-33 .posts-parent-container .facetwp-type-pager > div:not(:first-of-type), .posts-parent-container .flex-content-columns-row.column-layout-66-33 .facetwp-type-pager > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-1, .flex-content-columns-row.column-layout-33-66 .posts-parent-container .facetwp-type-pager .col-1, .posts-parent-container .flex-content-columns-row.column-layout-33-66 .facetwp-type-pager .col-1 {
  width: 41.6666666667%;
  padding-right: 72px !important;
}
@media only screen and (max-width: 1200px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid .col-1, .flex-content-columns-row.column-layout-33-66 .posts-parent-container .facetwp-type-pager .col-1, .posts-parent-container .flex-content-columns-row.column-layout-33-66 .facetwp-type-pager .col-1 {
    padding-right: 12px !important;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-2, .flex-content-columns-row.column-layout-33-66 .posts-parent-container .facetwp-type-pager .col-2, .posts-parent-container .flex-content-columns-row.column-layout-33-66 .facetwp-type-pager .col-2 {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid > div, .flex-content-columns-row.column-layout-33-66 .posts-parent-container .facetwp-type-pager > div, .posts-parent-container .flex-content-columns-row.column-layout-33-66 .facetwp-type-pager > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-33-66 .in-grid > div:not(:first-of-type), .flex-content-columns-row.column-layout-33-66 .posts-parent-container .facetwp-type-pager > div:not(:first-of-type), .posts-parent-container .flex-content-columns-row.column-layout-33-66 .facetwp-type-pager > div:not(:first-of-type) {
    margin-top: 48px;
  }
}

.flex-page-block-row .page-block-slider {
  padding-left: calc((100% - 1400px) / 2 + 12px) !important;
  padding-right: calc((100% - 1400px) / 2 + 12px) !important;
}
.flex-page-block-row .page-block-slider:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 1400px) {
  .flex-page-block-row .page-block-slider {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.flex-courses-slider-row .in-grid, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 24px;
}
.flex-courses-slider-row .in-grid .title, .flex-courses-slider-row .posts-parent-container .facetwp-type-pager .title, .posts-parent-container .flex-courses-slider-row .facetwp-type-pager .title {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
}
.flex-courses-slider-row .courses-slider {
  padding-left: calc((100% - 1400px) / 2 + 12px) !important;
  padding-right: calc((100% - 1400px) / 2 + 12px) !important;
}
.flex-courses-slider-row .courses-slider:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (max-width: 1400px) {
  .flex-courses-slider-row .courses-slider {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.flex-featured-news-row > .in-grid, .posts-parent-container .flex-featured-news-row > .facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 24px;
}
.flex-featured-news-row > .in-grid .title, .posts-parent-container .flex-featured-news-row > .facetwp-type-pager .title {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto !important;
}
.flex-featured-news-row .news-overview-container:not(:first-child) {
  margin-top: 48px;
}
.flex-featured-news-row .news-overview-container .in-grid, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .flex-featured-news-row .news-overview-container .in-grid, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager {
    gap: 24px;
  }
}
.flex-featured-news-row .news-overview-container .in-grid .blog-card, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .blog-card, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .blog-card {
  max-width: 500px;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .flex-featured-news-row .news-overview-container .in-grid .blog-card, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .blog-card, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .blog-card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .flex-featured-news-row .news-overview-container .in-grid .blog-card, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .blog-card, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .blog-card {
    width: 100%;
  }
}
.flex-featured-news-row .news-overview-container .in-grid .overview-btn, .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn, .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-featured-news-row .news-overview-container .in-grid .overview-btn:not(:first-child), .flex-featured-news-row .news-overview-container .posts-parent-container .facetwp-type-pager .overview-btn:not(:first-child), .posts-parent-container .flex-featured-news-row .news-overview-container .facetwp-type-pager .overview-btn:not(:first-child) {
  margin-top: 48px;
}
.flex-zorgkaart-row {
  background: #fff;
  border-top: 1px solid #E5EBF1;
}
.flex-zorgkaart-row .in-grid, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-zorgkaart-row .in-grid, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.flex-zorgkaart-row .in-grid .logo-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .logo-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .logo-container {
  width: 268px;
  height: auto;
  padding: 24px 24px 24px 12px !important;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  border-right: 1px solid #E5EBF1;
}
@media only screen and (max-width: 640px) {
  .flex-zorgkaart-row .in-grid .logo-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .logo-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .logo-container {
    order: 2;
    border-right: 0px;
    border-top: 1px solid #E5EBF1;
    padding: 24px 12px 24px 12px !important;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flex-zorgkaart-row .in-grid .logo-container .image, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .logo-container .image, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .logo-container .image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .flex-zorgkaart-row .in-grid .logo-container .image, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .logo-container .image, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .logo-container .image {
    width: 268px;
    height: auto;
  }
}
.flex-zorgkaart-row .in-grid .score-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-zorgkaart-row .in-grid .score-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container {
    order: 1;
    padding-top: 24px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flex-zorgkaart-row .in-grid .score-container .score-container, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container .score-container, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container .score-container {
  width: 75px;
  height: 75px;
  position: relative;
  background: #EEF3F6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flex-zorgkaart-row .in-grid .score-container .score-container > *, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container .score-container > *, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container .score-container > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.flex-zorgkaart-row .in-grid .score-container .score-container .score, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container .score-container .score, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container .score-container .score {
  font-weight: 900;
  font-size: 36px;
}
.flex-zorgkaart-row .in-grid .score-container .score-container .score .decimal, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .score-container .score-container .score .decimal, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .score-container .score-container .score .decimal {
  font-size: 21px;
  font-weight: 700;
  vertical-align: middle;
}
.flex-zorgkaart-row .in-grid .widget-container.hidden-by-default, .flex-zorgkaart-row .posts-parent-container .facetwp-type-pager .widget-container.hidden-by-default, .posts-parent-container .flex-zorgkaart-row .facetwp-type-pager .widget-container.hidden-by-default {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btns {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  width: 100%;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
}
.btns .btn-main.text {
  display: inherit;
}
.btns .btn-main.text a {
  position: relative;
  font-weight: bold;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.text a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #1F2E4C;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btns .btn-main.text a:hover {
  color: #6FB7B3;
}
.btns .btn-main.text a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background: #6FB7B3;
}

/** Title */
.title.left {
  text-align: left;
}
.title.center {
  text-align: center;
}
.title.right {
  text-align: right;
}
.title h1,
.title h2,
.title h3,
.title .cta-container .inner-cta-container .top-cta .cta-text p,
.cta-container .inner-cta-container .top-cta .cta-text .title p,
.title h4,
.title .product-item-small a .product-content h2,
.product-item-small a .product-content .title h2,
.title h5,
.title p,
.title span {
  width: 100%;
}
.title.font-primary h1,
.title.font-primary h2,
.title.font-primary h3,
.title.font-primary .cta-container .inner-cta-container .top-cta .cta-text p,
.cta-container .inner-cta-container .top-cta .cta-text .title.font-primary p,
.title.font-primary h4,
.title.font-primary .product-item-small a .product-content h2,
.product-item-small a .product-content .title.font-primary h2,
.title.font-primary h5,
.title.font-primary p,
.title.font-primary span {
  font-family: "Mulish", sans-serif !important;
}
.title.font-secondary h1,
.title.font-secondary h2,
.title.font-secondary h3,
.title.font-secondary .cta-container .inner-cta-container .top-cta .cta-text p,
.cta-container .inner-cta-container .top-cta .cta-text .title.font-secondary p,
.title.font-secondary h4,
.title.font-secondary .product-item-small a .product-content h2,
.product-item-small a .product-content .title.font-secondary h2,
.title.font-secondary h5,
.title.font-secondary p,
.title.font-secondary span {
  font-family: "ivymode", sans-serif !important;
}

.video-container .youtube,
.video-container .vimeo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-container .youtube .play-button,
.video-container .vimeo .play-button {
  background-color: #1F2E4C;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before,
.video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover,
.video-container .vimeo .play-button:hover {
  background-color: #010204;
}
.video-container .youtube img,
.video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img,
.video-container .youtube iframe,
.video-container .vimeo img,
.video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-code-container {
  width: 100%;
}
.iframe-code-container iframe {
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.icon-text span,
.icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i,
.icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}

.social-icons > ul {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}
.social-icons > ul li {
  padding: 0 5px;
}
.social-icons > ul li a {
  display: flex;
  padding-left: 24px;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.social-icons > ul li a:hover {
  background: #1F2E4C;
  color: #fff;
}
.social-icons > ul li a:hover i {
  color: #fff;
}
.social-icons > ul li a i {
  position: absolute;
  color: #1F2E4C;
  left: 50%;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #EEF3F6;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #EEF3F6;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #1F2E4C;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 24px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 24px;
}

.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.post-password-form {
  padding: 48px 12px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 24px;
}
.post-password-form p input {
  margin-top: 12px;
}

.faq-toggle-item {
  background: #E5EBF1 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.faq-toggle-item:not(:first-child) {
  margin-top: 5px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 12px 24px;
  border: none !important;
  background: transparent !important;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.faq-toggle-item .faq-toggle-question.show i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .faq-toggle-item .faq-toggle-question:hover {
    background: #1F2E4C !important;
  }
  .faq-toggle-item .faq-toggle-question:hover span {
    color: #fff !important;
  }
  .faq-toggle-item .faq-toggle-question:hover i {
    background: #fff;
    border: 1px solid #fff;
  }
}
.faq-toggle-item .faq-toggle-question span {
  margin-left: 0;
  padding-right: 24px;
  color: #1F2E4C !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.faq-toggle-item .faq-toggle-question i {
  position: relative;
  font-size: 11px;
  height: 32px;
  width: 32px;
  background: transparent;
  border: 1px solid rgba(31, 46, 76, 0.2);
  text-align: center;
  color: #1F2E4C;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-toggle-item .faq-toggle-question i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.faq-toggle-item .faq-toggle-answer {
  padding: 12px 24px 24px 24px;
}
.faq-toggle-item .faq-toggle-answer .btns {
  margin-top: 12px;
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #1F2E4C;
  color: #fff !important;
  padding: 6px 12px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
  z-index: 99999;
}
.skip-to-content:focus {
  top: 0;
}

.blog-card a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .blog-card a:hover .inner-card {
    background: #1F2E4C;
  }
  .blog-card a:hover .inner-card * {
    color: #fff;
  }
}
.blog-card .inner-card {
  background: #fff;
  padding: 36px;
  gap: 24px;
  width: 100%;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.blog-card .inner-card * {
  color: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 768px) {
  .blog-card .inner-card {
    padding: 24px;
  }
}
.blog-card .inner-card .top-content {
  width: 100%;
}
.blog-card .inner-card .top-content .image {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
  padding: 12px 24px;
}
.blog-card .inner-card .top-content .image .post-date {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #fff !important;
}
.blog-card .inner-card .top-content .image .image-holder {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-card .inner-card .bottom-content {
  width: 100%;
  gap: 12px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.wpml-ls-statics-shortcode_actions {
  position: relative;
  z-index: 99998;
}
.wpml-ls-statics-shortcode_actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item {
  position: relative;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  background: #E5EBF1 !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-item-toggle:after {
  content: "\f078";
  position: relative;
  font-size: 12px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-flag {
  display: block;
  object-fit: cover;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: white;
  margin-top: 4px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item {
  padding: 0;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #E5EBF1 !important;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu .wpml-ls-item a:hover {
  background: #f5f5f5;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language.wpml-ls-open .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
}

.sticky-btn-link {
  position: fixed;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  gap: 12px;
  bottom: 12px;
  right: 12px;
  background: #DA2800;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  z-index: 99;
}
@media only screen and (min-width: 991px) {
  .sticky-btn-link:hover {
    background: #a71f00;
  }
}
.sticky-btn-link span {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .sticky-btn-link {
    position: sticky;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.sticky-btn-link.animated-item.in-view {
  animation: jump 0.6s ease;
}

.also-interesting p.h3 {
  margin-bottom: 12px;
}
.also-interesting .also-interesting__list {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.also-interesting .also-interesting__list li a {
  width: 100%;
  padding: 24px 72px 24px 24px;
  background: #EEF3F6;
  position: relative;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a .icon-container {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 24px;
  top: 50%;
  border: 2px solid rgba(31, 46, 76, 0.2);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a .icon-container svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media screen and (min-width: 768px) {
  .also-interesting .also-interesting__list li a:hover {
    background: #1F2E4C;
    color: #fff;
  }
  .also-interesting .also-interesting__list li a:hover .icon-container {
    border-color: #fff;
  }
  .also-interesting .also-interesting__list li a:hover .icon-container svg path {
    fill: #fff;
  }
}

.cta-container .inner-cta-container {
  padding: 24px;
  background: #6FB7B3;
  gap: 24px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.cta-container .inner-cta-container .top-cta {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cta-container .inner-cta-container .top-cta .image {
  width: 80px;
  aspect-ratio: 1/1;
  position: relative;
}
.cta-container .inner-cta-container .top-cta .image svg.primary-svg {
  position: absolute;
  z-index: 1;
  left: -5px;
  top: 3px;
}
.cta-container .inner-cta-container .top-cta .image svg.secondary-svg {
  position: absolute;
  z-index: 3;
  left: -5px;
  bottom: -5px;
}
.cta-container .inner-cta-container .top-cta .image svg.tertiary-svg {
  position: absolute;
  right: -10px;
  top: 20px;
  z-index: 3;
}
.cta-container .inner-cta-container .top-cta .image .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  -ms-border-radius: 50% 50% 0 0;
  -o-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
}
.cta-container .inner-cta-container .top-cta .cta-text:not(:only-child) {
  width: calc(100% - 80px);
  padding-left: 24px;
}
.cta-container .inner-cta-container .top-cta .cta-text p {
  font-family: "ivymode", sans-serif;
  color: #fff;
}
.cta-container .inner-cta-container .bottom-cta .btns .btn-main.primary a:hover, .cta-container .inner-cta-container .bottom-cta .btns .btn-main.secondary a:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #1F2E4C !important;
}
.cta-container .inner-cta-container .bottom-cta .btns .btn-main.primary a:hover svg, .cta-container .inner-cta-container .bottom-cta .btns .btn-main.secondary a:hover svg {
  fill: #1F2E4C !important;
}

.breadcrumbs {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #E5EBF1;
}
.breadcrumbs + .hero {
  padding-top: 48px;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs + .hero {
    padding-top: 24px;
  }
}
.breadcrumbs .rank-math-breadcrumb {
  width: 100%;
}
.breadcrumbs .rank-math-breadcrumb p {
  column-gap: 12px;
  row-gap: 6px;
}
.breadcrumbs .rank-math-breadcrumb p a {
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .rank-math-breadcrumb p a:hover {
    color: #6FB7B3;
  }
}
.breadcrumbs .rank-math-breadcrumb p .separator {
  opacity: 0.25;
  font-size: 14px;
  line-height: 2;
}
.breadcrumbs .rank-math-breadcrumb p span.last {
  border-bottom: 1px dashed #1F2E4C;
}

.child-page-block {
  width: 100%;
}
.child-page-block a {
  text-decoration: none;
}
.child-page-block a > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .child-page-block a:hover .inner-block .top-content .image .image-holder img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .child-page-block a:hover .inner-block .bottom-content {
    background: #1F2E4C;
  }
}
.child-page-block .inner-block {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.child-page-block .inner-block > div {
  width: 100%;
}
.child-page-block .inner-block .top-content .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.child-page-block .inner-block .top-content .image .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  -ms-border-radius: 50% 50% 0 0;
  -o-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
}
.child-page-block .inner-block .top-content .image .image-holder img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.child-page-block .inner-block .bottom-content {
  background: #6FB7B3;
  color: #fff;
  padding: 12px 80px 12px 24px;
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.child-page-block .inner-block .bottom-content p {
  font-size: 21px;
}
.child-page-block .inner-block .bottom-content .icon-container {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.company-data-item + .company-data-item {
  margin-top: 12px;
}
.company-data-item.address {
  padding-left: 24px;
  padding-left: 42px;
  position: relative;
}
.company-data-item.address:before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.company-data-item.address.address .label {
  display: flex;
  width: 100%;
  font-weight: bold;
}
.company-data-item.address.address:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12ZM12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
.company-data-item.address.email .label {
  font-weight: bold;
  margin-right: 5px;
}
.company-data-item.address.email:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 512 512'%3E%3Cpath d='M475.152,65.974H36.847A36.889,36.889,0,0,0,0,102.821V409.179a36.889,36.889,0,0,0,36.847,36.847H475.152A36.888,36.888,0,0,0,512,409.179V102.821A36.888,36.888,0,0,0,475.152,65.974ZM267.506,260.706a17.787,17.787,0,0,1-23.012,0L39.093,89.974H472.907ZM201.285,256,24,403.362V108.638Zm18.774,15.6,9.093,7.559a42.012,42.012,0,0,0,53.7,0l9.093-7.559L472.907,422.025H39.093ZM310.715,256,488,108.638V403.361Z'/%3E%3C/svg%3E%0A");
}
.company-data-item.address.phone .label {
  font-weight: bold;
  margin-right: 5px;
}
.company-data-item.address.phone:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M-4.5897e-08 1.05C-3.27835e-08 0.749999 0.1 0.499999 0.299999 0.299999C0.5 0.0999992 0.75 -7.54021e-07 1.05 -7.40908e-07L5.1 -5.63877e-07C5.31667 -5.54406e-07 5.5125 0.0749995 5.6875 0.224999C5.8625 0.374999 5.98333 0.566666 6.05 0.799999L6.75 4.25C6.78333 4.48333 6.7625 4.72083 6.6875 4.9625C6.6125 5.20417 6.5 5.4 6.35 5.55L4 7.9C4.36667 8.53333 4.77083 9.13333 5.2125 9.7C5.65417 10.2667 6.13333 10.8083 6.65 11.325C7.18333 11.875 7.7375 12.3792 8.3125 12.8375C8.8875 13.2958 9.48333 13.6917 10.1 14.025L12.55 11.6C12.6833 11.4667 12.8417 11.375 13.025 11.325C13.2083 11.275 13.4333 11.2667 13.7 11.3L17.2 11.95C17.4167 11.9833 17.6042 12.0917 17.7625 12.275C17.9208 12.4583 18 12.6667 18 12.9L18 16.95C18 17.25 17.9 17.5 17.7 17.7C17.5 17.9 17.25 18 16.95 18C14.8667 18 12.8083 17.5458 10.775 16.6375C8.74167 15.7292 6.89167 14.4417 5.225 12.775C3.55833 11.1083 2.27083 9.25833 1.3625 7.225C0.454166 5.19167 -1.36962e-07 3.13333 -4.5897e-08 1.05ZM12 14.95C12.65 15.2333 13.3083 15.45 13.975 15.6C14.6417 15.75 15.3167 15.8667 16 15.95L16 13.75L13.65 13.3L12 14.95ZM3.1 6L4.75 4.35L4.25 2L2.05 2C2.1 2.68333 2.21667 3.35833 2.4 4.025C2.58333 4.69167 2.81667 5.35 3.1 6Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
.company-data-item.address.phone.emergency:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.9 18V12.05L1.75 15.025L0 12L5.15 9L0 6.025L1.75 3L6.9 5.975V0H10.4V5.975L15.55 3L17.3 6.025L12.15 9L17.3 12L15.55 15.025L10.4 12.05V18H6.9Z' fill='%231F2E4C'/%3E%3C/svg%3E");
}
.company-data-item.address.website:before {
  content: "\f0c1";
}
.company-data-item.address.kvk:before {
  content: "\f1ad";
}
.company-data-item.address.tax:before {
  content: "\f51e";
}
.company-data-item .label {
  display: block;
  width: 100%;
  font-weight: bold;
}

.course-card a {
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .course-card a:hover .inner-card {
    background: #1F2E4C;
  }
  .course-card a:hover .inner-card .top-content .image .image-holder img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .course-card a:hover .inner-card .bottom-content .tags .course-tag {
    background: #6FB7B3;
  }
}
.course-card a .inner-card {
  padding: 12px;
  background: #6FB7B3;
  width: 100%;
  gap: 24px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.course-card a .inner-card > div {
  width: 100%;
}
.course-card a .inner-card .top-content .image {
  position: relative;
  aspect-ratio: 16/9;
}
.course-card a .inner-card .top-content .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.course-card a .inner-card .top-content .image .image-holder img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.course-card a .inner-card .bottom-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 6px;
  position: relative;
  padding: 0 12px 12px 12px;
  box-sizing: border-box;
  word-break: break-word;
}
@media only screen and (max-width: 640px) {
  .course-card a .inner-card .bottom-content {
    padding: 0 12px 72px 12px;
  }
}
.course-card a .inner-card .bottom-content .course-title,
.course-card a .inner-card .bottom-content .tags {
  padding-right: 72px;
}
@media only screen and (max-width: 640px) {
  .course-card a .inner-card .bottom-content .course-title,
  .course-card a .inner-card .bottom-content .tags {
    padding-right: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.course-card a .inner-card .bottom-content .tags {
  gap: 12px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.course-card a .inner-card .bottom-content .tags .course-tag {
  font-size: 14px;
  background: #1F2E4C;
  padding: 4px 12px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.course-card a .inner-card .bottom-content .icon-container {
  background: #fff;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .course-card a .inner-card .bottom-content .icon-container {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.course-card a .inner-card .bottom-content * {
  color: #fff;
}

.team-card a {
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .team-card a:hover .inner-card {
    background: #1F2E4C;
  }
  .team-card a:hover .inner-card .side-container .post-title {
    color: #fff;
  }
  .team-card a:hover .inner-card .side-container .icon-container {
    background: #fff;
    border: 2px solid #fff;
  }
}
.team-card a .inner-card {
  padding: 12px;
  background: #E5EBF1;
  width: 100%;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.team-card a .inner-card .image-container {
  width: 175px;
}
.team-card a .inner-card .image-container .image {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
}
.team-card a .inner-card .image-container .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.team-card a .inner-card .side-container {
  width: calc(100% - 175px);
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 72px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.team-card a .inner-card .side-container .tags {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.team-card a .inner-card .side-container .tags .role-tag {
  font-size: 14px;
  background: #fff;
  padding: 4px 12px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.team-card a .inner-card .side-container .icon-container {
  height: 48px;
  width: 48px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 2px solid rgba(31, 46, 76, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}
.facetwp-facet.facetwp-type-radio {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 12px;
}
.facetwp-facet.facetwp-type-radio .facetwp-radio {
  background: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px !important;
  border: 2px solid rgba(31, 46, 76, 0.2);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.facetwp-facet.facetwp-type-radio .facetwp-radio.checked {
  background: #1F2E4C !important;
  border: 2px solid #1F2E4C;
  color: #fff;
}
.facetwp-facet.facetwp-type-radio .facetwp-radio .facetwp-display-value {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.facetwp-facet.facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}

.table {
  border: 1px solid #e5e5e5;
}
.table .banner-row {
  background: #1F2E4C !important;
  color: #fff !important;
  font-weight: bold;
}
.table .banner-row * {
  color: #fff !important;
}
.table .table-item {
  background: #fff;
}
.table .table-item:nth-of-type(odd) {
  background: #EEF3F6;
}
@media only screen and (max-width: 640px) {
  .table .table-item .table-col {
    width: 100%;
  }
}
.table .table-item .table-col span {
  display: inline-block;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .table .table-item .table-col span {
    padding: 10px;
  }
}
.table .table-item .table-col:first-of-type {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 640px) {
  .table .table-item .table-col:first-of-type {
    border-right: none;
    color: #000;
  }
}
@media only screen and (max-width: 640px) {
  .table .table-item .table-col:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
  .table .table-item .table-col:last-of-type span {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post-nav {
  margin-top: 24px;
  width: 100%;
}
.post-nav > a {
  width: calc(50% - 15px);
}
.post-nav > a:not(:first-of-type) {
  margin-left: 24px;
}
.post-nav > a .post-nav-content {
  border: 1px solid #e5e5e5;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #1F2E4C;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 12px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}

.single-team_cpt {
  background: #E5EBF1;
}
.single-team_cpt .in-grid .image-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col {
  width: 41.6666666667%;
  padding: 0 48px !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .single-team_cpt .in-grid .image-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col {
    width: 100%;
  }
}
.single-team_cpt .in-grid .image-col .image, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image {
  position: relative;
  width: 100%;
  aspect-ratio: auto 6/7;
  max-width: 600px;
}
.single-team_cpt .in-grid .image-col .image svg, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image svg, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image svg {
  pointer-events: none;
}
.single-team_cpt .in-grid .image-col .image svg.primary-svg, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image svg.primary-svg, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image svg.primary-svg {
  position: absolute;
  left: -12px;
  top: -24px;
  z-index: 1;
}
.single-team_cpt .in-grid .image-col .image svg.secondary-svg, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image svg.secondary-svg, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image svg.secondary-svg {
  position: absolute;
  left: -12px;
  bottom: -24px;
  z-index: 3;
}
.single-team_cpt .in-grid .image-col .image svg.tertiary-svg, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image svg.tertiary-svg, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image svg.tertiary-svg {
  top: 50%;
  right: -12px !important;
  z-index: 3;
}
.single-team_cpt .in-grid .image-col .image .image-holder, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image .image-holder, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 50% 50% 0 0;
}
.single-team_cpt .in-grid .image-col .image .image-holder img, .single-team_cpt .posts-parent-container .facetwp-type-pager .image-col .image .image-holder img, .posts-parent-container .single-team_cpt .facetwp-type-pager .image-col .image .image-holder img {
  object-position: top center !important;
}
.single-team_cpt .in-grid .content-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col {
  width: 58.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .single-team_cpt .in-grid .content-col, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col {
    width: 100%;
    margin-top: 72px;
  }
}
.single-team_cpt .in-grid .content-col .tags, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col .tags, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col .tags {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.single-team_cpt .in-grid .content-col .tags .role-tag, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col .tags .role-tag, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col .tags .role-tag {
  font-size: 14px;
  background: #fff;
  padding: 4px 12px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.single-team_cpt .in-grid .content-col .wysiwyg-content, .single-team_cpt .posts-parent-container .facetwp-type-pager .content-col .wysiwyg-content, .posts-parent-container .single-team_cpt .facetwp-type-pager .content-col .wysiwyg-content {
  margin-top: 12px;
}

.single-courses_cpt .in-grid-m, .single-post .in-grid-m {
  gap: 24px;
}
.single-courses_cpt .in-grid-m .image-row, .single-post .in-grid-m .image-row {
  width: 100%;
}
.single-courses_cpt .in-grid-m .image-row .image, .single-post .in-grid-m .image-row .image {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.single-courses_cpt .in-grid-m .image-row .image .image-holder, .single-post .in-grid-m .image-row .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.single-courses_cpt .in-grid-m .content-row, .single-post .in-grid-m .content-row {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.single-courses_cpt .in-grid-m .content-row .post-date, .single-post .in-grid-m .content-row .post-date {
  margin-top: -12px;
}
.single-courses_cpt .in-grid-m .content-row .tags, .single-post .in-grid-m .content-row .tags {
  gap: 12px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.single-courses_cpt .in-grid-m .content-row .tags .course-tag, .single-post .in-grid-m .content-row .tags .course-tag {
  font-size: 14px;
  background: #1F2E4C;
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.back-link {
  margin-top: 12px;
}
.back-link a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.back-link a .icon-container {
  width: 48px;
  height: 48px;
  border: 2px solid #1F2E4C;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.back-link a .icon-container svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.back-link a:hover {
  color: #6FB7B3;
}
.back-link a:hover .icon-container {
  background: #6FB7B3;
  border: 2px solid #6FB7B3;
}
.back-link a:hover .icon-container svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.blog .page-header, .archive .page-header {
  padding: 72px 0;
}

.posts-parent-container {
  padding: 48px 12px 96px 12px;
}
.posts-parent-container .default-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .posts-parent-container .default-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .posts-parent-container .default-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.posts-parent-container .default-posts-container > div, .posts-parent-container .default-posts-container article {
  height: 100%;
}
.posts-parent-container .facetwp-type-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 0 12px;
  margin-top: 48px;
}
.posts-parent-container .facetwp-type-pager .facetwp-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.posts-parent-container .facetwp-type-pager .facetwp-pager .facetwp-page {
  min-width: 48px;
  min-height: 48px;
  border: 2px solid rgba(31, 46, 76, 0.2);
  font-weight: bold;
  margin: 0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.posts-parent-container .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  background: #1F2E4C;
  border: 2px solid #1F2E4C;
  color: #fff;
}

.facetwp-template {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  opacity: 1;
}
.facetwp-template.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.post-type-archive .page-header .in-grid, .post-type-archive .page-header .posts-parent-container .facetwp-type-pager, .posts-parent-container .post-type-archive .page-header .facetwp-type-pager, .blog .page-header .in-grid, .blog .page-header .posts-parent-container .facetwp-type-pager, .posts-parent-container .blog .page-header .facetwp-type-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.post-type-archive .page-header + .posts-parent-container, .blog .page-header + .posts-parent-container {
  padding-top: 0 !important;
}

.post-type-archive-courses_cpt .site-main > svg.svg-1, .blog .site-main > svg.svg-1 {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}
.post-type-archive-courses_cpt .site-main > svg.svg-2, .blog .site-main > svg.svg-2 {
  position: absolute;
  right: 100px;
  top: -30px;
  z-index: 2;
}
.post-type-archive-courses_cpt .site-main > svg.svg-3, .blog .site-main > svg.svg-3 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-courses_cpt .site-main > svg, .blog .site-main > svg {
    opacity: 0.1;
  }
}
.post-type-archive-courses_cpt .site-main .page-header, .post-type-archive-courses_cpt .site-main .posts-parent-container, .post-type-archive-courses_cpt .site-main .flex-row, .blog .site-main .page-header, .blog .site-main .posts-parent-container, .blog .site-main .flex-row {
  position: relative;
  z-index: 3;
}

.post-type-archive-team_cpt {
  background: #fff;
}
.post-type-archive-team_cpt .site-main > svg.svg-1 {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}
.post-type-archive-team_cpt .site-main > svg.svg-2 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
}
.post-type-archive-team_cpt .site-main > svg.svg-3 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-team_cpt .site-main > svg {
    opacity: 0.1;
  }
}
.post-type-archive-team_cpt .site-main .page-header, .post-type-archive-team_cpt .site-main .posts-parent-container, .post-type-archive-team_cpt .site-main .flex-row {
  position: relative;
  z-index: 3;
}
.post-type-archive-team_cpt .default-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1400px) {
  .post-type-archive-team_cpt .default-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .post-type-archive-team_cpt .default-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.post-type-archive-team_cpt .default-posts-container > div, .post-type-archive-team_cpt .default-posts-container article {
  height: 100%;
}

.blog .default-posts-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1166.6666666667px;
}
@media only screen and (max-width: 1400px) {
  .blog .default-posts-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blog .default-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.blog .default-posts-container > div, .blog .default-posts-container article {
  height: 100%;
}

.navigation {
  padding: 24px 12px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination > a, .navigation .pagination > span {
  margin: 5px;
  padding: 5px 10px;
  min-width: 34px;
  text-align: center;
  font-size: 14px;
}
.navigation .pagination > a {
  text-decoration: none;
  border: 1px solid #EEF3F6;
  color: #565656;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination > a:hover {
  background: #EEF3F6;
}
.navigation .pagination > a i {
  vertical-align: middle;
}
.navigation .pagination > span {
  background: #EEF3F6;
}

/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}
.cc-slider .slider-ctrls {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.cc-slider .slider-ctrls .swiper-pagination-bullets {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  .cc-slider .slider-ctrls .swiper-pagination-bullets {
    width: 100%;
    order: 1;
  }
}
.cc-slider .slider-ctrls .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border: 2px solid #1F2E4C !important;
  background: transparent;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cc-slider .slider-ctrls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1F2E4C;
}
.cc-slider .slider-ctrls button {
  padding: 0 !important;
  height: 48px;
  width: 48px;
  background: transparent !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .cc-slider .slider-ctrls button {
    order: 2;
  }
}
.cc-slider .slider-ctrls button svg {
  width: 18px;
  height: 18px;
}
.cc-slider .slider-ctrls button svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-ctrls button:hover {
  border: 2px solid #1F2E4C !important;
  background: #1F2E4C !important;
}
.cc-slider .slider-ctrls button:hover svg path {
  fill: #fff;
}
.cc-slider .slider-ctrls button.swiper-button-disabled {
  background: #fff !important;
  border: 2px solid #fff !important;
}
.cc-slider .slider-ctrls button.swiper-button-disabled svg {
  opacity: 0.3;
}
.cc-slider .slider-ctrls button.swiper-button-disabled svg path {
  fill: #1F2E4C !important;
}
.cc-slider.page-block-slider .swiper-wrapper, .cc-slider.courses-slider .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.cc-slider.page-block-slider .swiper-wrapper > div, .cc-slider.courses-slider .swiper-wrapper > div {
  height: auto;
}
.cc-slider.page-block-slider .swiper-wrapper > div > div, .cc-slider.courses-slider .swiper-wrapper > div > div {
  height: 100%;
}
.cc-slider.courses-slider .swiper-wrapper .swiper-slide {
  opacity: 0.1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.courses-slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.cc-slider.courses-slider .swiper-wrapper .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .cc-slider.courses-slider .swiper-wrapper .swiper-slide-active + .swiper-slide {
    opacity: 0.1;
  }
}
.cc-slider.courses-slider .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.courses-slider .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.1;
  }
}
.cc-slider .slider-controls {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.cc-slider .slider-controls .swiper-button:not(:last-of-type) {
  margin-right: 12px;
}
.cc-slider .slider-controls .swiper-button i {
  font-size: 30px;
  color: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-controls .swiper-button:hover {
  cursor: pointer;
}
.cc-slider .slider-controls .swiper-button:hover i {
  color: #1F2E4C;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left;
  background: #1F2E4C;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1F2E4C;
}
.cc-slider .autoplay-progress-timer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1F2E4C;
}
.cc-slider .autoplay-progress-timer svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #1F2E4C;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/**
	DEFAULT SWIPER STYLING
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #1F2E4C;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open .fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer,
.fancybox-container .fancybox-inner,
.fancybox-container .fancybox-bg,
.fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-toolbar,
.fancybox-container .fancybox-caption,
.fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-toolbar,
  .fancybox-container .fancybox-caption,
  .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #EEF3F6;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding .fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #EEF3F6;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #565656;
}
.fancybox-container .fancybox-button:hover {
  background-color: #EEF3F6;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.fancybox-progress {
  background: #EEF3F6;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}

/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #565656;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/**
 * WooCommerce Variables
 */
.select2-container .select2-selection--single {
  height: auto;
  border-color: #e5e5e5;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 6px 12px;
}

.select2-dropdown {
  border-color: #e5e5e5;
}

.select2-search--dropdown {
  padding: 6px 12px;
}

.select2-results__option {
  padding: 6px 12px;
}

.product-item {
  border: 1px solid #e5e5e5;
  padding: 12px;
  text-align: left !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item > * {
  width: 100%;
}
.product-item a {
  text-decoration: none;
}
.product-item a > div {
  width: 100%;
}
.product-item a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
}
.product-item a .product-content {
  font-size: 18px;
}
.product-item .product-actions {
  margin-top: 12px;
  font-size: 18px;
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}

.product-item-small {
  border: 1px solid #e5e5e5;
  padding: 12px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item-small > * {
  width: 100%;
}
.product-item-small a {
  text-decoration: none;
}
.product-item-small a > div {
  width: 100%;
}
.product-item-small a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
  width: 100px;
}
.product-item-small a .product-content {
  width: calc(100% - 100px);
  padding-left: 12px;
}
.product-item-small .product-actions {
  margin-top: 12px;
  justify-content: center;
}

.cc-base-popup {
  display: none;
  padding: 12px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-base-popup .pop-up-bg {
  background: rgba(86, 86, 86, 0.95);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 700px;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container .inner-pop-up-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.cc-base-popup .pop-up-container .inner-pop-up-container > div {
  padding: 24px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #1F2E4C;
  text-decoration: none;
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #1F2E4C;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-base-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-base-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.cc-add-to-cart-popup {
  display: none;
  padding: 12px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-add-to-cart-popup .pop-up-bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 500px;
  max-height: 80vh;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container {
  background: #000;
  border: 1px solid #565656;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container > div {
  padding: 24px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #1F2E4C;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #1F2E4C;
  text-decoration: none;
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #1F2E4C;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

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

.ccwc-add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 12px;
}
.nav-cart,
.nav-account {
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 53px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-cart,
  .nav-account {
    background: #fff;
    border: 1px solid #565656;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    right: 70px;
    top: 21px;
    z-index: 99999;
    display: block;
    position: fixed;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-cart.nav-cart,
  .nav-account.nav-cart {
    right: 125px;
  }
  .nav-cart a,
  .nav-account a {
    text-decoration: none;
  }
  .nav-cart .inner-box,
  .nav-account .inner-box {
    width: 100%;
    height: 100%;
    color: #1F2E4C;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .nav-cart .inner-box span:not(.cart-count),
  .nav-account .inner-box span:not(.cart-count) {
    display: none;
  }
  .nav-cart .inner-box span.cart-count,
  .nav-account .inner-box span.cart-count {
    padding: 3px;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    border: 1px solid #565656;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: -5px;
  }
}

.cart-button, .account-button {
  display: flex;
  height: 100%;
}

.woocommerce-cart .alignwide {
  width: 100%;
}
.woocommerce-cart .wc-block-cart__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-cart .wc-block-cart__sidebar {
  padding-left: 24px;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    padding-left: 0 !important;
  }
}

.wc-block-components-quantity-selector__button {
  background: transparent !important;
  color: #1F2E4C !important;
}

.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 6px 24px !important;
  line-height: 1.2 !important;
  background: #1F2E4C !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
}

.wp-block-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #e5e5e5 !important;
  background: transparent;
  border: 0;
}

.product-item {
  height: 100%;
}

.wp-block-heading {
  margin-bottom: 24px;
}

.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 !important;
}
.wc-block-grid__products > div {
  width: 100%;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product {
  border: 0 !important;
}

.woocommerce-checkout .alignwide {
  width: 100%;
}
.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  padding-left: 24px;
  top: 140px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    padding-left: 0 !important;
  }
}

.account-page .in-grid .woocommerce, .account-page .posts-parent-container .facetwp-type-pager .woocommerce, .posts-parent-container .account-page .facetwp-type-pager .woocommerce {
  width: 100%;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation, .account-page .posts-parent-container .facetwp-type-pager nav.woocommerce-MyAccount-navigation, .posts-parent-container .account-page .facetwp-type-pager nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #EEF3F6;
  padding: 10px 15px;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation:after, .account-page .posts-parent-container .facetwp-type-pager nav.woocommerce-MyAccount-navigation:after, .posts-parent-container .account-page .facetwp-type-pager nav.woocommerce-MyAccount-navigation:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
  right: 15px;
  background: linear-gradient(90deg, rgba(238, 243, 246, 0) 0%, #eef3f6 100%);
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation:after, .account-page .posts-parent-container .facetwp-type-pager nav.woocommerce-MyAccount-navigation:after, .posts-parent-container .account-page .facetwp-type-pager nav.woocommerce-MyAccount-navigation:after {
    display: block;
  }
}
.account-page .in-grid ul, .account-page .posts-parent-container .facetwp-type-pager ul, .posts-parent-container .account-page .facetwp-type-pager ul {
  list-style: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid ul, .account-page .posts-parent-container .facetwp-type-pager ul, .posts-parent-container .account-page .facetwp-type-pager ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch !important;
  }
  .account-page .in-grid ul::-webkit-scrollbar-track, .account-page .posts-parent-container .facetwp-type-pager ul::-webkit-scrollbar-track, .posts-parent-container .account-page .facetwp-type-pager ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #e5e5e5;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid ul::-webkit-scrollbar, .account-page .posts-parent-container .facetwp-type-pager ul::-webkit-scrollbar, .posts-parent-container .account-page .facetwp-type-pager ul::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #e5e5e5;
    cursor: pointer;
  }
  .account-page .in-grid ul::-webkit-scrollbar-thumb, .account-page .posts-parent-container .facetwp-type-pager ul::-webkit-scrollbar-thumb, .posts-parent-container .account-page .facetwp-type-pager ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
  }
}
.account-page .in-grid ul li:not(:last-child), .account-page .posts-parent-container .facetwp-type-pager ul li:not(:last-child), .posts-parent-container .account-page .facetwp-type-pager ul li:not(:last-child) {
  margin-right: 30px;
}
.account-page .in-grid .woocommerce-MyAccount-content, .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content, .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content {
  padding-bottom: 48px;
  padding-top: 48px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child), .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child), .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #565656;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child), .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child), .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child) {
  margin-top: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title, .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title, .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title {
  margin-right: 5px;
  font-weight: bold;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action, .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action, .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action {
  text-decoration: underline;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child), .account-page .posts-parent-container .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child), .posts-parent-container .account-page .facetwp-type-pager .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child) {
  margin-right: 10px;
}

.woocommerce-account .account-page {
  padding: 72px 0;
}
.woocommerce-account .u-columns {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .u-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .u-columns > div {
  width: 100%;
  padding: 24px;
  background: #EEF3F6;
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div .cta-container .inner-cta-container .top-cta .cta-text p, .cta-container .inner-cta-container .top-cta .cta-text .woocommerce-account .u-columns > div p, .woocommerce-account .u-columns > div h4 {
  margin-bottom: 12px;
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text {
  margin-bottom: 12px;
}
.woocommerce-account .u-columns > div .lost_password {
  margin-top: 12px;
}
.woocommerce-account .u-columns > div .show-password-input {
  display: none;
}

.woocommerce-lost-password .woocommerce {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 24px;
  background: #EEF3F6;
  max-width: 600px;
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 12px;
}

.single-product .product > section:not(:first-of-type) {
  margin-top: 72px;
}
.single-product .product-summary .in-grid, .single-product .product-summary .posts-parent-container .facetwp-type-pager, .posts-parent-container .single-product .product-summary .facetwp-type-pager {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery, .single-product .product-summary .posts-parent-container .facetwp-type-pager .woocommerce-product-gallery, .posts-parent-container .single-product .product-summary .facetwp-type-pager .woocommerce-product-gallery {
  width: 41.6666666667%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery, .single-product .product-summary .posts-parent-container .facetwp-type-pager .woocommerce-product-gallery, .posts-parent-container .single-product .product-summary .facetwp-type-pager .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product .product-summary .in-grid .summary, .single-product .product-summary .posts-parent-container .facetwp-type-pager .summary, .posts-parent-container .single-product .product-summary .facetwp-type-pager .summary {
  width: 58.3333333333%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary, .single-product .product-summary .posts-parent-container .facetwp-type-pager .summary, .posts-parent-container .single-product .product-summary .facetwp-type-pager .summary {
    width: 100%;
    margin-top: 24px;
  }
}
.single-product .product-description .woocommerce-tabs {
  width: 100%;
}
.single-product .product-description .woocommerce-tabs .tabs {
  list-style: none;
}
.single-product .product-description .woocommerce-tabs .tabs li:not(:last-of-type) {
  margin-right: 24px;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  overflow-x: auto;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #e0e0e0;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th {
  background-color: #f9f9f9;
  font-weight: 600;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th.woocommerce-product-attributes-item__label {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  width: 35%;
}
.single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.single-product .related-products .products-grid:not(:first-child), .single-product .upsell-products .products-grid:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce.post-type-archive-product .in-grid .woocommerce-products-header, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .woocommerce-products-header, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .woocommerce-products-header, .woocommerce.post-type-archive-product .in-grid .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .woocommerce-notices-wrapper, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .results-ordering-container, .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid, .woocommerce.tax-product_cat .in-grid .woocommerce-products-header, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .woocommerce-products-header, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .woocommerce-products-header, .woocommerce.tax-product_cat .in-grid .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .woocommerce-notices-wrapper, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .results-ordering-container, .woocommerce.tax-product_cat .in-grid .products-grid, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid {
  width: 100%;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .results-ordering-container, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .results-ordering-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container:not(:first-child), .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .results-ordering-container:not(:first-child), .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .in-grid .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .results-ordering-container:not(:first-child), .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .results-ordering-container:not(:first-child) {
  margin-top: 24px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid:not(:first-child), .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid:not(:first-child), .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid:not(:first-child), .woocommerce.tax-product_cat .in-grid .products-grid:not(:first-child), .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid:not(:first-child), .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.post-type-archive-product .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.post-type-archive-product .facetwp-type-pager .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid, .woocommerce.tax-product_cat .posts-parent-container .facetwp-type-pager .products-grid, .posts-parent-container .woocommerce.tax-product_cat .facetwp-type-pager .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}