/*--------lightslider - v1.1.6 - 2016-10-25 -------------*/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/ GRab cursor */
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/*------------------------------ FIN ligthslider -------------------------------------*/
/*----------------------------- ICOMOON STYLE.CSS ------------------------------------*/
@font-face {
    font-family: 'ym-icon';
    src: url('https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONTD21CFC9617D44E88AA1505F786AB850E/native/ym-icon.eot?channelToken=ba1c7149f0ab482a88e04d0f86079128&j2p85r');
    src: url('https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONTD21CFC9617D44E88AA1505F786AB850E/native/ym-icon.eot?channelToken=ba1c7149f0ab482a88e04d0f86079128&j2p85r#iefix') format('embedded-opentype'), url('https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT319B566C42014DAE9AA5D918A1EDAB4C/native/ym-icon.ttf?channelToken=ba1c7149f0ab482a88e04d0f86079128&j2p85r') format('truetype'), url('https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT6B5BD43FC7894E72961F0E879E5F5CD3/native/ym-icon.woff?channelToken=ba1c7149f0ab482a88e04d0f86079128&j2p85r') format('woff'), url('https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT0E93904A07CF4226A12793C8CE1D794F/native/ym-icon.svg?channelToken=ba1c7149f0ab482a88e04d0f86079128&j2p85r#ym-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ym-icon-"],
[class*=" ym-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ym-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ym-icon-bookmark-fill:before {
    content: "\e96b";
}

.ym-icon-atom-play:before {
    content: "\e96a";
}

.ym-icon-repeat:before {
    content: "\e900";
}

.ym-icon-rotate-cw:before {
    content: "\e901";
}

.ym-icon-search:before {
    content: "\e902";
}

.ym-icon-settings:before {
    content: "\e903";
}

.ym-icon-share-2:before {
    content: "\e904";
}

.ym-icon-shopping-bag:before {
    content: "\e905";
}

.ym-icon-shopping-cart:before {
    content: "\e906";
}

.ym-icon-tag:before {
    content: "\e907";
}

.ym-icon-tool:before {
    content: "\e908";
}

.ym-icon-trash-2:before {
    content: "\e909";
}

.ym-icon-truck:before {
    content: "\e90a";
}

.ym-icon-twitter:before {
    content: "\e90b";
}

.ym-icon-unlock:before {
    content: "\e90c";
}

.ym-icon-upload:before {
    content: "\e90d";
}

.ym-icon-upload-cloud:before {
    content: "\e90e";
}

.ym-icon-user:before {
    content: "\e90f";
}

.ym-icon-user-plus:before {
    content: "\e910";
}

.ym-icon-users:before {
    content: "\e911";
}

.ym-icon-video:before {
    content: "\e912";
}

.ym-icon-x:before {
    content: "\e913";
}

.ym-icon-x-circle:before {
    content: "\e914";
}

.ym-icon-x-square:before {
    content: "\e915";
}

.ym-icon-youtube:before {
    content: "\e916";
}

.ym-icon-youtube2:before {
    content: "\e917";
}

.ym-icon-alert-circle:before {
    content: "\e918";
}

.ym-icon-alert-triangle:before {
    content: "\e919";
}

.ym-icon-arrow-down:before {
    content: "\e91a";
}

.ym-icon-arrow-left:before {
    content: "\e91b";
}

.ym-icon-arrow-left-circle:before {
    content: "\e91c";
}

.ym-icon-arrow-right:before {
    content: "\e91d";
}

.ym-icon-arrow-right-circle:before {
    content: "\e91e";
}

.ym-icon-arrow-up:before {
    content: "\e91f";
}

.ym-icon-award:before {
    content: "\e920";
}

.ym-icon-bar-chart:before {
    content: "\e921";
}

.ym-icon-bell:before {
    content: "\e922";
}

.ym-icon-book:before {
    content: "\e923";
}

.ym-icon-bookmark:before {
    content: "\e924";
}

.ym-icon-calendar:before {
    content: "\e925";
}

.ym-icon-camera:before {
    content: "\e926";
}

.ym-icon-check:before {
    content: "\e927";
}

.ym-icon-check-square:before {
    content: "\e928";
}

.ym-icon-chevron-down:before {
    content: "\e929";
}

.ym-icon-chevron-left:before {
    content: "\e92a";
}

.ym-icon-chevron-right:before {
    content: "\e92b";
}

.ym-icon-chevrons-down:before {
    content: "\e92c";
}

.ym-icon-chevrons-left:before {
    content: "\e92d";
}

.ym-icon-chevrons-right:before {
    content: "\e92e";
}

.ym-icon-chevrons-up:before {
    content: "\e92f";
}

.ym-icon-chevron-up:before {
    content: "\e930";
}

.ym-icon-clock:before {
    content: "\e931";
}

.ym-icon-coffee:before {
    content: "\e932";
}

.ym-icon-compass:before {
    content: "\e933";
}

.ym-icon-copy:before {
    content: "\e934";
}

.ym-icon-corner-down-left:before {
    content: "\e935";
}

.ym-icon-corner-down-right:before {
    content: "\e936";
}

.ym-icon-corner-left-down:before {
    content: "\e937";
}

.ym-icon-corner-left-up:before {
    content: "\e938";
}

.ym-icon-corner-right-down:before {
    content: "\e939";
}

.ym-icon-corner-right-up:before {
    content: "\e93a";
}

.ym-icon-corner-up-left:before {
    content: "\e93b";
}

.ym-icon-corner-up-right:before {
    content: "\e93c";
}

.ym-icon-credit-card:before {
    content: "\e93d";
}

.ym-icon-download:before {
    content: "\e93e";
}

.ym-icon-download-cloud:before {
    content: "\e93f";
}

.ym-icon-edit:before {
    content: "\e940";
}

.ym-icon-edit-2:before {
    content: "\e941";
}

.ym-icon-eye:before {
    content: "\e942";
}

.ym-icon-eye-off:before {
    content: "\e943";
}

.ym-icon-facebook:before {
    content: "\e944";
}

.ym-icon-feather:before {
    content: "\e945";
}

.ym-icon-file-text:before {
    content: "\e946";
}

.ym-icon-filter:before {
    content: "\e947";
}

.ym-icon-folder:before {
    content: "\e948";
}

.ym-icon-gift:before {
    content: "\e949";
}

.ym-icon-git-pull-request:before {
    content: "\e94a";
}

.ym-icon-globe:before {
    content: "\e94b";
}

.ym-icon-google:before {
    content: "\e94c";
}

.ym-icon-grid:before {
    content: "\e94d";
}

.ym-icon-home:before {
    content: "\e94e";
}

.ym-icon-image:before {
    content: "\e94f";
}

.ym-icon-inbox:before {
    content: "\e950";
}

.ym-icon-info:before {
    content: "\e951";
}

.ym-icon-instagram:before {
    content: "\e952";
}

.ym-icon-layers:before {
    content: "\e953";
}

.ym-icon-link:before {
    content: "\e954";
}

.ym-icon-linkedin:before {
    content: "\e955";
}

.ym-icon-lock:before {
    content: "\e956";
}

.ym-icon-log-out:before {
    content: "\e957";
}

.ym-icon-mail:before {
    content: "\e958";
}

.ym-icon-map:before {
    content: "\e959";
}

.ym-icon-map-pin:before {
    content: "\e95a";
}

.ym-icon-menu:before {
    content: "\e95b";
}

.ym-icon-message-square:before {
    content: "\e95c";
}

.ym-icon-monitor:before {
    content: "\e95d";
}

.ym-icon-more-horizontal:before {
    content: "\e95e";
}

.ym-icon-more-vertical:before {
    content: "\e95f";
}

.ym-icon-og-in:before {
    content: "\e960";
}

.ym-icon-package:before {
    content: "\e961";
}

.ym-icon-paperclip:before {
    content: "\e962";
}

.ym-icon-pen-tool:before {
    content: "\e963";
}

.ym-icon-phone:before {
    content: "\e964";
}

.ym-icon-play-circle:before {
    content: "\e965";
}

.ym-icon-plus:before {
    content: "\e966";
}

.ym-icon-plus-circle:before {
    content: "\e967";
}

.ym-icon-plus-square:before {
    content: "\e968";
}

.ym-icon-pocket:before {
    content: "\e969";
}

/* ----------------- FIN ICOMOON STYLE.CSS -------------------------------*/
:root {
    --terra-cotta: #d4742e;
    --milk-chocolate: #66321f;
    --pale: #e9e6de;
    --beige: #d6d3cc;
    --reddish-grey: #85837c;
    --mud-brown: #442114;
    --putty: #b1aa99;
    --off-white: #f7f7f3;
    --reddish-grey-two: #998572;
    --background: #eae6dc;
    --background-light: #f2f1ec;
    --orange: #E7792B;
    --font-black: "Arquitecta-Black", "Arquitecta", sans-serif;
    --font-strong-orange: "Arsilon", "Klavika", sans;
    --font-regular: "Arquitecta-Regular", "Arquitecta", sans-serif;
    --font-secondary: "Arsilon", sans-serif;
}

/* GLOBAL */
html body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.has-backdrop {
    overflow: hidden;
}

/* Nota Legal */
.NTR_Legal .container.nota-legal p {
    font-size: 16px;
}

.NTR_Legal .container.nota-legal strong {
    font-size: 16px;
}

.NTR_Legal .container.nota-legal li {
    font-size: 16px;
}

.container.nota-legal h1.title {
    text-align: center;
    margin: 35px 0;
}

.container.nota-legal {
    padding-top: 30px;
}

.container.nota-legal table th {
    background: #F8F8F8;
    padding: 12px 15px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

.container.nota-legal ul {
    padding-left: 16px;
}

.container.nota-legal table tr td {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
}

.container.nota-legal table tr td ul {
    padding-left: 16px;
}

.container.nota-legal table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white p {
    color: var(--milk-chocolate) !important;
}

.page-wrapper {
    overflow: hidden;
}

.ym-container {
    position: relative;
    background-color: var(--background);
    overflow: hidden;
}

.ym-container * {
    z-index: 1;
    position: relative;
}

.ym-icon-atom-play {
    display: none;
    /*none provisional*/
}

.ym-content-max {
    margin: 0 7%;
}

.ym-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.ym-background-loop {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ym-btn {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
    color: white !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    background-color: var(--terra-cotta);
    width: 100%;
    font-family: var(--font-black);
}

.ym-btn:hover {
    color: white;
    text-decoration: none;
    background-color: var(--terra-brown);
}

.ym-button-primary {
    background-color: var(--terra-cotta);
}

.ym-button-primary:hover {
    background-color: var(--mud-brown);
}

.ym-button-secondary {
    background-color: var(--milk-chocolate);
}

.ym-button-secondary:hover {
    background-color: var(--mud-brown);
}

.ym-heading1 {
    font-size: 28px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
}

.ym-heading2 {
    font-size: 20px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
}

.ym-heading3 {
    font-size: 15px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
}

.ym-heading4 {
    font-size: 12px;
    line-height: 20px;
    color: var(--milk-chocolate);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
}

.ym-heading5 {
    font-size: 28px;
    line-height: 30px;
    color: var(--milk-chocolate);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
}

.ym-heading6 {
    font-size: 17px;
    line-height: 20px;
    color: var(--milk-chocolate);
    font-family: var(--font-regular);
}

.ym-body {
    font-size: 17px;
    line-height: 20px;
    color: var(--milk-chocolate);
    font-family: var(--font-regular);
}

.ym-text-primary {
    color: var(--terra-cotta);
}

.ym-body p:last-child {
    margin-bottom: 0;
}

p {
    font-family: var(--font-regular);
    font-size: 17px;
    line-height: 20px;
}

.ym-link,
.ym-link:not([href]):not([tabindex]) {
    color: var(--terra-cotta);
    transition: all 0.3s ease-in-out;
    font-family: var(--font-black);
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.ym-link .icon-chevron-left {
    font-size: 18px;
    margin-right: 5px;
}

.ym-link:hover {
    text-decoration: none;
    color: var(--milk-chocolate);
}

.ym-arsilon {
    font-family: var(--font-secondary);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: none;
}

.ym-heading2.ym-arsilon {
    font-size: 32px;
    line-height: 34px;
}

.ym-relative {
    position: relative;
}

.ym-absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ym-line {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
}

.ym-line:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    transition: all 0.3s ease-in-out;
    background: var(--terra-cotta);
}

.ym-link.ym-line:hover:before {
    background: var(--milk-chocolate);
}

.ym-bg-primary {
    background-color: var(--terra-cotta);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.ym-ico-mid {
    position: absolute !important;
    bottom: 17px;
    left: 20px;
    border-radius: 50%;
    background-color: white;
    color: var(--terra-cotta);
    font-size: 50px;
    z-index: 10 !important;
}

.ym-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.ym-back {
    padding: 0px 0 20px 2%;
}

.ym-back span {
    font-weight: bold;
    font-size: 20px;
    top: -1px;
}

.ym-back .ym-link {
    display: flex;
    place-content: center flex-start;
    align-items: center;
}

.bg-loop-1,
.bg-loop-2 {
    animation: fadeInOut 10s infinite;
    animation-timing-function: ease-out;
}

.bg-loop-2 {
    animation-delay: 5s;
}

.py-6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ym-pr-20 {
    padding-right: 20px;
}

.ym-more {
    font-size: 14px;
    color: var(--reddish-grey-two);
    font-family: var(--font-regular);
}

.ym-more span {
    font-size: 18px;
    color: var(--terra-cotta);
    margin-left: 5px;
    transform: translateY(1px);
    font-weight: 900;
}

.ym-small {
    font-family: var(--font-regular);
    font-size: 14px;
    color: var(--reddish-grey-two);
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    p {
        font-size: 22px;
        line-height: 26px;
    }

    .ym-btn {
        font-size: 14px;
        padding: 11px 20px;
        width: auto;
    }

    .ym-line {
        font-size: 14px;
    }

    .ym-link {
        font-size: 14px;
        line-height: 14px;
    }

    .ym-link .icon-chevron-left {
        font-size: 21px;
    }

    .ym-heading1 {
        font-size: 46px;
        line-height: 46px;
    }

    .ym-heading2 {
        font-size: 34px;
        line-height: 34px;
    }

    .ym-heading3 {
        font-size: 28px;
        line-height: 30px;
    }

    .ym-heading4 {
        font-size: 16px;
        line-height: 30px;
    }

    .ym-heading5 {
        font-size: 38px;
        line-height: 40px;
    }

    .ym-body {
        font-size: 22px;
        line-height: 26px;
    }

    .ym-heading2.ym-arsilon {
        font-size: 50px;
        line-height: 70px;
    }

    .ym-ico-mid {
        top: 50%;
        left: 50%;
        bottom: inherit;
        margin-top: -42.5px;
        margin-left: -42.5px;
        font-size: 85px;
    }

    .py-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {

    .text-white h1,
    .text-white h2,
    .text-white h3,
    .text-white p {
        color: #fff !important;
    }

    .ym-heading1 {
        font-size: 56px;
        line-height: 56px;
    }

    .ym-heading2 {
        font-size: 42px;
        line-height: 42px;
    }

    .ym-heading5 {
        font-size: 56px;
        line-height: 56px;
    }

    .ym-heading2.ym-arsilon {
        font-size: 70px;
        line-height: 90px;
    }

    .py-6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ym-more {
        font-size: 18px;
    }

    .ym-more span {
        margin-left: 15px;
        font-size: 24px;
    }
}

/* LIGTHSLIDER */
.gallery {
    opacity: 0;
    height: 0;
}

.gallery>*:last-child {
    margin-right: 0 !important;
}

.lSSlideOuter.show-overflow {
    margin-right: -100%;
    margin-left: -100%;
    padding-left: 100%;
    padding-right: 100%;
}

.lSSlideOuter.show-overflow .lSSlideWrapper {
    overflow: visible;
}

.lSSlideOuter .lSPager.lSpg>li a {
    pointer-events: none;
}

.lSSlideOuter.noPager .lSSlide {
    transform: none !important;
}

.lSSlideOuter.noPager .lslide {
    cursor: default !important;
}

.lSSlideOuter .lSPager.lSpg {
    margin-top: 30px !important;
}

.lSSlideOuter .lSPager.lSpg li {
    padding: 0 7px;
}

.lSSlideOuter .lSPager.lSpg li a {
    background-color: var(--terra-cotta);
    width: 10px;
    height: 10px;
    opacity: 0.2;
}

.lSSlideOuter .lSPager.lSpg li.active a,
.lSSlideOuter .lSPager.lSpg li:hover a {
    background-color: var(--terra-cotta);
    opacity: 1;
}

@media (min-width: 768px) {
    .lSSlideOuter .lSPager.lSpg>li {
        counter-increment: line-number;
        opacity: 0;
        width: 0;
        padding: 0;
        pointer-events: none;
        color: var(--terra-cotta);
        font-family: var(--font-regular);
        font-size: 22px;
        color: var(--reddish-grey-two);
    }

    .lSSlideOuter .lSPager.lSpg>li a {
        display: none;
    }

    .lSSlideOuter .lSPager.lSpg>li:before {
        content: "…";
    }

    .lSSlideOuter .lSPager.lSpg>li:first-child,
    .lSSlideOuter .lSPager.lSpg>li:last-child,
    .lSSlideOuter .lSPager.lSpg>li.active,
    .lSSlideOuter .lSPager.lSpg>li.active+li,
    .lSSlideOuter .lSPager.lSpg>li.active+li+li,
    .lSSlideOuter .lSPager.lSpg>li.prev,
    .lSSlideOuter .lSPager.lSpg>li.prev+li {
        width: auto;
        opacity: 1;
        padding: 0 7px;
        pointer-events: all !important;
    }

    .lSSlideOuter .lSPager.lSpg>li:nth-last-child(2),
    .lSSlideOuter .lSPager.lSpg>li:nth-child(2) {
        width: auto;
        opacity: 1;
        padding: 0 7px;
        pointer-events: none;
    }

    .lSSlideOuter .lSPager.lSpg>li:first-child:before,
    .lSSlideOuter .lSPager.lSpg>li:last-child:before,
    .lSSlideOuter .lSPager.lSpg>li.active:before,
    .lSSlideOuter .lSPager.lSpg>li.active+li:before,
    .lSSlideOuter .lSPager.lSpg>li.active+li+li:before,
    .lSSlideOuter .lSPager.lSpg>li.prev:before,
    .lSSlideOuter .lSPager.lSpg>li.prev+li:before {
        content: counter(line-number) !important;
        color: var(--terra-cotta);
    }

    .lSSlideOuter .lSPager.lSpg>li.active:before {
        color: var(--reddish-grey-two);
    }
}

@media (min-width: 992px) {
    .lSSlideOuter.show-overflow {
        margin-left: 0;
        padding-left: 0;
    }
}

/* COMPONENTES */
/* --------------------------- NVW_Selector ------------------------------ */
.NVW_Selector .ym-background picture {
    margin-bottom: -32px;
}

.NVW_Selector .text-center {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.NVW_Selector .ym-container>.text-center {
    position: relative;
    z-index: 10;
}

.NVW_Selector .ym-heading2 {
    margin-top: 0;
}

.NVW_Selector .ym-selectors {
    margin-top: 20px;
}

.NVW_Selector .ym-selectors>div {
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start flex-end;
    align-items: flex-start;
}

.NVW_Selector .ym-selectors>div.right {
    place-content: flex-end;
    align-items: flex-end;
}

.NVW_Selector .ym-selectors>div span {
    position: absolute;
    margin-right: 1px;
}

.NVW_Selector .ym-selectors .brush {
    position: absolute;
    z-index: -1;
    max-width: 200px;
    bottom: 50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-left: 1px;
}

.NVW_Selector .ym-selectors .right .brush {
    right: 0;
    transform: scaleX(-1);
    left: inherit;
}

.NVW_Selector .ym-selectors>div:hover .brush {
    opacity: 1;
}

.NVW_Selector .ym-selectors>div:hover span {
    background-color: var(--terra-cotta);
}

.NVW_Selector .ym-body {
    margin: 10px auto 10px;
}

.NVW_Selector .ym-selectors a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
}

.NVW_Selector .ym-container {
    overflow: hidden;
}

.NVW_Selector span.ym-btn {
    font-size: 10px;
    max-width: 160px;
    padding: 10px 12px;
}

@media (min-width: 768px) {
    .NVW_Selector span.ym-btn {
        font-size: 16px;
    }

    .NVW_Selector .ym-heading2 {
        margin-top: 0px;
    }

    .NVW_Selector .ym-selectors {
        margin-top: -100px;
    }

    .NVW_Selector .ym-selectors>div span {
        margin-left: 30px;
        max-width: 280px;
    }

    .NVW_Selector .ym-selectors>div.right span {
        margin-left: 0px;
        margin-right: 30px;
    }

    .NVW_Selector .ym-selectors .brush {
        bottom: 0;
        max-width: 400px;
    }

    .NVW_Selector .ym-body {
        margin-bottom: 30px;
    }

    .NVW_Selector .ym-selectors img.mw-100 {
        max-width: 275px !important;
    }

    .NVW_Selector .text-center {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .NVW_Selector .ym-heading2 {
        margin-top: 160px;
    }

    .NVW_Selector span.ym-btn {
        padding: 15px 30px;
    }

    .NVW_Selector .ym-selectors>div span {
        margin-left: 60px !important;
        max-width: inherit !important;
    }

    .NVW_Selector .ym-selectors>div.right span {
        margin-right: 60px !important;
    }

    .NVW_Selector .ym-heading2 {
        margin-top: 65px;
    }

    .NVW_Selector .ym-selectors {
        margin-top: -230px;
    }

    .NVW_Selector .ym-selectors .brush {
        max-width: 100% !important;
    }

    .NVW_Selector .ym-selectors img.mw-100 {
        max-width: 100% !important;
    }
}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Card_Slider_Element ------------------------------ */
.NVW_Card_Slider_Element h3 {
    margin-top: 15px;
}

.NVW_Card_Slider_Element img {
    height: 230px;
    width: auto !important;
}

@media (min-width: 768px) {
    .NVW_Card_Slider_Element img {
        height: 260px;
    }
}

@media (min-width: 992px) {}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Card_Slider ------------------------------ */
.NVW_Card_Slider .lSPager.lSpg {
    margin-top: 15px !important;
}

.NVW_Card_Slider .ym-content-max .row:first-child {
    margin-top: 50px;
}

.NVW_Card_Slider .ym-content-max .ym-heading1 {
    margin-bottom: 15px;
}

.NVW_Card_Slider .ym-content-max .ym-body {
    margin-bottom: 20px;
}

.NVW_Card_Slider .ym-btn-container {
    margin: 35px 0 35px;
}

.NVW_Card_Slider .ym-heading3 {
    text-transform: uppercase;
}

.ym-slider-right {
    width: 100%;
    position: relative;
    margin-top: 55px;
    margin-bottom: 25px;
    height: 50px;
}

.ym-slider-right button {
    border: 0;
    border-radius: 50%;
    min-width: 47px;
    min-height: 47px;
    padding: 10px;
    background-color: var(--terra-cotta);
    position: absolute;
    right: 50px;
    outline: none !important;
    cursor: pointer;
}

.ym-slider-right button#goToPrevSlide {
    border: 0;
    border-radius: 50%;
    min-width: 47px;
    min-height: 47px;
    padding: 10px;
    background-color: var(--terra-cotta);
    position: absolute;
    right: 100px;
    outline: none !important;
    cursor: pointer;
}

.ym-slider-right button span {
    color: white;
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .NVW_Card_Slider .ym-content-max .ym-body {
        margin-bottom: 40px;
    }

    .NVW_Card_Slider .ym-btn-container {
        margin: 50px 0 35px;
    }
}

@media (min-width: 992px) {
    .NVW_Card_Slider .ym-content-max .row:first-child {
        margin-top: 100px;
    }

    .NVW_Card_Slider .ym-content-max {
        margin-bottom: 100px;
    }

    .NVW_Card_Slider .lSPager.lSpg {
        margin-top: 35px !important;
    }

    .NVW_Card_Slider .col-lg-8 {
        padding-top: 132px;
    }
}

@media (min-width: 1200px) {
    .NVW_Card_Slider .col-lg-8 {
        padding-top: 0px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_banner ------------------------------ */
.NVW_Banner.mg-b-120 {
    margin-bottom: 80px;
}

.NVW_Banner .ym-btn {
    margin: 0 auto;
}

.NVW_Banner h1,
.NVW_Banner p {
    color: white;
}

.NVW_Banner h1 {
    max-width: 260px;
}

.NVW_Banner.mg-b-120 h1 {
    max-width: initial;
}

.NVW_Banner .ym-background img {
    width: 100%;
    object-position: top center;
    object-fit: cover;
}

.NVW_Banner .ym-img-button {
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -160px;
}

.NVW_Banner .ym-img-button img {
    position: absolute;
    max-width: 320px;
}

.NVW_Banner .ym-logo {
    margin-bottom: 30px;
}

.NVW_Banner .ym-logo img {
    max-width: 250px;
}

.NVW_Banner .ym-content {
    top: 110px;
    position: relative;
}

.NVW_Banner.mg-b-120 .ym-container {
    height: 600px;
    overflow: initial;
}

.NVW_Banner .ym-container {
    height: 440px;
}

.NVW_Banner .ym-background {
    bottom: 16px;
    height: initial;
}

.NVW_Banner .ym-background-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.NVW_Banner .ym-background-effect img {
    position: absolute;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 16px;
}

.NVW_Banner .ym-background.ym-looping {
    z-index: 1;
    width: 90%;
    top: -45px;
}

.NVW_Banner .ym-background.ym-looping img {
    position: absolute;
    right: -80px;
    top: 65px;
    max-width: 700px;
}

.ym-looping img.multiple {
    animation: fadeInOut 10s infinite;
    animation-timing-function: ease-out;
}

.ym-looping img.multiple:nth-of-type(even) {
    animation: fadeInOut 10s infinite;
    animation-timing-function: ease-out;
    animation-delay: 5s;
}

@media (min-width: 600px) {
    .NVW_Banner .ym-container {
        height: 600px;
    }

    .NVW_Banner .ym-content {
        top: 0;
        position: relative;
        padding: 0 0;
    }

    .NVW_Banner .ym-btn {
        font-size: 14px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .NVW_Banner h1 {
        max-width: initial;
    }

    .NVW_Banner .ym-logo {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -120px;
    }

    .NVW_Banner .ym-img-button {
        left: inherit;
        margin-left: 160px;
    }

    .NVW_Banner .ym-background.ym-looping {
        z-index: 1;
        width: 80%;
        top: 60px;
    }

    .NVW_Banner.mg-b-120 {
        margin-bottom: 120px;
    }

    .NVW_Banner .ym-img-button {
        bottom: 85px;
    }

    .NVW_Banner .ym-background.ym-looping img {
        right: -245px;
        top: 0px;
    }

    .NVW_Banner .ym-background img {
        width: 80%;
    }
}

@media (min-width: 998px) {
    .NVW_Banner .ym-background.ym-looping {
        width: 100%;
    }

    .NVW_Banner .ym-background.ym-looping img {
        right: -110px;
    }

    .NVW_Banner .ym-img-button img {
        max-width: initial;
    }

    .NVW_Banner .col-lg-5 {
        flex: 0 0 53.66667%;
        max-width: 53.66667%;
    }
}

@media (min-width: 1200px) {
    .NVW_Banner .ym-background.ym-looping img {
        right: 0;
        top: -40px;
    }

    .NVW_Banner .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_CTA ------------------------------ */
.NVW_CTA {
    padding-top: 50px;
}

.NVW_CTA .text-white .flex-row {
    flex-direction: column-reverse !important;
}

.NVW_CTA .text-white .ym-background {
    padding-bottom: 50px;
}

.NVW_CTA h1,
.NVW_CTA p {
    color: var(--milk-chocolate);
}

.NVW_CTA .ym-background img {
    width: 100%;
    object-position: top center;
    object-fit: cover;
}

.NVW_CTA .ym-background {
    position: relative;
    height: initial;
    z-index: 0;
}

.NVW_CTA .ym-content-max {
    padding: 0 0 40px;
}

.NVW_CTA .ym-body {
    margin-bottom: 30px;
}

.NVW_CTA .position-1 {
    z-index: 10;
}

.NVW_CTA .position-2 {
    z-index: 20;
}

.NVW_CTA .ym-container {
    height: initial !important;
}

.NVW_CTA .ym-heading1 {
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .NVW_CTA .text-white .flex-row {
        flex-direction: row !important;
    }

    .NVW_CTA .text-white .ym-background {
        padding-bottom: 0;
    }

    .NVW_CTA .ym-background {
        margin: 40px 0;
    }

    .NVW_CTA .ym-content-max {
        padding: 40px 0;
    }
}

@media (min-width: 980px) {
    .NVW_CTA .ym-container {
        height: 596px !important;
    }

    .NVW_CTA .ym-container,
    .NVW_CTA .row,
    .NVW_CTA .ym-content-max {
        height: 100%;
    }

    .NVW_CTA .ym-content-max {
        padding: 0;
    }

    .NVW_CTA .ym-background {
        margin: 0;
    }

    .NVW_CTA .position-1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0;
    }

    .NVW_CTA .ym-heading1 {
        margin-bottom: 20px;
    }

    .NVW_CTA .ym-body {
        margin-bottom: 25px;
    }

    .NVW_CTA .ym-btn {
        margin-bottom: 120px;
    }

    .NVW_CTA .ym-background img {
        height: 100%;
        object-position: bottom center;
    }

    .NVW_CTA .ym-background {
        height: 100%;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Grid ------------------------------ */
.NVW_Grid #ym-items {
    margin: 25px 0 0;
    display: flex;
    flex-direction: column;
}

.NVW_Grid .ym-grid {
    margin-bottom: 50px;
}

.NVW_Grid .ym-content .ym-heading5 {
    margin-bottom: 15px;
}

.NVW_Grid .ym-content .ym-body {
    margin-bottom: 20px;
}

.NVW_Grid .ym-content a {
    margin-bottom: 40px;
}

.NVW_Grid .ym-content .NVW_Link_Element {
    padding-right: 0;
}

.NVW_Grid .ym-content .NVW_Link_Element .ym-link {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
    color: white !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    background-color: var(--terra-cotta);
    width: 100%;
    font-family: var(--font-black);
    text-align: center;
    line-height: 18px;
}

.NVW_Grid .ym-content .NVW_Link_Element .ym-link:hover {
    background-color: var(--mud-brown);
}

.NVW_Grid .ym-content .NVW_Link_Element .ym-link:before {
    content: none;
}

.NVW_Grid .ym-grid.big .NVW_Grid_Element .ym-content-grid .ym-img {
    width: 96px;
    height: 96px;
    max-width: 96px;
    margin-bottom: 10px;
}

.NVW_Grid .ym-grid.big .NVW_Grid_Element .flex-xs-row {
    flex-direction: column;
}

.NVW_Grid .ym-grid.big .NVW_Grid_Element .ym-content-grid .ym-img img {
    width: 100%;
}

.NVW_Grid .ym-summary {
    max-width: 720px;
    margin-top: 30px;
}

.NVW_Grid .ym-image {
    margin: 0 calc((7% + 15px) * -1);
}

.NVW_Grid .py-6 {
    padding-top: 10px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .NVW_Grid .py-6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .NVW_Grid h2.ym-heading1 {
        margin-bottom: 40px;
    }

    .NVW_Grid .ym-content img {
        max-width: 320px;
    }

    .NVW_Grid .ym-btn {
        padding: 12px 0;
        width: 100%;
    }

    .NVW_Grid .ym-grid {
        margin-bottom: 70px;
    }

    .NVW_Grid .ym-grid.big .NVW_Grid_Element .ym-content-grid .ym-img {
        width: 163px;
        height: 163px;
        max-width: 163px;
        min-width: 163px;
        margin-bottom: 40px;
    }

    .NVW_Grid .ym-grid.big .NVW_Grid_Element .ym-content-grid .ym-img img {
        width: initial;
    }

    .NVW_Grid .ym-image {
        margin: 0;
    }

    .NVW_Grid .ym-content .NVW_Link_Element .ym-link {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .NVW_Grid .py-6 {
        padding-bottom: 40px;
    }

    .NVW_Grid #ym-items {
        flex-direction: row;
    }

    .NVW_Grid .NVW_Grid_Element {
        margin-right: 20px;
    }

    .NVW_Grid .NVW_Grid_Element:last-child {
        margin-right: 0px;
    }

    .NVW_Grid h2.ym-heading1 {
        margin-bottom: 55px;
    }

    .NVW_Grid .ym-content img {
        max-width: 564px;
    }

    .NVW_Grid .ym-btn {
        padding: 12px 30px;
        width: auto;
    }

    .NVW_Grid .ym-content .ym-heading5 {
        margin-bottom: 20px;
    }

    .NVW_Grid .ym-heading2 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .NVW_Grid .ym-heading6 {
        font-size: 20px;
        line-height: 22px;
    }

    .NVW_Grid .ym-content .ym-body {
        margin-bottom: 20px;
    }

    .NVW_Grid .ym-grid.big .NVW_Grid_Element .ym-content-grid .ym-img {
        width: 180px;
        height: 180px;
        max-width: 180px;
        min-width: 180px;
    }

    .NVW_Grid .ym-content .NVW_Link_Element .ym-link {
        width: auto;
        padding: 12px 30px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Grid_Element ------------------------------ */
.NVW_Grid_Element .ym-content-grid .ym-img {
    max-width: 50px;
    height: 50px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.NVW_Grid_Element .ym-content-grid .ym-img img {
    width: 50px;
    object-fit: contain;
    height: 100%;
}

.NVW_Grid_Element .ym-body p {
    margin-bottom: 1.5rem;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .NVW_Grid_Element .ym-content-grid .ym-img {
        width: 69px;
        height: 69px;
    }
}

@media (min-width: 968px) {
    .NVW_Grid_Element .ym-content-grid .ym-img {
        max-width: 100%;
        min-width: 50px;
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }

    .NVW_Grid_Element .ym-content-grid .ym-img img {
        width: 100%;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Grid_Tab_Element ------------------------------ */
.NVW_Grid_Tab_Element .ym-items {
    margin: 25px 0 0;
    display: flex;
    flex-direction: column;
}

.NVW_Grid_Tab_Element .image {
    margin: 0 auto 10px;
    max-width: 250px;
}

@media (min-width: 768px) {
    .NVW_Grid_Tab_Element .image {
        margin: 0 auto;
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .NVW_Grid_Tab_Element .ym-items {
        flex-direction: row;
    }

    .NVW_Grid_Tab_Element .NVW_Grid_Element {
        margin-right: 20px;
    }

    .NVW_Grid_Tab_Element .NVW_Grid_Element:last-child {
        margin-right: 0px;
    }

    .NVW_Grid_Tab_Element .ym-items.multiple {
        flex-wrap: wrap;
        margin: 0 -10px;
        overflow: hidden;
    }

    .NVW_Grid_Tab_Element .ym-items.multiple .NVW_Grid_Element {
        margin-right: 0;
        padding: 15px 10px;
        width: calc(100% / 3) !important;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Spectrum ------------------------------ */
.NVW_Spectrum .ym-container.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.NVW_Spectrum .NVW_Spectrum_Item:nth-child(even) .row>div:first-child {
    order: 2;
}

@media (min-width: 768px) {
    .NVW_Spectrum .ym-container.py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .NVW_Spectrum .NVW_Spectrum_Item:nth-child(even) .row>div:last-child {
        margin-left: 8%;
        max-width: 42%;
    }
}

@media (min-width: 968px) {
    .NVW_Spectrum .NVW_Spectrum_Item:nth-child(even) .row>div:last-child {
        margin-left: 15%;
        max-width: 50%;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Spectrum_Item ------------------------------ */
.NVW_Spectrum_Item .ym-background {
    width: 200%;
    height: auto;
    bottom: -15%;
    right: -24%;
    z-index: -1;
}

.NVW_Spectrum_Item .ym-background img {
    top: 30px;
    left: -120px;
}

.NVW_Spectrum_Item:last-child .ym-background img {
    top: 10px;
    left: 0;
}

.NVW_Spectrum_Item a {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .NVW_Spectrum_Item .ym-background img {
        top: 80px;
        left: -330px;
    }

    .NVW_Spectrum_Item:last-child .ym-background img {
        top: -30px;
        left: 100px;
    }

    .NVW_Spectrum_Item .ym-background {
        width: 640px;
        height: auto;
        right: -44%;
        bottom: -28%;
    }
}

@media (min-width: 968px) {
    .NVW_Spectrum_Item .ym-background {
        width: 563px;
        right: -189px;
        bottom: -52px;
    }

    .NVW_Spectrum_Item .ym-background img {
        top: 80px;
        left: -120px;
    }

    .NVW_Spectrum_Item:last-child .ym-background img {
        top: 80px;
        left: 0;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Spectrum_Detail ------------------------------ */
.NVW_Spectrum_Detail .ym-heading-special {
    font-size: 70px;
    color: var(--milk-chocolate);
    line-height: 70px;
}

.NVW_Spectrum_Detail img {
    width: 100%;
}

.NVW_Spectrum_Detail .ym-heading1 {
    margin-bottom: 20px;
}

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

.NVW_Spectrum_Detail .ym-heading2 {
    max-width: 250px;
}

.NVW_Spectrum_Detail .ym-sub-content {
    max-width: 768px;
}

.NVW_Spectrum_Detail .ym-sub-content .ym-heading2 {
    margin-top: 20px;
    margin-bottom: 17px;
    max-width: initial;
}

.NVW_Spectrum_Detail .ym-sub-content .ym-heading3 {
    margin-bottom: 7px;
    max-width: initial;
}

.NVW_Spectrum_Detail .ym-body {
    padding-top: 0;
}

.NVW_Spectrum_Detail .tabs-wrapper {
    --margin: calc(-5% + 5px);
    margin: 40px var(--margin) 20px var(--margin);
}

.NVW_Spectrum_Detail .tabs-wrapper .tabs-header {
    display: none !important;
    position: relative;
    z-index: 2;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header {
    display: flex !important;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab {
    transition: color ease-in-out 0.3s, border ease-in-out 0.3s;
    background: #cfc7b2;
    padding: 9px 10px;
    text-align: center;
    color: #61514b;
    margin: 0;
    margin-right: 6px;
    width: 100%;
    border-radius: 5px 5px 0 0px;
    border-top: 4px solid #b1aa99;
    cursor: pointer;
    max-width: 350px;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab.active {
    background: #f5f4ef;
    color: var(--milk-chocolate);
    border-color: var(--milk-chocolate);
    box-shadow: 0px 0px 4px 0px rgba(153, 133, 114, 0.44);
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab.active:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: #f5f4ef;
    left: 0;
    bottom: -4px;
    z-index: 3;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab:hover {
    color: var(--terra-cotta);
    border-color: var(--terra-cotta);
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab:last-child {
    margin-right: 0;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs .ym-grid {
    background: #cfc7b2;
    border-radius: 0 0 5px 5px;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs #ym-items-grid {
    transition: height ease-in-out 0.5s;
    background: rgb(245, 244, 239);
    background: linear-gradient(180deg, rgba(245, 244, 239, 1) 0%, rgba(234, 230, 220, 1) 100%);
    box-shadow: 0px 0px 4px 0px rgba(153, 133, 114, 0.44);
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs #ym-items-grid>div {
    transition: all ease-in-out 0.5s;
    top: 0;
    padding: 16px;
}

.NVW_Spectrum_Detail .tabs-wrapper.tabs #ym-items-grid>div~div {
    position: absolute;
    opacity: 0;
}

@media (min-width: 768px) {
    .NVW_Spectrum_Detail .ym-heading2 {
        max-width: initial;
        margin-bottom: 30px;
    }

    .NVW_Spectrum_Detail .banner .ym-content-max {
        width: 75%;
    }

    .NVW_Spectrum_Detail .ym-sub-content .ym-heading2 {
        margin-bottom: 20px;
        max-width: initial;
    }

    .NVW_Spectrum_Detail .ym-sub-content .ym-heading3 {
        margin-bottom: 10px;
        max-width: initial;
    }

    .NVW_Spectrum_Detail .tabs-wrapper.tabs .tabs-header .tab {
        font-size: 15px;
    }

    .NVW_Spectrum_Detail .tabs-wrapper {
        margin: 40px 0 20px 0;
    }

    .NVW_Spectrum_Detail .tabs-wrapper.tabs #ym-items-grid>div {
        padding: 25px 45px;
    }
}

@media (min-width: 840px) {
    .NVW_Spectrum_Detail .tabs-wrapper.tabs .ym-grid {
        border-radius: 5px;
    }
}

@media (min-width: 998px) {
    .NVW_Spectrum_Detail .ym-heading-special {
        font-size: 120px;
        line-height: 120px;
    }

    .NVW_Spectrum_Detail .ym-sub-content .ym-heading2 {
        margin-bottom: 25px;
        max-width: initial;
    }

    .NVW_Spectrum_Detail .ym-sub-content .ym-heading3 {
        margin-bottom: 20px;
        max-width: initial;
    }

    .NVW_Spectrum_Detail .ym-sub-content.multiple {
        max-width: 100%;
    }

    .NVW_Spectrum_Detail .ym-sub-content.multiple #ym-items-content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .NVW_Spectrum_Detail .tabs-wrapper {
        margin: 50px 0 20px 0;
    }

    .NVW_Spectrum_Detail .ym-sub-content.multiple #ym-items-content>.NVW_Grid_Element {
        width: calc(50%) !important;
        padding: 0 50px 0 15px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Link_Element ------------------------------ */
.NVW_Link_Element {
    padding: 13px 0 8px;
}

.NVW_Link_Element .ym-link {
    text-transform: uppercase;
}

#ym-items-link {
    flex-direction: column;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .NVW_Link_Element {
        padding: 30px 30px 30px 0;
    }

    #ym-items-link {
        flex-direction: row;
    }

    .ym-content-img img.w-100 {
        width: initial !important;
    }
}

@media (min-width: 998px) {
    .NVW_Link_Element {
        padding: 12px 0 12px;
    }

    #ym-items-link {
        flex-direction: column;
    }

    .ym-content-body {
        max-width: 650px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Articles ------------------------------ */
.NVW_Article .ym-favorite.yes {
    display: block !important;
}

.NVW_Article .ym-favorite,
.NVW_Article .ym-favorite.no {
    display: none !important;
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Articles_Landing ------------------------------ */
.NVW_Articles_Landing div.articlesSlot {
    display: flex;
    background-color: var(--background);
    padding: 50px 0 0;
}

.NVW_Articles_Landing #articlesPaginator {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NVW_Articles_Landing #articlesPaginator button {
    visibility: hidden;
    border: 0;
    border-radius: 50%;
    min-width: 47px;
    min-height: 47px;
    padding: 10px;
    background-color: var(--terra-cotta);
    outline: none !important;
}

.NVW_Articles_Landing #articlesPaginator button span {
    color: #fff;
}

.NVW_Articles_Landing #articlesPaginator span {
    margin: 0 3px;
    cursor: pointer;
    color: var(--terra-cotta);
}

.NVW_Articles_Landing #articlesPaginator span.active {
    color: var(--reddish-grey-two);
}

.NVW_Articles_Landing .ym-container.dropdown-content {
    overflow: inherit;
    z-index: 10;
    font-family: var(--font-black);
    padding-bottom: 0 !important;
}

.NVW_Articles_Landing .ym-content-max .dropdown button {
    font-size: 14px;
    background-color: transparent;
    color: var(--terra-cotta);
    border: 0;
    font-weight: 900;
}

.NVW_Articles_Landing .ym-content-max .dropdown button:hover,
.NVW_Articles_Landing .ym-content-max .dropdown button:focus,
.NVW_Articles_Landing .ym-content-max .dropdown button:target,
.NVW_Articles_Landing .ym-content-max .dropdown button:active,
.NVW_Articles_Landing .ym-content-max .dropdown button:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    border: none;
    color: var(--terra-cotta);
    outline: none;
    box-shadow: none;
}

.NVW_Articles_Landing .ym-content-max .dropdown button span {
    font-size: 21px;
    position: relative;
    top: 4px;
    font-weight: 900;
}

.NVW_Articles_Landing .ym-content-max .dropdown button::after {
    content: "";
    border: none;
}

.NVW_Articles_Landing .ym-content-max .dropdown .dropdown-menu {
    right: 0;
    left: initial;
    background-color: var(--off-white);
    position: absolute;
    /* z-index: 10000; */
    margin: 10px 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 385px;
    text-align: center;
    box-shadow: -2px 2px 7px rgb(97 97 97 / 30%);
}

.NVW_Articles_Landing .ym-content-max .dropdown .dropdown-menu a {
    color: var(--terra-cotta);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 17px;
    border-bottom: 1px solid var(--background);
}

.NVW_Articles_Landing .ym-content-max .dropdown .dropdown-menu a:last-child {
    border-bottom: none;
}

.NVW_Articles_Landing .ym-content-max .dropdown .dropdown-menu a:hover {
    background-color: var(--background);
}

@media (max-width: 480px) {
    .NVW_Articles_Landing .NVW_Article-Overview {
        max-width: inherit;
        max-height: 420px;
        width: 100%;
    }

    .NVW_Articles_Landing div.articlesSlot {
        flex-direction: column;
        padding: 50px 0;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Articles_Slider ------------------------------ */
.NVW_Articles_Slider .ym-slider-right {
    margin-top: 0;
}

.NVW_Articles_Slider .ym-slider-left {
    margin-top: 0;
}

.NVW_Articles_Slider .ym-image .ch-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Article_Author ------------------------------ */
.NVW_Article_Author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.NVW_Article_Author .ym-job {
    color: var(--reddish-grey-two) !important;
}

.NVW_Article_Author .py-4 {
    padding-top: 0 !important;
}

.NVW_Article_Author .ym-image-author {
    margin-right: 20px;
}

.NVW_Article_Author {
    padding: 40px 0 30px;
}

@media (min-width: 768px) {
    .NVW_Article_Author img {
        width: 71px;
        height: 71px;
    }
}

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

    .NVW_Article_Author img {
        width: 96px;
        height: 96px;
    }

    .NVW_Article_Author .flex-row {
        flex-direction: column !important;
    }

    .NVW_Article_Author .ym-image-author {
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Article_Content ------------------------------ */
.NVW_Article_Content {
    padding: 30px 0;
}

.NVW_Article_Content .element-invisible {
    display: none;
}

.NVW_Article_Content .ym-body a {
    color: var(--terra-cotta);
    transition: all 0.3s ease-in-out;
    line-height: 12px;
    text-decoration: underline;
}

.NVW_Article_Content .ym-body p,
.NVW_Article_Content .ym-body p span,
.NVW_Article_Content .ym-body div span,
.NVW_Article_Content .ym-body div {
    text-align: left !important;
    font-size: 15px !important;
    font-family: var(--font-regular) !important;
    line-height: initial !important;
}

.NVW_Article_Content .ym-body div.media+p,
.NVW_Article_Content .ym-body div.media+div {
    margin-top: 30px;
}

.NVW_Article_Content .ym-body ul {
    margin-left: 0 !important;
}

.NVW_Article_Content .ym-body ul li,
.NVW_Article_Content .ym-body ol li {
    text-align: left !important;
    margin-bottom: 12px;
}

.NVW_Article_Content .ym-body a:hover {
    color: var(--milk-chocolate);
}

.NVW_Article_Content .ym-body blockquote {
    font-size: 20px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
    max-width: 650px;
    padding-left: 30px;
    position: relative;
    margin: 20px 0 30px;
}

.NVW_Article_Content .ym-body .ym-share {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    color: var(--terra-cotta);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}

.NVW_Article_Content .ym-body .ym-share span {
    margin-left: 5px;
    font-size: 20px;
    top: 5px;
    font-weight: bold;
}

.NVW_Article_Content .ym-body blockquote:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--terra-cotta);
    position: absolute;
    left: 0;
}

.NVW_Article_Content .ym-body h2 {
    font-size: 20px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.NVW_Article_Content .ym-body h3 {
    font-size: 15px;
    color: var(--milk-chocolate);
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-black);
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.NVW_Article_Content .ym-body h2,
.NVW_Article_Content .ym-body h3 {
    text-align: initial !important;
    font-size: initial !important
}

.NVW_Article_Content .ym-body h2.element-invisible {
    display: none;
}

.NVW_Article_Content .ym-body .content img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

@media (min-width: 768px) {
    .NVW_Article_Content .ym-body blockquote {
        font-size: 34px;
        line-height: 34px;
    }

    .NVW_Article_Content .ym-body h2 {
        font-size: 34px !important;
        line-height: 34px;
    }

    .NVW_Article_Content .ym-body h3 {
        font-size: 28px !important;
        line-height: 30px;
    }

    .NVW_Article_Content .ym-body h2,
    .NVW_Article_Content .ym-body h3 {
        margin-bottom: 2rem;
        margin-top: 2.8rem;
    }

    .NVW_Article_Content .ym-body p,
    .NVW_Article_Content .ym-body p span,
    .NVW_Article_Content .ym-body div span,
    .NVW_Article_Content .ym-body div {
        font-size: 22px !important;
    }
}

@media (min-width: 998px) {
    .NVW_Article_Content .ym-body blockquote {
        font-size: 42px !important;
        line-height: 42px;
    }

    .NVW_Article_Content .ym-body h2 {
        font-size: 36px !important;
        line-height: 36px;
    }
}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Article_details ------------------------------ */
.NVW_Article_details .ym-container {
    background-color: var(--background-light);
    margin-bottom: 30px;
}

.NVW_Article_details .py-4 {
    padding-bottom: 30px !important;
}

.NVW_Article_details .ym-heading6 {
    color: var(--terra-cotta);
}

.NVW_Article_details .ym-filter-article span {
    top: 5px;
}

.NVW_Article_details .ym-summary-detail {
    margin-top: 100px;
}

.NVW_Article_details .ym-content-article {
    color: var(--reddish-grey-two);
    font-size: 16px;
}

.NVW_Article_details .ym-favorite {
    color: var(--terra-cotta);
    font-size: 14px;
    font-family: var(--font-black);
    font-weight: 900;
}

.NVW_Article_details .ym-favorite span {
    color: white;
    background-color: var(--terra-cotta);
    border-radius: 50%;
    font-size: 34px;
    margin-left: 10px;
}

.NVW_Article_details .ym-heading3 {
    padding-top: 30px;
}

.NVW_Article_details .ym-two-column .ym-article-details .ym-image img {
    object-fit: cover;
    height: 200px;
}

@media (min-width: 768px) {
    .NVW_Article_details .ym-two-column .ym-article-details .ym-image img {
        height: 260px;
    }
}

@media (min-width: 998px) {
    .NVW_Article_details .ym-two-column {
        flex-direction: row !important;
    }

    .NVW_Article_details .ym-two-column .ym-article-details {
        width: 100%;
        overflow: hidden;
    }

    .NVW_Article_details .ym-two-column .ym-profile {
        width: 30%;
        margin-right: 5%;
    }

    .NVW_Article_details .ym-background {
        padding-bottom: 460px;
    }

    .NVW_Article_details .ym-container>.ym-content-max {
        margin: 0 5%;
    }

    .NVW_Article_details .ym-heading3 {
        padding-top: 0;
    }

    .NVW_Article_details .ym-two-column .ym-article-details .ym-image img {
        height: 360px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Article-Overview ------------------------------ */
.NVW_Article-Overview {
    max-width: 30%;
    padding: 10px;
}

.NVW_Article-Overview .ym-heading3 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.NVW_Article-Overview a:hover {
    text-decoration: none;
}

.NVW_Article-Overview .ym-container-article {
    background-color: var(--off-white);
    padding: 20px;
    max-width: 600px;
    margin-bottom: 50px;
}

.NVW_Article-Overview .ym-image {
    position: relative;
}

.NVW_Article-Overview .ym-image .w-100 {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.NVW_Article-Overview .ym-favorite {
    z-index: 2;
}

.NVW_Article-Overview .ym-favorite span {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: var(--terra-cotta);
    border-radius: 50%;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}

.NVW_Article-Overview .ym-content-article {
    padding: 20px 0 0 0;
    color: var(--milk-chocolate);
    font-size: 16px;
    min-height: 220px;
}

.NVW_Article-Overview .ym-content-article span {
    font-size: 12px;
    top: 0px;
}

.NVW_Article-Overview .ym-content-article span.ym-icon-chevron-right {
    font-size: 18px;
    color: var(--terra-cotta);
}

/*HASTA DESPLIEGUE ARTICULOS */
.NVW_Article-Overview .d-flex.flex-row.justify-content-between,
.NVW_Article-Wide .d-flex.flex-row.justify-content-between {
    display: none !important;
}

@media (max-width: 480px) {
    .NVW_Article-Overview .ym-container-article {
        margin-bottom: 0;
    }

    .NVW_Article-Overview .flex-column {
        flex-direction: row !important;
    }

    .NVW_Article-Overview .ym-content-article {
        padding: 0 0 0 20px;
        min-height: 110px;
        width: 100%;
    }

    .NVW_Article-Overview .ym-content-article.flex-column {
        flex-direction: column !important;
    }

    .NVW_Article-Overview .ym-image .w-100 {
        min-height: 80px;
        max-height: 80px;
        width: 90px !important;
        object-fit: cover;
    }
}

/* ---------------------------------------------------------------------- */
/* --------------------------- NVW_Article_Banner ------------------------------ */
.NVW_Article_Banner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 992px) {
    .NVW_Article_Banner {
        max-width: 100%;
        padding: 0;
    }
}

.NVW_Article_Banner h3 {
    color: white;
    max-width: 70%;
}

.NVW_Article_Banner .ym-content-left {
    flex-direction: row;
}

.NVW_Article_Banner .ym-content-right {
    flex-direction: row-reverse;
}

.NVW_Article_Banner .ym-content-right div img {
    width: 100%;
    max-height: 228px;
    object-fit: cover;
    object-position: center top;
    padding-right: 100px;
}

.NVW_Article_Banner .ym-content-max {
    margin: 0;
}

.NVW_Article_Banner .ym-content-max .ym-content-left {
    margin: 0 7%;
}

.NVW_Article_Banner .ym-content-max .ym-content-right>div {
    width: 100%;
}

@media (max-width: 992px) {
    .NVW_Article_Banner .ym-heading2 {
        font-size: 34px;
        line-height: 34px;
    }

    .NVW_Article_Banner h3 {
        max-width: 100%;
    }

    .NVW_Article_Banner .ym-content-right>div:first-child {
        padding: 0 30px;
    }

    .NVW_Article_Banner .ym-content-right div img {
        padding-right: 0;
        min-height: 200px;
    }
}

@media (max-width: 480px) {

    .NVW_Article_Banner .ym-content-right,
    .NVW_Article_Banner .ym-content-left {
        flex-direction: column-reverse;
    }

    .NVW_Article_Banner .ym-heading2 {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 0;
    }

    .NVW_Article_Banner .ym-content-right>div a,
    .NVW_Article_Banner .ym-content-left>div a {
        margin-bottom: 30px;
    }

    .NVW_Article_Banner .ym-content-left>div:last-child {
        margin-bottom: -50px;
        z-index: -1;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Article-Wide ------------------------------ */
.NVW_Article-Wide .ym-container-article {
    background-color: var(--off-white);
    padding: 20px;
    width: auto;
}

.NVW_Article-Wide .ym-content-article .ym-content-text {
    flex: 1;
}

.NVW_Article-Wide .ym-image {
    position: relative;
    height: 340px;
    min-width: 450px;
    overflow: hidden;
}

.NVW_Article-Wide .ym-image img {
    height: 340px;
    object-fit: cover;
}

@media (max-width: 980px) {
    .NVW_Article-Wide .ym-image {
        min-width: 300px;
        height: 220px;
    }
}

.NVW_Article-Wide .ym-heading3 {
    padding-top: 15px;
    max-width: 500px;
}

.NVW_Article-Wide .ym-favorite {
    z-index: 2;
}

.NVW_Article-Wide .ym-favorite span {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: var(--terra-cotta);
    border-radius: 50%;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}

.NVW_Article-Wide .ym-content-article {
    color: var(--milk-chocolate);
    font-size: 16px;
    min-height: 150px;
}

.NVW_Article-Wide .ym-content-article span {
    font-size: 12px;
    top: 0px;
}

.NVW_Article-Wide .ym-content-article span.ym-icon-chevron-right {
    font-size: 18px;
    color: var(--terra-cotta);
}

.NVW_Article-Wide .ym-container-article a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .NVW_Article-Wide .ym-heading3 {
        padding-top: 0;
    }

    .NVW_Article-Wide .ym-content-article {
        padding: 0 0 0 50px;
    }

    .NVW_Article-Wide .ym-container-article a>.d-flex.flex-column {
        flex-direction: row !important;
    }

    .NVW_Article-Wide .ym-container-article {
        max-width: 700px;
        width: 100%;
    }

    .NVW_Article-Wide .ym-image {
        margin-bottom: 0;
    }

    .NVW_Article-Wide .ym-content-article .ym-content-text {
        flex: 0;
    }
}

@media (max-width: 600px) {
    .NVW_Article-Wide .ym-image {
        min-width: 100%;
        height: 220px;
        width: 100%;
    }

    .NVW_Article-Wide .ym-container-article {
        width: 100%;
        max-width: 335px;
    }
}

@media (min-width: 998px) {
    .NVW_Article-Wide .ym-container-article {
        max-width: 100%;
        width: 850px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_How_We_Do ------------------------------ */
.NVW_How_We_Do .ym-content-all_center
{
    flex-direction: column;
}
.NVW_How_We_Do .ym-content-left {
    flex-direction: column;
}

.NVW_How_We_Do .ym-content-right {
    flex-direction: column;
}

.NVW_How_We_Do .ym-content-center {
    flex-direction: column;
}

.NVW_How_We_Do .ym-heading2 {
    margin-bottom: 15px;
    max-width: 240px;
}

.NVW_How_We_Do .d-flex.ym-content-all_center .ym-heading2 {
    margin-bottom: 15px;
    max-width: 240px;
    text-align: center;
}

.NVW_How_We_Do .ym-heading2 strong{
    font-size: 1.58em;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    z-index: -1;
    font-family: var(--font-strong-orange);
    color: var(--orange);
    text-transform: none;
}

.NVW_How_We_Do .d-flex.ym-content-all_center .ym-heading2 strong{
    display: block;
    font-size: 1.58em;
    font-weight: 400;
    white-space: nowrap;
    position: relative;
    z-index: -1;
    font-family: var(--font-strong-orange);
    color: var(--orange);
    text-transform: none;
}

.NVW_How_We_Do .ym-image-center {
    padding-top: 30px;
    margin: 0 calc((7% + 15px) * -1);
}

.NVW_How_We_Do .ym-image-all_center {
    padding-top: 30px;
    margin: 0 calc((7% + 15px) * -1);
}

.NVW_How_We_Do .py-6 {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .NVW_How_We_Do .ym-content-all_center
{
    flex-direction: column;
}
.NVW_How_We_Do .ym-content-all_center .ym-content-body.w-100
{
    width:max-content !important;
}
}
@media (min-width: 768px) {
    .NVW_How_We_Do .ym-content-all_center
{
    flex-direction: column;
}
    .NVW_How_We_Do .ym-heading2 {
        margin-bottom: 20px;
        max-width: initial;
    }
    .NVW_How_We_Do .d-flex.ym-content-all_center .ym-heading2 {
        margin-bottom: 20px;
        max-width: initial;
        text-align: center;
    }
    .NVW_How_We_Do .ym-image-center {
        margin: 0;
    }

    .NVW_How_We_Do .ym-image-all_center {
        margin: 0;
    }

    .NVW_How_We_Do .py-6 {
        padding-bottom: 40px;
    }
}

@media (min-width: 998px) {
    .NVW_How_We_Do .ym-heading2 {
        margin-bottom: 24px;
        max-width: initial;
    }
    .NVW_How_We_Do .d-flex.ym-content-all_center .ym-heading2 {
        margin-bottom: 24px;
        max-width: initial;
        text-align: center;
    }

    .NVW_How_We_Do .ym-content-left {
        flex-direction: row;
    }

    .NVW_How_We_Do .ym-content-right {
        flex-direction: row-reverse;
    }

    .NVW_How_We_Do .ym-content-center {
        flex-direction: row;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Our_History ------------------------------ */
/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Our_History_Element ------------------------------ */
.NVW_Our_History_Element {
    padding-bottom: 20px;
}

.NVW_Our_History_Element .ym-heading3 {
    color: var(--terra-cotta);
    margin-bottom: 24px;
}

.NVW_Our_History_Element .ym-heading2 {
    margin-bottom: 24px;
}

.NVW_Our_History_Element .ym-bar-down {
    width: 1px;
    height: 100%;
    background-color: var(--putty);
    position: relative;
    right: -49%;
    top: 10px;
}

.NVW_Our_History_Element:last-child .ym-bar-down {
    width: 0 !important;
}

.NVW_Our_History_Element .ym-year {
    padding: 3px 30px 0 0;
}

.NVW_Our_History_Element img {
    padding: 50px 0;
}

.NVW_Our_History_Element:last-child .text-center {
    margin-left: -55px;
}

@media (min-width: 768px) {
    .NVW_Our_History_Element:last-child .text-center {
        margin-left: 0;
    }

    .NVW_Our_History_Element img.w-100 {
        width: initial !important;
        max-width: 500px;
    }
}

@media (min-width: 998px) {
    .NVW_Our_History_Element:last-child .text-center {
        margin-left: 0;
    }

    .NVW_Our_History_Element .ym-year {
        padding: 8px 30px 0 0;
    }

    .NVW_Our_History_Element:first-child {
        padding-top: 50px;
    }
}

/* ----------------------------- NVW_Faqs_Element ------------------------------ */
.NVW_Faqs_Element .button-item {
    padding: 8px 0;
    cursor: pointer;
}

.NVW_Faqs_Element .content-item>div {
    padding: 10px 0;
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Faqs_Group ------------------------------ */
.NVW_Faqs_Group {
    border-bottom: 1px solid var(--beige);
    padding: 23px 0;
    background: var(--pale);
}

.NVW_Faqs_Group .button-group {
    position: relative;
    cursor: pointer;
}

.NVW_Faqs_Group .button-group>* {
    margin-bottom: 6px;
    font-size: 14px;
}

.NVW_Faqs_Group .button-group .icon {
    transition: all ease-in-out 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: white;
    color: var(--terra-cotta);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 900;
    transform: rotate(180deg);
}

.NVW_Faqs_Group .button-group .icon:before {
    transform: translateY(-1px);
}

.NVW_Faqs_Group .button-group>*:last-child {
    margin-bottom: 0px;
}

.NVW_Faqs_Group .button-group .ym-text-primary {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-black);
    font-weight: 900;
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Faqs ------------------------------ */
.NVW_Faqs .NVW_Faqs_Group .content-group {
    overflow: hidden;
    max-height: 0;
}

.NVW_Faqs .NVW_Faqs_Group:first-child .content-group {
    max-height: 1000vh;
}

.NVW_Faqs .NVW_Faqs_Group .content-group.closed {
    transition: max-height ease-out 0.2s;
    max-height: 0;
}

.NVW_Faqs .NVW_Faqs_Group .content-group.opened {
    transition: max-height ease-in 0.5s;
    max-height: 1000vh;
}

.NVW_Faqs .NVW_Faqs_Group:first-child .icon-chevron-up {
    color: var(--milk-chocolate);
    transform: rotate(0);
}

.NVW_Faqs .NVW_Faqs_Group .icon-chevron-up.opened {
    color: var(--milk-chocolate);
    transform: rotate(0);
}

.NVW_Faqs .NVW_Faqs_Group .icon-chevron-up.closed {
    color: var(--terra-cotta);
    transform: rotate(180deg);
}

.NVW_Faqs .NVW_Faqs_Group .NVW_Faqs_Element .content-item {
    overflow: hidden;
    max-height: 0;
}

.NVW_Faqs .NVW_Faqs_Group .NVW_Faqs_Element:first-child .content-item {
    max-height: 1000vh;
}

.NVW_Faqs .NVW_Faqs_Group .NVW_Faqs_Element .content-item.closed {
    transition: max-height ease-out 0.2s;
    max-height: 0;
}

.NVW_Faqs .NVW_Faqs_Group .NVW_Faqs_Element .content-item.opened {
    transition: max-height ease-in 0.5s;
    max-height: 1000vh;
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Ingredient_Element ------------------------------ */
.NVW_Ingredient_Element {
    background-color: var(--off-white);
    position: relative;
    height: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.NVW_Ingredient_Element .image {
    height: 130px;
}

.NVW_Ingredient_Element img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.NVW_Ingredient_Element .info {
    padding: 9px 6px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.NVW_Ingredient_Element h3 {
    font-size: 13px;
    font-family: var(--font-black);
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .NVW_Ingredient_Element {
        min-height: 220px;
    }

    .NVW_Ingredient_Element .info {
        padding: 9px 12px;
    }

    .NVW_Ingredient_Element h3 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .NVW_Ingredient_Element {
        min-height: 320px;
    }

    .NVW_Ingredient_Element .image {
        height: 200px;
    }

    .NVW_Ingredient_Element .info {
        padding: 13px 22px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Ingredients ------------------------------ */
.NVW_Ingredients .ym-ingredients {
    margin-left: 0px;
    opacity: 0;
    max-height: 0;
}

.NVW_Ingredients .ym-icon-arrow-right {
    top: 4px;
}

.NVW_Ingredients .ym-ingredients>div {
    display: flex;
    flex-wrap: wrap;
}

.NVW_Ingredients .ym-ingredients .ym-item {
    width: 50%;
}

.NVW_Ingredients .ym-ingredients .ym-item .NVW_Ingredient_Element {
    margin: 8px;
}

.NVW_Ingredients .ym-ingredients .ym-item:nth-child(2n + 1) .NVW_Ingredient_Element {
    margin-left: 0;
    margin-right: 8px;
}

.NVW_Ingredients .ym-ingredients .ym-item:nth-child(2n + 2) .NVW_Ingredient_Element {
    margin-right: 0;
    margin-left: 8px;
}

.NVW_Ingredients .header {
    position: relative;
    z-index: 2;
    margin-bottom: 31px;
}

.NVW_Ingredients .header h2 {
    margin: 0;
}

.NVW_Ingredients .ym-ingredients-wrapper {
    position: relative;
}

.NVW_Ingredients .goToNextSlide {
    width: 47px;
    height: 47px;
    background-color: var(--terra-cotta);
    border-radius: 100%;
    color: white;
    border: none;
    font-size: 25px;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -8px;
    display: none;
}

.NVW_Ingredients .goToNextSlide:before {
    top: 2px;
    position: relative;
}

.NVW_Ingredients .filter-wrapper {
    position: relative;
    margin-left: 20px;
}

.NVW_Ingredients .filter-wrapper.open .ym-filters {
    opacity: 1;
    pointer-events: all;
}

.NVW_Ingredients .filter-wrapper.open .icon:before {
    transform: rotate(180deg);
}

.NVW_Ingredients .filter-wrapper .icon {
    margin: 0 5px;
    font-size: 18px;
}

.NVW_Ingredients .filter-wrapper .icon:before {
    display: inline-block;
    transition: all ease-in-out 0.5s;
}

.NVW_Ingredients .ym-filters {
    transition: all ease-in-out 0.5s;
    position: absolute;
    background: white;
    padding: 12px 20px 10px 20px;
    white-space: nowrap;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.NVW_Ingredients .ym-filters a {
    line-height: 30px;
    cursor: pointer;
    color: var(--terra-cotta);
    line-height: 24px !important;
}

.NVW_Ingredients .ym-filters a:hover {
    color: var(--milk-chocolate);
}

.NVW_Ingredients .ym-filters a.active {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 2) .NVW_Ingredient_Element {
        margin-left: 8px;
        margin-right: 8px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 1) .NVW_Ingredient_Element {
        margin-left: 0;
        margin-right: 8px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 3) .NVW_Ingredient_Element {
        margin-right: 0;
        margin-left: 8px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item {
        width: calc(100% / 3);
    }

    .NVW_Ingredients .header {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 14px;
    }

    .NVW_Ingredients .header .filter-button {
        display: none !important;
    }

    .NVW_Ingredients .filter-wrapper {
        margin: 0;
    }

    .NVW_Ingredients .goToNextSlide {
        display: block;
    }

    .NVW_Ingredients .ym-filters {
        opacity: 1;
        pointer-events: all;
        position: static;
        flex-direction: row !important;
        background: none;
        box-shadow: none !important;
        padding: 0;
        margin-top: 2px;
        overflow: hidden;
    }

    .NVW_Ingredients .ym-filters a {
        margin-right: 30px;
    }

    .NVW_Ingredients .ym-filters a:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .NVW_Ingredients .ym-ingredients .ym-item .NVW_Ingredient_Element {
        margin: 18px 30px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 2) .NVW_Ingredient_Element {
        margin-left: 30px;
        margin-right: 30px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 1) .NVW_Ingredient_Element {
        margin-left: 0;
        margin-right: 30px;
    }

    .NVW_Ingredients .ym-ingredients .ym-item:nth-child(3n + 3) .NVW_Ingredient_Element {
        margin-right: 0;
        margin-left: 30px;
    }

    .NVW_Ingredients .header {
        margin-bottom: 19px;
    }

    .NVW_Ingredients .ym-filters a {
        margin-right: 45px;
    }

    .NVW_Ingredients .ym-filters {
        margin-top: 6px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Modal ------------------------------ */
.NVW_Modal {
    transition: all ease-in-out 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 1000000;
}

.NVW_Modal.open {
    opacity: 1;
    pointer-events: all;
}

.NVW_Modal .modal-backdrop {
    opacity: 0.4;
}

.NVW_Modal .modal-main {
    background: var(--background-light);
    position: absolute;
    z-index: 1050;
    width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.NVW_Modal .modal-close {
    width: 50px;
    height: 50px;
    background: var(--off-white);
    color: var(--terra-cotta);
    font-size: 27px;
    font-weight: bold;
    cursor: pointer;
}

.NVW_Modal .modal-container {
    padding: 13px 20px 40px;
}

.NVW_Modal.ingredients .image {
    margin-bottom: 23px;
}

.NVW_Modal.ingredients img {
    width: 100%;
}

.NVW_Modal.ingredients #modal-title {
    text-align: center;
}

.NVW_Modal .spectrums {
    padding-top: 22px;
    position: relative;
    margin-top: 32px;
}

.NVW_Modal .spectrums:before {
    content: "";
    position: absolute;
    background: var(--beige);
    height: 1px;
    top: 0;
    left: 0px;
    right: 0px;
}

.NVW_Modal .spectrum a {
    display: block;
    background: var(--background);
    color: var(--milk-chocolate);
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.NVW_Modal .spectrum a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .NVW_Modal .modal-main {
        width: 600px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: calc(100% - 60px);
    }

    .NVW_Modal.ingredients #modal-title {
        text-align: left;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .NVW_Modal.ingredients .image {
        margin-bottom: 0px;
    }

    .NVW_Modal .modal-container {
        padding: 19px 31px 50px;
    }

    .NVW_Modal .spectrum>[style*="display: block;"] {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .NVW_Modal .modal-main {
        width: 800px;
    }

    .NVW_Modal .modal-container {
        padding: 19px 41px 56px;
    }

    .NVW_Modal.ingredients .spectrum a {
        margin-bottom: 15px;
    }

    .NVW_Modal .spectrums .single>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .NVW_Modal .spectrums .single>div a {
        float: left;
        width: calc(50% - 11px);
        margin-left: 11px;
        margin-right: 0px;
        margin-bottom: 0 !important;
    }

    .NVW_Modal .spectrums .single>div a:first-of-type {
        margin-right: 11px;
        margin-left: 0px;
    }
}

/* ---------------------------------------------------------------------- */
.NVW_Modal_Tecnology .ym-heading2 {
    text-align: center;
    margin-bottom: 28px;
}

.NVW_Modal_Tecnology .ym-heading4 {
    text-align: center;
}

.NVW_Modal_Tecnology .NVW_Modal_Tecnology_Element {
    margin-bottom: 6px;
}

.NVW_Modal_Tecnology .NVW_Modal_Tecnology_Element:last-child {
    margin-bottom: 0;
}

.NVW_Modal_Tecnology .spectrums h5 {
    text-align: center;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .NVW_Modal_Tecnology .ym-heading2 {
        margin-bottom: 44px;
    }

    .NVW_Modal_Tecnology .ym_tecnlogies {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-content: flex-start;
        align-items: flex-start;
        margin: 0 -14px;
    }

    .NVW_Modal_Tecnology .ym-heading4 {
        text-align: left;
    }

    .NVW_Modal_Tecnology .spectrums h5 {
        text-align: left;
    }

    .NVW_Modal_Tecnology .ym_tecnlogies .ym-body p {
        font-size: 18px;
    }

    .NVW_Modal_Tecnology .NVW_Modal_Tecnology_Element {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Modal_Tecnology_Element ------------------------------ */
.NVW_Modal_Tecnology_Element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.NVW_Modal_Tecnology_Element .ym-image {
    width: 90px;
    height: 90px;
    margin-right: 24px;
    min-width: 90px;
}

.NVW_Modal_Tecnology_Element .ym-image img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .NVW_Modal_Tecnology_Element .ym-image {
        width: 160px;
        height: 160px;
        margin-right: 24px;
        min-width: 160px;
    }
}

@media (min-width: 992px) {
    .NVW_Modal_Tecnology_Element {
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        margin: 0 14px;
        max-width: 160px;
    }

    .NVW_Modal_Tecnology_Element .ym-image {
        margin-right: 0;
        margin-bottom: 28px;
    }
}

/* ---------------------------------------------------------------------- */
/* ----------------------------- NVW_Sticky ------------------------------ */
.NVW_Sticky .ym-module .ym-pictures .old img:last-child {
    display: none;
}

.NVW_Sticky .ym-module .ym-pictures .new img:last-child {
    display: none;
}

.NVW_Sticky .ym-module .ym-pictures .arrow {
    display: none;
}

.NVW_Sticky .ym-module .ym-background-color {
    background-color: var(--milk-chocolate);
}

.NVW_Sticky .ym-module .ym-heading2 {
    color: var(--background);
}

.NVW_Sticky .ym-module .info {
    text-align: center;
}

.NVW_Sticky .ym-module .ym-btn {
    width: auto;
    padding: 10px;
}

.NVW_Sticky .ym-module .ym-pictures {
    height: 0;
}

.NVW_Sticky .ym-module .ym-pictures .old img:last-child,
.NVW_Sticky .ym-module .ym-pictures .new img:last-child,
.NVW_Sticky .ym-module .ym-pictures .arrow {
    display: none;
}

.NVW_Sticky .ym-module .ym-pictures .old,
.NVW_Sticky .ym-module .ym-pictures .new {
    position: absolute;
    top: 20px;
}

.NVW_Sticky .ym-module .ym-pictures .old {
    transform: scale(0.60) translate(-65%, -55px);
    left: 0px;
}

.NVW_Sticky .ym-module .ym-pictures .new {
    transform: scale(0.60) translate(60%, -55px);
    right: 0px;
}

.NVW_Sticky .NVW_Modal {
    pointer-events: none;
}

.NVW_Sticky .NVW_Modal .modal-main {
    transition: transform 0.3s ease-in-out;
    width: auto;
    box-shadow: 0 2px 10px 0 rgba(102, 50, 31, 0.25);
    border-radius: 4px 4px 0 0;
    overflow: visible;
    max-width: 320px;
    top: unset;
    bottom: 0;
    transform: none;
    left: 50%;
    transform: translate(-50%, 110%);
    position: absolute;
    width: 100%;
    pointer-events: all;
}

.NVW_Sticky .NVW_Modal.open .modal-main {
    transition: transform 1s ease-in-out;
    transform: translate(-50%, 0);
}

.NVW_Sticky .NVW_Modal .modal-main .modal-close {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -15px;
    position: relative;
    right: 5px;
    font-size: 20px;
}

.NVW_Sticky .NVW_Modal .modal-container {
    padding: 0 15px 15px;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-heading2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: -15px;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-body p {
    color: var(--milk-chocolate);
    font-size: 14px;
    line-height: 15px;
    max-width: 200px;
    margin-bottom: 20px;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-btn {
    font-size: 11px;
    line-height: 15px;
    width: auto;
    padding: 5px 10px;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .old img,
.NVW_Sticky .NVW_Modal .modal-container .ym-images .new img {
    display: none;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .old img:first-child,
.NVW_Sticky .NVW_Modal .modal-container .ym-images .new img:first-child {
    display: block;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .old {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: scale(0.4) translate(-82px, 18px);
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .new {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: scale(0.5) translate(53px, 84px);
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .brush {
    transform: scale(0.7) translate(126px, 9px);
    transform-origin: right bottom;
}

.NVW_Sticky .NVW_Modal .modal-container .ym-images .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(0.6) rotate(27deg) translate(-89px, 3px);
}

@media (min-width: 768px) {
    .NVW_Sticky .ym-module .ym-heading2 {
        max-width: 320px;
    }

    .NVW_Sticky .ym-module {
        max-height: 140px;
    }

    .NVW_Sticky .ym-module .ym-pictures {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-height: 140px;
    }

    .NVW_Sticky .ym-module .ym-pictures .arrow {
        display: block;
        margin-left: -30px;
        bottom: -10px;
    }

    .NVW_Sticky .ym-module .ym-pictures {
        justify-content: space-around;
    }

    .NVW_Sticky .ym-module .ym-pictures .old {
        transform: scale(0.80) translate(-20%, -40px);
        left: 0px;
    }

    .NVW_Sticky .ym-module .ym-pictures .new {
        transform: scale(0.80) translate(-20%, -40px);
        right: 0px;
    }

    .NVW_Sticky .ym-module .ym-pictures {
        padding: 70px 0 0 0;
    }

    .NVW_Sticky .ym-module .ym-heading2 {
        font-size: 24px;
        line-height: 28px;
    }

    .NVW_Sticky .ym-module .info {
        text-align: left;
    }

    .NVW_Sticky .NVW_Modal .modal-main {
        max-width: 420px;
        border-radius: 8px;
        border-bottom: 5px solid var(--milk-chocolate);
    }

    .NVW_Sticky .NVW_Modal .modal-container {
        padding: 0 40px 22px;
        text-align: center;
    }

    .NVW_Sticky .NVW_Modal .modal-main .modal-close {
        z-index: 10;
        width: 40px;
        height: 40px;
        font-size: 24px;
        top: -20px;
        right: -20px;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-heading2 {
        font-size: 24px;
        line-height: 27px;
        margin-top: 100px;
        text-align: left;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-body p {
        font-size: 15px;
        line-height: 17px;
        max-width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-btn {
        font-size: 14px;
        width: auto;
        margin: auto;
        padding: 10px 20px;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images {
        right: 0;
        left: 0;
        bottom: inherit;
        top: 0;
        overflow: visible;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .brush {
        transform-origin: right top;
        overflow: hidden;
        transform: scale(0.7) translate(0, 0);
        text-align: right;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .brush img {
        transform: scale(1.4) translate(18px, -26px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .old img,
    .NVW_Sticky .NVW_Modal .modal-container .ym-images .new img {
        display: block;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .old {
        right: inherit;
        left: 0;
        transform: scale(0.7) translate(-136px, -112px);
        transform-origin: bottom left;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .old img {
        float: right;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .old img:first-child {
        transform: scale(1.02) translate(-24px, 1px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .new {
        transform: scale(0.7) translate(94px, -102px);
        transform-origin: bottom left;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .new img {
        float: right;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .new img:first-child {
        transform: scale(1.02) translate(-22px, 1px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .arrow {
        transform: scale(0.8) translate(-213px, -130px);
    }
}

@media (min-width: 992px) {
    .NVW_Sticky .ym-module .ym-background-color {
        background-color: var(--milk-chocolate);
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .NVW_Sticky .ym-module .ym-pictures .old {
        transform: scale(1) translate(0%, -45px);
        left: 0px;
    }

    .NVW_Sticky .ym-module .ym-pictures .new {
        transform: scale(1) translate(-30%, -45px);
        right: 0px;
    }

    .NVW_Sticky .ym-module .info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .NVW_Sticky .ym-module .ym-pictures .arrow {
        margin-left: -20px;
        bottom: 0px;
    }

    .NVW_Sticky .ym-module .ym-pictures .arrow svg {
        transform: scale(1.5);
    }

    .NVW_Sticky .ym-module .ym-pictures {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .NVW_Sticky .ym-module .info {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .NVW_Sticky .ym-module .ym-heading2 {
        max-width: 450px;
    }

    .NVW_Sticky .NVW_Modal .modal-main {
        max-width: 965px;
    }

    .NVW_Sticky .NVW_Modal .modal-container {
        max-width: 330px;
        padding-right: 0;
        text-align: left;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-heading2 {
        font-size: 30px;
        line-height: 27px;
        margin-top: -15px;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-body {
        font-size: 16px;
        line-height: normal;
        max-width: 320px;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .brush {
        transform: scale(1.1) translate(0px, 0px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .brush img {
        transform: scale(1) translate(0px, 7px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .new {
        transform: scale(0.85) translate(-42px, 17px);
        transform-origin: bottom right;
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .arrow {
        transform: scale(1.6) translate(-182px, -30px);
    }

    .NVW_Sticky .NVW_Modal .modal-container .ym-images .old {
        transform: scale(0.83) translate(-463px, 4px);
        transform-origin: bottom right;
    }
}

@media (min-width: 1150px) {
    .NVW_Sticky .ym-module .ym-heading2 {
        font-size: 34px;
        line-height: 38px;
        margin: 0;
        margin-right: 20px;
    }

    .NVW_Sticky .ym-module .info {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }

    .NVW_Sticky .ym-module .ym-btn {
        white-space: nowrap;
        padding: 12px 35px;
        margin: 0;
    }
}

/* ---------------------------------------------------------------------- */
/* COMPONENTES */
.NVW_Sticky .out {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

.NVW_Sticky.center .NVW_Modal .modal-main {
    max-width: 1440px;
    border-bottom: 5px solid var(--milk-chocolate);
    box-shadow: 0 -1px 12px 0 rgba(102, 50, 31, 0.2);
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container {
    width: 100%;
    max-width: 217px;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-close {
    top: -60px;
    right: 20px;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .arrow {
    display: none;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old {
    left: initial;
    right: 0;
    transform: scale(0.6) translate(20px, 43px);
    transform-origin: initial;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:first-child {
    display: none;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:last-child {
    display: block;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new {
    left: initial;
    right: 0;
    transform: scale(0.4) translate(260px, 80px);
    transform-origin: initial;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new img:first-child {
    display: none;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new img:last-child {
    display: block;
}

.NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .brush {
    left: initial;
    right: 0;
    transform: scale(0.5) translate(560px, 136px);
    transform-origin: initial;
    overflow: hidden;
    height: initial;
}

@media (min-width: 768px) {
    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container {
        max-width: 100%;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-heading {
        position: absolute;
        right: 0;
        top: -20px;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-btn {
        margin: 0;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-heading2 {
        max-width: 310px;
        margin-right: 50px;
        margin-top: 0;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container>div:first-child {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: left;
        max-width: 295px;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images {
        bottom: 0;
        top: initial;
        overflow: visible;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old {
        left: 0;
        right: initial;
        transform: scale(0.5) translate(-210px, 155px);
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:first-child {
        display: block;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:last-child {
        display: none;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new {
        transform: scale(0.6) translate(115px, 100px);
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .brush {
        left: initial;
        right: 0;
        transform: scale(0.5) translate(560px, 136px);
        transform-origin: initial;
        overflow: hidden;
        height: initial;
    }
}

@media (min-width: 992px) {
    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: initial;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-heading {
        position: relative;
        right: initial;
        top: initial;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old {
        transform: scale(0.7) translate(25px, 65px);
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:first-child {
        display: block;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .old img:last-child {
        display: none;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new {
        transform: scale(0.6) translate(-35px, 120px);
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new img:first-child {
        display: block;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .new img:last-child {
        display: none;
    }

    .NVW_Sticky.center .NVW_Modal .modal-main .modal-container .ym-images .brush {
        transform: scale(0.8) translate(200px, 26px);
        height: 210px;
    }
}
.embeddedServiceHelpButton:where(.astro-SZ7XMLTE) .helpButton:where(.astro-SZ7XMLTE) .uiButton:where(.astro-SZ7XMLTE) {
    background-color: #d4742e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: Klavika, sans-serif
}

.embeddedServiceHelpButton:where(.astro-SZ7XMLTE) .helpButton:where(.astro-SZ7XMLTE) .uiButton:where(.astro-SZ7XMLTE):hover:before {
    border-radius: 0 !important
}

.startButtonWrapper:where(.astro-SZ7XMLTE) {
    display: none
}

.showButtonWrapper:where(.astro-SZ7XMLTE) {
    display: block
}

.embeddedServiceHelpButton:where(.astro-SZ7XMLTE) .helpButton:where(.astro-SZ7XMLTE) .uiButton:where(.astro-SZ7XMLTE):focus {
    outline: 1px solid #005290
}

.embeddedServiceSidebar:where(.astro-SZ7XMLTE) .sidebarBody:where(.astro-SZ7XMLTE) {
    transform: translateZ(0)
}

.parrafo:where(.astro-SZ7XMLTE) label:where(.astro-SZ7XMLTE) {
    position: relative;
    padding-left: 1.5em;
    text-align: left
}

.parrafo:where(.astro-SZ7XMLTE) label:where(.astro-SZ7XMLTE):before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #d6d3cc;
    border-radius: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: .25rem;
    left: 4px;
    display: block;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.parrafo:where(.astro-SZ7XMLTE) label:where(.astro-SZ7XMLTE):after {
    content: "";
    background: no-repeat 50% / 50% 50%;
    display: block;
    position: absolute;
    height: 1.9rem;
    width: 26px;
    top: -2px;
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

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

.parrafo:where(.astro-SZ7XMLTE) input:where(.astro-SZ7XMLTE) {
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    height: 20px
}

.embeddedServiceSidebar:where(.astro-SZ7XMLTE) .sidebarBody:where(.astro-SZ7XMLTE) {
    background-color: #eae6dc !important
}

.uiInputText:where(.astro-SZ7XMLTE) input:where(.astro-SZ7XMLTE):focus,
.uiInputEmail:where(.astro-SZ7XMLTE) input:where(.astro-SZ7XMLTE):focus {
    background-color: #fff !important;
    border: 0 !important
}

.uiInputText:where(.astro-SZ7XMLTE) label:where(.astro-SZ7XMLTE),
.uiInputEmail:where(.astro-SZ7XMLTE) label:where(.astro-SZ7XMLTE) {
    position: absolute;
    font-size: 10px;
    font-family: Arquitecta-Black;
    color: #998572;
    text-transform: uppercase;
    left: 12px;
    top: 2px
}

ul:where(.astro-SZ7XMLTE).fieldsList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 24px 12px
}

.uiInput:where(.astro-SZ7XMLTE).uiInput--input {
    position: relative;
    flex-basis: 50%;
    margin-bottom: 16px
}

.uiInput--input:where(.astro-SZ7XMLTE) input:where(.astro-SZ7XMLTE) {
    border: 1px solid beige;
    height: 46px
}

.uiButton--default:where(.astro-SZ7XMLTE) {
    background-color: #d4742e !important;
    background: none;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
    color: #fff !important;
    text-shadow: none;
    width: 90%;
    height: 45px
}

.uiButton--default:where(.astro-SZ7XMLTE):hover {
    background-color: #66321f !important;
    text-shadow: none !important;
    background: none
}

.uiButton--default:where(.astro-SZ7XMLTE) span:where(.astro-SZ7XMLTE) {
    color: #fff !important;
    font-family: Arquitecta-Black !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important
}

@font-face {
    font-family: Arsilon;
    src: url(/assets/fonts/Arsilon.woff2) format("woff2"), url(/assets/fonts/Arsilon.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: fallback
}

@font-face {
    font-family: Arquitecta-Black;
    src: url(/assets/fonts/Arquitecta-Black.woff2) format("woff2"), url(/assets/fonts/Arquitecta-Black.woff) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: fallback
}

@font-face {
    font-family: Arquitecta-Regular;
    src: url(/assets/fonts/Arquitecta-Regular.woff2) format("woff2"), url(/assets/fonts/Arquitecta-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: icons;
    src: url(/assets/fonts/icons.ttf) format("truetype"), url(/assets/fonts/icons.woff) format("woff"), url(/assets/fonts/icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

#landing-freeze-dried .BenefitsFloor {
    --dish-size: 254px;
    --glyph-size: 89px;
    --dish-line-width: 0.3rem;
    --dish-line-offset: 45%;
    --glyph-color: var(--color-orange);
    display: grid;
    padding-block: 15px
}

#landing-freeze-dried .BenefitsFloor__title {
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 25.9984px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase
}

#landing-freeze-dried .BenefitsFloor__title b,
#landing-freeze-dried .BenefitsFloor__title strong {
    display: block;
    font-family: var(--ff-alt);
    font-weight: 400;
    font-size: 39px;
    line-height: 100%;
    text-align: center;
    text-transform: lowercase;
    color: var(--color-orange)
}

#landing-freeze-dried .BenefitsFloor__benefits {
    display: flex;
    flex-direction: column;
    align-items: center
}

#landing-freeze-dried .BenefitsFloor__dish {
    position: relative
}

#landing-freeze-dried .BenefitsFloor__dish,
#landing-freeze-dried .BenefitsFloor__dish>img,
#landing-freeze-dried .BenefitsFloor__dish>canvas {
    width: var(--dish-size);
    height: var(--dish-size)
}

#landing-freeze-dried .BenefitsFloor__dish img,
#landing-freeze-dried .BenefitsFloor__dish canvas {
    position: absolute;
    top: 0;
    left: 0
}

#landing-freeze-dried .BenefitsFloor__dish [data-ref=img-before] {
    z-index: 1;
    clip-path: inset(0 calc(100% * var(--progress, 0)) 0 0);
}
#landing-freeze-dried .BenefitsFloor__dish > div {
    position: absolute;
    inset: 0;
    z-index: 2;
    clip-path: circle(var(--dish-line-offset) at 50% 50%);
}
#landing-freeze-dried .BenefitsFloor__dish > div:before {
    content: "";
    --width: 0.3rem;
    position: absolute;
    display: block;
    inset-block: 0;
    left: calc(100% * (1 - var(--progress, 0)) - var(--dish-line-width) / 2);
    width: var(--dish-line-width);
    background: #fff;
}

#landing-freeze-dried .BenefitsFloor__dish:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 587px;
    transform: translate(-50%, -50%);
    max-width: min(200%, 100vw);
    background: center/contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='587' viewBox='0 0 960 587' width='960' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m214.817 506.844c1.367-.315 2.728-.605 4.084-.868-.766.37-1.559.67-2.373.898-.681.147-1.068-.077-1.711-.03zm6.921 3.828c-.058.007.009.079-.039.095-1.214.378-2.277.648-3.539 1.047-1.261.399-2.747.914-4.043 1.355 6.957-1.734 13.9-3.563 20.828-5.487-4.42.911-8.822 1.896-13.207 2.99zm617.704-341.949c-4.052 2.157-8.128 4.403-12.001 6.7-.222.132.575.005.777-.088.271-.183.568-.317.881-.399 10.513-2.305 21.189-4.704 31.75-7.106-.595 0-1.189.035-1.779.105-.592.067-.945.401-1.593.356-.649-.044-1.338-.324-2.09-.453-1.004-.086-2.011-.069-3.009.052-.64.072-.971.158-1.296.216s-.47.224-.592.067c-.121-.157.294-.119.474-.192 1.203-.488 2.316-1.196 3.291-2.093.781-.842.714-1.614 1.25-2.519-5.043 1.708-10.075 3.383-15.092 5.1.099-.086.889-.363.774-.024s-.849.192-1.085.166c-.226-.024-.453.015-.66.112zm8.281-44.008c10.146-3.641 20.265-7.368 30.355-11.181-1.192.135-2.452.197-3.65.413s-3.166.668-4.108.871c-.942.202-1.718.263-2.195.371-.295.058-.594.092-.895.101-6.928.965-13.721 1.552-20.463 2.849-3.715.719-6.936 2.435-10.48 3.611 3.803 1.066 7.613 2.024 11.436 2.965zm11.334 10.249c-2.721.136-5.323-.12-8.029.464-2.705.584-5.392 1.86-8.022 2.756.524.518 1.152.898 1.833 1.109.68.21 1.395.246 2.085.104 3.497-.892 6.722-1.828 10.121-2.71.938-.245 1.309-1.115 2.012-1.723zm-185.88-119.1672c-.078-.3385-.485-.1268-.621.0222-.137.149-.171.2384.036.3165.206.0782.655-.0207.585-.3387zm179.742 165.5342c1.23-.369 2.394.344 3.69-.187 3.424-1.408 6.798-3.387 10.092-5.203-7.99 1.531-15.95 3.215-23.882 5.052 2.54.883 5.091 1.776 7.633 2.637.748-.998 1.231-1.935 2.467-2.299zm-280.271 320.725c1.473-1.021 2.886-2.141 4.228-3.352-1.21.024-2.423-.031-3.625.062-4.176.318-8.29.703-12.477 1.091-1.606.149-3.249.282-4.892.505s-3.271.487-4.942.81c-1.67.323-3.36.914-5.057 1.229-1.626.335-3.274.548-4.931.638-1.883.117-4.129.034-6.19.321-4.97.69-10.759 1.532-15.555 2.229-1.504.218-3.085.728-3.85.703-.765-.026-2.212.522-1.951.562 3.12.433 6.269.491 9.388.173 6.234-.497 12.438-1.263 18.761-1.892 1.536-.076 3.065-.249 4.579-.518 1.636-.367 3.415-1.134 5.294-1.32 4.042-.404 8.591-.972 12.595-.575-.433.279-.931.42-1.439.408-.637-.077-2.058.965-3.159 1.165-1.101.199-3.024.085-4.059-.882-1.603 1.191-3.089 2.443-4.631 3.686 19.289-2.324 38.548-4.858 57.776-7.602-11.946.916-23.9 1.769-35.863 2.559zm57.574-5.143c-.843.159-1.543.709-1.328.684 7.961-.98 16.267-2.277 24.318-3.776 8.051-1.498 16.039-3.417 24.017-5.168-15.627 2.472-31.75 5.407-47.007 8.26zm3.384-4.695c-.141-.459-.695-.413-1.024-.295-.328.117-.491.296-.349.632.142.337.423.278.732.254s.782-.131.641-.591zm-530.155 7.023c-.518.059-1.27.106-1.114.831.157.726.855.556 1.424.427.57-.128 1.456-.255 1.856-.744s.119-.617-.388-.677c-.598-.015-1.194.04-1.778.163zm-64.7991-99.262c-1.3975.158-2.8524.509-4.4787.832-5.3244 1.057-10.8967 2.066-16.2704 3.299-1.5245.349-3.0332 1.23-4.5082 1.798 9.5944-1.679 19.1228-3.59 28.6591-5.694-1.2835-.015-1.9988-.389-3.4018-.235zm472.9551 111.839c.804.165 1.62.24 2.435.222 9.832-1.203 19.593-2.542 29.392-3.858-10.642.947-21.251 2.159-31.827 3.636zm126.712-26.544c7.909-1.13 15.717-2.633 23.493-4.506-7.828 1.505-15.659 3.007-23.493 4.506zm-469.333 20.1c-.732.618.416.52 1.106.41s2.743.053 3.456-.509c.714-.561-.44-.351-1.108-.302s-2.725-.205-3.454.401zm-5.911-18.401c.162.05.333.055.496.014.127-.063.158-.221.297-.264 1.121-.324 2.27-.588 3.39-.917-.713.08-1.589.121-2.278.161-1.908.104-3.813.287-5.639.419-.161.018-.604.175-.472.197 1.324.184 2.657.273 3.989.265.067.025.115.099.217.125zm-1.202 4.256c-.031-.061-.121-.115-.167-.035-.045.08.047.15.116.147.069-.002.084-.046.051-.112zm515.817-13.988c5.131-.794 10.185-1.836 15.219-3.143-5.085.982-10.159 2.027-15.22 3.138zm-530.727 24.453c-.06.044-.039.004.006.058.046.053.232.123.235-.027s-.178-.038-.241-.031zm358.161 10.254c-.336.273-.099.396.263.446s1.007.148 1.357-.122c.351-.269.093-.4-.268-.445s-1.02-.179-1.352.121zm-79.581 12.115c-.073.008-.001.294.217.259.219-.036.158.121.596.055 18.91-2.758 39.253-5.748 57.707-8.338 2.436-.344 2.481-.729 3.449-.881s2.01-.692 1.781-.661c-18.965 2.268-38.346 5.063-57.4 7.993-2.144.396-4.264.921-6.35 1.573zm67.358-14.03s-.073.009-.064.045c.009.037.067.03.091.022s.039-.005.044-.005c.005-.001-.074-.045-.094-.048zm-20.316 2.752c1.933.113 3.002.729 5.127.569s4.646-.707 7.052-1.182 5.373-1.286 7.813-2.07c-1.45.047-2.909-.082-4.379.095-5.257.648-10.428 1.569-15.636 2.602zm-290.894-25.433c-.078-.338-.507-.108-.64.073-.133.18-.098.139.077.199.175.061.636.067.563-.272zm19.571 22.772c-.102.096-.222.166-.353.205 4.66-.712 9.29-1.592 13.89-2.639-.038-.292-.038-.586 0-.876-4.505 1.043-9.007 2.06-13.503 3.13-.051.037.028.119-.034.18zm504.421-33.217c-5.493 1.195-10.954 2.505-16.382 3.931 5.476-1.207 10.933-2.517 16.373-3.93zm-520.508 7.684c-.107-.03-.404-.029-.357.169s.315.028.391-.044c.076-.073.068-.093-.044-.124zm-5.011 3.479c.441-.477.248-.434-.284-.454-.679-.024-1.351.116-1.968.41-.46.303-.516.379.06.527.377.088.766.091 1.142.008s.73-.25 1.04-.49zm94.867 65.679c-.298.081-.424.277-.238.561.1.142.236.249.392.307.156.059.323.066.481.021.312-.083.426-.347.23-.635-.105-.135-.245-.233-.402-.282-.156-.049-.322-.047-.475.008zm-207.2446-104.718c-.0935-.13-.2225-.226-.3684-.273s-.3011-.043-.443.012c-.2904.102-.3905.311-.219.602.0872.141.2142.248.3618.306.1476.057.3077.062.4562.013.0652-.012.1261-.042.1763-.088.0503-.046.0882-.105.1098-.172s.0262-.14.0132-.21c-.0129-.07-.0429-.136-.0869-.19zm24.3141 50.452c1.0218-.067 3.4528-.102 4.3173-1.21.8646-1.107-.1891-1.672-1.1856-1.468-2.4884.487-4.8901 1.369-7.1275 2.617-.2544.157.9415.273 1.4322.148.4906-.125 1.5467-.02 2.5636-.087zm83.5625 7.204c-.667.011-2.064.399-1.78.41 2.985.143 6.572-.129 9.695-.263.337-.038 1.006-.819.723-.915-1.427-.491-3.527.19-4.765.448-1.28.209-2.575.316-3.873.32zm-42.698-14.903c-3.32.669-6.215.013-9.661 1.092s-7.479 2.834-11.043 4.14c-.553.264-.998.733-1.256 1.323-.05.092-.072.199-.064.307.008.107.046.21.11.294.063.085.148.147.244.178.096.032.198.032.293-.001 2.669-.419 5.733-1.076 8.231-1.615 2.497-.539 4.685-1.368 6.972-1.98 4.424-1.184 9.219-2.458 13.467-3.446s8.588-1.559 12.472-2.095c1.789-.245 2.736-1.014 3.798-1.423 1.063-.409.825-.756 1.28-1.069s.285-.326.483-.498.126-.068.17-.207c.044-.138.044-.005-.145-.015-.19-.011-.289.032-.641.072-.441.022-.879.072-1.314.149-.565.123-1.32.363-2.111.5-.971.166-1.952.264-2.936.295.473-.192 1.005-.386 1.523-.536-6.702 1.346-13.22 3.189-19.872 4.535zm-67.5897 17.758c.446.253.9424.381 1.4426.372 10.5331-1.998 20.9573-4.348 31.2514-7.147.5377-.107 1.0344-.375 1.4345-.772.4-.397.6872-.909.8302-1.477.316-1.184-.3578-1.632-1.4291-1.302-3.646 1.107-7.233 2.56-10.958 3.756-3.7249 1.196-7.7873 2.296-11.5454 3.33-3.7581 1.035-7.3453 2.092-11.0262 3.24zm36.0227-9.417c-.029.004-.054.006-.049.043.004.037.035.05.07.051.034.001.068-.008.063-.05s-.053-.031-.082-.028zm75.646-11.595c.007-.048.004-.098-.01-.145-.014-.046-.038-.089-.07-.124-.014-.015-.031-.027-.049-.034s-.038-.01-.057-.007c-.02.002-.038.009-.054.02-.017.011-.03.026-.04.044-.021.036-.029.078-.024.12s.022.081.05.112c.015.025.035.046.058.063s.049.028.076.034c.052.021.1.005.12-.083zm488.398 6.745c.075.227.251.255.439.164.097-.03.179-.1.229-.196.049-.095.062-.208.035-.314-.016-.052-.043-.099-.079-.137-.035-.039-.079-.068-.126-.086-.048-.018-.098-.024-.148-.017-.049.006-.097.025-.138.055-.096.038-.173.117-.215.218-.041.1-.044.216-.006.32zm185.989-75.39c-.368.245-.213.393.194.448.509.103 1.032.044 1.505-.17.377-.262.165-.387-.227-.434-.497-.094-1.006-.04-1.472.156zm-528.601 104.868c-.833.291-1.642.661-2.461.989l4.997-1.677c-.852.214-1.703.39-2.536.688zm-285.5749-92.402c-.0346-.044-.0879.01-.127.014s-.1124.013-.1082.05.0775.028.1124-.013l.0586-.007s.0917-.021.0642-.044zm10.1196-33.049c.0525.464.7215.122.8829.018.1615-.104.1681-.046.1758-.196.0078-.151.0393-.09-.1682-.131s-.916-.18-.8782.286zm836.3413-135.883c-.764.995-1.555 1.966-2.326 2.935 1.958-.19 4.077-.312 6.012-.579 1.964-.23 3.904-.629 5.804-1.19 1.752-.567 2.873-1.469 4.474-2.19-4.669.464-9.298.796-13.964 1.024zm-830.1779 92.446c.0517.064.143-.048.0919-.106-.0512-.059-.1381.047-.0919.106zm734.5189-242.403c.319-.069 1.046-.119 1.323-.428s-.035-.311-.367-.22c-.446.061-.875.222-1.257.473-.27.287-.017.248.301.175zm-55.281 11.504c-.345.007-.328.684.013.677.34-.006.309-.676-.013-.677zm-151.823-84.0882c7.964-1.7823 15.822-3.5419 23.713-5.4495.964-.2319 1.58-.9482 2.471-1.3.883-.3682 1.809-.6077 2.755-.7124 2.542-.234 5.141-.3195 7.651-.4859.653-.0471 1.265-.1431 1.837-.2077 2.436-.3397 4.8-.623 7.242-.819-.824.7664-1.581 1.5092-2.679 1.783-1.097.2737-2.711.4402-3.672.784-.961.3437-1.988.7591-2.659.9953s-1.352.0781-1.676.1896c-2.753 1.0807-5.061 2.2928-7.624 3.5658.86.2126 1.692.6956 2.58.499 3.75-.8409 7.448-1.975 11.145-2.9809.288-.0754.536-.1569.783-.2061 2.017-.4151 4.015-.7747 6.009-1.214 1.995-.4393 3.948-.9807 5.92-1.4816.716-.1879 1.422-.5562 2.081-.8124.7-.2531 1.422-.4348 2.156-.543.669-.0757 1.327-.1182 1.92-.2172 2.267-.438 4.422-.7673 6.624-1.4277.382-.1181.162-.7984.587-.9801.464-.1075.947-.1074 1.415.0002.532.0613 1.068.0509 1.595-.0307 3.095-.5959 6.215-1.1892 9.35-1.6933.22-.0249.43-.0487.68-.0769 4.743-1.0708 9.249-2.1467 14.065-3.2364 2.693-.609 5.143-1.2549 8.09-1.8072 8.686-1.6182 17.511-3.3589 26.421-4.8262 7.201-1.183 14.838-2.0521 22.16-3.0404 1.707-.1451 3.424-.1822 5.139-.111 1.712-.0066 3.474.0827 5.175.1627-17.355 3.7314-34.835 6.6594-52.322 9.6576.762 1.2282 1.535 2.4553 2.279 3.6962-1.587.2703-3.187.4513-4.794.5422-1.588.0428-3.168.2215-4.725.5344-1.34.3172-2.609.8293-3.671 1.0669-1.061.2377-1.886.4324-2.667.6597-.781.2272-1.269.8114-1.85.8772-1.916.2166-3.588-.1713-5.423-.1615-.623.0063-1.047.7221-1.462.9882-1.397.7983-2.897 1.3729-4.454 1.7059-1.34.3225-2.822.4741-3.873.764-4.26 1.1871-8.475 2.4331-12.523 3.6123-4.049 1.1792-7.664 2.2506-11.56 3.5568-.591.1951-.91.7067-1.452 1.0299 2.331.2225 4.645.4151 6.999.6243-1.159.3875-2.141.894-3.329 1.194-4.702 1.1783-9.215 2.1429-14.03 3.2859-4.815 1.1429-9.998 2.4023-14.808 3.8493-.2.0654.198.3036.387.2715 3.634-.6461 7.773-1.2852 11.336-1.8644 3.562-.5791 6.791-1.2168 10.241-1.6925 1.006-.1138 1.656.2455 2.591.2894.911.096 1.826.1122 2.737.0484 2.972-.3735 5.992-.8861 8.942-1.2837.581-.0501 1.166-.0538 1.75-.011 1.822.0076 3.485.1829 5.293-.0643 1.793-.2502 3.57-.6082 5.323-1.0722 4.391-1.079 8.704-2.1973 13.091-3.5323.862-.2578 1.715-1.0328 2.685-1.3349 1.052-.306 2.141-.4454 3.235-.4139 1.077.0278 2.527.0775 3.524.0022.953-.1049 1.897-.2813 2.825-.5279.757-.1765 1.565-.4334 2.056-.5051 3.408-.4976 6.783-.8525 9.995-1.4616 3.213-.6091 5.95-1.4744 9.102-2.098 4.868-.9352 9.664-1.6273 14.63-2.4401 2.804-.4613 5.631-1.1069 8.58-1.5046 6.584-.9424 13.366-1.7147 20.01-2.7492 2.086-.3215 4.245-1.0145 6.324-1.4473s4.433-.8913 6.451-1.2906c2.019-.3993 4.353-.8983 6.138-1.3033 1.785-.4049 3.9-.5265 5.2-.9728 1.301-.4463 1.311.3486 1.826.5255 1.7.5878 2.457-.1603 3.7-.723 1.13-.592 2.377-.8904 3.643-.8715 1.188.0954 1.286 1.3079 2.315 1.4373s1.449-.3188 2.262-.9558c.814-.6371 1.493-1.6382 2.627-2.0657 1.339-.4296 2.738-.6132 4.141-.5431 1.166.0765 2.068.7814 2.962 1.1184.289.1615.613.2325.935.2046.321-.0279.628-.1535.883-.3622.634-.387.098-.8873-.016-1.3285-.115-.4413.213-.5586.468-.5873 2.214-.2023 4.434-.5657 6.603-.5972 2.169-.0316 4.014.4864 6.182.7488 2.157.2886 4.329.379 6.494.2701.615-.0374 1.31-.3672 2.052-.4564 3.997-.4948 8.141-.9582 12.177-1.42.112-.0127.227-.0523.332-.0375 3.886-.3433 7.74-.7044 11.633-1.0699-.837.9122-.99 1.8378-2.234 2.3899-1.244.5522-3.206.6619-4.586.8019-2.292.2592-4.949.7414-7.027 1.142-1.933.3044-3.883.4786-5.84.5216-1.537.0094-3.068.1611-4.576.4534-1.596.3729-2.495 1.2172-4.179 1.6s-3.265.5402-5.206.8399c-4.606.708-9.116 1.3996-13.984 2.1158s-10.304 1.4807-15.34 2.3334c-1.714.29-3.677.8753-5.438 1.2348-3.429.7031-7.016 1.456-10.434 2.0403-6.924 1.1837-13.707 2.3409-20.666 3.1173-.489.0553-.581-.7572-.797-1.0908-.216-.3335-.586.0664-.73.1948-1.095.9468-1.826 2.0981-3.205 2.5532-3.279 1.0708-6.68 1.6745-10.069 2.3837-.517.0068-1.034-.0204-1.548-.0813-.555.0453-1.106.1273-1.65.2453-2.341.4358-4.509.7878-6.918 1.151-2.408.3632-5.051.801-7.495 1.2859-1.099.2151-2.361.3471-3.427.5479-2.317.4382-4.509.7397-6.661 1.715-.198.0865.379.6838.647.7283.267.0446.71.6357.844.9412-2.87.8855-5.769 1.721-8.614 2.6038-.206.0607-.247.4019-.051.3798 2.678-.3028 5.314-.8361 7.973-1.2223.117-.0133.196.1595.063.2066-1.664.5997-3.374 1.1937-5.07 1.6421-1.697.4483-3.376.7825-5.083 1.1786-.285.0642-.588.1413-.856.2197-3.966 1.1645-8.006 2.2518-11.969 3.3092-.706.1867-1.267.3891-1.563 1.0584-.295.6692.485.6505.447 1.3707-.037.7202-.556 1.73-.309 2.5195.248.7895.921.8362 1.556 1.069l-17.514 5.3844c.486.1141.979.1852 1.474.2126 4.325-.222 8.731-.5225 13.025-.8372 1.915-.1364 3.883-.2414 5.708-.512 3.528-.5272 7.331-1.0802 10.674-1.8911 5.203-1.2563 10.057-2.9701 14.982-4.5422.662-.1759 1.35-.2248 2.032-.1444.633-.0074 1.131.1928 1.528.0303 2.117-.8432 3.899-1.9317 5.951-2.7783.274-.1165.405.2535.699.2308 1.245-.015 2.478-.2211 3.663-.6118 1.231-.4866 2.759-1.5037 3.896-2.0864 1.128-.5312 2.286-.9853 3.469-1.3594.951-.3427 1.96-.1736 2.627-.1849s.91-.306 1.183.1333c.272.4394-.238.3475-.679.5578-.59.279-1.193.5255-1.807.7386-.934.3302-1.843.7348-2.719 1.2105-.911.5108-1.852.9582-2.818 1.3392-.717.3373-1.462.6005-2.227.7862-.626.0708-1.832.998-1.006 1.3053 2.11.798 3.832.7956 6.097.347 8.442-1.6707 16.823-3.794 25.38-5.5419 4.353-.8931 9.086-1.6687 13.594-2.3282 1.723-.2537 3.668-.2598 5.395-.4338 3.352-.3364 7.002-.7919 10.221-1.1239 1.266-.1431 2.52-.1675 3.429-.313s1.467-.5079 1.356.4344-1.182.887-1.974 1.0088c-8.585 1.3341-17.452 2.5668-25.978 4.1134-4.689.8509-9.038 2.1335-13.583 3.2139-.492.1549-.966.3679-1.413.6353-.432.2038-.842.5601-1.186.6685-2.911.9543-5.74 1.7605-8.606 2.6671-1.157.3659-2.184.7813-3.329 1.1993 1.629-.1254 2.909.1679 4.568-.1693 8.928-1.8005 17.614-3.937 26.695-5.6907 5.396-1.0377 11.08-1.8461 16.719-2.6122 5.64-.766 11.72-1.3949 17.445-1.9729.765.0159 1.528.1233 2.273.32-2.978.9299-5.974 1.8298-8.957 2.7603 1.97.3114 3.921.7159 5.908.8173 1.986.1013 3.995-.0726 5.972-.0557.205-.0232.265.2853.086.3269-2.328.5518-4.837.9905-7.163 1.3444-2.325.3538-4.514.6494-6.736 1.0022-.578.1021-1.147.2575-1.699.4647-2.856 1.0016-5.755 2.1898-8.599 3.0403-2.843.8506-5.542 1.3214-8.364 2.0145-.578.1402-1.101.3276-1.675.4995 2.293.2375 4.341.5776 6.699.7758.934.0443 1.868.0066 2.794-.1129 9.56-.8888 19.045-1.8655 28.772-2.6823 5.216-.4403 10.936-.7986 16.295-1.0201.289-.0326.202.3406-.403.4196-.604.0791-2.095.424-2.915.4793-.82.0554-2.039.2627-2.782.3895-5.758.9877-11.755 2.0454-17.371 2.8836-5.617.8382-10.703 1.328-16.198 2.3234-.911.1672-1.473.9788-2.307 1.4792s-1.625 1.2097-2.671 1.4562c-2.892.6851-5.966 1.209-8.931 1.726-7.32 1.3088-14.681 2.6061-21.964 3.9374-.308.0348-.504.3082-.716.2786-.211-.0295-.449.3982-.355.3982 4.242-.031 8.063-.2546 12.364-.6823 4.302-.4278 8.286-1.1295 12.851-1.6403 8.551-.9672 17.039-1.9271 25.954-2.7377 6.081-.5381 12.6-1.0082 19.096-1.3742 6.497-.366 13.506-.6618 20.287-.873 5.237-.1648 11.026-.2158 16.372-.2487.733-.0027 1.735.0228 1.462 1.1491-.274 1.1263-.812 1.5772-2.024 1.7998-1.212.2225-2.932.3316-4.307.594-1.376.2625-2.927.7745-4.243 1.1264s-2.505.6466-3.771.9233c-1.265.2767-2.448.4532-3.702.6965 3.203.6352 6.407 1.2489 9.611 1.8411-3.471.6384-7.058 1.2151-10.491 1.9293-3.433.7141-6.819 1.5405-10.187 2.3436-3.369.8031-6.597 1.6651-9.929 2.5334 6.901-.2461 13.805-.4658 20.674-.6015.041-.0047.083.0086.116.037.033.0283.054.0694.059.1142.005.0447-.006.0895-.032.1245s-.064.0573-.105.062c-2.254.3725-5.071.6322-7.218.8162-2.146.184-4.594.4234-6.36.6499-1.496.2514-2.971.62-4.413 1.1029-1.23.3261-2.301.7037-3.101.8101-6.394.8301-12.426 1.4054-18.676 2.1122-1.681.1901-3.18.5414-4.819.8442 1.184.7483 2.472 1.2815 3.811 1.578 1.253.1436 2.51.219 3.767.2259 3.026.1921 5.972.6443 8.897.5968 6.187-.1654 12.274-.6508 18.384-.9304.574.0017 1.147.0603 1.712.175 3.616.5101 6.953 1.2602 10.609 1.4718 3.657.2116 7.59-.0622 11.226-.1582.25-.0282.789.2794.535.3509-3.537.9343-7.318 1.549-10.896 2.162-1.738.2928-3.43.2972-5.03.7291-1.599.432-2.877 1.2926-4.379 1.975 1.547.547 3.032 1.079 4.562 1.648-1.901.702-3.37 1.888-5.451 2.22-6.963 1.135-13.931 1.752-21.04 2.785-1.324.193-2.801.697-4.338 1.025-1.536.329-3.276.745-5.094 1.036-6.057.968-12.421 1.805-18.534 2.978-2.707.52-5.351 1.567-8.006 2.326 8.636.263 17.307.405 25.917.473.213.003.391.271.184.316-2 .434-4.131.67-6.141.929-8.622 1.125-17.288 2.217-25.843 3.415-2.158.303-3.986.776-6.086 1.153.37.421.781.797 1.226 1.122.497.286.984-.047 1.357.584.374.631.267 1.573.608 2.309s.671 1.559 1.645 1.417c5.001-.811 10.161-2.052 15.095-3.193 4.934-1.14 9.678-2.291 14.558-3.383.579-.129 1.06-.12 1.637-.185-9.321 3.092-18.631 6.204-27.93 9.336 2.755-.451 5.539-.686 8.262-1.335 8.924-2.132 17.88-4.513 26.782-6.668 2.558-.615 5.159-1.032 7.643-1.607 4.997-1.148 10.04-2.509 14.941-3.544s9.691-1.828 14.552-2.602c1.095-.172 2.018-.325 2.876.31.859.635.136.845-.705 1.202s-2.427 1.124-3.408 1.502c.597.334 1.525.362 2.096.634.57.272.487.506.618 1.09.13.584.174 1.279.331 1.875-3.735 1.245-7.458 2.415-11.193 3.692-.319.111-.677.274-.362.741.315.466.686.686 1.057 1.296s.668 1.528 1.566 1.725c.899.198 2.098-.007 3.027.069.929.077 1.549-.004 2.357.621.808.624 1.161 1.776 2.04 2.467.997.664 2.039 1.245 3.117 1.737-2.481.206-5.533.091-7.804 1.011-2.272.919-2.775 2.729-.98 4.46 1.794 1.731 4.484 1.406 6.669 2.088-1.873.629-3.643 1.481-5.579 2.042-9.825 2.789-19.739 5.406-29.589 8.102.805.16 1.825.386 2.578.568s1.619.442 2.263.535c3.807.585 7.547 1.097 11.248 1.694.405.059.804.166 1.189.319.342.138.74.285.791-.089.052-.375-1.293-.719-.7-1.118 2.274-1.404 4.66-2.593 7.13-3.553.118-.056.646-.073 1.139-.128 4.466-.682 9.2-1.794 13.791-2.201 2.48-.217 4.883.591 7.329.955-3.518 1.104-7.049 2.133-10.578 3.179 7.792-1.383 15.577-2.777 23.376-4.097.327-.001.653.056.965.169-6.274 1.415-12.72 2.79-18.987 4.183-2.389.537-4.916.636-6.912 1.984-1.995 1.347-1.548 3.156-1.843 5.316-1.383.333-2.768.516-4.183.826-4.458.974-8.906 2.076-13.39 2.994-1.194.253-2.45.219-3.673.341s-2.517.285-3.748.515c6.151 1.874 12.301 3.738 18.438 5.491-.764.551-1.503.63-2.204 1.387-.701.758-1.166 1.986-1.725 2.947-.116.2-.577.066-.72.242-.144.177.132.252.323.236.247-.023.497.021.727.126.092.055.165.139.21.24.046.101.06.215.042.325-.024.222-.181.325-.283.475-.101.151-.143.219-.26.366-.153.134-.335.226-.529.268-.18.069-1.722 2.279-1.596.988.126-1.292-4.783-2.606-5.57-1.55-.786 1.056-2 .958-2.821 1.879 2.214.54 4 1.888 6.383 1.998.955.041 1.862-1.034 2.008-2.327.146-1.294 5.312 1.413 4.928 2.568s-1.161 1.462-1.096 2.651c.065 1.19 1.034 1.486 1.8 2.394.766.907 1.404 2.048 2.777 2.325 1.373.278 3.379-.142 4.749.2s1.907 1.5 3.308 1.635c1.401.136 2.693-.652 4.197-.474 3.012.37 6.121 1.124 9.145 1.739.086.022.122-.014.192.17.071.184.164.179.265.504.101.326.212.644.367 1.188.241.777.558 1.526.946 2.233-6.77.835-14.549 1.763-21.007 2.777-2.767.435-4.395 3.281-1.233 3.751 10 1.477 20.298.376 30.35.206-6.599 1.73-13.751 2.122-19.885 5.38-2.862 1.521-.618 3.811 2.229 3.873 3.535.078 7.065-.127 10.562-.612 1.678.879 2.715 2.13 4.511 2.739s4.029.613 5.923.826l-14.844 4.398c.662.071 1.326.103 1.99.096-3.685.892-6.76 1.491-10.603 2.513-3.844 1.023-8.333 2.418-12.257 3.652.676.853.897 1.667 2.148 1.483 4.352-.642 8.81-1.787 13.158-2.589.504-.052 1.014.043 1.477.277-3.977 1.203-8.952 3.203-12.584 4.479-2.281.792-4.475 4.193-1.252 4.203 10.06.032 19.976-3.05 29.928-4.454 3.896-.558 7.861-.504 11.78-.867 6.405-.596 12.783-1.446 19.16-2.167.766 1.132.848 2.474 2.33 2.841 4.073 1.008 8.33 1.275 12.501 1.792-4.46.558-8.431 1.028-12.994 1.678-4.564.65-9.161 1.356-13.975 2.115-4.813.758-9.977 1.577-15.008 2.424s-10.515 1.723-15.634 2.537c.341-.22.725-.418 1.088-.62-5.972 1.066-11.997 2.137-17.948 3.216-.534.083-1.059.223-1.566.418-2.209.901-4.287 1.826-6.472 2.719-.213.089-.392.125-.645.212-.252.088-.479.14-.811.263-3.377 1.258-7.082 2.404-10.321 3.919-1.484.702-1.921 1.916-3.073 2.934 7.465-1.336 14.943-2.695 22.345-4.237 3.636-.759 7.229-1.721 10.775-2.576.897-.214 1.673-.654 2.496-.817 3.473-.756 6.688-1.825 10.243-2.024 5.872-.332 11.842.034 17.737.035-2.396 1.532-4.98 2.797-7.183 4.628-.321.266.403.456.775.372 3.406-.781 7.074-1.468 10.559-2.204-.418.416-.873.814-1.293 1.214 2.181-.321 4.484-.661 6.633-1.001 2.149-.339 4.192-.698 6.317-1.029 6.93-1.078 13.863-2.177 20.794-3.212 2.345-.356 4.677-.647 7.026-.795.546-.03.764.448 1.202.692-2.834 1.459-5.679 2.908-8.538 4.279-.966-.922-1.401-2.145-2.929-1.919-10.77 1.609-22.519 4.15-32.875 6.139-2.786.529-4.489 3.633-1.425 3.72 11.862.346 23.633-2.214 35.376-3.756.24-.027.426-.304.684-.125s.562.594.087.776c-3.208 1.212-6.616 2.105-9.768 3.466-.293.124.579.437.808.32.23-.117 1.245-.333 1.347.227.103.56-.104.429-.707.614-.781.172-1.531.469-2.226.883-.712.486-1.722 1.226-2.497 1.725 2.295.034 4.585-.155 6.923-.046 2.338.11 4.625.546 6.922.82-.817.235-1.647.418-2.486.549-5.923.669-11.827.979-17.743 1.83-2.79.406-5.368 1.59-8.131 2.496-.478.155-.932.511-1.594.265-.732-.368-1.49-.674-2.266-.914-.781-.089-1.568.025-2.293.335-.718.257-1.373.764-2.136.589-.762-.176-.898-.903-1.342-1.452 6.876-1.958 13.754-3.805 20.608-5.648.073-.009-.094-.086-.167-.072-5.785 1.055-11.642 2.086-17.463 3.123-.743.092-1.467.296-2.153.607-.655.336-.527 1.166-1.246 1.37-3.11.805-6.272 1.371-9.464 1.696-.489-.004-.971.116-1.405.351-1.999 1.538-4.073 2.96-6.214 4.261-.088.053-.254.029-.396.045-4.793.985-9.611 2.011-14.429 2.909-6.301 1.177-12.644 2.285-18.953 3.516.11.715.229 1.545-.649 1.613-.878.067-1.249-.8-1.539-1.573-1.002 1.379-1.964 2.802-2.933 4.216 3.044-.307 6.074-.687 9.095-1.152 3.39 1.152 6.829 2.119 10.304 2.896.644.135 1.286-.317 1.827-.522 2.351-.875 4.653-1.697 7.022-2.365-.379.406-1.134 1.437-1.504 1.618-.371.181-.941 1.175-.599 1.136 2.733-.512 5.264-2.374 7.842-3.254 2.578-.879 4.813-.726 7.493-.697.352.003.798.401 1.309.322.59-.168 1.208-.202 1.815-.099.605.188.957.891 1.644 1.017 7.784 1.438 15.612 2.829 23.487 3.536 3.125.283 6.204-.413 9.305-.518.374-.016.694-.078 1.058-.055.363.023.394-.232.82-.093.427.139.752.123 1.075.749s.852 1.667 1.212 2.358c-8.104.634-16.358.862-24.386 1.903-1.784.202-1.678 1.793-2.327 3.186-2.455 1.485-5.008 2.848-7.424 4.377-.189.123.126.237.097.417-.339 1.993-1.391 4.159 1.31 4.762 5.93 1.317 12.338.87 18.401 1.269.428 1.597-.043 3.253 2.066 3.432 5.077.435 10.409-.296 15.546-.514.349.717.602 1.482.752 2.272.113.74-.502 1.339-.786 1.809-.283.47-.564 1.09-.847 1.261-3.255 1.848-6.759 3.334-9.877 5.129-1.172.667-1.486 1.825-2.283 2.615-.796.79-1.384.888-2.047.098-.664-.791.716-.84.824-1.466.107-.627-.406-.521-.963-.282-.556.24-1.565.77-2.146-.029-.58-.8-.198-1.757-.641-2.738-.443-.982-.721-2.003-2.022-2.171-4.769-.593-9.723-1.123-14.58-.878-1.26.067-1.721 1.418-1.522 2.651s.596 2.38 1.866 2.712c4.16 1.079 8.509 1.506 12.707 2.303-.423.245-1.641.72-1.995.61-.354-.109-1.874.319-1.653.39 2.724.889 5.809.866 8.681 1.231.306.034.354.28.18.54-6.61-.161-14.569.136-20.769-.114-2.401-.097-5.715 2.415-2.835 3.206 10.36 2.857 21.29 2.401 31.914 3.219-.679.381-1.083.748-1.843 1.208-.875.513-1.711 1.1-2.498 1.757-.025.003-.154.081-.181.149-.027.067-.181.154-.236.192s-.853-.021-.55-.093c.304-.072 1.267-.18 1.025-.175-3.94.168-7.76.483-11.64.831 1.115.269 2.266.294 3.383.071.971-.168 1.59-.596 2.343.109.753.706.179 1.583-.076 2.387-6.133.693-13.235 1.742-19.039 2.586-2.497.362-4.558 3.144-1.62 3.699 9.28 1.761 18.846.62 28.223.869.446.398.734 1.103 1.205 1.466.155.157.336.278.534.358.198.079.408.115.617.105.643.034 1.783-.121 2.273-.69.49-.568-.241-.555-.528-.822-.288-.266-.202-.602.206-.627 3.414-.183 6.866-.242 10.307-.321-.366.795-.283 1.523-.929 2.205-.645.682-1.72 1.151-2.537 1.633 1.638.173 3.384.296 4.978.559.146.026-.391.178-.523.193-.174.002-.347.021-.518.059-4.824 1.106-9.632 2.35-14.621 3.181-.366.042-.757-.48-1.052-.907-.296-.426-.955-.96-1.58-.836-.331.109-.639.289-.903.529s-.481.535-.636.868c-.243.562-.404 1.158-.965 1.007-.562-.15.257-1.097-.175-1.193-1.74-.337-3.671.533-5.09 1.201s-2.661 1.498-3.851 2.006c-1.017.385-2.077.629-3.155.726-1.02.169-1.697-.043-2.594.032-.898.074-1.638.265-2.499.357-.86.123-1.737.053-2.577-.206-.779-.28-.856-1.052-1.715-1.163s-1.83.357-2.688.566c-.857.209-1.694.154-2.543.437s-1.623.884-2.472 1.247c-.85.363-2.099.526-2.161 1.724-.063 1.199 1.05 1.281 1.859 1.692s1.149 1.409 2.14 1.415c9.364.009 18.787-.469 28.16-.914.165.003.329-.016.489-.056.15-.044.291-.118.415-.218.166-.109.58-.428.709-.08.129.349-.46.309.358.232 1.032-.039 2.059-.155 3.073-.347.82-.237.963-.676 1.766-.975.934-.351 1.904-.584 2.891-.695.912-.093 1.836.034 2.704.372.782.345.626 1.153 1.435 1.441.81.288 1.617-.017 2.477.025.861.041 1.894.202 2.787.31-5.909.262-11.816.54-17.702 1.013-1.24.103-1.342 1.568-2.371 1.871-5.202 1.443-10.88 1.824-15.988 3.652-1.851.663-1.586 2.562-2.578 4.031-.038.063.025-.473-.363-.493s-.42-.086-1.064.35c-.841.539-1.752.945-2.705 1.204-3.553 1.005-7.526 2.107-11.206 3.175-1.279.374-2.667.926-3.947 1.333-1.281.407-2.638.699-3.887 1.118-4.416 1.483-8.739 3.078-13.108 4.662 4.221.474 8.41.753 12.605 1.615.547.109.222 1.043.709 1.453.558.512 1.201.906 1.893 1.159.815.313 1.67.483 2.531.505.917-.029 2.199-.249 3.145-.287.937.053 1.866.241 2.76.559.825.243 1.69.589 2.421.49 3.129-.428 6.275-1.142 9.195-1.841.419-.101 1.69-.373 1.408.06-.84 1.329-2.454 1.672-3.826 2.447-1.373.775-2.917 1.692-4.285 2.547 7.477-.14 14.964-.319 22.453-.482-1.018.756-1.722 1.659-2.957 2.119s-2.907.548-4.217.739c-2.843.417-6.188.908-8.848 1.23-2.661.322-5.127.446-7.468.7-2.342.254-3.901.522-6.125.805.944.214 1.957.372 2.318 1.421s-.743 1.564-1.019 2.37c-.275.806-.161.98.635 1.232.939.202 1.892.31 2.847.325-6.436 1.636-12.896 3.291-19.332 4.975 3.893-.237 7.786-.444 11.679-.621-1.164 2.315-2.284 4.658-3.363 7.027.654-.488 1.341-.922 2.056-1.301.666-.242 1.37-.349 2.077-.315.667.014 1.332-.053 1.982-.197.609-.176.443-.985.288-1.304s-.792-.926-.695-1.071c.847-1.26 1.948-1.288 2.822-.121.135.182-1.056-.148-.334.455.721.602 1.396 1.493 2.219 1.854.822.361 1.845.122 2.552.123.708 0 1.158-.131.707.652-.45.783-1.509.961-2.214 1.554-.705.592-1.368 1.469-2.037 2.159-.035.041-.788.127-.667.23 1.127 1 2.893 1.517 3.979 2.318.237.176-.997.727-1.104.697-.108-.031-1.221.539-1.043.54 7.322-.021 14.817-.575 22.111-.711.191-.021-.529.402-.802.433-.274.031-.618.225-1.17.335-3.388.677-6.899 1.267-10.435 2.078-1.583.361-3.387 1.03-5.086 1.505-1.698.475-4.024 1.043-5.683 1.428s-3.598.744-4.966 1.027c-1.369.283-2.754.423-3.732.566-2.951.424-5.833.499-8.422 1.284-2.589.784-4.083 2.315-6.376 3.488 3.421-.077 6.789-.19 10.185-.312-1.691 1.067-3.393 2.12-5.084 3.182 1.07.1 2.144.126 3.216.08 2.731-.309 5.458-.789 8.136-1.182.463-.094.932-.158 1.404-.191 2.966-.026 5.872.116 8.76.008 4.686-.182 9.276-.514 13.941-.791-2.634.378-5.206.749-7.852 1.113-6.446.894-12.881 1.579-19.33 2.72-1.537.275-2.924 1.1-4.311 2.01-1.483.881-2.769 2.096-3.774 3.564-.25.413.842.439.974.734.133.295-.031.468-.429.583-.398.114-1.031.33-.673 1 .357.67 1.096 1.201 1.641 1.733-2.446 1.003-5.097 2.366-7.573 3.058-2.475.691-4.733.594-7.183.812-.714.081-1.265-.156-1.783.426s.556.803-.421 1.271c-1.058.417-2.171.662-3.302.726-1.378.128-2.748.331-4.104.609-1.5.34-3.282.691-4.993 1.179-1.712.487-3.832 1.133-5.331 2.355-.127.105.354.425.658.268.304-.158.825.024 1.333-.028 2.067-.234 4.345-.491 6.471-.684l-2.711 1.017c1.547.349 3.1.674 4.658.975-1.764.333-3.503.663-5.285.918-1.783.255-3.592.455-5.358.761-3.724.64-7.489 1.264-11.224 1.804-.288.033-.573.006-.821.045-4.379.666-8.672 1.258-13.044 1.892-4.373.633-8.745 1.443-13.113 2.209-4.367.767-8.776 1.602-13.101 2.305-1.872.271-3.76.416-5.652.436-.201.023.332-.385.145-.551-.334-.152-.7-.199-1.055-.137-.161.018-1.107-.035-.933-.071 4.117-.925 8.434-1.782 12.629-2.635-.914-.154-1.726-.601-2.68-.456-5.531.845-10.983 1.915-16.527 2.868-2.054.35-4.034.52-6.165.97-2.132.449-4.072 1.064-6.378 1.635s-4.761 1.137-7.305 1.745c-5.503 1.317-11.299 2.758-16.905 4.124-2.514.616-5.155 1.283-7.719 1.76s-5.245.801-7.798 1.064c-.621.07-1.106-.367-1.599-.397-.494-.029-.363-.103-.816.093-.453.195-.493.547-1.122.843-.63.295-1.025.746-2.062.852-1.037.107-2.375.045-3.718.464-1.344.419-2.793 1.165-4.43 1.569-3.772.961-7.949 1.968-11.855 2.784-3.907.816-8.095 1.589-11.949 2.302-3.854.714-7.479 1.519-11.255 2.096-3.775.576-7.34.739-11.174 1.141-.108.012-.331.091-.636.157-1.522.327-3.233.82-4.831 1.043-1.555.237-3.13.329-4.705.276-1.674-.062-3.268-.453-5.129-.456-.61.078-1.215.198-1.81.359-.841.204-1.695.341-2.557.412-.89.053-1.783 1.078-2.693 1.219-3.628.565-7.499.511-11.156 1.085-.993.191-1.974.446-2.937.765-.958.284-1.656.721-2.654.952-.948.184-1.908.293-2.873.325-1.168.089-2.253-.055-3.668.174-7.383 1.188-14.818 2.44-22.341 3.745-4.33.752-9.048 1.616-13.485 2.423-1.804.327-3.773.726-5.589 1.118 1.348.238 2.6.807 3.994.708 4.018-.273 8.112-.918 12.09-1.405 2.224-.251 4.518-.623 6.662-.876 6.904-.781 13.812-1.53 20.63-2.333 3.798-.462 7.565-1.027 11.252-1.513 8.567-1.129 17.149-2.175 25.608-3.26 3.196-.409 6.114-1.038 9.077-1.662.391-.082 1.724.104 1.314.332-2.19 1.179-4.557 1.945-6.999 2.266-4.281.656-8.725.827-13.027 1.431s-8.247 1.467-12.629 2.107-8.28 1.182-12.915 1.728c-4.635.545-9.308.839-14.324 1.513s-10.517 1.617-15.898 2.434c-3.64.55-7.869 1.135-11.772 1.721s-8.409 1.309-12.342 1.893c-1.771.264-3.728.421-5.282.683-1.37.286-2.723.655-4.052 1.104-1.225.305-2.468.528-3.721.667-3.648.477-7.428.787-10.892 1.232-3.463.445-6.592.916-9.893 1.487s-6.526 1.374-9.755 1.969c-6.123 1.125-12.38 2.207-18.449 3.155-3.942.633-7.932 1.148-11.685 1.706-3.752.558-7.194.98-10.75 1.521-3.557.541-6.698 1.121-10.202 1.688s-7.298 1.114-10.808 1.756c-7.856 1.423-16.215 2.962-23.856 4.446-7.642 1.484-14.895 2.945-22.183 4.496-2.378.504-4.076 1.369-6.051 1.94-1.974.571-3.49.87-5.25 1.321-1.76.45-3.321.787-4.912 1.373-.371.138.843.321.894.379.051.059.324.29.143.348-5.725 1.892-11.51 3.604-17.225 5.533-.205.071.069.307.276.257 3.522-.89 7.1-1.765 10.65-2.716 3.55-.952 7.072-2.013 10.649-2.941 3.577-.929 7.137-1.705 10.765-2.618.717-.182 1.429-.493 2.281-.792s1.687-.661 2.691-.929c1.065-.352 2.153-.617 3.256-.796 1.317-.078 2.639-.08 3.959-.004 1.425.059 2.851-.018 4.259-.231 4.326-.783 8.786-1.699 13.119-2.552.234-.081.456-.198.658-.347 1.065-.594 2.219-.985 3.413-1.156 1.09-.123 2.254.194 3.189.062 6.467-.892 12.753-1.934 19.124-3.007 3.74-.631 7.388-1.37 11.134-1.981 1.387-.215 2.847-.252 4.249-.331-.844.814-1.848 1.413-2.939 1.754-3.611.809-7.477 1.46-11.004 2.131-3.526.672-7.046 1.23-10.397 1.844-6.894 1.266-13.51 2.501-20.301 3.803-.891.17-1.58.515-2.428.766 2.059.302 4.337.445 6.339.646s3.706.558 5.643.884c-12.24 1.743-24.543 3.535-36.771 4.902-.279.031.683-.703.854-.765s.917-.638 1.065-.687 1.175-.768.931-.741c-3.333.353-6.637.934-9.894 1.739-3.296.79-6.624 1.732-9.917 2.682-3.292.949-6.606 2.061-9.89 3.085 5.466-.854 10.995-1.805 16.451-2.395.142-.016-.445.435-.702.48-.258.045-.574.401-1.046.513-3.938.98-8.251 2.045-12.222 2.906-3.971.86-7.865 1.568-11.746 2.306-1.061.2-1.874.404-2.791.043s-.202-1.217-.701-1.823-1.325-.384-1.971-.402c-.575-.085-1.143-.227-1.695-.423 2.828-.854 5.646-1.707 8.47-2.561-2.961.602-5.872 1.337-8.881 1.731-.376.043-.441-.484-.145-.753.297-.268.621-.642.399-1.162-.223-.52-1.39-.43-1.618-.255-.228.176-1.628.526-1.443.372 1.162-1.079 2.539-1.86 4.028-2.283 6.892-1.896 13.667-3.56 20.719-5.319 7.051-1.76 13.999-3.689 21.298-5.225 12.844-2.708 26.149-5.314 39.128-7.823 6.62-1.283 13.772-2.29 20.244-3.391 3.181-.541 6.195-1.235 8.917-1.761 2.722-.527 4.759-.939 7.118-1.393 2.358-.454 4.127-.83 6.361-1.254 2.233-.424 4.473-.794 6.702-1.127.464-.052 1.176-.063.796-.709-.38-.647-1.226-.246-1.827-.184-3.529.399-7.715.712-11.098 1.079s-6.679.937-9.707 1.295c-3.028.359-5.242.209-8.058.65-1.205.19-1.678 1.002-3 1.125s-2.961.078-4.416.339-2.993.755-4.516.986c-4.101.624-8.179 1.107-12.318 1.703s-8.149 1.29-12.399 1.824c-2.052.233-4.425.26-6.616.791-.266.063-.667.669-1.21.634-.671-.084-1.347-.048-2.002.109-.649.212-1.364.721-2.066.944-.702.224-1.08 1.047-1.846 1.187-2.2.409-4.127-.223-6.391.375-2.263.598-4.877 1.989-7.159 2.862-.994.289-2.032.372-3.061.244-.906-.052-1.654-.187-2.371.082-.717.268-.283 1.175-.921 1.354-2.207.613-4.249.545-6.561 1.02-.701.143-1.367.689-2.289.937-3.366.867-7 1.69-10.489 2.48l-1.931.426c-.666.173-1.319.398-1.953.675-.473.193-.681.671-.932.774-2.31.924-4.278 1.552-6.628 2.352-2.349.8-4.991 1.634-7.395 2.392.431-.872 1.29-1.413 1.003-2.55-.287-1.138-1.188-1.757-2.239-2.077-1.023-.375-2.108-.498-3.173-.357-3.12.523-6.205 1.254-9.235 2.188-1.376.433-2.612 1.364-4.044 2.007s-3.113 1.271-4.643 1.871c-1.531.601-2.795 1.545-4.545 1.647-1.751.102-3.63-.583-5.376-.845.125 1.113.287 2.238.448 3.353-6.325.961-12.656 1.869-18.985 2.799-.908.102-1.78.361-2.648.566-3.673.865-7.313 1.72-10.991 2.542-.162-.349-.254-.731-.27-1.118.02-.393.435-.536.117-.933-.376-.362-.828-.62-1.317-.749-.502-.152-.948-.477-1.267-.925-.227-.434.361-.655.069-1.007-.292-.351-.755-.027-1.095-.01-.339.017-.382-.143-.253-.446 8.466-2.336 17.903-4.969 26.089-7.412 4.39-1.314 8.963-2.97 12.502-4.15s6.785-2.322 9.26-3.147 3.268-.947 4.952-1.372c1.684-.426 1.381.041.989 1.085-.392 1.043-1.662 1.411-2.256 2.28 1.014-.051 2.143-.04 3.151-.143s2.111-.329 3.04-.515c.899-.131 1.784-.355 2.641-.667 2.606-1.118 5.068-2.449 7.587-3.588.713-.294 1.46-.485 2.223-.567 3.509-.52 6.968-1.05 10.427-1.575 3.46-.525 6.867-.899 10.337-1.281-2.006 1.296-3.978 2.673-5.952 4.039 1.499-.49 2.932-1.074 4.455-1.481 1.523-.408 3.125-.637 4.679-.941-.723-1.699-1.45-3.382-2.179-5.049-2.322-.052-4.666-.124-6.95-.191-.098.011.401.184.325.209-1.49.564-2.436 1.344-4.186 1.317-1.75-.026-3.843-.634-5.722-.747-.435.055-.856.192-1.246.403-2.79 1.101-5.695 2.156-8.557 3.105-.083.009.071-.078-.1-.053-3.841.52-6.541.275-10.643 1.204-5.496 1.246-11.543 3.17-17.541 4.623-1.214.292-3.454.7-5.257 1.081-1.803.38-4.358.85-6.615 1.239-.602.106-1.649.39-2.691.668-8.407 2.249-17.256 4.516-25.804 6.701.105-.713.164-1.434.177-2.157-.083-.739-.95-.961-.928-1.776.021-.814.902-1.17 1.28-1.806-.803.196-1.634.247-2.457.149-.738-.173-1.388-1.024-1.825-1.338-.436-.314-.385-.298-.172-.215.212.083.429.165.58.009 1.428-1.465 2.892-3.132 4.646-4.036 1.753-.903 3.972-1.112 5.658-1.65s3.423-1.503 4.887-1.685c3.342-.421 6.454.178 9.578.236 3.125.059 5.705-.19 8.72-.355-2.954-.521-5.867-1.068-8.798-1.65l16.171-6.103c-.97-1.226-1.945-2.452-2.893-3.697-7.768 2.375-15.383 4.882-23.221 7.126-3.639 1.041-7.456 1.73-11.238 2.505-1.257.28-2.543.398-3.83.353-.205-.015-.311-.467-.727-.522-.507-.155-1.04-.174-1.551-.054-.604.212-1.482.504-2.19.808-.726.383-1.482.698-2.258.945-2.497.55-5.061.941-7.583 1.392.364-.293.743-.564 1.135-.812.365-.207.749-.374 1.146-.499 4.826-1.571 9.623-3.091 14.458-4.627-1.654-.048-3.01-.354-4.719-.236-1.708.119-3.374.532-5.234.849-1.121.259-2.261.421-3.409.487-1.188-.005-2.782-.097-4.057-.076-.141.016-.38.097-.533.013-1.203-.66-2.383-1.377-3.565-2.076l12.391-4.212c-.267.18-.995.481-.401.836.595.355.883.231 1.659-.081s2.132-.839 2.998-1.189c-.661-.084-1.326-.116-1.99-.095-.459.052-.364-.023-.235-.107 1.413-.945 2.733-1.869 4.075-2.876-1.324.203-2.628.399-3.953.623 1.862-.814 3.473-1.536 5.382-2.382 1.908-.847 3.604-1.781 5.743-2.563 2.139-.781 4.903-1.585 7.16-2.332-2.076-.583-4.245-1.123-6.336-1.544-.292-.025-.585-.011-.872.04-.269.03-.501-.055-.736-.029-1.158.131-2.249.324-3.408.498.916-.302 1.828-.602 2.742-.919-1.588.003-3.088-.218-4.687-.005-.547.062-.654.651-1.151 1.028s-.145.551-1.062.804c-11.975 3.118-24.334 6.22-36.458 9.199 1.207-.398 2.487-.895 3.716-1.232 7.815-2.134 15.948-4.267 23.657-6.288 1.774-.467 3.261-.839 4.641-1.326s2.237-.44 2.832-1.693c.596-1.254-.433-1.426-1.561-1.512s-2.929-.166-4.176-.121c-.223-1.535-.314-3.086-.272-4.634-6.681 1.632-13.362 3.255-20.042 4.869 7.024-2.073 14.064-4.082 21.119-6.027.778-.687 1.571-1.289 2.319-2.026.749-.736 1.467-1.603 2.205-2.386-4.765 1.19-9.643 2.469-14.375 3.693-3.217.829-6.441 1.68-9.593 2.389-3.151.709-6.089 1.255-9.195 1.836-.04.004.236-.096-.044.005-.244.094-.498.157-.756.187-.409.08-.829.084-1.241.012-.507-.172-1.028-.292-1.555-.359-.301-.042-.606.017-.872.169-.437.204-.575.561-1.192.877-.618.316-1.241.846-2.219.903-.979.057-2.547.021-3.62.329-1.092.289-2.151.696-3.164 1.213-.971.521-.029-.259-.295-.335-2.073-.514-4.081-.159-6.193-.187-2.111-.028-4.308-.239-6.431-.411 4.289-1.115 8.618-2.043 12.856-3.383.225-.068-.102-.426-.249-.629-.061-.061-.11-.135-.144-.217s-.052-.17-.053-.259c-.001-.09.016-.178.048-.259.032-.082.08-.155.141-.215.434-.392.819-.843 1.144-1.342.24-.417-.184-.578.041-.951.225-.372.58-.434.972-.644 3.172-1.705 6.35-3.496 9.471-5.345-2.391.168-4.715.137-7.084.635s-4.678 1.475-7.087 1.972c-.166.019-.335-.342-.454-.515-.19-.213-.435-.36-.701-.423-.207-.036-.513.058-.523-.246-.009-.303.475-.182.597-.366.95-1.273 2.007-3.177 2.957-4.267.951-1.091 1.861-1.05 2.856-1.659.995-.61 1.852-1.129 2.818-1.778-.774.2-1.554.39-2.317.562.756-.449 1.864-1.023 2.536-1.431.585-.313 1.09-.775 1.471-1.347.37-.576-.119-.264-.358-.184-1.509.524-2.985 1.038-4.516 1.51-1.53.472-3.126.888-4.68 1.326.704-1.389 1.447-2.739 2.237-4.074-1.393-.004-2.783.089-4.161.278-.254.029-.543.447-.873.682-.416.348-.923.553-1.453.586-.501-.055-1.18-.278-1.018-.953.161-.676.699-.86 1.273-1.213.669-.367 1.402-.583 2.155-.634.622-.011.543.425 1.174.231.78-.313 1.502-.769 2.135-1.348.5-.478-.144-.09.254-.285l1.372-.652-9.355-.358c.943-.798 1.94-1.52 2.983-2.159 1.102-.584 2.367-.947 3.501-1.427-3.836 1.091-7.862 2.256-11.654 3.38-.628.183-1.272.176-1.67.29-.398.115-.349.066-.518.059-.169-.008-.442-.148-.322-.225 1.625-.968 3.297-1.844 5.009-2.624 1.523-.707 3.145-1.51 4.366-2.22s.458-.81-.027-1.247c-.434-.356-.902-.661-1.395-.911-.291-.158-.613-.238-.937-.23-.329-.012-.658.025-.977.11-.337.038-.525.129-.891.176-.366.046-.84.095-1.251.141-.41.046-1.174-.145-1.533.056-.358.201-1.569.129-1.723-.142s-.63-.928-.953-.897c-.323.032-.225-.022-.415.218-.191.241 1.522.95 1.368.679s.004.47-.372.341c-.376-.128-1.007.157-1.398-.061-.391-.217-.467-.588-.682-.954-6.45 2.001-12.749 3.98-19.26 5.919-4.543 1.358-9.161 2.708-13.818 4.063-.959.28-1.983.545-3.141.81-5.748 1.328-11.402 2.406-17.294 3.831-10.694 2.582-21.688 5.37-32.3504 8.409-5.6862 1.62-11.188 4.391-16.9546 5.476s-11.3823.528-17.179.735c4.7201-2.025 9.2368-4.053 14.0171-6.026 4.7804-1.972 9.5383-4.493 14.5876-5.881 17.0713-4.704 34.7863-8.711 51.8123-13.116 9.765-2.531 19.079-5.331 28.514-8.071 5.031-1.461 9.578-2.836 14.37-4.222.829-.238 1.35-.441 1.827-.559s1.438-.414.76-.498c-.677-.083-1.836.694-2.565.419-.729-.276-.704-.706-.891-1.438-.186-.732-.572-.689.16-1.477s1.984-2.014 2.829-2.858c-1.34.397-2.72.89-4.069 1.262.612-.884 1.281-1.719 2.004-2.498.576-.599 1.657-.93.838-1.697-.819-.768-1.663-.047-2.705.241-1.041.289-2.03.428-3.279.847-10.015 3.344-19.809 6.979-30.095 10.242-3.365.979-6.803 1.663-10.28 2.045-3.58.469-8.077.785-11.823 1.23-1.378.156-3.153.699-4.398.497-3.768-.546-7.031-1.7-10.621-2.72-6.444 2.225-12.806 4.654-19.2388 6.984-6.4324 2.331-13.1344 4.291-19.5686 6.387-.2531.082-.8751.008-.6115-.156 4.1592-2.607 8.5405-4.914 12.8256-7.328-1.8617.387-3.7446.76-5.5982 1.13 4.3024-1.341 8.8985-2.711 13.1744-3.937 4.2761-1.226 8.1831-2.56 12.4771-3.447 4.295-.886 8.618-1.257 12.92-2.033-2.578.003-4.981-.505-7.591-.21-9.318 1.054-18.6516 2.591-27.9415 4.117-3.4008.561-6.8373 1.2-10.2655 1.695 7.9317-3.296 15.5724-6.714 23.803-9.382 5.404-1.754 11.133-2.862 16.731-4.302 1.923-.495 4.303-.55 6.226-1.398s3.5-2.352 5.209-3.56c-2.739-.284-5.867-.159-8.495-.723-2.627-.563-4.37-1.926-6.86-2.857-.44-.164-1.515-.267-1.662-.993-.146-.726.636-1.247.391-1.968-.244-.72-1.082-.38-1.618-.57-.112-.028-.215-.087-.301-.17-.085-.082-.15-.187-.188-.304s-.048-.242-.029-.362c.019-.121.067-.234.139-.329.25-.498.783-.778.745-1.42s-1.023-.296-1.206-.243c-.182.053-1.099.21-.889.101 3.797-1.782 7.872-3.562 11.778-5.254-2.283.466-4.611.799-6.857 1.459-2.247.66-4.393 1.635-6.588 2.444.579-.658 1.329-1.379 1.666-2.202.338-.824.205-1.381-.495-1.841-.306-.224-.653-.372-1.016-.432-.364-.059-.733-.03-1.082.087-2.424.578-4.794 1.382-7.0822 2.404-1.0388.486-1.9098 1.493-2.9253 2.227-1.0156.735-2.1921 1.579-3.253 2.35-1.0609.772-1.8295 1.853-3.1767 2.15-1.3472.296-2.8205-.216-4.1971-.354.0899 1.101.2206 2.214.3752 3.319-5.405 1.524-10.7519 2.995-16.1984 4.503-.7828.212-1.6295.558-2.4723.851-4.9427 1.719-9.9319 3.464-14.9366 5.072-.8642.279-1.8086.418-2.6934.646 1.0127-1.022 2.0193-2.055 3.004-3.107-4.2537 1.16-8.4934 2.355-12.7689 3.453-.1515.017-.1662-.2-.0346-.306 1.6672-1.554 3.4865-2.91 5.427-4.044 1.7661-.969 4.132-1.579 5.6902-2.198 8.5278-3.364 17.656-7.02 25.6559-10.457 4.2994-1.849 7.9196-3.84 11.4096-5.538 3.4899-1.699 6.2152-3.332 9.062-4.723 2.3976-1.262 4.8946-2.297 7.4646-3.093 2.549-.743 4.226-.136 6.705-.577-4.056.459-6.8-.615-11.048.507-4.2483 1.121-9.0156 3.691-13.6755 5.372-.951.343-2.8638.933-4.3685 1.413-1.5046.48-3.7595 1.109-5.7492 1.676-.5317.157-1.3961.521-2.4571.898-11.0042 3.916-22.3544 8.01-33.5699 11.94-2.009.702-4.3759 1.435-6.5799 1.989-2.204.553-4.6947.979-6.9815 1.414 1.2636-1.211 1.6838-2.616 3.3931-3.386 4.4177-1.985 9.4152-3.395 13.9048-5.356 1.9948-.872 3.5034-2.368 5.2878-3.569-4.9041 1.186-9.7893 2.406-14.6873 3.601l3.7339-2.955c-1.1723-.476-2.3462-.951-3.5214-1.424 3.4432-.186 6.9008-.246 10.3902-.331 1.2593-1.686 2.6374-3.504 4.3653-4.591 1.7279-1.088 4.0193-1.438 5.7003-2.109s3.4658-1.781 4.9223-2.074c3.3346-.666 6.4741-.3 9.5679-.425 3.0938-.126 5.6027-.522 8.5773-.869-2.891-.357-5.7379-.761-8.6073-1.19 5.1508-2.271 10.3074-4.534 15.47-6.788-.8158-1.174-1.67-2.339-2.4582-3.532-8.0371 2.758-15.6472 5.702-23.7828 8.508-3.7722 1.303-7.8424 2.335-11.9194 3.438-4.077 1.102-8.7459 2.223-12.9481 3.313-.1319.015-.3611.089-.4832.102 3.2301-1.808 6.593-3.711 9.776-5.455.6601-.334 1.337-.63 2.0278-.886.577-.236.3208-.095.2189-.34-.102-.245.3694-.234.1559-.328-1.5638-.699-2.6146-1.895-4.4789-2.101-1.8756-.263-3.7741.012-5.502.799-1.9649.874-4.3757 2.488-6.3687 3.595-1.8782-.723-3.6466-1.613-5.4646-2.503 4.4896-1.699 9.1517-3.273 13.5556-5.118 1.8907-.785 3.2415-1.969 4.9778-2.983-1.4612.208-2.8864.428-4.3483.673 1.996-.861 3.6974-1.615 5.7423-2.525 2.045-.91 3.8948-1.883 6.193-2.741 2.2982-.859 5.2745-1.804 7.6998-2.677-1.1178-.344-2.2926-.58-3.443-.818.6531-1.052 1.269-2.126 1.863-3.219-1.5707.071-3.1427.131-4.7086.244.2693.684.4141 1.415.4266 2.153-.0384.667-.4781.455-.8487.459-.3707.005-.7286.035-1.0279.058-.2563.011-.5133.004-.7693-.02-.2394-.016-.3568.04-.3768-.225-.0201-.264.4445-.445.2243-.773s-.3708-.391-.7853-.205c-.4288.282-.892.5-1.3769.647-.6357.055-1.2758.049-1.9124-.019 1.3148-1.895 2.7185-3.705 4.1144-5.541-1.7349-.199-3.2976-.845-5.0346-.232-3.2705 1.145-6.4313 3.041-9.5712 4.465-.4449.19-.9314.245-1.4074.159-.4743-.037-.4948-.393-.8962-.529 3.8729-2.164 7.3912-4.443 11.3367-6.577 2.2528-1.217 4.4092-2.497 7.1967-2.706.7561-.053 1.8746 1.172 2.818 1.637 1.161.509 2.4408.582 3.6315.209.3526-.12 1.0969-.322.8494-.935s-1.0986-.437-.9063-1.319c.1126-.458.3238-.88.6167-1.231.2929-.352.6592-.623 1.0697-.792.832-.345-.2442-.277-.1045-.442 2.0935-2.406 4.6629-4.193 7.0863-6.177-1.3563-.002-2.8852.219-4.2151.188s-2.6007.46-3.5506-.763c-.95-1.223-.8819-1.803.3056-3.118 1.436-1.504 3.0667-2.777 4.8431-3.78.3535-.2 1.1314-.411 1.1932-1.396.0619-.985.8715-2.578 1.4224-3.527.0791-.132.4527-.11.4582-.324.0054-.215-.2267-.167-.389-.202-.2066-.062-.3928-.188-.5358-.362-.0851-.14-.2021-.474-.3262-.433-1.9116.601-3.5429 1.624-5.3974 2.336-1.8546.712-3.8424 1.033-5.7654 1.534 2.551-1.993 5.1819-3.936 7.858-5.698.2992-.139.5631-.352.7711-.621.1926-.31-.0597-.528.1158-.857.2372-.407.5108-.787.817-1.135.0868-.112.1368-.252.1425-.4.0057-.147-.0333-.293-.111-.415-.088-.21-.2405-.508-.0895-.573 2.8126-1.386 5.6933-2.434 8.5785-3.572-1.3928-.064-2.7865-.04-4.1739.071-1.378.156-2.6608.584-4.0002.907.3449-1.108.6702-2.213.9858-3.318 3.5056-.685 7.0431-1.175 10.5552-1.802-1.7706-.078-3.6195-.542-5.366-.275-1.6637.232-3.2692.788-4.7386 1.642-1.5613.898-2.9252 2.404-4.4107 3.491.3914-.915.0953-2.089.802-2.843.7066-.753 1.989-.529 2.7153-1.108.0771-.062-.7595.198-.2162-.206.5639-.398 1.1492-.76 1.753-1.085.5236-.32 1.0309-.67 1.5195-1.048.4858-.343-.3558.398-.2097.334 1.1428-.533 2.2291-1.193 3.2416-1.97-.5102-.134-1.0155-.227-1.3134-.717s.2337-.646.2989-1.033c.0651-.387-.3238.288-.2946-.154.0293-.441.4688-.624.7312-.798.2625-.174.0669-.109.1255-.335.0435-.2.1354-.384.2664-.532.1545-.198.2962-.407.4242-.625.2077-.323.3483-.69.4126-1.078.0095-.354-.2434-.315-.4133-.242-.17.073-.2508.146-.3809.177-.1302.03-.0072-.064-.1115-.111-.109-.049-.2226-.084-.3386-.106l-.2642-.061c-.1074-.03-.1598-.099-.3106-.119-.19-.025-.3812-.034-.572-.027-.1984-.033-.4006-.011-.5864.067-.1798.116-.2344.422-.4033.548-2.4344 1.798-4.9406 3.486-7.3477 5.308-.6382.484-.8347 1.372-1.4819 1.819-3.3462 2.27-6.8255 4.325-10.1954 6.56.5985-1.403 1.25-2.775 1.9479-4.131 3.5885-2.009 7.5457-3.734 10.9497-5.973 1.6675-1.097 2.1378-2.977 3.1897-4.485.5724-.803 1.4938-1.714 1.6328-2.542.2912-1.801-.0685-2.049-1.6516-1.913-.0586.007-.5115.379-.9176.639-.4062.259-1.1181.703-1.8544 1.107s-1.9447 1.096-2.8889 1.63c-.9443.535-2.2126 1.266-3.2064 1.843.3409-.656.7323-1.279 1.17-1.863.5023-.592 1.1493-.953 1.7028-1.529.599-.653 1.1312-1.374 1.5878-2.151.4177-.683.8763-1.617-.1514-1.821-1.0278-.204-1.925 1.009-2.8673 1.297-.0342.004.0223-.371-.0011-.534-.0304-.278-.12-.546-.2617-.783-.157-.207-.1368-.684-.5483-.472-2.933 1.459-5.6779 3.313-8.695 4.686-1.5919.714-3.487.587-5.1872.912 3.9275-2.512 7.8422-5.049 11.6517-7.729-.2004-.377-.3237-.795-.3613-1.226.0825-.501.2291-.987.4356-1.443-2.6556 2.512-5.3104 5.206-8.2699 7.176.1957-.369.4661-.684.7914-.923.2316-.053.6331-.879.6663-1.198-2.9782.973-5.979 1.964-8.9645 2.959.1395-1.042.3047-2.076.3587-3.129 4.9068-3.83 9.5523-7.914 14.0995-12.211-1.9392 1.539-3.9544 3.193-5.8429 4.743-.5537.417-1.0585.904-1.5035 1.452-.1365.189-.3143.339-.5179.437-.2037.097-.4271.139-.6511.123-1.5-.135-2.9437-.517-4.3017-.534-1.358-.018-2.5239.526-3.7856.31-1.2616-.215-1.7268-1.135-2.1226-2.271-.3957-1.136.0922-2.292-.5456-3.337-.6378-1.044-1.6449-1.416-2.6623-2.098-.064-.04-.3274.037-.551-.146-2.1009-1.467-4.0129-2.837-6.2398-4.455-.4266-.316-1.2339-.759-2.016-1.285-1.027-.569-1.9802-1.285-2.8337-2.126-.9017-1.015-2.339-2.696-3.3062-3.853.8467-.96 1.7795-1.828 2.7853-2.591 1.0536-.792 2.1042-1.611 3.248-2.35 5.5368-3.554 11.2569-7.107 16.8551-10.556.5572-.31 1.0892-.669 1.5911-1.073.4487-.408.528-.845.9047-1.278-4.9497 1.789-9.7 3.94-14.727 5.438-5.027 1.499-10.3522 2.373-15.5015 3.49.89-1.03 1.8568-1.979 2.8909-2.838 1.0818-.807 2.3281-1.295 3.4908-1.998 1.2079-.683 2.3228-1.539 3.3151-2.544.8777-.992 1.7208-1.851 1.4223-3.265-.2985-1.415-1.4085-1.252-2.5384-1.397-1.1968-.138-2.3828-.381-3.5464-.726 1.3448-1.018 2.7415-2.014 4.0657-3.04-.4542-.208-.9611-.227-1.4214-.053-.2595.158-.5547.237-.8549.23 1.3466-1.221 3.5269-2.029 5.1365-2.718 1.6096-.69 3.5765-1.415 4.9253-2.048 2.8759-1.351 6.0171-2.983 8.5688-4.095 2.5517-1.111 4.757-1.697 6.9744-2.44 2.2173-.742 3.5248-1.04 5.5783-1.699-2.4248-.26-4.7729-.631-7.1576-1.018l-6.8907 2.916c-.2101-1.376-.4092-2.742-.596-4.132 6.5582-5.112 12.9523-10.714 19.9945-15.005 7.0421-4.29 14.1527-7.889 21.3836-11.736 5.8722-3.128 11.4447-6.104 17.3131-9.439 154.1291-88.116 315.1111-155.7999 486.8991-194.2392zm309.817 260.5402c4.429.457 8.875.657 13.316.599-3.519-.136-6.975-.413-10.523-.669-.932-.036-1.865-.013-2.793.07zm-26.356 11.359c.37.07.748.046 1.105-.071.356-.116.681-.322.947-.599.433-.552.28-.764-.355-.911-.363-.084-.738-.075-1.095.023-.357.099-.687.286-.964.546-.453.543-.293.862.362 1.012zm-4.966-53.672c.745.595 2.128.828 2.868.114.741-.714-.371-.877-.863-.853-.492.023-1.025.083-1.471.118-.447.034-1.279.027-.534.621zm-6.768.766c-.038.101-.05.212-.036.321.015.109.057.213.121.3.063.087.147.155.243.196.095.041.198.054.299.039.101-.016.195-.061.274-.129.079-.069.139-.159.174-.262.035-.102.044-.214.026-.322-.018-.109-.062-.211-.128-.296-.057-.098-.139-.175-.236-.223-.098-.047-.205-.063-.31-.044-.104.019-.2.071-.276.149-.075.079-.127.18-.148.292zm-53.412-156.552c.465-.267 1.968-.538 2.345-.266.451.178.938.218 1.404.114-1.08-.711-2.566-.244-3.749.152zm-14.545 2.938c1.627-.521 3.227-1.134 4.791-1.835zm-29.807-37.8466c.582.067 1.166-.0529 1.679-.3447.419-.2772.378-.5024-.116-.5854-.584-.0653-1.17.0606-1.682.3612-.417.2877-.37.4854.119.5689zm-5.159 1.775c.589.0057 1.163-.1783 1.648-.5283.405-.313.382-.5187-.126-.5842-.591-.0387-1.176.1266-1.668.4719-.406.3077-.366.5757.146.6406zm22.923-41.7578c.225.4127.74.0231.515-.3896s-.737-.0395-.517.3737zm-15.238 4.5551c-.131.6294.638.7828.769.1482.131-.6347-.64-.8039-.769-.1482zm-10.911 2.6393c.72.6773 1.583-.1791 1.988-.7592.405-.58.627-1.1982.02-1.6586-.606-.4604-.981.0736-1.479.5253-.499.4517-1.256 1.1946-.531 1.8714zm-39.676 6.8221c5.14-.7914 10.28-1.6044 15.422-2.4388-2.26-.594-4.382-1.1982-6.738-1.3325-.907-.0379-1.808.124-2.648.4759-2.083.9443-4.1 2.0455-6.036 3.2954zm-28.24 12.5123c.624-.0422 1.234-.2017 1.803-.4711.43-.1821.674-.3861.107-.4503-.669.013-1.326.1839-1.923.5007-.472.2405-.501.3826.013.4154zm-57.796-8.8145c2.952-.4123 5.903-.8404 8.852-1.2843-2.972.304-5.922.7321-8.852 1.2843zm-546.8184 297.8501c.0019-.465-.3388-.24-.5603-.097-.2214.143-.5643.262-.253.563.0759.074.1709.122.272.136.101.014.2031-.006.2923-.057.0891-.051.1609-.131.2055-.228.0446-.098.0598-.209.0435-.317zm-3.2855 79.867c-3.1578 1.105-6.2835 2.291-9.3771 3.556 3.108-1.196 6.2337-2.381 9.3771-3.556zm13.5993-4.38c-.0207-.112-.0618-.219-.1209-.314-.0591-.096-.135-.178-.2233-.242-.0882-.064-.1871-.109-.2909-.132-.1039-.023-.2105-.023-.3138-.001-.4251.048-.6601.245-.615.732.0089.113.0386.224.0874.326s.1157.193.1969.267c.0811.074.1749.131.2758.166.101.036.2071.049.3122.04.1013.007.2024-.01.2957-.051s.1764-.105.243-.186.115-.177.1415-.282.0304-.216.0114-.323zm-9.7427-63.786c.9058.614 2.2142-.026 2.9904-.295.7762-.27 1.9943-.659 2.4624-.589.5892-.011 1.1677-.153 1.6999-.416-1.994-.128-4.3895.571-6.5215.668-.2314.01-.7939.506-.6312.632zm5.6943 17.224c-.3136.377-.0511.379.3324.4.5006.05 1.0023-.043 1.454-.271.35-.275.1817-.363-.2284-.445-.4102-.081-1.2444-.062-1.558.316zm-.901.347c-.1244-.05-.4431-.067-.3619.169.0812.237.3482.148.4469.014s.0352-.127-.0703-.184zm-2.7457 2.197c-.0558.076-.0314.073.0418.107.0732.035.2705.029.2202-.11-.0504-.139-.2014-.073-.262.003zm-7.3123 2.777c.5435.43 1.3549.034 1.8393-.277.4844-.312.9029-.375.8747-1.018-.0282-.644-.6026-.953-1.1707-.899-.5732.089-1.0981.386-1.4885.841-.4114.432-.6179.925-.0548 1.353zm-8.0754 17.648c.9821-.068 1.4365-1.696.9744-1.756-2.3758-.308-3.4527 1.459-5.016 2.865 1.258.184 3.0443-1.044 4.0416-1.109zm7.3128 9.261c.0587-.006-.2226-.087-.2574-.088-1.3374.033-3.0307-.192-4.2825-.189-1.2518.002-2.0318.326-3.1365.579s.4254-.134-.0966.283-1.2974.388-1.9883.711c-.6908.324-1.5935.833-2.2888 1.248 4.029-.739 8.0724-1.57 12.0501-2.544zm1.3511-8.883c-1.573.602-3.1077 1.311-4.5951 2.122 1.5266-.723 3.0539-1.441 4.5951-2.122zm14.2869-6.922c.5697-.214 1.1395-.471 1.5325-.627.3931-.157.4203-.048.4932-.366s-.1716-.248-.377-.401c-.1011-.091-.2201-.156-.3475-.19-.1275-.034-.26-.035-.3871-.005-.3677.157-.7697.202-1.163.132-.3831-.149-.6617-.556-1.0208-.756-.405-.145-.8378-.165-1.2486-.056-.3195.063-.3523.211-.5936.265-.2414.054-.3363-.085-.5892-.046-1.7453.278-3.3092.321-5.1014.796-1.858.466-3.6592 1.152-5.3711 2.045-1.7635.947-3.436 2.526-4.9693 3.933 2.4346-.002 4.6842.197 7.184.027.5307-.034 1.0857-.465 1.8069-.739.7213-.274 1.6986-.603 2.6198-.991 2.3615-.999 5.1453-2.115 7.5176-3.019zm-1.2527-16.459c.0114.011.025.019.0396.024.0147.006.0302.007.0454.006.0153-.002.03-.007.0431-.016.0131-.008.0244-.019.0331-.033.0374-.063-.0149-.132-.0496-.176-.0372-.045-.0879-.076-.1433-.085-.0537.006-.0879.01-.0802.078.005.04.0175.079.0367.113.0193.035.0449.065.0752.089zm9.5219 37.196c-1.7276-.307-3.4708-.485-5.217-.532 1.7516.172 3.4906.349 5.217.532zm-5.8991-22.448c-.1075.013-.0911.069-.0163.162.1006.12.2173.222.3461.303.1067.068.2074.084.2821 0 .0747-.083-.0132-.116-.079-.172-.0643-.063-.1321-.121-.2028-.175-.0639-.084-.2084-.18-.3129-.141zm.194-.166c.0594-.044-.0125-.111-.0448-.134s-.0578-.073-.0945-.048c-.0367.026-.0191.05.0101.09.0292.039.0865.108.1464.069zm.897.011c.1981-.087.7389-.249.7726-.52s.2129.088.2562.12c.0432.033.1556.02.0789-.046-.0768-.066-.3688.197-.3351-.074s-.3989-.377-.6062-.284c-.2072.093-.5355-.009-.7427.084-.2073.093-.2765.181-.2021.445s.5786.346.7766.259c.1981-.086.0681.121.1369.204s.1222-.014.1186-.046c-.0036-.031-.4346-.079-.2365-.165zm-.141.459s.0208-.034.0171-.023zm-1.72-33.499c.5952-.602-.1059-.368-.6916-.077-.5858.291-2.2102.587-2.7928 1.08-.5827.493.1947.234.76.069s2.1489-.473 2.7416-1.095zm12.0098 50.048c-1.4223.902-2.8225 1.839-4.2006 2.81 1.5057-.763 2.9211-1.714 4.2178-2.833zm-1.7269-31.329c-.0892-.044-.1858-.066-.2831-.066-.0974-.001-.1932.022-.2811.066-.1633.087-.218.217-.1244.388.0561.07.1282.125.2091.157s.1678.041.2521.026c.1564-.018.2345-.027.3179-.165.0352-.028.0623-.066.0782-.111.016-.044.0203-.092.0124-.139-.0079-.048-.0276-.092-.057-.128-.0295-.036-.0675-.063-.1099-.078zm.7356-3.824c.0258-.077-.0663-.104-.1189-.088-.0525.017-.0788.047-.0387.096.0402.048.1441.005.17-.073zm12.907-24.895c.043-.063.026-.04-.036-.06-.062-.019-.232-.037-.202.093.029.13.209-.034.251-.098zm8.78 79.689c-2.082.888-4.126 1.846-6.14 2.902 2.063-1.01 4.113-2.008 6.15-2.993zm.997 4.835c-1.997.761-4.221 1.579-6.272 2.388 2.234-.723 4.564-1.388 6.739-2.248.274-.197-.206-.329-.457-.231zm16.522-72.713c.005-.005.008-.01.01-.017.002-.006.003-.013.002-.019 0-.007-.003-.013-.006-.019-.004-.006-.008-.01-.014-.014 0 0-.049.006-.055.033-.007.028.054-.043.082-.057zm.076-1.077c.065-.083.126-.154.03-.218-.096-.063-.2.023-.276.096s-.191.192-.072.281c.118.088.271-.186.335-.268zm7.359 79.251c-1.817 1.434-3.79 3.159-5.742 4.315-1.953 1.156-4.486 1.736-6.148 2.966s-.713 1.747-.505 3.364c2.443-.885 4.841-1.691 7.302-2.428 1.782-2.799 3.485-5.551 5.111-8.326zm13.47 3.531c-1.053-1.121-2.265-2.055-3.589-2.763-.252-.131-1.305.404-.928.757 1.334 1.126 2.91 1.408 4.535 1.897zm15.349-4.883c.066-.162-.187-.214-.253-.051-.066.162.204.099.27-.058zm17.745 9.086c-.429.096-1.233.214-1.494.703s.084.525.544.43c.459-.095 1.221-.272 1.478-.755s-.081-.584-.51-.487zm-3.586 19.881c-.065-.094-.059-.17-.163-.174-.105-.004-.117.061-.108.189.01.127.044.385.238.347.193-.038.103-.268.033-.362zm9.111-16.365c-.512-.156-1.802-.096-1.507.849.295.944 1.43.26 1.77-.233.34-.492.269-.468-.258-.617zm-7.383 23.896c-.005-.042-.052-.021-.069.008l-.054.006s-.063.007-.039.047c.025.04.069-.008.098-.011.029-.004.073-.009.069-.051zm13.492-24.758c.672.127 2.074-.165 1.64-1.254-.435-1.089-1.677-.249-2.044.396-.368.646-.263.736.409.857zm3.858 16.127c-1.426.525-3.464.841-4.394 2.025-.121.153 1.534-.446 1.805-.93.272-.485 1.991-.909 2.592-1.106zm1.952 2.953c.55-.126 1.933-.411 1.283-1.261-.651-.851-1.5-.135-2.331.226-.83.361-2.32.796-2.966 1.559-.646.762-.083.843.548.777.693-.139 1.37-.349 2.023-.63.468-.262.951-.495 1.445-.698zm4.648-3.272-5.134-.023c1.719.068 3.427.072 5.138.012zm-.521 10.842c.039-.005-.148-.133-.226-.124-.079.009-.102-.112-.268-.045-1.087.449-2.252.912-3.363 1.374 1.291-.397 2.584-.741 3.861-1.216zm.826-6.831c-.212-.26-.707-.038-.822.215-.114.254.263.046.372.049.109.004.672-.012.454-.276zm1.314-6.283c-.253.035-.503.085-.75.149-1.638.57-3.443 1.196-5.114 1.829-.073.008-.032.105.049.08 2.085-.642 4.257-1.305 6.283-2.031.131-.068-.308-.098-.468-.027zm12.513-1.036c-.089-1.267-.283-2.526-.579-3.76-.231-1.08-.914-.468-1.396-.66-.482-.191-1.422.161-1.333.509.531 1.944 1.928 2.737 3.305 3.89zm6.472-4.034-2.834-1.56c.861.689 1.827 1.209 2.851 1.537zm6.425-6.55c.591-.334.605-.603.296-1.103-.309-.499-.814-.549-1.325-.646-.552-.036-1.102.061-1.611.284-.417.165-.668.134-.884.501-.215.366-.227.485-.002.94.225.456.474.866 1.141.769.826-.125 1.629-.376 2.385-.745zm13.933 4.034c-2.615.6-5.28 1.014-7.841 1.87-2.541.923-5.014 2.042-7.401 3.348-.155.077.264.099.425.038 2.375-.883 4.755-1.719 7.215-2.585 2.461-.866 5.115-1.775 7.592-2.67zm28.707 44.308c-1.681.628-3.315 1.326-4.948 2.114zm-.213 28.311c-3.185.837-6.357 1.73-9.516 2.679 3.164-.9 6.332-1.805 9.502-2.715zm14.702-3.512c-.116-.585-.716-.817-1.205-.804-.488.012-.787.174-.693.736.058.273.203.517.41.689.206.172.462.261.72.251.506-.035.871-.312.755-.897zm9.956-9.466c-2.326-.421-4.67-.691-7.021-.81 2.339.253 4.679.522 7.021.81zm6.538-5.992c-1.756.986-3.49 2.006-5.202 3.062 1.845-.808 3.594-1.843 5.214-3.085zm13.027 1.412c-.034-.043-.074-.078-.12-.104s-.096-.041-.147-.047c-.051-.005-.103.001-.151.017-.049.017-.094.043-.133.078-.039.036-.071.079-.094.128s-.037.102-.041.157.002.111.018.164c.016.052.042.101.075.144.035.043.077.078.124.104.048.026.099.042.151.046.053.005.105-.002.155-.02.05-.017.095-.045.135-.082.039-.036.071-.081.095-.132.023-.05.036-.105.039-.162.004-.056-.003-.113-.02-.167-.017-.053-.044-.103-.079-.146zm1.258 11.126c-.021-.073-.056-.141-.102-.199-.046-.059-.103-.107-.166-.141-.064-.035-.133-.055-.203-.061-.071-.005-.142.006-.208.031s-.127.065-.178.116c-.051.052-.092.114-.12.184-.028.069-.042.144-.042.22s.014.152.042.223c.022.072.058.139.105.197s.105.104.169.138c.064.033.133.052.204.056.071.003.141-.008.207-.035s.126-.068.176-.12c.05-.053.09-.116.117-.186.026-.07.039-.146.038-.222s-.017-.151-.046-.221zm3.612-14.14c-.363-.67-1.151-.073-.79.624.36.696 1.141.025.783-.645zm7.573 5.17c-.758.026-1.481.329-2.051.857-.437.515-.259.73.374.722.754.003 1.484-.267 2.07-.768.459-.544.251-.846-.4-.831zm-35.939 20.18c-3.071 1.25-6.191 2.41-9.184 3.86-.277.133.156.42.42.305 2.917-1.249 5.898-2.639 8.764-4.165zm40.805-1.174c-2.229.947-4.401 1.999-6.536 3.165 2.185-1.02 4.36-2.075 6.527-3.164zm176.39-466.4186c2.153-.5321 4.307-1.0607 6.462-1.5858-2.212.4372-4.361.9528-6.497 1.5896zm-64.031 421.9676c-.45.051-1.207.137-1.526.557-.319.421-.081.645.4.607.57-.026 1.107-.277 1.509-.705.316-.404.073-.489-.383-.459zm-14.999-9.524c.663 1.485 2.61 1.201 3.718 1.102 1.107-.098 1.006-.424.387-.947-.618-.523-2.102.056-2.571-.243-.469-.3-1.588-.034-1.534.093zm-21.328 8.337c2.776.125 5.539.357 8.324.256.306-.008.22-.506.03-.736-.189-.229-.439-.735-.811-.699-2.53.254-5.012.717-7.532 1.184zm-9.463 4.544c1.287-.263 2.569-.521 3.872-.775-1.302.217-2.585.474-3.863.763zm-10.64.177c.008.138.051.272.125.386.073.114.175.205.292.262.118.057.247.078.374.061.127-.018.246-.072.345-.159.453-.366.229-.865-.222-1.086-.45-.222-.954-.079-.904.54zm-3.537.32c-.568-.166-1.853.861-1.528 1.06 1.502.899 2.667-.264 3.92-1.042-.651-.504-1.809.146-2.379.007zm-15.481 1.751c2.228.095 4.265.383 6.574.234 2.31-.149 4.847-.687 7.193-1.032-2.584-.354-5.183-.538-7.782-.552-.845.078-1.68.235-2.496.469-.873.243-2.475.606-3.476.906zm9.933 1.313c-.739.004-1.455.259-2.046.728-.474.444-.305.623.289.625.723.013 1.43-.204 2.032-.625.495-.398.363-.688-.247-.704zm-42.303 16.593c-.258-.09-.534-.092-.79-.005-.256.086-.48.256-.64.487-.071.102-.113.223-.124.35-.01.127.012.256.064.372.053.116.133.214.233.285s.216.111.335.116c.264.024.527-.04.754-.182s.407-.356.517-.613c.256-.451.153-.659-.336-.785zm8.066.867c-.192-.513-.798-.183-.607.325.191.507.817.217.62-.295zm1.994-7.706c-2.573.227-5.127 1.007-7.637 1.788 1.081-.24 1.962-.5 3.092-.756 1.222-.293 2.469-.461 3.724-.501.134.001 1.035-.523.834-.501zm6.256 13.094-4.734 1.326c1.612-.312 3.198-.754 4.745-1.322zm6.573-17.372-3.321-.436c1.859-1.327 3.65-2.737 5.406-4.229-1.399.757-2.985 1.695-4.325 2.498-1.254.814-2.55 1.553-3.882 2.213-1.319.593-2.528.794-3.851 1.258 3.357-.331 6.671-.743 9.983-1.3zm3.327 13.051-4.777.69c1.616-.15 3.221-.396 4.787-.685zm8.604-17.916c-2.413.715-4.826 1.419-7.239 2.112 2.439-.636 4.855-1.338 7.249-2.108zm-.166 12.618c1.116-.299 2.217-.661 3.297-1.083zm10.523 4.003c-.526-.062-1.049-.158-1.566-.287-.431-.133-.662-.203-.302-.613.359-.409 1.056-.552 1.557-.758-3.204.816-6.401 1.686-9.6 2.635 3.329-.234 6.636-.558 9.922-.972zm38.444-8.622-9.655-.174c-3.005 2.072-6.108 3.978-9.297 5.71-.745.416-.094-.219-.283-.272-1.179-.31-1.806.359-2.623 1.135-4.67.635-9.294 1.495-13.866 2.637.804-.192 1.926-.469 2.684-.554.757-.086.991.32 1.642.295.532.047 1.062-.079 1.523-.359.685-.377 1.346-1.221 2.385-1.136 1.04.086 2.211.819 3.303.754 5.204-.284 10.384-.95 15.56-1.434 1.813-.167 3.585-.202 5.41-.307-1.308-1.455-2.646-2.869-4.028-4.236 2.422-.642 4.847-1.296 7.256-2.055zm6.259.12c.966.313 2.341-.045 3.218-.561s1.374-1.545 2.216-1.934 1.473.416 2.269.278c5.181-.965 10.605-2.231 15.499-3.687.349-.104-1.669-.223-2.264-.145s-1.533.099-2.8.221c-4.944.489-10.099.987-15.387 1.617-7.628.911-15.67 1.911-23.474 2.97-1.07.121-2.431.644-3.673.827-1.375.177-2.772.116-4.137-.179-5.703 1.302-11.385 2.479-17.125 3.663.829.291 1.269.989 2.222.881 5.949-.699 11.803-1.58 17.8-2.601 1.233-.209 2.53-.911 3.886-1.299 1.421-.493 2.88-.855 4.362-1.081 4.561-.457 9.387-.752 13.976-1.047.883-.132 1.786.063 2.562.555.731.51-.106 1.208.861 1.527zm23.035-1.247c-1.543-.203-3.103-.152-4.625.149-1.552.319-3.758.905-5.293 1.336-1.535.43-2.791 1.005-4.182 1.269-3.392.634-6.596 1.013-9.942 1.578 2.156.467 4.295.952 6.44 1.452 4.123-.953 8.219-1.72 12.364-2.697.878-.206 1.585-.954 2.53-1.178.944-.225 2.242.222 3.132-.354.89-.577.925-1.355-.413-1.551zm74.94-440.7382c-1.606.3918-3.222.7883-4.85 1.1896 1.644-.285 3.267-.6863 4.858-1.2012zm-148.29 472.7192c4.976-.79 9.933-1.681 14.872-2.67-4.962.818-9.916 1.704-14.863 2.659zm-41.09 3.205c-1.838.897-3.937 1.818-5.849 2.718 2.163-.827 4.47-1.611 6.522-2.629.262-.136-.425-.219-.664-.101zm242.71-487.7797c.597.6326 1.27.2892 1.52-.4764.076-.1556.107-.3328.088-.509s-.086-.3431-.193-.4794c-.107-.1362-.249-.2355-.407-.285-.159-.0495-.327-.047-.482.0073-.177.0235-.343.1002-.479.2213-.137.121-.238.2816-.293.4634s-.061.3773-.017.5644c.043.1871.135.3581.263.4934zm-62.743 448.3247c1.744-.032 3.487-.112 5.223-.249zm-27.201 6.506.025-.003s-.019.013-.025.003zm5.404-.707c-1.351.039-2.696.179-4.026.418-.977.11-.604.127-.827.692-.224.565-.314.73-.83.804-.516.075-.607-.07-.66-.63-.054-.561.487-.59-.661-.374-1.481.229-2.946.548-4.391.956 3.803-.425 7.656-1.059 11.395-1.866zm5.394-.439c-.047-.893-1.028-.953-1.545-.536-.517.416-.448.809.129 1.145.577.335 1.453.29 1.406-.608zm3.486-12.582c-2.75.183-5.523.347-8.256.645-.288.033-.08.383.067.372 2.746-.162 5.477-.502 8.18-1.016zm65.235-438.5451c.108-.7976-.654-1.0535-1.232-.785-.578.2684-.764.8184-.226 1.2812.114.1209.256.2064.41.2472.155.0408.316.0353.466-.0159.151-.0512.284-.146.387-.2743.102-.1283.17-.285.195-.4532zm-51.681 436.1201c-2.349.678-4.689 1.385-7.021 2.119 2.377-.566 4.721-1.274 7.021-2.119zm2.855 12.116c-.811-.037-2.316.091-2.998.713s-.509.885.402.927c.91.041 2.459-.134 3.198-.821.739-.688.218-.789-.593-.82zm9.668-.976c-1.83.381-3.652.814-5.465 1.296 1.839-.393 3.665-.825 5.475-1.297zm1.811-11.864c-1.368-.326-2.727-.968-4.129-.671-1.401.297-2.205 1.42-3.278 2.305 2.492-.492 4.964-1.037 7.417-1.635zm64.173-444.2593c-1.775 1.2373-3.514 2.5347-5.237 3.7981 1.251-.1414 2.736-.2239 3.776-.9613 1.04-.7375.963-1.7654 1.461-2.8368zm111.079 389.3183c-.402.473-.329.722.221.948s1.491.056 1.314-.806c-.176-.862-1.138-.614-1.535-.142zm-4.495-312.013c.114.259-.622-.256-.833-.104-.21.152-1.005.568-1.235.674.147-.076.283-.176.402-.296.107-.151 1.549-.566 1.663-.301.054.128.138.239.244.321s.23.132.359.146c.062.004.124-.006.181-.03.058-.024.11-.062.151-.111.042-.049.073-.107.091-.171.019-.063.023-.131.014-.197-.023-.249-1.148-.17-1.037.069zm-.808 312.736c.955.089 1.915.063 2.862-.078zm2.896 24.556c1.262-.212 2.51-.509 3.735-.888zm3.514-391.2132c-.464.2716-.535.568-.035.7893.558.135 1.139.058 1.644-.2179.472-.1977.705-.4966.186-.8012s-1.331-.0418-1.795.2298zm-1.864-.0244c.341.2554.716.0687 1.02-.2115.305-.2803.576-.7757.145-1.085s-.893.2025-1.118.5272c-.226.3247-.392.5146-.047.7693zm-7.605 367.8126 2.924-1.142c-.994.323-1.97.705-2.924 1.142zm-7.558-309.738 4.451-1.038c-1.506.256-2.985.61-4.451 1.038zm-2.794 335.573c1.046-.075 1.971-.078 3.029-.219s2.28-.194 3.384-.447c1.086-.318 2.109-.837 3.024-1.534-3.172.621-6.29 1.358-9.437 2.2zm-9.631-10.206c-.51.485-.579.659.071 1.023.65.365 2.017.333 1.859-.798-.157-1.131-1.422-.715-1.93-.225zm.6-11.935c-2.192.574-3.996 1.643-5.958 2.811-.255.152-.343.771-.374 1.063-.032.292.118.788.409.686 2.565-.955 5.071-2.08 7.502-3.371-.354-.547-.925-1.359-1.579-1.189zm-.587-316.148c.831.301 1.684.523 2.549.663-.822-.335-1.679-.558-2.549-.663zm-10.939 339.957c-.912.162-1.464 1.234-1.998 1.455-.535.221-.384.636-.328.651 1.256.258 2.534.338 3.803.238 1.155-.034 2.097-.237 3.152-.271s2.035.187 3.02-.079c3.537-.935 7.228-1.732 10.341-3.612.254-.157-1.313-.621-2.064-.44-.752.182-2.336-.654-3.794-.287-1.458.368-3.725 1.025-5.601 1.328s-4.618.651-6.531 1.017zm.75-9.168-4.349.935c1.465-.229 2.916-.542 4.349-.935zm-4.983-10.492 3.512-1.022c-1.184.298-2.354.642-3.511 1.033zm-23.783 17.256 4.068 2.099c3.955-1.479 7.987-2.891 11.95-4.258.514-.181.801-.791 1.145-.99s.466-.913.144-.877c-2.967.336-5.816 1.091-8.707 1.787-2.89.695-5.723 1.512-8.599 2.249zm-4.325 3.502c.153 1.052 1.33.651 1.796.176.466-.474.517-.64-.109-.965s-1.845-.256-1.686.8zm-10.537-13.347c.416.487 1.023-.148.603-.661-.419-.514-1 .172-.603.661zm-1.363 6.112c3.104-.479 6.172-1.061 9.206-1.747-1.686.008-3.369.123-5.039.346-1.535.296-2.709.942-4.167 1.401zm.89 5.59c.928.029 1.852-.093 2.74-.364zm-5.942-5.713c1.709.138 3.412.185 5.12.153zm-7.546-2.577 3.061-1.859c-1.053.557-2.075 1.177-3.061 1.859zm-7.062-.564c1.611-.079 3.218-.213 4.82-.401-1.612.102-3.217.225-4.82.401zm-47.396 6.963c.616-.203 1.912-.596 2.412-1.293-1.035.256-2.497.234-3.36.914-.864.68.336.609.951.405zm-6.195 7.364c1.584.392 3.197.615 4.816.662-2.039-.528-4.069-.971-6.086-1.304.37.161.893.54 1.27.642zm4.203 4.867c-.44.05-1.441-.013-1.902.29-.461.304-.277.481.264.451.712.006 1.414-.161 2.053-.488.487-.371.021-.296-.416-.263zm3.7-6.141c3.36-.096 6.528 0 9.97-.502 3.442-.501 6.874-1.622 10.461-2.161 8.228-1.24 16.694-2.171 24.983-3.36 3.133-.452 6.238-1.082 9.304-1.885.241-.06-.094-.353-.339-.331-3.857.335-7.831.774-11.776.899-1.658.049-3.384-.552-4.951-.802-1.539-.178-3.089.058-4.51.686-1.127.536-2.291.979-3.483 1.324-1.053.226-2.09-.234-2.837-.139-6.831.863-13.357 1.837-20.013 2.979-2.862.48-5.69 1.156-8.466 2.027-.369.111-.166.681.271.776.436.095.808.496 1.385.479zm35.067 1.864c-.648-.268-1.353-.318-2.021-.146-.557.24-.342.429.165.623s1.415.481 1.974.258c.558-.224.417-.555-.119-.746zm-32.624 4.064c3.164-.422 6.479-.819 9.685-1.267-3.358.241-6.748.416-10.076.921-.269.03.136.369.389.335zm30.432 10.91c-3.44.212-6.91.161-10.314.696-3.404.534-6.839 1.618-10.228 2.46 2.34-.093 4.754-.062 7.065-.371 2.31-.31 4.507-.927 6.773-1.37s4.476-.907 6.723-1.428zm23.702-6.955c8.203-1.334 16.224-2.653 24.334-4.072 2.276-.397 4.553-1.049 6.706-1.528s4.703-.991 6.588-1.477 3.502-1.24 4.992-1.633 2.595-.246 3.782-.428 1.978-.325 2.451-1.346c.474-1.021-.452-.889-1.187-.998-.734-.11-1.19-.373-2.17-.199-.98.175-2.182.306-3.401.561-3.553.744-7.388 1.664-11.016 2.539-.255.061-.63.072-.929.105-4.227.778-8.724 1.628-12.901 2.411-1.938.368-4.023.711-5.679.984-1.657.273-3.186.622-4.45.914-1.056.292-2.127.524-3.207.695-2.976.293-5.527.363-8.376.594-.205.023-.267.132-.142.278s.757.652.485.832c-1.262.832-3.171 1.016-4.5 1.129-1.335.093-2.661.282-3.969.566-.928.244-2.052.628-2.463.674-2.668.302-4.955.299-7.343.713s-4.494 1.043-6.838 1.238c-.488.055.083-.629-.206-.511-2.043.892-3.993 2.008-5.819 3.33.628.093 1.263.118 1.894.074 2.819-.404 5.758-.939 8.518-1.391 8.274-1.405 16.662-2.723 24.865-4.062zm102.465-16.398c-2.461.1-4.909.39-7.325.866-10.181 1.878-20.463 3.864-30.635 5.821-1.603.31-3.149.725-4.724.983-3.309.535-6.543.954-9.845 1.52-1.199.205-2.377.509-3.593.823-1.217.314-2.544.662-3.786.92-1.243.258-2.464.487-3.692.791-1.227.305-2.544.651-3.746.921-1.202.269-2.334.547-3.482.891-1.172.372-2.382.596-3.607.669-1.125.031-2.43-.045-3.367.071-.937.117-1.833.507-2.513.626-2.65.455-5.363.714-7.822 1.157-6.125 1.11-12.101 2.4-18.105 3.533-2.645.497-5.158.771-7.753 1.193-2.595.421-5.032.713-7.587 1.355-.424.106-.714.737.039.871.752.134 1.681-.227 2.539.05s1.702 1.09 2.458 1.645c2.932-.903 5.821-1.785 8.831-2.388.23-.026-.527.418-.95.348-.424-.069-1.673.003-1.495.704.179.701.591.408 1.167.204 2.227-.786 4.134-1.739 6.662-2.356.298-.077 1.379.245 2.259.279 1.359-.086 2.699-.369 3.982-.841.52.072 1.043.102 1.565.091.807-.041 1.609-.148 2.398-.32 2.77-.757 6.013-1.625 8.9-2.353.495-.051.996-.036 1.49.046 2.607.084 5.174.194 7.716-.216 2.541-.41 5.077-1.226 7.538-1.654.669-.118 1.351-.003 1.682-.484.332-.481-1.466.166.388-.466s3.634-1.17 5.665-1.635c2.031-.464 4.147-1.003 6.4-1.343.421-.048 1.208.221 1.961.179.991-.01 1.973-.181 2.912-.506.946-.39 2.768-.901 3.504-1.529s.424-.107.669-.124c2.543-.18 4.715-.976 7.089-1.731-.884 1.462-1.644 2.97-2.46 4.499 1.052-1.022 1.739-2.12 2.915-3.06 1.201-.988 2.523-1.796 3.93-2.4 1.542-.648 3.153-1.095 4.798-1.333.066.018.127.055.176.107.048.052.084.116.103.187.018.07.019.145.002.215-.017.071-.05.135-.098.186-.291.273-.64.772.179.792.935.041 1.857-.207 2.655-.717.745-.544.531-1.257 1.478-1.77 1.08-.552 2.229-.939 3.413-1.15 1.283-.252 2.92-.443 4.333-.725 3.82-.748 8.059-1.639 11.783-2.455.748-.165 1.358-.464 1.731-.49s1.498-.495 1.296-.488zm1.298-5.548c-1.388.157-3.312.471-4.556.718-1.244.248-1.415.967-1.964 1.756-.55.788.1.886.505.926.406.039.758-.348.941-.433 1.775-.818 3.473-1.811 5.074-2.967zm.641-337.318c.132-.015.155-.343.021-.344-1.85-.047-3.697.072-5.523.357-.823.158-1.679.864-2.311 1.176-.633.312-1.624.787-2.032.764-.409-.024-1.714.771-1.475.744 3.732-.433 7.579-1.648 11.298-2.678zm13.033 338.149c-1.973-.002-3.941.137-5.892.415zm-11.467-338.481 2.166.29c-.699-.254-1.436-.352-2.166-.29zm4.559 3.727c.336-.134.622-.936.369-.891-1.987.369-3.739 1.417-5.587 2.235.598.209 1.224.302 1.848.277.669-.076 1.637-.581 2.219-.727s.815-.76 1.161-.895zm3.163-6.427c-.091-.455-.682-.121-.586.333s.678.126.586-.333zm34.151 218.819c2.918-1.117 5.811-2.292 8.677-3.524-2.91 1.093-5.772 2.261-8.663 3.523zm-2.513-234.3609c.202.4313.728.0032.531-.4287-.197-.4318-.713.0005-.516.4271zm-2.349 16.5949c.645-.073 1.689-.288 2.376-.478.686-.189 1.399-.452 1.448-1.28.05-.829-.615-.844-1.229-.716-.656.116-1.298.305-1.916.564-.583.269-1.238.605-1.419 1.277-.181.673.107.726.754.631zm-8.707 7.775c.047.203.274.066.361.002.087-.063.153-.097.212-.136.06-.039.064-.007.108-.012 3.654-.857 7.268-1.853 10.822-3.073.239-.08.179-.479-.047-.417-3.625.897-7.191 2.053-10.705 3.279-.054.006-.071.072-.149.081s-.142.016-.249.028c-.108.012-.395.055-.353.248zm-3.885 5.035c-.449.096-.887.24-1.307.431-.246.126-.476.285-.684.473-.266.185.047-.107-.011-.095-1.938.369-4.144.949-6.014 1.433-.683.174-1.266.758-1.713.787s-1.104.916-.771.926c2.721.077 5.363-.713 8.022-1.233.073-.008.081-.111.142-.139s.011.095.073.072c1.889-.801 3.864-1.367 5.435-2.832.228-.213-.75-.508-1.096-.24-.346.269-1.6.342-2.084.434zm-.123 7.355c.413.199.977-.11 1.394-.189.416-.08 1.32-1.192.713-1.353-1.684-.445-3.132.355-4.707.875-.205.066-.258.472.027.456.252-.045.488-.16.685-.334.282-.176.703-.523 1.086-.326.384.197.385.689.794.888zm-5.347-18.176c-.988.311-1.936.752-2.821 1.313zm5.779-1.722c-1.325.32-2.623.702-3.913 1.153zm-3.816-17.2012c.934.1188 1.607.5556 2.596.3368 1.081-.2605 2.103-.7386 3.013-1.4094.849-.6304 1.26-1.5478 1.884-2.3823-1.243.6107-2.457 1.2983-3.715 1.8574-1.258.559-2.527 1.0659-3.785 1.625zm.321 4.5481c-.081.4258-.506.7732-.036 1.1689.115.0923.246.1584.385.1941s.282.0403.422.0135c.139-.0268.272-.0845.389-.1694s.216-.1952.291-.324c.162-.253.245-.5555.238-.8651-.006-.3097-.103-.611-.275-.8619-.067-.1104-.155-.2045-.258-.276s-.218-.1188-.338-.1386c-.121-.0197-.243-.0116-.359.0238-.117.0355-.224.0975-.316.1819-.406.3452-.057.6316-.15 1.0802zm-5.504 4.8061c.713.662 1.139 1.319 2.192 1.227 1.094-.169 2.16-.487 3.175-.947.927-.439 1.806-.984 2.622-1.627-2.695.374-5.333.812-7.996 1.375zm-1.218 6.475 3.446-1.742c-1.184.515-2.337 1.106-3.453 1.769zm-3.923 4.472c.155.453.566.241.957.148.501-.065.986-.228 1.43-.482.343-.295.272-.528-.178-.562-.54.048-1.072.169-1.582.36-.368.117-.78.105-.627.536zm29.765 332.377c.943.297 1.948.2 2.815-.27.717-.444.474-.673-.224-.931-.846-.253-1.743-.191-2.543.175-.652.368-.841.705-.048 1.026zm5.088 5.602c-1.204.188-2.395.453-3.568.793zm8.552-17.109c-3.04.509-6.272.944-9.311 1.779-.166.019.136.327.349.287 3.094-.564 6.361-.997 9.44-1.778.202-.05-.216-.334-.478-.288zm-.866-105.59c-3.078.319-6.136.813-9.161 1.479zm56.438 61.438c2.548.909 4.755 1.872 7.512 2.613.531.01 1.061-.034 1.583-.131.625-.119 1.99.09 2.962-.287s2.483-1.104 3.237-2.007c-.974.135-1.966.101-2.936-.1-.707-.172-.483-1.127-.894-1.123-3.896.035-7.614.637-11.468 1.035zm-37.31-118.674c.345.859 1.555.621 1.953-.017.398-.639-.284-.46-.694-.542-.411-.081-1.611-.282-1.262.576zm-8.127 5.814c.067.591.452 1.408 1.155 1.018.703-.389.857-1.518 1.316-2.104.458-.586 1.383-.456 1.478-1.284.094-.828-.88-.691-1.336-.522-.415.13-.818.299-1.205.505-.472.198-.879.536-1.176.977-.243.417-.326.922-.232 1.41zm1.003 18.053c1.864-.143 3.725-.321 5.581-.535-1.868.115-3.719.325-5.581.535zm-7.82 2.402c.66.15 1.666-.012 2.082-.668s.168-1.05-.535-1.185c-.383-.055-.771 0-1.125.158s-.661.415-.891.744c-.376.657-.184.822.471.972zm4.773 23.344c1.174.144 2.359.082 3.508-.183zm3.938 19.245c-2.542-.069-5.083.059-7.603.384 1.228.267 2.089.96 3.416.88 1.327-.081 2.865-.789 4.19-1.243zm-.831-15.402 3.873-1.02c-1.306.28-2.598.631-3.869 1.052zm4.876 10.819c-.464.277-1.203.74-1.332 1.353-.128.613.216.51.653.257.437-.252 1.235-.674 1.336-1.315.1-.642-.193-.572-.657-.295zm10.653-16.823c-3.929.445-7.841.98-11.736 1.605 3.929-.447 7.842-.983 11.741-1.605zm-1.161 41.632c2.707-.434 5.495-.771 8.149-1.59.216-.061-.197-.426-.466-.358-2.56.599-5.316 1.135-7.895 1.828-.052.016.115.136.217.119zm13.851 69.134c-3.26.348-6.517.716-9.773 1.106 3.265-.281 6.524-.649 9.778-1.106zm-6.374-83.931c-2.111.848-4.203 1.737-6.298 2.642.788.055 1.47.309 2.288.238.848-.029 1.67-.293 2.388-.767.726-.537 1.104-1.402 1.622-2.113zm-17.361-193.42c-.567.089-1.128.213-1.68.372-.528.107-1.456.255-.609.875.847.621 2.289.335 2.96-.431.671-.765-.107-.858-.666-.816zm32.352 282.607c-1.855.397-3.803.809-5.674 1.245 1.988-.273 4.002-.452 5.964-.915.236-.053-.063-.377-.285-.331zm3.411-1.342c1.101-.13 2.187-.36 3.248-.688zm-3.718-79.353c-1.111.419-2.574.868-3.575 1.339-.859.432-1.663.977-2.395 1.623-.767.597-1.451 1.307-2.033 2.11-.52.738.159.137.439-.097.281-.235.809-.728 1.291-.622s.714.534 1.252.655c.538.12 1.651-.15 2.137-.135.504.044 1.007-.068 1.448-.324 1.114-1.489 1.232-2.806 1.436-4.549zm-5.071-68.733c-4.112 1.103-8.217 2.219-12.316 3.348 4.141-.995 8.245-2.118 12.313-3.369zm22.615 17.004c3.748-.072 7.467-.311 11.191-.732zm4.087-10.946c.831.173 2.248.232 3.029-.262.78-.495.432-.813-.368-.974s-2.177-.176-2.936.295c-.758.47-.572.764.265.942zm-16.491 54.864c.306-.617-.194-.753-.709-.662-.514.09-1.334.193-1.636.719s.054.48.548.472c.495-.008 1.48.084 1.787-.528zm5.587 7.917c.413-1.158.022-1.904-.793-2.63-.391-.311-.87-.465-1.352-.433-.481.032-.933.247-1.276.608-.668.658-.016.728.474 1.127.491.399 1.152.815 1.17 1.593.019.778-.464 1.367-.762 2.01 1.076-.421 2.118-1.089 2.531-2.252zm-4.934-66.381-4.165 1.075c1.408-.25 2.797-.601 4.157-1.053zm1.463-1.416c1.622-.226 3.746-1.097 5.493-1.406-.101 1.08.223 1.978-.788 2.664s-2.46.567-3.659.686c3.814-.974 7.564-2.201 11.23-3.674-5.371.036-10.677.294-16.032.857 1.431.313 2.123 1.138 3.749.896zm9.788 23.793c-.706-.175-1.439-.144-2.123.09-.557.239-.513.453.071.628.7.187 1.431.171 2.118-.047.545-.212.514-.443-.074-.649zm-3.055 21.691c-.118-.223-.302-.397-.522-.494-.219-.098-.462-.113-.687-.042-.486.081-.846.4-.617.935s.833.541 1.277.438c.443-.104.754-.331.549-.837zm8.915 15.385c-.441-1.495-1.87-.264-2.8.316-.929.581-2.49.998-3.544 1.432 1.152-.098 2.752-.434 3.847-.376s2.945.137 2.497-1.372zm-1.021-2.599c-.369.415-2.179.727-2.878.811 1.63-.253 3.816-.26 5.056-1.378.23-.24-1.812.13-2.178.567zm7.429-17.939c-1.79.278-3.563.617-5.328 1.025zm4.509 12.175c-.483.103-1.883.154-2.412.551-.529.396.189.229.671.154.481-.076 1.882-.032 2.422-.461.541-.43-.177-.344-.68-.239zm22.203-.598-6.5 2.167c2.203-.601 4.374-1.323 6.506-2.162zm-823.0023 12.881c1.0612-.2 2.2653-1.324 3.2618-1.79-.7464-.124-2.0388.439-2.5889.651-.5502.212-1.7341 1.34-.6729 1.139zm803.9423-92.278c-.391.263-.284.379.151.415.534.048 1.069-.048 1.557-.277.393-.248.33-.454-.128-.52-.552-.029-1.097.103-1.58.382zm-808.4917 94.893c-.0658-.057-.1346.079-.0682.141s.1535-.087.0682-.141zm2.7089-2.609c.359.723 1.1237-.261 1.2695-.678.1458-.418.239-.337-.1901-.369-.4292-.031-1.4377.328-1.0794 1.047zm489.3108-280.7405c1.482-.547 2.969-1.0998 4.429-1.7085.068-.0077-.016-.1424-.063-.1211-1.492.5481-2.984 1.1015-4.453 1.7166-.06.0388.021.1471.087.113zm-490.8913 281.9925c-.3192-.546-.8466.304-.9177.638s-.227.4.1566.378c.3835-.022 1.1076-.446.7611-1.016zm-7.4837 4.544c-.0757.425.2084.837.615.625.0975-.038.1828-.105.2467-.193s.1039-.193.1158-.304c.0119-.112-.0049-.225-.0485-.328s-.1123-.192-.1988-.256c-.3571-.27-.6546.031-.7302.456zm1.036-1.079c-.1234.265-.1996.204.1014.24.3009.035 1.0456-.118.8443-.63-.2014-.511-.8223.125-.9445.401zm2.1092 1.365c-.5267.593-.9965 1.122-1.5215 1.775-.5251.652-1.0982 1.492-1.6057 2.212 1.0354-1.318 2.0782-2.643 3.1284-3.977zm2.924-3.815c.0645.089.1857-.021.1194-.126-.0663-.104-.1827.048-.1176.142zm675.8308 115.879c-.564.261-2.235.493-3.375.782-1.141.289-3.016.688-4.38 1.185-1.467.565-2.849 1.353-4.105 2.34 4.567-1.324 9.379-2.664 13.673-4.518.203-.087-1.244-.057-1.813.211zm-3.251-5.339c-1.015.168-1.963.676-2.935.962-2.872.859-5.662 1.618-8.498 2.666-.163.099-.299.242-.395.416-.095.174-.147.372-.151.575 4.972-1.257 9.933-2.607 14.884-4.05-.952-.368-1.89-.737-2.905-.569zm69.657 5.64c-3.015.384-6.06.985-8.983 1.444-5.377.848-10.891 1.456-16.154 2.27s-10.177 1.91-15.299 2.964c-.567.146-1.113.375-1.62.681-.467.25-.141.326-.379.678 19.819-2.952 39.573-6.078 59.297-9.559-.014-.121-.038-.338-.22-.323-5.526.588-11.149 1.144-16.642 1.845zm15.383-7.51c-.427-.169-.883-.231-1.332-.181-7.223.764-14.498 1.335-21.701 2.497-2.153.351-3.92 1.747-5.806 2.794 9.783-1.427 19.56-2.889 29.332-4.386-.233-.262-.084-.562-.493-.724zm6.253-13.152c-.192.145-.099.172.115.142.281-.023.554-.105.804-.24.192-.139.085-.165-.119-.136-.278.026-.549.106-.8.234zm-86.496 31.62c-2.42.477-4.797 1.077-7.212 1.521-2.414.444-4.818.855-7.221 1.351-.108.012-.21.024-.313.036-2.059.649-4.087 1.365-6.106 2.149 13.492-2.525 26.955-5.223 40.36-8.177-.198-.184-.454-.278-.713-.261-6.32 1.046-12.564 2.153-18.795 3.381zm97.112-211.164c-.155.386.113.607.462.631.177.032.359.004.519-.079.161-.083.293-.218.379-.386.146-.369-.063-.554-.428-.587-.178-.042-.363-.025-.53.051-.167.075-.307.204-.402.37zm-3.164 190.254c-.215.158-.179.255.073.301.299.045.602-.01.869-.157.22-.148.204-.295-.04-.348-.315-.046-.634.026-.902.204zm-113.32 18.271c-.695.201-1.675.376-2.764.719-1.09.342-2.452.811-3.893 1.156-6.228 1.602-12.804 3.227-19.135 4.835-.991.257-2.021.641-2.999.965 9.919-2.084 19.83-4.38 29.531-7.305.877-.254-.04-.567-.74-.37zm-16.128-424.684c1.299-.3713 2.631-.8051 3.967-1.1112s2.743-.4705 4.055-.8594c1.296-.4148 2.561-.9311 3.785-1.5447 1.219-.5921 2.318-1.3842 3.551-1.9458 1.233-.5615 2.417-.8985 3.647-1.3529-7.689 2.3194-15.324 4.8232-22.905 7.5116 1.316-.1259 2.62-.3591 3.9-.6976zm38.094 419.977c-6.122 1.476-12.226 3.03-18.314 4.663 6.157-1.434 12.263-2.988 18.319-4.664zm167.623-166.151c-1.013.408-1.543.752-2.204 1.035s-.596.195-1.134.427-1.129.518-1.685.773c6.126-1.542 12.263-3.113 18.357-4.716-3.088.35-6.582.697-9.562 1.082-1.451.217-2.759.99-3.772 1.399zm-72.746 137.088c-3.029.108-6.041.48-9.005 1.115-2.803.552-5.181 1.318-7.856 1.957-.097.011-.034.004-.083.009l-.058.007c-.025.003-.196.022-.078.057.09-.004.18-.014.269-.03l.582-.018c.456.029.913.02 1.368-.027 3.063-.528 6.407-1.104 9.471-1.675.862-.161 1.82-.398 2.515-.557.657-.208 1.331-.354 2.014-.436.406.088 1.038-.406.861-.402zm54.877-160.308c-3.92.342-7.85.599-11.757 1.062-.938.106-1.752.61-2.648.877 4.8-.618 9.602-1.264 14.405-1.939zm-807.5144 106.943c-.084-.129-1.0697-1.188-1.1371-.646s1.0016.849 1.3507.916-.1346-.14-.2136-.27zm613.4914 83.919c7.306-1.746 14.593-3.562 21.863-5.449-7.333 1.62-14.62 3.436-21.863 5.449zm-525.776 4.427s.058.031.064-.007c.005-.038-.059.007-.064.007zm518.406-420.5482.059-.0066c.024-.0028.054-.0061.068-.0077.015-.0017-.004-.0422-.005-.0475 0-.0053 0 0-.024.0027-.016.0205-.036.0358-.06.0442 0 0-.043.0102-.038.0149zm-506.3 420.8572c-1.976.215-3.93.603-5.843 1.158-1.532.499-3.047.104-4.11-.022-1.063-.125-.906-.57-1.382-.8-.476-.229-.349-.324-.548-.472-.2-.148-.132-.065-.264-.141s0 0-.034.004c0 0 .044-.005-.03.04-5.995 1.907-11.972 3.94-17.931 5.988 4.7-.804 9.394-1.656 14.067-2.521-1.096.722-2.181 1.46-3.254 2.211 4.267-.648 8.61-1.102 12.884-1.564.452-.086.885-.26 1.278-.513 1.957-1.071 3.815-2.146 5.671-3.286.139-.085-.362-.05-.38-.08-.041-.012-.084-.013-.124-.002zm-98.8403-87.9c.0635-.007.0573.026-.006-.053-.0776-.076-.1512-.157-.2204-.242-.1248-.153-.2348-.32-.3284-.497-.0862-.193-.2114-.644-.4667-.626s.0954.406.172.515c.0721.099.1326.207.18.322.0405.077.0869.15.1386.219.0362.049.0777.092.1236.13.0548.047.1499.101.2054.153.0554.053.1323.076.2019.079zm248.9513-303.3283c.274-.2501.182-.3573-.148-.3466-.405.0324-.794.1737-1.131.4111-.263.2114-.279.4216.093.4276.433-.0365.846-.2094 1.185-.4974zm-27.891 11.5697c6.94-2.9221 13.834-5.9458 20.675-9.1187-7.07 2.5613-13.976 5.6052-20.675 9.1135zm109.533-37.6233c1.037-.2402 3.525-1.1253 4.21-1.1922.686-.0668 1.278-.6467 1.127-.6296-1.964.2886-3.89.8001-5.747 1.5262-.157.0551.318.3114.409.2903zm-306.377 134.3049c10.768-6.085 21.405-12.375 32.259-18.887 6.182-3.713 12.341-7.898 18.99-11.509 11.962-6.514 24.005-12.712 36.449-19.035 9.031-4.601 17.991-9.173 27.618-13.713 9.628-4.541 20.462-9.261 30.565-13.705 5-2.169 10.432-4.466 15.668-6.432 9.914-3.712 20.092-7.359 30.015-11.035.533-.285 1.043-.614 1.527-.985.467-.245.252-.8777-.002-.8009-5.042 1.4889-9.862 3.0709-14.753 4.9809-10.429 4.065-20.51 7.914-30.957 12.248s-20.548 8.624-31.166 13.501c-10.619 4.877-22.023 10.676-32.762 15.935-1.609.786-3.424 1.584-5.053 2.447-4.25 2.244-8.466 4.66-12.751 6.855-4.285 2.194-8.784 3.943-13.019 6.228-9.138 4.923-17.982 9.867-27.033 15.084-9.05 5.218-17.902 10.622-27.129 15.892-9.2282 5.27-18.9379 10.392-28.2826 15.766-.6334.422-1.1601 1.005-1.5349 1.699-.3749.693-.5868 1.477-.6177 2.285 1.6815-.569 3.3307-1.239 4.9398-2.007 9.1712-4.895 17.8449-9.638 27.0294-14.812zm282.086-127.406c-8.248 2.0387-16.419 4.3093-24.526 6.8826.062.2013.092.8125.413.7227 8.071-2.4142 16.075-5.0667 24.113-7.6053zm-343.0732 175.408c6.2607-3.192 12.4299-6.406 18.5389-9.716 10.8561-5.881 21.0798-11.622 31.9505-17.724 7.9108-4.443 15.5278-8.905 23.8228-13.541 8.294-4.636 16.964-9.768 25.578-14.771 8.615-5.003 17.106-9.874 26.25-14.873 9.145-4.999 19.212-10.246 28.901-15.024 7.321-3.617 15.273-7.391 22.806-10.839 11.091-5.075 22.608-10.145 33.731-14.849 8.919-3.76 18.161-7.504 26.855-10.972 8.694-3.467 16.821-6.524 25.26-9.802 16.668-6.523 32.853-13.2856 49.706-19.1776s34.209-11.0607 51.26-16.2538c12.247-3.7307 24.893-7.4424 37.022-10.8231 12.128-3.3808 24.585-6.5742 36.356-9.5725s22.404-5.4297 33.852-8.3969c.952-.233 1.79-.8282 2.359-1.6773.606-.8166.201-.9845-.619-1.1002-.894-.0759-1.792.0129-2.653.2626-3.788.8987-7.515 1.817-11.399 2.6998-11.096 2.532-22.363 4.6932-33.483 7.4575-16.134 4.0208-32.154 8.4453-48.207 12.9592-16.054 4.5139-32.113 9.2421-48.13 14.0456-4.111 1.2344-8.358 2.2811-12.422 3.6757-10.651 3.6678-21.277 7.6908-31.779 11.6677-6.022 2.284-11.898 4.6793-17.841 6.9553-10.133 3.876-20.183 7.657-30.337 11.386-1.858.681-3.82.967-5.647 1.708-8.177 3.313-16.198 6.608-24.315 10.144-10.753 4.69-21.312 9.394-32.07 14.351-8.349 3.846-16.588 7.754-25.08 11.872-3.96 1.917-7.675 3.817-12.036 6.17s-9.03 5.007-13.976 7.699c-4.947 2.691-11.029 5.708-16.283 8.75-7.047 4.029-14.516 8.828-21.539 12.983-8.59 5.091-17.315 10.171-25.909 14.824-12.047 6.513-23.8123 12.626-35.6944 19.238-3.5738 2.007-7.1154 3.6-10.6231 5.754-4.9425 3.033-9.6943 6.44-14.417 9.929-1.8251 1.365-3.4996 3.275-5.1454 4.915 1.7407.337 3.7847.469 5.3567-.334zm87.2862-41.7c-4.019 2.1-8.243 3.742-12.148 5.579-1.409.667-1.345 1.626-2.232 2.576-.883.901-1.885 1.659-2.973 2.249-.748.393-1.519.734-2.309 1.02-.944.406-2.137.669-3.117 1.192-5.889 3.156-12.2762 6.672-17.9854 9.84-2.594 1.531-5.1066 3.213-7.5265 5.04-2.0556 1.472-3.3759 2.883-4.7498 4.037-1.374 1.155-1.3701 1.32-2.4969 2.297 5.0466-1.634 9.9415-3.748 14.6273-6.319 2.0504-1.124 4.1566-1.843 6.0688-2.92 5.3645-3.021 10.5765-6.213 15.8535-9.22 5.277-3.006 10.346-6.059 15.51-9.191 1.934-1.137 3.934-2.141 5.989-3.007.633-.212 1.248-.479 1.84-.796 3.102-2.029 6.136-3.777 9.397-5.615 1.709-1.006 3.322-2.187 4.818-3.527-1.178-.737-2.643-1.704-3.945-1.883s-1.757 1.267-2.549 1.752c-3.966 2.479-8.06 4.785-12.072 6.896zm101.86-49.713c6.854-3.281 13.67-6.467 20.516-9.694.915-.498 1.795-1.065 2.634-1.698-4.066 1.074-8.517 2.192-12.371 3.692-3.854 1.499-7.399 3.364-11.054 4.915-6.182 2.623-12.215 5.25-18.241 8.021-11.483 5.284-22.933 10.507-34.219 16.132-2.876 1.437-5.339 3.511-7.928 5.3-1 .695-1.132 2.415.14 2.506 2.72.2 5.987-1.933 8.166-2.714 1.923-.75 3.67-1.935 5.125-3.475 1.098-1.145 2.053-1.803 2.799-1.989 2.57-.589 5.049-1.555 7.366-2.869 1.934-1.191 2.923-2.292 4.459-3.235 1.537-.943 2.724-.778 4.199-1.126 1.474-.349 2.197-.35 3.539-1.213 1.343-.862 3.308-2.827 4.58-3.665 1.271-.838 1.894-.749 3.104-.773 1.21-.025 2.651-.188 3.471-.996.781-.793 1.658-1.469 2.608-2.011.691-.324.494-.007.852-.128.357-.121.076.018.173-.084.811-.872 1.77-1.569 2.826-2.056 2.495-.913 4.928-1.722 7.256-2.84z' fill='%23dcd6c4'/%3E%3C/svg%3E");
    
}

#landing-freeze-dried .BenefitsFloor__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    padding: 0 12px;
    width: 100%;
    position: relative;
    z-index: 1
}

#landing-freeze-dried .BenefitsFloor [data-item] {
    display: grid;
    justify-content: center;
    gap: 4px;
    text-align: center
}

#landing-freeze-dried .BenefitsFloor [data-item] .glyph {
    --color: var(--glyph-color);
    margin: auto;
    width: var(--glyph-size);
    height: var(--glyph-size);
     -webkit-mask: center / contain no-repeat;
    mask: center / contain no-repeat;
    -webkit-mask-image: var(--mask);
    mask-image: var(--mask);
    background: var(--glyph-color);
}

#landing-freeze-dried .BenefitsFloor [data-item] .glyph.glyph-01 {
    --mask: url('data:image/svg+xml,%3Csvg fill=\'none\' height=\'100\' viewBox=\'0 0 116 100\' width=\'116\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath xmlns=\'http://www.w3.org/2000/svg\' d=\'m79.0426 36.4255s2.8936-.3404 5.9574-1.9574m-13.3617 15.3617s7.5319 2.9787 16-3.7021m-14.6383-2.4681c-.5532-2.1702-1.5745-7.3192-.4255-11.4894m-4.2554 20.2979c-1.8297-2.8085-3.0212-5.9575-3.4468-9.2766m6.0426 24.4255c7.7872-.2978 15.1064-6 18.9362-13.3617 3.1489-6 4.2978-12.6808 4.8936-19.3617.5106-5.617.4681-11.4893 2.2553-16.8936-10 .8511-20.383 3.7872-28.9787 8.9787-5.0639 3.0639-9.6596 7.2766-12.4681 12.5107m31.6596-13.7447c-7.7447 8.383-14.4256 17.9149-18.766 28.5532m-15.7447 21.8723s-6.4255 1.3617-13.7021-1.7447m-2.9362-24.2978s-2.8936 0-6.1276-1.3192m16.5532 14.8511s-7.6171 1.4468-17.1915-4.5107m11.8723-3.0638c.2979-2.2128.766-7.4468-.8511-11.4468m10.0426 25.9149c1.3617-2.9362 3.617-9.5745 1.0213-17.1915m-24.4681-12.1277c25.7021 22.2554 29.6596 44.2554 30.383 55.8724m-1.9149-16.1277c6.4255-4.3404 9.1064-12.0425 7.2766-19.4893-1.9149-7.8724-7.9149-14-14.6809-18.1277-8.5957-5.1915-18.9787-8.1277-28.9787-8.9787 1.7872 5.4042 1.7447 11.2766 2.2553 16.8936.5958 6.6808 1.7447 13.3617 4.8936 19.3617 5.532 10.5532 18.1277 17.8723 29.1915 10.3404z\' stroke=\'%2366321f\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2.5\'%3E%3C/path%3E%3C/svg%3E')
}

#landing-freeze-dried .BenefitsFloor [data-item] .glyph.glyph-02 {
    --mask: url('data:image/svg+xml,%3Csvg fill=\'none\' height=\'100\' viewBox=\'0 0 116 100\' width=\'116\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath xmlns=\'http://www.w3.org/2000/svg\' d=\'m59.6425 82.3533s-.5739.6238-.5739 1.9463m-18.3147-14.0479c-1.2476 1.3723-2.0211 4.0172-1.8714 4.3915m12.0518 1.3723s-1.1229 1.2476-1.1229 3.0192m-20.9097-17.8156-5.714-9.856s-1.8215-3.5432-3.7677-2.2956c-2.1209 1.3474 0 4.4913 0 4.4913l4.6411 8.2591-17.89057-11.2783s-2.14586-1.6717-3.66793-.0499c-1.522063 1.6469.89827 3.3685.89827 3.3685l19.01333 12.2514-13.94809.6488s-3.46832-.2246-3.46832 2.1209 2.79462 2.595 2.79462 2.595l17.44139-.1497m2.6948-3.8676c2.9443-4.6161 9.5316-4.4414 18.8886 1.1478 16.9174 10.0806 32.0133 28.3953 32.0133 28.3953s-40.8962-8.833-50.2781-22.4567m24.2283-38.925c-1.4223-.3493-2.8445-1.0729-4.0422-2.3954-4.142-4.5662-4.7908-15.6698-4.7908-15.6698s9.5816 2.1708 13.0499 6.0883c3.4683 3.9174 2.6199 11.5278 2.6199 11.5278l-7.4107-7.8349m18.2149.3992s-5.4645 2.2457-7.7101 9.332m20.0114 36.4298c.499-3.3935-2.3205-7.8848-2.595-8.0595-.2745-.1746-4.4914 6.762.4741 13.2994m10.5796-13.2744c.3992-3.3186-2.4203-7.4856-2.6699-7.6603-.2495-.1746-3.8426 6.5125.6238 12.9501m-4.5662 11.0537c3.9674-.1996 7.4606 3.5432 7.5854 3.8426s-7.5105 3.119-13.1247-2.9194m13-8.1094c3.2687-.0499 6.1381 2.62 6.2629 2.8695.1247.2745-6.7869 3.1689-12.5259-1.9961m13.9481-15.5201c.3498-3.3186-2.3704-7.7351-2.6199-7.9098s-3.5931 6.5125.7236 13m4.1171 3.094c3.169.499 5.714 4.0422 5.814 4.3167.1.2744-7.037 1.8714-11.9023-3.9175m-19.6122 17.1919c8.3339-12.6756 18.8886-18.6141 26.2745-21.3838 12.75-4.7908 10.854-19.9865 10.854-19.9865s-3.319 2.5701-5.589 6.3877c-2.446 4.1171-2.446 8.4088-2.446 8.4088m-19.7116-5.4894c-.1247-9.332-6.2629-14.0479-12.2264-14.2476-5.4395-.1746-9.7063 2.1459-11.2284 2.7947-1.5221.6487-5.8138-3.3935-11.1036-3.6929-8.4587-.4741-15.3454 7.9596-12.5258 20.4106\' stroke=\'%2366321f\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2.5\'%3E%3C/path%3E%3C/svg%3E')
}

#landing-freeze-dried .BenefitsFloor [data-item] .glyph.glyph-03 {
    --mask: url('data:image/svg+xml,%3Csvg fill=\'none\' height=\'100\' viewBox=\'0 0 116 100\' width=\'116\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%2366321f\'%3E%3Cpath d=\'m86.2953 56.9272c-.3061 0-.6121.1166-.8598.3498-5.0856 4.8087-16.408 7.9126-28.8233 7.9126-11.6139 0-22.266-2.7104-27.8179-7.0529-.2332-.1748-.5101-.2768-.7723-.2768-.3935 0-.7869.1894-1.0492.5683-.4226.612-.306 1.4863.2768 1.938 5.9745 4.6922 17.2241 7.592 29.348 7.592 13.2168 0 24.918-3.3078 30.5428-8.612.5392-.51.5829-1.3843.1166-1.9527-.2623-.306-.612-.4663-.9763-.4663\'%3E%3C/path%3E%3Cpath d=\'m26.3752 46.071c-.3351 0-.6703.1312-.918.4081-1.8215 1.9235-3.1475 4.1675-3.9781 6.7322l-5.4354 21.1439-.0437.3643c0 10.4919 18.0838 18.7104 41.1658 18.7104s41.1658-8.2185 41.1658-18.7104l-.0437-.3643-5.4353-21.2022c-.4518-1.53-1.1512-2.9727-2.0401-4.3133-.2477-.3788-.6557-.5829-1.0638-.5829-.2623 0-.5246.0875-.7577.2623-.5829.4518-.714 1.3115-.2914 1.9381.7431 1.1075 1.2969 2.2878 1.6612 3.4827l5.377 20.9545c-.2331 8.5683-17.8069 15.7669-38.5574 15.7669s-38.3389-7.1986-38.572-15.7523l5.3479-20.8817c.6703-2.0838 1.7923-3.9635 3.3224-5.581.51-.5392.51-1.4135 0-1.9672-.2623-.2769-.5829-.4081-.918-.4081\'%3E%3C/path%3E%3Cpath d=\'m37.5365 41.1895c-3.7596 0-6.8197 3.2641-6.8197 7.2714s3.0601 7.286 6.8197 7.286c.714 0 1.2969-.6266 1.2969-1.3843 0-.7578-.5829-1.3844-1.2969-1.3844-2.3315 0-4.2113-2.0109-4.2113-4.5027s1.8943-4.5028 4.2113-4.5028c1.122 0 1.9235.1895 2.4626.5683.2186.1603.4809.2332.7286.2332.4226 0 .8306-.2186 1.0784-.612.1165-.1749.1748-.3789.204-.5683-.1603.5537-.6558.9617-1.2386.9617-.7141 0-1.2969-.6266-1.2969-1.3843 0-.5975.0728-1.1803.204-1.7487-.6266-.1602-1.3407-.2477-2.1421-.2477\'%3E%3C/path%3E%3Cpath d=\'m46.4847 35.6667c-3.1767 0-6.0182 2.5356-6.8051 5.7705-.1312.5684-.204 1.1512-.204 1.7487 0 .7723.5829 1.3843 1.2969 1.3843.5829 0 1.0783-.408 1.2386-.9617.0437-.1312.0583-.2769.0583-.4226 0-2.4773 2.0984-4.7359 4.4153-4.7359 1.5009 0 2.9144.8743 3.6576 2.2732.2331.4518.6703.6995 1.122.6995.2186 0 .4372-.0583.6412-.1895.6266-.3788.8451-1.224.4808-1.8943-1.2094-2.2587-3.4827-3.6576-5.9162-3.6576\'%3E%3C/path%3E%3Cpath d=\'m78.0035 40.2861c-1.836 0-3.6138.6703-4.9982 1.8943-.5537.4955-.6265 1.3698-.1748 1.9527.2623.3351.6266.4954 1.0054.4954.2915 0 .5829-.102.8307-.3206.918-.816 2.0983-1.2532 3.3369-1.2532 2.7396 0 4.9837 2.1713 4.9837 4.8379 0 .6412-.1312 1.2532-.3789 1.8215-.2915.6995 0 1.5155.6557 1.8361l.5392.1166c.4954 0 .9617-.3061 1.1803-.8161.3935-.9471.5975-1.938.5975-2.9727 0-4.1967-3.3953-7.6065-7.5775-7.6065\'%3E%3C/path%3E%3Cpath d=\'m62.9941 51.5065c-.3351 0-.6703.0291-1.0055.0728-3.3515.4372-6.1202 3.0747-6.9216 6.572-.1749.7432.2623 1.5009.9617 1.6758l.306.0437c.5829 0 1.1221-.4226 1.2678-1.0638.5391-2.3752 2.4335-4.1676 4.7067-4.4736.2186-.0291.4226-.0437.6412-.0437 1.7341 0 3.3953.8743 4.4444 2.3461.2915-.9472.7432-1.8215 1.3407-2.5792-1.5155-1.6175-3.5702-2.5501-5.7414-2.5501z\'%3E%3C/path%3E%3Cpath d=\'m74.2726 51.3024c-.2915 0-.5829.0146-.8889.0583-1.8652.2477-3.5119 1.2386-4.6631 2.6958-.5974.7432-1.0491 1.6175-1.3406 2.5793-.1311.408-.2186.8306-.2768 1.2677-.102.7578.3934 1.4572 1.0929 1.5738h.1894c.6412 0 1.1949-.4809 1.2823-1.1803.2915-2.2004 1.9527-3.9199 4.0219-4.1968.1749-.0291.3643-.0291.5392-.0291 1.7923 0 3.4389 1.0783 4.2113 2.8415.2185.51.6848.8015 1.1803.8015.1894 0 .3643-.0437.5537-.1312.6558-.3205.9326-1.1512.6266-1.836-1.1949-2.7396-3.7596-4.4591-6.5282-4.4591\'%3E%3C/path%3E%3Cpath d=\'m50.1715 45.4736c-2.7687 0-5.2168 1.9964-5.9308 4.8525-.1895.7286.2186 1.5009.918 1.7049l.3352.0437c.5683 0 1.0929-.408 1.2532-1.02.4226-1.6466 1.8215-2.7978 3.4244-2.7978s2.8852 1.0492 3.3661 2.6084c.1749.5828.6849.9617 1.2386.9617.1312 0 .2623-.0146.408-.0728.6849-.2332 1.0492-1.0201.8306-1.7487-.8306-2.7104-3.1767-4.5173-5.8433-4.5173\'%3E%3C/path%3E%3Cpath d=\'m62.7763 31.2368c-1.4426 0-1.4426 2.2441 0 2.2441s1.4426-2.2441 0-2.2441z\'%3E%3C/path%3E%3Cpath d=\'m62.9951 25.816c-1.4427 0-1.4427 2.2441 0 2.2441 1.4426 0 1.4426-2.2441 0-2.2441z\'%3E%3C/path%3E%3Cpath d=\'m63.1832 36.3661c-.9617 0-.9617 1.5009 0 1.5009.9618 0 .9618-1.5009 0-1.5009z\'%3E%3C/path%3E%3Cpath d=\'m67.4685 34.2532c-.9618 0-.9618 1.5009 0 1.5009.9617 0 .9617-1.5009 0-1.5009z\'%3E%3C/path%3E%3Cpath d=\'m57.9821 27.725c-.9618 0-.9618 1.5009 0 1.5009.9617 0 .9617-1.5009 0-1.5009z\'%3E%3C/path%3E%3Cpath d=\'m62.8046 17.3207c-2.521 0-6.4263 2.2586-7.388 2.8415-1.8798 1.1366-3.541 2.4044-4.6776 3.5556-.5538.5683-2.2441 2.2878-1.3844 3.7013l1.7924-1.0784 1.1075 1.8361c2.4335-.4517 5.5082-2.2295 6.3533-2.7395.8452-.5101 3.847-2.3898 5.3771-4.3425l-1.1075-1.836 1.7924-1.0784c-.3789-.6266-1.0492-.8597-1.8652-.8597zm-11.4245 8.8743c.5101-.816 2.1713-2.4627 5.1148-4.2404 2.9435-1.7778 5.173-2.4627 6.1348-2.5356-.51.8161-2.1712 2.4627-5.1148 4.2405-2.9435 1.7778-5.173 2.4626-6.1348 2.5355z\'%3E%3C/path%3E%3Cpath d=\'m64.6698 18.1804-1.7924 1.0784 1.1075 1.836 8.9327 14.8196c-.2186.6412-1.9089 2.5064-5.2605 4.5319-3.133 1.8944-5.4645 2.5501-6.3096 2.5501-.0583 0-.1166 0-.1603 0l-8.9327-14.8196-1.1075-1.8361-1.7924 1.0784 10.1422 16.8159c.408.6704 1.1366.8744 1.8652.8744.8161 0 1.6467-.2478 2.0547-.3643 1.5592-.4663 3.4535-1.3407 5.3333-2.4773s3.541-2.4044 4.6776-3.5555c.5538-.5683 2.2441-2.2878 1.3844-3.7013l-10.1421-16.8161z\'%3E%3C/path%3E%3Cpath d=\'m37.9017 22.756c-1.1658 0-1.1658 1.8215 0 1.8215 1.1657 0 1.1657-1.8215 0-1.8215z\'%3E%3C/path%3E%3Cpath d=\'m41.7054 20.541c-1.1658 0-1.1658 1.8215 0 1.8215 1.1657 0 1.1657-1.8215 0-1.8215z\'%3E%3C/path%3E%3Cpath d=\'m34.8421 25.3934c-.7869 0-.7869 1.2095 0 1.2095s.7723-1.2095 0-1.2095z\'%3E%3C/path%3E%3Cpath d=\'m38.1492 27.4044c-.7723 0-.7869 1.2095 0 1.2095s.7723-1.2095 0-1.2095z\'%3E%3C/path%3E%3Cpath d=\'m38.4697 18.0929c-.7723 0-.7869 1.2095 0 1.2095s.7723-1.2095 0-1.2095z\'%3E%3C/path%3E%3Cpath d=\'m37.232 11.3169c-.8888 0-1.6174.2478-1.9526.9326l1.8798.9327-.9035 1.8069c1.3552 1.3406 3.541 2.5209 4.4882 2.9872 1.6029.8015 3.2058 1.3989 4.5173 1.6612.1457.0292.3352.0729.5829.102l.9034-1.8069 1.8798.9326-.0291.0583s.0146-.0291.0291-.0583c1.1075-2.2441-3.8907-4.9545-5.4645-5.7268-1.0783-.5391-3.9053-1.836-5.9162-1.836m9.0055 6.3971c-.9035-.1166-2.5064-.5683-4.561-1.5884-2.0547-1.02-3.3807-2.0255-4.0219-2.6812.9035.1166 2.5064.5683 4.561 1.6029 2.0547 1.02 3.3807 2.0255 4.0219 2.6812\'%3E%3C/path%3E%3Cpath d=\'m35.2794 12.2495-7.0821 14.2222c-1.122 2.2441 3.8907 4.9545 5.4645 5.7268 1.6029.8015 3.2058 1.3989 4.5173 1.6758.2915.0583.8452.1748 1.4281.1748.7431 0 1.5592-.1894 1.9235-.9471l7.0528-14.1786.0291-.0582-1.8797-.9327-.9035 1.807-6.0765 12.1967s-.102 0-.1603 0c-.7432 0-2.5501-.408-5.0128-1.632-2.6521-1.3115-4.0947-2.6084-4.4153-3.1476l6.0765-12.1967.9035-1.807-1.8798-.9326z\'%3E%3C/path%3E%3Cpath d=\'m57.0934 7.80505c-.9618 0-.9618 1.50092 0 1.50092.9617 0 .9617-1.50092 0-1.50092z\'%3E%3C/path%3E%3Cpath d=\'m60.4301 9.24774c-.9617 0-.9617 1.50096 0 1.50096.9618 0 .9618-1.50096 0-1.50096z\'%3E%3C/path%3E%3Cpath d=\'m54.0326 7.17859c-.6411 0-.6411 1.00546 0 1.00546.6412 0 .6412-1.00546 0-1.00546z\'%3E%3C/path%3E%3Cpath d=\'m54.3393 10.3552c-.6412 0-.6412 1.0055 0 1.0055.6411 0 .6411-1.0055 0-1.0055z\'%3E%3C/path%3E%3Cpath d=\'m63.5921 1c-.0875 0-.1749 0-.2623.02914l.3643 2.05465-1.8944.33516c-.1603 1.45719.0875 3.23497.2623 4.25501.2623 1.47177.6558 2.84154 1.1221 3.86154.0291.0729.0728.1458.102.2186l1.8797-.3351.3643 2.0546c2.2004-.3934 1.5155-5.18762 1.2678-6.64481-.3206-1.79235-1.2532-5.82879-3.2204-5.82879m1.4281 9.4718c-.3061-.71405-.6412-1.7778-.8889-3.16214-.2478-1.38433-.306-2.4918-.2623-3.27869.306.71403.6411 1.77778.8889 3.16212.2477 1.38433.306 2.4918.2623 3.27871z\'%3E%3C/path%3E%3Cpath d=\'m63.3298 1.02914-12.9105 2.30239c-.9035.16029-1.4135 1.04918-1.5301 2.63753-.0874 1.10747 0 2.53552.2769 4.00729.2623 1.47175.6557 2.84155 1.122 3.84695.5975 1.3115 1.2969 1.9673 2.0984 1.9673l.2623-.0292 12.9108-2.3024-.3643-2.0692-12.6048 2.2441c-.3352-.4517-.9617-1.8506-1.3552-4.051-.3934-2.20036-.2914-3.73042-.1311-4.26958l10.7104-1.90893 1.8943-.33515-.3643-2.05465z\'%3E%3C/path%3E%3C/g%3E%3C/svg%3E')
}

#landing-freeze-dried .BenefitsFloor [data-item] .glyph.glyph-04 {
  --mask: url('data:image/svg+xml,%3Csvg fill=\'none\' height=\'100\' viewBox=\'0 0 116 100\' width=\'116\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%2366321f\'%3E%3Cpath d=\'m51.3563 68.5216c-12.956 0-24.9677-2.9101-31.3296-7.6003-.6192-.4488-.743-1.3157-.2941-1.9348.4489-.6192 1.3157-.743 1.9349-.2941 5.913 4.3496 17.2901 7.0584 29.6888 7.0584 13.2501 0 25.3237-3.1113 30.7569-7.9253.5727-.5108 1.455-.4489 1.9658.1239.5108.5727.4489 1.455-.1238 1.9658-6.0059 5.3093-18.4975 8.6218-32.5989 8.6218\'%3E%3C/path%3E%3Cpath d=\'m51.945 94.0001c-24.6426 0-43.945-8.2193-43.945-18.7141 0-.1239.01548-.2477.04644-.3715l5.78916-21.1444c.8823-2.5695 2.3064-4.814 4.2413-6.7334.5417-.5418 1.424-.5418 1.9658 0s.5418 1.4241 0 1.9658c-1.6408 1.6253-2.8327 3.5138-3.5602 5.588l-5.6963 20.8657c.2632 8.5599 19.0083 15.7577 41.1743 15.7577s40.9111-7.1978 41.1743-15.7577l-5.7427-20.9586c-.387-1.1919-.9907-2.3838-1.7801-3.4673-.4489-.6192-.3096-1.486.325-1.9349.6192-.4489 1.486-.3096 1.9349.3096.9597 1.3312 1.6872 2.7862 2.1825 4.3032l5.8047 21.2063c.031.1238.0464.2476.0464.3715 0 10.4948-19.3023 18.7141-43.945 18.7141\'%3E%3C/path%3E%3Cpath d=\'m30.987 56.3087c-4.0091 0-7.2752-3.2661-7.2752-7.2752s3.2661-7.2751 7.2752-7.2751c1.7646 0 3.1268.3405 4.1793 1.0525.6347.4334.805 1.2848.3715 1.9194-.4334.6347-1.3002.805-1.9348.3715-.5728-.3869-1.4241-.5727-2.616-.5727-2.4767 0-4.5044 2.0278-4.5044 4.5044 0 2.4767 2.0277 4.5044 4.5044 4.5044.7585 0 1.3931.6192 1.3931 1.3931 0 .774-.6192 1.3931-1.3931 1.3931\'%3E%3C/path%3E%3Cpath d=\'m34.438 45.1173c-.7739 0-1.3931-.6192-1.3931-1.3931 0-3.9936 3.4983-7.4919 7.4919-7.4919 2.6005 0 5.0152 1.4086 6.3154 3.6685.387.6656.1548 1.517-.5108 1.8885-.6656.387-1.5169.1548-1.8884-.5108-.8049-1.3931-2.3064-2.26-3.9162-2.26-2.4612 0-4.7056 2.26-4.7056 4.7366 0 .774-.6192 1.3931-1.3932 1.3931\'%3E%3C/path%3E%3Cpath d=\'m56.5726 43.3062c-.6347 0-1.1919-.4334-1.3467-1.068-.4953-2.0278-2.2909-3.4518-4.3806-3.4518-1.7027 0-3.2351.9442-4.009 2.4611-.3406.6811-1.1765.9442-1.8575.6037-.6811-.3405-.9597-1.1764-.6037-1.873 1.2538-2.4457 3.7304-3.9781 6.4857-3.9781 3.3744 0 6.3 2.2909 7.0739 5.5725.1858.743-.2786 1.486-1.0216 1.6717-.1083.031-.2167.031-.325.031\'%3E%3C/path%3E%3Cpath d=\'m68.57 45.8758c-.6966 0-1.3003-.5263-1.3777-1.2384-.2786-2.4766-2.3683-4.3496-4.8759-4.3496-1.7027 0-3.266.8668-4.1638 2.3219-.4025.6501-1.2538.8513-1.9194.4489-.6501-.4025-.8514-1.2538-.4489-1.9194 1.4086-2.2755 3.8543-3.6376 6.5321-3.6376 3.9162 0 7.1978 2.9255 7.6312 6.8108.0929.7584-.4644 1.4395-1.2228 1.5324-.0465 0-.1084 0-.1548 0\'%3E%3C/path%3E%3Cpath d=\'m51.0634 60.4106c-.1083 0-.2167 0-.325-.0464-.743-.1858-1.2074-.9288-1.0217-1.6718.8514-3.4982 3.8234-6.1297 7.3835-6.5631 3.359-.4179 6.656 1.1919 8.4361 4.0555.4025.6501.2013 1.5015-.4489 1.904-.6501.4024-1.5014.2012-1.9039-.4489-1.2073-1.9504-3.4673-3.0339-5.7272-2.7708-2.4302.2941-4.4425 2.0897-5.0307 4.4735-.1548.6346-.7275 1.0525-1.3467 1.0525\'%3E%3C/path%3E%3Cpath d=\'m63.9252 60.0546s-.1393 0-.2012 0c-.7585-.1084-1.2848-.8204-1.1764-1.5789.4953-3.4363 3.2506-6.1297 6.7024-6.5476 3.3125-.4025 6.5012 1.3621 7.9098 4.396.325.6966.0155 1.517-.6656 1.842-.6966.3251-1.517.031-1.842-.6656-.8978-1.9348-2.941-3.0493-5.0617-2.8172-2.2135.2632-3.9781 1.9968-4.2877 4.1949-.0928.6965-.6965 1.1919-1.3776 1.1919\'%3E%3C/path%3E%3Cpath d=\'m39.4848 52.6247c-.1238 0-.2476 0-.3715-.0465-.743-.2012-1.1764-.9597-.9751-1.7027.7739-2.8481 3.3744-4.8449 6.3309-4.8449s5.3557 1.811 6.238 4.5199c.2322.7275-.1547 1.5169-.8823 1.7491-.7275.2322-1.5169-.1548-1.7491-.8823-.5108-1.5634-1.9504-2.6005-3.5911-2.6005-1.6408 0-3.2042 1.1455-3.6531 2.8017-.1703.6192-.7275 1.0216-1.3312 1.0216\'%3E%3C/path%3E%3Cg clip-rule=\'evenodd\' fill-rule=\'evenodd\'%3E%3Cpath d=\'m75.5 46.5532v-27c0-1.6568 1.3431-3 3-3s3 1.3432 3 3v27c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3z\'%3E%3C/path%3E%3Cpath d=\'m65 30.0532h27c1.6569 0 3 1.3432 3 3 0 1.6569-1.3431 3-3 3h-27c-1.6569 0-3-1.3431-3-3 0-1.6568 1.3431-3 3-3z\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')
}

#landing-freeze-dried .BenefitsFloor [data-item] .arrow {
    display:none;
}




#landing-freeze-dried .BenefitsFloor [data-item] [data-title] {
    font-size: 20px;
    line-height: 90.9%
}

#landing-freeze-dried .BenefitsFloor [data-item] [data-title] b,
#landing-freeze-dried .BenefitsFloor [data-item] [data-title] strong {
    font-weight: 400
}


@media (min-width: 992px) {
    #landing-freeze-dried .BenefitsFloor {
        --dish-size: 656px;
        --dish-line-width: 0.5rem;
        --dish-line-offset: 292px;
        --glyph-size: 116px;
        --glyph-color: var(--color-brown);
        padding-top: 54px;
        gap: 30px
    }

    #landing-freeze-dried .BenefitsFloor__title {
        font-size: 45.98px;
        line-height: 46px
    }

    #landing-freeze-dried .BenefitsFloor__title b,
    #landing-freeze-dried .BenefitsFloor__title strong {
        font-size: 69px;
        line-height: 86.7%
    }

    #landing-freeze-dried .BenefitsFloor__benefits {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 165px 0
    }

    #landing-freeze-dried .BenefitsFloor__items {
        display: contents
    }

    #landing-freeze-dried .BenefitsFloor [data-item] {
        display: grid;
        justify-content: center;
        gap: 4px;
        position: absolute
    }

    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] {
        font-family: var(--ff-bold);
        font-weight: 950;
        font-size: 37.9821px;
        line-height: 38px;
        text-transform: uppercase
    }

    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] b,
    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] strong {
        display: block;
        font-family: var(--ff-alt);
        font-style: normal;
        font-weight: 400;
        font-size: 61.7482px;
        line-height: 69px;
        color: var(--color-orange);
        text-transform: lowercase
    }

    #landing-freeze-dried .BenefitsFloor [data-item] p {
        font-size: 22.4222px;
        line-height: 26px
    }

    #landing-freeze-dried .BenefitsFloor [data-item] .glyph {
        margin: 0 auto 5px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item] .arrow {
        display: block;
        position: absolute;
        top: var(--y, 0);
        left: var(--x, 0);
        transform: rotate(var(--r, 0)) scale(var(--s, 1))
    }

    #landing-freeze-dried .BenefitsFloor [data-item="1"] {
        left: 0;
        top: -15px
    }

    #landing-freeze-dried .BenefitsFloor [data-item="1"] .arrow {
        --y: 174px;
        --x: 290px
    }

    #landing-freeze-dried .BenefitsFloor [data-item="2"] {
        right: 0;
        top: -15px
    }

    #landing-freeze-dried .BenefitsFloor [data-item="2"] .arrow {
        --y: 310px;
        --x: 160px;
        --r: 125deg
    }

    #landing-freeze-dried .BenefitsFloor [data-item="3"] {
        left: 20px;
        bottom: 80px
    }

    #landing-freeze-dried .BenefitsFloor [data-item="3"] .arrow {
        --y: -48px;
        --x: 128px;
        --r: -38deg
    }

    #landing-freeze-dried .BenefitsFloor [data-item="4"] {
        right: 70px;
        bottom: 80px
    }

    #landing-freeze-dried .BenefitsFloor [data-item="4"] .arrow {
        --y: 137px;
        --x: -10px;
        --r: -157deg
    }
}

@media (min-width: 992px) {
    #landing-freeze-dried .BenefitsFloor {
        --dish-size: 513px;
        --dish-line-offset: 228px;
        --glyph-size: 90px;
        --glyph-color: var(--color-brown);
        padding-top: 50px;
        gap: 30px
    }

    #landing-freeze-dried .BenefitsFloor__title {
        font-size: 38.98px;
        line-height: 39px;
        /*! letter-spacing: -1.5px; */
        display: grid;
        gap: 5px
    }

    #landing-freeze-dried .BenefitsFloor__title b,
    #landing-freeze-dried .BenefitsFloor__title strong {
        font-size: 58.5px;
        line-height: 86.7%;
        letter-spacing: 0
    }

    #landing-freeze-dried .BenefitsFloor__benefits {
        padding: 110px 0 26px;
    }

    #landing-freeze-dried .BenefitsFloor__dish:before {
        max-width: none;
        width: 742px;
        height: 710px
    }

    #landing-freeze-dried .BenefitsFloor [data-item] {
        gap: 0px
    }

    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] {
        font-size: 28.13px;
        line-height: 28px;
        letter-spacing: -1.5px
    }

    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] b,
    #landing-freeze-dried .BenefitsFloor [data-item] [data-title] strong {
        font-size: 45.73px;
        line-height: 50.8px;
        letter-spacing: 0
    }

    #landing-freeze-dried .BenefitsFloor [data-item] p {
        font-size: 16.61px;
        line-height: 19.2px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item] .arrow {
        --s: .8;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="1"] {
        left: 108px;
        top: 3px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="1"] .arrow {
        --y: 140px;
        --x: 213px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="2"] {
        right: 123px;
        top: -7px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="2"] .arrow {
        --y: 226px;
        --x: 93px;
        --r: 125deg
    }

    #landing-freeze-dried .BenefitsFloor [data-item="3"] {
        left: 130px;
        bottom: -3px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="3"] .arrow {
        --y: -36px;
        --x: 87px;
        --r: -38deg
    }

    #landing-freeze-dried .BenefitsFloor [data-item="4"] {
        right: 156px;
        bottom: -3px;
    }

    #landing-freeze-dried .BenefitsFloor [data-item="4"] .arrow {
        --y: 115px;
        --x: -22px;
        --r: -157deg
    }
}

#landing-freeze-dried .HeroFloor {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    background: var(--color-orange);
    color: #fff;
    position: relative;
    z-index: 1
}

#landing-freeze-dried .HeroFloor .HeroFloor__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap, 8px)
}

#landing-freeze-dried .HeroFloor .HeroFloor__title {
    max-width: 300px
}

#landing-freeze-dried .HeroFloor .HeroFloor__subtitle {
    width: min(100%, 294px);
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 22.0771px;
    line-height: 107.4%
}

#landing-freeze-dried .HeroFloor .media-left,
#landing-freeze-dried .HeroFloor .media-right {
    display: none
}

#landing-freeze-dried .HeroFloor .media-center {
    --height: 319px;
    height: var(--height);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

#landing-freeze-dried .HeroFloor .media-center img {
    height: var(--height);
    width: 480px;
    max-width: none;
    object-fit: contain;
    position: absolute;
    object-position: bottom
}

@media (min-width: 768px) {
    
    #landing-freeze-dried .HeroFloor .HeroFloor__head {
        --gap: 6px
    }

    #landing-freeze-dried .HeroFloor .HeroFloor__title {
        max-width: 400px
    }

    #landing-freeze-dried .HeroFloor .HeroFloor__subtitle {
        width: min(100%, 500px);
        font-size: 30.5px
    }

    #landing-freeze-dried .HeroFloor .media-center {
        --height: 300px
    }

    #landing-freeze-dried .HeroFloor .media-center img {
        width: auto
    }

    #landing-freeze-dried .HeroFloor .media-left,
    #landing-freeze-dried .HeroFloor .media-right {
        position: absolute;
        bottom: 0;
        object-fit: contain;
        z-index: -1;
        display: block
    }

    #landing-freeze-dried .HeroFloor .media-left {
        left: 0;
        width: 397px
    }

    #landing-freeze-dried .HeroFloor .media-right {
        right: 0;
        width: 376px
    }
}

@media (min-width: 992px) {
    #landing-freeze-dried .HeroFloor {
        padding-top: 50px;
        --container-width:  1440px;
    }

    #landing-freeze-dried .HeroFloor .HeroFloor__title {
        max-width: 495px
    }

    #landing-freeze-dried .HeroFloor .HeroFloor__subtitle {
        width: min(100%, 700px);
        font-size: 37.8947px;
        line-height: 107.4%
    }

    #landing-freeze-dried .HeroFloor .media-center {
        --height: 364px;
        margin-top: -17px;
        overflow: hidden
    }

    #landing-freeze-dried .HeroFloor .media-center img {
        margin-bottom: -30px;
        position: relative
    }

    #landing-freeze-dried .HeroFloor .media-left {
        width: 493px
    }

    #landing-freeze-dried .HeroFloor .media-right {
        width: 426px;
    }
}

#landing-freeze-dried .IntroFloor {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 36px;
    gap: 10px;
    isolation: isolate;
    position: relative
}

#landing-freeze-dried .IntroFloor p {
    font-weight: 450;
    font-size: 20px;
    line-height: 25px
}

#landing-freeze-dried .IntroFloor:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 531px;
    height: 309px;
    top: -60px;
    left: calc(50% + 30px);
    transform: translate(-50%);
    pointer-events: none;
    background: left top/contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='385' viewBox='0 0 661 385' width='661' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m318.875 319.196h-.019c.191.134.363.21.553.305-.209.229-.419.477-.629.706-.21-.133-.401-.286-.611-.419.229-.21.477-.401.725-.611m-118.245 51.832s.057.153.095.229c-.267.115-.534.229-.801.344-.038-.114-.095-.229-.134-.343.286-.077.553-.153.84-.23zm10.206-.982s.039.114.058.152l-.84.23-.057-.153c.286-.076.553-.153.839-.229zm300.769-105.079s.02.076.039.114c-.286.077-.553.153-.84.23 0-.038-.019-.076-.038-.115.286-.076.553-.153.839-.229zm4.605 6.46s.019.191.038.286c-.286.058-.553.115-.82.173 0-.077-.038-.134-.057-.21.286-.077.553-.153.839-.23m-103.636 26.092c.191.057.325.095.439.114-.076.153-.133.325-.247.42-.058.057-.229-.057-.344-.076.057-.153.114-.324.152-.477m-19.708.782c-.153.038-.344-.038-.516-.076.057-.172.057-.401.152-.496.115-.076.325 0 1.05.037-.4.306-.515.477-.687.516m134.884-51.047c.458-.058.916-.135 1.393-.192.038.114.057.21.096.324-.477.077-.935.134-1.412.211zm-204.366 77.964c.039.114.077.229.134.343-.381.115-.763.211-1.144.326-.038-.115-.077-.229-.115-.344.382-.114.763-.21 1.145-.325m50.464-21.293c-.057-.133-.114-.266-.153-.4.553-.191 1.088-.401 1.641-.593-.228 1.011-.992.669-1.488 1.013m153.527-49.387c.572.019 1.144.056 1.87.094-.534.407-1.158.376-1.87-.094zm-106.697 37.938c.878-.192 1.393-.288 2.251-.479-.673.534-1.424.694-2.251.479zm128.968-72.934c.496-.192.991-.364 1.487-.555.096.172.172.362.268.534-.477.229-.935.477-1.411.707-.115-.229-.23-.458-.344-.686zm-119.178 74.355c-.935.153-1.565.249-2.213.364-.039-.152-.077-.305-.096-.457.591-.401 1.144-.993 2.309.093zm103.582-61.849c.725-.211 1.278-.364 1.908-.536-.101.953-.737 1.132-1.908.536zm-210.001 90.499c-.534.286-1.087.554-1.621.84-.096-.19-.21-.4-.306-.61.285-.953.972-.897 1.927-.249m122.092-39.459c-.782.821-1.64.783-2.556.536.724-.382 1.315-1.317 2.556-.536zm-191.036 70.819c.077.21.153.4.23.61-.839.287-1.679.574-2.518.88-.076-.191-.134-.401-.21-.591.82-.287 1.659-.593 2.498-.88m167.936-64.714c.782-.229 1.564-.44 2.346-.669-.495.858-1.315.973-2.116 1.146-.077-.153-.153-.324-.23-.477zm84.03-17.548-2.9.537c-.057-.248-.115-.496-.172-.744.992-.115 1.984-.25 2.957-.365.038.19.077.381.115.572zm-41.929 8.85c-1.335.383-2.651.747-3.987 1.129-.038-.152-.095-.324-.134-.476 1.355-.269 2.709-.556 4.064-.824 0 .057.019.114.038.171m-23.065 3.112c.077.209.134.4.211.61-.878.249-1.755.497-2.632.746.59-1.126 1.506-1.241 2.421-1.356zm28.978-4.91c1.087-.306 2.155-.612 3.357-.957-.781 1.546-2.174.937-3.357.957zm-35.38 13.765c-1.297.363-2.365.669-3.624 1.033 1.296-1.355 1.754-1.489 3.624-1.033zm-18.035-4.98c-1.45.402-2.899.823-4.349 1.225 1.182-1.279 2.689-1.471 4.349-1.225zm-20.731 9.288c1.717-.478 3.205-.899 4.711-1.339-1.373.726-2.382 2.672-4.711 1.339zm-77.019 26.658c.077.133.172.286.249.438-1.201 1.031-1.906 2.92-4.139 2.102 1.297-.84 2.594-1.681 3.89-2.54zm138.779-47.942c-.611-.209-1.278-.171-1.947-.513 1.221-.345 2.423-.689 3.892-1.091-.209 1.488-.723 2.022-1.945 1.604zm-16.012 15.195-4.903 1.378c1.277-1.66 3.032-1.795 4.903-1.378zm-32.51 2.129c-1.373 1.432-2.804 1.624-4.368 1.511 1.125-.936 2.173-2.062 4.368-1.511zm-40.552 12.339c-1.564 1.222-4.387 2.159-5.741 2.046.8-1.011 2.803-1.757 5.741-2.046zm-70.587 28.769c-.115-.248-.23-.496-.344-.744 1.831-.707 3.681-1.396 5.512-2.103.057.134.114.286.172.42-1.563 1.298-3.509 1.757-5.34 2.427zm235.314-117.127c.152-.038.381.095.649.171-.877.992-5.112 2.122-7.611 2.067 2.537-.823 4.749-1.53 6.981-2.238m-26.018 47.472c-.362.058-.744.001-1.126.001 1.412-.44 2.785-.937 4.235-1.262 2.098-.479 4.254-.805 6.39-1.208.039.134.096.286.134.42-.553.134-1.125.249-1.678.383-.573.134-1.145.325-1.717.459-2.079.421-4.139.843-6.219 1.226m-1.221.001-.114.001s.076 0 .114-.039h.076-.095m-122.589 38.449c1.316-.345 2.69-.537 4.464-.863-1.125 1.356-2.594.804-3.586 1.491-.991.688-2.174 1.147-3.453.9-.038-.153-.076-.305-.114-.458.896-.363 1.754-.84 2.689-1.089m.208-1.679c-1.145.04-2.232.117-3.147.9-.458.382-1.087.42-1.756-.571 2.251-.631 4.33-1.224 6.562-1.856-.152 1.278-.858 1.508-1.678 1.527m69.564-21.12c.973-.268 1.965-.536 2.956-.784.02.152.039.324.077.476-2.65 1.452-5.569 2.084-8.888 2.888.742-1.583 1.868-1.451 2.822-1.68 1.03-.23 2.022-.613 3.052-.9m-25.2 4.201c-3.204 1.891-7.687 3.058-9.443 2.412 3.185-1.338 6.314-1.856 9.443-2.412zm8.072 1.384c-3.147 1.7-6.734 2.162-10.224 2.89 3.318-1.224 6.465-2.943 10.224-2.89zm18.403-8.904c-3.013 1.338-5.989 2.046-9.365 2.927.343-.554.419-.878.571-.916 1.717-.345 3.109-1.548 4.959-1.588.63-.001 1.278-.383 1.793-.765.668-.496 1.183-.287 2.061.342m-8.425 8.59c3.49-2.14 7.649-2.144 11.426-3.33-3.566 1.854-7.496 2.601-11.426 3.33zm-281.927 75.806c-1.754 1.451-3.814 1.892-5.702 2.638-.821.325-1.813.249-2.442 1.07-.114.133-.572-.057-.973-.114 1.105-1.679 5.149-3.266 9.098-3.594m265.536-77.107c1.468-1.126 11.559-4.054 13.619-3.941-4.387 1.339-8.621 3.231-13.619 3.941zm-117.243 42.792c.802-.23 1.584-.44 2.385-.651-1.373 1.165-2.784 2.196-4.577 2.732-1.43.421-2.689 1.318-4.024 2.025-.572.306-.553.325-1.679-.285 2.288-2.061 5.053-2.998 7.876-3.821m2.442-.708h.038s-.057.038-.095.057zm26.475-7.863c-5.054 2.121-10.108 4.262-15.162 6.365-.382.153-.878.096-1.488.154 1.62-1.528 13.636-6.402 16.65-6.5m53.438-24.919c4.597-1.301 9.194-2.602 14.039-3.961-1.83 1.871-11.1 4.549-14.039 3.961zm31.041-2.337c.629-.249 1.239-.554 1.869-.746 4.12-1.205 8.24-2.372 12.36-3.578.954-.287 1.869-.65 2.804-.956.534-.172 1.068-.306 1.602-.459.058.152.115.305.172.457-1.353 1.146-16.727 5.718-18.807 5.282zm65.963-15.834c4.406-.882 8.813-1.916 13.43-1.71.324-.001.649.056.973.094 0 .153.039.305.058.439-6.067 1.054-12.152 2.109-18.314 3.164.724-1.832 2.517-1.738 3.833-2.006m-23.554 9.1c-1.469.916-23.406 6.163-25.199 6.012 1.354-.707 2.364-1.49 3.738-1.472.076 0 .134 0 .191-.039 1.488-.363 2.88-.937 4.483-1.015 1.545-.077 3.09-.575 4.52-1.186 3.662-1.567 7.822-1.209 11.56-2.471.096-.039.268.057.688.171m-78.993 17.391c2.135-1.451 26.799-8.512 29.203-8.171-4.558 2.102-9.537 3.041-14.344 4.438-4.883 1.397-9.785 2.775-14.687 4.152l-.172-.4m-75.969 27.591s.096.095.267.267c-.209.21-.362.477-.609.63-1.774 1.203-30.191 13.187-32.843 13.857-.038-.057-.095-.114-.095-.171 0-.058 0-.172.057-.191 1.106-.573 2.193-1.185 3.337-1.682 9.956-4.262 19.911-8.505 29.886-12.748m193.572-52.304.134.286c-12.304 2.357-24.59 4.715-36.894 7.053-.038-.114-.076-.229-.115-.343.382-.172.744-.421 1.164-.535 3.071-.804 6.084-1.97 9.232-2.24 3.549-.309 6.848-1.418 10.378-1.708 1.908-.154 3.739-.842 5.647-1.13 3.472-.537 6.963-.96 10.454-1.421m-152.682 34.758c-.038-.191-.076-.381-.115-.572.535-.115 1.088-.211 1.622-.326.057.267.096.534.153.801-.553.039-1.106.078-1.66.116m2.823-.861c7.135-1.303 13.41-3.922 20.391-5.797-1.525 1.565-28.114 9.924-32.138 11.606.857-1.107 1.467-1.889 2.191-2.825 1.299 1.22 2.176.685 3.053-.346.533-.63 1.353-.955 2.04-1.432-.077-.076-.21-.267-.267-.248-2.385.785-4.75 1.588-7.115 2.391-1.106.382-2.117.822-2.917 1.814-.401.516-1.527.288-2.251.575-3.185 1.223-6.332 2.542-9.537 3.728-1.64.611-3.376.975-5.074 1.454-.057-.153-.133-.305-.191-.458.916-.439 1.793-.936 2.727-1.337 2.976-1.262 6.008-2.39 8.888-3.823 1.201-.592 2.308-1.051 3.681-.938.745.057 1.279-.211 1.869-.822.725-.782 1.888-1.108 2.88-1.585.82-.402 1.659-.746 2.518-1.071.858-.325 1.735-.573 2.594-.86 2.25-.727 4.52-1.492 6.79-2.2.648-.21 1.354-.287 2.136-.46.002 1.698-1.506 1.394-2.287 2.615m199.262-128.153c-1.45.364-2.442.613-3.453.881.705-1.431 1.716-1.833 3.453-.881zm-23.673-34.457c.477-.153.973-.325 1.45-.478.038.133.058.267.077.4-.477.115-.973.23-1.45.364l-.076-.267m120.693 35.032s.058 0 .077.019c-.038 0-.077 0-.115 0-1.278.059-2.556.117-3.835.176h-.076s.076-.038.115-.058c1.278-.058 2.556-.116 3.834-.175m-620.1306 160.726c.2481.057.4962.114.7252.171-.057.286-.095.458-.1521.61-.2481-.095-.5343-.152-.7062-.285-.0764-.057.076-.324.1331-.496zm490.4356-231.259c.343-.305.706-.611 1.049-.897.114.095.229.171.343.266-.343.306-.686.611-1.048.917-.115-.095-.229-.191-.363-.286m-508.074 222.179.1144-.038s-.0381.038-.0763.057h-.1526l.0954-.038m-2.0031.345c.6296-.096 1.2591-.192 1.9077-.288-.5721.306-1.1251.612-1.6972.898-.0766-.209-.134-.419-.1914-.61m72.9611 40.074c-.4004.249-.8009.516-1.2396.65-.2289.057-.5534-.095-.8206-.19.2097-.21.3812-.458.6291-.573.3623-.172.782-.229 1.2017-.287.0764 0 .2675.381.2294.4zm490.166-233.871c1.03-.211 1.393-.364 1.698-.326.248.019.458.267.668.419-.095.153-.209.325-.324.477-.439-.133-.897-.247-2.042-.57zm-62.968 14.554s.191.228.343.4c-.247.153-.476.343-.743.401-.115.019-.268-.305-.421-.457.267-.115.534-.268.821-.344zm25.276-65.1886c.457-.1149.915-.2297 1.373-.3446.038.1526.134.4385.096.4576-.42.1721-.859.306-1.297.4589-.058-.1906-.115-.3812-.153-.5528m-430.365 259.6545c-.114.21-.209.42-.324.63-.553-.171-1.107-.323-1.66-.494.076-.172.133-.363.19-.534.382-.02.782-.115 1.145-.04.248.057.439.286.649.438zm410.114-247.22c.572-.058 1.125-.135 1.698-.193.057.115.095.248.153.363-.286.152-.572.401-.859.42-.343.038-.706-.114-1.049-.19l.076-.419m-13.434-1.513c.362-.363.725-.745 1.106-1.088.038-.039.496.19.477.209-.248.42-.534.84-.819 1.259-.268-.133-.516-.247-.783-.38m27.372-7.7308c-.114-.1334-.229-.2859-.344-.4192.515-.3438 1.049-.6685 1.564-.9932.134.2097.248.4002.363.6099-.534.2675-1.068.535-1.583.8216m58.09 111.8507c-.019.191-.057.401-.076.591-.725.001-1.45-.017-2.175-.036.019-.19.038-.362.076-.553.725-.001 1.469-.001 2.194-.002m33.25-26.425h.096l-.038.038-.039-.038m.096 0c1.544-.765 1.564-.765 2.576.34-.859-.113-1.718-.227-2.576-.34zm-15.762-21.649c-.076-.172-.153-.344-.248-.515.4-.21.762-.535 1.182-.631.344-.076.763.076 1.145.133 0 .152 0 .305.02.457-.706.192-1.412.364-2.118.556m-16.5 3.925c.705-.668 1.411-1.337 2.116-2.005.21.134.439.267.649.381-.782.649-1.544 1.298-2.326 1.928-.153-.114-.305-.228-.458-.323m-475.893 195.468h-.038s.095-.038.133-.038c-.019 0-.057.019-.076.038m.076-.038c1.278-.592 2.575-1.185 4.253-1.968-.913 2.308-2.765 1.795-4.253 1.968zm-64.7349-17.407.0008.801c-.9158.058-1.8125.116-2.7091.193l-.0008-.801c.9158-.058 1.8125-.116 2.7092-.174m449.9308-229.885c.724-.535 1.449-1.051 2.669-1.948-.437 1.526-.78 2.365-2.669 1.948zm10.728-14.7902s.038-.0001.057-.0001v.0381l-.076.0001s0 0 0-.0191m0 .0573c-.323 1.2971-1.181 2.1751-2.994 2.4629.209-1.5449 1.62-1.9849 2.994-2.4629zm68.368 26.1189 3.033-1.548c.133.153.248.305.382.458-.973.611-1.926 1.222-2.899 1.833-.172-.248-.344-.495-.516-.762m-72.621-23.96c-1.318-1.8104-.594-2.4023 1.466-2.9955-.533 1.0876-.876 1.7935-1.466 2.9955zm21.268 54.483c.058.286.135.572.192.858-.801.23-1.621.46-2.937.842.761-1.793 1.677-1.908 2.745-1.68m38.931-31.771c1.24-.516 2.48-1.032 4.368-1.816-1.181 2.023-2.765 1.929-3.928 2.598-.153-.248-.287-.515-.44-.782zm33.304 69.805c.076.19.134.381.21.591-2.06.612-4.139 1.205-6.199 1.817-.038-.114-.096-.228-.134-.362 2.041-.688 4.082-1.358 6.123-2.046zm-58.613-100.084c1.201-.8402 2.421-1.6805 3.622-2.5398-.609 1.3736-1.816 2.2202-3.622 2.5398zm-18.182-18.6528c-.826 1.2467-3.044 2.3359-6.656 3.2674 1.106-.4969 2.251-.9747 3.338-1.4907.972-.4776 1.907-1.0125 3.318-1.7767zm-9.04 23.8087c-1.164.0774-2.232.1356-3.301.1938-.021-1.6019 1.334-1.9655 2.993-2.2913.116.7437.212 1.4301.308 2.0975zm108.253 74.7871c-1.526-.018-3.072-.054-5.151-.09 2.536-1.147 2.727-1.166 5.208-.597 0 .229-.038.458-.057.687zm-592.381 128.68c-1.3162.287-2.7466.918-4.522-.11 2.0601-.479 3.5862-.824 5.799-1.322-.6861.802-.9336 1.355-1.277 1.432zm628.759-116.09c-2.345 1.833-4.043 2.045-6.524 1.151 2.175-.384 4.35-.767 6.524-1.151zm-121.13-31.961c.267-.21 1.165.17 1.794.265-.057.229-.095.458-.152.668-.991.592-1.964 1.165-3.089 1.833-1.127-1.581.609-2.117 1.447-2.766zm87.831 26.558c.59-1.603 2.136-1.299 3.414-1.51.439.476.859.953 1.394 1.562-1.087.554-1.774.765-2.404-.188-.172-.267-1.526.078-2.423.136m22.73 6.748c-2.841 1.338-5.856 1.016-9.099 1.42 1.944-1.566 3.242-1.738 9.099-1.42zm-141.647-79.046c-2.232.746-4.482 1.492-7.248 2.429 2.841-2.215 4.672-2.865 7.248-2.429zm112.662 75.565c1.106-.364 2.327-.441 3.491-.633-2.23 2.481-5.321 2.465-8.278 2.659 1.583-.688 3.147-1.472 4.787-2.026zm3.548-.671.057.038s-.076 0-.095 0l.057-.057m-62.285 30.629c-.992.363-2.251.613-3.186.423-.954-.209-1.451-1.067-.766-2.593.516.858.745 1.239.994 1.639 1.049-.497 2.117-.975 3.127-1.452 1.089.876.784 1.62-.188 1.983m-468.1541 27.488s-.0382 0-.0573 0l-.0382-.057s.0954-.038.1335-.058c.0001.039-.019.077-.038.096m451.7411-91.778c2.002-1.471 3.833-2.006 6.237-2.142-.438 1.068-.742 1.812-1.066 2.595-1.698-.151-3.187-.283-5.171-.453zm-48.558-40.403c.247-1.125.837-2.117 2.268-2.157 1.813-.059 3.339-.537 4.692-1.663-2.591 4.217-1.79 3.682-6.96 3.82zm44.439 22.786c0 .381.001.781.02 1.392 1.279-.269 2.538-.537 4.254-.882-1.523 2.939-4.71 2.541-6.808 3.764-.171-.134-.324-.267-.496-.419.8-1.317 1.6-2.634 2.4-3.95l.611.075m-23.84-50.4567c3.948-1.3577 6.254-4.1824 9.916-4.9106.191.1524.401.2857.592.4381-.724 1.0114-1.467 2.0038-2.267 3.0916-2.042-.1888-4.084-.6064-5.246 1.6832-.419.8205-.724.7444-3.015-.3213m47.875 43.7407c-4.291 1.796-7.722 5.614-13.389 5.085 2.04-1.699 7.437-3.821 13.389-5.085zm-23.085-38.1385c-1.639 1.0886-3.05 2.0244-4.29 2.8456-3.129.003-6.144.0059-9.349.028 3.738-1.6818 11.006-3.2716 13.639-2.8736zm-17.469 7.9881c-2.481-.4172-4.674.2715-6.963 1.437-1.145-.7999-.555-1.4489.609-1.7933 1.774-.5166 3.643-1.2049 5.379-1.1493 3.034.0734 5.494-1.4737 8.279-2.0103.878-.1725 1.736-.4212 2.594-.6318.077.1906.134.3622.192.5529-2.594 1.1467-5.15 2.3505-7.782 3.421-.686.2676-1.621.3067-2.346.1929m-441.2939 283.6563c.3628.286.7256.571 1.1075.876-.362.592-.5901 1.45-1.1623 1.698-4.787 2.122-8.867 5.291-13.9025 7.013-.1907.057-.4197 0-1.0303-.038 1.4677-1.527 3.0694-2.539 4.9002-3.456 1.9834-.994 3.8329-2.235 5.778-3.305 1.5447-.84 3.1276-1.586 4.3285-2.807m1.1265.838s.0382 0 .0763.019c0 0-.019.038-.0381.038l-.0382-.038v-.038m500.7973-170.09c0 .171 0 .343-.019.495-6.887 1.075-13.793 2.168-20.717 3.243-.555-.972-.021-1.507 1.066-1.698 3.282-.614 6.563-1.341 9.863-1.669 3.262-.346 6.544-.273 9.807-.371zm-88.68-96.947c-1.66.326-3.129.537-4.559.9-.439.115-1.011.612-1.144.974-.628 2.003-1.907 1.089-3.09.823.152-.954.303-1.85.436-2.67 1.602-1.318 3.203-2.635 4.957-4.086 2.29.703 2.407 2.687 3.381 4.059m-373.155 248.349h.095l-.038.038s-.076 0-.114 0l.057-.057zm-4.559 1.091c1.449-1.012 2.975-.804 4.483-1.053-.877.706-1.678 1.489-2.631 2.1-1.678 1.07-3.433 2.044-5.187 2.999-1.469.803-2.994 1.548-4.693.825 1.067-1.05 2.116-2.081 3.45-3.379-2.805-.169-4.31 2.121-7.172 2.314 2.726-2.405 5.797-3.571 8.849-4.757.497 1.125 1.28 2.078 2.882.951m-9.402 5.158c.439-.115.878-.172 1.317-.249.459 1.258-.781 1.698-1.811 2.061-2.194.784-4.941.997-6.58 2.238-2.098 1.585-4.0233 3.131-6.6938 3.877-.1131 1.412-1.4297 1.28-2.5551 1.643-1.4496.478-2.7653 1.318-4.1384 2.006-.1719-.133-.3246-.266-.4965-.381.2286-.419.3233-1.125.6667-1.24 2.3651-.803 4.1002-2.025 5.1859-4.01.9142-1.679 2.575-.746 4.1014-.747 2.3428-3.817 6.8838-4.126 10.9848-5.198m1.316-.287s.039 0 .058.019h-.058s0 0 0-.019zm522.102-178.483c1.869-.249 3.777-.213 6.277-.349-4.673 2.426-26.535 5.823-30.943 4.931.438-.325.724-.688 1.068-.764 4.215-.748 8.431-1.458 12.647-2.148 3.644-.595 7.288-1.209 10.951-1.689m-96.791-38.869-.038.038v-.038m-123.464-138.67804s-.019-.17162-.038-.26695c.248-.03838.496-.07676.744-.11514-.229.13371-.477.26744-.706.38209zm-229.836 58.67004s-.039-.1716-.058-.2669l.858-.306.096.1906c-.305.1338-.591.2485-.896.3823zm-58.311 37.453c-.153-.153-.286-.324-.439-.496.229.019.496.057.954.095-.305.229-.515.42-.534.401m-69.0662 102.875c-.2288.115-.4768.21-.7056.325-.0001-.134-.0385-.286-.0577-.42.2481.038.5153.076.7633.095zm431.6222-141.0371s.096.1525.134.2288l-1.297.4589s-.038-.0953-.077-.1525c.401-.172.821-.3631 1.221-.5352m-62.153-31.2547-.077.0001v-.0382s.057.0191.077.0381zm0 0c.419-.0385.858-.0771 1.392-.1157-.457.9349-.457.9539-1.392.1157zm-14.755-26.64662s-.077-.15249-.115-.2478c.706-.3058 1.411-.61161 2.136-.91743.076.13342.172.24776.248.38118-.744.26769-1.506.51634-2.25.78403m177.016 114.04544 1.545-.231c.019.115.058.248.077.363-.515.096-1.03.191-1.545.287-.039-.133-.058-.267-.096-.4m-54.939 11.018c.47-.56 1.252-.891 2.345-.994-.972.401-1.563.65-2.345.994zm-198.936-90.7585c1.03-.3633 2.06-.7267 3.09-1.09 0 .0382.038.0953.057.1525-1.03.3633-2.06.7267-3.09 1.0709zm221.894 96.2475c.61-.134 1.221-.249 1.831-.383.038.095.058.191.096.305-.572.21-1.164.402-1.736.612-.076-.171-.134-.343-.191-.515m-369.15-73.8329c.649-.1913 1.278-.3635 1.927-.5549-.477.7252-1.03 1.1262-1.927.5549zm318.165-10.353c.896-.2297 1.774-.4403 2.67-.67-.59.9732-1.563.9741-2.422 1.261-.076-.1906-.172-.3812-.248-.591zm-308.456 7.5786c-.095-.1716-.172-.3241-.267-.4956 1.163-.4016 2.326-.8223 3.509-1.2239.038.0953.096.1906.134.2669-1.125.4778-2.251.9747-3.376 1.4526zm31.529-10.7859s-.115-.1715-.172-.2477c1.03-.3633 2.041-.7266 3.071-1.0709l.114.2478c-1.011.3442-2.021.7076-3.032 1.0518m160.109-8.5053c1.66-.4021 3.319-.785 4.979-1.1871.019.0763.057.1716.076.2669-1.678.4402-3.338.8614-5.016 1.3016 0-.1335-.039-.2479-.039-.3814zm-296.9248 74.6955c.82-.534 1.4496-.535 1.7557.38.0766.229-.1137.763-.3235.821-.8775.267-1.2405-.304-1.4512-1.201m360.5968-92.4536c-.8 1.5264-2.099.6504-3.129.6705.877-.573 1.735-1.2222 3.129-.6705zm4.367-1.6823c-.743 1.3356-1.715 1.8514-3.547 1.4336 1.22-.8402 2.021-1.661 3.547-1.4336zm-236.102 30.7376c-.038-.0953-.077-.2097-.115-.305 2.041-.7076 4.101-1.4342 6.142-2.1418.057.0953.115.1906.172.2859-2.06.7267-4.139 1.4533-6.199 2.1609zm-39.635 13.6541c-3.489 2.2155-7.648 3.0395-11.519 4.7977 1.124-1.1072 7.323-3.7067 11.519-4.7977zm21.82-7.5536c-.076-.1716-.153-.3241-.229-.4957 4.253-1.7013 8.659-3.0214 13.161-4.0364-4.311 1.5107-8.64 3.0214-12.951 4.5321m-118.084 60.8138c1.5064-.878 3.0512-1.681 4.6532-2.35.4196-.172 1.1068.209 2.1755.456-2.1351 1.89-5.0549 1.32-6.3693 3.458-1.05-.667-.9553-1.296-.4785-1.564m362.0261-94.2669c-.744.2677-1.526.4401-2.213.8031-.763.4012-1.43.9739-2.193 1.3942s-1.545.8215-2.365 1.0702c-.839.2678-1.755.3259-2.632.5365-.859.2106-1.755.3831-2.537.7652-.782.3822-1.392 1.0884-2.442.4982 1.106-.9737 10.566-4.4726 14.382-5.0483m-321.288 76.8738.038.038s-.038 0-.076 0v-.038c-.553.344-1.221.593-1.717 1.051-.648.592-1.239.974-2.231.555-.363-.152-.993-.037-1.336.211-1.087.783-2.059 1.718-3.165 2.501-.381.287-1.048.535-1.449.402-.955-.323-1.641-.075-2.328.441-.667.477-1.449.821-2.002 1.394-1.162 1.203-2.517 1.757-4.253 1.682-.477-.018-1.183.268-1.392.631-.648 1.221-1.907 1.547-2.994 2.024-1.735.765-3.5854 1.301-5.3593 1.912-.7448-.724-.6309-1.334-.0588-1.697 1.4873-.955 2.9746-1.948 4.5761-2.655 6.332-2.79 12.741-5.39 19.072-8.199 3.319-1.472 6.523-3.1151 10.052-4.1864 2.079-.6313 3.947-1.8536 5.969-2.6755 2.289-.9176 4.635-1.6445 7.172-2.1809-.496.3247-.953.7256-1.487.974-3.777 1.7581-7.61 3.4209-11.348 5.2361-1.278.6117-2.384 1.4137-3.948 1.4337-.611.001-1.163.764-1.754 1.204m-62.7261 28.989c.6484-.382 1.2585-.802 2.1738-1.375-.0576-.438.0943-1.125 1.0098-1.507 2.5175-1.071 4.9777-2.255 7.4379-3.421 2.4029-1.147 4.7677-2.331 7.1324-3.535.4577-.248.8007-.706 1.4108-1.26.7253.362 1.3934.685 2.5197 1.256-1.2395.783-2.0401 1.528-3.0129 1.853-1.9646.65-3.8528 1.339-5.4351 2.694-.286.248-.7438.344-1.1253.459-1.2971.363-2.4604.937-3.5663 1.72-2.9363 2.043-6.0255 3.877-9.2102 5.577-3.2801 1.777-6.369 3.896-9.5726 5.788-1.1441.668-2.422 1.146-3.7189 1.738-2.5546 2.196-5.6059 3.705-9.2496 4.281.2478-.229.4956-.477.7625-.706.9723-.821 1.9064-1.699 2.936-2.444 1.6969-1.222 3.3748-2.425 5.1864-3.476 3.7566-2.197 7.5896-4.298 11.4036-6.418.6293-.344 1.3732-.555 2.0598-.822.3052-.115.6104-.192.8773-.364m-24.0383 2.293c.0747-1.66.8566-2.08 1.6385-2.519 5.8162-3.305 11.5941-6.648 17.4103-9.953 5.3395-3.037 10.6216-6.169 16.0566-9.035 5.0727-2.675 10.2792-5.121 15.4665-7.548 2.403-1.127 4.978-1.988 7.4192-3.058s4.8062-2.2932 7.2092-3.4397c.934-.4395 1.888-.7837 2.822-1.2232 6.198-2.8856 12.358-5.8474 18.614-8.6376 5.569-2.4845 11.214-4.7784 16.879-7.0913 5.645-2.3129 11.329-4.5686 17.013-6.7862 2.67-1.0324 5.416-1.9122 8.125-2.8684.076.1335.153.2478.248.3812-.324.2101-.61.4964-.972.6303-5.608 2.084-11.234 4.0918-16.823 6.2139-2.956 1.1089-5.836 2.3894-8.735 3.6318-5.855 2.5228-11.729 5.0076-17.527 7.6258-4.978 2.255-9.86 4.7198-14.818 7.013-6.828 3.1724-13.7318 6.1924-20.5211 9.4214-3.757 1.796-7.3802 3.84-11.0416 5.846-6.4075 3.515-12.7959 7.049-19.146 10.641-5.3967 3.056-10.7551 6.208-16.1327 9.264-.9153.516-1.9262.898-3.1849 1.472m-21.2752 18.728c1.1437-1.05 2.0968-2.062 3.1835-2.883 2.8027-2.138 5.6054-4.296 8.5418-6.244 2.0975-1.394 4.5007-2.312 6.5981-3.687 6.9598-4.583 14.5885-8.004 21.8158-12.13 5.1487-2.942 10.3166-5.865 15.5226-8.749 4.2335-2.35 8.4669-4.719 12.7959-6.916 3.223-1.624 6.6179-2.962 9.9173-4.491 2.67-1.223 5.3015-2.542 7.9525-3.803 2.098-.993 4.215-1.968 6.332-2.924 4.539-2.0635 9.078-4.1465 13.655-6.1724 5.893-2.5992 11.786-5.1793 17.699-7.7213 4.463-1.9304 8.945-3.8226 13.427-5.6958 1.01-.4205 2.136-.536 3.166-.8994 5.627-2.0077 11.253-4.0346 16.861-6.0995 3.299-1.2046 6.542-2.5045 9.822-3.7281 5.722-2.1605 11.444-4.3209 17.185-6.4241 2.193-.803 4.463-1.3773 6.676-2.1232 8.621-2.8878 17.243-5.7376 25.807-8.7398 8.354-2.9448 16.612-6.1756 24.985-9.0823 5.78-1.9888 11.693-3.6345 17.549-5.4518 2.041-.6313 4.062-1.3388 6.084-1.9701.515-.153 1.049-.2108 1.584-.3257.133.1715.248.324.362.4955-.476.3819-.895.9353-1.468 1.1266-5.741 1.9316-11.539 3.7297-17.261 5.7185-6.428 2.2374-12.818 4.5891-19.207 6.9218-6.58 2.4092-13.122 4.9518-19.722 7.3037-9.193 3.2699-18.501 6.2919-27.675 9.657-9.041 3.3079-17.948 6.9207-26.931 10.3428-4.558 1.7398-9.193 3.2699-13.714 5.0477-5.111 2.0073-10.165 4.148-15.219 6.2887-6.313 2.6759-12.626 5.3518-18.901 8.1039-4.272 1.873-8.467 3.8793-12.701 5.8093-5.607 2.561-11.253 5.046-16.8214 7.683-4.8822 2.312-9.7262 4.7-14.5128 7.184-5.2253 2.694-10.3933 5.445-15.5231 8.291-4.7674 2.656-9.4584 5.464-14.1876 8.176-6.5217 3.744-13.0435 7.431-19.5461 11.175-3.6613 2.101-7.2845 4.26-10.9267 6.399-.9153.535-1.8308.898-3.243.518m408.8997-119.0081s-.038.0382-.076.0382h.057v-.0382zm153.846 145.8581c-1.011-.095-2.004-.189-3.015-.283 0-.153.038-.325.057-.477.553-.02 1.106-.077 1.66-.059.515 0 1.03.094 1.526.132-.076.229-.152.458-.228.706m-5.651-3.752c-3.301-.149-6.468.216-9.768 1.383-3.128 1.109-3.755 3.283-5.756 5.707 1.735-.573 2.727-.918 3.833-1.281.019-.687.037-1.316.075-2.308 1.335-.001 2.861-.365 3.682.073 2.348 1.295 4.714.835 7.27.127-2.404.708-4.157 2.502-6.886 2.791-.744.077-1.467 1.298-2.23 2.023-4.884.749-9.92 1.211-15.318 2.742.609-1.069 1.009-1.813 1.409-2.519 1.659-1.298 3.184-2.654 5.263-3.571.896-.401 1.296-1.66 1.962-2.576 1.889-.498 4.006-1.072 6.829-1.819-1.488-.399-2.156-.57-3.473-.912 1.22-.554 1.831-.993 2.498-1.108 6.563-1.208 11.619-1.136 15.932.271-1.792 1.031-3.529 1.109-5.341 1.016m-21.278 16.382c.629-.763 1.277-1.507 2.594-.86-.858.287-1.735.573-2.594.86zm-1.861 8.908c.934-.478 1.85-.936 2.784-1.414.115.248.211.496.325.725-1.03.229-2.079.44-3.109.67m-4.388.252c.742-1.698 2.384-1.242 3.795-1.491.134.419.268.858.383 1.277-1.335.078-2.69.136-4.178.214zm-5.801-.204c-.439-.419-.878-.857-1.432-1.372.534-.229 1.125-.707 1.507-.631 1.908.38 3.167-.174 4.425-1.568.953-1.049 2.479-1.737 4.195-2.902-.19 1.068-.304 1.678-.418 2.289 1.354-1.07 2.803-1.796 4.922-1.13-1.659 1.298-3.338 1.319-5.075 1.168.039.724.345 1.525-.933 1.927-2.498.765-4.997 1.549-7.21 2.219m-2.763-36.556c-1.277.707-2.555 1.452-4.025.614 2.611-3.073 5.911-4.144 8.354-2.983-1.373.745-2.841 1.548-4.31 2.369m-1.147 37.132c-2.085 1.044-4.394 1.282-6.926.712 2.746-1.452 4.997-2.656 7.094-3.764 1.719 1.2-2.402 2.005-.168 3.052zm-8.872.37c-1.202.383-2.423.708-3.662.996 1.182-.555 2.345-1.128 3.489-1.72.649-.344 1.335-.612 2.022-.879-.152.744-.876 1.278-1.849 1.603zm-6.012-22.364c-.001-.152-.039-.305-.058-.457.744-.134 1.488-.269 2.232-.403 0 .191.038.362.058.534-.744.096-1.488.211-2.232.307m.451 13.387c-.362.096-.763.001-1.355-.017.324-.477.496-.916.629-.916.382-.001.744.171 1.126.266-.133.229-.228.629-.4.667zm-2.771 15.202c.286-.515.934-1.164.781-1.507-.23-.515-.955-.895-1.585-1.181-.191-.095-.401-.19-.611-.266.916-.249 1.831-.536 2.709-.861.248.4.497.781.611 1.22.364 1.258-.055 2.269-1.924 2.595m-3.917-5.717c-.038-.095-.076-.191-.115-.286.534-.248 1.106-.516 1.755-.822.267.172.477.4.649.667-.763.153-1.526.307-2.289.441zm1.674 54.636c.038.171.096.343.134.514-1.355.192-2.69.403-4.044.595zm2.629-23.898s.038.076.058.095c-.611.248-1.24.497-1.851.745-.038-.095-.095-.209-.133-.305.648-.191 1.297-.363 1.945-.554m1.586 22.425c-.394.725-1.093.923-2.098.593.648-.191 1.297-.363 2.098-.593zm-10.109 3.118c-.039-.152-.077-.286-.096-.438.591-.001 1.183-.021 1.774-.04-.553.153-1.125.306-1.678.478zm-6.72-3.522c2.061-.288 4.14-.576 6.62-.94-2.479 1.49-4.253 1.739-6.62.94zm-4.41-42.942s-.038-.115-.057-.172c1.774-.497 3.567-1.014 5.36-1.512.076.191.134.401.21.591-1.831.365-3.682.729-5.513 1.093zm-7.196-23.736c2.803-1.643 5.378-2.141 7.477-1.686-2.479 1.567-4.901 2.046-7.477 1.686zm.975 62.588s-.038-.095-.038-.133c.286-.077.572-.153.839-.23 0 .038.038.096.038.134-.286.076-.553.153-.839.229zm-1.08-52.061c-.114-.096-.248-.191-.363-.286.553-.496 1.125-.993 1.678-1.47.153.114.325.229.477.343-.591.477-1.182.954-1.792 1.432m.213 3.089c.095-.057.191-.095.286-.153.038.038.057.076.096.115zm-.915 1.355c-.076-.095-.152-.191-.229-.286.267-.019.534-.039.802-.077-.191.115-.382.248-.573.363zm-4.408-1.293c-.42-.285-.936-.628-1.451-.971 1.627-1.197 3.28-1.408 4.96-.634-1.373.612-2.403 1.089-3.528 1.586m-8.818 57.64c-.057-.153-.114-.305-.172-.458l6.334-1.283c.038.152.076.286.114.419-2.098.441-4.177.862-6.276 1.303m-1.192 10.032c.514-1.03 1.373-.936 2.289-.65-.763.21-1.526.421-2.289.65zm-1.912-3.736-.095-.457 3.186-.347s.038.191.057.286c-1.049.173-2.098.345-3.148.518zm-2.504-5.261c.858-.249 1.698-.478 2.556-.727l.038.286c-.839.23-1.678.478-2.498.708l-.096-.286m-1.402-49.372c.305-.306.629-.497.992-.593.439-.095.858-.21 1.297-.306 0 .229.02.496.058.82-.763.153-1.526.211-2.347.079zm-4.103-1.675c-1.335.726-2.766.995-4.216 1.263.648-.821 1.659-1.241 2.784-1.414 1.412-.23 2.404-.784 3.338-1.643.858-.134 1.736-.288 2.594-.441 0 .133.02.267.039.419 2.461-.555 4.596-1.873 7.611-2.028-1.468 1.069-2.364 1.89-3.432 2.463-.096.057-.153.076-.248.134-1.126.287-2.27.593-3.396.88-.248.058-.572.134-.782.001-1.603-.895-3.091-.302-4.312.347m.794 52.043c.343-.096.668-.191 1.011-.287.019.076.057.172.096.248-.344.096-.668.191-1.011.287l-.096-.267m-.89 7.267-.057-.363c.725-.153 1.43-.306 2.155-.459.019.076.039.133.058.209-.706.211-1.431.402-2.137.613m-2.481-1.142c-.019-.134-.058-.267-.096-.381.534-.096 1.087-.192 1.622-.269.038.172.057.343.096.515-.535.058-1.088.096-1.622.135zm-.243-55.133c1.106-.306 2.212-.631 3.338-.938.038.096.057.191.095.286-1.106.307-2.212.632-3.338.938zm-1.517 50.252c-.019-.114-.058-.247-.077-.362.286-.038.554-.077.84-.115l.076.305c-.286.058-.553.115-.82.172m-1.011-59.651c-.095.038-.21.076-.305.095-.382-.304-.706-.552-1.031-.819.649-.096 1.297-.192 1.927-.25-.191.325-.381.649-.61.974m-1.846 65.299c-.019-.095-.057-.191-.076-.286l1.335-.23v.248zm3.16-67.646c-.076.133-.133.286-.209.419-.42.058-.859.116-1.278.173-.077 0-.134 0-.21.02.572-.211 1.125-.421 1.697-.612zm-3.97-2.418s-.134.057-.21.076c.419-.267.839-.535 1.277-.821 0-.267-.02-.706-.078-1.678 2.674 2.686 4.693-1.397 7.67-.389-1.85.841-2.898 2.005-3.679 3.303-.611.134-1.202.268-1.812.402-1.221.287-2.347.422-3.207-.893m-2.957-80.132c.171-.916.285-1.641.418-2.327.972-.383 1.869-.727 2.956-1.147.401.304.935.704 1.47 1.104-1.868 1.655-3.476 2.445-4.825 2.37m-2.718 151.48c1.354-1.527 1.468-1.546 3.816-.461-1.164.134-2.328.288-3.816.461zm-4.33-139.783c.711-1.323 1.995-1.75 3.853-1.282-1.221.402-2.461.823-3.853 1.282zm2.175 139.995c-.115-.019-.23-.038-.344-.076.019-.115 0-.286.076-.324.076-.039.229.018.343.056-.019.115-.057.229-.075.344zm-1.927.536-.325-.115c.039-.114.038-.267.115-.305.076-.038.21.057.324.095-.038.115-.076.21-.095.325m-3.796.613c-.172-.057-.534.001-.553.077-.095 1.106-.648.802-1.069.211-.496-.705-.211-1.297.495-1.469 1.278-.306 2.575-.498 3.987-.766-.59 1.469-1.181 2.594-2.86 1.928m.898 2.135c-2.708.728-5.436 1.436-8.164 2.106-1.03.249-2.098.307-3.128.556-.763.191-1.469.535-2.232.822.153.458.249.763.364 1.125-.973.268-1.87.517-2.766.784.229-.305.457-.629.648-.877-.439-.362-.535-.515-.649-.534-1.184-.227-1.468 1.871-2.899 1.052-.878.649-1.774 1.279-2.632 1.948-.553.42-.074 1.621-1.047 1.755-.059-1.049-.212-2.117 1.161-2.862-2.195-.131-2.249 2.653-4.215 2.026 0-.229 0-.534.018-.782-1.125.535-2.212 1.127-3.375 1.586-.706.287-1.469.65-2.328.021-.191-.133-.515.001-.782-.075-1.412-.285-1.792 1.775-3.548 1.205-1.05-.343-2.346.555-3.49 1.147.286.038.591.076.992.114-.592.172-1.068.439-1.545.402-1.775-.132-3.186.327-4.578 1.511-1.163.992-2.803 1.623-4.579.462-.286-.191-.801-.171-1.125-.037-1.946.783-3.872 1.662-5.817 2.427-.649.249-1.393.306-2.08.441-.19.038-.534-.095-.572 0-.705 1.469-2.06.727-3.186.785-.305 0-.801.134-.858.344-.418 1.755-1.983 1.547-3.184 1.929-.306.096-.63.173-1.012.135l2.537-1.147c-.057-.133-.115-.267-.191-.381-1.659.688-3.816.309-5.073 2.732-.515-.362-1.012-.743-1.718-1.238-.343.191-.896.516-1.755 1.031.21-.591.247-1.068.457-1.163 1.24-.535 2.384-1.204 3.891-1.263 1.603-.078 3.109-.975 4.635-1.549 3.491-1.3 6.962-2.657 10.49-3.862 1.431-.497 2.976-.67 4.464-1.015.382-.096.82-.172 1.087-.44.763-.725 1.564-.84 2.595-.422 1.107.438 1.965-.211 2.708-.861.496-.42.667-.82 1.602-.478.745.266 1.755-.593 2.671-.899.61-.21 1.22-.458 1.869-.497 1.03-.02 1.927-.078 2.747-.861.457-.439 1.373-.326 2.079-.479 1.927-.44 3.739-1.243 5.857-1.131 1.011.057 1.964-.65 2.975-.899 6.448-1.551 12.895-3.082 19.324-4.614 1.583-.383 3.185-.728 4.768-1.092l.134.42c-.534.191-1.049.401-1.602.535m-56.801 18.877c.266-.458.552-.916.819-1.374.133.114.267.229.382.343-.076.687-.629.859-1.201 1.012m-22.034 3.53c-1.202.516-2.269 1.318-3.509 1.739-1.259.439-2.652.593-4.311.919 1.715-1.928 3.985-1.911 5.816-2.79 2.346-1.127 4.845-1.683 5.856-1.397-1.048 1.488-2.67.975-3.871 1.51m-2.592 3.702c-.171-.057-.324-.095-.477-.19-.019 0 .019-.324.076-.325.153 0 .325.057.496.076-.038.191-.057.325-.076.439m-5.328-5.068c.534-.191 1.068-.401 1.583-.592.058.133.096.267.134.381-.553.153-1.087.306-1.64.459l-.096-.248m-6.681-3.35c-.057-.152-.115-.324-.191-.476 1.754-.994 3.776-1.263 5.818-1.455-1.888.65-3.758 1.3-5.646 1.95m3.805 8.14c.076-.096.152-.286.209-.267.134.038.268.152.401.247-.095.077-.19.21-.286.229-.095 0-.21-.133-.305-.19m.003 2.994-.077-.286c.248-.057.515-.115.763-.172.019.076.057.152.077.247-.248.077-.515.154-.763.211zm-1.259.402c-.096-.058-.21-.134-.306-.191.076-.076.153-.172.248-.229.038 0 .172.076.172.076-.019.115-.076.229-.114.344zm8.082-7.865c-.229.286-.457.572-.686.859l-.363-.362c.267-.248.553-.497.82-.745zm-13.439-7.234c.019-.248.038-.496.076-.725 1.545-.669 3.051-1.395 4.634-1.969 3.586-1.319 7.21-2.562 10.834-3.805.4-.134.916-.115 1.335-.001 1.451.456 1.584.437 2.156-.822.742-1.66 1.848-2.233 3.509-1.472 1.088.514 1.966.36 2.938.073 2.27-.65 4.54-1.282 6.81-1.932.057.152.115.305.172.438-1.812.65-3.586 1.358-5.436 1.932-4.864 1.53-9.766 2.908-14.592 4.552-2.098.708-4.215 1.454-6.026 2.867-1.525 1.183-3.586.747-5.399 1.035-.305.038-.667-.114-1.011-.171zm-1.712 5.17c-.038-.153-.077-.305-.115-.458l2.022-.574s.038.076.057.114c-.648.306-1.297.612-1.945.918m-.165 6.846c-.039-.114-.096-.229-.134-.343.667-.191 1.335-.383 2.022-.574 0 .038.038.076.057.114-.648.268-1.297.516-1.945.784m-1.976-10.563c1.259-.764 1.297-.764 3.397.187-1.163 1.336-1.163 1.317-2.366.25-.267-.247-.687-.304-1.05-.437m-2.964 12.379s-.058-.19-.096-.266l1.583-.441.096.267c-.534.153-1.068.306-1.583.44zm8.072-18.334c-.457 1.259-1.621 1.05-2.422 1.547-.095-.172-.191-.362-.286-.534zm12.338-27.13c.057.21.115.4.172.572-.458.153-.915.306-1.392.478.4-.344.781-.668 1.22-1.05zm2.215 21.681c.038.172.057.324.096.496-.458.057-.916.134-1.355.192l-.077-.305c.458-.134.897-.249 1.355-.383m13.658-3.369c-.934.82-1.812.955-2.823.67.82-.325 1.468-1.165 2.823-.67zm3.109-.995c-.458.363-.934.745-1.716 1.356.59-1.336.609-1.355 1.716-1.356zm.972-.516c.039.133.077.248.115.381-.324.039-.649.058-.973.097.286-.153.572-.325.858-.478zm1.949 2.802c-.305.419-.629.82-.934 1.24-.114-.114-.229-.248-.343-.362.113-.687.59-.935 1.296-.878m-2.245 6.905s.153-.076.172-.038c.076.076.134.191.191.305-.114.038-.229.057-.324.096 0-.115-.038-.229-.02-.344m-9.023 1.859s.096-.191.134-.286c.133.114.286.209.401.342.019.019-.095.191-.172.363-.133-.133-.286-.267-.382-.4m-4.387.862c.706-.058 1.412-.116 2.118-.173.019.209.038.419.057.629-.706-.019-1.412-.056-2.137-.074 0-.134-.019-.248-.038-.382zm16.256.29c.496.057 1.145-.097 1.45-.44.724-.821 1.735-.803 2.632-1.147 1.392-.516 3.014-.403 4.215-1.415 2.919.073 5.15-2.007 8.011-2.201.191 0 .439.019.592-.077 2.059-1.451 4.52-1.739 6.924-2.199.839-.154 1.697-.307 2.518-.537.553-.153 1.011-.325.992.609.42-.038.859-.096 1.279-.134-.572.42-1.087.954-1.735 1.184-.496.172-1.145-.075-1.947-.151-.667.382-1.563 1.051-2.574 1.395-1.793.631-3.682 1.033-5.513 1.607-1.297.402-2.555.994-3.853 1.396-4.673 1.415-9.403 2.659-14.038 4.17-4.902 1.588-9.728 3.366-14.572 5.106-1.622.574-3.185 1.281-4.788 1.893-.343.134-.724.096-1.335.154.532-1.908 1.6-2.767 3.241-2.998 0 .267 0 .534.001.935 1.66-.002 2.899-.937 3.928-1.93.915-.878 1.429-1.966 2.938-.766.229.191.935-.077 1.24-.344.877-.764 1.926-.975 3.051-1.166 1.164-.192 2.251-.67 3.682-1.148-.516-.381-.726-.514-.917-.667.057-.076.114-.21.21-.267 1.335-.688 2.746-1.032 4.33-.881m2.604-10.263c-.953.631-1.888 1.28-3.129.366 1.05-.116 2.099-.231 3.129-.366zm-1.638-197.3404c.191.1524.573.419.554.4571-.171.3244-.4.5916-.629.8779-.152-.1143-.324-.2095-.477-.3238.19-.3434.362-.6868.552-1.0112zm2.855 192.7814c-.515.573-.839.955-1.182 1.317-.211-.934.037-1.392 1.182-1.317zm1.285 7.322c-.227 1.335-.915.955-1.64.459.553-.153 1.087-.306 1.64-.459zm3.049-4.656c-1.545 1.413-3.376 2.006-5.455 1.855.495-.382.934-.935 1.506-1.107 1.278-.402 2.613-.594 3.949-.748zm-1.497-28.414s.401.152.439.286c.058.21.039.439.039.763-.19-.076-.362-.133-.515-.19-.191-.172-.286-.248-.382-.324.134-.191.248-.42.419-.554m3.637-168.7969c-.916.7637-1.717.4212-2.595-.1691.66-.5982 1.525-.5418 2.595.1691zm-.038 200.7559-.878.001-.038-.172c.267-.076.534-.153.801-.229.038.133.076.267.096.4m-1.424-32.304c-.019-.134-.038-.267-.058-.4.306-.02.611-.039.897-.078.21.115.439.229.649.343-.496.039-.992.077-1.488.116m2.989 33.657c-.61.363-1.048 1.183-2.537.383 1.03-.363 1.698-.592 2.365-.822.058.153.115.286.172.439zm.875-203.2936c.039.1144.058.2097.096.3241-.286.0957-.572.1722-.858.2488-.019-.1526-.058-.3051-.077-.4576.286-.0385.572-.0769.858-.1344m5.113 199.3967c1.659-.592 3.338-1.166 4.997-1.759.134.134.287.267.42.4-.324.401-.609 1.164-.972 1.165-2.824.059-4.997 1.511-7.018 3.057-.802-.304-1.546-.589-2.634-1.008 1.888-.688 3.547-1.281 5.188-1.874m3.248-235.1811c.039.1144.096.2097.134.3241-.476.2102-.972.4014-1.449.6116-.038-.1525-.096-.2859-.134-.4385.477-.172.973-.3442 1.449-.4972zm2.848 225.9071c-.343.096-.705.192-1.068.306-.057-.114-.095-.209-.153-.324.344-.153.706-.324 1.049-.477.058.171.115.324.153.495m.564-189.6762c-1.373.3446-2.728.6891-4.101 1.0337 1.048-1.1262 1.468-1.241 4.101-1.0337zm.785-36.9786c-.114.6485-.171.9346-.228 1.2207-.476.0958-.972.1726-1.449.2684-.058-.1334-.115-.2669-.172-.4003.514-.2866 1.01-.5922 1.849-1.0888zm2.672.6649c0 .2479.077.6293.001.6484-.878.2297-1.793.4022-2.69.5556 0 0-.115-.3813-.192-.6291.954-.1916 1.908-.3833 2.862-.5749m4.267 33.3314c-1.277 1.4887-2.555 1.5852-3.948 1.3768 1.049-.7257 2.098-1.4323 3.948-1.3768zm.392 190.6675c1.411-.097 1.409-2.328 2.974-2.006.477.095.898.591 1.585 1.086-1.64.974-2.86 2.139-4.52 2.483-.152-.133-.286-.247-.439-.381.133-.4.209-1.163.381-1.182m9.379-188.9033c-.344-.3429-.688-.6859-1.012-1.0288.171-.1337.343-.2864.495-.42.287.3811.573.7622.86 1.1624-.114.0955-.229.21-.343.3055m-1.723 34.3482c.153-.21.305-.401.458-.611.038-.019.076-.038.133-.057.382.285.764.59 1.146.876-.115.057-.248.095-.363.153-.458-.114-.916-.228-1.374-.342m.152 159.849c-.019-.114-.038-.229-.076-.343.629-.115 1.259-.23 1.888-.364 0 .057.039.114.058.171-.63.173-1.259.364-1.889.536m-4.655.519c.744-.458 1.507-.745 2.862-.25-1.164.325-1.946.555-2.728.765-.038-.171-.076-.362-.134-.534m-2.803 1.033c.324-.039.629-.058.953-.096.02.095.039.19.058.286-.305.095-.591.172-.897.248l-.115-.457m-2.435-193.3354c.114-.1146.21-.2672.362-.3437.057-.0191.21.0952.306.1523-.096.1336-.191.2672-.286.3817-.172-.0952-.267-.1523-.382-.2094m-.63 199.6505c1.678-.345 3.357-.728 5.074-.901 1.45-.135 2.747-.441 3.49-1.51 1.26.304 2.29.532 3.493.817-.153.248-.229.553-.42.61-2.117.708-4.253 1.396-6.389 2.047-.592.191-1.164.516-1.927.002-.344-.229-1.05.001-1.469.211-.82.42-1.526 1.05-2.462.002-.038-.038-.381.21-.61.344-.345-1.201.418-1.469 1.22-1.622zm-3.579-11.649c.508-.585 1.226-.84 2.155-.765-.725.249-1.45.517-2.155.765zm3.726 6.08c-.686.726-1.392 1.394-2.67.746zm7.918-200.1912c1.011-.1726 1.927-.2879 2.098-1.1844 1.851-.1924 3.453-.3465 5.056-.5197.038.1335.057.267.095.3814-3.357 1.0139-6.695 2.0087-10.052 3.0227-.076-.2288-.172-.4576-.248-.6863 1.01-.3443 1.983-.841 3.051-1.0327m6.618 37.1812s.096-.076.153-.114c-.344-.305-.535-.496-.745-.667-.134-.095-.267-.191-.42-.305.343-.172.706-.325 1.049-.478.534.267 1.05.571 1.623.895-.554.229-1.107.44-1.66.669zm1.804 151.247c-.172 0-.343-.095-.515-.152.057-.095.114-.286.19-.286.172-.019.344.038.554.076-.115.171-.172.381-.229.362zm2.185-190.1356c-.61.0005-1.221-.0179-2.022-.0362.559-.7253 1.233-.7132 2.022.0362zm3.188 1.351c-.172.3625-.324 1.0491-.495 1.0493-1.183-.0179-2.099.5169-3.014 1.0899-.172.1146-.611-.1901-1.241-.4184 1.43-1.0884 2.823-1.6427 4.272-2.0637.153.1143.306.2286.478.3429zm-1.634 187.4466c.515-.039 1.049-.097 1.85-.155-.953.993-.972 1.012-1.85.155zm.299 14.455c.096.152.287.305.268.438 0 .153-.152.344-.305.401s-.343-.019-.859-.095c.534-.458.706-.61.877-.763m-2.226-13.653c.362-.839 1.049-.897 1.831-.802-.61.267-1.221.535-1.831.802zm-1.308-151.667c1.029-.821 2.078-1.642 3.279-2.596.21.4.382.724.554 1.067-1.277.516-2.536 1.032-3.814 1.548m-2.507 152.834c.115-.133.21-.286.343-.4.019-.001.172.152.325.285-.133.115-.248.268-.4.344-.038.019-.191-.152-.287-.229m4.592 13.288c-.113 1.469-1.296 1.127-2.117 1.185-.782.077-1.66-.457-2.289.479-.171.248-.954 0-1.45.001 1.048-1.336 4.387-2.045 5.856-1.665zm2.838-205.9266c0 .3242.02.6674.039 1.0107-.134-.038-.267-.076-.401-.114.114-.2862.248-.5915.362-.8776m1.793-.2306c-.744.0579-1.259.0966-1.736.1352.419-.3628.801-.8018 1.736-.1352zm2.027 205.1781c-.552 1.031-1.392 1.051-2.327.651.725-.211 1.469-.421 2.327-.651zm-.377-14.912c-.629.248-1.259.516-1.888.764-.095-.152-.191-.286-.287-.438.4-.859 1.125-.936 2.175-.326zm.12-154.701c.458.209.859.38 1.241.552-.82.325-1.64.669-2.48.994.458-.497 1.03-.974 1.22-1.546m2.566 29.233c-.286.191-.534.343-.763.496-.096-.114-.306-.267-.268-.343.077-.152.267-.324.458-.382.133-.038.305.114.573.229zm.607-63.4869c.077.3623.172.7436.306 1.2965-1.049-.0562-1.946-.0935-2.862-.1308-.019-.0762-.038-.1716-.057-.2478.839-.2869 1.678-.5928 2.632-.9179m-.254-6.1596c-.362.1148-.744.2296-1.106.3253 0-.1335-.039-.286-.058-.4195.382.0378.763.0565 1.164.0942zm6.2-1.4743c-.076 1.2015-.743 1.2784-1.468 1.2219-1.012-.0562-1.813.0399-2.48.9749-.648.897-1.182.6305-2.118-.7417 1.677-1.6226 3.776-1.6246 6.066-1.4551zm-3.151-2.6478c.61-.0769 1.049-.268 1.469-.1921.63.1329.916.6284.726 1.277-.304 1.0873-1.068.7257-1.946.3833.21-.3244.381-.6106.591-.9541-.21-.1333-.42-.2666-.84-.5141zm2.267-3.206c.859-.4395 1.64-1.0123 2.517-1.5662.364.915.078 1.2776-.59 1.5834-.991.4396-1.926.9744-2.879 1.4902-.61.3439-1.164.3253-1.775-.3797.705-.8588 1.869-.6883 2.708-1.1277m.489 12.4526c1.169-.9292 2.13-1.267 2.88-1.0135-.915.3251-1.907.6693-2.88 1.0135zm3.294-7.5169s.172.1333.286.2476c-.057.0954-.095.2099-.152.3243-.134-.1142-.267-.2095-.401-.3238.095-.0764.152-.2099.267-.2291m11.684 7.3501c.076.1716.153.3432.229.5147-2.555 1.4518-5.321 2.408-8.259 3.002 2.67-1.1659 5.36-2.3317 8.049-3.5167m-2.607-12.7176c-.42.153-.839.2869-1.412.4972.056-1.2015.897-.6111 1.412-.4972zm1.515 8.8664c.496-.2102 1.068-.6113 1.374.1513.306.7625-.399.8204-.914.9734-.878.2679-1.736.5929-2.614.8989-.114-.1525-.21-.2859-.324-.4384.381-.3627.724-.8016 1.163-1.0881.381-.2483.877-.325 1.296-.5161m-17.147 5.5277c.012-.8137.66-1.1512 1.945-1.0126-.61.3248-1.22.6305-1.945 1.0126zm-2.139-2.5725c.457-.9667 1.251-1.4124 2.383-1.3372-.705.4011-1.411.8023-2.383 1.3372zm-.069 7.7236c-.039-.1334-.096-.2478-.134-.3813.477-.0767.973-.1534 1.45-.2302.019.1144.057.2097.076.3241-.458.0958-.915.1916-1.392.2874zm2.915 136.5812c-.114.019-.21.057-.324.076.095-.038.191-.076.286-.095l.019-.001m-.258-110.7993c.306.2667.592.5143.821.7239 1.602-.4783 3.186-.9566 4.769-1.4349-2.689 1.0896-5.379 2.1793-8.068 3.2683.286-.61.59-1.259.895-1.9265.534-.2103 1.049-.4015 1.583-.6118m6.696 99.6183s.153-.057.21-.076l.077.19c-.248.077-.515.172-.763.249.171-.134.324-.248.476-.382m9.956-84.607c1.126.324 1.737.495 2.691.761-.934.668-1.716 1.241-3.165 2.272.208-1.354.322-2.041.474-3.033zm9.232 77.819c.248.018.477.171.726.266-.153.134-.286.248-.534.458-.191-.114-.401-.228-.592-.343.133-.133.305-.381.4-.362m6.83-.484c-1.83 1.585-3.336 2.311-5.759 2.561 1.563-1.756 3.203-2.234 5.759-2.561zm-4.365 3.857c1.811-1.718 3.47-2.635 6.047-1.36-2.137.479-3.911.881-6.047 1.36zm7.174 20.57c-1.544 1.241-3.261 1.949-5.417 1.15.896-.249 1.793-.555 2.708-.747.897-.191 1.813-.268 2.709-.384m3.127-42.111c.115.21.249.439.364.649-.821.267-1.641.554-2.461.822-.057-.095-.134-.191-.191-.286.763-.401 1.526-.783 2.288-1.185zm.952 17.811c-.458.039-.915.078-1.392.116-.02-.114-.039-.229-.058-.343.458-.115.916-.249 1.354-.364.02.21.058.401.096.611m2.898-3.016c-.686 1.373-1.392 1.546-2.271.307.916-.134 1.584-.211 2.271-.307zm-1.037-26.927c.419-.325.819-.706 1.258-1.031.038-.019.076-.057.114-.095.477-.02 1.107.018 1.966.15-.515.096-1.049.211-1.736.345-.152.611-.304 1.24-.627 2.556-.593-.896-1.013-1.219-.994-1.563 0-.133.019-.267.038-.381m3.845-29.83c.61-.268 1.239-.535 1.869-.784.057-.019.191.134.267.21-.572.324-1.163.668-1.754.993-.077.038-.21 0-.592.001.114-.267.114-.401.191-.42m-.575 58.395c-.763.248-1.525.516-2.498.841.661-.738 1.493-1.018 2.498-.841zm-2.553-16.99c1.169-.802 2.333-1.038 3.491-.709-.827.509-1.99.746-3.491.709zm6.186-15.091c-1.106.211-1.946.384-2.842.556.725-.287 1.449-.554 2.193-.822.21.076.42.171.649.247m.871 12.433-1.03.879c-.114-.076-.21-.172-.324-.267.362-.286.724-.573 1.086-.84zm3.813-42.416c.191.171.382.324.573.495-.419.325-.839.63-1.277.955l-.401-.343 1.086-1.107m3.486 74.238c-.266.725-.476 1.24-.704 1.603-.706.21-1.412.421-2.098.65-.306-.057-.668-.152-1.088-.266 1.411-.726 2.46-1.261 3.89-1.987zm3.536-33.396c-.419.268-.858.535-1.277.822-.096-.077-.21-.172-.306-.248.362-.344.744-.668 1.106-1.012.153.153.325.286.477.438zm1.294-3.968c-1.733 3.359-4.92 2.446-7.305 2.944 2.289-.917 4.578-1.835 7.305-2.944zm1.053 43.709c.133-.229.286-.439.438-.63.916-.248 2.003-.726 3.319-1.433 1.107.857 1.032 1.735-.227 2.613-.171.115-.362.229-.534.363-.992.23-1.965.459-2.937.689-.001-.248-.039-.515-.058-.839-.63.497-1.087.878-1.487 1.203-.077 0-.153.038-.229.057.59-.668 1.296-1.24 1.753-2.004m5.397-43.028c-.476.782-.914 1.603-2.441.975.801-.325 1.621-.65 2.441-.975zm7.972-2.983c-2.236 2.927-4.429 3.946-6.579 3.058 1.183-.154 1.907-.269 2.88-.403-.077-.782-.154-1.45-.231-2.117-2.079.097-3.07 1.185-4.004 2.35-.401-.401-.802-.782-1.318-1.296 2.764-2.844 5.912-3.019 9.252-1.611m5.867 9.587c-1.677 2.023-3.547 2.349-6.486 1.322 2.499-.517 4.33-.881 6.486-1.322zm-2.239-6.749c.058.229.096.477.153.706-1.011.191-2.022.364-3.033.556-.057-.21-.095-.401-.153-.61.915-.516 2.003-.536 3.033-.671m1.902 33.772c-1.373.269-2.728.537-4.101.805 1.087-.764 2.651-.803 3.776-1.643.172.305.268.591.325.838zm1.744-11.653c-1.258.42-2.117.707-3.128 1.051.585-.712 1.627-1.063 3.128-1.051zm3.995 6.899c.038.115.076.229.114.344-.953.248-1.888.478-2.842.727-.019-.057-.038-.095-.057-.133.935-.306 1.85-.632 2.785-.938zm-1.104-16.38s.115.171.172.267c-.705.363-1.392.745-2.097 1.108-.096-.21-.191-.439-.268-.648.725-.249 1.469-.498 2.193-.727zm12.294 6.51c-1.068.173-1.143 2.271-3.281.9 2.346-1.109 4.253-2.388 6.81-1.628-1.183.249-2.346.536-3.529.728zm-2.682 8.451s-.153-.171-.229-.248c.4-.267.781-.553 1.182-.821.095.115.21.229.305.343-.419.249-.82.478-1.239.726m3.892-.366c-.59 1.221-1.391 2.175-3.738 1.853 1.545-.764 2.632-1.318 3.738-1.853zm.746-17.508c.134.172.249.363.382.534-.553.363-1.124.745-1.677 1.127 2.938.607 5.418-.444 7.992-1.781-.972.744-1.944 1.47-3.222 2.444 1.221-.116 2.099-.193 3.663-.347-3.395 1.453-5.225 3.145-5.49 5.078-1.775-.818-3.455-2.037-5.839-.681 1.392-1.031 4.254-1.186 2.992-3.531-1.965.269-3.739.5-5.494.73-.019-.152-.058-.324-.077-.477 2.25-1.032 4.52-2.064 6.77-3.096zm-4.635-18.837c.573-.096 1.183-.192 1.793-.288.039.153.077.325.115.477-.629.096-1.24.211-1.869.288-.076 0-.191-.095-.21-.172 0-.057.076-.152.152-.324m6.995-7.463c.192.496.421 1.048.689 1.773 1.564-.459 3.071-.899 4.864-1.416-1.01 1.851-2.249 2.805-4.424 2.464-1.413-.227-2.633.003-3.815.976-.687.573-1.755.841-3.014.823 1.868-1.508 3.717-3.016 5.7-4.639m-1.864 5.646c0-.19.038-.381.056-.572.745 0 1.508-.001 2.252-.002l-.038.496c-.744.02-1.507.04-2.251.059m.568 15.314c1.947.646 3.854.663 5.857-.387-2.65 2.481-4.882 2.827-7.803.732.648-.134 1.469-.517 1.946-.345zm-3.443-8.712c-.534.172-1.087.363-1.621.535-.058-.191-.115-.381-.153-.591.553-.115 1.125-.23 1.678-.345.039.134.077.248.096.381m-1.452-1.867c-.038-.267-.096-.515-.153-.782 1.278-.306 2.575-.613 3.853-.919.058.343.115.687.173 1.03-1.297.23-2.595.441-3.873.671zm15.066-7.852c-1.526.611-3.033 1.223-4.54 1.816-.076-.191-.172-.363-.248-.553 1.564-.517 3.109-1.033 4.673-1.568.038.095.076.19.115.286m4.22 3.886c-1.736.497-2.995.842-4.234 1.205.799-1.653 2.211-2.055 4.234-1.205zm2.668-2.863c-1.734 1.813-3.222 1.452-5.494.444 2.156-.174 3.568-.29 5.494-.444zm-39.157 74.107c-.133.496-.228.84-.323 1.202 1.088.8 1.697-.707 3.014-.346-.857 1.183-1.83 1.794-2.994 1.986-.896.153-1.831.154-2.766.212-.133.001-.362.02-.382-.037-.86-1.735-2.251-.513-3.473-1.065 2.289-.651 4.501-1.263 6.924-1.952zm-1.919 8.05s.095.19.153.286c-.287.076-.573.153-.859.248-.019-.076-.057-.133-.076-.19.267-.115.515-.21.782-.325m-183.941 68.543c-.343-.057-.706-.095-1.049-.152l.037-.782c.382.095.764.209 1.145.304-.038.21-.076.42-.133.611m-5.683 2.351c-.555-1.582.742-1.66 1.372-1.966.648-.324 1.525-1.355 2.404.17-1.221.573-2.384 1.127-3.795 1.815m2.16 4.232c.439-.191.896-.364 1.335-.555l.115.248c-.439.21-.878.401-1.297.612-.058-.115-.096-.21-.153-.324m-1.276 2.9c.457-1.393 1.812-.803 2.804-1.433-.953 1.03-1.22 1.164-2.804 1.433zm-4.081 1.987c-.076-.172-.172-.324-.248-.496.685-1.088 1.849-1.127 2.917-1.338.077.134.134.267.211.401-.954.477-1.907.955-2.88 1.433zm2.553-3.607c-.533.56-1.436.815-2.708.765.877-.248 1.774-.497 2.708-.765zm-1.15-5.911c.153.076.286.172.439.267-.057.095-.114.286-.152.286-.153-.019-.306-.114-.478-.19.096-.172.172-.363.191-.363zm-5.435 2.713c.494-2.136 2.708-.612 3.489-2.139-.342 1.621-.666 1.793-3.489 2.139zm-1.946.727c-.057-.114-.134-.248-.191-.362.267-.077.515-.153.782-.23.038.076.077.153.115.229-.229.115-.477.229-.706.344m-5.588 1.969c-.058-.152-.115-.324-.192-.476 1.469-.421 2.938-.823 4.369-1.225-.362 1.221-1.334 1.642-4.177 1.701zm2.22 7.15c-.115-.076-.229-.42-.172-.553.38-.821.991-.554 1.755-.192-.343.953-.839 1.202-1.583.745zm-7.687 2.868c.877-1.069 2.136-1.108 3.204-1.472h-.019c.744-.821 1.755-.993 2.918-1.109-.704 2.003-3.431 3.15-6.103 2.6m1.921-6.524s.058.133.077.19c-.363.096-.706.192-1.068.307 0-.039-.039-.096-.058-.134.343-.115.687-.229 1.049-.363zm-3.98 7.517s-.191-.285-.287-.457c.305-.153.591-.287.896-.44.077.172.172.344.249.515-.286.134-.572.287-.877.382m-2.405-281.7269c-.687.4774-1.105 1.6602-2.575.8224.915-.8971 1.715-1.6989 2.63-2.5961.611.8195.517 1.3917-.036 1.7736m-3.053 260.621-.038-.114c.572-.172 1.163-.325 1.755-.497l.038.114c-.592.172-1.164.325-1.755.497zm-3.772 26.264c-1.373.631-2.785 1.185-4.177 1.797-.724.306-1.411.707-2.136.994-.724.305-1.507.516-2.689.917-.933 1.622-3.261 1.758-5.13 2.618-3.814 1.777-7.743 3.288-11.634 4.912-7.61 3.173-15.201 6.384-22.81 9.538-4.33 1.797-8.659 3.575-13.065 5.2-4.177 1.549-8.412 2.907-12.627 4.341.896-.573 1.773-1.184 2.727-1.681.667-.344 1.488-.459.972-1.355.896-.42 1.621-.783 2.365-1.108.362-.153.743-.306 1.125-.345 2.48-.269 4.52-1.663 6.828-2.39.63-.21 1.106-.878 1.411-1.165 1.278.018 2.347.036 3.492.054-.02-.705-.039-1.125-.059-1.754.458-.058 1.125-.402 1.412-.154 1.069.857 1.812.265 2.556-.231 1.754-1.127 3.489-2.292 5.206-3.457 1.163-.783 1.506-.802 2.957.131-.001-1.278.456-1.755 1.468-.955.381-.477.648-1.069 1.106-1.26.419-.191 1.03.037 1.507.075.381-.63.743-1.221.838-1.412 1.545-.211 2.843-.079 3.797-.595 1.983-1.07 4.119-1.644 6.179-2.447 2.136-.841 4.311-1.568 6.428-2.409.782-.306 1.506-.802 2.231-1.261.877-.554 1.601-1.317 2.899-.746.783.342 1.087-.497 1.106-1.317.992.342 1.698.284 2.632-.384 1.526-1.088 3.433-1.605 5.245-2.236 2.365-.823 4.788-1.492 7.172-2.257.4-.134.763-.44 1.297-.459-.229.267-.4.629-.686.763m-66.043 32.235s.077.076.115.114c-.592.249-1.164.516-1.755.765l-.115-.267c.573-.21 1.164-.421 1.736-.631m-14.44 3.16c3.852-1.338 7.705-2.677 11.558-4.015-3.661 1.815-7.495 3.268-11.558 4.015zm-9.33-.086c.991-.402 1.926-.898 2.956-1.185 4.196-1.129 8.01-3.345 12.436-3.75-.324.21-.61.458-.972.573-4.75 1.587-9.518 3.137-14.42 4.362zm4.389 1.655c-.648.191-1.316.363-1.964.555v-.076c.648-.192 1.316-.383 1.983-.574l.001.095m12.37-12.846c-.286.248-.591.477-.877.725-.095-.114-.191-.248-.286-.362.324-.21.648-.439.972-.649.076.095.134.19.21.286m2.556-.689c.019.171-.114.343-.228.61-.21-.171-.458-.305-.458-.419-.001-.172.133-.382.266-.458.076-.038.401.171.42.267zm-17.57 2.286c-.229-.343-.42-.667-.784-1.22 2.518-.765 5.017-1.53 7.497-2.296 1.831-.554 3.834-.747 5.187-2.331.21-.248.534-.516.82-.497 1.431.113 2.862.245 4.294.492 1.011.171 1.621-.154 1.849-1.28 0-.057-.305-.228-.554-.4 1.564-.974 3.265 1.637 4.598-.214.727 1.296 1.243 2.23 1.72 3.088-1.201.345-2.193.498-3.09.899-.839.383-1.563.994-2.46 1.319.743-1.508 2.135-2.176 3.413-2.998-2.213.155-4.331.157-6.352 1.418-1.812 1.126-3.967 1.987-6.372 1.608-.496-.076-1.068.153-1.506.401-1.469.822-2.88 1.777-4.348 2.598-.439.248-1.03.192-1.545.288-.744.153-1.488.363-2.251.44-.706.077-1.431.002-2.29.003.247-1.316 1.335-.955 2.193-1.318m2.258-13.218c-.572.439-1.183.554-1.851.287l-.057-.476c.629.056 1.278.132 1.908.189zm1.43-.688c.058.19.096.362.153.553-.496.038-.973.077-1.469.115.439-.21.878-.439 1.316-.649m-.55 2.746c.101-.724.495-1.055 1.182-.992-.401.343-.725.63-1.182.992zm3.058 6.215c-.572.172-1.163.325-2.174.612.8-.973 1.525-.631 2.174-.612zm1.079-9.384c-.304 1.163-.781 1.316-1.621 1.069-.058-1.182.648-1.068 1.621-1.069zm5.002 2.913c.114.229.248.476.363.705-.744.344-1.507.669-2.251 1.013-.095-.191-.191-.362-.286-.553.724-.401 1.43-.783 2.154-1.184m5.665-1.76c.077.152.153.286.23.438-.305.344-.629.707-1.048 1.165-.268-.439-.44-.725-.727-1.182.592-.172 1.069-.306 1.545-.44m-.253-6.102c.076.133.133.266.21.419-.42.21-.839.439-1.278.649-.076-.171-.134-.362-.21-.533.419-.172.858-.344 1.278-.516m4.222 6.537c.42-.287.763-.516 1.145-.764.166.826-.216 1.081-1.145.764zm1.655-6.085c-.248.362-.476.935-.629.897-1.355-.361-2.194.536-3.166 1.071-.267.152-.611.191-.916.267 1.83-1.692 3.4-2.437 4.711-2.235zm-.023-3.452s.096.191.153.286c-.229.115-.458.248-.686.363-.058-.095-.096-.191-.153-.267.229-.134.457-.248.686-.382zm1.362 7.856c.077.114.134.209.211.324-.267.21-.515.401-.763.611-.096-.172-.191-.324-.287-.496.286-.153.553-.286.839-.439zm.789 6.464c-.057.114-.114.21-.172.324-.114-.019-.229-.038-.343-.057.019-.114.038-.343.076-.343.133 0 .286.057.439.076zm-.23-1.087c.992-.42 1.907-.803 2.899-1.223-.317.992-1.284 1.4-2.899 1.223zm1.438-12.168c.839-.344 1.507-.765 2.059-1.661.61-.993 1.831-1.528 2.974-2.406-.138 1.119-1.155 2.194-3.049 3.226.992-.001 1.564.017 2.137.036-1.716 1.641-3.604 2.578-6.085 1.55.648-.248 1.316-.478 1.945-.745m4.631 14.241c-.286.153-.591.287-.896.439-.077-.152-.153-.304-.23-.457l.858-.516c.096.172.173.363.268.534zm-.158-6.045c1.049-.287 2.098-.593 2.994-.842-.705 1.011-.914 1.107-2.994.842zm6.684-13.146c-1.448 1.527-1.83 1.699-4.348 2.025 1.335-.63 2.689-1.242 4.348-2.025zm1.582-2.347c.362-.134.839-.116 1.106-.364 1.277-1.164 2.651-.803 4.083-.061-1.64.574-3.262 1.224-4.94 1.664-1.164.287-2.423.231-3.74.118 1.164-.459 2.308-.918 3.472-1.357m-.558-265.2715c.152.0761.267.2095.401.3238-.076.0954-.153.1718-.267.3244-.115-.1333-.267-.2476-.325-.4001-.019-.0382.191-.2672.21-.2482m8.283 263.6236c-.724.897-.665 2.594-2.306 2.501-.039-.401-.096-.839-.154-1.278.304-1.431 1.545-1.012 2.479-1.223m1.068-.726c.172.344.363.687.631 1.201-.706-.209-1.183-.361-1.641-.513.343-.229.686-.458 1.01-.707m2.914-266.7807c-1.412.4972-2.48.8797-3.891 1.3578 1.525-1.2983 2.822-1.7509 3.891-1.3578zm-1.465 265.8457.419-.954c.115.095.229.171.344.266-.267.229-.515.458-.763.688zm.249.877c-.114.21-.496.343-.763.344-.305 0-.61-.191-.916-.305.095-.229.114-.591.286-.667.324-.134.725-.135 1.087-.173.115.286.382.667.306.801zm-4.108 13.238c-.725.421-1.068.612-1.431.822.058.076.134.152.191.248l1.546-.002c-1.754 1.718-3.967 1.835-6.276 1.742 1.449-1.699 3.452-2.254 5.951-2.79m-5.008-8.711c.706-.382 1.411-.764 2.117-1.146.096.229.21.438.306.648l-2.193.937c-.077-.153-.153-.286-.23-.439zm.198 7.285c-.285 1.125-1.201.916-1.983 1.013zm24.534-2.636c-.877.249-1.831.44-2.728.784-2.574.994-5.111 2.122-7.705 3.002-.553.191-1.393-.38-2.481-.723-.509.204-1.049.821-1.62 1.852-.153-.057-.363-.057-.496-.171-.153-.134-.249-.343-.363-.496-.801.287-1.583.574-2.48.918.742-2.308 4.5-3.494 8.221-2.773.228-.668-.25-2.06 1.334-1.661 0 .306-.018.611-.037.935.935.705 3.833-2.33 4.612-4.886 1.775-.365 3.396-.709 5.017-1.054-.59 1.564-2.135 1.737-3.623 2.158.879 1.048 2.386.341 2.368 2.134m3.261-2.444c-.229.152-.458.286-.687.439-.057-.095-.115-.171-.172-.267.21-.153.439-.324.667-.477 0 0 .134.19.211.286m-13.794.642c.954.419 2.099.36 3.013-.842.343-.439.992-.611 1.526-.821 3.986-1.549 7.953-3.135 11.978-4.608 2.784-1.032 5.626-1.912 8.43-2.849.725-.249 1.431-.497 2.156-.746.095.21.191.4.286.591-2.459 1.89-6.123 1.493-8.276 4.165-.478-.247-.917-.457-1.489-.742-.152.744-.285 1.335-.399 1.907-.839.401-1.64.784-2.708 1.3.19-.649.304-1.069.475-1.679-.668.077-1.259.058-1.793.211-2.518.766-5.055 1.512-7.534 2.391-.84.287-1.564.898-2.308 1.433-.629.439-1.086 1.221-1.773 1.432-3.338 1.052-6.714 1.971-10.09 2.927-.534.153-1.164.287-1.546-.551 3.644-.233 6.848-1.437 10.071-3.481m1.174-8.564c-.934.364-1.449.574-2.136.842.407-.535 1.119-.815 2.136-.842zm.681-267.8274c-.629 1.6025-1.583 1.3174-2.938 1.0326 1.068-.3633 1.793-.631 2.938-1.0326zm1.15 266.8534s.21.095.325.152c-.076.153-.153.306-.229.439-.172-.076-.267-.133-.382-.19.096-.134.172-.305.305-.401m4.5-3.78c.171-.058.572.476.878.743-.038.171-.057.343-.095.496-1.335.154-2.69.307-4.483.5 1.239-1.184 2.555-1.299 3.68-1.739m-1.339-264.3743c.039.0953.077.1906.134.2859-.419.153-.839.2869-1.259.4399-.038-.0954-.076-.1907-.134-.286.42-.1529.84-.2868 1.259-.4398zm11.045 258.3193c.039.153.077.305.134.458-1.106.192-2.232.383-3.338.594-.038-.095-.058-.21-.096-.305 1.107-.249 2.213-.479 3.319-.728m4.157-263.826c.19-.0765.553.0567.706.2091.114.1334 0 .4386.001.6674-.115.1527-.248.3054-.363.4581-.191-.2287-.439-.4382-.534-.686-.058-.2098.037-.6103.171-.6486m2.392 268.397c-.439.325-.858.649-1.296.974-.115-.191-.23-.362-.344-.553.476-.248.953-.497 1.43-.745.076.114.134.21.191.324m1.021-270.1357c.668-.4964 1.088-.0391 1.47.5708-.381.5343-.762 1.0877-1.431.3446-.172-.1906-.191-.8008-.039-.9154zm2.66 268.7207c.038.096.077.191.115.286-.668.192-1.355.383-2.022.574-.038-.095-.096-.19-.153-.286.687-.191 1.373-.382 2.06-.574zm.087 10.87c-.63.135-1.336.078-2.118.117-.305.496-.648 1.049-.934 1.526-2.308.518-4.731.482-6.179 2.657-1.011-.037-2.099-.055-3.453-.111 1.601-1.203 3.337-1.491 4.958-2.026.668-.23 1.546-.04 1.621-1.108 1.641-.078 2.517-1.566 3.89-2.139.763-.306 1.622-.402 2.442-.575.573.953.536 1.487-.227 1.659zm3.528-282.4763c.859.476 1.603.7422 1.07 1.5437-.172.2672-.782.5538-.954.4395-.916-.5712-.249-1.163-.097-1.9832m-33.843 306.2483c-1.639 1.718-5.148 3.247-8.391 3.555 1.601-1.336 6.655-3.401 8.391-3.555zm-59.915-4.977c-.038-.115-.095-.21-.134-.325.534-.191 1.068-.363 1.603-.535 0 0 .095.21.191.381-.553.153-1.107.325-1.66.479zm-7.312 14.92c-.077-.172-.153-.343-.23-.534 1.831-.707 3.643-1.415 5.474-2.122-.932 2.709-3.318 2.177-5.244 2.656zm-2.997-1.599c.133-.096.248-.21.4-.268.115-.038.248 0 .382 0 0 .057.019.095.038.152l-.82.135m-19.372-5.932c-.114.21-.419.325-.667.42-2.747 1.071-5.512 2.122-8.678 3.327 2.593-1.662 4.767-3.075 6.979-4.469.495-.306 1.048-.573 1.621-.707.305-.077.706.209 1.068.342-.095.362-.151.763-.323 1.068m-11.261-43.813c-1.201.535-2.403 1.07-3.604 1.605-.076-.057-.134-.095-.21-.172.475-1.754 2.727-1.204 3.871-2.139 1.03-.84 2.193-1.566 4.139-1.186-1.392.611-2.784 1.261-4.176 1.872m-1.919 48.728-.115-.191c.782-.344 1.545-.707 2.327-1.051.095.191.172.362.267.553l-2.479.708m-3.147 1.261-.134-.324c.458-.153.896-.306 1.354-.459l.115.267c-.439.172-.878.363-1.335.535m-.95-55.322s0-.058 0-.096c.515-.153 1.049-.325 1.564-.478.268.114.516.266.688.438.191.21.305.457.401.762-.687.249-1.354.498-2.041.746-.401-.247-.573-.877-.612-1.372zm-2.305 3.93c.573.362 1.012.648 1.68 1.067-1.697.612-1.717-.075-1.68-1.067zm8.791-6.015c.133-.039.267-.077.419-.134l1.336.418c-.095.134-.171.267-.267.401-.209.076-.4.153-.61.229-.363-.133-.744-.266-1.069-.437-.057-.038.076-.267.19-.496m4.551 49.731c.095.115.191.21.267.305-.248.248-.515.497-.762.745-.096-.096-.172-.21-.268-.305.248-.248.496-.496.763-.764m4.807-1.168c-.82.402-1.66.803-2.48 1.204-.076-.133-.153-.286-.248-.419.591-.802 1.544-1.012 2.422-1.318.095.171.191.362.287.533m-.214-4.214c-.973.459-1.965.898-2.937 1.357-.096-.153-.172-.324-.268-.477.59-1.411 2.098-.65 3.205-.88zm-21.805-36.747c.018-.21.209-.439.495-.706.439-.134.877-.268 1.316-.402.288 1.354.479 2.269.709 3.317-1.507-.418-2.634-.931-2.501-2.209m-7.609 4.069c.763.037 1.564.075 2.786.131-1.697 1.146-2.137.269-2.786-.131zm-3.567 1.624c-.076-.133-.152-.266-.229-.419 1.125-.382 2.251-.746 3.376-1.128-1.049.516-2.098 1.031-3.128 1.547m.25 1.907-.267.134c-.076-.114-.153-.229-.229-.343.534-.229 1.049-.478 1.583-.726.057.095.115.19.172.286-.439.191-.858.42-1.259.668m-8.123 44.728c1.62-1.374 3.432-2.272 5.53-2.522.058.133.115.286.192.419-1.908.708-3.815 1.396-5.722 2.103zm-.213-2.65c-.076-.114-.152-.229-.229-.343.458-.344.915-.669 1.373-1.012.095.152.191.324.287.476-.477.287-.973.592-1.45.879m-3.474-2.285c-.268-.305-.535-.496-.84-.591 1.125-.592 2.25-1.184 3.356-1.757.343-.172.686-.306 1.106-.307-.572.535-1.163 1.07-1.754 1.604.039.038.077.076.134.114-.667.325-1.335.631-2.002.956m-2.197-2.992s-.058-.134-.096-.21c.229-.057.458-.134.687-.191l.076.152c-.229.077-.458.172-.667.249zm-2.281-10.945c-.115-.133-.23-.285-.344-.419.323-1.087 1.258-1.222 2.326-1.203-.667.534-1.334 1.088-2.001 1.622m-4.197-18.78c-.4.248-1.03.23-1.965.402 5.149-3.38 6.312-3.915 12.743-3.197-1.697 1.604-3.814 2.235-5.951 2.028-1.775-.17-3.263-.188-4.827.767zm-.305 20.272c.725-.401 1.469-.802 2.193-1.222.058.133.115.247.172.381-.782.287-1.583.554-2.365.841zm-2.559-2.534c-.134-.171-.286-.343-.42-.514.496-.229.972-.459 1.468-.688.096.133.191.267.306.4-.439.267-.896.535-1.335.802m.942-32.802c.248 0 .477.133.725.209-.152.134-.286.267-.514.477-.21-.114-.44-.228-.65-.342.153-.134.325-.344.458-.363m17.025 46.363c-.419.636-1.093.968-2.021.994.61-.306 1.22-.592 2.021-.994zm-1.072-3.565c-1.163.459-2.307.937-3.471 1.396l-.057-.134c1.106-.535 2.193-1.07 3.299-1.605.076.115.153.229.229.343zm-23.851-21.508c1.162-2.652 2.249-3.149 4.844-2.102-1.621.707-3.261 1.414-4.844 2.102zm-1.523 3.778c-.153-.897.171-1.583 1.372-1.928.192 1.278.192 1.297-1.372 1.928zm-2.193 1.26c-.095-.133-.172-.266-.267-.4.763-.249 1.507-.497 2.27-.765zm-9.707-96.297s-.134.038-.21.058c-1.9839.669-4.0058 1.224-6.0087 1.779-.1146-.134-.2292-.286-.3248-.438-1.2973.058-2.6705.631-3.8539.156.8774-.211 1.774-.441 2.6514-.689.4769-.134.9347-.268 1.4115-.421.0575.248.0196.534-.0946.839.5722-.248 1.3352-.44 1.5447-.821.0953-.172.1904-.363.2857-.535.4387-.134.8774-.268 1.297-.401-.057.228-.114.476-.1901.744 1.0873-.345 1.7738-.67 1.8878-1.242.4387-.134.877-.249 1.316-.421.591-.229 1.183-.497 1.755-.745.401.152.82.304 1.221.476.706-.611 1.621-1.127 2.097-1.776 2.365-.803 4.769-1.549 7.153-2.295.267-.077.592-.001.897-.001.057.152.115.286.172.438-1.087.631-2.117 1.413-3.28 1.91-.42.134-.839.306-1.259.478-2.803 1.033-5.646 1.951-8.468 2.907zm-.154 99.129c-.077-.4.438-1.278.8-1.335 1.889-.346 1.68.894 2.043 1.943-1.354.306-2.575.746-2.843-.608zm-4.5181-96.149c.9346-.268 1.8502-.536 2.7657-.842.8774-.287 1.7164-.631 2.5944-.918-.172.134-.344.248-.515.401-1.7541 1.508-3.4709 1.91-4.8642 1.359m-1.3349 100.942c-1.6536-.012-2.6705.746-3.0506 2.272-1.5839-.304-1.9473-1.181-1.8149-2.382 1.3731-.745 2.7461-1.471 3.9285-2.102.5521-1.183 1.0663-2.27 1.7518-3.701 1.1851 2.325.1756 4.119-.8148 5.913zm-6.0835-97.083c-.515.153-1.0109.325-1.5259.478-.7057.211-1.5071.23-2.232.384 1.1431-1.775 1.5056-1.813 4.8062-2.045-.3621.439-.7052.839-1.0483 1.183zm-.4581 59.977-.2291-.247c.4005-.153.782-.306 1.1634-.459.0382.076.0764.133.1337.21-.3623.172-.7056.343-1.0679.515m-6.8458 4.012c-.3816.076-1.0879-.323-1.2027-.628-.0956-.267.457-1.031.7241-1.05 1.3736-.135 3.0323-1.395 4.4652.587-1.6214.459-2.7848.88-3.9866 1.091zm-5.3927 27.333c1.3157-.783 2.6315-1.585 3.9472-2.368.1147.152.2293.323.3439.476-1.4303.631-2.8607 1.261-4.2911 1.892zm-3.3286-89.4c3.2041-1.338 6.4273-2.657 9.6314-3.995.1529.21.2866.401.4395.61-.534.268-1.068.554-1.602.803-2.8038.899-5.665 1.702-8.4689 2.582zm.9275 12.338c-2.2506.86-4.692 1.702-6.5606 3-.801.287-1.6021.593-2.4032.88-.267.096-.4957.325-.7245.535-1.4118.135-2.7669-.341-4.2171-.435 1.0861-1.565 1.8667-3.282 4.3856-2.903.9719-1.24 2.842-1.013 4.1576-1.968 1.6405-.288 3.3002-.556 4.9599-.806.0194.286.0388.591.0581.897 1.1254-.307 1.6593-.708 1.8878-1.166.7059-.077 1.4308-.153 2.1367-.23-.9722.916-2.2117 1.623-3.6803 2.177m-.5402 73.937c.9394-1.946 2.3442-2.774 4.2143-2.483-1.2072 1.247-2.612 2.075-4.2143 2.483zm-21.0648-60.929c.7247-.344 1.4303-.688 2.1169-1.032.4006-.001.8204-.001 1.2973-.04-.229-.114-.4199-.209-.6108-.304.4959-.229 1.0108-.459 1.5067-.688 1.0502.914 2.3478 1.047 3.7976.759.0191.038.0382.057.0764.095-2.728.518-5.0535 2.809-8.2032 1.191m5.0311 53.85s-.5153-.114-.4963-.152c.0571-.229.1713-.458.3238-.668-.0001-.019.3244.076.5916.152-.1334.229-.2476.477-.4191.687m-5.9788-7.146c.6858-1.132 1.8871-1.902 3.6039-2.311.7271 2.174.2504 2.479-3.6039 2.311zm-.3563-53.626c1.2211-.001 2.1751-.002 3.1291.016-.1895 1.412-1.5436 1.966-3.0882 2.921-.001-1.144-.0399-1.926-.0409-2.937zm6.6748-3.248c.2676.515.5735 1.086.8411 1.601-1.0671 1.508-2.6315 1.681-4.2914 1.644.7237-1.316.6457-3.166 3.4503-3.245zm8.4224-11.431c.9151-.783 1.8874-1.604 2.9935-2.101.2289-.095.4578-.191.6866-.287-.1525.077-.286.172-.4385.249-.248.133-.2666.61-.495 1.183 1.1444-.402 2.0408-.765 2.9373-1.014-1.3349.688-2.6507 1.433-3.9283 2.216-.7246.439-1.3728.993-2.4601 1.223.2284-.496.2851-1.107.7045-1.45m3.1106-19.455c1.4304-.669 2.5548-1.986 4.291-2.007l.2104.515c-.8201.287-1.7358.459-2.4604.899-.6865.42-1.1819 1.126-2.0397 1.985-.0006-.687-.1539-1.335-.0013-1.411m7.0202-1.208c-.9346.382-1.8691.764-2.7846 1.147-.0573-.096-.1146-.172-.1719-.267.8963-.459 1.8117-.917 2.708-1.376.0956.172.172.324.2676.496m-1.1355-10.24c.7055-.554 1.6019-.898 2.5366-1.128-1.2962 1.336-2.0384 3.339-4.4997 3.342.6861-.802 1.2387-1.622 1.9632-2.195m10.6857 21.177h.0191c.5722-.191 1.1444-.363 1.6976-.536.2861-.076.5722-.134.8584-.191.2484.4.4968.781.7643 1.182-1.545.516-2.8992.975-4.2916 1.434-.2104-.515-.3825-.991-.5547-1.43.496-.153.9919-.306 1.5069-.459zm-2.1507 5.552c-.4005.172-.8011.344-1.2016.478-.4581-.172-.9353-.381-1.4125-.667 1.1067.076 1.9271.132 2.6331.189m-.3805-18.994c-.0383-.115-.0957-.248-.1339-.362.8583-.306 1.7166-.612 2.5749-.899.0382.114.0956.248.1339.362-.8583.306-1.7357.612-2.594.899m.8292-10.776c-.4192.496-.8576.993-1.4484 1.68 2.5559-.804 3.7555-3.341 6.6361-3.84-3.2975 3.55-7.1115 5.499-11.8808 6.209 3.2021-3.493 3.5453-3.703 6.6931-4.068m8.6976-2.945-1.1826.344c-.0574-.095-.1147-.19-.172-.286.2097-.133.4194-.305.6483-.382.1908-.057.4198 0 .6297 0 .0191.114.0383.229.0575.343m-2.9604-3.258c1.0107-.516 2.1169-.956 2.9939-1.662 1.5825-1.241 3.5287-1.167 5.4556-1.302-2.8397 3.397-7.0555 4.221-11.1754 5.636.3801-1.602 1.5816-2.099 2.7068-2.672m-43.5306 110.193c2.5551-1.7 2.5551-1.7 4.3505.301-1.7937-.132-2.9194-.188-4.3505-.301zm2.5115-47.431c-.496.096-.9919.211-1.4879.306l-.0957-.343c.4959-.134.9728-.268 1.4687-.421.0383.153.0766.305.1149.439m-.6732-5.644c-.1527-.115-.3054-.229-.4582-.343l1.3154-1.146.4392.343c-.4385.382-.8579.764-1.2963 1.165m-2.5366 1.089c-.6486.115-.9728.249-1.0683.173-2.4631-1.848-5.1337-1.311-7.9371.065-.5722.286-1.2972.325-1.9457.478l-.1911-.324c.7817-.573 1.4679-1.279 2.3261-1.718 3.1276-1.567 6.2742-3.115 9.4783-4.548 1.2206-.554 2.708-1.433 3.9689.282-3.0517 1.185-3.9463 3.475-4.6311 5.592zm-1.3694 24.679-.0385-.382 1.7933-.268c.0001.133.0193.286.0385.419-.5914.077-1.1828.154-1.7933.231zm.6437 34.822c-.42-.305-.84-.609-1.241-.933l.4002-.439c.4772.228.9545.456 1.4507.685l-.6099.668m-4.691-57.455s-.3246-.172-.8782-.514c.8586-.02 1.2974-.04 1.7362-.04-.286.191-.5529.42-.858.554zm-4.8814 3.246c-1.0299.459-2.3079.746-3.0896 1.414-2.6308 2.253-6.4081 2.753-9.23 4.758-1.125.802-2.6704.822-3.2445-.97 1.259-.23 2.5181-.46 3.51-.632-.4776-.705-.8215-1.22-1.4329-2.097 2.1751.055 3.7954-1.491 5.3613-.081.0955.076.477.038.6487-.058 2.4982-1.261 5.0347-2.465 7.4183-3.878 1.0869-.65.915-.859 2.9949-.728-.4949 1.259-1.7537 1.756-2.9552 2.291m-17.546 7.836c-.2673-.229-.4774-.4-.6683-.552.286-.229.5719-.459.8579-.688.1719.172.4964.362.4585.534-.038.229-.3622.42-.6481.725m13.3084 50.334c1.4298-1.279 2.8975-2.749 5.3593-2.198-1.9072.783-3.6428 1.491-5.3593 2.198zm-.0376-19.395c.323-1.507 1.0478-1.717 2.708-1.49-1.068.573-1.6782.917-2.708 1.49zm-16.9499 12.546c-.0192-.115-.0575-.229-.0767-.325.4387-.133.8775-.248 1.3162-.382.0001.19.0003.362.0005.553-.4006.057-.8203.096-1.24.154zm52.6852-93.954c-.2481-.114-.4199-.171-.5726-.228.0953-.134.1714-.306.2858-.401.0572-.038.3244.038.3435.076.0193.152-.0187.324-.0567.553zm262.1488-188.6097c-2.041.4787-3.834 1.6819-6.295 1.7605 1.01-1.2977 4.348-2.2544 6.295-1.7605zm37.416 1.0515.039.2288c-.878.3059-1.774.6119-2.652.9179-.019-.0763-.057-.1335-.076-.2097.896-.306 1.793-.6311 2.689-.937zm7.649-2.7726c.038.1144.057.2288.095.3242-.972.3442-1.945.6883-2.937 1.0326-.038-.0954-.077-.2097-.134-.3241.992-.3442 1.984-.6884 2.976-1.0327zm6.027-1.9509s.038.0763.057.1335c-.477.172-.953.3251-1.411.4971 0-.0381-.038-.0762-.057-.1334.476-.1721.953-.3251 1.411-.4972zm17.257-10.8104c.668-.115 1.373-.2492 1.907-.612 1.468-.9931 2.88-1.5093 4.561.1863-2.994 1.8337-6.772 1.6656-9.823 3.2514.628-1.6598 1.714-2.519 3.355-2.8257zm14.097-3.3507c.114.0189.229.0379.362.0759-.057.1336-.133.2671-.19.4197-.134-.0761-.267-.1713-.42-.2475l.248-.2291m1.886-2.3665s.191.1142.344.2285c-.133.1336-.229.2672-.362.3436-.038.0191-.191-.1142-.287-.1904.096-.1336.191-.2862.305-.3817zm4.349-1.1102s.21.1142.306.1713c-.095.1336-.191.2863-.267.4198-.172-.0952-.267-.1523-.382-.2094.115-.1336.21-.2863.343-.3817zm1.469-.8405c.152-.2672.553-.401.82-.6111.114.3432.439.8006.325 1.0105-.495.8395-.933 1.8125-2.059 1.7373.286-.6868.552-1.4498.914-2.1367zm7.287-1.0177c-.533.5726-1.049.535-1.622-.1701.629-.5536 1.126-.2871 1.622.1701zm1.641-.5546c.038.0953.057.2097.076.3241-.515.0577-1.03.1345-1.545.1922.477-.1721.973-.3442 1.45-.5163m6.426-4.0491c-.267.2291-.515.4582-.896.7828-.192-1.1632.457-.8205.896-.7828zm11.788-3.17692c.477.07583.973.13257 1.45.2084 0 .13349 0 .24792.001.38141-.497-.03767-.974-.07535-1.47-.11302 0-.15257 0-.30513.019-.45771m2.688-2.13846c.21.13329.439.26656.611.41896.038.03811-.057.30519-.114.32432-.267.03839-.534.01958-.763.03886.19-.55322.228-.66768.285-.78216m-3.344 34.15862.153.4194c-.763.2677-1.545.5354-2.308.8031-.077-.1906-.153-.3812-.249-.5718.801-.2297 1.602-.4402 2.404-.6698m3.776-1.3958c.057.1526.096.3051.153.4576-.763.1914-1.507.3828-2.27.5743-.038-.1335-.096-.286-.153-.4385.744-.2105 1.507-.4019 2.251-.6124m4.368-1.053s.019.0762.038.1143l-2.193.765s-.038-.0763-.038-.1144c.725-.2486 1.468-.5163 2.193-.7649zm24.251 20.8592c-.495 1.0302-1.416 1.546-2.765 1.5473 1.049-.5922 1.755-.9933 2.765-1.5473zm8.698-2.6973.134.4195c-.935.2297-1.869.4785-3.147.8039.711-.9923 1.709-1.4001 2.994-1.2234m-19.541 36.8821c1.145-.516 2.289-1.0511 3.414-1.6433.057-.0001.095-.0001.153-.0193.038 0 .076.0381.114.0381-1.163.5923-2.117 1.1081-3.089 1.5858-.172.0764-.401.0766-.611.0959v-.0763m47.505 16.4701s.249.362.383.591c-.916.496-1.831.993-3.338 1.795.667-1.755 1.773-2.137 2.936-2.386m5.459 1.844c-.514 1.221-.838 2.023-1.18 2.824-1.279-.285-2.558-.551-4.027-.873 1.067-1.603 3.223-1.11 5.207-1.951zm33.948-15.2692c-1.067 1.5839-2.652.956-3.834 1.3195 1.01-.9926 1.982-2.2903 3.834-1.3195zm-15.798 20.5542c-.877.973-2.022.86-3.148.766.762-1.412 2.08-.574 3.148-.766zm4.237 1.598c.286.019.573.037.859.075-.305.077-.592.172-.897.249 0-.114.019-.229.038-.305m9.004-2.316c-1.068.344-2.156.65-3.224.975.82-.668 1.888-.974 3.224-.975zm16.687-7.988c-2.403 1.09-4.787 2.179-7.209 3.211-.305.134-.802-.037-1.336-.075 1.601-1.642 3.241-2.33 8.545-3.155m7.829 6.82c.286.267.573.533.859.8-.42-.133-.839-.247-1.259-.38zm-50.664 32.22c-.076.363-.171.763-.285 1.278l-.745-.952c.343-.115.686-.23 1.03-.326zm3.033-.918c.381-.115.762-.229 1.144-.344.591-.001.954.361 1.279.761-.801.001-1.641.002-3.11.003.248-.172.477-.305.667-.42m52.41 17.057c.114.114.324.209.324.323 0 .096-.209.229-.343.344-.114-.114-.324-.209-.324-.343 0-.095.209-.229.343-.344m41.887 7.665c-1.202.154-2.346.231-3.472.461-2.041.422-4.101 1.301-6.066 1.284-2.709-.017-4.941.862-7.249 1.895-.82.382-1.716.745-2.594.917-5.093.959-10.205 1.879-15.776 2.876.419-.782.571-1.469.876-1.546 2.213-.593 4.483-1.32 6.715-1.455 1.107-.059 2.003-.25 3.014-.423 2.557-.422 4.539-1.911 6.962-2.409 2.614-.537 5.169-1.283 7.783-1.781 1.774-.345 3.204-.995 4.501-2.14-1.776-.933-3.55-1.294-5.63-.93-.667.115-1.545.25-2.022.002-2.272-1.18-4.293.004-6.372.807-1.85.727-3.719 1.453-5.855 2.275 2.572-3.187 6.655-3.534 9.725-5.406-.82-.114-1.603-.132-2.328.04-4.845 1.073-9.651 2.622-14.516 3.161-6.582.731-13.048 2.739-19.765 2.422-3.453-.169-7.078.559-10.626.792-1.374.096-2.748-.074-2.558-1.504 1.983-.67 3.7-1.32 5.455-1.798 1.278-.345 2.785-.823 3.93-.595 2.671.55 4.655.129 6.485-1.894-.744 0-1.412.039-2.08.059 0-.115 0-.229 0-.343 2.137-.422 4.273-.863 6.448-1.303 0 .248-.076.419-.019.572.077.19.21.476.344.476 2.652-.06 5.361-.043 6.924-2.447 3.873.32 6.714-1.456 7.532-4.756 1.488-.25 3.166-.88 4.578-.672 3.072.455 5.838-.559 8.738-1.267-4.904-.453-9.827-.105-14.73.529-1.432-1.505-2.826-2.972-4.201-4.42.228-.897.475-1.774.817-3.072-4.291 2.102-8.107 1.343-12.019.756.381-.134.782-.268 1.163-.383.496-.172 1.011-.325 1.259-.421-1.508-.666-2.94-1.294-4.619-2.036-2.613 1.681-5.855 3.038-9.805 2.66.591-1.202 2.288-1.852 1.352-2.862-3.453.519-6.753 1.037-10.072 1.536l-.001-.267c3.72-1.415 7.458-2.849 11.196-4.264-.076-.209-.172-.419-.249-.629-3.624.48-7.172 1.208-10.586 2.642-.611.249-1.297.535-1.908.536-3.415-.073-6.467 1.284-9.538 1.992-1.217 3.625-4.192 5.783-7.951 5.862-.667.001-1.297-.342-2.213-.627.972-.916 1.62-1.527 2.402-2.271-1.26-.629-1.948-1.848-3.626-.76-.138 2.06-1.021 3.459-2.648 4.198-.229-.114-.535-.228-.783-.4-1.795-1.295-2.997-1.16-3.701.786-.742 2.06-2.821 2.386-4.385 3.418l-.573-.343c.515-.687 1.029-1.393 1.525-2.08-2.385.345-2.347.403-3.795 1.93-.343.362-.935.554-1.411.821-2.632 1.414-4.255-.034-6.031-1.139-1.582.955-2.993 2.235-5.322 1.417.553-.954 1.086-1.908 1.639-2.843-.133.763-.209 1.678 1.107 1.314.878-.248.973-.992.171-1.506 3.643-1.205 7.267-2.563 10.967-3.596 2.823-.785 5.838-1.073 8.202-2.926.076-.057.229 0 .343-.038 2.728-.518 2.9-.689 3.088-3.131.42-.133.954-.42 1.24-.325 2.233.78 3.72-.404 5.264-1.569-.038-.476 0-.896.095-1.297.457-.134.915-.267 1.354-.401 3.338-1.052 6.619-2.238 9.918-3.385 0 .038.038.076.058.133-4.33 1.129-7.973 2.868-11.405 4.969.191.382.401.782.669 1.335.819-.592 1.449-1.032 2.097-1.509.382.591.669 1.01 1.051 1.62.858-.687 1.659-1.089 2.002-1.642.952-1.565 2.726-2.157 4.367-2.197 3.453-.08 6.409-1.894 9.728-2.26.477-.057.954-.401 1.412-.611-1.432-.342-2.767-.265-4.083-.073-1.279.192-2.538.537-3.797.824.935-.592 1.373-1.203 1.525-1.851.591-.211 1.183-.421 1.793-.631 0-.077-.038-.153-.057-.229-.554.077-1.107.153-1.66.23 0-.191-.001-.4-.039-.61 2.727-1.261 5.474-2.446 8.277-3.479 5.226-1.931 10.529-3.69 15.793-5.526 2.823-.995 5.799-1.76 7.59-4.489-.382-.152-.821-.342-1.585-.647 1.469-.688 2.594-1.223 4.006-1.873-1.89-.322-1.947-.322-3.397.156-5.226 1.702-10.28 3.786-15.812 4.745-3.186.556-6.238 1.779-9.309 2.774-3.833 1.243-7.629 2.582-11.463 3.844-1.202.096-2.155.441-3.071.995-1.392.439-2.785.879-4.196 1.319.324-.248.591-.534.762-.878-2.04.803-4.081 1.606-6.122 2.409-.153-.19-.287-.4-.439-.591 1.372-1.031 2.745-2.062 4.118-3.093-3.549.08-6.849.731-10.188 1.23-2.022.288-3.815.709-5.149 2.217-.324.363-.915.573-1.411.803-2.003.86-4.005 1.682-6.008 2.523-4.1 1.682-7.952 3.955-12.722 4.322-.153-.896-.02-1.45 1.067-1.966 2.384-1.108 4.634-2.426 6.999-3.553 0 0 .019 0 .038-.019 1.297-.44 2.498-1.09 3.527-2.159.21-.229.611-.286.935-.401 3.338-1.186 6.656-2.409 10.013-3.519-.228.172-.476.344-.705.535 3.147-.938 6.524-1.437 9.193-3.327 2.88-.937 5.78-1.855 8.66-2.793 2.613-.86 5.188-1.835 7.82-2.658 3.224-1.014 6.505-1.856 9.709-2.946 2.766-.937 5.856-1.302 7.915-3.631.171-.191.476-.267.724-.363 1.335-.459 2.671-.899 4.025-1.358.896-.058 1.755.113 2.652.703.936.648 1.622-.116 2.27-.669 1.03-.84 2.899-1.262 3.127-2.711 1.278-.383 2.537-.785 3.796-1.205 1.621-.555 3.204-1.205 4.806-1.817 1.526-.573 3.033-1.166 4.539-1.759-.038-.133-.095-.285-.134-.419-3.357.27-6.773.159-10.054 1.097-1.125.325-2.27.574-3.414.861-.859.211-1.66.192-2.328-.589-.612-.724-1.26-.704-2.08-.417-.477.153-.954.306-1.431.459-.057 0-.115 0-.191-.019.686-.573 1.125-.936 1.811-1.509-1.813-.341-2.881-.531-4.656-.872.42-.268.896-.402.991-.631.248-.572.705-1.412.419-1.735-.344-.401-1.336-.495-2.081-.494-.648 0-1.354.249-2.002.497-2.137.803-4.292 1.587-6.409 2.486-3.795 1.605-7.476 3.42-11.367 4.816-1.64.593-3.279 2.711-5.456 1.112-.171-.134-1.373.249-1.468.516-.724 1.812-2.841 1.967-4.348 2.807.553-.572 1.106-1.164 2.097-2.195-2.213.746-3.815 1.263-5.398 1.817-1.125.383-1.277 1.012-.742 1.774-2.902-1.275-5.629.196-8.223 1.191-6.389 2.447-12.683 5.123-19.034 7.684-.534.21-1.145.23-1.908.383 1.123-2.995 5.226-2.656 7.265-5.423-4.693 1.378-8.373 3.746-13.123 3.922 3.737-2.444 3.813-2.635 1.58-3.415-.19.63-.381 1.259-.552 1.831-1.526-.265-2.767-.493-4.351-.758 1.945-1.242 3.7-2.369 5.301-3.4 1.107.476 1.928.837 2.444 1.047 1.62-1.318 2.936-2.387 4.099-3.342.056-.972.093-1.83.149-2.879 1.693.697 1.605 2.293-.262 4.787 2.307-1.471 4.902-1.092 6.427-2.943.267-.306 1.087-.307 1.564-.536.858-.439 1.678-.955 2.517-1.433v.039c1.087-.421 2.194-.842 3.338-1.281.266-1.081 1.524-2.233 3.774-3.456-1.584-.589-1.526-.437-2.862-.016-2.136.689-4.368 1.167-6.581 1.57-.419.077-.954-.59-1.431-.952 1.449-.326 3.071-.423 4.253-1.091 1.106-.65 1.697-1.947 2.897-3.397.651 2.306 2.12 1.924 3.741 1.14 1.716-.841 3.414-1.7 5.149-2.503.229-.096.592.038.992.094-.4.516-.705.917-1.01 1.336.459.362.917.705 1.585 1.238-1.239.993-2.326 1.891-3.584 2.903.668.075 1.279.303 1.717.15 5.532-1.912 11.063-3.805 16.556-5.832 3.109-1.147 6.199-2.103 9.518-2.412 2.252-.212 4.464-.767 5.893-2.9232-1.145-.2659-2.061-.4938-2.996-.7027.267-.4961.495-.9159.819-1.5264-1.546-.4181-3.053-.8172-4.733-1.2542.82-1.0496 1.429-1.813 2.173-2.7482-2.386-.4936-4.466-.7586-6.659-.07-2.747.8608-5.436 2.0648-8.221 2.5633-3.51.6136-6.696 1.5511-9.518 3.5371-1.334.9353-2.745 1.8713-4.271 2.5213-2.327.975-5.304.673-6.961 2.944-2.176.021-3.471 1.624-5.226 2.331-3.166 1.262-6.447 2.295-9.67 3.423-2.156.746-4.617 1.149-6.447 2.276-5.015 3.113-10.776 4.339-16.365 6.041-1.869.574-3.719 1.225-5.55 1.875-.763.267-1.43.745-2.193.993-1.812.574-2.213.269-2.291-1.485-.001-.248-.173-.457-.326-.877-.896.382-1.678.707-2.536 1.071.458.571.764.971 1.165 1.467-.648.363-1.087.687-1.602.879-2.022.745-4.082 1.434-6.122 2.199-.859.325-1.64.878-2.518 1.089-.534.134-1.164-.209-2.233-.456 3.128-1.318 5.608-2.351 8.24-3.459-.421-.629-.707-.915-.803-1.258-.096-.286-.001-.649.037-.992 2.652.131 4.56-.595 5.474-1.988.21-.306.209-.878.438-.954 2.48-.785 4.424-2.751 7.363-2.544 2.747.188 3.088-2.463 5.014-3.38.458-.21.266-1.469.38-2.403-5.436 2.732-10.853 4.244-16.423 5.393 3.374-3.588 8.334-4.432 13.026-5.848-.401-.591-.631-.934-.994-1.467 4.217-.252 7.535-2.334 11.139-3.672 1.107-.421 2.136-1.433 3.185-1.491 3.015-.193 5.284-1.397 7.305-3.5539 1.146 1.5627 2.271.7606 3.587-.0035-.631-.8575-1.166-1.6008-1.701-2.3631-5.131 1.7212-10.166 3.4042-15.202 5.0875-2.498.841-4.959 1.778-7.476 2.505-3.281.938-6.658 1.608-9.938 2.603-5.189 1.588-10.224 3.691-15.489 4.935-2.098.498-4.158 1.034-6.218 1.608 1.221-.478 2.46-.975 3.681-1.453 2.308-.898 4.654-1.683 6.981-2.524.706-.248 1.354-.459 1.735-1.26.495-.992 1.468-1.356 2.632-.88 1.126.457 1.889.036 2.537-.765.248-.306.515-.573.781-.878 1.279.17 2.5.188 3.511-.213 1.449-.574 2.669-1.624 4.1-2.216 3.471-1.415 7.038-2.6579 10.528-4.0152 2.422-.9368 4.806-1.9689 7.209-2.9437 1.049-.4206 1.717-1.0506 1.448-2.3662.744-.2677 1.507-.3256 1.984-.7456.686-.5918 1.373-.726 2.27-.7078.667.0185 1.392-.1729 2.003-.4405 2.288-1.0129 4.577-2.064 6.865-3.115 3.777-.7665 7.076-2.6194 10.605-3.9768.496-.1912.954-.4777 1.43-.7261-.057-.1334-.114-.2478-.191-.3621 1.965-.8219 3.967-1.5866 5.989-2.3133.648-.2294 1.182-.5351 1.448-1.6605-2.136.7458-3.909 1.5485-5.779 1.9698-1.564.3638-3.052.7657-4.463 1.5299-1.602.8597-3.433 1.1284-5.341 1.4163.076-.4196.057-.6294.133-.6485 4.215-1.7395 8.449-3.4789 12.683-5.1993-.267-.1523-.458-.1521-.63-.0757-4.12 1.4914-8.239 2.9638-12.359 4.4552 1.812-.8789 3.642-1.7961 5.53-2.7323-1.356-1.2002-2.748-.8747-4.198-.3775-2.689.8989-5.034 2.5031-7.858 3.116-.305.0766-.858.2488-.858.3251.059 1.8307-2.193 1.2416-3.394 2.1391.611.3236 1.107.5901 1.584.8376-.209.0765-.4.1529-.61.2294-.324.0003-.63-.0375-.897-.1326-2.691-1.0082-5.648-.4714-7.803.9037-.19.1146-.381.2292-.572.3248.057-.2861.095-.515.133-.7249-2.194.231-3.68 2.0822-6.332 2.0657.457-.4009.61-.6108.82-.7255 6.751-3.1912 13.483-6.3824 20.234-9.5736 1.221-.5733 2.575-.975 3.146-2.4249.152-.3816.686-.6682 1.125-.8021 1.774-.5166 3.07-1.6239 4.252-2.9981-.897.1916-1.755.364-2.595.5365-.057-.1526-.133-.3051-.191-.4766 8.106-3.5358 16.574-6.4045 24.068-11.1792-3.053-.0543-5.531 1.8932-8.832 2.1443.496-.668.724-.9733 1.182-1.6031-1.545.3638-2.69.5938-3.815.9-.515.153-.992.4586-1.488.6879-.82.3631-1.602.7835-2.441 1.0512-2.804.9372-5.627 1.779-8.412 2.7161-2.289.765-4.539 1.6253-6.809 2.4284-.706.2486-1.43.5353-2.174.6314-1.031.1345-1.394-.4945-1.07-1.6581-.287-.0379-.592-.0567-1.069-.1134.286-.3436.4-.5534.553-.6299 2.174-1.1463 4.386-2.2163 6.503-3.4579 1.83-1.0507 3.527-2.2919 5.301-3.4378-.077-.1525-.172-.305-.249-.4575-1.259.4399-2.498 1.0132-3.815 1.3005-1.316.2873-2.249 1.6803-4.215 1.1673 1.182-.8021 2.097-1.4132 2.993-2.0434-.057-.1525-.114-.2859-.172-.4385-.648.0579-1.335.0013-1.927.1926-2.613.8797-5.226 1.7404-7.762 2.7917-3.033 1.2615-5.97 2.7518-8.983 4.0324-1.507.6308-3.186.8994-4.692 1.5301-5.245 2.2172-10.433 4.5297-15.658 6.7659-1.602.6881-3.128 1.5858-5.093 1.4161 5.091-3.1896 10.909-5.0641 16.076-8.1394-.343.0003-.668.0769-.973.1916-2.536 1.0323-5.073 2.0645-7.629 3.0967-4.386 1.7778-8.735 3.6318-13.16 5.2951-1.602.6118-3.414.7661-5.112 1.13-.057-.1715-.134-.3431-.191-.5147 2.231-.9747 4.443-1.9685 6.713-2.9623-.191-.6482-.364-1.163-.574-1.8302-4.597 1.6253-8.869 3.7653-13.714 4.6472.361-1.1065 1.162-1.5459 2.116-1.871 4.444-1.4536 8.869-3.0025 13.352-4.3417 5.36-1.588 10.777-2.9662 16.175-4.4207 1.259-.3445 2.518-.6508 3.777-.9762-.038-.1334-.077-.286-.134-.4194-5.283 1.7404-10.778 2.2796-16.464 2.2088 1.564-.9169 3.109-1.8719 4.825-2.4266 3.872-1.2242 7.84-2.2196 11.731-3.3676 1.164-.3444 2.289-.8794 3.414-1.3572.744-.3249 1.392-.8404 2.174-1.051 4.12-1.1481 8.24-2.2772 12.399-3.3301 1.24-.3063 2.002-.9935 2.554-2.1383-.935-.1707-1.774-.3225-2.728-.4932.361-1.2972 1.315-1.4697 2.116-1.7375.973-.3251 2.022-.4596 3.014-.7847 2.021-.6694 4.005-1.396 6.008-2.0844-.058-.1716-.115-.3432-.191-.5148-2.29.4599-4.598.8817-6.868 1.3797-1.869.4022-3.662 1.2621-5.648-.0328-.286-.1904-.82-.0755-1.221.0011-3.7.8427-7.401 1.7425-11.121 2.5661-1.755.3831-3.51.728-5.399.2912-.706-.1519-1.584-.0557-2.194.2691-1.201.6495-2.194.4597-3.53-.6069 1.163-.4016 2.079-.803 3.051-1.0518 3.625-.9189 7.249-1.7614 10.873-2.6612.458-.1148.897-.306 1.297-.5161.763-.4203 1.43-1.0121 2.231-1.2799 1.488-.5163 3.052-.842 4.597-1.2439 1.717-.4594 3.453-.8996 5.17-1.359-.038-.1525-.096-.2859-.134-.4385-4.159.8431-8.336 1.6862-12.514 2.5102 1.506-1.7178 3.91-1.3387 5.722-2.3702 1.887-1.0507 3.928-1.8917 5.95-2.7137 1.926-.7646 3.91-1.3959 5.875-2.0652-1.775-.189-3.472.995-5.667-.2807.915-.325 1.468-.4972 2.021-.7075.515-.1912 1.011-.3824 1.488-.6307.953-.4777 1.869-1.0889 2.86-1.4712 1.03-.3824 2.137-.5551 3.205-.8231.916-.2297 1.297-.7068.762-1.7743-.439-.0377-.935-.1516-1.393-.0749-3.281.5752-6.563 1.1314-9.825 1.7829-4.215.8431-8.412 1.7625-12.609 2.6437-4.063.8621-8.145 1.686-12.189 2.6052-5.933 1.3597-11.846 2.8337-17.779 4.2315-3.166.7468-6.428 1.2076-9.499 2.2022-2.919.9563-5.971 1.1308-8.985 1.5723-.058.0001-.153-.1905-.325-.4001.248-.1147.458-.2484.686-.3249 5.608-1.4738 11.216-2.9475 16.805-4.4213 2.27-.5933 4.54-1.1676 6.81-1.78.82-.2106 1.488-.5354 1.754-1.4892.133-.496.743-1.0305 1.258-1.1645 3.129-.8421 6.314-1.5317 9.443-2.3738 3.91-1.0526 8.069-1.457 11.578-3.6153.457-.2865 1.03-.3443 1.564-.5164 1.087-.3252 2.174-.6314 3.28-.9567-.267-.1713-.477-.1902-.667-.1328-3.53.7471-7.059 1.4942-10.549 2.2985-6.543 1.4937-13.086 3.0256-19.61 4.5193-.744.1724-1.621.6118-2.232.3645-1.584-.666-3.015-.1688-4.503.0043.381-.2292.744-.3822 1.144-.497 1.927-.5548 3.911-.9763 5.742-1.7027 2.002-.7838 4.158-1.3389 5.778-2.847.286-.2673.725-.3631 1.125-.4779 1.393-.4018 2.805-.7654 4.197-1.1673 1.812-.5166 3.605-1.0713 5.398-1.607-.057-.1525-.096-.286-.153-.4385-1.335.2683-2.652.6509-4.006.8048-1.259.1537-2.479 1.1084-4.331.0422 2.193-.9556 4.043-1.7583 5.893-2.561-.668-.2092-1.221-.1705-1.736-.0556-4.025.9764-8.069 1.972-12.094 2.9675-4.235 1.0338-8.489 1.9723-12.704 3.1015-7.058 1.9138-14.096 3.961-21.135 5.932-1.316.3636-2.69.4412-3.816.1753.992-.3443 1.85-.7646 2.785-.9562 2.308-.4408 4.177-2.0446 6.638-2.066.286-.0002.553-.3819.839-.5538.4-.2292.82-.4776 1.278-.6306 3.547-1.1094 7.076-2.2952 10.681-3.2331 6.562-1.7035 13.162-3.2163 19.743-4.8436.611-.1531 1.144-.5541 1.717-.8217-.077-.1525-.134-.2859-.211-.4384-1.068.2299-2.136.4407-3.205.6705-2.689.6319-5.379 1.302-8.088 1.8766-1.411.2874-2.899.2889-4.311.6144-3.643.8617-7.249 1.7995-10.873 2.7374-7.096 1.8376-14.173 3.7323-21.249 5.5698-1.908.4977-3.777 1.2432-5.857.8447-.535-.7051-.211-1.1822.38-1.4879.477-.2484 1.049-.3442 1.564-.5354 1.259-.4589 2.842-.5939 3.719-1.4529 1.106-1.0881 2.442-.9178 3.681-1.2813.458-.1339.84-.4585 1.259-.7259-1.088.0011-2.194-.0932-3.244.0794-1.011.1726-1.983.5549-2.899.9944-1.678.7645-3.356 1.5098-4.901 2.4839-1.03.6303-1.907 1.0125-3.071.308-.268-.1523-.726-.3426-.936-.247-1.563.8025-3.548.709-4.806 2.1405-.228.2672-.991.4396-1.278.2682-1.05-.6665-1.908-.208-2.823.0599-5.151 1.5115-10.301 3.0611-15.489 4.5154-3.319.9185-6.676 1.7227-10.034 2.5268-1.735.4022-3.529.6518-5.284.9967-3.929.8047-7.859 1.6476-11.789 2.4523-.457.0958-.954.0009-1.431.0014 4.844-2.4838 10.243-3.3281 14.953-5.7927-.725.0389-1.469.0587-2.213.0975.209-.9728.399-1.8312.608-2.7849-.839.0962-1.335.1539-1.85.2116.514-.5727 1.105-.8783 1.754-1.0697 3.567-1.0713 7.459-1.3229 10.548-3.5953.209-.1527.515-.1912.782-.2677 1.583-.4401 3.185-.8231 4.749-1.3585 1.164-.4016 2.27-.9748 3.395-1.4717-.038-.0953-.096-.1906-.134-.2859-2.136.6313-4.253 1.2627-6.39 1.894-.057-.1715-.134-.324-.191-.4956 2.136-.7458 4.292-1.4916 6.79-2.3712-.916-.4569-1.412-.7234-1.928-.9708-.019-.1907-.057-.4004-.096-.5911 1.946.0172 3.3-1.4716 5.322-1.2065.935.1135 1.584-.1922 2.27-.7078 1.545-1.1457 3.261-1.7766 5.341-1.8168 1.24-.0202 2.824.3216 3.624-1.2239.19-.3625.972-.4205 1.487-.5545.325-.0766.726.0756 1.012-.0582 2.002-.8219 3.986-1.7201 6.007-2.523.84-.3441 1.774-.4975 1.449-1.8131-.039-.1716.4-.439.724-.7635.306.5337.554.9149.707 1.2008 4.177-1.4724 8.259-2.8875 12.322-4.3217 2.002-.7075 4.024-1.4341 6.008-2.1988 1.01-.4015 1.945-1.0126 2.975-1.3569 3.032-1.0327 6.122-1.951 9.155-2.9646 2.461-.8224 4.864-1.721 7.305-2.5815 1.03-.36333 2.079-.65038 3.109-.99463.573-.19125 1.202-.32534 1.239-1.14541.056-1.29686.972-1.24052 1.793-.7836 1.394.76149 2.576.22639 3.51-.48011 1.297-.97383 2.154-2.72914 4.33-1.77768 1.163-.68765 2.613-.65089 3.776-1.37668.725-.45838.667-.858808.247-1.58309-2.213.536082-4.043 2.00625-6.409 1.89408-.057.00006-.115.0764-.191.09554-2.346.72692-4.711 1.43478-7.057 2.18076-.439.13392-.878.36318-1.202.66861-1.201 1.08817-2.517 1.24199-3.911.347-1.546-.9902-1.909-1.04707-3.167-.03513-1.049.85917-2.155 1.39421-3.605 1.14767-.172-.03798-.362.13384-.629.26758.267.38116.496.68607.783 1.10535-.343.22917-.648.45831-.82.5729-.649-.45708-1.241-1.16213-1.642-1.08546-1.278.23006-2.499.72706-3.719 1.16684-.916.34414-.571 1.27827-.781 1.94596-.114.3434-.629.5346-1.01.821-.363-.6671-.631-1.16273-.956-1.75361-.973.3442-1.85.65017-2.708.93701-.324.725.651 2.0972-.99 2.0034-.268-.4575-.555-.9149-.899-1.4676-1.239.4398-2.422.6698-3.414 1.2428-1.125.6686-2.288 1.1465-3.566 1.4528-1.526.3638-3.09.8039-4.483 1.4727-1.201.5733-2.288 1.2227-3.642 1.5863-4.292 1.1483-8.393 2.8114-12.685 4.0169-1.907.5358-3.623 1.7198-5.569 2.1412-3.433.728-6.599 2.1231-9.995 2.9083-2.194.517-4.215 1.644-6.428 2.1611-2.785.6701-5.283 2.3316-8.393 1.9913-.458-.0568-.915.2678-1.373.4208-.859.2678-1.679.631-2.556.8034-1.564.3257-3.224 1.052-4.693.691-1.546-.3799-2.156.3454-3.052.9755-.61.4393-1.106 1.0691-1.773 1.3367-3.452 1.3382-6.904 2.6955-10.433 3.8431-1.431.4781-2.9.7846-4.254 1.4725-1.163.5923-2.402 1.1846-3.929.5949-.458-.1712-1.088.0773-1.622.2304-2.518.708-5.036 1.4732-7.573 2.1622-.801.2105-1.85.6692-2.403.3455-.802-.495-1.203-.2658-1.851-.0363-2.194.7649-4.425 1.5107-6.657 2.1613-2.613.7653-5.245 1.3971-7.878 2.1052-.057-.1334-.095-.2859-.153-.4194 3.09-1.0709 6.161-2.1608 9.251-3.2317 3.567-1.243 7.152-2.4479 10.7-3.7099.916-.3251 1.735-.8789 2.594-1.3183-2.081-.4748-3.567 1.2429-5.8.6539.477-.4391.762-.878 1.144-1.05 2.651-1.1277 5.283-2.2935 7.991-3.2496 3.433-1.2047 6.924-2.2378 10.013-4.1669.763-.4775 1.812-.5357 2.67-.8989 1.679-.6881 3.854-.3088 5.093-1.9881.381-.5153.838-.9925 1.258-1.4887 1.508 1.0093 2.786 1.0653 4.026.1487.381-.2674.629-.7253 1.029-.9736.496-.3056 1.106-.6876 1.64-.6309 1.26.1514 2.194-.3644 3.052-.9946 1.43-1.0502 2.937-1.5475 4.807-1.2441 1.05.1706 2.271.322 3.147-.9184-.63-.6287-1.222-1.2384-2.024-2.0386 11.845-3.9208 23.537-7.7651 35.21-11.62844-1.259-.09416-2.385.1739-3.529.34662-1.221.19187-2.519.11683-3.663.46119-5.017 1.51133-9.995 3.15613-14.992 4.72473-6.18 1.932-12.38 3.8449-18.579 5.777-2.098.6504-4.215 1.2817-6.275 2.0083-3.681 1.3194-7.343 2.7151-11.005 4.0725-.191.0765-.401.153-.611.1341-2.881-.1498-5.207 1.1111-7.476 2.4863-.401.2483-.992.2107-1.508.2494-.438.0385-1.049-.1897-1.297.0203-.229.1909-.056.8201-.056 1.2778-1.851.0017-3.529.3466-5.017 1.2825-.381.2482-.896.4966-1.335.4399-.992-.0945-1.736.1923-2.422.8604-.381.3627-.935.554-1.45.7452-1.411.5353-2.937.8609-4.253 1.5487-1.297.6878-2.498 1.4327-4.082 1.3579-.19.0002-.381.1529-.572.2294-2.46 1.0131-4.921 2.0071-7.381 3.0393-.572.2294-1.144.535-1.889-.2843 1.297-.8594 2.536-1.7188 3.813-2.5591.153-.0955.42-.0957.611-.0387.954.2661 1.583-.1732 2.213-.7649 1.067-.9927 2.288-1.6423 3.948-1.3006 1.145.2468 1.602-.3829 1.563-1.6225-1.774.3259-3.53.0415-4.883 1.2443-.305.2863-.916.2869-1.374.3827-1.831.3641-3.662.6709-5.494 1.0541-.667.1341-1.869.4022-1.869.6311.039.9344-.61.916-1.125 1.0881-4.234 1.4152-8.468 2.7924-12.684 4.2267-9.651 3.2893-19.302 6.5595-28.915 9.9251-6.371 2.2373-12.665 4.6081-19.016 6.9216-3.739 1.3576-7.477 2.7533-11.253 4.0728-2.976 1.0326-6.009 1.8937-8.965 2.9454-4.063 1.4532-8.049 3.1352-12.13 4.5503-7.992 2.7729-16.041 5.4123-24.071 8.1089-.191.0764-.382.1338-.573.2103-3.814 1.5483-7.59 3.1538-11.424 4.6069-7.515 2.8486-15.068 5.621-22.621 8.4507-1.545.5736-3.089 1.1853-4.596 1.8161-4.73 2.0069-9.46 4.0329-14.19 6.0398-6.37 2.7137-12.74 5.4087-19.11 8.1227-7.629 3.269-15.296 6.442-22.8482 9.844-5.855 2.637-11.6144 5.503-17.3546 8.426-2.7271 1.395-5.244 3.133-7.8946 4.68-7.4942 4.355-15.0075 8.653-22.4827 13.008-3.6041 2.083-7.1509 4.241-10.7359 6.323-4.4241 2.579-8.8481 5.138-13.2913 7.679-4.405 2.522-8.3898 5.538-11.3815 9.546.1725.839.3449 1.602.5558 2.631 1.1824-.573 2.3076-1.127 3.5281-1.719.8982 1.505 2.5184-.117 3.7978.95-.5341.153-.9347.287-1.3162.382-1.2398.326-2.5944.479-3.7386 1.015-1.8309.859-3.5279 2.005-5.3205 2.941-.8391.44-1.7928.708-2.68926 1.033-1.52588.535-3.05175 1.071-4.55855 1.606.00006.057.01921.134.01926.191.4961.018.99219.037 2.02253.074-1.16315.745-1.92589 1.222-2.74583 1.738.80218.877 1.60348.819 2.44283.646.85841-.191 1.46921.075 1.87067.895-.51463.553-1.12479.973-1.41042 1.565-.59031 1.221-1.6583 1.718-2.85995 2.119-.72481.23-1.44961.479-2.11707.823-.74377.363-1.621205.611-2.26881 1.775 3.52934-.442 6.7346-.597 9.78667-1.325 3.09023-.728 6.02733-2.027 9.19343-3.136-.095.381-.0948.572-.1711.629-.4195.23-.839.478-1.2968.612-4.2535 1.339-8.14402 3.23-11.38471 6.247-.66719.63-1.67817.898-2.49816 1.356-.62931.344-1.2204.745-1.90687 1.165.84093 1.487 1.45277 2.84 2.3125 4.041.36301.514 1.22174.666 1.81358 1.047.28636.171.61101.476.6876.762.42117 1.487 1.12819 2.612 2.86456 2.725.1908-.001.51533.19.5345.285.05868 1.507 1.1642.361 1.6988.723-.2092.725-.4375 1.431-.6276 2.137-.3803 1.392.4221 2.498 1.9103 2.496.6869-.001 1.3545-.249 2.0412-.383 1.24-.249 2.4609-.46 3.5114.759.2292.267.9162.324 1.3358.228.7249-.172 1.4687-.459 2.098-.822 2.1549-1.242 4.5584-1.816 7.5536-2.162-5.2068 2.102-9.9368 4.014-14.6858 5.926-.0565.781-.1131 1.487-.1507 2.059 3.1491.989 5.7801-1.149 9.2148-.733-.7625.706-1.22 1.145-1.6775 1.565.0764.134.1338.248.2102.381 3.4332-1.3 6.8471-2.695 10.7576-3.633-.381.61-.5525.878-.6859 1.087 1.6423 1.486 3.2643 1.676 5.0954 1.083 8.6787-2.755 17.4339-5.28 26.0361-8.206 11.8066-3.997 23.4984-8.299 35.2476-12.43 4.7495-1.664 9.5175-3.232 14.3055-4.8 1.087-.364 2.251-.555 3.376-.842-.514.629-1.163.935-1.773 1.336-.381.248-.954.573-.991.936-.113 1.373-1.182 1.717-2.116 2.233-5.187 2.884-10.469 5.636-15.1788 9.225-1.1249.86-1.8298 1.89-1.9238 3.435-1.3929-.075-2.3081.555-2.9557 1.757-.3047.573-.9149.993-1.4296 1.413-1.3155 1.069-2.7074 2.043-3.9656 3.188-.9913.898-1.9252 1.89-2.1337 3.378-.0759.477-.4951 1.011-.9146 1.259-1.0297.65-2.0976 1.28-3.2611 1.682-2.4604.879-4.9782 1.645-7.477 2.391-3.8339 1.148-7.0563 3.344-10.3551 5.406-.1717.115-.3241.268-.4385.42-.0571.077.0002.229-.0187.344.3626.076.7442.133 1.1831.208-.4381.725-.8001 1.279-1.1811 1.889.7823.076 1.4692.133 2.2325.208-.7231 2.022-.7231 2.003-2.4397 2.653-.6866.268-1.6025.231-2.1358 1.185 1.9653.131 3.0897-1.243 4.6159-1.492 1.5452-.25 3.0136-1.071 4.7505-.405-2.5749.899-5.1499 1.797-7.6485 2.677.2491 1.049.4407 1.887.7088 2.955.9918-.344 1.9454-.726 2.9373-1.013.9347-.268 1.6395-1.451 3.1667-.633-2.1933 1.013-3.3362 2.998-5.4533 3.705-.0191 0 .0001.134.0002.21.3246.343.6493.686.9931 1.048-.4383.553-.8004.992-1.2578 1.546.2673.171.5346.343.7828.514-.2861.134-.5722.248-.8583.363-2.3267 1.013-4.5771 2.14-5.5671 4.354 2.0422.703 2.3093.741 4.2733-.558 1.2585-.84 2.4597-1.718 3.7946-2.406.0383.095.0956.191.1338.286.1148.305.6684.609 1.05.666.0764 0 .1527 0 .229.019-.267.058-.5341.115-.7821.192-.8186 1.85-1.4659 3.319-2.1323 4.827-.5533 0-1.3739-.171-1.6027.039-1.1437 1.126-2.2301 2.31-3.1066 3.569-.3429.496-.3611 1.431.0017 1.812.3438.343 1.3932.342 2.1181.227.9157-.135 1.7926-.917 3.1098-.232-2.1547 1.375-4.0806 2.598-6.2162 3.954.3245.247.5919.457.8401.647-1.0492.268-2.0408.765-2.8792 1.967.6679.133 1.2214.323 1.7176.418-.4577.287-.9344.573-1.4111.841-1.5638.84-2.1173.612-3.2633-.703-.5921-.667-1.5466-1.124-1.9857-1.447-1.7733 1.165-3.0507 2.177-4.5001 2.922-5.1299 2.674-10.1834 5.425-15.5999 7.662-6.2557 2.599-12.3394 5.542-18.4422 8.427-1.1633.555-2.28817 1.452-3.01231 2.387-1.02904 1.336-1.67627 2.881-2.59056 4.503 1.06934.915 2.38691 2.039 3.91457 3.353 4.1959-1.682 8.3347-3.345 12.4925-4.97 5.4548-2.141 11.2536-3.615 16.2305-6.709 1.4111-.879 2.5751-.747 3.5682.282.4966.534 1.0504 1.029 1.6042 1.562-3.2422 1.453-6.1982 2.886-9.2497 4.167-3.4903 1.452-7.1334 2.638-10.5662 4.186-4.3674 1.969-8.7935 2.45-13.392 2.13-.1527 0-.3814.21-.6484.382.2865.305.5921.609.9549.971-.648.707-1.29607 1.394-1.96321 2.081.57339 1.048 1.10861 2.039 1.60551 2.954.9732.152 1.851.304 2.8433.455-1.3341 1.489-3.56838-.511-4.42474 1.835.57271.324 1.18384.896 1.96624 1.086 1.4886.36 3.0535.702 4.618.72 2.4804-.003 5.0562.052 7.4788-.465 3.2429-.709 6.3708-1.97 9.5562-2.927 2.5941-.784 5.2078-1.035 7.9749-.541-1.9071.936-3.8142 1.891-5.7213 2.847.0574.095.0956.171.1529.266 2.6898-.46 5.3796-.939 8.4891-1.476-1.5433 2.214-3.7565 2.311-5.6832 2.713-1.1445.23-1.9267.364-2.8416 1.319-2.3254 2.443-5.8924 3.438-9.1924 4.261-1.7168.422-3.7973-.492-5.9155-.833-1.2778.573-2.8798 1.299-3.9669 1.815-.3807.935-.418 1.793-.9709 2.252-2.7835 2.329-2.8217 2.291-1.2163 5.035 1.1447-.039 2.3658-.078 3.6441-.137.2677.668.4781 1.221.7842 2.021.5145-.706.8574-1.183 1.2576-1.717 2.3477.875 5.4371-.673 7.8048 1.194-2.0598.936-3.7952 1.777-5.588 2.522-1.1062.478-2.1933.918-2.0395 2.1.1729 1.316-.8759 1.87-2.1156 2.405-2.5366 1.089-5.0349 2.255-7.74312 3.459 1.26002.8 2.15782 1.886 3.20722 1.923 1.3547.037 2.8422-.765 4.2727-1.205.763-.23 1.5259-.574 2.3081-.67.5914-.077 1.1831.17 2.1944.322-2.4785 1.909-5.5507 1.569-7.6859 3.364-1.8683 1.584-5.09284 1.549-7.0181 3.439 2.9185-.708 5.7224-1.664 8.5453-2.583 2.6131-.841 5.1879-1.911 7.8586-2.41 2.1747-.402 4.1966-.938 6.1991-1.856 4.3102-1.949 8.4865-4.222 13.1601-5.276.7449.839 1.3943 1.544 2.1773 2.401-3.2612 1.453-6.3699 2.829-9.4786 4.224 1.1653 1.524 3.6254.263 5.3241.91-1.3913 1.603-2.7272 1.242-4.3113.691-1.7751-.628-3.4363-2.018-5.7629-.815-1.0107.516-1.754 1.47-2.8029 1.91-1.0871.459-2.4036.46-3.5672.823-1.8311.593-3.3375 1.491-2.8394 3.607-1.6929-1.168-3.4863-1.121-5.3804.139.6108.286 1.2217.571 1.9088.895-.7434.744-1.3152 1.317-1.8871 1.889 2.556-.765 5.112-1.511 7.7824-2.315-.0556 1.736-1.3528 1.947-2.5353 2.406-2.6702 1.013-5.3022 2.122-7.9533 3.192-1.0299.421-1.8116.955-1.1616 2.29 1.278-.307 2.5943-.537 3.8723-.939 1.2016-.382 2.3268-.974 3.5093-1.414 6.6374-2.486 13.2557-4.952 19.8932-7.418.6485-.23 1.4304-.574 2.0029-.479 2.0991.398 3.4529-.537 4.1008-1.396 1.5644-.135 2.5375-.079 3.4531-.309 4.5209-1.091 8.8506-2.602 12.9699-4.665 3.4327-1.72 4.6541-1.397 5.7825 1.444-1.0893-1.83-2.4627-1.447-4.2361-.454-1.4493.822-3.1469 1.319-4.7491 1.931-2.4604.936-4.959 1.835-7.4194 2.772-2.9944 1.147-6.0079 2.275-8.9832 3.46-5.5502 2.199-11.0621 4.454-16.6122 6.672-1.1443.459-2.2887.879-3.4713 1.262-1.4115.459-3.5102.518-4.1582 1.32-1.7723 2.194-4.6145 2.903-6.9413 3.839-2.17432.861-2.86016 1.948-3.92712 3.532.70594-.02 1.183.056 1.56447-.078 2.89905-1.128 6.08465-1.932 8.60165-3.536 2.8221-1.776 5.8939-1.855 8.8506-2.526 2.9758-.689 5.8372-1.226 8.2969-2.983.4194-.305 1.0107-.496 1.5449-.592 3.7008-.728 7.4206-1.438 11.3885-2.204-.2108-.934-.3832-1.659-.5173-2.307 2.5743-1.509 2.9017 1.713 4.3896 1.35.8768-.917 1.2577-1.622 1.868-1.89 1.3541-.593 2.8993-.88 4.2534-1.473.8582-.363 1.487-1.279 2.3644-1.566 1.9646-.65 4.0248-1.11 6.0659-1.531.7249-.153 1.6216-.211 2.2324.036 1.0116.4 1.8327 1.085 2.73 1.637-.4384.516-.8577.993-1.5628 1.852 2.5946-.27 4.2537-1.149 5.779-2.275 1.2965-.974 2.6695-1.757 4.5779-1.282-2.6316 1.452-5.2442 2.923-7.8567 4.374l.2485.477c1.0683-.192 2.1556-.403 3.2239-.594-.4956.496-.9912.992-1.239 1.24.4965.477.9358.915 1.4323 1.391.6295-.134 1.4498-.325 2.3845-.555-.1899.992-.3228 1.698-.4556 2.48 1.0301-.268 3.7016.149 3.7783.492.4979 1.983.4596 1.849 2.6342 1.294 1.8312-.459 3.7391-.595 5.6277-.863-1.9643.955-.1501 2.651-1.313 3.701-1.3161.363-3.1668.441-3.7004 1.128-1.4863 1.985-3.6222 3.055-5.8534 4.22-3.3755 1.758-6.77 3.554-8.0448 7.236 1.7547-.593 3.2235-.976 4.5777-1.549 3.6999-1.587 7.3808-3.23 11.0234-4.912 1.0298-.478 1.9263-.841 3.7393-.347-2.3458 1.09-4.6158 1.607-5.664 2.79-1.1626 1.336-3.7195 1.167-3.9657 3.055-2.3278-.055-6.1041 1.551-6.103 2.657.6294-.211 1.2207-.402 2.5368-.842-2.1162 1.757-3.7176 3.093-5.3381 4.43.0764.095.1719.19.2483.285 2.9369-1.395 5.8739-2.79 8.7918-4.165.9509-3.224 5.9883-2.848 7.0728-6.072 1.643 2.268 1.9293 2.344 4.4468 1.293.8392-.344 1.5636-.974 2.4029-1.261 2.3079-.765 4.6728-1.778 7.019-2.009 1.832-.173 3.11-.67 4.273-1.701 3.812-3.456 8.981-5.158 13.482-7.718.553-.324 1.354-.306 1.984-.555.553-.21 1.106-.439 1.659-.65-.095.096-.21.191-.305.306-.648.82-.895 2.003-1.485 3.472.972-.554 1.621-.898 2.25-1.261.326 1.564-1.448 1.546-1.81 2.729.439.114.783.209 1.031.285.019.553.039.992.059 1.64.781-.458 1.353-.802 2.212-1.318-.019.172-.038.343-.038.496-.42.191-.82.363-1.24.554-2.403 1.051-5.016 1.76-7.381 2.887-4.424 2.102-8.581 4.7-13.121 6.516-7.9147 3.173-15.5622 6.822-23.1716 10.472-2.2504 1.089-4.4243 2.35-6.4836 3.687-1.8306 1.184-3.451 2.597-5.7198 4.334 3.2053-.06 5.5334.281 7.936-1.17 2.3074-1.395 4.8821-2.446 7.3805-3.612 4.6725-2.178 9.3259-4.376 14.0556-6.478 2.5938-1.147 5.3019-2.122 7.9529-3.192.534-.211 1.183-.383 1.526-.727 1.697-1.698 4.654-1.301 6.313-3.019 4.253-.995 7.896-3.097 11.672-4.95 0 .038 0 .057.019.095.555 1.85.574 1.926 2.119 1.123.763-.401 1.411-.764 1.87.59.077.229.745.304 1.298.533-.782.515-1.506.974-2.193 1.432-1.335.707-2.555 1.566-3.661 2.54.63-.039 1.431.056 1.794-.231 1.754-1.317 3.68-2.235 6.007-2.542-.629.306-1.258.612-1.869.917-.591.306-1.335.574-1.238 1.642 1.889.055 3.701.13 5.514.185-.495 1.049-2.213.708-2.44 2.253.82.037 1.488.056 2.271.093-.305 1.049-1.468 1.432-.685 2.842.878-.306 1.812-.593 2.69-.975.782-.344 1.506-.841 2.288-1.166.782-.305 1.641-.478 2.613-.765-1.64.936-3.414 1.319-4.442 2.998 2.689-.803 4.996-2.693 8.106-2.353-.381.649-.685 1.164-1.238 2.118 1.831-.688 3.129-.327 4.408.415 2.195 1.257 4.332 1.083 6.124-.215 1.926-1.394 4.177-1.854 6.351-2.619 2.957-1.052 6.181-1.169 8.984-2.812 2.765-1.624 5.894-2.637 8.869-3.899.21-.095.496-.057.896-.115-.171.534-.304.897-.418 1.259.636.635.892 1.735.766 3.299.477-.02.916-.04 1.336-.078 1.297-.154 1.583.151 1.413 1.524-.114.859-.189 1.736-.265 2.48 1.146.647 1.736-.784 2.881.13-.972.84-1.868 1.623-2.764 2.406l.249.362c.915-.42 1.849-.841 2.937-1.338-.305.477-.515.802-.82 1.26.878.209 1.603.399 2.405.589-.476.61-.819 1.068-1.01 1.317.783 1.048 1.433 1.924 2.216 3.011 1.431-.097 3.015-.194 4.655-.291.039.134.153.496.268.82 1.393-.402 2.69-.766 3.987-1.129.038.076.076.152.114.21-.61.42-1.201.84-2.097 1.47 1.05.228 1.813.609 2.462.494 1.602-.288 3.396-.099 4.367-1.95.381-.725 1.43-1.126 2.25-1.451 2.098-.822 4.235-1.511 6.352-2.257.095-.038.229.038.114.019.096.553.173 1.011.25 1.487-2.212 1.147-3.445 2.127-3.699 2.941 1.106-.306 2.06-.555 2.995-.842 4.311-1.301 8.602-2.697 12.932-3.903 1.431-.402 3.053-.231 4.483-.614 2.308-.594 4.54-1.416 6.81-2.105 2.193-.669 4.444-1.186 6.638-1.894 2.956-.956 5.855-2.008 8.774-3.059.343-.134.61-.478.915-.726-.058-.076-.115-.152-.172-.248-3.434.976-6.867 1.933-10.301 2.909 1.946-1.089 4.044-1.835 6.103-2.619 2.098-.803 4.177-1.625 6.256-2.485 2.003-.822 3.948-1.777 6.008-2.428.077.153.153.305.229.458-.705.573-1.429 1.126-2.135 1.699.096.153.172.305.268.458 6.981-2.181 13.694-5.048 20.636-8.087-1.088-.819-1.641-.494-2.289-.131-1.45.821-3.186 1.109-4.35.767.515-.344.915-.707 1.373-.917 3.566-1.548 7.152-3.058 10.719-4.587 1.735-.745 3.566-1.224 5.283-2.103 1.888-.993 3.603-2.463 5.931-2.599.687-.039 1.469-.421 1.983-1.756-1.145.325-1.908.459-2.595.746-1.888.803-3.738 1.682-5.607 2.484-3.204 1.376-6.408 2.714-9.65 4.033-.477.192-1.049.192-1.584.154-1.087-.094-2.003.079-2.498 1.185-.076.172-.21.382-.362.42-2.69.689-5.016 2.16-7.476 3.326-.82.401-1.984 1.088-2.594.746-1.375-.8-1.851.04-2.633.67-.438.362-1.106.401-1.64.669-.572.267-1.087.63-1.64.955-.381.229-.744.515-1.163.668-2.098.803-4.215 1.549-6.294 2.371-2.27.899-4.501 1.911-6.771 2.791-2.193.841-4.425 1.587-6.618 2.39l-.172-.4c3.566-1.415 7.152-2.849 10.718-4.263-.038-.134-.076-.248-.114-.382-.401.001-.783.001-1.431-.017 1.487-.536 2.727-1.014 3.967-1.434.667-.23 1.411-.269 2.003-.593 1.335-.707 2.497-1.757 3.89-2.254 4.272-1.511 8.545-2.926 12.568-5.142 4.463-2.465 9.613-3.595 14.152-6.059 2.021-1.089 4.272-1.74 6.408-2.619 1.335-.554 2.708-1.071 3.967-1.758 1.64-.898 3.586-.824 5.245-1.836 2.003-1.222 4.291-2.083 6.599-2.619 3.529-.842 6.408-3 9.651-4.414 1.697-.746 3.318-1.834 5.091-2.542 1.336-.535 2.632-1.146 3.967-1.644 2.06-.783 4.158-1.491 6.237-2.237.63-.229 1.622-.306 1.774-.764.266-.84.82-.955 1.43-1.165 1.125-.363 2.27-.746 3.357-1.185 2.441-.975 4.844-2.046 7.305-3.002 2.021-.802 4.1-1.472 6.122-2.256 2.995-1.166 5.932-2.485 8.983-3.555 2.671-.937 5.475-1.569 8.183-2.392 2.079-.631 4.158-1.339 6.18-2.104 2.136-.822 4.158-1.93 6.351-2.599 2.766-.861 5.685-1.321 8.47-2.125 1.621-.459 3.108-1.281 4.653-1.931-.382-.4-.725-.552-.973-.476-1.869.651-3.681 1.396-5.57 1.989-4.978 1.569-9.995 3.061-14.973 4.649-2.136.688-4.215 1.548-6.351 2.256-3.834 1.281-7.687 2.505-11.521 3.768-1.183.382-2.365.841-3.548 1.281-2.098.784-4.196 1.587-6.294 2.371-.724.267-1.468.382-2.289-.208 1.087-.478 2.04-.917 2.994-1.319 2.365-1.013 4.73-2.045 7.114-3.001 4.158-1.663 8.354-3.25 12.492-4.932.801-.325 1.469-.84 2.461-.383.267.114.973-.192.973-.345-.001-.877.705-.649 1.106-.878.572-.325 1.201-.516 1.716-.917 1.792-1.413 3.852-1.949 6.447-1.761.114-1.144 1.144-1.126 2.136-1.298.572-.096 1.106-.44 1.659-.631.439-.153 1.145-.497 1.298-.326.859.991 1.411-.497 2.06-.04 1.069.762 1.622-.23 2.366-.479 1.373-.44 2.67-1.07 4.005-1.606 2.175.303 4.082-.537 5.951-1.245 2.003-.765 3.853-1.701 6.123-1.913 2.69-.269 5.265-1.244 7.859-1.991 2.652-.746 5.246-1.702 7.954-2.296 1.164-.268 2.156-.497 2.517-1.47 1.317-.002 2.424.035 2.996.035.495-.687.705-.973.934-1.279.496.19 1.05.61 1.45.495 1.622-.44 3.205-.881 4.903-1.092 1.659-.211 3.243-.804 4.845-1.435 3.547-1.395 7.343-2.181 11.044-3.195 1.717-.479 3.472-.824 5.131-1.416 1.049-.383 2.041-.784 3.128-1.071 1.297-.364 2.633-.27 3.892-.557 3.414-.804 6.829-1.647 10.243-2.451.592-.134 1.24-.459 1.966.342-2.862.632-5.589 1.225-8.317 1.819l.095.382c.535-.077 1.069-.154 1.717-.25-.266.324-.4.477-.724.878 1.584-.307 2.824-.499 4.044-.786 2.785-.632 5.57-1.283 8.336-1.934 2.843-.689 5.742-1.188 8.489-2.144 2.708-.956 5.877.509 8.337-1.285.133-.096.4-.058.591-.058 2.595.054 5.037-.425 7.363-1.438 1.126-.496 2.27-.917 3.682-.594 1.222.266 2.404-.136 3.472-.766-.954-.19-1.869.669-3.149-.474.725-.287 1.278-.497 1.812-.707-1.526.192-3.071.403-4.597.595-.382.039-.783.001-1.164-.037l-.096-.553c1.507-.44 3.014-.861 4.52-1.282 1.145-.325 2.404-.441 3.415-.995.763-.42 1.43-.497 2.27-.364.821.132 1.756.532 2.442-.403-.306-.362-.554-.667-.955-1.143.706-.001 1.316-.212 1.736-.002 1.451.799 2.652.36 3.854-.233 1.983-.993 3.967-2.006 5.931-2.999-.535-.267-1.107-.533-1.928-.933.667-.401 1.03-.611 1.392-.84.019-.134.038-.248.076-.382-.401-.057-.783-.114-1.527-.227 1.373-1.165 2.345-2.062 3.375-2.845.781-.573 1.601-1.222 2.517-1.452 3.853-1.014 7.745-1.838 11.598-2.795 1.583-.383 3.147-.88 4.711-1.32-2.823.422-5.589 1.149-8.393 1.59-1.736.288-3.396 1.129-5.304.539-.267-.076-.61.192-.916.268-1.659.479-3.3.995-4.959 1.397-.63.153-1.355.02-2.366.041 1.163-1.031 2.556-.88 3.165-2.254-2.271-.15-4.005 1.415-6.295.788.571-1.488 1.562-2.233 2.802-2.539 1.717-.44 3.491-.728 5.246-1.111.572-.115 1.163-.249 1.736-.421 1.201-.364 2.403-.727 3.586-1.148 1.735-.631 3.471-1.262 5.168-1.969.916-.382 1.697-1.012 2.632-1.318 2.06-.708 4.177-1.282 6.256-1.933.344-.114.649-.324.954-.477-.038-.134-.096-.248-.134-.382-4.578.996-9.156 1.992-13.735 2.989-.038-.115-.076-.229-.114-.363.553-.382 1.086-.783 1.716-1.222-1.107-.285-2.118.345-3.168-.664.457-.249 1.068-.516 1.029-.573-.44-1.259.591-1.336 1.163-1.737.534-.382 1.087-.707 1.64-1.069-.077-.115-.134-.248-.211-.363-.801.23-1.602.46-2.365.67-.592-.457-1.127-.857-1.776-1.333.534-.344.897-.573 1.278-.821-1.547-1.238-1.699-1.219-2.957.25.153.134.286.305.458.4.783.419.669 1.144.46 1.659-.229.572-.744.573-1.355.097-.229-.191-.858.058-1.183.268-.476.305-.858.764-1.334 1.203-.976-2.421 1.562-2.786 1.808-4.674-2.653-.684-4.578 1.148-7.116 1.265 3.604-2.33 7.763-2.849 11.806-4.588-1.106.058-1.869.097-2.613.136-.077-.134-.153-.267-.211-.4.553-.688 1.087-1.375 1.792-2.272-.745-.151-1.279-.265-2.042-.436.839-.287 1.449-.555 2.098-.689 1.488-.306 3.014-.479 4.483-.862 2.251-.555 4.444-1.244 6.676-1.856 1.03-.287 2.06-.498 3.09-.766.63-.172 1.297-.345 1.22-1.603-4.522.157-8.603 2.029-13.564 2.072 1.087-.897 1.811-1.622 2.65-2.157.915-.573 1.945-.994 2.918-1.471-.439-.324-.764-.324-1.031-.228-1.926.688-3.814 1.434-5.76 2.103-.457.153-1.316.211-1.488-.037-.592-.896-1.203-.552-1.813-.418-.916.211-1.793.479-2.69.709-.515.134-.934.306-1.412-.4-.229-.362-.935-.38-1.412-.57.056-.477.094-.859.151-1.297-2.576.117-5.018.233-7.956.389 2.842-1.471 4.919-3.457 7.876-3.841.84-.115 1.622-.536 2.385-.88.839-.382 1.601-.916 2.46-1.261 2.441-1.013 4.882-1.988 7.362-2.943.763-.306 1.449-.688 1.906-1.413.096.247.192.495.306.762 1.717-.574 3.338-1.109 4.96-1.664-.039-.076-.058-.133-.096-.19-.591.057-1.202.134-1.793.192 1.41-1.527 3.337-1.224 4.997-1.721 1.621-.497 3.051-1.548 4.596-2.388.134.514.249.934.44 1.582 3.376-.938 6.791-1.627 9.938-2.851 1.564-.612 3.033-1.223 4.711-1.416 3.301-.403 6.62-1.169 9.883-1.268 2.404-.078 4.063-1.014 6.599-2.237-3.377-.149-6.03-.528-8.682-.316-2.632.193-5.191-1.616-7.879.408-.095.076-.496 0-.63-.114-2.081-1.81-4.178.138-6.849.35.992.457 1.45.685 2.214 1.028-1.316.611-2.327 1.07-3.471 1.586-.058-.591-.096-1.03-.135-1.392-1.164.001-2.27.002-3.892-.035.819-1.526 1.466-2.69 2.114-3.892 2.518-.136 4.693-.596 5.492-3.038-1.221.097-2.251.174-3.281.251 2.039-1.699 4.214-2.788 7.266-2.886-.514.801-.819 1.317-1.162 1.794-.4.572-.838 1.107-1.296 1.717 3.683.74 7.289-.216 9.404-2.469-1.698-.094-3.471 1.377-5.666-.033 3.986-1.205 7.439-2.257 10.891-3.29.095-.038.229 0 .324.038 1.813.475 3.32-.404 4.941-1.035 2.27-.86 4.616-1.568 7.42-2.505-1.64 1.298-1.811 2.099-.208 2.594 2.289-1.337 4.271-3.017 7.114-3.173 2.29-.116 4.636-.004 6.887-.445 2.938-.575 6.182-.406 8.641-2.716.572-.535 2.594-.842 3.148-.48 1.145.781 2.041.341 3.129.016 1.106-.325 2.231-.631 3.376-.861 2.995-.594 3.014-.556 3.851-3.284-3.357.766-3.264-1.656-4.22-3.276' fill='%23e0d8c7'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
    #landing-freeze-dried .IntroFloor {
        padding: 0
    }

    #landing-freeze-dried .IntroFloor p {
        max-width: 811px;
        margin: auto;
        font-size: 25.42px;
        line-height: 26px
    }

    #landing-freeze-dried .IntroFloor:before {
        width: 738px;
        height: 430px;
        top: -170px;
        left: calc(50% - 90px)
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried .IntroFloor {
        padding: 0
    }

    #landing-freeze-dried .IntroFloor p {
        max-width: 899px;
        font-size: 27.583px;
        line-height: 28.7px;
    }

    #landing-freeze-dried .IntroFloor:before {
        width: 808px;
        height: 517px;
        top: -174px;
        left: calc(50% - 100px);
    }
}

#landing-freeze-dried .ProcessFloor {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 16px;
    gap: 24px;
    isolation: isolate
}

#landing-freeze-dried .ProcessFloor__title {
    font-family: var(--ff-bold);
    font-style: normal;
    font-weight: 950;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase
}

#landing-freeze-dried .ProcessFloor__process {
    position: relative;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    isolation: isolate;
    gap: 10px
}

#landing-freeze-dried .ProcessFloor [data-label] {
    font-family: var(--ff-bold);
    font-style: normal;
    font-weight: 950;
    font-size: 26px;
    line-height: 91.4%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-orange)
}

#landing-freeze-dried .ProcessFloor [data-label="3"] {
    grid-row: 6
}

#landing-freeze-dried .ProcessFloor [data-glyphs] {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px 0;
}

#landing-freeze-dried .ProcessFloor [data-glyphs] .svg {
    width: 98px
}

#landing-freeze-dried .ProcessFloor [data-media] {
    display: flex;
    justify-content: center;
    align-items: center
}

#landing-freeze-dried .ProcessFloor [data-arrow] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 286px;
    z-index: -1
}

@media (min-width: 992px) {
    #landing-freeze-dried .ProcessFloor {
        gap: 36px
    }

    #landing-freeze-dried .ProcessFloor__title {
        font-size: 55.1525px;
        line-height: 56px
    }

    #landing-freeze-dried .ProcessFloor__process {
        gap: 10px;
        width: 1140px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto
    }

    #landing-freeze-dried .ProcessFloor [data-label] {
        font-size: 30.7271px;
        line-height: 91.4%;
        grid-row: 1;
        position: relative;
        padding: 0 3rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #landing-freeze-dried .ProcessFloor [data-label="2"]:before,
    #landing-freeze-dried .ProcessFloor [data-label="3"]:before {
        content: "";
        position: absolute;
        top: calc(50% - 12px);
        left: -12px;
        width: 14px;
        height: 24px;
        background: var(--color-orange);
        z-index: -1;
        clip-path: path("M.888.888a1.572 1.572 0 0 1 2.224 0l10 10c.612.612.614 1.602.008 2.216L3.12 23.266A1.572 1.572 0 1 1 .879 21.06l8.906-9.051L.888 3.112a1.572 1.572 0 0 1 0-2.224Z")
    }

    #landing-freeze-dried .ProcessFloor [data-media="1"] img {
        width: 303px
    }

    #landing-freeze-dried .ProcessFloor [data-media="2"] img {
        width: 229px
    }

    #landing-freeze-dried .ProcessFloor [data-glyphs] {
        gap: 52px
    }

    #landing-freeze-dried .ProcessFloor [data-glyphs] .svg {
        width: 136px
    }

    #landing-freeze-dried .ProcessFloor [data-arrow] {
        position: absolute;
        bottom: calc(50% - 90px);
        left: calc(50% + 45px);
        transform: translate(-50%, -50%);
        width: 619px;
        z-index: -1
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried .ProcessFloor {
        padding-top: 20px;
        padding-bottom: 90px;
        gap: 48px
    }

    #landing-freeze-dried .ProcessFloor__title {
        font-size: 55.13px;
        line-height: 56px;
        letter-spacing: -1px
    }

    #landing-freeze-dried .ProcessFloor__process {
        gap: 10px;
        width: 107%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto
    }

    #landing-freeze-dried .ProcessFloor [data-label] {
        font-size: 30.71px;
        line-height: 91.4%;
    }

    #landing-freeze-dried .ProcessFloor [data-glyphs] {
        gap: 64px
    }

    #landing-freeze-dried .ProcessFloor [data-glyphs] .svg {
        width: 134px;
    }

    #landing-freeze-dried .ProcessFloor [data-media="1"] {
        margin-top: -70px;
        pointer-events: none
    }

    #landing-freeze-dried .ProcessFloor [data-media="1"] img {
        transform: translateY(60px)
    }

    #landing-freeze-dried .ProcessFloor [data-media="1"] img {
        width: 343px;
    }

    #landing-freeze-dried .ProcessFloor [data-media="2"] img {
        width: 260px;
    }

    #landing-freeze-dried .ProcessFloor [data-arrow] {
        left: calc(50% + 20px);
        bottom: calc(50% - 76px);
        width: 618px;
    }

    #landing-freeze-dried .ProcessFloor [data-arrow] .svg {
        width: 100%
    }
}

#landing-freeze-dried .Product {
    display: grid;
    isolation: isolate;
    position: relative;
    gap: 10px;
    padding-bottom: 70px;
    width: 348px;
}

#landing-freeze-dried .Product__content {
    display: grid;
    gap: 14px;
    justify-content: center;
    text-align: center;
}

#landing-freeze-dried .Product__title {
    font-family: var(--ff-alt);
    font-size: 61.7482px;
    line-height: 69px
}

#landing-freeze-dried .Product__description {
    font-weight: 450;
    font-size: 22.4222px;
    line-height: 26px;
    text-align: center
}

#landing-freeze-dried .Product__features {
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 19.7917px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .1em
}

#landing-freeze-dried .Product__note {
    font-size: 16.96px;
    line-height: 19px;
    letter-spacing: .1em
}

#landing-freeze-dried .Product__note b,
#landing-freeze-dried .Product__note strong {
    display: block;
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 22.9583px
}

#landing-freeze-dried .Product__ctas {
    display: grid;
    justify-content: center;
    gap: 20px
}

#landing-freeze-dried .Product__ctas>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px
}

#landing-freeze-dried .Product [data-cta] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ff-bold);
    width: 117px;
    height: 36px;
    isolation: isolate;
    font-weight: 950;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

#landing-freeze-dried .Product [data-cta]:before {
    content: "";
    position: absolute;
    display: block;
    width: 117px;
    height: 36px;
    background: var(--color, currentColor);
    z-index: -1;
    pointer-events: none;
    -webkit-mask: no-repeat center;
    mask: no-repeat center;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='none' height='36' viewBox='0 0 117 36' width='117' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e7792b'%3E%3Cpath d='m86.0629 32.1596c-.1808-.0429-.369-.0755-.4821-.1899-.0203-.0122-.0454-.0198-.0739-.0223-.3925-.0823-.7868-.1615-1.177-.2463-.5085-.1104-1.0135-.2253-1.5191-.339-.1411-.0317-.2803-.066-.4259-.1003.1179-.0894.2082-.0504.3005-.0298.2272.0516.4498.1083.6807.1522.1117.0208.2399.0162.3589.0264.0469.006.0919.0147.1348.0261.0388.0075.0759.0291.1165.0226.1945-.0316.3383.0214.4941.0545.4186.0882.8344.1816 1.2536.2691.1015.0211.2135.0278.3204.0418.0829-.1132.0081-.1305-.0628-.1479-.1596-.0397-.3223-.0757-.4806-.1172-.0586-.0155-.146-.0116-.1369-.1052l.4279.045.0763-.1819c-.0478-.0644-.1546-.0583-.2973.0171-.029-.1293-.1453-.1612-.3011-.1654-.0868-.0033-.1625-.0243-.2212-.0614-.1197-.0777-.2537-.0728-.4283.0147-.0667.0326-.1354.0575-.2031.0736-.0274.0045-.0533.0046-.0762.0003s-.0423-.013-.0572-.0254l.3134-.077.0154-.0359-.5822-.1748c.0627-.0586.1144-.1068.1847-.1722.3851.0925.7527.1974 1.1423.2697.3812.0674.7793.1108 1.1918.1301l-.8571-.2394c.0564-.019.1009-.0451.1296-.0426.0857.0061.1667.0197.2417.0406.1575.0465.2964-.0004.4458-.1404-.1588-.046-.3131-.0909-.4677-.135-.0836-.0242-.1591-.0522-.1394-.144.0143-.0695-.0495-.0872-.1144-.1053-.1087-.0312-.2145-.0657-.3669-.1123.2718-.094.4679-.1198.6275-.0844.087-.034.1744-.0633.2615-.0877.1688-.0354.2641-.1584.1914-.2524-.0452-.0581-.0716-.1296-.1313-.1767-.0844-.0663-.195-.1238-.3578-.0692-.4102.1373-.6794.0453-.9314-.0977-.0734-.0415-.1822-.0509-.2789-.0726-.0758-.0172-.1526-.0287-.2292-.0428.0075-.0154.0143-.0306.0215-.0456l.4668-.0049.0153-.025-.2447-.0995c.0073-.0126.0142-.0254.0224-.0396.1452-.0087.2871-.0105.4253-.0052.1817.0165.353.0527.5296.0789.2655.0425.5711.0217.8896-.0604.1003-.0309.2007-.0674.3004-.1091.0004-.1199-.1345-.0578-.1818-.0788.0949-.0809.1901-.1603.2684-.229l-.0752-.2111c-.1715.005-.3691.0122-.5649.0154-.0521.0014-.1014-.0027-.1467-.0124-.4954-.1173-.9908-.2359-1.4861-.3557.1912-.2088.2327-.2189.4234-.1531.1547.0545.3193.1012.4853.1397.388.0893.7795.1737 1.1688.2615.2003.045.1994.0471.4023-.0997.0439-.032.0839-.0653.1254-.0982-.0135-.1039-.0568-.1949-.1274-.2673-.0706-.0725-.167-.1251-.2834-.1546-.6603-.1905-1.3077-.3963-1.9558-.6015-.1462-.0463-.2739-.1136-.4285-.1795-.0569.0374-.1208.0784-.184.1202-.1436.0946-.1672.0778-.2092-.0381-.028-.0773-.1134-.1349-.1891-.1891-.0627-.0463-.1462-.0772-.2043-.1418.0626.004.1269.0052.1927.0034.1025-.007.1783-.0719.1458-.1351-.038-.0737-.0807-.166-.1693-.1906-.1867-.0521-.1402-.1918-.1801-.3145.157-.0315.2024.0461.2829.0783.0895.0358.1714.077.3-.0186-.0223-.1104-.1399-.1485-.2502-.1911-.0467-.0146-.0782-.0449-.0894-.0859-.0111-.0411-.0013-.0905.0278-.1404l-.249-.1741c.0068-.0076.0139-.0155.0211-.0234l.3235.0509c.036-.0632.068-.1184.103-.1811l-.3843-.0903.0239-.0367.482.066c-.0617-.0905-.2616-.0448-.2327-.1736.0382-.0288.0935-.0582.1185-.0935s.0252-.0822.0394-.1375c-.2113-.1152-.4501-.2213-.752-.2593-.1579-.0201-.3112-.0485-.4599-.0824-.117-.0265-.2182-.065-.2212-.1842-.0011-.0545-.0553-.1016-.1033-.1385-.1475-.1122-.3049-.2185-.4559-.3268-.0157-.0078-.0267-.0198-.0319-.0349-.0024-.0329-.0126-.0627-.0302-.088l.0947-.0003c.0576-.0066.1166-.0176.1764-.0328-.0722-.071-.1877-.1061-.3265-.0994l-.1321.0009-.045-.022c-.1447-.0738-.2989-.139-.4522-.2068l.0497-.001c.1474-.0031.3055-.0191.458-.0284.0819-.1026-.0251-.1038-.1297-.1031-.2337.0002-.4703.0036-.7021.0016-.0369-.0182-.0701-.0399-.0993-.0649l.4858-.038.0052-.0148c.9665.1817 1.9318.3658 2.9029.541.553.1 1.1191.1804 1.6811.2665.2003.0307.2935-.0038.467-.161l.6468.1165-.0152-.1027.5596-.0101c.0781-.1049.0739-.16-.0411-.1801-.0866-.0161-.169-.0379-.2465-.0651-.018-.0063-.0147-.0374-.0197-.0586.0547-.0045.1205.005.16-.0181.1016-.0591.1934-.0628.2892-.0623.2198.0016.2803-.0407.2923-.2054.0014-.0218-.0013-.0432-.0024-.0607.3351-.1804.6327-.4223.852-.6924l-.6867-.3592.8581.0049.0313-.046c-.0611-.0293-.1279-.0529-.1997-.0704-.0773-.0099-.1433-.0352-.1935-.0742-.0503-.039-.0838-.0908-.0981-.1519l.2843-.0806c-.1417-.1728-.1436-.1702-.3159-.2063-.0909-.0196-.174-.0499-.2604-.076-.1641-.0508-.3272-.1021-.4696-.1466.1826-.0547.1826-.0547.3879-.0204.1131-.0982.0925-.1705.0273-.2418-.0405-.0442-.085-.0855-.1324-.124.1201.0186.2583.0084.387.013.0659.0028.1671-.0118.1905.0159.1231.1468.3685.1346.5689.182.1326.0315.2425.0133.3681-.1047-.1979-.0584-.0662-.2132-.0618-.3364-.0851-.0267-.1607-.0566-.2437-.0764-.1941-.0495-.3897-.0969-.5866-.1422-.0509-.0149-.1074-.0228-.168-.0236-.4407.0117-.7966-.1152-1.1808-.1951-.1345-.0279-.261-.0687-.4417-.1172.274-.0743.4209-.004.5827.0312.1373.0303.2606.0919.4073.0961.3766.0098.7127.0823 1.0547.1487.1131.0218.2352.0392.376-.0179-.0316-.2181-.3202-.241-.4886-.3421-.1555-.0932-.4413-.0777-.6693-.1102.0049-.012.0098-.024.0151-.0359l.6584-.0024c-.0483-.049-.1168-.0822-.1999-.097-.3822-.082-.7722-.1554-1.1511-.2472-.3324-.0802-.6581-.1712-.9734-.2733-.3018-.0969-.5858-.215-.8786-.323-.0837-.0295-.1735-.0554-.1447-.172.2859.0087.5593.0116.7678.1316.1164.0666.2426.1211.4371.0525.1408-.05.32-.0362.3764.0378.1037.1314.2641.1751.497.1329.0537-.0127.1044-.0136.1464-.0025.2275.0982.464.0449.7006-.1033.3294.0212.4918.2611.9189.2062-.246-.1-.4343-.2034-.657-.2605-.233-.0599-.2624-.1903-.266-.3629-.0042-.1224.1181-.1918.2155-.2899-.3026-.025-.5297-.1046-.6687-.2494.119-.1479-.038-.1994-.0613-.2954-.261.0086-.5233.0239-.7057-.1064.0619-.0479.1172-.0911.1916-.1488l-.5835-.1715c.1443-.0134.2842-.0162.4181-.0083.1363.0005.2598.0441.4539-.0189-.0898-.0279-.1426-.0503-.2031-.0621-.3731-.0841-.7893-.097-1.1492-.2043-.1833-.0547-.3719-.0576-.6126.0664-.2548.1309-.4913.0845-.6452-.0727l.2667-.1015-.1483-.1605c-.0596.0398-.0898.0576-.1158.0779-.2135.1677-.2573.1712-.403.0221-.054-.0556-.1282-.0684-.2197-.0139-.144.086-.2866.1055-.4341.0981-.0136-.0045-.0253-.011-.0346-.0193.0392-.0289.0785-.0573.1191-.0871-.0764-.0697-.1867-.0227-.2905-.0032-.2482.0472-.3469.013-.427-.1406l-.0409-.0756c-.1369-.0126-.3177.0489-.3809-.1048.0786-.0032.1271-.0069.1752-.0071.048-.0001.1115.0175.1299.0026.0901-.0721.164-.0499.2442-.0401.3292.0396.6558.0968.9972.1142.2644.0139.5269.124.8041-.0825.1029.0301.184.0834.2742.0729.1275-.0139.1692.0805.2537.0657.1541-.0273.0885.09.2031.1214.0563-.0261.1139-.0462.1707-.0594.1073-.022.2105-.0289.3047-.0203.2532.039.4969.094.746.14.0409.0031.084.0024.1287-.0021l.0208-.0358-.3935-.1302c.1645-.1071.3278-.1725.5105-.1408.0467.0079.1019.0013.1508.0057.5624.0421 1.1226.0891 1.6874.1259.1471.0065.3025-.0024.4632-.0266.0524-.0076.112-.0687.1988-.1255l.1923-.0271.0129-.031-.1732-.071.23-.0528c-.1131-.0365-.2248-.065-.3282.0741-.3388-.0396-.6722-.075-1.0035-.1164-.3455-.0448-.6839-.1015-1.0317-.1439-.5943-.0718-1.1927-.1356-1.788-.2054-.0055-.002-.0039-.0185-.0066-.0322l.3311-.0779c.0066-.0134.0124-.0265.0196-.0405-.2094-.0582-.4156-.1209-.6285-.1741-.1123-.0273-.2333-.0585-.3568-.046l-.4276-.1982c.3428.0083.6583.0844.992.1185.2033.0204.4238.007.6264.0281.7185.0729 1.4322.1551 2.1503.2288.1117.0119.2319.0097.3574-.0064.2963-.0403.5576-.0408.676.1812.4498-.1347.8445-.0767 1.2466-.0522.0667.004.133.0089.2014.0083.0551-.0042.1113-.0115.1684-.0218-.1638-.0667-.2868-.1262-.4233-.1696-.1065-.0337-.2324-.0458-.346-.0716-.0898-.0207-.2121-.0273-.2539-.0781-.0979-.1152-.1552-.253-.2309-.3841.0264-.0129.0519-.0282.0756-.0455.0368-.0342.0711-.0698.1026-.1062-.1176-.0305-.2112-.0744-.3194-.0799-.5543-.0211-1.1125-.0309-1.6696-.0469-.0651-.0021-.1589.0033-.1837-.0259-.0699-.0839-.1584-.089-.301-.0415-.0557.0188-.1971.0729-.1524-.0537-.0196-.0158-.0475-.0243-.0804-.0246-.1332.0005-.245-.0597-.3998.0043-.0333.0073-.0632.0041-.0832-.0089-.1101-.0834-.2766-.0818-.434-.0889-.5199-.0233-1.042-.0403-1.5625-.0614-.084-.0035-.1633-.0177-.2448-.0265l.0185-.0514.6088-.0607c-.2671-.0822-.5965-.036-.8736-.1441l.2481-.083-.0343-.0885-.1737.0622-.1837-.1454.4891-.0573.1033.1232c.2443-.022.4633-.0616.6588-.2285.0438.154-.1718.1639-.2491.2491.2747.0517.5887.0451.9201-.0193.0762.0117.1526.0453.2286.0308.1422-.0277.2835-.0838.4454-.1339-.1953-.1088-.5119-.0505-.6732-.1813l.629-.0673c-.0073.1094.1237.1204.2824.1118.1363-.0075.2697-.0036.4059-.0045l-.1139.2028-.3079.0785c-.0023.0137-.0044.0277-.0062.0419.06.0103.1176.0249.1798.0302.3206.029.6398.0599.9632.0822.3988.0272.7964.0511 1.1445.1685.1162.0386.2651.046.4079-.0346.0329-.08-.1537-.1083.0065-.2042.01-.0059-.0103-.0558-.0287-.0784-.0376-.0469-.0837-.0888-.1301-.136l.2659-.1327c-.1179-.104-.2795-.1717-.4723-.1977-.2753-.0316-.5419-.08-.8185-.1087-.1657-.0219-.3429-.0262-.528-.0128-.2727.0258-.5415.0558-.7812-.0082-.0457-.0091-.0968-.0103-.1511-.0035-.398.0334-.7807.0314-1.1416-.0061-.3746-.0399-.7427-.0904-1.1488-.0584-.1227.0053-.2405.0003-.3516-.0148-.467-.0441-.9318-.0912-1.3966-.1387-.0259-.0067-.0496-.016-.0708-.0278.0226-.0585.0464-.1194.0717-.1859l-.1797-.0031c-.0383.0496-.0685.0888-.0946.1228-.5098.0049-.7889-.0256-.8972-.1088l.6439.0067c.0393-.0568.0672-.0973.0761-.1098.1693-.0011.3154.0281.4494-.0092.2676-.0726.5206-.0766.72-.0115.145.0416.4714-.0118.6201-.1136.0288-.0197.0408-.0544.062-.0844-.2258-.0127-.4379-.0172-.6425-.0367-.2047-.0194-.3961-.0575-.6246-.092.1791-.0792.3178-.0778.4462-.07.1673.0072.3269.0321.4911.0468.0472.0043.1283.014.1427-.0009.1067-.1109.1851-.0491.2752-.0383.0901.0109.1816.0142.2725.0211.3039.0227.6368-.0228.9205.0516.0762.0134.164.009.256-.0128.1044-.0201.1782-.0231.2355.0394.0247.0267.1115.0165.1895.025l.0312-.2082c-.6516-.065-1.2991-.1224-1.9385-.1954-.6394-.0731-1.2648-.1611-1.8977-.2418.0036-.004.0072-.0079.0086-.0131l.6708-.0312c.0631.0165.1462.0691.23.054.108-.017.2062-.0084.2829.0247.0658.0169.1387.0244.2167.0223.2025.003.4093-.0038.6103.0035.3368.0114.6693.0323 1.0072.0465.1318.0056.2504.0213.4039-.065.0737-.0419.2124-.0125.3182-.0075.0656.0032.1216.0286.1875.0319.409.0199.8178.041 1.2305.0517.3118.0084.6266.0012.94-.0008.0456-.0001.0942-.019.2005-.0418-.4117-.0929-.8238-.0821-1.1803-.1683.1049-.0139.2067-.0194.3042-.0167.1089-.0019.2193-.009.3295-.0143l-.183-.046c.0289-.1227.009-.172-.1587-.1727-.3002-.0014-.5799-.0549-.9058.0015-.1312.0226-.3116.0644-.4073-.0486-.0407-.049-.1697-.0522-.2637-.0668-.1839-.0283-.3719-.0495-.5583-.0734.0722-.0201.1426-.0296.2076-.0279.4965-.0058.9948-.0167 1.4889-.0153.2477.0005.4996-.0569.75-.0958-.4483-.0437-.882-.1126-1.3403-.1369-.011-.0001-.0208-.0022-.0289-.0061-.008-.0039-.0142-.0095-.0181-.0166-.0038-.007-.0053-.0154-.0044-.0245.001-.0091.0044-.0187.01-.0284s.0133-.0191.0227-.0278.0202-.0164.0318-.0226c.0116-.0063.0238-.011.0358-.0138.0119-.0029.0235-.0038.0339-.0028.1885.0099.3726.0283.5552.049-.0269-.018-.0514-.038-.0733-.06-.115-.0059-.2301-.0118-.3439-.0201-.011-.0001-.0208-.0022-.0289-.006-.008-.0039-.0142-.0096-.0181-.0167-.0038-.007-.0053-.0154-.0044-.0245.001-.0091.0044-.0187.01-.0284s.0133-.0191.0227-.0278c.0094-.0086.0202-.0163.0318-.0226s.0238-.011.0358-.0138c.0119-.0029.0235-.0038.0339-.0028.0509.0037.1032.006.156.0075-.0105-.028-.018-.0575-.0227-.0882-.7592-.0422-1.501-.12-2.2498-.186-.011-.0001-.0208-.0021-.0288-.006-.0081-.0039-.0143-.0095-.0181-.0166-.0039-.0071-.0054-.0154-.0044-.0245.0009-.0091.0043-.0188.0099-.0285.0056-.0096.0134-.0191.0227-.0277.0094-.0087.0202-.0164.0318-.0227.0117-.0062.0238-.0109.0358-.0138.012-.0028.0235-.0038.0339-.0028.7114.061 1.4156.135 2.1351.1783.0084-.0044.017-.008.0257-.0108.0024-.0153.0068-.0309.0082-.0446-.2429-.0144-.488-.0254-.73-.0428-.0209-.0011-.0367-.0097-.0437-.0238-.007-.0142-.0048-.0328.0063-.0518.011-.0189.0299-.0367.0525-.0493s.0471-.0191.0681-.018c.2287.0165.4602.0274.6904.0407.0141-.033.0305-.066.049-.099-.3176-.0019-.6404.0021-.9708.0261-.1185.0085-.0814-.1345.0375-.1429.2186-.0179.4307-.0224.6438-.0251-.1764-.0067-.355-.0145-.5327-.0207-.387-.0135-.7795-.0133-1.1672-.0209-.0781-.0014-.1532-.0117-.2298-.0178l.017-.0472 1.168-.0221c-.5341-.0577-1.0798-.0763-1.6217-.1036-.1451-.0075-.2798-.0403-.4194-.061.0069-.0137.0131-.0272.0193-.0407.1328-.0006.2666-.0042.3969.0004.1304.0047.1713-.04684.1881-.13535-.357-.04517-.7436-.01297-1.0569-.12387.0797-.02036.157-.02802.2269-.02252.3827.03997.7696.07478 1.1498.12053.3903.04881.7739.10903 1.1604.16461.0039-.0044.0057-.0089.0082-.0133l-.7919-.27575c.271-.07151.4389-.028.6122-.00917.0657.00703.1298.01586.1946.02397.0096-.13158.07-.27519.1738-.41349s.2466-.26539.4112-.36593c-.1048-.05519-.1709-.14383-.1899-.2548s.0099-.2393.0832-.36888c-.3097-.05718-.5878-.15518-.8264-.29124-.0562-.03443-.1045-.07577-.1439-.12331l-.2893-.05452c-.1742-.03389-.3389-.08245-.5081-.12452.0938-.01986.1823-.02126.2577-.00407l.4642.07251c-.0807-.16607-.0739-.37057.0259-.56032.0142-.07803.0442-.15922.0891-.24053-.4265-.05776-.8613-.11375-1.3054-.19955.084-.01784.1038-.02607.1185-.02468.4197.03785.8426.06872 1.2591.11161.0285-.03854.0605-.07636.0955-.113-.1714-.03099-.3429-.06246-.5146-.09309-.4393-.07794-.8861-.14338-1.3292-.21556-.0896-.01497-.2011-.01533-.1844-.14469l.9082.02681c-.0898-.10283-.2192-.10857-.3427-.11224-.1597-.00502-.327.0086-.4883.0073-.0726-.00092-.1733.00058-.2021-.03281-.0985-.1154-.2811-.08437-.4437-.0923-.056-.00036-.1095-.0054-.1597-.01503-.0869-.02159-.161-.06433-.2532-.07594-.8713-.10969-1.7395-.22443-2.5595-.41947-.2018-.04836-.4078-.09107-.6119-.13594.0066-.01238.0136-.02464.0202-.03703l1.0849.07868c-.1437-.12802.1642-.18225.0916-.26572l1.622.13414-.0454-.09288.1469-.01515c.0053-.04843.0095-.08252.0184-.15817.339.16694.8125.04339 1.1169.20717.0194.00925.0454.01106.0739.00514.1305-.03752.2324-.00491.345.00486.1635.014.3326.01892.5062.01472.0603-.0065.1234-.02186.1864-.04536.0798.02508.1645.04417.2537.05713.2218.01602.4449.02964.6664.04506.0389-.1027.1038-.20685.1903-.30543-.0902-.00569-.18-.01126-.2696-.01815-.6589-.05238-1.3257-.09044-1.9726-.16566-.7186-.08385-1.4608-.12622-2.1439-.27632-.1679-.03688-.3188-.0967-.4828-.12887-.1639-.03216-.3938.0235-.5839.01581-.3608-.01421-.7142-.04623-1.0703-.07162-.0435.00074-.0824-.00653-.1144-.02135-.1355-.10278-.3457-.10284-.5363-.12873-.1217-.0168-.2781-.00313-.3534-.05576-.1844-.12337-.4572-.08947-.6837-.1342-.109-.0218-.2221-.03699-.333-.05518.5233-.0239.993.07948 1.5269.02658l-.3038-.07241c.0069-.01323.0132-.02622.0207-.04017.2233-.02001.4347-.00102.6487.00846.2848.01256.5679.02788.8523.04224.1364.00074.269.00835.3973.0228.1692.02737.332.0553.5089-.02516.0815.04012.1481.11103.2178.09952.1934-.03243.3509.01549.5245.00503.1888-.01578.3559.0132.4825.08368.0321.01549.0705.02436.1133.02616.0201.00141.048-.0139.0736-.0215l.0576-.17475 2.7508.26627c-.1229-.07902-.2737-.13216-.4455-.15703-1.3127-.13666-2.5951-.33333-3.9392-.40891-.0778-.00042-.1504-.01006-.2159-.02865-.1509-.05585-.3328-.07502-.532-.05604-.1499.01454-.2605-.07946-.431-.00005-.2419-.0601-.5114-.05969-.7795-.06832-.4538-.01377-.9002-.04679-1.3471-.07426-.043-.01015-.0818-.02541-.1155-.04545.0341-.01187.0683-.02202.1022-.03042.1505-.02526.2856-.01323.4263-.00539s.3081-.02905.4287.03957c.0193.01153.0929-.02467.1414-.03844-.0588-.05207-.1379-.08738-.2319-.10356-.1638-.02879-.3318-.05049-.4978-.0753-.0871-.01316-.1783-.05525-.2608-.03403-.1731.04529-.3067.01242-.4514-.00062-.6824-.05971-1.3605-.12831-2.0456-.18188-1.8323-.14324-3.672-.2782-5.5043-.42144-.6602-.05142-1.3074-.13194-1.9707-.17638-.9545-.06401-1.9127-.11984-2.8792-.15583-1.236-.04558-2.4813-.06782-3.7222-.1004-1.4542-.03796-2.9142-.04859-4.4269.09687-1.3562.13034-2.7068.21998-4.0576.32853-.2026.01519-.4098.04221-.6202.08085-.6722.00036-1.344.00084-2.0158.00987-.8271.01126-1.6594.04202-2.4931.08086-.58.02715-1.167.08885-1.7484.12263-1.6148.09524-3.2252.17917-4.839.27286-.6014.0291-1.206.07892-1.8116.11982-.1287.00873-.261.0366-.3773-.01006-.0555-.02242-.157.01583-.2373.02646-.1541.01922-.305.03484-.4596.06008-.0843.01179-.1733.04433-.2551.09327.0324.01473.0725.05069.0955.04031.141-.06279.2542-.02337.3807-.02765.1256-.01103.2441-.00604.3516.01477.0239.00907.0464.01955.0675.03139-.0524.01761-.0902.03938-.1235.04093-.3904.01615-.7823.037-1.1689.03979-.2292.0013-.452-.0046-.6905.04704-.0943-.08067-.2446.00871-.3593-.01034-.1408-.02401-.306-.00973-.4768.04121-.0688.01735-.1359.02578-.1985.02494-1.1655.04053-2.3515.19861-3.5272.29815-.1508.01719-.3104.06475-.4646.13853l2.4516-.18986c-.0201.06029-.0375.11252-.0567.16981.0164.00862.0307.02411.048.0231.0343-.00047.0715-.00799.1088-.02195.155-.06827.297-.08513.452-.06891.1397.0141.2989-.028.4406.00768.051.01275.1485-.05348.2402-.08996.0991.08238.2527.05822.4098.03575.1179-.01083.233-.01496.3446-.01237.2463-.0081.4922-.01632.7357-.02021.1858-.00378.3716-.01708.5464.00705l-.0071.0383-.296.06224c.4144.06301.8656-.02472 1.29.01001-.1043.0145-.2066.02683-.3104.04483-.216.03727-.4232-.0011-.6488.11254-.0939.04708-.2176.03245-.3277.04535-.1746.0201-.3482.01489-.5232.11031-.0305.01674-.0728.0156-.1075.0181-.312.01577-.6269.03767-.935.04346-.163.00279-.3166-.05657-.4762-.02833-.1595.02824-.3173.08035-.4788.11171-.6586.12757-1.3025.15022-1.9518.21371-.5838.05666-1.1641.07706-1.7431.11217-.0788.00448-.157.00776-.2362.01164.0139.09196.0065.19204-.0222.29638.1942-.00796.3884-.01592.5829-.02569.0801-.01028.1622-.02663.2451-.04884.0368.02226.0807.03774.1302.04588.139.00789.283.0071.4309-.00236.1002-.00644.2042-.03528.2908.00378.0084.00324.0185.00461.0295.00401.0111-.00059.0229-.00314.0347-.00747.3513-.1495.6726-.0206 1.0546-.17166-.0376.07264-.0546.1051-.078.1514l.1132.01809c-.0226.02099-.0454.04283-.0932.0877l1.4321-.08989c-.1103.07787.1161.13585-.0808.25624l.9492-.05122-.0052.03565c-.1969.03832-.3939.07423-.591.1158-.7967.16434-1.5898.25492-2.3819.33973-.0834.00856-.1703.04772-.256.06639-.049.00828-.0966.01176-.1416.01036-.1405.00409-.2746-.02987-.4247.07808-.0442.03186-.1269.02741-.1895.0281-.1347-.00238-.2667-.01946-.4029-.01861-.1053.00088-.2162.00305-.3523.09936l.7732-.00462c-.0629.12447-.1556.12214-.2393.13395-.4123.05873-.8239.11107-1.2363.17498-.16.0257-.3228.05139-.4845.07697.0075.03551.0117.07235.0128.11033.3727-.03093.7439-.05054 1.1179-.07629.0305.00607.0588.01495.0846.02652-.4212.07315-.8173.11483-1.207.16015-.0098.07502-.0328.15311-.0683.23219-.0255.1765-.1361.36818-.3101.53752l.4301-.05865c.0796-.01421.1531-.01064.2124.01031-.166.03641-.3318.0786-.4974.10705l-.2732.04607c-.0607.04425-.1262.08283-.1942.11426-.2866.12691-.579.21525-.8612.26023-.0329.23898-.1859.47309-.4612.59436.162.20654.1662.51317.026.75891.059-.00625.1176-.01311.1763-.01804.1561-.01427.3207-.05213.5053.02291l-.8237.24496-.0011.01289c.3551-.04378.711-.09251 1.065-.13003.3442-.03624.6868-.06212 1.03-.08969.0663-.00301.1263.00617.176.02691-.3268.09887-.6304.05875-.9546.09351-.0387.08504-.0368.13555.0766.13375.1133-.0018.2207.00565.3312.00902l-.0081.03986c-.1307.02271-.2594.03882-.3855.04823-.4682.01341-.9344.01851-1.4139.06116l.9599.04837-.011.04358c-.068.00405-.1364.01219-.2022.01178-.3299-.00142-.6567-.01078-.9874-.00726-.1522.00187-.3043.00519-.4565.00755.1755.00775.3487.01801.5217.03913.0938.01077.0404.14856-.0535.13726-.2573-.0283-.5225-.0442-.7946-.0475-.0037.0314-.0096.0634-.0175.0958.2-.0073.3995-.012.5997-.0226.0961-.0055.0836.133-.014.1375-.2121.0111-.4241.0152-.634.0238-.0068.0147-.0119.0295-.0191.044.0058.0031.0108.0069.0148.0114.6258-.0248 1.2571-.0789 1.8872-.1202.0975-.007.0836.1315-.0143.1373-.662.0452-1.3265.1019-1.9847.1248-.0214.0285-.0452.0564-.0712.0835.0449-.0017.0898-.0025.1343-.0048.0962-.0055.0837.1329-.0139.1374-.0976.0046-.1993.0081-.2986.011-.0309.0205-.063.0392-.096.0559.1642-.0152.3289-.0288.4918-.034.0966-.003.0831.1351-.0139.1374-.3967.0125-.7993.0681-1.1992.0994.1856.0435.362.1043.5687.1093.4131.0104.8222.0321 1.2325.0496.0595.0004.1129.011.1575.0312-.1699.019-.3392.0347-.5085.0581-.0873.0115-.1967.0118-.2597.0575-.1465.1064-.2718.0622-.3687.0376-.2382-.0617-.5029-.0174-.7546-.0231-.1412-.0023-.1858.0432-.2361.1608l-.1801.0399c.0889.0076.1782.0154.2667.0214.0859-.0001.1676.0077.2436.0232-.3483.0737-.6868.0536-1.0839.1329.0737.026.1055.0433.1424.0445.2604.0106.5199.0243.7833.0241.3506-.0003.7044-.0113 1.0573-.0203.0565-.0014.1185-.0247.175-.0261.0912-.0025.2243-.0273.2609.0141.0765.0863.1863.0737.2997.0724.288-.0053.5777-.017.8655-.0205.1719-.002.3401.0093.5108.0111.0603.0045.126-.0009.1942-.016.0915-.0306.1802-.0367.2503-.0171.0611.0168.1618-.0317.2242-.0463l.5407.0458c.0002.0043 0 .0087-.0004.0132-.5754.0629-1.1518.1322-1.7255.1867s-1.1544.0961-1.7366.1424l-.0977.2001c.0703-.0066.1362.0052.1729-.0198.0846-.058.1448-.0538.2197-.0317.0575.0222.1285.0284.2063.0181.2805-.0643.5309-.0131.798-.0276.0799-.0046.1592-.0056.2403-.0136.081-.008.1837-.0657.207.0431.003.0143.0766.0071.1184.0042.1461-.0102.2937-.0303.437-.0334.1358-.0112.2523.0162.3309.0777-.211.0277-.3946.0583-.5755.0734-.181.015-.3619.0148-.5572.0209 0 .0294-.0108.0627.0014.0826.0634.0997.3035.1587.4497.122.1443-.0362.2826-.0449.4029-.0255-.4412.0529-.8823.1056-1.3233.1581-.1017.0116-.2034.0232-.3053.1363.1584-.0097.2775-.0114.3965-.0254.5399-.0641 1.0796-.1311 1.6201-.1964.0548-.0011.1129-.0038.1723-.0019l-.0017.1067.5397.0084c-.1396.0771-.3904.0997-.8126.0833l-.006-.1198-.1534-.0009c-.0182.0643-.0347.123-.0502.1792-.0332.0111-.0552.0233-.0755.0251-.4158.0343-.8317.0685-1.2466.0998-.1052.0117-.2065.0136-.302.0055-.3196-.04-.6572 0-.9931.0296-.3362.0274-.6572.0204-.956-.0209-.0383-.0076-.0817-.0077-.1278-.0004-.2376.0558-.4443.0209-.6563-.0106-.1401-.0167-.2906-.0167-.448.0001-.2471.0211-.4991.0613-.7471.085-.167.0171-.3467.0795-.5112.1776l.1436.1327c-.0665.0444-.1298.0833-.1892.1274-.0287.0212-.0749.0685-.0702.0744.0765.0953-.0956.1182-.1166.1962.0297.0345.0757.0567.1328.0641s.1232-.0003.1907-.0222c.3592-.1035.7055-.1172 1.0539-.1339.0956-.0048.1924-.011.2889-.0169.0379.0009.0774-.001.1179-.0058.1481-.01.2965-.0208.4459-.0327.0553-.0059.1115-.0141.1682-.0247.0041-.0076.0075-.0149.0109-.0223l.4486-.0568c.037.0189.0767.0352.119.0486.0549.016.1387-.0147.2092-.0241.2164.0678.4756.0815.7557.04-.0116-.07-.132-.0939-.0982-.1841l.0644-.0076c.0757.1215.2193.1575.3877.1812.0449-.0316.1003-.0724.1594-.1151l.2881.0512-.2044.0371c-.1433.0269-.2836.0662-.4251.1003-.0391.0094-.0765.0205-.1155.0314.139.0166.2845.023.4353.0191l.1246.0672c-.2951.0967-.543.0459-.8141.1174l.3211.0486-.1775.0229c-.2226.0278-.4446.0544-.6668.0819-.1934.0031-.3871.006-.5802.0096-.1354.003-.2726-.0012-.4143.0746-.0138.0063-.0279.0103-.0412.0116-.0133.0012-.0254-.0002-.0351-.0043-.0912-.0649-.2203-.0112-.3308-.0136-.0259-.0006-.0791.0134-.0815.0216-.0373.1239-.1237.0679-.1589.0488-.0922-.0496-.1677-.0463-.2759.0323-.0376.0276-.1126.0201-.1684.0204-.4732.0022-.9455-.0011-1.4195.006-.0929.0019-.1977.0423-.3137.0688.005.0359.0131.0705.0244.1036.0093.0167.0213.0319.0358.0453-.1406.1237-.2704.254-.4202.362-.065.0469-.1705.0505-.2579.0686-.1111.0221-.2221.0304-.3318.0605-.1394.0382-.2773.0921-.4532.1521.0406.0108.0832.019.1275.0245.0567.0024.1152-.0007.173-.0031.2036-.014.4028-.0181.5967-.0122.0411.034.0999.0526.1697.0536.0947.0073.1399.0422.1309.1078-.0826.0264-.1654.0414-.2263.075-.1273.0709-.2601.0801-.3998.0788-.0826-.0021-.1672-.0002-.2536.0055-.0934.0074-.193.0031-.3222.0696.3001.0446.5699.0969.8418.1287l.0364.0128-.1852.0638-.0072.0303.1434.0291.0077.0118c-.1345.022-.2709.0515-.4083.0881-.1013.0274-.2127.0199-.3221.0341-.0811.0089-.1619.0217-.252.0345-.0098.1167-.0103.2306-.0017.3411.0058.0443.0825.0765.1209.119.0193.0171.0279.0415.0246.0699-.0436.1147-.0379.2111.1262.2614.0166.0058.0404.0265.0353.0337-.0501.0678.0018.0714.0541.0746.0287-.0011.0534.0051.071.0179-.0623.0459-.1234.0894-.1824.1341-.1167.088-.0993.1852.0464.2218.0705.0127.1442.0206.2209.0238.1358.0132.2666.0275.3023.1393.0079.0241.0725.045.1177.0486.0798.0061.1644.0041.2522-.0061.137-.0157.2699-.0206.3969-.0148-.0681.0293-.1371.0528-.2054.07l-1.1017.0331c-.0487.054-.0949.1018-.1329.143.1393.0813.3172.0919.4997.1035.1518.005.2935.0269.422.0652-.0039.0043-.0061.0093-.0093.0138l-.2258.0628-.0013.0313.1617-.0028c-.038.0546-.0924.1052-.1561.1455s-.1338.0684-.2013.0807c-.2143.0464-.4329.1402-.6977.2286.3241.0625.6032-.1632.8881-.1757.1092.1471.2749.2036.5227.1149.0459-.0094.0883-.0074.1212.0057.1687.0462.3285.009.493-.1153.0299-.0196.0624-.0349.0952-.0449.0327-.01.0647-.0144.0936-.0128.0471.0179.0995.03.156.036.0295.0177.0669.0278.1096.0295s.0896-.0051.1375-.0198c.1972.0053.3939.0102.5901.0148-.2933.0927-.5845.1931-.8807.2743-.3233.0901-.6485.1695-.9732.2383-.3689.0783-.7378.1395-1.1067.2093-.0749.011-.1538.0422-.2243.0884l.5479.0176-.0086.0344c-.2098.0257-.4384.004-.6239.0895-.1999.0928-.4558.1084-.61.3156.0844.0582.1958.0443.303.0261.3239-.0557.6479-.1167.9674-.1174.1251-.0006.2643-.0554.3971-.0813.1557-.03.3198-.0932.5041-.0163-.1779.0421-.3072.0777-.4363.1015-.3676.0673-.7397.1801-1.1005.1583-.0486-.0004-.1005.006-.1538.0189-.1913.0388-.3824.0795-.5734.122-.0816.0187-.1622.0439-.2487.0675-.069.1181-.0493.2674-.2504.3199.0328.1155.1152.1355.2441.1093.1951-.0409.3928-.0234.5822-.1607.036-.0263.1104-.0086.1682-.011.1209-.0015.2409.0161.3622-.0066.1887-.035.3809-.0866.5733-.1539.2087-.0801.4157-.1034.5817-.0654.0437.0057.0896.0081.1373.0071l.0433-.1342c.4474-.0597.8924-.1192 1.3378-.1782.0712-.0114.137-.0078.1909.0104l-.301.1022c.2162.1023.419.021.6459-.077l-.1527-.1549c.1631-.0849.2926-.0606.4414-.0243l-.1666.0837c.0954.1285.2595.0715.4117.0463l.1697.1685c-.1721.03-.2538.2276-.4366.1783l.0174-.0978c-.1518.0191-.2981-.0006-.4228.1357-.0111.0123-.0437.0221-.0605.02-.1566-.0215-.2863.0799-.4259.1422-.1196.0528-.2447.0984-.366.15-.0903.0385-.1777.0798-.3015.1377.1418.0397.32.0292.505-.0299.3854-.1273.7673-.2007 1.1258-.2163.0999-.0052.2024-.0166.3068-.0342.0518-.0049.1017-.0051.1485-.0003.1642.0203.3563-.0016.4879.0893l-.9022.001c-.0349.0797-.0624.1431-.0979.225.1176.0002.2309-.0031.3445.0009.1137.004.2433-.0609.3457.034-.2715.0173-.4958.129-.7419.1258-.0024-.0009-.0081.009-.0123.0137.0127.0325.025.0648.0388.0981l-.2101.0778c.0168.0188.0333.0369.0485.0551l-.1054.0051c-.2863.0139-.568.037-.791.1691.1609.1004.1837.1085.4519.0644.1712-.0274.3384-.0596.5076-.0759-.0007.0077-.0019.0155-.0037.0234-.0067.0237.0316.0586.0643.0724l.0211.0075c-.0298-.0024-.0588-.0046-.0861-.0057-.1842.1102-.3311.1979-.4811.2874-.0156-.0055-.0363-.0104-.0546-.0164-.0287-.0142-.0646-.021-.1048-.0198-.1685.0472-.3377.1055-.5056.1744-.0302.013-.0577.0336-.0767.0573-.0189.0238-.0278.0489-.0249.0701.0137.0324.1178.0576.1939.0683.096.014.2274-.0195.3168.0605l-.8315.124.0459.0665c-.1183-.012-.256.0115-.3929.067.0575.0269.1012.0532.1453.0721-.0616.0086-.1235.0177-.1852.0239-.2008.0204-.2407-.0093-.2798-.1294-.0195-.0619-.0873-.1167-.1137-.1497-.2395.038-.4214.0778-.6056.095-.6527.0613-1.3031.1301-1.9616.1547-.7595.0284-1.5222.0857-2.2826.1389-.1374.0083-.2838.0401-.4302.0937-.1768.0687-.3267.1601-.5069.2523l.1949.3325c.5056-.0145 1.0057-.0304 1.5054-.0422.6551-.0154 1.3066.0234 1.9673-.0721.1896-.0281.2965.0096.333.1079.0192.0495.0446.0983.068.1488-.4.0232-.7708.05-1.1412.0647-.4248.0159-.8472.0103-1.2703.0344-.5386.0309-1.0006-.0442-1.4322-.1797-.0149-.0052-.0505.0055-.0847.0105l.0389.0925-.3087.0976-.0104.2469.253.1024c-.095.0321-.1692.0111-.2409-.0094-.0898-.0255-.1764-.0503-.2972.0295.0378.0376.0655.0919.1303.1243.1255.0668.2634.1216.4121.1637.2423.0617.4933.1264.7587.1502.3571.0309.7347.0188 1.1022.0297.3027.0064.5775.0597.8121.1577l-.7213.0584c-.0004.0075-.0001.0147-.0001.0218l.9144.104c-.2758.1178-.4987.0705-.7101.0516-.1263-.0118-.2085-.0218-.352.0221-.3662.1148-.7721.0975-1.1408.0724-.1931-.0125-.3441-.1279-.5329-.2044l-.491.0291c-.0891.0559-.1426.1158-.2222.1348-.4046.0946-.4061.0908-.4045.3234l.3641.0808-.0364.1604.2201-.0899c.0862.0466.1867.0791.2984.0966.1596.0335.325.0671.3975.1795-.2542.0153-.4729.0312-.6918.0409-.1357.0053-.2657.0098-.3186.0979-.0577.0964-.19.1096-.3423.1167-.3104.0149-.6206.0342-.9539.0533.0785.0875.1064.1856.2055.2149.1304.0359.3204.018.4861.0208.0911-.0018.1796.0014.2648.0099.0618.0089.1075.0407.197.077-.3503.0734-.6325-.027-.9426.0474-.2737.0653-.5861-.0168-.8828.0685.3261.0224.6549.0239.9829.0289.3031.0044.6154-.0066.9053.0235.2253.0267.4629.0342.7097.0223.5321-.0312 1.0685-.088 1.5886-.0475l.0764.2229-1.1671.0632c.0166.0804.1348.1035.2534.1268.0813.0112.1542.0338.2163.0672-.2265.0787-.3378.0205-.4612-.0581-.1378-.0875-.2238-.226-.518-.1987-.1289.012-.2555.0604-.382.0661s-.2618-.0268-.3958-.029c-.2128-.0038-.4109.0232-.4817.1838-.1494-.185-.1494-.185-.535-.1226l.1372.11-.2929.0866.893.03c-.1026.1205-.2423.1045-.3833.106-.3197.005-.64.0184-.9598.029-.1242.0037-.2321.0217-.2441.1328.1422.0102.2853.0265.4302.0287s.2833-.0107.4226-.0134c.7894-.0115 1.5788-.022 2.3681-.0314.076-.0007.1725-.0051.2222.0162.1835.0798.3677.0475.4805.0028.1598.0292.2533.0565.3541.0626.4907.0359 1.004.0329 1.5342-.0088.433-.0372.5329.016.4838.2441-.0039-.1556-.1596-.163-.39-.1351-.1881.0224-.3833.0153-.575.0185-.2944.0053-.5887.0075-.8835.0127-.3582.0062-.7163.0118-1.075.0221-.6676.0186-1.3361.0411-2.004.0606-.1368.0039-.2747.0056-.4107.0032-.1647-.0025-.3733-.0499-.4832-.0089-.2897.111-.6094.0932-.8889.0996-.2613.007-.3908.0663-.5833.1512.0231.0053.0438.0107.0617.0156.0285.0099.0604.0157.0948.0173.3479-.0074.7068.0118 1.0409-.0365.377-.0569.6831.0144 1.0089.0395.3259.0252.6421.0569.9824-.0054.0656-.0095.1282-.0107.1855-.0034.4052.0394.8084.0818 1.2394.1255l.0783-.1745c.1924-.0243.2264.0408.251.1036.0185.0478.0312.0945.1036.0987.1384-.0428.2146-.0828.2911-.0872.1666-.0082.3326.009.4999.002.1068-.0051.2177-.0533.3203-.0517.2291.0033.4558.0216.6799.0412.0827.005.1562.0243.2165.0569.0661.055.1247.1159.1751.1822l-.2579.0909c.2058.0384.4416.0321.6901-.0183.1824-.0358.361-.0569.5213.0229l-1.0189.1154-.0027.0389.3488.0375-.1906.0567.0622.1335.265.0198c-.0741.065-.1269.1114-.1846.1623.1172.0061.3545.1007.3417.127-.063.1515-.0587.1411.1845.1562.205.0119.3995.0501.5987.0776-.2468.0184-.1645.1826-.3373.2276-.1498-.0054-.3353-.0475-.425-.0118-.2574.1025-.5286.126-.8112.1531-.4298.0412-.864.0837-1.1975.3106.2052.0021.3705.011.536.0034.4523-.02.9048-.0445 1.3575-.0734.1534-.0162.2882.0077.386.0681-.2911.0194-.5424-.0013-.7115.0568-.1893.0647-.4311-.0096-.5617.1171-.2252-.0614-.685-.0416-.7482.0371l.2965.003-.7684.1786.0077.0264 1.0966-.0766c.275-.204.7475-.0531 1.036-.2518.0323.2012.0559.2124.3624.2008.102-.0039.2071-.03.307-.0289.271.0029.5569-.0107.8017.0315.1886.0327.3424.03.5149-.0145.5687-.1493 1.1704-.1413 1.7557-.2107.0732-.0084.1505.0122.227.0102l.1994-.0052c-.0153.0039-.0306.0084-.046.0137-.1096.0411-.1991.1197-.3426.2076l.2922-.0327c-.0574.1184-.2298.0733-.3313.148l.0844.045c-.0276.0377-.0517.07-.0867.117l.2919-.0395c-.011.0123-.0211.0234-.0305.0339l-.1529.0082c-.2954.015-.5911.001-.885.0203-.5515.0386-1.105.1188-1.6531.1349-.9561.0284-1.9105.0954-2.8626.166-.2763.0209-.5575.0542-.8425.0998-.1946.0306-.3855.0734-.6135.124l.6261.1566c.0091-.001.0183-.0021.0274-.0036.3038-.041.6174-.0519.9269-.0724.5816-.038 1.161-.0777 1.7408-.1097.3198-.0173.6393-.019.9595-.0286.06.0033.1243-.0012.1909-.0134.2622-.0779.5298.0225.7892-.0569.4714.0338.9478-.0232 1.4231-.0607l-.0024.0067c-.0511.1438-.0525.15.1436.1313.0973-.0094.1814-.0191.1494.0873-.006.0188.0549.0402.0974.069l-.2963.0464c-.1635.0162-.3318.0459-.5023.0887.0639.0126.136.0394.1887.0291.2615-.054.5109-.0646.7324-.0314-.0781.0057-.1565.0113-.2349.0183s-.1639.0073-.2132.0848l.5303.1485c-.1083.0619-.2568-.0051-.3659.0978l.2177.0621c-.0867.0643-.2247.0631-.2268.1829.1039-.0004.2103.0029.3181-.0018.0955-.0047.1949-.0229.2905-.0252.0957-.0024.1884.0061.3.0108-.2135.0263-.4088.0097-.6043.1007.3098.0105.6419-.0666.9272.034-.074.0365-.133.0651-.2431.1179.1769-.0063.3222.0425.4093.1376.061.0659.1477.1122.2537.1356s.2286.0233.3588-.0004c.2663-.0485.5146-.027.7697-.0282.3485-.002.672.0698 1.0396.0233.3675-.0465.7255-.0404 1.0884-.0558.0329.0021.0642.0068.0936.014l-.1123.0776c.0391.0907.0391.0907-.1104.2511.0478.0092.0909.0197.1361.0266.1352.0216.1447.051.0517.1411-.0597.0582-.1163.118-.1649.1678.03.027.0776.0389.1337.0334.0317-.0039.0608-.0017.0851.0065.0243.0081.0432.022.055.0405l-.41.1012.0038.0318.3618-.022c-.058.027-.0951.0434-.1523.0678l.2028.1004-.1744.0681.0484.2652.4713.094c-.003.0099-.0116.0387-.0196.0638l.4556.0183-.0005.0183-.2879.0522c.0901.0423.1436.0877.2131.0956.1719.0198.3373.0766.539-.0298.0792-.0418.2031-.0442.3029-.0465.2515-.0063.5-.0022.7501-.0018.0047.0004.0087.0019.0118.0041.0027.001.0031.0011-.0021-.0007-.0214.0399-.0402.075-.0601.1107-.4241.0404-.4241.0404-.528.1162.1253.0053.2332.011.3417.0141.4964.0141.9942.0225 1.4881.0433.1628.0071.3123.0584.4743.068.2596.0156.5248.0118.7865.02.2532.0076.5037.0257.7574.0297.343.0056.6864.0046 1.0327.0009.0423-.0046.0863-.0142.1306-.0284l-.0027-.0214-1.1725-.0488c.2539-.0233.5029-.0347.7459-.0341.2511-.0046.502-.011.7528-.0194.2432-.0092.4866-.0278.7254-.0225l-.0031.0374-.3053.0675v.0379c.8079.0181 1.626-.0181 2.4776-.0606-.0157-.0301-.0443-.0521-.0827-.0636-.0384-.0116-.0852-.0122-.1352-.0018-.1868.0214-.3755-.0009-.4692-.0529.0629-.0134.125-.0233.1857-.0295.4366-.0208.8726-.0384 1.3104-.0601.2122-.0097.4185.0022.636-.0184.2405-.0229.4912-.0845.7271-.037.0412.0099.0905.0082.1425-.0048s.1046-.0369.1519-.0689c-.1293-.0052-.2122-.0145-.2982-.0102-.2292.0094-.4608.0274-.6897.0364-.3912.0175-.7819.0328-1.172.0459-.0602-.0007-.1154-.01-.1634-.0277-.102-.0331-.2016-.0441-.3125.0218-.0186.0122-.0398.0197-.059.0209-.303-.018-.6123.0281-.9193.0499-.1029.0074-.256.028-.2956-.0116-.0902-.0897-.1842-.0431-.2955-.0183-.0638.0141-.1312.0013-.198.0066-.0669.0054-.143.018-.2145.027-.0519.0086-.1029.0146-.1528.0177-.2519.0062-.5003.0045-.7511.011-.2726.0074-.5472.0236-.8198.0295-.2621.0059-.5225.0033-.7838.0047l.0064-.0324 1.2911-.0352.0099-.0297-.138-.0367c.1761-.0016.3229-.0039.4701-.0028.0745.0062.1513.0088.23.0075.1699-.0165.344-.0619.5089-.0622.5038-.0023 1.0029.0042 1.5216-.0526.577-.0633 1.1444-.0157 1.7276-.0778.2594-.0277.5171-.017.7753-.0262.1619-.0055.3264-.0078.4877-.0259.2119-.0231.3987.0304.6188-.0003.2774-.035.5444-.0424.7952-.022.3937.0278.7959-.0516 1.1939-.0727.2094-.0107.4285-.0478.6416-.0539.1606-.0046.3222-.0155.4836-.0193.2465-.0038.4918-.0027.7377-.0043.0736-.0007.1763.018.2166-.0106.0746-.0529.1341-.0476.2057-.0461.132.0019.2636.0032.3979-.0021.2946-.0091.5907-.0243.8854-.032.243-.0059.4844-.002.7274-.0075.3601-.0083.723-.0299 1.0804-.0292.3148-.0001.6243.0245.9377.0325.2405.0065.4822.0091.7256.0047.2557-.0048.5171-.0332.7688-.0271.3199.0075.631.0464.9505.0589.1846.0067.3765-.013.566-.0207-.0031-.0151-.0107-.0279-.0225-.0377s-.0274-.0163-.0459-.0192c-.2187-.0007-.4398.0078-.659.005-.5753-.0129-1.1516-.0305-1.7298-.0402-.2483-.0049-.5003.0045-.7491.0022-.4476-.0045-.8933-.0135-1.3402-.0192-.1391-.0015-.279.0009-.419.0028-.2502.0034-.5004.0077-.7514.0118-.0465.0034-.0892-.0012-.1257-.0134s-.0659-.0318-.0866-.0576c.1335-.007.2508-.0141.3677-.0189.2887-.0126.578-.0279.8659-.0361.5002-.0135 1.0016-.0237 1.5034-.0395.0946-.0037.1915-.0227.2622.034.019.0148.1061.0108.1154-.0006.0494-.0614.1061-.0286.1583-.0344.0716-.0035.1451-.0111.2197-.0226.2565-.0558.4881-.0416.7314.0352.0752-.0779.1762-.0513.2825-.0381.0643.0025.1307.0012.1987-.004.0511 0 .1398-.0067.1449.0088.0052.0183.0193.0319.04.0387s.047.0064.0748-.001c.0376-.0053.0734-.0112.0894.0101.0625.0795.1724.0233.2587.0247.1589.0029.3219-.0089.4828-.0144.1949.0758.4294.0645.6517.0603.2397-.0043.4726-.0233.708.0161.2768.0472.5862.0414.8829.0539.2966.0125.6109.0094.9075.0351.1275.0104.2393.0189.3296-.0413l.2913.0761.1633-.0668c.0366.0257.0665.0709.1125.071.1861.0059.367.0207.5421.0444.1758.0218.3616.0282.5548.019.4257-.0103.8417.0276 1.2624.0468.1939.009.3855.0277.5817.0266.123-.0008.2438-.0043.3649 0 .1484.0049.2703.0478.4127.0563.3805.0273.7622.0522 1.1423.0803.0656.0046.1478-.002.1736.0716-.3167-.0262-.6177-.0511-.919-.0766l-.0109.0289.1837.0244-.1184.0423c.1719.0178.3048.0343.4402.045.3086.0246.6177.0475.9271.0686.3168.022.6312.0588.9514.0577.1356.0056.2614.0274.374.0649.0607.0167.1217.032.1846.0442.0256.009.0515.0182.0756.0295.1435.0624.3291.0828.4957.1225.2372.0561.4747.1123.7125.1686.1412.0336.2834.0666.4218.1045.4277.1166.8531.2361 1.2791.3521.1638.0445.3335.0815.4957.1273.1441.0389.2825.0853.426.125.0814.022.168.0378.2532.0546.0526.01.1137.012.0797.0888-.0279.0037-.0545.0041-.079.0011-.2763-.0751-.5516-.1517-.827-.2284-.0365-.01-.0795-.0403-.11-.0297-.1496.0592-.2334.006-.3203-.0323-.1502-.0662-.3614-.0656-.4713-.1751-.0098-.0063-.0235-.0088-.0391-.0071-.4135.0033-.7155-.1506-1.0716-.2282-.0856-.0225-.1798-.034-.2802-.0342.0517.0215.1048.0416.1584.061-.0064.0153-.0132.0305-.0194.0459l.2316.0209c.3941.1255.8159.2182 1.209.3439-.0104.0116-.0177.0247-.0276.0378l-.3665-.0419c.1235.1162 1.0336.3382 1.3468.3404l-.0736-.1208.7897.1952c-.0068.0076-.0101.0169-.0152.0255l-.2649-.0041c-.006.0097-.0118.0191-.0178.0283.0607.0162.1188.0367.1851.0477.432.0683.8506.1636 1.3023.1933.4518.0297.8874.0949 1.3251.1529.0346.0022.0705.0023.1073.0003.0435-.1237-.2053-.0724-.1416-.2245.2058.054.45.0352.5775.175.0405.0333.0967.053.1633.0573s.1413-.007.217-.0329c.0231-.0099.0347-.0475.0539-.0759.1466-.0195.3076-.0377.4673-.0631.1255-.0193.2534-.1536.2731-.29l.278-.1146-.0837-.0959.1619-.0379.0545-.2124.1784-.0614c.0488-.0829.0985-.167.1615-.2729.1838.0492.3585.0984.5362.1416.1371.038.2804.0684.4293.091.2412.03.4858.0521.6821.1455.1097.0515.2424.0261.3869-.035.1006-.0428.2044-.075.3289-.118l.0235-.0904c.0917.0086.1707.0217.2538.0221.0764.0003.1047.0919.2363.003.0423-.0287.1522.0062.2331.0106.0462-.1323.0594-.1495.1614-.207l-.0757-.0851.3261-.0682c.0128-.033.0235-.0601.0369-.0952l.2446.0829.0385-.0372-.2839-.1613c.0394-.0335.0817-.0699.1313-.1122.0924.0392.1868.0402.2573-.0517.3589.0862.7147.157 1.0478.2545.7166.2051 1.4231.4228 2.1319.6374.1454.0442.2494.0467.5318-.0151-.1847-.1576-.4137-.279-.6792-.3599-.4347-.1367-.8789-.2624-1.3162-.3961-.2833-.0861-.564-.176-.8469-.2624-.2148-.0653-.4323-.1277-.6598-.1946-.0061-.0662.1707-.1743-.0181-.2138l.1614-.0308-.0041-.1514c.056-.0009.1091.0037.1584.0136.2977.1049.624.1786.8679.3428.0727.0484.1876.0662.2917.0853.1973.0382.4077.0578.5978.1044.1278.0313.2346.0556.3542-.065.3505.1354.5777.384 1.0445.4308-.0496-.0348-.0948-.0732-.1353-.1151-.0253-.0321-.1472-.0315-.0393-.1168-.0457-.0237-.0826-.0638-.1384-.0687-.2104-.0196-.3405-.1162-.4983-.1875-.0825-.0371-.1743-.0648-.2428-.1254.0728.0118.1487.0192.217.0366.287.0722.5708.148.8569.2218.0225.0079.0525.0076.097.0133.035-.0864-.0099-.1368-.0618-.1713-.1051-.0702-.2262-.1271-.3401-.19-.1253-.0675-.2474-.138-.3789-.1991-.0856-.0331-.1753-.0615-.2689-.0853l.047-.1808.377.0024.4208-.211c.003-.0074.017-.0457.0303-.0842.1814-.0176.1814-.0176.274-.1483l.1399-.019.0223-.0277-.437-.1929c.2766-.0312.3472.166.6104.1092-.0068-.0289-.0128-.0562-.0189-.0858.1352-.1228.283-.1547.444-.1354.161.0192.3439.0182.4599.1051.0285.012.0602.0205.0945.0253.1136.0343.227.07.36.1107l.242-.1339-.0012.1785c.2326.0131.4673.0261.7013.0397.0459-.0027.0884.0016.1256.0125.2408.1215.5653.1086.8647.1378.1224.0167.2398.0407.3514.0716.1742.0401.3449.085.5198.1243.0405.0017.0837-.0016.1283-.0098-.0211-.0886-.0917-.1512-.1973-.1748zm-2.1392-1.378-.2057.0181c.096-.0938.1477-.0794.2057-.0181zm-.3268-.0777c-.2015.0286-.2015.0286-.1714-.0761.099-.0173.1637-.0035.1714.0761zm4.0019-7.0995c-.1909.0652-.2837-.0273-.4002-.0798zm-.3078-5.7236.1635.0666c-.0059.0065-.0114.0126-.0172.0191l-.1631-.0665zm-.1224.158-.2209-.0484c.1457-.0796.1967-.0583.2209.0484zm2.8382-2.832-.3954-.0032c.156-.086.2858-.0706.3941.0046zm.061-1.1815c-.0124.0194-.0248.0387-.0379.0583l-.1506-.0384c.0086-.0131.0179-.0264.0252-.0385zm-3.0371.021c-.0719.053-.1174.0868-.1616.1196l-.2189-.117.0345-.0448zm-.2326-.2779.0039.027c-.0331.011-.0661.0197-.0986.026-.0279.0014-.0546.0003-.0795-.0034l.0105-.0309c.0563-.0063.1108-.0127.1654-.0191zm-.1162-4.39437c-.0099.02213-.0198.04427-.0293.06652l-.2344-.02138c.0071-.01648.0142-.03296.0217-.04932zm-1.8213-4.29588c.0675.00909.1117.05978.204.11321-.3285.05173-.5176-.04719-.7685-.05827.1709-.0864.2611-.09686.5658-.05493zm-5.5334-1.14349-.0199.04041-.2213-.01818c.0071-.01552.0143-.03104.0218-.04643zm-40.477.06507.0071-.03926.1982-.01747-.0089.04431zm-5.5229 1.02932c.1089-.04895.1756-.09663.2373-.10384.2789-.03266.3486-.01946.4377.06601-.2151.00486-.4315.09468-.675.03783zm-3.8431 4.02343.0152-.06441.2041.00172-.0111.0478zm.9498-.9332c.0067-.00944.0139-.01879.0216-.02799l.1531-.01296c-.0665.07625-.1225.0736-.1733.04144zm.093.2259c.0022-.02925.0072-.05923.0147-.08973l.0577-.00385-.0175.09586c-.0184.00017-.0544.00266-.0536-.00179zm.2623.15033c-.0943.00333-.1882-.00129-.3269-.0037.1415-.08821.2498-.12547.3615-.10365.0214.00419.0322.04123.0316.06618.0019.01013-.0441.04091-.0649.04166zm.6999.26853.0214-.06222c.0796.01288.176-.02479.2785.05544zm.548-.27713.0045-.03686c.0902-.01564.1938-.10727.265-.01573zm.2838-.05325c.0486-.0229.0988-.03487.1435-.03416.0446.00071.0813.01407.1047.03812zm.5829-.04558.0086-.04443.146-.00263-.0052.02806zm-1.7826 2.48472c.1019-.1217.1524-.0887.2293-.0084zm-7.2027 2.5399c.0005-.0188.0017-.0378.0029-.0569l.1468-.0151c-.0007.013-.0008.0258-.0013.0389zm2.5194-.1309c-.3027.0495-.6032.1096-.9037.1713l.0189-.1476c.113.0042.2254.003.3359.014.1263.0117.2435.0042.3018-.1006l.3226.053c-.0244.0028-.0508.0063-.0758.0103zm.488-.0733-.0066.02-.0814.0073c-.02-.0069-.039-.0149-.057-.0238l.0193-.0255zm-.4207.3566-.0309-.0583c.0254-.0029.0511-.0062.0762-.0097l.1535-.0185zm-4.2396 2.1261c-.0004-.0079-.0014-.0155-.003-.023.0294.0028.0585.0069.0886.009l.0407.002zm1.0075-1.2043c.135-.0677.254-.0794.3315.0063zm1.8218 3.7674.2187.0049.086.1409c-.057.0435-.116.0882-.1538.1171l-.3098-.1462.0412-.0827c.04-.0116.0787-.0231.1177-.034zm-.6721.7298c-.0743.0129-.1459.017-.2124.0119-.0819-.0027-.1604-.0152-.2415-.022-.0571-.0044-.1157-.0057-.1909-.0094.1044-.0652.1811-.1179.2622-.1624.0812-.0445.1614-.0779.2395-.1139.1098.1459.1174.1476.2967.0732-.1379-.1482-.321-.2213-.5838-.154-.1909.049-.3804.1098-.5704.1639-.0831.0233-.1664.0424-.2496.0638l-.0058-.0442c.355-.2199.7293-.3457 1.164-.3913-.0639.0634-.0962.0957-.1461.145l.149-.0135c.1014-.0088.2434-.0565.2965-.0188.1327.0942.318.085.4709.1356.0827.0291.1725.0484.1893.1345-.2946.0699-.5811.1393-.8676.2016zm.8987 1.2771-.044-.0306c.0166-.0094.0341-.0166.0515-.0213.0022.0001.004.0007.0052.0019.0098.0022.0175.007.0221.0139-.0097.0128-.0214.025-.0348.0361zm-10.4654 5.3045c.004-.0085.0071-.0169.0104-.0252l.1505.0056-.0312.0392zm2.3691-.4657c.0909-.0766.1611-.0913.259-.0667.0275.0068.057.0167.0883.0311zm-1.092 1.3638c.1798-.0477.3719-.1024.5562-.0564.0337.0085.0651.0196.0942.0332zm10.5104-5.0613.0038.0013c.0655.0022.131.0035.1968.0053.0045.0016.0113.0012.0168.0017l.0809.0423.0047.0657-.5017-.0046.0258-.1147zm2.1724-2.7493c-.0161.0129-.0347.0231-.0537.0297-.0191.0066-.0379.0093-.0543.0077-.0241-.0028-.0464-.008-.0668-.0155l.0132-.0314zm-.5369.5701c-.2353.1092-.3099.0939-.3013-.0706.1081.0157.2498-.0453.3014.0725zm-2.0529 2.2926c-.0675.0061-.1347.0123-.2022.0179-.3253-.0059-.6496-.0201-.975-.0275.3894-.0156.7789-.0292 1.1687-.0437zm1.411-2.3841c-.0295.0712-.0553.1338-.0873.2103-.0846-.1461-.0846-.1461.0873-.2103zm-1.3127 1.2671-.3377.0119-.0028-.0228.3431-.03zm-.2309-.0814c-.0934-.0058-.1906-.0048-.2908.0028-.0904.0128-.1787.05-.3128.0895.0373-.048.06-.0974.079-.0988.178-.0118.3621-.0769.533-.0347-.0021.0135-.0036.0262-.008.0408zm13.7702-16.78573.0344-.05336c.0409.00556.0762.0188.1037.03893.0276.02014.0468.04676.0565.0783zm-13.7924 15.90423c-.1812.0173-.3618.0324-.5431.0459-.0363-.0944-.128-.0428-.2139-.0213-.0489.0064-.0956.0072-.1389.0023l.0034-.0311c.0898-.0191.1795-.0388.2639-.0565l.0271-.0934c.1225.0342.2174.0766.3265.0857.1091.009.2226-.0132.3526-.0229-.0108.0217-.0238.0433-.039.0646-.0041.006-.0099.0117-.0167.0164s-.0144.0082-.0219.0103zm.2568-.1985c.1931-.033.3575-.0135.4432.0528-.2642.1328-.2642.1328-.4432-.0528zm-2.1632 2.3634c.1409-.0386.2797-.0633.4131-.0737l.0826-.0031-.0569.0065c-.0315.0041-.0614.0363-.1151.0705.1363.0006.2425-.0033.3448 0-.17.0156-.3397.0364-.5084.0581-.1079.0218-.2122.0306-.3096.0262.0495-.0282.0913-.0699.1502-.0842zm-2.2196 1.1529c.0628-.0045.125-.0077.1869-.0105.0518.0903.1715.1316.3286.1461l.0027.0081c-.2964-.0309-.6546.0735-.8713-.1173.0907-.006.1782-.0131.2655-.0198l.1295.03zm.7501-.5566c-.0028.0431-.0081.092-.009.1335-.1903.0796-.3533.0539-.5127.0091.1449-.0742.2395-.2041.5217-.1426zm-.5332.1442c-.0986.0948-.2616.1005-.4671.1287.0631-.0812.1059-.1364.1613-.2075zm-4.4923.2627-.0349-.0559.1235-.0277c.0062.0164.0272.0376.0148.0489-.0125.0112-.0584.0192-.1021.0333zm2.1598-.119c-.1278.0071-.2687-.0055-.3812.0227-.3862.094-.7834.0356-1.1736.1083-.1562.0285-.3091-.0078-.2629-.1477l.3817.0396-.0209-.1829c.0698.0169.1454.0262.2255.0277.1358.0062.2566.0089.3039.0981.0173.0102.0404.0146.0666.0126.3156-.0278.6336-.0491.9472-.0894.1176-.0156.1356-.0305.2466-.0028.0225.0079.0531.0139.088.0248-.1193.0742-.2711.0791-.4192.0876zm.6626-.1082c-.0105.0006-.0213-.0198-.0581-.0575l.1731.0397c-.0384.0076-.0763.0132-.1134.0165zm.5324-.0245c-.0599-.0824-.1544-.1407-.2747-.1694-.1532-.0326-.3247-.0397-.5072-.0207-.075.0007-.1473-.0037-.2163-.0131l-.0009-.0274c.11-.0274.2188-.0486.3256-.0632.3951-.0335.7886-.0652 1.1852-.0872.1492-.0082.347-.0343.3729.1172-.3656.0078-.5821.1474-.7691.2789-.0406-.0013-.0788-.0068-.1138-.0164zm.6173-.0486-.1924.0494-.0254-.0355.1934-.0481zm-2.0301 1.7625c.0075-.0083.0118-.0181.0179-.0269.0639.0077.1273.0158.1902.0243-.0064.0101-.0134.0205-.0201.0309zm-1.9029 2.4613-.0704-.096.0638-.0202.1022.0835zm3.3238-3.7766.01-.0263.1669.0066c-.0045.0117-.0091.0229-.0141.0344zm-2.7609 3.2841c.166-.0274.2526-.0415.305-.0287.0523.0127.0722.0605.1048.1565zm.5908.0023c.1975-.0942.1975-.0942.4826-.0739-.0513.1698-.1146.1798-.4809.073zm.1808.6493c-.0155-.0054-.0287-.0133-.0392-.0233.021-.0164.0446-.03.0691-.0398.0059.0021.029.015.0492.025-.0253.0139-.0512.0263-.0774.0372zm5.3999-4.2887c-.2696.0056-.5559.0039-.8114.0496l-.2854.0033c-.0328.0023-.0674.0092-.1023.0204-.1463-.0259-.2515-.0924-.3893-.1343.1956-.083.3685-.1853.5936-.096.1658-.064.3355-.0013.5187-.0354.1778.0203.3548.0418.531.0647-.0144.0205-.0288.0416-.0445.0645.1277.0066.2033-.009.2498-.0358.0742.0119.1482.0242.2221.037-.1669.0418-.3298.0628-.4823.062zm-4.2276 5.1797c.219-.1226.2787-.1576.3901-.1292.0573.0161.1119.0354.1637.0577-.2832.0881-.2832.0881-.5538.0715zm5.7585-5.8345c-.0373-.0243-.0714-.0514-.1021-.0811l.2468.077c-.0479.0036-.0966.0049-.1443.0052zm-5.6467 6.1244.5203-.0671.0077.0421zm2.0685-1.7855c-.0223-.0047-.041-.0138-.0549-.0269-.0138-.013-.0225-.0297-.0255-.0489.0059-.0207.1029-.061.1318-.0561.0789.0136.191.0047.2764.0263.036.0079.0658.023.0876.0445s.0351.0489.039.0803c-.1846-.0053-.3229-.0046-.4544-.0192zm4.387-4.3338-.0963.0182c-.0447-.001-.0897-.0017-.1365-.0039-.0815-.0032-.161-.0207-.2404-.0273.2127-.0969.2491-.0907.5869-.0257-.0399.0149-.0765.0267-.1137.0387zm-3.4875 4.2204-.0082-.0233.1402-.0037.0008.0173zm-1.454 2.7676-.0662-.0172c-.1778-.0442-.1942-.031-.3603.1017-.1373-.0602-.1248-.1313-.0429-.2115l.5022-.0513.3787-.2177c-.0128.1929-.2141.2938-.4115.396zm.8455-.1927c.0143-.0296.116-.0782.1533-.0746.0211.0022.0413.0057.0605.0104.124.0309.051.1039.0304.1773-.1535-.0114-.2965-.0091-.2442-.1131zm1.1262.0429-.0036-.0345.2652.0024zm.287-.0346c.0359-.0666.105-.1053.2438-.1015-.0546.0956-.0563.0969-.2461.1026zm.3629-.2275c.1788-.1073.2987-.1453.4172-.1153.0676.0197.1265.0491.175.0872zm1.1181 2.0673.0031.0305-.4189.0123.0019-.0107zm-.0939.3067c-.1152.051-.1152.051-.2546.0199zm-.9955-1.3949-.0124-.0466.1828-.0124.0063.0354zm.1072.2409.2838-.0314-.0044.0312zm.5256.0054c-.0026-.0128-.0059-.0253-.0109-.0385.0867-.0643.1811-.0562.2786-.0318l.0166.0059zm1.1655-1.3583c-.0495-.0174-.0986-.0324-.1482-.0446-.1072-.0306-.2328-.0373-.3682-.0197-.0524.0076-.1139-.0098-.2155-.02.6931-.1111.8399-.1192 1.4295.0882-.2621.0679-.5079.067-.6983-.0027zm-1.559 2.1839.0026-.0166.0789.0031-.0012.0124zm.0473.2639c-.0078-.026-.0245-.0473-.0488-.0623.1428-.0137.286-.0278.4288-.041.0454-.0051.088-.0033.1256.0053l-.2616.0691.0056.011zm.211.2457-.0017-.0305c.0639-.0122.1277-.0243.1915-.0369l.0022.0406c-.0647.009-.1287.0178-.1927.0265zm-.1297.1915c.2457-.0601.4809-.0747.6867-.0427-.0026.0114-.0045.0231-.0063.0343zm3.3218-2.942-.0336.0023-.0017-.03.1936-.0124.0014.0242c-.0523.0026-.1056.0075-.1598.0149zm.0826-.1394-.0002-.0347.3947.0034zm.4421-.0264.2655.077c-.23.038-.2248-.0351-.2655-.078zm.975-.1005c.0133-.0148.0452-.0254.0873-.0371.0505.0016.1013.0025.1501.0054-.0468.1026-.0809.1708-.1188.2514-.12-.0693-.2036-.1315-.1186-.2197zm.4695-.0149.1037.1153c-.1996.0013-.1647-.0476-.103-.116zm-.6237 3.4341-.3107.0239.0001-.0356c.103-.042.208-.0329.312-.0324zm.1045-.3266c.034.0118.0709.0204.1102.0255l-.3639.0232.0006-.0397c.0959-.0573.1747-.0329.2531-.009zm-.6431.2915.0091.0284-.1167.0338-.0094-.0275zm2.4803-3.5248-.0124.0056-.0732.0013-.0105-.008zm-.8364.017c.0656-.0044.1302-.0077.1941-.0104-.0019.0022-.0008.0055-.0016.0085zm-3.0632 3.7977.005-.0267.1591.001-.0038.0205zm.3771-.0095-.0007-.0164.2888-.0168-.0054.0455zm2.9397-3.3771-.4442.0247-.012-.017c.1466-.1121.3348-.0172.4991-.0547.1386-.0357.2704-.0403.3796-.0133.0327.0084.0633.0192.0917.0323-.1716.0097-.3429.0191-.5142.028zm-1.3704 3.3551c-.0307.0105-.0611.0151-.088.0131-.3291.0069-.6583.0129-1.0389.0201.3485-.0532.6415-.0989.935-.1417.0693-.0109.136-.014.1982-.0093l.009.0031c.0286.0132.054.0294.0758.0486-.0275.0245-.0584.0467-.0911.0661zm1.5648.8927c.0184-.0046.0365-.0078.0541-.0094.0051-.0001.0098.0004.014.0016.0077.0027.0156.0055.0236.0083-.0029.0033-.0031.0075-.005.0111zm.2039.1858c.0024-.0144.0045-.0283.0089-.0444l.6573-.0151c-.2473.1696-.4489.0729-.6662.0595zm1.5585-.8692.005-.0262c.0627.0003.1254.0005.1875.0025.0001.0102-.0009.0208-.003.0317zm5.5902 1.8246c-.2578.0795-.6871.1014-1.0229.0424.2312-.0552.8418-.0758 1.0229-.0424zm4.3123-.9245c-.0747-.0103-.1464-.025-.2146-.0438-.0574.0272-.1234.0585-.1785.0842-.2551-.0207-.4912-.0825-.7558.0354l-.3329-.0927c.2238-.0459.4119-.0233.6004-.0204.0787.0007.1515.0344.2221-.0385.1658.0343.3358-.0486.5015-.0543.0938.0015.1848.0079.2727.0192-.0001.0811-.0325.1172-.1167.1103zm.605-.7657-.0054.0227-.2304-.0095.001-.0229zm-.4393-.0187.0009.0274-.1813.0367-.0022-.0482zm-.3843-.4553c-.0046.0117-.0088.0235-.0131.0348l-.3613-.041c.0031-.0079.0054-.0156.0081-.0237zm-1.2944.1878.0027.001c.0167.0058.0281.0488.0422.0732l-.0387.0338-.4667-.0748c.1917-.0554.3257-.0304.4605-.0332zm-.6537.1549.0017.0006c.008.0051.0148.0111.0203.0181l-.0483.0252-.0252-.0226c.017-.009.0346-.0164.0522-.022zm-.4893.6115c.0576-.0224.1317-.0186.197-.0203.4779-.0109.9563-.024 1.433-.0292.3304-.0037.6582.0046.9874.0073.0842.0007.1687.0006.2532.0009l-.005.0495c-.3483.0728-.6851-.0455-1.046.0883l-.1025-.0887c-.0574.048-.1031.0865-.1471.1237l-.3376.0234.1414-.1063c-.0599-.0134-.1226-.0232-.1877-.0292-.2916-.0078-.5813-.0174-.8743-.0172-.0989.005-.2018.0195-.3067.0432-.0868.0169-.1759.0586-.2554.0572-.3864-.0081-.7698-.0265-1.1538-.0432-.0615-.0027-.1302-.0074-.121-.0768.3544.0704.7568.0713 1.1834.0028.0354.0304.0861.0478.1466.0502.0604.0025.1281-.0101.1957-.0363zm1.0431.2794-.093.0147-.0017-.0234c.0304-.0059.0604-.0119.0902-.0157.0027-.0019.0041.0147.0052.0237zm-.4575.0917c-.0986-.0044-.204-.0145-.3119-.0122-.3084.0061-.6194.0232-.9261.0219-.0644-.0004-.1141-.0606-.2019-.1115-.0926.0015-.0926.0015-.2635.0898-.0155-.0059-.0288-.0142-.0392-.0247-.0048-.0136-.0067-.0285-.0058-.0443l-.2952.0032c.2021-.1433.6385-.1351.9628.0072.0605-.0409.0924-.1501.2245-.0837-.0185.0206-.038.0422-.0574.0638.0526.0727.5069-.0695.7279-.2303l.5521.0494c-.1456.0958-.3059.0692-.4779.0621.0264.0957.215.0834.1123.2085zm-2.5512-.4185c-.0909.0714-.1688.0354-.2494.0236zm.3917-.5168.272-.028c-.0024.0175-.0047.0352-.0068.0531l-.2683.0113zm-.0021.7348-.185.0221.0051.0217.1509.038c-.2687.0776-.4926.0309-.7121-.0322.2391-.0842.4654-.0746.7418-.0503zm1.8303-.7581-.2553.0049c.1051-.0408.1051-.0408.2559-.0057zm-.5588-.197.0207.0277-.1149.0293zm-.2217.0467c.0411.001.0801.0058.1161.0143-.0037.0229.0008.0558-.0145.0637-.0354.0121-.0696.0138-.0955.0048-.0277-.0112-.052-.0258-.0725-.0436.0232-.0136.0463-.0382.0664-.0392zm-.0684.0404c-.0018.0283-.0049.0562-.0064.1003l-.1322-.076zm-.1474.0259c-.1206.0453-.2113.1652-.367.1183l.0564-.0935c.1126-.0946.2104-.035.3106-.0248zm-.8489-.0748c.0435-.0007.0895.0131.1292.0024.0808-.0217.1577-.0244.2204-.0077.0736.0222.1354.0574.1829.1038-.1929-.0006-.3875.0058-.5771-.005-.1352-.0132-.2604-.0413-.3727-.0839.1408-.005.2803-.0089.4189-.0114zm-.2864.1255c-.2288.0712-.275.0748-.5405.0349zm-1.0565.7736c-.1274.0538-.1532.0556-.3406-.0142zm-.6672.4145-.111.0083c.0005-.0121.0016-.0245.0024-.0371l.1131-.0152zm.3503-1.1137c.0917.0024.1949-.0204.2958-.0651.1155-.0542.2647-.0624.4274-.0961-.1139.1122-.1139.1122-.4807.1523l.2082.0544c-.2614.0735-.4997.0929-.6842-.0409.0795-.0033.1572-.0034.2351-.0064zm-.8269.8195.3527-.0143c-.1288.0908-.1288.0908-.351.0125zm-.0386.0813c-.0116.0059-.0236.0121-.0356.0178l-.0319-.0112c.0075-.0083.0208-.023.0277-.0221l.0038.0014c.0133.0032.0258.0074.0373.0127zm.2867-.4741.0026.028-.1093.0236.0005-.0415c.0366-.0047.0723-.0078.1075-.0115zm.3113-.5855-.0013.0238-.0875.0085.0007-.0225zm-.1928.2434c-.0454.02-.0998.0536-.1113.0471-.0174-.0085-.0365-.0152-.0571-.0201-.0986-.0248-.2089.007-.315.018-.0366.0016-.0719.0004-.1055-.0034.4157-.1136.4157-.1136.5902-.043zm-.5048.3872.1552-.0255c-.0466.0932-.0466.0932-.1539.0241zm-.3664-.0921-.1685.0564-.0032-.1017.1758.0074c-.0018.0121-.0026.0242-.0028.0365zm.3213-.4714-.0023.0339-.1592.0117.0103-.0438zm-.9724.4166-.0038.0589-.2777.0165.0041-.046zm-.3731-.3403.0473.0124c-.0948.0738-.1521.0735-.2185.0349.0507-.0694.1016-.0647.1712-.0473zm-.6672.619c.029.0074.0533.0188.0779.0275l-.2455-.0126c.061-.023.1212-.0285.168-.0153zm.3378-.6639-.0151.0421-.1502-.0283zm-.0364.1371c-.0593.0151-.1072.0263-.1716.0415.0592-.0565.0726-.0693.1201-.0573.0138.003.0307.0085.0518.0154zm-.1425-.1238c-.0398.0087-.0779.0109-.1119.0066-.0341-.0043-.0634-.0152-.0862-.0318l.0216-.0346zm21.3246-24.39928c-.0081.00494-.0168.0087-.0254.01098-.0051-.00557-.0107-.00993-.0157-.01598l.0583-.00553c-.0063.00443-.0119.00718-.0172.01053zm-22.2905 25.27128-.0094-.1029.8644.0232c.2108.006.4182.0421.6406-.0367.0381-.0149.0762-.0202.108-.015.1337.0428.2663.0881.3936.1387.0889.037.1672.029.2535-.0445.0036-.0039-.0174-.0232-.0315-.0414.0934-.0146.1476.024.201.0608.0668.0464.1299.0933.262.0378l-.005.2587c-.1366-.0054-.2445-.0182-.3542-.0118-.1098.0064-.2105.0311-.3155.0311.1573-.0869.3318-.1004.5043-.1269-.2257-.043-.4345-.0952-.7013-.0573-.2707.046-.5196.031-.7191-.0433-.0061-.0026-.0124-.0048-.0191-.0067-.0453-.0092-.0964-.0102-.1507-.0028-.1908.0224-.3825.055-.5724.0749-.0591-.0002-.1152-.0058-.1674-.0167-.0832-.009-.1664-.0113-.2454-.0244-.0789-.0131-.1415-.0342-.2239-.0552.0973-.0862.1825-.0339.2868-.0389zm1.8521.2731c-.0073.0122-.0315.0212-.0567.0366-.0099-.0173-.0273-.0325-.0215-.0409.0071-.0069.0158-.0129.0251-.0173s.019-.007.0279-.0076l.0024.0008c.0093.0019.0255.0209.0214.028zm-.2904-.0159-.1271.0297-.0086-.0325.1312-.0221zm-1.9393.5977-.2242-.0092.0021-.0064.229.0095zm-.3364-.2234c.1197-.0053.2422-.0157.3559-.0103.4737.0246.9714-.0373 1.4298.0427-.0434.0091-.086.0146-.127.0164-.5549-.0057-1.1096-.0138-1.6587-.0488zm.909.2349 1.3568.0037c-.473.0412-.9279.04-1.3568-.0037zm1.5916.1339.005.0108-.2149.0106.0039-.0205zm8.2895-.6403c-.1705.0106-.3403.0153-.511.024-.0884.0044-.1778.0151-.2653.018-.0874.0029-.1765-.0005-.3149-.0018-.1829.0911-.4185.0423-.6512.0576-.4728.0312-.9436.0404-1.4153.0587-.9241.0364-1.8491.0748-2.7729.1089-.5252.019-1.0504.0379-1.5731.0445-.4961.0064-.9892-.0027-1.4833-.0056.1208-.0177.2415-.0402.3616-.051.0858-.0077.1722.0043.1722-.0717.1124-.0078.2038-.015.2949-.0194.0457-.0032.0895-.002.1306.0033.2568.0431.5364-.005.8047-.0011.073.0015.1572-.0352.204-.0467l.338.0901c.0382-.0505.0601-.0798.0942-.1253.0483.0066.1321-.0008.1472.0235.0567.0859.1626.0625.2644.0457.2352-.0353.4705-.0752.7055-.1148.1586-.0272.193-.0189.2831.0822.0713-.0893.1435-.1122.1979-.0304.065-.0245.1238-.0589.1789-.0618.055-.0029.099.0283.1436.0431l.1614-.0779c.1639.0231.2837.0648.4058.0524.2519-.0266.4974-.0145.7458-.0219.2546-.0052.5102-.0038.7658-.0106.0943-.0054.191-.0166.2894-.0337.1168-.0167.23-.0527.3263.0201.0578.0432.1342-.0072.1824-.0657.0318.024.073.0398.1211.0464.048.0066.1019.0038.1583-.0082.2101-.0389.4276-.0287.6396-.0285.2764.0025.5528.0131.83.0178.0537-.0058.1052-.0061.1533-.001-.0378.0151-.0757.0369-.1117.0394zm1.8523-1.7521.0027-.009.199.0085-.0026.009zm-.6594 1.6183c-.0031-.0011-.0011-.025-.0017-.0385l.1114-.0083-.0036.0425c-.0331-.0017-.0683.0024-.1042.0012zm1.8634-.605c-.1039.0763-.2229.0818-.5065.0174.0035-.013.0063-.0253.0092-.038zm-1.0471.1729-.004.0156-.1208-.0046c.0008-.004.002-.0078.0025-.0115zm-.5573.4109c.1469-.0531.2711-.0249.3976-.0245.1201-.0402.2274-.0266.3458-.0072-.1809.1228-.5148.1365-.743.0314zm.9146-.0126c-.0075-.0084.0011-.0357.0134-.0428.0167-.0102.0348-.0176.0524-.0211.0177-.0036.0341-.0033.0475.0008.0332.0115.0613.0283.0834.0498-.087.0576-.1498.0635-.1964.0129zm.8434-.557c.0002-.0098.0012-.02.0021-.0301l.088.0035-.0032.0193zm.2315-.0038c.17-.138.2985.0231.4632-.065-.1231.1047-.1647.1099-.4618.065zm.9718.38-.1624.0111.0036-.0263c.0538-.0014.1078-.0037.1619-.0055zm.1141-.4689c.0496-.0044.1209-.0244.1705-.0121.0198.006.0353.0167.0452.0311.0098.0144.0139.0323.0117.0521l-.4738.0337c.036-.1259.1673-.099.2464-.1048zm-.3995.0333c.0106.0091.02.0191.0283.0299-.011.0056-.0272.0175-.0313.0155-.0135-.0069-.0253-.0153-.0352-.0252.0127-.0078.0258-.0149.0392-.0213zm-.2209.4441c-.126.0387-.126.0387-.3072-.0133zm-.4534.1909c.0014-.0137.0022-.0277.0032-.0416.1275-.0594.2438-.0336.3626-.0221l-.0029.0336zm.5123-.0396c.1242-.0872.224-.0122.3547-.0316-.1492.0471-.1849.0497-.3527.0294zm1.0043-.5477c-.0325-.0114-.0647-.0228-.0953-.0364l.0506-.0562.0946.05zm11.9483.2141c.1438.0246.2855.0532.4262.0838-.1061.0575-.2018.0822-.3019.0136-.004-.0026-.0089-.0043-.0146-.0051-.0159-.0056-.0404-.0057-.0437-.0021-.0729.0754-.1099.04-.1177-.0111-.0058-.0381.0165-.0644.0517-.0791zm-.2607.0463c-.1125.0585-.1951.0403-.2638-.0109zm-.5193-.1152c.001.0126.0105.0284.0021.0372-.0076.0063-.0163.0116-.0254.0153-.0091.0038-.0183.0059-.0268.0062-.0288-.0061-.055-.0153-.0783-.0276zm-.1878.0211c-.0764.0813-.1546.0613-.2263.0427-.0149-.0053-.032-.008-.0475-.0111-.0236-.0049-.0459-.0115-.0667-.0197-.0162-.0057-.0346-.0122-.0491-.0173-.0182-.006-.0398-.0079-.0632-.0056s-.0481.0088-.0725.019c-.0311.0132-.0934-.0229-.1413-.0365.1772-.0666.5423-.0329.6666.0285zm-.3632-.5314c-.0036.004-.0033.0088-.0048.0135l-.1321-.0053-.0693-.0244.0046-.005zm-1.6941.2998c.1841.0174.3704.0319.5483.0623.1497.0257.2943.0363.428-.0195l.295.1429c-.0297.0137-.0547.0334-.0755.0332-.2478-.0024-.496-.0064-.7413-.0131-.0695-.0018-.1431.007-.1864-.0463-.008-.0081-.0193-.0138-.0331-.0164-.0375-.0078-.0794-.0096-.1239-.0052-.1041.0108-.2099.0366-.2409-.0612-.0015-.0043-.0498.0047-.0797.0085.0309-.0931.1219-.0933.2095-.0852zm-1.1996-.4318c.206.0299.4124.0592.6192.0878-.0163.0067-.0327.0094-.0466.0077-.281-.0653-.5739-.0172-.8597.043l-.2007-.1353zm-.6812.1253c-.08.0103-.1685.0574-.2704-.035l.2783-.0002zm-.0644-.165c-.0039.0104-.0079.0204-.0122.0308l-.0861-.0209.0062-.0135zm-.6428-.0206.0642.0027c-.0704.0639-.1135.0586-.1489.031.0283-.004.0583-.0159.0847-.0337zm-.9515.1235.0028.001c.0015.0082.002.0167.0015.0257l-.0376-.0019c.0043-.0084.0099-.0168.0166-.025.0057-.0011.0111-.0012.0157-.0002zm-.3641.3196-.0522-.0696c.01-.0041.023-.0123.0355-.0136.176-.0168.3375-.0014.4736.0449.0455.0174.1041.0189.1671.0044.1168-.04.215-.0144.3216-.0158.1651-.002.3183.0467.4939.0042.2825.0768.6187-.0144.9078.0429l.0149.0052c.0132.0045.0287.0062.0455.0051.2829-.0507.5409-.011.8027.0153.0918.0091.1829.0203.2761.0242.0642.0027.1173.0025.062.0693l.1329.0217c-.0807.0215-.1602.0354-.2367.0414-.0582.0004-.1074-.0326-.1814-.0578-.1127.0187-.2234.0304-.331.0352-.2122.0002-.4198-.0174-.6313-.0222-.1491-.0051-.3056.0071-.4578.0019-.5376-.0158-1.0705-.0451-1.6108-.0524-.5681-.0104-1.1428-.0023-1.7154.0004-.1911.001-.3838.0119-.5755.0155-.0485-.0038-.0949-.0111-.1386-.0218.1591-.1209.3133-.1548.4868-.1312-.0166.0184-.029.0373-.0509.0661.1425.0313.3152.0177.4937-.0386.1386-.039.2506-.1015.3319.0178.0124.0186.0962.0173.1424.006.1297-.0316.2443-.0211.3649-.0066.1389.009.2815.0116.4273.0078zm-1.1194-.4581.2171.0395c-.0102.0149-.0201.0304-.03.0454l-.2049-.0575zm.4774.0473c.0002-.0042.0196-.0112.0303-.0169.0083.0105.0152.022.0206.0343.0024.0009-.0196.0112-.0376.021-.0067-.0119-.0116-.0249-.0143-.0388zm26.0229-28.30359.0014.05557-.276.05979c.1269-.10431.1989-.10026.2735-.11573zm-26.4717 27.62719c-.0066.0124-.0125.0245-.0191.0369l-.1443-.0205.0095-.0227zm-1.7337.0248c-.1154.0775-.2172.0345-.3252.0496l.0034-.0463zm-1.8269 1.0901.0072-.0217.1809.0078-.0069.0213zm.9887-.7971c.0574-.012.1123-.0144.1608-.0069.0431.0109.0819.0407.1618.1045-.19.0645-.1873.0635-.2461-.0393-.0206-.0238-.0468-.0436-.0779-.0588zm.0162.2772.229.0095-.0013.01-.2425.0161c.0039-.0129.0085-.0241.0134-.0361zm-.4168.5132.0063-.0268.2294.0097c-.0008.0034-.0012.0068-.0013.01zm.9514-.7609c-.0328-.0086-.0626-.0209-.0888-.0365l.0475-.0497c.19-.0085.3781-.0233.5648-.0249.4267-.0044.8519-.003 1.2776-.0006.0507.0019.0954.0134.131.0339.1178.0671.1309.0693.2567-.0045.1673-.0981.308-.1121.4258-.0169.0697.0527.1681.0796.2832.0775l.1122.0044c.0651.023.1292.0455.1938.0655-.0593 0-.1185.0009-.1772-.0008-.5627-.0118-1.1219-.0357-1.6866-.0397-.2457-.0017-.4954-.0014-.7523.0528-.2198.0445-.3965-.0363-.5901-.0613zm.8184.8024c-.0389.0142-.0771.0288-.1156.0432l-.0152-.0338.1209-.0329zm-1.2356.3532-.0193-.0206c.0125-.0044.0249-.0076.0371-.0097.0046.0022.0083.0053.0109.0091-.0102.0071-.0207.0138-.0314.0202zm.1457.0039.0075-.0221.0852.0068-.006.0188zm.1674-.2101c.0117-.0049.0296-.0157.0348-.0143.0104.0074.0188.0166.0247.0272-.0135.0033-.0295.0105-.0405.0085s-.0144-.016-.0208-.0235zm.0866-.6652c.0028-.0127.006-.0254.0095-.0384.2274-.0261.4414.0047.6526.0402zm.4633.4006.1893-.0026-.0081.0309-.1868-.0079zm.2366.4872c-.0135-.0071-.0257-.0155-.0363-.0251-.0024-.0008.0205-.0227.0256-.0213l.0038.0013c.014.0047.027.0104.039.017-.0146.0091-.0238.0173-.033.025zm.463-.196c-.1469.0071-.2981.0373-.4414.0342-.1432-.003-.2923-.0238-.4747-.0406.2759-.0925.4982-.036.7274-.0525.2113-.0177.411-.0092.5926.0252.0221.0049.0424.0121.0606.0213-.1873.0778-.3174.0021-.4653.0093zm2.3542.293.157-.0761.0182.0339c-.044.0448-.1081.0436-.1752.0422zm6.6321.0692c-.3067-.0165-.6133-.0325-.9188-.0529-.1145-.0076-.2229-.0311-.3383-.0371-.0858-.0061-.1741.0013-.2643.0017-.0107.0352-.0185.06-.0258.0858l-.3141-.0134.1099-.0414c-.0081-.0196-.0194-.0375-.0337-.0532-.0205-.0073-.0449-.01-.0715-.0078-.0267.0021-.0549.0091-.083.0203-.0679.0206-.1358.0413-.1881-.0099-.1233.0239-.246.0462-.3685.0718-.0777.0163-.1009.112-.2014.098.0535-.0761.099-.1549.2757-.1719-.0354-.0112-.0768-.0149-.1217-.0109s-.0924.0156-.1396.0341c-.0943.0318-.1803.0655-.2644.015.0143-.0158.0325-.036.0456-.0541-.1406.0097-.2806.0244-.4188.0279-.0857.0026-.1805.0095-.229-.0551-.0102-.0084-.0244-.0134-.0412-.0145-.0115-.002-.0224-.0048-.0324-.0086-.0505-.019-.1181-.0166-.1885.0067-.0437.0136-.0867.02-.1257.0185-.0391-.0015-.0733-.0107-.1002-.0269-.0843-.0492-.2605-.0192-.406-.0051l.0917.0324c-.0615.0033-.12.0002-.1741-.0092-.1464-.0528-.3336-.055-.5339-.0064-.1005.0268-.197.0335-.2802.0195-.0833-.0139-.1505-.0481-.1952-.0993-.0259-.0215-.064-.0323-.1091-.0308-.2347.0074-.4739.0228-.7088.0273-.0795-.0018-.1562-.0085-.2295-.0202-.0096-.0021-.0184-.0052-.0263-.0092-.0125-.0044-.0242-.0086-.0292-.0061-.1127.0633-.1913.0342-.27.0045-.0271-.011-.0558-.0201-.0861-.0275-.0313-.0062-.0873-.0099-.1041.0037-.1411.113-.2818.0596-.4209.0576-.0389.0007-.0747-.0045-.1056-.0154l.313-.0178.0043-.0317c-.202.0076-.3913-.0719-.6528.0665l-.0982-.1295-.23.029c.0546-.0363.0848-.0698.1092-.0706.1527-.0065.3011-.0258.4532.0069.161.0344.3587.0068.5426.0052.4151-.0051.8341-.0145 1.2446-.0145.1677.0007.3293.0263.4941.0389.0387.0065.0823.0058.1283-.0023.1151-.0325.2005-.0199.2782.034.0844.0582.2042.0331.3137.0062.0715-.0175.1117-.0404.1839.006.0576.0373.2049.0019.3115.002.0741-.003.1446.001.2104.012.1019.0231.1941.0418.3179.0072.0693-.0192.1525.0115.2301.0175.2136.016.4363.0043.6366.0649.0947.0291.2291.0029.3422.0105.7186.0486 1.4366.0989 2.1542.1509.1751.0143.3528.0266.5293.0404l-.0105.0329c-.0559-.0017-.1206.0002-.1807-.0025zm.4137-.2339-.1438-.0231.1541.0168c-.0039.0029-.0078.0056-.0119.0082zm.0267.1091-.0256-.0161c.0096-.0066.0196-.0183.0281-.0186l.0035.0012c.0084.0038.0157.0086.0218.0144zm.2198.0092-.0197-.007.0227.0047c-.0019.0011-.0037.0024-.0053.0038zm.4012-.0105c.0199-.0018.0386-.0007.055.0033.0125.003.024.0071.0347.0122zm21.7941-23.96094c.0047-.00974.0097-.01936.014-.02875l.1707.00652-.0229.04462zm-21.1399 24.07474c-.0226-.0032-.045-.0078-.0673-.0113l.0942.0108c-.0015.0014-.0028.0029-.0039.0044zm21.6578-23.98996c.1276-.05706.2177-.03907.2956.00309zm-21.2859 24.05466.0133-.029.1737.0204-.021.04zm21.5982-24.0509c.1512-.09239.2063.00487.3012.0236l-.0231.03931zm.3743.34691c.1791-.07925.2671-.03874.3692-.04927l-.021.06475zm2.0581-.64605c.0033.01918.0061.02871.0051.02931-.0837.0317-.1519.03093-.1762-.04692zm-.2691.25869c-.0039.00432-.0435.00126-.0663.00128.0159-.03283.0327-.06627.0486-.0991l.0657.00559c-.0133.03091-.0296.06197-.049.09282zm-.382.03571c.1467-.01901.2484.02253.3507.11698-.1653-.00132-.2783.00012-.3879-.00578-.0236-.00118-.0561-.03398-.0487-.04419.0169-.02536.0568-.06255.0849-.06641zm-22.2624 24.49444c.0308-.0175.0639-.0288.095-.0325.0518.0149.1035.0294.1566.0428zm19.8349-21.9637c.1483-.0811.2327-.113.2637.0151zm-15.6894 23.2857.0358-.0443.3748.105c-.012.0133-.0216.027-.033.0406zm18.0186-15.2276c.0907-.0369.2225.0158.3358.0277l.167.0171-.0665-.153c.479.0597.8304.1978 1.0857.4363-.013.0144-.0263.0292-.0372.0448-.0825-.0243-.1666-.0464-.2472-.0729-.185-.0609-.3645-.1285-.5527-.1849-.1058-.0363-.236-.0423-.3768-.0174-.1409.0248-.2873.0796-.4237.1586.1549.0812.1672.0803.4031-.0667.0642.0397.1381.0776.1992.1243.061.0466.115.1041.1908.1745-.0923.0011-.1615.001-.2319.0042-.0217.0008-.0431.0023-.0649.0037-.1824-.0791-.3638-.1587-.5443-.2393-.1165-.053-.235-.1037-.354-.1533.1703-.023.3383-.0293.5169-.103zm1.2589-2.0154c.0391.0969.0391.0969.3457.194-.1209.0172-.1984.043-.2524.0325-.0901-.0184-.1578-.0703-.2489-.0877-.0903-.0111-.1852-.015-.2836-.0117l.0064-.039zm-1.0475 1.4127c-.2391.0249-.2611.0134-.3114-.1809.1162.069.2107.1241.3107.1817zm.366-.9069-.2062-.048c.1261-.022.1261-.022.2062.048zm-1.0099 1.0677c-.0467.0372-.0684.0547-.12.0963l.3107.1052-.0118.086c-.156.0471-.3043.0911-.4723.1415l-.0956-.1248c.069-.0483.1261-.0894.222-.1547l-.3634-.1106c.0046-.0116.0085-.0231.0128-.0344zm.3892-1.081c-.1127.0396-.2246.06-.3271.0597-.1025-.0004-.1928-.0214-.2641-.0616.2728-.1079.4347-.1073.5916.0016zm-1.4551.3494c-.0099.0146-.0198.0286-.0301.043l-.2388-.0452c.0185-.0205.0349-.0418.0527-.0626zm-14.1006 15.3002-.1412-.0189.019-.0313.1403.021zm13.8715-16.2507c.2578-.0482.4295.0123.5438.1821-.18.0585-.3344.1773-.5299.0819.1291-.0381.2682-.0446.2457-.1825-.1041.0046-.2187.0102-.3366.0161-.036-.0507-.0028-.0835.077-.0976zm-14.1991 16.1414c-.0546.0179-.1081.0251-.1555.0209-.0473-.0041-.0868-.0194-.1147-.0445.1058-.1022-.0659-.0953-.0488-.1989zm-1.1205.4337c-.2316.0389-.2316.0388-.342-.0153.1486-.1118.2107-.0334.3413.015zm.3464-.7601c-.1556.0248-.2934.0047-.3896-.0567.1948-.0628.2852.0075.3889.0564zm-.5479.0365-.0423-.1231c.1288.0013.1341.0425.0416.1229zm-.5384.4746-.3467-.0562.065-.0174.0035.0012.001-.0011c.1306-.0341.1482-.0213.2752.0747zm13.3212-15.4481.3213.0681c-.1757.0776-.265.0172-.3713-.0151zm-14.146 15.3895c.0718-.0015.1363.0103.1893.0344l.0069.0025c.0386.0691.0683.0715.264.0826.0068.0006.0127.0025.0173.0056s.0078.0073.0094.0123c.0078.0739.0886.0365.1538.0319.1467-.0109.2958-.0205.3718.1002-.0873-.0018-.1785.0163-.2062-.0086-.059-.0535-.1215-.0428-.2139-.0047-.0388.0113-.076.013-.106.0049-.1173-.0252-.2344-.0518-.3562-.0781l.243.024.0384-.0482c-.0955-.0104-.1914-.02-.2881-.0275-.0879-.0068-.1776-.0095-.2676-.0113l-.0262-.0059c.0691-.0478.1184-.0802.1703-.1141zm-.5615-.0157c-.0274.0118-.0554.0176-.08.0166-.0247-.001-.045-.0087-.0582-.0221zm-.8692.1578c.0851.0059.1725.0077.2619.0054.1722.0322.3363.0758.4986.1231.0766.0222.169.0244.2476.0445.1334.0338.2571.0797.3924.1108.3263.0737.6577.1402.9847.2132.0757.0172.1368.0815.2064.0666.2152-.0466.2808.07.4099.116.0419.0148.0703.0471.1155.0536.0591.0042.1212.0031.1856-.0035.0217-.0008.0444-.0038.0648-.0056l.0208.0847c.0845-.0025.1661.0007.2441.0096.196.0397.3855.0884.5786.1313.1183.0256.1393.0358.1845.1699-1.5245-.3147-2.9721-.7001-4.3954-1.1196zm5.2681.7605c-.0869-.0387-.1592-.0998-.2987-.0735-.1527.0283-.2758.0024-.3856-.0443-.1098-.0468-.2319-.0661-.3909-.0182l.0913.1077-.2838-.0683c.0439-.0543.0788-.0975.1107-.137.105-.0228.2015-.0439.3115-.0672-.0105.1083.0846.0938.1951.0725.0956-.018.2329-.056.2782-.0263.1348.0883.3274.0841.4984.1135.1628.028.3414.0373.3836.1889-.1979.036-.3773.0198-.5111-.0464zm1.1339.0608.2371.0537c-.1211.0499-.2132.0463-.2384-.0523zm3.3375-3.4096.0244-.027.1614.0516-.0243.0271zm.523-.3026c.08-.0017.1232-.004.1635-.0017 0 0-.0048.0377-.0171.0443-.0681.0391-.1051.0261-.1477-.0411zm7.0981-4.306c-.0064.0072-.0126.0141-.0163.0222l-.1474-.0272c.0094-.0105.0191-.0213.0285-.0317zm.6552-1.568.1169.0976c-.0159.0115-.0314.0226-.0469.0343l-.1247-.0914c.0182-.0131.0356-.0259.0534-.0391zm-1.0187-.4696c.2236.0987.2262.0963.2511.1729-.2356-.0422-.4838-.0523-.6213-.2085.1704-.052.2678-.0081.3689.037zm-6.3555 6.7501c.0208-.0601.0374-.1069.0562-.1591.1369.044.1342.0511-.0585.1602zm-2.1713 2.668c.1622.0002.2406.0848.3481.1407-.3117-.0073-.3725-.0326-.3504-.1396zm6.6076-7.7594c.0082-.0161.0156-.032.0234-.0482.0482.0028.096.0063.1448.0074.2497.0068.4227.1176.6643.1425.1971.0197.3683.09.5822.0904-.5424.0452-.9762-.0783-1.417-.191zm2.287-1.2169c-.0891-.01-.1273-.0577-.1718-.1004.0136-.0104.0279-.0212.0428-.0324l.1444.1202c.03.0074.0627.0115.0973.012.0946-.1009.162-.0573.2183-.0251.0524.0356.0996.0756.1413.1196-.1995.0098-.3683-.0008-.4747-.0928zm-.3157 1.4509c-.1444.0915-.1888.0891-.3322-.0221zm-.1556.2375c-.176.0329-.176.0329-.2188-.0538zm-4.3871 5.1101c-.1253.0095-.2622.0324-.3153-.0722.3621-.0764.4698-.0688.6601.0429-.1282.0117-.2381.0223-.3471.0304zm5.5629-5.0041c.0923-.0012.1325.0443.1237.1299l-.1727-.0832zm-6.3712 7.0758-.1073-.0506c.0091-.0101.02-.0191.0304-.0292l.1076.0512zm1.5255-1.845c.1766-.0493.1766-.0493.1823.0543zm4.8761-4.4167c-.1928-.0609-.3915-.1147-.6286-.1836.1002-.0297.1633-.0578.2216-.0643.2576-.0288.4457.0622.6643.0965.0439.0065.0595.058.0947.0975-.0614.0339-.1267.0569-.1891.0666-.0623.0096-.1195.0056-.1655-.0118zm2.4006.4602c.047.0147.1013.0203.1601.0166.107-.0073.2167-.0247.3424-.0397-.0394.0635-.0632.1025-.0858.1392l.1877.0448c-.0857.0855-.1497.0791-.2148.0552-.0772-.0272-.1548-.0545-.2323-.0818-.2156-.0727-.4324-.1444-.6473-.2182-.0253-.0132-.0474-.0294-.0659-.0484l.0395-.0392c.0537.0137.1101.0246.1606.0424.1165.0439.2311.0914.3548.1307zm-1.5945-.4011.1649-.0144-.0401.1538-.1575-.1086zm-.2135-.1791c.1081.011.154.0543.1233.1502-.2434.0134-.26-.0086-.126-.1493zm-4.4892 5.0361c-.0159.003-.0487-.0361-.0391-.0498.0185-.0276.0607-.0512.1125-.0909.0191.04.0524.0688.0384.089-.0141.0202-.076.0454-.1145.0527zm1.7441-2.0071c.1392-.108.2209-.0578.3558-.0107-.0674.029-.136.0454-.1989.0474-.063.0021-.118-.0103-.1596-.0357zm2.4876-2.4507c.1824-.1108.2855-.0536.4097-.0036-.1857.0906-.2908.0403-.4124.0046zm-3.518 4.7222c-.0429-.0298-.0762-.0719-.1313-.0866-.1487-.0405-.1766-.1225-.0634-.2957.0215.1157.106.1999.2365.2357.0951.0316.0852.0462-.0445.1476zm4.5652-5.0061-.2461-.3354c.2013-.0386.7783.1249.9371.2828-.218-.0654-.4467-.0914-.693.0538zm-3.3383 4.0975c.1809-.0312.1809-.0312.2124.1014z'/%3E%3Cpath d='m112.79 28.8965c-.298-.0349-.601-.0603-.851-.1632-.039-.0108-.082-.0171-.126-.0187-.641-.066-1.282-.1292-1.921-.1976-.832-.0891-1.663-.1823-2.494-.2745-.232-.0257-.463-.0538-.703-.0818.109-.0858.271-.052.423-.0353.373.0419.744.0885 1.118.1232.18.0164.366.0088.55.0152.073.0043.146.0112.218.0207.063.0059.134.025.189.0178.264-.0342.516.0112.77.0378.684.0708 1.367.1465 2.051.2167.165.0168.336.0202.504.0303.04-.1068-.083-.1209-.201-.1352-.264-.0325-.532-.0617-.796-.096-.098-.0128-.224-.007-.279-.0938l.666.0306-.02-.1703c-.118-.0583-.272-.05-.428.0235-.137-.1189-.332-.1455-.566-.1453-.131-.0008-.258-.0183-.372-.0511-.234-.0688-.428-.0608-.622.0246-.075.0319-.159.0567-.247.0734-.037.0048-.076.0056-.113.0022s-.072-.0109-.103-.0221l.408-.0793-.004-.0335-.989-.1468c.05-.0558.092-.1018.148-.1641.637.0757 1.257.1633 1.886.2201.613.0525 1.234.0825 1.858.0897l-1.443-.1995c.07-.019.117-.0443.161-.0427.131.0034.261.0139.387.0313.267.039.438-.008.557-.1414-.269-.0385-.53-.0761-.79-.1128-.142-.0203-.274-.0443-.312-.1297-.029-.0647-.137-.0794-.246-.0945-.183-.0261-.365-.0552-.624-.0944.333-.094.604-.123.866-.0943.104-.0337.212-.0631.323-.0879.223-.0371.275-.1534.098-.2385-.109-.0526-.2-.1181-.323-.1602-.173-.0591-.379-.1095-.579-.0547-.507.1376-.972.0594-1.449-.0664-.139-.0365-.307-.0424-.466-.06-.124-.014-.246-.0226-.37-.0337 0-.0145-.001-.0287-.002-.0428l.687-.0165.005-.0235-.435-.0858c.002-.0119.003-.0239.004-.0372.209-.0118.417-.0171.626-.0158.28.0106.56.0397.84.0593.424.0325.861.0054 1.272-.0788.126-.0312.248-.0675.365-.1087-.087-.111-.242-.05-.327-.0682.081-.0773.164-.1532.23-.2188l-.265-.1935c-.25.0091-.537.0209-.825.0289-.076.0026-.152.0001-.226-.0077-.818-.0958-1.637-.1927-2.457-.2909.13-.1981.184-.2084.514-.1525.269.0465.546.0854.82.1168.639.0726 1.28.1406 1.919.2118.33.0365.33.0384.523-.1026.041-.0308.076-.0627.113-.0941-.095-.0958-.226-.1789-.383-.2441-.158-.0653-.338-.1115-.532-.1357-1.116-.1593-2.224-.3331-3.332-.5062-.25-.0391-.488-.0981-.765-.155-.057.036-.121.0756-.184.1159-.144.0913-.191.0763-.337-.0299-.098-.0707-.267-.1218-.418-.17-.127-.0413-.273-.0677-.406-.1259.096.002.192.0014.288-.0019.146-.0092.211-.0711.117-.1288-.11-.0672-.241-.1515-.39-.172-.314-.0433-.347-.1738-.496-.2864.209-.0332.333.0375.476.0652.158.0309.309.0669.43-.0249-.114-.1016-.316-.1338-.51-.1704-.08-.0123-.148-.0395-.195-.0772-.046-.0377-.068-.0837-.061-.1306l-.496-.1547c.005-.0072.01-.0147.014-.0222l.516.0388c.007-.0595.014-.1114.02-.1702l-.634-.0737.008-.0346.761.0486c-.157-.0821-.419-.0346-.47-.1546.035-.0276.095-.0562.106-.0896.012-.0333-.022-.0767-.041-.1282-.397-.1012-.828-.1931-1.302-.2206-.248-.0145-.496-.0368-.74-.0643-.193-.0216-.371-.0546-.462-.1648-.042-.0504-.156-.0926-.254-.1255-.3-.1-.611-.1943-.913-.2906-.029-.0068-.054-.0176-.073-.0315-.027-.0304-.064-.0577-.109-.0807l.14-.0027c.081-.0076.16-.0192.237-.0348-.158-.0639-.355-.0934-.555-.0836l-.195.0042-.083-.0192c-.267-.0645-.543-.1209-.8194-.1797l.0728-.0022c.2156-.0067.4376-.0255.6566-.0381.046-.097-.113-.0954-.267-.0921-.3456.0062-.693.0155-1.0372.0197-.0679-.0159-.133-.0352-.1944-.0575l.6908-.0477-.0032-.0139c1.562.1432 3.124.2887 4.688.4258.891.0783 1.787.1381 2.681.2032.319.0233.432-.0111.574-.1609l1.041.091-.097-.0945.82-.0238c.039-.0991-.007-.15-.192-.1656-.14-.0127-.278-.0307-.412-.0539-.032-.0054-.049-.0342-.072-.0538.077-.0055.182.0015.223-.0208.107-.0574.24-.0631.382-.0651.327-.0043.385-.0449.283-.1977-.014-.0202-.034-.0398-.048-.056.364-.1756.627-.4071.754-.6627l-1.278-.3147 1.273-.0176.013-.0433c-.112-.0256-.228-.0456-.347-.06-.121-.0072-.238-.0289-.34-.0637-.103-.0348-.19-.0819-.256-.138l.361-.0819c-.335-.1563-.336-.1538-.618-.1827-.148-.0159-.293-.0417-.44-.0637-.28-.0427-.559-.086-.802-.1235.23-.0554.23-.0554.559-.0289.096-.0938.012-.1601-.136-.2245-.092-.0398-.188-.0769-.286-.1113.191.0141.388.0012.581.002.1.001.239-.0152.294.0098.289.1327.643.1151.974.1538.219.0258.368.0061.468-.1064-.335-.0489-.254-.1955-.337-.3097-.145-.0224-.279-.0482-.416-.0644-.323-.0407-.647-.0795-.972-.1164-.086-.0124-.175-.0183-.265-.0176-.644.0223-1.263-.086-1.889-.15-.219-.0224-.436-.0569-.739-.0971.351-.0758.62-.0145.884.0139.226.0245.453.0783.673.0784.564-.0006 1.114.0577 1.669.1104.183.0173.376.0302.543-.0263-.206-.2009-.65-.2147-.973-.3039-.298-.0823-.709-.0605-1.07-.0847-.002-.0112-.003-.0225-.004-.0336l.972-.0192c-.107-.0441-.233-.0731-.367-.0846-.625-.0661-1.255-.1239-1.883-.1991-.55-.0656-1.098-.1415-1.639-.2278-.517-.0819-1.023-.1839-1.535-.2762-.145-.0251-.297-.0468-.34-.1554.43.0007.836-.0037 1.232.1019.221.0587.447.1058.685.0373.172-.0499.447-.0417.584.0253.25.1189.519.1553.832.1102.07-.0132.145-.0153.215-.0061.408.085.719.0296.961-.1137.502.0111.918.229 1.509.1671-.437-.0862-.791-.177-1.162-.2241-.388-.0493-.527-.1692-.658-.3289-.096-.1132.035-.1805.107-.2738-.466-.0153-.86-.0831-1.171-.2135.068-.1399-.202-.1836-.307-.2718-.379.0147-.756.0356-1.121-.0802.057-.046.107-.0873.175-.1427l-.988-.1436c.203-.0161.408-.0223.612-.0185.202-.003.416.0341.657-.0292-.153-.0235-.247-.0428-.345-.0522-.613-.0682-1.238-.0694-1.849-.1594-.311-.0459-.592-.0437-.858.0772-.281.1277-.665.0909-1.007-.0506l.32-.1008-.336-.1447c-.059.0383-.091.0556-.115.075-.193.1607-.255.1651-.58.0309-.12-.05-.239-.06-.3346-.0071-.1502.0832-.3468.1049-.5704.1019-.0233-.0038-.0453-.0095-.0653-.017.037-.0277.0743-.055.1125-.0837-.1638-.0624-.2926-.0161-.4318.0046-.3327.0501-.5037.0209-.7343-.1191l-.1157-.0689c-.2116-.0082-.4342.0534-.6398-.0872.1139-.0049.1829-.0097.2539-.011.0709-.0014.1777.0133.194-.001.0806-.0691.2062-.0504.3319-.0434.5158.0281 1.0406.0727 1.5583.0799.4013.0061.8693.1012 1.1293-.097.174.0252.333.0724.458.0604.179-.0162.309.0701.424.0542.208-.0292.196.0811.389.1071.064-.0256.134-.0456.209-.0594.142-.0231.29-.0321.436-.0266.403.0295.803.0742 1.205.1104.063.0017.126 0 .189-.0053l.005-.0337-.678-.1103c.166-.1034.359-.1681.653-.1435.075.0061.151-.0014.227.0014.862.0244 1.725.0535 2.587.073.223.0022.446-.01.666-.0366.072-.0084.116-.0664.203-.1212l.264-.03-.003-.0291-.308-.0612.301-.0548c-.194-.0309-.38-.0543-.431.0771-.53-.028-1.049-.0522-1.569-.0819-.544-.0326-1.086-.0763-1.631-.1065-.932-.0512-1.863-.0948-2.795-.144-.009-.0017-.019-.017-.033-.0297l.433-.0806c0-.0125-.001-.0248-.001-.038-.352-.0484-.703-.1011-1.056-.1449-.186-.0223-.388-.0481-.562-.0333l-.7768-.1724c.5128-.0011 1.0348.0612 1.5538.0841.315.0137.632-.0044.947.0099 1.116.0489 2.231.1065 3.347.1562.174.0081.35.003.524-.0151.409-.045.795-.0521 1.132.1503.567-.1363 1.193-.0928 1.806-.0805.101.002.203.0048.304.0025.078-.0054.156-.0136.233-.0245-.291-.0575-.516-.1094-.75-.146-.182-.0285-.377-.0364-.564-.0574-.148-.0169-.334-.0198-.433-.0657-.228-.104-.414-.2301-.622-.3495.03-.0126.057-.0274.079-.044.03-.0326.054-.0664.074-.101-.196-.0252-.366-.0634-.53-.0656-.836-.0053-1.668.0001-2.504-.0004-.098-.0003-.233.0071-.291-.0192-.164-.0759-.299-.0783-.475-.0307-.069.0189-.238.0726-.265-.0457-.04-.0141-.088-.0213-.137-.0207-.196.0039-.406-.049-.588.0143-.044.0076-.09.0054-.129-.0061-.224-.0743-.469-.0686-.707-.0711-.786-.0081-1.571-.0104-2.3559-.0165-.1267-.0011-.2545-.0122-.3814-.0182l-.0102-.0481.8562-.0718c-.4551-.0692-.9086-.018-1.3973-.1109l.3063-.0831-.1153-.081-.2115.062-.3779-.1298.6815-.0657.2428.1114c.3452-.0267.6402-.0689.8075-.2284.1771.1413-.1344.156-.1865.2369.4441.0407.9037.0265 1.3467-.0416.121.0088.259.038.361.0226.19-.0293.358-.0848.561-.1354-.369-.0956-.794-.0335-1.128-.1504l.881-.0785c.069.1014.27.1083.499.0962.196-.0104.396-.0103.597-.0146l-.02.1906-.398.0805c.006.0128.013.0258.021.039.096.0079.192.02.288.0233.495.0185.99.0389 1.485.0513.609.0148 1.215.0266 1.815.1263.2.0328.426.0358.578-.0425-.009-.0749-.306-.0963-.139-.1891.01-.0058-.056-.0514-.1-.0719-.09-.0424-.189-.08-.292-.1225l.297-.1295c-.251-.0932-.539-.1517-.843-.1709-.43-.0221-.86-.06-1.29-.0794-.261-.016-.526-.0154-.79.0017-.385.0309-.76.0657-1.162.0126-.074-.0072-.15-.007-.226.0007-.564.0412-1.131.0491-1.693.0238-.5827-.0273-1.1641-.0646-1.7413-.0245-.1776.0081-.3554.0065-.5308-.0046-.7229-.0287-1.4447-.0603-2.1669-.0923-.0432-.0056-.0851-.0136-.1249-.0239-.0093-.0547-.0185-.1117-.0297-.1739l-.268.0018c-.0205.0469-.0366.0839-.0504.116-.7504.0177-1.1853-.0033-1.4064-.0775l.9573-.0104c.0167-.0536.0282-.0918.0324-.1036.2496-.0053.487.0179.6579-.02.3428-.0741.714-.0844 1.0565-.0292.2448.0347.6885-.0231.8342-.1212.0281-.019.0206-.0514.0299-.0797-.3431-.0059-.6602-.0046-.977-.0173s-.6278-.043-.9909-.0691c.207-.0779.4132-.0802.6089-.0763.2526.0024.5068.0214.7604.0307.0729.0028.2.0096.2104-.0046.0769-.1053.238-.0502.3792-.0424.1411.0077.2788.0084.4184.0124.466.0132.9251-.0375 1.399.024.1225.0105.2491.0042.3693-.0184.1397-.0213.2467-.0259.377.0304.0565.0241.1765.0124.2985.0182l-.106-.1935c-1.011-.0433-2.0106-.0797-3.0096-.1308-.9989-.0511-1.9882-.1164-2.9832-.1748.0024-.0037.0048-.0075.0032-.0123l.9693-.0462c.1054.0137.2667.0602.3797.0441.1472-.0185.2988-.0131.4364.0156.1096.0139.2229.019.3367.015.3017-.0024.6027-.0141.9053-.0125.5064.0019 1.0133.0126 1.5235.017.199.0018.3859.0133.5499-.0706.0785-.0406.305-.017.4652-.015.0993.0012.2007.0233.3006.0247.619.0078 1.239.0168 1.858.0161.467-.0004.927-.0151 1.389-.0251.068-.0012.126-.02.266-.0438-.676-.0754-1.278-.0547-1.868-.1253.145-.0155.291-.0233.438-.0233.159-.0046.317-.014.476-.0217l-.304-.0379c-.047-.1143-.112-.15932-.361-.1557-.445.0065-.898-.03583-1.338.0248-.178.0243-.414.0676-.6382-.0345-.096-.04428-.289-.04393-.4387-.05504-.2926-.02142-.5862-.03617-.8794-.05351.0921-.02044.1894-.03102.2867-.03118.73-.01819 1.4596-.04109 2.1906-.05253.367-.00595.698-.06553 1.04-.10802-.695-.02881-1.387-.08136-2.083-.09212-.016.00021-.032-.00143-.047-.00482-.0146-.00339-.0278-.00847-.0387-.0149-.0109-.00644-.0192-.01412-.0244-.02256-.0052-.00845-.0073-.01749-.0061-.02658.0013-.00908.0058-.01803.0134-.02629.0075-.00826.0179-.01566.0305-.02176s.0273-.01076.0423-.01371c.016-.00295.033-.00412.049-.00345.286.00437.571.01664.857.03106-.053-.01596-.104-.03387-.153-.05361-.174-.00251-.349-.00501-.523-.00978-.016.0002-.032-.00144-.047-.00483s-.028-.00846-.039-.0149-.019-.01411-.024-.02256c-.006-.00844-.008-.01749-.006-.02657.001-.00909.005-.01803.013-.02629.007-.00826.018-.01567.03-.02177.013-.00609.028-.01076.043-.01371.016-.00295.032-.00412.048-.00344.078.00212.157.00288.237.00295-.036-.02565-.069-.05272-.098-.08102-1.1541-.01948-2.308-.07234-3.4637-.11412-.0162.0002-.0322-.00144-.047-.00483-.0147-.00339-.028-.00846-.0389-.0149-.0108-.00644-.0191-.01411-.0244-.02256-.0052-.00844-.0073-.01748-.006-.02657.0012-.00909.0057-.01803.0133-.02629.0075-.00826.0179-.01567.0305-.02177.0126-.00609.0272-.01076.0428-.01371.0157-.00294.032-.00412.0482-.00344 1.0966.03802 2.1921.08836 3.2882.10993.009-.00428.019-.00788.03-.01071-.008-.01422-.013-.0287-.021-.04144-.3693-.00709-.7398-.01089-1.1105-.02078-.0318-.00048-.0613-.00801-.0821-.02095-.0207-.01294-.031-.03023-.0285-.04805.0024-.01782.0175-.03473.0417-.047s.0557-.01889.0875-.01842c.3503.00941.7006.01351 1.0509.01986-.003-.03083-.003-.06184 0-.09285-.4709.00648-.9455.01842-1.4167.04916-.169.01094-.2185-.12236-.0488-.1332.3103-.02216.6206-.0318.9339-.03979-.2658-.00162-.5356-.00431-.8031-.00545-.5822-.0025-1.1625.00784-1.7414.01083-.1165.00069-.2351-.00692-.3529-.01061l-.0093-.04408 1.7112-.05055c-.832-.03966-1.6526-.04283-2.474-.0541-.2202-.00319-.4433-.03003-.6649-.04561.0002-.01287-.0005-.02549-.0011-.03812.196-.00401.3911-.01083.5873-.00988s.2192-.04778.1794-.13012c-.5611-.03258-1.1094.00718-1.6537-.08736.1031-.0209.2117-.02998.3191-.0267.5952.02713 1.1929.04936 1.7887.08189.6128.0351 1.2241.08094 1.8363.12236.0026-.0041.0019-.00837.0025-.01244l-1.3726-.23478c.3487-.07315.6287-.03722.8987-.02427.1023.00481.2036.01133.3053.01717-.0818-.12201-.0973-.25645-.0448-.3871.0526-.13065.171-.25193.3409-.3492-.1953-.04837-.3578-.12869-.4669-.23088s-.16-.22169-.1463-.34347c-.4998-.04494-.9826-.12845-1.4349-.24819-.1083-.03041-.2098-.06742-.3028-.11039l-.4677-.04299c-.2825-.02687-.5615-.06755-.8425-.10212.1242-.0208.2541-.02438.3782-.01041l.7396.05512c-.2407-.15159-.3799-.34099-.3708-.51914-.0361-.07257-.0509-.14848-.044-.22487-.6729-.04245-1.357-.08305-2.0763-.15099.1112-.01867.1344-.02679.1572-.02589.6484.0242 1.2963.04186 1.9437.07081.014-.0364.0337-.07221.0587-.10702-.2762-.02426-.5527-.04896-.829-.07288-.7066-.06079-1.4153-.10982-2.1234-.16518-.1434-.01154-.3085-.009-.3783-.12914l1.3627.0014c-.2079-.09284-.4034-.09482-.5887-.09502-.2399-.00054-.4774.01638-.7168.01934-.1081.00102-.256.005-.323-.02515-.23-.10424-.4773-.07082-.7235-.07397-.0832.00111-.166-.00217-.2473-.00979-.1442-.01773-.2851-.05537-.4299-.06374-1.3688-.07903-2.7366-.16282-4.0917-.32215-.3339-.03954-.6697-.07375-1.0043-.11001.0007-.01163.0021-.02316.0028-.03479l1.662.04483c-.306-.11475.1098-.17287-.0585-.24824l2.4969.0823-.135-.08477.2061-.0178c-.0275-.04495-.0461-.07661-.0882-.14684.6233.14573 1.2334.01921 1.8032.1629.0354.00807.0752.00907.113.00286.1656-.03809.3402-.01054.5138-.0044.2521.00874.5058.00893.7595.00056.0844-.00756.1666-.0234.2425-.04677.1363.02115.2756.03663.4169.04633.3398.0091.6797.01595 1.0185.0245-.0174-.09603.0026-.19408.0585-.28752-.1375-.00294-.2745-.00578-.412-.00985-1.0128-.03147-2.0267-.0495-3.0385-.10243-1.124-.05905-2.2527-.07912-3.3725-.2004-.2753-.0298-.5422-.08126-.8081-.1068-.266-.02553-.5653.0319-.8521.02968-.544-.00384-1.09-.02436-1.6353-.03867-.0637.00181-.1267-.00392-.1848-.01681-.2754-.09161-.5864-.08625-.8872-.10529-.1922-.0124-.4136.00428-.5634-.04248-.3628-.1094-.7415-.071-1.1092-.10655-.1771-.01736-.3555-.0285-.5327-.04248.7565-.0356 1.5266.04795 2.2776-.01477l-.5021-.05917c.0005-.01242.0003-.0246.0013-.0377.3156-.02427.6421-.01215.9656-.0089.4303.00428.8602.01115 1.2914.01711.2022-.00283.4039.00079.6042.01086.2702.02095.5313.04261.7343-.03641.1499.03502.3001.09893.3947.08648.2624-.035.5304.00528.7795-.00887.2677-.01947.536.00303.7747.06498.0587.01352.122.02073.1866.02129.0308.00079.061-.0141.0932-.02179l-.0425-.16319 4.263.17547c-.2396-.06995-.5014-.11524-.7736-.13382-2.0413-.09261-4.0816-.24153-6.1246-.27681-.1154.00161-.2299-.00543-.3403-.02094-.264-.04779-.547-.06084-.8277-.03815-.2112.01732-.4433-.06681-.6375.01107-.4016-.04937-.7999-.04205-1.2028-.04312-.6812-.00104-1.3656-.02008-2.0466-.03398-.071-.00828-.1395-.0214-.204-.03908.0419-.01185.0849-.02214.129-.03077.2041-.02726.4127-.01961.6266-.01599.2138.00362.4344-.03482.6629.02556.0369.01018.1194-.02522.181-.03921-.1249-.04667-.2677-.0773-.4186-.08985-.2633-.02241-.5275-.03816-.7912-.05685-.1384-.00992-.304-.04652-.4105-.02476-.223.04638-.4447.0194-.6682.01107-1.0528-.03765-2.1057-.08365-3.1582-.11556-2.8145-.0853-5.634-.16274-8.4485-.24805-1.014-.03055-2.0301-.08837-3.0435-.11239-1.4584-.03462-2.9163-.06158-4.372-.06996-1.8615-.0103-3.7194.00123-5.5786.00307-2.1783.00236-4.3455.03017-6.4765.20377-1.9108.15558-3.8428.27335-5.7614.40862-.2884.01928-.5752.04962-.8582.0908-.9939.01767-1.9872.03543-2.9742.06112-1.215.03174-2.4235.08166-3.6282.13909-.838.04008-1.6611.11231-2.4963.15855-2.3187.12977-4.6393.24896-6.9577.37725-.8682.04244-1.7259.10413-2.5918.15759-.184.01139-.3593.04059-.5653.00041-.0985-.01931-.2207.01871-.3317.0306-.2139.02177-.4257.04011-.6359.06746-.116.01307-.2239.04548-.3091.09288.0585.01279.1441.04503.1706.03483.1627-.06173.3588-.02818.5429-.0354.1777-.01344.3566-.01189.5308.00461.0419.00777.0829.01689.1227.0273-.0646.01764-.1047.03877-.1528.04105-.5656.02502-1.13.05441-1.6997.06697-.3381.00711-.6718.00739-.9869.06133-.1984-.07222-.3554.01436-.5389-.00031-.2258-.01858-.4597-.00111-.6751.05043-.0892.01782-.1823.02735-.2755.02819-1.694.06756-3.3327.24441-4.9989.36683-.2105.01979-.4117.06792-.5861.14016l3.4874-.23889c.0143.05631.0267.10509.0401.15859.0305.00756.063.02152.0879.02014.0503-.00132.0999-.00924.1448-.02311.1794-.06717.3771-.08643.6183-.07543.2168.00945.4216-.03361.6572-.00425.0847.01049.1806-.05331.2896-.08943.2067.07367.4162.04735.6321.02252.1665-.01307.3337-.01986.5006-.02034.3584-.01384.7162-.02779 1.0734-.03767.2721-.00829.5371-.02539.8133-.00756l.0174.03562-.3923.06522c.6589.04762 1.2622-.04519 1.9152-.02399-.1436.0161-.286.03015-.4263.04948-.2923.04006-.6267.00989-.8773.12086-.1046.04599-.2982.03564-.4517.05042-.2435.0231-.5041.02275-.6931.11556-.0331.01628-.0965.01631-.1459.01952-.45.02264-.8996.05102-1.3511.06432-.2391.00679-.5096-.04418-.725-.01393-.2153.03024-.4106.08252-.6265.11571-.881.13502-1.8168.17259-2.7307.24807-.8221.06749-1.6655.10132-2.4961.14874-.1134.00618-.2266.01123-.341.01686.0878.08473.1499.17753.1838.27482.2813-.01237.5627-.02475.8432-.0388.111-.01158.2205-.02883.3269-.05151.0706.01964.1469.03283.226.03909.2114.00372.4238-.00072.6356-.01329.1435-.00854.2762-.03791.4328-.004.0149.00278.0307.00378.0467.00295.0159-.00084.0315-.00349.0458-.00781.4105-.14739.9798-.0364 1.4344-.18603-.0026.06818-.004.09866-.0049.14211l.1807.01381c-.018.02001-.0359.04081-.0737.08356l2.0523-.1201c-.1063.07489.271.12271.0676.23919l1.3666-.07188.0183.03313c-.2632.04053-.5284.07884-.7896.12239-1.0582.1726-2.1652.27688-3.2747.37578-.1172.01007-.217.04854-.3301.06803-.0665.00892-.1343.01337-.2019.01323-.2048.00741-.4279-.02055-.5712.0832-.0421.03063-.1676.02864-.2598.03089-.2009.00127-.4085-.01114-.6094-.00683-.155.00352-.3175.0084-.4484.10102l1.1401-.02421c-.0021.1168-.141.11703-.256.13012-.567.06497-1.1375.12401-1.7009.19378-.2178.02791-.4397.05588-.6602.08372.0369.03266.0701.06665.0995.10176.5286-.03823 1.0632-.06595 1.5975-.09941.0496.00483.098.01231.1446.02235-.5696.07855-1.1249.12733-1.6683.17932.0403.06966.0633.14252.0686.21661.0911.16397.0675.34419-.0661.50537l.5932-.06536c.1074-.0152.2186-.01379.3217.00407-.219.03797-.4333.08128-.6575.11188l-.3705.04967c-.0573.04251-.1261.0799-.2037.11074-.3313.12482-.6991.2141-1.0837.263.1259.22197.0706.44255-.248.56186.3903.18695.6204.47056.5925.70157.0827-.00731.1644-.01517.2476-.02124.2205-.01723.4362-.05651.7641.00817l-1.0394.24791.0077.01196c.4932-.04968.984-.10394 1.4802-.14779.4826-.04241.9704-.07519 1.4579-.10954.0958-.0045.1913.00244.2799.02036-.411.09991-.8894.07062-1.3435.11114.0048.07969.0445.12637.2109.12178s.3305-.00046.4965-.00019l.0171.03709c-.1767.02438-.3554.04261-.535.05457-.6827.02448-1.3685.04122-2.0465.09305l1.455.02.0156.04062c-.0976.00549-.1929.01479-.2905.01611-.4889.00719-.9791.00695-1.4655.01873-.2238.00566-.4464.01266-.6697.01877.2651.00264.5288.00767.8001.02275.1466.00755.1682.1364.0212.12841-.4013-.01956-.8051-.02741-1.21-.0235.0175.02921.0322.05896.0441.08916.2905-.0119.5821-.02143.8704-.03638.1382-.00756.2208.12088.0798.12758-.3056.0157-.6163.0249-.9203.0383.0006.0138.0038.0276.0038.0413.0108.0026.021.0061.0302.0101.9075-.0391 1.8016-.1054 2.7034-.1599.1391-.0089.2197.1195.0792.1275-.9461.0589-1.8875.1285-2.8444.1666-.0108.0269-.0256.0534-.0443.0791.0652-.0027.1311-.0046.1952-.0079.1382-.0076.2208.1208.0798.1275s-.2889.0126-.43366.0179c-.03068.0198-.06454.0379-.10111.0542.23177-.0183.46527-.0352.70257-.0442.1407-.0052.2215.1229.0797.1276-.57754.0218-1.13245.0835-1.70111.1228.30633.0355.61174.0872.92107.0865.61844-.0011 1.23944.0085 1.85904.0141.0882-.0012.175.0073.2557.0249-.2374.0218-.4762.0408-.7096.0668-.1209.0128-.2823.016-.3422.0599-.139.1022-.3566.0646-.5178.0443-.39729-.0509-.75655-.0031-1.13294-.0019-.21045.0015-.24324.0448-.23174.1548l-.23725.0416c.13708.0048.27477.0096.41009.013.12704-.0023.25348.0028.37728.0152-.4613.0772-.97671.0672-1.50613.1508.12803.0222.18773.0374.24304.0375.39296.0032.7868.0091 1.17616.0021.51827-.0093 1.03359-.0286 1.54899-.046.0825-.0028.1572-.0259.2397-.0287.133-.0046.3119-.0309.3962.0064.1761.0778.3293.0634.4961.0593.4221-.0123.842-.0307 1.2651-.0413.2528-.0063.5098-.0002.7637-.0029.0923.0026.1856-.0041.2754-.0198.113-.0308.2397-.0387.3578-.0223.1025.0139.2161-.0336.2977-.0486l.8332.0284c.0034.004.0064.008.0089.0122-.8049.0731-1.6069.152-2.4156.2173-.8086.0652-1.6371.1187-2.4644.1765l.0016.1876c.0991-.0078.2053.0014.2413-.0227.0828-.0558.1747-.0536.3017-.035.1012.0191.2108.023.3183.0115.368-.0668.7756-.0259 1.1601-.0462.1148-.0063.2314-.0093.3455-.0187.1141-.0095.2238-.0656.3377.0345.0149.0132.1185.0045.1782.0009.2085-.0133.4122-.0357.6219-.0422.1927-.0139.3849.0084.5461.0633-.2919.0311-.541.0642-.7977.0827-.2566.0186-.5243.0231-.8086.0338.0214.0272.0297.0582.0622.0764.1666.0906.5648.139.7543.1012.187-.0372.3851-.0488.5773-.034-.6139.0604-1.2278.1206-1.8418.1805-.1419.0133-.2838.0267-.352.134.2271-.0131.4022-.0177.5679-.0338.7516-.0732 1.501-.1491 2.2527-.2234.0802-.0024.1642-.0065.2534-.0062l.0754.0987.8044-.0061c-.1502.0749-.5046.1023-1.141.098l-.0964-.1107-.2275.0031c.02.06.0386.1148.0566.1672-.041.0111-.0646.0229-.0933.0252-.59.0424-1.18.0848-1.7709.1244-.147.0136-.2955.0179-.4425.0129-.5021-.0288-.9721.0169-1.4473.053-.4772.034-.957.0358-1.4291.0053-.06218-.006-.12653-.005-.1893.0029-.31084.0577-.64198.0308-.9785.0071-.21941-.0118-.44204-.0079-.66254.0117-.35002.0259-.69335.0696-1.04287.0979-.23453.0201-.45463.0825-.62644.1775l.30931.1191c-.06589.0428-.13114.0804-.18672.1228-.02694.0203-.06082.0653-.04955.0707.18275.0862-.055.1118-.02913.1845.06905.0311.15322.0504.24312.0558.08989.0054.18197-.0034.26593-.0254.45567-.1051.95773-.1267 1.46093-.1511.13779-.0069.27645-.0151.4149-.023.0568-.0002.11373-.003.17017-.0085.21176-.013.42335-.0269.63559-.0417.0775-.0069.15453-.016.2308-.0272.0005-.0071.0002-.014-.0001-.0209l.6218-.0642c.0686.0166.1392.0306.2116.0419.0929.0134.1943-.0172.2917-.0276.3697.0571.763.0631 1.147.0175-.0684-.0645-.2638-.0835-.2797-.1678l.0896-.0088c.2007.1106.4395.1401.7058.1577.0433-.0304.0955-.0695.1516-.1106l.4637.04-.2754.0396c-.1922.0285-.371.0685-.5555.1037-.0509.0098-.098.021-.1478.0321.2177.0118.4376.0139.6577.0064l.2334.059c-.3659.0971-.7697.0564-1.1183.1296l.5103.0367-.2458.0257c-.3089.0315-.6177.0619-.9264.0931-.2838.0078-.5682.0154-.851.0238-.1981.0063-.404.0059-.5583.0797-.0158.0062-.0338.0103-.0526.0118-.0187.0015-.0376.0004-.055-.0031-.1822-.0577-.33393-.0047-.49911-.004-.03877.0001-.10724.0144-.10475.022.03528.1157-.13334.0661-.19943.0493-.17252-.0435-.28176-.0385-.38442.037-.03549.0265-.15177.0216-.23422.0232-.69818.0142-1.39916.0234-2.09492.0422-.13606.0042-.26159.0443-.41382.0718.0336.033.0709.0648.11169.0951.02607.0153.05488.0291.08602.0411-.11766.118-.21438.242-.35706.3458-.06194.045-.21525.0511-.33137.0701-.14821.0233-.30635.0338-.44661.0645-.17818.039-.34286.0924-.55911.1524.06781.009.13677.0155.20649.0195.08557.0007.16976-.0037.2535-.0074.29089-.0182.58256-.0271.87358-.0267.08561.0305.18627.0462.29015.0453.14537.0042.23768.0354.27235.0964-.10293.0265-.21448.0425-.27992.0751-.13649.069-.32619.0809-.53384.0833-.12362.0002-.24746.0041-.371.0116-.13265.0093-.2832.0079-.42577.0727.47641.0335.9137.075 1.33912.0974l.06312.011-.22732.0638.01147.0281.23338.0233.01992.0107c-.18275.0239-.363.0546-.53949.0921-.12984.0279-.30006.0239-.45158.0398-.11331.0103-.22356.0242-.34734.0385.07066.1081.15299.2135.24653.3156.0408.0408.17787.0687.26562.107.04104.0153.07165.0377.08743.064.0193.1073.09815.1964.37753.2386.02885.005.07911.0236.07679.0304-.02462.064.05484.0659.13451.0676.04169-.0018.08277.0033.11807.0147-.05868.0441-.11725.0859-.17184.1288-.1083.0844-.0117.1739.23066.2041.11341.0099.22833.0153.34392.0162.2106.0088.41448.0187.54887.1211.0293.0222.14017.0398.20953.042.12259.0036.24621-.0005.36859-.0121.19123-.0181.38418-.0261.57626-.0239-.07931.0288-.16415.0524-.25263.07l-1.60526.059c-.03254.0513-.06604.0967-.09219.1358.26536.0717.53628.0768.81463.0829.22815.0007.4538.0173.67175.0494-.0026.0041-.0022.0087-.0036.0131l-.2881.0639.02093.029.23712-.0068c-.01649.0515-.05992.0998-.12471.1387-.06478.0389-.14796.0667-.23884.0798-.28298.0485-.53781.1409-.86495.2295.52497.0495.77294-.1666 1.18524-.1855.2689.1334.55529.1814.85699.0929.06104-.0099.12511-.0092.18343.0021.28318.0384.49243-.0001.64487-.1193.02996-.0189.06688-.034.10796-.0441.04109-.0101.08526-.015.12921-.0142.08279.0154.16902.0252.25697.0292.0565.0157.1192.0241.1836.0246.0644.0004.1289-.007.189-.0219.2954-.0002.5899-.0007.8835-.0015-.3661.0933-.7234.1937-1.1022.2765-.41249.0917-.83544.1736-1.26542.2456-.48837.0819-.98936.1481-1.48404.2222-.1026.0121-.19667.043-.26714.0876l.82324.0021.01232.0321c-.29142.0292-.64532.015-.85738.0989-.22791.091-.59488.1121-.67174.3077.16731.0517.32205.036.46727.0164.43834-.0599.87304-.1247 1.34507-.1336.1845-.0038.35043-.0581.52789-.0854.20835-.0318.40493-.0945.73372-.0282-.23249.0436-.39762.0799-.57116.1052-.49458.0718-.96255.1858-1.51204.1749-.07225.0009-.14438.0081-.21374.0214-.25458.0409-.50755.0835-.7589.1277-.10706.0194-.20792.0448-.31861.0689-.01579.111.12229.2486-.13669.3024.13282.106.26919.1224.4408.0948.2587-.0428.56389-.0317.74374-.1636.03402-.0252.15694-.0108.24069-.0145.17767-.0046.36808.0087.53086-.0155.2535-.0372.50022-.0899.73557-.1571.25018-.0796.53932-.1065.81254-.0756.06885.0042.13849.0052.20822.003l-.03385-.1253c.61808-.0667 1.23278-.1333 1.84848-.1993.097-.0124.1968-.0108.2899.0046l-.3705.1024c.3944.0891.6349.0086.899-.0879l-.3391-.1394c.1793-.0828.3887-.0636.6353-.0339l-.1853.0817c.2349.1165.4359.0595.6426.0323l.3741.1516c-.2326.0322-.2092.2171-.5155.1762l-.0457-.0909c-.2105.0216-.4414.007-.5263.1364-.0074.0117-.0484.0216-.0748.0201-.2474-.0159-.3652.0813-.5261.1425-.1384.0519-.29.0974-.4318.1483-.1054.0379-.2045.0784-.3453.1352.2386.0331.4946.0187.725-.0407.4771-.1277.9883-.2055 1.5071-.2292.144-.0074.2873-.0206.4288-.0396.0731-.0059.1467-.0072.2194-.0041.2576.0146.5258-.0107.7868.0701l-1.3336.0241c.0066.0747.0122.1341.0196.2108.1739-.0029.3391-.0088.5101-.008.171.0007.3153-.0627.5361.0225-.3889.023-.639.1322-1.0054.1355-.0042-.0007-.0054.0086-.0082.013.0425.0297.0844.0594.129.0898l-.2539.0774c.0386.017.0762.0333.1119.0497l-.1522.0074c-.4132.0203-.813.049-1.0464.177.3113.0887.351.0956.7155.0479.2331-.0298.4569-.0639.6953-.0833.0046.0071.0084.0143.0116.0217.0073.0221.0895.0534.1479.0654l.0367.0063c-.0458-.0014-.0903-.0027-.1315-.003-.1919.1067-.3452.1917-.5017.2784-.027-.0047-.0612-.0087-.0926-.0138-.053-.0124-.111-.0178-.1695-.0157-.2148.048-.4224.1064-.6205.1744-.0352.0129-.0608.0326-.0715.0551s-.0055.0459.0143.0655c.0439.0296.2163.0503.3366.0582.1522.0104.3221-.0239.5128.0477l-1.1393.1363.1165.0603c-.1838-.0081-.3703.0172-.5322.0721.1046.0234.1886.0467.2676.063-.0848.0096-.1699.0195-.2566.0269-.2821.024-.3627-.0025-.5083-.1126-.074-.0567-.2144-.1057-.2774-.1355-.3265.0413-.5664.0829-.82632.1035-.92066.0735-1.83233.154-2.78825.1937-1.10256.0459-2.18874.1185-3.27454.1874-.1972.0112-.39034.0445-.56781.0978-.21136.0681-.36627.1566-.56547.2465l.53097.3027c.73728-.0265 1.46532-.0541 2.19562-.0779.95776-.0311 1.94964-.012 2.85717-.1174.25979-.0309.44553.0012.57118.0912.06463.0453.13777.0898.20923.1359-.57459.0318-1.10346.0662-1.64051.0894-.61671.0256-1.24547.0314-1.85363.0646-.77413.0424-1.51215-.0151-2.24948-.1294-.02585-.0045-.07074.0063-.11763.0119l.12508.0846-.38531.0982.16496.2288.44897.0883c-.1171.032-.24212.0146-.36331-.0026-.15129-.0212-.29756-.042-.41785.035.08331.0338.1639.0834.28339.1116.2344.0586.4783.1058.7291.1409.40337.0508.82177.1042 1.23175.1194.55073.0194 1.10041-.0015 1.65176-.0009.45235-.0019.8978.0404 1.31631.1249l-1.0242.0727c.00495.0069.01071.0136.01587.0202l1.42825.0726c-.3219.1161-.68606.0782-1.0126.066-.1953-.0076-.3242-.0147-.50443.0296-.45775.1157-1.07066.1101-1.63436.0964-.29468-.0066-.60228-.1095-.93735-.1754l-.70495.0396c-.09101.054-.12642.1108-.23025.1304-.52926.0981-.53435.0945-.36213.3097l.59755.0655.06328.1493.25992-.0889c.16155.0409.3339.0684.51184.0817.26047.0269.52963.0537.71895.1559-.36473.0207-.67655.0411-.99336.0556-.19682.0085-.38572.016-.39967.0989-.0149.0907-.20093.1063-.42106.1167-.44816.0218-.89286.0477-1.37191.074.18004.0789.29297.169.46088.1935.21915.0299.48701.0084.7342.0068.13333-.0041.26657-.0033.39885.0022.09782.0067.18864.035.34757.0662-.46453.077-.9552-.0086-1.35955.0682-.3571.0675-.87904-.0004-1.25555.0862.49854.0123.98603.0052 1.47479.0014.4514-.0038.90526-.022 1.35601-.0017.35278.0189.70956.0197 1.06591.0024.76424-.0426 1.5162-.1089 2.31485-.0849l.27587.2043-1.68005.0886c.08315.0739.27495.0923.46735.1107.12836.0083.25276.0274.36899.0567-.27744.0786-.48455.0276-.72457-.0419-.26773-.0775-.49598-.2034-.91111-.1705-.18194.0144-.33387.0624-.51676.071-.18289.0085-.40683-.0181-.60657-.0166-.31747.0019-.59075.032-.5782.1825-.35604-.1674-.35604-.1674-.88072-.0997l.28316.0983-.3699.0877 1.34261.0047c-.06378.1141-.28215.1029-.48952.1079-.46917.0129-.93322.0335-1.39838.0516-.18099.0066-.32742.0261-.26412.1291.21779.0059.44139.0172.65729.0155.21591-.0017.41122-.0172.6152-.0232 1.15918-.0311 2.31905-.0611 3.47962-.0901.11177-.0027.25136-.0092.34039.0092.32968.0692.57853.0345.71273-.0098.25762.0229.4159.0458.56941.0488.75191.0205 1.50891.0046 2.26255-.0477.6133-.0456.7999.0011.8939.2134-.1195-.1439-.3552-.1468-.6756-.115-.2617.0257-.5556.0241-.83681.032-.43161.0125-.8653.0221-1.2975.0345-.52519.015-1.05075.0294-1.57368.0482-.97385.0344-1.94605.0725-2.91973.1077-.19939.0072-.40212.0123-.60508.0136-.24539.0019-.58853-.0366-.72116.0042-.34747.1101-.83328.1019-1.24189.1151-.38136.0132-.52969.0714-.752234.155.037969.0043.072498.0087.102603.0128.049266.0084.100681.0129.152841.0135.50908-.0158 1.05402-.0072 1.51286-.0606.51597-.0624 1.02078-.0043 1.52103.0106s.99113.0361 1.44893-.0303c.09006-.0105.1818-.0132.2719-.008.62797.026 1.2554.0549 1.92461.0842l-.01157-.1635c.2669-.0274.36463.032.44689.0894.06227.0438.1151.0867.22525.0886.17351-.0431.257-.0821.36689-.0882.24038-.0118.4985-.0002.74084-.011.15418-.0074.28306-.0549.43595-.0561.34136-.0028.68996.0082 1.03566.0206.126.0025.2488.0185.3617.047.138.0493.2691.1041.3921.1642l-.3151.0907c.3325.0302.6765.0184 1.0074-.0347.2435-.0379.4923-.0619.7876.0077l-1.4227.1331.0244.0361.5434.0257-.2406.0574.1895.1218.4063.0115c-.0621.0621-.1062.1064-.1544.155.1778.0026.5977.084.5981.1087.0173.1418.0162.1321.3869.1397.3119.0058.6275.0362.9422.0565-.3517.0233-.11.1732-.3327.2192-.2255-.0011-.5307-.0353-.6372.0001-.3059.1014-.6898.1302-1.0879.1626-.6057.0492-1.2168.0997-1.5444.3183.305-.0034.556.0006.7953-.0107.6543-.0302 1.3056-.0645 1.9541-.103.215-.0188.4318-.0003.6207.0532-.4164.0254-.8033.0127-1.011.0708-.2326.0648-.6446.0022-.7452.1229-.3779-.051-1.0435-.0209-1.0795.0536l.4408-.0049-1.0061.1851.0306.0242 1.566-.0992c.2578-.1958 1.0668-.0683 1.3484-.2596.1946.1853.2377.195.6825.1764.1481-.0062.2846-.0331.433-.0347.403-.0042.8159-.0242 1.2088.0085.3027.0255.5283.019.7508-.0267.7322-.1528 1.6279-.1609 2.4429-.2402.1021-.0097.2314.0074.3432.0036l.2912-.0099c-.0198.0039-.0393.0085-.0582.0138-.132.0409-.207.1159-.3551.201l.4083-.0378c.0016.1109-.2863.0737-.3819.1455l.1577.0394c-.0132.0356-.0253.0661-.0428.1105l.4029-.0441c-.0074.0117-.0141.0223-.0204.0322l-.2201.0115c-.426.0215-.8736.0162-1.294.0416-.7876.05-1.5476.1384-2.3466.1674-1.3933.051-2.7559.1376-4.1125.2275-.3934.0264-.785.0645-1.1732.114-.2654.0334-.5165.0779-.8168.1306l1.0403.1288c.0128-.0012.0256-.0024.038-.0041.4193-.0457.8752-.064 1.3179-.0909.8324-.0501 1.6605-.1018 2.4946-.1463.4604-.0243.9317-.0341 1.3982-.0513.0912.0015.183-.0043.2725-.0173.331-.0789.8.0072 1.1258-.073.7217.0191 1.3848-.0459 2.0604-.0929l.0013.0063c.0295.1344.0318.1401.3082.1178.1372-.0112.2544-.0224.2847.0769.0049.0175.1107.0358.1946.0614l-.4044.0506c-.23.0191-.4572.0509-.6782.095.1038.01.23.033.3003.022.3475-.0566.7086-.0729 1.0604-.0479-.1113.0073-.2233.0145-.3341.023s-.2371.0109-.2534.0839l.8927.1238c-.1149.0601-.3834.0019-.4697.0999l.3674.0518c-.0813.0618-.2863.0643-.202.1752.1534-.0031.3133-.0027.4692-.0099.1378-.0069.2715-.0262.4113-.0308.1397-.0047.283.0008.4515.0022-.2965.0299-.5975.0195-.8203.1088.4659.0017.9009-.0781 1.3962.0075-.0827.0358-.1492.0637-.2734.1154.2571-.0104.5075.0311.7058.1168.1384.0594.3005.1.4743.1189.1738.019.355.0157.5303-.0096.3584-.0518.7414-.0382 1.1179-.0459.5139-.0108 1.0448.0472 1.5545-.0053.5096-.0525 1.0436-.056 1.569-.0797.0502.0012.1.0047.1487.0106l-.1095.0747c.1242.0829.1242.0829.0201.2352.0774.0073.1487.0158.2208.0211.2157.0164.2512.0434.1794.1292-.0458.0554-.0859.1122-.1213.1595.0641.0243.1432.034.2221.0274.044-.0044.0887-.0031.1306.0039.0419.0069.0799.0192.1109.036l-.5325.1043.0288.0293.5191-.0297c-.0661.0265-.109.0426-.1757.0667l.3733.0877-.2083.0675.2652.2441.7657.0749c.0028.0092.0111.036.0176.0595l.6872.0051.0126.017-.3877.0558c.1641.0367.2764.0774.385.0829.2687.0138.5549.0622.7755-.0414.0866-.0408.2681-.0462.4139-.0509.3674-.0123.738-.0149 1.1081-.021.0073.0003.0143.0015.0205.0035.0048.0008.0054.0009-.0036-.0006-.0025.0375-.0048.0704-.008.104-.5978.0483-.5978.0483-.6961.1211.1891.0016.353.0042.5157.0043.7444.0002 1.4868-.0048 2.2325.0017.246.0023.5045.0459.751.0506.3954.0078.7849-.0026 1.178-.0017.3799.0005.7637.0108 1.1417.0079.5114-.0037 1.0186-.0134 1.5281-.0257.0593-.0055.1173-.0155.1723-.0298l-.0195-.0196-1.7698-.015c.3585-.0281.7185-.045 1.0784-.0508.3679-.0107.7343-.0231 1.0991-.0374.353-.0148.6995-.0382 1.0565-.0394l.0227.0346-.4023.0703.0278.0352c1.2081-.0041 2.3916-.0588 3.62-.1201-.0451-.0274-.1034-.047-.1687-.0567-.0652-.0096-.1348-.009-.2014.0018-.2605.0247-.556.0089-.7324-.0368.0832-.014.1678-.0247.2531-.032.6305-.0305 1.2624-.0581 1.8941-.0895.3068-.0144.6206-.0087.9272-.0334.339-.0274.6648-.0909 1.0484-.053.0681.0081.1399.0053.2073-.0081.0675-.0134.1278-.0368.1744-.0676-.1952-.0016-.3245-.008-.4486-.0018-.3321.0146-.6614.0373-.9934.0515-.5659.0262-1.1325.0504-1.6999.0726-.0895.001-.178-.0063-.2619-.0214-.175-.028-.3304-.0355-.4462.0282-.0187.0118-.0445.0193-.072.0209-.4614-.0089-.8852.0418-1.3233.0699-.1468.0095-.3582.0325-.4457-.0031-.1989-.0807-.3039-.0352-.4504-.0093-.084.0146-.193.0045-.288.0112s-.1983.0203-.2975.0305c-.0704.0093-.1416.0161-.2131.0203-.368.0122-.7367.0171-1.1028.0296-.3978.0138-.7921.0359-1.1909.0484-.3834.0122-.7704.0165-1.1558.0246l-.0142-.0302 1.8838-.0658-.0071-.0278-.2308-.0304c.2593-.006.4746-.012.6931-.0147.1148.0039.2302.0042.3456.001.2393-.0197.4637-.0662.7074-.0707.7434-.0151 1.4863-.0219 2.212-.0879.8072-.0735 1.6811-.044 2.4983-.1165.3635-.0323.7524-.0291 1.1276-.0442.2354-.0093.4769-.0157.7024-.0366.2965-.0268.6117.0178.9149-.0162.3847-.0395.7742-.0533 1.16-.0409.6026.0156 1.1395-.0683 1.7128-.098.3019-.0153.5988-.0553.9095-.0664.2341-.0084.4653-.0227.7011-.0304.3618-.0098.7254-.0152 1.088-.023.1083-.0025.2738.0121.3126-.0153.0717-.0509.1636-.0476.2706-.048.1965-.0016.3921-.0038.5869-.0122.4291-.016.8559-.0378 1.2862-.0525.355-.0117.7149-.0143 1.0703-.0256.5265-.017 1.0475-.0463 1.5766-.0549.4656-.0082.9412.0066 1.4106.0059.3604-.0003.7198-.0041 1.0766-.0144.3746-.011.7404-.0441 1.1172-.0449.4786-.0014.9671.0267 1.4487.03.278.0014.5475-.0217.822-.0338-.0154-.0138-.0361-.0255-.0607-.0342-.0246-.0088-.0524-.0144-.0818-.0166-.3241.005-.6449.0185-.9711.0216-.8604.0028-1.7254.0015-2.5878.0074-.3708.0018-.7367.017-1.1063.0213-.6652.0074-1.331.0106-1.9961.0169-.2068.0021-.412.0079-.6176.0133-.3677.0096-.7346.0201-1.1027.0303-.0663.0043-.1329.0012-.1958-.0091-.0628-.0104-.1207-.0278-.1702-.0511.1925-.01.3607-.0196.5302-.027.4177-.0191.8344-.0407 1.2542-.0557.73-.0254 1.464-.0478 2.1947-.0754.1371-.0058.2666-.0259.4126.0248.039.0132.1648.0073.1703-.0035.0282-.0581.136-.0292.209-.0359.1034-.0052.2064-.0141.3084-.0267.3386-.0582.6916-.051 1.1074.0137.0544-.074.2232-.052.39-.0425.0969.0007.1942-.0022.2911-.0088.0755-.0013.2017-.0098.2207.0044.021.0168.0517.029.0873.0348.0356.0057.0742.0047.1099-.0029.0518-.0058.1005-.0122.1396.0071.1505.0719.272.0171.4007.0162.2371-.0015.4695-.0166.7035-.0258.3436.0651.6823.0486 1.008.039.3513-.0101.6818-.0337 1.0589-.0034.4437.0366.8972.0232 1.345.0272.4479.0039.9105-.0071 1.3679.0091.1961.0062.3677.0112.4573-.0468l.4864.0629.1927-.066c.0729.0228.1502.0639.2183.0628.2795.0006.5579.0097.8341.0271.276.0156.5554.0168.8345.0033.6221-.0206 1.2651.0038 1.9012.0107.2934.0034.5904.0157.8798.0096.1813-.0039.3574-.0102.5397-.0094.2231.0007.4346.0373.6515.0414.5826.0155 1.1653.0287 1.7481.045.1004.0025.217-.0057.309.0617-.4875-.016-.9508-.0313-1.4151-.0472l.0049.027.2895.0179-.1442.0422c.2672.012.4759.0239.6839.0303.4745.0148.9483.028 1.4213.0396.4846.0121.9765.0381 1.4493.0288.2047.0017.4066.0187.6005.0504.1019.0139.2033.0265.3052.0362.0445.0077.0896.0155.1334.0253.2579.0541.5472.0681.8227.1006.3917.0458.784.0916 1.1769.1376.2334.0275.4678.0544.7.0858.7177.0969 1.4343.1965 2.149.2929.2748.0369.5527.0668.826.1049.2416.0324.4802.0717.7214.1047.1365.0183.276.0307.4144.044.085.0079.1769.0082.1826.0801-.0385.0042-.0776.0052-.1161.0031-.4634-.0623-.9265-.1262-1.3897-.19-.0614-.0083-.147-.0353-.1845-.0247-.178.0587-.3409.0116-.4973-.0215-.2704-.0574-.5824-.0515-.8248-.1499-.0191-.0056-.0412-.0076-.0631-.0056-.6092.0137-1.1681-.1209-1.7515-.1835-.1431-.0186-.2907-.0269-.4394-.0245.0922.0186.1853.0359.2789.0524.0016.0143.0026.0285.0048.0429l.3577.0134c.6745.1061 1.3662.1809 2.0393.2871-.007.011-.0081.0233-.0133.0357l-.5725-.0293c.2673.1042 1.7755.2863 2.2404.2802l-.1971-.1099 1.3105.1603c-.0045.0072-.0027.0159-.0038.024l-.3949.003c-.0018.0092-.0034.018-.0056.0267.1016.0134.2026.0309.3086.0393.6888.0521 1.3775.1295 2.0673.1453.6897.0158 1.3817.065 2.0713.1073.0529.0012.106.0004.159-.0025-.026-.1156-.3564-.0616-.3734-.2041.3439.0447.6912.021.982.1471.0842.0298.1818.0466.2833.0488.1016.0023.2039-.0101.297-.036.0269-.0097.0165-.0449.0242-.0716.2026-.0219.4275-.0429.6451-.0705.1716-.0211.2626-.1487.1922-.2753l.3275-.1133-.1939-.0866.2117-.0392-.0744-.1979.2191-.0614c.0115-.0781.0237-.1571.0396-.2567.3077.0407.6019.0817.8963.1171.2305.0317.4647.0561.7014.0732.3786.0215.7565.0357 1.1152.117.1997.0448.3775.0179.5465-.0423.1176-.0422.2476-.0747.4003-.1177l-.0312-.0843c.1419.0056.2683.0157.3912.0139.113-.0016.222.0824.352-.0032.042-.0277.23.0018.352.0037-.028-.1236-.021-.1398.088-.1957l-.174-.0767.432-.0716c-.005-.0308-.009-.0562-.014-.089l.422.0704.03-.0354-.538-.1419c.034-.0321.07-.0668.112-.1073.165.0339.306.0324.343-.0544.594.0704 1.172.1268 1.736.2084 1.209.1713 2.413.3545 3.618.5349.247.0371.403.0367.775-.0277-.388-.1411-.815-.2475-1.267-.3156-.743-.1152-1.491-.22-2.236-.3325-.482-.0723-.962-.1483-1.444-.221-.365-.0548-.732-.107-1.118-.163-.057-.0611.125-.1657-.183-.1974l.216-.0327-.116-.14c.082-.0022.164.0006.244.0085.517.0894 1.053.1492 1.534.2949.143.0429.326.0564.494.0714.319.0302.645.043.96.0812.212.0256.388.0454.476-.0693.618.1163 1.135.3404 1.86.3717-.099-.0309-.194-.0653-.284-.103-.061-.0291-.241-.0253-.144-.1071-.085-.0208-.168-.0569-.255-.06-.325-.0127-.588-.0987-.874-.1607-.149-.0322-.305-.0554-.45-.1098.116.0092.234.014.347.0283.478.0595.953.1223 1.43.1832.039.0068.083.0057.153.0098-.011-.0808-.114-.1263-.216-.1569-.207-.0623-.428-.1118-.642-.1671-.235-.0592-.467-.1213-.706-.1744-.151-.0284-.304-.0524-.46-.072l-.062-.1685.559-.0076.468-.206c-.001-.007-.008-.0427-.017-.0787.256-.021.256-.021.298-.1443l.192-.0212.013-.0262-.787-.1673c.386-.0359.635.1447.983.0854-.032-.0266-.06-.0517-.091-.079.11-.117.306-.1503.558-.1367.252.0137.522.008.757.0855.051.0103.104.0173.158.0209.193.0288.387.0589.613.0932l.26-.1302.129.1652c.354.0062.71.0121 1.066.0187.066-.0037.132-.0009.195.0083.445.1062.915.0859 1.38.1052.193.0124.384.0315.572.0572.286.0326.572.0698.859.1017.061.0005.123-.0037.183-.0124-.096-.0815-.246-.1376-.42-.1568zm-4.17-1.2199-.291.0221c.074-.0893.161-.0772.291-.0221zm-.54-.0634c-.277.0317-.277.0317-.309-.066.134-.0186.24-.0075.309.066zm.735-6.6725c-.235.0652-.44-.018-.65-.0635zm-4.635-5.2883.291.0574c-.004.0062-.008.012-.012.0181l-.29-.0573zm-.065.1494-.362-.0391c.157-.0775.248-.059.362.0391zm2.129-2.6937-.587.0072c.168-.0835.371-.0727.586-.0059zm-.772-1.0948c-.004.0182-.009.0364-.014.0549l-.25-.0316c.003-.0124.007-.025.009-.0364zm-4.477.0977c-.067.0509-.11.0833-.151.1148l-.409-.1026.018-.0423zm-.547-.2512.026.0249c-.041.0111-.083.02-.127.0266-.04.002-.08.0017-.12-.0011l-.007-.0289c.079-.0072.155-.0145.231-.0219zm-3.3801-4.06318c.0015.02073.003.04147.0051.06231l-.3622-.01374c-.0015-.01543-.0031-.03087-.004-.0462zm-5.8306-3.92812c.1065.00667.2088.05244.3844.09949-.448.05634-.8-.03031-1.1792-.0341.1897-.08435.3154-.09636.7968-.06542zm-9.0188-.91542v.0379l-.3405-.01112c-.0008-.01454-.0016-.02909-.0018-.04352zm-59.8179 1.10384-.0181-.03651.2803-.02127.0192.04123zm-7.4166 1.09485c.1252-.0481.189-.09394.275-.1022.3887-.03741.5015-.027.6956.04979-.3146.01004-.5691.09874-.9706.05241zm-2.7461 3.82207-.0247-.06.3033-.00367.0184.04452zm.7233-.88801c.0029-.0089.0068-.01774.0115-.02645l.2169-.01594c-.0425.07226-.1273.07125-.226.04281zm.3024.20663c-.0179-.02712-.0326-.05498-.0437-.0834l.0826-.00505.0441.08915c-.0271.00063-.0785.00386-.0805-.00028zm.4977.13235c-.1369.00551-.2791.00365-.4861.00501.1448-.08528.2779-.12255.4591-.10524.0345.00332.0777.03732.095.06042.0101.00933-.0354.03899-.0656.04023zm1.2313.23043-.0137-.05813c.1271.00986.2422-.02748.4523.04412zm.6082-.27057-.0203-.03422c.1221-.0168.2083-.10426.3805-.02139zm.3808-.05659c.0551-.02244.1208-.03481.1873-.03531.0666-.00049.1306.01092.1827.03258zm.8289-.0572-.0198-.04134.2141-.0062.0128.0261zm-.8221 2.34512c.0618-.1152.1606-.086.3329-.0137zm-8.7982 2.536c-.01296-.0175-.02511-.0351-.03725-.0527l.20611-.0179c.00836.0121.01753.0239.02648.0361zm3.6306-.1861c-.4116.0535-.8121.117-1.21149.1817l-.07977-.137c.17016.001.33549-.003.50696.0043.1953.0076.3631-.0024.3729-.1008l.5159.0407c-.0341.0032-.0706.0071-.1047.0114zm.6682-.0805.0048.0187-.115.0089c-.0346-.0059-.0685-.0128-.1017-.0206l.01-.0241zm-.3619.3409-.0883-.0532c.0355-.0034.0712-.007.1057-.0109l.2135-.0211zm-4.71776 2.0766c-.00643-.0073-.01353-.0143-.02128-.0212.04555.0019.09165.0049.13763.006l.06155.0008zm.61073-1.1403c.1501-.0662.31768-.0801.49477-.0028zm5.44533 3.4391.327-.0011.2301.1281c-.0525.0418-.1071.0846-.142.1123l-.565-.1273.0006-.0776c.0508-.0117.0996-.0233.1493-.0344zm-.4611.6925c-.1006.014-.2035.0195-.3054.0166-.1232-.0004-.2485-.01-.3733-.0141-.0877-.0027-.1754-.0023-.2892-.0038.1068-.063.1817-.1138.2692-.157.0875-.0433.1819-.0763.271-.1117.269.1323.2815.1337.4922.0602-.3121-.1336-.6364-.1966-.9758-.1275-.2467.0502-.4824.1115-.724.1663-.1059.0238-.2151.0436-.3225.0656l-.0408-.0408c.3645-.2126.8261-.3387 1.4358-.3921-.0483.0603-.0725.091-.1103.1379l.2105-.0163c.1436-.0108.3188-.0586.4249-.025.265.0837.5323.0704.7953.1133.1437.0248.2906.0404.3784.1196-.3848.0722-.7578.1438-1.136.2088zm2.2616 1.1587-.0874-.0273c.0178-.009.0384-.0162.0607-.0209.0032 0 .0064.0005.009.0015.0162.0018.031.0061.0429.0124-.005.012-.0135.0236-.0252.0343zm-11.60491 5.1782c-.00025-.008-.00192-.0159-.00299-.0237l.22667.0013-.01759.0372zm3.16381-.4921c.07854-.0732.17168-.0886.33433-.0684.04578.0057.09649.014.15328.0265zm-.61915 1.2902c.2311-.0488.47522-.1044.78144-.0666.05594.007.11061.0165.1635.0283zm11.84905-4.9544.0066.0012c.0985.0003.1963-.0002.295-.0002.0078.0013.0175.0008.026.0011l.1506.037.0548.0607-.7453.0087-.0456-.1068zm1.2054-2.5999c-.0143.0122-.0343.0222-.0577.0288s-.0492.0096-.0747.0085c-.0376-.002-.0745-.0062-.1101-.0126l-.0034-.0294zm-.3777.5413c-.2682.1071-.3898.0948-.4972-.0576.1713.0118.3363-.0484.4987.0594zm-1.3622 2.1743c-.0954.0074-.1902.0149-.286.0218-.4855.0029-.9755-.0019-1.4621-.0004.5645-.0244 1.1306-.047 1.6966-.0705zm.346-2.2424c.0084.0666.0159.1252.0244.1968-.2317-.133-.2317-.133-.0244-.1968zm-1.0162 1.2063-.4909.0197-.0207-.021.4856-.0366zm-.401-.0694c-.1423-.0029-.2855.0005-.428.0101-.1244.0142-.2278.0509-.3973.0909.0201-.0454.0175-.0917.0447-.0935.2546-.0154.4794-.0805.7629-.0458.0068.0125.0139.0244.0179.038zm8.1092-15.88723.0119-.05026c.0646.00408.1265.01543.1819.03335s.1033.04206.1407.07099zm-8.7857 15.07213c-.2553.0207-.5114.0394-.7697.0565-.1226-.0864-.2205-.0363-.3319-.0142-.0676.0072-.1362.0091-.2038.0057l-.0177-.0288c.1188-.0201.2372-.0405.3491-.0591l-.0281-.0871c.2061.0284.3775.0653.5454.0708.168.0055.3196-.0179.5049-.0302-.0002.0203-.0038.0406-.0106.0607-.0017.0057-.0061.0111-.0127.0156-.0067.0045-.0153.008-.0249.0101zm.2349-.1902c.2614-.0356.5188-.0218.6941.0374-.2939.1296-.2939.1296-.6941-.0374zm-1.4736 2.2426c.1801-.0393.3673-.0658.5571-.0788l.1199-.005-.0794.0075c-.0437.0046-.0644.0351-.1187.0682.202-.003.3561-.0093.5099-.0089-.24.0188-.4759.0424-.7095.0668-.1437.0229-.2916.0338-.4388.0322.0527-.0273.0839-.067.1607-.0818zm-2.441 1.124c.0897-.0057.1793-.0103.2688-.0145.1425.0823.3497.1173.5926.1267l.01.0075c-.4611-.021-.9145.0848-1.3744-.0861.1298-.0079.2541-.0167.3783-.0252l.2133.0244zm.7029-.5343c.0273.04.0552.0853.0842.1237-.2233.0786-.4831.059-.7516.0217.1601-.0724.2053-.195.6674-.1454zm-.6832.1472c-.0767.0902-.3135.0997-.5969.1311.034-.0768.0571-.1289.0871-.1961zm-6.45229.3589-.09245-.0509.16239-.0288c.02114.015.06774.0341.05758.0449-.01017.0107-.07233.0193-.12665.0334zm3.10743-.1659c-.18376.0099-.40145.0019-.54729.0309-.50255.0969-1.13256.0532-1.65666.1305-.2101.0304-.46278.0007-.49659-.1299l.5934.0268-.16437-.1687c.11557.0138.23417.0205.35365.0198.20544.0022.38596.0016.52108.083.03302.0089.07037.0124.10777.0099.44648-.0339.90117-.0618 1.33563-.1072.16249-.0174.17826-.0317.3626-.0089.03907.0067.08873.0115.14828.0207-.12228.0717-.34312.0802-.55603.0919zm.90098-.1171c-.01518.0008-.04605-.0179-.12794-.0517l.28506.0322c-.05124.0081-.10325.0142-.15565.0182zm.76962-.0364c-.14893-.0748-.33128-.1263-.53004-.1497-.25044-.0263-.50923-.0283-.76533-.0061-.11037.0026-.22051.0004-.32941-.0066l-.02129-.0253c.1425-.0282.28804-.0505.43541-.0668.55986-.0412 1.11863-.0807 1.68913-.1113.21469-.0114.48819-.0407.63709.0988-.535.0167-.75331.1515-.93373.278-.06112-.0002-.12164-.0043-.18036-.0123zm.87726-.061-.2483.0507-.0636-.0322.2509-.0495zm-1.71538 1.6833c.00499-.0078.00419-.0171.00677-.0253.10017.0054.19985.0113.29904.0176-.00203.0095-.00488.0192-.00713.0291zm-1.01715 2.3266-.17423-.087.07963-.0204.21214.0746zm2.15822-3.5803-.00437-.0246.25168.0018c.00174.0109.0031.0214.00424.0322zm-1.68544 3.11c.22561-.0296.34338-.0449.43014-.0344.08676.0104.15106.0542.26933.1421zm.8756-.0131c.22332-.0922.22332-.0922.65972-.0808.04813.1585-.03815.1693-.65787.08zm.74153.5961c-.02695-.0046-.05225-.0115-.07501-.0205.01898-.0157.04403-.0289.07318-.0386.01021.0018.05373.0131.0909.0218-.02724.0135-.05642.0258-.08722.0365zm4.85482-4.1076c-.3947.0122-.8193.018-1.1639.0668l-.4196.0105c-.0469.0029-.093.0102-.1364.0215-.2353-.0203-.4395-.0791-.674-.1143.2288-.0818.4098-.1809.808-.1041.1984-.0635.4953-.0098.7412-.0462.2778.0142.5553.0296.8326.0462-.0063.0194-.0123.0392-.0187.0609.1937.0028.2942-.0136.3434-.0396.1183.0091.2368.0186.3555.0285-.2164.043-.442.0666-.6681.0698zm-2.4705 4.9019c.2344-.1191.2973-.153.4826-.1296.0965.0134.1914.0299.2843.0491-.3546.0889-.3546.0889-.7669.0805zm4.2566-5.5473c-.073-.0215-.1432-.0457-.2102-.0723l.4211.0648c-.0682.0045-.1392.0071-.2095.0085zm-3.8795 5.8127.7205-.0756.0421.0388zm1.7556-1.7055c-.0365-.0038-.0708-.0118-.1008-.0235s-.055-.0269-.0735-.0446c-.0064-.0193.1076-.0591.1539-.0553.1267.0106.2859-.0006.4281.0172.0589.0064.1141.0196.162.039.048.0193.0876.0443.1163.0732-.2768-.0001-.4809.0041-.686-.006zm3.3237-4.1233-.1291.0194c-.0668.0001-.1339.0007-.2047-.0002-.1229-.0008-.2533-.015-.3755-.0191.2439-.095.3022-.0903.8493-.0389-.0481.0149-.0936.0267-.14.0388zm-2.0762 3.9952-.0291-.0214.2046-.007.0138.016zm-.1297 2.5983-.1104-.0141c-.2952-.0363-.3099-.0237-.4586.1034-.247-.0522-.2805-.1183-.2179-.1947l.7054-.0603.401-.2113c.1219.1789-.1021.2774-.3195.377zm1.1098-.2001c-.0004-.0277.1146-.0753.1724-.0729.0327.0015.0651.0042.097.0081.206.0254.1513.0947.1745.1632-.2353-.0066-.4452-.0008-.4439-.0984zm1.6971.0107-.0305-.0318.3939-.0047zm.3993-.0394c.0043-.0625.0783-.1002.2864-.1002-.011.0899-.0125.0911-.2891.1013zm.3704-.2199c.1861-.1039.3358-.1421.533-.1175.1142.0165.2228.0422.3225.0763zm3.1633 1.8841.0268.0282-.6105.0222-.005-.01zm.0851.2862c-.1333.0502-.1333.0502-.3621.025zm-2.491-1.265-.0522-.0428.2612-.0162.0353.0326zm.3346.2201.3967-.0364.0163.029zm.7813-.0085c-.0132-.0118-.0273-.0233-.0443-.0353.0813-.0618.2268-.0567.3888-.0367l.0289.005zm.7318-1.2869c-.0859-.0149-.1694-.0274-.2517-.0375-.1809-.0255-.3716-.0285-.5589-.0087-.072.0084-.1755-.0061-.3333-.0129.9439-.1208 1.1552-.132 2.1785.0446-.338.0696-.7022.0751-1.0346.0156zm-.711 2.0609-.0082-.0154.1188.0008.0074.0116zm.2626.243c-.0304-.0238-.0707-.0431-.1176-.0563.2012-.0164.4026-.0332.6042-.0491.0635-.0058.1277-.0052.1897.0017l-.3365.0707.0164.0101zm.4915.2219-.0248-.0282c.0856-.0128.1712-.0257.2564-.039l.0328.0375c-.0891.01-.1773.0198-.2656.0295zm-.0519.1806c.3194-.062.6567-.0816.9843-.0572.0046.0106.0104.0215.0158.0319zm2.7646-2.808-.048.0031-.0244-.0278.2773-.0164.0198.0223c-.0755.0038-.1508.0097-.2255.0179zm.0205-.1311-.0257-.0321.5862-.007zm.6345-.0358.4488.0644c-.3123.0411-.358-.0267-.4496-.0653zm1.3686-.1182c.0089-.014.0483-.0246.102-.0365.0759.0002.1516-.0004.226.0011.0057.0962.0051.1602.0078.2357-.2281-.0611-.397-.1164-.3358-.2003zm.6836-.0258.2374.104c-.2942.0064-.2782-.0398-.237-.1047zm1.585 3.1937-.4421.0301-.0258-.0329c.1218-.0415.2836-.0359.4378-.038zm-.0839-.3049c.059.0101.1198.017.1816.0208l-.5212.0308-.0281-.0367c.1-.0555.2343-.035.3677-.0149zm-.7382.2863.0342.026-.1479.0344-.034-.0253zm1.0945-3.3255-.0142.0055-.1073.0031-.0215-.0072zm-1.2246.0373c.0938-.0058.1869-.0105.2795-.0146-.0013.002.0028.005.0037.0078zm-1.7574 3.5931-.0122-.0249.2362-.0031.0092.019zm.5508-.0185-.013-.0152.4149-.023.0252.0423zm1.8819-3.2007-.6389.0343-.0302-.0155c.1349-.1074.4826-.0246.6981-.0635.179-.0365.3705-.0442.5517-.0221.0545.0069.1077.0161.1593.0276-.2467.0134-.4932.0265-.74.0392zm.423 3.1398c-.0378.0106-.0793.0155-.1205.0144-.4818.0149-.9644.0289-1.5219.0454.4766-.0582.8765-.1081 1.2794-.1552.0945-.0119.1908-.0165.2863-.0138l.0156.0027c.0519.0114.1013.0258.1475.043-.0227.0234-.0522.0448-.0864.0635zm2.9662.7857c.0238-.0047.0483-.0081.0731-.0101.0074-.0002.0148.0002.022.0012.0132.0022.027.0046.0408.007-.0019.0031.0009.007.0008.0104zm.4372.1666c-.0069-.0133-.014-.0263-.0192-.0412l.961-.0309c-.2418.1633-.6106.079-.9418.0721zm1.6704-.8444-.0119-.0244c.093-.0013.1859-.0027.2792-.0025.0077.0095.0139.0193.0187.0294zm9.6001 1.5442c-.3231.0802-.9421.1116-1.482.0656.3018-.057 1.1898-.0919 1.482-.0656zm5.7028-.9666c-.118-.0077-.2347-.0194-.3493-.0351-.065.0267-.1399.0574-.2026.0826-.3923-.0125-.7868-.0637-1.0919.0522l-.5601-.0771c.2975-.0483.5922-.0322.8731-.0344.117-.0014.2491.0279.3004-.0413.2702.0274.4611-.0537.702-.0633.1398-.001.2792.0026.4174.0108.0591.0751.0374.1092-.092.105zm.3358-.7242.0085.0212-.3477-.0029-.0152-.0212zm-.6634-.0059.0213.0253-.2414.0386-.0384-.0445zm-.9009-.4114c.0017.0109.0041.022.006.0325l-.5642-.0286c-.0013-.0074-.0034-.0146-.0053-.0221zm-1.7773.2071.0048.0008c.0288.005.0772.0445.1158.0667l-.0326.0323-.7449-.0572c.2432-.0561.4596-.0365.6569-.0426zm-.8536.1602.003.0006c.0154.0044.0299.0098.0431.0161l-.053.0246-.0538-.0203c.0185-.0087.0391-.016.0611-.0216zm-.2773.5785c.0688-.0223.1812-.0206.2766-.0238.6988-.0225 1.3968-.047 2.0981-.0641.4859-.0119.9768-.0126 1.4656-.0187.1251-.0015.2499-.0038.3752-.0056l.0289.0459c-.4621.0763-1.0466-.0244-1.4827.1087l-.2164-.0795c-.0499.0459-.0892.0827-.1271.1183l-.4823.0303.1315-.102c-.0984-.0109-.1982-.0183-.2988-.0221-.4372.0002-.8726-.0012-1.3058.0065-.1427.0073-.2842.0233-.4221.048-.116.0178-.2174.0587-.3359.0594-.5773.0025-1.1579-.0046-1.7381-.0102-.0928-.0009-.1979-.0035-.235-.0679.5756.056 1.1714.0465 1.7522-.0279.0747.0272.1624.042.2536.0427.0911.0007.1821-.0127.2629-.0387zm1.7469.2316-.1269.016-.0196-.0216c.0406-.0063.0807-.0126.122-.0168.0025-.0019.0168.0135.0249.0217zm-.6098.0966c-.1491-.0015-.3123-.0081-.4702-.0032-.4517.0136-.8991.0375-1.3537.0442-.0955.0012-.2131-.0532-.3801-.098-.1358.0038-.1358.0038-.3239.0899-.0274-.0051-.0531-.0125-.0762-.0219-.0169-.0124-.0306-.0261-.0408-.0408l-.4343.0106c.1942-.1378.8457-.1415 1.4292-.0182.0597-.0394.027-.1413.271-.0832-.0124.0195-.0254.04-.0385.0605.131.0659.699-.0774.9085-.2319l.8526.0314c-.1454.0924-.4019.072-.6614.0699.109.0879.3788.0716.3183.19zm-4.0788-.3214c-.0822.0684-.2238.0371-.3516.0283zm.202-.4883.3818-.0329c.0092.0162.0188.0327.0287.0493l-.3886.0173zm.5335.68-.2575.0252.0233.02.251.0312c-.3408.0787-.706.0413-1.0768-.0114.2922-.0841.6339-.0811 1.0604-.0657zm2.1533-.7487-.374.0111c.1258-.0404.1258-.0404.3745-.0118zm-.9702-.1679.0508.0251-.1485.0301zm-.2939.0489c.0616-.0001.1227.0033.1823.0103.0112.0213.0419.0516.025.0593-.0435.0121-.0929.0146-.1377.0069-.0492-.0097-.0958-.0226-.1391-.0385.0244-.0132.0406-.0365.0695-.038zm-.0715.0392c.018.0262.0336.0521.0637.0929l-.251-.0669zm-.1991.0277c-.1454.0451-.1919.1583-.4565.119l.0152-.088c.0974-.0904.2855-.0378.4413-.031zm-1.3103-.0472c.0639-.0019.1419.0097.1929-.0012.1037-.0222.2153-.0267.3204-.0128.125.0187.2422.0496.3462.0913-.2857.0045-.5688.0154-.8571.0103-.2096-.0087-.4153-.0315-.6126-.0681.2047-.0082.4082-.0154.6113-.0213zm-.3319.1234c-.2864.0718-.352.0764-.7739.0462zm-.9976.7431c-.1491.0531-.186.0554-.5142-.0044zm-.6841.4008-.1582.0105c-.0082-.0112-.0155-.0228-.0235-.0344l.1562-.0169zm-.2952-1.0396c.1373-.0002.2734-.0239.39-.0679.1312-.0531.3459-.0645.5619-.1-.0865.1068-.0865.1068-.5998.1534l.3477.045c-.3329.0747-.6712.0988-1.0419-.0203.1153-.005.2301-.0072.3432-.0119zm-.6245.7796.5112-.0223c-.1242.0874-.1242.0874-.5101.0206zm.0023.0763c-.013.0057-.0262.0117-.0398.0174l-.0553-.0096c.005-.0079.0139-.0219.0248-.0211l.0066.0011c.0221.0026.0437.0062.0646.0108zm.0778-.4461.0243.0258-.1444.0247-.0296-.0385c.0507-.0053.1011-.0091.1506-.0134zm.0329-.5498.0154.022-.1232.0101-.0154-.0208zm-.1075.2301c-.0525.0198-.1084.0522-.1302.0465-.0319-.0074-.0651-.0131-.0992-.0171-.1638-.0204-.3038.0119-.4527.0248-.053.0024-.106.0022-.1585-.0005.5319-.1158.5319-.1158.8415-.055zm-.4639.3714.211-.0276c-.0009.0874-.0009.0874-.2102.0262zm-.609-.0758-.2081.0565-.079-.094.2654.0023c.0062.0113.0137.0224.0225.0338zm.1308-.4445.0214.0314-.227.0149-.0167-.0408zm-1.134.4105.0374.0546-.3985.0225-.0276-.0427zm-.8002-.3052.0789.0102c-.0863.0708-.1711.072-.2976.038.0243-.0656.1031-.0626.2187-.0482zm-.5347.59c.0481.006.0925.016.1352.0234l-.3723-.0053c.0734-.0229.1584-.0295.2373-.0185zm.0147-.6231.0084.0393-.2427-.0222zm.0463.1278c-.0766.0156-.1393.0271-.2234.0429.0462-.0538.0566-.0661.1357-.0562.0225.0024.0516.0071.0879.013zm-.3012-.1109c-.0525.0091-.1072.0122-.1607.009-.0536-.0031-.1048-.0124-.1507-.0272l.0067-.0326zm13.7228-23.12699c-.0084.00478-.0185.00848-.0296.01081-.0115-.00502-.023-.00891-.0349-.01438l.0823-.00662c-.0061.00426-.0125.00695-.0178.01019zm-14.5146 23.95879-.0891-.095 1.2954-.0008c.3162.0001.6493.0282.9207-.0504.0455-.0148.098-.0207.1487-.0167.2292.0362.4582.0747.6835.1182.1584.032.2685.0225.3425-.0477.0023-.0038-.0427-.021-.0769-.0376.1275-.0158.2358.0185.3417.0512.1327.0411.2603.0829.4151.0282l.1815.2395c-.2059-.0015-.3749-.0106-.5326-.0018-.1576.0087-.2886.0342-.4437.0369.169-.0845.4173-.1014.6532-.1304-.3654-.034-.7123-.0769-1.0792-.035-.3668.0495-.7458.0421-1.0952-.0215-.0108-.0022-.0218-.0041-.033-.0057-.0738-.0073-.1501-.0069-.225.0013-.2658.0257-.5256.0608-.7919.0841-.0875.0014-.1746-.0024-.2598-.0112-.1295-.0061-.2543-.0061-.3806-.0162-.1264-.0101-.2344-.028-.3715-.0453.0809-.0823.245-.0361.3958-.0434zm2.9387.205c-.002.0114-.031.0204-.0571.0353-.0274-.0158-.0641-.0293-.0618-.0373.0055-.0066.014-.0123.0246-.0166s.0229-.007.0357-.0078l.0042.0007c.015.0015.0529.0186.052.0253zm-.4411-.0073-.1663.0308-.0364-.0298.1779-.0238zm-2.4317.6032-.3385-.0029-.0016-.0059.3458.0029zm-.6608-.1981c.1732-.008.3468-.0208.5189-.0187.7185.0105 1.4094-.0596 2.1458.0026-.0576.0095-.1165.0157-.1758.0185-.825.009-1.6512.0158-2.4889-.0024zm1.516.1939 2.0094-.0315c-.6695.0503-1.3431.0609-2.0094.0315zm2.4518.0829.0151.0098-.31.0154-.0092-.019zm11.7926-.8062c-.2446.0142-.4923.0229-.7383.0353-.1275.0064-.252.0186-.3792.0235-.1272.005-.2614.0041-.4671.0065-.204.089-.5881.0499-.9211.07-.6765.0411-1.3661.0617-2.0504.0909-1.3401.0575-2.6801.1169-4.0215.1723-.7629.031-1.5259.0621-2.2941.0816-.7291.0188-1.465.0231-2.1979.0332.1658-.0195.3277-.0434.4975-.0565.1214-.0094.2579-.0006.2024-.0708.1606-.0102.2904-.0192.4219-.0256.0654-.0041.131-.0042.1956-.0003.4112.0332.7897-.0185 1.1894-.0218.109-.0005.2067-.0366.2676-.0485l.5656.0747c.0197-.0478.0306-.0754.0479-.1183.0763.0048.1948-.0043.2348.0178.1466.0781.2861.0537.4244.0355.3221-.0387.641-.0817.9597-.1244.2147-.0292.2717-.0224.4787.0688.0402-.0845.1303-.1076.2706-.0332.0782-.0244.14-.0577.2193-.0618s.1672.0236.2439.0361l.1819-.0762c.2593.0171.4669.0527.6383.038.3533-.0311.7252-.0263 1.0871-.0395.3728-.0113.7518-.0167 1.1249-.0295.1355-.0074.2703-.0204.4035-.0387.1605-.0184.3016-.0547.4972.0102.117.0385.1933-.0102.2217-.0655.0647.0214.1372.035.213.0398.0759.0049.1536.0009.2282-.0117.2824-.0413.6115-.0375.9251-.0428.4107-.0048.8273-.0021 1.2407-.0049.0751-.0068.151-.0084.2259-.0049-.0449.015-.085.0361-.1364.0393zm1.4601-1.669-.0026-.0085.3005.0027.0027.0084zm.2065 1.5144c-.0055-.0009-.02-.0232-.0308-.0356l.1588-.0105.0257.0393c-.0502-.0007-.0993.0041-.1532.0039zm2.314-.6079c-.0979.0733-.2698.0815-.7363.0292-.0044-.0121-.0091-.0236-.0142-.0354zm-1.4223.187.0054.0145-.182-.0011c-.0017-.0037-.0027-.0073-.0046-.0107zm-.5241.3946c.1783-.0529.3827-.0301.57-.0329.1483-.0404.3169-.0305.5062-.0156-.1778.1182-.6617.1396-1.076.0482zm1.3433-.0353c-.0172-.0075-.0244-.033-.0113-.0399.0171-.0099.0386-.0172.062-.0209.0235-.0038.048-.0039.0709-.0004.0574.0097.1113.0245.1596.0439-.0866.0555-.1752.0626-.281.017zm.8408-.5371c-.0069-.0091-.0129-.0185-.019-.0279l.1328.001.0093.0179zm.3396-.0095c.1506-.132.4583.0137.6375-.0721-.1055.1001-.1633.106-.6355.0721zm1.7146.3266-.232.0144-.0139-.0244c.0785-.0027.1568-.0062.2355-.0093zm-.1735-.4369c.0701-.0053.161-.0256.2433-.0155.0337.005.0643.0145.0895.0276s.0441.0295.0554.0479l-.676.0434c-.0389-.1174.175-.096.2878-.1034zm-.5666.0412c.0223.0082.0436.0172.0637.0269-.0122.0055-.0274.0169-.035.0152-.025-.006-.0486-.0136-.0705-.0225.0132-.0075.0274-.0144.0425-.0207zm-.0024.4166c-.1582.039-.1582.039-.4641-.0044zm-.5312.1883c-.0079-.0127-.017-.0257-.0255-.0385.1451-.0583.336-.0374.52-.0299l.0202.0312zm.7288-.0498c.12-.0839.3224-.0171.5014-.0384-.1862.0474-.237.0507-.5001.0363zm1.0855-.5327c-.0565-.0097-.1124-.0194-.1676-.0312l.0338-.0533.1764.0437zm17.8277-.11c.2307.0191.4611.0419.6916.0666-.115.0559-.2384.0812-.4366.0204-.0078-.0023-.0164-.0038-.0253-.0044-.0276-.0048-.064-.0042-.0662-.0008-.0528.0716-.1334.0399-.1822-.0073-.0364-.0351-.0226-.06.0187-.0745zm-.3517.0495c-.1237.0571-.2591.0424-.3982-.0032zm-.8521-.0931c.0105.0117.0362.026.0301.0344-.0065.006-.0156.0111-.0263.0148-.0108.0037-.0228.0059-.0352.0064-.047-.0049-.0925-.0128-.1358-.0235zm-.2624.0244c-.0536.0771-.1839.0607-.3036.0453-.0258-.0045-.0532-.0066-.0783-.009-.0385-.004-.0762-.0095-.113-.0165-.0282-.0049-.0601-.0104-.0853-.0148-.0314-.0051-.0646-.0063-.0975-.0035-.0329.0027-.0648.0093-.0934.0194-.0363.0131-.1549-.0188-.2357-.0302.2135-.0662.778-.0443 1.0068.0093zm-.9252-.4824c-.0024.0038.0015.0082.0027.0126l-.1992-.0014-.1203-.0208.0031-.0048zm-2.2867.3211c.285.0114.5711.0199.8563.0435.2402.0199.4618.026.6189-.0291l.5407.1246c-.0339.0135-.0566.0323-.0875.0327-.3682.0041-.7382.0069-1.1059.007-.1042.0002-.2066.0101-.3094-.038-.0179-.0074-.0387-.0123-.061-.0143-.0612-.0063-.1244-.0069-.1871-.0017-.1461.0127-.2837.0393-.4009-.0504-.0055-.004-.0703.0057-.1117.0099-.0222-.0869.1122-.0894.2476-.0842zm-2.0895-.3686c.3265.0223.6531.0441.9799.0652-.0192.0066-.0415.0096-.0633.0084-.4633-.0532-.8613-.0011-1.2402.0619l-.3955-.12zm-.9161.1335c-.1107.0115-.2072.0574-.4254-.0255l.4115-.0073zm-.2156-.1511c.0018.0098.0032.0192.0044.0289l-.1426-.0171-.0007-.0127zm-.9658-.0025.0969.0009c-.0574.0609-.1251.0572-.1975.0325.0389-.0044.0745-.0162.1006-.0334zm-1.317.1389.0048.0008c.0082.0075.0152.0155.021.0237l-.0569-.0007c.0001-.0079.0023-.0159.0063-.0236.0076-.0012.0154-.0014.023-.0005zm-.3052.3051-.128-.0631c.0119-.004.0249-.012.0426-.0135.248-.02.4981-.01.7332.0294.08.0149.1677.0148.2503-.0003.1435-.04.3075-.0188.4642-.0228.2427-.0062.5048.035.7335-.0089.4738.0638.9045-.0293 1.374.0162l.0258.0045c.0228.0038.047.005.0711.0036.3814-.0542.7919-.0242 1.1984-.0066.1422.0061.2852.0141.4259.0153.0969.0008.1753-.0008.1424.0626l.2123.0166c-.1036.022-.211.0369-.3198.0444-.0859.0018-.1827-.0274-.3106-.0488-.1531.0201-.3081.0339-.4637.0411-.3138.0056-.6337-.0053-.9499-.0043-.2243-.0009-.4469.0145-.6758.0136-.8067-.0008-1.6161-.0142-2.4206-.007-.8478.005-1.6919.0274-2.5368.0447-.2819.0058-.559.0208-.8398.0291-.0746-.0023-.1484-.0078-.2209-.0166.147-.116.3503-.1514.6241-.1339-.0111.0174-.0157.0352-.027.0624.2335.0253.4791.0083.7019-.0485.1766-.0396.2966-.1003.504.008.032.0169.1549.0135.215.0019.1688-.0326.3459-.0258.5349-.0155.2119.0047.4247.0034.6375-.0039zm-1.99-.395.3499.0309c-.0042.0141-.0075.0287-.0112.0429l-.3451-.048zm.7406.0314c-.0029-.0039.0208-.0108.0324-.0164.02.0095.0386.02.0555.0312.0043.0008-.0208.0108-.0402.0204-.0187-.0108-.0353-.0227-.0495-.0355zm17.8205-26.86089.0428.05138-.3646.06244c.1114-.09978.221-.0979.32-.11413zm-18.9782 26.24659c-.0007.0116-.0006.023-.0013.0347l-.2285-.0153-.0025-.0213zm-2.5461.0677c-.1141.0747-.296.0375-.4447.0542l-.0288-.0428zm-1.906 1.0558-.0051-.0203.2732.0026.0054.0198zm.8802-.7631c.0763-.0126.1556-.0162.2329-.0105.0717.009.1508.0356.3155.0925-.2338.0646-.2305.0636-.3926-.03-.0479-.0215-.1011-.0391-.1582-.0524zm.2264.256.3457.003.0054.0093-.3469.0211c-.0038-.012-.0051-.0225-.0066-.0338zm-.2417.4857-.0102-.0249.3463.003c.0014.0032.0032.0063.0055.0093zm.8516-.7286c-.0549-.0072-.1079-.0177-.1581-.0315l.034-.0472c.2749-.0128.5422-.0314.8171-.0377.6279-.0149 1.2579-.0247 1.8892-.0334.0763.0004.1508.0099.2184.0279.2234.0592.2443.0609.3764-.0107.1758-.0951.3738-.1116.6174-.0267.1417.047.3068.0694.4755.0645l.1693.0012c.113.0195.2242.0388.3343.0556-.0877.0015-.1746.0039-.2626.0038-.8409.0036-1.6853-.0041-2.5234.0068-.3647.0048-.7338.0114-1.0741.0682-.2926.0469-.6129-.0233-.9176-.0415zm1.7962.7213c-.0471.0143-.0929.0287-.1394.043l-.0471-.0309.1547-.0335zm-1.5694.3587-.0436-.0185c.0152-.0044.0312-.0077.0477-.01.0084.002.0161.0047.0228.0082-.0099.0068-.0205.0133-.0317.0195zm.2182-.0001-.0049-.0206.1308.004.0049.0176zm.0942-.1987c.0137-.0049.0324-.0153.041-.0142.0209.0066.0399.0149.0565.0246-.0176.0034-.036.0104-.0537.0089-.0177-.0016-.0329-.0144-.048-.0212zm-.3576-.6177c-.0051-.0119-.0096-.0237-.014-.0358.3173-.0301.6563-.0071.9945.0203zm.9777.3587.2782-.0073.0104.0287-.2819-.0025zm.7056.4447c-.0251-.0063-.0492-.0137-.0719-.0223-.0042-.0007.0137-.0215.0223-.0204l.0066.0011c.0241.004.0475.0089.0701.0148-.015.0088-.0226.0166-.0306.0239zm.5418-.1933c-.2121.0103-.4138.0421-.6278.043-.2141.0009-.4498-.0144-.7318-.0253.3405-.0928.7105-.0462 1.0375-.0674.2996-.0218.6011-.0191.8949.0081.0362.004.0715.0101.1052.0182-.2203.0768-.4681.01-.6815.0205zm3.6957.2104.1767-.0745.0517.031c-.0323.0425-.128.043-.2284.0435zm9.8595-.107c-.4657-.0074-.9309-.0143-1.3977-.0252-.1748-.0041-.3522-.0231-.5274-.0257-.1313-.0033-.2564.0057-.3896.0085.0099.0328.0165.0559.0245.08l-.4742-.0043.1322-.0412c-.0262-.0179-.056-.0341-.0887-.0483-.0357-.0062-.0737-.0081-.1115-.0054s-.0746.0098-.1079.0209c-.0853.0209-.1706.0418-.2855-.0042-.1648.0253-.33.049-.4925.0759-.1029.0171-.0675.1063-.2263.0958.0235-.0717.0333-.1459.2823-.1661-.0605-.0094-.1245-.0118-.188-.0069-.0635.0048-.1253.0168-.1815.0351-.1163.0318-.2189.0653-.3801.0207.0096-.015.0217-.0341.0279-.0513-.2008.0127-.3972.0299-.599.0367-.125.0045-.26.0134-.379-.0451-.0212-.0075-.0459-.0118-.0715-.0124-.0185-.0015-.0366-.0039-.0542-.0071-.0886-.0162-.1868-.0123-.2739.0111-.0547.0137-.1136.0207-.1725.0203-.0588-.0003-.1161-.008-.1678-.0223-.1606-.0434-.3993-.0111-.6041.0058l.1593.0276c-.0886.0046-.1774.0033-.2643-.004-.2551-.0451-.5335-.0424-.7942.0078-.1291.0274-.2669.0361-.4003.0253-.1333-.0108-.2577-.0407-.3612-.0869-.054-.0192-.1182-.0282-.1838-.0257-.3418.0129-.6843.0333-1.0284.0436-.1188.0004-.2372-.0039-.3541-.0128-.0158-.0017-.0311-.0043-.0457-.0079-.0217-.0037-.0421-.0072-.0477-.0048-.1204.0615-.258.0365-.396.0111-.048-.0094-.0972-.0172-.1473-.0232-.0509-.005-.1364-.0069-.1513.0061-.1261.1082-.3733.0624-.5805.0641-.0571.0017-.1137-.0022-.1674-.0115l.4499-.0246-.0167-.0294c-.2933.0122-.6313-.0565-.9171.0784l-.2397-.1173-.319.0328c.0542-.035.0744-.0668.11-.0682.2211-.0099.4264-.0317.6752-.0053.2632.0277.5355-.0029.8063-.0092.6102-.0154 1.2231-.0349 1.8302-.0455.2485-.0037.5063.0159.7591.0232.0622.0051.1261.0033.1882-.0053.1465-.0331.2819-.0237.4363.0243.1673.0516.3261.0253.4685-.0024.0928-.0181.1356-.0403.2763.0008.1125.0331.3045-.0035.4623-.0062.1073-.0047.2146-.0028.3199.0057.1676.0188.3175.0337.4753-.0016.0885-.0195.234.0068.3531.0103.3277.0093.6484-.0073.989.0437.1612.0244.3409-.0032.5138.0009 1.0982.0264 2.197.0544 3.2963.0841.2693.0086.5412.0155.8122.0237l.0085.0306c-.084-.0001-.1782.0033-.269.0024zm.441-.227-.2296-.0177.2402.0115c-.0036.0028-.0075.0054-.0117.0079zm.1192.1002-.0497-.0143c.0094-.0063.0157-.0173.0281-.0179l.006.0011c.0152.0032.0295.0075.0426.0127zm.3318.0028-.0343-.0059.037.0037c-.002.0011-.0037.0024-.005.0037zm.5857-.02c.0282-.0022.0565-.0017.0838.0016.0206.0025.0407.006.0601.0104zm14.7372-22.73356c-.0002-.00913.0002-.01816-.0002-.02696l.2571.00164-.0012.04187zm-13.6865 22.82196c-.0359-.0024-.0723-.006-.1079-.0088l.1473.0077c-.0012.0013-.0021.0027-.0026.0041zm14.5144-22.75686c.147-.05609.2934-.04177.4394-.00477zm-13.9172 22.80716-.0015-.0272.2718.0144-.0019.0376zm14.3818-22.81173c.1562-.08939.3087-.00082.4627.01406l-.0055.03698zm.807.31135c.2069-.07795.3667-.04274.51-.05511l.0163.06045zm2.5722-.65087c.0188.01766.0299.02641.0288.02699-.1007.03149-.2021.03253-.2948-.03887zm-.2092.24631c-.0026.0041-.0635.00228-.0972.00289-.0005-.03079.0001-.06216-.0004-.09295l.1012.00348c.003.02894.0014.0581-.0046.08715zm-.5389.04289c.203-.02137.3838.01444.6041.0992-.2454.00304-.4115.00729-.578.00466-.0357-.00049-.1077-.03-.1042-.03964.0065-.0239.0383-.05934.0771-.06363zm-15.0403 23.23925c.0328-.0169.0735-.0283.1167-.0325.0875.0125.1746.0245.263.0356zm13.2979-20.83491c.1602-.07884.2617-.11057.4011.00719zm-6.2014 21.95131.0207-.0419.6309.0875c-.0081.0126-.0123.0256-.0191.0384zm15.5303-14.555c.107-.0365.341.0088.517.017l.259.0115-.21-.1399c.752.0429 1.373.1616 1.925.3757-.009.0137-.018.0277-.023.0424-.139-.0203-.28-.0386-.418-.061-.319-.0516-.633-.1095-.953-.1568-.183-.0309-.38-.0331-.57-.0065s-.367.0811-.511.1577c.289.0712.306.07.548-.0721.124.0351.261.0683.385.1099s.246.0934.41.1565c-.136.0035-.238.0051-.34.0099-.032.0013-.062.0032-.094.0051-.327-.0684-.653-.1374-.979-.2074-.211-.046-.424-.0899-.636-.1327.235-.0257.479-.0358.69-.1086zm.39-1.8973c.129.0885.129.0885.653.1705-.166.0191-.262.0449-.349.0366-.147-.0147-.285-.061-.432-.0747-.142-.008-.285-.0092-.429-.0035l-.019-.0363zm-.517 1.3342c-.336.0292-.377.019-.593-.1594.222.0608.402.1094.592.1601zm-.121-.8487-.34-.0391c.17-.0236.17-.0236.34.0391zm-.714 1.014c-.042.0356-.062.0524-.108.0922l.537.0894.045.0798c-.196.0476-.383.0922-.595.1432l-.233-.113c.067-.0465.122-.086.216-.149l-.618-.0929c-.002-.0109-.005-.0216-.007-.0321zm-.214-1.0102c-.138.0395-.288.0612-.44.0636-.152.0023-.301-.0149-.436-.0502.325-.1069.565-.1105.876-.0138zm-1.8969.3608c-.0041.0137-.0085.0269-.0131.0406l-.3863-.0358c.0124-.0194.0211-.0395.0323-.0592zm-9.6827 14.5211-.2227-.0138.0054-.0294.2228.0157zm8.6497-15.3948c.3461-.0512.6442.0003.9373.1545-.2235.0588-.3652.1727-.7239.0894.1632-.0385.3641-.0481.23-.1752-.1505.007-.3159.0152-.486.0236-.0903-.0459-.0651-.0772.0426-.0923zm-9.2139 15.3022c-.0678.0179-.1417.0259-.2148.0233-.073-.0026-.1427-.0157-.2021-.0382.0818-.0973-.1672-.0865-.2175-.1828zm-1.3406.4301c-.3142.042-.3142.042-.517-.0053.1381-.1072.2872-.0363.5158.0051zm-.0427-.7122c-.2121.0269-.4306.0119-.6176-.0424.2423-.0631.4273-.0004.6164.0421zm-.7837.0479-.1525-.1128c.1915-.0022.2294.0359.1513.1126zm-.4498.453-.5537-.043.0834-.0178.006.001.0006-.001c.1683-.035.2038-.0236.4616.062zm8.4219-14.638.525.0548c-.2033.0763-.3794.0227-.5603-.0044zm-9.6845 14.6051c.1051-.0032.209.0059.3051.0269l.012.0021c.1075.063.1532.0644.4508.0697.0105.0003.0206.0019.0296.0047.0091.0027.0169.0065.023.0112.0654.0682.1575.0314.2506.0255.209-.0139.4226-.0266.6231.0831-.1305.0006-.2521.0198-.3112-.0026-.1263-.048-.211-.0365-.3197.0012-.0493.0114-.103.0139-.1534.0072-.1919-.0203-.3843-.0418-.5837-.063l.3769.0159.0215-.0456c-.1488-.0072-.2976-.0136-.4462-.018-.1348-.004-.2695-.0042-.404-.0036l-.043-.0048c.0672-.046.1165-.0773.1686-.1099zm-.8419-.0001c-.032.0116-.0691.0177-.1064.0174-.0372-.0003-.0728-.0069-.1021-.0189zm-1.1704.1684c.1301.0033.2607.0027.3914-.0017.2781.0254.5527.0615.8271.101.1296.0186.268.0183.3989.0349.2219.0277.4384.0671.6612.0923.5364.0598 1.0751.1128 1.612.172.1245.0139.2619.0718.3539.0562.2844-.0486.4664.0576.691.0968.0728.0126.1383.0418.21.0466.0904.0024.1815-.0003.2719-.008.0315-.0013.063-.0046.0917-.0068l.0927.0778c.1231-.0045.2461-.0037.3679.0026.3189.0316.6349.0719.9517.1066.1937.0206.2321.0295.3969.1524-2.4845-.2519-4.907-.5712-7.3183-.9227zm8.3469.5679c-.1569-.0336-.3083-.0882-.4955-.0603-.2052.0301-.4062.0094-.6027-.031-.1965-.0405-.3912-.0552-.5914-.0068l.2137.0973-.4695-.0559c.0252-.0513.0452-.0922.0636-.1296.1386-.0238.2659-.0458.4115-.0703.0637.1005.1938.0847.3415.0621.1283-.0191.3036-.0578.3923-.0315.2639.0783.5457.0694.8201.0922.2611.0217.5321.0257.7052.1649-.2664.0384-.5436.028-.7897-.0297zm1.7213.027.39.0436c-.1427.0493-.2816.0484-.3908-.0422zm2.4465-3.241.0163-.0256.2765.0436-.0163.0256zm.5527-.2935c.117-.0036.1791-.0069.2405-.0057 0 0 .0204.035.007.0414-.0721.0379-.1364.0268-.2484-.0343zm7.3541-4.1674c-.005.0068-.009.0133-.008.021l-.238-.0215c.006-.0099.013-.0201.019-.03zm-.176-1.4679.244.0874c-.015.011-.03.0217-.044.0329l-.252-.0814c.018-.0125.034-.0248.051-.0375zm-1.85-.4082c.403.0855.405.0832.498.1535-.38-.033-.754-.0359-1.071-.1769.214-.0525.39-.0144.572.0247zm-4.4707 6.4099c-.0131-.0561-.0226-.0999-.033-.1487.2346.0372.2357.0438.0303.1497zm-1.2631 2.5248c.24-.004.4178.0722.6175.1212-.4664.0012-.5747-.0206-.6202-.1202zm4.1068-7.3503c0-.0152 0-.03-.001-.0453.074.0013.147.0034.22.0031.374-.0001.711.098 1.086.1148.306.0131.611.0737.928.0686-.77.0558-1.501-.0473-2.236-.1402zm2.494-1.1851c-.139-.0069-.231-.0501-.328-.0884.013-.01.026-.0204.04-.0311l.301.1075c.05.0061.101.009.153.0086.066-.0959.198-.0572.305-.0289.103.0316.202.0674.296.107-.288.0143-.545.0088-.77-.0736zm.592 1.3507c-.147.0884-.214.0874-.507-.0119zm-.056.2238c-.237.035-.237.035-.363-.0442zm-2.758 4.8416c-.178.012-.3638.0368-.5186-.0587.4796-.08.6446-.0758 1.0076.0227-.181.0141-.336.0268-.491.0371zm4.574-4.7739c.136-.0034.228.0376.278.1171l-.316-.0725zm-4.256 6.7117-.196-.044c.006-.0096.016-.0182.024-.0278l.196.0446zm.909-1.7465c.225-.0502.225-.0502.309.0455zm3.986-4.2126c-.329-.0514-.662-.0961-1.063-.1537.126-.0301.199-.0577.28-.0652.36-.0333.705.0461 1.053.0722.07.0048.131.0521.212.0877-.066.033-.146.056-.231.0665-.086.0106-.173.0083-.254-.0066zm3.887.364c.08.0123.165.0161.249.0112.153-.0096.302-.0285.477-.0456-.012.0597-.018.0965-.025.131l.31.0366c-.064.0814-.163.0771-.277.0567-.134-.0232-.269-.0465-.403-.0698-.372-.0617-.745-.1224-1.117-.1852-.047-.0116-.092-.026-.133-.043l.03-.0374c.089.0113.181.0199.268.0351.205.0376.409.0786.621.1118zm-2.651-.3301.233-.0176.053.1434-.312-.0965zm-.447-.1603c.168.0075.268.0463.292.1359-.35.0186-.391-.0013-.295-.1349zm-2.962 4.7759c-.021.0031-.098-.0322-.094-.0451.007-.0261.052-.049.1-.087.057.0365.128.0623.122.0813-.006.0191-.08.044-.131.0517zm1.114-1.9022c.127-.1036.284-.0593.518-.0192-.078.0286-.168.0456-.259.0491-.092.0035-.182-.0065-.262-.029zm1.89-2.3319c.189-.1072.383-.0569.603-.0139-.208.0887-.401.0448-.607.0149zm-1.755 4.4603c-.086-.0265-.165-.0646-.258-.0768-.249-.0336-.35-.1088-.309-.2719.116.1064.302.1822.521.2119.164.0269.16.0406.042.1377zm3.096-4.75-.609-.3039c.27-.041 1.243.0954 1.593.2375-.37-.0549-.728-.0731-.986.0676zm-1.945 3.8776c.245-.0335.245-.0335.388.0884z'/%3E%3Cpath d='m85.3582 29.1221c-.1433-.045-.2868-.0811-.4173-.1874-.0195-.0116-.0402-.0193-.0608-.0226-.3061-.0881-.612-.1735-.9178-.2637-.3983-.1175-.7964-.2388-1.1943-.3591-.111-.0336-.222-.0694-.3373-.1054.0389-.0754.1186-.0373.1912-.0154.179.0545.3573.1134.5353.1611.0859.0228.1712.0235.2572.037.0347.0071.0695.0165.1041.0283.03.0082.0653.0288.09.0245.1179-.021.2407.0317.3625.0671.3267.0943.6538.1932.9806.2869.079.0225.1586.0327.2381.0492.0038-.0979-.0552-.1162-.1118-.1344-.1273-.0413-.2551-.0795-.3824-.1224-.0472-.016-.105-.0158-.1424-.099l.3129.0561-.0327-.1595c-.0626-.0592-.1326-.0578-.1948.0042-.08-.1165-.1742-.1493-.2825-.1589-.0608-.0061-.1221-.0276-.1795-.0629-.1179-.0739-.207-.0745-.2854-.0029-.0304.0266-.0656.0462-.1043.0581-.0166.003-.0342.0021-.0518-.0026-.0177-.0047-.0349-.0131-.0509-.0248l.178-.057-.0062-.0315-.4787-.1777c.0156-.0499.0284-.091.0459-.1467.3058.0969.6054.2042.9049.2832.2915.0743.5834.128.8738.1606l-.6963-.2457c.0296-.0148.0478-.0365.0686-.0331.0613.0086.1229.0237.1838.0452.1291.0473.202.0107.2388-.1087-.1298-.047-.256-.0928-.382-.1379-.0683-.0247-.1329-.0525-.1621-.1337-.0227-.0615-.0745-.0797-.1272-.0983-.0887-.0319-.1769-.0665-.3025-.1138.1416-.0738.2634-.0895.3888-.0519.0435-.0271.0895-.05.1376-.0685.0986-.0254.1064-.1316.013-.2181-.0579-.0536-.1092-.1184-.1719-.1627-.0885-.0623-.1907-.1177-.2763-.075-.2159.1072-.4424.015-.681-.1219-.0694-.0398-.148-.0522-.2241-.0753-.0597-.0181-.1174-.0312-.1763-.0467-.0021-.0135-.0045-.0267-.0066-.0399l.3163.0131-.0013-.0218-.2133-.0979c-.0009-.011-.0021-.0221-.0031-.0345.095-.0023.191.0014.2877.0112.1317.0215.2654.0602.3981.0902.201.0478.3998.0407.5789-.0208.054-.0238.1055-.0526.1541-.0861-.0556-.107-.1187-.0567-.1607-.0771.027-.0687.055-.136.0765-.1944l-.1497-.1912c-.1146-.0019-.2461-.0028-.3782-.0073-.0349-.0007-.0705-.0062-.1058-.0165-.3927-.1232-.7859-.2475-1.1797-.3729.0333-.1792.0569-.1866.2176-.1208.131.0545.265.1022.3962.1428.3063.0941.6127.184.9192.2769.1577.0476.158.0494.2281-.074.015-.0269.0268-.0551.0398-.0829-.0576-.0933-.1295-.176-.2114-.2434-.0819-.0673-.1721-.1178-.2653-.1484-.5392-.1946-1.0768-.4025-1.6145-.6097-.1213-.0468-.2398-.1116-.3759-.1762-.0215.0312-.046.0655-.0696.1004-.054.0791-.0779.0632-.1605-.0418-.0551-.07-.1402-.1246-.2171-.1758-.0643-.0436-.1357-.0743-.2054-.1341.0446.0059.089.0093.133.0102.0667-.0025.0882-.0576.0366-.1151-.0602-.0672-.1324-.1512-.2043-.1765-.1516-.0534-.1849-.1763-.2693-.2874.0924-.0222.1596.0488.2295.0805.0777.0353.1528.0751.196-.0054-.0666-.0993-.1646-.1377-.2597-.1799-.0387-.0148-.0742-.043-.101-.08-.0267-.037-.0431-.0808-.0464-.1242l-.251-.1647c.0011-.0065.0023-.0133.0035-.0201l.2445.0575c-.0049-.0551-.0088-.1031-.0141-.1577l-.3043-.095-.0007-.0318.3595.0768c-.0842-.0831-.1993-.0497-.2395-.1636.0126-.0242.0366-.0484.0372-.079s-.021-.0724-.037-.1212c-.1979-.1108-.4102-.2143-.6339-.2595-.1171-.0238-.2349-.0548-.3521-.0906-.0923-.0281-.1793-.0662-.2368-.1727-.0261-.0487-.0851-.0927-.135-.1274-.1528-.1057-.3097-.2064-.4632-.3086-.0143-.0076-.0274-.0187-.038-.0324-.017-.0295-.0378-.0564-.0616-.0797l.0645.0033c.0362-.0037.0714-.0113.1051-.0227-.0824-.066-.1775-.1017-.269-.1008l-.0898-.0042-.0409-.0213c-.1331-.0712-.2687-.1352-.4049-.2014l.0335.0009c.0991.0028.1995-.0056.2992-.0082.0082-.0885-.0654-.0936-.1365-.0969-.1593-.0085-.3192-.0143-.4782-.0247-.0337-.0176-.0665-.0382-.098-.0616l.3137-.0158-.0034-.013c.7441.1981 1.4885.3984 2.2326.591.4239.1098.8476.2027 1.2711.3004.151.035.1985.0076.2437-.1262l.4955.1281-.0582-.0922.3772.0118c.0044-.0906-.0241-.14-.112-.1622-.0666-.0176-.1329-.0401-.1985-.0673-.0152-.0063-.0274-.0339-.0407-.0531.0352-.0019.0845.009.1007-.0102.0418-.0489.1027-.0488.1683-.0447.1507.0095.1723-.026.1038-.1725-.0092-.0194-.021-.0385-.0299-.0542.1446-.1485.235-.3532.2589-.5862l-.6358-.3461.5877.0363v-.0398c-.0553-.0284-.1119-.052-.169-.0702-.0574-.0118-.1142-.0369-.1667-.0736-.0524-.0366-.0994-.0841-.1376-.1391l.1564-.0614c-.1771-.1595-.1772-.1572-.3116-.1958-.0711-.0209-.1419-.051-.213-.0776-.1356-.0514-.2708-.1033-.3886-.1483.099-.042.099-.042.2551-.0037.0314-.0834-.0163-.1487-.094-.2148-.0482-.041-.0978-.0795-.1481-.1156.0906.021.1802.0172.2701.026.0463.005.1085-.0043.1374.0213.1524.1356.3141.1339.4729.1836.1052.0331.1717.021.2024-.0797-.1622-.0594-.1444-.1927-.1988-.3025-.0705-.0269-.136-.0565-.2018-.0772-.1555-.0514-.311-.101-.4665-.1488-.0417-.0152-.0839-.0244-.1256-.0274-.2952-.0059-.5972-.1324-.8965-.218-.1047-.03-.2101-.0711-.356-.1211.1524-.0561.2854.0121.4121.0495.1078.0322.2206.0917.3227.101.2615.0228.5246.1.7889.172.0873.0237.1787.0438.2482-.002-.1231-.1957-.3307-.2269-.4927-.3235-.1495-.0889-.3373-.0858-.508-.1232-.0022-.0106-.0045-.0211-.0064-.0315l.4481.0224c-.0558-.0455-.118-.0777-.1816-.094-.2989-.0875-.5992-.1675-.9005-.2636-.2641-.0839-.5287-.1773-.7914-.2802-.251-.0977-.4998-.2137-.7498-.3209-.0709-.0295-.1442-.056-.1788-.1589.1991.0184.387.0312.5851.146.1105.0639.2218.1171.3226.0632.0728-.0394.2015-.0204.2745.0477.1319.1212.2617.1662.4009.1372.0308-.0094.0649-.0082.0987.0032.2011.0961.3375.0574.43-.0661.2346.0312.4571.2514.723.2183-.2145-.0984-.3911-.1977-.5696-.257-.1868-.062-.2676-.1795-.3505-.3337-.0598-.1094-.0087-.1668.0121-.2506-.2182-.0337-.4101-.1131-.5725-.2476.0124-.1275-.1187-.1793-.1794-.2659-.174-.002-.3459.0018-.5309-.1212.0199-.0405.0375-.0769.0614-.1257l-.478-.1748c.0922-.0066.1864-.0038.2814.0082.0932.0056.1978.049.3009 0-.0743-.0282-.1207-.0502-.1675-.063-.2937-.0889-.5837-.1159-.8792-.2251-.1506-.0556-.2805-.0652-.3871.0364-.1129.1073-.2958.0571-.474-.0889l.1346-.0807-.1759-.1487c-.0221.0333-.0344.0481-.0427.0652-.0676.1417-.0958.1432-.2647.0047-.0627-.0516-.1193-.0658-.1563-.0206-.0583.0713-.1465.0834-.2505.0714-.0114-.0045-.0224-.0108-.0326-.0186.0133-.0243.0269-.0482.0406-.0733-.0845-.0649-.1379-.0271-.1996-.0136-.1474.0329-.2307-.0014-.3568-.1414l-.0631-.069c-.0993-.0164-.1941.0318-.3087-.1077.0521.0001.0835-.0015.1162.0002.0327.0016.0842.0197.0899.0072.0278-.0611.0886-.0385.1479-.0268.243.0477.4925.1109.7336.1391.1868.0223.4172.1303.5102-.0436.0842.0307.1643.0812.221.0753.0805-.0077.1529.0781.2037.0681.0924-.0187.1023.0836.195.1159.0263-.0212.0563-.037.0889-.0467.063-.0156.1301-.0179.1984-.0067.1909.0442.3828.1024.5742.1527.0293.0043.0584.0053.0868.003l-.0024-.0312-.3292-.1309c.0624-.0895.1434-.1417.2828-.1066.0355.0088.0701.0049.1055.0107.4033.0585.8074.1213 1.2099.1752.1034.0113.2053.0092.3037-.0064.0322-.0049.0445-.0572.0772-.1046l.1186-.017-.0057-.0272-.1512-.0699.1323-.0385c-.0941-.0368-.1836-.0663-.1894.054-.2495-.0481-.4935-.0921-.7388-.1413-.2566-.053-.514-.1161-.7709-.1669-.439-.0863-.877-.1655-1.3157-.25-.0047-.002-.0112-.0166-.0194-.029l.1896-.0572c-.0018-.0116-.0039-.0231-.0055-.0354-.17-.0597-.3399-.1234-.5099-.1788-.0893-.0285-.1864-.0609-.2649-.0543l-.384-.1928c.2377.0202.4884.0998.732.1427.1482.0258.2924.0221.4405.0485.5241.0918 1.0493.1917 1.5736.2843.0818.0147.1628.0173.2409.0076.1834-.025.3615-.0156.5456.1869.2442-.1034.5405-.037.8263-.0001.0473.0061.0948.0129.1413.0149.0355-.0017.0705-.0061.1047-.0131-.1429-.0657-.2544-.1234-.3678-.1672-.0883-.034-.1799-.0495-.2694-.0768-.071-.0219-.1575-.0323-.2096-.0792-.1204-.1064-.2237-.2316-.3364-.3514.012-.0105.0222-.0232.0304-.0377.0091-.0292.016-.0596.0205-.091-.0944-.0316-.1788-.0743-.2551-.0831-.3881-.0396-.7734-.0691-1.161-.1042-.0454-.0043-.1069-.003-.1374-.0299-.0868-.0775-.1495-.0854-.2247-.0483-.0293.0147-.1005.0577-.129-.0536-.0207-.0148-.0437-.0235-.0663-.0249-.0907-.0046-.195-.0625-.2708-.0111-.0193.0053-.0411.0013-.0609-.0111-.1139-.0785-.2268-.0833-.3375-.0955-.3656-.0402-.7297-.0748-1.0947-.1131-.0589-.0062-.1196-.0218-.1793-.0327l-.0114-.0452.3872-.0314c-.2205-.0834-.4238-.0544-.6632-.1612l.1307-.0648-.0646-.0802-.0896.049-.1931-.1367.307-.0329.1279.1139c.1564-.0106.2874-.0378.3431-.1794.1016.139-.0409.1398-.0539.213.2115.0564.4226.0622.6187.0171.0574.0132.1252.0461.1703.0359.0842-.0194.1544-.0641.2416-.1028-.1839-.1043-.3728-.0641-.5437-.1869l.3978-.0366c.0459.0973.1404.1121.2447.1103.0895-.0016.1823.0068.2748.0111l.0168.1768-.1735.0585c.0048.0122.0099.0246.0152.0372.0458.0114.0918.0265.1368.0336.2322.0378.4644.0773.6954.1093.2848.0391.5672.0753.8593.193.0973.0388.2023.051.2623-.0157-.0149-.0701-.1554-.1023-.0907-.1819.004-.005-.033-.0502-.0561-.0711-.0475-.0433-.0985-.0824-.1521-.1262l.1196-.1085c-.1288-.0972-.2706-.1636-.4143-.1941-.2025-.0384-.4069-.0915-.609-.1274-.1233-.0258-.2462-.0362-.3662-.0312-.1741.0129-.3435.0297-.5369-.0364-.0354-.0098-.0708-.0127-.1047-.0087-.256.015-.518-.0011-.7817-.048-.2742-.0496-.5489-.1084-.811-.095-.0813.0001-.164-.0087-.2468-.0263-.3392-.0568-.6782-.1161-1.0175-.1759-.0208-.0069-.0413-.0161-.0612-.0274-.0118-.0513-.0239-.1048-.0377-.1632l-.124-.0095c-.003.0429-.0054.0767-.0074.1061-.3456-.0146-.5501-.0523-.6628-.1306l.4424.03c.0004-.0492.0005-.0843.0008-.0951.115.0053.2283.0368.3024.0085.1488-.0548.3195-.049.4859.0166.1183.0426.3161.0071.3702-.0782.0104-.0166.0025-.0471.0029-.0731-.1599-.0197-.3068-.0317-.4554-.0567-.1487-.0249-.2971-.066-.469-.1053.0853-.0641.1806-.0576.2718-.0459.1175.0127.238.0409.3569.0601.0342.0056.0941.0172.0969.0045.0212-.095.1035-.0369.17-.0239.0665.0131.1305.0194.1957.029.2179.0315.4239.0034.6521.0803.0582.0148.1161.0142.1687-.0018.0618-.0141.1108-.014.179.0439.0293.0247.0837.0188.141.0294l-.0757-.1847c-.4749-.0823-.9434-.1577-1.4136-.2467-.4703-.0889-.938-.1908-1.4074-.2864.0006-.0034.0012-.0068-.0002-.0114l.4431-.0029c.0508.0172.132.0672.1821.0568.0658-.0111.1368.0002.2045.0326.0528.0176.106.027.1582.028.1396.0102.2776.0119.4181.0258.2351.0228.4716.0538.7088.0791.0926.0099.1808.0284.2453-.043.0308-.0346.1391-.0032.2137.0053.0462.0052.0962.03.1427.0354.2884.033.5771.0671.8637.092.2166.0191.4281.0244.6409.0343.0311.0016.0554-.0135.1173-.0298-.3241-.0983-.6002-.1039-.8836-.1942.0651-.0085.132-.0096.1998-.0035.0734.0023.1454.0001.2181-.0006l-.1463-.0478c-.0374-.1084-.0739-.1531-.1886-.16-.2055-.0125-.4213-.0707-.6174-.0324-.079.0152-.1826.0458-.3005-.0586-.0506-.0453-.1401-.0529-.211-.0695-.1386-.0321-.2768-.058-.4151-.0863.0399-.0152.0835-.0211.1286-.0172.3361.0133.671.0222 1.0088.0419.1692.0097.3143-.0322.467-.0576-.3261-.0556-.6541-.1332-.9782-.1721-.0075-.0005-.0152-.0027-.0225-.0065-.0073-.0037-.0141-.009-.0201-.0154-.0059-.0065-.0108-.014-.0144-.0221s-.0058-.0166-.0064-.025c-.0007-.0084.0002-.0165.0025-.0239.0024-.0074.0062-.0139.0112-.019.005-.0052.0111-.0089.018-.011.0068-.0021.0142-.0026.0218-.0013.1333.016.2675.0392.4016.0645-.0267-.0171-.0527-.0359-.0778-.0563-.0813-.0095-.1626-.0191-.2441-.0308-.0075-.0004-.0152-.0026-.0225-.0064s-.0142-.0091-.0201-.0155c-.0059-.0065-.0108-.014-.0144-.022-.0036-.0081-.0058-.0166-.0065-.025-.0006-.0085.0002-.0166.0026-.024s.0062-.0138.0112-.019.0111-.0089.0179-.011c.0069-.0021.0143-.0025.0219-.0012.0365.0052.0732.0092.11.0125-.0202-.0254-.0391-.0519-.0566-.0795-.5377-.066-1.08-.1631-1.6217-.2499-.0075-.0005-.0151-.0027-.0224-.0064-.0073-.0038-.0142-.0091-.0201-.0155-.0059-.00649-.0108-.01399-.0144-.02207-.0036-.00809-.0058-.0166-.0065-.02501-.0006-.00842.0002-.01656.0026-.02395.0023-.00738.0061-.01385.0111-.01901.0051-.00516.0112-.0089.018-.011.0069-.0021.0143-.00251.0219-.00121.5137.08088 1.0286.17315 1.5397.23865.0037-.0036.0079-.0065.0125-.0087-.0055-.0135-.0097-.0272-.0151-.0394-.1725-.022-.3448-.0409-.518-.0654-.0148-.0018-.0296-.0101-.041-.023-.0114-.01288-.0185-.02941-.0198-.04591-.0013-.01651.0033-.03164.0129-.04206.0095-.01043.0232-.0153.0381-.01353.1637.02327.3267.04161.4899.06205-.0056-.02886-.0099-.05774-.0126-.0865-.2176-.01349-.436-.02203-.6502-.01293-.0769.00319-.1182-.12305-.041-.12612.1409-.00779.2834-.00391.4276.00163-.1235-.01253-.249-.02621-.3731-.03836-.2703-.02646-.538-.04088-.8061-.06209-.0539-.00418-.1099-.0162-.165-.02451l-.0104-.04146.7866.02383c-.3913-.07144-.7723-.1084-1.1547-.15295-.1026-.0121-.2097-.04635-.3146-.07005-.0017-.01198-.0037-.02377-.0058-.03556.0904.00438.1799.00612.271.01514.0911.00901.0951-.03544.0653-.1138-.2646-.05362-.5134-.0393-.7788-.14995.0449-.01519.0941-.01915.1443-.01164.2798.04994.5599.09543.8407.15043.289.0581.5788.12615.8683.19012.0006-.00371-.0002-.00772-.0005-.01149l-.6688-.27564c.1517-.05371.2865-.00862.4134.01464.0482.00872.096.019.144.02865-.0547-.11706-.0804-.24297-.0739-.36252.0064-.11955.0446-.22764.1101-.31123-.0972-.05316-.1836-.13473-.2482-.23446-.0647-.09974-.1047-.21318-.1151-.32609-.2379-.06257-.4732-.1604-.6994-.29071-.0544-.03282-.1066-.07151-.1556-.1154l-.2228-.05944c-.1347-.03674-.2696-.08622-.4047-.13006.0548-.01424.1145-.01219.174.00597l.3505.08201c-.1324-.15121-.223-.33345-.2432-.49906-.0267-.06911-.044-.14044-.0513-.21134-.3179-.06744-.6407-.13361-.9836-.22673.0491-.01279.0587-.0194.0694-.01761.304.04942.6069.09273.911.14654.0015-.03333.0057-.06589.0125-.09729-.1313-.03404-.263-.06852-.3944-.10225-.336-.08593-.6714-.16099-1.0073-.24192-.0681-.0167-.1443-.02117-.1932-.136l.6322.05779c-.1092-.09512-.2001-.10506-.2861-.11294-.1113-.01044-.2191-.00452-.3297-.01169-.05-.00352-.1181-.00595-.1532-.03681-.121-.10666-.2311-.08578-.3457-.09891-.0385-.00242-.0773-.0089-.116-.01937-.0693-.0225-.1398-.06341-.2081-.0772-.6456-.13038-1.2914-.26514-1.9417-.46976-.1602-.05068-.3206-.09647-.4807-.14412-.0013-.0108-.0023-.02149-.0036-.0323l.7769.11066c-.1577-.1196.0272-.15651-.0612-.23371l1.1691.18017-.0742-.08457.0931-.00805c-.0189-.04302-.0319-.07329-.061-.14046.309.16161.5745.06901.8585.22651.0175.00898.0361.01157.0528.00734.0715-.02862.1563.00429.2376.0172.1181.0186.2358.02929.3523.03201.0381-.00355.074-.01491.106-.03353.0661.02535.1329.04555.1997.06044.1588.02257.3174.04304.4757.06505-.0213-.09019-.0255-.18072-.0124-.26546-.0642-.00845-.1281-.01677-.1924-.02626-.4739-.0713-.9466-.13013-1.423-.22137-.5294-.10161-1.0555-.16709-1.5914-.32651-.1318-.03917-.2626-.09818-.3895-.133-.1268-.03481-.2577.00629-.391-.00766-.2528-.02613-.5088-.06787-.7636-.10382-.0293-.00095-.0593-.00889-.088-.02331-.1403-.09678-.2837-.10467-.4258-.13488-.0909-.01952-.1913-.01316-.2672-.06293-.1832-.11697-.3535-.09688-.5289-.14524-.0845-.02352-.1688-.04129-.2529-.06166.3459-.00182.7145.10794 1.0541.08064l-.2409-.07595c-.0015-.01154-.0033-.0229-.0046-.03507.143-.00953.2961.0153.4465.03173.2001.02182.4005.04605.6012.06947.0934.00574.1874.01748.2817.03516.1282.03073.2522.06173.3355-.00349.0743.03885.1527.10462.1949.09694.1169-.02173.2467.02691.3603.02405.1214-.00705.2489.02504.3681.09265.0291.01503.0594.02437.0895.02757.0144.00201.0263-.01061.0402-.01644l-.0421-.1538 2.0009.34017c-.1207-.0751-.2484-.12815-.3771-.15674-.9593-.1709-1.9259-.39422-2.8781-.51176-.0533-.00329-.1073-.01459-.1607-.03362-.129-.05547-.262-.07936-.389-.06985-.0956.00739-.2148-.08062-.2941-.01611-.193-.06265-.3767-.07233-.5637-.09003-.316-.0292-.636-.07531-.9537-.11649-.034-.01065-.0676-.02572-.0999-.04486.0177-.00932.0363-.01711.0555-.02333.0909-.01694.1887-.00116.2884.01108.0996.01224.1966-.01444.3109.05129.0185.01101.0519-.01855.0785-.02904-.0643-.04865-.1347-.08311-.2064-.10106-.1252-.0318-.2498-.05742-.3747-.08575-.0655-.01499-.1473-.05595-.1938-.04009-.097.03397-.2035-.00036-.3083-.01738-.4934-.07873-.9879-.16523-1.4804-.23858-1.3168-.19613-2.6349-.38515-3.9517-.58128-.4744-.0705-.9535-.16648-1.4267-.23087-.6811-.0927-1.3608-.17825-2.037-.24639-.8646-.08676-1.7245-.15303-2.5864-.22837-1.0098-.08809-2.0109-.152-2.9753-.07858-.8646.06576-1.7444.0954-2.6155.14191-.1311.00601-.2599.02239-.3855.04903-.4584-.02474-.9166-.04936-1.3707-.06634-.5591-.02078-1.1126-.02436-1.6634-.02078-.3831.0026-.7548.03579-1.1358.04425-1.0573.0248-2.1171.03967-3.1745.06311-.3968.00355-.7861.02548-1.1802.0394-.0838.00298-.1611.02292-.2621-.02305-.0483-.02207-.0998.00828-.1496.01477-.0962.0114-.1919.01971-.2856.03648-.052.00738-.0976.0331-.1306.07373.0289.01434.073.04793.0839.03952.0669-.05077.1625-.01138.2469-.01048.0805-.00515.1637.00371.2467.02629.0205.00899.0408.01918.0607.03053-.0275.01376-.0432.03178-.0652.03192-.2589-.00014-.5166.00386-.779-.00806-.1558-.00739-.3105-.02096-.4492.01623-.1019-.0755-.1629-.00134-.25-.02262-.1072-.02667-.2133-.02009-.3061.019-.0389.01292-.0807.01794-.1239.01485-.7762-.00727-1.5118.08958-2.2677.13459-.0949.00971-.1815.04621-.2525.1063l1.5844-.07804c.0143.05306.0268.09902.0403.14942.0152.00832.0322.02267.0436.02242.0231.00085.045-.00447.0639-.01554.074-.05514.163-.0649.2764-.04465.1018.01779.1909-.01384.3041.02328.0408.01328.0765-.04218.1221-.07132.1059.07721.1995.06137.2962.04718.0754-.00527.152-.00467.2293.0018.1643.00196.3283.00379.4926.00939.125.00356.2456-.00139.3761.02667l.013.03391-.173.04451c.3121.07168.5791.01021.8848.05703-.0644.00904-.1285.01624-.1909.02843-.13.02521-.2893-.01676-.3902.07624-.0422.03852-.1334.02085-.2025.02826-.1098.01142-.2307.0003-.3056.07894-.0131.0138-.0425.0112-.0649.01214-.2056.00244-.4102.01025-.6177.00392-.11-.00358-.2424-.06228-.3381-.04303s-.1791.05987-.2747.08184c-.3899.08929-.8187.0855-1.2321.11796-.372.0288-.7584.02537-1.1371.03511-.0517.00106-.1036.00107-.1558.00158.0524.08259.0939.17162.1229.26367.1288.00013.2576.00027.3857-.0012.0499-.00619.0983-.01772.1445-.03444.0355.02123.0727.03668.1102.04579.0986.01223.1964.01689.2929.01395.0654-.002.1229-.02386.2002.01422.0072.00321.0147.0048.022.00468s.0141-.00195.0202-.00537c.1701-.12032.4493.00669.6396-.11387.0081.06341.0117.09175.0173.1322l.0856.02036c-.0056.01789-.011.03653-.0227.07479l.9352-.02683c-.039.06537.1425.12556.0642.22566l.6238-.01033.0131.03162c-.1165.02686-.2342.05156-.3493.08131-.4671.11695-.9661.16823-1.467.21438-.0529.00453-.0939.03624-.1437.0497-.0296.00557-.0604.0069-.0918.00397-.094-.00159-.2013-.03689-.2535.05384-.0153.02679-.0737.01973-.1162.01802-.093-.00716-.191-.02732-.2835-.03163-.0714-.00314-.1461-.00534-.1941.07554l.5254.0247c.0151.10873-.0493.10319-.1009.11062-.254.03703-.5104.06839-.7621.11005-.0972.01697-.1962.03384-.2946.05063.0216.03197.0416.06501.0601.09894.2399-.01371.484-.01738.7271-.02641.0237.00656.0472.01554.0701.02682-.2533.04957-.5041.072-.749.09792.0283.06658.049.13542.0616.20466.0648.15656.0786.32349.0388.46812l.2661-.0363c.0477-.00972.0995-.00379.1497.01712-.0963.0263-.1898.05778-.2895.07699l-.165.03093c-.0208.03722-.0475.06921-.0793.09472-.1364.10257-.2948.17051-.4664.20013.0889.21203.0935.41525-.0378.51321.2066.19036.3523.46415.3711.67822.0373-.00338.0741-.00731.1119-.00952.0998-.00692.1945-.03457.3554.03927l-.4479.1879.0052.01147c.2219-.02584.442-.05606.6661-.07634.2179-.01951.4396-.02984.661-.04164.0438-.00022.089.01021.1326.03057-.1769.07605-.4028.02893-.6077.04787.0131.07444.0379.11959.1145.12221.0765.00261.1532.01326.2301.02039l.0131.03527c-.0786.0154-.1589.02497-.2406.02867-.3132-.00549-.6289-.01831-.9362.00187l.6774.07895.0128.03848c-.0444.00108-.0874.00579-.1324.00298-.2258-.01357-.4531-.03411-.6771-.0433-.1029-.004-.2052-.0067-.3079-.01027.1233.01345.2462.02907.3741.05436.069.01311.0967.13406.0275.12052-.1888-.03486-.3771-.0589-.5643-.07204.0121.02793.023.05627.0327.08489.133.00091.2669.00417.3986.00218.063-.00131.119.12175.0545.12215-.1395.00203-.2824-.00228-.4215-.00241.0022.01284.0056.02586.0074.03857.0054.00296.0106.00656.0155.01073.4154.00121.8209-.0236 1.2316-.03694.0633-.00255.1183.12046.0542.12203-.4306.01569-.8576.04149-1.2961.03733-.0013.02464-.0045.0487-.0097.07192.0299.00013.0602.00112.0895.00069.063-.00131.1189.12175.0545.12215-.0645.00039-.1322-.00024-.1987-.00132-.0115.01712-.0247.03262-.0394.04629.105-.00745.2109-.01348.3197-.01204.0645.00096.1196.12366.0545.12214-.2648-.00362-.5137.03091-.772.04393.147.04582.2957.10664.439.11879.2867.02463.576.05931.864.09016.0407.00257.0822.01405.122.0338-.1071.01054-.2152.01831-.3198.03286-.0543.00695-.1288.0032-.1505.04159-.0504.08948-.1565.0454-.234.0198-.1913-.0639-.3513-.03424-.5257-.04868-.0973-.00731-.1066.03162-.0862.13463l-.1043.02894c.0642.01011.1288.02035.192.02904.0586.00312.1179.01311.177.02981-.2033.05279-.4437.0222-.6777.07814.0624.02594.0922.04263.1179.04501.1826.0192.3661.04106.5457.05071.239.0128.4753.01617.7119.02133.0379.00081.0693-.01761.1072-.01679.0611.00117.1404-.01595.1846.02234.0924.07983.1615.07273.2382.07578.194.00604.3863.00634.581.01398.1164.0046.2363.02098.3537.02897.0432.00625.0855.00385.125-.00707.0482-.02394.1059-.02604.1628-.00595.0495.01725.0956-.02228.1314-.03294l.3903.06106c.0021.00382.0041.00773.0058.01171-.3632.03474-.7243.07502-1.0903.10231-.366.02728-.7429.04276-1.1185.06237l.0265.17485c.0448-.00324.0954.00979.1087-.01118.0308-.04857.0737-.04266.1352-.02011.0495.02195.1009.03017.1491.02386.1615-.04697.3561.00807.5316.00508.0524-.00113.1061.00095.1577-.00314s.0947-.05181.1613.04616c.0087.01292.0556.00917.0828.0082.0948-.00367.1862-.0161.2825-.01354.0875-.00492.1797.02383.262.08169-.1311.01681-.2421.03733-.3585.04398-.1165.00665-.24-.00025-.3704-.00204.0137.02624.0218.05548.0394.07373.0897.09134.281.15294.3636.12561.0816-.02689.1719-.02954.2631-.00773-.2764.03083-.5528.06141-.8293.09174-.064.00657-.128.01315-.1448.11027.1035-.00274.184.00023.2586-.00789.3385-.03706.6756-.07671 1.014-.11482.0369.00107.0752.00077.1166.00472l.0486.09512.3721.02767c-.0594.06353-.2199.0744-.5156.04403l-.0599-.10716-.1051-.00652c.0175.05668.0337.10849.0492.15808-.0175.00864-.0268.01871-.0398.01959-.2678.01506-.5355.03011-.8041.04252-.0663.00655-.1345.00445-.2034-.00629-.2368-.04767-.4485-.02455-.6639-.01062-.2166.0119-.4388-.00632-.6619-.05426-.0297-.00822-.0594-.00996-.0874-.00515-.1362.04088-.2935.00205-.4528-.03398-.1033-.02012-.206-.0257-.3056-.0166-.1587.00963-.3119.03616-.4701.04801-.106.00905-.1995.05805-.2661.13944l.1597.12377c-.0246.0372-.0497.0695-.0697.1067-.0097.0178-.0192.0583-.0133.0638.0966.0879-.0101.1019.0119.1707.0363.0319.078.0534.1204.0621s.0839.0043.1198-.0127c.1969-.079.4267-.0783.6567-.0802.063-.0007.1261-.0026.1892-.0042.0264.0021.0524.0019.0778-.0009.0964-.0034.1926-.0075.289-.0125.035-.0032.0694-.0085.1033-.0158-.0008-.0066-.0019-.013-.003-.0195l.2796-.034c.0341.0183.0687.0343.1038.0478.045.0164.0878-.0079.1315-.0136.1793.0685.3625.0904.5343.0638-.0406-.0629-.1338-.0887-.1527-.1679l.0403-.0045c.1083.1113.223.1488.349.1762.0159-.0265.0347-.0608.0551-.0968l.2205.0565-.1223.0255c-.0852.0186-.1626.0484-.2433.0736-.0223.007-.0426.0155-.0642.0238.1026.02.2049.0311.3059.0332l.1163.0646c-.1563.0753-.3491.0207-.5008.0744l.2417.0554-.1104.0138c-.1389.0165-.278.032-.4168.0483-.1305-.0045-.2614-.0092-.3914-.0131-.091-.0024-.1865-.0112-.2479.0511-.0065.0051-.0143.0082-.0228.0088s-.0174-.0011-.0259-.0051c-.0924-.0613-.1555-.0182-.232-.0245-.018-.0015-.0478.009-.0456.0162.0323.1093-.0527.056-.0857.0377-.0859-.0477-.1359-.0476-.1732.0185-.0128.0232-.0674.0138-.1054.0119-.3218-.0157-.6456-.0362-.9656-.0475-.0625-.0018-.1152.0304-.1821.0497.0202.0322.0418.0634.0649.0933.0142.0153.0294.0293.0455.0418-.0383.1051-.0662.2166-.1181.3074-.0225.0394-.0928.0387-.144.0516-.0655.0155-.1374.0188-.1982.0416-.0773.0289-.1463.0719-.2384.1188.0327.0112.0656.0201.0985.0267.0397.0043.0782.0037.1165.0037.1324-.005.2664-.0012.4014.0113.0439.0319.0927.0507.1408.0542.068.01.1151.0428.1395.1011-.0441.0205-.0936.0307-.1195.0584-.0538.0586-.1401.0618-.2361.0554-.0573-.0049-.1142-.0064-.1704-.0045-.0603.0032-.1303-.0044-.1875.0501.2255.051.434.1078.6344.1463l.0307.0128-.0966.05.0092.0267.1114.0314.0107.0107c-.0815.0147-.1608.0359-.2375.0635-.0564.0207-.1359.0098-.204.0183-.0511.005-.1003.0134-.1557.0215.0476.1037.1002.2053.1576.3043.0245.0397.0919.0714.1379.1107.0211.016.0384.0381.0493.0633.0237.1007.0725.187.2078.2379.0141.0059.04.0253.0398.0315-.0026.0586.0345.0638.0717.0686.0191.0001.0388.0065.0568.0186-.0212.0386-.0426.0752-.062.1129-.0387.0741.0184.1615.1349.1997.054.0139.108.0237.1618.0294.0988.0169.1947.0345.2711.1356.0166.0218.0705.0428.1029.0477.0574.0085.1141.0098.1693.004.0862-.0089.1745-.0083.2639.0016-.0328.0236-.0689.042-.1075.0548l-.7363-.0115c-.008.0464-.0173.0873-.0241.1226.1329.0778.2592.0938.3891.111.1059.0101.2129.035.3183.0739-.0006.0038.0002.0081.0002.012l-.1249.0476.0137.0279.1091.0036c-.0006.0472-.0141.0904-.0388.124s-.0595.056-.0998.0645c-.1246.0334-.2301.109-.3696.178.2502.0678.3355-.1232.5241-.1238.143.1354.2824.192.4102.1221.0269-.0067.0567-.0033.0853.0096.1366.0475.2284.0203.2827-.0845.0113-.0163.0263-.0289.044-.0366s.0375-.0104.058-.0079c.0405.0178.0818.0305.1231.038.0284.0169.0586.0273.0885.0304.03.0031.0588-.0012.0847-.0125.1369.012.2734.0238.4095.0352-.157.0717-.3089.1505-.4732.2119-.1787.0683-.3635.1271-.553.1764-.2152.0561-.4385.097-.6577.1455-.0459.007-.0853.0319-.1118.0706l.382.036.0101.0304c-.1311.0152-.2972-.0127-.384.0567-.0932.0753-.2604.0797-.2692.2588.0847.0551.1543.0469.2189.0346.195-.0376.3877-.0799.6054-.0687.085.0042.1545-.0396.2331-.0577.0922-.021.1747-.0712.3363.0042-.1018.031-.1734.0579-.2504.0743-.2195.0464-.4208.1332-.6771.1003-.0334-.0022-.0659.0016-.0962.0111-.1124.0276-.2239.0567-.3344.0875-.047.0137-.0902.0331-.1383.051.008.1028.0909.2367-.0218.2761.0761.1043.1416.1252.2174.1066.1141-.0292.2571-.0062.3224-.1216.0123-.0221.0713-.0036.1096-.0036.0818.0032.1719.0234.2441.0076.1124-.0242.2196-.063.3195-.1159.1051-.0638.2355-.0768.3664-.0367.0325.0067.0649.0105.097.0114l-.0329-.1181c.2774-.0366.5533-.0731.8298-.1091.0432-.0076.0898-.0019.135.0163l-.1577.08c.1951.0994.2956.0344.4048-.0446l-.1764-.144c.0718-.0696.1715-.0431.2899-.0052l-.0747.0685c.125.1182.2103.0735.3025.0567l.1942.1567c-.1034.0204-.0672.1936-.2148.1428l-.0337-.0866c-.0946.0114-.2037-.0117-.2253.1054-.0018.0105-.0195.0181-.0319.0155-.1169-.025-.1582.0606-.2244.111-.0571.0427-.1211.0787-.1799.1203-.0437.0309-.0841.0645-.1415.1116.1152.0407.2319.038.3306-.0078.2036-.0993.43-.1505.6674-.1511.0657-.0009.1303-.0073.1934-.0191.033-.0025.067-.0007.1011.0052.1215.0243.2424.0119.3745.098l-.6151-.0328c.0133.0698.0241.1254.038.1972.0803.0045.1561.0058.2355.0136s.1376-.0453.2517.0433c-.1772.0053-.2782.0966-.4476.0845-.0021-.0008-.0014.0078-.0021.0118.0238.0294.0473.0588.0722.089l-.1071.0616c.0202.0174.0399.0342.0587.0509l-.0695.0007c-.1889.0017-.3703.0119-.461.1214.1566.0956.1759.1036.3384.0743.104-.0181.2031-.0406.311-.0488.0031.0068.0058.0137.0083.0207.0064.0209.0489.0535.0776.0671l.0179.0074c-.0214-.0032-.0423-.0063-.0614-.0082-.0743.0914-.1338.1642-.1944.2385-.0132-.0055-.0296-.0106-.0449-.0166-.0262-.0138-.0539-.0212-.0807-.0217-.093.0359-.1813.0816-.2638.1368-.0146.0105-.0237.0278-.0256.0483s.0037.0426.0156.0616c.0245.0294.1072.0559.1641.0682.072.016.1461-.0089.2443.0658l-.5095.0797.0623.061c-.0864-.0151-.1694.0007-.2369.0452.0517.0261.0938.0512.1327.0697-.038.0055-.0761.0112-.1153.0145-.1275.0106-.1685-.0174-.2511-.126-.0421-.056-.114-.1074-.1473-.1378-.1457.025-.2512.0538-.3689.0622-.4169.0304-.8286.0675-1.2664.065-.505-.003-.9987.0196-1.4927.0388-.0899.0023-.1749.0253-.2499.0676-.0886.0547-.1483.1307-.2283.2062l.2877.304c.3383.006.6721.0104 1.0075.0185.4398.0107.9024.0696 1.3088.009.1162-.018.2067.0196.2774.1087.0361.0449.0762.0894.1156.1353-.262.0058-.5025.0159-.7484.0152-.2825-.0016-.5732-.0223-.8507-.0166-.3531.0074-.7033-.0768-1.0609-.2138-.0126-.0052-.0319.003-.0529.0062l.0696.084-.1651.0756.1079.2199.2203.1009c-.0499.025-.1103.0036-.1688-.0174-.0731-.0261-.1438-.0515-.189.0153.0433.0349.0875.0844.1467.1157.1168.0643.2364.1184.3575.1615.194.0641.3954.1312.5876.1623.258.0409.51.0442.7658.0676.2095.017.4218.0748.6275.1709l-.4649.0253c.0032.0067.0068.0132.0101.0195l.6723.1269c-.1334.0948-.3074.0443-.4605.0195-.0916-.0152-.1524-.0272-.2299.0066-.1964.0888-.4813.0583-.7446.0221-.1376-.0183-.2943-.1269-.4588-.2022l-.3214.0076c-.0348.0466-.0434.098-.0889.112-.2319.0694-.2348.0659-.1254.2735l.2861.0858.0499.1417.1083-.072c.0805.0448.1642.0776.2486.0973.1244.0359.2529.072.3547.175-.1662.0042-.308.0103-.453.0107-.0901-.0003-.1766-.0011-.1717.0755.0055.0839-.0786.0908-.1792.0914-.2048.0017-.4075.0074-.626.012.0943.081.159.1696.2402.1994.1058.037.227.028.3414.0368.0613.0017.1232.0079.1853.0186.0463.0103.0923.0404.1703.0761-.2049.0525-.4442-.0476-.6211.0071-.1563.0482-.4077-.0368-.5704.0283.2329.0321.458.0457.6841.0624.2088.0152.4167.0171.6285.0547.1662.0322.3318.0478.4946.0464.3486-.008.6882-.0387 1.0618.0168l.156.2018-.7669.0129c.0487.0723.1402.0974.2319.1226.0607.013.121.0359.1789.068-.1178.0618-.2209.0057-.3417-.0691-.1348-.0832-.258-.21-.446-.1966-.0823.0059-.1462.0444-.2298.0448-.0837.0004-.1912-.0337-.2836-.0406-.1469-.0113-.2695.0053-.243.146-.1881-.1707-.1881-.1707-.4221-.1293l.1448.1033-.1595.0663.6232.0601c-.0139.1037-.1167.0841-.2121.0803-.2158-.0075-.4282-.0075-.6414-.0099-.083-.0013-.1483.0107-.1048.1093.1018.0145.2071.0344.307.0417.0998.0074.1883.001.282.0038.5333.0192 1.067.0393 1.6012.0603.0515.0022.1153.0019.1591.0227.1624.0781.273.0561.3292.0204.1226.0321.1991.0599.2707.0691.3515.0503.7003.0668 1.0426.0493.2782-.017.3711.0342.4438.2359-.0751-.139-.1848-.1514-.329-.1351-.1179.013-.2544-.0006-.3837-.0049-.1984-.0062-.3982-.0153-.5969-.0216-.2415-.0079-.4832-.0162-.7231-.0204-.4469-.0083-.8925-.0131-1.3391-.0206-.0915-.0016-.1848-.0052-.2787-.0124-.1136-.0084-.278-.0585-.3339-.026-.146.0882-.3724.0604-.5601.0557-.175-.0034-.2358.0446-.3275.1133.0182.0055.0348.0111.0494.0162.0239.0098.0484.0162.0727.0189.2339.0064.4878.0369.6932.0063.2307-.0368.4728.0383.7068.0729.234.0345.4645.0746.6677.0317.0403-.006.0825-.0047.125.0039.2947.0502.5897.1032.904.1582l-.0278-.1528c.12-.0145.1735.0449.2195.1018.0349.0434.0653.0855.1166.0919.0745-.033.1079-.0659.158-.0669.1099-.0011.2312.0204.3421.0204.0704-.0005.1237-.0394.1944-.0342.1579.0115.3211.0362.4831.0621.0587.0076.1179.0275.1742.0588.0707.0516.139.1081.2043.1692l-.1336.0715c.1583.0419.3162.0451.4623.0094.1078-.0252.2198-.0373.3663.0398l-.6414.065.0163.0347.2555.0465-.1037.0434.1046.1214.19.0276c-.0203.0553-.0347.0947-.0504.1379.0828.0099.2888.1031.2923.1262.0275.1328.0257.1237.1986.1462.1454.0183.296.0597.4447.0916-.1599.0072-.0272.1568-.1242.1905-.1047-.0104-.2509-.0549-.2955-.0263-.1279.0818-.3019.0927-.4821.1064-.2741.0207-.5506.0424-.6725.2325.141.0095.2579.0236.3674.023.2992-.001.5966-.0059.892-.0149.0971-.0087.2002.0176.2951.0752-.1896.0064-.3708-.0214-.4591.0241-.099.0507-.2986-.0246-.3287.0836-.1822-.0632-.4867-.0627-.4932.0052l.2037.0137-.4411.1307.0175.0239.7126-.0275c.0926-.1717.4853-.0195.5896-.186.1157.1807.137.1916.3407.1926.0678.0004.1274-.019.196-.0143.1863.0127.3751.0113.5617.058.1439.0363.2476.0396.3445.0062.3186-.112.7328-.0824 1.0998-.1225.0461-.0048.1084.0165.1597.0176l.1337.0028c-.0087.0028-.0171.0063-.0251.0105-.0556.0326-.0801.0993-.1371.1725l.1841-.0183c.016.1034-.1226.0568-.1571.1197l.0786.0433c-.0013.0326-.0027.0606-.0047.1012l.1808-.0244c-.0018.0105-.0035.0201-.0051.0291l-.1005.0017c-.1945.0023-.4028-.0212-.5943-.0149-.3583.0139-.6986.0648-1.0651.0587-.6391-.0103-1.2591.0139-1.8758.0415-.1788.0082-.3552.0275-.5284.0576-.1185.0201-.2288.0511-.3608.0878l.5001.1631c.0058-.0006.0115-.0012.017-.0022.1882-.0253.3971-.0233.5987-.0301.3791-.0122.756-.026 1.1367-.0329.2101-.0036.4273.0068.6413.0102.0425.0051.0842.0035.124-.0049.1426-.0597.3719.0399.512-.0213.3373.0477.6358.0146.9427-.0012l.0015.006c.032.1264.0339.1318.159.1225.0621-.0048.1149-.0103.1426.0834.0047.0166.0563.038.0986.0652l-.1805.0304c-.1041.0083-.205.0286-.3014.0605.0494.0136.1111.0402.1422.0329.1534-.0384.3186-.0386.4852-.0006-.0506.0021-.1016.0042-.1518.0075-.0502.0034-.1084.0004-.106.0677l.431.1523c-.045.0512-.1776-.0141-.2041.0737l.1774.0635c-.0291.0541-.1239.0479-.0695.1548.0707.0035.1448.0104.2162.0102.0629-.0007.1223-.0131.1864-.0117.0642.0015.1314.0125.2097.0209-.1333.0155-.2743-.0066-.3654.0673.2163.0209.407-.0355.6485.0649-.0335.0299-.0605.0531-.111.0961.1178.001.2396.05.3433.1381.0724.0611.1531.1057.2363.1305s.1668.0293.2446.013c.1591-.0334.3386-.0049.5121.0036.2368.0112.4909.0873.7201.0595.2291-.0278.4762-.009.7166-.0092.0235.0031.047.0085.0704.016l-.0405.0651c.069.0823.069.0823.0416.2199.0369.01.0712.0209.1053.0288.1023.0243.1225.0509.101.1279-.0137.0497-.0245.1009-.0344.1435.0331.0253.0711.0377.1068.0348.0198-.0023.0407.0008.0611.009.0203.0081.0396.0212.0563.0382l-.2326.0751.0174.0284.2367-.0061c-.0271.0219-.0448.0351-.0724.0548l.1851.0972-.0873.0543.1565.2385.3654.1014c.0026.0087.0101.0341.0163.0562l.3194.0333.0082.0163-.1722.0359c.0812.041.1388.0836.19.0932.1265.0241.2658.081.3539-.0065.0345-.0343.118-.0318.1849-.0302.1687.0038.3402.0167.511.0263.0034.0006.0068.002.0099.0042.0024.001.0027.0011-.0017-.0008.004.0349.0075.0655.0106.0966-.2706.0202-.2706.0202-.3062.084.0879.0094.1643.0186.2397.0254.3452.031.6888.0571 1.0355.0941.1144.0124.2403.0637.3552.0783.1844.0236.3636.0301.546.0472.1763.0162.3556.0417.5306.0547.2366.0178.4704.0298.705.0394.0267-.0026.0522-.0096.0758-.0206l-.0117-.0191-.8227-.0873c.1623-.0113.327-.0122.493-.0027.1692.0054.3374.0089.5046.0108.1616.0008.3191-.0067.4845.007l.0152.0332-.1768.0489.0176.0339c.5597.0462 1.101.0444 1.6622.0382-.0247-.0274-.0544-.0481-.086-.0598-.0316-.0118-.0638-.0141-.0931-.0067-.1174.0122-.2566-.0148-.3447-.0647.0366-.0096.0744-.0161.113-.0194.2881-.0022.5774-.0017.866-.0048.1402-.0007.2866.0176.4253.0073.1535-.0115.2958-.0571.4789-.0059.0327.0104.0656.0107.0951.0011.0294-.0097.0541-.029.0715-.0559-.0907-.0095-.1516-.0208-.2082-.0202-.1521-.0002-.3016.0073-.4536.0068-.2588.001-.5183.0001-.7783-.0028-.0414-.0028-.0834-.0132-.1244-.0308-.085-.0333-.1581-.0468-.2031.0078-.007.0102-.0179.0162-.0305.0165-.2151-.0274-.4047.0022-.604.0103-.0668.0027-.1616.0154-.2071-.0214-.1033-.0834-.1457-.0454-.2101-.0274-.037.0102-.0889-.0037-.132-.0014-.0432.0023-.0892.0107-.1338.016-.0314.0058-.0634.0092-.096.0102-.169-.0039-.3393-.0147-.5074-.0182-.1825-.0036-.3623.0006-.5456-.0043-.176-.0045-.3549-.0165-.5325-.025l-.0107-.0287.8644.0168-.007-.0262-.1113-.0379c.1195.0052.2185.0085.3194.015.0538.0084.1073.0135.1604.0153.1083-.0084.2059-.0425.3183-.0365.3427.0167.6862.0411 1.0137.0097.3642-.035.7735.0287 1.1425-.005.1641-.015.3449.0041.5168.0056.1079.001.219.0051.3207-.005.1338-.0127.2861.042.422.0228.173-.0209.3517-.0175.5323.01.2816.0395.519-.0164.7808-.0203.1379-.0018.2701-.0267.4126-.0242.1074.0019.2127-.0018.3209.0007.1665.0059.3344.016.5014.0237.0499.0022.1287.0226.1429-.0013.0262-.0445.0693-.0375.1189-.0335.0909.0066.1812.0127.2704.0129.1968.0029.3917.0003.5892.0045.1631.0038.3296.0163.4929.0205.2418.0059.4793.0002.7235.0142.2148.0116.4373.0451.6549.0639.1671.0147.3332.0261.4973.0312.1721.0053.3373-.0103.5119.0046.2217.0185.4521.0648.6759.0879.1291.0128.2509.0024.3765.0026-.0091-.0135-.0203-.0252-.0329-.0344-.0125-.0092-.0263-.0156-.0402-.0188-.1496-.0088-.2965-.0095-.4473-.0202-.3986-.033-.7999-.0701-1.199-.1004-.1717-.0136-.3392-.0146-.5101-.0259-.3074-.0207-.6157-.0454-.9233-.0671-.0956-.0066-.1899-.0096-.2845-.0131-.1692-.0063-.3379-.0118-.5072-.0175-.0302.0013-.0615-.0044-.092-.0166-.0306-.0123-.0598-.0309-.086-.0547.0879-.0013.1646-.0032.2422-.0032.1911-.0005.3813-.0033.5739.0002.335.0065.6723.0161 1.0074.0207.0628.0002.1201-.0131.1947.0401.0199.0139.0774.0137.0785.0038.0051-.0529.059-.0215.092-.0248.0472-.0004.0938-.0045.1393-.012.149-.0402.3137-.0189.5154.0587.0151-.0667.0964-.0392.175-.0235.0451.0047.0898.006.1338.0039.0349.0019.0922-.0008.1029.0133.0121.0165.028.0291.0453.036.0173.0068.0351.0074.0506.0018.0232-.0033.0449-.0072.0657.0124.0796.0732.1285.0272.188.0317.1097.0085.2155.004.3227.0051.1683.075.3231.0736.4728.0781.1615.0052.3115-.0031.4905.0408.2108.0524.4193.0588.6275.081s.4212.0312.6355.0652c.0918.014.1721.0258.2056-.0246l.2342.0788.0803-.0536c.037.0243.0785.0658.1099.0676.1297.0122.26.0322.3905.0598.1301.0261.2598.0387.3874.0377.2857.0066.5872.056.8831.0888.1365.0153.2759.0391.4093.0454.0835.0039.1643.0053.2489.0136.1036.0099.2067.0528.3078.0656.2723.0386.5443.075.8168.1143.0469.0066.0999.0037.1518.0704-.2283-.0352-.4452-.0686-.6627-.1027l.006.0254.1367.0286-.0611.0334c.1256.0223.224.042.3213.0566.2221.0334.4436.0654.6645.0957.2264.0315.4581.076.6761.087.0951.0101.191.0342.2853.0719.0492.0171.0979.033.1465.0463.0217.009.0437.0181.0653.0291.127.0611.2631.0862.3954.1279.1879.0588.3761.1178.5646.1769.112.0353.2244.0701.3364.109.3461.12.6921.2426 1.0367.3619.1325.0458.2655.0852.3974.1321.1165.0401.2326.0866.3489.1274.0658.0227.1323.04.1982.0582.0406.0108.0832.015.0957.0822-.0173.0023-.0352.0016-.0534-.002-.2234-.0773-.447-.1559-.6705-.2346-.0296-.0103-.073-.0389-.0889-.0306-.0745.0473-.1565-.0034-.2336-.0407-.1333-.0647-.2771-.0721-.403-.1739-.0097-.006-.0202-.0087-.0301-.0078-.2806-.0125-.5583-.1611-.8374-.2436-.0689-.0233-.1385-.037-.2071-.041.0453.0212.0909.0411.1365.0604.0027.0134.0051.0267.0081.0402l.1678.0273c.3273.1267.6583.2252.985.352-.0017.0099-.0005.0213-.0013.0327l-.2694-.051c.1382.1082.8626.3403 1.0773.3539l-.1064-.1106.6297.2037c-.0011.0065.0009.0147.0015.0222l-.1827-.0136c.0004.0085.0009.0166.0011.0247.0489.0167.0981.0371.1485.0494.3265.0771.6565.1777.9785.221.3221.0434.6497.1179.9753.1859.0246.0033.0492.0047.0734.0043-.028-.1088-.1738-.0723-.2012-.2057.1656.0559.3234.0482.4756.1778.0431.0312.0906.0509.138.0572s.0932-.001.1328-.0213c.0111-.0079.0015-.0411.0014-.0657.0909-.0119.1923-.0222.2895-.0389.0766-.0126.1013-.1277.0513-.2486l.1363-.0919-.1018-.0887.0928-.0278-.0617-.1875.0931-.0482c-.0053-.0722-.0106-.1453-.0169-.2375.1483.0507.2904.1012.4318.1463.1112.0391.2231.0716.3352.0973.1786.0357.3558.0646.5332.1553.0988.05.1776.0323.2477-.0168.0487-.0345.1045-.0594.1694-.0931l-.026-.0798c.0666.0111.1265.0257.1834.0292.0523.0031.1142.0859.1626.0115.0155-.0241.1068.0112.164.0181-.03-.1163-.029-.1312.0138-.1787l-.0913-.0787.1907-.0488c-.0066-.0289-.0119-.0527-.0191-.0835l.2055.0831.0089-.0318-.2688-.1545c.0113-.0285.0232-.0594.0373-.0953.0813.0384.1462.0429.1515-.0365.285.0903.5607.1667.8334.2662.5844.2097 1.1678.4303 1.7514.6483.1198.0448.1919.0509.3558.0063-.1995-.1476-.4122-.2644-.631-.3465-.3603-.1382-.7218-.2669-1.0825-.4025-.2333-.0874-.4667-.1781-.7-.2658-.177-.0662-.3544-.13-.5408-.1982-.0349-.0593.0353-.1492-.1119-.1915l.0958-.0215-.0733-.1353c.0378.0013.0761.0074.1144.0181.252.1047.5089.1827.7518.3383.0721.0459.1588.066.2387.087.1524.0414.3051.0668.4565.1154.1018.0327.1859.0584.2114-.0448.3022.1339.5729.3642.9133.4234-.0501-.0329-.0988-.0689-.1459-.1077-.0323-.0297-.1152-.0336-.0813-.1058-.0422-.0228-.086-.0599-.1264-.0664-.1526-.0253-.2864-.1164-.4273-.1859-.0735-.0362-.1491-.0643-.2241-.121.0552.0133.1105.0227.1651.0408.2295.0751.4585.1534.688.2299.0191.0079.0394.0087.0724.0155-.0164-.0758-.0705-.1225-.122-.1552-.1043-.0666-.2135-.1219-.3205-.1823-.1169-.0649-.2331-.1324-.3512-.1918-.0738-.0327-.1483-.0614-.2232-.0861l-.0521-.1596.2583.0161.1889-.1725c-.0014-.0065-.0097-.0402-.0186-.074.1156-.009.1156-.009.118-.1221l.0865-.0118.0023-.0239-.388-.1885c.1743-.0174.3142.1611.4674.1203-.0181-.0261-.0349-.0506-.0529-.0773.0351-.1045.1211-.1275.2399-.1043s.2431.0291.3627.111c.025.0117.0506.0205.0763.026.0935.0349.1874.071.2972.1123l.1027-.1105.0823.1592c.1649.0204.331.0407.497.0617.03-.0007.061.0046.0915.0158.2209.1173.4363.118.6542.1551.0913.0196.1825.0453.2731.0771.1375.0422.2749.0887.4125.1303.0284.003.0564.0017.083-.004-.0557-.0798-.133-.1383-.2161-.1634zm-2.1012-1.3094-.1319.0085c.0218-.0802.0638-.0653.1319-.0085zm-.2592-.0816c-.1241.0181-.1241.0181-.1523-.0742.0595-.0118.11.0029.1523.0742zm-.5755-6.1863c-.1.051-.2063-.035-.3102-.0862zm-2.8753-5.1193.1425.0656c-.0009.0055-.0019.0108-.0028.0164l-.1423-.0655zm-.0099.1365-.1733-.0514c.0623-.0657.107-.0448.1733.0514zm.6176-2.4215-.2712-.0176c.0663-.0709.1621-.0523.271.0188zm-.5085-1.0521c.0005.0168.001.0336.0012.0506l-.1206-.0398c-.0002-.0114-.0001-.023-.0008-.0335zm-2.0624-.0944c-.0244.0445-.0397.073-.0546.1007l-.2038-.1126.0026-.0387zm-.2882-.2568.0153.0243c-.0174.0086-.0359.0151-.0552.0195-.0184.0002-.0371-.0018-.0558-.006l-.0072-.0272c.0354-.0035.0697-.0071.1039-.0108zm-2.1255-3.92581c.0035.01938.0071.03876.0109.05827l-.1698-.02782c-.0029-.01444-.0057-.02888-.0082-.0432zm-3.2432-3.90155c.0503.01063.1041.05751.192.10864-.2001.03392-.3752-.06141-.5515-.08065.0763-.07074.133-.07671.3605-.02793zm-4.3078-1.22672.0052.03531-.1594-.02448c-.0024-.01358-.0047-.02716-.0068-.04062zm-27.5867-1.4509-.0134-.03478.1271-.00819.0145.03921zm-3.2888.71267c.0515-.03962.0748-.07968.1135-.08381.1751-.01876.2288-.00438.3294.07522-.1445-.00369-.2503.0684-.4429.00859zm-.7485 3.44725-.0197-.05692.1401.00915.0147.04224zm.2135-.79738c.0001-.00818.0006-.01625.0016-.02418l.0984-.00585c-.0098.06556-.0492.06111-.0989.03052zm.1686.20505c-.0121-.02601-.0227-.05258-.0318-.07952l.0376-.00128.0327.08489c-.0125-.00054-.0359.00035-.0374-.0036zm.2489.14394c-.0627-.00054-.1289-.00817-.2247-.01549.0554-.07344.112-.10265.1984-.07902.0165.00453.0412.038.0524.06024.0059.00911-.0111.03486-.0249.03476zm.6026.26573-.0143-.05473c.0603.01446.1085-.01556.2158.05985zm.2449-.22688-.0141-.03273c.0543-.01059.0822-.08851.1735-.00416zm.1688-.03695c.0225-.01862.0512-.02743.082-.02513s.0621.01559.0892.03792zm.3765-.01894-.0148-.03933.0984.0031.0095.02484zm-.0592 2.1509c.0129-.10477.0627-.07343.1525.00104zm-3.7315 1.99809c-.0084-.0167-.0165-.0337-.0246-.0506l.0932-.0081c.0055.0116.0114.023.0172.0347zm1.658-.0228c-.1835.0328-.3606.0753-.5369.1191l-.0558-.131c.0791.008.1552.0111.2357.025.0916.0152.1681.0128.1591-.07849l.2448.05929c-.0154.0016-.0318.0037-.047.0064zm.2988-.0473.0048.0176-.0522.0035c-.0168-.0069-.0335-.0147-.0499-.0234l.0013-.02202zm-.121.3026-.0483-.0533c.016-.0016.0321-.0036.0475-.0058l.0961-.0107zm-1.9026 1.7392c-.0039-.007-.0082-.0139-.0127-.0206.0213.0036.0431.0084.0646.0113l.0287.0033zm.1266-1.0371c.0606-.0555.1364-.0614.2291.0179zm2.9974 3.4299.1514.0126.1244.1289c-.0186.0367-.0381.0744-.0505.0988l-.2794-.1421-.0104-.0723c.0219-.0087.043-.0176.0645-.0259zm-.1187.6262c-.0448.0088-.0917.0097-.1394.0028-.0571-.0055-.1166-.0196-.175-.0287-.0411-.0061-.0816-.0094-.1346-.0155.0408-.0543.0686-.0985.1032-.1351.0347-.0367.0739-.0635.1104-.0928.1429.1343.1488.1362.2365.0764-.1631-.1374-.3221-.2095-.47-.1592-.1075.0366-.2084.0839-.3129.125-.0458.0178-.0938.0316-.1406.0477l-.0245-.0397c.1398-.183.3366-.2813.612-.3058-.0141.0542-.0211.0818-.0322.1239l.0953-.0064c.0652-.0041.1398-.0414.1936-.0058.1344.089.2565.0877.3844.1385.07.0291.1403.0497.1919.1272-.1686.0514-.3317.1026-.4981.1475zm1.2078 1.1733-.0443-.0291c.007-.0077.0156-.0135.0253-.017.0015.0002.003.0008.0044.0018.0078.0024.0152.007.0216.0133-.0007.011-.003.0215-.007.031zm-4.6702 4.3435c-.0012-.0074-.0031-.0148-.0047-.0221l.1053.0106-.003.0339zm1.3995-.3273c.0264-.0649.0674-.0754.1456-.0499.022.0072.0467.0171.0748.0311zm-.1099 1.1764c.1004-.0358.206-.0775.3532-.0296.0269.0088.0535.0199.0797.0331zm4.8141-4.1249.0033.0013c.0457.0044.0909.008.1367.0121.0038.0016.0083.0014.0122.0021l.075.0408.0337.0588-.3444-.0228-.0358-.1015zm.202-2.3725c-.005.0109-.0129.0194-.0228.0245-.01.0052-.0216.0069-.0335.0049-.0177-.0034-.0354-.0089-.0528-.0163l-.0056-.0276zm-.1009.4887c-.1096.0888-.1677.0723-.2384-.0742.0811.0181.1493-.0311.2394.076zm-.333 1.9695c-.0432.0029-.0862.0059-.1297.0084-.2247-.0175-.4526-.0422-.678-.0609.2584.0006.5178.0029.777.0046zm-.1475-2.075c.013.0624.0245.1173.0383.1844-.1257-.1335-.1257-.1335-.0383-.1844zm-.3056 1.0818-.2249-.002-.0125-.0204.2201-.014zm-.1954-.0813c-.0665-.0086-.1324-.0113-.1972-.0083-.0557.008-.0986.038-.1717.0683.0031-.0415-.0045-.0848.0079-.0853.116-.0039.2112-.0551.3475-.0111.0048.0119.0098.0233.0135.0361zm1.5785-14.4662-.0013-.04634c.0305.00649.0608.01962.0889.03862.0282.01899.0537.04347.075.07198zm-2.0042 13.6788c-.1156.0087-.2317.0154-.3492.0207-.0687-.0856-.1072-.0429-.1558-.027-.0304.0039-.0619.0028-.0937-.0031l-.0122-.0277c.0523-.0137.1044-.0278.1538-.0405l-.025-.0824c.0994.0351.184.0765.2626.0887.0787.0121.1458-.0035.23-.0073.0027.0189.0038.0377.0034.0562 0 .0052-.0013.01-.0038.014-.0024.0039-.0059.0068-.0101.0084zm.0828-.1676c.1163-.0223.2376.0013.327.0636-.1185.1087-.1185.1087-.327-.0636zm-.3753 2.0285c.0781-.0292.1612-.0461.2475-.0504l.0549.0003-.0358.0037c-.0196.0025-.0251.0301-.0457.0586.0933.0056.1639.0061.2353.0129-.1088.0075-.2149.0198-.3199.0329-.0635.0153-.1306.0193-.199.0118.0206-.0233.0297-.059.0632-.0696zm-.9776.946c.0408-.0016.0817-.0021.1226-.0024.0774.0826.1783.1239.2922.1427l.0057.0073c-.2167-.0386-.4124.0412-.6491-.1371.059-.002.1155-.0051.1719-.0078l.1023.0315zm.2526-.4687c.0181.0384.0373.0818.056.1188-.0928.0639-.2159.0349-.3456-.011.0643-.0608.0684-.1732.2896-.1078zm-.2966.1089c-.0232.0809-.1317.0799-.2589.0973.0053-.0701.0089-.1177.0135-.1791zm-2.9428.0669-.0498-.0512.0713-.0201c.0119.0148.0361.0345.0329.0441s-.0309.0151-.0541.026zm1.4182-.0257c-.0838.0016-.1859-.015-.2495.006-.2198.0695-.5179.0026-.7503.053-.0933.0196-.2145-.0186-.2481-.1416l.2788.0495-.0994-.164c.0555.0177.1114.0288.1667.0332.0956.0105.1792.0174.2531.0988.0165.0097.0343.0145.0513.0137.2024-.013.4094-.0202.6046-.0445.073-.0094.0783-.0221.1669.0067.0191.008.0428.0145.0716.0255-.0468.0618-.1481.0605-.2452.0626zm.4017-.0718c-.0069.0001-.0238-.0186-.0664-.0535l.1366.0418c-.0226.0054-.0459.0089-.0697.0105zm.3519-.002c-.0793-.0759-.1709-.1314-.2663-.1615-.1198-.0348-.2401-.0475-.3558-.0374-.0508-.0021-.1022-.0088-.1536-.0197l-.0134-.0245c.0622-.0204.1267-.0352.1928-.0443.2539-.0151.5076-.0287.7679-.0336.098-.0017.2208-.0177.309.1185-.2457-.0067-.3285.1098-.3948.2202-.0283-.0027-.057-.009-.0853-.0188zm.3985-.0205-.1082.037-.034-.0327.1096-.0357zm-.5644 1.4973c.0013-.0071-.0004-.0158-.0003-.0234.0472.0092.0942.0188.1411.0288.0004.0088.0004.0177.0007.0268zm-.1521 2.1255-.0928-.0883.0342-.0157.1086.0783zm.5091-3.2463-.0054-.0232.117.0122c.0023.0102.0043.02.0063.0302zm-.3545 2.8277c.1006-.0182.1531-.0276.1948-.0142.0416.0133.0774.0567.1444.1436zm.4043.0241c.0908-.0766.0908-.0766.2948-.0479.0441.1496.0055.1562-.2941.0472zm.4257.5862c-.0132-.0054-.0258-.0129-.0376-.0223.0066-.0138.0164-.0251.0286-.0329.005.0021.0267.0145.0452.0241-.0108.0115-.0227.0216-.0355.0304zm1.6871-3.6259c-.1813-.0051-.3774-.0173-.5305.014l-.1931-.0077c-.0214.0008-.0418.0057-.0603.0144-.1119-.0286-.2147-.0919-.3283-.1344.0949-.0667.1652-.1516.3604-.0635.0833-.0509.2283.0113.3374-.0123.1307.0247.2616.0506.3924.0775-.0003.0178-.0003.0361-.0003.056.0902.0106.1345-.0005.1538-.0227.0561.0134.1123.0272.1687.0413-.0944.0311-.1958.0437-.3002.0374zm-.4724 4.4647c.0923-.1012.1168-.1302.206-.1008.0466.0166.0929.0358.1386.0577-.1523.068-.1523.068-.3446.0431zm1.2121-4.992c-.0368-.0231-.0727-.0485-.1075-.0761l.2042.0779c-.031.0013-.0636.0007-.096-.0008zm-1.0008 5.2549.3237-.0405.0249.0378zm.5799-1.5162c-.0175-.0051-.0345-.0139-.05-.0261-.0155-.0121-.0292-.0273-.0402-.0446-.0056-.0182.0418-.0506.0638-.0451.0602.0151.1325.0113.2008.0337.0282.0084.0556.023.0805.043s.0467.0449.064.0731c-.1284-.0116-.2224-.0162-.3189-.034zm.975-3.704-.0572.0127c-.031-.0026-.062-.0049-.095-.0086-.0571-.0059-.1195-.0245-.1767-.0334.1-.0785.1277-.0716.3885-.001-.0203.0118-.0398.0209-.0596.0303zm-.4141 3.6363-.0165-.0211.094.0019.0086.0155zm.2967 2.4155-.0532-.0177c-.1419-.0461-.1469-.0349-.1985.0773-.1217-.0589-.1463-.1218-.1278-.1904l.3189-.027.1569-.1802c.0811.1717-.0092.2542-.0963.338zm.4871-.1404c-.004-.0259.0428-.0655.0699-.0608.0154.0027.0308.0066.0461.0115.099.0322.0832.0946.1033.1594-.11-.0159-.2065-.0192-.2193-.1101zm.7884.0803-.0185-.0309.182.012zm.1798-.0201c-.0066-.0581.0225-.0901.119-.0815.0073.0832.0067.0843-.1201.0823zm.1416-.1896c.072-.0891.1361-.1185.2309-.0874.0553.0202.1092.0486.1601.0845zm1.7255 1.8866.0163.0273-.28-.0046-.0037-.0095zm.0788.2702c-.0549.0411-.0549.0411-.1645.0082zm-1.3288-1.2819-.0301-.0421.1189-.0043.0208.0319zm.1853.2189.179-.0174.0115.0276zm.3612.0245c-.0078-.0116-.0159-.0229-.0254-.0348.0292-.0542.0974-.0434.1753-.018l.014.0058zm.1626-1.1688c-.0419-.0174-.0823-.0325-.1219-.0453-.0874-.0313-.1762-.042-.2603-.0313-.0323.0049-.0823-.0129-.1564-.0258.4212-.0734.5176-.0751 1.0164.1319-.1472.0508-.3153.0408-.4777-.0284zm-.0467 1.8908-.0059-.0147.0552.0057.005.011zm.1552.2373c-.0174-.0235-.0387-.0431-.0623-.0574.091-.0069.1821-.0142.2734-.0207.0287-.0028.0585.0004.0882.0095l-.1463.052.009.01zm.2584.2271-.0154-.0273c.0379-.0084.0758-.0169.1135-.0258l.0204.0364c-.04.0056-.0795.011-.1191.0165zm.0007.1661c.1396-.0445.2933-.0488.4486-.0125.0035.0101.0077.0205.0116.0304zm.8963-2.5017-.0218.0009-.0151-.0268.1263-.0039.0123.0217c-.0345.0003-.0686.0027-.1022.0073zm-.0085-.1212-.0163-.031.2709.0177zm.2894-.0071.2169.0786c-.1392.0253-.1697-.0397-.2174-.0795zm.6184-.0534c.0022-.0127.019-.0209.0422-.0298.0353.0033.0703.006.105.0104.0158.0899.0244.1494.036.2199-.1142-.0663-.2001-.1249-.1832-.2005zm.3134.0043.1244.1067c-.1356-.0062-.1345-.0486-.1243-.1073zm1.1736 3.0413-.2009.0097-.0165-.0317c.0508-.0336.1266-.0217.1978-.0173zm-.0808-.2876c.0287.0118.0579.0209.0871.0269l-.2375.0071-.0181-.0354c.0388-.0475.1039-.0228.1685.0014zm-.303.2362.0194.0257-.0639.0258-.0192-.0249zm.0508-3.0531-.0058.0046-.0493-.0016-.011-.0076zm-.5627-.016c.0427-.0015.0852-.002.1276-.002-.0003.0019.002.0048.0028.0075zm-.3215 3.2749-.0091-.0237.1091.0069.0069.0181zm.2529.0056-.0082-.0147.1893-.0042.0175.0404zm.4331-2.9041-.2916.0055-.0161-.0157c.0478-.0945.2204-.0029.315-.0302.078-.0267.1657-.0259.2528.0022.0262.0087.0522.0195.0777.0323-.1126.0023-.2251.0043-.3378.0059zm.6273 2.9429c-.016.0083-.0346.0112-.0539.0085-.2213-.0061-.4432-.0131-.6995-.0208.2131-.0345.3917-.0644.572-.0916.0422-.0072.0862-.0075.1309-.001l.0076.0032c.0256.0128.0505.0282.0743.0461-.0073.0209-.0181.0396-.0314.0556zm1.4834.855c.0104-.0034.0213-.0056.0325-.0064.0034.0001.0069.0008.0103.002.0065.0027.0132.0055.02.0083-.0005.0028.0013.0065.0017.0097zm.2256.1734c-.005-.0127-.0101-.0251-.0146-.0392l.4414.011c-.0897.1421-.2723.0483-.4268.0282zm.6586-.7175-.0088-.0233c.0429.0026.0858.0052.1291.0093.0048.0091.0091.0185.0127.0281zm4.6638 1.8366c-.1389.0614-.4216.0649-.6782-.0003.132-.0406.5391-.0363.6782.0003zm2.5117-.6642c-.0558-.012-.1115-.0278-.1668-.0472-.0265.0222-.057.0477-.0826.0685-.1837-.0279-.3736-.0919-.4992.0035l-.2703-.0951c.1313-.0327.2702-.0055.4002.0041.054.0036.1193.0364.1336-.026.129.0367.2064-.031.3168-.0298.0647.0048.1298.014.1951.0273.0377.0724.0323.1033-.0283.0941zm.0562-.6608.0069.0201-.1616-.0171-.01-.0204zm-.3084-.033.0134.0244-.1067.026-.0239-.0431zm-.4742-.4207c.0023.0103.0049.0206.0072.0306l-.2656-.05c-.0016-.007-.0035-.0138-.0054-.0209zm-.7958.1193.0024.001c.014.0058.0419.0446.0628.0669l-.0106.0287-.3533-.0841c.105-.0422.2081-.015.2987-.0125zm-.3738.1139.0015.0006c.0078.0048.0152.0105.0222.0169l-.0212.0207-.0278-.0211c.0074-.0074.016-.0134.0254-.0177zm-.0491.5275c.0288-.0179.0812-.0117.125-.0108.3209.0081.6412.0142.9641.0274.2237.009.4512.0286.677.0432.0578.0038.1154.0069.1732.0103l.0197.0441c-.2038.0519-.4886-.0662-.6726.0397l-.1112-.083c-.0169.0408-.0301.0734-.0428.1049l-.2194.0083.0469-.0896c-.0471-.0142-.0944-.0252-.1416-.033-.2026-.0179-.4047-.0372-.6046-.048-.0651.0008-.1286.01-.1891.0272-.0514.0118-.0927.0457-.1476.0415-.2674-.0216-.5376-.0523-.8074-.0816-.0432-.0047-.0922-.0115-.1183-.073.2746.076.5496.0919.8087.0466.0384.0285.0811.0459.1234.0503.0424.0044.0828-.0043.1167-.0252zm.8418.2882-.0566.0096-.0121-.0209c.018-.0042.0357-.0084.0543-.0106.0009-.0016.0096.0133.0145.0213zm-.2695.0647c-.0693-.0076-.1459-.0205-.2185-.0225-.2075-.006-.4117-.0023-.6216-.0149-.0441-.0028-.1061-.0584-.1897-.1071-.0625-.0021-.0625-.0021-.1379.0704-.0134-.0059-.0263-.0138-.0383-.0236-.0096-.0122-.0178-.0256-.0245-.0397l-.2-.0081c.0712-.1203.3727-.0968.6602.0423.0223-.0342-.0068-.1306.1143-.0663-.0031.0176-.0063.0362-.0095.0547.0697.0668.3135-.0431.3894-.1784l.3997.0647c-.0547.0801-.1765.0503-.2971.0377.0626.0863.1855.0824.1737.1902zm-1.9355-.4685c-.0287.0603-.0987.0253-.1591.0118zm.0266-.4466.1725-.0148c.0066.0155.0133.0312.0201.0471l-.1778.0001zm.3408.6557-.116.0128.0136.0196.1207.0395c-.1473.0592-.3217.0092-.5009-.0553.1239-.0662.2828-.0493.4827-.0173zm.8957-.6084-.1719-.0051c.0527-.0325.0527-.0325.172.0045zm-.473-.1965.027.0254-.0647.0219zm-.1295.0333c.0285.0024.0573.0082.0859.0172.0081.0202.0265.0498.0198.0563-.0185.0094-.0411.0097-.063.0007-.0241-.0111-.0475-.025-.0697-.0416.0095-.0113.0138-.0324.027-.0326zm-.0278.0336c.0119.0252.0227.0499.0423.0892l-.1256-.0728zm-.0885.0176c-.0612.0359-.0673.1395-.1954.0919l-.005-.0814c.0328-.0802.1272-.0234.2004-.0105zm-.6141-.0984c.0294.0009.0671.015.0893.0069.045-.0164.0962-.0159.1468.0013.0605.0227.1191.0563.1731.0995-.1319-.0077-.2617-.0092-.3961-.026-.0984-.0167-.1969-.0466-.2934-.0888.0938.0009.1871.0025.2806.0055zm-.137.1013c-.1229.055-.1527.0565-.3525.011zm-.3605.651c-.0619.0432-.0787.0439-.2391-.0254zm-.2622.345-.0719.0033c-.0054-.0109-.0104-.0219-.0156-.033l.0701-.0094zm-.2797-.9808c.0637.0055.1236-.0109.1716-.0471.0535-.0441.1515-.0458.2468-.0698-.0255.0958-.0255.0958-.2571.118l.1674.0563c-.1441.0558-.2976.0643-.4859-.062.0528 0 .1057.0028.1575.0031zm-.1825.7005.234.0004c-.0456.0762-.0456.0762-.2337-.002zm.0115.0711c-.0052.0048-.0105.0099-.016.0146l-.027-.0112c.0013-.0072.0035-.0198.0086-.0187l.0032.0013c.0106.0034.0211.0076.0314.0128zm-.0251-.4124.0148.0251-.0636.017-.019-.0371c.0228-.0028.0456-.0042.068-.0062zm-.0603-.5109.0102.0212-.0558.0043-.01-.0201zm-.0182.21c-.0217.0162-.0432.0441-.054.0379-.0158-.0082-.032-.0149-.0484-.0201-.0787-.0258-.1392-.0015-.2065.0044-.0242 0-.0488-.0023-.0735-.007.2307-.0859.2307-.0859.3826-.0164zm-.1642.3267.0941-.0169c.0116.0814.0116.0814-.0938.0157zm-.2928-.0958-.0887.0441-.0495-.0909.1233.0131c.0045.0108.0095.0215.0151.0325zm-.0003-.4087.0142.0301-.1032.0045-.0134-.0387zm-.4695.3355.0248.0524-.1817.0044-.0187-.0409zm-.413-.3176.038.0128c-.0303.0624-.0695.06-.1328.0231.0023-.0601.0392-.054.0948-.0359zm-.1669.5275c.0231.0077.0451.0188.0659.0274l-.1734-.0203c.0309-.0183.0694-.0209.1075-.0074zm-.0788-.5799.0093.037-.1156-.0308zm.039.121c-.0334.0114-.0608.0195-.0977.0307.0141-.0482.0172-.0592.0553-.0467.0107.0032.0248.0087.0425.0157zm-.1549-.1157c-.023.0062-.048.0068-.0732.0017-.0253-.0052-.0503-.0159-.0736-.0316l-.0014-.0301zm3.1876-20.97899c-.0033.00411-.0074.00713-.0123.00885-.006-.00516-.0119-.00926-.0181-.01485l.0372-.00276c-.0022.00372-.0048.00596-.0068.00876zm-3.4405 21.72109-.0543-.0922.6005.053c.1467.0132.305.0531.42-.0088.0191-.012.0427-.0153.0667-.0095.1112.0433.2228.0886.3332.1385.0779.0363.1276.0321.1522-.0302.0006-.0034-.0226-.0214-.0408-.0382.057-.0095.1119.0269.1655.0618.0672.0438.1321.0881.1964.0435l.117.2307c-.0957-.0099-.1753-.0254-.2472-.0238s-.1291.0199-.2007.016c.0668-.0717.1796-.0772.285-.0944-.1741-.0468-.3409-.1012-.5052-.0774-.1633.031-.3401.0084-.5108-.0653-.0053-.0026-.0107-.0048-.0161-.0067-.0353-.01-.0706-.0127-.1042-.0082-.1197.0129-.2354.0348-.3556.0455-.0404-.0023-.0813-.0094-.122-.0212-.0609-.011-.1188-.0162-.1788-.0308-.06-.0147-.1125-.0358-.1785-.0576.0263-.0733.1087-.0235.1776-.024zm1.3909.3128c.0006.0106-.0116.0178-.0217.0305-.0148-.0158-.0337-.0299-.0337-.0372.0016-.006.0048-.011.0091-.0145.0043-.0036.0096-.0056.0155-.0058l.002.0008c.0072.002.0271.0196.0276.0257zm-.2056-.025-.0728.0217-.021-.0292.0792-.0149zm-1.0448.4611-.1573-.0166-.0015-.0057.1607.0171zm-.3336-.2119c.0792-.0003.158-.005.2381.004.3346.0396.6454.003.9954.0914-.0254.0065-.0519.0099-.079.01-.3813-.0259-.7635-.0537-1.1545-.1054zm.7296.2435.9275.0539c-.3036.0191-.6145.0011-.9275-.0539zm1.1483.1788.0084.0098-.1416.0015-.0069-.0181zm5.3577-.2623c-.1114.0031-.2251.0009-.3375.0023-.0582.0007-.1143.0069-.1726.0062s-.1207-.0071-.2157-.0134c-.0824.0745-.2659.0222-.4175.0271-.3081.0102-.625.0009-.9384-.0003-.6135-.002-1.2267-.0022-1.8411-.0062-.3495-.0027-.699-.0053-1.0526-.019-.3355-.0127-.6762-.0393-1.0146-.0602.0742-.0113.146-.0269.2229-.032.055-.0037.1195.0102.0841-.0576.0731-.0028.1321-.0058.1922-.0064.0297-.0011.0601.0016.0906.0079.1953.048.3637.0155.5486.029.0505.0041.0908-.0256.1174-.0341l.2726.093c.0025-.0437.0038-.069.0059-.1083.036.0077.0897.0042.1113.0264.0787.0788.1401.0619.2017.0507.1441-.0227.286-.0496.4279-.0762.0956-.0183.123-.0096.2314.0839.0071-.077.0457-.0947.121-.0197.0329-.0195.057-.0479.0932-.0485.0362-.0005.0807.029.1181.0438l.0738-.0635c.1226.0268.2238.0685.3012.0619.1596-.0143.3327.0056.4987.0083.1714.0049.3464.0156.5176.0191.0618-.0013.1226-.0077.1818-.0193.0719-.0106.1323-.0385.232.0301.0595.0407.0882-.0015.0938-.0519.0329.0227.0684.0383.1042.046.0359.0076.0713.0072.1042-.0015.1253-.0268.2784-.0096.4231-.0015.1898.0125.3833.0323.5747.0468.0339-.0031.0688-.0015.1041.0048-.0188.0121-.0345.0301-.0579.031zm.4479-1.4946-.0024-.0079.1397.0149.0024.008zm.3037 1.4196c-.0027-.0011-.0125-.0224-.0192-.0345l.0722-.0031.0173.0377c-.0234-.0028-.0454-.0004-.0705-.0028zm.9896-.4705c-.0354.0643-.114.0647-.3375-.0033-.0037-.0114-.0074-.0223-.0114-.0336zm-.6339.1153.0045.0138-.0846-.0086c-.0012-.0035-.0022-.0069-.0036-.0101zm-.1889.346c.0755-.042.1734-.0122.2598-.0071.0633-.0314.1428-.0153.2326.0064-.0662.1029-.2876.1027-.4923.0004zm.6181.0227c-.009-.0077-.0158-.0318-.0107-.0376.0066-.0085.0155-.0144.0259-.0169.0103-.0026.0217-.0017.0328.0025.028.0115.055.0275.08.0475-.0325.0482-.0726.0511-.1279.0042zm.3161-.4655c-.0044-.0088-.0085-.0178-.0126-.0268l.0617.0064.0068.0171zm.1562.0052c.0517-.1168.2144.0318.2857-.0407-.0352.0888-.0612.0919-.2848.0408zm.8399.3753-.1056.0039-.0097-.0233c.036.0007.0718.0007.1079.0011zm-.1404-.4142c.0318-.002.0711-.0172.1107-.0044.0163.0061.0318.0162.0453.0294.0134.0133.0245.0294.0322.0469l-.3075.0125c-.0341-.111.068-.0822.1193-.0844zm-.2571.0149c.0115.0085.0226.0178.0332.0277-.0049.0046-.0104.0146-.0141.0127-.0124-.0067-.0244-.0146-.0358-.0238.0051-.0065.0107-.0124.0169-.0176zm.0561.3881c-.068.0298-.068.0298-.2158-.0234zm-.2204.1534c-.0055-.0122-.0115-.0246-.0172-.037.0593-.0483.1507-.0209.237-.0062l.0137.0299zm.3311-.0162c.0441-.0732.1471-.0025.2272-.015-.0798.0364-.1029.0374-.2269.0131zm.4302-.4513c-.0276-.0115-.0548-.0228-.082-.0361l.0083-.0483.0878.0481zm8.2518.6364c.1096.0273.2195.0581.3298.0907-.0456.0474-.0994.0658-.1997.0009-.0039-.0025-.0081-.0042-.0123-.0051-.0134-.0056-.0302-.0066-.0308-.0035-.0146.0645-.0563.0316-.0854-.0143-.0218-.0343-.0188-.0569-.0016-.0687zm-.1563.0316c-.0495.0481-.1143.0287-.1851-.0196zm-.408-.1222c.0066.0114.0204.0258.0188.0334-.0023.0053-.0058.0097-.0102.0127-.0045.003-.0098.0045-.0154.0045-.0225-.0065-.0447-.0158-.0663-.0275zm-.1182.0119c-.0143.0697-.077.0489-.1346.0296-.0126-.0052-.0256-.0083-.0376-.0116-.0184-.0053-.0366-.012-.0546-.0201-.0138-.0057-.0293-.0121-.0416-.0173-.0153-.006-.0308-.0085-.0457-.0073s-.0288.0061-.0407.0142c-.015.0107-.0744-.0239-.1134-.0378.0899-.0529.3547-.0091.4682.0503zm-.4953-.4877c-.0006.0034.0018.0077.0029.0118l-.0925-.0096-.0586-.0244.0007-.0043zm-1.0163.2043c.1337.0224.2676.0423.4031.076.1141.0286.2177.0434.283-.0014l.2678.1385c-.0139.0112-.0218.0278-.0361.0268-.1702-.0114-.3414-.0242-.5119-.0393-.0482-.0042-.0944.0009-.1487-.0482-.0093-.0076-.0196-.0131-.0302-.0159-.0293-.0084-.0587-.0116-.087-.0093-.066.0057-.1262.0248-.1928-.0636-.0031-.0039-.0319.0024-.0505.0046-.0222-.0819.0398-.0787.1033-.0682zm-1.0196-.43c.1545.0343.309.0681.4634.1014-.008.0053-.0179.0072-.0282.0051-.2221-.0687-.3995-.0367-.5666.0063l-.1999-.1282zm-.4064.0864c-.0498.0062-.0882.0449-.2008-.0414l.1899.0103zm-.1207-.1497c.0021.0092.0041.018.0059.027l-.0684-.0218-.0021-.0118zm-.4482-.0423.045.0047c-.0182.0545-.0501.0482-.0871.0222.0174-.0025.0323-.012.0421-.0269zm-.5917.0747.0024.001c.0048.0074.0091.015.0129.023l-.0264-.0031c-.0011-.0074-.0012-.0147-.0004-.0217.0034-.0008.007-.0006.0106.0005zm-.0996.2717-.068-.0641c.0049-.0033.0099-.0102.0179-.0108.1122-.0084.2296.0113.344.0577.0391.0173.0798.0208.116.0101.0611-.0313.1401-.0048.2121-.002.1118.0043.2389.0535.3389.0221.2285.0791.4155.0102.6394.0721l.0126.0052c.0111.0045.0225.0067.0335.0063.1694-.0347.3639.0103.5548.0436.0668.0115.1342.0249.1996.0319.045.0048.0811.0065.0746.0642l.1007.0242c-.045.0162-.0927.0257-.1422.0282-.0395-.0019-.0885-.0332-.1507-.0584-.0682.0125-.1382.0188-.2094.0191-.1447-.0077-.2946-.0312-.4411-.0434-.1041-.0101-.2052-.005-.3115-.0154-.3742-.0341-.7513-.0801-1.1234-.1067-.3924-.0305-.7808-.0447-1.1702-.0636-.1299-.0062-.2563-.0037-.3854-.0076-.0349-.0053-.0699-.0135-.1047-.0247.0522-.1019.1416-.1265.271-.0989-.0027.0158-.0025.0321-.0039.0571.1117.0332.2233.0276.3188-.0161.0764-.0296.1237-.0812.2348.0283.0171.0171.0736.019.0999.0107.0738-.0234.1569-.0098.2459.0077.099.0132.1974.0208.2951.0228zm-.977-.4506.1665.0434c-.0001.0129.0004.0264.0007.0394l-.1667-.059zm.3477.06c-.0019-.0038.0082-.0092.0128-.0139.0106.0097.0206.0202.03.0314.0021.0008-.0082.0092-.0159.0173-.0101-.0109-.0194-.0227-.0278-.0352zm4.5749-24.28799.0269.04964-.1605.04308c.038-.08836.089-.08206.1327-.09309zm-5.1961 23.66769c.0013.0108.0029.0214.0042.0322l-.1081-.0237-.0041-.0199zm-1.1713-.0425c-.0427.0648-.1322.0227-.1988.0321l-.0193-.0411zm-.7389.9047-.0052-.0191.1271.0137.0052.0188zm.3034-.6745c.0336-.0086.0699-.0086.1065-.0001.0345.0113.0748.0394.159.0992-.0995.0505-.0981.0497-.1861-.0442-.0252-.022-.0523-.0407-.0806-.0554zm.1401.248.1607.017.0038.0089-.158.0053c-.0034-.0114-.0054-.0212-.0077-.0317zm-.0454.4424-.0081-.0236.161.0171c.001.0031.0023.006.0038.0089zm.2949-.6435c-.0265-.009-.0525-.021-.0777-.0359l.0093-.0426c.1257-.0005.2471-.0067.3737-.0012.2892.0121.5799.0291.8715.0472.0354.0035.0713.0154.1051.035.1117.0644.1216.0668.1731.0056.0685-.0813.158-.0885.2826.0008.0722.0496.1518.0773.2293.0797l.0787.0082c.0551.0229.1093.0454.1627.0656-.0405-.0022-.0805-.0036-.1213-.0073-.3894-.0315-.782-.0737-1.1692-.0983-.1684-.0106-.3387-.0197-.4887.0191-.1292.0315-.2874-.0472-.4312-.0768zm.9319.7465c-.0198.0113-.0391.0229-.0587.0343l-.0261-.0308.0672-.0248zm-.6785.2692-.0227-.0191c.0064-.0035.0134-.0059.0207-.0073.0042.0021.0082.005.0117.0085-.0036.006-.0076.0116-.012.0169zm.1012.0088-.0051-.0193.0612.0092.0047.0165zm.0164-.1812c.0057-.0039.0129-.0129.0171-.0115.0106.0071.0205.0156.0295.0253-.0076.0024-.0152.0082-.0236.006-.0085-.0021-.0173-.0147-.0252-.0217zm-.2506-.5903c-.004-.0113-.0078-.0225-.0114-.0339.143-.0149.3033.0206.4639.0601zm.5026.3747.128.0048.0088.0272-.1311-.014zm.3883.4436c-.0126-.0069-.0247-.0148-.0364-.0238-.0021-.0008.0033-.0194.0075-.018l.0032.0013c.0117.0047.0232.0102.0345.0167-.0057.0075-.0082.0145-.0109.021zm.2246-.1577c-.0969.0009-.186.0222-.2852.0142-.0991-.0081-.2105-.0322-.3428-.054.1452-.0723.3231-.0136.4719-.0198.1359-.0079.2761.0072.416.0446.0174.0052.0346.0124.0513.0213-.0916.0625-.2156-.01-.3132-.0091zm1.7427.3493.0717-.0621.0282.031c-.0091.0383-.0535.0348-.0999.0311zm4.5572.309c-.2169-.0262-.4336-.0519-.6515-.0815-.0817-.011-.1665-.036-.2481-.0457-.0614-.0086-.1182-.0054-.1795-.0083.009.0309.0153.0528.0223.0756l-.2205-.0237.0557-.0329c-.0146-.0178-.0307-.0341-.0478-.0487-.0174-.0073-.0352-.0105-.0524-.0096s-.0333.006-.0472.015c-.0367.0159-.0734.0318-.1329-.0158-.073.0167-.1464.032-.218.0503-.0454.0117-.0167.0962-.0918.0799.0011-.0658-.0046-.1345.1081-.1431-.0294-.0113-.0593-.0161-.0881-.0142s-.0558.0105-.0794.0252c-.0495.0248-.0925.0517-.1734.0035.0024-.0136.0054-.0309.0059-.0466-.0914.0035-.1801.0114-.2727.0094-.0573-.001-.1188.0017-.182-.0578-.0108-.0079-.0228-.0129-.0348-.0144-.0088-.0022-.0175-.0052-.0261-.0089-.0433-.0189-.0883-.0192-.1255-.0011-.0235.0106-.0499.0146-.0772.0118-.0273-.0027-.055-.0122-.0809-.0277-.0804-.0471-.1866-.0269-.2793-.0197l.0776.0323c-.0404.0007-.0818-.0043-.1231-.0147-.1244-.0525-.2532-.0615-.3672-.0256-.0561.0202-.1188.0226-.1821.007s-.1251-.0486-.1794-.0959c-.0277-.0202-.0588-.0312-.0888-.0316-.1567-.0021-.3127.0027-.4709-.002-.0551-.0046-.1105-.0135-.166-.0266-.0075-.0022-.015-.0053-.0222-.0092-.0106-.0044-.0206-.0086-.0228-.0065-.0474.0523-.1146.0233-.1821-.0061-.0236-.0108-.0475-.02-.0715-.0277-.0243-.0068-.0642-.0121-.0693-.0006-.0437.0956-.1645.0427-.2604.0357-.0262-.0008-.0531-.0068-.0792-.0177l.2052-.0042-.0118-.0281c-.1343-.0008-.3004-.0788-.4144.035l-.1273-.1192-.1434.0173c.0203-.0304.0253-.0591.0416-.059.1012-.0001.1934-.0118.3124.0231.1258.0367.2479.0194.3726.0248.2809.011.5624.0182.8425.0335.1147.0069.2369.0358.3552.0531.0295.0073.0589.0083.0865.0028.0633-.0247.1275-.0103.2056.0407.0847.0551.1547.0371.2169.0172.0406-.013.0574-.0319.1283.0122.0567.0355.1407.0094.2135.0135.0491 0 .0991.0062.1491.0185.0803.0244.1519.0446.2202.0182.0384-.0145.1094.016.1652.0242.1532.0223.2996.0201.4646.0817.0781.0295.1576.0112.2383.0222.5129.0701 1.0263.1417 1.5401.2149.1261.0193.2531.0369.3799.0558l.0082.0289c-.039-.0036-.0822-.0043-.1245-.0089zm.1734-.1933-.1089-.026.1129.0207c-.0012.0025-.0027.0047-.0043.0069zm.069.0983-.025-.0153c.0035-.0055.0049-.0156.0106-.0155l.0029.0012c.0075.0036.0147.0082.0215.0136zm.1542.0164-.0167-.0069.0177.005c-.0008.0009-.0014.002-.0018.0032zm.2689.0056c.0128-.0009.026.0008.0391.005.0099.0032.0197.0072.0293.0122zm3.7119-20.57027c-.0013-.00852-.0024-.01691-.0038-.02512l.1195.01217.0052.03897zm-3.2126 20.69627c-.0169-.0037-.0343-.0086-.0512-.0127l.0694.0133c-.0004.0011-.0006.0024-.0007.0037zm3.6055-20.6013c.0605-.04616.1303-.02675.2031.01377zm-3.3216 20.6728-.0044-.0253.128.0246.0043.035zm3.5364-20.6578c.0601-.07682.1431.01203.2165.03228l.0025.03422zm.417.32353c.0852-.06405.1641-.02461.2289-.0302l.0159.057zm1.1033-.4998c.0112.01723.0175.02585.0171.02634-.0423.02517-.0892.02193-.142-.04844zm-.0631.22082c-.0007.00371-.0291-.0005-.0447-.00134-.0044-.0287-.0085-.05791-.0129-.08662l.0474.00744c.0053.02709.0086.05419.0098.08101zm-.244.01762c.0912-.01149.1799.02937.2937.11747-.1134-.00734-.1898-.01027-.2674-.01962-.0166-.00193-.054-.03241-.0537-.04125-.0003-.022.0096-.0537.027-.0561zm-3.7831 21.02893c.0129-.0144.0302-.0233.0497-.0255.0423.0153.0843.0301.1268.0441zm3.3053-18.861c.0634-.0668.1062-.0922.187.0233zm.1388 20.1953.0038-.0382.3046.1077c-.002.0114-.0022.0233-.0036.035zm5.2028-12.9174c.0447-.0295.1591.0224.242.0372l.1219.0215-.1166-.139c.3546.0711.6586.2075.9439.4298-.0021.0124-.0043.0251-.0045.0386-.0676-.0248-.1353-.0476-.2026-.0742-.1546-.0613-.3085-.1283-.4632-.1856-.0891-.0364-.1807-.0466-.2653-.0297-.0845.0169-.1588.0604-.2151.1258.1435.0782.1514.0779.244-.0445.0622.0378.1303.0744.1937.1183.0634.044.127.0973.2114.1629-.0624-.0024-.1097-.0052-.1562-.0049-.0144-.0001-.0284.0004-.0426.0008-.1612-.0773-.3221-.1551-.4828-.2338-.1041-.0516-.2086-.1013-.3129-.15.1055-.0141.2172-.0135.3048-.0726zm-.0796-1.7516c.0718.0879.0718.0879.3262.186-.0744.0108-.1153.031-.157.0196-.0701-.0198-.1405-.0686-.2107-.0875-.0668-.0133-.1333-.0204-.199-.0211l-.0138-.0346zm-.0568 1.2217c-.1516.0132-.1719.0021-.2967-.1731.1114.0659.2015.1186.2966.1737zm-.1726-.7957-.1631-.0506c.0758-.0149.0758-.0149.1631.0506zm-.1919.9151c-.0145.0314-.0212.0463-.037.0815l.261.1054.0319.0763c-.0845.0362-.1651.07-.2563.1087l-.1233-.1149c.0246-.0405.0444-.0751.0794-.1298l-.2994-.1122c-.0023-.0103-.005-.0203-.0073-.0302zm-.2378-.9501c-.0585.0311-.1253.0451-.1954.041s-.1416-.0263-.2089-.0648c.1359-.0861.2466-.0796.4044.0235zm-.8301.2575c0 .0126-.0002.0248-.0005.0373l-.184-.0493c.0031-.0176.0044-.036.0068-.0539zm-2.4958 13.1282-.1052-.0221-.0016-.0272.1055.024zm1.8968-13.985c.1535-.0334.2988.027.4559.1828-.0956.0455-.1456.1458-.3234.0533.0704-.0291.1622-.0297.0826-.1537-.0689.0002-.1444.001-.2221.0019-.0482-.0466-.0408-.0747.007-.0843zm-2.1712 13.8753c-.029.0139-.0621.0183-.0964.0129-.0342-.0055-.0683-.0206-.099-.044.0246-.0873-.0894-.0876-.1259-.1794zm-.5626.3452c-.1399.0261-.1399.0261-.2405-.0263.0494-.0942.1283-.022.2399.0261zm-.1176-.6654c-.0946.0163-.198-.0067-.2922-.065.1037-.0488.1981.0173.2916.0648zm-.3568.0122-.0862-.1114c.0885.0059.1113.0429.0856.1112zm-.1464.4035-.2626-.0631.0362-.0131.0029.0012.0001-.0009c.0733-.0257.0913-.0135.2226.0769zm1.8952-13.2894.251.0728c-.0838.0627-.1728.0055-.2604-.0273zm-2.4852 13.2063c.0483.0014.0978.0143.1452.0378l.0058.0024c.0585.0631.0799.0664.2186.0836.005.0008.0099.0027.0144.0056.0046.003.0088.0069.0122.0114.0397.0663.0774.0358.1198.0342.095-.0043.1922-.0073.3003.1033-.0604-.0049-.1142.0079-.1447-.0154-.0652-.05-.1028-.0427-.1481-.0121-.0213.0085-.0458.0087-.0701.0003-.0918-.0268-.184-.0549-.2793-.0829l.1769.0304.0038-.0415c-.0701-.0129-.1399-.025-.2094-.0353-.0631-.0093-.1256-.0151-.1879-.0201l-.0206-.0062c.0249-.0401.0434-.0672.0631-.0955zm-.3904-.0349c-.0132.0095-.0296.0136-.0469.0118s-.0347-.0094-.05-.0219zm-.5196.1084c.0608.0084.1213.0133.1813.0146.1324.0352.2647.0802.3974.1284.0627.0227.1267.0281.1897.049.1067.0351.2125.0807.3193.1135.257.0779.5141.1496.7711.227.0597.0181.1314.0778.1719.0671.1252-.0336.2242.0729.3337.1188.0355.0147.0699.0446.1037.0521.0423.006.0842.0073.125.0038.0145.0001.0286-.0017.0416-.0026l.0537.0764c.0565.0009.1136.0068.171.0177.1522.0426.3042.0932.4559.1387.0927.0273.1117.0372.205.1585-1.1867-.3377-2.3539-.7356-3.5203-1.163zm3.9485.8751c-.0773-.0378-.155-.095-.238-.0767-.091.0195-.1871-.0082-.2837-.054-.0967-.0458-.189-.0676-.2752-.0308l.1124.0995-.2254-.0715c.0047-.0468.0083-.0841.0118-.1182.0609-.0164.117-.0316.1811-.0483.0433.0962.1015.0869.1669.072.0569-.0125.1329-.0413.1776-.0131.1331.0838.2626.0872.3929.1199.1241.031.2503.046.3497.1828-.1183.0248-.2482.0036-.3703-.0604zm.802.0965.1868.0567c-.0594.04-.1239.0334-.1871-.0555zm.6894-2.9183.004-.0232.1342.0521-.004.0232zm.2159-.2505c.0538.0014.0822.0009.1108.0045 0 0 .0142.0335.0089.0389-.0282.0324-.0596.0193-.1199-.0422zm2.8378-3.5781c-.0011.0062-.0021.012-.0008.0192l-.1133-.0298c.0016-.009.0032-.0183.0047-.0272zm-.2832-1.3749.1252.0915c-.0054.0096-.0108.019-.016.0288l-.1277-.0862c.0063-.011.0123-.0218.0183-.0329zm-.9137-.4571c.1985.0964.1991.0944.2518.1637-.1804-.0464-.3544-.0647-.521-.2092.0921-.04.1789.0027.269.0468zm-1.193 5.7869c-.0137-.0528-.0242-.0939-.0357-.1399.1139.0444.1153.0506.0346.1408zm-.239 2.3c.1108.0063.2037.0847.303.1386-.2161-.0182-.2693-.043-.3041-.1377zm.895-6.6781c-.002-.0141-.0043-.028-.0065-.0422.0341.0043.0685.0092.1022.012.1736.0154.3432.1207.5196.152.1437.0249.2932.0939.4394.1023-.3491.0201-.7026-.1063-1.0558-.2232zm.9937-1.0008c-.0655-.0122-.1138-.0562-.164-.096.0044-.0087.0092-.0178.0141-.0272l.1545.1126c.024.0077.0481.0125.072.0143.0175-.0865.0839-.0451.1373-.0142.0523.0337.1031.0711.152.1119-.1315.0014-.2516-.0144-.367-.1005zm.4602 1.2831c-.0559.0762-.0873.0725-.2369-.0322zm.0045.2061c-.1048.0228-.1048.0228-.1744-.0562zm-.6137 4.3967c-.0811.0038-.1638.0192-.2488-.0762.2115-.0547.2885-.0439.4704.0629-.082.0057-.1521.0111-.2227.0142zm1.4652-4.2583c.0624.0024.111.0445.1449.1206l-.1565-.0807zm-1.052 6.0769-.0967-.0491c.0015-.0087.0047-.0163.0071-.0249l.0973.0497zm.1817-1.5896c.0976-.0373.0976-.0373.1497.0553zm1.2702-3.7596c-.1599-.0615-.3205-.117-.5144-.1873.0545-.0228.0845-.0455.1213-.0491.1624-.0161.333.0721.4981.1109.033.0074.0676.0539.11.0905-.0261.028-.0599.0461-.0979.0524-.0381.0062-.079.0005-.1185-.0167zm1.8522.5002c.0389.0148.0786.0219.117.0208.0696-.0026.1363-.014.2151-.0228.0026.0552.0046.0892.0063.1211l.1489.0469c-.0187.0732-.0653.0651-.1209.0413-.0653-.0271-.131-.0544-.1966-.0817-.1809-.0728-.3622-.1449-.5432-.2188-.0235-.0127-.0461-.028-.0675-.0456l.0087-.0336c.043.0143.0865.0261.1293.0438.0999.0435.2002.0902.303.1299zm-1.2747-.4174.1058-.0068.0443.1358-.1581-.1028zm-.2291-.1679c.079.014.1304.0542.1541.1387-.1598.0029-.1814-.0174-.1555-.1379zm-.7178 4.327c-.0094.002-.05-.0341-.0498-.046-.0002-.0239.0176-.0434.0344-.0769.0317.0364.0679.0634.0677.0809s-.0308.0376-.0536.0427zm.2554-1.7262c.0447-.0912.1237-.0434.2378.0037-.0325.0234-.0717.0354-.1137.0349s-.0853-.0135-.1255-.0378zm.5561-2.0942c.0728-.0921.1698-.0372.2778.012-.0845.074-.1797.0251-.2792-.0113zm-.2014 4.0829c-.0431-.0282-.0854-.067-.1299-.0822-.1203-.0417-.1775-.1159-.1809-.2662.0685.104.1654.1823.2711.2191.0796.0318.0796.0444.0383.13zm.7836-4.2972-.324-.3085c.1193-.027.5891.1404.771.2873-.1792-.0665-.3474-.0983-.4478.0222zm-.3696 3.5321c.1089-.0211.1089-.0211.1922.0984z'/%3E%3Cpath d='m106.211 8.35694c-.159.0331-.318.05734-.471.15272-.023.01003-.046.016-.068.01757-.34.06274-.68.12278-1.019.18771-.443.08449-.886.17284-1.329.26016-.123.02435-.247.05099-.375.07743.032.07847.123.04697.203.03112.2-.03968.399-.08375.596-.1168.095-.01565.187-.00927.281-.01567.038-.00424.077-.01083.115-.01972.034-.00567.074-.0234.1-.01702.125.03062.263-.01188.398-.03714.363-.06726.727-.139 1.09-.20564.088-.01602.174-.01964.262-.02952-.008.09808-.073.11142-.136.12493-.142.03075-.285.05837-.427.09078-.052.01205-.115.00712-.165.08711l.344-.03024-.055.15655c-.074.05394-.149.04676-.209-.02028-.1.10972-.205.13477-.323.13536-.066.00113-.135.01758-.201.04809-.135.06404-.231.05726-.307-.02064-.03-.02903-.065-.05156-.105-.06662-.018-.00435-.037-.00491-.056-.00166-.02.00324-.04.01024-.058.02058l.184.0716-.01.03086-.536.13804c.01.05111.019.09321.031.1503.341-.07159.676-.15402 1.008-.20827.323-.0502.643-.0797.959-.08832l-.778.18788c.03.01731.047.04039.07.03878.066-.00353.135-.01357.203-.03001.144-.03663.218.00599.243.1282-.145.03621-.286.07156-.427.10619-.077.01907-.149.04155-.191.12016-.031.05951-.089.07344-.148.08765-.1.02454-.199.0519-.34.08872.144.08532.273.11102.412.08392.044.0306.091.0573.14.0797.103.0335.099.1402-.012.2189-.069.0487-.132.1092-.205.1482-.102.0549-.219.1019-.306.0522-.219-.1249-.474-.0515-.747.0656-.08.034-.166.0399-.25.0566-.067.0133-.131.0215-.196.0322-.004.0133-.008.0263-.012.0393l.342.013-.004.0216-.241.0802c-.002.0109-.005.0219-.008.0341.102.0102.206.0144.311.0126.145-.0107.293-.0382.439-.0572.222-.0312.435-.0077.621.0684.055.0282.107.0613.155.0987-.073.1023-.134.0468-.182.0637.021.0709.043.1403.059.2004l-.184.1786c-.124-.0075-.265-.0175-.408-.0238-.038-.0022-.077.0003-.116.0077-.437.0906-.875.1823-1.314.2751.014.1817.039.191.219.1386.148-.0436.298-.0802.444-.11.341-.0687.681-.1332 1.022-.2007.176-.0346.176-.0363.237.0927.013.0281.022.0573.033.086-.074.0884-.161.1651-.257.2256s-.2.1035-.304.1264c-.603.1499-1.207.3131-1.81.4757-.136.0368-.272.0917-.426.145-.019-.033-.041-.0692-.063-.106-.048-.0834-.076-.0695-.177.0285-.068.0653-.166.1129-.255.1576-.074.0383-.155.063-.237.117.049-.0022.097-.0019.144.0008.072.008.088.0647.026.118-.073.0621-.161.14-.241.1593-.17.0409-.221.1609-.325.2648.097.0298.178-.0355.257-.0614.088-.0289.173-.0625.21.0215-.084.0937-.194.124-.301.1582-.043.0116-.085.0368-.118.0716-.034.0348-.056.0771-.065.1202l-.29.1437c0 .0066.001.0135.001.0204l.27-.0373c-.012.0546-.022.1023-.034.1564l-.339.0697-.005.0317.397-.0471c-.101.0761-.221.0332-.278.1436.011.0253.034.0514.031.082s-.032.0706-.055.118c-.226.0943-.467.1801-.7131.2068-.1289.0142-.2594.0354-.3898.0615-.1026.0204-.2008.0514-.2756.153-.0339.0464-.1027.0855-.1605.116-.1772.0929-.3582.1806-.5356.27-.0163.0064-.0318.0164-.0449.0292-.0217.028-.0474.0532-.0758.0745l.0697.002c.0386.0068.0755.0172.1104.0313-.0966.0592-.2033.087-.3016.0786l-.0971-.0033-.0466.0179c-.1517.0602-.3053.1129-.4598.1678l.0361.0018c.1069.0054.214.022.3209.0329-.0019.089-.0817.088-.1585.0855-.1725-.0046-.3451-.0121-.5175-.0148-.0384.0148-.0761.0327-.1129.0535l.3357.0416-.0052.0127c.8244-.1365 1.6493-.2752 2.4727-.4061.47-.0748.937-.1326 1.404-.1953.167-.0224.215.0088.247.1461l.549-.087-.074.0872.407.0193c-.006.0909-.043.1378-.14.1528-.074.0121-.148.029-.222.0508-.017.005-.033.0316-.05.0496.038.0049.092-.0019.107.0185.039.0523.105.0572.176.0586.163.0028.182.04.091.1807-.012.0186-.027.0368-.039.0517.138.1602.21.3721.208.6066l-.726.2933.637.0121-.005.0397c-.063.0239-.127.0427-.19.0563-.063.007-.128.0273-.188.0596-.061.0323-.117.0758-.165.1276l.161.0742c-.21.1447-.21.1424-.359.1698-.079.0151-.159.0393-.239.06-.152.0401-.304.0808-.436.116.102.0502.102.0502.274.0247.024.0859-.035.1472-.127.2068-.057.0369-.115.0713-.173.1032.1-.0135.196-.0023.294-.0037.05-.0012.116.0132.15-.0099.18-.1229.354-.1078.531-.1444.117-.0244.187-.0068.208.0962-.182.046-.178.1805-.25.2857-.079.0211-.153.0452-.227.0605-.173.0385-.346.0752-.519.1101-.047.0117-.094.0174-.139.017-.318-.0184-.658.083-.991.1438-.116.0213-.2343.0537-.3973.0916.1572.0686.3083.0114.4493-.0155.12-.0233.248-.0734.359-.0742.284-.0012.577-.0566.87-.1068.097-.0164.197-.0289.267.0224-.156.1854-.384.1994-.569.2825-.172.0765-.374.0578-.562.0812-.004.0103-.007.0207-.011.0309l.485.0145c-.065.0409-.136.0679-.206.079-.333.0627-.665.1178-1.001.1889-.2943.062-.5903.1335-.8853.2146-.2818.0768-.5635.1722-.8454.2586-.0798.0236-.1619.044-.2115.1439.2164-.0019.4201.0008.647-.0975.1266-.0547.2529-.0987.3548-.0365.0736.0453.2143.037.301-.0251.1566-.1101.3017-.1443.4479-.1039.032.0119.0689.0136.1066.005.2279-.0795.3699-.0295.4549.1013.256-.0118.522-.2133.804-.1583-.243.0806-.445.1651-.644.2096-.208.0466-.309.1572-.417.3044-.0778.1043-.0298.1658-.0175.2512-.2387.0156-.4549.0792-.6457.2-.0021.1284-.1494.1693-.2251.2508-.1875-.0123-.3719-.0303-.5859.0772.0166.0421.0312.0799.0509.1306l-.5353.1352c.0984.0141.2.0191.3037.015.101.0021.2188-.0327.3238.0247-.0833.0221-.136.0402-.1878.0491-.3267.0646-.642.0677-.9731.1524-.1687.0431-.3097.042-.412-.0683-.1085-.1164-.3114-.0814-.5207.0497l.1351.0917-.2072.134c-.0198-.0351-.0312-.0508-.0381-.0686-.0557-.147-.0858-.1509-.2842-.0265-.0737.0463-.1363.0559-.1707.0076-.054-.076-.1475-.0953-.2609-.0918-.0127.0035-.0253.0088-.0373.0158.0114.0253.0231.0503.0349.0765-.0988.0579-.1516.0157-.2164-.0028-.1546-.045-.2483-.0176-.401.1117l-.0762.0637c-.1087.0082-.2049-.0477-.345.0822.0561.0042.0896.0083.125.0093.0354.0011.093-.0127.0975.0003.0227.0632.0908.0457.1559.0389.2673-.0276.5433-.0701.8061-.0785.2036-.0068.4645-.0957.5436.0856.0943-.0237.1866-.0675.2468-.0569.0857.0143.174-.0655.2274-.0512.0972.0262.1202-.0751.2239-.0997.0257.0234.056.0416.0899.0539.0659.0208.1379.0286.2127.0231.2107-.0284.4242-.0707.6361-.1052.0321-.0019.0635-.0004.0938.0042l-.0064.031-.3699.1035c.0563.0945.1372.1533.2913.1298.0393-.0059.0761.0008.1149-.002.4409-.0252.8833-.0547 1.3228-.0753.1126-.0028.222.0078.3259.0315.0341.0074.041.0607.0705.1107l.1259.0268-.01.0267-.1709.0573.1379.0493c-.1059.029-.2057.0512-.1974-.0694-.2743.0273-.5422.0512-.812.0802-.2824.0317-.5669.0735-.8495.1031-.4827.0499-.9634.093-1.4456.1412-.0053.0016-.0141.0157-.0244.0273l.1971.0727c-.0033.0115-.0069.0228-.0102.035-.19.0456-.3805.0951-.5702.1365-.0995.0211-.2079.0454-.2914.0324l-.4365.1609c.2583-.0006.5376-.0595.8048-.0822.1626-.0136.3173.002.4798-.0121.5749-.0485 1.152-.105 1.7272-.1542.0897-.008.1772-.0039.2601.0122.1943.04.387.0454.6095-.1417.2502.1234.5767.0815.8887.0682.052-.0021.104-.005.154-.0033.038.0047.075.012.111.0218-.161.0538-.288.1022-.416.1366-.099.0267-.1992.0347-.2988.0545-.079.016-.1733.0193-.2351.0618-.1424.0963-.2686.2128-.4043.3231.0117.0115.0212.0251.0282.0403.0063.0298.01.0608.011.0925-.1053.0238-.2012.0594-.2844.062-.4223.0075-.8404.0052-1.2616.0083-.0494.0006-.1154-.0058-.1515.0186-.1027.0702-.1711.0729-.2476.0297-.0297-.0171-.1011-.0659-.1452.0429-.0241.013-.0499.0198-.0744.0194-.098-.003-.2172.0463-.2926-.0113-.0201-.0068-.0441-.0047-.0669.006-.132.0691-.254.0646-.3746.0676-.3982.01-.794.0146-1.1913.0227-.0642.0014-.1314.012-.1969.0179l-.0177.0442.4128.0633c-.2473.0651-.4625.0194-.733.1063l.1328.0755-.0792.0748-.0905-.0563-.2241.1205.3263.0581.1513-.1031c.167.0235.3046.0613.3475.2074.126-.1305-.0272-.143-.0324-.2172.2344-.0388.4622-.0272.6678.034.0633-.0085.1402-.0357.1876-.0219.0881.0263.1583.0768.2474.1226-.2104.089-.4088.0333-.6075.1418l.4235.0693c.0612-.0934.1647-.1003.2767-.09.096.009.1969.0083.297.0116l.0393-.1751-.1796-.0728c.0066-.0117.0136-.0237.0209-.0358.0506-.0076.102-.019.1512-.0223.2544-.0187.509-.0389.7614-.0519.311-.0155.6192-.0284.9478-.1219.1093-.0307.2237-.0342.2802.0373-.0245.0688-.1795.0894-.1195.1742.0037.0053-.0416.0474-.069.0663-.0563.0393-.1158.0742-.1789.1136l.1157.1181c-.1504.0864-.3109.1411-.4691.1597-.2226.0216-.4489.0578-.6706.077-.1358.0156-.2692.0159-.3978.001-.1857-.0272-.366-.058-.582-.0079-.0392.0069-.0777.0069-.1136.0001-.2737-.0361-.5575-.0416-.8469-.0165-.3009.0269-.6036.063-.884.028-.0874-.0068-.1774-.0048-.2686.0059-.3718.0288-.7437.0601-1.1159.0918-.0232.0052-.0464.0127-.0692.0223-.0189.0503-.0384.1027-.0602.1599l-.1346-.0008c.0019-.043.0034-.077.0049-.1065-.3736-.0138-.5982.0069-.7289.0758l.4797.0065c-.0056.0492-.0097.0842-.0106.0951.1243.0041.25-.018.3262.0163.1535.067.3379.0753.5248.0235.1324-.0327.3409.019.3888.1086.0092.0174-.003.0472-.0056.0732-.1745.0065-.3339.0064-.4968.0191-.163.0127-.3276.0415-.5173.0666.084.0709.1873.0723.2869.0681.128-.0029.261-.0212.3912-.0306.0375-.0027.1033-.0094.1048.0036.0113.0966.1069.0453.18.0378.0732-.0076.1427-.0086.2141-.0128.2382-.0135.4564.0315.7112-.0265.0644-.01.1266-.0046.1813.0158.0648.0191.1175.023.1979-.0291.0345-.0223.0923-.012.1552-.0178l-.1037.1782c-.5208.043-1.034.0797-1.5506.1298-.5167.0501-1.0321.1133-1.5487.1701.0002.0034.0005.0069-.0016.0113l.4764.0394c.0567-.0129.15-.0562.2028-.0417.0693.0165.1471.0111.2239-.0157.0589-.0132.1173-.0182.1736-.0149.1514.0013.3.011.4529.0086.2557-.0033.5139-.0148.7721-.0205.1008-.0023.1979-.0134.2587.0631.029.0371.1493.0147.2305.0124.0504-.0015.1072-.0221.1579-.0236.3141-.0092.6289-.0195.9403-.0208.2353-.0011.4634.011.6936.0187.0337.0009.058.0179.1226.0394-.3605.0714-.6583.0543-.974.1211.069.0138.1408.0205.2145.0199.0792.0038.1564.0119.2346.0186l-.1632.0357c-.0533.1052-.098.1468-.2223.1442-.2225-.0045-.4617.0358-.668-.0185-.0832-.0217-.191-.0608-.3304.0337-.0599.041-.1571.0413-.2354.052-.153.0206-.3048.0351-.457.052.041.0185.0873.0279.1363.0277.3631.0144.7245.0331 1.0903.0413.1832.0043.3344.058.4956.096-.3577.0287-.7199.0792-1.0732.0913-.0082-.0002-.0167.0014-.025.0046-.0083.0031-.0163.0078-.0235.0138-.0071.0059-.0133.013-.0181.0208-.0049.0078-.0083.0161-.01.0244-.0017.0084-.0018.0166-.0001.0241.0016.0076.0049.0144.0097.0199.0048.0056.0109.0099.018.0125.0071.0027.0151.0037.0234.003.1453-.0049.2924-.0171.4398-.0312-.0308.0148-.061.0314-.0906.0497-.0886.0029-.1772.0057-.2663.0107-.0081-.0002-.0166.0014-.0249.0046-.0084.0031-.0163.0078-.0235.0138-.0072.0059-.0133.013-.0182.0208-.0048.0078-.0082.0161-.0099.0244-.0018.0084-.0018.0166-.0002.0241.0017.0076.005.0144.0097.0199.0048.0056.0109.0098.018.0125.0072.0027.0151.0037.0234.003.0399-.0022.0799-.0031.1199-.0034-.0249.0236-.0484.0486-.0705.0747-.5864.0216-1.1816.0738-1.7748.1159-.0082-.0001-.0166.0014-.025.0046-.0083.0032-.0163.0079-.0234.0138-.0072.006-.0134.013-.0182.0208s-.0082.0161-.01.0245c-.0017.0083-.0017.0165-.0001.0241.0017.0075.005.0143.0097.0199.0048.0055.0109.0098.018.0124.0071.0027.0151.0037.0234.0031.5625-.0385 1.1276-.0882 1.6853-.1115.0035.0039.0077.0072.0124.0097-.0075.0131-.0137.0264-.021.0382-.1882.0077-.3759.0123-.5652.0226-.0162.0005-.033.0076-.0468.0195-.0139.012-.0235.0279-.0269.0443-.0034.0163-.0002.0318.0088.043s.0232.0172.0393.0167c.179-.0098.3565-.0147.5347-.0216-.0096.0283-.0177.0568-.0241.0853-.2357-.0044-.4717-.0139-.7011-.0407-.0824-.0095-.1419.1132-.0593.1226.1506.0194.3045.0273.4603.0336-.1344.0023-.2711.0057-.4061.0076-.294.0041-.5837-.0036-.8747-.0045-.0585-.0002-.1203.0071-.1805.0109l-.0162.0406.8491.041c-.4296.0391-.8439.0446-1.2607.0575-.1118.0037-.2312.0291-.3469.0441-.0033.0118-.0069.0234-.0105.035.0977.0031.1943.0087.2934.0072s.098.0432.0565.119c-.2911.0318-.5571-.003-.856.0856.0465.0188.0989.0268.1539.0235.307-.0268.6139-.0492.9226-.0809.3179-.0342.6379-.0783.9571-.1183.0002.0037-.0012.0077-.002.0114l-.7527.2201c.1567.0661.3071.0322.4465.0195.0529-.0048.1056-.0111.1583-.0168-.0729.1124-.1157.236-.1232.3559s.0206.231.0809.3198c-.111.0451-.2138.1194-.2953.2137-.0816.0943-.1383.2042-.1631.3161-.2635.0429-.5285.1212-.7876.2327-.0624.0282-.1232.0626-.1813.1024l-.2468.041c-.1494.0255-.3005.0638-.4511.0965.0572.0187.1217.0216.1879.0083l.3869-.053c-.1606.1401-.2801.3146-.3218.4783-.0371.0668-.0643.1366-.0807.2068-.3501.0411-.7053.0806-1.0855.1453.0512.0169.0608.0242.0725.0233.333-.0243.6641-.0425.9978-.0712-.0024.0334-.0018.0663.0017.0982-.1454.0231-.2912.0467-.4367.0696-.3718.0581-.7417.1054-1.1128.1585-.0753.0111-.1578.0093-.2243.1199l.6871-.0056c-.1289.086-.228.0884-.3214.0892-.121.0012-.2363-.0136-.3562-.0155-.0542-.0006-.1277-.0038-.1692.0241-.143.0965-.259.0666-.3839.0703-.0416-.0008-.0842.0025-.1271.0098-.0773.0167-.1581.0518-.2332.0599-.7103.077-1.4213.1583-2.1456.3091-.1785.0374-.3566.0699-.5346.1043-.0027.0106-.005.0212-.0077.0319l.8492-.0465c-.1841.1065.0103.1586-.0941.2284l1.2795-.0836-.09.0783.0992.0157c-.0255.0414-.0431.0706-.0826.1353.3519-.136.6264-.0216.951-.1555.0199-.0075.0402-.0086.0576-.003.0736.0345.1687.0086.2578.0024.1293-.0088.2571-.0098.3828-.0029.0406.0067.0778.021.11.0422.0742-.0198.1484-.0345.2222-.0439.1735-.0094.3466-.0168.5195-.0257-.0337.0883-.0492.1783-.0453.264-.0701.0032-.1398.0062-.2102.0104-.5184.0321-1.034.0519-1.5576.1038-.5818.0578-1.1557.0798-1.7515.1948-.1465.0283-.2943.0765-.435.1008s-.2766-.0276-.4217-.0246c-.275.0053-.5555.0258-.834.0407-.0316-.0014-.0648.004-.0975.0161-.1626.085-.3179.0811-.4744.0995-.1001.012-.2073-.0026-.2949.0409-.2113.1017-.3921.0676-.5867.1014-.0937.0165-.1865.0273-.2795.0407.372.0304.7818-.0489 1.1439.0064l-.2684.056c-.003.0114-.0063.0226-.0092.0346.1527.0213.3204.0091.4842.0051.218-.0053.4364-.013.6552-.0198.1012.0019.2037-.002.3073-.0119.1416-.0201.2788-.0409.3605.0311.0846-.0327.177-.0919.2214-.0807.1231.0313.2686-.0066.3905.0057.1298.017.2709-.0045.4072-.0622.0331-.0126.0669-.0195.0996-.0202.0157-.0008.027.0128.0413.0198l-.0639.1501 2.1937-.1748c-.1389.065-.2826.1075-.4246.1254-1.0527.0916-2.1195.2349-3.1581.2738-.0577-.0011-.1172.0058-.1769.0204-.1455.0447-.2915.0576-.427.0376-.1019-.0152-.2407.0629-.3183-.0081-.2153.0466-.414.0412-.6173.0434-.3435.0032-.6933.0228-1.0401.0378-.0379.0078-.0759.0201-.113.0365.018.0108.0371.0201.057.0279.0958.0244.2029.0167.3116.0127s.2098.0306.3407-.0256c.0212-.0095.0536.0228.081.0355-.0751.0433-.155.0719-.2343.0839-.1385.0214-.2758.0367-.4135.0547-.0723.0096-.1653.0437-.2133.0241-.1003-.0419-.219-.0164-.3338-.0081-.5403.038-1.0828.0836-1.6214.1163-1.4404.0873-2.8813.1674-4.3216.2548-.5189.0313-1.0459.0876-1.5628.1129-.7439.0365-1.4855.0659-2.2212.0782-.9406.0154-1.8738.0107-2.8101.0149-1.0971.0047-2.1818-.0139-3.2105-.1667-.9223-.1369-1.8652-.239-2.7967-.3572-.1404-.0168-.277-.0438-.4088-.0807-.4963-.0131-.9921-.0263-1.4828-.0467-.604-.0254-1.1999-.0674-1.792-.1164-.4118-.0341-.8078-.0979-1.2166-.1377-1.1346-.1119-2.2729-.2141-3.4077-.3246-.4264-.0363-.8426-.0902-1.265-.1366-.0898-.0099-.1705-.0362-.2847.0014-.0547.0181-.1064-.0165-.1592-.0271-.1022-.0193-.2041-.0355-.3029-.0599-.055-.0117-.101-.0411-.1316-.0844.0328-.0119.0844-.0419.0951-.0326.0658.0563.1734.0248.2643.0308.086.0118.1766.0098.2686-.0059.0232-.0073.0462-.0158.069-.0255-.028-.016-.0427-.0352-.0663-.0372-.2785-.0212-.5553-.0464-.8391-.0561-.1685-.0055-.3366-.0047-.4813-.0533-.1187.067-.1753-.012-.2716.002-.1186.0178-.232.0025-.3271-.0442-.0403-.0161-.0847-.0245-.1314-.025-.8361-.0567-1.6158-.214-2.4235-.3212-.1009-.0176-.1898-.0611-.2588-.127l1.6951.2085c.0218-.0518.0407-.0967.0614-.1459.0174-.007.0374-.02.0496-.0188.0249.0011.0479.0082.0669.0208.0729.0612.1675.0782.2919.0674.1117-.0094.2037.0295.33.0018.0455-.0099.0772.0484.1227.0812.1233-.0683.2221-.0448.3244-.0227.0805.0115.163.0172.247.0171.1769.0116.3536.0233.531.0312.1349.0068.264.0217.4079.0044l.018-.0328-.1807-.0587c.3444-.0458.6242.0375.9588.016-.0682-.0143-.1363-.0268-.202-.0441-.1368-.0359-.3132-.0071-.4106-.1083-.0407-.0419-.141-.0318-.2145-.0449-.1166-.0205-.2481-.0193-.3192-.104-.0124-.0149-.0443-.0147-.0684-.0175-.2208-.0194-.44-.044-.664-.0548-.1188-.0055-.2683.0422-.369.0151-.1006-.0271-.1854-.0745-.2856-.1043-.4088-.1213-.8705-.1529-1.3114-.2193-.3967-.0595-.8128-.0879-1.2191-.1288-.0555-.0053-.1112-.0096-.1674-.0144.0663-.0782.1217-.1636.1641-.2532.1386.0105.2771.021.4148.033.0529.0103.1036.0258.1513.0463.0407-.0183.0826-.0306.1241-.0366.1075-.0041.2133-.0007.3168.0102.0701.0074.1293.0339.217.0023.0082-.0026.0165-.0036.0243-.0029s.015.0031.0211.007c.1685.1342.4842.0304.6743.1664.0165-.0626.0237-.0906.0346-.1305l.0946-.0133c-.0039-.0183-.0075-.0374-.0154-.0766l1.0029.1039c-.0341-.0685.1684-.1136.0962-.22l.6699.0617.0179-.0305c-.1221-.0364-.2457-.0708-.366-.11-.4884-.1552-1.019-.2476-1.5524-.3349-.0564-.0089-.0967-.0439-.1486-.0615-.0312-.008-.0642-.0119-.0983-.0115-.1012-.0062-.2209.0202-.2661-.0747-.0133-.028-.077-.0257-.1229-.0275-.1009-.0005-.2088.0115-.3089.0082-.0771-.0028-.1578-.0067-.1996-.0914l.5682.0186c.0293-.1073-.0406-.1071-.0952-.1188-.2688-.0579-.5409-.1103-.8066-.1726-.1025-.025-.2071-.05-.3109-.0749.0271-.0301.0526-.0615.0766-.0938.2564.0334.5186.0572.7791.0863.0262-.0046.0526-.0117.0787-.021-.2666-.0704-.5338-.1135-.794-.1595.0384-.0642.069-.1312.0909-.1993.0885-.151.1236-.3165.0981-.4642l.282.0582c.0501.0136.1065.0119.1631-.0048-.1004-.0342-.1972-.0733-.3022-.1007l-.1737-.0445c-.0179-.0389-.0428-.073-.0739-.1011-.1344-.1137-.2966-.1946-.4776-.2383.1212-.2044.1507-.4069.0211-.5155.2453-.1731.4351-.4345.4811-.6467.0398.0065.0789.0135.1193.0188.1066.0151.2051.0505.3871-.01l-.4593-.2245.0071-.011c.2356.0441.4687.0924.7073.1311.2322.0374.4695.066.7061.096.0472.0039.0971-.0028.1464-.0196-.1811-.0905-.4298-.062-.648-.0978.0231-.0733.0553-.1163.1379-.1126s.1664-.0006.2501-.0014l.0183-.0342c-.0827-.0218-.168-.038-.2554-.0484-.3376-.0203-.6788-.0335-1.007-.079l.7384-.023.0184-.0374c-.0477-.0047-.0933-.013-.1422-.0139-.2444-.005-.4915-.0033-.7336-.0125-.1112-.0045-.2216-.0103-.3326-.0152.1344-.0032.2685-.0087.4091-.0234.0759-.0074.1203-.1259.0441-.1181-.2073.0193-.4128.0278-.6158.0255.0164-.0269.0316-.0543.0455-.0821.1432.01.2876.0178.4291.0307.0676.0065.1427-.1118.0733-.1175-.1498-.0135-.304-.021-.4537-.0323.0039-.0127.0091-.0254.0126-.0379.0062-.0026.0122-.0057.0179-.0095.4471.033.8803.0912 1.3206.1384.0678.0077.1418-.1105.0731-.1174-.4614-.0511-.9177-.1121-1.3899-.1441.0015-.0247.0009-.049-.0018-.0726.0321.0024.0649.0039.0963.0067.0677.0065.1427-.1118.0734-.1175s-.1423-.0106-.2139-.015c-.0103-.0181-.0226-.0346-.0368-.0495.112.0161.2253.0308.3425.0384.0696.0043.1436-.1136.0734-.1175-.2854-.0182-.5489-.0732-.8253-.1075.1636-.0336.331-.0821.4867-.0824.3113-.001.6267-.0118.9404-.0188.0441.0007.0901-.0073.1353-.0237-.1139-.0194-.2294-.0361-.3402-.0592-.0575-.0114-.1381-.0138-.1568-.0539-.0435-.0935-.1629-.0582-.2494-.0391-.2135.0481-.3821.0053-.5714.0053-.1056-.0007-.1109-.0403-.0765-.1415l-.1087-.0375c.0703-.0048.1409-.0097.21-.0132.0634.0017.1284-.0034.1941-.0152-.2124-.0694-.4747-.0587-.7197-.1338.0703-.0208.1043-.035.1322-.0353.1988-.0041.3988-.0108.5932-.0056.2587.0069.5134.023.7685.0373.0409.0023.0725.0233.1133.0256.0659.0039.1491.0275.2014-.0071.1089-.0721.1824-.0593.2653-.056.2095.01.4164.0255.6268.0339.1257.005.2568-.0014.384.0002.0472-.0026.0925.0032.1337.0174.0489.0279.1107.0347.1744.0194.0553-.0132.1002.0301.1374.0437l.4272-.0288c.0028-.0037.0053-.0074.0077-.0112-.3866-.0647-.7702-.1346-1.1606-.192-.3905-.0574-.7941-.104-1.1959-.1545l.0496-.1724c.0479.0069.1038-.0019.1157.0201.0272.0511.0741.0487.1429.0312.056-.0178.1122-.0218.1634-.0115.168.0602.3841.0213.5725.0387.0562.0055.1142.0078.1692.0162.055.0083.0957.0595.1791-.0328.011-.0122.0609-.0046.0901-.0014.1016.0115.1984.0314.3024.0368.0935.0121.1961-.009.2916-.06-.139-.0276-.2559-.0572-.3804-.0734-.1245-.0163-.2582-.0196-.3987-.0285.0179-.0251.0302-.0536.0513-.0704.1075-.0838.3207-.1295.4064-.0954.0845.0335.1813.0436.282.0294-.2936-.0536-.5873-.1069-.8811-.16-.068-.0118-.1361-.0237-.1425-.122.1111.0112.1981.0149.2773.0292.3597.0649.7176.1322 1.077.1982.0398.0019.0811.0054.1261.0049l.0637-.091.4038.003c-.0563-.0683-.2277-.0924-.5495-.0864l-.0774.102-.1138-.0021c.0257-.0552.0493-.1056.072-.1538-.0178-.0101-.0266-.0209-.0405-.0228-.2862-.0371-.5725-.0742-.8599-.1088-.0706-.012-.1442-.0155-.2196-.0104-.2605.0281-.4855-.0125-.7155-.0441-.2316-.0298-.4729-.0299-.7187-.0004-.0329.0058-.0651.0051-.0947-.0021-.1416-.052-.3154-.0262-.4912-.0033-.1136.0115-.2248.0086-.3308-.0086-.1696-.0227-.3312-.0619-.5-.0867-.1129-.0178-.2076-.0744-.2695-.1612l.1869-.1104c-.0221-.0392-.0452-.0735-.0622-.1123-.0082-.0186-.0136-.0598-.0066-.0647.1146-.0799.0014-.1026.0334-.1695.0429-.0289.0903-.0469.137-.0521s.0908.0025.1274.0225c.2023.0951.4496.1134.6968.1342.0677.0059.1354.013.2031.0198.0286 0 .0565.0025.0835.0073.1033.0113.2064.0234.3094.0363.0373.0061.0738.0142.1092.0243-.0016.0065-.0035.0128-.0054.0192l.2966.057c.0389-.0155.0781-.0286.1175-.0392.0503-.0126.0935.0152.1398.0245.2011-.0537.4009-.0605.5825-.0198-.0512.0596-.1546.0776-.1846.1551l.0429.0078c.1299-.1022.2579-.1301.3967-.1472.0139.0278.03.0636.0476.1012l.244-.0382-.1284-.0355c-.0895-.0256-.1692-.0618-.253-.0936-.0231-.0088-.0439-.0189-.0661-.029.1128-.0115.2241-.0142.3331-.008l.1329-.0549c-.1591-.0881-.3731-.0494-.5298-.1156l.2668-.0353-.1172-.0229c-.1475-.028-.2952-.0549-.4426-.0826-.141-.0062-.2823-.0124-.4226-.0191-.0982-.0052-.2021-.0042-.2606-.0715-.0063-.0057-.0144-.0093-.0234-.0107-.0091-.0013-.0189-.0003-.0286.003-.1068.0536-.1694.0054-.2525.0053-.0195.0001-.0503-.0129-.0471-.0199.0479-.1064-.05-.0603-.0876-.0447-.0983.0405-.152.0363-.1841-.0328-.011-.0242-.0709-.0193-.112-.0205-.3481-.0109-.6989-.0171-1.0446-.0322-.0675-.0034-.1203-.0398-.1898-.0646.0255-.0305.0525-.0598.081-.0878.0171-.0141.0352-.0268.054-.038-.0286-.1081-.0451-.2217-.0899-.3167-.0195-.0412-.0952-.0463-.1488-.0633-.0686-.0209-.1456-.0302-.2082-.0579-.0797-.0353-.1488-.0838-.2421-.1383.0365-.0084.0729-.0146.1091-.0185.0433-.001.0846.0028.1258.0059.1418.0159.2865.0231.4332.0218.0511-.0282.1059-.043.158-.0425.0744-.0044.129-.0333.1623-.0895-.0449-.024-.097-.0384-.1215-.0682-.0508-.0629-.1433-.0732-.2473-.0747-.0622.0001-.1236-.0031-.1839-.0096-.0644-.0081-.1407-.0063-.1956-.0654.2487-.0323.4799-.0719.7001-.0938l.0346-.0103-.0979-.0579.0131-.0259.1236-.0221.0128-.0099c-.0858-.0214-.1687-.0491-.2479-.0829-.0581-.0253-.1449-.021-.2171-.0352-.0544-.0091-.1064-.0216-.165-.0342.0637-.0997.1326-.1968.2063-.2909.0312-.0376.1075-.0637.1617-.0992.0246-.0141.0459-.0348.0607-.0591.0376-.0986.1005-.1807.2523-.2204.0158-.0047.046-.0219.0466-.0282.0042-.0587.0448-.0608.0853-.0626.0206.0016.0426-.0033.0634-.0139-.0181-.0403-.0368-.0785-.0531-.1178-.0327-.0772.0393-.1597.1693-.1882.0597-.0095.119-.0149.1775-.0161.1084-.0087.2137-.0184.3081-.113.0205-.0204.081-.037.1165-.0392.0627-.0037.1239-.0004.1825.0099.0917.016.1868.0228.2842.0202-.0325-.0263-.0691-.0477-.1091-.0636l-.7935-.0491c-.0031-.047-.0081-.0886-.0111-.1245.1523-.0667.2902-.0723.432-.0787.1152-.0014.2332-.0174.3514-.0476-.0003-.0038.0011-.008.0015-.012l-.1285-.0578.0181-.0268.1177.0055c.0051-.0472-.0042-.0915-.0268-.127-.0225-.0356-.0572-.0609-.0996-.0726-.1299-.0437-.2343-.1278-.3761-.2082.2774-.0472.3462.1506.549.1667.1702-.1234.327-.1684.456-.0881.0282.0089.0606.008.093-.0025.1526-.0362.2481-.0015.2939.1076.0101.0173.0248.031.0429.0402.0181.0091.0391.0135.0614.0127.0457-.0145.0917-.0238.1371-.0278.0326-.0146.0663-.0225.0989-.0231.0325-.0006.0631.0061.0895.0195.1488-.0007.2971-.0012.4448-.0014-.1602-.0846-.3141-.1758-.4834-.2506-.184-.0829-.3758-.1569-.5738-.2217-.2247-.0738-.46-.1329-.69-.1994-.0485-.0109-.0879-.0389-.1118-.0797l.4154-.0046.0145-.0295c-.1392-.0259-.3212-.0118-.4062-.0882-.0912-.0829-.2706-.1011-.2585-.2806.0978-.0481.1717-.0341.2397-.0166.2053.0537.4075.1118.643.1186.092.0028.1615.0522.2438.0767.0967.0286.1795.0856.3624.0236-.1058-.0393-.1796-.0721-.2604-.0949-.2306-.0644-.4367-.1676-.7164-.1559-.0362-.0006-.0707-.007-.1022-.019-.1176-.0368-.234-.0751-.3491-.1149-.0489-.0175-.0931-.0405-.1427-.0623.021-.102.1263-.2289.0098-.2775.0945-.0979.1675-.1133.2468-.0886.1192.0386.2759.0274.3322.1481.0106.0231.0763.0094.1175.0126.0884.0036.1877-.0092.2635.0125.118.0334.2286.081.3297.1421.1054.0723.2441.0961.3898.0668.0358-.004.0711-.0052.1057-.0034l-.0496.1152c.2941.0594.5865.1186.8795.1774.0457.011.0964.0093.1473-.0052l-.1601-.0929c.2219-.0831.3222-.0099.4302.0779l-.2071.1292c.0688.0755.1792.0572.3112.0291l-.0721-.0745c.1487-.1078.2351-.0561.3322-.0317l.228-.1405c-.1089-.0288-.049-.1988-.214-.1603l-.0466.0837c-.1005-.0192-.2206-.0051-.2297-.1237-.0007-.0107-.0188-.0197-.0325-.0182-.1288.0154-.1628-.0736-.228-.1294-.0563-.0472-.1208-.0885-.179-.1348-.0433-.0345-.0827-.0714-.1389-.1232.1289-.0311.2541-.0188.3548.0351.2071.1159.4445.1857.6998.2058.0706.0064.1393.0181.2057.0351.0353.0051.072.0062.1095.0031.1336-.0143.2622.0081.4147-.067l-.6657-.0179c.0228-.0687.0411-.1232.0647-.1938.0869.0021.1686.0071.255.0058.0863-.0012.1425.0566.2759-.0224-.1899-.0199-.2876-.1194-.4713-.1214-.0023.0007-.0005-.0078-.0008-.0119.0292-.0274.058-.0548.0884-.0829l-.1078-.0703c.0239-.0157.0471-.0309.0693-.0461l-.0747-.0063c-.2029-.0173-.3969-.0424-.4813-.1593.18-.0825.2017-.0889.373-.0463.1097.0267.2136.0573.3287.0744.0041-.0066.008-.0132.0115-.02.0094-.0204.059-.0494.0915-.0606l.0202-.0059c-.0235.0015-.0463.0028-.0671.0032-.0689-.0975-.1241-.1751-.1804-.2543-.0148.0044-.033.0082-.0502.013-.0299.0116-.0606.0167-.0895.0149-.0957-.0434-.1852-.0964-.2673-.1583-.0144-.0117-.0222-.0297-.0217-.0503.0005-.0207.0092-.0423.0243-.0603.0298-.0273.122-.0469.1847-.0545.0794-.0101.1561.0209.2708-.0456l-.5386-.1215.0744-.0558c-.0947.008-.1821-.0147-.2494-.0646.0588-.0219.1071-.0435.1512-.0588-.0403-.0085-.0805-.0174-.1223-.0239-.1359-.0211-.1834.0034-.2854.1051-.0521.0524-.1355.0978-.1751.1255-.1537-.037-.2638-.0744-.3894-.0925-.4448-.0647-.8832-.1357-1.3545-.1692-.5437-.0387-1.0721-.102-1.6013-.1618-.0964-.0097-.1851-.0397-.2607-.0881-.0887-.0619-.1438-.1427-.2208-.2247l.3463-.2799c.3646.022.7243.0451 1.0861.0646.4745.0256.9793.0048 1.4091.0988.1229.0276.2249-.0025.3116-.0856.0443-.0419.0928-.083.1408-.1256-.2813-.0274-.5388-.0573-.8034-.0769-.3041-.0216-.6194-.0249-.9172-.0535-.3791-.0365-.7659.0187-1.1672.1261-.0142.0042-.034-.0056-.0561-.0106l.085-.0781-.1686-.0891.1426-.2107.2492-.0826c-.0507-.0291-.1182-.0126-.1837.0035-.0818.02-.1609.0396-.2015-.0308.0508-.0313.1043-.0771.1719-.1035.1333-.0546.2685-.0987.404-.1318.2165-.0479.4412-.0984.6517-.1136.2826-.0196.5541-.0021.8321-.0044.2274.0003.4629-.04.6957-.119l-.4971-.0636c.0043-.0063.0089-.0125.0132-.0186l.7386-.0712c-.132-.1057-.3254-.0697-.4931-.0575-.1004.0076-.1672.0146-.2465-.0255-.2005-.1049-.5108-.0979-.7984-.0835-.1502.007-.332.1026-.5179.1642l-.345-.0341c-.0318-.0494-.0348-.1015-.0821-.1192-.2411-.0884-.2446-.0851-.1019-.2834l.3182-.0621.0707-.1374.1078.0808c.0921-.0381.1861-.0639.2792-.0767.1382-.0255.2808-.051.4028-.1455-.1784-.0178-.3302-.0356-.486-.048-.097-.0071-.1903-.0134-.1757-.0895.0161-.0833-.0736-.0971-.1818-.106-.2202-.0186-.4375-.0409-.672-.0636.1112-.0731.1915-.1562.2825-.1793.1182-.0282.2476-.0093.3717-.0086.0662.0034.1335.0023.2016-.0033.051-.0065.1041-.0327.1923-.0619-.214-.0693-.4835.0109-.6673-.0584-.1623-.0609-.443.0032-.6102-.0752.2544-.0128.4982-.0079.7435-.006.2264.0021.4504.0174.6828-.0027.1827-.0185.3627-.0204.5377-.0056.374.0367.7357.0953 1.1444.0707l.1921-.1887-.8235-.076c.0611-.0682.1626-.0857.2643-.1033.0668-.008.1345-.0259.2007-.0532-.1194-.0714-.237-.0239-.376.0408-.1551.072-.3028.1884-.5035.1596-.0879-.0127-.152-.0563-.2419-.0636s-.2097.0179-.3099.0171c-.1595-.0008-.2894-.0275-.2439-.1658-.223.1549-.223.1549-.4697.0944l.1682-.0913-.1636-.0794.6778-.0086c-.0025-.1046-.1154-.0936-.2186-.0976-.233-.0104-.4615-.0278-.6912-.043-.0895-.0055-.1582-.0229-.0995-.1178.1113-.006.2269-.0172.3352-.0163.1084.0009.2028.0145.304.0194.576.0248 1.1526.0487 1.7299.0717.0556.0021.1242.0077.1739-.0095.1841-.0646.3005-.0335.3566.0067.1357-.0219.2214-.0434.2996-.0466.3842-.0213.7615-.009 1.1276.0366.2972.04.4033-.0035.5059-.1989-.0976.1326-.2171.136-.3702.1078-.1253-.0227-.2738-.0204-.4134-.0267-.2142-.0102-.4303-.0176-.6448-.0276-.2608-.0121-.5218-.0238-.7804-.0393-.4818-.0285-.9618-.0605-1.4432-.0897-.0986-.006-.1994-.0101-.3014-.0106-.1231-.001-.306.0355-.3623-.0016-.1464-.1001-.3933-.091-.5958-.1018-.1887-.011-.2483-.0639-.3387-.14.0202-.0041.0388-.0083.055-.0121.027-.0079.0541-.0123.0806-.013.2524.013.5292.0033.7465.0509.2438.0557.5132.0007.7692-.0145.2559-.0153.5088-.0363.7222.0232.0426.0094.0881.0116.1349.0065.3232-.0259.6469-.0544.9917-.0835l-.0484.1503c.1274.0243.1921-.0305.2485-.0836.0427-.0404.0805-.08.1365-.0822.0762.0392.1081.0748.1619.0799.1181.0102.2512-.0013.3705.0078.0757.0064.1283.0496.205.0502.1713.0015.3498-.0097.5272-.0222.0642-.0027.1302-.0178.1946-.0444.0823-.0457.1626-.0965.2402-.1521l-.1352-.0823c.1754-.0289.3457-.0191.4986.0286.1129.034.232.0554.3989-.0096l-.6823-.1177.0217-.0333.2805-.0254-.1063-.0519.1272-.1126.2077-.0119c-.0151-.0568-.0258-.0974-.0375-.1418.0903-.0031.3231-.0792.3297-.1019.0456-.1303.0425-.1214.2313-.1296.1586-.0063.3256-.0352.4894-.0549-.1711-.0203-.0103-.15881-.1106-.2004-.1139.00171-.2766.03412-.321.00191-.1278-.09222-.3137-.11744-.5059-.14592-.2924-.04328-.5872-.08775-.6954-.2876.1528.00212.2803-.00234.398.00729.3218.02563.6411.0551.9578.08842.1034.01665.2175-.0011.3266-.05081-.2032-.02204-.4015-.00914-.491-.06188-.1004-.0588-.3242-.00002-.3435-.11055-.2037.04804-.5313.02249-.53-.04589l.2208.0031-.4588-.16685.0217-.02238.7633.08617c.079.17912.5198.05944.6119.23435.1462-.17092.1705-.18001.3898-.16432.073.00527.1348.02948.2091.0305.202.00261.4049.01963.6113-.01166.1592-.02434.2712-.01911.3714.02218.3292.13809.7784.14269 1.1684.21301.049.00852.1186-.00756.1739-.00444l.1442.0082c-.009-.00353-.0176-.00772-.0257-.01253-.0559-.03713-.0742-.10581-.1267-.18355l.1959.03346c.0297-.102-.1251-.06682-.1546-.13251l.0898-.03672c.0025-.0327.0044-.06071.0071-.10143l.1916.03921c-.0007-.01065-.0013-.02037-.0019-.02945l-.108-.00995c-.209-.0184-.4359-.01203-.6412-.03411-.3838-.04339-.7438-.12227-1.1388-.14639-.6888-.0424-1.3529-.11766-2.0131-.19596-.1913-.02301-.3788-.05675-.5615-.10108-.125-.02981-.2399-.06994-.3776-.11741l.5577-.12164c.0062.00106.0123.00213.0181.0036.1994.04073.4244.05602.6405.07936.4063.04344.8101.08829 1.2189.12656.2257.02083.4605.0284.6912.04266.0463-.00166.091.00341.1328.01505.1462.07143.405-.00914.5483.06348.3686-.0198.6858.03785 1.014.07884l.0023-.00579c.0498-.12359.0525-.12885.1859-.1092.0662.00981.1224.01974.1635-.0716.007-.01612.0651-.03328.114-.05698l-.1906-.04524c-.1109-.01686-.2171-.04539-.317-.08518.0549-.0095.1244-.03101.157-.02116.1604.05094.3381.06477.5219.04062-.0542-.00634-.1088-.01258-.1624-.02005s-.1166-.00929-.1059-.07633l.4821-.11653c-.0423-.05489-.1928-.00054-.2107-.09039l.1986-.04877c-.0249-.05651-.1276-.05811-.0562-.16029.0765.00231.1571.00147.2338.00754.0677.00588.13.02323.1992.02706s.1428-.00164.2281-.00352c-.1416-.0265-.2959-.01603-.385-.09733.2352-.00306.4336.06892.7055-.01138-.0324-.03258-.0586-.05805-.1078-.10516.1269.00873.2638-.03015.386-.10955.0852-.05503.1775-.09291.27-.11084.0925-.01794.1829-.01548.2647.00718.1671.04642.3637.03276.5514.03862.2561.00832.5387-.04674.7818-.0001.2432.04664.5113.04821.7699.06826.0256-.00118.0516-.00459.0777-.01017l-.0357-.06832c.0841-.07658.0841-.07657.0713-.21616.0409-.00698.079-.01505.1167-.02012.113-.01581.1379-.04073.124-.11934-.0087-.05076-.0141-.1028-.0196-.14619.0386-.02248.081-.0317.119-.02591.0211.00391.0439.00257.0669-.00392.0229-.00649.0452-.01796.0652-.0335l-.2412-.09414.0221-.02697.2539.02558c-.0264-.02411-.0439-.03876-.0712-.0607l.2109-.08178-.0874-.06136.1972-.22524.4053-.07119c.0038-.00847.0149-.03316.0243-.05477l.3476-.00689.0108-.01563-.1809-.05003c.0923-.03428.1594-.072.2156-.07741.139-.0136.2958-.05896.38.03559.033.03719.1231.04155.1953.04544.1819.01013.368.01136.5529.01581.0037-.00032.0076-.00145.0112-.00331.0027-.00078.003-.00088-.002.00058.0085-.03444.016-.06474.0231-.09557-.2887-.04246-.2887-.04246-.3193-.1091.0958-.00209.179-.00496.261-.00556.3751-.00257.7479-.00029 1.1253-.00865.1246-.00295.2662-.04382.3917-.04894.2012-.00836.3948-.00008.5931-.00213.1915-.00167.3876-.01233.5773-.0109.2567.00176.5098.00908.7633.0188.0284.00481.0551.01381.0791.02677l-.0149.01815-.8957.01934c.1733.02468.3503.03913.5301.04328.1827.00865.364.01893.5442.03086.174.01246.3425.03294.522.0329l.0205-.03191-.1844-.06335.0231-.03237c.6077-.00006 1.1898.04639 1.7929.0988-.0299.02534-.0644.04355-.0998.05265-.0354.00911-.0703.00876-.101-.00101-.1248-.02187-.2779-.00637-.3787.03618.0383.0126.0782.02217.1193.02864.3097.02601.621.04934.9311.07619.1508.01229.3105.006.4585.02772.1637.02414.3114.08142.5145.04537.0364-.00764.0719-.00529.1024.00679.0304.01209.0548.03343.0702.06164-.0987.00203-.1656.00836-.2265.00304-.1635-.01235-.3236-.03214-.4871-.04418-.2784-.0223-.5576-.04274-.8377-.06132-.0449-.0006-.0913.00633-.1376.02051-.0954.02629-.1757.0337-.2175-.02452-.0063-.0108-.0174-.01762-.0308-.01899-.2348.00965-.4351-.03559-.6486-.06002-.0715-.00826-.172-.02869-.2254.00431-.1212.07477-.1622.03325-.2293.00996-.0386-.01321-.0961-.00355-.1422-.0094-.0462-.00586-.0947-.01802-.142-.02703-.0331-.00838-.0672-.01442-.1021-.01807-.1823-.01002-.3668-.01331-.548-.02363-.1968-.01147-.3898-.03048-.5875-.04072-.19-.00998-.3839-.01273-.576-.01889l-.015.02774.9321.05451-.0108.02554-.1242.02871c.1291.00465.236.00948.3454.01132.0589-.00394.1171-.00462.1744-.00203.1155.0173.2164.05933.3381.06268.3706.01152.7432.01547 1.0917.07377.3876.06496.8356.03511 1.2286.09913.1747.02854.3715.02437.5566.03706.1162.00782.2363.01291.3444.03142.1425.02369.3129-.01835.4568.01194.1836.03513.3763.0465.5739.03387.3077-.01616.5564.05916.8375.08469.1482.01307.2874.0489.441.05812.1158.00699.2286.01933.3454.02571.1798.00789.3616.01164.5423.01767.0539.00195.1411-.01199.1535.01308.0229.04657.0701.04317.1239.04324.0986.00089.1965.00229.2925.00938.2121.01335.4214.03197.6344.04409.1759.00968.3565.01092.5327.02019.2609.01394.5158.03924.7801.04543.2325.00606.476-.00903.7124-.00988.1815-.00094.3616.00142.5387.00978.1859.00895.3616.03814.5513.03768.2407-.00024.4942-.02754.7377-.0321.1404-.0022.2702.01821.4054.02841-.0113.01274-.0248.02354-.0395.03166-.0146.00813-.0301.01341-.0455.01549-.162-.00356-.3201-.01496-.4837-.01678-.4328.00012-.869.00414-1.302.00145-.1864-.00052-.3668-.01332-.5519-.0161-.3333-.0047-.6679-.00547-1.0015-.00913-.1036-.00131-.2055-.00603-.3077-.01033-.1827-.00764-.3649-.01609-.5477-.02436-.0323-.00373-.0667-.00065-.101.00906-.0344.00971-.0681.02586-.0991.0475.0944.00852.1766.01679.2601.0231.2055.01624.4099.03476.6175.04718.3612.02103.7253.0393 1.0863.0623.0676.00494.1276.02297.2143-.02404.0231-.01225.085-.00721.0849.00269-.0009.05327.0609.0264.096.03233.0508.00437.1004.01222.1485.02351.1554.05244.3352.04469.5615-.01612.0082.06784.099.04709.1855.03783.049-.00094.0972.00145.1444.00715.0377.00099.099.00841.1123-.00477.015-.0155.0336-.0268.0531-.0322.0194-.00539.0386-.00459.0546.00231.0245.0052.0474.01089.0722-.00695.0945-.06656.1415-.01658.2061-.01618.1191.00058.2322.01376.3478.02147.19-.06093.3564-.04685.518-.03903.1744.0082.3348.02882.5327-.00025.2331-.03502.4581-.02421.6848-.02922.2267-.00502.4569.0036.6916-.01271.1005-.00637.1882-.01155.2183.04153l.2614-.05936.08.06005c.0426-.02122.0923-.0592.1263-.05839.141-.00149.2836-.0107.4273-.02756.1432-.01528.2843-.01719.4214-.00568.3081.0169.6384-.00755.9607-.01591.1488-.00401.3016-.01629.4459-.01164.0903.00302.1774.00826.2695.00693.1125-.00132.2287-.03563.339-.04013.2976-.01606.5946-.03004.8925-.04682.0513-.0027.1079.00452.1718-.05777-.2498.01631-.4872.03185-.7253.04789l.0095-.02484.1505-.01732-.0617-.0383c.1378-.01196.246-.02349.3525-.03005.243-.01514.4851-.02876.7265-.04087.2473-.01272.5019-.03812.7378-.03116.1035-.00218.2097-.0184.3156-.04822.055-.01304.1094-.02496.1633-.03417.0244-.00721.0491-.01452.0737-.02371.144-.05052.2935-.06432.4408-.09506.2092-.0433.4188-.08669.6288-.13018.1247-.026.2498-.05147.375-.0811.3869-.09128.7739-.18517 1.1591-.27596.148-.03479.2958-.06313.4435-.09908.1301-.03047.2606-.0674.3907-.0985.0735-.01725.1471-.02907.2202-.04174.0449-.00752.0913-.00813.1129-.07421-.0183-.0037-.0377-.00452-.0577-.00245-.2497.05876-.4997.11888-.7497.17899-.0331.00787-.0832.0329-.0993.02329-.0745-.05337-.1688-.00954-.2562.02139-.1512.05361-.3069.04914-.4546.14036-.0111.0052-.0228.00708-.0333.00536-.3034-.01065-.6201.11482-.9303.17421-.0769.01756-.1535.02558-.2278.02387.0514-.0174.1028-.03354.1542-.04906.0045-.01315.0087-.02621.0136-.03945l.1837-.01341c.3675-.09961.7355-.17063 1.1022-.27035-.0006-.01003.002-.02134.0026-.0327l-.2961.02871c.1619-.09666.9692-.26872 1.2018-.26464l-.1278.10164.702-.15151c-.0004-.00658.0028-.01454.0043-.02202l-.1982-.00149c.0015-.00841.003-.01652.0041-.02452.0547-.01264.1101-.02901.1658-.03714.3606-.05001.7277-.12334 1.0794-.14005.3517-.01672.7131-.0641 1.0716-.10518.027-.00129.0536-.0007.0795.00175-.0431.10631-.1956.05779-.2412.18877.1849-.04217.3537-.02147.5331-.13832.0501-.02761.1036-.04335.1554-.04573s.1001.00868.1403.03214c.011.00888-.0034.04123-.0065.06577.0965.01941.2043.03802.3068.06266.0809.01888.0936.13583.0252.25247l.1355.10302-.1202.08021.0965.03536-.089.18212.0944.05576c-.0145.07166-.0289.14426-.0468.23576.1656-.03839.3246-.07703.4821-.11048.1244-.02987.2488-.05306.3725-.06947.1963-.02097.3905-.0352.5923-.11112.1123-.04179.1949-.01766.2646.03717.048.03843.105.06787.171.10688l-.038.07754c.073-.00559.14-.01527.201-.014.057.00117.133-.07639.176.00188.014.02531.117-.0024.179-.00455-.046.11365-.047.12855-.007.17954l-.107.07109.199.06439c-.011.02836-.019.05164-.031.08186l.231-.06604.006.03245-.308.13213c.009.02937.018.06117.029.0982.092-.03167.162-.03074.158.04896.318-.06665.624-.12029.929-.19709.654-.16126 1.309-.33346 1.963-.50306.134-.03487.212-.03502.383.02305-.232.13089-.475.23-.72.29399-.405.10823-.809.20697-1.214.3127-.261.068-.523.13934-.785.20766-.198.05158-.397.10067-.605.15339-.045.05633.02.15183-.144.18193l.1.0294-.095.12901c.041.00182.083-.00106.126-.00857.283-.08382.569-.14048.849-.27589.083-.03989.179-.05282.268-.06716.168-.02883.336-.04154.505-.07767.113-.02425.207-.04296.222.06215.341-.1088.66-.3164 1.033-.34748-.058.02872-.114.06063-.17.09556-.038.02694-.128.02405-.1.09887-.048.01934-.1.05279-.144.05595-.167.0127-.322.09261-.482.15041-.084.03008-.168.0519-.256.10234.061-.00875.122-.01355.183-.0271.256-.05613.512-.11539.768-.17287.021-.00634.043-.00547.079-.00951-.026.07432-.09.11649-.149.14488-.121.05789-.245.10413-.367.15561-.134.05512-.267.11296-.401.16253-.084.02658-.167.04915-.251.06761l-.075.15508.28.00516.182.18783c-.002.00642-.015.03931-.029.0724.123.01851.123.01851.112.13163l.092.0189v.02408l-.44.15619c.185.03178.357-.13496.517-.0816-.023.02456-.044.04769-.066.07288.025.1072.114.13722.245.12386s.265-.00902.404-.08093c.028-.00965.057-.01627.085-.01972.105-.02713.21-.05541.333-.08759l.097.11881.108-.15222c.18-.00681.361-.01339.542-.0206.033.00318.066.00039.101-.00825.251-.09897.483-.08187.722-.10102.101-.01199.202-.03016.303-.05443.153-.03083.307-.06593.46-.09614.031-.00067.061.00297.089.01081-.07.07515-.16.1272-.253.14537zm-2.418 1.13435-.141-.01939c.014.08183.061.0705.141.01939zm-.289.06004c-.131-.02827-.131-.02827-.173.0616.063.01663.119.00611.173-.0616zm-1.365 6.12957c-.102-.0591-.226.018-.344.0605zm-3.7113 4.8747.1613-.0537c-.0004-.0057-.0007-.011-.0011-.0166l-.161.0536zm.0058-.1371-.1926.0371c.0591.0707.1098.0535.1926-.0371zm.3724 2.4688-.2939-.0049c.0628.0763.168.0657.2938.0036zm-.674 1.0085c.0026-.0167.0052-.0334.0074-.0504l-.1346.0299c-.0016.0113-.0028.0228-.0048.0333zm-2.2303-.0756c-.0208-.0465-.0339-.0762-.0465-.105l-.2329.0956-.0018.0388zm-.3409.2326.0193-.023c-.0177-.01-.0368-.018-.057-.024-.0197-.0017-.0401-.0013-.0608.0014l-.011.0266c.0377.0064.0741.0129.1105.0193zm-2.7604 3.7448c.0062-.0191.0123-.0381.0188-.0573l-.1861.0138c-.0048.0142-.0096.0284-.014.0425zm-3.9598 3.6284c.0554-.0064.1189-.0488.2196-.0926-.2111-.0504-.411.0304-.6031.0351.0737.0769.1339.0875.3845.0576zm-4.7825.87.0098-.0349-.1745.0113c-.0042.0134-.0083.0268-.0122.04zm-29.8541-.8245-.0187.0337.1357.0186.0204-.0379zm-3.4524-.9826c.0506.0438.0709.0858.112.0931.1861.0331.2457.0232.3635-.048-.1559-.0082-.2611-.0889-.4755-.0451zm-.3894-3.5037-.028.0552.1518.0024.0209-.041zm.1335.8138c-.0009.0081-.0012.0163-.0011.0242l.1051.014c-.0026-.0663-.0456-.0651-.1027-.0386zm.2061-.1909c-.0161.025-.0307.0507-.0437.0768l.0403.0044.0454-.0821c-.0135-.0005-.0386-.0033-.0407.0005zm.2852-.1232c-.0675-.0046-.1397-.0025-.2437-.003.0509.0779.1082.1117.204.0952.0183-.0032.0489-.0345.0636-.0558.0075-.0086-.0077-.0357-.0226-.0368zm.6804-.2157-.0221.0535c.0667-.0095.115.0245.2394-.042zm.236.2468-.0191.0315c.0572.015.0778.0951.1862.0184zm.1772.0508c.0219.0204.0518.0316.0852.0318s.0686-.0104.1005-.0305zm.4028.0499-.0207.038.1062.0051.0133-.0241zm.1958-2.1525c.0012.1056.0586.0784.1642.0115zm-3.7736-2.3026c-.011.016-.0217.0323-.0324.0485l.0992.0157c.0073-.0111.015-.022.0227-.0332zm1.7811.1594c-.1935-.0479-.3788-.1049-.5632-.1631l-.0759.1261c.086-.0014.1683.0017.2566-.0055.1004-.0076.1823.0011.1617.0915l.2705-.0391c-.0163-.0028-.0337-.006-.0497-.0099zm.3157.0718.0073-.0171-.0557-.0079c-.0189.0056-.0378.012-.0565.0193l-.0013.0221zm-.0937-.312-.0583.0491c.017.003.034.0063.0504.0097l.1021.0187zm-1.837-1.8934c-.0051.0067-.0105.0132-.0162.0194.0234-.0018.0474-.0047.0709-.0059l.0312-.0009zm.0111 1.0459c.0584.0604.1393.0726.2486.001zm3.6385-3.1777.1644-.0001.1494-.1185c-.0157-.0382-.032-.0774-.0424-.1028l-.3178.1188-.0199.0714c.0226.0105.0441.0211.0663.0312zm-.0522-.6351c-.0471-.0124-.0975-.0172-.1496-.0142-.0622.0008-.1278.01-.1918.0142-.0449.0027-.0889.0026-.1466.0043.0373.0576.0619.104.0947.1435.0329.0395.0718.0695.1076.1017.1699-.1223.1765-.1237.2636-.0568-.192.1238-.3718.1826-.5248.1202-.1113-.0453-.2141-.1008-.3216-.1505-.0471-.0215-.0971-.0394-.1454-.0592l-.0312.0376c.1283.1942.3282.3086.6215.3557-.0087-.0552-.0129-.0833-.0197-.1263l.1018.0143c.0696.0094.1454.0528.2076.0217.1553-.0779.2865-.0665.4302-.1067.0789-.0233.1569-.038.2218-.1112-.1751-.0651-.3445-.1297-.5181-.1883zm1.441-1.0719-.0512.0253c.0067.0083.0152.0147.0252.0191l.0049-.0015c.0087-.0017.0172-.0057.0248-.0115.0007-.011-.0006-.0217-.0037-.0314zm-4.5005-4.7219c-.0022.0074-.0051.0146-.0076.0217l.1145-.0019.0008-.0341zm1.4662.4421c.0205.0671.0635.0809.1507.0619.0245-.0054.0522-.0133.0841-.0249zm.0236-1.1836c.1038.044.2123.0944.3765.0586.03-.0066.06-.0154.0897-.0265zm4.6818 4.5154.0036-.0011c.0497-.0007.0988-.0005.1486-.0008.0043-.0013.009-.0008.0134-.0011l.0855-.0345.0434-.0559-.3733-.0057-.0508.0984zm-.069 2.3855c-.004-.0113-.0115-.0204-.0216-.0264-.01-.006-.0223-.0086-.0354-.0075-.0195.0019-.0392.0059-.0588.0119l-.0093.027zm-.0495-.4963c-.1073-.0976-.1718-.0859-.2655.0545.0894-.0114.1568.0434.2667-.0561zm-.1208-1.9939c-.0461-.0065-.0919-.013-.1384-.0191-.2439-.0011-.492.0048-.7369.005.2782.0206.5575.0397.8366.0594zm-.409 2.0597c.0216-.0613.0406-.1151.0635-.181-.1513.123-.1513.123-.0635.181zm-.1982-1.1053-.2422-.0166-.0159.0194.2351.0321zm-.2201.065c-.0725.0031-.1437.0004-.2131-.008-.059-.0125-.1015-.046-.1765-.0822-.0017.0416-.015.0842-.0018.0857.1243.0135.2206.0725.3725.0398.0067-.0116.0133-.0228.0189-.0353zm-.0468 14.5745-.0071.0462c.0336-.004.0678-.0146.1003-.0313.0326-.0166.063-.0389.0894-.0656zm-.5061-13.8233c-.1233-.0182-.2475-.0345-.3732-.0494-.0842.0798-.1205.034-.1709.014-.0322-.0063-.0663-.0079-.1012-.0046l-.0164.0266c.0546.018.109.0365.1605.0532l-.0368.0801c.1112-.0268.2072-.0612.2932-.0668.0861-.0056.1564.0154.2466.0262.0051-.0187.0086-.0373.0105-.0558.0006-.0052-.0003-.0101-.0024-.0143-.0022-.0041-.0056-.0073-.0099-.0092zm.0688.1741c.1225.0318.2558.0183.3595-.0366-.1143-.1182-.1143-.1182-.3595.0366zm-.1591-2.0563c.0805.0356.168.0593.2602.0706l.0592.0043-.0381-.0066c-.0208-.0041-.0233-.0321-.0421-.0623.101.0021.177.0074.2547.0065-.1161-.0165-.2288-.0375-.3402-.0592-.0664-.0206-.1381-.0301-.2127-.0282.0194.0249.0242.0615.059.0749zm-.9376-1.0252c.0437.005.0877.0089.1317.0125.0932-.0761.2067-.109.3316-.1184l.0069-.0068c-.2377.0207-.4387-.0751-.7149.0834.0634.0069.1237.0146.1841.022l.1138-.0231zm.2152.4888c.0242-.0368.0501-.0786.0746-.114-.0921-.0714-.228-.0527-.373-.0175.0618.066.0526.1786.2984.1315zm-.3059-.1331c-.0152-.0827-.1321-.0906-.2667-.1186-.0028.0705-.0048.1183-.0071.18zm-3.1579-.3093-.0598.047.0743.026c.0146-.0139.043-.0316.0407-.0414-.0023-.0099-.0314-.0176-.0551-.0304zm1.5227.1425c-.0901-.0085-.2019-.0004-.2678-.0266-.228-.0875-.5568-.0453-.8008-.1147-.098-.0272-.233.0009-.284.121l.306-.0265-.1268.1555c.0619-.0131.1234-.0196.1834-.0193.1041-.0027.1949-.0027.2841-.0779.019-.0083.0387-.0116.0569-.0095.2162.0297.438.0539.6451.0943.0774.0155.0816.0286.1804.0071.0215-.0064.0477-.0109.0801-.0195-.0429-.0656-.152-.0726-.2562-.0827zm.4235.1048c-.0075-.0006-.0279.0166-.078.048l.1521-.0306c-.0237-.0072-.0484-.0127-.0737-.0162zm.3783.031c-.0945.0692-.1998.1171-.306.1393-.133.0249-.264.0276-.3872.008-.055-.002-.111.0003-.1677.0071l-.0173.0233c.0644.0255.1319.0456.202.0601.2714.036.5426.0705.8221.0968.1053.0098.2354.0359.3468-.0928-.2653-.0136-.3402-.1368-.3982-.2525-.0309.0004-.0624.0044-.0941.0119zm.4262.0532-.1119-.0458-.0405.0299.1136.0446zm-.4265-1.5414c.0005.0072-.0023.0157-.0032.0233.0519-.0054.1037-.0111.1553-.0172.0014-.0087.0025-.0176.004-.0267zm.0927-2.1349-.1104.0805.0348.0185.1263-.0693zm.1561 3.2834-.0086.0226.1273-.0024c.0038-.0101.0072-.0197.0105-.0297zm-.0402-2.8527c.106.0265.1614.0401.2078.0303.0464-.0099.0902-.0503.1727-.1315zm.4378.0093c.0885.084.0885.084.3114.0721.0655-.1458.0248-.1555-.3107-.0714zm.5287-.5503c-.0147.0043-.0293.0108-.0431.0192.0055.0143.0146.0264.0268.0351.0056-.0016.0305-.0121.0515-.0203-.0102-.0123-.0217-.0234-.0345-.0332zm1.3777 3.7595c-.1957-.0099-.4081-.0139-.5691-.0577l-.2087-.0083c-.0228-.0025-.0442-.0091-.0631-.0193-.1238.0193-.242.074-.3693.1072.0939.0744.1594.1649.38.093.0835.0578.247.0075.3615.0402.1437-.014.2875-.029.4315-.0451.0019-.0178.004-.036.0064-.0559.0984-.0032.1447.0115.1628.0353.0619-.0088.1241-.0179.1865-.0274-.0978-.0388-.2054-.0597-.3185-.062zm.0304-4.4969c.0871.1087.11.1396.2094.1175.0522-.0127.1043-.028.1561-.0461-.1556-.0804-.1556-.0804-.3655-.0714zm.7017 5.0843c-.0423.02-.084.0425-.1247.0672l.2291-.061c-.0332-.0039-.0684-.006-.1034-.0071zm-.4427-5.3295.3434.0672.0313-.0358zm.441 1.5618c-.0194.0036-.0388.011-.0569.0219-.0182.0109-.0347.0249-.0486.0412-.0083.0178.0388.054.0631.0503.0666-.0101.1439-.0003.2202-.0171.0313-.006.0626-.0184.0917-.0363.0292-.0179.0557-.041.0777-.0677-.1395.001-.2413-.0022-.3472.0077zm.6021 3.7788-.06-.0174c-.0336 0-.0673-.0003-.1032.0008-.0621.0011-.1315.0145-.1942.0187.0982.0866.1288.082.4179.033-.0204-.0134-.0403-.0242-.0605-.0351zm-.0069-3.665-.0202.0197.1013.0059.0111-.0148zm.6106-2.3875-.0593.0134c-.1582.0343-.1623.0227-.2042-.09358-.138.04878-.1721.10958-.1604.17958l.3397.0532.1471.1929c.108-.1648.0208-.2546-.0629-.3455zm.5072.1804c-.0074.0255.0381.0689.0679.0665.0168-.0015.0339-.0041.0509-.0077.1104-.024.1009-.0876.1304-.1506-.1203.0068-.2245.0021-.2492.0918zm.8579-.0152-.0237.0293.1973.0031zm.1909.0349c-.014.0575.0134.0918.1183.0912.0178-.0825.0174-.0837-.1193-.0922zm.1295.2009c.0667.0949.1322.1296.238.1063.0618-.0155.1232-.0395.1823-.0711zm2.084-1.7415.0209-.02595-.3019-.01844-.0051.00917zm.1174-.26329c-.0541-.04564-.0541-.04564-.176-.02178zm-1.5843 1.17047-.0374.03948.1274.01411.0262-.03012zm.2259-.20337.1904.03219.0157-.02668zm.3914.00538c-.0097.01085-.0198.02149-.0315.03261.0249.05652.0996.05139.1864.03243l.0159-.00468zm.034 1.18031c-.0472.014-.0925.0258-.1366.0353-.0978.024-.1946.0273-.2838.0098-.0342-.0075-.0901.0061-.1714.0129.4443.1079.5478.1176 1.1094-.048-.1522-.0629-.3343-.0668-.5173-.011zm.1779-1.89173-.0082.01422.0601-.00116.0067-.0106zm.1955-.22413c-.0215.022-.0468.03986-.0739.05217.0971.01442.1942.02915.2917.04316.0304.00516.063.00442.096-.00219l-.1511-.06392.0108-.00926zm.3054-.20549-.0198.02598c.0398.01156.0795.02312.119.0351l.0263-.0346c-.0423-.00891-.0836-.01779-.1255-.02648zm.0208-.1658c.1448.05594.3097.07289.4811.04947.0051-.0098.0108-.01979.0163-.02938zm.6626 2.57175-.0234-.0026-.0195.0255.1354.0143.0158-.0206c-.037-.0032-.0728-.0093-.1083-.0166zm-.0238.1204-.0213.0296.2936.0046zm.3104.0309.2429-.0605c-.1467-.0369-.1867.0248-.2429.0605zm.6589.1043c.0008.0128.0179.0224.0419.0333.0383-.0005.0763-.0002.1142-.0018.0278-.0884.0442-.1472.0652-.2166-.1308.0568-.2304.1082-.2213.1851zm.3377.0215.1467-.0963c-.1466-.0049-.1506.0368-.1467.0963zm1.6295-2.94001-.2149-.02624-.0216.03032c.0506.03775.1336.03206.2107.03355zm-.1216.28051c.0323-.00945.0648-.01604.0969-.01969l-.2546-.02664-.0237.03382c.0359.05069.109.03135.1814.01251zm-.2975-.26081.024-.02401-.0656-.03108-.0237.02329zm-.3136 3.05271-.0057-.0051-.0533-.0024-.0127.0066zm-.6073-.0304c.0457.005.0914.0091.137.0125 0 0 .0027-.0046.0039-.0072zm.0491-3.29645-.0126.02289.1182.00213.0096-.01753zm.2728.01523-.0106.01396.2031.01984.0237-.03892zm.1156 2.93542-.313-.0295-.0193.0143c.0401.0984.2368.0211.3353.0562.0807.033.1752.0395.2722.0185.0293-.0065.0585-.0151.0875-.0258-.1208-.0115-.2416-.0228-.3627-.0337zm1.0299-2.88682c-.0162-.00957-.0359-.014-.057-.01285-.2388-.01214-.4784-.02345-.755-.03689.225.052.4136.09657.6043.13858.0445.01062.0919.01458.1407.01177l.0085-.00254c.0292-.01065.0578-.02404.0855-.03994-.0053-.02146-.0146-.041-.027-.05813zm1.699-.73146c.0108.00429.0223.00733.0342.00905.0037.00018.0076-.0002.0114-.00112.0073-.00214.0149-.00438.0224-.00662-.0001-.00282.0023-.00642.0031-.00954zm.2637-.15452c-.0069.01227-.0139.02422-.0204.03796l.4762.02538c-.0794-.14931-.2871-.0707-.4558-.06334zm.622.77069-.0123.02248c.0464.00096.0929.00192.14.00144.0063-.00871.012-.01777.017-.02708zm5.239-1.44958c-.1419-.0727-.4457-.09952-.7296-.05554.1372.05143.5756.08062.7296.05554zm2.6221.87023c-.0614.00739-.1232.01851-.1851.0333-.0258-.02431-.0556-.05225-.0806-.07519-.2009.01274-.413.06102-.5366-.04457l-.3023.0727c.1374.0434.29.02768.431.02882.0586.0009.1328-.02645.1406.03701.1433-.02603.2184.0479.3373.05588.0702.00048.1414-.00327.2131-.01123.0493-.06917.0473-.10049-.019-.09623zm-.0192.66441.0099-.01951-.176.00377-.0132.01954zm-.3358.00755.0173-.02331-.1115-.03474-.031.04107zm-.5609.38093c.0037-.01004.0077-.02018.0115-.0299l-.2918.02807c-.0026.00683-.0055.01344-.0084.02037zm-.8417-.18467.0026-.00078c.0158-.00468.0505-.04109.0757-.06164l-.008-.02957-.3902.05492c.1079.05083.222.03212.3199.03707zm-.3885-.14454.0017-.00049c.0089-.00413.0176-.00916.0259-.015l-.0203-.02242-.0324.01883c.0071.00799.0155.014.0251.01908zm.0108-.53069c.0289.02021.0859.01836.1332.02101.3462.01842.6916.0387 1.0405.05217.2418.00938.4889.00854.7336.01256.0627.00098.125.00269.1876.00398l.0265-.04231c-.213-.06864-.5337.02578-.7188-.09516l-.1297.07376c-.0132-.04209-.0235-.07578-.0333-.10831l-.2351-.02634.0397.09332c-.0524.01029-.1046.0174-.1563.02127-.2202.00118-.44.00383-.6563-.00189-.07-.00617-.1371-.0205-.2002-.04272-.0538-.01603-.0942-.05326-.1538-.05355-.2902-.00047-.5846.00793-.8784.0149-.047.00111-.1007.00386-.1361.0632.3046-.05332.6023-.04649.8756.02008.0447-.02527.0928-.03913.1389-.04008.0461-.00094.0884.01046.1224.03411zm.9405-.21842-.0598-.01427-.0155.01991c.0188.0056.0374.0113.0571.01505.0008.00168.012-.01311.0182-.02069zm-.2821-.08686c-.0756.00188-.1595.00848-.2378.00447-.2241-.0111-.4433-.03159-.6706-.03629-.0478-.00088-.1212.04953-.217.09125-.0675-.00307-.0675-.00307-.1399-.08163-.0151.00478-.0299.01164-.044.02037-.0118.01147-.0223.02412-.0312.03762l-.2161-.00832c.062.126.3893.12735.7154.01218.0198.03597-.0231.12977.1149.07558-.0012-.01785-.0024-.03665-.0036-.05545.0831-.06095.332.06892.3974.21022l.4378-.03162c-.0492-.08445-.1838-.06481-.3151-.0621.0778-.08109.2095-.06763.2098-.17628zm-2.1389.30836c-.0236-.06264-.1031-.03342-.1698-.02489zm-.0253.4481.1839.02904c.0089-.01497.018-.03011.0273-.04542l-.1913-.0147zm.4458-.6266-.1232-.02236.0169-.01842.1346-.02954c-.1512-.07123-.345-.03571-.5455.01396.1253.07632.2982.07186.5172.05636zm.8902.68123-.1855-.00904c.0528.03675.0528.03612.1855.00904zm-.5325.15731.0321-.02322-.067-.02714zm-.1354-.04399c.031-.00005.0627-.00341.0946-.01004.0111-.01958.0345-.04757.028-.05458-.0188-.011-.043-.01311-.0676-.00589-.0273.00905-.0542.02105-.0801.03578.0089.01207.0109.0335.0251.03473zm-.0258-.03578c.0159-.02418.0305-.04797.0562-.0856l-.1439.0623zm-.0931-.02487c-.0616-.0409-.0556-.14485-.1991-.10788l-.0152.08082c.0255.08281.134.03385.2143.02706zm-.6726.04762c.0318.00149.0741-.00942.0969.00044.0465.02008.1016.02384.1581.01078.0679-.0176.135-.04639.1983-.08507-.1428-.00316-.2827-.0123-.4293-.00668-.1078.00864-.2174.03029-.3263.06448.101.00689.2016.01293.3024.01762zm-.1351-.11239c-.1256-.06507-.1575-.06906-.3779-.04004zm-.3094-.67976c-.0613-.0483-.0792-.05034-.2602.00568zm-.2404-.3661-.077-.00921c-.007.01039-.0137.02099-.0208.03169l.0743.01509zm-.4192.95627c.0692-.00026.1316.02109.1789.06116.0522.04842.1575.05821.2571.09009-.0158-.09783-.0158-.09783-.2623-.13901l.1869-.04244c-.1484-.06762-.3125-.08874-.5303.02189.0568.0043.1141.00591.1698.00987zm-.1119-.71447.2518.01887c-.0398-.07987-.0398-.07987-.2517-.0173zm.021-.07006c-.005-.00522-.0101-.01074-.0155-.01586l-.0303.00897c.0004.0072.0013.02005.007.01933l.0036-.00107c.0118-.00246.0236-.00584.0353-.01012zm-.0768.40971.0189-.02381-.0663-.02223-.0249.03547c.0241.00467.0486.00799.0724.01182zm-.1264.50514.0134-.02027-.0594-.00894-.0132.01922zm.0057-.21116c-.0214-.01796-.0411-.04757-.0536-.0423-.018.0069-.0362.01228-.0544.01608-.0879.01925-.15-.00998-.2217-.02137-.026-.00204-.0528-.00172-.0799.00095.2378.10472.2378.10472.4097.04789zm-.1372-.33978.0991.02468c.0224-.08036.0224-.08036-.099-.02342zm-.3266.07157-.0901-.0513-.0643.08669.1343-.00296c.0061-.01041.0128-.0207.0202-.03118zm-.0497.40808.019-.02892-.1105-.01302-.0191.03756zm-.4646-.37366.033-.05032-.1949-.01936-.025.03932zm-.4826.28305.0424-.00965c-.0251-.06476-.0675-.06563-.1401-.03397-.0048.06017.0357.05715.0977.04362zm-.116-.5405c.0259-.00572.0508-.01501.0742-.02193l-.1889.006c.031.02083.0721.02634.1147.01593zm-.1547.57256.0145-.03621-.1281.02124zm.0566-.11761c-.0345-.01407-.0631-.02446-.1014-.0387.0093.0493.0114.06051.0538.05116.0119-.00225.0278-.00693.0476-.01246zm-.1806.10284c-.0241-.00816-.0508-.0108-.0786-.00775s-.0561.01172-.083.02547l-.0051.02993zm.8984 21.21004c-.0029-.0044-.007-.0078-.012-.0099-.0071.0047-.0139.0083-.0214.0134l.0398.0058c-.002-.0039-.0045-.0064-.0064-.0093zm-1.081-21.97196-.0696.08762.6525-.0034c.1594-.00109.3345-.02792.4508.04342.0191.01347.044.01873.0706.01491.1249-.03402.2504-.07012.3752-.11081.0881-.02988.1411-.02159.1601.04273.0003.00344-.0269.01946-.0485.03476.0601.01418.1236-.01767.1855-.0481.0776-.03823.1527-.07703.2165-.02722l.1538-.22072c-.1042.00202-.1917.01095-.2689.00341-.0771-.00754-.1365-.03056-.2139-.03258.0632.07712.1839.09192.2952.11779-.193.03241-.379.07299-.5529.0356-.1719-.04436-.3648-.03633-.5574.0232-.0061.0021-.0121.00389-.0182.00536-.0391.007-.0774.00684-.113-.00045-.1273-.02276-.249-.05417-.3772-.07475-.0437-.00099-.0885.00273-.1338.0111-.0668.00603-.1297.00639-.196.01608-.0663.00968-.1254.0265-.199.04281.0194.07538.1142.03302.1882.03924zm1.5341-.19771c.002-.01049-.0103-.01867-.0196-.03221-.0179.01455-.0399.02713-.0408.03441.001.00605.0038.01131.008.01523.0043.00392.0098.00636.016.00706l.0023-.00068c.008-.0014.0315-.01729.0328-.02342zm-.2241.00809-.0758-.02774-.0261.02751.0834.02134zm-1.0685-.54653-.1712.00366-.0024.00548.175-.00379zm-.3844.18415c.0851.00676.1693.01799.2566.01552.3647-.01196.6947.05023 1.0819-.00923-.0266-.00858-.0546-.01408-.0838-.01644-.4133-.00562-.8279-.00929-1.2547.01015zm.8143-.18308 1.0043.02264c-.3243-.04414-.6609-.05173-1.0043-.02264zm1.257-.08393.0101-.00907-.1522-.01316-.0096.01753zm5.7323.70344c-.1195-.01227-.242-.0195-.3628-.03013-.0626-.00547-.1221-.01629-.1849-.02041-.0629-.00411-.1307-.00291-.2337-.00441-.0796-.08121-.2834-.04403-.4459-.06147-.3302-.0356-.6723-.05237-1.0096-.07697-.6603-.04859-1.32-.09894-1.9815-.14556-.3763-.02614-.7527-.05227-1.1347-.06778-.3625-.0149-.7322-.0165-1.0989-.02345.0785.01737.1539.03884.236.05034.0587.00821.1298-.00034.0836.06441.0782.00881.1413.01668.2059.02219.0319.00355.0649.00343.0985-.00036.2159-.03183.3931.01449.5936.01623.0548.00009.0947.03304.1223.04372l.3044-.07046c-.0025.04386-.0042.06927-.0067.10863.0397-.0047.0971.00326.123-.01716.0942-.0722.1581-.05023.2231-.03398.1522.03454.3017.07309.4512.11132.1006.02617.1311.01971.2591-.06472-.0017.07745.0377.09839.1277.02965.033.02216.0555.05256.0944.05607.0389.00352.0904-.02222.1323-.03397l.0718.06948c.1352-.0166.249-.04992.3316-.03695.1699.0274.3585.02181.5375.03281.1849.00924.3745.01295.5591.02355.0664.0064.1309.01785.1933.03424.076.01648.1377.04936.2532-.01093.0689-.0357.0947.00874.0946.05952.0382-.0199.0782-.03259.1177-.03728s.0776-.00129.1119.01001c.1316.03714.2984.03255.4551.03642.2056.0031.4163-.00068.6238.00059.0361.00596.0739.00723.1126.00379-.0187-.01363-.0334-.03292-.0585-.03573zm.3016 1.52919-.0035.00775.1521-.00343.0035-.00775zm.498-1.39242c-.003.00087-.0161.02136-.0248.03286l.0773.0091.0232-.03623c-.0255.00083-.049-.00341-.0762-.00303zm1.0079.55133c-.0303-.06706-.1148-.07402-.3635-.02452-.0053.01116-.0107.02168-.0163.03262zm-.6681-.16732.0066-.01342-.0921.00164c-.0018.0034-.0032.00671-.0051.0098zm-.1614-.36103c.0761.04808.185.02645.2786.02849.0643.03658.1518.02702.251.0127-.0588-.10811-.2971-.12649-.5296-.04119zm.6677.02819c-.0106.00698-.0209.03044-.0161.03669.0061.00907.015.01566.0258.01905.0109.00338.0232.00344.0356.00016.0315-.00916.0625-.02294.0919-.04086-.0292-.05076-.072-.05728-.1372-.01504zm.2839.4909c-.0058.00843-.0113.01707-.0168.02572l.0672-.00132.0093-.0165zm.1687.00765c.0415.12089.2345-.01402.3025.06424-.0272-.0916-.0548-.09687-.3015-.06422zm.9489-.30553-.1131-.01256-.0134.02246c.0388.00226.0774.00525.1162.00782zm-.2011.40202c.0339.00467.0745.02302.1186.01351.0183-.00473.0362-.01352.0522-.02565.0161-.01213.03-.02727.0404-.04418l-.3293-.03778c-.0501.10804.0632.08765.1181.0941zm-.2748-.03602c.0134-.0076.0264-.01594.0391-.02496-.0047-.00499-.0094-.01541-.0137-.01383-.0141.00561-.028.0126-.0413.02083.0047.00688.01.01226.0159.01796zm.1072-.38291c-.0695-.03533-.0695-.03533-.235.00557zm-.2187-.17137c-.0073.01173-.0152.02367-.0229.0355.058.05314.1596.03333.2543.0258l.0183-.02872zm.3543.04351c.0386.07672.158.01463.2427.03369-.0815-.04298-.1063-.04589-.2426-.03181zm.4084.48606c-.031.00916-.0617.01822-.0926.02927l.0032.04887.1002-.04079zm8.9544.04445c.1213-.01825.2433-.03992.3658-.06335-.0433-.05106-.099-.0739-.2146-.01737-.0046.00216-.0093.00355-.0139.00409-.0152.00448-.0334.00411-.0336.00098-.008-.06566-.0568-.03622-.0937.00724-.0274.03238-.027.05523-.01.06841zm-.1643-.04438c-.0474-.05208-.1195-.03814-.2015.00428zm-.4536.08833c.0084-.01077.025-.02399.0242-.03172-.0018-.0055-.005-.01015-.0095-.01351-.0044-.00337-.0099-.00536-.016-.00579-.025.00464-.05.01203-.0746.02203zm-.1258-.02158c-.007-.07074-.0769-.05519-.1412-.04067-.0142.00419-.0286.00619-.0419.00852-.0204.00373-.0408.00892-.0612.01553-.0155.00458-.033.00974-.0468.01384-.0171.00475-.0342.00596-.05.00354-.0159-.00241-.0302-.0084-.0421-.01755-.0149-.01188-.0829.01779-.1266.02846.0904.06017.3805.03832.5098-.01167zm-.5917.4462c-.0002-.00345.0029-.00756.0046-.01159l-.1007.00199-.066.01949.0002.00439zm-1.0687-.28781c.1465-.01136.2929-.02012.4428-.04267.1262-.01908.2395-.0254.3043.02474l.3048-.11623c-.0136-.01227-.0201-.02951-.0356-.02972-.1844-.00267-.3701-.004-.5554-.00293-.0524.00016-.1014-.00867-.1658.03588-.0109.00683-.0227.0114-.0344.01337-.0325.006-.0645.00671-.0947.00211-.0704-.01115-.1328-.03518-.2152.04759-.0038.00367-.0339-.00498-.0537-.00873-.0338.07992.0333.08183.1029.07659zm-1.1488.34541c.1703-.02157.3406-.04259.5108-.06306-.008-.00602-.0185-.00866-.0298-.0075-.2472.05037-.4342.00375-.6088-.05294l-.2305.11151zm-.4268-.11978c-.0528-.01027-.0895-.05211-.2211.02474l.2055.00539zm-.148.1395c.0035-.009.0066-.01759.0097-.0265l-.0763.01615-.0036.01161zm-.4873.00536.0491-.00107c-.0131-.05586-.0482-.0522-.0911-.02931.0185.00394.0333.01469.042.03038zm-.6275-.12341.0027-.00078c.0061-.00695.0116-.01426.0167-.02187l-.0289.00086c-.0019.00728-.0029.01456-.0029.02164.0035.00107.0074.00122.0114.00044zm-.0744-.27946-.0809.0584c.0049.00365.0094.01094.0179.01226.1198.01763.2484.00763.3771-.02933.0442-.01396.0884-.01414.1261-.00052.0619.03632.1501.01634.2279.01952.1208.00489.2635-.03376.3673.00582.2554-.06011.4482.02407.6966-.01928l.0142-.00419c.0125-.00357.0249-.00476.0367-.00352.1781.04863.3928.01969.6021.00223.0733-.006.1475-.01385.2186-.0154.0491-.00107.0882.00015.0881-.05793l.1113-.01596c-.0465-.01988-.0967-.03325-.1496-.03979-.0428-.00141-.0992.02579-.1692.04582-.0719-.01802-.1464-.03015-.223-.03631-.1566-.00418-.3207.00693-.4798.00698-.1132.00151-.2213-.01188-.3369-.01031-.4067.00327-.8181.01813-1.2215.01406-.4259-.00192-.8454-.01977-1.2667-.03296-.1405-.00447-.2762-.01739-.4155-.02413-.0382.00234-.0769.00768-.1157.01596.0439.10613.1372.13799.2797.12112-.0011-.01598.0012-.0323.0026-.0573.1242-.02396.2436-.00916.3411.0423.0787.03583.1233.09129.256-.00889.0205-.01564.0815-.01291.1088-.00244.0766.02942.1676.02265.2655.01257.108-.00505.2149-.00454.3202.00152zm-1.1055.36936.1844-.02956c.0015-.0129.0036-.02631.0055-.0393l-.1864.04516zm.3814-.03122c-.0025.0036.0077.00985.012.01495.0126-.00882.0247-.01847.0361-.02887.0024-.00068-.0077-.00986-.015-.01856-.0122.00999-.0236.02097-.0341.03277zm1.9919 24.62841.0349-.0474-.1675-.0562c.0302.0914.0859.0893.1316.1039zm-2.7351-24.06021c.0027-.01068.0057-.02115.0084-.03184l-.1191.01474-.0068.01957zm-1.2653-.0541c-.0381-.06826-.1394-.03354-.21-.04845l-.0256.03951zm-.6857-.9642-.0079.0186.1383-.00319.0079-.01829zm.245.69844c.0351.01135.0742.0144.1146.00894.0384-.00848.0852-.03317.183-.086-.101-.05861-.0996-.05775-.2056.0288-.0297.01993-.0611.03629-.0934.04865zm.1806-.23601.175-.00379.0051-.00855-.1693-.01831c-.005.01106-.0084.02069-.0121.03104zm.0046-.44551-.0116.02291.1752-.00388c.0016-.00293.0033-.00579.0052-.00855zm.2396.66684c-.0296.00676-.059.01664-.0879.02947l.0048.04327c.1353.01083.2651.02707.402.03199.3125.01178.6274.0187.9432.02471.0386-.00058.0786-.00957.1174-.02635.1279-.05503.1388-.05668.1868.00865.0639.08684.1593.10143.3042.02256.0836-.04364.1726-.06473.2563-.06071l.0856-.00167c.0621-.01832.1231-.03636.183-.05212-.0438-.00111-.087-.00305-.1314-.00271-.4228-.00061-.8502.00912-1.2697.0018-.1825-.00325-.3668-.00821-.5235-.05932-.1352-.04211-.3149.02342-.4731.04111zm1.0927-.6686c-.02-.01293-.0394-.02605-.0591-.03908l-.0317.02855.0692.03031zm-.6975-.32466-.0268.01717c.0065.00397.0137.00699.0214.009.0048-.00182.0094-.00437.0137-.00754-.0033-.00626-.0069-.01222-.011-.01785zm.1099-.00055-.0078.01893.067-.00415.007-.01612zm-.0042.18231c.0056.00439.0123.01392.017.01286.0122-.00614.0239-.0138.0348-.02274-.0079-.00308-.0154-.00949-.0247-.00802-.0094.00148-.0204.01335-.0297.01962zm-.3409.5688c-.0057.01094-.011.02178-.0163.03293.152.02661.3288.0044.5063-.02185zm.586-.33275.1382.00578.0128-.02643-.1428.0032zm.4712-.41093c-.0143.00582-.0284.01275-.042.02072-.0023.00068.0013.01973.0059.01868l.0036-.00107c.0132-.00371.0262-.00832.0391-.01379-.0052-.00804-.007-.01516-.0091-.02188zm.2227.17594c-.1042-.00883-.1975-.03746-.3051-.03759-.1077-.00014-.2305.01473-.3754.02561.1475.08418.346.04021.5053.05862.1453.01908.2979.01563.453-.01024.0193-.00378.0387-.00949.0577-.01706-.091-.06987-.2332-.00774-.338-.01668zm1.9169-.20512.0697.06787.0341-.0286c-.0052-.03901-.0533-.03917-.1038-.03927zm4.9402.06699c-.2365.00825-.4728.01609-.7108.02764-.0891.00431-.1835.02228-.2724.02524-.067.00351-.1277-.00442-.1941-.00652.0135-.03017.0228-.05146.0332-.07367l-.2401.00547.0559.03744c-.0179.01656-.0371.03154-.0573.0447-.0196.00583-.0392.00763-.0576.0053-.0183-.00234-.035-.00877-.0489-.01886-.0375-.01893-.0751-.03785-.145.00482-.0764-.02275-.1535-.04405-.2284-.06823-.0474-.01537-.0063-.09743-.0891-.08736-.0068.06588-.0212.13399.099.1518-.0329.00885-.0657.01121-.0965.00696-.0307-.00426-.0587-.01505-.0823-.03172-.0503-.02888-.0933-.05929-.1861-.01782.0009.01378.002.03132.0007.04704-.0979-.01099-.1924-.02619-.2923-.0318-.0618-.00378-.1275-.0115-.2027.04264-.0127.007-.0262.01099-.0393.01159-.0097.00147-.0194.00371-.0291.0067-.0489.01525-.0974.01193-.1351-.00926-.0241-.01246-.0519-.01866-.0817-.01816-.0297.00051-.0606.0077-.0903.02107-.0922.04033-.2041.01143-.3029-.00344l.0874-.02583c-.0434-.00398-.0885-.00246-.1342.00452-.1403.04224-.2798.0406-.3982-.00468-.0579-.02474-.1251-.0323-.1951-.02197-.0699.01033-.1404.03821-.2046.08097-.0322.01788-.0669.02635-.0993.02422-.1688-.01079-.3361-.02843-.5068-.03675-.0598 0-.1206.00428-.1818.01282-.0084.00164-.0168.00412-.0251.00741-.0119.0035-.0231.00682-.0252.00458-.0447-.05609-.1205-.03273-.1967-.00896-.0267.00885-.0535.01613-.0803.0218-.0269.00476-.0705.00678-.0746-.00509-.0354-.09907-.1718-.05622-.2758-.05711-.0284-.00133-.0579.00244-.0874.01112l.2203.02114-.0161.02709c-.1446-.01029-.3327.05392-.4416-.06909l-.1514.10856-.1522-.02912c.0182.03198.0201.06111.0377.06231.1088.0084.2066.02774.3388.00273.1399-.02631.2691.00097.404.00585.3034.01222.6072.02819.9103.03602.1243.00257.2593-.01622.3886-.02377.0326-.00487.0644-.0034.0934.00433.0652.02992.1359.02085.2262-.02369.0977-.04803.1709-.02431.2354.0007.0421.0163.0579.03655.1395-.0016.0652-.03077.1525.00221.2313.00415.0528.00398.1074.0019.1627-.00623.0893-.01776.1687-.03196.2391-.00006.0395.01771.1196-.00691.1805-.01055.1676-.00957.3249.00463.5097-.04328.0877-.023.171.00187.2592-.00246.5602-.02777 1.1212-.05701 1.6828-.08774.138-.00883.2767-.01597.4154-.02437l.0123-.02821c-.0424.00037-.089-.00247-.135-.00133zm.1632.20725-.1203.01701.1241-.01141c-.0011-.00252-.0024-.00491-.0039-.00717zm.0861-.0925-.0287.01328c.0031.0058.0034.01592.0095.01636l.0033-.00098c.0085-.00302.0168-.00698.0248-.01179zm.1679-.00361-.0188.00555.0196-.00356-.0015-.00337zm.29.01652c.0136.00194.028.00136.0426-.00173.011-.00237.0221-.00563.033-.00974zm1.5119 20.84516c-.0025.0084-.0046.0167-.0071.0248l.13-.0023.0103-.0385zm-.9595-20.92978c-.0187.00232-.038.00578-.0566.00842l.0762-.0075-.0003-.00376zm1.3936 20.86738c.0595.0511.137.0374.2202.003zm-1.0796-20.91543-.0078.02497.1407-.01409.0088-.03455zm1.3125 20.91813c.0555.0817.1554-.0002.2369-.0144l.0068-.0339zm.4877-.2887c.084.071.1736.0381.2426.049l.0239-.0556zm1.1267.59c.0141-.0163.0216-.0249.0216-.0249-.0426-.0286-.0934-.0293-.1587.0367zm-.0413-.2257c-.0002-.0038-.0314-.0019-.0482-.0024-.0083.0283-.0161.0572-.0244.0855l.0519-.0035c.009-.0267.0162-.0529.0207-.0796zm-.2604-.0377c.0968.019.1972-.0145.3302-.0931-.1228-.002-.2055-.0054-.29-.0024-.0181.0005-.0621.0279-.0629.0367-.0029.022.0043.055.0227.0588zm-1.5331-21.30898c.0121.01547.0297.02574.0504.02951.0473-.01174.0943-.02308.1417-.03357zm1.2806 19.10498c.0602.0719.1031.1007.204-.0079zm2.5856-20.1535-.0005.03847.3407-.08243c-.0008-.01159.0005-.02345.0004-.03524zm4.0391 13.3267c.0446.0331.174-.0093.2649-.0173l.1338-.0114-.1422.1292c.39-.0418.7336-.1528 1.0673-.3514-.0008-.0125-.0016-.0254-.0002-.0389-.0757.0192-.1513.0364-.2269.0575-.1737.0484-.3474.1026-.5207.1471-.1002.0289-.2001.0316-.289.0078-.0889-.0239-.1636-.0734-.2163-.1434.1638-.0663.1723-.0653.2571.0646.0716-.0327.1492-.0636.2227-.1022.0735-.0387.1484-.0866.2471-.1452-.0674-.0027-.1186-.0039-.1686-.008-.0156-.0011-.0305-.0028-.0457-.0043-.1828.0639-.3653.1283-.5476.1937-.1183.0429-.2367.0839-.3548.1239.1118.0229.2321.032.3191.0983zm-.2968 1.7424c.0878-.0819.0878-.0819.3733-.1589-.0788-.0169-.1203-.0404-.1666-.0325-.0777.014-.1594.057-.2372.0701-.0734.0077-.1459.0093-.2166.0046l-.019.0334zm.0862-1.2245c-.1615-.0258-.1847-.0164-.3401.1483.1278-.0566.2312-.1012.3401-.1483zm-.2817.7802-.1815.0371c.0797.0211.0797.0211.1815-.0371zm-.096-.9295c-.0119-.0326-.0172-.048-.03-.0844l.2935-.0838.0436-.0736c-.0866-.0431-.1692-.0835-.2627-.1296l-.1465.1046c.0216.0424.0387.0786.0697.1361l-.3356.0874c-.0037.01-.0078.0198-.0115.0296zm-.3705.9291c-.0591-.0359-.1294-.0554-.2053-.0571-.0759-.0016-.1554.0146-.2325.0475.1358.0972.2557.0995.4378.0096zm-.862-.3256c.0016-.0126.0028-.0248.004-.0372l-.2039.034c.0011.0179.0003.0363.0008.0544zm-1.1014-13.31411-.1158.01345-.005.02702.1164-.01522zm.3537 14.12031c.161.046.3247-.0024.5124-.145-.0973-.0533-.139-.1575-.3415-.0798.0723.0348.171.043.0704.1602-.0741-.0059-.1553-.0129-.2388-.0201-.0574.0425-.0529.0711-.0025.0847zm-.6621-14.03335c-.0295-.01625-.0646-.02342-.1021-.02079-.0375.00262-.076.01494-.1118.03576.0159.08918-.1068.08007-.1571.16871zm-.5636-.39104c-.1474-.03757-.1474-.03756-.2619.00647.0417.09816.136.03233.2619-.00647zm-.2068.65469c-.0998-.02408-.2138-.00961-.3222.0409.1056.05724.2158-.00117.3222-.0409zm-.3824-.04159-.1062.10418c.0959.00136.1256-.03391.1062-.10418zm-.1088-.4149-.2902.04135.0374.0161.0033-.00097c.0757.0316.0966.02191.2488-.05753zm.4358 13.42549.2787-.052c-.0825-.0695-.1852-.0197-.2834.0058zm-1.0806-13.39116c.0521.00261.1069-.00617.1608-.02577l.0066-.00195c.0705-.05819.0939-.05969.2452-.06542.0054-.00038.0109-.00189.0162-.00444s.0102-.00609.0145-.01037c.0507-.06287.0875-.02937.1329-.02426.1017.01212.206.02314.3356-.07836-.0656-.00011-.1219-.01733-.1575.00341-.0762.04452-.1159.03422-.1608-.00008-.0219-.01031-.0483-.01246-.0754-.00615-.102.01927-.2046.03967-.3105.0598l.194-.0158-.001.04179c-.0769.00707-.1535.01341-.2295.01799-.069.0041-.1369.00468-.2045.00453l-.0229.00454c.0219.04206.0386.07066.0563.10054zm-.4242.0027c-.0131-.01056-.0302-.01601-.0491-.01564-.0188.00037-.0385.00656-.0564.01774zm-.5459-.15103c.0664-.00342.132-.00331.1967.00032.1467-.02418.2945-.05826.4431-.09544.0701-.01753.1397-.01765.21-.0333.119-.02622.2384-.06307.3572-.08699.2859-.05666.5711-.10708.857-.16311.0664-.01323.1507-.06686.193-.05285.1306.04379.25-.05437.3733-.09114.04-.01179.0806-.0388.1179-.04345.0462-.00252.0914-.00037.135.00644.0155.00116.0305.00407.0444.00603l.067-.07182c.0608.00376.123.00257.186-.00356.1689-.03009.3386-.06808.5073-.10099.103-.01956.1246-.02787.2396-.14136-1.3174.23942-2.6211.54054-3.9275.87122zm4.3535-.54841c-.0877.03135-.1782.08203-.2653.05698-.0956-.02701-.2023-.00731-.3118.03047s-.2115.05194-.2998.00809l.133-.09006-.2511.05279c-.0006.04712-.0012.08465-.0016.11895.0636.02144.122.04121.1891.06325.0582-.09255.1196-.07846.1882-.05816.0596.01719.1379.05218.1894.02769.1534-.07275.2931-.06548.4373-.08732.1372-.02073.2747-.02529.3982-.15372-.1242-.03451-.2666-.02406-.4057.02978zm.8744-.03031.2079-.04128c-.0591-.04481-.1293-.04355-.2079.04002zm.3897 2.97075.0015.02349.1507-.04099-.0016-.0235zm.2021.26791c.058.00297.0885.00579.1197.00456 0 0 .0194-.03224.0143-.03808-.0265-.03465-.0618-.02422-.1341.03227zm2.6209 3.80655c0-.0063 0-.0122.002-.0193l-.126.0205c.001.009.002.0184.002.0275zm-.4701 1.3495.1457-.0811c-.0047-.0101-.0093-.0199-.0137-.0301l-.1477.0756c.0054.0115.0105.0227.0156.0343zm-1.0381.381c.2251-.0799.2256-.0778.2906-.1427-.1997.0316-.3891.0355-.5857.1661.0942.0475.1928.012.295-.0246zm-.5854-5.87644c-.0212.0516-.0374.09183-.0553.13672.1279-.0349.1302-.041.0543-.13768zm.0204-2.31623c.1199.00289.2293-.06774.3426-.11337-.2347.00037-.2949.02071-.3437.1124zm.1572 6.74187c-.0038.0139-.008.0275-.0121.0415.0372-.0014.0748-.0035.1114-.0035.1886-.0011.3838-.0923.5774-.1089.1575-.013.3267-.0697.485-.066-.3731-.0488-.7687.0482-1.1628.1359zm.9483 1.0811c-.0719.0068-.1291.0467-.188.0823.0037.0091.0077.0186.0119.0284l.1798-.0997c.0267-.0058.0533-.0086.0792-.0084.0084.0879.0848.0519.1459.0256.0604-.0294.1196-.0626.1772-.0993-.1414-.0122-.2725-.0064-.4071.0701zm.6499-1.2432c-.051-.0807-.0852-.0796-.2588.0126zm.0297-.2055c-.11-.0313-.11-.0313-.1944.0418zm-.1298-4.44063c-.0868-.01045-.174-.03259-.2768.05559.2209.07204.305.06763.5137-.024-.088-.01245-.1624-.02359-.238-.03255zm1.0629 4.37263c.067.0028.125-.0352.17-.1084l-.178.0676zm-.399-6.15446-.11.04111c.001.00877.003.01664.005.02544l.11-.04162zm.004 1.60218c.1.04536.1.04536.167-.04283zm.913 3.85868c-.18.0482-.359.0904-.576.1446.056.0273.085.0524.124.059.173.0295.367-.0445.55-.0696.036-.0047.079-.0483.129-.0813-.025-.0301-.059-.051-.099-.0604s-.085-.007-.13.0069zm2.053-.3468c.043-.0117.087-.0154.128-.0111.075.0083.145.0252.229.0404.009-.0549.015-.0887.021-.1204l.166-.0346c-.011-.0746-.062-.0703-.125-.0512-.074.0218-.148.0436-.221.0654-.204.0579-.408.1149-.611.1737-.027.0108-.053.0242-.078.04l.005.0343c.048-.0107.096-.0189.144-.0331.113-.0353.227-.0736.342-.1048zm-1.422.3117.113.0155.064-.132-.182.0897zm-.267.1487c.087-.0074.147-.0434.183-.1257-.172-.0161-.197.0024-.184.1249zm-.25-4.37954c-.01-.00281-.058.02988-.059.04175-.003.02392.014.04481.028.07961.038-.03372.08-.05767.082-.07515s-.028-.04011-.052-.04707zm.067 1.74458c.037.09473.127.05353.256.01593-.032-.02604-.073-.0413-.118-.04425s-.094.00652-.14.02746zm.345 2.13696c.067.0979.178.0511.301.0109-.082-.0809-.191-.0399-.302-.0118zm.276-4.0934c-.05.02462-.1.05988-.15.07136-.134.03174-.205.1011-.226.25092.086-.09821.2-.16843.318-.19647.089-.02516.091-.03774.057-.12667zm.325 4.3553-.386.2813c.125.0368.651-.0916.864-.2233-.201.0516-.386.0695-.479-.059zm.028-3.55722c.115.03.115.03.219-.08245z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg fill='none' height='36' viewBox='0 0 117 36' width='117' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e7792b'%3E%3Cpath d='m86.0629 32.1596c-.1808-.0429-.369-.0755-.4821-.1899-.0203-.0122-.0454-.0198-.0739-.0223-.3925-.0823-.7868-.1615-1.177-.2463-.5085-.1104-1.0135-.2253-1.5191-.339-.1411-.0317-.2803-.066-.4259-.1003.1179-.0894.2082-.0504.3005-.0298.2272.0516.4498.1083.6807.1522.1117.0208.2399.0162.3589.0264.0469.006.0919.0147.1348.0261.0388.0075.0759.0291.1165.0226.1945-.0316.3383.0214.4941.0545.4186.0882.8344.1816 1.2536.2691.1015.0211.2135.0278.3204.0418.0829-.1132.0081-.1305-.0628-.1479-.1596-.0397-.3223-.0757-.4806-.1172-.0586-.0155-.146-.0116-.1369-.1052l.4279.045.0763-.1819c-.0478-.0644-.1546-.0583-.2973.0171-.029-.1293-.1453-.1612-.3011-.1654-.0868-.0033-.1625-.0243-.2212-.0614-.1197-.0777-.2537-.0728-.4283.0147-.0667.0326-.1354.0575-.2031.0736-.0274.0045-.0533.0046-.0762.0003s-.0423-.013-.0572-.0254l.3134-.077.0154-.0359-.5822-.1748c.0627-.0586.1144-.1068.1847-.1722.3851.0925.7527.1974 1.1423.2697.3812.0674.7793.1108 1.1918.1301l-.8571-.2394c.0564-.019.1009-.0451.1296-.0426.0857.0061.1667.0197.2417.0406.1575.0465.2964-.0004.4458-.1404-.1588-.046-.3131-.0909-.4677-.135-.0836-.0242-.1591-.0522-.1394-.144.0143-.0695-.0495-.0872-.1144-.1053-.1087-.0312-.2145-.0657-.3669-.1123.2718-.094.4679-.1198.6275-.0844.087-.034.1744-.0633.2615-.0877.1688-.0354.2641-.1584.1914-.2524-.0452-.0581-.0716-.1296-.1313-.1767-.0844-.0663-.195-.1238-.3578-.0692-.4102.1373-.6794.0453-.9314-.0977-.0734-.0415-.1822-.0509-.2789-.0726-.0758-.0172-.1526-.0287-.2292-.0428.0075-.0154.0143-.0306.0215-.0456l.4668-.0049.0153-.025-.2447-.0995c.0073-.0126.0142-.0254.0224-.0396.1452-.0087.2871-.0105.4253-.0052.1817.0165.353.0527.5296.0789.2655.0425.5711.0217.8896-.0604.1003-.0309.2007-.0674.3004-.1091.0004-.1199-.1345-.0578-.1818-.0788.0949-.0809.1901-.1603.2684-.229l-.0752-.2111c-.1715.005-.3691.0122-.5649.0154-.0521.0014-.1014-.0027-.1467-.0124-.4954-.1173-.9908-.2359-1.4861-.3557.1912-.2088.2327-.2189.4234-.1531.1547.0545.3193.1012.4853.1397.388.0893.7795.1737 1.1688.2615.2003.045.1994.0471.4023-.0997.0439-.032.0839-.0653.1254-.0982-.0135-.1039-.0568-.1949-.1274-.2673-.0706-.0725-.167-.1251-.2834-.1546-.6603-.1905-1.3077-.3963-1.9558-.6015-.1462-.0463-.2739-.1136-.4285-.1795-.0569.0374-.1208.0784-.184.1202-.1436.0946-.1672.0778-.2092-.0381-.028-.0773-.1134-.1349-.1891-.1891-.0627-.0463-.1462-.0772-.2043-.1418.0626.004.1269.0052.1927.0034.1025-.007.1783-.0719.1458-.1351-.038-.0737-.0807-.166-.1693-.1906-.1867-.0521-.1402-.1918-.1801-.3145.157-.0315.2024.0461.2829.0783.0895.0358.1714.077.3-.0186-.0223-.1104-.1399-.1485-.2502-.1911-.0467-.0146-.0782-.0449-.0894-.0859-.0111-.0411-.0013-.0905.0278-.1404l-.249-.1741c.0068-.0076.0139-.0155.0211-.0234l.3235.0509c.036-.0632.068-.1184.103-.1811l-.3843-.0903.0239-.0367.482.066c-.0617-.0905-.2616-.0448-.2327-.1736.0382-.0288.0935-.0582.1185-.0935s.0252-.0822.0394-.1375c-.2113-.1152-.4501-.2213-.752-.2593-.1579-.0201-.3112-.0485-.4599-.0824-.117-.0265-.2182-.065-.2212-.1842-.0011-.0545-.0553-.1016-.1033-.1385-.1475-.1122-.3049-.2185-.4559-.3268-.0157-.0078-.0267-.0198-.0319-.0349-.0024-.0329-.0126-.0627-.0302-.088l.0947-.0003c.0576-.0066.1166-.0176.1764-.0328-.0722-.071-.1877-.1061-.3265-.0994l-.1321.0009-.045-.022c-.1447-.0738-.2989-.139-.4522-.2068l.0497-.001c.1474-.0031.3055-.0191.458-.0284.0819-.1026-.0251-.1038-.1297-.1031-.2337.0002-.4703.0036-.7021.0016-.0369-.0182-.0701-.0399-.0993-.0649l.4858-.038.0052-.0148c.9665.1817 1.9318.3658 2.9029.541.553.1 1.1191.1804 1.6811.2665.2003.0307.2935-.0038.467-.161l.6468.1165-.0152-.1027.5596-.0101c.0781-.1049.0739-.16-.0411-.1801-.0866-.0161-.169-.0379-.2465-.0651-.018-.0063-.0147-.0374-.0197-.0586.0547-.0045.1205.005.16-.0181.1016-.0591.1934-.0628.2892-.0623.2198.0016.2803-.0407.2923-.2054.0014-.0218-.0013-.0432-.0024-.0607.3351-.1804.6327-.4223.852-.6924l-.6867-.3592.8581.0049.0313-.046c-.0611-.0293-.1279-.0529-.1997-.0704-.0773-.0099-.1433-.0352-.1935-.0742-.0503-.039-.0838-.0908-.0981-.1519l.2843-.0806c-.1417-.1728-.1436-.1702-.3159-.2063-.0909-.0196-.174-.0499-.2604-.076-.1641-.0508-.3272-.1021-.4696-.1466.1826-.0547.1826-.0547.3879-.0204.1131-.0982.0925-.1705.0273-.2418-.0405-.0442-.085-.0855-.1324-.124.1201.0186.2583.0084.387.013.0659.0028.1671-.0118.1905.0159.1231.1468.3685.1346.5689.182.1326.0315.2425.0133.3681-.1047-.1979-.0584-.0662-.2132-.0618-.3364-.0851-.0267-.1607-.0566-.2437-.0764-.1941-.0495-.3897-.0969-.5866-.1422-.0509-.0149-.1074-.0228-.168-.0236-.4407.0117-.7966-.1152-1.1808-.1951-.1345-.0279-.261-.0687-.4417-.1172.274-.0743.4209-.004.5827.0312.1373.0303.2606.0919.4073.0961.3766.0098.7127.0823 1.0547.1487.1131.0218.2352.0392.376-.0179-.0316-.2181-.3202-.241-.4886-.3421-.1555-.0932-.4413-.0777-.6693-.1102.0049-.012.0098-.024.0151-.0359l.6584-.0024c-.0483-.049-.1168-.0822-.1999-.097-.3822-.082-.7722-.1554-1.1511-.2472-.3324-.0802-.6581-.1712-.9734-.2733-.3018-.0969-.5858-.215-.8786-.323-.0837-.0295-.1735-.0554-.1447-.172.2859.0087.5593.0116.7678.1316.1164.0666.2426.1211.4371.0525.1408-.05.32-.0362.3764.0378.1037.1314.2641.1751.497.1329.0537-.0127.1044-.0136.1464-.0025.2275.0982.464.0449.7006-.1033.3294.0212.4918.2611.9189.2062-.246-.1-.4343-.2034-.657-.2605-.233-.0599-.2624-.1903-.266-.3629-.0042-.1224.1181-.1918.2155-.2899-.3026-.025-.5297-.1046-.6687-.2494.119-.1479-.038-.1994-.0613-.2954-.261.0086-.5233.0239-.7057-.1064.0619-.0479.1172-.0911.1916-.1488l-.5835-.1715c.1443-.0134.2842-.0162.4181-.0083.1363.0005.2598.0441.4539-.0189-.0898-.0279-.1426-.0503-.2031-.0621-.3731-.0841-.7893-.097-1.1492-.2043-.1833-.0547-.3719-.0576-.6126.0664-.2548.1309-.4913.0845-.6452-.0727l.2667-.1015-.1483-.1605c-.0596.0398-.0898.0576-.1158.0779-.2135.1677-.2573.1712-.403.0221-.054-.0556-.1282-.0684-.2197-.0139-.144.086-.2866.1055-.4341.0981-.0136-.0045-.0253-.011-.0346-.0193.0392-.0289.0785-.0573.1191-.0871-.0764-.0697-.1867-.0227-.2905-.0032-.2482.0472-.3469.013-.427-.1406l-.0409-.0756c-.1369-.0126-.3177.0489-.3809-.1048.0786-.0032.1271-.0069.1752-.0071.048-.0001.1115.0175.1299.0026.0901-.0721.164-.0499.2442-.0401.3292.0396.6558.0968.9972.1142.2644.0139.5269.124.8041-.0825.1029.0301.184.0834.2742.0729.1275-.0139.1692.0805.2537.0657.1541-.0273.0885.09.2031.1214.0563-.0261.1139-.0462.1707-.0594.1073-.022.2105-.0289.3047-.0203.2532.039.4969.094.746.14.0409.0031.084.0024.1287-.0021l.0208-.0358-.3935-.1302c.1645-.1071.3278-.1725.5105-.1408.0467.0079.1019.0013.1508.0057.5624.0421 1.1226.0891 1.6874.1259.1471.0065.3025-.0024.4632-.0266.0524-.0076.112-.0687.1988-.1255l.1923-.0271.0129-.031-.1732-.071.23-.0528c-.1131-.0365-.2248-.065-.3282.0741-.3388-.0396-.6722-.075-1.0035-.1164-.3455-.0448-.6839-.1015-1.0317-.1439-.5943-.0718-1.1927-.1356-1.788-.2054-.0055-.002-.0039-.0185-.0066-.0322l.3311-.0779c.0066-.0134.0124-.0265.0196-.0405-.2094-.0582-.4156-.1209-.6285-.1741-.1123-.0273-.2333-.0585-.3568-.046l-.4276-.1982c.3428.0083.6583.0844.992.1185.2033.0204.4238.007.6264.0281.7185.0729 1.4322.1551 2.1503.2288.1117.0119.2319.0097.3574-.0064.2963-.0403.5576-.0408.676.1812.4498-.1347.8445-.0767 1.2466-.0522.0667.004.133.0089.2014.0083.0551-.0042.1113-.0115.1684-.0218-.1638-.0667-.2868-.1262-.4233-.1696-.1065-.0337-.2324-.0458-.346-.0716-.0898-.0207-.2121-.0273-.2539-.0781-.0979-.1152-.1552-.253-.2309-.3841.0264-.0129.0519-.0282.0756-.0455.0368-.0342.0711-.0698.1026-.1062-.1176-.0305-.2112-.0744-.3194-.0799-.5543-.0211-1.1125-.0309-1.6696-.0469-.0651-.0021-.1589.0033-.1837-.0259-.0699-.0839-.1584-.089-.301-.0415-.0557.0188-.1971.0729-.1524-.0537-.0196-.0158-.0475-.0243-.0804-.0246-.1332.0005-.245-.0597-.3998.0043-.0333.0073-.0632.0041-.0832-.0089-.1101-.0834-.2766-.0818-.434-.0889-.5199-.0233-1.042-.0403-1.5625-.0614-.084-.0035-.1633-.0177-.2448-.0265l.0185-.0514.6088-.0607c-.2671-.0822-.5965-.036-.8736-.1441l.2481-.083-.0343-.0885-.1737.0622-.1837-.1454.4891-.0573.1033.1232c.2443-.022.4633-.0616.6588-.2285.0438.154-.1718.1639-.2491.2491.2747.0517.5887.0451.9201-.0193.0762.0117.1526.0453.2286.0308.1422-.0277.2835-.0838.4454-.1339-.1953-.1088-.5119-.0505-.6732-.1813l.629-.0673c-.0073.1094.1237.1204.2824.1118.1363-.0075.2697-.0036.4059-.0045l-.1139.2028-.3079.0785c-.0023.0137-.0044.0277-.0062.0419.06.0103.1176.0249.1798.0302.3206.029.6398.0599.9632.0822.3988.0272.7964.0511 1.1445.1685.1162.0386.2651.046.4079-.0346.0329-.08-.1537-.1083.0065-.2042.01-.0059-.0103-.0558-.0287-.0784-.0376-.0469-.0837-.0888-.1301-.136l.2659-.1327c-.1179-.104-.2795-.1717-.4723-.1977-.2753-.0316-.5419-.08-.8185-.1087-.1657-.0219-.3429-.0262-.528-.0128-.2727.0258-.5415.0558-.7812-.0082-.0457-.0091-.0968-.0103-.1511-.0035-.398.0334-.7807.0314-1.1416-.0061-.3746-.0399-.7427-.0904-1.1488-.0584-.1227.0053-.2405.0003-.3516-.0148-.467-.0441-.9318-.0912-1.3966-.1387-.0259-.0067-.0496-.016-.0708-.0278.0226-.0585.0464-.1194.0717-.1859l-.1797-.0031c-.0383.0496-.0685.0888-.0946.1228-.5098.0049-.7889-.0256-.8972-.1088l.6439.0067c.0393-.0568.0672-.0973.0761-.1098.1693-.0011.3154.0281.4494-.0092.2676-.0726.5206-.0766.72-.0115.145.0416.4714-.0118.6201-.1136.0288-.0197.0408-.0544.062-.0844-.2258-.0127-.4379-.0172-.6425-.0367-.2047-.0194-.3961-.0575-.6246-.092.1791-.0792.3178-.0778.4462-.07.1673.0072.3269.0321.4911.0468.0472.0043.1283.014.1427-.0009.1067-.1109.1851-.0491.2752-.0383.0901.0109.1816.0142.2725.0211.3039.0227.6368-.0228.9205.0516.0762.0134.164.009.256-.0128.1044-.0201.1782-.0231.2355.0394.0247.0267.1115.0165.1895.025l.0312-.2082c-.6516-.065-1.2991-.1224-1.9385-.1954-.6394-.0731-1.2648-.1611-1.8977-.2418.0036-.004.0072-.0079.0086-.0131l.6708-.0312c.0631.0165.1462.0691.23.054.108-.017.2062-.0084.2829.0247.0658.0169.1387.0244.2167.0223.2025.003.4093-.0038.6103.0035.3368.0114.6693.0323 1.0072.0465.1318.0056.2504.0213.4039-.065.0737-.0419.2124-.0125.3182-.0075.0656.0032.1216.0286.1875.0319.409.0199.8178.041 1.2305.0517.3118.0084.6266.0012.94-.0008.0456-.0001.0942-.019.2005-.0418-.4117-.0929-.8238-.0821-1.1803-.1683.1049-.0139.2067-.0194.3042-.0167.1089-.0019.2193-.009.3295-.0143l-.183-.046c.0289-.1227.009-.172-.1587-.1727-.3002-.0014-.5799-.0549-.9058.0015-.1312.0226-.3116.0644-.4073-.0486-.0407-.049-.1697-.0522-.2637-.0668-.1839-.0283-.3719-.0495-.5583-.0734.0722-.0201.1426-.0296.2076-.0279.4965-.0058.9948-.0167 1.4889-.0153.2477.0005.4996-.0569.75-.0958-.4483-.0437-.882-.1126-1.3403-.1369-.011-.0001-.0208-.0022-.0289-.0061-.008-.0039-.0142-.0095-.0181-.0166-.0038-.007-.0053-.0154-.0044-.0245.001-.0091.0044-.0187.01-.0284s.0133-.0191.0227-.0278.0202-.0164.0318-.0226c.0116-.0063.0238-.011.0358-.0138.0119-.0029.0235-.0038.0339-.0028.1885.0099.3726.0283.5552.049-.0269-.018-.0514-.038-.0733-.06-.115-.0059-.2301-.0118-.3439-.0201-.011-.0001-.0208-.0022-.0289-.006-.008-.0039-.0142-.0096-.0181-.0167-.0038-.007-.0053-.0154-.0044-.0245.001-.0091.0044-.0187.01-.0284s.0133-.0191.0227-.0278c.0094-.0086.0202-.0163.0318-.0226s.0238-.011.0358-.0138c.0119-.0029.0235-.0038.0339-.0028.0509.0037.1032.006.156.0075-.0105-.028-.018-.0575-.0227-.0882-.7592-.0422-1.501-.12-2.2498-.186-.011-.0001-.0208-.0021-.0288-.006-.0081-.0039-.0143-.0095-.0181-.0166-.0039-.0071-.0054-.0154-.0044-.0245.0009-.0091.0043-.0188.0099-.0285.0056-.0096.0134-.0191.0227-.0277.0094-.0087.0202-.0164.0318-.0227.0117-.0062.0238-.0109.0358-.0138.012-.0028.0235-.0038.0339-.0028.7114.061 1.4156.135 2.1351.1783.0084-.0044.017-.008.0257-.0108.0024-.0153.0068-.0309.0082-.0446-.2429-.0144-.488-.0254-.73-.0428-.0209-.0011-.0367-.0097-.0437-.0238-.007-.0142-.0048-.0328.0063-.0518.011-.0189.0299-.0367.0525-.0493s.0471-.0191.0681-.018c.2287.0165.4602.0274.6904.0407.0141-.033.0305-.066.049-.099-.3176-.0019-.6404.0021-.9708.0261-.1185.0085-.0814-.1345.0375-.1429.2186-.0179.4307-.0224.6438-.0251-.1764-.0067-.355-.0145-.5327-.0207-.387-.0135-.7795-.0133-1.1672-.0209-.0781-.0014-.1532-.0117-.2298-.0178l.017-.0472 1.168-.0221c-.5341-.0577-1.0798-.0763-1.6217-.1036-.1451-.0075-.2798-.0403-.4194-.061.0069-.0137.0131-.0272.0193-.0407.1328-.0006.2666-.0042.3969.0004.1304.0047.1713-.04684.1881-.13535-.357-.04517-.7436-.01297-1.0569-.12387.0797-.02036.157-.02802.2269-.02252.3827.03997.7696.07478 1.1498.12053.3903.04881.7739.10903 1.1604.16461.0039-.0044.0057-.0089.0082-.0133l-.7919-.27575c.271-.07151.4389-.028.6122-.00917.0657.00703.1298.01586.1946.02397.0096-.13158.07-.27519.1738-.41349s.2466-.26539.4112-.36593c-.1048-.05519-.1709-.14383-.1899-.2548s.0099-.2393.0832-.36888c-.3097-.05718-.5878-.15518-.8264-.29124-.0562-.03443-.1045-.07577-.1439-.12331l-.2893-.05452c-.1742-.03389-.3389-.08245-.5081-.12452.0938-.01986.1823-.02126.2577-.00407l.4642.07251c-.0807-.16607-.0739-.37057.0259-.56032.0142-.07803.0442-.15922.0891-.24053-.4265-.05776-.8613-.11375-1.3054-.19955.084-.01784.1038-.02607.1185-.02468.4197.03785.8426.06872 1.2591.11161.0285-.03854.0605-.07636.0955-.113-.1714-.03099-.3429-.06246-.5146-.09309-.4393-.07794-.8861-.14338-1.3292-.21556-.0896-.01497-.2011-.01533-.1844-.14469l.9082.02681c-.0898-.10283-.2192-.10857-.3427-.11224-.1597-.00502-.327.0086-.4883.0073-.0726-.00092-.1733.00058-.2021-.03281-.0985-.1154-.2811-.08437-.4437-.0923-.056-.00036-.1095-.0054-.1597-.01503-.0869-.02159-.161-.06433-.2532-.07594-.8713-.10969-1.7395-.22443-2.5595-.41947-.2018-.04836-.4078-.09107-.6119-.13594.0066-.01238.0136-.02464.0202-.03703l1.0849.07868c-.1437-.12802.1642-.18225.0916-.26572l1.622.13414-.0454-.09288.1469-.01515c.0053-.04843.0095-.08252.0184-.15817.339.16694.8125.04339 1.1169.20717.0194.00925.0454.01106.0739.00514.1305-.03752.2324-.00491.345.00486.1635.014.3326.01892.5062.01472.0603-.0065.1234-.02186.1864-.04536.0798.02508.1645.04417.2537.05713.2218.01602.4449.02964.6664.04506.0389-.1027.1038-.20685.1903-.30543-.0902-.00569-.18-.01126-.2696-.01815-.6589-.05238-1.3257-.09044-1.9726-.16566-.7186-.08385-1.4608-.12622-2.1439-.27632-.1679-.03688-.3188-.0967-.4828-.12887-.1639-.03216-.3938.0235-.5839.01581-.3608-.01421-.7142-.04623-1.0703-.07162-.0435.00074-.0824-.00653-.1144-.02135-.1355-.10278-.3457-.10284-.5363-.12873-.1217-.0168-.2781-.00313-.3534-.05576-.1844-.12337-.4572-.08947-.6837-.1342-.109-.0218-.2221-.03699-.333-.05518.5233-.0239.993.07948 1.5269.02658l-.3038-.07241c.0069-.01323.0132-.02622.0207-.04017.2233-.02001.4347-.00102.6487.00846.2848.01256.5679.02788.8523.04224.1364.00074.269.00835.3973.0228.1692.02737.332.0553.5089-.02516.0815.04012.1481.11103.2178.09952.1934-.03243.3509.01549.5245.00503.1888-.01578.3559.0132.4825.08368.0321.01549.0705.02436.1133.02616.0201.00141.048-.0139.0736-.0215l.0576-.17475 2.7508.26627c-.1229-.07902-.2737-.13216-.4455-.15703-1.3127-.13666-2.5951-.33333-3.9392-.40891-.0778-.00042-.1504-.01006-.2159-.02865-.1509-.05585-.3328-.07502-.532-.05604-.1499.01454-.2605-.07946-.431-.00005-.2419-.0601-.5114-.05969-.7795-.06832-.4538-.01377-.9002-.04679-1.3471-.07426-.043-.01015-.0818-.02541-.1155-.04545.0341-.01187.0683-.02202.1022-.03042.1505-.02526.2856-.01323.4263-.00539s.3081-.02905.4287.03957c.0193.01153.0929-.02467.1414-.03844-.0588-.05207-.1379-.08738-.2319-.10356-.1638-.02879-.3318-.05049-.4978-.0753-.0871-.01316-.1783-.05525-.2608-.03403-.1731.04529-.3067.01242-.4514-.00062-.6824-.05971-1.3605-.12831-2.0456-.18188-1.8323-.14324-3.672-.2782-5.5043-.42144-.6602-.05142-1.3074-.13194-1.9707-.17638-.9545-.06401-1.9127-.11984-2.8792-.15583-1.236-.04558-2.4813-.06782-3.7222-.1004-1.4542-.03796-2.9142-.04859-4.4269.09687-1.3562.13034-2.7068.21998-4.0576.32853-.2026.01519-.4098.04221-.6202.08085-.6722.00036-1.344.00084-2.0158.00987-.8271.01126-1.6594.04202-2.4931.08086-.58.02715-1.167.08885-1.7484.12263-1.6148.09524-3.2252.17917-4.839.27286-.6014.0291-1.206.07892-1.8116.11982-.1287.00873-.261.0366-.3773-.01006-.0555-.02242-.157.01583-.2373.02646-.1541.01922-.305.03484-.4596.06008-.0843.01179-.1733.04433-.2551.09327.0324.01473.0725.05069.0955.04031.141-.06279.2542-.02337.3807-.02765.1256-.01103.2441-.00604.3516.01477.0239.00907.0464.01955.0675.03139-.0524.01761-.0902.03938-.1235.04093-.3904.01615-.7823.037-1.1689.03979-.2292.0013-.452-.0046-.6905.04704-.0943-.08067-.2446.00871-.3593-.01034-.1408-.02401-.306-.00973-.4768.04121-.0688.01735-.1359.02578-.1985.02494-1.1655.04053-2.3515.19861-3.5272.29815-.1508.01719-.3104.06475-.4646.13853l2.4516-.18986c-.0201.06029-.0375.11252-.0567.16981.0164.00862.0307.02411.048.0231.0343-.00047.0715-.00799.1088-.02195.155-.06827.297-.08513.452-.06891.1397.0141.2989-.028.4406.00768.051.01275.1485-.05348.2402-.08996.0991.08238.2527.05822.4098.03575.1179-.01083.233-.01496.3446-.01237.2463-.0081.4922-.01632.7357-.02021.1858-.00378.3716-.01708.5464.00705l-.0071.0383-.296.06224c.4144.06301.8656-.02472 1.29.01001-.1043.0145-.2066.02683-.3104.04483-.216.03727-.4232-.0011-.6488.11254-.0939.04708-.2176.03245-.3277.04535-.1746.0201-.3482.01489-.5232.11031-.0305.01674-.0728.0156-.1075.0181-.312.01577-.6269.03767-.935.04346-.163.00279-.3166-.05657-.4762-.02833-.1595.02824-.3173.08035-.4788.11171-.6586.12757-1.3025.15022-1.9518.21371-.5838.05666-1.1641.07706-1.7431.11217-.0788.00448-.157.00776-.2362.01164.0139.09196.0065.19204-.0222.29638.1942-.00796.3884-.01592.5829-.02569.0801-.01028.1622-.02663.2451-.04884.0368.02226.0807.03774.1302.04588.139.00789.283.0071.4309-.00236.1002-.00644.2042-.03528.2908.00378.0084.00324.0185.00461.0295.00401.0111-.00059.0229-.00314.0347-.00747.3513-.1495.6726-.0206 1.0546-.17166-.0376.07264-.0546.1051-.078.1514l.1132.01809c-.0226.02099-.0454.04283-.0932.0877l1.4321-.08989c-.1103.07787.1161.13585-.0808.25624l.9492-.05122-.0052.03565c-.1969.03832-.3939.07423-.591.1158-.7967.16434-1.5898.25492-2.3819.33973-.0834.00856-.1703.04772-.256.06639-.049.00828-.0966.01176-.1416.01036-.1405.00409-.2746-.02987-.4247.07808-.0442.03186-.1269.02741-.1895.0281-.1347-.00238-.2667-.01946-.4029-.01861-.1053.00088-.2162.00305-.3523.09936l.7732-.00462c-.0629.12447-.1556.12214-.2393.13395-.4123.05873-.8239.11107-1.2363.17498-.16.0257-.3228.05139-.4845.07697.0075.03551.0117.07235.0128.11033.3727-.03093.7439-.05054 1.1179-.07629.0305.00607.0588.01495.0846.02652-.4212.07315-.8173.11483-1.207.16015-.0098.07502-.0328.15311-.0683.23219-.0255.1765-.1361.36818-.3101.53752l.4301-.05865c.0796-.01421.1531-.01064.2124.01031-.166.03641-.3318.0786-.4974.10705l-.2732.04607c-.0607.04425-.1262.08283-.1942.11426-.2866.12691-.579.21525-.8612.26023-.0329.23898-.1859.47309-.4612.59436.162.20654.1662.51317.026.75891.059-.00625.1176-.01311.1763-.01804.1561-.01427.3207-.05213.5053.02291l-.8237.24496-.0011.01289c.3551-.04378.711-.09251 1.065-.13003.3442-.03624.6868-.06212 1.03-.08969.0663-.00301.1263.00617.176.02691-.3268.09887-.6304.05875-.9546.09351-.0387.08504-.0368.13555.0766.13375.1133-.0018.2207.00565.3312.00902l-.0081.03986c-.1307.02271-.2594.03882-.3855.04823-.4682.01341-.9344.01851-1.4139.06116l.9599.04837-.011.04358c-.068.00405-.1364.01219-.2022.01178-.3299-.00142-.6567-.01078-.9874-.00726-.1522.00187-.3043.00519-.4565.00755.1755.00775.3487.01801.5217.03913.0938.01077.0404.14856-.0535.13726-.2573-.0283-.5225-.0442-.7946-.0475-.0037.0314-.0096.0634-.0175.0958.2-.0073.3995-.012.5997-.0226.0961-.0055.0836.133-.014.1375-.2121.0111-.4241.0152-.634.0238-.0068.0147-.0119.0295-.0191.044.0058.0031.0108.0069.0148.0114.6258-.0248 1.2571-.0789 1.8872-.1202.0975-.007.0836.1315-.0143.1373-.662.0452-1.3265.1019-1.9847.1248-.0214.0285-.0452.0564-.0712.0835.0449-.0017.0898-.0025.1343-.0048.0962-.0055.0837.1329-.0139.1374-.0976.0046-.1993.0081-.2986.011-.0309.0205-.063.0392-.096.0559.1642-.0152.3289-.0288.4918-.034.0966-.003.0831.1351-.0139.1374-.3967.0125-.7993.0681-1.1992.0994.1856.0435.362.1043.5687.1093.4131.0104.8222.0321 1.2325.0496.0595.0004.1129.011.1575.0312-.1699.019-.3392.0347-.5085.0581-.0873.0115-.1967.0118-.2597.0575-.1465.1064-.2718.0622-.3687.0376-.2382-.0617-.5029-.0174-.7546-.0231-.1412-.0023-.1858.0432-.2361.1608l-.1801.0399c.0889.0076.1782.0154.2667.0214.0859-.0001.1676.0077.2436.0232-.3483.0737-.6868.0536-1.0839.1329.0737.026.1055.0433.1424.0445.2604.0106.5199.0243.7833.0241.3506-.0003.7044-.0113 1.0573-.0203.0565-.0014.1185-.0247.175-.0261.0912-.0025.2243-.0273.2609.0141.0765.0863.1863.0737.2997.0724.288-.0053.5777-.017.8655-.0205.1719-.002.3401.0093.5108.0111.0603.0045.126-.0009.1942-.016.0915-.0306.1802-.0367.2503-.0171.0611.0168.1618-.0317.2242-.0463l.5407.0458c.0002.0043 0 .0087-.0004.0132-.5754.0629-1.1518.1322-1.7255.1867s-1.1544.0961-1.7366.1424l-.0977.2001c.0703-.0066.1362.0052.1729-.0198.0846-.058.1448-.0538.2197-.0317.0575.0222.1285.0284.2063.0181.2805-.0643.5309-.0131.798-.0276.0799-.0046.1592-.0056.2403-.0136.081-.008.1837-.0657.207.0431.003.0143.0766.0071.1184.0042.1461-.0102.2937-.0303.437-.0334.1358-.0112.2523.0162.3309.0777-.211.0277-.3946.0583-.5755.0734-.181.015-.3619.0148-.5572.0209 0 .0294-.0108.0627.0014.0826.0634.0997.3035.1587.4497.122.1443-.0362.2826-.0449.4029-.0255-.4412.0529-.8823.1056-1.3233.1581-.1017.0116-.2034.0232-.3053.1363.1584-.0097.2775-.0114.3965-.0254.5399-.0641 1.0796-.1311 1.6201-.1964.0548-.0011.1129-.0038.1723-.0019l-.0017.1067.5397.0084c-.1396.0771-.3904.0997-.8126.0833l-.006-.1198-.1534-.0009c-.0182.0643-.0347.123-.0502.1792-.0332.0111-.0552.0233-.0755.0251-.4158.0343-.8317.0685-1.2466.0998-.1052.0117-.2065.0136-.302.0055-.3196-.04-.6572 0-.9931.0296-.3362.0274-.6572.0204-.956-.0209-.0383-.0076-.0817-.0077-.1278-.0004-.2376.0558-.4443.0209-.6563-.0106-.1401-.0167-.2906-.0167-.448.0001-.2471.0211-.4991.0613-.7471.085-.167.0171-.3467.0795-.5112.1776l.1436.1327c-.0665.0444-.1298.0833-.1892.1274-.0287.0212-.0749.0685-.0702.0744.0765.0953-.0956.1182-.1166.1962.0297.0345.0757.0567.1328.0641s.1232-.0003.1907-.0222c.3592-.1035.7055-.1172 1.0539-.1339.0956-.0048.1924-.011.2889-.0169.0379.0009.0774-.001.1179-.0058.1481-.01.2965-.0208.4459-.0327.0553-.0059.1115-.0141.1682-.0247.0041-.0076.0075-.0149.0109-.0223l.4486-.0568c.037.0189.0767.0352.119.0486.0549.016.1387-.0147.2092-.0241.2164.0678.4756.0815.7557.04-.0116-.07-.132-.0939-.0982-.1841l.0644-.0076c.0757.1215.2193.1575.3877.1812.0449-.0316.1003-.0724.1594-.1151l.2881.0512-.2044.0371c-.1433.0269-.2836.0662-.4251.1003-.0391.0094-.0765.0205-.1155.0314.139.0166.2845.023.4353.0191l.1246.0672c-.2951.0967-.543.0459-.8141.1174l.3211.0486-.1775.0229c-.2226.0278-.4446.0544-.6668.0819-.1934.0031-.3871.006-.5802.0096-.1354.003-.2726-.0012-.4143.0746-.0138.0063-.0279.0103-.0412.0116-.0133.0012-.0254-.0002-.0351-.0043-.0912-.0649-.2203-.0112-.3308-.0136-.0259-.0006-.0791.0134-.0815.0216-.0373.1239-.1237.0679-.1589.0488-.0922-.0496-.1677-.0463-.2759.0323-.0376.0276-.1126.0201-.1684.0204-.4732.0022-.9455-.0011-1.4195.006-.0929.0019-.1977.0423-.3137.0688.005.0359.0131.0705.0244.1036.0093.0167.0213.0319.0358.0453-.1406.1237-.2704.254-.4202.362-.065.0469-.1705.0505-.2579.0686-.1111.0221-.2221.0304-.3318.0605-.1394.0382-.2773.0921-.4532.1521.0406.0108.0832.019.1275.0245.0567.0024.1152-.0007.173-.0031.2036-.014.4028-.0181.5967-.0122.0411.034.0999.0526.1697.0536.0947.0073.1399.0422.1309.1078-.0826.0264-.1654.0414-.2263.075-.1273.0709-.2601.0801-.3998.0788-.0826-.0021-.1672-.0002-.2536.0055-.0934.0074-.193.0031-.3222.0696.3001.0446.5699.0969.8418.1287l.0364.0128-.1852.0638-.0072.0303.1434.0291.0077.0118c-.1345.022-.2709.0515-.4083.0881-.1013.0274-.2127.0199-.3221.0341-.0811.0089-.1619.0217-.252.0345-.0098.1167-.0103.2306-.0017.3411.0058.0443.0825.0765.1209.119.0193.0171.0279.0415.0246.0699-.0436.1147-.0379.2111.1262.2614.0166.0058.0404.0265.0353.0337-.0501.0678.0018.0714.0541.0746.0287-.0011.0534.0051.071.0179-.0623.0459-.1234.0894-.1824.1341-.1167.088-.0993.1852.0464.2218.0705.0127.1442.0206.2209.0238.1358.0132.2666.0275.3023.1393.0079.0241.0725.045.1177.0486.0798.0061.1644.0041.2522-.0061.137-.0157.2699-.0206.3969-.0148-.0681.0293-.1371.0528-.2054.07l-1.1017.0331c-.0487.054-.0949.1018-.1329.143.1393.0813.3172.0919.4997.1035.1518.005.2935.0269.422.0652-.0039.0043-.0061.0093-.0093.0138l-.2258.0628-.0013.0313.1617-.0028c-.038.0546-.0924.1052-.1561.1455s-.1338.0684-.2013.0807c-.2143.0464-.4329.1402-.6977.2286.3241.0625.6032-.1632.8881-.1757.1092.1471.2749.2036.5227.1149.0459-.0094.0883-.0074.1212.0057.1687.0462.3285.009.493-.1153.0299-.0196.0624-.0349.0952-.0449.0327-.01.0647-.0144.0936-.0128.0471.0179.0995.03.156.036.0295.0177.0669.0278.1096.0295s.0896-.0051.1375-.0198c.1972.0053.3939.0102.5901.0148-.2933.0927-.5845.1931-.8807.2743-.3233.0901-.6485.1695-.9732.2383-.3689.0783-.7378.1395-1.1067.2093-.0749.011-.1538.0422-.2243.0884l.5479.0176-.0086.0344c-.2098.0257-.4384.004-.6239.0895-.1999.0928-.4558.1084-.61.3156.0844.0582.1958.0443.303.0261.3239-.0557.6479-.1167.9674-.1174.1251-.0006.2643-.0554.3971-.0813.1557-.03.3198-.0932.5041-.0163-.1779.0421-.3072.0777-.4363.1015-.3676.0673-.7397.1801-1.1005.1583-.0486-.0004-.1005.006-.1538.0189-.1913.0388-.3824.0795-.5734.122-.0816.0187-.1622.0439-.2487.0675-.069.1181-.0493.2674-.2504.3199.0328.1155.1152.1355.2441.1093.1951-.0409.3928-.0234.5822-.1607.036-.0263.1104-.0086.1682-.011.1209-.0015.2409.0161.3622-.0066.1887-.035.3809-.0866.5733-.1539.2087-.0801.4157-.1034.5817-.0654.0437.0057.0896.0081.1373.0071l.0433-.1342c.4474-.0597.8924-.1192 1.3378-.1782.0712-.0114.137-.0078.1909.0104l-.301.1022c.2162.1023.419.021.6459-.077l-.1527-.1549c.1631-.0849.2926-.0606.4414-.0243l-.1666.0837c.0954.1285.2595.0715.4117.0463l.1697.1685c-.1721.03-.2538.2276-.4366.1783l.0174-.0978c-.1518.0191-.2981-.0006-.4228.1357-.0111.0123-.0437.0221-.0605.02-.1566-.0215-.2863.0799-.4259.1422-.1196.0528-.2447.0984-.366.15-.0903.0385-.1777.0798-.3015.1377.1418.0397.32.0292.505-.0299.3854-.1273.7673-.2007 1.1258-.2163.0999-.0052.2024-.0166.3068-.0342.0518-.0049.1017-.0051.1485-.0003.1642.0203.3563-.0016.4879.0893l-.9022.001c-.0349.0797-.0624.1431-.0979.225.1176.0002.2309-.0031.3445.0009.1137.004.2433-.0609.3457.034-.2715.0173-.4958.129-.7419.1258-.0024-.0009-.0081.009-.0123.0137.0127.0325.025.0648.0388.0981l-.2101.0778c.0168.0188.0333.0369.0485.0551l-.1054.0051c-.2863.0139-.568.037-.791.1691.1609.1004.1837.1085.4519.0644.1712-.0274.3384-.0596.5076-.0759-.0007.0077-.0019.0155-.0037.0234-.0067.0237.0316.0586.0643.0724l.0211.0075c-.0298-.0024-.0588-.0046-.0861-.0057-.1842.1102-.3311.1979-.4811.2874-.0156-.0055-.0363-.0104-.0546-.0164-.0287-.0142-.0646-.021-.1048-.0198-.1685.0472-.3377.1055-.5056.1744-.0302.013-.0577.0336-.0767.0573-.0189.0238-.0278.0489-.0249.0701.0137.0324.1178.0576.1939.0683.096.014.2274-.0195.3168.0605l-.8315.124.0459.0665c-.1183-.012-.256.0115-.3929.067.0575.0269.1012.0532.1453.0721-.0616.0086-.1235.0177-.1852.0239-.2008.0204-.2407-.0093-.2798-.1294-.0195-.0619-.0873-.1167-.1137-.1497-.2395.038-.4214.0778-.6056.095-.6527.0613-1.3031.1301-1.9616.1547-.7595.0284-1.5222.0857-2.2826.1389-.1374.0083-.2838.0401-.4302.0937-.1768.0687-.3267.1601-.5069.2523l.1949.3325c.5056-.0145 1.0057-.0304 1.5054-.0422.6551-.0154 1.3066.0234 1.9673-.0721.1896-.0281.2965.0096.333.1079.0192.0495.0446.0983.068.1488-.4.0232-.7708.05-1.1412.0647-.4248.0159-.8472.0103-1.2703.0344-.5386.0309-1.0006-.0442-1.4322-.1797-.0149-.0052-.0505.0055-.0847.0105l.0389.0925-.3087.0976-.0104.2469.253.1024c-.095.0321-.1692.0111-.2409-.0094-.0898-.0255-.1764-.0503-.2972.0295.0378.0376.0655.0919.1303.1243.1255.0668.2634.1216.4121.1637.2423.0617.4933.1264.7587.1502.3571.0309.7347.0188 1.1022.0297.3027.0064.5775.0597.8121.1577l-.7213.0584c-.0004.0075-.0001.0147-.0001.0218l.9144.104c-.2758.1178-.4987.0705-.7101.0516-.1263-.0118-.2085-.0218-.352.0221-.3662.1148-.7721.0975-1.1408.0724-.1931-.0125-.3441-.1279-.5329-.2044l-.491.0291c-.0891.0559-.1426.1158-.2222.1348-.4046.0946-.4061.0908-.4045.3234l.3641.0808-.0364.1604.2201-.0899c.0862.0466.1867.0791.2984.0966.1596.0335.325.0671.3975.1795-.2542.0153-.4729.0312-.6918.0409-.1357.0053-.2657.0098-.3186.0979-.0577.0964-.19.1096-.3423.1167-.3104.0149-.6206.0342-.9539.0533.0785.0875.1064.1856.2055.2149.1304.0359.3204.018.4861.0208.0911-.0018.1796.0014.2648.0099.0618.0089.1075.0407.197.077-.3503.0734-.6325-.027-.9426.0474-.2737.0653-.5861-.0168-.8828.0685.3261.0224.6549.0239.9829.0289.3031.0044.6154-.0066.9053.0235.2253.0267.4629.0342.7097.0223.5321-.0312 1.0685-.088 1.5886-.0475l.0764.2229-1.1671.0632c.0166.0804.1348.1035.2534.1268.0813.0112.1542.0338.2163.0672-.2265.0787-.3378.0205-.4612-.0581-.1378-.0875-.2238-.226-.518-.1987-.1289.012-.2555.0604-.382.0661s-.2618-.0268-.3958-.029c-.2128-.0038-.4109.0232-.4817.1838-.1494-.185-.1494-.185-.535-.1226l.1372.11-.2929.0866.893.03c-.1026.1205-.2423.1045-.3833.106-.3197.005-.64.0184-.9598.029-.1242.0037-.2321.0217-.2441.1328.1422.0102.2853.0265.4302.0287s.2833-.0107.4226-.0134c.7894-.0115 1.5788-.022 2.3681-.0314.076-.0007.1725-.0051.2222.0162.1835.0798.3677.0475.4805.0028.1598.0292.2533.0565.3541.0626.4907.0359 1.004.0329 1.5342-.0088.433-.0372.5329.016.4838.2441-.0039-.1556-.1596-.163-.39-.1351-.1881.0224-.3833.0153-.575.0185-.2944.0053-.5887.0075-.8835.0127-.3582.0062-.7163.0118-1.075.0221-.6676.0186-1.3361.0411-2.004.0606-.1368.0039-.2747.0056-.4107.0032-.1647-.0025-.3733-.0499-.4832-.0089-.2897.111-.6094.0932-.8889.0996-.2613.007-.3908.0663-.5833.1512.0231.0053.0438.0107.0617.0156.0285.0099.0604.0157.0948.0173.3479-.0074.7068.0118 1.0409-.0365.377-.0569.6831.0144 1.0089.0395.3259.0252.6421.0569.9824-.0054.0656-.0095.1282-.0107.1855-.0034.4052.0394.8084.0818 1.2394.1255l.0783-.1745c.1924-.0243.2264.0408.251.1036.0185.0478.0312.0945.1036.0987.1384-.0428.2146-.0828.2911-.0872.1666-.0082.3326.009.4999.002.1068-.0051.2177-.0533.3203-.0517.2291.0033.4558.0216.6799.0412.0827.005.1562.0243.2165.0569.0661.055.1247.1159.1751.1822l-.2579.0909c.2058.0384.4416.0321.6901-.0183.1824-.0358.361-.0569.5213.0229l-1.0189.1154-.0027.0389.3488.0375-.1906.0567.0622.1335.265.0198c-.0741.065-.1269.1114-.1846.1623.1172.0061.3545.1007.3417.127-.063.1515-.0587.1411.1845.1562.205.0119.3995.0501.5987.0776-.2468.0184-.1645.1826-.3373.2276-.1498-.0054-.3353-.0475-.425-.0118-.2574.1025-.5286.126-.8112.1531-.4298.0412-.864.0837-1.1975.3106.2052.0021.3705.011.536.0034.4523-.02.9048-.0445 1.3575-.0734.1534-.0162.2882.0077.386.0681-.2911.0194-.5424-.0013-.7115.0568-.1893.0647-.4311-.0096-.5617.1171-.2252-.0614-.685-.0416-.7482.0371l.2965.003-.7684.1786.0077.0264 1.0966-.0766c.275-.204.7475-.0531 1.036-.2518.0323.2012.0559.2124.3624.2008.102-.0039.2071-.03.307-.0289.271.0029.5569-.0107.8017.0315.1886.0327.3424.03.5149-.0145.5687-.1493 1.1704-.1413 1.7557-.2107.0732-.0084.1505.0122.227.0102l.1994-.0052c-.0153.0039-.0306.0084-.046.0137-.1096.0411-.1991.1197-.3426.2076l.2922-.0327c-.0574.1184-.2298.0733-.3313.148l.0844.045c-.0276.0377-.0517.07-.0867.117l.2919-.0395c-.011.0123-.0211.0234-.0305.0339l-.1529.0082c-.2954.015-.5911.001-.885.0203-.5515.0386-1.105.1188-1.6531.1349-.9561.0284-1.9105.0954-2.8626.166-.2763.0209-.5575.0542-.8425.0998-.1946.0306-.3855.0734-.6135.124l.6261.1566c.0091-.001.0183-.0021.0274-.0036.3038-.041.6174-.0519.9269-.0724.5816-.038 1.161-.0777 1.7408-.1097.3198-.0173.6393-.019.9595-.0286.06.0033.1243-.0012.1909-.0134.2622-.0779.5298.0225.7892-.0569.4714.0338.9478-.0232 1.4231-.0607l-.0024.0067c-.0511.1438-.0525.15.1436.1313.0973-.0094.1814-.0191.1494.0873-.006.0188.0549.0402.0974.069l-.2963.0464c-.1635.0162-.3318.0459-.5023.0887.0639.0126.136.0394.1887.0291.2615-.054.5109-.0646.7324-.0314-.0781.0057-.1565.0113-.2349.0183s-.1639.0073-.2132.0848l.5303.1485c-.1083.0619-.2568-.0051-.3659.0978l.2177.0621c-.0867.0643-.2247.0631-.2268.1829.1039-.0004.2103.0029.3181-.0018.0955-.0047.1949-.0229.2905-.0252.0957-.0024.1884.0061.3.0108-.2135.0263-.4088.0097-.6043.1007.3098.0105.6419-.0666.9272.034-.074.0365-.133.0651-.2431.1179.1769-.0063.3222.0425.4093.1376.061.0659.1477.1122.2537.1356s.2286.0233.3588-.0004c.2663-.0485.5146-.027.7697-.0282.3485-.002.672.0698 1.0396.0233.3675-.0465.7255-.0404 1.0884-.0558.0329.0021.0642.0068.0936.014l-.1123.0776c.0391.0907.0391.0907-.1104.2511.0478.0092.0909.0197.1361.0266.1352.0216.1447.051.0517.1411-.0597.0582-.1163.118-.1649.1678.03.027.0776.0389.1337.0334.0317-.0039.0608-.0017.0851.0065.0243.0081.0432.022.055.0405l-.41.1012.0038.0318.3618-.022c-.058.027-.0951.0434-.1523.0678l.2028.1004-.1744.0681.0484.2652.4713.094c-.003.0099-.0116.0387-.0196.0638l.4556.0183-.0005.0183-.2879.0522c.0901.0423.1436.0877.2131.0956.1719.0198.3373.0766.539-.0298.0792-.0418.2031-.0442.3029-.0465.2515-.0063.5-.0022.7501-.0018.0047.0004.0087.0019.0118.0041.0027.001.0031.0011-.0021-.0007-.0214.0399-.0402.075-.0601.1107-.4241.0404-.4241.0404-.528.1162.1253.0053.2332.011.3417.0141.4964.0141.9942.0225 1.4881.0433.1628.0071.3123.0584.4743.068.2596.0156.5248.0118.7865.02.2532.0076.5037.0257.7574.0297.343.0056.6864.0046 1.0327.0009.0423-.0046.0863-.0142.1306-.0284l-.0027-.0214-1.1725-.0488c.2539-.0233.5029-.0347.7459-.0341.2511-.0046.502-.011.7528-.0194.2432-.0092.4866-.0278.7254-.0225l-.0031.0374-.3053.0675v.0379c.8079.0181 1.626-.0181 2.4776-.0606-.0157-.0301-.0443-.0521-.0827-.0636-.0384-.0116-.0852-.0122-.1352-.0018-.1868.0214-.3755-.0009-.4692-.0529.0629-.0134.125-.0233.1857-.0295.4366-.0208.8726-.0384 1.3104-.0601.2122-.0097.4185.0022.636-.0184.2405-.0229.4912-.0845.7271-.037.0412.0099.0905.0082.1425-.0048s.1046-.0369.1519-.0689c-.1293-.0052-.2122-.0145-.2982-.0102-.2292.0094-.4608.0274-.6897.0364-.3912.0175-.7819.0328-1.172.0459-.0602-.0007-.1154-.01-.1634-.0277-.102-.0331-.2016-.0441-.3125.0218-.0186.0122-.0398.0197-.059.0209-.303-.018-.6123.0281-.9193.0499-.1029.0074-.256.028-.2956-.0116-.0902-.0897-.1842-.0431-.2955-.0183-.0638.0141-.1312.0013-.198.0066-.0669.0054-.143.018-.2145.027-.0519.0086-.1029.0146-.1528.0177-.2519.0062-.5003.0045-.7511.011-.2726.0074-.5472.0236-.8198.0295-.2621.0059-.5225.0033-.7838.0047l.0064-.0324 1.2911-.0352.0099-.0297-.138-.0367c.1761-.0016.3229-.0039.4701-.0028.0745.0062.1513.0088.23.0075.1699-.0165.344-.0619.5089-.0622.5038-.0023 1.0029.0042 1.5216-.0526.577-.0633 1.1444-.0157 1.7276-.0778.2594-.0277.5171-.017.7753-.0262.1619-.0055.3264-.0078.4877-.0259.2119-.0231.3987.0304.6188-.0003.2774-.035.5444-.0424.7952-.022.3937.0278.7959-.0516 1.1939-.0727.2094-.0107.4285-.0478.6416-.0539.1606-.0046.3222-.0155.4836-.0193.2465-.0038.4918-.0027.7377-.0043.0736-.0007.1763.018.2166-.0106.0746-.0529.1341-.0476.2057-.0461.132.0019.2636.0032.3979-.0021.2946-.0091.5907-.0243.8854-.032.243-.0059.4844-.002.7274-.0075.3601-.0083.723-.0299 1.0804-.0292.3148-.0001.6243.0245.9377.0325.2405.0065.4822.0091.7256.0047.2557-.0048.5171-.0332.7688-.0271.3199.0075.631.0464.9505.0589.1846.0067.3765-.013.566-.0207-.0031-.0151-.0107-.0279-.0225-.0377s-.0274-.0163-.0459-.0192c-.2187-.0007-.4398.0078-.659.005-.5753-.0129-1.1516-.0305-1.7298-.0402-.2483-.0049-.5003.0045-.7491.0022-.4476-.0045-.8933-.0135-1.3402-.0192-.1391-.0015-.279.0009-.419.0028-.2502.0034-.5004.0077-.7514.0118-.0465.0034-.0892-.0012-.1257-.0134s-.0659-.0318-.0866-.0576c.1335-.007.2508-.0141.3677-.0189.2887-.0126.578-.0279.8659-.0361.5002-.0135 1.0016-.0237 1.5034-.0395.0946-.0037.1915-.0227.2622.034.019.0148.1061.0108.1154-.0006.0494-.0614.1061-.0286.1583-.0344.0716-.0035.1451-.0111.2197-.0226.2565-.0558.4881-.0416.7314.0352.0752-.0779.1762-.0513.2825-.0381.0643.0025.1307.0012.1987-.004.0511 0 .1398-.0067.1449.0088.0052.0183.0193.0319.04.0387s.047.0064.0748-.001c.0376-.0053.0734-.0112.0894.0101.0625.0795.1724.0233.2587.0247.1589.0029.3219-.0089.4828-.0144.1949.0758.4294.0645.6517.0603.2397-.0043.4726-.0233.708.0161.2768.0472.5862.0414.8829.0539.2966.0125.6109.0094.9075.0351.1275.0104.2393.0189.3296-.0413l.2913.0761.1633-.0668c.0366.0257.0665.0709.1125.071.1861.0059.367.0207.5421.0444.1758.0218.3616.0282.5548.019.4257-.0103.8417.0276 1.2624.0468.1939.009.3855.0277.5817.0266.123-.0008.2438-.0043.3649 0 .1484.0049.2703.0478.4127.0563.3805.0273.7622.0522 1.1423.0803.0656.0046.1478-.002.1736.0716-.3167-.0262-.6177-.0511-.919-.0766l-.0109.0289.1837.0244-.1184.0423c.1719.0178.3048.0343.4402.045.3086.0246.6177.0475.9271.0686.3168.022.6312.0588.9514.0577.1356.0056.2614.0274.374.0649.0607.0167.1217.032.1846.0442.0256.009.0515.0182.0756.0295.1435.0624.3291.0828.4957.1225.2372.0561.4747.1123.7125.1686.1412.0336.2834.0666.4218.1045.4277.1166.8531.2361 1.2791.3521.1638.0445.3335.0815.4957.1273.1441.0389.2825.0853.426.125.0814.022.168.0378.2532.0546.0526.01.1137.012.0797.0888-.0279.0037-.0545.0041-.079.0011-.2763-.0751-.5516-.1517-.827-.2284-.0365-.01-.0795-.0403-.11-.0297-.1496.0592-.2334.006-.3203-.0323-.1502-.0662-.3614-.0656-.4713-.1751-.0098-.0063-.0235-.0088-.0391-.0071-.4135.0033-.7155-.1506-1.0716-.2282-.0856-.0225-.1798-.034-.2802-.0342.0517.0215.1048.0416.1584.061-.0064.0153-.0132.0305-.0194.0459l.2316.0209c.3941.1255.8159.2182 1.209.3439-.0104.0116-.0177.0247-.0276.0378l-.3665-.0419c.1235.1162 1.0336.3382 1.3468.3404l-.0736-.1208.7897.1952c-.0068.0076-.0101.0169-.0152.0255l-.2649-.0041c-.006.0097-.0118.0191-.0178.0283.0607.0162.1188.0367.1851.0477.432.0683.8506.1636 1.3023.1933.4518.0297.8874.0949 1.3251.1529.0346.0022.0705.0023.1073.0003.0435-.1237-.2053-.0724-.1416-.2245.2058.054.45.0352.5775.175.0405.0333.0967.053.1633.0573s.1413-.007.217-.0329c.0231-.0099.0347-.0475.0539-.0759.1466-.0195.3076-.0377.4673-.0631.1255-.0193.2534-.1536.2731-.29l.278-.1146-.0837-.0959.1619-.0379.0545-.2124.1784-.0614c.0488-.0829.0985-.167.1615-.2729.1838.0492.3585.0984.5362.1416.1371.038.2804.0684.4293.091.2412.03.4858.0521.6821.1455.1097.0515.2424.0261.3869-.035.1006-.0428.2044-.075.3289-.118l.0235-.0904c.0917.0086.1707.0217.2538.0221.0764.0003.1047.0919.2363.003.0423-.0287.1522.0062.2331.0106.0462-.1323.0594-.1495.1614-.207l-.0757-.0851.3261-.0682c.0128-.033.0235-.0601.0369-.0952l.2446.0829.0385-.0372-.2839-.1613c.0394-.0335.0817-.0699.1313-.1122.0924.0392.1868.0402.2573-.0517.3589.0862.7147.157 1.0478.2545.7166.2051 1.4231.4228 2.1319.6374.1454.0442.2494.0467.5318-.0151-.1847-.1576-.4137-.279-.6792-.3599-.4347-.1367-.8789-.2624-1.3162-.3961-.2833-.0861-.564-.176-.8469-.2624-.2148-.0653-.4323-.1277-.6598-.1946-.0061-.0662.1707-.1743-.0181-.2138l.1614-.0308-.0041-.1514c.056-.0009.1091.0037.1584.0136.2977.1049.624.1786.8679.3428.0727.0484.1876.0662.2917.0853.1973.0382.4077.0578.5978.1044.1278.0313.2346.0556.3542-.065.3505.1354.5777.384 1.0445.4308-.0496-.0348-.0948-.0732-.1353-.1151-.0253-.0321-.1472-.0315-.0393-.1168-.0457-.0237-.0826-.0638-.1384-.0687-.2104-.0196-.3405-.1162-.4983-.1875-.0825-.0371-.1743-.0648-.2428-.1254.0728.0118.1487.0192.217.0366.287.0722.5708.148.8569.2218.0225.0079.0525.0076.097.0133.035-.0864-.0099-.1368-.0618-.1713-.1051-.0702-.2262-.1271-.3401-.19-.1253-.0675-.2474-.138-.3789-.1991-.0856-.0331-.1753-.0615-.2689-.0853l.047-.1808.377.0024.4208-.211c.003-.0074.017-.0457.0303-.0842.1814-.0176.1814-.0176.274-.1483l.1399-.019.0223-.0277-.437-.1929c.2766-.0312.3472.166.6104.1092-.0068-.0289-.0128-.0562-.0189-.0858.1352-.1228.283-.1547.444-.1354.161.0192.3439.0182.4599.1051.0285.012.0602.0205.0945.0253.1136.0343.227.07.36.1107l.242-.1339-.0012.1785c.2326.0131.4673.0261.7013.0397.0459-.0027.0884.0016.1256.0125.2408.1215.5653.1086.8647.1378.1224.0167.2398.0407.3514.0716.1742.0401.3449.085.5198.1243.0405.0017.0837-.0016.1283-.0098-.0211-.0886-.0917-.1512-.1973-.1748zm-2.1392-1.378-.2057.0181c.096-.0938.1477-.0794.2057-.0181zm-.3268-.0777c-.2015.0286-.2015.0286-.1714-.0761.099-.0173.1637-.0035.1714.0761zm4.0019-7.0995c-.1909.0652-.2837-.0273-.4002-.0798zm-.3078-5.7236.1635.0666c-.0059.0065-.0114.0126-.0172.0191l-.1631-.0665zm-.1224.158-.2209-.0484c.1457-.0796.1967-.0583.2209.0484zm2.8382-2.832-.3954-.0032c.156-.086.2858-.0706.3941.0046zm.061-1.1815c-.0124.0194-.0248.0387-.0379.0583l-.1506-.0384c.0086-.0131.0179-.0264.0252-.0385zm-3.0371.021c-.0719.053-.1174.0868-.1616.1196l-.2189-.117.0345-.0448zm-.2326-.2779.0039.027c-.0331.011-.0661.0197-.0986.026-.0279.0014-.0546.0003-.0795-.0034l.0105-.0309c.0563-.0063.1108-.0127.1654-.0191zm-.1162-4.39437c-.0099.02213-.0198.04427-.0293.06652l-.2344-.02138c.0071-.01648.0142-.03296.0217-.04932zm-1.8213-4.29588c.0675.00909.1117.05978.204.11321-.3285.05173-.5176-.04719-.7685-.05827.1709-.0864.2611-.09686.5658-.05493zm-5.5334-1.14349-.0199.04041-.2213-.01818c.0071-.01552.0143-.03104.0218-.04643zm-40.477.06507.0071-.03926.1982-.01747-.0089.04431zm-5.5229 1.02932c.1089-.04895.1756-.09663.2373-.10384.2789-.03266.3486-.01946.4377.06601-.2151.00486-.4315.09468-.675.03783zm-3.8431 4.02343.0152-.06441.2041.00172-.0111.0478zm.9498-.9332c.0067-.00944.0139-.01879.0216-.02799l.1531-.01296c-.0665.07625-.1225.0736-.1733.04144zm.093.2259c.0022-.02925.0072-.05923.0147-.08973l.0577-.00385-.0175.09586c-.0184.00017-.0544.00266-.0536-.00179zm.2623.15033c-.0943.00333-.1882-.00129-.3269-.0037.1415-.08821.2498-.12547.3615-.10365.0214.00419.0322.04123.0316.06618.0019.01013-.0441.04091-.0649.04166zm.6999.26853.0214-.06222c.0796.01288.176-.02479.2785.05544zm.548-.27713.0045-.03686c.0902-.01564.1938-.10727.265-.01573zm.2838-.05325c.0486-.0229.0988-.03487.1435-.03416.0446.00071.0813.01407.1047.03812zm.5829-.04558.0086-.04443.146-.00263-.0052.02806zm-1.7826 2.48472c.1019-.1217.1524-.0887.2293-.0084zm-7.2027 2.5399c.0005-.0188.0017-.0378.0029-.0569l.1468-.0151c-.0007.013-.0008.0258-.0013.0389zm2.5194-.1309c-.3027.0495-.6032.1096-.9037.1713l.0189-.1476c.113.0042.2254.003.3359.014.1263.0117.2435.0042.3018-.1006l.3226.053c-.0244.0028-.0508.0063-.0758.0103zm.488-.0733-.0066.02-.0814.0073c-.02-.0069-.039-.0149-.057-.0238l.0193-.0255zm-.4207.3566-.0309-.0583c.0254-.0029.0511-.0062.0762-.0097l.1535-.0185zm-4.2396 2.1261c-.0004-.0079-.0014-.0155-.003-.023.0294.0028.0585.0069.0886.009l.0407.002zm1.0075-1.2043c.135-.0677.254-.0794.3315.0063zm1.8218 3.7674.2187.0049.086.1409c-.057.0435-.116.0882-.1538.1171l-.3098-.1462.0412-.0827c.04-.0116.0787-.0231.1177-.034zm-.6721.7298c-.0743.0129-.1459.017-.2124.0119-.0819-.0027-.1604-.0152-.2415-.022-.0571-.0044-.1157-.0057-.1909-.0094.1044-.0652.1811-.1179.2622-.1624.0812-.0445.1614-.0779.2395-.1139.1098.1459.1174.1476.2967.0732-.1379-.1482-.321-.2213-.5838-.154-.1909.049-.3804.1098-.5704.1639-.0831.0233-.1664.0424-.2496.0638l-.0058-.0442c.355-.2199.7293-.3457 1.164-.3913-.0639.0634-.0962.0957-.1461.145l.149-.0135c.1014-.0088.2434-.0565.2965-.0188.1327.0942.318.085.4709.1356.0827.0291.1725.0484.1893.1345-.2946.0699-.5811.1393-.8676.2016zm.8987 1.2771-.044-.0306c.0166-.0094.0341-.0166.0515-.0213.0022.0001.004.0007.0052.0019.0098.0022.0175.007.0221.0139-.0097.0128-.0214.025-.0348.0361zm-10.4654 5.3045c.004-.0085.0071-.0169.0104-.0252l.1505.0056-.0312.0392zm2.3691-.4657c.0909-.0766.1611-.0913.259-.0667.0275.0068.057.0167.0883.0311zm-1.092 1.3638c.1798-.0477.3719-.1024.5562-.0564.0337.0085.0651.0196.0942.0332zm10.5104-5.0613.0038.0013c.0655.0022.131.0035.1968.0053.0045.0016.0113.0012.0168.0017l.0809.0423.0047.0657-.5017-.0046.0258-.1147zm2.1724-2.7493c-.0161.0129-.0347.0231-.0537.0297-.0191.0066-.0379.0093-.0543.0077-.0241-.0028-.0464-.008-.0668-.0155l.0132-.0314zm-.5369.5701c-.2353.1092-.3099.0939-.3013-.0706.1081.0157.2498-.0453.3014.0725zm-2.0529 2.2926c-.0675.0061-.1347.0123-.2022.0179-.3253-.0059-.6496-.0201-.975-.0275.3894-.0156.7789-.0292 1.1687-.0437zm1.411-2.3841c-.0295.0712-.0553.1338-.0873.2103-.0846-.1461-.0846-.1461.0873-.2103zm-1.3127 1.2671-.3377.0119-.0028-.0228.3431-.03zm-.2309-.0814c-.0934-.0058-.1906-.0048-.2908.0028-.0904.0128-.1787.05-.3128.0895.0373-.048.06-.0974.079-.0988.178-.0118.3621-.0769.533-.0347-.0021.0135-.0036.0262-.008.0408zm13.7702-16.78573.0344-.05336c.0409.00556.0762.0188.1037.03893.0276.02014.0468.04676.0565.0783zm-13.7924 15.90423c-.1812.0173-.3618.0324-.5431.0459-.0363-.0944-.128-.0428-.2139-.0213-.0489.0064-.0956.0072-.1389.0023l.0034-.0311c.0898-.0191.1795-.0388.2639-.0565l.0271-.0934c.1225.0342.2174.0766.3265.0857.1091.009.2226-.0132.3526-.0229-.0108.0217-.0238.0433-.039.0646-.0041.006-.0099.0117-.0167.0164s-.0144.0082-.0219.0103zm.2568-.1985c.1931-.033.3575-.0135.4432.0528-.2642.1328-.2642.1328-.4432-.0528zm-2.1632 2.3634c.1409-.0386.2797-.0633.4131-.0737l.0826-.0031-.0569.0065c-.0315.0041-.0614.0363-.1151.0705.1363.0006.2425-.0033.3448 0-.17.0156-.3397.0364-.5084.0581-.1079.0218-.2122.0306-.3096.0262.0495-.0282.0913-.0699.1502-.0842zm-2.2196 1.1529c.0628-.0045.125-.0077.1869-.0105.0518.0903.1715.1316.3286.1461l.0027.0081c-.2964-.0309-.6546.0735-.8713-.1173.0907-.006.1782-.0131.2655-.0198l.1295.03zm.7501-.5566c-.0028.0431-.0081.092-.009.1335-.1903.0796-.3533.0539-.5127.0091.1449-.0742.2395-.2041.5217-.1426zm-.5332.1442c-.0986.0948-.2616.1005-.4671.1287.0631-.0812.1059-.1364.1613-.2075zm-4.4923.2627-.0349-.0559.1235-.0277c.0062.0164.0272.0376.0148.0489-.0125.0112-.0584.0192-.1021.0333zm2.1598-.119c-.1278.0071-.2687-.0055-.3812.0227-.3862.094-.7834.0356-1.1736.1083-.1562.0285-.3091-.0078-.2629-.1477l.3817.0396-.0209-.1829c.0698.0169.1454.0262.2255.0277.1358.0062.2566.0089.3039.0981.0173.0102.0404.0146.0666.0126.3156-.0278.6336-.0491.9472-.0894.1176-.0156.1356-.0305.2466-.0028.0225.0079.0531.0139.088.0248-.1193.0742-.2711.0791-.4192.0876zm.6626-.1082c-.0105.0006-.0213-.0198-.0581-.0575l.1731.0397c-.0384.0076-.0763.0132-.1134.0165zm.5324-.0245c-.0599-.0824-.1544-.1407-.2747-.1694-.1532-.0326-.3247-.0397-.5072-.0207-.075.0007-.1473-.0037-.2163-.0131l-.0009-.0274c.11-.0274.2188-.0486.3256-.0632.3951-.0335.7886-.0652 1.1852-.0872.1492-.0082.347-.0343.3729.1172-.3656.0078-.5821.1474-.7691.2789-.0406-.0013-.0788-.0068-.1138-.0164zm.6173-.0486-.1924.0494-.0254-.0355.1934-.0481zm-2.0301 1.7625c.0075-.0083.0118-.0181.0179-.0269.0639.0077.1273.0158.1902.0243-.0064.0101-.0134.0205-.0201.0309zm-1.9029 2.4613-.0704-.096.0638-.0202.1022.0835zm3.3238-3.7766.01-.0263.1669.0066c-.0045.0117-.0091.0229-.0141.0344zm-2.7609 3.2841c.166-.0274.2526-.0415.305-.0287.0523.0127.0722.0605.1048.1565zm.5908.0023c.1975-.0942.1975-.0942.4826-.0739-.0513.1698-.1146.1798-.4809.073zm.1808.6493c-.0155-.0054-.0287-.0133-.0392-.0233.021-.0164.0446-.03.0691-.0398.0059.0021.029.015.0492.025-.0253.0139-.0512.0263-.0774.0372zm5.3999-4.2887c-.2696.0056-.5559.0039-.8114.0496l-.2854.0033c-.0328.0023-.0674.0092-.1023.0204-.1463-.0259-.2515-.0924-.3893-.1343.1956-.083.3685-.1853.5936-.096.1658-.064.3355-.0013.5187-.0354.1778.0203.3548.0418.531.0647-.0144.0205-.0288.0416-.0445.0645.1277.0066.2033-.009.2498-.0358.0742.0119.1482.0242.2221.037-.1669.0418-.3298.0628-.4823.062zm-4.2276 5.1797c.219-.1226.2787-.1576.3901-.1292.0573.0161.1119.0354.1637.0577-.2832.0881-.2832.0881-.5538.0715zm5.7585-5.8345c-.0373-.0243-.0714-.0514-.1021-.0811l.2468.077c-.0479.0036-.0966.0049-.1443.0052zm-5.6467 6.1244.5203-.0671.0077.0421zm2.0685-1.7855c-.0223-.0047-.041-.0138-.0549-.0269-.0138-.013-.0225-.0297-.0255-.0489.0059-.0207.1029-.061.1318-.0561.0789.0136.191.0047.2764.0263.036.0079.0658.023.0876.0445s.0351.0489.039.0803c-.1846-.0053-.3229-.0046-.4544-.0192zm4.387-4.3338-.0963.0182c-.0447-.001-.0897-.0017-.1365-.0039-.0815-.0032-.161-.0207-.2404-.0273.2127-.0969.2491-.0907.5869-.0257-.0399.0149-.0765.0267-.1137.0387zm-3.4875 4.2204-.0082-.0233.1402-.0037.0008.0173zm-1.454 2.7676-.0662-.0172c-.1778-.0442-.1942-.031-.3603.1017-.1373-.0602-.1248-.1313-.0429-.2115l.5022-.0513.3787-.2177c-.0128.1929-.2141.2938-.4115.396zm.8455-.1927c.0143-.0296.116-.0782.1533-.0746.0211.0022.0413.0057.0605.0104.124.0309.051.1039.0304.1773-.1535-.0114-.2965-.0091-.2442-.1131zm1.1262.0429-.0036-.0345.2652.0024zm.287-.0346c.0359-.0666.105-.1053.2438-.1015-.0546.0956-.0563.0969-.2461.1026zm.3629-.2275c.1788-.1073.2987-.1453.4172-.1153.0676.0197.1265.0491.175.0872zm1.1181 2.0673.0031.0305-.4189.0123.0019-.0107zm-.0939.3067c-.1152.051-.1152.051-.2546.0199zm-.9955-1.3949-.0124-.0466.1828-.0124.0063.0354zm.1072.2409.2838-.0314-.0044.0312zm.5256.0054c-.0026-.0128-.0059-.0253-.0109-.0385.0867-.0643.1811-.0562.2786-.0318l.0166.0059zm1.1655-1.3583c-.0495-.0174-.0986-.0324-.1482-.0446-.1072-.0306-.2328-.0373-.3682-.0197-.0524.0076-.1139-.0098-.2155-.02.6931-.1111.8399-.1192 1.4295.0882-.2621.0679-.5079.067-.6983-.0027zm-1.559 2.1839.0026-.0166.0789.0031-.0012.0124zm.0473.2639c-.0078-.026-.0245-.0473-.0488-.0623.1428-.0137.286-.0278.4288-.041.0454-.0051.088-.0033.1256.0053l-.2616.0691.0056.011zm.211.2457-.0017-.0305c.0639-.0122.1277-.0243.1915-.0369l.0022.0406c-.0647.009-.1287.0178-.1927.0265zm-.1297.1915c.2457-.0601.4809-.0747.6867-.0427-.0026.0114-.0045.0231-.0063.0343zm3.3218-2.942-.0336.0023-.0017-.03.1936-.0124.0014.0242c-.0523.0026-.1056.0075-.1598.0149zm.0826-.1394-.0002-.0347.3947.0034zm.4421-.0264.2655.077c-.23.038-.2248-.0351-.2655-.078zm.975-.1005c.0133-.0148.0452-.0254.0873-.0371.0505.0016.1013.0025.1501.0054-.0468.1026-.0809.1708-.1188.2514-.12-.0693-.2036-.1315-.1186-.2197zm.4695-.0149.1037.1153c-.1996.0013-.1647-.0476-.103-.116zm-.6237 3.4341-.3107.0239.0001-.0356c.103-.042.208-.0329.312-.0324zm.1045-.3266c.034.0118.0709.0204.1102.0255l-.3639.0232.0006-.0397c.0959-.0573.1747-.0329.2531-.009zm-.6431.2915.0091.0284-.1167.0338-.0094-.0275zm2.4803-3.5248-.0124.0056-.0732.0013-.0105-.008zm-.8364.017c.0656-.0044.1302-.0077.1941-.0104-.0019.0022-.0008.0055-.0016.0085zm-3.0632 3.7977.005-.0267.1591.001-.0038.0205zm.3771-.0095-.0007-.0164.2888-.0168-.0054.0455zm2.9397-3.3771-.4442.0247-.012-.017c.1466-.1121.3348-.0172.4991-.0547.1386-.0357.2704-.0403.3796-.0133.0327.0084.0633.0192.0917.0323-.1716.0097-.3429.0191-.5142.028zm-1.3704 3.3551c-.0307.0105-.0611.0151-.088.0131-.3291.0069-.6583.0129-1.0389.0201.3485-.0532.6415-.0989.935-.1417.0693-.0109.136-.014.1982-.0093l.009.0031c.0286.0132.054.0294.0758.0486-.0275.0245-.0584.0467-.0911.0661zm1.5648.8927c.0184-.0046.0365-.0078.0541-.0094.0051-.0001.0098.0004.014.0016.0077.0027.0156.0055.0236.0083-.0029.0033-.0031.0075-.005.0111zm.2039.1858c.0024-.0144.0045-.0283.0089-.0444l.6573-.0151c-.2473.1696-.4489.0729-.6662.0595zm1.5585-.8692.005-.0262c.0627.0003.1254.0005.1875.0025.0001.0102-.0009.0208-.003.0317zm5.5902 1.8246c-.2578.0795-.6871.1014-1.0229.0424.2312-.0552.8418-.0758 1.0229-.0424zm4.3123-.9245c-.0747-.0103-.1464-.025-.2146-.0438-.0574.0272-.1234.0585-.1785.0842-.2551-.0207-.4912-.0825-.7558.0354l-.3329-.0927c.2238-.0459.4119-.0233.6004-.0204.0787.0007.1515.0344.2221-.0385.1658.0343.3358-.0486.5015-.0543.0938.0015.1848.0079.2727.0192-.0001.0811-.0325.1172-.1167.1103zm.605-.7657-.0054.0227-.2304-.0095.001-.0229zm-.4393-.0187.0009.0274-.1813.0367-.0022-.0482zm-.3843-.4553c-.0046.0117-.0088.0235-.0131.0348l-.3613-.041c.0031-.0079.0054-.0156.0081-.0237zm-1.2944.1878.0027.001c.0167.0058.0281.0488.0422.0732l-.0387.0338-.4667-.0748c.1917-.0554.3257-.0304.4605-.0332zm-.6537.1549.0017.0006c.008.0051.0148.0111.0203.0181l-.0483.0252-.0252-.0226c.017-.009.0346-.0164.0522-.022zm-.4893.6115c.0576-.0224.1317-.0186.197-.0203.4779-.0109.9563-.024 1.433-.0292.3304-.0037.6582.0046.9874.0073.0842.0007.1687.0006.2532.0009l-.005.0495c-.3483.0728-.6851-.0455-1.046.0883l-.1025-.0887c-.0574.048-.1031.0865-.1471.1237l-.3376.0234.1414-.1063c-.0599-.0134-.1226-.0232-.1877-.0292-.2916-.0078-.5813-.0174-.8743-.0172-.0989.005-.2018.0195-.3067.0432-.0868.0169-.1759.0586-.2554.0572-.3864-.0081-.7698-.0265-1.1538-.0432-.0615-.0027-.1302-.0074-.121-.0768.3544.0704.7568.0713 1.1834.0028.0354.0304.0861.0478.1466.0502.0604.0025.1281-.0101.1957-.0363zm1.0431.2794-.093.0147-.0017-.0234c.0304-.0059.0604-.0119.0902-.0157.0027-.0019.0041.0147.0052.0237zm-.4575.0917c-.0986-.0044-.204-.0145-.3119-.0122-.3084.0061-.6194.0232-.9261.0219-.0644-.0004-.1141-.0606-.2019-.1115-.0926.0015-.0926.0015-.2635.0898-.0155-.0059-.0288-.0142-.0392-.0247-.0048-.0136-.0067-.0285-.0058-.0443l-.2952.0032c.2021-.1433.6385-.1351.9628.0072.0605-.0409.0924-.1501.2245-.0837-.0185.0206-.038.0422-.0574.0638.0526.0727.5069-.0695.7279-.2303l.5521.0494c-.1456.0958-.3059.0692-.4779.0621.0264.0957.215.0834.1123.2085zm-2.5512-.4185c-.0909.0714-.1688.0354-.2494.0236zm.3917-.5168.272-.028c-.0024.0175-.0047.0352-.0068.0531l-.2683.0113zm-.0021.7348-.185.0221.0051.0217.1509.038c-.2687.0776-.4926.0309-.7121-.0322.2391-.0842.4654-.0746.7418-.0503zm1.8303-.7581-.2553.0049c.1051-.0408.1051-.0408.2559-.0057zm-.5588-.197.0207.0277-.1149.0293zm-.2217.0467c.0411.001.0801.0058.1161.0143-.0037.0229.0008.0558-.0145.0637-.0354.0121-.0696.0138-.0955.0048-.0277-.0112-.052-.0258-.0725-.0436.0232-.0136.0463-.0382.0664-.0392zm-.0684.0404c-.0018.0283-.0049.0562-.0064.1003l-.1322-.076zm-.1474.0259c-.1206.0453-.2113.1652-.367.1183l.0564-.0935c.1126-.0946.2104-.035.3106-.0248zm-.8489-.0748c.0435-.0007.0895.0131.1292.0024.0808-.0217.1577-.0244.2204-.0077.0736.0222.1354.0574.1829.1038-.1929-.0006-.3875.0058-.5771-.005-.1352-.0132-.2604-.0413-.3727-.0839.1408-.005.2803-.0089.4189-.0114zm-.2864.1255c-.2288.0712-.275.0748-.5405.0349zm-1.0565.7736c-.1274.0538-.1532.0556-.3406-.0142zm-.6672.4145-.111.0083c.0005-.0121.0016-.0245.0024-.0371l.1131-.0152zm.3503-1.1137c.0917.0024.1949-.0204.2958-.0651.1155-.0542.2647-.0624.4274-.0961-.1139.1122-.1139.1122-.4807.1523l.2082.0544c-.2614.0735-.4997.0929-.6842-.0409.0795-.0033.1572-.0034.2351-.0064zm-.8269.8195.3527-.0143c-.1288.0908-.1288.0908-.351.0125zm-.0386.0813c-.0116.0059-.0236.0121-.0356.0178l-.0319-.0112c.0075-.0083.0208-.023.0277-.0221l.0038.0014c.0133.0032.0258.0074.0373.0127zm.2867-.4741.0026.028-.1093.0236.0005-.0415c.0366-.0047.0723-.0078.1075-.0115zm.3113-.5855-.0013.0238-.0875.0085.0007-.0225zm-.1928.2434c-.0454.02-.0998.0536-.1113.0471-.0174-.0085-.0365-.0152-.0571-.0201-.0986-.0248-.2089.007-.315.018-.0366.0016-.0719.0004-.1055-.0034.4157-.1136.4157-.1136.5902-.043zm-.5048.3872.1552-.0255c-.0466.0932-.0466.0932-.1539.0241zm-.3664-.0921-.1685.0564-.0032-.1017.1758.0074c-.0018.0121-.0026.0242-.0028.0365zm.3213-.4714-.0023.0339-.1592.0117.0103-.0438zm-.9724.4166-.0038.0589-.2777.0165.0041-.046zm-.3731-.3403.0473.0124c-.0948.0738-.1521.0735-.2185.0349.0507-.0694.1016-.0647.1712-.0473zm-.6672.619c.029.0074.0533.0188.0779.0275l-.2455-.0126c.061-.023.1212-.0285.168-.0153zm.3378-.6639-.0151.0421-.1502-.0283zm-.0364.1371c-.0593.0151-.1072.0263-.1716.0415.0592-.0565.0726-.0693.1201-.0573.0138.003.0307.0085.0518.0154zm-.1425-.1238c-.0398.0087-.0779.0109-.1119.0066-.0341-.0043-.0634-.0152-.0862-.0318l.0216-.0346zm21.3246-24.39928c-.0081.00494-.0168.0087-.0254.01098-.0051-.00557-.0107-.00993-.0157-.01598l.0583-.00553c-.0063.00443-.0119.00718-.0172.01053zm-22.2905 25.27128-.0094-.1029.8644.0232c.2108.006.4182.0421.6406-.0367.0381-.0149.0762-.0202.108-.015.1337.0428.2663.0881.3936.1387.0889.037.1672.029.2535-.0445.0036-.0039-.0174-.0232-.0315-.0414.0934-.0146.1476.024.201.0608.0668.0464.1299.0933.262.0378l-.005.2587c-.1366-.0054-.2445-.0182-.3542-.0118-.1098.0064-.2105.0311-.3155.0311.1573-.0869.3318-.1004.5043-.1269-.2257-.043-.4345-.0952-.7013-.0573-.2707.046-.5196.031-.7191-.0433-.0061-.0026-.0124-.0048-.0191-.0067-.0453-.0092-.0964-.0102-.1507-.0028-.1908.0224-.3825.055-.5724.0749-.0591-.0002-.1152-.0058-.1674-.0167-.0832-.009-.1664-.0113-.2454-.0244-.0789-.0131-.1415-.0342-.2239-.0552.0973-.0862.1825-.0339.2868-.0389zm1.8521.2731c-.0073.0122-.0315.0212-.0567.0366-.0099-.0173-.0273-.0325-.0215-.0409.0071-.0069.0158-.0129.0251-.0173s.019-.007.0279-.0076l.0024.0008c.0093.0019.0255.0209.0214.028zm-.2904-.0159-.1271.0297-.0086-.0325.1312-.0221zm-1.9393.5977-.2242-.0092.0021-.0064.229.0095zm-.3364-.2234c.1197-.0053.2422-.0157.3559-.0103.4737.0246.9714-.0373 1.4298.0427-.0434.0091-.086.0146-.127.0164-.5549-.0057-1.1096-.0138-1.6587-.0488zm.909.2349 1.3568.0037c-.473.0412-.9279.04-1.3568-.0037zm1.5916.1339.005.0108-.2149.0106.0039-.0205zm8.2895-.6403c-.1705.0106-.3403.0153-.511.024-.0884.0044-.1778.0151-.2653.018-.0874.0029-.1765-.0005-.3149-.0018-.1829.0911-.4185.0423-.6512.0576-.4728.0312-.9436.0404-1.4153.0587-.9241.0364-1.8491.0748-2.7729.1089-.5252.019-1.0504.0379-1.5731.0445-.4961.0064-.9892-.0027-1.4833-.0056.1208-.0177.2415-.0402.3616-.051.0858-.0077.1722.0043.1722-.0717.1124-.0078.2038-.015.2949-.0194.0457-.0032.0895-.002.1306.0033.2568.0431.5364-.005.8047-.0011.073.0015.1572-.0352.204-.0467l.338.0901c.0382-.0505.0601-.0798.0942-.1253.0483.0066.1321-.0008.1472.0235.0567.0859.1626.0625.2644.0457.2352-.0353.4705-.0752.7055-.1148.1586-.0272.193-.0189.2831.0822.0713-.0893.1435-.1122.1979-.0304.065-.0245.1238-.0589.1789-.0618.055-.0029.099.0283.1436.0431l.1614-.0779c.1639.0231.2837.0648.4058.0524.2519-.0266.4974-.0145.7458-.0219.2546-.0052.5102-.0038.7658-.0106.0943-.0054.191-.0166.2894-.0337.1168-.0167.23-.0527.3263.0201.0578.0432.1342-.0072.1824-.0657.0318.024.073.0398.1211.0464.048.0066.1019.0038.1583-.0082.2101-.0389.4276-.0287.6396-.0285.2764.0025.5528.0131.83.0178.0537-.0058.1052-.0061.1533-.001-.0378.0151-.0757.0369-.1117.0394zm1.8523-1.7521.0027-.009.199.0085-.0026.009zm-.6594 1.6183c-.0031-.0011-.0011-.025-.0017-.0385l.1114-.0083-.0036.0425c-.0331-.0017-.0683.0024-.1042.0012zm1.8634-.605c-.1039.0763-.2229.0818-.5065.0174.0035-.013.0063-.0253.0092-.038zm-1.0471.1729-.004.0156-.1208-.0046c.0008-.004.002-.0078.0025-.0115zm-.5573.4109c.1469-.0531.2711-.0249.3976-.0245.1201-.0402.2274-.0266.3458-.0072-.1809.1228-.5148.1365-.743.0314zm.9146-.0126c-.0075-.0084.0011-.0357.0134-.0428.0167-.0102.0348-.0176.0524-.0211.0177-.0036.0341-.0033.0475.0008.0332.0115.0613.0283.0834.0498-.087.0576-.1498.0635-.1964.0129zm.8434-.557c.0002-.0098.0012-.02.0021-.0301l.088.0035-.0032.0193zm.2315-.0038c.17-.138.2985.0231.4632-.065-.1231.1047-.1647.1099-.4618.065zm.9718.38-.1624.0111.0036-.0263c.0538-.0014.1078-.0037.1619-.0055zm.1141-.4689c.0496-.0044.1209-.0244.1705-.0121.0198.006.0353.0167.0452.0311.0098.0144.0139.0323.0117.0521l-.4738.0337c.036-.1259.1673-.099.2464-.1048zm-.3995.0333c.0106.0091.02.0191.0283.0299-.011.0056-.0272.0175-.0313.0155-.0135-.0069-.0253-.0153-.0352-.0252.0127-.0078.0258-.0149.0392-.0213zm-.2209.4441c-.126.0387-.126.0387-.3072-.0133zm-.4534.1909c.0014-.0137.0022-.0277.0032-.0416.1275-.0594.2438-.0336.3626-.0221l-.0029.0336zm.5123-.0396c.1242-.0872.224-.0122.3547-.0316-.1492.0471-.1849.0497-.3527.0294zm1.0043-.5477c-.0325-.0114-.0647-.0228-.0953-.0364l.0506-.0562.0946.05zm11.9483.2141c.1438.0246.2855.0532.4262.0838-.1061.0575-.2018.0822-.3019.0136-.004-.0026-.0089-.0043-.0146-.0051-.0159-.0056-.0404-.0057-.0437-.0021-.0729.0754-.1099.04-.1177-.0111-.0058-.0381.0165-.0644.0517-.0791zm-.2607.0463c-.1125.0585-.1951.0403-.2638-.0109zm-.5193-.1152c.001.0126.0105.0284.0021.0372-.0076.0063-.0163.0116-.0254.0153-.0091.0038-.0183.0059-.0268.0062-.0288-.0061-.055-.0153-.0783-.0276zm-.1878.0211c-.0764.0813-.1546.0613-.2263.0427-.0149-.0053-.032-.008-.0475-.0111-.0236-.0049-.0459-.0115-.0667-.0197-.0162-.0057-.0346-.0122-.0491-.0173-.0182-.006-.0398-.0079-.0632-.0056s-.0481.0088-.0725.019c-.0311.0132-.0934-.0229-.1413-.0365.1772-.0666.5423-.0329.6666.0285zm-.3632-.5314c-.0036.004-.0033.0088-.0048.0135l-.1321-.0053-.0693-.0244.0046-.005zm-1.6941.2998c.1841.0174.3704.0319.5483.0623.1497.0257.2943.0363.428-.0195l.295.1429c-.0297.0137-.0547.0334-.0755.0332-.2478-.0024-.496-.0064-.7413-.0131-.0695-.0018-.1431.007-.1864-.0463-.008-.0081-.0193-.0138-.0331-.0164-.0375-.0078-.0794-.0096-.1239-.0052-.1041.0108-.2099.0366-.2409-.0612-.0015-.0043-.0498.0047-.0797.0085.0309-.0931.1219-.0933.2095-.0852zm-1.1996-.4318c.206.0299.4124.0592.6192.0878-.0163.0067-.0327.0094-.0466.0077-.281-.0653-.5739-.0172-.8597.043l-.2007-.1353zm-.6812.1253c-.08.0103-.1685.0574-.2704-.035l.2783-.0002zm-.0644-.165c-.0039.0104-.0079.0204-.0122.0308l-.0861-.0209.0062-.0135zm-.6428-.0206.0642.0027c-.0704.0639-.1135.0586-.1489.031.0283-.004.0583-.0159.0847-.0337zm-.9515.1235.0028.001c.0015.0082.002.0167.0015.0257l-.0376-.0019c.0043-.0084.0099-.0168.0166-.025.0057-.0011.0111-.0012.0157-.0002zm-.3641.3196-.0522-.0696c.01-.0041.023-.0123.0355-.0136.176-.0168.3375-.0014.4736.0449.0455.0174.1041.0189.1671.0044.1168-.04.215-.0144.3216-.0158.1651-.002.3183.0467.4939.0042.2825.0768.6187-.0144.9078.0429l.0149.0052c.0132.0045.0287.0062.0455.0051.2829-.0507.5409-.011.8027.0153.0918.0091.1829.0203.2761.0242.0642.0027.1173.0025.062.0693l.1329.0217c-.0807.0215-.1602.0354-.2367.0414-.0582.0004-.1074-.0326-.1814-.0578-.1127.0187-.2234.0304-.331.0352-.2122.0002-.4198-.0174-.6313-.0222-.1491-.0051-.3056.0071-.4578.0019-.5376-.0158-1.0705-.0451-1.6108-.0524-.5681-.0104-1.1428-.0023-1.7154.0004-.1911.001-.3838.0119-.5755.0155-.0485-.0038-.0949-.0111-.1386-.0218.1591-.1209.3133-.1548.4868-.1312-.0166.0184-.029.0373-.0509.0661.1425.0313.3152.0177.4937-.0386.1386-.039.2506-.1015.3319.0178.0124.0186.0962.0173.1424.006.1297-.0316.2443-.0211.3649-.0066.1389.009.2815.0116.4273.0078zm-1.1194-.4581.2171.0395c-.0102.0149-.0201.0304-.03.0454l-.2049-.0575zm.4774.0473c.0002-.0042.0196-.0112.0303-.0169.0083.0105.0152.022.0206.0343.0024.0009-.0196.0112-.0376.021-.0067-.0119-.0116-.0249-.0143-.0388zm26.0229-28.30359.0014.05557-.276.05979c.1269-.10431.1989-.10026.2735-.11573zm-26.4717 27.62719c-.0066.0124-.0125.0245-.0191.0369l-.1443-.0205.0095-.0227zm-1.7337.0248c-.1154.0775-.2172.0345-.3252.0496l.0034-.0463zm-1.8269 1.0901.0072-.0217.1809.0078-.0069.0213zm.9887-.7971c.0574-.012.1123-.0144.1608-.0069.0431.0109.0819.0407.1618.1045-.19.0645-.1873.0635-.2461-.0393-.0206-.0238-.0468-.0436-.0779-.0588zm.0162.2772.229.0095-.0013.01-.2425.0161c.0039-.0129.0085-.0241.0134-.0361zm-.4168.5132.0063-.0268.2294.0097c-.0008.0034-.0012.0068-.0013.01zm.9514-.7609c-.0328-.0086-.0626-.0209-.0888-.0365l.0475-.0497c.19-.0085.3781-.0233.5648-.0249.4267-.0044.8519-.003 1.2776-.0006.0507.0019.0954.0134.131.0339.1178.0671.1309.0693.2567-.0045.1673-.0981.308-.1121.4258-.0169.0697.0527.1681.0796.2832.0775l.1122.0044c.0651.023.1292.0455.1938.0655-.0593 0-.1185.0009-.1772-.0008-.5627-.0118-1.1219-.0357-1.6866-.0397-.2457-.0017-.4954-.0014-.7523.0528-.2198.0445-.3965-.0363-.5901-.0613zm.8184.8024c-.0389.0142-.0771.0288-.1156.0432l-.0152-.0338.1209-.0329zm-1.2356.3532-.0193-.0206c.0125-.0044.0249-.0076.0371-.0097.0046.0022.0083.0053.0109.0091-.0102.0071-.0207.0138-.0314.0202zm.1457.0039.0075-.0221.0852.0068-.006.0188zm.1674-.2101c.0117-.0049.0296-.0157.0348-.0143.0104.0074.0188.0166.0247.0272-.0135.0033-.0295.0105-.0405.0085s-.0144-.016-.0208-.0235zm.0866-.6652c.0028-.0127.006-.0254.0095-.0384.2274-.0261.4414.0047.6526.0402zm.4633.4006.1893-.0026-.0081.0309-.1868-.0079zm.2366.4872c-.0135-.0071-.0257-.0155-.0363-.0251-.0024-.0008.0205-.0227.0256-.0213l.0038.0013c.014.0047.027.0104.039.017-.0146.0091-.0238.0173-.033.025zm.463-.196c-.1469.0071-.2981.0373-.4414.0342-.1432-.003-.2923-.0238-.4747-.0406.2759-.0925.4982-.036.7274-.0525.2113-.0177.411-.0092.5926.0252.0221.0049.0424.0121.0606.0213-.1873.0778-.3174.0021-.4653.0093zm2.3542.293.157-.0761.0182.0339c-.044.0448-.1081.0436-.1752.0422zm6.6321.0692c-.3067-.0165-.6133-.0325-.9188-.0529-.1145-.0076-.2229-.0311-.3383-.0371-.0858-.0061-.1741.0013-.2643.0017-.0107.0352-.0185.06-.0258.0858l-.3141-.0134.1099-.0414c-.0081-.0196-.0194-.0375-.0337-.0532-.0205-.0073-.0449-.01-.0715-.0078-.0267.0021-.0549.0091-.083.0203-.0679.0206-.1358.0413-.1881-.0099-.1233.0239-.246.0462-.3685.0718-.0777.0163-.1009.112-.2014.098.0535-.0761.099-.1549.2757-.1719-.0354-.0112-.0768-.0149-.1217-.0109s-.0924.0156-.1396.0341c-.0943.0318-.1803.0655-.2644.015.0143-.0158.0325-.036.0456-.0541-.1406.0097-.2806.0244-.4188.0279-.0857.0026-.1805.0095-.229-.0551-.0102-.0084-.0244-.0134-.0412-.0145-.0115-.002-.0224-.0048-.0324-.0086-.0505-.019-.1181-.0166-.1885.0067-.0437.0136-.0867.02-.1257.0185-.0391-.0015-.0733-.0107-.1002-.0269-.0843-.0492-.2605-.0192-.406-.0051l.0917.0324c-.0615.0033-.12.0002-.1741-.0092-.1464-.0528-.3336-.055-.5339-.0064-.1005.0268-.197.0335-.2802.0195-.0833-.0139-.1505-.0481-.1952-.0993-.0259-.0215-.064-.0323-.1091-.0308-.2347.0074-.4739.0228-.7088.0273-.0795-.0018-.1562-.0085-.2295-.0202-.0096-.0021-.0184-.0052-.0263-.0092-.0125-.0044-.0242-.0086-.0292-.0061-.1127.0633-.1913.0342-.27.0045-.0271-.011-.0558-.0201-.0861-.0275-.0313-.0062-.0873-.0099-.1041.0037-.1411.113-.2818.0596-.4209.0576-.0389.0007-.0747-.0045-.1056-.0154l.313-.0178.0043-.0317c-.202.0076-.3913-.0719-.6528.0665l-.0982-.1295-.23.029c.0546-.0363.0848-.0698.1092-.0706.1527-.0065.3011-.0258.4532.0069.161.0344.3587.0068.5426.0052.4151-.0051.8341-.0145 1.2446-.0145.1677.0007.3293.0263.4941.0389.0387.0065.0823.0058.1283-.0023.1151-.0325.2005-.0199.2782.034.0844.0582.2042.0331.3137.0062.0715-.0175.1117-.0404.1839.006.0576.0373.2049.0019.3115.002.0741-.003.1446.001.2104.012.1019.0231.1941.0418.3179.0072.0693-.0192.1525.0115.2301.0175.2136.016.4363.0043.6366.0649.0947.0291.2291.0029.3422.0105.7186.0486 1.4366.0989 2.1542.1509.1751.0143.3528.0266.5293.0404l-.0105.0329c-.0559-.0017-.1206.0002-.1807-.0025zm.4137-.2339-.1438-.0231.1541.0168c-.0039.0029-.0078.0056-.0119.0082zm.0267.1091-.0256-.0161c.0096-.0066.0196-.0183.0281-.0186l.0035.0012c.0084.0038.0157.0086.0218.0144zm.2198.0092-.0197-.007.0227.0047c-.0019.0011-.0037.0024-.0053.0038zm.4012-.0105c.0199-.0018.0386-.0007.055.0033.0125.003.024.0071.0347.0122zm21.7941-23.96094c.0047-.00974.0097-.01936.014-.02875l.1707.00652-.0229.04462zm-21.1399 24.07474c-.0226-.0032-.045-.0078-.0673-.0113l.0942.0108c-.0015.0014-.0028.0029-.0039.0044zm21.6578-23.98996c.1276-.05706.2177-.03907.2956.00309zm-21.2859 24.05466.0133-.029.1737.0204-.021.04zm21.5982-24.0509c.1512-.09239.2063.00487.3012.0236l-.0231.03931zm.3743.34691c.1791-.07925.2671-.03874.3692-.04927l-.021.06475zm2.0581-.64605c.0033.01918.0061.02871.0051.02931-.0837.0317-.1519.03093-.1762-.04692zm-.2691.25869c-.0039.00432-.0435.00126-.0663.00128.0159-.03283.0327-.06627.0486-.0991l.0657.00559c-.0133.03091-.0296.06197-.049.09282zm-.382.03571c.1467-.01901.2484.02253.3507.11698-.1653-.00132-.2783.00012-.3879-.00578-.0236-.00118-.0561-.03398-.0487-.04419.0169-.02536.0568-.06255.0849-.06641zm-22.2624 24.49444c.0308-.0175.0639-.0288.095-.0325.0518.0149.1035.0294.1566.0428zm19.8349-21.9637c.1483-.0811.2327-.113.2637.0151zm-15.6894 23.2857.0358-.0443.3748.105c-.012.0133-.0216.027-.033.0406zm18.0186-15.2276c.0907-.0369.2225.0158.3358.0277l.167.0171-.0665-.153c.479.0597.8304.1978 1.0857.4363-.013.0144-.0263.0292-.0372.0448-.0825-.0243-.1666-.0464-.2472-.0729-.185-.0609-.3645-.1285-.5527-.1849-.1058-.0363-.236-.0423-.3768-.0174-.1409.0248-.2873.0796-.4237.1586.1549.0812.1672.0803.4031-.0667.0642.0397.1381.0776.1992.1243.061.0466.115.1041.1908.1745-.0923.0011-.1615.001-.2319.0042-.0217.0008-.0431.0023-.0649.0037-.1824-.0791-.3638-.1587-.5443-.2393-.1165-.053-.235-.1037-.354-.1533.1703-.023.3383-.0293.5169-.103zm1.2589-2.0154c.0391.0969.0391.0969.3457.194-.1209.0172-.1984.043-.2524.0325-.0901-.0184-.1578-.0703-.2489-.0877-.0903-.0111-.1852-.015-.2836-.0117l.0064-.039zm-1.0475 1.4127c-.2391.0249-.2611.0134-.3114-.1809.1162.069.2107.1241.3107.1817zm.366-.9069-.2062-.048c.1261-.022.1261-.022.2062.048zm-1.0099 1.0677c-.0467.0372-.0684.0547-.12.0963l.3107.1052-.0118.086c-.156.0471-.3043.0911-.4723.1415l-.0956-.1248c.069-.0483.1261-.0894.222-.1547l-.3634-.1106c.0046-.0116.0085-.0231.0128-.0344zm.3892-1.081c-.1127.0396-.2246.06-.3271.0597-.1025-.0004-.1928-.0214-.2641-.0616.2728-.1079.4347-.1073.5916.0016zm-1.4551.3494c-.0099.0146-.0198.0286-.0301.043l-.2388-.0452c.0185-.0205.0349-.0418.0527-.0626zm-14.1006 15.3002-.1412-.0189.019-.0313.1403.021zm13.8715-16.2507c.2578-.0482.4295.0123.5438.1821-.18.0585-.3344.1773-.5299.0819.1291-.0381.2682-.0446.2457-.1825-.1041.0046-.2187.0102-.3366.0161-.036-.0507-.0028-.0835.077-.0976zm-14.1991 16.1414c-.0546.0179-.1081.0251-.1555.0209-.0473-.0041-.0868-.0194-.1147-.0445.1058-.1022-.0659-.0953-.0488-.1989zm-1.1205.4337c-.2316.0389-.2316.0388-.342-.0153.1486-.1118.2107-.0334.3413.015zm.3464-.7601c-.1556.0248-.2934.0047-.3896-.0567.1948-.0628.2852.0075.3889.0564zm-.5479.0365-.0423-.1231c.1288.0013.1341.0425.0416.1229zm-.5384.4746-.3467-.0562.065-.0174.0035.0012.001-.0011c.1306-.0341.1482-.0213.2752.0747zm13.3212-15.4481.3213.0681c-.1757.0776-.265.0172-.3713-.0151zm-14.146 15.3895c.0718-.0015.1363.0103.1893.0344l.0069.0025c.0386.0691.0683.0715.264.0826.0068.0006.0127.0025.0173.0056s.0078.0073.0094.0123c.0078.0739.0886.0365.1538.0319.1467-.0109.2958-.0205.3718.1002-.0873-.0018-.1785.0163-.2062-.0086-.059-.0535-.1215-.0428-.2139-.0047-.0388.0113-.076.013-.106.0049-.1173-.0252-.2344-.0518-.3562-.0781l.243.024.0384-.0482c-.0955-.0104-.1914-.02-.2881-.0275-.0879-.0068-.1776-.0095-.2676-.0113l-.0262-.0059c.0691-.0478.1184-.0802.1703-.1141zm-.5615-.0157c-.0274.0118-.0554.0176-.08.0166-.0247-.001-.045-.0087-.0582-.0221zm-.8692.1578c.0851.0059.1725.0077.2619.0054.1722.0322.3363.0758.4986.1231.0766.0222.169.0244.2476.0445.1334.0338.2571.0797.3924.1108.3263.0737.6577.1402.9847.2132.0757.0172.1368.0815.2064.0666.2152-.0466.2808.07.4099.116.0419.0148.0703.0471.1155.0536.0591.0042.1212.0031.1856-.0035.0217-.0008.0444-.0038.0648-.0056l.0208.0847c.0845-.0025.1661.0007.2441.0096.196.0397.3855.0884.5786.1313.1183.0256.1393.0358.1845.1699-1.5245-.3147-2.9721-.7001-4.3954-1.1196zm5.2681.7605c-.0869-.0387-.1592-.0998-.2987-.0735-.1527.0283-.2758.0024-.3856-.0443-.1098-.0468-.2319-.0661-.3909-.0182l.0913.1077-.2838-.0683c.0439-.0543.0788-.0975.1107-.137.105-.0228.2015-.0439.3115-.0672-.0105.1083.0846.0938.1951.0725.0956-.018.2329-.056.2782-.0263.1348.0883.3274.0841.4984.1135.1628.028.3414.0373.3836.1889-.1979.036-.3773.0198-.5111-.0464zm1.1339.0608.2371.0537c-.1211.0499-.2132.0463-.2384-.0523zm3.3375-3.4096.0244-.027.1614.0516-.0243.0271zm.523-.3026c.08-.0017.1232-.004.1635-.0017 0 0-.0048.0377-.0171.0443-.0681.0391-.1051.0261-.1477-.0411zm7.0981-4.306c-.0064.0072-.0126.0141-.0163.0222l-.1474-.0272c.0094-.0105.0191-.0213.0285-.0317zm.6552-1.568.1169.0976c-.0159.0115-.0314.0226-.0469.0343l-.1247-.0914c.0182-.0131.0356-.0259.0534-.0391zm-1.0187-.4696c.2236.0987.2262.0963.2511.1729-.2356-.0422-.4838-.0523-.6213-.2085.1704-.052.2678-.0081.3689.037zm-6.3555 6.7501c.0208-.0601.0374-.1069.0562-.1591.1369.044.1342.0511-.0585.1602zm-2.1713 2.668c.1622.0002.2406.0848.3481.1407-.3117-.0073-.3725-.0326-.3504-.1396zm6.6076-7.7594c.0082-.0161.0156-.032.0234-.0482.0482.0028.096.0063.1448.0074.2497.0068.4227.1176.6643.1425.1971.0197.3683.09.5822.0904-.5424.0452-.9762-.0783-1.417-.191zm2.287-1.2169c-.0891-.01-.1273-.0577-.1718-.1004.0136-.0104.0279-.0212.0428-.0324l.1444.1202c.03.0074.0627.0115.0973.012.0946-.1009.162-.0573.2183-.0251.0524.0356.0996.0756.1413.1196-.1995.0098-.3683-.0008-.4747-.0928zm-.3157 1.4509c-.1444.0915-.1888.0891-.3322-.0221zm-.1556.2375c-.176.0329-.176.0329-.2188-.0538zm-4.3871 5.1101c-.1253.0095-.2622.0324-.3153-.0722.3621-.0764.4698-.0688.6601.0429-.1282.0117-.2381.0223-.3471.0304zm5.5629-5.0041c.0923-.0012.1325.0443.1237.1299l-.1727-.0832zm-6.3712 7.0758-.1073-.0506c.0091-.0101.02-.0191.0304-.0292l.1076.0512zm1.5255-1.845c.1766-.0493.1766-.0493.1823.0543zm4.8761-4.4167c-.1928-.0609-.3915-.1147-.6286-.1836.1002-.0297.1633-.0578.2216-.0643.2576-.0288.4457.0622.6643.0965.0439.0065.0595.058.0947.0975-.0614.0339-.1267.0569-.1891.0666-.0623.0096-.1195.0056-.1655-.0118zm2.4006.4602c.047.0147.1013.0203.1601.0166.107-.0073.2167-.0247.3424-.0397-.0394.0635-.0632.1025-.0858.1392l.1877.0448c-.0857.0855-.1497.0791-.2148.0552-.0772-.0272-.1548-.0545-.2323-.0818-.2156-.0727-.4324-.1444-.6473-.2182-.0253-.0132-.0474-.0294-.0659-.0484l.0395-.0392c.0537.0137.1101.0246.1606.0424.1165.0439.2311.0914.3548.1307zm-1.5945-.4011.1649-.0144-.0401.1538-.1575-.1086zm-.2135-.1791c.1081.011.154.0543.1233.1502-.2434.0134-.26-.0086-.126-.1493zm-4.4892 5.0361c-.0159.003-.0487-.0361-.0391-.0498.0185-.0276.0607-.0512.1125-.0909.0191.04.0524.0688.0384.089-.0141.0202-.076.0454-.1145.0527zm1.7441-2.0071c.1392-.108.2209-.0578.3558-.0107-.0674.029-.136.0454-.1989.0474-.063.0021-.118-.0103-.1596-.0357zm2.4876-2.4507c.1824-.1108.2855-.0536.4097-.0036-.1857.0906-.2908.0403-.4124.0046zm-3.518 4.7222c-.0429-.0298-.0762-.0719-.1313-.0866-.1487-.0405-.1766-.1225-.0634-.2957.0215.1157.106.1999.2365.2357.0951.0316.0852.0462-.0445.1476zm4.5652-5.0061-.2461-.3354c.2013-.0386.7783.1249.9371.2828-.218-.0654-.4467-.0914-.693.0538zm-3.3383 4.0975c.1809-.0312.1809-.0312.2124.1014z'/%3E%3Cpath d='m112.79 28.8965c-.298-.0349-.601-.0603-.851-.1632-.039-.0108-.082-.0171-.126-.0187-.641-.066-1.282-.1292-1.921-.1976-.832-.0891-1.663-.1823-2.494-.2745-.232-.0257-.463-.0538-.703-.0818.109-.0858.271-.052.423-.0353.373.0419.744.0885 1.118.1232.18.0164.366.0088.55.0152.073.0043.146.0112.218.0207.063.0059.134.025.189.0178.264-.0342.516.0112.77.0378.684.0708 1.367.1465 2.051.2167.165.0168.336.0202.504.0303.04-.1068-.083-.1209-.201-.1352-.264-.0325-.532-.0617-.796-.096-.098-.0128-.224-.007-.279-.0938l.666.0306-.02-.1703c-.118-.0583-.272-.05-.428.0235-.137-.1189-.332-.1455-.566-.1453-.131-.0008-.258-.0183-.372-.0511-.234-.0688-.428-.0608-.622.0246-.075.0319-.159.0567-.247.0734-.037.0048-.076.0056-.113.0022s-.072-.0109-.103-.0221l.408-.0793-.004-.0335-.989-.1468c.05-.0558.092-.1018.148-.1641.637.0757 1.257.1633 1.886.2201.613.0525 1.234.0825 1.858.0897l-1.443-.1995c.07-.019.117-.0443.161-.0427.131.0034.261.0139.387.0313.267.039.438-.008.557-.1414-.269-.0385-.53-.0761-.79-.1128-.142-.0203-.274-.0443-.312-.1297-.029-.0647-.137-.0794-.246-.0945-.183-.0261-.365-.0552-.624-.0944.333-.094.604-.123.866-.0943.104-.0337.212-.0631.323-.0879.223-.0371.275-.1534.098-.2385-.109-.0526-.2-.1181-.323-.1602-.173-.0591-.379-.1095-.579-.0547-.507.1376-.972.0594-1.449-.0664-.139-.0365-.307-.0424-.466-.06-.124-.014-.246-.0226-.37-.0337 0-.0145-.001-.0287-.002-.0428l.687-.0165.005-.0235-.435-.0858c.002-.0119.003-.0239.004-.0372.209-.0118.417-.0171.626-.0158.28.0106.56.0397.84.0593.424.0325.861.0054 1.272-.0788.126-.0312.248-.0675.365-.1087-.087-.111-.242-.05-.327-.0682.081-.0773.164-.1532.23-.2188l-.265-.1935c-.25.0091-.537.0209-.825.0289-.076.0026-.152.0001-.226-.0077-.818-.0958-1.637-.1927-2.457-.2909.13-.1981.184-.2084.514-.1525.269.0465.546.0854.82.1168.639.0726 1.28.1406 1.919.2118.33.0365.33.0384.523-.1026.041-.0308.076-.0627.113-.0941-.095-.0958-.226-.1789-.383-.2441-.158-.0653-.338-.1115-.532-.1357-1.116-.1593-2.224-.3331-3.332-.5062-.25-.0391-.488-.0981-.765-.155-.057.036-.121.0756-.184.1159-.144.0913-.191.0763-.337-.0299-.098-.0707-.267-.1218-.418-.17-.127-.0413-.273-.0677-.406-.1259.096.002.192.0014.288-.0019.146-.0092.211-.0711.117-.1288-.11-.0672-.241-.1515-.39-.172-.314-.0433-.347-.1738-.496-.2864.209-.0332.333.0375.476.0652.158.0309.309.0669.43-.0249-.114-.1016-.316-.1338-.51-.1704-.08-.0123-.148-.0395-.195-.0772-.046-.0377-.068-.0837-.061-.1306l-.496-.1547c.005-.0072.01-.0147.014-.0222l.516.0388c.007-.0595.014-.1114.02-.1702l-.634-.0737.008-.0346.761.0486c-.157-.0821-.419-.0346-.47-.1546.035-.0276.095-.0562.106-.0896.012-.0333-.022-.0767-.041-.1282-.397-.1012-.828-.1931-1.302-.2206-.248-.0145-.496-.0368-.74-.0643-.193-.0216-.371-.0546-.462-.1648-.042-.0504-.156-.0926-.254-.1255-.3-.1-.611-.1943-.913-.2906-.029-.0068-.054-.0176-.073-.0315-.027-.0304-.064-.0577-.109-.0807l.14-.0027c.081-.0076.16-.0192.237-.0348-.158-.0639-.355-.0934-.555-.0836l-.195.0042-.083-.0192c-.267-.0645-.543-.1209-.8194-.1797l.0728-.0022c.2156-.0067.4376-.0255.6566-.0381.046-.097-.113-.0954-.267-.0921-.3456.0062-.693.0155-1.0372.0197-.0679-.0159-.133-.0352-.1944-.0575l.6908-.0477-.0032-.0139c1.562.1432 3.124.2887 4.688.4258.891.0783 1.787.1381 2.681.2032.319.0233.432-.0111.574-.1609l1.041.091-.097-.0945.82-.0238c.039-.0991-.007-.15-.192-.1656-.14-.0127-.278-.0307-.412-.0539-.032-.0054-.049-.0342-.072-.0538.077-.0055.182.0015.223-.0208.107-.0574.24-.0631.382-.0651.327-.0043.385-.0449.283-.1977-.014-.0202-.034-.0398-.048-.056.364-.1756.627-.4071.754-.6627l-1.278-.3147 1.273-.0176.013-.0433c-.112-.0256-.228-.0456-.347-.06-.121-.0072-.238-.0289-.34-.0637-.103-.0348-.19-.0819-.256-.138l.361-.0819c-.335-.1563-.336-.1538-.618-.1827-.148-.0159-.293-.0417-.44-.0637-.28-.0427-.559-.086-.802-.1235.23-.0554.23-.0554.559-.0289.096-.0938.012-.1601-.136-.2245-.092-.0398-.188-.0769-.286-.1113.191.0141.388.0012.581.002.1.001.239-.0152.294.0098.289.1327.643.1151.974.1538.219.0258.368.0061.468-.1064-.335-.0489-.254-.1955-.337-.3097-.145-.0224-.279-.0482-.416-.0644-.323-.0407-.647-.0795-.972-.1164-.086-.0124-.175-.0183-.265-.0176-.644.0223-1.263-.086-1.889-.15-.219-.0224-.436-.0569-.739-.0971.351-.0758.62-.0145.884.0139.226.0245.453.0783.673.0784.564-.0006 1.114.0577 1.669.1104.183.0173.376.0302.543-.0263-.206-.2009-.65-.2147-.973-.3039-.298-.0823-.709-.0605-1.07-.0847-.002-.0112-.003-.0225-.004-.0336l.972-.0192c-.107-.0441-.233-.0731-.367-.0846-.625-.0661-1.255-.1239-1.883-.1991-.55-.0656-1.098-.1415-1.639-.2278-.517-.0819-1.023-.1839-1.535-.2762-.145-.0251-.297-.0468-.34-.1554.43.0007.836-.0037 1.232.1019.221.0587.447.1058.685.0373.172-.0499.447-.0417.584.0253.25.1189.519.1553.832.1102.07-.0132.145-.0153.215-.0061.408.085.719.0296.961-.1137.502.0111.918.229 1.509.1671-.437-.0862-.791-.177-1.162-.2241-.388-.0493-.527-.1692-.658-.3289-.096-.1132.035-.1805.107-.2738-.466-.0153-.86-.0831-1.171-.2135.068-.1399-.202-.1836-.307-.2718-.379.0147-.756.0356-1.121-.0802.057-.046.107-.0873.175-.1427l-.988-.1436c.203-.0161.408-.0223.612-.0185.202-.003.416.0341.657-.0292-.153-.0235-.247-.0428-.345-.0522-.613-.0682-1.238-.0694-1.849-.1594-.311-.0459-.592-.0437-.858.0772-.281.1277-.665.0909-1.007-.0506l.32-.1008-.336-.1447c-.059.0383-.091.0556-.115.075-.193.1607-.255.1651-.58.0309-.12-.05-.239-.06-.3346-.0071-.1502.0832-.3468.1049-.5704.1019-.0233-.0038-.0453-.0095-.0653-.017.037-.0277.0743-.055.1125-.0837-.1638-.0624-.2926-.0161-.4318.0046-.3327.0501-.5037.0209-.7343-.1191l-.1157-.0689c-.2116-.0082-.4342.0534-.6398-.0872.1139-.0049.1829-.0097.2539-.011.0709-.0014.1777.0133.194-.001.0806-.0691.2062-.0504.3319-.0434.5158.0281 1.0406.0727 1.5583.0799.4013.0061.8693.1012 1.1293-.097.174.0252.333.0724.458.0604.179-.0162.309.0701.424.0542.208-.0292.196.0811.389.1071.064-.0256.134-.0456.209-.0594.142-.0231.29-.0321.436-.0266.403.0295.803.0742 1.205.1104.063.0017.126 0 .189-.0053l.005-.0337-.678-.1103c.166-.1034.359-.1681.653-.1435.075.0061.151-.0014.227.0014.862.0244 1.725.0535 2.587.073.223.0022.446-.01.666-.0366.072-.0084.116-.0664.203-.1212l.264-.03-.003-.0291-.308-.0612.301-.0548c-.194-.0309-.38-.0543-.431.0771-.53-.028-1.049-.0522-1.569-.0819-.544-.0326-1.086-.0763-1.631-.1065-.932-.0512-1.863-.0948-2.795-.144-.009-.0017-.019-.017-.033-.0297l.433-.0806c0-.0125-.001-.0248-.001-.038-.352-.0484-.703-.1011-1.056-.1449-.186-.0223-.388-.0481-.562-.0333l-.7768-.1724c.5128-.0011 1.0348.0612 1.5538.0841.315.0137.632-.0044.947.0099 1.116.0489 2.231.1065 3.347.1562.174.0081.35.003.524-.0151.409-.045.795-.0521 1.132.1503.567-.1363 1.193-.0928 1.806-.0805.101.002.203.0048.304.0025.078-.0054.156-.0136.233-.0245-.291-.0575-.516-.1094-.75-.146-.182-.0285-.377-.0364-.564-.0574-.148-.0169-.334-.0198-.433-.0657-.228-.104-.414-.2301-.622-.3495.03-.0126.057-.0274.079-.044.03-.0326.054-.0664.074-.101-.196-.0252-.366-.0634-.53-.0656-.836-.0053-1.668.0001-2.504-.0004-.098-.0003-.233.0071-.291-.0192-.164-.0759-.299-.0783-.475-.0307-.069.0189-.238.0726-.265-.0457-.04-.0141-.088-.0213-.137-.0207-.196.0039-.406-.049-.588.0143-.044.0076-.09.0054-.129-.0061-.224-.0743-.469-.0686-.707-.0711-.786-.0081-1.571-.0104-2.3559-.0165-.1267-.0011-.2545-.0122-.3814-.0182l-.0102-.0481.8562-.0718c-.4551-.0692-.9086-.018-1.3973-.1109l.3063-.0831-.1153-.081-.2115.062-.3779-.1298.6815-.0657.2428.1114c.3452-.0267.6402-.0689.8075-.2284.1771.1413-.1344.156-.1865.2369.4441.0407.9037.0265 1.3467-.0416.121.0088.259.038.361.0226.19-.0293.358-.0848.561-.1354-.369-.0956-.794-.0335-1.128-.1504l.881-.0785c.069.1014.27.1083.499.0962.196-.0104.396-.0103.597-.0146l-.02.1906-.398.0805c.006.0128.013.0258.021.039.096.0079.192.02.288.0233.495.0185.99.0389 1.485.0513.609.0148 1.215.0266 1.815.1263.2.0328.426.0358.578-.0425-.009-.0749-.306-.0963-.139-.1891.01-.0058-.056-.0514-.1-.0719-.09-.0424-.189-.08-.292-.1225l.297-.1295c-.251-.0932-.539-.1517-.843-.1709-.43-.0221-.86-.06-1.29-.0794-.261-.016-.526-.0154-.79.0017-.385.0309-.76.0657-1.162.0126-.074-.0072-.15-.007-.226.0007-.564.0412-1.131.0491-1.693.0238-.5827-.0273-1.1641-.0646-1.7413-.0245-.1776.0081-.3554.0065-.5308-.0046-.7229-.0287-1.4447-.0603-2.1669-.0923-.0432-.0056-.0851-.0136-.1249-.0239-.0093-.0547-.0185-.1117-.0297-.1739l-.268.0018c-.0205.0469-.0366.0839-.0504.116-.7504.0177-1.1853-.0033-1.4064-.0775l.9573-.0104c.0167-.0536.0282-.0918.0324-.1036.2496-.0053.487.0179.6579-.02.3428-.0741.714-.0844 1.0565-.0292.2448.0347.6885-.0231.8342-.1212.0281-.019.0206-.0514.0299-.0797-.3431-.0059-.6602-.0046-.977-.0173s-.6278-.043-.9909-.0691c.207-.0779.4132-.0802.6089-.0763.2526.0024.5068.0214.7604.0307.0729.0028.2.0096.2104-.0046.0769-.1053.238-.0502.3792-.0424.1411.0077.2788.0084.4184.0124.466.0132.9251-.0375 1.399.024.1225.0105.2491.0042.3693-.0184.1397-.0213.2467-.0259.377.0304.0565.0241.1765.0124.2985.0182l-.106-.1935c-1.011-.0433-2.0106-.0797-3.0096-.1308-.9989-.0511-1.9882-.1164-2.9832-.1748.0024-.0037.0048-.0075.0032-.0123l.9693-.0462c.1054.0137.2667.0602.3797.0441.1472-.0185.2988-.0131.4364.0156.1096.0139.2229.019.3367.015.3017-.0024.6027-.0141.9053-.0125.5064.0019 1.0133.0126 1.5235.017.199.0018.3859.0133.5499-.0706.0785-.0406.305-.017.4652-.015.0993.0012.2007.0233.3006.0247.619.0078 1.239.0168 1.858.0161.467-.0004.927-.0151 1.389-.0251.068-.0012.126-.02.266-.0438-.676-.0754-1.278-.0547-1.868-.1253.145-.0155.291-.0233.438-.0233.159-.0046.317-.014.476-.0217l-.304-.0379c-.047-.1143-.112-.15932-.361-.1557-.445.0065-.898-.03583-1.338.0248-.178.0243-.414.0676-.6382-.0345-.096-.04428-.289-.04393-.4387-.05504-.2926-.02142-.5862-.03617-.8794-.05351.0921-.02044.1894-.03102.2867-.03118.73-.01819 1.4596-.04109 2.1906-.05253.367-.00595.698-.06553 1.04-.10802-.695-.02881-1.387-.08136-2.083-.09212-.016.00021-.032-.00143-.047-.00482-.0146-.00339-.0278-.00847-.0387-.0149-.0109-.00644-.0192-.01412-.0244-.02256-.0052-.00845-.0073-.01749-.0061-.02658.0013-.00908.0058-.01803.0134-.02629.0075-.00826.0179-.01566.0305-.02176s.0273-.01076.0423-.01371c.016-.00295.033-.00412.049-.00345.286.00437.571.01664.857.03106-.053-.01596-.104-.03387-.153-.05361-.174-.00251-.349-.00501-.523-.00978-.016.0002-.032-.00144-.047-.00483s-.028-.00846-.039-.0149-.019-.01411-.024-.02256c-.006-.00844-.008-.01749-.006-.02657.001-.00909.005-.01803.013-.02629.007-.00826.018-.01567.03-.02177.013-.00609.028-.01076.043-.01371.016-.00295.032-.00412.048-.00344.078.00212.157.00288.237.00295-.036-.02565-.069-.05272-.098-.08102-1.1541-.01948-2.308-.07234-3.4637-.11412-.0162.0002-.0322-.00144-.047-.00483-.0147-.00339-.028-.00846-.0389-.0149-.0108-.00644-.0191-.01411-.0244-.02256-.0052-.00844-.0073-.01748-.006-.02657.0012-.00909.0057-.01803.0133-.02629.0075-.00826.0179-.01567.0305-.02177.0126-.00609.0272-.01076.0428-.01371.0157-.00294.032-.00412.0482-.00344 1.0966.03802 2.1921.08836 3.2882.10993.009-.00428.019-.00788.03-.01071-.008-.01422-.013-.0287-.021-.04144-.3693-.00709-.7398-.01089-1.1105-.02078-.0318-.00048-.0613-.00801-.0821-.02095-.0207-.01294-.031-.03023-.0285-.04805.0024-.01782.0175-.03473.0417-.047s.0557-.01889.0875-.01842c.3503.00941.7006.01351 1.0509.01986-.003-.03083-.003-.06184 0-.09285-.4709.00648-.9455.01842-1.4167.04916-.169.01094-.2185-.12236-.0488-.1332.3103-.02216.6206-.0318.9339-.03979-.2658-.00162-.5356-.00431-.8031-.00545-.5822-.0025-1.1625.00784-1.7414.01083-.1165.00069-.2351-.00692-.3529-.01061l-.0093-.04408 1.7112-.05055c-.832-.03966-1.6526-.04283-2.474-.0541-.2202-.00319-.4433-.03003-.6649-.04561.0002-.01287-.0005-.02549-.0011-.03812.196-.00401.3911-.01083.5873-.00988s.2192-.04778.1794-.13012c-.5611-.03258-1.1094.00718-1.6537-.08736.1031-.0209.2117-.02998.3191-.0267.5952.02713 1.1929.04936 1.7887.08189.6128.0351 1.2241.08094 1.8363.12236.0026-.0041.0019-.00837.0025-.01244l-1.3726-.23478c.3487-.07315.6287-.03722.8987-.02427.1023.00481.2036.01133.3053.01717-.0818-.12201-.0973-.25645-.0448-.3871.0526-.13065.171-.25193.3409-.3492-.1953-.04837-.3578-.12869-.4669-.23088s-.16-.22169-.1463-.34347c-.4998-.04494-.9826-.12845-1.4349-.24819-.1083-.03041-.2098-.06742-.3028-.11039l-.4677-.04299c-.2825-.02687-.5615-.06755-.8425-.10212.1242-.0208.2541-.02438.3782-.01041l.7396.05512c-.2407-.15159-.3799-.34099-.3708-.51914-.0361-.07257-.0509-.14848-.044-.22487-.6729-.04245-1.357-.08305-2.0763-.15099.1112-.01867.1344-.02679.1572-.02589.6484.0242 1.2963.04186 1.9437.07081.014-.0364.0337-.07221.0587-.10702-.2762-.02426-.5527-.04896-.829-.07288-.7066-.06079-1.4153-.10982-2.1234-.16518-.1434-.01154-.3085-.009-.3783-.12914l1.3627.0014c-.2079-.09284-.4034-.09482-.5887-.09502-.2399-.00054-.4774.01638-.7168.01934-.1081.00102-.256.005-.323-.02515-.23-.10424-.4773-.07082-.7235-.07397-.0832.00111-.166-.00217-.2473-.00979-.1442-.01773-.2851-.05537-.4299-.06374-1.3688-.07903-2.7366-.16282-4.0917-.32215-.3339-.03954-.6697-.07375-1.0043-.11001.0007-.01163.0021-.02316.0028-.03479l1.662.04483c-.306-.11475.1098-.17287-.0585-.24824l2.4969.0823-.135-.08477.2061-.0178c-.0275-.04495-.0461-.07661-.0882-.14684.6233.14573 1.2334.01921 1.8032.1629.0354.00807.0752.00907.113.00286.1656-.03809.3402-.01054.5138-.0044.2521.00874.5058.00893.7595.00056.0844-.00756.1666-.0234.2425-.04677.1363.02115.2756.03663.4169.04633.3398.0091.6797.01595 1.0185.0245-.0174-.09603.0026-.19408.0585-.28752-.1375-.00294-.2745-.00578-.412-.00985-1.0128-.03147-2.0267-.0495-3.0385-.10243-1.124-.05905-2.2527-.07912-3.3725-.2004-.2753-.0298-.5422-.08126-.8081-.1068-.266-.02553-.5653.0319-.8521.02968-.544-.00384-1.09-.02436-1.6353-.03867-.0637.00181-.1267-.00392-.1848-.01681-.2754-.09161-.5864-.08625-.8872-.10529-.1922-.0124-.4136.00428-.5634-.04248-.3628-.1094-.7415-.071-1.1092-.10655-.1771-.01736-.3555-.0285-.5327-.04248.7565-.0356 1.5266.04795 2.2776-.01477l-.5021-.05917c.0005-.01242.0003-.0246.0013-.0377.3156-.02427.6421-.01215.9656-.0089.4303.00428.8602.01115 1.2914.01711.2022-.00283.4039.00079.6042.01086.2702.02095.5313.04261.7343-.03641.1499.03502.3001.09893.3947.08648.2624-.035.5304.00528.7795-.00887.2677-.01947.536.00303.7747.06498.0587.01352.122.02073.1866.02129.0308.00079.061-.0141.0932-.02179l-.0425-.16319 4.263.17547c-.2396-.06995-.5014-.11524-.7736-.13382-2.0413-.09261-4.0816-.24153-6.1246-.27681-.1154.00161-.2299-.00543-.3403-.02094-.264-.04779-.547-.06084-.8277-.03815-.2112.01732-.4433-.06681-.6375.01107-.4016-.04937-.7999-.04205-1.2028-.04312-.6812-.00104-1.3656-.02008-2.0466-.03398-.071-.00828-.1395-.0214-.204-.03908.0419-.01185.0849-.02214.129-.03077.2041-.02726.4127-.01961.6266-.01599.2138.00362.4344-.03482.6629.02556.0369.01018.1194-.02522.181-.03921-.1249-.04667-.2677-.0773-.4186-.08985-.2633-.02241-.5275-.03816-.7912-.05685-.1384-.00992-.304-.04652-.4105-.02476-.223.04638-.4447.0194-.6682.01107-1.0528-.03765-2.1057-.08365-3.1582-.11556-2.8145-.0853-5.634-.16274-8.4485-.24805-1.014-.03055-2.0301-.08837-3.0435-.11239-1.4584-.03462-2.9163-.06158-4.372-.06996-1.8615-.0103-3.7194.00123-5.5786.00307-2.1783.00236-4.3455.03017-6.4765.20377-1.9108.15558-3.8428.27335-5.7614.40862-.2884.01928-.5752.04962-.8582.0908-.9939.01767-1.9872.03543-2.9742.06112-1.215.03174-2.4235.08166-3.6282.13909-.838.04008-1.6611.11231-2.4963.15855-2.3187.12977-4.6393.24896-6.9577.37725-.8682.04244-1.7259.10413-2.5918.15759-.184.01139-.3593.04059-.5653.00041-.0985-.01931-.2207.01871-.3317.0306-.2139.02177-.4257.04011-.6359.06746-.116.01307-.2239.04548-.3091.09288.0585.01279.1441.04503.1706.03483.1627-.06173.3588-.02818.5429-.0354.1777-.01344.3566-.01189.5308.00461.0419.00777.0829.01689.1227.0273-.0646.01764-.1047.03877-.1528.04105-.5656.02502-1.13.05441-1.6997.06697-.3381.00711-.6718.00739-.9869.06133-.1984-.07222-.3554.01436-.5389-.00031-.2258-.01858-.4597-.00111-.6751.05043-.0892.01782-.1823.02735-.2755.02819-1.694.06756-3.3327.24441-4.9989.36683-.2105.01979-.4117.06792-.5861.14016l3.4874-.23889c.0143.05631.0267.10509.0401.15859.0305.00756.063.02152.0879.02014.0503-.00132.0999-.00924.1448-.02311.1794-.06717.3771-.08643.6183-.07543.2168.00945.4216-.03361.6572-.00425.0847.01049.1806-.05331.2896-.08943.2067.07367.4162.04735.6321.02252.1665-.01307.3337-.01986.5006-.02034.3584-.01384.7162-.02779 1.0734-.03767.2721-.00829.5371-.02539.8133-.00756l.0174.03562-.3923.06522c.6589.04762 1.2622-.04519 1.9152-.02399-.1436.0161-.286.03015-.4263.04948-.2923.04006-.6267.00989-.8773.12086-.1046.04599-.2982.03564-.4517.05042-.2435.0231-.5041.02275-.6931.11556-.0331.01628-.0965.01631-.1459.01952-.45.02264-.8996.05102-1.3511.06432-.2391.00679-.5096-.04418-.725-.01393-.2153.03024-.4106.08252-.6265.11571-.881.13502-1.8168.17259-2.7307.24807-.8221.06749-1.6655.10132-2.4961.14874-.1134.00618-.2266.01123-.341.01686.0878.08473.1499.17753.1838.27482.2813-.01237.5627-.02475.8432-.0388.111-.01158.2205-.02883.3269-.05151.0706.01964.1469.03283.226.03909.2114.00372.4238-.00072.6356-.01329.1435-.00854.2762-.03791.4328-.004.0149.00278.0307.00378.0467.00295.0159-.00084.0315-.00349.0458-.00781.4105-.14739.9798-.0364 1.4344-.18603-.0026.06818-.004.09866-.0049.14211l.1807.01381c-.018.02001-.0359.04081-.0737.08356l2.0523-.1201c-.1063.07489.271.12271.0676.23919l1.3666-.07188.0183.03313c-.2632.04053-.5284.07884-.7896.12239-1.0582.1726-2.1652.27688-3.2747.37578-.1172.01007-.217.04854-.3301.06803-.0665.00892-.1343.01337-.2019.01323-.2048.00741-.4279-.02055-.5712.0832-.0421.03063-.1676.02864-.2598.03089-.2009.00127-.4085-.01114-.6094-.00683-.155.00352-.3175.0084-.4484.10102l1.1401-.02421c-.0021.1168-.141.11703-.256.13012-.567.06497-1.1375.12401-1.7009.19378-.2178.02791-.4397.05588-.6602.08372.0369.03266.0701.06665.0995.10176.5286-.03823 1.0632-.06595 1.5975-.09941.0496.00483.098.01231.1446.02235-.5696.07855-1.1249.12733-1.6683.17932.0403.06966.0633.14252.0686.21661.0911.16397.0675.34419-.0661.50537l.5932-.06536c.1074-.0152.2186-.01379.3217.00407-.219.03797-.4333.08128-.6575.11188l-.3705.04967c-.0573.04251-.1261.0799-.2037.11074-.3313.12482-.6991.2141-1.0837.263.1259.22197.0706.44255-.248.56186.3903.18695.6204.47056.5925.70157.0827-.00731.1644-.01517.2476-.02124.2205-.01723.4362-.05651.7641.00817l-1.0394.24791.0077.01196c.4932-.04968.984-.10394 1.4802-.14779.4826-.04241.9704-.07519 1.4579-.10954.0958-.0045.1913.00244.2799.02036-.411.09991-.8894.07062-1.3435.11114.0048.07969.0445.12637.2109.12178s.3305-.00046.4965-.00019l.0171.03709c-.1767.02438-.3554.04261-.535.05457-.6827.02448-1.3685.04122-2.0465.09305l1.455.02.0156.04062c-.0976.00549-.1929.01479-.2905.01611-.4889.00719-.9791.00695-1.4655.01873-.2238.00566-.4464.01266-.6697.01877.2651.00264.5288.00767.8001.02275.1466.00755.1682.1364.0212.12841-.4013-.01956-.8051-.02741-1.21-.0235.0175.02921.0322.05896.0441.08916.2905-.0119.5821-.02143.8704-.03638.1382-.00756.2208.12088.0798.12758-.3056.0157-.6163.0249-.9203.0383.0006.0138.0038.0276.0038.0413.0108.0026.021.0061.0302.0101.9075-.0391 1.8016-.1054 2.7034-.1599.1391-.0089.2197.1195.0792.1275-.9461.0589-1.8875.1285-2.8444.1666-.0108.0269-.0256.0534-.0443.0791.0652-.0027.1311-.0046.1952-.0079.1382-.0076.2208.1208.0798.1275s-.2889.0126-.43366.0179c-.03068.0198-.06454.0379-.10111.0542.23177-.0183.46527-.0352.70257-.0442.1407-.0052.2215.1229.0797.1276-.57754.0218-1.13245.0835-1.70111.1228.30633.0355.61174.0872.92107.0865.61844-.0011 1.23944.0085 1.85904.0141.0882-.0012.175.0073.2557.0249-.2374.0218-.4762.0408-.7096.0668-.1209.0128-.2823.016-.3422.0599-.139.1022-.3566.0646-.5178.0443-.39729-.0509-.75655-.0031-1.13294-.0019-.21045.0015-.24324.0448-.23174.1548l-.23725.0416c.13708.0048.27477.0096.41009.013.12704-.0023.25348.0028.37728.0152-.4613.0772-.97671.0672-1.50613.1508.12803.0222.18773.0374.24304.0375.39296.0032.7868.0091 1.17616.0021.51827-.0093 1.03359-.0286 1.54899-.046.0825-.0028.1572-.0259.2397-.0287.133-.0046.3119-.0309.3962.0064.1761.0778.3293.0634.4961.0593.4221-.0123.842-.0307 1.2651-.0413.2528-.0063.5098-.0002.7637-.0029.0923.0026.1856-.0041.2754-.0198.113-.0308.2397-.0387.3578-.0223.1025.0139.2161-.0336.2977-.0486l.8332.0284c.0034.004.0064.008.0089.0122-.8049.0731-1.6069.152-2.4156.2173-.8086.0652-1.6371.1187-2.4644.1765l.0016.1876c.0991-.0078.2053.0014.2413-.0227.0828-.0558.1747-.0536.3017-.035.1012.0191.2108.023.3183.0115.368-.0668.7756-.0259 1.1601-.0462.1148-.0063.2314-.0093.3455-.0187.1141-.0095.2238-.0656.3377.0345.0149.0132.1185.0045.1782.0009.2085-.0133.4122-.0357.6219-.0422.1927-.0139.3849.0084.5461.0633-.2919.0311-.541.0642-.7977.0827-.2566.0186-.5243.0231-.8086.0338.0214.0272.0297.0582.0622.0764.1666.0906.5648.139.7543.1012.187-.0372.3851-.0488.5773-.034-.6139.0604-1.2278.1206-1.8418.1805-.1419.0133-.2838.0267-.352.134.2271-.0131.4022-.0177.5679-.0338.7516-.0732 1.501-.1491 2.2527-.2234.0802-.0024.1642-.0065.2534-.0062l.0754.0987.8044-.0061c-.1502.0749-.5046.1023-1.141.098l-.0964-.1107-.2275.0031c.02.06.0386.1148.0566.1672-.041.0111-.0646.0229-.0933.0252-.59.0424-1.18.0848-1.7709.1244-.147.0136-.2955.0179-.4425.0129-.5021-.0288-.9721.0169-1.4473.053-.4772.034-.957.0358-1.4291.0053-.06218-.006-.12653-.005-.1893.0029-.31084.0577-.64198.0308-.9785.0071-.21941-.0118-.44204-.0079-.66254.0117-.35002.0259-.69335.0696-1.04287.0979-.23453.0201-.45463.0825-.62644.1775l.30931.1191c-.06589.0428-.13114.0804-.18672.1228-.02694.0203-.06082.0653-.04955.0707.18275.0862-.055.1118-.02913.1845.06905.0311.15322.0504.24312.0558.08989.0054.18197-.0034.26593-.0254.45567-.1051.95773-.1267 1.46093-.1511.13779-.0069.27645-.0151.4149-.023.0568-.0002.11373-.003.17017-.0085.21176-.013.42335-.0269.63559-.0417.0775-.0069.15453-.016.2308-.0272.0005-.0071.0002-.014-.0001-.0209l.6218-.0642c.0686.0166.1392.0306.2116.0419.0929.0134.1943-.0172.2917-.0276.3697.0571.763.0631 1.147.0175-.0684-.0645-.2638-.0835-.2797-.1678l.0896-.0088c.2007.1106.4395.1401.7058.1577.0433-.0304.0955-.0695.1516-.1106l.4637.04-.2754.0396c-.1922.0285-.371.0685-.5555.1037-.0509.0098-.098.021-.1478.0321.2177.0118.4376.0139.6577.0064l.2334.059c-.3659.0971-.7697.0564-1.1183.1296l.5103.0367-.2458.0257c-.3089.0315-.6177.0619-.9264.0931-.2838.0078-.5682.0154-.851.0238-.1981.0063-.404.0059-.5583.0797-.0158.0062-.0338.0103-.0526.0118-.0187.0015-.0376.0004-.055-.0031-.1822-.0577-.33393-.0047-.49911-.004-.03877.0001-.10724.0144-.10475.022.03528.1157-.13334.0661-.19943.0493-.17252-.0435-.28176-.0385-.38442.037-.03549.0265-.15177.0216-.23422.0232-.69818.0142-1.39916.0234-2.09492.0422-.13606.0042-.26159.0443-.41382.0718.0336.033.0709.0648.11169.0951.02607.0153.05488.0291.08602.0411-.11766.118-.21438.242-.35706.3458-.06194.045-.21525.0511-.33137.0701-.14821.0233-.30635.0338-.44661.0645-.17818.039-.34286.0924-.55911.1524.06781.009.13677.0155.20649.0195.08557.0007.16976-.0037.2535-.0074.29089-.0182.58256-.0271.87358-.0267.08561.0305.18627.0462.29015.0453.14537.0042.23768.0354.27235.0964-.10293.0265-.21448.0425-.27992.0751-.13649.069-.32619.0809-.53384.0833-.12362.0002-.24746.0041-.371.0116-.13265.0093-.2832.0079-.42577.0727.47641.0335.9137.075 1.33912.0974l.06312.011-.22732.0638.01147.0281.23338.0233.01992.0107c-.18275.0239-.363.0546-.53949.0921-.12984.0279-.30006.0239-.45158.0398-.11331.0103-.22356.0242-.34734.0385.07066.1081.15299.2135.24653.3156.0408.0408.17787.0687.26562.107.04104.0153.07165.0377.08743.064.0193.1073.09815.1964.37753.2386.02885.005.07911.0236.07679.0304-.02462.064.05484.0659.13451.0676.04169-.0018.08277.0033.11807.0147-.05868.0441-.11725.0859-.17184.1288-.1083.0844-.0117.1739.23066.2041.11341.0099.22833.0153.34392.0162.2106.0088.41448.0187.54887.1211.0293.0222.14017.0398.20953.042.12259.0036.24621-.0005.36859-.0121.19123-.0181.38418-.0261.57626-.0239-.07931.0288-.16415.0524-.25263.07l-1.60526.059c-.03254.0513-.06604.0967-.09219.1358.26536.0717.53628.0768.81463.0829.22815.0007.4538.0173.67175.0494-.0026.0041-.0022.0087-.0036.0131l-.2881.0639.02093.029.23712-.0068c-.01649.0515-.05992.0998-.12471.1387-.06478.0389-.14796.0667-.23884.0798-.28298.0485-.53781.1409-.86495.2295.52497.0495.77294-.1666 1.18524-.1855.2689.1334.55529.1814.85699.0929.06104-.0099.12511-.0092.18343.0021.28318.0384.49243-.0001.64487-.1193.02996-.0189.06688-.034.10796-.0441.04109-.0101.08526-.015.12921-.0142.08279.0154.16902.0252.25697.0292.0565.0157.1192.0241.1836.0246.0644.0004.1289-.007.189-.0219.2954-.0002.5899-.0007.8835-.0015-.3661.0933-.7234.1937-1.1022.2765-.41249.0917-.83544.1736-1.26542.2456-.48837.0819-.98936.1481-1.48404.2222-.1026.0121-.19667.043-.26714.0876l.82324.0021.01232.0321c-.29142.0292-.64532.015-.85738.0989-.22791.091-.59488.1121-.67174.3077.16731.0517.32205.036.46727.0164.43834-.0599.87304-.1247 1.34507-.1336.1845-.0038.35043-.0581.52789-.0854.20835-.0318.40493-.0945.73372-.0282-.23249.0436-.39762.0799-.57116.1052-.49458.0718-.96255.1858-1.51204.1749-.07225.0009-.14438.0081-.21374.0214-.25458.0409-.50755.0835-.7589.1277-.10706.0194-.20792.0448-.31861.0689-.01579.111.12229.2486-.13669.3024.13282.106.26919.1224.4408.0948.2587-.0428.56389-.0317.74374-.1636.03402-.0252.15694-.0108.24069-.0145.17767-.0046.36808.0087.53086-.0155.2535-.0372.50022-.0899.73557-.1571.25018-.0796.53932-.1065.81254-.0756.06885.0042.13849.0052.20822.003l-.03385-.1253c.61808-.0667 1.23278-.1333 1.84848-.1993.097-.0124.1968-.0108.2899.0046l-.3705.1024c.3944.0891.6349.0086.899-.0879l-.3391-.1394c.1793-.0828.3887-.0636.6353-.0339l-.1853.0817c.2349.1165.4359.0595.6426.0323l.3741.1516c-.2326.0322-.2092.2171-.5155.1762l-.0457-.0909c-.2105.0216-.4414.007-.5263.1364-.0074.0117-.0484.0216-.0748.0201-.2474-.0159-.3652.0813-.5261.1425-.1384.0519-.29.0974-.4318.1483-.1054.0379-.2045.0784-.3453.1352.2386.0331.4946.0187.725-.0407.4771-.1277.9883-.2055 1.5071-.2292.144-.0074.2873-.0206.4288-.0396.0731-.0059.1467-.0072.2194-.0041.2576.0146.5258-.0107.7868.0701l-1.3336.0241c.0066.0747.0122.1341.0196.2108.1739-.0029.3391-.0088.5101-.008.171.0007.3153-.0627.5361.0225-.3889.023-.639.1322-1.0054.1355-.0042-.0007-.0054.0086-.0082.013.0425.0297.0844.0594.129.0898l-.2539.0774c.0386.017.0762.0333.1119.0497l-.1522.0074c-.4132.0203-.813.049-1.0464.177.3113.0887.351.0956.7155.0479.2331-.0298.4569-.0639.6953-.0833.0046.0071.0084.0143.0116.0217.0073.0221.0895.0534.1479.0654l.0367.0063c-.0458-.0014-.0903-.0027-.1315-.003-.1919.1067-.3452.1917-.5017.2784-.027-.0047-.0612-.0087-.0926-.0138-.053-.0124-.111-.0178-.1695-.0157-.2148.048-.4224.1064-.6205.1744-.0352.0129-.0608.0326-.0715.0551s-.0055.0459.0143.0655c.0439.0296.2163.0503.3366.0582.1522.0104.3221-.0239.5128.0477l-1.1393.1363.1165.0603c-.1838-.0081-.3703.0172-.5322.0721.1046.0234.1886.0467.2676.063-.0848.0096-.1699.0195-.2566.0269-.2821.024-.3627-.0025-.5083-.1126-.074-.0567-.2144-.1057-.2774-.1355-.3265.0413-.5664.0829-.82632.1035-.92066.0735-1.83233.154-2.78825.1937-1.10256.0459-2.18874.1185-3.27454.1874-.1972.0112-.39034.0445-.56781.0978-.21136.0681-.36627.1566-.56547.2465l.53097.3027c.73728-.0265 1.46532-.0541 2.19562-.0779.95776-.0311 1.94964-.012 2.85717-.1174.25979-.0309.44553.0012.57118.0912.06463.0453.13777.0898.20923.1359-.57459.0318-1.10346.0662-1.64051.0894-.61671.0256-1.24547.0314-1.85363.0646-.77413.0424-1.51215-.0151-2.24948-.1294-.02585-.0045-.07074.0063-.11763.0119l.12508.0846-.38531.0982.16496.2288.44897.0883c-.1171.032-.24212.0146-.36331-.0026-.15129-.0212-.29756-.042-.41785.035.08331.0338.1639.0834.28339.1116.2344.0586.4783.1058.7291.1409.40337.0508.82177.1042 1.23175.1194.55073.0194 1.10041-.0015 1.65176-.0009.45235-.0019.8978.0404 1.31631.1249l-1.0242.0727c.00495.0069.01071.0136.01587.0202l1.42825.0726c-.3219.1161-.68606.0782-1.0126.066-.1953-.0076-.3242-.0147-.50443.0296-.45775.1157-1.07066.1101-1.63436.0964-.29468-.0066-.60228-.1095-.93735-.1754l-.70495.0396c-.09101.054-.12642.1108-.23025.1304-.52926.0981-.53435.0945-.36213.3097l.59755.0655.06328.1493.25992-.0889c.16155.0409.3339.0684.51184.0817.26047.0269.52963.0537.71895.1559-.36473.0207-.67655.0411-.99336.0556-.19682.0085-.38572.016-.39967.0989-.0149.0907-.20093.1063-.42106.1167-.44816.0218-.89286.0477-1.37191.074.18004.0789.29297.169.46088.1935.21915.0299.48701.0084.7342.0068.13333-.0041.26657-.0033.39885.0022.09782.0067.18864.035.34757.0662-.46453.077-.9552-.0086-1.35955.0682-.3571.0675-.87904-.0004-1.25555.0862.49854.0123.98603.0052 1.47479.0014.4514-.0038.90526-.022 1.35601-.0017.35278.0189.70956.0197 1.06591.0024.76424-.0426 1.5162-.1089 2.31485-.0849l.27587.2043-1.68005.0886c.08315.0739.27495.0923.46735.1107.12836.0083.25276.0274.36899.0567-.27744.0786-.48455.0276-.72457-.0419-.26773-.0775-.49598-.2034-.91111-.1705-.18194.0144-.33387.0624-.51676.071-.18289.0085-.40683-.0181-.60657-.0166-.31747.0019-.59075.032-.5782.1825-.35604-.1674-.35604-.1674-.88072-.0997l.28316.0983-.3699.0877 1.34261.0047c-.06378.1141-.28215.1029-.48952.1079-.46917.0129-.93322.0335-1.39838.0516-.18099.0066-.32742.0261-.26412.1291.21779.0059.44139.0172.65729.0155.21591-.0017.41122-.0172.6152-.0232 1.15918-.0311 2.31905-.0611 3.47962-.0901.11177-.0027.25136-.0092.34039.0092.32968.0692.57853.0345.71273-.0098.25762.0229.4159.0458.56941.0488.75191.0205 1.50891.0046 2.26255-.0477.6133-.0456.7999.0011.8939.2134-.1195-.1439-.3552-.1468-.6756-.115-.2617.0257-.5556.0241-.83681.032-.43161.0125-.8653.0221-1.2975.0345-.52519.015-1.05075.0294-1.57368.0482-.97385.0344-1.94605.0725-2.91973.1077-.19939.0072-.40212.0123-.60508.0136-.24539.0019-.58853-.0366-.72116.0042-.34747.1101-.83328.1019-1.24189.1151-.38136.0132-.52969.0714-.752234.155.037969.0043.072498.0087.102603.0128.049266.0084.100681.0129.152841.0135.50908-.0158 1.05402-.0072 1.51286-.0606.51597-.0624 1.02078-.0043 1.52103.0106s.99113.0361 1.44893-.0303c.09006-.0105.1818-.0132.2719-.008.62797.026 1.2554.0549 1.92461.0842l-.01157-.1635c.2669-.0274.36463.032.44689.0894.06227.0438.1151.0867.22525.0886.17351-.0431.257-.0821.36689-.0882.24038-.0118.4985-.0002.74084-.011.15418-.0074.28306-.0549.43595-.0561.34136-.0028.68996.0082 1.03566.0206.126.0025.2488.0185.3617.047.138.0493.2691.1041.3921.1642l-.3151.0907c.3325.0302.6765.0184 1.0074-.0347.2435-.0379.4923-.0619.7876.0077l-1.4227.1331.0244.0361.5434.0257-.2406.0574.1895.1218.4063.0115c-.0621.0621-.1062.1064-.1544.155.1778.0026.5977.084.5981.1087.0173.1418.0162.1321.3869.1397.3119.0058.6275.0362.9422.0565-.3517.0233-.11.1732-.3327.2192-.2255-.0011-.5307-.0353-.6372.0001-.3059.1014-.6898.1302-1.0879.1626-.6057.0492-1.2168.0997-1.5444.3183.305-.0034.556.0006.7953-.0107.6543-.0302 1.3056-.0645 1.9541-.103.215-.0188.4318-.0003.6207.0532-.4164.0254-.8033.0127-1.011.0708-.2326.0648-.6446.0022-.7452.1229-.3779-.051-1.0435-.0209-1.0795.0536l.4408-.0049-1.0061.1851.0306.0242 1.566-.0992c.2578-.1958 1.0668-.0683 1.3484-.2596.1946.1853.2377.195.6825.1764.1481-.0062.2846-.0331.433-.0347.403-.0042.8159-.0242 1.2088.0085.3027.0255.5283.019.7508-.0267.7322-.1528 1.6279-.1609 2.4429-.2402.1021-.0097.2314.0074.3432.0036l.2912-.0099c-.0198.0039-.0393.0085-.0582.0138-.132.0409-.207.1159-.3551.201l.4083-.0378c.0016.1109-.2863.0737-.3819.1455l.1577.0394c-.0132.0356-.0253.0661-.0428.1105l.4029-.0441c-.0074.0117-.0141.0223-.0204.0322l-.2201.0115c-.426.0215-.8736.0162-1.294.0416-.7876.05-1.5476.1384-2.3466.1674-1.3933.051-2.7559.1376-4.1125.2275-.3934.0264-.785.0645-1.1732.114-.2654.0334-.5165.0779-.8168.1306l1.0403.1288c.0128-.0012.0256-.0024.038-.0041.4193-.0457.8752-.064 1.3179-.0909.8324-.0501 1.6605-.1018 2.4946-.1463.4604-.0243.9317-.0341 1.3982-.0513.0912.0015.183-.0043.2725-.0173.331-.0789.8.0072 1.1258-.073.7217.0191 1.3848-.0459 2.0604-.0929l.0013.0063c.0295.1344.0318.1401.3082.1178.1372-.0112.2544-.0224.2847.0769.0049.0175.1107.0358.1946.0614l-.4044.0506c-.23.0191-.4572.0509-.6782.095.1038.01.23.033.3003.022.3475-.0566.7086-.0729 1.0604-.0479-.1113.0073-.2233.0145-.3341.023s-.2371.0109-.2534.0839l.8927.1238c-.1149.0601-.3834.0019-.4697.0999l.3674.0518c-.0813.0618-.2863.0643-.202.1752.1534-.0031.3133-.0027.4692-.0099.1378-.0069.2715-.0262.4113-.0308.1397-.0047.283.0008.4515.0022-.2965.0299-.5975.0195-.8203.1088.4659.0017.9009-.0781 1.3962.0075-.0827.0358-.1492.0637-.2734.1154.2571-.0104.5075.0311.7058.1168.1384.0594.3005.1.4743.1189.1738.019.355.0157.5303-.0096.3584-.0518.7414-.0382 1.1179-.0459.5139-.0108 1.0448.0472 1.5545-.0053.5096-.0525 1.0436-.056 1.569-.0797.0502.0012.1.0047.1487.0106l-.1095.0747c.1242.0829.1242.0829.0201.2352.0774.0073.1487.0158.2208.0211.2157.0164.2512.0434.1794.1292-.0458.0554-.0859.1122-.1213.1595.0641.0243.1432.034.2221.0274.044-.0044.0887-.0031.1306.0039.0419.0069.0799.0192.1109.036l-.5325.1043.0288.0293.5191-.0297c-.0661.0265-.109.0426-.1757.0667l.3733.0877-.2083.0675.2652.2441.7657.0749c.0028.0092.0111.036.0176.0595l.6872.0051.0126.017-.3877.0558c.1641.0367.2764.0774.385.0829.2687.0138.5549.0622.7755-.0414.0866-.0408.2681-.0462.4139-.0509.3674-.0123.738-.0149 1.1081-.021.0073.0003.0143.0015.0205.0035.0048.0008.0054.0009-.0036-.0006-.0025.0375-.0048.0704-.008.104-.5978.0483-.5978.0483-.6961.1211.1891.0016.353.0042.5157.0043.7444.0002 1.4868-.0048 2.2325.0017.246.0023.5045.0459.751.0506.3954.0078.7849-.0026 1.178-.0017.3799.0005.7637.0108 1.1417.0079.5114-.0037 1.0186-.0134 1.5281-.0257.0593-.0055.1173-.0155.1723-.0298l-.0195-.0196-1.7698-.015c.3585-.0281.7185-.045 1.0784-.0508.3679-.0107.7343-.0231 1.0991-.0374.353-.0148.6995-.0382 1.0565-.0394l.0227.0346-.4023.0703.0278.0352c1.2081-.0041 2.3916-.0588 3.62-.1201-.0451-.0274-.1034-.047-.1687-.0567-.0652-.0096-.1348-.009-.2014.0018-.2605.0247-.556.0089-.7324-.0368.0832-.014.1678-.0247.2531-.032.6305-.0305 1.2624-.0581 1.8941-.0895.3068-.0144.6206-.0087.9272-.0334.339-.0274.6648-.0909 1.0484-.053.0681.0081.1399.0053.2073-.0081.0675-.0134.1278-.0368.1744-.0676-.1952-.0016-.3245-.008-.4486-.0018-.3321.0146-.6614.0373-.9934.0515-.5659.0262-1.1325.0504-1.6999.0726-.0895.001-.178-.0063-.2619-.0214-.175-.028-.3304-.0355-.4462.0282-.0187.0118-.0445.0193-.072.0209-.4614-.0089-.8852.0418-1.3233.0699-.1468.0095-.3582.0325-.4457-.0031-.1989-.0807-.3039-.0352-.4504-.0093-.084.0146-.193.0045-.288.0112s-.1983.0203-.2975.0305c-.0704.0093-.1416.0161-.2131.0203-.368.0122-.7367.0171-1.1028.0296-.3978.0138-.7921.0359-1.1909.0484-.3834.0122-.7704.0165-1.1558.0246l-.0142-.0302 1.8838-.0658-.0071-.0278-.2308-.0304c.2593-.006.4746-.012.6931-.0147.1148.0039.2302.0042.3456.001.2393-.0197.4637-.0662.7074-.0707.7434-.0151 1.4863-.0219 2.212-.0879.8072-.0735 1.6811-.044 2.4983-.1165.3635-.0323.7524-.0291 1.1276-.0442.2354-.0093.4769-.0157.7024-.0366.2965-.0268.6117.0178.9149-.0162.3847-.0395.7742-.0533 1.16-.0409.6026.0156 1.1395-.0683 1.7128-.098.3019-.0153.5988-.0553.9095-.0664.2341-.0084.4653-.0227.7011-.0304.3618-.0098.7254-.0152 1.088-.023.1083-.0025.2738.0121.3126-.0153.0717-.0509.1636-.0476.2706-.048.1965-.0016.3921-.0038.5869-.0122.4291-.016.8559-.0378 1.2862-.0525.355-.0117.7149-.0143 1.0703-.0256.5265-.017 1.0475-.0463 1.5766-.0549.4656-.0082.9412.0066 1.4106.0059.3604-.0003.7198-.0041 1.0766-.0144.3746-.011.7404-.0441 1.1172-.0449.4786-.0014.9671.0267 1.4487.03.278.0014.5475-.0217.822-.0338-.0154-.0138-.0361-.0255-.0607-.0342-.0246-.0088-.0524-.0144-.0818-.0166-.3241.005-.6449.0185-.9711.0216-.8604.0028-1.7254.0015-2.5878.0074-.3708.0018-.7367.017-1.1063.0213-.6652.0074-1.331.0106-1.9961.0169-.2068.0021-.412.0079-.6176.0133-.3677.0096-.7346.0201-1.1027.0303-.0663.0043-.1329.0012-.1958-.0091-.0628-.0104-.1207-.0278-.1702-.0511.1925-.01.3607-.0196.5302-.027.4177-.0191.8344-.0407 1.2542-.0557.73-.0254 1.464-.0478 2.1947-.0754.1371-.0058.2666-.0259.4126.0248.039.0132.1648.0073.1703-.0035.0282-.0581.136-.0292.209-.0359.1034-.0052.2064-.0141.3084-.0267.3386-.0582.6916-.051 1.1074.0137.0544-.074.2232-.052.39-.0425.0969.0007.1942-.0022.2911-.0088.0755-.0013.2017-.0098.2207.0044.021.0168.0517.029.0873.0348.0356.0057.0742.0047.1099-.0029.0518-.0058.1005-.0122.1396.0071.1505.0719.272.0171.4007.0162.2371-.0015.4695-.0166.7035-.0258.3436.0651.6823.0486 1.008.039.3513-.0101.6818-.0337 1.0589-.0034.4437.0366.8972.0232 1.345.0272.4479.0039.9105-.0071 1.3679.0091.1961.0062.3677.0112.4573-.0468l.4864.0629.1927-.066c.0729.0228.1502.0639.2183.0628.2795.0006.5579.0097.8341.0271.276.0156.5554.0168.8345.0033.6221-.0206 1.2651.0038 1.9012.0107.2934.0034.5904.0157.8798.0096.1813-.0039.3574-.0102.5397-.0094.2231.0007.4346.0373.6515.0414.5826.0155 1.1653.0287 1.7481.045.1004.0025.217-.0057.309.0617-.4875-.016-.9508-.0313-1.4151-.0472l.0049.027.2895.0179-.1442.0422c.2672.012.4759.0239.6839.0303.4745.0148.9483.028 1.4213.0396.4846.0121.9765.0381 1.4493.0288.2047.0017.4066.0187.6005.0504.1019.0139.2033.0265.3052.0362.0445.0077.0896.0155.1334.0253.2579.0541.5472.0681.8227.1006.3917.0458.784.0916 1.1769.1376.2334.0275.4678.0544.7.0858.7177.0969 1.4343.1965 2.149.2929.2748.0369.5527.0668.826.1049.2416.0324.4802.0717.7214.1047.1365.0183.276.0307.4144.044.085.0079.1769.0082.1826.0801-.0385.0042-.0776.0052-.1161.0031-.4634-.0623-.9265-.1262-1.3897-.19-.0614-.0083-.147-.0353-.1845-.0247-.178.0587-.3409.0116-.4973-.0215-.2704-.0574-.5824-.0515-.8248-.1499-.0191-.0056-.0412-.0076-.0631-.0056-.6092.0137-1.1681-.1209-1.7515-.1835-.1431-.0186-.2907-.0269-.4394-.0245.0922.0186.1853.0359.2789.0524.0016.0143.0026.0285.0048.0429l.3577.0134c.6745.1061 1.3662.1809 2.0393.2871-.007.011-.0081.0233-.0133.0357l-.5725-.0293c.2673.1042 1.7755.2863 2.2404.2802l-.1971-.1099 1.3105.1603c-.0045.0072-.0027.0159-.0038.024l-.3949.003c-.0018.0092-.0034.018-.0056.0267.1016.0134.2026.0309.3086.0393.6888.0521 1.3775.1295 2.0673.1453.6897.0158 1.3817.065 2.0713.1073.0529.0012.106.0004.159-.0025-.026-.1156-.3564-.0616-.3734-.2041.3439.0447.6912.021.982.1471.0842.0298.1818.0466.2833.0488.1016.0023.2039-.0101.297-.036.0269-.0097.0165-.0449.0242-.0716.2026-.0219.4275-.0429.6451-.0705.1716-.0211.2626-.1487.1922-.2753l.3275-.1133-.1939-.0866.2117-.0392-.0744-.1979.2191-.0614c.0115-.0781.0237-.1571.0396-.2567.3077.0407.6019.0817.8963.1171.2305.0317.4647.0561.7014.0732.3786.0215.7565.0357 1.1152.117.1997.0448.3775.0179.5465-.0423.1176-.0422.2476-.0747.4003-.1177l-.0312-.0843c.1419.0056.2683.0157.3912.0139.113-.0016.222.0824.352-.0032.042-.0277.23.0018.352.0037-.028-.1236-.021-.1398.088-.1957l-.174-.0767.432-.0716c-.005-.0308-.009-.0562-.014-.089l.422.0704.03-.0354-.538-.1419c.034-.0321.07-.0668.112-.1073.165.0339.306.0324.343-.0544.594.0704 1.172.1268 1.736.2084 1.209.1713 2.413.3545 3.618.5349.247.0371.403.0367.775-.0277-.388-.1411-.815-.2475-1.267-.3156-.743-.1152-1.491-.22-2.236-.3325-.482-.0723-.962-.1483-1.444-.221-.365-.0548-.732-.107-1.118-.163-.057-.0611.125-.1657-.183-.1974l.216-.0327-.116-.14c.082-.0022.164.0006.244.0085.517.0894 1.053.1492 1.534.2949.143.0429.326.0564.494.0714.319.0302.645.043.96.0812.212.0256.388.0454.476-.0693.618.1163 1.135.3404 1.86.3717-.099-.0309-.194-.0653-.284-.103-.061-.0291-.241-.0253-.144-.1071-.085-.0208-.168-.0569-.255-.06-.325-.0127-.588-.0987-.874-.1607-.149-.0322-.305-.0554-.45-.1098.116.0092.234.014.347.0283.478.0595.953.1223 1.43.1832.039.0068.083.0057.153.0098-.011-.0808-.114-.1263-.216-.1569-.207-.0623-.428-.1118-.642-.1671-.235-.0592-.467-.1213-.706-.1744-.151-.0284-.304-.0524-.46-.072l-.062-.1685.559-.0076.468-.206c-.001-.007-.008-.0427-.017-.0787.256-.021.256-.021.298-.1443l.192-.0212.013-.0262-.787-.1673c.386-.0359.635.1447.983.0854-.032-.0266-.06-.0517-.091-.079.11-.117.306-.1503.558-.1367.252.0137.522.008.757.0855.051.0103.104.0173.158.0209.193.0288.387.0589.613.0932l.26-.1302.129.1652c.354.0062.71.0121 1.066.0187.066-.0037.132-.0009.195.0083.445.1062.915.0859 1.38.1052.193.0124.384.0315.572.0572.286.0326.572.0698.859.1017.061.0005.123-.0037.183-.0124-.096-.0815-.246-.1376-.42-.1568zm-4.17-1.2199-.291.0221c.074-.0893.161-.0772.291-.0221zm-.54-.0634c-.277.0317-.277.0317-.309-.066.134-.0186.24-.0075.309.066zm.735-6.6725c-.235.0652-.44-.018-.65-.0635zm-4.635-5.2883.291.0574c-.004.0062-.008.012-.012.0181l-.29-.0573zm-.065.1494-.362-.0391c.157-.0775.248-.059.362.0391zm2.129-2.6937-.587.0072c.168-.0835.371-.0727.586-.0059zm-.772-1.0948c-.004.0182-.009.0364-.014.0549l-.25-.0316c.003-.0124.007-.025.009-.0364zm-4.477.0977c-.067.0509-.11.0833-.151.1148l-.409-.1026.018-.0423zm-.547-.2512.026.0249c-.041.0111-.083.02-.127.0266-.04.002-.08.0017-.12-.0011l-.007-.0289c.079-.0072.155-.0145.231-.0219zm-3.3801-4.06318c.0015.02073.003.04147.0051.06231l-.3622-.01374c-.0015-.01543-.0031-.03087-.004-.0462zm-5.8306-3.92812c.1065.00667.2088.05244.3844.09949-.448.05634-.8-.03031-1.1792-.0341.1897-.08435.3154-.09636.7968-.06542zm-9.0188-.91542v.0379l-.3405-.01112c-.0008-.01454-.0016-.02909-.0018-.04352zm-59.8179 1.10384-.0181-.03651.2803-.02127.0192.04123zm-7.4166 1.09485c.1252-.0481.189-.09394.275-.1022.3887-.03741.5015-.027.6956.04979-.3146.01004-.5691.09874-.9706.05241zm-2.7461 3.82207-.0247-.06.3033-.00367.0184.04452zm.7233-.88801c.0029-.0089.0068-.01774.0115-.02645l.2169-.01594c-.0425.07226-.1273.07125-.226.04281zm.3024.20663c-.0179-.02712-.0326-.05498-.0437-.0834l.0826-.00505.0441.08915c-.0271.00063-.0785.00386-.0805-.00028zm.4977.13235c-.1369.00551-.2791.00365-.4861.00501.1448-.08528.2779-.12255.4591-.10524.0345.00332.0777.03732.095.06042.0101.00933-.0354.03899-.0656.04023zm1.2313.23043-.0137-.05813c.1271.00986.2422-.02748.4523.04412zm.6082-.27057-.0203-.03422c.1221-.0168.2083-.10426.3805-.02139zm.3808-.05659c.0551-.02244.1208-.03481.1873-.03531.0666-.00049.1306.01092.1827.03258zm.8289-.0572-.0198-.04134.2141-.0062.0128.0261zm-.8221 2.34512c.0618-.1152.1606-.086.3329-.0137zm-8.7982 2.536c-.01296-.0175-.02511-.0351-.03725-.0527l.20611-.0179c.00836.0121.01753.0239.02648.0361zm3.6306-.1861c-.4116.0535-.8121.117-1.21149.1817l-.07977-.137c.17016.001.33549-.003.50696.0043.1953.0076.3631-.0024.3729-.1008l.5159.0407c-.0341.0032-.0706.0071-.1047.0114zm.6682-.0805.0048.0187-.115.0089c-.0346-.0059-.0685-.0128-.1017-.0206l.01-.0241zm-.3619.3409-.0883-.0532c.0355-.0034.0712-.007.1057-.0109l.2135-.0211zm-4.71776 2.0766c-.00643-.0073-.01353-.0143-.02128-.0212.04555.0019.09165.0049.13763.006l.06155.0008zm.61073-1.1403c.1501-.0662.31768-.0801.49477-.0028zm5.44533 3.4391.327-.0011.2301.1281c-.0525.0418-.1071.0846-.142.1123l-.565-.1273.0006-.0776c.0508-.0117.0996-.0233.1493-.0344zm-.4611.6925c-.1006.014-.2035.0195-.3054.0166-.1232-.0004-.2485-.01-.3733-.0141-.0877-.0027-.1754-.0023-.2892-.0038.1068-.063.1817-.1138.2692-.157.0875-.0433.1819-.0763.271-.1117.269.1323.2815.1337.4922.0602-.3121-.1336-.6364-.1966-.9758-.1275-.2467.0502-.4824.1115-.724.1663-.1059.0238-.2151.0436-.3225.0656l-.0408-.0408c.3645-.2126.8261-.3387 1.4358-.3921-.0483.0603-.0725.091-.1103.1379l.2105-.0163c.1436-.0108.3188-.0586.4249-.025.265.0837.5323.0704.7953.1133.1437.0248.2906.0404.3784.1196-.3848.0722-.7578.1438-1.136.2088zm2.2616 1.1587-.0874-.0273c.0178-.009.0384-.0162.0607-.0209.0032 0 .0064.0005.009.0015.0162.0018.031.0061.0429.0124-.005.012-.0135.0236-.0252.0343zm-11.60491 5.1782c-.00025-.008-.00192-.0159-.00299-.0237l.22667.0013-.01759.0372zm3.16381-.4921c.07854-.0732.17168-.0886.33433-.0684.04578.0057.09649.014.15328.0265zm-.61915 1.2902c.2311-.0488.47522-.1044.78144-.0666.05594.007.11061.0165.1635.0283zm11.84905-4.9544.0066.0012c.0985.0003.1963-.0002.295-.0002.0078.0013.0175.0008.026.0011l.1506.037.0548.0607-.7453.0087-.0456-.1068zm1.2054-2.5999c-.0143.0122-.0343.0222-.0577.0288s-.0492.0096-.0747.0085c-.0376-.002-.0745-.0062-.1101-.0126l-.0034-.0294zm-.3777.5413c-.2682.1071-.3898.0948-.4972-.0576.1713.0118.3363-.0484.4987.0594zm-1.3622 2.1743c-.0954.0074-.1902.0149-.286.0218-.4855.0029-.9755-.0019-1.4621-.0004.5645-.0244 1.1306-.047 1.6966-.0705zm.346-2.2424c.0084.0666.0159.1252.0244.1968-.2317-.133-.2317-.133-.0244-.1968zm-1.0162 1.2063-.4909.0197-.0207-.021.4856-.0366zm-.401-.0694c-.1423-.0029-.2855.0005-.428.0101-.1244.0142-.2278.0509-.3973.0909.0201-.0454.0175-.0917.0447-.0935.2546-.0154.4794-.0805.7629-.0458.0068.0125.0139.0244.0179.038zm8.1092-15.88723.0119-.05026c.0646.00408.1265.01543.1819.03335s.1033.04206.1407.07099zm-8.7857 15.07213c-.2553.0207-.5114.0394-.7697.0565-.1226-.0864-.2205-.0363-.3319-.0142-.0676.0072-.1362.0091-.2038.0057l-.0177-.0288c.1188-.0201.2372-.0405.3491-.0591l-.0281-.0871c.2061.0284.3775.0653.5454.0708.168.0055.3196-.0179.5049-.0302-.0002.0203-.0038.0406-.0106.0607-.0017.0057-.0061.0111-.0127.0156-.0067.0045-.0153.008-.0249.0101zm.2349-.1902c.2614-.0356.5188-.0218.6941.0374-.2939.1296-.2939.1296-.6941-.0374zm-1.4736 2.2426c.1801-.0393.3673-.0658.5571-.0788l.1199-.005-.0794.0075c-.0437.0046-.0644.0351-.1187.0682.202-.003.3561-.0093.5099-.0089-.24.0188-.4759.0424-.7095.0668-.1437.0229-.2916.0338-.4388.0322.0527-.0273.0839-.067.1607-.0818zm-2.441 1.124c.0897-.0057.1793-.0103.2688-.0145.1425.0823.3497.1173.5926.1267l.01.0075c-.4611-.021-.9145.0848-1.3744-.0861.1298-.0079.2541-.0167.3783-.0252l.2133.0244zm.7029-.5343c.0273.04.0552.0853.0842.1237-.2233.0786-.4831.059-.7516.0217.1601-.0724.2053-.195.6674-.1454zm-.6832.1472c-.0767.0902-.3135.0997-.5969.1311.034-.0768.0571-.1289.0871-.1961zm-6.45229.3589-.09245-.0509.16239-.0288c.02114.015.06774.0341.05758.0449-.01017.0107-.07233.0193-.12665.0334zm3.10743-.1659c-.18376.0099-.40145.0019-.54729.0309-.50255.0969-1.13256.0532-1.65666.1305-.2101.0304-.46278.0007-.49659-.1299l.5934.0268-.16437-.1687c.11557.0138.23417.0205.35365.0198.20544.0022.38596.0016.52108.083.03302.0089.07037.0124.10777.0099.44648-.0339.90117-.0618 1.33563-.1072.16249-.0174.17826-.0317.3626-.0089.03907.0067.08873.0115.14828.0207-.12228.0717-.34312.0802-.55603.0919zm.90098-.1171c-.01518.0008-.04605-.0179-.12794-.0517l.28506.0322c-.05124.0081-.10325.0142-.15565.0182zm.76962-.0364c-.14893-.0748-.33128-.1263-.53004-.1497-.25044-.0263-.50923-.0283-.76533-.0061-.11037.0026-.22051.0004-.32941-.0066l-.02129-.0253c.1425-.0282.28804-.0505.43541-.0668.55986-.0412 1.11863-.0807 1.68913-.1113.21469-.0114.48819-.0407.63709.0988-.535.0167-.75331.1515-.93373.278-.06112-.0002-.12164-.0043-.18036-.0123zm.87726-.061-.2483.0507-.0636-.0322.2509-.0495zm-1.71538 1.6833c.00499-.0078.00419-.0171.00677-.0253.10017.0054.19985.0113.29904.0176-.00203.0095-.00488.0192-.00713.0291zm-1.01715 2.3266-.17423-.087.07963-.0204.21214.0746zm2.15822-3.5803-.00437-.0246.25168.0018c.00174.0109.0031.0214.00424.0322zm-1.68544 3.11c.22561-.0296.34338-.0449.43014-.0344.08676.0104.15106.0542.26933.1421zm.8756-.0131c.22332-.0922.22332-.0922.65972-.0808.04813.1585-.03815.1693-.65787.08zm.74153.5961c-.02695-.0046-.05225-.0115-.07501-.0205.01898-.0157.04403-.0289.07318-.0386.01021.0018.05373.0131.0909.0218-.02724.0135-.05642.0258-.08722.0365zm4.85482-4.1076c-.3947.0122-.8193.018-1.1639.0668l-.4196.0105c-.0469.0029-.093.0102-.1364.0215-.2353-.0203-.4395-.0791-.674-.1143.2288-.0818.4098-.1809.808-.1041.1984-.0635.4953-.0098.7412-.0462.2778.0142.5553.0296.8326.0462-.0063.0194-.0123.0392-.0187.0609.1937.0028.2942-.0136.3434-.0396.1183.0091.2368.0186.3555.0285-.2164.043-.442.0666-.6681.0698zm-2.4705 4.9019c.2344-.1191.2973-.153.4826-.1296.0965.0134.1914.0299.2843.0491-.3546.0889-.3546.0889-.7669.0805zm4.2566-5.5473c-.073-.0215-.1432-.0457-.2102-.0723l.4211.0648c-.0682.0045-.1392.0071-.2095.0085zm-3.8795 5.8127.7205-.0756.0421.0388zm1.7556-1.7055c-.0365-.0038-.0708-.0118-.1008-.0235s-.055-.0269-.0735-.0446c-.0064-.0193.1076-.0591.1539-.0553.1267.0106.2859-.0006.4281.0172.0589.0064.1141.0196.162.039.048.0193.0876.0443.1163.0732-.2768-.0001-.4809.0041-.686-.006zm3.3237-4.1233-.1291.0194c-.0668.0001-.1339.0007-.2047-.0002-.1229-.0008-.2533-.015-.3755-.0191.2439-.095.3022-.0903.8493-.0389-.0481.0149-.0936.0267-.14.0388zm-2.0762 3.9952-.0291-.0214.2046-.007.0138.016zm-.1297 2.5983-.1104-.0141c-.2952-.0363-.3099-.0237-.4586.1034-.247-.0522-.2805-.1183-.2179-.1947l.7054-.0603.401-.2113c.1219.1789-.1021.2774-.3195.377zm1.1098-.2001c-.0004-.0277.1146-.0753.1724-.0729.0327.0015.0651.0042.097.0081.206.0254.1513.0947.1745.1632-.2353-.0066-.4452-.0008-.4439-.0984zm1.6971.0107-.0305-.0318.3939-.0047zm.3993-.0394c.0043-.0625.0783-.1002.2864-.1002-.011.0899-.0125.0911-.2891.1013zm.3704-.2199c.1861-.1039.3358-.1421.533-.1175.1142.0165.2228.0422.3225.0763zm3.1633 1.8841.0268.0282-.6105.0222-.005-.01zm.0851.2862c-.1333.0502-.1333.0502-.3621.025zm-2.491-1.265-.0522-.0428.2612-.0162.0353.0326zm.3346.2201.3967-.0364.0163.029zm.7813-.0085c-.0132-.0118-.0273-.0233-.0443-.0353.0813-.0618.2268-.0567.3888-.0367l.0289.005zm.7318-1.2869c-.0859-.0149-.1694-.0274-.2517-.0375-.1809-.0255-.3716-.0285-.5589-.0087-.072.0084-.1755-.0061-.3333-.0129.9439-.1208 1.1552-.132 2.1785.0446-.338.0696-.7022.0751-1.0346.0156zm-.711 2.0609-.0082-.0154.1188.0008.0074.0116zm.2626.243c-.0304-.0238-.0707-.0431-.1176-.0563.2012-.0164.4026-.0332.6042-.0491.0635-.0058.1277-.0052.1897.0017l-.3365.0707.0164.0101zm.4915.2219-.0248-.0282c.0856-.0128.1712-.0257.2564-.039l.0328.0375c-.0891.01-.1773.0198-.2656.0295zm-.0519.1806c.3194-.062.6567-.0816.9843-.0572.0046.0106.0104.0215.0158.0319zm2.7646-2.808-.048.0031-.0244-.0278.2773-.0164.0198.0223c-.0755.0038-.1508.0097-.2255.0179zm.0205-.1311-.0257-.0321.5862-.007zm.6345-.0358.4488.0644c-.3123.0411-.358-.0267-.4496-.0653zm1.3686-.1182c.0089-.014.0483-.0246.102-.0365.0759.0002.1516-.0004.226.0011.0057.0962.0051.1602.0078.2357-.2281-.0611-.397-.1164-.3358-.2003zm.6836-.0258.2374.104c-.2942.0064-.2782-.0398-.237-.1047zm1.585 3.1937-.4421.0301-.0258-.0329c.1218-.0415.2836-.0359.4378-.038zm-.0839-.3049c.059.0101.1198.017.1816.0208l-.5212.0308-.0281-.0367c.1-.0555.2343-.035.3677-.0149zm-.7382.2863.0342.026-.1479.0344-.034-.0253zm1.0945-3.3255-.0142.0055-.1073.0031-.0215-.0072zm-1.2246.0373c.0938-.0058.1869-.0105.2795-.0146-.0013.002.0028.005.0037.0078zm-1.7574 3.5931-.0122-.0249.2362-.0031.0092.019zm.5508-.0185-.013-.0152.4149-.023.0252.0423zm1.8819-3.2007-.6389.0343-.0302-.0155c.1349-.1074.4826-.0246.6981-.0635.179-.0365.3705-.0442.5517-.0221.0545.0069.1077.0161.1593.0276-.2467.0134-.4932.0265-.74.0392zm.423 3.1398c-.0378.0106-.0793.0155-.1205.0144-.4818.0149-.9644.0289-1.5219.0454.4766-.0582.8765-.1081 1.2794-.1552.0945-.0119.1908-.0165.2863-.0138l.0156.0027c.0519.0114.1013.0258.1475.043-.0227.0234-.0522.0448-.0864.0635zm2.9662.7857c.0238-.0047.0483-.0081.0731-.0101.0074-.0002.0148.0002.022.0012.0132.0022.027.0046.0408.007-.0019.0031.0009.007.0008.0104zm.4372.1666c-.0069-.0133-.014-.0263-.0192-.0412l.961-.0309c-.2418.1633-.6106.079-.9418.0721zm1.6704-.8444-.0119-.0244c.093-.0013.1859-.0027.2792-.0025.0077.0095.0139.0193.0187.0294zm9.6001 1.5442c-.3231.0802-.9421.1116-1.482.0656.3018-.057 1.1898-.0919 1.482-.0656zm5.7028-.9666c-.118-.0077-.2347-.0194-.3493-.0351-.065.0267-.1399.0574-.2026.0826-.3923-.0125-.7868-.0637-1.0919.0522l-.5601-.0771c.2975-.0483.5922-.0322.8731-.0344.117-.0014.2491.0279.3004-.0413.2702.0274.4611-.0537.702-.0633.1398-.001.2792.0026.4174.0108.0591.0751.0374.1092-.092.105zm.3358-.7242.0085.0212-.3477-.0029-.0152-.0212zm-.6634-.0059.0213.0253-.2414.0386-.0384-.0445zm-.9009-.4114c.0017.0109.0041.022.006.0325l-.5642-.0286c-.0013-.0074-.0034-.0146-.0053-.0221zm-1.7773.2071.0048.0008c.0288.005.0772.0445.1158.0667l-.0326.0323-.7449-.0572c.2432-.0561.4596-.0365.6569-.0426zm-.8536.1602.003.0006c.0154.0044.0299.0098.0431.0161l-.053.0246-.0538-.0203c.0185-.0087.0391-.016.0611-.0216zm-.2773.5785c.0688-.0223.1812-.0206.2766-.0238.6988-.0225 1.3968-.047 2.0981-.0641.4859-.0119.9768-.0126 1.4656-.0187.1251-.0015.2499-.0038.3752-.0056l.0289.0459c-.4621.0763-1.0466-.0244-1.4827.1087l-.2164-.0795c-.0499.0459-.0892.0827-.1271.1183l-.4823.0303.1315-.102c-.0984-.0109-.1982-.0183-.2988-.0221-.4372.0002-.8726-.0012-1.3058.0065-.1427.0073-.2842.0233-.4221.048-.116.0178-.2174.0587-.3359.0594-.5773.0025-1.1579-.0046-1.7381-.0102-.0928-.0009-.1979-.0035-.235-.0679.5756.056 1.1714.0465 1.7522-.0279.0747.0272.1624.042.2536.0427.0911.0007.1821-.0127.2629-.0387zm1.7469.2316-.1269.016-.0196-.0216c.0406-.0063.0807-.0126.122-.0168.0025-.0019.0168.0135.0249.0217zm-.6098.0966c-.1491-.0015-.3123-.0081-.4702-.0032-.4517.0136-.8991.0375-1.3537.0442-.0955.0012-.2131-.0532-.3801-.098-.1358.0038-.1358.0038-.3239.0899-.0274-.0051-.0531-.0125-.0762-.0219-.0169-.0124-.0306-.0261-.0408-.0408l-.4343.0106c.1942-.1378.8457-.1415 1.4292-.0182.0597-.0394.027-.1413.271-.0832-.0124.0195-.0254.04-.0385.0605.131.0659.699-.0774.9085-.2319l.8526.0314c-.1454.0924-.4019.072-.6614.0699.109.0879.3788.0716.3183.19zm-4.0788-.3214c-.0822.0684-.2238.0371-.3516.0283zm.202-.4883.3818-.0329c.0092.0162.0188.0327.0287.0493l-.3886.0173zm.5335.68-.2575.0252.0233.02.251.0312c-.3408.0787-.706.0413-1.0768-.0114.2922-.0841.6339-.0811 1.0604-.0657zm2.1533-.7487-.374.0111c.1258-.0404.1258-.0404.3745-.0118zm-.9702-.1679.0508.0251-.1485.0301zm-.2939.0489c.0616-.0001.1227.0033.1823.0103.0112.0213.0419.0516.025.0593-.0435.0121-.0929.0146-.1377.0069-.0492-.0097-.0958-.0226-.1391-.0385.0244-.0132.0406-.0365.0695-.038zm-.0715.0392c.018.0262.0336.0521.0637.0929l-.251-.0669zm-.1991.0277c-.1454.0451-.1919.1583-.4565.119l.0152-.088c.0974-.0904.2855-.0378.4413-.031zm-1.3103-.0472c.0639-.0019.1419.0097.1929-.0012.1037-.0222.2153-.0267.3204-.0128.125.0187.2422.0496.3462.0913-.2857.0045-.5688.0154-.8571.0103-.2096-.0087-.4153-.0315-.6126-.0681.2047-.0082.4082-.0154.6113-.0213zm-.3319.1234c-.2864.0718-.352.0764-.7739.0462zm-.9976.7431c-.1491.0531-.186.0554-.5142-.0044zm-.6841.4008-.1582.0105c-.0082-.0112-.0155-.0228-.0235-.0344l.1562-.0169zm-.2952-1.0396c.1373-.0002.2734-.0239.39-.0679.1312-.0531.3459-.0645.5619-.1-.0865.1068-.0865.1068-.5998.1534l.3477.045c-.3329.0747-.6712.0988-1.0419-.0203.1153-.005.2301-.0072.3432-.0119zm-.6245.7796.5112-.0223c-.1242.0874-.1242.0874-.5101.0206zm.0023.0763c-.013.0057-.0262.0117-.0398.0174l-.0553-.0096c.005-.0079.0139-.0219.0248-.0211l.0066.0011c.0221.0026.0437.0062.0646.0108zm.0778-.4461.0243.0258-.1444.0247-.0296-.0385c.0507-.0053.1011-.0091.1506-.0134zm.0329-.5498.0154.022-.1232.0101-.0154-.0208zm-.1075.2301c-.0525.0198-.1084.0522-.1302.0465-.0319-.0074-.0651-.0131-.0992-.0171-.1638-.0204-.3038.0119-.4527.0248-.053.0024-.106.0022-.1585-.0005.5319-.1158.5319-.1158.8415-.055zm-.4639.3714.211-.0276c-.0009.0874-.0009.0874-.2102.0262zm-.609-.0758-.2081.0565-.079-.094.2654.0023c.0062.0113.0137.0224.0225.0338zm.1308-.4445.0214.0314-.227.0149-.0167-.0408zm-1.134.4105.0374.0546-.3985.0225-.0276-.0427zm-.8002-.3052.0789.0102c-.0863.0708-.1711.072-.2976.038.0243-.0656.1031-.0626.2187-.0482zm-.5347.59c.0481.006.0925.016.1352.0234l-.3723-.0053c.0734-.0229.1584-.0295.2373-.0185zm.0147-.6231.0084.0393-.2427-.0222zm.0463.1278c-.0766.0156-.1393.0271-.2234.0429.0462-.0538.0566-.0661.1357-.0562.0225.0024.0516.0071.0879.013zm-.3012-.1109c-.0525.0091-.1072.0122-.1607.009-.0536-.0031-.1048-.0124-.1507-.0272l.0067-.0326zm13.7228-23.12699c-.0084.00478-.0185.00848-.0296.01081-.0115-.00502-.023-.00891-.0349-.01438l.0823-.00662c-.0061.00426-.0125.00695-.0178.01019zm-14.5146 23.95879-.0891-.095 1.2954-.0008c.3162.0001.6493.0282.9207-.0504.0455-.0148.098-.0207.1487-.0167.2292.0362.4582.0747.6835.1182.1584.032.2685.0225.3425-.0477.0023-.0038-.0427-.021-.0769-.0376.1275-.0158.2358.0185.3417.0512.1327.0411.2603.0829.4151.0282l.1815.2395c-.2059-.0015-.3749-.0106-.5326-.0018-.1576.0087-.2886.0342-.4437.0369.169-.0845.4173-.1014.6532-.1304-.3654-.034-.7123-.0769-1.0792-.035-.3668.0495-.7458.0421-1.0952-.0215-.0108-.0022-.0218-.0041-.033-.0057-.0738-.0073-.1501-.0069-.225.0013-.2658.0257-.5256.0608-.7919.0841-.0875.0014-.1746-.0024-.2598-.0112-.1295-.0061-.2543-.0061-.3806-.0162-.1264-.0101-.2344-.028-.3715-.0453.0809-.0823.245-.0361.3958-.0434zm2.9387.205c-.002.0114-.031.0204-.0571.0353-.0274-.0158-.0641-.0293-.0618-.0373.0055-.0066.014-.0123.0246-.0166s.0229-.007.0357-.0078l.0042.0007c.015.0015.0529.0186.052.0253zm-.4411-.0073-.1663.0308-.0364-.0298.1779-.0238zm-2.4317.6032-.3385-.0029-.0016-.0059.3458.0029zm-.6608-.1981c.1732-.008.3468-.0208.5189-.0187.7185.0105 1.4094-.0596 2.1458.0026-.0576.0095-.1165.0157-.1758.0185-.825.009-1.6512.0158-2.4889-.0024zm1.516.1939 2.0094-.0315c-.6695.0503-1.3431.0609-2.0094.0315zm2.4518.0829.0151.0098-.31.0154-.0092-.019zm11.7926-.8062c-.2446.0142-.4923.0229-.7383.0353-.1275.0064-.252.0186-.3792.0235-.1272.005-.2614.0041-.4671.0065-.204.089-.5881.0499-.9211.07-.6765.0411-1.3661.0617-2.0504.0909-1.3401.0575-2.6801.1169-4.0215.1723-.7629.031-1.5259.0621-2.2941.0816-.7291.0188-1.465.0231-2.1979.0332.1658-.0195.3277-.0434.4975-.0565.1214-.0094.2579-.0006.2024-.0708.1606-.0102.2904-.0192.4219-.0256.0654-.0041.131-.0042.1956-.0003.4112.0332.7897-.0185 1.1894-.0218.109-.0005.2067-.0366.2676-.0485l.5656.0747c.0197-.0478.0306-.0754.0479-.1183.0763.0048.1948-.0043.2348.0178.1466.0781.2861.0537.4244.0355.3221-.0387.641-.0817.9597-.1244.2147-.0292.2717-.0224.4787.0688.0402-.0845.1303-.1076.2706-.0332.0782-.0244.14-.0577.2193-.0618s.1672.0236.2439.0361l.1819-.0762c.2593.0171.4669.0527.6383.038.3533-.0311.7252-.0263 1.0871-.0395.3728-.0113.7518-.0167 1.1249-.0295.1355-.0074.2703-.0204.4035-.0387.1605-.0184.3016-.0547.4972.0102.117.0385.1933-.0102.2217-.0655.0647.0214.1372.035.213.0398.0759.0049.1536.0009.2282-.0117.2824-.0413.6115-.0375.9251-.0428.4107-.0048.8273-.0021 1.2407-.0049.0751-.0068.151-.0084.2259-.0049-.0449.015-.085.0361-.1364.0393zm1.4601-1.669-.0026-.0085.3005.0027.0027.0084zm.2065 1.5144c-.0055-.0009-.02-.0232-.0308-.0356l.1588-.0105.0257.0393c-.0502-.0007-.0993.0041-.1532.0039zm2.314-.6079c-.0979.0733-.2698.0815-.7363.0292-.0044-.0121-.0091-.0236-.0142-.0354zm-1.4223.187.0054.0145-.182-.0011c-.0017-.0037-.0027-.0073-.0046-.0107zm-.5241.3946c.1783-.0529.3827-.0301.57-.0329.1483-.0404.3169-.0305.5062-.0156-.1778.1182-.6617.1396-1.076.0482zm1.3433-.0353c-.0172-.0075-.0244-.033-.0113-.0399.0171-.0099.0386-.0172.062-.0209.0235-.0038.048-.0039.0709-.0004.0574.0097.1113.0245.1596.0439-.0866.0555-.1752.0626-.281.017zm.8408-.5371c-.0069-.0091-.0129-.0185-.019-.0279l.1328.001.0093.0179zm.3396-.0095c.1506-.132.4583.0137.6375-.0721-.1055.1001-.1633.106-.6355.0721zm1.7146.3266-.232.0144-.0139-.0244c.0785-.0027.1568-.0062.2355-.0093zm-.1735-.4369c.0701-.0053.161-.0256.2433-.0155.0337.005.0643.0145.0895.0276s.0441.0295.0554.0479l-.676.0434c-.0389-.1174.175-.096.2878-.1034zm-.5666.0412c.0223.0082.0436.0172.0637.0269-.0122.0055-.0274.0169-.035.0152-.025-.006-.0486-.0136-.0705-.0225.0132-.0075.0274-.0144.0425-.0207zm-.0024.4166c-.1582.039-.1582.039-.4641-.0044zm-.5312.1883c-.0079-.0127-.017-.0257-.0255-.0385.1451-.0583.336-.0374.52-.0299l.0202.0312zm.7288-.0498c.12-.0839.3224-.0171.5014-.0384-.1862.0474-.237.0507-.5001.0363zm1.0855-.5327c-.0565-.0097-.1124-.0194-.1676-.0312l.0338-.0533.1764.0437zm17.8277-.11c.2307.0191.4611.0419.6916.0666-.115.0559-.2384.0812-.4366.0204-.0078-.0023-.0164-.0038-.0253-.0044-.0276-.0048-.064-.0042-.0662-.0008-.0528.0716-.1334.0399-.1822-.0073-.0364-.0351-.0226-.06.0187-.0745zm-.3517.0495c-.1237.0571-.2591.0424-.3982-.0032zm-.8521-.0931c.0105.0117.0362.026.0301.0344-.0065.006-.0156.0111-.0263.0148-.0108.0037-.0228.0059-.0352.0064-.047-.0049-.0925-.0128-.1358-.0235zm-.2624.0244c-.0536.0771-.1839.0607-.3036.0453-.0258-.0045-.0532-.0066-.0783-.009-.0385-.004-.0762-.0095-.113-.0165-.0282-.0049-.0601-.0104-.0853-.0148-.0314-.0051-.0646-.0063-.0975-.0035-.0329.0027-.0648.0093-.0934.0194-.0363.0131-.1549-.0188-.2357-.0302.2135-.0662.778-.0443 1.0068.0093zm-.9252-.4824c-.0024.0038.0015.0082.0027.0126l-.1992-.0014-.1203-.0208.0031-.0048zm-2.2867.3211c.285.0114.5711.0199.8563.0435.2402.0199.4618.026.6189-.0291l.5407.1246c-.0339.0135-.0566.0323-.0875.0327-.3682.0041-.7382.0069-1.1059.007-.1042.0002-.2066.0101-.3094-.038-.0179-.0074-.0387-.0123-.061-.0143-.0612-.0063-.1244-.0069-.1871-.0017-.1461.0127-.2837.0393-.4009-.0504-.0055-.004-.0703.0057-.1117.0099-.0222-.0869.1122-.0894.2476-.0842zm-2.0895-.3686c.3265.0223.6531.0441.9799.0652-.0192.0066-.0415.0096-.0633.0084-.4633-.0532-.8613-.0011-1.2402.0619l-.3955-.12zm-.9161.1335c-.1107.0115-.2072.0574-.4254-.0255l.4115-.0073zm-.2156-.1511c.0018.0098.0032.0192.0044.0289l-.1426-.0171-.0007-.0127zm-.9658-.0025.0969.0009c-.0574.0609-.1251.0572-.1975.0325.0389-.0044.0745-.0162.1006-.0334zm-1.317.1389.0048.0008c.0082.0075.0152.0155.021.0237l-.0569-.0007c.0001-.0079.0023-.0159.0063-.0236.0076-.0012.0154-.0014.023-.0005zm-.3052.3051-.128-.0631c.0119-.004.0249-.012.0426-.0135.248-.02.4981-.01.7332.0294.08.0149.1677.0148.2503-.0003.1435-.04.3075-.0188.4642-.0228.2427-.0062.5048.035.7335-.0089.4738.0638.9045-.0293 1.374.0162l.0258.0045c.0228.0038.047.005.0711.0036.3814-.0542.7919-.0242 1.1984-.0066.1422.0061.2852.0141.4259.0153.0969.0008.1753-.0008.1424.0626l.2123.0166c-.1036.022-.211.0369-.3198.0444-.0859.0018-.1827-.0274-.3106-.0488-.1531.0201-.3081.0339-.4637.0411-.3138.0056-.6337-.0053-.9499-.0043-.2243-.0009-.4469.0145-.6758.0136-.8067-.0008-1.6161-.0142-2.4206-.007-.8478.005-1.6919.0274-2.5368.0447-.2819.0058-.559.0208-.8398.0291-.0746-.0023-.1484-.0078-.2209-.0166.147-.116.3503-.1514.6241-.1339-.0111.0174-.0157.0352-.027.0624.2335.0253.4791.0083.7019-.0485.1766-.0396.2966-.1003.504.008.032.0169.1549.0135.215.0019.1688-.0326.3459-.0258.5349-.0155.2119.0047.4247.0034.6375-.0039zm-1.99-.395.3499.0309c-.0042.0141-.0075.0287-.0112.0429l-.3451-.048zm.7406.0314c-.0029-.0039.0208-.0108.0324-.0164.02.0095.0386.02.0555.0312.0043.0008-.0208.0108-.0402.0204-.0187-.0108-.0353-.0227-.0495-.0355zm17.8205-26.86089.0428.05138-.3646.06244c.1114-.09978.221-.0979.32-.11413zm-18.9782 26.24659c-.0007.0116-.0006.023-.0013.0347l-.2285-.0153-.0025-.0213zm-2.5461.0677c-.1141.0747-.296.0375-.4447.0542l-.0288-.0428zm-1.906 1.0558-.0051-.0203.2732.0026.0054.0198zm.8802-.7631c.0763-.0126.1556-.0162.2329-.0105.0717.009.1508.0356.3155.0925-.2338.0646-.2305.0636-.3926-.03-.0479-.0215-.1011-.0391-.1582-.0524zm.2264.256.3457.003.0054.0093-.3469.0211c-.0038-.012-.0051-.0225-.0066-.0338zm-.2417.4857-.0102-.0249.3463.003c.0014.0032.0032.0063.0055.0093zm.8516-.7286c-.0549-.0072-.1079-.0177-.1581-.0315l.034-.0472c.2749-.0128.5422-.0314.8171-.0377.6279-.0149 1.2579-.0247 1.8892-.0334.0763.0004.1508.0099.2184.0279.2234.0592.2443.0609.3764-.0107.1758-.0951.3738-.1116.6174-.0267.1417.047.3068.0694.4755.0645l.1693.0012c.113.0195.2242.0388.3343.0556-.0877.0015-.1746.0039-.2626.0038-.8409.0036-1.6853-.0041-2.5234.0068-.3647.0048-.7338.0114-1.0741.0682-.2926.0469-.6129-.0233-.9176-.0415zm1.7962.7213c-.0471.0143-.0929.0287-.1394.043l-.0471-.0309.1547-.0335zm-1.5694.3587-.0436-.0185c.0152-.0044.0312-.0077.0477-.01.0084.002.0161.0047.0228.0082-.0099.0068-.0205.0133-.0317.0195zm.2182-.0001-.0049-.0206.1308.004.0049.0176zm.0942-.1987c.0137-.0049.0324-.0153.041-.0142.0209.0066.0399.0149.0565.0246-.0176.0034-.036.0104-.0537.0089-.0177-.0016-.0329-.0144-.048-.0212zm-.3576-.6177c-.0051-.0119-.0096-.0237-.014-.0358.3173-.0301.6563-.0071.9945.0203zm.9777.3587.2782-.0073.0104.0287-.2819-.0025zm.7056.4447c-.0251-.0063-.0492-.0137-.0719-.0223-.0042-.0007.0137-.0215.0223-.0204l.0066.0011c.0241.004.0475.0089.0701.0148-.015.0088-.0226.0166-.0306.0239zm.5418-.1933c-.2121.0103-.4138.0421-.6278.043-.2141.0009-.4498-.0144-.7318-.0253.3405-.0928.7105-.0462 1.0375-.0674.2996-.0218.6011-.0191.8949.0081.0362.004.0715.0101.1052.0182-.2203.0768-.4681.01-.6815.0205zm3.6957.2104.1767-.0745.0517.031c-.0323.0425-.128.043-.2284.0435zm9.8595-.107c-.4657-.0074-.9309-.0143-1.3977-.0252-.1748-.0041-.3522-.0231-.5274-.0257-.1313-.0033-.2564.0057-.3896.0085.0099.0328.0165.0559.0245.08l-.4742-.0043.1322-.0412c-.0262-.0179-.056-.0341-.0887-.0483-.0357-.0062-.0737-.0081-.1115-.0054s-.0746.0098-.1079.0209c-.0853.0209-.1706.0418-.2855-.0042-.1648.0253-.33.049-.4925.0759-.1029.0171-.0675.1063-.2263.0958.0235-.0717.0333-.1459.2823-.1661-.0605-.0094-.1245-.0118-.188-.0069-.0635.0048-.1253.0168-.1815.0351-.1163.0318-.2189.0653-.3801.0207.0096-.015.0217-.0341.0279-.0513-.2008.0127-.3972.0299-.599.0367-.125.0045-.26.0134-.379-.0451-.0212-.0075-.0459-.0118-.0715-.0124-.0185-.0015-.0366-.0039-.0542-.0071-.0886-.0162-.1868-.0123-.2739.0111-.0547.0137-.1136.0207-.1725.0203-.0588-.0003-.1161-.008-.1678-.0223-.1606-.0434-.3993-.0111-.6041.0058l.1593.0276c-.0886.0046-.1774.0033-.2643-.004-.2551-.0451-.5335-.0424-.7942.0078-.1291.0274-.2669.0361-.4003.0253-.1333-.0108-.2577-.0407-.3612-.0869-.054-.0192-.1182-.0282-.1838-.0257-.3418.0129-.6843.0333-1.0284.0436-.1188.0004-.2372-.0039-.3541-.0128-.0158-.0017-.0311-.0043-.0457-.0079-.0217-.0037-.0421-.0072-.0477-.0048-.1204.0615-.258.0365-.396.0111-.048-.0094-.0972-.0172-.1473-.0232-.0509-.005-.1364-.0069-.1513.0061-.1261.1082-.3733.0624-.5805.0641-.0571.0017-.1137-.0022-.1674-.0115l.4499-.0246-.0167-.0294c-.2933.0122-.6313-.0565-.9171.0784l-.2397-.1173-.319.0328c.0542-.035.0744-.0668.11-.0682.2211-.0099.4264-.0317.6752-.0053.2632.0277.5355-.0029.8063-.0092.6102-.0154 1.2231-.0349 1.8302-.0455.2485-.0037.5063.0159.7591.0232.0622.0051.1261.0033.1882-.0053.1465-.0331.2819-.0237.4363.0243.1673.0516.3261.0253.4685-.0024.0928-.0181.1356-.0403.2763.0008.1125.0331.3045-.0035.4623-.0062.1073-.0047.2146-.0028.3199.0057.1676.0188.3175.0337.4753-.0016.0885-.0195.234.0068.3531.0103.3277.0093.6484-.0073.989.0437.1612.0244.3409-.0032.5138.0009 1.0982.0264 2.197.0544 3.2963.0841.2693.0086.5412.0155.8122.0237l.0085.0306c-.084-.0001-.1782.0033-.269.0024zm.441-.227-.2296-.0177.2402.0115c-.0036.0028-.0075.0054-.0117.0079zm.1192.1002-.0497-.0143c.0094-.0063.0157-.0173.0281-.0179l.006.0011c.0152.0032.0295.0075.0426.0127zm.3318.0028-.0343-.0059.037.0037c-.002.0011-.0037.0024-.005.0037zm.5857-.02c.0282-.0022.0565-.0017.0838.0016.0206.0025.0407.006.0601.0104zm14.7372-22.73356c-.0002-.00913.0002-.01816-.0002-.02696l.2571.00164-.0012.04187zm-13.6865 22.82196c-.0359-.0024-.0723-.006-.1079-.0088l.1473.0077c-.0012.0013-.0021.0027-.0026.0041zm14.5144-22.75686c.147-.05609.2934-.04177.4394-.00477zm-13.9172 22.80716-.0015-.0272.2718.0144-.0019.0376zm14.3818-22.81173c.1562-.08939.3087-.00082.4627.01406l-.0055.03698zm.807.31135c.2069-.07795.3667-.04274.51-.05511l.0163.06045zm2.5722-.65087c.0188.01766.0299.02641.0288.02699-.1007.03149-.2021.03253-.2948-.03887zm-.2092.24631c-.0026.0041-.0635.00228-.0972.00289-.0005-.03079.0001-.06216-.0004-.09295l.1012.00348c.003.02894.0014.0581-.0046.08715zm-.5389.04289c.203-.02137.3838.01444.6041.0992-.2454.00304-.4115.00729-.578.00466-.0357-.00049-.1077-.03-.1042-.03964.0065-.0239.0383-.05934.0771-.06363zm-15.0403 23.23925c.0328-.0169.0735-.0283.1167-.0325.0875.0125.1746.0245.263.0356zm13.2979-20.83491c.1602-.07884.2617-.11057.4011.00719zm-6.2014 21.95131.0207-.0419.6309.0875c-.0081.0126-.0123.0256-.0191.0384zm15.5303-14.555c.107-.0365.341.0088.517.017l.259.0115-.21-.1399c.752.0429 1.373.1616 1.925.3757-.009.0137-.018.0277-.023.0424-.139-.0203-.28-.0386-.418-.061-.319-.0516-.633-.1095-.953-.1568-.183-.0309-.38-.0331-.57-.0065s-.367.0811-.511.1577c.289.0712.306.07.548-.0721.124.0351.261.0683.385.1099s.246.0934.41.1565c-.136.0035-.238.0051-.34.0099-.032.0013-.062.0032-.094.0051-.327-.0684-.653-.1374-.979-.2074-.211-.046-.424-.0899-.636-.1327.235-.0257.479-.0358.69-.1086zm.39-1.8973c.129.0885.129.0885.653.1705-.166.0191-.262.0449-.349.0366-.147-.0147-.285-.061-.432-.0747-.142-.008-.285-.0092-.429-.0035l-.019-.0363zm-.517 1.3342c-.336.0292-.377.019-.593-.1594.222.0608.402.1094.592.1601zm-.121-.8487-.34-.0391c.17-.0236.17-.0236.34.0391zm-.714 1.014c-.042.0356-.062.0524-.108.0922l.537.0894.045.0798c-.196.0476-.383.0922-.595.1432l-.233-.113c.067-.0465.122-.086.216-.149l-.618-.0929c-.002-.0109-.005-.0216-.007-.0321zm-.214-1.0102c-.138.0395-.288.0612-.44.0636-.152.0023-.301-.0149-.436-.0502.325-.1069.565-.1105.876-.0138zm-1.8969.3608c-.0041.0137-.0085.0269-.0131.0406l-.3863-.0358c.0124-.0194.0211-.0395.0323-.0592zm-9.6827 14.5211-.2227-.0138.0054-.0294.2228.0157zm8.6497-15.3948c.3461-.0512.6442.0003.9373.1545-.2235.0588-.3652.1727-.7239.0894.1632-.0385.3641-.0481.23-.1752-.1505.007-.3159.0152-.486.0236-.0903-.0459-.0651-.0772.0426-.0923zm-9.2139 15.3022c-.0678.0179-.1417.0259-.2148.0233-.073-.0026-.1427-.0157-.2021-.0382.0818-.0973-.1672-.0865-.2175-.1828zm-1.3406.4301c-.3142.042-.3142.042-.517-.0053.1381-.1072.2872-.0363.5158.0051zm-.0427-.7122c-.2121.0269-.4306.0119-.6176-.0424.2423-.0631.4273-.0004.6164.0421zm-.7837.0479-.1525-.1128c.1915-.0022.2294.0359.1513.1126zm-.4498.453-.5537-.043.0834-.0178.006.001.0006-.001c.1683-.035.2038-.0236.4616.062zm8.4219-14.638.525.0548c-.2033.0763-.3794.0227-.5603-.0044zm-9.6845 14.6051c.1051-.0032.209.0059.3051.0269l.012.0021c.1075.063.1532.0644.4508.0697.0105.0003.0206.0019.0296.0047.0091.0027.0169.0065.023.0112.0654.0682.1575.0314.2506.0255.209-.0139.4226-.0266.6231.0831-.1305.0006-.2521.0198-.3112-.0026-.1263-.048-.211-.0365-.3197.0012-.0493.0114-.103.0139-.1534.0072-.1919-.0203-.3843-.0418-.5837-.063l.3769.0159.0215-.0456c-.1488-.0072-.2976-.0136-.4462-.018-.1348-.004-.2695-.0042-.404-.0036l-.043-.0048c.0672-.046.1165-.0773.1686-.1099zm-.8419-.0001c-.032.0116-.0691.0177-.1064.0174-.0372-.0003-.0728-.0069-.1021-.0189zm-1.1704.1684c.1301.0033.2607.0027.3914-.0017.2781.0254.5527.0615.8271.101.1296.0186.268.0183.3989.0349.2219.0277.4384.0671.6612.0923.5364.0598 1.0751.1128 1.612.172.1245.0139.2619.0718.3539.0562.2844-.0486.4664.0576.691.0968.0728.0126.1383.0418.21.0466.0904.0024.1815-.0003.2719-.008.0315-.0013.063-.0046.0917-.0068l.0927.0778c.1231-.0045.2461-.0037.3679.0026.3189.0316.6349.0719.9517.1066.1937.0206.2321.0295.3969.1524-2.4845-.2519-4.907-.5712-7.3183-.9227zm8.3469.5679c-.1569-.0336-.3083-.0882-.4955-.0603-.2052.0301-.4062.0094-.6027-.031-.1965-.0405-.3912-.0552-.5914-.0068l.2137.0973-.4695-.0559c.0252-.0513.0452-.0922.0636-.1296.1386-.0238.2659-.0458.4115-.0703.0637.1005.1938.0847.3415.0621.1283-.0191.3036-.0578.3923-.0315.2639.0783.5457.0694.8201.0922.2611.0217.5321.0257.7052.1649-.2664.0384-.5436.028-.7897-.0297zm1.7213.027.39.0436c-.1427.0493-.2816.0484-.3908-.0422zm2.4465-3.241.0163-.0256.2765.0436-.0163.0256zm.5527-.2935c.117-.0036.1791-.0069.2405-.0057 0 0 .0204.035.007.0414-.0721.0379-.1364.0268-.2484-.0343zm7.3541-4.1674c-.005.0068-.009.0133-.008.021l-.238-.0215c.006-.0099.013-.0201.019-.03zm-.176-1.4679.244.0874c-.015.011-.03.0217-.044.0329l-.252-.0814c.018-.0125.034-.0248.051-.0375zm-1.85-.4082c.403.0855.405.0832.498.1535-.38-.033-.754-.0359-1.071-.1769.214-.0525.39-.0144.572.0247zm-4.4707 6.4099c-.0131-.0561-.0226-.0999-.033-.1487.2346.0372.2357.0438.0303.1497zm-1.2631 2.5248c.24-.004.4178.0722.6175.1212-.4664.0012-.5747-.0206-.6202-.1202zm4.1068-7.3503c0-.0152 0-.03-.001-.0453.074.0013.147.0034.22.0031.374-.0001.711.098 1.086.1148.306.0131.611.0737.928.0686-.77.0558-1.501-.0473-2.236-.1402zm2.494-1.1851c-.139-.0069-.231-.0501-.328-.0884.013-.01.026-.0204.04-.0311l.301.1075c.05.0061.101.009.153.0086.066-.0959.198-.0572.305-.0289.103.0316.202.0674.296.107-.288.0143-.545.0088-.77-.0736zm.592 1.3507c-.147.0884-.214.0874-.507-.0119zm-.056.2238c-.237.035-.237.035-.363-.0442zm-2.758 4.8416c-.178.012-.3638.0368-.5186-.0587.4796-.08.6446-.0758 1.0076.0227-.181.0141-.336.0268-.491.0371zm4.574-4.7739c.136-.0034.228.0376.278.1171l-.316-.0725zm-4.256 6.7117-.196-.044c.006-.0096.016-.0182.024-.0278l.196.0446zm.909-1.7465c.225-.0502.225-.0502.309.0455zm3.986-4.2126c-.329-.0514-.662-.0961-1.063-.1537.126-.0301.199-.0577.28-.0652.36-.0333.705.0461 1.053.0722.07.0048.131.0521.212.0877-.066.033-.146.056-.231.0665-.086.0106-.173.0083-.254-.0066zm3.887.364c.08.0123.165.0161.249.0112.153-.0096.302-.0285.477-.0456-.012.0597-.018.0965-.025.131l.31.0366c-.064.0814-.163.0771-.277.0567-.134-.0232-.269-.0465-.403-.0698-.372-.0617-.745-.1224-1.117-.1852-.047-.0116-.092-.026-.133-.043l.03-.0374c.089.0113.181.0199.268.0351.205.0376.409.0786.621.1118zm-2.651-.3301.233-.0176.053.1434-.312-.0965zm-.447-.1603c.168.0075.268.0463.292.1359-.35.0186-.391-.0013-.295-.1349zm-2.962 4.7759c-.021.0031-.098-.0322-.094-.0451.007-.0261.052-.049.1-.087.057.0365.128.0623.122.0813-.006.0191-.08.044-.131.0517zm1.114-1.9022c.127-.1036.284-.0593.518-.0192-.078.0286-.168.0456-.259.0491-.092.0035-.182-.0065-.262-.029zm1.89-2.3319c.189-.1072.383-.0569.603-.0139-.208.0887-.401.0448-.607.0149zm-1.755 4.4603c-.086-.0265-.165-.0646-.258-.0768-.249-.0336-.35-.1088-.309-.2719.116.1064.302.1822.521.2119.164.0269.16.0406.042.1377zm3.096-4.75-.609-.3039c.27-.041 1.243.0954 1.593.2375-.37-.0549-.728-.0731-.986.0676zm-1.945 3.8776c.245-.0335.245-.0335.388.0884z'/%3E%3Cpath d='m85.3582 29.1221c-.1433-.045-.2868-.0811-.4173-.1874-.0195-.0116-.0402-.0193-.0608-.0226-.3061-.0881-.612-.1735-.9178-.2637-.3983-.1175-.7964-.2388-1.1943-.3591-.111-.0336-.222-.0694-.3373-.1054.0389-.0754.1186-.0373.1912-.0154.179.0545.3573.1134.5353.1611.0859.0228.1712.0235.2572.037.0347.0071.0695.0165.1041.0283.03.0082.0653.0288.09.0245.1179-.021.2407.0317.3625.0671.3267.0943.6538.1932.9806.2869.079.0225.1586.0327.2381.0492.0038-.0979-.0552-.1162-.1118-.1344-.1273-.0413-.2551-.0795-.3824-.1224-.0472-.016-.105-.0158-.1424-.099l.3129.0561-.0327-.1595c-.0626-.0592-.1326-.0578-.1948.0042-.08-.1165-.1742-.1493-.2825-.1589-.0608-.0061-.1221-.0276-.1795-.0629-.1179-.0739-.207-.0745-.2854-.0029-.0304.0266-.0656.0462-.1043.0581-.0166.003-.0342.0021-.0518-.0026-.0177-.0047-.0349-.0131-.0509-.0248l.178-.057-.0062-.0315-.4787-.1777c.0156-.0499.0284-.091.0459-.1467.3058.0969.6054.2042.9049.2832.2915.0743.5834.128.8738.1606l-.6963-.2457c.0296-.0148.0478-.0365.0686-.0331.0613.0086.1229.0237.1838.0452.1291.0473.202.0107.2388-.1087-.1298-.047-.256-.0928-.382-.1379-.0683-.0247-.1329-.0525-.1621-.1337-.0227-.0615-.0745-.0797-.1272-.0983-.0887-.0319-.1769-.0665-.3025-.1138.1416-.0738.2634-.0895.3888-.0519.0435-.0271.0895-.05.1376-.0685.0986-.0254.1064-.1316.013-.2181-.0579-.0536-.1092-.1184-.1719-.1627-.0885-.0623-.1907-.1177-.2763-.075-.2159.1072-.4424.015-.681-.1219-.0694-.0398-.148-.0522-.2241-.0753-.0597-.0181-.1174-.0312-.1763-.0467-.0021-.0135-.0045-.0267-.0066-.0399l.3163.0131-.0013-.0218-.2133-.0979c-.0009-.011-.0021-.0221-.0031-.0345.095-.0023.191.0014.2877.0112.1317.0215.2654.0602.3981.0902.201.0478.3998.0407.5789-.0208.054-.0238.1055-.0526.1541-.0861-.0556-.107-.1187-.0567-.1607-.0771.027-.0687.055-.136.0765-.1944l-.1497-.1912c-.1146-.0019-.2461-.0028-.3782-.0073-.0349-.0007-.0705-.0062-.1058-.0165-.3927-.1232-.7859-.2475-1.1797-.3729.0333-.1792.0569-.1866.2176-.1208.131.0545.265.1022.3962.1428.3063.0941.6127.184.9192.2769.1577.0476.158.0494.2281-.074.015-.0269.0268-.0551.0398-.0829-.0576-.0933-.1295-.176-.2114-.2434-.0819-.0673-.1721-.1178-.2653-.1484-.5392-.1946-1.0768-.4025-1.6145-.6097-.1213-.0468-.2398-.1116-.3759-.1762-.0215.0312-.046.0655-.0696.1004-.054.0791-.0779.0632-.1605-.0418-.0551-.07-.1402-.1246-.2171-.1758-.0643-.0436-.1357-.0743-.2054-.1341.0446.0059.089.0093.133.0102.0667-.0025.0882-.0576.0366-.1151-.0602-.0672-.1324-.1512-.2043-.1765-.1516-.0534-.1849-.1763-.2693-.2874.0924-.0222.1596.0488.2295.0805.0777.0353.1528.0751.196-.0054-.0666-.0993-.1646-.1377-.2597-.1799-.0387-.0148-.0742-.043-.101-.08-.0267-.037-.0431-.0808-.0464-.1242l-.251-.1647c.0011-.0065.0023-.0133.0035-.0201l.2445.0575c-.0049-.0551-.0088-.1031-.0141-.1577l-.3043-.095-.0007-.0318.3595.0768c-.0842-.0831-.1993-.0497-.2395-.1636.0126-.0242.0366-.0484.0372-.079s-.021-.0724-.037-.1212c-.1979-.1108-.4102-.2143-.6339-.2595-.1171-.0238-.2349-.0548-.3521-.0906-.0923-.0281-.1793-.0662-.2368-.1727-.0261-.0487-.0851-.0927-.135-.1274-.1528-.1057-.3097-.2064-.4632-.3086-.0143-.0076-.0274-.0187-.038-.0324-.017-.0295-.0378-.0564-.0616-.0797l.0645.0033c.0362-.0037.0714-.0113.1051-.0227-.0824-.066-.1775-.1017-.269-.1008l-.0898-.0042-.0409-.0213c-.1331-.0712-.2687-.1352-.4049-.2014l.0335.0009c.0991.0028.1995-.0056.2992-.0082.0082-.0885-.0654-.0936-.1365-.0969-.1593-.0085-.3192-.0143-.4782-.0247-.0337-.0176-.0665-.0382-.098-.0616l.3137-.0158-.0034-.013c.7441.1981 1.4885.3984 2.2326.591.4239.1098.8476.2027 1.2711.3004.151.035.1985.0076.2437-.1262l.4955.1281-.0582-.0922.3772.0118c.0044-.0906-.0241-.14-.112-.1622-.0666-.0176-.1329-.0401-.1985-.0673-.0152-.0063-.0274-.0339-.0407-.0531.0352-.0019.0845.009.1007-.0102.0418-.0489.1027-.0488.1683-.0447.1507.0095.1723-.026.1038-.1725-.0092-.0194-.021-.0385-.0299-.0542.1446-.1485.235-.3532.2589-.5862l-.6358-.3461.5877.0363v-.0398c-.0553-.0284-.1119-.052-.169-.0702-.0574-.0118-.1142-.0369-.1667-.0736-.0524-.0366-.0994-.0841-.1376-.1391l.1564-.0614c-.1771-.1595-.1772-.1572-.3116-.1958-.0711-.0209-.1419-.051-.213-.0776-.1356-.0514-.2708-.1033-.3886-.1483.099-.042.099-.042.2551-.0037.0314-.0834-.0163-.1487-.094-.2148-.0482-.041-.0978-.0795-.1481-.1156.0906.021.1802.0172.2701.026.0463.005.1085-.0043.1374.0213.1524.1356.3141.1339.4729.1836.1052.0331.1717.021.2024-.0797-.1622-.0594-.1444-.1927-.1988-.3025-.0705-.0269-.136-.0565-.2018-.0772-.1555-.0514-.311-.101-.4665-.1488-.0417-.0152-.0839-.0244-.1256-.0274-.2952-.0059-.5972-.1324-.8965-.218-.1047-.03-.2101-.0711-.356-.1211.1524-.0561.2854.0121.4121.0495.1078.0322.2206.0917.3227.101.2615.0228.5246.1.7889.172.0873.0237.1787.0438.2482-.002-.1231-.1957-.3307-.2269-.4927-.3235-.1495-.0889-.3373-.0858-.508-.1232-.0022-.0106-.0045-.0211-.0064-.0315l.4481.0224c-.0558-.0455-.118-.0777-.1816-.094-.2989-.0875-.5992-.1675-.9005-.2636-.2641-.0839-.5287-.1773-.7914-.2802-.251-.0977-.4998-.2137-.7498-.3209-.0709-.0295-.1442-.056-.1788-.1589.1991.0184.387.0312.5851.146.1105.0639.2218.1171.3226.0632.0728-.0394.2015-.0204.2745.0477.1319.1212.2617.1662.4009.1372.0308-.0094.0649-.0082.0987.0032.2011.0961.3375.0574.43-.0661.2346.0312.4571.2514.723.2183-.2145-.0984-.3911-.1977-.5696-.257-.1868-.062-.2676-.1795-.3505-.3337-.0598-.1094-.0087-.1668.0121-.2506-.2182-.0337-.4101-.1131-.5725-.2476.0124-.1275-.1187-.1793-.1794-.2659-.174-.002-.3459.0018-.5309-.1212.0199-.0405.0375-.0769.0614-.1257l-.478-.1748c.0922-.0066.1864-.0038.2814.0082.0932.0056.1978.049.3009 0-.0743-.0282-.1207-.0502-.1675-.063-.2937-.0889-.5837-.1159-.8792-.2251-.1506-.0556-.2805-.0652-.3871.0364-.1129.1073-.2958.0571-.474-.0889l.1346-.0807-.1759-.1487c-.0221.0333-.0344.0481-.0427.0652-.0676.1417-.0958.1432-.2647.0047-.0627-.0516-.1193-.0658-.1563-.0206-.0583.0713-.1465.0834-.2505.0714-.0114-.0045-.0224-.0108-.0326-.0186.0133-.0243.0269-.0482.0406-.0733-.0845-.0649-.1379-.0271-.1996-.0136-.1474.0329-.2307-.0014-.3568-.1414l-.0631-.069c-.0993-.0164-.1941.0318-.3087-.1077.0521.0001.0835-.0015.1162.0002.0327.0016.0842.0197.0899.0072.0278-.0611.0886-.0385.1479-.0268.243.0477.4925.1109.7336.1391.1868.0223.4172.1303.5102-.0436.0842.0307.1643.0812.221.0753.0805-.0077.1529.0781.2037.0681.0924-.0187.1023.0836.195.1159.0263-.0212.0563-.037.0889-.0467.063-.0156.1301-.0179.1984-.0067.1909.0442.3828.1024.5742.1527.0293.0043.0584.0053.0868.003l-.0024-.0312-.3292-.1309c.0624-.0895.1434-.1417.2828-.1066.0355.0088.0701.0049.1055.0107.4033.0585.8074.1213 1.2099.1752.1034.0113.2053.0092.3037-.0064.0322-.0049.0445-.0572.0772-.1046l.1186-.017-.0057-.0272-.1512-.0699.1323-.0385c-.0941-.0368-.1836-.0663-.1894.054-.2495-.0481-.4935-.0921-.7388-.1413-.2566-.053-.514-.1161-.7709-.1669-.439-.0863-.877-.1655-1.3157-.25-.0047-.002-.0112-.0166-.0194-.029l.1896-.0572c-.0018-.0116-.0039-.0231-.0055-.0354-.17-.0597-.3399-.1234-.5099-.1788-.0893-.0285-.1864-.0609-.2649-.0543l-.384-.1928c.2377.0202.4884.0998.732.1427.1482.0258.2924.0221.4405.0485.5241.0918 1.0493.1917 1.5736.2843.0818.0147.1628.0173.2409.0076.1834-.025.3615-.0156.5456.1869.2442-.1034.5405-.037.8263-.0001.0473.0061.0948.0129.1413.0149.0355-.0017.0705-.0061.1047-.0131-.1429-.0657-.2544-.1234-.3678-.1672-.0883-.034-.1799-.0495-.2694-.0768-.071-.0219-.1575-.0323-.2096-.0792-.1204-.1064-.2237-.2316-.3364-.3514.012-.0105.0222-.0232.0304-.0377.0091-.0292.016-.0596.0205-.091-.0944-.0316-.1788-.0743-.2551-.0831-.3881-.0396-.7734-.0691-1.161-.1042-.0454-.0043-.1069-.003-.1374-.0299-.0868-.0775-.1495-.0854-.2247-.0483-.0293.0147-.1005.0577-.129-.0536-.0207-.0148-.0437-.0235-.0663-.0249-.0907-.0046-.195-.0625-.2708-.0111-.0193.0053-.0411.0013-.0609-.0111-.1139-.0785-.2268-.0833-.3375-.0955-.3656-.0402-.7297-.0748-1.0947-.1131-.0589-.0062-.1196-.0218-.1793-.0327l-.0114-.0452.3872-.0314c-.2205-.0834-.4238-.0544-.6632-.1612l.1307-.0648-.0646-.0802-.0896.049-.1931-.1367.307-.0329.1279.1139c.1564-.0106.2874-.0378.3431-.1794.1016.139-.0409.1398-.0539.213.2115.0564.4226.0622.6187.0171.0574.0132.1252.0461.1703.0359.0842-.0194.1544-.0641.2416-.1028-.1839-.1043-.3728-.0641-.5437-.1869l.3978-.0366c.0459.0973.1404.1121.2447.1103.0895-.0016.1823.0068.2748.0111l.0168.1768-.1735.0585c.0048.0122.0099.0246.0152.0372.0458.0114.0918.0265.1368.0336.2322.0378.4644.0773.6954.1093.2848.0391.5672.0753.8593.193.0973.0388.2023.051.2623-.0157-.0149-.0701-.1554-.1023-.0907-.1819.004-.005-.033-.0502-.0561-.0711-.0475-.0433-.0985-.0824-.1521-.1262l.1196-.1085c-.1288-.0972-.2706-.1636-.4143-.1941-.2025-.0384-.4069-.0915-.609-.1274-.1233-.0258-.2462-.0362-.3662-.0312-.1741.0129-.3435.0297-.5369-.0364-.0354-.0098-.0708-.0127-.1047-.0087-.256.015-.518-.0011-.7817-.048-.2742-.0496-.5489-.1084-.811-.095-.0813.0001-.164-.0087-.2468-.0263-.3392-.0568-.6782-.1161-1.0175-.1759-.0208-.0069-.0413-.0161-.0612-.0274-.0118-.0513-.0239-.1048-.0377-.1632l-.124-.0095c-.003.0429-.0054.0767-.0074.1061-.3456-.0146-.5501-.0523-.6628-.1306l.4424.03c.0004-.0492.0005-.0843.0008-.0951.115.0053.2283.0368.3024.0085.1488-.0548.3195-.049.4859.0166.1183.0426.3161.0071.3702-.0782.0104-.0166.0025-.0471.0029-.0731-.1599-.0197-.3068-.0317-.4554-.0567-.1487-.0249-.2971-.066-.469-.1053.0853-.0641.1806-.0576.2718-.0459.1175.0127.238.0409.3569.0601.0342.0056.0941.0172.0969.0045.0212-.095.1035-.0369.17-.0239.0665.0131.1305.0194.1957.029.2179.0315.4239.0034.6521.0803.0582.0148.1161.0142.1687-.0018.0618-.0141.1108-.014.179.0439.0293.0247.0837.0188.141.0294l-.0757-.1847c-.4749-.0823-.9434-.1577-1.4136-.2467-.4703-.0889-.938-.1908-1.4074-.2864.0006-.0034.0012-.0068-.0002-.0114l.4431-.0029c.0508.0172.132.0672.1821.0568.0658-.0111.1368.0002.2045.0326.0528.0176.106.027.1582.028.1396.0102.2776.0119.4181.0258.2351.0228.4716.0538.7088.0791.0926.0099.1808.0284.2453-.043.0308-.0346.1391-.0032.2137.0053.0462.0052.0962.03.1427.0354.2884.033.5771.0671.8637.092.2166.0191.4281.0244.6409.0343.0311.0016.0554-.0135.1173-.0298-.3241-.0983-.6002-.1039-.8836-.1942.0651-.0085.132-.0096.1998-.0035.0734.0023.1454.0001.2181-.0006l-.1463-.0478c-.0374-.1084-.0739-.1531-.1886-.16-.2055-.0125-.4213-.0707-.6174-.0324-.079.0152-.1826.0458-.3005-.0586-.0506-.0453-.1401-.0529-.211-.0695-.1386-.0321-.2768-.058-.4151-.0863.0399-.0152.0835-.0211.1286-.0172.3361.0133.671.0222 1.0088.0419.1692.0097.3143-.0322.467-.0576-.3261-.0556-.6541-.1332-.9782-.1721-.0075-.0005-.0152-.0027-.0225-.0065-.0073-.0037-.0141-.009-.0201-.0154-.0059-.0065-.0108-.014-.0144-.0221s-.0058-.0166-.0064-.025c-.0007-.0084.0002-.0165.0025-.0239.0024-.0074.0062-.0139.0112-.019.005-.0052.0111-.0089.018-.011.0068-.0021.0142-.0026.0218-.0013.1333.016.2675.0392.4016.0645-.0267-.0171-.0527-.0359-.0778-.0563-.0813-.0095-.1626-.0191-.2441-.0308-.0075-.0004-.0152-.0026-.0225-.0064s-.0142-.0091-.0201-.0155c-.0059-.0065-.0108-.014-.0144-.022-.0036-.0081-.0058-.0166-.0065-.025-.0006-.0085.0002-.0166.0026-.024s.0062-.0138.0112-.019.0111-.0089.0179-.011c.0069-.0021.0143-.0025.0219-.0012.0365.0052.0732.0092.11.0125-.0202-.0254-.0391-.0519-.0566-.0795-.5377-.066-1.08-.1631-1.6217-.2499-.0075-.0005-.0151-.0027-.0224-.0064-.0073-.0038-.0142-.0091-.0201-.0155-.0059-.00649-.0108-.01399-.0144-.02207-.0036-.00809-.0058-.0166-.0065-.02501-.0006-.00842.0002-.01656.0026-.02395.0023-.00738.0061-.01385.0111-.01901.0051-.00516.0112-.0089.018-.011.0069-.0021.0143-.00251.0219-.00121.5137.08088 1.0286.17315 1.5397.23865.0037-.0036.0079-.0065.0125-.0087-.0055-.0135-.0097-.0272-.0151-.0394-.1725-.022-.3448-.0409-.518-.0654-.0148-.0018-.0296-.0101-.041-.023-.0114-.01288-.0185-.02941-.0198-.04591-.0013-.01651.0033-.03164.0129-.04206.0095-.01043.0232-.0153.0381-.01353.1637.02327.3267.04161.4899.06205-.0056-.02886-.0099-.05774-.0126-.0865-.2176-.01349-.436-.02203-.6502-.01293-.0769.00319-.1182-.12305-.041-.12612.1409-.00779.2834-.00391.4276.00163-.1235-.01253-.249-.02621-.3731-.03836-.2703-.02646-.538-.04088-.8061-.06209-.0539-.00418-.1099-.0162-.165-.02451l-.0104-.04146.7866.02383c-.3913-.07144-.7723-.1084-1.1547-.15295-.1026-.0121-.2097-.04635-.3146-.07005-.0017-.01198-.0037-.02377-.0058-.03556.0904.00438.1799.00612.271.01514.0911.00901.0951-.03544.0653-.1138-.2646-.05362-.5134-.0393-.7788-.14995.0449-.01519.0941-.01915.1443-.01164.2798.04994.5599.09543.8407.15043.289.0581.5788.12615.8683.19012.0006-.00371-.0002-.00772-.0005-.01149l-.6688-.27564c.1517-.05371.2865-.00862.4134.01464.0482.00872.096.019.144.02865-.0547-.11706-.0804-.24297-.0739-.36252.0064-.11955.0446-.22764.1101-.31123-.0972-.05316-.1836-.13473-.2482-.23446-.0647-.09974-.1047-.21318-.1151-.32609-.2379-.06257-.4732-.1604-.6994-.29071-.0544-.03282-.1066-.07151-.1556-.1154l-.2228-.05944c-.1347-.03674-.2696-.08622-.4047-.13006.0548-.01424.1145-.01219.174.00597l.3505.08201c-.1324-.15121-.223-.33345-.2432-.49906-.0267-.06911-.044-.14044-.0513-.21134-.3179-.06744-.6407-.13361-.9836-.22673.0491-.01279.0587-.0194.0694-.01761.304.04942.6069.09273.911.14654.0015-.03333.0057-.06589.0125-.09729-.1313-.03404-.263-.06852-.3944-.10225-.336-.08593-.6714-.16099-1.0073-.24192-.0681-.0167-.1443-.02117-.1932-.136l.6322.05779c-.1092-.09512-.2001-.10506-.2861-.11294-.1113-.01044-.2191-.00452-.3297-.01169-.05-.00352-.1181-.00595-.1532-.03681-.121-.10666-.2311-.08578-.3457-.09891-.0385-.00242-.0773-.0089-.116-.01937-.0693-.0225-.1398-.06341-.2081-.0772-.6456-.13038-1.2914-.26514-1.9417-.46976-.1602-.05068-.3206-.09647-.4807-.14412-.0013-.0108-.0023-.02149-.0036-.0323l.7769.11066c-.1577-.1196.0272-.15651-.0612-.23371l1.1691.18017-.0742-.08457.0931-.00805c-.0189-.04302-.0319-.07329-.061-.14046.309.16161.5745.06901.8585.22651.0175.00898.0361.01157.0528.00734.0715-.02862.1563.00429.2376.0172.1181.0186.2358.02929.3523.03201.0381-.00355.074-.01491.106-.03353.0661.02535.1329.04555.1997.06044.1588.02257.3174.04304.4757.06505-.0213-.09019-.0255-.18072-.0124-.26546-.0642-.00845-.1281-.01677-.1924-.02626-.4739-.0713-.9466-.13013-1.423-.22137-.5294-.10161-1.0555-.16709-1.5914-.32651-.1318-.03917-.2626-.09818-.3895-.133-.1268-.03481-.2577.00629-.391-.00766-.2528-.02613-.5088-.06787-.7636-.10382-.0293-.00095-.0593-.00889-.088-.02331-.1403-.09678-.2837-.10467-.4258-.13488-.0909-.01952-.1913-.01316-.2672-.06293-.1832-.11697-.3535-.09688-.5289-.14524-.0845-.02352-.1688-.04129-.2529-.06166.3459-.00182.7145.10794 1.0541.08064l-.2409-.07595c-.0015-.01154-.0033-.0229-.0046-.03507.143-.00953.2961.0153.4465.03173.2001.02182.4005.04605.6012.06947.0934.00574.1874.01748.2817.03516.1282.03073.2522.06173.3355-.00349.0743.03885.1527.10462.1949.09694.1169-.02173.2467.02691.3603.02405.1214-.00705.2489.02504.3681.09265.0291.01503.0594.02437.0895.02757.0144.00201.0263-.01061.0402-.01644l-.0421-.1538 2.0009.34017c-.1207-.0751-.2484-.12815-.3771-.15674-.9593-.1709-1.9259-.39422-2.8781-.51176-.0533-.00329-.1073-.01459-.1607-.03362-.129-.05547-.262-.07936-.389-.06985-.0956.00739-.2148-.08062-.2941-.01611-.193-.06265-.3767-.07233-.5637-.09003-.316-.0292-.636-.07531-.9537-.11649-.034-.01065-.0676-.02572-.0999-.04486.0177-.00932.0363-.01711.0555-.02333.0909-.01694.1887-.00116.2884.01108.0996.01224.1966-.01444.3109.05129.0185.01101.0519-.01855.0785-.02904-.0643-.04865-.1347-.08311-.2064-.10106-.1252-.0318-.2498-.05742-.3747-.08575-.0655-.01499-.1473-.05595-.1938-.04009-.097.03397-.2035-.00036-.3083-.01738-.4934-.07873-.9879-.16523-1.4804-.23858-1.3168-.19613-2.6349-.38515-3.9517-.58128-.4744-.0705-.9535-.16648-1.4267-.23087-.6811-.0927-1.3608-.17825-2.037-.24639-.8646-.08676-1.7245-.15303-2.5864-.22837-1.0098-.08809-2.0109-.152-2.9753-.07858-.8646.06576-1.7444.0954-2.6155.14191-.1311.00601-.2599.02239-.3855.04903-.4584-.02474-.9166-.04936-1.3707-.06634-.5591-.02078-1.1126-.02436-1.6634-.02078-.3831.0026-.7548.03579-1.1358.04425-1.0573.0248-2.1171.03967-3.1745.06311-.3968.00355-.7861.02548-1.1802.0394-.0838.00298-.1611.02292-.2621-.02305-.0483-.02207-.0998.00828-.1496.01477-.0962.0114-.1919.01971-.2856.03648-.052.00738-.0976.0331-.1306.07373.0289.01434.073.04793.0839.03952.0669-.05077.1625-.01138.2469-.01048.0805-.00515.1637.00371.2467.02629.0205.00899.0408.01918.0607.03053-.0275.01376-.0432.03178-.0652.03192-.2589-.00014-.5166.00386-.779-.00806-.1558-.00739-.3105-.02096-.4492.01623-.1019-.0755-.1629-.00134-.25-.02262-.1072-.02667-.2133-.02009-.3061.019-.0389.01292-.0807.01794-.1239.01485-.7762-.00727-1.5118.08958-2.2677.13459-.0949.00971-.1815.04621-.2525.1063l1.5844-.07804c.0143.05306.0268.09902.0403.14942.0152.00832.0322.02267.0436.02242.0231.00085.045-.00447.0639-.01554.074-.05514.163-.0649.2764-.04465.1018.01779.1909-.01384.3041.02328.0408.01328.0765-.04218.1221-.07132.1059.07721.1995.06137.2962.04718.0754-.00527.152-.00467.2293.0018.1643.00196.3283.00379.4926.00939.125.00356.2456-.00139.3761.02667l.013.03391-.173.04451c.3121.07168.5791.01021.8848.05703-.0644.00904-.1285.01624-.1909.02843-.13.02521-.2893-.01676-.3902.07624-.0422.03852-.1334.02085-.2025.02826-.1098.01142-.2307.0003-.3056.07894-.0131.0138-.0425.0112-.0649.01214-.2056.00244-.4102.01025-.6177.00392-.11-.00358-.2424-.06228-.3381-.04303s-.1791.05987-.2747.08184c-.3899.08929-.8187.0855-1.2321.11796-.372.0288-.7584.02537-1.1371.03511-.0517.00106-.1036.00107-.1558.00158.0524.08259.0939.17162.1229.26367.1288.00013.2576.00027.3857-.0012.0499-.00619.0983-.01772.1445-.03444.0355.02123.0727.03668.1102.04579.0986.01223.1964.01689.2929.01395.0654-.002.1229-.02386.2002.01422.0072.00321.0147.0048.022.00468s.0141-.00195.0202-.00537c.1701-.12032.4493.00669.6396-.11387.0081.06341.0117.09175.0173.1322l.0856.02036c-.0056.01789-.011.03653-.0227.07479l.9352-.02683c-.039.06537.1425.12556.0642.22566l.6238-.01033.0131.03162c-.1165.02686-.2342.05156-.3493.08131-.4671.11695-.9661.16823-1.467.21438-.0529.00453-.0939.03624-.1437.0497-.0296.00557-.0604.0069-.0918.00397-.094-.00159-.2013-.03689-.2535.05384-.0153.02679-.0737.01973-.1162.01802-.093-.00716-.191-.02732-.2835-.03163-.0714-.00314-.1461-.00534-.1941.07554l.5254.0247c.0151.10873-.0493.10319-.1009.11062-.254.03703-.5104.06839-.7621.11005-.0972.01697-.1962.03384-.2946.05063.0216.03197.0416.06501.0601.09894.2399-.01371.484-.01738.7271-.02641.0237.00656.0472.01554.0701.02682-.2533.04957-.5041.072-.749.09792.0283.06658.049.13542.0616.20466.0648.15656.0786.32349.0388.46812l.2661-.0363c.0477-.00972.0995-.00379.1497.01712-.0963.0263-.1898.05778-.2895.07699l-.165.03093c-.0208.03722-.0475.06921-.0793.09472-.1364.10257-.2948.17051-.4664.20013.0889.21203.0935.41525-.0378.51321.2066.19036.3523.46415.3711.67822.0373-.00338.0741-.00731.1119-.00952.0998-.00692.1945-.03457.3554.03927l-.4479.1879.0052.01147c.2219-.02584.442-.05606.6661-.07634.2179-.01951.4396-.02984.661-.04164.0438-.00022.089.01021.1326.03057-.1769.07605-.4028.02893-.6077.04787.0131.07444.0379.11959.1145.12221.0765.00261.1532.01326.2301.02039l.0131.03527c-.0786.0154-.1589.02497-.2406.02867-.3132-.00549-.6289-.01831-.9362.00187l.6774.07895.0128.03848c-.0444.00108-.0874.00579-.1324.00298-.2258-.01357-.4531-.03411-.6771-.0433-.1029-.004-.2052-.0067-.3079-.01027.1233.01345.2462.02907.3741.05436.069.01311.0967.13406.0275.12052-.1888-.03486-.3771-.0589-.5643-.07204.0121.02793.023.05627.0327.08489.133.00091.2669.00417.3986.00218.063-.00131.119.12175.0545.12215-.1395.00203-.2824-.00228-.4215-.00241.0022.01284.0056.02586.0074.03857.0054.00296.0106.00656.0155.01073.4154.00121.8209-.0236 1.2316-.03694.0633-.00255.1183.12046.0542.12203-.4306.01569-.8576.04149-1.2961.03733-.0013.02464-.0045.0487-.0097.07192.0299.00013.0602.00112.0895.00069.063-.00131.1189.12175.0545.12215-.0645.00039-.1322-.00024-.1987-.00132-.0115.01712-.0247.03262-.0394.04629.105-.00745.2109-.01348.3197-.01204.0645.00096.1196.12366.0545.12214-.2648-.00362-.5137.03091-.772.04393.147.04582.2957.10664.439.11879.2867.02463.576.05931.864.09016.0407.00257.0822.01405.122.0338-.1071.01054-.2152.01831-.3198.03286-.0543.00695-.1288.0032-.1505.04159-.0504.08948-.1565.0454-.234.0198-.1913-.0639-.3513-.03424-.5257-.04868-.0973-.00731-.1066.03162-.0862.13463l-.1043.02894c.0642.01011.1288.02035.192.02904.0586.00312.1179.01311.177.02981-.2033.05279-.4437.0222-.6777.07814.0624.02594.0922.04263.1179.04501.1826.0192.3661.04106.5457.05071.239.0128.4753.01617.7119.02133.0379.00081.0693-.01761.1072-.01679.0611.00117.1404-.01595.1846.02234.0924.07983.1615.07273.2382.07578.194.00604.3863.00634.581.01398.1164.0046.2363.02098.3537.02897.0432.00625.0855.00385.125-.00707.0482-.02394.1059-.02604.1628-.00595.0495.01725.0956-.02228.1314-.03294l.3903.06106c.0021.00382.0041.00773.0058.01171-.3632.03474-.7243.07502-1.0903.10231-.366.02728-.7429.04276-1.1185.06237l.0265.17485c.0448-.00324.0954.00979.1087-.01118.0308-.04857.0737-.04266.1352-.02011.0495.02195.1009.03017.1491.02386.1615-.04697.3561.00807.5316.00508.0524-.00113.1061.00095.1577-.00314s.0947-.05181.1613.04616c.0087.01292.0556.00917.0828.0082.0948-.00367.1862-.0161.2825-.01354.0875-.00492.1797.02383.262.08169-.1311.01681-.2421.03733-.3585.04398-.1165.00665-.24-.00025-.3704-.00204.0137.02624.0218.05548.0394.07373.0897.09134.281.15294.3636.12561.0816-.02689.1719-.02954.2631-.00773-.2764.03083-.5528.06141-.8293.09174-.064.00657-.128.01315-.1448.11027.1035-.00274.184.00023.2586-.00789.3385-.03706.6756-.07671 1.014-.11482.0369.00107.0752.00077.1166.00472l.0486.09512.3721.02767c-.0594.06353-.2199.0744-.5156.04403l-.0599-.10716-.1051-.00652c.0175.05668.0337.10849.0492.15808-.0175.00864-.0268.01871-.0398.01959-.2678.01506-.5355.03011-.8041.04252-.0663.00655-.1345.00445-.2034-.00629-.2368-.04767-.4485-.02455-.6639-.01062-.2166.0119-.4388-.00632-.6619-.05426-.0297-.00822-.0594-.00996-.0874-.00515-.1362.04088-.2935.00205-.4528-.03398-.1033-.02012-.206-.0257-.3056-.0166-.1587.00963-.3119.03616-.4701.04801-.106.00905-.1995.05805-.2661.13944l.1597.12377c-.0246.0372-.0497.0695-.0697.1067-.0097.0178-.0192.0583-.0133.0638.0966.0879-.0101.1019.0119.1707.0363.0319.078.0534.1204.0621s.0839.0043.1198-.0127c.1969-.079.4267-.0783.6567-.0802.063-.0007.1261-.0026.1892-.0042.0264.0021.0524.0019.0778-.0009.0964-.0034.1926-.0075.289-.0125.035-.0032.0694-.0085.1033-.0158-.0008-.0066-.0019-.013-.003-.0195l.2796-.034c.0341.0183.0687.0343.1038.0478.045.0164.0878-.0079.1315-.0136.1793.0685.3625.0904.5343.0638-.0406-.0629-.1338-.0887-.1527-.1679l.0403-.0045c.1083.1113.223.1488.349.1762.0159-.0265.0347-.0608.0551-.0968l.2205.0565-.1223.0255c-.0852.0186-.1626.0484-.2433.0736-.0223.007-.0426.0155-.0642.0238.1026.02.2049.0311.3059.0332l.1163.0646c-.1563.0753-.3491.0207-.5008.0744l.2417.0554-.1104.0138c-.1389.0165-.278.032-.4168.0483-.1305-.0045-.2614-.0092-.3914-.0131-.091-.0024-.1865-.0112-.2479.0511-.0065.0051-.0143.0082-.0228.0088s-.0174-.0011-.0259-.0051c-.0924-.0613-.1555-.0182-.232-.0245-.018-.0015-.0478.009-.0456.0162.0323.1093-.0527.056-.0857.0377-.0859-.0477-.1359-.0476-.1732.0185-.0128.0232-.0674.0138-.1054.0119-.3218-.0157-.6456-.0362-.9656-.0475-.0625-.0018-.1152.0304-.1821.0497.0202.0322.0418.0634.0649.0933.0142.0153.0294.0293.0455.0418-.0383.1051-.0662.2166-.1181.3074-.0225.0394-.0928.0387-.144.0516-.0655.0155-.1374.0188-.1982.0416-.0773.0289-.1463.0719-.2384.1188.0327.0112.0656.0201.0985.0267.0397.0043.0782.0037.1165.0037.1324-.005.2664-.0012.4014.0113.0439.0319.0927.0507.1408.0542.068.01.1151.0428.1395.1011-.0441.0205-.0936.0307-.1195.0584-.0538.0586-.1401.0618-.2361.0554-.0573-.0049-.1142-.0064-.1704-.0045-.0603.0032-.1303-.0044-.1875.0501.2255.051.434.1078.6344.1463l.0307.0128-.0966.05.0092.0267.1114.0314.0107.0107c-.0815.0147-.1608.0359-.2375.0635-.0564.0207-.1359.0098-.204.0183-.0511.005-.1003.0134-.1557.0215.0476.1037.1002.2053.1576.3043.0245.0397.0919.0714.1379.1107.0211.016.0384.0381.0493.0633.0237.1007.0725.187.2078.2379.0141.0059.04.0253.0398.0315-.0026.0586.0345.0638.0717.0686.0191.0001.0388.0065.0568.0186-.0212.0386-.0426.0752-.062.1129-.0387.0741.0184.1615.1349.1997.054.0139.108.0237.1618.0294.0988.0169.1947.0345.2711.1356.0166.0218.0705.0428.1029.0477.0574.0085.1141.0098.1693.004.0862-.0089.1745-.0083.2639.0016-.0328.0236-.0689.042-.1075.0548l-.7363-.0115c-.008.0464-.0173.0873-.0241.1226.1329.0778.2592.0938.3891.111.1059.0101.2129.035.3183.0739-.0006.0038.0002.0081.0002.012l-.1249.0476.0137.0279.1091.0036c-.0006.0472-.0141.0904-.0388.124s-.0595.056-.0998.0645c-.1246.0334-.2301.109-.3696.178.2502.0678.3355-.1232.5241-.1238.143.1354.2824.192.4102.1221.0269-.0067.0567-.0033.0853.0096.1366.0475.2284.0203.2827-.0845.0113-.0163.0263-.0289.044-.0366s.0375-.0104.058-.0079c.0405.0178.0818.0305.1231.038.0284.0169.0586.0273.0885.0304.03.0031.0588-.0012.0847-.0125.1369.012.2734.0238.4095.0352-.157.0717-.3089.1505-.4732.2119-.1787.0683-.3635.1271-.553.1764-.2152.0561-.4385.097-.6577.1455-.0459.007-.0853.0319-.1118.0706l.382.036.0101.0304c-.1311.0152-.2972-.0127-.384.0567-.0932.0753-.2604.0797-.2692.2588.0847.0551.1543.0469.2189.0346.195-.0376.3877-.0799.6054-.0687.085.0042.1545-.0396.2331-.0577.0922-.021.1747-.0712.3363.0042-.1018.031-.1734.0579-.2504.0743-.2195.0464-.4208.1332-.6771.1003-.0334-.0022-.0659.0016-.0962.0111-.1124.0276-.2239.0567-.3344.0875-.047.0137-.0902.0331-.1383.051.008.1028.0909.2367-.0218.2761.0761.1043.1416.1252.2174.1066.1141-.0292.2571-.0062.3224-.1216.0123-.0221.0713-.0036.1096-.0036.0818.0032.1719.0234.2441.0076.1124-.0242.2196-.063.3195-.1159.1051-.0638.2355-.0768.3664-.0367.0325.0067.0649.0105.097.0114l-.0329-.1181c.2774-.0366.5533-.0731.8298-.1091.0432-.0076.0898-.0019.135.0163l-.1577.08c.1951.0994.2956.0344.4048-.0446l-.1764-.144c.0718-.0696.1715-.0431.2899-.0052l-.0747.0685c.125.1182.2103.0735.3025.0567l.1942.1567c-.1034.0204-.0672.1936-.2148.1428l-.0337-.0866c-.0946.0114-.2037-.0117-.2253.1054-.0018.0105-.0195.0181-.0319.0155-.1169-.025-.1582.0606-.2244.111-.0571.0427-.1211.0787-.1799.1203-.0437.0309-.0841.0645-.1415.1116.1152.0407.2319.038.3306-.0078.2036-.0993.43-.1505.6674-.1511.0657-.0009.1303-.0073.1934-.0191.033-.0025.067-.0007.1011.0052.1215.0243.2424.0119.3745.098l-.6151-.0328c.0133.0698.0241.1254.038.1972.0803.0045.1561.0058.2355.0136s.1376-.0453.2517.0433c-.1772.0053-.2782.0966-.4476.0845-.0021-.0008-.0014.0078-.0021.0118.0238.0294.0473.0588.0722.089l-.1071.0616c.0202.0174.0399.0342.0587.0509l-.0695.0007c-.1889.0017-.3703.0119-.461.1214.1566.0956.1759.1036.3384.0743.104-.0181.2031-.0406.311-.0488.0031.0068.0058.0137.0083.0207.0064.0209.0489.0535.0776.0671l.0179.0074c-.0214-.0032-.0423-.0063-.0614-.0082-.0743.0914-.1338.1642-.1944.2385-.0132-.0055-.0296-.0106-.0449-.0166-.0262-.0138-.0539-.0212-.0807-.0217-.093.0359-.1813.0816-.2638.1368-.0146.0105-.0237.0278-.0256.0483s.0037.0426.0156.0616c.0245.0294.1072.0559.1641.0682.072.016.1461-.0089.2443.0658l-.5095.0797.0623.061c-.0864-.0151-.1694.0007-.2369.0452.0517.0261.0938.0512.1327.0697-.038.0055-.0761.0112-.1153.0145-.1275.0106-.1685-.0174-.2511-.126-.0421-.056-.114-.1074-.1473-.1378-.1457.025-.2512.0538-.3689.0622-.4169.0304-.8286.0675-1.2664.065-.505-.003-.9987.0196-1.4927.0388-.0899.0023-.1749.0253-.2499.0676-.0886.0547-.1483.1307-.2283.2062l.2877.304c.3383.006.6721.0104 1.0075.0185.4398.0107.9024.0696 1.3088.009.1162-.018.2067.0196.2774.1087.0361.0449.0762.0894.1156.1353-.262.0058-.5025.0159-.7484.0152-.2825-.0016-.5732-.0223-.8507-.0166-.3531.0074-.7033-.0768-1.0609-.2138-.0126-.0052-.0319.003-.0529.0062l.0696.084-.1651.0756.1079.2199.2203.1009c-.0499.025-.1103.0036-.1688-.0174-.0731-.0261-.1438-.0515-.189.0153.0433.0349.0875.0844.1467.1157.1168.0643.2364.1184.3575.1615.194.0641.3954.1312.5876.1623.258.0409.51.0442.7658.0676.2095.017.4218.0748.6275.1709l-.4649.0253c.0032.0067.0068.0132.0101.0195l.6723.1269c-.1334.0948-.3074.0443-.4605.0195-.0916-.0152-.1524-.0272-.2299.0066-.1964.0888-.4813.0583-.7446.0221-.1376-.0183-.2943-.1269-.4588-.2022l-.3214.0076c-.0348.0466-.0434.098-.0889.112-.2319.0694-.2348.0659-.1254.2735l.2861.0858.0499.1417.1083-.072c.0805.0448.1642.0776.2486.0973.1244.0359.2529.072.3547.175-.1662.0042-.308.0103-.453.0107-.0901-.0003-.1766-.0011-.1717.0755.0055.0839-.0786.0908-.1792.0914-.2048.0017-.4075.0074-.626.012.0943.081.159.1696.2402.1994.1058.037.227.028.3414.0368.0613.0017.1232.0079.1853.0186.0463.0103.0923.0404.1703.0761-.2049.0525-.4442-.0476-.6211.0071-.1563.0482-.4077-.0368-.5704.0283.2329.0321.458.0457.6841.0624.2088.0152.4167.0171.6285.0547.1662.0322.3318.0478.4946.0464.3486-.008.6882-.0387 1.0618.0168l.156.2018-.7669.0129c.0487.0723.1402.0974.2319.1226.0607.013.121.0359.1789.068-.1178.0618-.2209.0057-.3417-.0691-.1348-.0832-.258-.21-.446-.1966-.0823.0059-.1462.0444-.2298.0448-.0837.0004-.1912-.0337-.2836-.0406-.1469-.0113-.2695.0053-.243.146-.1881-.1707-.1881-.1707-.4221-.1293l.1448.1033-.1595.0663.6232.0601c-.0139.1037-.1167.0841-.2121.0803-.2158-.0075-.4282-.0075-.6414-.0099-.083-.0013-.1483.0107-.1048.1093.1018.0145.2071.0344.307.0417.0998.0074.1883.001.282.0038.5333.0192 1.067.0393 1.6012.0603.0515.0022.1153.0019.1591.0227.1624.0781.273.0561.3292.0204.1226.0321.1991.0599.2707.0691.3515.0503.7003.0668 1.0426.0493.2782-.017.3711.0342.4438.2359-.0751-.139-.1848-.1514-.329-.1351-.1179.013-.2544-.0006-.3837-.0049-.1984-.0062-.3982-.0153-.5969-.0216-.2415-.0079-.4832-.0162-.7231-.0204-.4469-.0083-.8925-.0131-1.3391-.0206-.0915-.0016-.1848-.0052-.2787-.0124-.1136-.0084-.278-.0585-.3339-.026-.146.0882-.3724.0604-.5601.0557-.175-.0034-.2358.0446-.3275.1133.0182.0055.0348.0111.0494.0162.0239.0098.0484.0162.0727.0189.2339.0064.4878.0369.6932.0063.2307-.0368.4728.0383.7068.0729.234.0345.4645.0746.6677.0317.0403-.006.0825-.0047.125.0039.2947.0502.5897.1032.904.1582l-.0278-.1528c.12-.0145.1735.0449.2195.1018.0349.0434.0653.0855.1166.0919.0745-.033.1079-.0659.158-.0669.1099-.0011.2312.0204.3421.0204.0704-.0005.1237-.0394.1944-.0342.1579.0115.3211.0362.4831.0621.0587.0076.1179.0275.1742.0588.0707.0516.139.1081.2043.1692l-.1336.0715c.1583.0419.3162.0451.4623.0094.1078-.0252.2198-.0373.3663.0398l-.6414.065.0163.0347.2555.0465-.1037.0434.1046.1214.19.0276c-.0203.0553-.0347.0947-.0504.1379.0828.0099.2888.1031.2923.1262.0275.1328.0257.1237.1986.1462.1454.0183.296.0597.4447.0916-.1599.0072-.0272.1568-.1242.1905-.1047-.0104-.2509-.0549-.2955-.0263-.1279.0818-.3019.0927-.4821.1064-.2741.0207-.5506.0424-.6725.2325.141.0095.2579.0236.3674.023.2992-.001.5966-.0059.892-.0149.0971-.0087.2002.0176.2951.0752-.1896.0064-.3708-.0214-.4591.0241-.099.0507-.2986-.0246-.3287.0836-.1822-.0632-.4867-.0627-.4932.0052l.2037.0137-.4411.1307.0175.0239.7126-.0275c.0926-.1717.4853-.0195.5896-.186.1157.1807.137.1916.3407.1926.0678.0004.1274-.019.196-.0143.1863.0127.3751.0113.5617.058.1439.0363.2476.0396.3445.0062.3186-.112.7328-.0824 1.0998-.1225.0461-.0048.1084.0165.1597.0176l.1337.0028c-.0087.0028-.0171.0063-.0251.0105-.0556.0326-.0801.0993-.1371.1725l.1841-.0183c.016.1034-.1226.0568-.1571.1197l.0786.0433c-.0013.0326-.0027.0606-.0047.1012l.1808-.0244c-.0018.0105-.0035.0201-.0051.0291l-.1005.0017c-.1945.0023-.4028-.0212-.5943-.0149-.3583.0139-.6986.0648-1.0651.0587-.6391-.0103-1.2591.0139-1.8758.0415-.1788.0082-.3552.0275-.5284.0576-.1185.0201-.2288.0511-.3608.0878l.5001.1631c.0058-.0006.0115-.0012.017-.0022.1882-.0253.3971-.0233.5987-.0301.3791-.0122.756-.026 1.1367-.0329.2101-.0036.4273.0068.6413.0102.0425.0051.0842.0035.124-.0049.1426-.0597.3719.0399.512-.0213.3373.0477.6358.0146.9427-.0012l.0015.006c.032.1264.0339.1318.159.1225.0621-.0048.1149-.0103.1426.0834.0047.0166.0563.038.0986.0652l-.1805.0304c-.1041.0083-.205.0286-.3014.0605.0494.0136.1111.0402.1422.0329.1534-.0384.3186-.0386.4852-.0006-.0506.0021-.1016.0042-.1518.0075-.0502.0034-.1084.0004-.106.0677l.431.1523c-.045.0512-.1776-.0141-.2041.0737l.1774.0635c-.0291.0541-.1239.0479-.0695.1548.0707.0035.1448.0104.2162.0102.0629-.0007.1223-.0131.1864-.0117.0642.0015.1314.0125.2097.0209-.1333.0155-.2743-.0066-.3654.0673.2163.0209.407-.0355.6485.0649-.0335.0299-.0605.0531-.111.0961.1178.001.2396.05.3433.1381.0724.0611.1531.1057.2363.1305s.1668.0293.2446.013c.1591-.0334.3386-.0049.5121.0036.2368.0112.4909.0873.7201.0595.2291-.0278.4762-.009.7166-.0092.0235.0031.047.0085.0704.016l-.0405.0651c.069.0823.069.0823.0416.2199.0369.01.0712.0209.1053.0288.1023.0243.1225.0509.101.1279-.0137.0497-.0245.1009-.0344.1435.0331.0253.0711.0377.1068.0348.0198-.0023.0407.0008.0611.009.0203.0081.0396.0212.0563.0382l-.2326.0751.0174.0284.2367-.0061c-.0271.0219-.0448.0351-.0724.0548l.1851.0972-.0873.0543.1565.2385.3654.1014c.0026.0087.0101.0341.0163.0562l.3194.0333.0082.0163-.1722.0359c.0812.041.1388.0836.19.0932.1265.0241.2658.081.3539-.0065.0345-.0343.118-.0318.1849-.0302.1687.0038.3402.0167.511.0263.0034.0006.0068.002.0099.0042.0024.001.0027.0011-.0017-.0008.004.0349.0075.0655.0106.0966-.2706.0202-.2706.0202-.3062.084.0879.0094.1643.0186.2397.0254.3452.031.6888.0571 1.0355.0941.1144.0124.2403.0637.3552.0783.1844.0236.3636.0301.546.0472.1763.0162.3556.0417.5306.0547.2366.0178.4704.0298.705.0394.0267-.0026.0522-.0096.0758-.0206l-.0117-.0191-.8227-.0873c.1623-.0113.327-.0122.493-.0027.1692.0054.3374.0089.5046.0108.1616.0008.3191-.0067.4845.007l.0152.0332-.1768.0489.0176.0339c.5597.0462 1.101.0444 1.6622.0382-.0247-.0274-.0544-.0481-.086-.0598-.0316-.0118-.0638-.0141-.0931-.0067-.1174.0122-.2566-.0148-.3447-.0647.0366-.0096.0744-.0161.113-.0194.2881-.0022.5774-.0017.866-.0048.1402-.0007.2866.0176.4253.0073.1535-.0115.2958-.0571.4789-.0059.0327.0104.0656.0107.0951.0011.0294-.0097.0541-.029.0715-.0559-.0907-.0095-.1516-.0208-.2082-.0202-.1521-.0002-.3016.0073-.4536.0068-.2588.001-.5183.0001-.7783-.0028-.0414-.0028-.0834-.0132-.1244-.0308-.085-.0333-.1581-.0468-.2031.0078-.007.0102-.0179.0162-.0305.0165-.2151-.0274-.4047.0022-.604.0103-.0668.0027-.1616.0154-.2071-.0214-.1033-.0834-.1457-.0454-.2101-.0274-.037.0102-.0889-.0037-.132-.0014-.0432.0023-.0892.0107-.1338.016-.0314.0058-.0634.0092-.096.0102-.169-.0039-.3393-.0147-.5074-.0182-.1825-.0036-.3623.0006-.5456-.0043-.176-.0045-.3549-.0165-.5325-.025l-.0107-.0287.8644.0168-.007-.0262-.1113-.0379c.1195.0052.2185.0085.3194.015.0538.0084.1073.0135.1604.0153.1083-.0084.2059-.0425.3183-.0365.3427.0167.6862.0411 1.0137.0097.3642-.035.7735.0287 1.1425-.005.1641-.015.3449.0041.5168.0056.1079.001.219.0051.3207-.005.1338-.0127.2861.042.422.0228.173-.0209.3517-.0175.5323.01.2816.0395.519-.0164.7808-.0203.1379-.0018.2701-.0267.4126-.0242.1074.0019.2127-.0018.3209.0007.1665.0059.3344.016.5014.0237.0499.0022.1287.0226.1429-.0013.0262-.0445.0693-.0375.1189-.0335.0909.0066.1812.0127.2704.0129.1968.0029.3917.0003.5892.0045.1631.0038.3296.0163.4929.0205.2418.0059.4793.0002.7235.0142.2148.0116.4373.0451.6549.0639.1671.0147.3332.0261.4973.0312.1721.0053.3373-.0103.5119.0046.2217.0185.4521.0648.6759.0879.1291.0128.2509.0024.3765.0026-.0091-.0135-.0203-.0252-.0329-.0344-.0125-.0092-.0263-.0156-.0402-.0188-.1496-.0088-.2965-.0095-.4473-.0202-.3986-.033-.7999-.0701-1.199-.1004-.1717-.0136-.3392-.0146-.5101-.0259-.3074-.0207-.6157-.0454-.9233-.0671-.0956-.0066-.1899-.0096-.2845-.0131-.1692-.0063-.3379-.0118-.5072-.0175-.0302.0013-.0615-.0044-.092-.0166-.0306-.0123-.0598-.0309-.086-.0547.0879-.0013.1646-.0032.2422-.0032.1911-.0005.3813-.0033.5739.0002.335.0065.6723.0161 1.0074.0207.0628.0002.1201-.0131.1947.0401.0199.0139.0774.0137.0785.0038.0051-.0529.059-.0215.092-.0248.0472-.0004.0938-.0045.1393-.012.149-.0402.3137-.0189.5154.0587.0151-.0667.0964-.0392.175-.0235.0451.0047.0898.006.1338.0039.0349.0019.0922-.0008.1029.0133.0121.0165.028.0291.0453.036.0173.0068.0351.0074.0506.0018.0232-.0033.0449-.0072.0657.0124.0796.0732.1285.0272.188.0317.1097.0085.2155.004.3227.0051.1683.075.3231.0736.4728.0781.1615.0052.3115-.0031.4905.0408.2108.0524.4193.0588.6275.081s.4212.0312.6355.0652c.0918.014.1721.0258.2056-.0246l.2342.0788.0803-.0536c.037.0243.0785.0658.1099.0676.1297.0122.26.0322.3905.0598.1301.0261.2598.0387.3874.0377.2857.0066.5872.056.8831.0888.1365.0153.2759.0391.4093.0454.0835.0039.1643.0053.2489.0136.1036.0099.2067.0528.3078.0656.2723.0386.5443.075.8168.1143.0469.0066.0999.0037.1518.0704-.2283-.0352-.4452-.0686-.6627-.1027l.006.0254.1367.0286-.0611.0334c.1256.0223.224.042.3213.0566.2221.0334.4436.0654.6645.0957.2264.0315.4581.076.6761.087.0951.0101.191.0342.2853.0719.0492.0171.0979.033.1465.0463.0217.009.0437.0181.0653.0291.127.0611.2631.0862.3954.1279.1879.0588.3761.1178.5646.1769.112.0353.2244.0701.3364.109.3461.12.6921.2426 1.0367.3619.1325.0458.2655.0852.3974.1321.1165.0401.2326.0866.3489.1274.0658.0227.1323.04.1982.0582.0406.0108.0832.015.0957.0822-.0173.0023-.0352.0016-.0534-.002-.2234-.0773-.447-.1559-.6705-.2346-.0296-.0103-.073-.0389-.0889-.0306-.0745.0473-.1565-.0034-.2336-.0407-.1333-.0647-.2771-.0721-.403-.1739-.0097-.006-.0202-.0087-.0301-.0078-.2806-.0125-.5583-.1611-.8374-.2436-.0689-.0233-.1385-.037-.2071-.041.0453.0212.0909.0411.1365.0604.0027.0134.0051.0267.0081.0402l.1678.0273c.3273.1267.6583.2252.985.352-.0017.0099-.0005.0213-.0013.0327l-.2694-.051c.1382.1082.8626.3403 1.0773.3539l-.1064-.1106.6297.2037c-.0011.0065.0009.0147.0015.0222l-.1827-.0136c.0004.0085.0009.0166.0011.0247.0489.0167.0981.0371.1485.0494.3265.0771.6565.1777.9785.221.3221.0434.6497.1179.9753.1859.0246.0033.0492.0047.0734.0043-.028-.1088-.1738-.0723-.2012-.2057.1656.0559.3234.0482.4756.1778.0431.0312.0906.0509.138.0572s.0932-.001.1328-.0213c.0111-.0079.0015-.0411.0014-.0657.0909-.0119.1923-.0222.2895-.0389.0766-.0126.1013-.1277.0513-.2486l.1363-.0919-.1018-.0887.0928-.0278-.0617-.1875.0931-.0482c-.0053-.0722-.0106-.1453-.0169-.2375.1483.0507.2904.1012.4318.1463.1112.0391.2231.0716.3352.0973.1786.0357.3558.0646.5332.1553.0988.05.1776.0323.2477-.0168.0487-.0345.1045-.0594.1694-.0931l-.026-.0798c.0666.0111.1265.0257.1834.0292.0523.0031.1142.0859.1626.0115.0155-.0241.1068.0112.164.0181-.03-.1163-.029-.1312.0138-.1787l-.0913-.0787.1907-.0488c-.0066-.0289-.0119-.0527-.0191-.0835l.2055.0831.0089-.0318-.2688-.1545c.0113-.0285.0232-.0594.0373-.0953.0813.0384.1462.0429.1515-.0365.285.0903.5607.1667.8334.2662.5844.2097 1.1678.4303 1.7514.6483.1198.0448.1919.0509.3558.0063-.1995-.1476-.4122-.2644-.631-.3465-.3603-.1382-.7218-.2669-1.0825-.4025-.2333-.0874-.4667-.1781-.7-.2658-.177-.0662-.3544-.13-.5408-.1982-.0349-.0593.0353-.1492-.1119-.1915l.0958-.0215-.0733-.1353c.0378.0013.0761.0074.1144.0181.252.1047.5089.1827.7518.3383.0721.0459.1588.066.2387.087.1524.0414.3051.0668.4565.1154.1018.0327.1859.0584.2114-.0448.3022.1339.5729.3642.9133.4234-.0501-.0329-.0988-.0689-.1459-.1077-.0323-.0297-.1152-.0336-.0813-.1058-.0422-.0228-.086-.0599-.1264-.0664-.1526-.0253-.2864-.1164-.4273-.1859-.0735-.0362-.1491-.0643-.2241-.121.0552.0133.1105.0227.1651.0408.2295.0751.4585.1534.688.2299.0191.0079.0394.0087.0724.0155-.0164-.0758-.0705-.1225-.122-.1552-.1043-.0666-.2135-.1219-.3205-.1823-.1169-.0649-.2331-.1324-.3512-.1918-.0738-.0327-.1483-.0614-.2232-.0861l-.0521-.1596.2583.0161.1889-.1725c-.0014-.0065-.0097-.0402-.0186-.074.1156-.009.1156-.009.118-.1221l.0865-.0118.0023-.0239-.388-.1885c.1743-.0174.3142.1611.4674.1203-.0181-.0261-.0349-.0506-.0529-.0773.0351-.1045.1211-.1275.2399-.1043s.2431.0291.3627.111c.025.0117.0506.0205.0763.026.0935.0349.1874.071.2972.1123l.1027-.1105.0823.1592c.1649.0204.331.0407.497.0617.03-.0007.061.0046.0915.0158.2209.1173.4363.118.6542.1551.0913.0196.1825.0453.2731.0771.1375.0422.2749.0887.4125.1303.0284.003.0564.0017.083-.004-.0557-.0798-.133-.1383-.2161-.1634zm-2.1012-1.3094-.1319.0085c.0218-.0802.0638-.0653.1319-.0085zm-.2592-.0816c-.1241.0181-.1241.0181-.1523-.0742.0595-.0118.11.0029.1523.0742zm-.5755-6.1863c-.1.051-.2063-.035-.3102-.0862zm-2.8753-5.1193.1425.0656c-.0009.0055-.0019.0108-.0028.0164l-.1423-.0655zm-.0099.1365-.1733-.0514c.0623-.0657.107-.0448.1733.0514zm.6176-2.4215-.2712-.0176c.0663-.0709.1621-.0523.271.0188zm-.5085-1.0521c.0005.0168.001.0336.0012.0506l-.1206-.0398c-.0002-.0114-.0001-.023-.0008-.0335zm-2.0624-.0944c-.0244.0445-.0397.073-.0546.1007l-.2038-.1126.0026-.0387zm-.2882-.2568.0153.0243c-.0174.0086-.0359.0151-.0552.0195-.0184.0002-.0371-.0018-.0558-.006l-.0072-.0272c.0354-.0035.0697-.0071.1039-.0108zm-2.1255-3.92581c.0035.01938.0071.03876.0109.05827l-.1698-.02782c-.0029-.01444-.0057-.02888-.0082-.0432zm-3.2432-3.90155c.0503.01063.1041.05751.192.10864-.2001.03392-.3752-.06141-.5515-.08065.0763-.07074.133-.07671.3605-.02793zm-4.3078-1.22672.0052.03531-.1594-.02448c-.0024-.01358-.0047-.02716-.0068-.04062zm-27.5867-1.4509-.0134-.03478.1271-.00819.0145.03921zm-3.2888.71267c.0515-.03962.0748-.07968.1135-.08381.1751-.01876.2288-.00438.3294.07522-.1445-.00369-.2503.0684-.4429.00859zm-.7485 3.44725-.0197-.05692.1401.00915.0147.04224zm.2135-.79738c.0001-.00818.0006-.01625.0016-.02418l.0984-.00585c-.0098.06556-.0492.06111-.0989.03052zm.1686.20505c-.0121-.02601-.0227-.05258-.0318-.07952l.0376-.00128.0327.08489c-.0125-.00054-.0359.00035-.0374-.0036zm.2489.14394c-.0627-.00054-.1289-.00817-.2247-.01549.0554-.07344.112-.10265.1984-.07902.0165.00453.0412.038.0524.06024.0059.00911-.0111.03486-.0249.03476zm.6026.26573-.0143-.05473c.0603.01446.1085-.01556.2158.05985zm.2449-.22688-.0141-.03273c.0543-.01059.0822-.08851.1735-.00416zm.1688-.03695c.0225-.01862.0512-.02743.082-.02513s.0621.01559.0892.03792zm.3765-.01894-.0148-.03933.0984.0031.0095.02484zm-.0592 2.1509c.0129-.10477.0627-.07343.1525.00104zm-3.7315 1.99809c-.0084-.0167-.0165-.0337-.0246-.0506l.0932-.0081c.0055.0116.0114.023.0172.0347zm1.658-.0228c-.1835.0328-.3606.0753-.5369.1191l-.0558-.131c.0791.008.1552.0111.2357.025.0916.0152.1681.0128.1591-.07849l.2448.05929c-.0154.0016-.0318.0037-.047.0064zm.2988-.0473.0048.0176-.0522.0035c-.0168-.0069-.0335-.0147-.0499-.0234l.0013-.02202zm-.121.3026-.0483-.0533c.016-.0016.0321-.0036.0475-.0058l.0961-.0107zm-1.9026 1.7392c-.0039-.007-.0082-.0139-.0127-.0206.0213.0036.0431.0084.0646.0113l.0287.0033zm.1266-1.0371c.0606-.0555.1364-.0614.2291.0179zm2.9974 3.4299.1514.0126.1244.1289c-.0186.0367-.0381.0744-.0505.0988l-.2794-.1421-.0104-.0723c.0219-.0087.043-.0176.0645-.0259zm-.1187.6262c-.0448.0088-.0917.0097-.1394.0028-.0571-.0055-.1166-.0196-.175-.0287-.0411-.0061-.0816-.0094-.1346-.0155.0408-.0543.0686-.0985.1032-.1351.0347-.0367.0739-.0635.1104-.0928.1429.1343.1488.1362.2365.0764-.1631-.1374-.3221-.2095-.47-.1592-.1075.0366-.2084.0839-.3129.125-.0458.0178-.0938.0316-.1406.0477l-.0245-.0397c.1398-.183.3366-.2813.612-.3058-.0141.0542-.0211.0818-.0322.1239l.0953-.0064c.0652-.0041.1398-.0414.1936-.0058.1344.089.2565.0877.3844.1385.07.0291.1403.0497.1919.1272-.1686.0514-.3317.1026-.4981.1475zm1.2078 1.1733-.0443-.0291c.007-.0077.0156-.0135.0253-.017.0015.0002.003.0008.0044.0018.0078.0024.0152.007.0216.0133-.0007.011-.003.0215-.007.031zm-4.6702 4.3435c-.0012-.0074-.0031-.0148-.0047-.0221l.1053.0106-.003.0339zm1.3995-.3273c.0264-.0649.0674-.0754.1456-.0499.022.0072.0467.0171.0748.0311zm-.1099 1.1764c.1004-.0358.206-.0775.3532-.0296.0269.0088.0535.0199.0797.0331zm4.8141-4.1249.0033.0013c.0457.0044.0909.008.1367.0121.0038.0016.0083.0014.0122.0021l.075.0408.0337.0588-.3444-.0228-.0358-.1015zm.202-2.3725c-.005.0109-.0129.0194-.0228.0245-.01.0052-.0216.0069-.0335.0049-.0177-.0034-.0354-.0089-.0528-.0163l-.0056-.0276zm-.1009.4887c-.1096.0888-.1677.0723-.2384-.0742.0811.0181.1493-.0311.2394.076zm-.333 1.9695c-.0432.0029-.0862.0059-.1297.0084-.2247-.0175-.4526-.0422-.678-.0609.2584.0006.5178.0029.777.0046zm-.1475-2.075c.013.0624.0245.1173.0383.1844-.1257-.1335-.1257-.1335-.0383-.1844zm-.3056 1.0818-.2249-.002-.0125-.0204.2201-.014zm-.1954-.0813c-.0665-.0086-.1324-.0113-.1972-.0083-.0557.008-.0986.038-.1717.0683.0031-.0415-.0045-.0848.0079-.0853.116-.0039.2112-.0551.3475-.0111.0048.0119.0098.0233.0135.0361zm1.5785-14.4662-.0013-.04634c.0305.00649.0608.01962.0889.03862.0282.01899.0537.04347.075.07198zm-2.0042 13.6788c-.1156.0087-.2317.0154-.3492.0207-.0687-.0856-.1072-.0429-.1558-.027-.0304.0039-.0619.0028-.0937-.0031l-.0122-.0277c.0523-.0137.1044-.0278.1538-.0405l-.025-.0824c.0994.0351.184.0765.2626.0887.0787.0121.1458-.0035.23-.0073.0027.0189.0038.0377.0034.0562 0 .0052-.0013.01-.0038.014-.0024.0039-.0059.0068-.0101.0084zm.0828-.1676c.1163-.0223.2376.0013.327.0636-.1185.1087-.1185.1087-.327-.0636zm-.3753 2.0285c.0781-.0292.1612-.0461.2475-.0504l.0549.0003-.0358.0037c-.0196.0025-.0251.0301-.0457.0586.0933.0056.1639.0061.2353.0129-.1088.0075-.2149.0198-.3199.0329-.0635.0153-.1306.0193-.199.0118.0206-.0233.0297-.059.0632-.0696zm-.9776.946c.0408-.0016.0817-.0021.1226-.0024.0774.0826.1783.1239.2922.1427l.0057.0073c-.2167-.0386-.4124.0412-.6491-.1371.059-.002.1155-.0051.1719-.0078l.1023.0315zm.2526-.4687c.0181.0384.0373.0818.056.1188-.0928.0639-.2159.0349-.3456-.011.0643-.0608.0684-.1732.2896-.1078zm-.2966.1089c-.0232.0809-.1317.0799-.2589.0973.0053-.0701.0089-.1177.0135-.1791zm-2.9428.0669-.0498-.0512.0713-.0201c.0119.0148.0361.0345.0329.0441s-.0309.0151-.0541.026zm1.4182-.0257c-.0838.0016-.1859-.015-.2495.006-.2198.0695-.5179.0026-.7503.053-.0933.0196-.2145-.0186-.2481-.1416l.2788.0495-.0994-.164c.0555.0177.1114.0288.1667.0332.0956.0105.1792.0174.2531.0988.0165.0097.0343.0145.0513.0137.2024-.013.4094-.0202.6046-.0445.073-.0094.0783-.0221.1669.0067.0191.008.0428.0145.0716.0255-.0468.0618-.1481.0605-.2452.0626zm.4017-.0718c-.0069.0001-.0238-.0186-.0664-.0535l.1366.0418c-.0226.0054-.0459.0089-.0697.0105zm.3519-.002c-.0793-.0759-.1709-.1314-.2663-.1615-.1198-.0348-.2401-.0475-.3558-.0374-.0508-.0021-.1022-.0088-.1536-.0197l-.0134-.0245c.0622-.0204.1267-.0352.1928-.0443.2539-.0151.5076-.0287.7679-.0336.098-.0017.2208-.0177.309.1185-.2457-.0067-.3285.1098-.3948.2202-.0283-.0027-.057-.009-.0853-.0188zm.3985-.0205-.1082.037-.034-.0327.1096-.0357zm-.5644 1.4973c.0013-.0071-.0004-.0158-.0003-.0234.0472.0092.0942.0188.1411.0288.0004.0088.0004.0177.0007.0268zm-.1521 2.1255-.0928-.0883.0342-.0157.1086.0783zm.5091-3.2463-.0054-.0232.117.0122c.0023.0102.0043.02.0063.0302zm-.3545 2.8277c.1006-.0182.1531-.0276.1948-.0142.0416.0133.0774.0567.1444.1436zm.4043.0241c.0908-.0766.0908-.0766.2948-.0479.0441.1496.0055.1562-.2941.0472zm.4257.5862c-.0132-.0054-.0258-.0129-.0376-.0223.0066-.0138.0164-.0251.0286-.0329.005.0021.0267.0145.0452.0241-.0108.0115-.0227.0216-.0355.0304zm1.6871-3.6259c-.1813-.0051-.3774-.0173-.5305.014l-.1931-.0077c-.0214.0008-.0418.0057-.0603.0144-.1119-.0286-.2147-.0919-.3283-.1344.0949-.0667.1652-.1516.3604-.0635.0833-.0509.2283.0113.3374-.0123.1307.0247.2616.0506.3924.0775-.0003.0178-.0003.0361-.0003.056.0902.0106.1345-.0005.1538-.0227.0561.0134.1123.0272.1687.0413-.0944.0311-.1958.0437-.3002.0374zm-.4724 4.4647c.0923-.1012.1168-.1302.206-.1008.0466.0166.0929.0358.1386.0577-.1523.068-.1523.068-.3446.0431zm1.2121-4.992c-.0368-.0231-.0727-.0485-.1075-.0761l.2042.0779c-.031.0013-.0636.0007-.096-.0008zm-1.0008 5.2549.3237-.0405.0249.0378zm.5799-1.5162c-.0175-.0051-.0345-.0139-.05-.0261-.0155-.0121-.0292-.0273-.0402-.0446-.0056-.0182.0418-.0506.0638-.0451.0602.0151.1325.0113.2008.0337.0282.0084.0556.023.0805.043s.0467.0449.064.0731c-.1284-.0116-.2224-.0162-.3189-.034zm.975-3.704-.0572.0127c-.031-.0026-.062-.0049-.095-.0086-.0571-.0059-.1195-.0245-.1767-.0334.1-.0785.1277-.0716.3885-.001-.0203.0118-.0398.0209-.0596.0303zm-.4141 3.6363-.0165-.0211.094.0019.0086.0155zm.2967 2.4155-.0532-.0177c-.1419-.0461-.1469-.0349-.1985.0773-.1217-.0589-.1463-.1218-.1278-.1904l.3189-.027.1569-.1802c.0811.1717-.0092.2542-.0963.338zm.4871-.1404c-.004-.0259.0428-.0655.0699-.0608.0154.0027.0308.0066.0461.0115.099.0322.0832.0946.1033.1594-.11-.0159-.2065-.0192-.2193-.1101zm.7884.0803-.0185-.0309.182.012zm.1798-.0201c-.0066-.0581.0225-.0901.119-.0815.0073.0832.0067.0843-.1201.0823zm.1416-.1896c.072-.0891.1361-.1185.2309-.0874.0553.0202.1092.0486.1601.0845zm1.7255 1.8866.0163.0273-.28-.0046-.0037-.0095zm.0788.2702c-.0549.0411-.0549.0411-.1645.0082zm-1.3288-1.2819-.0301-.0421.1189-.0043.0208.0319zm.1853.2189.179-.0174.0115.0276zm.3612.0245c-.0078-.0116-.0159-.0229-.0254-.0348.0292-.0542.0974-.0434.1753-.018l.014.0058zm.1626-1.1688c-.0419-.0174-.0823-.0325-.1219-.0453-.0874-.0313-.1762-.042-.2603-.0313-.0323.0049-.0823-.0129-.1564-.0258.4212-.0734.5176-.0751 1.0164.1319-.1472.0508-.3153.0408-.4777-.0284zm-.0467 1.8908-.0059-.0147.0552.0057.005.011zm.1552.2373c-.0174-.0235-.0387-.0431-.0623-.0574.091-.0069.1821-.0142.2734-.0207.0287-.0028.0585.0004.0882.0095l-.1463.052.009.01zm.2584.2271-.0154-.0273c.0379-.0084.0758-.0169.1135-.0258l.0204.0364c-.04.0056-.0795.011-.1191.0165zm.0007.1661c.1396-.0445.2933-.0488.4486-.0125.0035.0101.0077.0205.0116.0304zm.8963-2.5017-.0218.0009-.0151-.0268.1263-.0039.0123.0217c-.0345.0003-.0686.0027-.1022.0073zm-.0085-.1212-.0163-.031.2709.0177zm.2894-.0071.2169.0786c-.1392.0253-.1697-.0397-.2174-.0795zm.6184-.0534c.0022-.0127.019-.0209.0422-.0298.0353.0033.0703.006.105.0104.0158.0899.0244.1494.036.2199-.1142-.0663-.2001-.1249-.1832-.2005zm.3134.0043.1244.1067c-.1356-.0062-.1345-.0486-.1243-.1073zm1.1736 3.0413-.2009.0097-.0165-.0317c.0508-.0336.1266-.0217.1978-.0173zm-.0808-.2876c.0287.0118.0579.0209.0871.0269l-.2375.0071-.0181-.0354c.0388-.0475.1039-.0228.1685.0014zm-.303.2362.0194.0257-.0639.0258-.0192-.0249zm.0508-3.0531-.0058.0046-.0493-.0016-.011-.0076zm-.5627-.016c.0427-.0015.0852-.002.1276-.002-.0003.0019.002.0048.0028.0075zm-.3215 3.2749-.0091-.0237.1091.0069.0069.0181zm.2529.0056-.0082-.0147.1893-.0042.0175.0404zm.4331-2.9041-.2916.0055-.0161-.0157c.0478-.0945.2204-.0029.315-.0302.078-.0267.1657-.0259.2528.0022.0262.0087.0522.0195.0777.0323-.1126.0023-.2251.0043-.3378.0059zm.6273 2.9429c-.016.0083-.0346.0112-.0539.0085-.2213-.0061-.4432-.0131-.6995-.0208.2131-.0345.3917-.0644.572-.0916.0422-.0072.0862-.0075.1309-.001l.0076.0032c.0256.0128.0505.0282.0743.0461-.0073.0209-.0181.0396-.0314.0556zm1.4834.855c.0104-.0034.0213-.0056.0325-.0064.0034.0001.0069.0008.0103.002.0065.0027.0132.0055.02.0083-.0005.0028.0013.0065.0017.0097zm.2256.1734c-.005-.0127-.0101-.0251-.0146-.0392l.4414.011c-.0897.1421-.2723.0483-.4268.0282zm.6586-.7175-.0088-.0233c.0429.0026.0858.0052.1291.0093.0048.0091.0091.0185.0127.0281zm4.6638 1.8366c-.1389.0614-.4216.0649-.6782-.0003.132-.0406.5391-.0363.6782.0003zm2.5117-.6642c-.0558-.012-.1115-.0278-.1668-.0472-.0265.0222-.057.0477-.0826.0685-.1837-.0279-.3736-.0919-.4992.0035l-.2703-.0951c.1313-.0327.2702-.0055.4002.0041.054.0036.1193.0364.1336-.026.129.0367.2064-.031.3168-.0298.0647.0048.1298.014.1951.0273.0377.0724.0323.1033-.0283.0941zm.0562-.6608.0069.0201-.1616-.0171-.01-.0204zm-.3084-.033.0134.0244-.1067.026-.0239-.0431zm-.4742-.4207c.0023.0103.0049.0206.0072.0306l-.2656-.05c-.0016-.007-.0035-.0138-.0054-.0209zm-.7958.1193.0024.001c.014.0058.0419.0446.0628.0669l-.0106.0287-.3533-.0841c.105-.0422.2081-.015.2987-.0125zm-.3738.1139.0015.0006c.0078.0048.0152.0105.0222.0169l-.0212.0207-.0278-.0211c.0074-.0074.016-.0134.0254-.0177zm-.0491.5275c.0288-.0179.0812-.0117.125-.0108.3209.0081.6412.0142.9641.0274.2237.009.4512.0286.677.0432.0578.0038.1154.0069.1732.0103l.0197.0441c-.2038.0519-.4886-.0662-.6726.0397l-.1112-.083c-.0169.0408-.0301.0734-.0428.1049l-.2194.0083.0469-.0896c-.0471-.0142-.0944-.0252-.1416-.033-.2026-.0179-.4047-.0372-.6046-.048-.0651.0008-.1286.01-.1891.0272-.0514.0118-.0927.0457-.1476.0415-.2674-.0216-.5376-.0523-.8074-.0816-.0432-.0047-.0922-.0115-.1183-.073.2746.076.5496.0919.8087.0466.0384.0285.0811.0459.1234.0503.0424.0044.0828-.0043.1167-.0252zm.8418.2882-.0566.0096-.0121-.0209c.018-.0042.0357-.0084.0543-.0106.0009-.0016.0096.0133.0145.0213zm-.2695.0647c-.0693-.0076-.1459-.0205-.2185-.0225-.2075-.006-.4117-.0023-.6216-.0149-.0441-.0028-.1061-.0584-.1897-.1071-.0625-.0021-.0625-.0021-.1379.0704-.0134-.0059-.0263-.0138-.0383-.0236-.0096-.0122-.0178-.0256-.0245-.0397l-.2-.0081c.0712-.1203.3727-.0968.6602.0423.0223-.0342-.0068-.1306.1143-.0663-.0031.0176-.0063.0362-.0095.0547.0697.0668.3135-.0431.3894-.1784l.3997.0647c-.0547.0801-.1765.0503-.2971.0377.0626.0863.1855.0824.1737.1902zm-1.9355-.4685c-.0287.0603-.0987.0253-.1591.0118zm.0266-.4466.1725-.0148c.0066.0155.0133.0312.0201.0471l-.1778.0001zm.3408.6557-.116.0128.0136.0196.1207.0395c-.1473.0592-.3217.0092-.5009-.0553.1239-.0662.2828-.0493.4827-.0173zm.8957-.6084-.1719-.0051c.0527-.0325.0527-.0325.172.0045zm-.473-.1965.027.0254-.0647.0219zm-.1295.0333c.0285.0024.0573.0082.0859.0172.0081.0202.0265.0498.0198.0563-.0185.0094-.0411.0097-.063.0007-.0241-.0111-.0475-.025-.0697-.0416.0095-.0113.0138-.0324.027-.0326zm-.0278.0336c.0119.0252.0227.0499.0423.0892l-.1256-.0728zm-.0885.0176c-.0612.0359-.0673.1395-.1954.0919l-.005-.0814c.0328-.0802.1272-.0234.2004-.0105zm-.6141-.0984c.0294.0009.0671.015.0893.0069.045-.0164.0962-.0159.1468.0013.0605.0227.1191.0563.1731.0995-.1319-.0077-.2617-.0092-.3961-.026-.0984-.0167-.1969-.0466-.2934-.0888.0938.0009.1871.0025.2806.0055zm-.137.1013c-.1229.055-.1527.0565-.3525.011zm-.3605.651c-.0619.0432-.0787.0439-.2391-.0254zm-.2622.345-.0719.0033c-.0054-.0109-.0104-.0219-.0156-.033l.0701-.0094zm-.2797-.9808c.0637.0055.1236-.0109.1716-.0471.0535-.0441.1515-.0458.2468-.0698-.0255.0958-.0255.0958-.2571.118l.1674.0563c-.1441.0558-.2976.0643-.4859-.062.0528 0 .1057.0028.1575.0031zm-.1825.7005.234.0004c-.0456.0762-.0456.0762-.2337-.002zm.0115.0711c-.0052.0048-.0105.0099-.016.0146l-.027-.0112c.0013-.0072.0035-.0198.0086-.0187l.0032.0013c.0106.0034.0211.0076.0314.0128zm-.0251-.4124.0148.0251-.0636.017-.019-.0371c.0228-.0028.0456-.0042.068-.0062zm-.0603-.5109.0102.0212-.0558.0043-.01-.0201zm-.0182.21c-.0217.0162-.0432.0441-.054.0379-.0158-.0082-.032-.0149-.0484-.0201-.0787-.0258-.1392-.0015-.2065.0044-.0242 0-.0488-.0023-.0735-.007.2307-.0859.2307-.0859.3826-.0164zm-.1642.3267.0941-.0169c.0116.0814.0116.0814-.0938.0157zm-.2928-.0958-.0887.0441-.0495-.0909.1233.0131c.0045.0108.0095.0215.0151.0325zm-.0003-.4087.0142.0301-.1032.0045-.0134-.0387zm-.4695.3355.0248.0524-.1817.0044-.0187-.0409zm-.413-.3176.038.0128c-.0303.0624-.0695.06-.1328.0231.0023-.0601.0392-.054.0948-.0359zm-.1669.5275c.0231.0077.0451.0188.0659.0274l-.1734-.0203c.0309-.0183.0694-.0209.1075-.0074zm-.0788-.5799.0093.037-.1156-.0308zm.039.121c-.0334.0114-.0608.0195-.0977.0307.0141-.0482.0172-.0592.0553-.0467.0107.0032.0248.0087.0425.0157zm-.1549-.1157c-.023.0062-.048.0068-.0732.0017-.0253-.0052-.0503-.0159-.0736-.0316l-.0014-.0301zm3.1876-20.97899c-.0033.00411-.0074.00713-.0123.00885-.006-.00516-.0119-.00926-.0181-.01485l.0372-.00276c-.0022.00372-.0048.00596-.0068.00876zm-3.4405 21.72109-.0543-.0922.6005.053c.1467.0132.305.0531.42-.0088.0191-.012.0427-.0153.0667-.0095.1112.0433.2228.0886.3332.1385.0779.0363.1276.0321.1522-.0302.0006-.0034-.0226-.0214-.0408-.0382.057-.0095.1119.0269.1655.0618.0672.0438.1321.0881.1964.0435l.117.2307c-.0957-.0099-.1753-.0254-.2472-.0238s-.1291.0199-.2007.016c.0668-.0717.1796-.0772.285-.0944-.1741-.0468-.3409-.1012-.5052-.0774-.1633.031-.3401.0084-.5108-.0653-.0053-.0026-.0107-.0048-.0161-.0067-.0353-.01-.0706-.0127-.1042-.0082-.1197.0129-.2354.0348-.3556.0455-.0404-.0023-.0813-.0094-.122-.0212-.0609-.011-.1188-.0162-.1788-.0308-.06-.0147-.1125-.0358-.1785-.0576.0263-.0733.1087-.0235.1776-.024zm1.3909.3128c.0006.0106-.0116.0178-.0217.0305-.0148-.0158-.0337-.0299-.0337-.0372.0016-.006.0048-.011.0091-.0145.0043-.0036.0096-.0056.0155-.0058l.002.0008c.0072.002.0271.0196.0276.0257zm-.2056-.025-.0728.0217-.021-.0292.0792-.0149zm-1.0448.4611-.1573-.0166-.0015-.0057.1607.0171zm-.3336-.2119c.0792-.0003.158-.005.2381.004.3346.0396.6454.003.9954.0914-.0254.0065-.0519.0099-.079.01-.3813-.0259-.7635-.0537-1.1545-.1054zm.7296.2435.9275.0539c-.3036.0191-.6145.0011-.9275-.0539zm1.1483.1788.0084.0098-.1416.0015-.0069-.0181zm5.3577-.2623c-.1114.0031-.2251.0009-.3375.0023-.0582.0007-.1143.0069-.1726.0062s-.1207-.0071-.2157-.0134c-.0824.0745-.2659.0222-.4175.0271-.3081.0102-.625.0009-.9384-.0003-.6135-.002-1.2267-.0022-1.8411-.0062-.3495-.0027-.699-.0053-1.0526-.019-.3355-.0127-.6762-.0393-1.0146-.0602.0742-.0113.146-.0269.2229-.032.055-.0037.1195.0102.0841-.0576.0731-.0028.1321-.0058.1922-.0064.0297-.0011.0601.0016.0906.0079.1953.048.3637.0155.5486.029.0505.0041.0908-.0256.1174-.0341l.2726.093c.0025-.0437.0038-.069.0059-.1083.036.0077.0897.0042.1113.0264.0787.0788.1401.0619.2017.0507.1441-.0227.286-.0496.4279-.0762.0956-.0183.123-.0096.2314.0839.0071-.077.0457-.0947.121-.0197.0329-.0195.057-.0479.0932-.0485.0362-.0005.0807.029.1181.0438l.0738-.0635c.1226.0268.2238.0685.3012.0619.1596-.0143.3327.0056.4987.0083.1714.0049.3464.0156.5176.0191.0618-.0013.1226-.0077.1818-.0193.0719-.0106.1323-.0385.232.0301.0595.0407.0882-.0015.0938-.0519.0329.0227.0684.0383.1042.046.0359.0076.0713.0072.1042-.0015.1253-.0268.2784-.0096.4231-.0015.1898.0125.3833.0323.5747.0468.0339-.0031.0688-.0015.1041.0048-.0188.0121-.0345.0301-.0579.031zm.4479-1.4946-.0024-.0079.1397.0149.0024.008zm.3037 1.4196c-.0027-.0011-.0125-.0224-.0192-.0345l.0722-.0031.0173.0377c-.0234-.0028-.0454-.0004-.0705-.0028zm.9896-.4705c-.0354.0643-.114.0647-.3375-.0033-.0037-.0114-.0074-.0223-.0114-.0336zm-.6339.1153.0045.0138-.0846-.0086c-.0012-.0035-.0022-.0069-.0036-.0101zm-.1889.346c.0755-.042.1734-.0122.2598-.0071.0633-.0314.1428-.0153.2326.0064-.0662.1029-.2876.1027-.4923.0004zm.6181.0227c-.009-.0077-.0158-.0318-.0107-.0376.0066-.0085.0155-.0144.0259-.0169.0103-.0026.0217-.0017.0328.0025.028.0115.055.0275.08.0475-.0325.0482-.0726.0511-.1279.0042zm.3161-.4655c-.0044-.0088-.0085-.0178-.0126-.0268l.0617.0064.0068.0171zm.1562.0052c.0517-.1168.2144.0318.2857-.0407-.0352.0888-.0612.0919-.2848.0408zm.8399.3753-.1056.0039-.0097-.0233c.036.0007.0718.0007.1079.0011zm-.1404-.4142c.0318-.002.0711-.0172.1107-.0044.0163.0061.0318.0162.0453.0294.0134.0133.0245.0294.0322.0469l-.3075.0125c-.0341-.111.068-.0822.1193-.0844zm-.2571.0149c.0115.0085.0226.0178.0332.0277-.0049.0046-.0104.0146-.0141.0127-.0124-.0067-.0244-.0146-.0358-.0238.0051-.0065.0107-.0124.0169-.0176zm.0561.3881c-.068.0298-.068.0298-.2158-.0234zm-.2204.1534c-.0055-.0122-.0115-.0246-.0172-.037.0593-.0483.1507-.0209.237-.0062l.0137.0299zm.3311-.0162c.0441-.0732.1471-.0025.2272-.015-.0798.0364-.1029.0374-.2269.0131zm.4302-.4513c-.0276-.0115-.0548-.0228-.082-.0361l.0083-.0483.0878.0481zm8.2518.6364c.1096.0273.2195.0581.3298.0907-.0456.0474-.0994.0658-.1997.0009-.0039-.0025-.0081-.0042-.0123-.0051-.0134-.0056-.0302-.0066-.0308-.0035-.0146.0645-.0563.0316-.0854-.0143-.0218-.0343-.0188-.0569-.0016-.0687zm-.1563.0316c-.0495.0481-.1143.0287-.1851-.0196zm-.408-.1222c.0066.0114.0204.0258.0188.0334-.0023.0053-.0058.0097-.0102.0127-.0045.003-.0098.0045-.0154.0045-.0225-.0065-.0447-.0158-.0663-.0275zm-.1182.0119c-.0143.0697-.077.0489-.1346.0296-.0126-.0052-.0256-.0083-.0376-.0116-.0184-.0053-.0366-.012-.0546-.0201-.0138-.0057-.0293-.0121-.0416-.0173-.0153-.006-.0308-.0085-.0457-.0073s-.0288.0061-.0407.0142c-.015.0107-.0744-.0239-.1134-.0378.0899-.0529.3547-.0091.4682.0503zm-.4953-.4877c-.0006.0034.0018.0077.0029.0118l-.0925-.0096-.0586-.0244.0007-.0043zm-1.0163.2043c.1337.0224.2676.0423.4031.076.1141.0286.2177.0434.283-.0014l.2678.1385c-.0139.0112-.0218.0278-.0361.0268-.1702-.0114-.3414-.0242-.5119-.0393-.0482-.0042-.0944.0009-.1487-.0482-.0093-.0076-.0196-.0131-.0302-.0159-.0293-.0084-.0587-.0116-.087-.0093-.066.0057-.1262.0248-.1928-.0636-.0031-.0039-.0319.0024-.0505.0046-.0222-.0819.0398-.0787.1033-.0682zm-1.0196-.43c.1545.0343.309.0681.4634.1014-.008.0053-.0179.0072-.0282.0051-.2221-.0687-.3995-.0367-.5666.0063l-.1999-.1282zm-.4064.0864c-.0498.0062-.0882.0449-.2008-.0414l.1899.0103zm-.1207-.1497c.0021.0092.0041.018.0059.027l-.0684-.0218-.0021-.0118zm-.4482-.0423.045.0047c-.0182.0545-.0501.0482-.0871.0222.0174-.0025.0323-.012.0421-.0269zm-.5917.0747.0024.001c.0048.0074.0091.015.0129.023l-.0264-.0031c-.0011-.0074-.0012-.0147-.0004-.0217.0034-.0008.007-.0006.0106.0005zm-.0996.2717-.068-.0641c.0049-.0033.0099-.0102.0179-.0108.1122-.0084.2296.0113.344.0577.0391.0173.0798.0208.116.0101.0611-.0313.1401-.0048.2121-.002.1118.0043.2389.0535.3389.0221.2285.0791.4155.0102.6394.0721l.0126.0052c.0111.0045.0225.0067.0335.0063.1694-.0347.3639.0103.5548.0436.0668.0115.1342.0249.1996.0319.045.0048.0811.0065.0746.0642l.1007.0242c-.045.0162-.0927.0257-.1422.0282-.0395-.0019-.0885-.0332-.1507-.0584-.0682.0125-.1382.0188-.2094.0191-.1447-.0077-.2946-.0312-.4411-.0434-.1041-.0101-.2052-.005-.3115-.0154-.3742-.0341-.7513-.0801-1.1234-.1067-.3924-.0305-.7808-.0447-1.1702-.0636-.1299-.0062-.2563-.0037-.3854-.0076-.0349-.0053-.0699-.0135-.1047-.0247.0522-.1019.1416-.1265.271-.0989-.0027.0158-.0025.0321-.0039.0571.1117.0332.2233.0276.3188-.0161.0764-.0296.1237-.0812.2348.0283.0171.0171.0736.019.0999.0107.0738-.0234.1569-.0098.2459.0077.099.0132.1974.0208.2951.0228zm-.977-.4506.1665.0434c-.0001.0129.0004.0264.0007.0394l-.1667-.059zm.3477.06c-.0019-.0038.0082-.0092.0128-.0139.0106.0097.0206.0202.03.0314.0021.0008-.0082.0092-.0159.0173-.0101-.0109-.0194-.0227-.0278-.0352zm4.5749-24.28799.0269.04964-.1605.04308c.038-.08836.089-.08206.1327-.09309zm-5.1961 23.66769c.0013.0108.0029.0214.0042.0322l-.1081-.0237-.0041-.0199zm-1.1713-.0425c-.0427.0648-.1322.0227-.1988.0321l-.0193-.0411zm-.7389.9047-.0052-.0191.1271.0137.0052.0188zm.3034-.6745c.0336-.0086.0699-.0086.1065-.0001.0345.0113.0748.0394.159.0992-.0995.0505-.0981.0497-.1861-.0442-.0252-.022-.0523-.0407-.0806-.0554zm.1401.248.1607.017.0038.0089-.158.0053c-.0034-.0114-.0054-.0212-.0077-.0317zm-.0454.4424-.0081-.0236.161.0171c.001.0031.0023.006.0038.0089zm.2949-.6435c-.0265-.009-.0525-.021-.0777-.0359l.0093-.0426c.1257-.0005.2471-.0067.3737-.0012.2892.0121.5799.0291.8715.0472.0354.0035.0713.0154.1051.035.1117.0644.1216.0668.1731.0056.0685-.0813.158-.0885.2826.0008.0722.0496.1518.0773.2293.0797l.0787.0082c.0551.0229.1093.0454.1627.0656-.0405-.0022-.0805-.0036-.1213-.0073-.3894-.0315-.782-.0737-1.1692-.0983-.1684-.0106-.3387-.0197-.4887.0191-.1292.0315-.2874-.0472-.4312-.0768zm.9319.7465c-.0198.0113-.0391.0229-.0587.0343l-.0261-.0308.0672-.0248zm-.6785.2692-.0227-.0191c.0064-.0035.0134-.0059.0207-.0073.0042.0021.0082.005.0117.0085-.0036.006-.0076.0116-.012.0169zm.1012.0088-.0051-.0193.0612.0092.0047.0165zm.0164-.1812c.0057-.0039.0129-.0129.0171-.0115.0106.0071.0205.0156.0295.0253-.0076.0024-.0152.0082-.0236.006-.0085-.0021-.0173-.0147-.0252-.0217zm-.2506-.5903c-.004-.0113-.0078-.0225-.0114-.0339.143-.0149.3033.0206.4639.0601zm.5026.3747.128.0048.0088.0272-.1311-.014zm.3883.4436c-.0126-.0069-.0247-.0148-.0364-.0238-.0021-.0008.0033-.0194.0075-.018l.0032.0013c.0117.0047.0232.0102.0345.0167-.0057.0075-.0082.0145-.0109.021zm.2246-.1577c-.0969.0009-.186.0222-.2852.0142-.0991-.0081-.2105-.0322-.3428-.054.1452-.0723.3231-.0136.4719-.0198.1359-.0079.2761.0072.416.0446.0174.0052.0346.0124.0513.0213-.0916.0625-.2156-.01-.3132-.0091zm1.7427.3493.0717-.0621.0282.031c-.0091.0383-.0535.0348-.0999.0311zm4.5572.309c-.2169-.0262-.4336-.0519-.6515-.0815-.0817-.011-.1665-.036-.2481-.0457-.0614-.0086-.1182-.0054-.1795-.0083.009.0309.0153.0528.0223.0756l-.2205-.0237.0557-.0329c-.0146-.0178-.0307-.0341-.0478-.0487-.0174-.0073-.0352-.0105-.0524-.0096s-.0333.006-.0472.015c-.0367.0159-.0734.0318-.1329-.0158-.073.0167-.1464.032-.218.0503-.0454.0117-.0167.0962-.0918.0799.0011-.0658-.0046-.1345.1081-.1431-.0294-.0113-.0593-.0161-.0881-.0142s-.0558.0105-.0794.0252c-.0495.0248-.0925.0517-.1734.0035.0024-.0136.0054-.0309.0059-.0466-.0914.0035-.1801.0114-.2727.0094-.0573-.001-.1188.0017-.182-.0578-.0108-.0079-.0228-.0129-.0348-.0144-.0088-.0022-.0175-.0052-.0261-.0089-.0433-.0189-.0883-.0192-.1255-.0011-.0235.0106-.0499.0146-.0772.0118-.0273-.0027-.055-.0122-.0809-.0277-.0804-.0471-.1866-.0269-.2793-.0197l.0776.0323c-.0404.0007-.0818-.0043-.1231-.0147-.1244-.0525-.2532-.0615-.3672-.0256-.0561.0202-.1188.0226-.1821.007s-.1251-.0486-.1794-.0959c-.0277-.0202-.0588-.0312-.0888-.0316-.1567-.0021-.3127.0027-.4709-.002-.0551-.0046-.1105-.0135-.166-.0266-.0075-.0022-.015-.0053-.0222-.0092-.0106-.0044-.0206-.0086-.0228-.0065-.0474.0523-.1146.0233-.1821-.0061-.0236-.0108-.0475-.02-.0715-.0277-.0243-.0068-.0642-.0121-.0693-.0006-.0437.0956-.1645.0427-.2604.0357-.0262-.0008-.0531-.0068-.0792-.0177l.2052-.0042-.0118-.0281c-.1343-.0008-.3004-.0788-.4144.035l-.1273-.1192-.1434.0173c.0203-.0304.0253-.0591.0416-.059.1012-.0001.1934-.0118.3124.0231.1258.0367.2479.0194.3726.0248.2809.011.5624.0182.8425.0335.1147.0069.2369.0358.3552.0531.0295.0073.0589.0083.0865.0028.0633-.0247.1275-.0103.2056.0407.0847.0551.1547.0371.2169.0172.0406-.013.0574-.0319.1283.0122.0567.0355.1407.0094.2135.0135.0491 0 .0991.0062.1491.0185.0803.0244.1519.0446.2202.0182.0384-.0145.1094.016.1652.0242.1532.0223.2996.0201.4646.0817.0781.0295.1576.0112.2383.0222.5129.0701 1.0263.1417 1.5401.2149.1261.0193.2531.0369.3799.0558l.0082.0289c-.039-.0036-.0822-.0043-.1245-.0089zm.1734-.1933-.1089-.026.1129.0207c-.0012.0025-.0027.0047-.0043.0069zm.069.0983-.025-.0153c.0035-.0055.0049-.0156.0106-.0155l.0029.0012c.0075.0036.0147.0082.0215.0136zm.1542.0164-.0167-.0069.0177.005c-.0008.0009-.0014.002-.0018.0032zm.2689.0056c.0128-.0009.026.0008.0391.005.0099.0032.0197.0072.0293.0122zm3.7119-20.57027c-.0013-.00852-.0024-.01691-.0038-.02512l.1195.01217.0052.03897zm-3.2126 20.69627c-.0169-.0037-.0343-.0086-.0512-.0127l.0694.0133c-.0004.0011-.0006.0024-.0007.0037zm3.6055-20.6013c.0605-.04616.1303-.02675.2031.01377zm-3.3216 20.6728-.0044-.0253.128.0246.0043.035zm3.5364-20.6578c.0601-.07682.1431.01203.2165.03228l.0025.03422zm.417.32353c.0852-.06405.1641-.02461.2289-.0302l.0159.057zm1.1033-.4998c.0112.01723.0175.02585.0171.02634-.0423.02517-.0892.02193-.142-.04844zm-.0631.22082c-.0007.00371-.0291-.0005-.0447-.00134-.0044-.0287-.0085-.05791-.0129-.08662l.0474.00744c.0053.02709.0086.05419.0098.08101zm-.244.01762c.0912-.01149.1799.02937.2937.11747-.1134-.00734-.1898-.01027-.2674-.01962-.0166-.00193-.054-.03241-.0537-.04125-.0003-.022.0096-.0537.027-.0561zm-3.7831 21.02893c.0129-.0144.0302-.0233.0497-.0255.0423.0153.0843.0301.1268.0441zm3.3053-18.861c.0634-.0668.1062-.0922.187.0233zm.1388 20.1953.0038-.0382.3046.1077c-.002.0114-.0022.0233-.0036.035zm5.2028-12.9174c.0447-.0295.1591.0224.242.0372l.1219.0215-.1166-.139c.3546.0711.6586.2075.9439.4298-.0021.0124-.0043.0251-.0045.0386-.0676-.0248-.1353-.0476-.2026-.0742-.1546-.0613-.3085-.1283-.4632-.1856-.0891-.0364-.1807-.0466-.2653-.0297-.0845.0169-.1588.0604-.2151.1258.1435.0782.1514.0779.244-.0445.0622.0378.1303.0744.1937.1183.0634.044.127.0973.2114.1629-.0624-.0024-.1097-.0052-.1562-.0049-.0144-.0001-.0284.0004-.0426.0008-.1612-.0773-.3221-.1551-.4828-.2338-.1041-.0516-.2086-.1013-.3129-.15.1055-.0141.2172-.0135.3048-.0726zm-.0796-1.7516c.0718.0879.0718.0879.3262.186-.0744.0108-.1153.031-.157.0196-.0701-.0198-.1405-.0686-.2107-.0875-.0668-.0133-.1333-.0204-.199-.0211l-.0138-.0346zm-.0568 1.2217c-.1516.0132-.1719.0021-.2967-.1731.1114.0659.2015.1186.2966.1737zm-.1726-.7957-.1631-.0506c.0758-.0149.0758-.0149.1631.0506zm-.1919.9151c-.0145.0314-.0212.0463-.037.0815l.261.1054.0319.0763c-.0845.0362-.1651.07-.2563.1087l-.1233-.1149c.0246-.0405.0444-.0751.0794-.1298l-.2994-.1122c-.0023-.0103-.005-.0203-.0073-.0302zm-.2378-.9501c-.0585.0311-.1253.0451-.1954.041s-.1416-.0263-.2089-.0648c.1359-.0861.2466-.0796.4044.0235zm-.8301.2575c0 .0126-.0002.0248-.0005.0373l-.184-.0493c.0031-.0176.0044-.036.0068-.0539zm-2.4958 13.1282-.1052-.0221-.0016-.0272.1055.024zm1.8968-13.985c.1535-.0334.2988.027.4559.1828-.0956.0455-.1456.1458-.3234.0533.0704-.0291.1622-.0297.0826-.1537-.0689.0002-.1444.001-.2221.0019-.0482-.0466-.0408-.0747.007-.0843zm-2.1712 13.8753c-.029.0139-.0621.0183-.0964.0129-.0342-.0055-.0683-.0206-.099-.044.0246-.0873-.0894-.0876-.1259-.1794zm-.5626.3452c-.1399.0261-.1399.0261-.2405-.0263.0494-.0942.1283-.022.2399.0261zm-.1176-.6654c-.0946.0163-.198-.0067-.2922-.065.1037-.0488.1981.0173.2916.0648zm-.3568.0122-.0862-.1114c.0885.0059.1113.0429.0856.1112zm-.1464.4035-.2626-.0631.0362-.0131.0029.0012.0001-.0009c.0733-.0257.0913-.0135.2226.0769zm1.8952-13.2894.251.0728c-.0838.0627-.1728.0055-.2604-.0273zm-2.4852 13.2063c.0483.0014.0978.0143.1452.0378l.0058.0024c.0585.0631.0799.0664.2186.0836.005.0008.0099.0027.0144.0056.0046.003.0088.0069.0122.0114.0397.0663.0774.0358.1198.0342.095-.0043.1922-.0073.3003.1033-.0604-.0049-.1142.0079-.1447-.0154-.0652-.05-.1028-.0427-.1481-.0121-.0213.0085-.0458.0087-.0701.0003-.0918-.0268-.184-.0549-.2793-.0829l.1769.0304.0038-.0415c-.0701-.0129-.1399-.025-.2094-.0353-.0631-.0093-.1256-.0151-.1879-.0201l-.0206-.0062c.0249-.0401.0434-.0672.0631-.0955zm-.3904-.0349c-.0132.0095-.0296.0136-.0469.0118s-.0347-.0094-.05-.0219zm-.5196.1084c.0608.0084.1213.0133.1813.0146.1324.0352.2647.0802.3974.1284.0627.0227.1267.0281.1897.049.1067.0351.2125.0807.3193.1135.257.0779.5141.1496.7711.227.0597.0181.1314.0778.1719.0671.1252-.0336.2242.0729.3337.1188.0355.0147.0699.0446.1037.0521.0423.006.0842.0073.125.0038.0145.0001.0286-.0017.0416-.0026l.0537.0764c.0565.0009.1136.0068.171.0177.1522.0426.3042.0932.4559.1387.0927.0273.1117.0372.205.1585-1.1867-.3377-2.3539-.7356-3.5203-1.163zm3.9485.8751c-.0773-.0378-.155-.095-.238-.0767-.091.0195-.1871-.0082-.2837-.054-.0967-.0458-.189-.0676-.2752-.0308l.1124.0995-.2254-.0715c.0047-.0468.0083-.0841.0118-.1182.0609-.0164.117-.0316.1811-.0483.0433.0962.1015.0869.1669.072.0569-.0125.1329-.0413.1776-.0131.1331.0838.2626.0872.3929.1199.1241.031.2503.046.3497.1828-.1183.0248-.2482.0036-.3703-.0604zm.802.0965.1868.0567c-.0594.04-.1239.0334-.1871-.0555zm.6894-2.9183.004-.0232.1342.0521-.004.0232zm.2159-.2505c.0538.0014.0822.0009.1108.0045 0 0 .0142.0335.0089.0389-.0282.0324-.0596.0193-.1199-.0422zm2.8378-3.5781c-.0011.0062-.0021.012-.0008.0192l-.1133-.0298c.0016-.009.0032-.0183.0047-.0272zm-.2832-1.3749.1252.0915c-.0054.0096-.0108.019-.016.0288l-.1277-.0862c.0063-.011.0123-.0218.0183-.0329zm-.9137-.4571c.1985.0964.1991.0944.2518.1637-.1804-.0464-.3544-.0647-.521-.2092.0921-.04.1789.0027.269.0468zm-1.193 5.7869c-.0137-.0528-.0242-.0939-.0357-.1399.1139.0444.1153.0506.0346.1408zm-.239 2.3c.1108.0063.2037.0847.303.1386-.2161-.0182-.2693-.043-.3041-.1377zm.895-6.6781c-.002-.0141-.0043-.028-.0065-.0422.0341.0043.0685.0092.1022.012.1736.0154.3432.1207.5196.152.1437.0249.2932.0939.4394.1023-.3491.0201-.7026-.1063-1.0558-.2232zm.9937-1.0008c-.0655-.0122-.1138-.0562-.164-.096.0044-.0087.0092-.0178.0141-.0272l.1545.1126c.024.0077.0481.0125.072.0143.0175-.0865.0839-.0451.1373-.0142.0523.0337.1031.0711.152.1119-.1315.0014-.2516-.0144-.367-.1005zm.4602 1.2831c-.0559.0762-.0873.0725-.2369-.0322zm.0045.2061c-.1048.0228-.1048.0228-.1744-.0562zm-.6137 4.3967c-.0811.0038-.1638.0192-.2488-.0762.2115-.0547.2885-.0439.4704.0629-.082.0057-.1521.0111-.2227.0142zm1.4652-4.2583c.0624.0024.111.0445.1449.1206l-.1565-.0807zm-1.052 6.0769-.0967-.0491c.0015-.0087.0047-.0163.0071-.0249l.0973.0497zm.1817-1.5896c.0976-.0373.0976-.0373.1497.0553zm1.2702-3.7596c-.1599-.0615-.3205-.117-.5144-.1873.0545-.0228.0845-.0455.1213-.0491.1624-.0161.333.0721.4981.1109.033.0074.0676.0539.11.0905-.0261.028-.0599.0461-.0979.0524-.0381.0062-.079.0005-.1185-.0167zm1.8522.5002c.0389.0148.0786.0219.117.0208.0696-.0026.1363-.014.2151-.0228.0026.0552.0046.0892.0063.1211l.1489.0469c-.0187.0732-.0653.0651-.1209.0413-.0653-.0271-.131-.0544-.1966-.0817-.1809-.0728-.3622-.1449-.5432-.2188-.0235-.0127-.0461-.028-.0675-.0456l.0087-.0336c.043.0143.0865.0261.1293.0438.0999.0435.2002.0902.303.1299zm-1.2747-.4174.1058-.0068.0443.1358-.1581-.1028zm-.2291-.1679c.079.014.1304.0542.1541.1387-.1598.0029-.1814-.0174-.1555-.1379zm-.7178 4.327c-.0094.002-.05-.0341-.0498-.046-.0002-.0239.0176-.0434.0344-.0769.0317.0364.0679.0634.0677.0809s-.0308.0376-.0536.0427zm.2554-1.7262c.0447-.0912.1237-.0434.2378.0037-.0325.0234-.0717.0354-.1137.0349s-.0853-.0135-.1255-.0378zm.5561-2.0942c.0728-.0921.1698-.0372.2778.012-.0845.074-.1797.0251-.2792-.0113zm-.2014 4.0829c-.0431-.0282-.0854-.067-.1299-.0822-.1203-.0417-.1775-.1159-.1809-.2662.0685.104.1654.1823.2711.2191.0796.0318.0796.0444.0383.13zm.7836-4.2972-.324-.3085c.1193-.027.5891.1404.771.2873-.1792-.0665-.3474-.0983-.4478.0222zm-.3696 3.5321c.1089-.0211.1089-.0211.1922.0984z'/%3E%3Cpath d='m106.211 8.35694c-.159.0331-.318.05734-.471.15272-.023.01003-.046.016-.068.01757-.34.06274-.68.12278-1.019.18771-.443.08449-.886.17284-1.329.26016-.123.02435-.247.05099-.375.07743.032.07847.123.04697.203.03112.2-.03968.399-.08375.596-.1168.095-.01565.187-.00927.281-.01567.038-.00424.077-.01083.115-.01972.034-.00567.074-.0234.1-.01702.125.03062.263-.01188.398-.03714.363-.06726.727-.139 1.09-.20564.088-.01602.174-.01964.262-.02952-.008.09808-.073.11142-.136.12493-.142.03075-.285.05837-.427.09078-.052.01205-.115.00712-.165.08711l.344-.03024-.055.15655c-.074.05394-.149.04676-.209-.02028-.1.10972-.205.13477-.323.13536-.066.00113-.135.01758-.201.04809-.135.06404-.231.05726-.307-.02064-.03-.02903-.065-.05156-.105-.06662-.018-.00435-.037-.00491-.056-.00166-.02.00324-.04.01024-.058.02058l.184.0716-.01.03086-.536.13804c.01.05111.019.09321.031.1503.341-.07159.676-.15402 1.008-.20827.323-.0502.643-.0797.959-.08832l-.778.18788c.03.01731.047.04039.07.03878.066-.00353.135-.01357.203-.03001.144-.03663.218.00599.243.1282-.145.03621-.286.07156-.427.10619-.077.01907-.149.04155-.191.12016-.031.05951-.089.07344-.148.08765-.1.02454-.199.0519-.34.08872.144.08532.273.11102.412.08392.044.0306.091.0573.14.0797.103.0335.099.1402-.012.2189-.069.0487-.132.1092-.205.1482-.102.0549-.219.1019-.306.0522-.219-.1249-.474-.0515-.747.0656-.08.034-.166.0399-.25.0566-.067.0133-.131.0215-.196.0322-.004.0133-.008.0263-.012.0393l.342.013-.004.0216-.241.0802c-.002.0109-.005.0219-.008.0341.102.0102.206.0144.311.0126.145-.0107.293-.0382.439-.0572.222-.0312.435-.0077.621.0684.055.0282.107.0613.155.0987-.073.1023-.134.0468-.182.0637.021.0709.043.1403.059.2004l-.184.1786c-.124-.0075-.265-.0175-.408-.0238-.038-.0022-.077.0003-.116.0077-.437.0906-.875.1823-1.314.2751.014.1817.039.191.219.1386.148-.0436.298-.0802.444-.11.341-.0687.681-.1332 1.022-.2007.176-.0346.176-.0363.237.0927.013.0281.022.0573.033.086-.074.0884-.161.1651-.257.2256s-.2.1035-.304.1264c-.603.1499-1.207.3131-1.81.4757-.136.0368-.272.0917-.426.145-.019-.033-.041-.0692-.063-.106-.048-.0834-.076-.0695-.177.0285-.068.0653-.166.1129-.255.1576-.074.0383-.155.063-.237.117.049-.0022.097-.0019.144.0008.072.008.088.0647.026.118-.073.0621-.161.14-.241.1593-.17.0409-.221.1609-.325.2648.097.0298.178-.0355.257-.0614.088-.0289.173-.0625.21.0215-.084.0937-.194.124-.301.1582-.043.0116-.085.0368-.118.0716-.034.0348-.056.0771-.065.1202l-.29.1437c0 .0066.001.0135.001.0204l.27-.0373c-.012.0546-.022.1023-.034.1564l-.339.0697-.005.0317.397-.0471c-.101.0761-.221.0332-.278.1436.011.0253.034.0514.031.082s-.032.0706-.055.118c-.226.0943-.467.1801-.7131.2068-.1289.0142-.2594.0354-.3898.0615-.1026.0204-.2008.0514-.2756.153-.0339.0464-.1027.0855-.1605.116-.1772.0929-.3582.1806-.5356.27-.0163.0064-.0318.0164-.0449.0292-.0217.028-.0474.0532-.0758.0745l.0697.002c.0386.0068.0755.0172.1104.0313-.0966.0592-.2033.087-.3016.0786l-.0971-.0033-.0466.0179c-.1517.0602-.3053.1129-.4598.1678l.0361.0018c.1069.0054.214.022.3209.0329-.0019.089-.0817.088-.1585.0855-.1725-.0046-.3451-.0121-.5175-.0148-.0384.0148-.0761.0327-.1129.0535l.3357.0416-.0052.0127c.8244-.1365 1.6493-.2752 2.4727-.4061.47-.0748.937-.1326 1.404-.1953.167-.0224.215.0088.247.1461l.549-.087-.074.0872.407.0193c-.006.0909-.043.1378-.14.1528-.074.0121-.148.029-.222.0508-.017.005-.033.0316-.05.0496.038.0049.092-.0019.107.0185.039.0523.105.0572.176.0586.163.0028.182.04.091.1807-.012.0186-.027.0368-.039.0517.138.1602.21.3721.208.6066l-.726.2933.637.0121-.005.0397c-.063.0239-.127.0427-.19.0563-.063.007-.128.0273-.188.0596-.061.0323-.117.0758-.165.1276l.161.0742c-.21.1447-.21.1424-.359.1698-.079.0151-.159.0393-.239.06-.152.0401-.304.0808-.436.116.102.0502.102.0502.274.0247.024.0859-.035.1472-.127.2068-.057.0369-.115.0713-.173.1032.1-.0135.196-.0023.294-.0037.05-.0012.116.0132.15-.0099.18-.1229.354-.1078.531-.1444.117-.0244.187-.0068.208.0962-.182.046-.178.1805-.25.2857-.079.0211-.153.0452-.227.0605-.173.0385-.346.0752-.519.1101-.047.0117-.094.0174-.139.017-.318-.0184-.658.083-.991.1438-.116.0213-.2343.0537-.3973.0916.1572.0686.3083.0114.4493-.0155.12-.0233.248-.0734.359-.0742.284-.0012.577-.0566.87-.1068.097-.0164.197-.0289.267.0224-.156.1854-.384.1994-.569.2825-.172.0765-.374.0578-.562.0812-.004.0103-.007.0207-.011.0309l.485.0145c-.065.0409-.136.0679-.206.079-.333.0627-.665.1178-1.001.1889-.2943.062-.5903.1335-.8853.2146-.2818.0768-.5635.1722-.8454.2586-.0798.0236-.1619.044-.2115.1439.2164-.0019.4201.0008.647-.0975.1266-.0547.2529-.0987.3548-.0365.0736.0453.2143.037.301-.0251.1566-.1101.3017-.1443.4479-.1039.032.0119.0689.0136.1066.005.2279-.0795.3699-.0295.4549.1013.256-.0118.522-.2133.804-.1583-.243.0806-.445.1651-.644.2096-.208.0466-.309.1572-.417.3044-.0778.1043-.0298.1658-.0175.2512-.2387.0156-.4549.0792-.6457.2-.0021.1284-.1494.1693-.2251.2508-.1875-.0123-.3719-.0303-.5859.0772.0166.0421.0312.0799.0509.1306l-.5353.1352c.0984.0141.2.0191.3037.015.101.0021.2188-.0327.3238.0247-.0833.0221-.136.0402-.1878.0491-.3267.0646-.642.0677-.9731.1524-.1687.0431-.3097.042-.412-.0683-.1085-.1164-.3114-.0814-.5207.0497l.1351.0917-.2072.134c-.0198-.0351-.0312-.0508-.0381-.0686-.0557-.147-.0858-.1509-.2842-.0265-.0737.0463-.1363.0559-.1707.0076-.054-.076-.1475-.0953-.2609-.0918-.0127.0035-.0253.0088-.0373.0158.0114.0253.0231.0503.0349.0765-.0988.0579-.1516.0157-.2164-.0028-.1546-.045-.2483-.0176-.401.1117l-.0762.0637c-.1087.0082-.2049-.0477-.345.0822.0561.0042.0896.0083.125.0093.0354.0011.093-.0127.0975.0003.0227.0632.0908.0457.1559.0389.2673-.0276.5433-.0701.8061-.0785.2036-.0068.4645-.0957.5436.0856.0943-.0237.1866-.0675.2468-.0569.0857.0143.174-.0655.2274-.0512.0972.0262.1202-.0751.2239-.0997.0257.0234.056.0416.0899.0539.0659.0208.1379.0286.2127.0231.2107-.0284.4242-.0707.6361-.1052.0321-.0019.0635-.0004.0938.0042l-.0064.031-.3699.1035c.0563.0945.1372.1533.2913.1298.0393-.0059.0761.0008.1149-.002.4409-.0252.8833-.0547 1.3228-.0753.1126-.0028.222.0078.3259.0315.0341.0074.041.0607.0705.1107l.1259.0268-.01.0267-.1709.0573.1379.0493c-.1059.029-.2057.0512-.1974-.0694-.2743.0273-.5422.0512-.812.0802-.2824.0317-.5669.0735-.8495.1031-.4827.0499-.9634.093-1.4456.1412-.0053.0016-.0141.0157-.0244.0273l.1971.0727c-.0033.0115-.0069.0228-.0102.035-.19.0456-.3805.0951-.5702.1365-.0995.0211-.2079.0454-.2914.0324l-.4365.1609c.2583-.0006.5376-.0595.8048-.0822.1626-.0136.3173.002.4798-.0121.5749-.0485 1.152-.105 1.7272-.1542.0897-.008.1772-.0039.2601.0122.1943.04.387.0454.6095-.1417.2502.1234.5767.0815.8887.0682.052-.0021.104-.005.154-.0033.038.0047.075.012.111.0218-.161.0538-.288.1022-.416.1366-.099.0267-.1992.0347-.2988.0545-.079.016-.1733.0193-.2351.0618-.1424.0963-.2686.2128-.4043.3231.0117.0115.0212.0251.0282.0403.0063.0298.01.0608.011.0925-.1053.0238-.2012.0594-.2844.062-.4223.0075-.8404.0052-1.2616.0083-.0494.0006-.1154-.0058-.1515.0186-.1027.0702-.1711.0729-.2476.0297-.0297-.0171-.1011-.0659-.1452.0429-.0241.013-.0499.0198-.0744.0194-.098-.003-.2172.0463-.2926-.0113-.0201-.0068-.0441-.0047-.0669.006-.132.0691-.254.0646-.3746.0676-.3982.01-.794.0146-1.1913.0227-.0642.0014-.1314.012-.1969.0179l-.0177.0442.4128.0633c-.2473.0651-.4625.0194-.733.1063l.1328.0755-.0792.0748-.0905-.0563-.2241.1205.3263.0581.1513-.1031c.167.0235.3046.0613.3475.2074.126-.1305-.0272-.143-.0324-.2172.2344-.0388.4622-.0272.6678.034.0633-.0085.1402-.0357.1876-.0219.0881.0263.1583.0768.2474.1226-.2104.089-.4088.0333-.6075.1418l.4235.0693c.0612-.0934.1647-.1003.2767-.09.096.009.1969.0083.297.0116l.0393-.1751-.1796-.0728c.0066-.0117.0136-.0237.0209-.0358.0506-.0076.102-.019.1512-.0223.2544-.0187.509-.0389.7614-.0519.311-.0155.6192-.0284.9478-.1219.1093-.0307.2237-.0342.2802.0373-.0245.0688-.1795.0894-.1195.1742.0037.0053-.0416.0474-.069.0663-.0563.0393-.1158.0742-.1789.1136l.1157.1181c-.1504.0864-.3109.1411-.4691.1597-.2226.0216-.4489.0578-.6706.077-.1358.0156-.2692.0159-.3978.001-.1857-.0272-.366-.058-.582-.0079-.0392.0069-.0777.0069-.1136.0001-.2737-.0361-.5575-.0416-.8469-.0165-.3009.0269-.6036.063-.884.028-.0874-.0068-.1774-.0048-.2686.0059-.3718.0288-.7437.0601-1.1159.0918-.0232.0052-.0464.0127-.0692.0223-.0189.0503-.0384.1027-.0602.1599l-.1346-.0008c.0019-.043.0034-.077.0049-.1065-.3736-.0138-.5982.0069-.7289.0758l.4797.0065c-.0056.0492-.0097.0842-.0106.0951.1243.0041.25-.018.3262.0163.1535.067.3379.0753.5248.0235.1324-.0327.3409.019.3888.1086.0092.0174-.003.0472-.0056.0732-.1745.0065-.3339.0064-.4968.0191-.163.0127-.3276.0415-.5173.0666.084.0709.1873.0723.2869.0681.128-.0029.261-.0212.3912-.0306.0375-.0027.1033-.0094.1048.0036.0113.0966.1069.0453.18.0378.0732-.0076.1427-.0086.2141-.0128.2382-.0135.4564.0315.7112-.0265.0644-.01.1266-.0046.1813.0158.0648.0191.1175.023.1979-.0291.0345-.0223.0923-.012.1552-.0178l-.1037.1782c-.5208.043-1.034.0797-1.5506.1298-.5167.0501-1.0321.1133-1.5487.1701.0002.0034.0005.0069-.0016.0113l.4764.0394c.0567-.0129.15-.0562.2028-.0417.0693.0165.1471.0111.2239-.0157.0589-.0132.1173-.0182.1736-.0149.1514.0013.3.011.4529.0086.2557-.0033.5139-.0148.7721-.0205.1008-.0023.1979-.0134.2587.0631.029.0371.1493.0147.2305.0124.0504-.0015.1072-.0221.1579-.0236.3141-.0092.6289-.0195.9403-.0208.2353-.0011.4634.011.6936.0187.0337.0009.058.0179.1226.0394-.3605.0714-.6583.0543-.974.1211.069.0138.1408.0205.2145.0199.0792.0038.1564.0119.2346.0186l-.1632.0357c-.0533.1052-.098.1468-.2223.1442-.2225-.0045-.4617.0358-.668-.0185-.0832-.0217-.191-.0608-.3304.0337-.0599.041-.1571.0413-.2354.052-.153.0206-.3048.0351-.457.052.041.0185.0873.0279.1363.0277.3631.0144.7245.0331 1.0903.0413.1832.0043.3344.058.4956.096-.3577.0287-.7199.0792-1.0732.0913-.0082-.0002-.0167.0014-.025.0046-.0083.0031-.0163.0078-.0235.0138-.0071.0059-.0133.013-.0181.0208-.0049.0078-.0083.0161-.01.0244-.0017.0084-.0018.0166-.0001.0241.0016.0076.0049.0144.0097.0199.0048.0056.0109.0099.018.0125.0071.0027.0151.0037.0234.003.1453-.0049.2924-.0171.4398-.0312-.0308.0148-.061.0314-.0906.0497-.0886.0029-.1772.0057-.2663.0107-.0081-.0002-.0166.0014-.0249.0046-.0084.0031-.0163.0078-.0235.0138-.0072.0059-.0133.013-.0182.0208-.0048.0078-.0082.0161-.0099.0244-.0018.0084-.0018.0166-.0002.0241.0017.0076.005.0144.0097.0199.0048.0056.0109.0098.018.0125.0072.0027.0151.0037.0234.003.0399-.0022.0799-.0031.1199-.0034-.0249.0236-.0484.0486-.0705.0747-.5864.0216-1.1816.0738-1.7748.1159-.0082-.0001-.0166.0014-.025.0046-.0083.0032-.0163.0079-.0234.0138-.0072.006-.0134.013-.0182.0208s-.0082.0161-.01.0245c-.0017.0083-.0017.0165-.0001.0241.0017.0075.005.0143.0097.0199.0048.0055.0109.0098.018.0124.0071.0027.0151.0037.0234.0031.5625-.0385 1.1276-.0882 1.6853-.1115.0035.0039.0077.0072.0124.0097-.0075.0131-.0137.0264-.021.0382-.1882.0077-.3759.0123-.5652.0226-.0162.0005-.033.0076-.0468.0195-.0139.012-.0235.0279-.0269.0443-.0034.0163-.0002.0318.0088.043s.0232.0172.0393.0167c.179-.0098.3565-.0147.5347-.0216-.0096.0283-.0177.0568-.0241.0853-.2357-.0044-.4717-.0139-.7011-.0407-.0824-.0095-.1419.1132-.0593.1226.1506.0194.3045.0273.4603.0336-.1344.0023-.2711.0057-.4061.0076-.294.0041-.5837-.0036-.8747-.0045-.0585-.0002-.1203.0071-.1805.0109l-.0162.0406.8491.041c-.4296.0391-.8439.0446-1.2607.0575-.1118.0037-.2312.0291-.3469.0441-.0033.0118-.0069.0234-.0105.035.0977.0031.1943.0087.2934.0072s.098.0432.0565.119c-.2911.0318-.5571-.003-.856.0856.0465.0188.0989.0268.1539.0235.307-.0268.6139-.0492.9226-.0809.3179-.0342.6379-.0783.9571-.1183.0002.0037-.0012.0077-.002.0114l-.7527.2201c.1567.0661.3071.0322.4465.0195.0529-.0048.1056-.0111.1583-.0168-.0729.1124-.1157.236-.1232.3559s.0206.231.0809.3198c-.111.0451-.2138.1194-.2953.2137-.0816.0943-.1383.2042-.1631.3161-.2635.0429-.5285.1212-.7876.2327-.0624.0282-.1232.0626-.1813.1024l-.2468.041c-.1494.0255-.3005.0638-.4511.0965.0572.0187.1217.0216.1879.0083l.3869-.053c-.1606.1401-.2801.3146-.3218.4783-.0371.0668-.0643.1366-.0807.2068-.3501.0411-.7053.0806-1.0855.1453.0512.0169.0608.0242.0725.0233.333-.0243.6641-.0425.9978-.0712-.0024.0334-.0018.0663.0017.0982-.1454.0231-.2912.0467-.4367.0696-.3718.0581-.7417.1054-1.1128.1585-.0753.0111-.1578.0093-.2243.1199l.6871-.0056c-.1289.086-.228.0884-.3214.0892-.121.0012-.2363-.0136-.3562-.0155-.0542-.0006-.1277-.0038-.1692.0241-.143.0965-.259.0666-.3839.0703-.0416-.0008-.0842.0025-.1271.0098-.0773.0167-.1581.0518-.2332.0599-.7103.077-1.4213.1583-2.1456.3091-.1785.0374-.3566.0699-.5346.1043-.0027.0106-.005.0212-.0077.0319l.8492-.0465c-.1841.1065.0103.1586-.0941.2284l1.2795-.0836-.09.0783.0992.0157c-.0255.0414-.0431.0706-.0826.1353.3519-.136.6264-.0216.951-.1555.0199-.0075.0402-.0086.0576-.003.0736.0345.1687.0086.2578.0024.1293-.0088.2571-.0098.3828-.0029.0406.0067.0778.021.11.0422.0742-.0198.1484-.0345.2222-.0439.1735-.0094.3466-.0168.5195-.0257-.0337.0883-.0492.1783-.0453.264-.0701.0032-.1398.0062-.2102.0104-.5184.0321-1.034.0519-1.5576.1038-.5818.0578-1.1557.0798-1.7515.1948-.1465.0283-.2943.0765-.435.1008s-.2766-.0276-.4217-.0246c-.275.0053-.5555.0258-.834.0407-.0316-.0014-.0648.004-.0975.0161-.1626.085-.3179.0811-.4744.0995-.1001.012-.2073-.0026-.2949.0409-.2113.1017-.3921.0676-.5867.1014-.0937.0165-.1865.0273-.2795.0407.372.0304.7818-.0489 1.1439.0064l-.2684.056c-.003.0114-.0063.0226-.0092.0346.1527.0213.3204.0091.4842.0051.218-.0053.4364-.013.6552-.0198.1012.0019.2037-.002.3073-.0119.1416-.0201.2788-.0409.3605.0311.0846-.0327.177-.0919.2214-.0807.1231.0313.2686-.0066.3905.0057.1298.017.2709-.0045.4072-.0622.0331-.0126.0669-.0195.0996-.0202.0157-.0008.027.0128.0413.0198l-.0639.1501 2.1937-.1748c-.1389.065-.2826.1075-.4246.1254-1.0527.0916-2.1195.2349-3.1581.2738-.0577-.0011-.1172.0058-.1769.0204-.1455.0447-.2915.0576-.427.0376-.1019-.0152-.2407.0629-.3183-.0081-.2153.0466-.414.0412-.6173.0434-.3435.0032-.6933.0228-1.0401.0378-.0379.0078-.0759.0201-.113.0365.018.0108.0371.0201.057.0279.0958.0244.2029.0167.3116.0127s.2098.0306.3407-.0256c.0212-.0095.0536.0228.081.0355-.0751.0433-.155.0719-.2343.0839-.1385.0214-.2758.0367-.4135.0547-.0723.0096-.1653.0437-.2133.0241-.1003-.0419-.219-.0164-.3338-.0081-.5403.038-1.0828.0836-1.6214.1163-1.4404.0873-2.8813.1674-4.3216.2548-.5189.0313-1.0459.0876-1.5628.1129-.7439.0365-1.4855.0659-2.2212.0782-.9406.0154-1.8738.0107-2.8101.0149-1.0971.0047-2.1818-.0139-3.2105-.1667-.9223-.1369-1.8652-.239-2.7967-.3572-.1404-.0168-.277-.0438-.4088-.0807-.4963-.0131-.9921-.0263-1.4828-.0467-.604-.0254-1.1999-.0674-1.792-.1164-.4118-.0341-.8078-.0979-1.2166-.1377-1.1346-.1119-2.2729-.2141-3.4077-.3246-.4264-.0363-.8426-.0902-1.265-.1366-.0898-.0099-.1705-.0362-.2847.0014-.0547.0181-.1064-.0165-.1592-.0271-.1022-.0193-.2041-.0355-.3029-.0599-.055-.0117-.101-.0411-.1316-.0844.0328-.0119.0844-.0419.0951-.0326.0658.0563.1734.0248.2643.0308.086.0118.1766.0098.2686-.0059.0232-.0073.0462-.0158.069-.0255-.028-.016-.0427-.0352-.0663-.0372-.2785-.0212-.5553-.0464-.8391-.0561-.1685-.0055-.3366-.0047-.4813-.0533-.1187.067-.1753-.012-.2716.002-.1186.0178-.232.0025-.3271-.0442-.0403-.0161-.0847-.0245-.1314-.025-.8361-.0567-1.6158-.214-2.4235-.3212-.1009-.0176-.1898-.0611-.2588-.127l1.6951.2085c.0218-.0518.0407-.0967.0614-.1459.0174-.007.0374-.02.0496-.0188.0249.0011.0479.0082.0669.0208.0729.0612.1675.0782.2919.0674.1117-.0094.2037.0295.33.0018.0455-.0099.0772.0484.1227.0812.1233-.0683.2221-.0448.3244-.0227.0805.0115.163.0172.247.0171.1769.0116.3536.0233.531.0312.1349.0068.264.0217.4079.0044l.018-.0328-.1807-.0587c.3444-.0458.6242.0375.9588.016-.0682-.0143-.1363-.0268-.202-.0441-.1368-.0359-.3132-.0071-.4106-.1083-.0407-.0419-.141-.0318-.2145-.0449-.1166-.0205-.2481-.0193-.3192-.104-.0124-.0149-.0443-.0147-.0684-.0175-.2208-.0194-.44-.044-.664-.0548-.1188-.0055-.2683.0422-.369.0151-.1006-.0271-.1854-.0745-.2856-.1043-.4088-.1213-.8705-.1529-1.3114-.2193-.3967-.0595-.8128-.0879-1.2191-.1288-.0555-.0053-.1112-.0096-.1674-.0144.0663-.0782.1217-.1636.1641-.2532.1386.0105.2771.021.4148.033.0529.0103.1036.0258.1513.0463.0407-.0183.0826-.0306.1241-.0366.1075-.0041.2133-.0007.3168.0102.0701.0074.1293.0339.217.0023.0082-.0026.0165-.0036.0243-.0029s.015.0031.0211.007c.1685.1342.4842.0304.6743.1664.0165-.0626.0237-.0906.0346-.1305l.0946-.0133c-.0039-.0183-.0075-.0374-.0154-.0766l1.0029.1039c-.0341-.0685.1684-.1136.0962-.22l.6699.0617.0179-.0305c-.1221-.0364-.2457-.0708-.366-.11-.4884-.1552-1.019-.2476-1.5524-.3349-.0564-.0089-.0967-.0439-.1486-.0615-.0312-.008-.0642-.0119-.0983-.0115-.1012-.0062-.2209.0202-.2661-.0747-.0133-.028-.077-.0257-.1229-.0275-.1009-.0005-.2088.0115-.3089.0082-.0771-.0028-.1578-.0067-.1996-.0914l.5682.0186c.0293-.1073-.0406-.1071-.0952-.1188-.2688-.0579-.5409-.1103-.8066-.1726-.1025-.025-.2071-.05-.3109-.0749.0271-.0301.0526-.0615.0766-.0938.2564.0334.5186.0572.7791.0863.0262-.0046.0526-.0117.0787-.021-.2666-.0704-.5338-.1135-.794-.1595.0384-.0642.069-.1312.0909-.1993.0885-.151.1236-.3165.0981-.4642l.282.0582c.0501.0136.1065.0119.1631-.0048-.1004-.0342-.1972-.0733-.3022-.1007l-.1737-.0445c-.0179-.0389-.0428-.073-.0739-.1011-.1344-.1137-.2966-.1946-.4776-.2383.1212-.2044.1507-.4069.0211-.5155.2453-.1731.4351-.4345.4811-.6467.0398.0065.0789.0135.1193.0188.1066.0151.2051.0505.3871-.01l-.4593-.2245.0071-.011c.2356.0441.4687.0924.7073.1311.2322.0374.4695.066.7061.096.0472.0039.0971-.0028.1464-.0196-.1811-.0905-.4298-.062-.648-.0978.0231-.0733.0553-.1163.1379-.1126s.1664-.0006.2501-.0014l.0183-.0342c-.0827-.0218-.168-.038-.2554-.0484-.3376-.0203-.6788-.0335-1.007-.079l.7384-.023.0184-.0374c-.0477-.0047-.0933-.013-.1422-.0139-.2444-.005-.4915-.0033-.7336-.0125-.1112-.0045-.2216-.0103-.3326-.0152.1344-.0032.2685-.0087.4091-.0234.0759-.0074.1203-.1259.0441-.1181-.2073.0193-.4128.0278-.6158.0255.0164-.0269.0316-.0543.0455-.0821.1432.01.2876.0178.4291.0307.0676.0065.1427-.1118.0733-.1175-.1498-.0135-.304-.021-.4537-.0323.0039-.0127.0091-.0254.0126-.0379.0062-.0026.0122-.0057.0179-.0095.4471.033.8803.0912 1.3206.1384.0678.0077.1418-.1105.0731-.1174-.4614-.0511-.9177-.1121-1.3899-.1441.0015-.0247.0009-.049-.0018-.0726.0321.0024.0649.0039.0963.0067.0677.0065.1427-.1118.0734-.1175s-.1423-.0106-.2139-.015c-.0103-.0181-.0226-.0346-.0368-.0495.112.0161.2253.0308.3425.0384.0696.0043.1436-.1136.0734-.1175-.2854-.0182-.5489-.0732-.8253-.1075.1636-.0336.331-.0821.4867-.0824.3113-.001.6267-.0118.9404-.0188.0441.0007.0901-.0073.1353-.0237-.1139-.0194-.2294-.0361-.3402-.0592-.0575-.0114-.1381-.0138-.1568-.0539-.0435-.0935-.1629-.0582-.2494-.0391-.2135.0481-.3821.0053-.5714.0053-.1056-.0007-.1109-.0403-.0765-.1415l-.1087-.0375c.0703-.0048.1409-.0097.21-.0132.0634.0017.1284-.0034.1941-.0152-.2124-.0694-.4747-.0587-.7197-.1338.0703-.0208.1043-.035.1322-.0353.1988-.0041.3988-.0108.5932-.0056.2587.0069.5134.023.7685.0373.0409.0023.0725.0233.1133.0256.0659.0039.1491.0275.2014-.0071.1089-.0721.1824-.0593.2653-.056.2095.01.4164.0255.6268.0339.1257.005.2568-.0014.384.0002.0472-.0026.0925.0032.1337.0174.0489.0279.1107.0347.1744.0194.0553-.0132.1002.0301.1374.0437l.4272-.0288c.0028-.0037.0053-.0074.0077-.0112-.3866-.0647-.7702-.1346-1.1606-.192-.3905-.0574-.7941-.104-1.1959-.1545l.0496-.1724c.0479.0069.1038-.0019.1157.0201.0272.0511.0741.0487.1429.0312.056-.0178.1122-.0218.1634-.0115.168.0602.3841.0213.5725.0387.0562.0055.1142.0078.1692.0162.055.0083.0957.0595.1791-.0328.011-.0122.0609-.0046.0901-.0014.1016.0115.1984.0314.3024.0368.0935.0121.1961-.009.2916-.06-.139-.0276-.2559-.0572-.3804-.0734-.1245-.0163-.2582-.0196-.3987-.0285.0179-.0251.0302-.0536.0513-.0704.1075-.0838.3207-.1295.4064-.0954.0845.0335.1813.0436.282.0294-.2936-.0536-.5873-.1069-.8811-.16-.068-.0118-.1361-.0237-.1425-.122.1111.0112.1981.0149.2773.0292.3597.0649.7176.1322 1.077.1982.0398.0019.0811.0054.1261.0049l.0637-.091.4038.003c-.0563-.0683-.2277-.0924-.5495-.0864l-.0774.102-.1138-.0021c.0257-.0552.0493-.1056.072-.1538-.0178-.0101-.0266-.0209-.0405-.0228-.2862-.0371-.5725-.0742-.8599-.1088-.0706-.012-.1442-.0155-.2196-.0104-.2605.0281-.4855-.0125-.7155-.0441-.2316-.0298-.4729-.0299-.7187-.0004-.0329.0058-.0651.0051-.0947-.0021-.1416-.052-.3154-.0262-.4912-.0033-.1136.0115-.2248.0086-.3308-.0086-.1696-.0227-.3312-.0619-.5-.0867-.1129-.0178-.2076-.0744-.2695-.1612l.1869-.1104c-.0221-.0392-.0452-.0735-.0622-.1123-.0082-.0186-.0136-.0598-.0066-.0647.1146-.0799.0014-.1026.0334-.1695.0429-.0289.0903-.0469.137-.0521s.0908.0025.1274.0225c.2023.0951.4496.1134.6968.1342.0677.0059.1354.013.2031.0198.0286 0 .0565.0025.0835.0073.1033.0113.2064.0234.3094.0363.0373.0061.0738.0142.1092.0243-.0016.0065-.0035.0128-.0054.0192l.2966.057c.0389-.0155.0781-.0286.1175-.0392.0503-.0126.0935.0152.1398.0245.2011-.0537.4009-.0605.5825-.0198-.0512.0596-.1546.0776-.1846.1551l.0429.0078c.1299-.1022.2579-.1301.3967-.1472.0139.0278.03.0636.0476.1012l.244-.0382-.1284-.0355c-.0895-.0256-.1692-.0618-.253-.0936-.0231-.0088-.0439-.0189-.0661-.029.1128-.0115.2241-.0142.3331-.008l.1329-.0549c-.1591-.0881-.3731-.0494-.5298-.1156l.2668-.0353-.1172-.0229c-.1475-.028-.2952-.0549-.4426-.0826-.141-.0062-.2823-.0124-.4226-.0191-.0982-.0052-.2021-.0042-.2606-.0715-.0063-.0057-.0144-.0093-.0234-.0107-.0091-.0013-.0189-.0003-.0286.003-.1068.0536-.1694.0054-.2525.0053-.0195.0001-.0503-.0129-.0471-.0199.0479-.1064-.05-.0603-.0876-.0447-.0983.0405-.152.0363-.1841-.0328-.011-.0242-.0709-.0193-.112-.0205-.3481-.0109-.6989-.0171-1.0446-.0322-.0675-.0034-.1203-.0398-.1898-.0646.0255-.0305.0525-.0598.081-.0878.0171-.0141.0352-.0268.054-.038-.0286-.1081-.0451-.2217-.0899-.3167-.0195-.0412-.0952-.0463-.1488-.0633-.0686-.0209-.1456-.0302-.2082-.0579-.0797-.0353-.1488-.0838-.2421-.1383.0365-.0084.0729-.0146.1091-.0185.0433-.001.0846.0028.1258.0059.1418.0159.2865.0231.4332.0218.0511-.0282.1059-.043.158-.0425.0744-.0044.129-.0333.1623-.0895-.0449-.024-.097-.0384-.1215-.0682-.0508-.0629-.1433-.0732-.2473-.0747-.0622.0001-.1236-.0031-.1839-.0096-.0644-.0081-.1407-.0063-.1956-.0654.2487-.0323.4799-.0719.7001-.0938l.0346-.0103-.0979-.0579.0131-.0259.1236-.0221.0128-.0099c-.0858-.0214-.1687-.0491-.2479-.0829-.0581-.0253-.1449-.021-.2171-.0352-.0544-.0091-.1064-.0216-.165-.0342.0637-.0997.1326-.1968.2063-.2909.0312-.0376.1075-.0637.1617-.0992.0246-.0141.0459-.0348.0607-.0591.0376-.0986.1005-.1807.2523-.2204.0158-.0047.046-.0219.0466-.0282.0042-.0587.0448-.0608.0853-.0626.0206.0016.0426-.0033.0634-.0139-.0181-.0403-.0368-.0785-.0531-.1178-.0327-.0772.0393-.1597.1693-.1882.0597-.0095.119-.0149.1775-.0161.1084-.0087.2137-.0184.3081-.113.0205-.0204.081-.037.1165-.0392.0627-.0037.1239-.0004.1825.0099.0917.016.1868.0228.2842.0202-.0325-.0263-.0691-.0477-.1091-.0636l-.7935-.0491c-.0031-.047-.0081-.0886-.0111-.1245.1523-.0667.2902-.0723.432-.0787.1152-.0014.2332-.0174.3514-.0476-.0003-.0038.0011-.008.0015-.012l-.1285-.0578.0181-.0268.1177.0055c.0051-.0472-.0042-.0915-.0268-.127-.0225-.0356-.0572-.0609-.0996-.0726-.1299-.0437-.2343-.1278-.3761-.2082.2774-.0472.3462.1506.549.1667.1702-.1234.327-.1684.456-.0881.0282.0089.0606.008.093-.0025.1526-.0362.2481-.0015.2939.1076.0101.0173.0248.031.0429.0402.0181.0091.0391.0135.0614.0127.0457-.0145.0917-.0238.1371-.0278.0326-.0146.0663-.0225.0989-.0231.0325-.0006.0631.0061.0895.0195.1488-.0007.2971-.0012.4448-.0014-.1602-.0846-.3141-.1758-.4834-.2506-.184-.0829-.3758-.1569-.5738-.2217-.2247-.0738-.46-.1329-.69-.1994-.0485-.0109-.0879-.0389-.1118-.0797l.4154-.0046.0145-.0295c-.1392-.0259-.3212-.0118-.4062-.0882-.0912-.0829-.2706-.1011-.2585-.2806.0978-.0481.1717-.0341.2397-.0166.2053.0537.4075.1118.643.1186.092.0028.1615.0522.2438.0767.0967.0286.1795.0856.3624.0236-.1058-.0393-.1796-.0721-.2604-.0949-.2306-.0644-.4367-.1676-.7164-.1559-.0362-.0006-.0707-.007-.1022-.019-.1176-.0368-.234-.0751-.3491-.1149-.0489-.0175-.0931-.0405-.1427-.0623.021-.102.1263-.2289.0098-.2775.0945-.0979.1675-.1133.2468-.0886.1192.0386.2759.0274.3322.1481.0106.0231.0763.0094.1175.0126.0884.0036.1877-.0092.2635.0125.118.0334.2286.081.3297.1421.1054.0723.2441.0961.3898.0668.0358-.004.0711-.0052.1057-.0034l-.0496.1152c.2941.0594.5865.1186.8795.1774.0457.011.0964.0093.1473-.0052l-.1601-.0929c.2219-.0831.3222-.0099.4302.0779l-.2071.1292c.0688.0755.1792.0572.3112.0291l-.0721-.0745c.1487-.1078.2351-.0561.3322-.0317l.228-.1405c-.1089-.0288-.049-.1988-.214-.1603l-.0466.0837c-.1005-.0192-.2206-.0051-.2297-.1237-.0007-.0107-.0188-.0197-.0325-.0182-.1288.0154-.1628-.0736-.228-.1294-.0563-.0472-.1208-.0885-.179-.1348-.0433-.0345-.0827-.0714-.1389-.1232.1289-.0311.2541-.0188.3548.0351.2071.1159.4445.1857.6998.2058.0706.0064.1393.0181.2057.0351.0353.0051.072.0062.1095.0031.1336-.0143.2622.0081.4147-.067l-.6657-.0179c.0228-.0687.0411-.1232.0647-.1938.0869.0021.1686.0071.255.0058.0863-.0012.1425.0566.2759-.0224-.1899-.0199-.2876-.1194-.4713-.1214-.0023.0007-.0005-.0078-.0008-.0119.0292-.0274.058-.0548.0884-.0829l-.1078-.0703c.0239-.0157.0471-.0309.0693-.0461l-.0747-.0063c-.2029-.0173-.3969-.0424-.4813-.1593.18-.0825.2017-.0889.373-.0463.1097.0267.2136.0573.3287.0744.0041-.0066.008-.0132.0115-.02.0094-.0204.059-.0494.0915-.0606l.0202-.0059c-.0235.0015-.0463.0028-.0671.0032-.0689-.0975-.1241-.1751-.1804-.2543-.0148.0044-.033.0082-.0502.013-.0299.0116-.0606.0167-.0895.0149-.0957-.0434-.1852-.0964-.2673-.1583-.0144-.0117-.0222-.0297-.0217-.0503.0005-.0207.0092-.0423.0243-.0603.0298-.0273.122-.0469.1847-.0545.0794-.0101.1561.0209.2708-.0456l-.5386-.1215.0744-.0558c-.0947.008-.1821-.0147-.2494-.0646.0588-.0219.1071-.0435.1512-.0588-.0403-.0085-.0805-.0174-.1223-.0239-.1359-.0211-.1834.0034-.2854.1051-.0521.0524-.1355.0978-.1751.1255-.1537-.037-.2638-.0744-.3894-.0925-.4448-.0647-.8832-.1357-1.3545-.1692-.5437-.0387-1.0721-.102-1.6013-.1618-.0964-.0097-.1851-.0397-.2607-.0881-.0887-.0619-.1438-.1427-.2208-.2247l.3463-.2799c.3646.022.7243.0451 1.0861.0646.4745.0256.9793.0048 1.4091.0988.1229.0276.2249-.0025.3116-.0856.0443-.0419.0928-.083.1408-.1256-.2813-.0274-.5388-.0573-.8034-.0769-.3041-.0216-.6194-.0249-.9172-.0535-.3791-.0365-.7659.0187-1.1672.1261-.0142.0042-.034-.0056-.0561-.0106l.085-.0781-.1686-.0891.1426-.2107.2492-.0826c-.0507-.0291-.1182-.0126-.1837.0035-.0818.02-.1609.0396-.2015-.0308.0508-.0313.1043-.0771.1719-.1035.1333-.0546.2685-.0987.404-.1318.2165-.0479.4412-.0984.6517-.1136.2826-.0196.5541-.0021.8321-.0044.2274.0003.4629-.04.6957-.119l-.4971-.0636c.0043-.0063.0089-.0125.0132-.0186l.7386-.0712c-.132-.1057-.3254-.0697-.4931-.0575-.1004.0076-.1672.0146-.2465-.0255-.2005-.1049-.5108-.0979-.7984-.0835-.1502.007-.332.1026-.5179.1642l-.345-.0341c-.0318-.0494-.0348-.1015-.0821-.1192-.2411-.0884-.2446-.0851-.1019-.2834l.3182-.0621.0707-.1374.1078.0808c.0921-.0381.1861-.0639.2792-.0767.1382-.0255.2808-.051.4028-.1455-.1784-.0178-.3302-.0356-.486-.048-.097-.0071-.1903-.0134-.1757-.0895.0161-.0833-.0736-.0971-.1818-.106-.2202-.0186-.4375-.0409-.672-.0636.1112-.0731.1915-.1562.2825-.1793.1182-.0282.2476-.0093.3717-.0086.0662.0034.1335.0023.2016-.0033.051-.0065.1041-.0327.1923-.0619-.214-.0693-.4835.0109-.6673-.0584-.1623-.0609-.443.0032-.6102-.0752.2544-.0128.4982-.0079.7435-.006.2264.0021.4504.0174.6828-.0027.1827-.0185.3627-.0204.5377-.0056.374.0367.7357.0953 1.1444.0707l.1921-.1887-.8235-.076c.0611-.0682.1626-.0857.2643-.1033.0668-.008.1345-.0259.2007-.0532-.1194-.0714-.237-.0239-.376.0408-.1551.072-.3028.1884-.5035.1596-.0879-.0127-.152-.0563-.2419-.0636s-.2097.0179-.3099.0171c-.1595-.0008-.2894-.0275-.2439-.1658-.223.1549-.223.1549-.4697.0944l.1682-.0913-.1636-.0794.6778-.0086c-.0025-.1046-.1154-.0936-.2186-.0976-.233-.0104-.4615-.0278-.6912-.043-.0895-.0055-.1582-.0229-.0995-.1178.1113-.006.2269-.0172.3352-.0163.1084.0009.2028.0145.304.0194.576.0248 1.1526.0487 1.7299.0717.0556.0021.1242.0077.1739-.0095.1841-.0646.3005-.0335.3566.0067.1357-.0219.2214-.0434.2996-.0466.3842-.0213.7615-.009 1.1276.0366.2972.04.4033-.0035.5059-.1989-.0976.1326-.2171.136-.3702.1078-.1253-.0227-.2738-.0204-.4134-.0267-.2142-.0102-.4303-.0176-.6448-.0276-.2608-.0121-.5218-.0238-.7804-.0393-.4818-.0285-.9618-.0605-1.4432-.0897-.0986-.006-.1994-.0101-.3014-.0106-.1231-.001-.306.0355-.3623-.0016-.1464-.1001-.3933-.091-.5958-.1018-.1887-.011-.2483-.0639-.3387-.14.0202-.0041.0388-.0083.055-.0121.027-.0079.0541-.0123.0806-.013.2524.013.5292.0033.7465.0509.2438.0557.5132.0007.7692-.0145.2559-.0153.5088-.0363.7222.0232.0426.0094.0881.0116.1349.0065.3232-.0259.6469-.0544.9917-.0835l-.0484.1503c.1274.0243.1921-.0305.2485-.0836.0427-.0404.0805-.08.1365-.0822.0762.0392.1081.0748.1619.0799.1181.0102.2512-.0013.3705.0078.0757.0064.1283.0496.205.0502.1713.0015.3498-.0097.5272-.0222.0642-.0027.1302-.0178.1946-.0444.0823-.0457.1626-.0965.2402-.1521l-.1352-.0823c.1754-.0289.3457-.0191.4986.0286.1129.034.232.0554.3989-.0096l-.6823-.1177.0217-.0333.2805-.0254-.1063-.0519.1272-.1126.2077-.0119c-.0151-.0568-.0258-.0974-.0375-.1418.0903-.0031.3231-.0792.3297-.1019.0456-.1303.0425-.1214.2313-.1296.1586-.0063.3256-.0352.4894-.0549-.1711-.0203-.0103-.15881-.1106-.2004-.1139.00171-.2766.03412-.321.00191-.1278-.09222-.3137-.11744-.5059-.14592-.2924-.04328-.5872-.08775-.6954-.2876.1528.00212.2803-.00234.398.00729.3218.02563.6411.0551.9578.08842.1034.01665.2175-.0011.3266-.05081-.2032-.02204-.4015-.00914-.491-.06188-.1004-.0588-.3242-.00002-.3435-.11055-.2037.04804-.5313.02249-.53-.04589l.2208.0031-.4588-.16685.0217-.02238.7633.08617c.079.17912.5198.05944.6119.23435.1462-.17092.1705-.18001.3898-.16432.073.00527.1348.02948.2091.0305.202.00261.4049.01963.6113-.01166.1592-.02434.2712-.01911.3714.02218.3292.13809.7784.14269 1.1684.21301.049.00852.1186-.00756.1739-.00444l.1442.0082c-.009-.00353-.0176-.00772-.0257-.01253-.0559-.03713-.0742-.10581-.1267-.18355l.1959.03346c.0297-.102-.1251-.06682-.1546-.13251l.0898-.03672c.0025-.0327.0044-.06071.0071-.10143l.1916.03921c-.0007-.01065-.0013-.02037-.0019-.02945l-.108-.00995c-.209-.0184-.4359-.01203-.6412-.03411-.3838-.04339-.7438-.12227-1.1388-.14639-.6888-.0424-1.3529-.11766-2.0131-.19596-.1913-.02301-.3788-.05675-.5615-.10108-.125-.02981-.2399-.06994-.3776-.11741l.5577-.12164c.0062.00106.0123.00213.0181.0036.1994.04073.4244.05602.6405.07936.4063.04344.8101.08829 1.2189.12656.2257.02083.4605.0284.6912.04266.0463-.00166.091.00341.1328.01505.1462.07143.405-.00914.5483.06348.3686-.0198.6858.03785 1.014.07884l.0023-.00579c.0498-.12359.0525-.12885.1859-.1092.0662.00981.1224.01974.1635-.0716.007-.01612.0651-.03328.114-.05698l-.1906-.04524c-.1109-.01686-.2171-.04539-.317-.08518.0549-.0095.1244-.03101.157-.02116.1604.05094.3381.06477.5219.04062-.0542-.00634-.1088-.01258-.1624-.02005s-.1166-.00929-.1059-.07633l.4821-.11653c-.0423-.05489-.1928-.00054-.2107-.09039l.1986-.04877c-.0249-.05651-.1276-.05811-.0562-.16029.0765.00231.1571.00147.2338.00754.0677.00588.13.02323.1992.02706s.1428-.00164.2281-.00352c-.1416-.0265-.2959-.01603-.385-.09733.2352-.00306.4336.06892.7055-.01138-.0324-.03258-.0586-.05805-.1078-.10516.1269.00873.2638-.03015.386-.10955.0852-.05503.1775-.09291.27-.11084.0925-.01794.1829-.01548.2647.00718.1671.04642.3637.03276.5514.03862.2561.00832.5387-.04674.7818-.0001.2432.04664.5113.04821.7699.06826.0256-.00118.0516-.00459.0777-.01017l-.0357-.06832c.0841-.07658.0841-.07657.0713-.21616.0409-.00698.079-.01505.1167-.02012.113-.01581.1379-.04073.124-.11934-.0087-.05076-.0141-.1028-.0196-.14619.0386-.02248.081-.0317.119-.02591.0211.00391.0439.00257.0669-.00392.0229-.00649.0452-.01796.0652-.0335l-.2412-.09414.0221-.02697.2539.02558c-.0264-.02411-.0439-.03876-.0712-.0607l.2109-.08178-.0874-.06136.1972-.22524.4053-.07119c.0038-.00847.0149-.03316.0243-.05477l.3476-.00689.0108-.01563-.1809-.05003c.0923-.03428.1594-.072.2156-.07741.139-.0136.2958-.05896.38.03559.033.03719.1231.04155.1953.04544.1819.01013.368.01136.5529.01581.0037-.00032.0076-.00145.0112-.00331.0027-.00078.003-.00088-.002.00058.0085-.03444.016-.06474.0231-.09557-.2887-.04246-.2887-.04246-.3193-.1091.0958-.00209.179-.00496.261-.00556.3751-.00257.7479-.00029 1.1253-.00865.1246-.00295.2662-.04382.3917-.04894.2012-.00836.3948-.00008.5931-.00213.1915-.00167.3876-.01233.5773-.0109.2567.00176.5098.00908.7633.0188.0284.00481.0551.01381.0791.02677l-.0149.01815-.8957.01934c.1733.02468.3503.03913.5301.04328.1827.00865.364.01893.5442.03086.174.01246.3425.03294.522.0329l.0205-.03191-.1844-.06335.0231-.03237c.6077-.00006 1.1898.04639 1.7929.0988-.0299.02534-.0644.04355-.0998.05265-.0354.00911-.0703.00876-.101-.00101-.1248-.02187-.2779-.00637-.3787.03618.0383.0126.0782.02217.1193.02864.3097.02601.621.04934.9311.07619.1508.01229.3105.006.4585.02772.1637.02414.3114.08142.5145.04537.0364-.00764.0719-.00529.1024.00679.0304.01209.0548.03343.0702.06164-.0987.00203-.1656.00836-.2265.00304-.1635-.01235-.3236-.03214-.4871-.04418-.2784-.0223-.5576-.04274-.8377-.06132-.0449-.0006-.0913.00633-.1376.02051-.0954.02629-.1757.0337-.2175-.02452-.0063-.0108-.0174-.01762-.0308-.01899-.2348.00965-.4351-.03559-.6486-.06002-.0715-.00826-.172-.02869-.2254.00431-.1212.07477-.1622.03325-.2293.00996-.0386-.01321-.0961-.00355-.1422-.0094-.0462-.00586-.0947-.01802-.142-.02703-.0331-.00838-.0672-.01442-.1021-.01807-.1823-.01002-.3668-.01331-.548-.02363-.1968-.01147-.3898-.03048-.5875-.04072-.19-.00998-.3839-.01273-.576-.01889l-.015.02774.9321.05451-.0108.02554-.1242.02871c.1291.00465.236.00948.3454.01132.0589-.00394.1171-.00462.1744-.00203.1155.0173.2164.05933.3381.06268.3706.01152.7432.01547 1.0917.07377.3876.06496.8356.03511 1.2286.09913.1747.02854.3715.02437.5566.03706.1162.00782.2363.01291.3444.03142.1425.02369.3129-.01835.4568.01194.1836.03513.3763.0465.5739.03387.3077-.01616.5564.05916.8375.08469.1482.01307.2874.0489.441.05812.1158.00699.2286.01933.3454.02571.1798.00789.3616.01164.5423.01767.0539.00195.1411-.01199.1535.01308.0229.04657.0701.04317.1239.04324.0986.00089.1965.00229.2925.00938.2121.01335.4214.03197.6344.04409.1759.00968.3565.01092.5327.02019.2609.01394.5158.03924.7801.04543.2325.00606.476-.00903.7124-.00988.1815-.00094.3616.00142.5387.00978.1859.00895.3616.03814.5513.03768.2407-.00024.4942-.02754.7377-.0321.1404-.0022.2702.01821.4054.02841-.0113.01274-.0248.02354-.0395.03166-.0146.00813-.0301.01341-.0455.01549-.162-.00356-.3201-.01496-.4837-.01678-.4328.00012-.869.00414-1.302.00145-.1864-.00052-.3668-.01332-.5519-.0161-.3333-.0047-.6679-.00547-1.0015-.00913-.1036-.00131-.2055-.00603-.3077-.01033-.1827-.00764-.3649-.01609-.5477-.02436-.0323-.00373-.0667-.00065-.101.00906-.0344.00971-.0681.02586-.0991.0475.0944.00852.1766.01679.2601.0231.2055.01624.4099.03476.6175.04718.3612.02103.7253.0393 1.0863.0623.0676.00494.1276.02297.2143-.02404.0231-.01225.085-.00721.0849.00269-.0009.05327.0609.0264.096.03233.0508.00437.1004.01222.1485.02351.1554.05244.3352.04469.5615-.01612.0082.06784.099.04709.1855.03783.049-.00094.0972.00145.1444.00715.0377.00099.099.00841.1123-.00477.015-.0155.0336-.0268.0531-.0322.0194-.00539.0386-.00459.0546.00231.0245.0052.0474.01089.0722-.00695.0945-.06656.1415-.01658.2061-.01618.1191.00058.2322.01376.3478.02147.19-.06093.3564-.04685.518-.03903.1744.0082.3348.02882.5327-.00025.2331-.03502.4581-.02421.6848-.02922.2267-.00502.4569.0036.6916-.01271.1005-.00637.1882-.01155.2183.04153l.2614-.05936.08.06005c.0426-.02122.0923-.0592.1263-.05839.141-.00149.2836-.0107.4273-.02756.1432-.01528.2843-.01719.4214-.00568.3081.0169.6384-.00755.9607-.01591.1488-.00401.3016-.01629.4459-.01164.0903.00302.1774.00826.2695.00693.1125-.00132.2287-.03563.339-.04013.2976-.01606.5946-.03004.8925-.04682.0513-.0027.1079.00452.1718-.05777-.2498.01631-.4872.03185-.7253.04789l.0095-.02484.1505-.01732-.0617-.0383c.1378-.01196.246-.02349.3525-.03005.243-.01514.4851-.02876.7265-.04087.2473-.01272.5019-.03812.7378-.03116.1035-.00218.2097-.0184.3156-.04822.055-.01304.1094-.02496.1633-.03417.0244-.00721.0491-.01452.0737-.02371.144-.05052.2935-.06432.4408-.09506.2092-.0433.4188-.08669.6288-.13018.1247-.026.2498-.05147.375-.0811.3869-.09128.7739-.18517 1.1591-.27596.148-.03479.2958-.06313.4435-.09908.1301-.03047.2606-.0674.3907-.0985.0735-.01725.1471-.02907.2202-.04174.0449-.00752.0913-.00813.1129-.07421-.0183-.0037-.0377-.00452-.0577-.00245-.2497.05876-.4997.11888-.7497.17899-.0331.00787-.0832.0329-.0993.02329-.0745-.05337-.1688-.00954-.2562.02139-.1512.05361-.3069.04914-.4546.14036-.0111.0052-.0228.00708-.0333.00536-.3034-.01065-.6201.11482-.9303.17421-.0769.01756-.1535.02558-.2278.02387.0514-.0174.1028-.03354.1542-.04906.0045-.01315.0087-.02621.0136-.03945l.1837-.01341c.3675-.09961.7355-.17063 1.1022-.27035-.0006-.01003.002-.02134.0026-.0327l-.2961.02871c.1619-.09666.9692-.26872 1.2018-.26464l-.1278.10164.702-.15151c-.0004-.00658.0028-.01454.0043-.02202l-.1982-.00149c.0015-.00841.003-.01652.0041-.02452.0547-.01264.1101-.02901.1658-.03714.3606-.05001.7277-.12334 1.0794-.14005.3517-.01672.7131-.0641 1.0716-.10518.027-.00129.0536-.0007.0795.00175-.0431.10631-.1956.05779-.2412.18877.1849-.04217.3537-.02147.5331-.13832.0501-.02761.1036-.04335.1554-.04573s.1001.00868.1403.03214c.011.00888-.0034.04123-.0065.06577.0965.01941.2043.03802.3068.06266.0809.01888.0936.13583.0252.25247l.1355.10302-.1202.08021.0965.03536-.089.18212.0944.05576c-.0145.07166-.0289.14426-.0468.23576.1656-.03839.3246-.07703.4821-.11048.1244-.02987.2488-.05306.3725-.06947.1963-.02097.3905-.0352.5923-.11112.1123-.04179.1949-.01766.2646.03717.048.03843.105.06787.171.10688l-.038.07754c.073-.00559.14-.01527.201-.014.057.00117.133-.07639.176.00188.014.02531.117-.0024.179-.00455-.046.11365-.047.12855-.007.17954l-.107.07109.199.06439c-.011.02836-.019.05164-.031.08186l.231-.06604.006.03245-.308.13213c.009.02937.018.06117.029.0982.092-.03167.162-.03074.158.04896.318-.06665.624-.12029.929-.19709.654-.16126 1.309-.33346 1.963-.50306.134-.03487.212-.03502.383.02305-.232.13089-.475.23-.72.29399-.405.10823-.809.20697-1.214.3127-.261.068-.523.13934-.785.20766-.198.05158-.397.10067-.605.15339-.045.05633.02.15183-.144.18193l.1.0294-.095.12901c.041.00182.083-.00106.126-.00857.283-.08382.569-.14048.849-.27589.083-.03989.179-.05282.268-.06716.168-.02883.336-.04154.505-.07767.113-.02425.207-.04296.222.06215.341-.1088.66-.3164 1.033-.34748-.058.02872-.114.06063-.17.09556-.038.02694-.128.02405-.1.09887-.048.01934-.1.05279-.144.05595-.167.0127-.322.09261-.482.15041-.084.03008-.168.0519-.256.10234.061-.00875.122-.01355.183-.0271.256-.05613.512-.11539.768-.17287.021-.00634.043-.00547.079-.00951-.026.07432-.09.11649-.149.14488-.121.05789-.245.10413-.367.15561-.134.05512-.267.11296-.401.16253-.084.02658-.167.04915-.251.06761l-.075.15508.28.00516.182.18783c-.002.00642-.015.03931-.029.0724.123.01851.123.01851.112.13163l.092.0189v.02408l-.44.15619c.185.03178.357-.13496.517-.0816-.023.02456-.044.04769-.066.07288.025.1072.114.13722.245.12386s.265-.00902.404-.08093c.028-.00965.057-.01627.085-.01972.105-.02713.21-.05541.333-.08759l.097.11881.108-.15222c.18-.00681.361-.01339.542-.0206.033.00318.066.00039.101-.00825.251-.09897.483-.08187.722-.10102.101-.01199.202-.03016.303-.05443.153-.03083.307-.06593.46-.09614.031-.00067.061.00297.089.01081-.07.07515-.16.1272-.253.14537zm-2.418 1.13435-.141-.01939c.014.08183.061.0705.141.01939zm-.289.06004c-.131-.02827-.131-.02827-.173.0616.063.01663.119.00611.173-.0616zm-1.365 6.12957c-.102-.0591-.226.018-.344.0605zm-3.7113 4.8747.1613-.0537c-.0004-.0057-.0007-.011-.0011-.0166l-.161.0536zm.0058-.1371-.1926.0371c.0591.0707.1098.0535.1926-.0371zm.3724 2.4688-.2939-.0049c.0628.0763.168.0657.2938.0036zm-.674 1.0085c.0026-.0167.0052-.0334.0074-.0504l-.1346.0299c-.0016.0113-.0028.0228-.0048.0333zm-2.2303-.0756c-.0208-.0465-.0339-.0762-.0465-.105l-.2329.0956-.0018.0388zm-.3409.2326.0193-.023c-.0177-.01-.0368-.018-.057-.024-.0197-.0017-.0401-.0013-.0608.0014l-.011.0266c.0377.0064.0741.0129.1105.0193zm-2.7604 3.7448c.0062-.0191.0123-.0381.0188-.0573l-.1861.0138c-.0048.0142-.0096.0284-.014.0425zm-3.9598 3.6284c.0554-.0064.1189-.0488.2196-.0926-.2111-.0504-.411.0304-.6031.0351.0737.0769.1339.0875.3845.0576zm-4.7825.87.0098-.0349-.1745.0113c-.0042.0134-.0083.0268-.0122.04zm-29.8541-.8245-.0187.0337.1357.0186.0204-.0379zm-3.4524-.9826c.0506.0438.0709.0858.112.0931.1861.0331.2457.0232.3635-.048-.1559-.0082-.2611-.0889-.4755-.0451zm-.3894-3.5037-.028.0552.1518.0024.0209-.041zm.1335.8138c-.0009.0081-.0012.0163-.0011.0242l.1051.014c-.0026-.0663-.0456-.0651-.1027-.0386zm.2061-.1909c-.0161.025-.0307.0507-.0437.0768l.0403.0044.0454-.0821c-.0135-.0005-.0386-.0033-.0407.0005zm.2852-.1232c-.0675-.0046-.1397-.0025-.2437-.003.0509.0779.1082.1117.204.0952.0183-.0032.0489-.0345.0636-.0558.0075-.0086-.0077-.0357-.0226-.0368zm.6804-.2157-.0221.0535c.0667-.0095.115.0245.2394-.042zm.236.2468-.0191.0315c.0572.015.0778.0951.1862.0184zm.1772.0508c.0219.0204.0518.0316.0852.0318s.0686-.0104.1005-.0305zm.4028.0499-.0207.038.1062.0051.0133-.0241zm.1958-2.1525c.0012.1056.0586.0784.1642.0115zm-3.7736-2.3026c-.011.016-.0217.0323-.0324.0485l.0992.0157c.0073-.0111.015-.022.0227-.0332zm1.7811.1594c-.1935-.0479-.3788-.1049-.5632-.1631l-.0759.1261c.086-.0014.1683.0017.2566-.0055.1004-.0076.1823.0011.1617.0915l.2705-.0391c-.0163-.0028-.0337-.006-.0497-.0099zm.3157.0718.0073-.0171-.0557-.0079c-.0189.0056-.0378.012-.0565.0193l-.0013.0221zm-.0937-.312-.0583.0491c.017.003.034.0063.0504.0097l.1021.0187zm-1.837-1.8934c-.0051.0067-.0105.0132-.0162.0194.0234-.0018.0474-.0047.0709-.0059l.0312-.0009zm.0111 1.0459c.0584.0604.1393.0726.2486.001zm3.6385-3.1777.1644-.0001.1494-.1185c-.0157-.0382-.032-.0774-.0424-.1028l-.3178.1188-.0199.0714c.0226.0105.0441.0211.0663.0312zm-.0522-.6351c-.0471-.0124-.0975-.0172-.1496-.0142-.0622.0008-.1278.01-.1918.0142-.0449.0027-.0889.0026-.1466.0043.0373.0576.0619.104.0947.1435.0329.0395.0718.0695.1076.1017.1699-.1223.1765-.1237.2636-.0568-.192.1238-.3718.1826-.5248.1202-.1113-.0453-.2141-.1008-.3216-.1505-.0471-.0215-.0971-.0394-.1454-.0592l-.0312.0376c.1283.1942.3282.3086.6215.3557-.0087-.0552-.0129-.0833-.0197-.1263l.1018.0143c.0696.0094.1454.0528.2076.0217.1553-.0779.2865-.0665.4302-.1067.0789-.0233.1569-.038.2218-.1112-.1751-.0651-.3445-.1297-.5181-.1883zm1.441-1.0719-.0512.0253c.0067.0083.0152.0147.0252.0191l.0049-.0015c.0087-.0017.0172-.0057.0248-.0115.0007-.011-.0006-.0217-.0037-.0314zm-4.5005-4.7219c-.0022.0074-.0051.0146-.0076.0217l.1145-.0019.0008-.0341zm1.4662.4421c.0205.0671.0635.0809.1507.0619.0245-.0054.0522-.0133.0841-.0249zm.0236-1.1836c.1038.044.2123.0944.3765.0586.03-.0066.06-.0154.0897-.0265zm4.6818 4.5154.0036-.0011c.0497-.0007.0988-.0005.1486-.0008.0043-.0013.009-.0008.0134-.0011l.0855-.0345.0434-.0559-.3733-.0057-.0508.0984zm-.069 2.3855c-.004-.0113-.0115-.0204-.0216-.0264-.01-.006-.0223-.0086-.0354-.0075-.0195.0019-.0392.0059-.0588.0119l-.0093.027zm-.0495-.4963c-.1073-.0976-.1718-.0859-.2655.0545.0894-.0114.1568.0434.2667-.0561zm-.1208-1.9939c-.0461-.0065-.0919-.013-.1384-.0191-.2439-.0011-.492.0048-.7369.005.2782.0206.5575.0397.8366.0594zm-.409 2.0597c.0216-.0613.0406-.1151.0635-.181-.1513.123-.1513.123-.0635.181zm-.1982-1.1053-.2422-.0166-.0159.0194.2351.0321zm-.2201.065c-.0725.0031-.1437.0004-.2131-.008-.059-.0125-.1015-.046-.1765-.0822-.0017.0416-.015.0842-.0018.0857.1243.0135.2206.0725.3725.0398.0067-.0116.0133-.0228.0189-.0353zm-.0468 14.5745-.0071.0462c.0336-.004.0678-.0146.1003-.0313.0326-.0166.063-.0389.0894-.0656zm-.5061-13.8233c-.1233-.0182-.2475-.0345-.3732-.0494-.0842.0798-.1205.034-.1709.014-.0322-.0063-.0663-.0079-.1012-.0046l-.0164.0266c.0546.018.109.0365.1605.0532l-.0368.0801c.1112-.0268.2072-.0612.2932-.0668.0861-.0056.1564.0154.2466.0262.0051-.0187.0086-.0373.0105-.0558.0006-.0052-.0003-.0101-.0024-.0143-.0022-.0041-.0056-.0073-.0099-.0092zm.0688.1741c.1225.0318.2558.0183.3595-.0366-.1143-.1182-.1143-.1182-.3595.0366zm-.1591-2.0563c.0805.0356.168.0593.2602.0706l.0592.0043-.0381-.0066c-.0208-.0041-.0233-.0321-.0421-.0623.101.0021.177.0074.2547.0065-.1161-.0165-.2288-.0375-.3402-.0592-.0664-.0206-.1381-.0301-.2127-.0282.0194.0249.0242.0615.059.0749zm-.9376-1.0252c.0437.005.0877.0089.1317.0125.0932-.0761.2067-.109.3316-.1184l.0069-.0068c-.2377.0207-.4387-.0751-.7149.0834.0634.0069.1237.0146.1841.022l.1138-.0231zm.2152.4888c.0242-.0368.0501-.0786.0746-.114-.0921-.0714-.228-.0527-.373-.0175.0618.066.0526.1786.2984.1315zm-.3059-.1331c-.0152-.0827-.1321-.0906-.2667-.1186-.0028.0705-.0048.1183-.0071.18zm-3.1579-.3093-.0598.047.0743.026c.0146-.0139.043-.0316.0407-.0414-.0023-.0099-.0314-.0176-.0551-.0304zm1.5227.1425c-.0901-.0085-.2019-.0004-.2678-.0266-.228-.0875-.5568-.0453-.8008-.1147-.098-.0272-.233.0009-.284.121l.306-.0265-.1268.1555c.0619-.0131.1234-.0196.1834-.0193.1041-.0027.1949-.0027.2841-.0779.019-.0083.0387-.0116.0569-.0095.2162.0297.438.0539.6451.0943.0774.0155.0816.0286.1804.0071.0215-.0064.0477-.0109.0801-.0195-.0429-.0656-.152-.0726-.2562-.0827zm.4235.1048c-.0075-.0006-.0279.0166-.078.048l.1521-.0306c-.0237-.0072-.0484-.0127-.0737-.0162zm.3783.031c-.0945.0692-.1998.1171-.306.1393-.133.0249-.264.0276-.3872.008-.055-.002-.111.0003-.1677.0071l-.0173.0233c.0644.0255.1319.0456.202.0601.2714.036.5426.0705.8221.0968.1053.0098.2354.0359.3468-.0928-.2653-.0136-.3402-.1368-.3982-.2525-.0309.0004-.0624.0044-.0941.0119zm.4262.0532-.1119-.0458-.0405.0299.1136.0446zm-.4265-1.5414c.0005.0072-.0023.0157-.0032.0233.0519-.0054.1037-.0111.1553-.0172.0014-.0087.0025-.0176.004-.0267zm.0927-2.1349-.1104.0805.0348.0185.1263-.0693zm.1561 3.2834-.0086.0226.1273-.0024c.0038-.0101.0072-.0197.0105-.0297zm-.0402-2.8527c.106.0265.1614.0401.2078.0303.0464-.0099.0902-.0503.1727-.1315zm.4378.0093c.0885.084.0885.084.3114.0721.0655-.1458.0248-.1555-.3107-.0714zm.5287-.5503c-.0147.0043-.0293.0108-.0431.0192.0055.0143.0146.0264.0268.0351.0056-.0016.0305-.0121.0515-.0203-.0102-.0123-.0217-.0234-.0345-.0332zm1.3777 3.7595c-.1957-.0099-.4081-.0139-.5691-.0577l-.2087-.0083c-.0228-.0025-.0442-.0091-.0631-.0193-.1238.0193-.242.074-.3693.1072.0939.0744.1594.1649.38.093.0835.0578.247.0075.3615.0402.1437-.014.2875-.029.4315-.0451.0019-.0178.004-.036.0064-.0559.0984-.0032.1447.0115.1628.0353.0619-.0088.1241-.0179.1865-.0274-.0978-.0388-.2054-.0597-.3185-.062zm.0304-4.4969c.0871.1087.11.1396.2094.1175.0522-.0127.1043-.028.1561-.0461-.1556-.0804-.1556-.0804-.3655-.0714zm.7017 5.0843c-.0423.02-.084.0425-.1247.0672l.2291-.061c-.0332-.0039-.0684-.006-.1034-.0071zm-.4427-5.3295.3434.0672.0313-.0358zm.441 1.5618c-.0194.0036-.0388.011-.0569.0219-.0182.0109-.0347.0249-.0486.0412-.0083.0178.0388.054.0631.0503.0666-.0101.1439-.0003.2202-.0171.0313-.006.0626-.0184.0917-.0363.0292-.0179.0557-.041.0777-.0677-.1395.001-.2413-.0022-.3472.0077zm.6021 3.7788-.06-.0174c-.0336 0-.0673-.0003-.1032.0008-.0621.0011-.1315.0145-.1942.0187.0982.0866.1288.082.4179.033-.0204-.0134-.0403-.0242-.0605-.0351zm-.0069-3.665-.0202.0197.1013.0059.0111-.0148zm.6106-2.3875-.0593.0134c-.1582.0343-.1623.0227-.2042-.09358-.138.04878-.1721.10958-.1604.17958l.3397.0532.1471.1929c.108-.1648.0208-.2546-.0629-.3455zm.5072.1804c-.0074.0255.0381.0689.0679.0665.0168-.0015.0339-.0041.0509-.0077.1104-.024.1009-.0876.1304-.1506-.1203.0068-.2245.0021-.2492.0918zm.8579-.0152-.0237.0293.1973.0031zm.1909.0349c-.014.0575.0134.0918.1183.0912.0178-.0825.0174-.0837-.1193-.0922zm.1295.2009c.0667.0949.1322.1296.238.1063.0618-.0155.1232-.0395.1823-.0711zm2.084-1.7415.0209-.02595-.3019-.01844-.0051.00917zm.1174-.26329c-.0541-.04564-.0541-.04564-.176-.02178zm-1.5843 1.17047-.0374.03948.1274.01411.0262-.03012zm.2259-.20337.1904.03219.0157-.02668zm.3914.00538c-.0097.01085-.0198.02149-.0315.03261.0249.05652.0996.05139.1864.03243l.0159-.00468zm.034 1.18031c-.0472.014-.0925.0258-.1366.0353-.0978.024-.1946.0273-.2838.0098-.0342-.0075-.0901.0061-.1714.0129.4443.1079.5478.1176 1.1094-.048-.1522-.0629-.3343-.0668-.5173-.011zm.1779-1.89173-.0082.01422.0601-.00116.0067-.0106zm.1955-.22413c-.0215.022-.0468.03986-.0739.05217.0971.01442.1942.02915.2917.04316.0304.00516.063.00442.096-.00219l-.1511-.06392.0108-.00926zm.3054-.20549-.0198.02598c.0398.01156.0795.02312.119.0351l.0263-.0346c-.0423-.00891-.0836-.01779-.1255-.02648zm.0208-.1658c.1448.05594.3097.07289.4811.04947.0051-.0098.0108-.01979.0163-.02938zm.6626 2.57175-.0234-.0026-.0195.0255.1354.0143.0158-.0206c-.037-.0032-.0728-.0093-.1083-.0166zm-.0238.1204-.0213.0296.2936.0046zm.3104.0309.2429-.0605c-.1467-.0369-.1867.0248-.2429.0605zm.6589.1043c.0008.0128.0179.0224.0419.0333.0383-.0005.0763-.0002.1142-.0018.0278-.0884.0442-.1472.0652-.2166-.1308.0568-.2304.1082-.2213.1851zm.3377.0215.1467-.0963c-.1466-.0049-.1506.0368-.1467.0963zm1.6295-2.94001-.2149-.02624-.0216.03032c.0506.03775.1336.03206.2107.03355zm-.1216.28051c.0323-.00945.0648-.01604.0969-.01969l-.2546-.02664-.0237.03382c.0359.05069.109.03135.1814.01251zm-.2975-.26081.024-.02401-.0656-.03108-.0237.02329zm-.3136 3.05271-.0057-.0051-.0533-.0024-.0127.0066zm-.6073-.0304c.0457.005.0914.0091.137.0125 0 0 .0027-.0046.0039-.0072zm.0491-3.29645-.0126.02289.1182.00213.0096-.01753zm.2728.01523-.0106.01396.2031.01984.0237-.03892zm.1156 2.93542-.313-.0295-.0193.0143c.0401.0984.2368.0211.3353.0562.0807.033.1752.0395.2722.0185.0293-.0065.0585-.0151.0875-.0258-.1208-.0115-.2416-.0228-.3627-.0337zm1.0299-2.88682c-.0162-.00957-.0359-.014-.057-.01285-.2388-.01214-.4784-.02345-.755-.03689.225.052.4136.09657.6043.13858.0445.01062.0919.01458.1407.01177l.0085-.00254c.0292-.01065.0578-.02404.0855-.03994-.0053-.02146-.0146-.041-.027-.05813zm1.699-.73146c.0108.00429.0223.00733.0342.00905.0037.00018.0076-.0002.0114-.00112.0073-.00214.0149-.00438.0224-.00662-.0001-.00282.0023-.00642.0031-.00954zm.2637-.15452c-.0069.01227-.0139.02422-.0204.03796l.4762.02538c-.0794-.14931-.2871-.0707-.4558-.06334zm.622.77069-.0123.02248c.0464.00096.0929.00192.14.00144.0063-.00871.012-.01777.017-.02708zm5.239-1.44958c-.1419-.0727-.4457-.09952-.7296-.05554.1372.05143.5756.08062.7296.05554zm2.6221.87023c-.0614.00739-.1232.01851-.1851.0333-.0258-.02431-.0556-.05225-.0806-.07519-.2009.01274-.413.06102-.5366-.04457l-.3023.0727c.1374.0434.29.02768.431.02882.0586.0009.1328-.02645.1406.03701.1433-.02603.2184.0479.3373.05588.0702.00048.1414-.00327.2131-.01123.0493-.06917.0473-.10049-.019-.09623zm-.0192.66441.0099-.01951-.176.00377-.0132.01954zm-.3358.00755.0173-.02331-.1115-.03474-.031.04107zm-.5609.38093c.0037-.01004.0077-.02018.0115-.0299l-.2918.02807c-.0026.00683-.0055.01344-.0084.02037zm-.8417-.18467.0026-.00078c.0158-.00468.0505-.04109.0757-.06164l-.008-.02957-.3902.05492c.1079.05083.222.03212.3199.03707zm-.3885-.14454.0017-.00049c.0089-.00413.0176-.00916.0259-.015l-.0203-.02242-.0324.01883c.0071.00799.0155.014.0251.01908zm.0108-.53069c.0289.02021.0859.01836.1332.02101.3462.01842.6916.0387 1.0405.05217.2418.00938.4889.00854.7336.01256.0627.00098.125.00269.1876.00398l.0265-.04231c-.213-.06864-.5337.02578-.7188-.09516l-.1297.07376c-.0132-.04209-.0235-.07578-.0333-.10831l-.2351-.02634.0397.09332c-.0524.01029-.1046.0174-.1563.02127-.2202.00118-.44.00383-.6563-.00189-.07-.00617-.1371-.0205-.2002-.04272-.0538-.01603-.0942-.05326-.1538-.05355-.2902-.00047-.5846.00793-.8784.0149-.047.00111-.1007.00386-.1361.0632.3046-.05332.6023-.04649.8756.02008.0447-.02527.0928-.03913.1389-.04008.0461-.00094.0884.01046.1224.03411zm.9405-.21842-.0598-.01427-.0155.01991c.0188.0056.0374.0113.0571.01505.0008.00168.012-.01311.0182-.02069zm-.2821-.08686c-.0756.00188-.1595.00848-.2378.00447-.2241-.0111-.4433-.03159-.6706-.03629-.0478-.00088-.1212.04953-.217.09125-.0675-.00307-.0675-.00307-.1399-.08163-.0151.00478-.0299.01164-.044.02037-.0118.01147-.0223.02412-.0312.03762l-.2161-.00832c.062.126.3893.12735.7154.01218.0198.03597-.0231.12977.1149.07558-.0012-.01785-.0024-.03665-.0036-.05545.0831-.06095.332.06892.3974.21022l.4378-.03162c-.0492-.08445-.1838-.06481-.3151-.0621.0778-.08109.2095-.06763.2098-.17628zm-2.1389.30836c-.0236-.06264-.1031-.03342-.1698-.02489zm-.0253.4481.1839.02904c.0089-.01497.018-.03011.0273-.04542l-.1913-.0147zm.4458-.6266-.1232-.02236.0169-.01842.1346-.02954c-.1512-.07123-.345-.03571-.5455.01396.1253.07632.2982.07186.5172.05636zm.8902.68123-.1855-.00904c.0528.03675.0528.03612.1855.00904zm-.5325.15731.0321-.02322-.067-.02714zm-.1354-.04399c.031-.00005.0627-.00341.0946-.01004.0111-.01958.0345-.04757.028-.05458-.0188-.011-.043-.01311-.0676-.00589-.0273.00905-.0542.02105-.0801.03578.0089.01207.0109.0335.0251.03473zm-.0258-.03578c.0159-.02418.0305-.04797.0562-.0856l-.1439.0623zm-.0931-.02487c-.0616-.0409-.0556-.14485-.1991-.10788l-.0152.08082c.0255.08281.134.03385.2143.02706zm-.6726.04762c.0318.00149.0741-.00942.0969.00044.0465.02008.1016.02384.1581.01078.0679-.0176.135-.04639.1983-.08507-.1428-.00316-.2827-.0123-.4293-.00668-.1078.00864-.2174.03029-.3263.06448.101.00689.2016.01293.3024.01762zm-.1351-.11239c-.1256-.06507-.1575-.06906-.3779-.04004zm-.3094-.67976c-.0613-.0483-.0792-.05034-.2602.00568zm-.2404-.3661-.077-.00921c-.007.01039-.0137.02099-.0208.03169l.0743.01509zm-.4192.95627c.0692-.00026.1316.02109.1789.06116.0522.04842.1575.05821.2571.09009-.0158-.09783-.0158-.09783-.2623-.13901l.1869-.04244c-.1484-.06762-.3125-.08874-.5303.02189.0568.0043.1141.00591.1698.00987zm-.1119-.71447.2518.01887c-.0398-.07987-.0398-.07987-.2517-.0173zm.021-.07006c-.005-.00522-.0101-.01074-.0155-.01586l-.0303.00897c.0004.0072.0013.02005.007.01933l.0036-.00107c.0118-.00246.0236-.00584.0353-.01012zm-.0768.40971.0189-.02381-.0663-.02223-.0249.03547c.0241.00467.0486.00799.0724.01182zm-.1264.50514.0134-.02027-.0594-.00894-.0132.01922zm.0057-.21116c-.0214-.01796-.0411-.04757-.0536-.0423-.018.0069-.0362.01228-.0544.01608-.0879.01925-.15-.00998-.2217-.02137-.026-.00204-.0528-.00172-.0799.00095.2378.10472.2378.10472.4097.04789zm-.1372-.33978.0991.02468c.0224-.08036.0224-.08036-.099-.02342zm-.3266.07157-.0901-.0513-.0643.08669.1343-.00296c.0061-.01041.0128-.0207.0202-.03118zm-.0497.40808.019-.02892-.1105-.01302-.0191.03756zm-.4646-.37366.033-.05032-.1949-.01936-.025.03932zm-.4826.28305.0424-.00965c-.0251-.06476-.0675-.06563-.1401-.03397-.0048.06017.0357.05715.0977.04362zm-.116-.5405c.0259-.00572.0508-.01501.0742-.02193l-.1889.006c.031.02083.0721.02634.1147.01593zm-.1547.57256.0145-.03621-.1281.02124zm.0566-.11761c-.0345-.01407-.0631-.02446-.1014-.0387.0093.0493.0114.06051.0538.05116.0119-.00225.0278-.00693.0476-.01246zm-.1806.10284c-.0241-.00816-.0508-.0108-.0786-.00775s-.0561.01172-.083.02547l-.0051.02993zm.8984 21.21004c-.0029-.0044-.007-.0078-.012-.0099-.0071.0047-.0139.0083-.0214.0134l.0398.0058c-.002-.0039-.0045-.0064-.0064-.0093zm-1.081-21.97196-.0696.08762.6525-.0034c.1594-.00109.3345-.02792.4508.04342.0191.01347.044.01873.0706.01491.1249-.03402.2504-.07012.3752-.11081.0881-.02988.1411-.02159.1601.04273.0003.00344-.0269.01946-.0485.03476.0601.01418.1236-.01767.1855-.0481.0776-.03823.1527-.07703.2165-.02722l.1538-.22072c-.1042.00202-.1917.01095-.2689.00341-.0771-.00754-.1365-.03056-.2139-.03258.0632.07712.1839.09192.2952.11779-.193.03241-.379.07299-.5529.0356-.1719-.04436-.3648-.03633-.5574.0232-.0061.0021-.0121.00389-.0182.00536-.0391.007-.0774.00684-.113-.00045-.1273-.02276-.249-.05417-.3772-.07475-.0437-.00099-.0885.00273-.1338.0111-.0668.00603-.1297.00639-.196.01608-.0663.00968-.1254.0265-.199.04281.0194.07538.1142.03302.1882.03924zm1.5341-.19771c.002-.01049-.0103-.01867-.0196-.03221-.0179.01455-.0399.02713-.0408.03441.001.00605.0038.01131.008.01523.0043.00392.0098.00636.016.00706l.0023-.00068c.008-.0014.0315-.01729.0328-.02342zm-.2241.00809-.0758-.02774-.0261.02751.0834.02134zm-1.0685-.54653-.1712.00366-.0024.00548.175-.00379zm-.3844.18415c.0851.00676.1693.01799.2566.01552.3647-.01196.6947.05023 1.0819-.00923-.0266-.00858-.0546-.01408-.0838-.01644-.4133-.00562-.8279-.00929-1.2547.01015zm.8143-.18308 1.0043.02264c-.3243-.04414-.6609-.05173-1.0043-.02264zm1.257-.08393.0101-.00907-.1522-.01316-.0096.01753zm5.7323.70344c-.1195-.01227-.242-.0195-.3628-.03013-.0626-.00547-.1221-.01629-.1849-.02041-.0629-.00411-.1307-.00291-.2337-.00441-.0796-.08121-.2834-.04403-.4459-.06147-.3302-.0356-.6723-.05237-1.0096-.07697-.6603-.04859-1.32-.09894-1.9815-.14556-.3763-.02614-.7527-.05227-1.1347-.06778-.3625-.0149-.7322-.0165-1.0989-.02345.0785.01737.1539.03884.236.05034.0587.00821.1298-.00034.0836.06441.0782.00881.1413.01668.2059.02219.0319.00355.0649.00343.0985-.00036.2159-.03183.3931.01449.5936.01623.0548.00009.0947.03304.1223.04372l.3044-.07046c-.0025.04386-.0042.06927-.0067.10863.0397-.0047.0971.00326.123-.01716.0942-.0722.1581-.05023.2231-.03398.1522.03454.3017.07309.4512.11132.1006.02617.1311.01971.2591-.06472-.0017.07745.0377.09839.1277.02965.033.02216.0555.05256.0944.05607.0389.00352.0904-.02222.1323-.03397l.0718.06948c.1352-.0166.249-.04992.3316-.03695.1699.0274.3585.02181.5375.03281.1849.00924.3745.01295.5591.02355.0664.0064.1309.01785.1933.03424.076.01648.1377.04936.2532-.01093.0689-.0357.0947.00874.0946.05952.0382-.0199.0782-.03259.1177-.03728s.0776-.00129.1119.01001c.1316.03714.2984.03255.4551.03642.2056.0031.4163-.00068.6238.00059.0361.00596.0739.00723.1126.00379-.0187-.01363-.0334-.03292-.0585-.03573zm.3016 1.52919-.0035.00775.1521-.00343.0035-.00775zm.498-1.39242c-.003.00087-.0161.02136-.0248.03286l.0773.0091.0232-.03623c-.0255.00083-.049-.00341-.0762-.00303zm1.0079.55133c-.0303-.06706-.1148-.07402-.3635-.02452-.0053.01116-.0107.02168-.0163.03262zm-.6681-.16732.0066-.01342-.0921.00164c-.0018.0034-.0032.00671-.0051.0098zm-.1614-.36103c.0761.04808.185.02645.2786.02849.0643.03658.1518.02702.251.0127-.0588-.10811-.2971-.12649-.5296-.04119zm.6677.02819c-.0106.00698-.0209.03044-.0161.03669.0061.00907.015.01566.0258.01905.0109.00338.0232.00344.0356.00016.0315-.00916.0625-.02294.0919-.04086-.0292-.05076-.072-.05728-.1372-.01504zm.2839.4909c-.0058.00843-.0113.01707-.0168.02572l.0672-.00132.0093-.0165zm.1687.00765c.0415.12089.2345-.01402.3025.06424-.0272-.0916-.0548-.09687-.3015-.06422zm.9489-.30553-.1131-.01256-.0134.02246c.0388.00226.0774.00525.1162.00782zm-.2011.40202c.0339.00467.0745.02302.1186.01351.0183-.00473.0362-.01352.0522-.02565.0161-.01213.03-.02727.0404-.04418l-.3293-.03778c-.0501.10804.0632.08765.1181.0941zm-.2748-.03602c.0134-.0076.0264-.01594.0391-.02496-.0047-.00499-.0094-.01541-.0137-.01383-.0141.00561-.028.0126-.0413.02083.0047.00688.01.01226.0159.01796zm.1072-.38291c-.0695-.03533-.0695-.03533-.235.00557zm-.2187-.17137c-.0073.01173-.0152.02367-.0229.0355.058.05314.1596.03333.2543.0258l.0183-.02872zm.3543.04351c.0386.07672.158.01463.2427.03369-.0815-.04298-.1063-.04589-.2426-.03181zm.4084.48606c-.031.00916-.0617.01822-.0926.02927l.0032.04887.1002-.04079zm8.9544.04445c.1213-.01825.2433-.03992.3658-.06335-.0433-.05106-.099-.0739-.2146-.01737-.0046.00216-.0093.00355-.0139.00409-.0152.00448-.0334.00411-.0336.00098-.008-.06566-.0568-.03622-.0937.00724-.0274.03238-.027.05523-.01.06841zm-.1643-.04438c-.0474-.05208-.1195-.03814-.2015.00428zm-.4536.08833c.0084-.01077.025-.02399.0242-.03172-.0018-.0055-.005-.01015-.0095-.01351-.0044-.00337-.0099-.00536-.016-.00579-.025.00464-.05.01203-.0746.02203zm-.1258-.02158c-.007-.07074-.0769-.05519-.1412-.04067-.0142.00419-.0286.00619-.0419.00852-.0204.00373-.0408.00892-.0612.01553-.0155.00458-.033.00974-.0468.01384-.0171.00475-.0342.00596-.05.00354-.0159-.00241-.0302-.0084-.0421-.01755-.0149-.01188-.0829.01779-.1266.02846.0904.06017.3805.03832.5098-.01167zm-.5917.4462c-.0002-.00345.0029-.00756.0046-.01159l-.1007.00199-.066.01949.0002.00439zm-1.0687-.28781c.1465-.01136.2929-.02012.4428-.04267.1262-.01908.2395-.0254.3043.02474l.3048-.11623c-.0136-.01227-.0201-.02951-.0356-.02972-.1844-.00267-.3701-.004-.5554-.00293-.0524.00016-.1014-.00867-.1658.03588-.0109.00683-.0227.0114-.0344.01337-.0325.006-.0645.00671-.0947.00211-.0704-.01115-.1328-.03518-.2152.04759-.0038.00367-.0339-.00498-.0537-.00873-.0338.07992.0333.08183.1029.07659zm-1.1488.34541c.1703-.02157.3406-.04259.5108-.06306-.008-.00602-.0185-.00866-.0298-.0075-.2472.05037-.4342.00375-.6088-.05294l-.2305.11151zm-.4268-.11978c-.0528-.01027-.0895-.05211-.2211.02474l.2055.00539zm-.148.1395c.0035-.009.0066-.01759.0097-.0265l-.0763.01615-.0036.01161zm-.4873.00536.0491-.00107c-.0131-.05586-.0482-.0522-.0911-.02931.0185.00394.0333.01469.042.03038zm-.6275-.12341.0027-.00078c.0061-.00695.0116-.01426.0167-.02187l-.0289.00086c-.0019.00728-.0029.01456-.0029.02164.0035.00107.0074.00122.0114.00044zm-.0744-.27946-.0809.0584c.0049.00365.0094.01094.0179.01226.1198.01763.2484.00763.3771-.02933.0442-.01396.0884-.01414.1261-.00052.0619.03632.1501.01634.2279.01952.1208.00489.2635-.03376.3673.00582.2554-.06011.4482.02407.6966-.01928l.0142-.00419c.0125-.00357.0249-.00476.0367-.00352.1781.04863.3928.01969.6021.00223.0733-.006.1475-.01385.2186-.0154.0491-.00107.0882.00015.0881-.05793l.1113-.01596c-.0465-.01988-.0967-.03325-.1496-.03979-.0428-.00141-.0992.02579-.1692.04582-.0719-.01802-.1464-.03015-.223-.03631-.1566-.00418-.3207.00693-.4798.00698-.1132.00151-.2213-.01188-.3369-.01031-.4067.00327-.8181.01813-1.2215.01406-.4259-.00192-.8454-.01977-1.2667-.03296-.1405-.00447-.2762-.01739-.4155-.02413-.0382.00234-.0769.00768-.1157.01596.0439.10613.1372.13799.2797.12112-.0011-.01598.0012-.0323.0026-.0573.1242-.02396.2436-.00916.3411.0423.0787.03583.1233.09129.256-.00889.0205-.01564.0815-.01291.1088-.00244.0766.02942.1676.02265.2655.01257.108-.00505.2149-.00454.3202.00152zm-1.1055.36936.1844-.02956c.0015-.0129.0036-.02631.0055-.0393l-.1864.04516zm.3814-.03122c-.0025.0036.0077.00985.012.01495.0126-.00882.0247-.01847.0361-.02887.0024-.00068-.0077-.00986-.015-.01856-.0122.00999-.0236.02097-.0341.03277zm1.9919 24.62841.0349-.0474-.1675-.0562c.0302.0914.0859.0893.1316.1039zm-2.7351-24.06021c.0027-.01068.0057-.02115.0084-.03184l-.1191.01474-.0068.01957zm-1.2653-.0541c-.0381-.06826-.1394-.03354-.21-.04845l-.0256.03951zm-.6857-.9642-.0079.0186.1383-.00319.0079-.01829zm.245.69844c.0351.01135.0742.0144.1146.00894.0384-.00848.0852-.03317.183-.086-.101-.05861-.0996-.05775-.2056.0288-.0297.01993-.0611.03629-.0934.04865zm.1806-.23601.175-.00379.0051-.00855-.1693-.01831c-.005.01106-.0084.02069-.0121.03104zm.0046-.44551-.0116.02291.1752-.00388c.0016-.00293.0033-.00579.0052-.00855zm.2396.66684c-.0296.00676-.059.01664-.0879.02947l.0048.04327c.1353.01083.2651.02707.402.03199.3125.01178.6274.0187.9432.02471.0386-.00058.0786-.00957.1174-.02635.1279-.05503.1388-.05668.1868.00865.0639.08684.1593.10143.3042.02256.0836-.04364.1726-.06473.2563-.06071l.0856-.00167c.0621-.01832.1231-.03636.183-.05212-.0438-.00111-.087-.00305-.1314-.00271-.4228-.00061-.8502.00912-1.2697.0018-.1825-.00325-.3668-.00821-.5235-.05932-.1352-.04211-.3149.02342-.4731.04111zm1.0927-.6686c-.02-.01293-.0394-.02605-.0591-.03908l-.0317.02855.0692.03031zm-.6975-.32466-.0268.01717c.0065.00397.0137.00699.0214.009.0048-.00182.0094-.00437.0137-.00754-.0033-.00626-.0069-.01222-.011-.01785zm.1099-.00055-.0078.01893.067-.00415.007-.01612zm-.0042.18231c.0056.00439.0123.01392.017.01286.0122-.00614.0239-.0138.0348-.02274-.0079-.00308-.0154-.00949-.0247-.00802-.0094.00148-.0204.01335-.0297.01962zm-.3409.5688c-.0057.01094-.011.02178-.0163.03293.152.02661.3288.0044.5063-.02185zm.586-.33275.1382.00578.0128-.02643-.1428.0032zm.4712-.41093c-.0143.00582-.0284.01275-.042.02072-.0023.00068.0013.01973.0059.01868l.0036-.00107c.0132-.00371.0262-.00832.0391-.01379-.0052-.00804-.007-.01516-.0091-.02188zm.2227.17594c-.1042-.00883-.1975-.03746-.3051-.03759-.1077-.00014-.2305.01473-.3754.02561.1475.08418.346.04021.5053.05862.1453.01908.2979.01563.453-.01024.0193-.00378.0387-.00949.0577-.01706-.091-.06987-.2332-.00774-.338-.01668zm1.9169-.20512.0697.06787.0341-.0286c-.0052-.03901-.0533-.03917-.1038-.03927zm4.9402.06699c-.2365.00825-.4728.01609-.7108.02764-.0891.00431-.1835.02228-.2724.02524-.067.00351-.1277-.00442-.1941-.00652.0135-.03017.0228-.05146.0332-.07367l-.2401.00547.0559.03744c-.0179.01656-.0371.03154-.0573.0447-.0196.00583-.0392.00763-.0576.0053-.0183-.00234-.035-.00877-.0489-.01886-.0375-.01893-.0751-.03785-.145.00482-.0764-.02275-.1535-.04405-.2284-.06823-.0474-.01537-.0063-.09743-.0891-.08736-.0068.06588-.0212.13399.099.1518-.0329.00885-.0657.01121-.0965.00696-.0307-.00426-.0587-.01505-.0823-.03172-.0503-.02888-.0933-.05929-.1861-.01782.0009.01378.002.03132.0007.04704-.0979-.01099-.1924-.02619-.2923-.0318-.0618-.00378-.1275-.0115-.2027.04264-.0127.007-.0262.01099-.0393.01159-.0097.00147-.0194.00371-.0291.0067-.0489.01525-.0974.01193-.1351-.00926-.0241-.01246-.0519-.01866-.0817-.01816-.0297.00051-.0606.0077-.0903.02107-.0922.04033-.2041.01143-.3029-.00344l.0874-.02583c-.0434-.00398-.0885-.00246-.1342.00452-.1403.04224-.2798.0406-.3982-.00468-.0579-.02474-.1251-.0323-.1951-.02197-.0699.01033-.1404.03821-.2046.08097-.0322.01788-.0669.02635-.0993.02422-.1688-.01079-.3361-.02843-.5068-.03675-.0598 0-.1206.00428-.1818.01282-.0084.00164-.0168.00412-.0251.00741-.0119.0035-.0231.00682-.0252.00458-.0447-.05609-.1205-.03273-.1967-.00896-.0267.00885-.0535.01613-.0803.0218-.0269.00476-.0705.00678-.0746-.00509-.0354-.09907-.1718-.05622-.2758-.05711-.0284-.00133-.0579.00244-.0874.01112l.2203.02114-.0161.02709c-.1446-.01029-.3327.05392-.4416-.06909l-.1514.10856-.1522-.02912c.0182.03198.0201.06111.0377.06231.1088.0084.2066.02774.3388.00273.1399-.02631.2691.00097.404.00585.3034.01222.6072.02819.9103.03602.1243.00257.2593-.01622.3886-.02377.0326-.00487.0644-.0034.0934.00433.0652.02992.1359.02085.2262-.02369.0977-.04803.1709-.02431.2354.0007.0421.0163.0579.03655.1395-.0016.0652-.03077.1525.00221.2313.00415.0528.00398.1074.0019.1627-.00623.0893-.01776.1687-.03196.2391-.00006.0395.01771.1196-.00691.1805-.01055.1676-.00957.3249.00463.5097-.04328.0877-.023.171.00187.2592-.00246.5602-.02777 1.1212-.05701 1.6828-.08774.138-.00883.2767-.01597.4154-.02437l.0123-.02821c-.0424.00037-.089-.00247-.135-.00133zm.1632.20725-.1203.01701.1241-.01141c-.0011-.00252-.0024-.00491-.0039-.00717zm.0861-.0925-.0287.01328c.0031.0058.0034.01592.0095.01636l.0033-.00098c.0085-.00302.0168-.00698.0248-.01179zm.1679-.00361-.0188.00555.0196-.00356-.0015-.00337zm.29.01652c.0136.00194.028.00136.0426-.00173.011-.00237.0221-.00563.033-.00974zm1.5119 20.84516c-.0025.0084-.0046.0167-.0071.0248l.13-.0023.0103-.0385zm-.9595-20.92978c-.0187.00232-.038.00578-.0566.00842l.0762-.0075-.0003-.00376zm1.3936 20.86738c.0595.0511.137.0374.2202.003zm-1.0796-20.91543-.0078.02497.1407-.01409.0088-.03455zm1.3125 20.91813c.0555.0817.1554-.0002.2369-.0144l.0068-.0339zm.4877-.2887c.084.071.1736.0381.2426.049l.0239-.0556zm1.1267.59c.0141-.0163.0216-.0249.0216-.0249-.0426-.0286-.0934-.0293-.1587.0367zm-.0413-.2257c-.0002-.0038-.0314-.0019-.0482-.0024-.0083.0283-.0161.0572-.0244.0855l.0519-.0035c.009-.0267.0162-.0529.0207-.0796zm-.2604-.0377c.0968.019.1972-.0145.3302-.0931-.1228-.002-.2055-.0054-.29-.0024-.0181.0005-.0621.0279-.0629.0367-.0029.022.0043.055.0227.0588zm-1.5331-21.30898c.0121.01547.0297.02574.0504.02951.0473-.01174.0943-.02308.1417-.03357zm1.2806 19.10498c.0602.0719.1031.1007.204-.0079zm2.5856-20.1535-.0005.03847.3407-.08243c-.0008-.01159.0005-.02345.0004-.03524zm4.0391 13.3267c.0446.0331.174-.0093.2649-.0173l.1338-.0114-.1422.1292c.39-.0418.7336-.1528 1.0673-.3514-.0008-.0125-.0016-.0254-.0002-.0389-.0757.0192-.1513.0364-.2269.0575-.1737.0484-.3474.1026-.5207.1471-.1002.0289-.2001.0316-.289.0078-.0889-.0239-.1636-.0734-.2163-.1434.1638-.0663.1723-.0653.2571.0646.0716-.0327.1492-.0636.2227-.1022.0735-.0387.1484-.0866.2471-.1452-.0674-.0027-.1186-.0039-.1686-.008-.0156-.0011-.0305-.0028-.0457-.0043-.1828.0639-.3653.1283-.5476.1937-.1183.0429-.2367.0839-.3548.1239.1118.0229.2321.032.3191.0983zm-.2968 1.7424c.0878-.0819.0878-.0819.3733-.1589-.0788-.0169-.1203-.0404-.1666-.0325-.0777.014-.1594.057-.2372.0701-.0734.0077-.1459.0093-.2166.0046l-.019.0334zm.0862-1.2245c-.1615-.0258-.1847-.0164-.3401.1483.1278-.0566.2312-.1012.3401-.1483zm-.2817.7802-.1815.0371c.0797.0211.0797.0211.1815-.0371zm-.096-.9295c-.0119-.0326-.0172-.048-.03-.0844l.2935-.0838.0436-.0736c-.0866-.0431-.1692-.0835-.2627-.1296l-.1465.1046c.0216.0424.0387.0786.0697.1361l-.3356.0874c-.0037.01-.0078.0198-.0115.0296zm-.3705.9291c-.0591-.0359-.1294-.0554-.2053-.0571-.0759-.0016-.1554.0146-.2325.0475.1358.0972.2557.0995.4378.0096zm-.862-.3256c.0016-.0126.0028-.0248.004-.0372l-.2039.034c.0011.0179.0003.0363.0008.0544zm-1.1014-13.31411-.1158.01345-.005.02702.1164-.01522zm.3537 14.12031c.161.046.3247-.0024.5124-.145-.0973-.0533-.139-.1575-.3415-.0798.0723.0348.171.043.0704.1602-.0741-.0059-.1553-.0129-.2388-.0201-.0574.0425-.0529.0711-.0025.0847zm-.6621-14.03335c-.0295-.01625-.0646-.02342-.1021-.02079-.0375.00262-.076.01494-.1118.03576.0159.08918-.1068.08007-.1571.16871zm-.5636-.39104c-.1474-.03757-.1474-.03756-.2619.00647.0417.09816.136.03233.2619-.00647zm-.2068.65469c-.0998-.02408-.2138-.00961-.3222.0409.1056.05724.2158-.00117.3222-.0409zm-.3824-.04159-.1062.10418c.0959.00136.1256-.03391.1062-.10418zm-.1088-.4149-.2902.04135.0374.0161.0033-.00097c.0757.0316.0966.02191.2488-.05753zm.4358 13.42549.2787-.052c-.0825-.0695-.1852-.0197-.2834.0058zm-1.0806-13.39116c.0521.00261.1069-.00617.1608-.02577l.0066-.00195c.0705-.05819.0939-.05969.2452-.06542.0054-.00038.0109-.00189.0162-.00444s.0102-.00609.0145-.01037c.0507-.06287.0875-.02937.1329-.02426.1017.01212.206.02314.3356-.07836-.0656-.00011-.1219-.01733-.1575.00341-.0762.04452-.1159.03422-.1608-.00008-.0219-.01031-.0483-.01246-.0754-.00615-.102.01927-.2046.03967-.3105.0598l.194-.0158-.001.04179c-.0769.00707-.1535.01341-.2295.01799-.069.0041-.1369.00468-.2045.00453l-.0229.00454c.0219.04206.0386.07066.0563.10054zm-.4242.0027c-.0131-.01056-.0302-.01601-.0491-.01564-.0188.00037-.0385.00656-.0564.01774zm-.5459-.15103c.0664-.00342.132-.00331.1967.00032.1467-.02418.2945-.05826.4431-.09544.0701-.01753.1397-.01765.21-.0333.119-.02622.2384-.06307.3572-.08699.2859-.05666.5711-.10708.857-.16311.0664-.01323.1507-.06686.193-.05285.1306.04379.25-.05437.3733-.09114.04-.01179.0806-.0388.1179-.04345.0462-.00252.0914-.00037.135.00644.0155.00116.0305.00407.0444.00603l.067-.07182c.0608.00376.123.00257.186-.00356.1689-.03009.3386-.06808.5073-.10099.103-.01956.1246-.02787.2396-.14136-1.3174.23942-2.6211.54054-3.9275.87122zm4.3535-.54841c-.0877.03135-.1782.08203-.2653.05698-.0956-.02701-.2023-.00731-.3118.03047s-.2115.05194-.2998.00809l.133-.09006-.2511.05279c-.0006.04712-.0012.08465-.0016.11895.0636.02144.122.04121.1891.06325.0582-.09255.1196-.07846.1882-.05816.0596.01719.1379.05218.1894.02769.1534-.07275.2931-.06548.4373-.08732.1372-.02073.2747-.02529.3982-.15372-.1242-.03451-.2666-.02406-.4057.02978zm.8744-.03031.2079-.04128c-.0591-.04481-.1293-.04355-.2079.04002zm.3897 2.97075.0015.02349.1507-.04099-.0016-.0235zm.2021.26791c.058.00297.0885.00579.1197.00456 0 0 .0194-.03224.0143-.03808-.0265-.03465-.0618-.02422-.1341.03227zm2.6209 3.80655c0-.0063 0-.0122.002-.0193l-.126.0205c.001.009.002.0184.002.0275zm-.4701 1.3495.1457-.0811c-.0047-.0101-.0093-.0199-.0137-.0301l-.1477.0756c.0054.0115.0105.0227.0156.0343zm-1.0381.381c.2251-.0799.2256-.0778.2906-.1427-.1997.0316-.3891.0355-.5857.1661.0942.0475.1928.012.295-.0246zm-.5854-5.87644c-.0212.0516-.0374.09183-.0553.13672.1279-.0349.1302-.041.0543-.13768zm.0204-2.31623c.1199.00289.2293-.06774.3426-.11337-.2347.00037-.2949.02071-.3437.1124zm.1572 6.74187c-.0038.0139-.008.0275-.0121.0415.0372-.0014.0748-.0035.1114-.0035.1886-.0011.3838-.0923.5774-.1089.1575-.013.3267-.0697.485-.066-.3731-.0488-.7687.0482-1.1628.1359zm.9483 1.0811c-.0719.0068-.1291.0467-.188.0823.0037.0091.0077.0186.0119.0284l.1798-.0997c.0267-.0058.0533-.0086.0792-.0084.0084.0879.0848.0519.1459.0256.0604-.0294.1196-.0626.1772-.0993-.1414-.0122-.2725-.0064-.4071.0701zm.6499-1.2432c-.051-.0807-.0852-.0796-.2588.0126zm.0297-.2055c-.11-.0313-.11-.0313-.1944.0418zm-.1298-4.44063c-.0868-.01045-.174-.03259-.2768.05559.2209.07204.305.06763.5137-.024-.088-.01245-.1624-.02359-.238-.03255zm1.0629 4.37263c.067.0028.125-.0352.17-.1084l-.178.0676zm-.399-6.15446-.11.04111c.001.00877.003.01664.005.02544l.11-.04162zm.004 1.60218c.1.04536.1.04536.167-.04283zm.913 3.85868c-.18.0482-.359.0904-.576.1446.056.0273.085.0524.124.059.173.0295.367-.0445.55-.0696.036-.0047.079-.0483.129-.0813-.025-.0301-.059-.051-.099-.0604s-.085-.007-.13.0069zm2.053-.3468c.043-.0117.087-.0154.128-.0111.075.0083.145.0252.229.0404.009-.0549.015-.0887.021-.1204l.166-.0346c-.011-.0746-.062-.0703-.125-.0512-.074.0218-.148.0436-.221.0654-.204.0579-.408.1149-.611.1737-.027.0108-.053.0242-.078.04l.005.0343c.048-.0107.096-.0189.144-.0331.113-.0353.227-.0736.342-.1048zm-1.422.3117.113.0155.064-.132-.182.0897zm-.267.1487c.087-.0074.147-.0434.183-.1257-.172-.0161-.197.0024-.184.1249zm-.25-4.37954c-.01-.00281-.058.02988-.059.04175-.003.02392.014.04481.028.07961.038-.03372.08-.05767.082-.07515s-.028-.04011-.052-.04707zm.067 1.74458c.037.09473.127.05353.256.01593-.032-.02604-.073-.0413-.118-.04425s-.094.00652-.14.02746zm.345 2.13696c.067.0979.178.0511.301.0109-.082-.0809-.191-.0399-.302-.0118zm.276-4.0934c-.05.02462-.1.05988-.15.07136-.134.03174-.205.1011-.226.25092.086-.09821.2-.16843.318-.19647.089-.02516.091-.03774.057-.12667zm.325 4.3553-.386.2813c.125.0368.651-.0916.864-.2233-.201.0516-.386.0695-.479-.059zm.028-3.55722c.115.03.115.03.219-.08245z'/%3E%3C/g%3E%3C/svg%3E");
}

#landing-freeze-dried .Product [data-cta][data-cta=orange] {
    --color: var(--color-orange)
}

#landing-freeze-dried .Product [data-cta][data-cta=purple] {
    --color: var(--color-purple)
}

#landing-freeze-dried .Product [data-cta][data-cta=pink] {
    --color: var(--color-pink)
}

#landing-freeze-dried .Product[data-brush]:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 660px;
    height: 384px;
    top: -50px;
    left: calc(50% + 30px);
    transform: translate(-50%) scale(var(--s, 1));
    pointer-events: none;
    background: left top/contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='385' viewBox='0 0 661 385' width='661' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m318.875 319.196h-.019c.191.134.363.21.553.305-.209.229-.419.477-.629.706-.21-.133-.401-.286-.611-.419.229-.21.477-.401.725-.611m-118.245 51.832s.057.153.095.229c-.267.115-.534.229-.801.344-.038-.114-.095-.229-.134-.343.286-.077.553-.153.84-.23zm10.206-.982s.039.114.058.152l-.84.23-.057-.153c.286-.076.553-.153.839-.229zm300.769-105.079s.02.076.039.114c-.286.077-.553.153-.84.23 0-.038-.019-.076-.038-.115.286-.076.553-.153.839-.229zm4.605 6.46s.019.191.038.286c-.286.058-.553.115-.82.173 0-.077-.038-.134-.057-.21.286-.077.553-.153.839-.23m-103.636 26.092c.191.057.325.095.439.114-.076.153-.133.325-.247.42-.058.057-.229-.057-.344-.076.057-.153.114-.324.152-.477m-19.708.782c-.153.038-.344-.038-.516-.076.057-.172.057-.401.152-.496.115-.076.325 0 1.05.037-.4.306-.515.477-.687.516m134.884-51.047c.458-.058.916-.135 1.393-.192.038.114.057.21.096.324-.477.077-.935.134-1.412.211zm-204.366 77.964c.039.114.077.229.134.343-.381.115-.763.211-1.144.326-.038-.115-.077-.229-.115-.344.382-.114.763-.21 1.145-.325m50.464-21.293c-.057-.133-.114-.266-.153-.4.553-.191 1.088-.401 1.641-.593-.228 1.011-.992.669-1.488 1.013m153.527-49.387c.572.019 1.144.056 1.87.094-.534.407-1.158.376-1.87-.094zm-106.697 37.938c.878-.192 1.393-.288 2.251-.479-.673.534-1.424.694-2.251.479zm128.968-72.934c.496-.192.991-.364 1.487-.555.096.172.172.362.268.534-.477.229-.935.477-1.411.707-.115-.229-.23-.458-.344-.686zm-119.178 74.355c-.935.153-1.565.249-2.213.364-.039-.152-.077-.305-.096-.457.591-.401 1.144-.993 2.309.093zm103.582-61.849c.725-.211 1.278-.364 1.908-.536-.101.953-.737 1.132-1.908.536zm-210.001 90.499c-.534.286-1.087.554-1.621.84-.096-.19-.21-.4-.306-.61.285-.953.972-.897 1.927-.249m122.092-39.459c-.782.821-1.64.783-2.556.536.724-.382 1.315-1.317 2.556-.536zm-191.036 70.819c.077.21.153.4.23.61-.839.287-1.679.574-2.518.88-.076-.191-.134-.401-.21-.591.82-.287 1.659-.593 2.498-.88m167.936-64.714c.782-.229 1.564-.44 2.346-.669-.495.858-1.315.973-2.116 1.146-.077-.153-.153-.324-.23-.477zm84.03-17.548-2.9.537c-.057-.248-.115-.496-.172-.744.992-.115 1.984-.25 2.957-.365.038.19.077.381.115.572zm-41.929 8.85c-1.335.383-2.651.747-3.987 1.129-.038-.152-.095-.324-.134-.476 1.355-.269 2.709-.556 4.064-.824 0 .057.019.114.038.171m-23.065 3.112c.077.209.134.4.211.61-.878.249-1.755.497-2.632.746.59-1.126 1.506-1.241 2.421-1.356zm28.978-4.91c1.087-.306 2.155-.612 3.357-.957-.781 1.546-2.174.937-3.357.957zm-35.38 13.765c-1.297.363-2.365.669-3.624 1.033 1.296-1.355 1.754-1.489 3.624-1.033zm-18.035-4.98c-1.45.402-2.899.823-4.349 1.225 1.182-1.279 2.689-1.471 4.349-1.225zm-20.731 9.288c1.717-.478 3.205-.899 4.711-1.339-1.373.726-2.382 2.672-4.711 1.339zm-77.019 26.658c.077.133.172.286.249.438-1.201 1.031-1.906 2.92-4.139 2.102 1.297-.84 2.594-1.681 3.89-2.54zm138.779-47.942c-.611-.209-1.278-.171-1.947-.513 1.221-.345 2.423-.689 3.892-1.091-.209 1.488-.723 2.022-1.945 1.604zm-16.012 15.195-4.903 1.378c1.277-1.66 3.032-1.795 4.903-1.378zm-32.51 2.129c-1.373 1.432-2.804 1.624-4.368 1.511 1.125-.936 2.173-2.062 4.368-1.511zm-40.552 12.339c-1.564 1.222-4.387 2.159-5.741 2.046.8-1.011 2.803-1.757 5.741-2.046zm-70.587 28.769c-.115-.248-.23-.496-.344-.744 1.831-.707 3.681-1.396 5.512-2.103.057.134.114.286.172.42-1.563 1.298-3.509 1.757-5.34 2.427zm235.314-117.127c.152-.038.381.095.649.171-.877.992-5.112 2.122-7.611 2.067 2.537-.823 4.749-1.53 6.981-2.238m-26.018 47.472c-.362.058-.744.001-1.126.001 1.412-.44 2.785-.937 4.235-1.262 2.098-.479 4.254-.805 6.39-1.208.039.134.096.286.134.42-.553.134-1.125.249-1.678.383-.573.134-1.145.325-1.717.459-2.079.421-4.139.843-6.219 1.226m-1.221.001-.114.001s.076 0 .114-.039h.076-.095m-122.589 38.449c1.316-.345 2.69-.537 4.464-.863-1.125 1.356-2.594.804-3.586 1.491-.991.688-2.174 1.147-3.453.9-.038-.153-.076-.305-.114-.458.896-.363 1.754-.84 2.689-1.089m.208-1.679c-1.145.04-2.232.117-3.147.9-.458.382-1.087.42-1.756-.571 2.251-.631 4.33-1.224 6.562-1.856-.152 1.278-.858 1.508-1.678 1.527m69.564-21.12c.973-.268 1.965-.536 2.956-.784.02.152.039.324.077.476-2.65 1.452-5.569 2.084-8.888 2.888.742-1.583 1.868-1.451 2.822-1.68 1.03-.23 2.022-.613 3.052-.9m-25.2 4.201c-3.204 1.891-7.687 3.058-9.443 2.412 3.185-1.338 6.314-1.856 9.443-2.412zm8.072 1.384c-3.147 1.7-6.734 2.162-10.224 2.89 3.318-1.224 6.465-2.943 10.224-2.89zm18.403-8.904c-3.013 1.338-5.989 2.046-9.365 2.927.343-.554.419-.878.571-.916 1.717-.345 3.109-1.548 4.959-1.588.63-.001 1.278-.383 1.793-.765.668-.496 1.183-.287 2.061.342m-8.425 8.59c3.49-2.14 7.649-2.144 11.426-3.33-3.566 1.854-7.496 2.601-11.426 3.33zm-281.927 75.806c-1.754 1.451-3.814 1.892-5.702 2.638-.821.325-1.813.249-2.442 1.07-.114.133-.572-.057-.973-.114 1.105-1.679 5.149-3.266 9.098-3.594m265.536-77.107c1.468-1.126 11.559-4.054 13.619-3.941-4.387 1.339-8.621 3.231-13.619 3.941zm-117.243 42.792c.802-.23 1.584-.44 2.385-.651-1.373 1.165-2.784 2.196-4.577 2.732-1.43.421-2.689 1.318-4.024 2.025-.572.306-.553.325-1.679-.285 2.288-2.061 5.053-2.998 7.876-3.821m2.442-.708h.038s-.057.038-.095.057zm26.475-7.863c-5.054 2.121-10.108 4.262-15.162 6.365-.382.153-.878.096-1.488.154 1.62-1.528 13.636-6.402 16.65-6.5m53.438-24.919c4.597-1.301 9.194-2.602 14.039-3.961-1.83 1.871-11.1 4.549-14.039 3.961zm31.041-2.337c.629-.249 1.239-.554 1.869-.746 4.12-1.205 8.24-2.372 12.36-3.578.954-.287 1.869-.65 2.804-.956.534-.172 1.068-.306 1.602-.459.058.152.115.305.172.457-1.353 1.146-16.727 5.718-18.807 5.282zm65.963-15.834c4.406-.882 8.813-1.916 13.43-1.71.324-.001.649.056.973.094 0 .153.039.305.058.439-6.067 1.054-12.152 2.109-18.314 3.164.724-1.832 2.517-1.738 3.833-2.006m-23.554 9.1c-1.469.916-23.406 6.163-25.199 6.012 1.354-.707 2.364-1.49 3.738-1.472.076 0 .134 0 .191-.039 1.488-.363 2.88-.937 4.483-1.015 1.545-.077 3.09-.575 4.52-1.186 3.662-1.567 7.822-1.209 11.56-2.471.096-.039.268.057.688.171m-78.993 17.391c2.135-1.451 26.799-8.512 29.203-8.171-4.558 2.102-9.537 3.041-14.344 4.438-4.883 1.397-9.785 2.775-14.687 4.152l-.172-.4m-75.969 27.591s.096.095.267.267c-.209.21-.362.477-.609.63-1.774 1.203-30.191 13.187-32.843 13.857-.038-.057-.095-.114-.095-.171 0-.058 0-.172.057-.191 1.106-.573 2.193-1.185 3.337-1.682 9.956-4.262 19.911-8.505 29.886-12.748m193.572-52.304.134.286c-12.304 2.357-24.59 4.715-36.894 7.053-.038-.114-.076-.229-.115-.343.382-.172.744-.421 1.164-.535 3.071-.804 6.084-1.97 9.232-2.24 3.549-.309 6.848-1.418 10.378-1.708 1.908-.154 3.739-.842 5.647-1.13 3.472-.537 6.963-.96 10.454-1.421m-152.682 34.758c-.038-.191-.076-.381-.115-.572.535-.115 1.088-.211 1.622-.326.057.267.096.534.153.801-.553.039-1.106.078-1.66.116m2.823-.861c7.135-1.303 13.41-3.922 20.391-5.797-1.525 1.565-28.114 9.924-32.138 11.606.857-1.107 1.467-1.889 2.191-2.825 1.299 1.22 2.176.685 3.053-.346.533-.63 1.353-.955 2.04-1.432-.077-.076-.21-.267-.267-.248-2.385.785-4.75 1.588-7.115 2.391-1.106.382-2.117.822-2.917 1.814-.401.516-1.527.288-2.251.575-3.185 1.223-6.332 2.542-9.537 3.728-1.64.611-3.376.975-5.074 1.454-.057-.153-.133-.305-.191-.458.916-.439 1.793-.936 2.727-1.337 2.976-1.262 6.008-2.39 8.888-3.823 1.201-.592 2.308-1.051 3.681-.938.745.057 1.279-.211 1.869-.822.725-.782 1.888-1.108 2.88-1.585.82-.402 1.659-.746 2.518-1.071.858-.325 1.735-.573 2.594-.86 2.25-.727 4.52-1.492 6.79-2.2.648-.21 1.354-.287 2.136-.46.002 1.698-1.506 1.394-2.287 2.615m199.262-128.153c-1.45.364-2.442.613-3.453.881.705-1.431 1.716-1.833 3.453-.881zm-23.673-34.457c.477-.153.973-.325 1.45-.478.038.133.058.267.077.4-.477.115-.973.23-1.45.364l-.076-.267m120.693 35.032s.058 0 .077.019c-.038 0-.077 0-.115 0-1.278.059-2.556.117-3.835.176h-.076s.076-.038.115-.058c1.278-.058 2.556-.116 3.834-.175m-620.1306 160.726c.2481.057.4962.114.7252.171-.057.286-.095.458-.1521.61-.2481-.095-.5343-.152-.7062-.285-.0764-.057.076-.324.1331-.496zm490.4356-231.259c.343-.305.706-.611 1.049-.897.114.095.229.171.343.266-.343.306-.686.611-1.048.917-.115-.095-.229-.191-.363-.286m-508.074 222.179.1144-.038s-.0381.038-.0763.057h-.1526l.0954-.038m-2.0031.345c.6296-.096 1.2591-.192 1.9077-.288-.5721.306-1.1251.612-1.6972.898-.0766-.209-.134-.419-.1914-.61m72.9611 40.074c-.4004.249-.8009.516-1.2396.65-.2289.057-.5534-.095-.8206-.19.2097-.21.3812-.458.6291-.573.3623-.172.782-.229 1.2017-.287.0764 0 .2675.381.2294.4zm490.166-233.871c1.03-.211 1.393-.364 1.698-.326.248.019.458.267.668.419-.095.153-.209.325-.324.477-.439-.133-.897-.247-2.042-.57zm-62.968 14.554s.191.228.343.4c-.247.153-.476.343-.743.401-.115.019-.268-.305-.421-.457.267-.115.534-.268.821-.344zm25.276-65.1886c.457-.1149.915-.2297 1.373-.3446.038.1526.134.4385.096.4576-.42.1721-.859.306-1.297.4589-.058-.1906-.115-.3812-.153-.5528m-430.365 259.6545c-.114.21-.209.42-.324.63-.553-.171-1.107-.323-1.66-.494.076-.172.133-.363.19-.534.382-.02.782-.115 1.145-.04.248.057.439.286.649.438zm410.114-247.22c.572-.058 1.125-.135 1.698-.193.057.115.095.248.153.363-.286.152-.572.401-.859.42-.343.038-.706-.114-1.049-.19l.076-.419m-13.434-1.513c.362-.363.725-.745 1.106-1.088.038-.039.496.19.477.209-.248.42-.534.84-.819 1.259-.268-.133-.516-.247-.783-.38m27.372-7.7308c-.114-.1334-.229-.2859-.344-.4192.515-.3438 1.049-.6685 1.564-.9932.134.2097.248.4002.363.6099-.534.2675-1.068.535-1.583.8216m58.09 111.8507c-.019.191-.057.401-.076.591-.725.001-1.45-.017-2.175-.036.019-.19.038-.362.076-.553.725-.001 1.469-.001 2.194-.002m33.25-26.425h.096l-.038.038-.039-.038m.096 0c1.544-.765 1.564-.765 2.576.34-.859-.113-1.718-.227-2.576-.34zm-15.762-21.649c-.076-.172-.153-.344-.248-.515.4-.21.762-.535 1.182-.631.344-.076.763.076 1.145.133 0 .152 0 .305.02.457-.706.192-1.412.364-2.118.556m-16.5 3.925c.705-.668 1.411-1.337 2.116-2.005.21.134.439.267.649.381-.782.649-1.544 1.298-2.326 1.928-.153-.114-.305-.228-.458-.323m-475.893 195.468h-.038s.095-.038.133-.038c-.019 0-.057.019-.076.038m.076-.038c1.278-.592 2.575-1.185 4.253-1.968-.913 2.308-2.765 1.795-4.253 1.968zm-64.7349-17.407.0008.801c-.9158.058-1.8125.116-2.7091.193l-.0008-.801c.9158-.058 1.8125-.116 2.7092-.174m449.9308-229.885c.724-.535 1.449-1.051 2.669-1.948-.437 1.526-.78 2.365-2.669 1.948zm10.728-14.7902s.038-.0001.057-.0001v.0381l-.076.0001s0 0 0-.0191m0 .0573c-.323 1.2971-1.181 2.1751-2.994 2.4629.209-1.5449 1.62-1.9849 2.994-2.4629zm68.368 26.1189 3.033-1.548c.133.153.248.305.382.458-.973.611-1.926 1.222-2.899 1.833-.172-.248-.344-.495-.516-.762m-72.621-23.96c-1.318-1.8104-.594-2.4023 1.466-2.9955-.533 1.0876-.876 1.7935-1.466 2.9955zm21.268 54.483c.058.286.135.572.192.858-.801.23-1.621.46-2.937.842.761-1.793 1.677-1.908 2.745-1.68m38.931-31.771c1.24-.516 2.48-1.032 4.368-1.816-1.181 2.023-2.765 1.929-3.928 2.598-.153-.248-.287-.515-.44-.782zm33.304 69.805c.076.19.134.381.21.591-2.06.612-4.139 1.205-6.199 1.817-.038-.114-.096-.228-.134-.362 2.041-.688 4.082-1.358 6.123-2.046zm-58.613-100.084c1.201-.8402 2.421-1.6805 3.622-2.5398-.609 1.3736-1.816 2.2202-3.622 2.5398zm-18.182-18.6528c-.826 1.2467-3.044 2.3359-6.656 3.2674 1.106-.4969 2.251-.9747 3.338-1.4907.972-.4776 1.907-1.0125 3.318-1.7767zm-9.04 23.8087c-1.164.0774-2.232.1356-3.301.1938-.021-1.6019 1.334-1.9655 2.993-2.2913.116.7437.212 1.4301.308 2.0975zm108.253 74.7871c-1.526-.018-3.072-.054-5.151-.09 2.536-1.147 2.727-1.166 5.208-.597 0 .229-.038.458-.057.687zm-592.381 128.68c-1.3162.287-2.7466.918-4.522-.11 2.0601-.479 3.5862-.824 5.799-1.322-.6861.802-.9336 1.355-1.277 1.432zm628.759-116.09c-2.345 1.833-4.043 2.045-6.524 1.151 2.175-.384 4.35-.767 6.524-1.151zm-121.13-31.961c.267-.21 1.165.17 1.794.265-.057.229-.095.458-.152.668-.991.592-1.964 1.165-3.089 1.833-1.127-1.581.609-2.117 1.447-2.766zm87.831 26.558c.59-1.603 2.136-1.299 3.414-1.51.439.476.859.953 1.394 1.562-1.087.554-1.774.765-2.404-.188-.172-.267-1.526.078-2.423.136m22.73 6.748c-2.841 1.338-5.856 1.016-9.099 1.42 1.944-1.566 3.242-1.738 9.099-1.42zm-141.647-79.046c-2.232.746-4.482 1.492-7.248 2.429 2.841-2.215 4.672-2.865 7.248-2.429zm112.662 75.565c1.106-.364 2.327-.441 3.491-.633-2.23 2.481-5.321 2.465-8.278 2.659 1.583-.688 3.147-1.472 4.787-2.026zm3.548-.671.057.038s-.076 0-.095 0l.057-.057m-62.285 30.629c-.992.363-2.251.613-3.186.423-.954-.209-1.451-1.067-.766-2.593.516.858.745 1.239.994 1.639 1.049-.497 2.117-.975 3.127-1.452 1.089.876.784 1.62-.188 1.983m-468.1541 27.488s-.0382 0-.0573 0l-.0382-.057s.0954-.038.1335-.058c.0001.039-.019.077-.038.096m451.7411-91.778c2.002-1.471 3.833-2.006 6.237-2.142-.438 1.068-.742 1.812-1.066 2.595-1.698-.151-3.187-.283-5.171-.453zm-48.558-40.403c.247-1.125.837-2.117 2.268-2.157 1.813-.059 3.339-.537 4.692-1.663-2.591 4.217-1.79 3.682-6.96 3.82zm44.439 22.786c0 .381.001.781.02 1.392 1.279-.269 2.538-.537 4.254-.882-1.523 2.939-4.71 2.541-6.808 3.764-.171-.134-.324-.267-.496-.419.8-1.317 1.6-2.634 2.4-3.95l.611.075m-23.84-50.4567c3.948-1.3577 6.254-4.1824 9.916-4.9106.191.1524.401.2857.592.4381-.724 1.0114-1.467 2.0038-2.267 3.0916-2.042-.1888-4.084-.6064-5.246 1.6832-.419.8205-.724.7444-3.015-.3213m47.875 43.7407c-4.291 1.796-7.722 5.614-13.389 5.085 2.04-1.699 7.437-3.821 13.389-5.085zm-23.085-38.1385c-1.639 1.0886-3.05 2.0244-4.29 2.8456-3.129.003-6.144.0059-9.349.028 3.738-1.6818 11.006-3.2716 13.639-2.8736zm-17.469 7.9881c-2.481-.4172-4.674.2715-6.963 1.437-1.145-.7999-.555-1.4489.609-1.7933 1.774-.5166 3.643-1.2049 5.379-1.1493 3.034.0734 5.494-1.4737 8.279-2.0103.878-.1725 1.736-.4212 2.594-.6318.077.1906.134.3622.192.5529-2.594 1.1467-5.15 2.3505-7.782 3.421-.686.2676-1.621.3067-2.346.1929m-441.2939 283.6563c.3628.286.7256.571 1.1075.876-.362.592-.5901 1.45-1.1623 1.698-4.787 2.122-8.867 5.291-13.9025 7.013-.1907.057-.4197 0-1.0303-.038 1.4677-1.527 3.0694-2.539 4.9002-3.456 1.9834-.994 3.8329-2.235 5.778-3.305 1.5447-.84 3.1276-1.586 4.3285-2.807m1.1265.838s.0382 0 .0763.019c0 0-.019.038-.0381.038l-.0382-.038v-.038m500.7973-170.09c0 .171 0 .343-.019.495-6.887 1.075-13.793 2.168-20.717 3.243-.555-.972-.021-1.507 1.066-1.698 3.282-.614 6.563-1.341 9.863-1.669 3.262-.346 6.544-.273 9.807-.371zm-88.68-96.947c-1.66.326-3.129.537-4.559.9-.439.115-1.011.612-1.144.974-.628 2.003-1.907 1.089-3.09.823.152-.954.303-1.85.436-2.67 1.602-1.318 3.203-2.635 4.957-4.086 2.29.703 2.407 2.687 3.381 4.059m-373.155 248.349h.095l-.038.038s-.076 0-.114 0l.057-.057zm-4.559 1.091c1.449-1.012 2.975-.804 4.483-1.053-.877.706-1.678 1.489-2.631 2.1-1.678 1.07-3.433 2.044-5.187 2.999-1.469.803-2.994 1.548-4.693.825 1.067-1.05 2.116-2.081 3.45-3.379-2.805-.169-4.31 2.121-7.172 2.314 2.726-2.405 5.797-3.571 8.849-4.757.497 1.125 1.28 2.078 2.882.951m-9.402 5.158c.439-.115.878-.172 1.317-.249.459 1.258-.781 1.698-1.811 2.061-2.194.784-4.941.997-6.58 2.238-2.098 1.585-4.0233 3.131-6.6938 3.877-.1131 1.412-1.4297 1.28-2.5551 1.643-1.4496.478-2.7653 1.318-4.1384 2.006-.1719-.133-.3246-.266-.4965-.381.2286-.419.3233-1.125.6667-1.24 2.3651-.803 4.1002-2.025 5.1859-4.01.9142-1.679 2.575-.746 4.1014-.747 2.3428-3.817 6.8838-4.126 10.9848-5.198m1.316-.287s.039 0 .058.019h-.058s0 0 0-.019zm522.102-178.483c1.869-.249 3.777-.213 6.277-.349-4.673 2.426-26.535 5.823-30.943 4.931.438-.325.724-.688 1.068-.764 4.215-.748 8.431-1.458 12.647-2.148 3.644-.595 7.288-1.209 10.951-1.689m-96.791-38.869-.038.038v-.038m-123.464-138.67804s-.019-.17162-.038-.26695c.248-.03838.496-.07676.744-.11514-.229.13371-.477.26744-.706.38209zm-229.836 58.67004s-.039-.1716-.058-.2669l.858-.306.096.1906c-.305.1338-.591.2485-.896.3823zm-58.311 37.453c-.153-.153-.286-.324-.439-.496.229.019.496.057.954.095-.305.229-.515.42-.534.401m-69.0662 102.875c-.2288.115-.4768.21-.7056.325-.0001-.134-.0385-.286-.0577-.42.2481.038.5153.076.7633.095zm431.6222-141.0371s.096.1525.134.2288l-1.297.4589s-.038-.0953-.077-.1525c.401-.172.821-.3631 1.221-.5352m-62.153-31.2547-.077.0001v-.0382s.057.0191.077.0381zm0 0c.419-.0385.858-.0771 1.392-.1157-.457.9349-.457.9539-1.392.1157zm-14.755-26.64662s-.077-.15249-.115-.2478c.706-.3058 1.411-.61161 2.136-.91743.076.13342.172.24776.248.38118-.744.26769-1.506.51634-2.25.78403m177.016 114.04544 1.545-.231c.019.115.058.248.077.363-.515.096-1.03.191-1.545.287-.039-.133-.058-.267-.096-.4m-54.939 11.018c.47-.56 1.252-.891 2.345-.994-.972.401-1.563.65-2.345.994zm-198.936-90.7585c1.03-.3633 2.06-.7267 3.09-1.09 0 .0382.038.0953.057.1525-1.03.3633-2.06.7267-3.09 1.0709zm221.894 96.2475c.61-.134 1.221-.249 1.831-.383.038.095.058.191.096.305-.572.21-1.164.402-1.736.612-.076-.171-.134-.343-.191-.515m-369.15-73.8329c.649-.1913 1.278-.3635 1.927-.5549-.477.7252-1.03 1.1262-1.927.5549zm318.165-10.353c.896-.2297 1.774-.4403 2.67-.67-.59.9732-1.563.9741-2.422 1.261-.076-.1906-.172-.3812-.248-.591zm-308.456 7.5786c-.095-.1716-.172-.3241-.267-.4956 1.163-.4016 2.326-.8223 3.509-1.2239.038.0953.096.1906.134.2669-1.125.4778-2.251.9747-3.376 1.4526zm31.529-10.7859s-.115-.1715-.172-.2477c1.03-.3633 2.041-.7266 3.071-1.0709l.114.2478c-1.011.3442-2.021.7076-3.032 1.0518m160.109-8.5053c1.66-.4021 3.319-.785 4.979-1.1871.019.0763.057.1716.076.2669-1.678.4402-3.338.8614-5.016 1.3016 0-.1335-.039-.2479-.039-.3814zm-296.9248 74.6955c.82-.534 1.4496-.535 1.7557.38.0766.229-.1137.763-.3235.821-.8775.267-1.2405-.304-1.4512-1.201m360.5968-92.4536c-.8 1.5264-2.099.6504-3.129.6705.877-.573 1.735-1.2222 3.129-.6705zm4.367-1.6823c-.743 1.3356-1.715 1.8514-3.547 1.4336 1.22-.8402 2.021-1.661 3.547-1.4336zm-236.102 30.7376c-.038-.0953-.077-.2097-.115-.305 2.041-.7076 4.101-1.4342 6.142-2.1418.057.0953.115.1906.172.2859-2.06.7267-4.139 1.4533-6.199 2.1609zm-39.635 13.6541c-3.489 2.2155-7.648 3.0395-11.519 4.7977 1.124-1.1072 7.323-3.7067 11.519-4.7977zm21.82-7.5536c-.076-.1716-.153-.3241-.229-.4957 4.253-1.7013 8.659-3.0214 13.161-4.0364-4.311 1.5107-8.64 3.0214-12.951 4.5321m-118.084 60.8138c1.5064-.878 3.0512-1.681 4.6532-2.35.4196-.172 1.1068.209 2.1755.456-2.1351 1.89-5.0549 1.32-6.3693 3.458-1.05-.667-.9553-1.296-.4785-1.564m362.0261-94.2669c-.744.2677-1.526.4401-2.213.8031-.763.4012-1.43.9739-2.193 1.3942s-1.545.8215-2.365 1.0702c-.839.2678-1.755.3259-2.632.5365-.859.2106-1.755.3831-2.537.7652-.782.3822-1.392 1.0884-2.442.4982 1.106-.9737 10.566-4.4726 14.382-5.0483m-321.288 76.8738.038.038s-.038 0-.076 0v-.038c-.553.344-1.221.593-1.717 1.051-.648.592-1.239.974-2.231.555-.363-.152-.993-.037-1.336.211-1.087.783-2.059 1.718-3.165 2.501-.381.287-1.048.535-1.449.402-.955-.323-1.641-.075-2.328.441-.667.477-1.449.821-2.002 1.394-1.162 1.203-2.517 1.757-4.253 1.682-.477-.018-1.183.268-1.392.631-.648 1.221-1.907 1.547-2.994 2.024-1.735.765-3.5854 1.301-5.3593 1.912-.7448-.724-.6309-1.334-.0588-1.697 1.4873-.955 2.9746-1.948 4.5761-2.655 6.332-2.79 12.741-5.39 19.072-8.199 3.319-1.472 6.523-3.1151 10.052-4.1864 2.079-.6313 3.947-1.8536 5.969-2.6755 2.289-.9176 4.635-1.6445 7.172-2.1809-.496.3247-.953.7256-1.487.974-3.777 1.7581-7.61 3.4209-11.348 5.2361-1.278.6117-2.384 1.4137-3.948 1.4337-.611.001-1.163.764-1.754 1.204m-62.7261 28.989c.6484-.382 1.2585-.802 2.1738-1.375-.0576-.438.0943-1.125 1.0098-1.507 2.5175-1.071 4.9777-2.255 7.4379-3.421 2.4029-1.147 4.7677-2.331 7.1324-3.535.4577-.248.8007-.706 1.4108-1.26.7253.362 1.3934.685 2.5197 1.256-1.2395.783-2.0401 1.528-3.0129 1.853-1.9646.65-3.8528 1.339-5.4351 2.694-.286.248-.7438.344-1.1253.459-1.2971.363-2.4604.937-3.5663 1.72-2.9363 2.043-6.0255 3.877-9.2102 5.577-3.2801 1.777-6.369 3.896-9.5726 5.788-1.1441.668-2.422 1.146-3.7189 1.738-2.5546 2.196-5.6059 3.705-9.2496 4.281.2478-.229.4956-.477.7625-.706.9723-.821 1.9064-1.699 2.936-2.444 1.6969-1.222 3.3748-2.425 5.1864-3.476 3.7566-2.197 7.5896-4.298 11.4036-6.418.6293-.344 1.3732-.555 2.0598-.822.3052-.115.6104-.192.8773-.364m-24.0383 2.293c.0747-1.66.8566-2.08 1.6385-2.519 5.8162-3.305 11.5941-6.648 17.4103-9.953 5.3395-3.037 10.6216-6.169 16.0566-9.035 5.0727-2.675 10.2792-5.121 15.4665-7.548 2.403-1.127 4.978-1.988 7.4192-3.058s4.8062-2.2932 7.2092-3.4397c.934-.4395 1.888-.7837 2.822-1.2232 6.198-2.8856 12.358-5.8474 18.614-8.6376 5.569-2.4845 11.214-4.7784 16.879-7.0913 5.645-2.3129 11.329-4.5686 17.013-6.7862 2.67-1.0324 5.416-1.9122 8.125-2.8684.076.1335.153.2478.248.3812-.324.2101-.61.4964-.972.6303-5.608 2.084-11.234 4.0918-16.823 6.2139-2.956 1.1089-5.836 2.3894-8.735 3.6318-5.855 2.5228-11.729 5.0076-17.527 7.6258-4.978 2.255-9.86 4.7198-14.818 7.013-6.828 3.1724-13.7318 6.1924-20.5211 9.4214-3.757 1.796-7.3802 3.84-11.0416 5.846-6.4075 3.515-12.7959 7.049-19.146 10.641-5.3967 3.056-10.7551 6.208-16.1327 9.264-.9153.516-1.9262.898-3.1849 1.472m-21.2752 18.728c1.1437-1.05 2.0968-2.062 3.1835-2.883 2.8027-2.138 5.6054-4.296 8.5418-6.244 2.0975-1.394 4.5007-2.312 6.5981-3.687 6.9598-4.583 14.5885-8.004 21.8158-12.13 5.1487-2.942 10.3166-5.865 15.5226-8.749 4.2335-2.35 8.4669-4.719 12.7959-6.916 3.223-1.624 6.6179-2.962 9.9173-4.491 2.67-1.223 5.3015-2.542 7.9525-3.803 2.098-.993 4.215-1.968 6.332-2.924 4.539-2.0635 9.078-4.1465 13.655-6.1724 5.893-2.5992 11.786-5.1793 17.699-7.7213 4.463-1.9304 8.945-3.8226 13.427-5.6958 1.01-.4205 2.136-.536 3.166-.8994 5.627-2.0077 11.253-4.0346 16.861-6.0995 3.299-1.2046 6.542-2.5045 9.822-3.7281 5.722-2.1605 11.444-4.3209 17.185-6.4241 2.193-.803 4.463-1.3773 6.676-2.1232 8.621-2.8878 17.243-5.7376 25.807-8.7398 8.354-2.9448 16.612-6.1756 24.985-9.0823 5.78-1.9888 11.693-3.6345 17.549-5.4518 2.041-.6313 4.062-1.3388 6.084-1.9701.515-.153 1.049-.2108 1.584-.3257.133.1715.248.324.362.4955-.476.3819-.895.9353-1.468 1.1266-5.741 1.9316-11.539 3.7297-17.261 5.7185-6.428 2.2374-12.818 4.5891-19.207 6.9218-6.58 2.4092-13.122 4.9518-19.722 7.3037-9.193 3.2699-18.501 6.2919-27.675 9.657-9.041 3.3079-17.948 6.9207-26.931 10.3428-4.558 1.7398-9.193 3.2699-13.714 5.0477-5.111 2.0073-10.165 4.148-15.219 6.2887-6.313 2.6759-12.626 5.3518-18.901 8.1039-4.272 1.873-8.467 3.8793-12.701 5.8093-5.607 2.561-11.253 5.046-16.8214 7.683-4.8822 2.312-9.7262 4.7-14.5128 7.184-5.2253 2.694-10.3933 5.445-15.5231 8.291-4.7674 2.656-9.4584 5.464-14.1876 8.176-6.5217 3.744-13.0435 7.431-19.5461 11.175-3.6613 2.101-7.2845 4.26-10.9267 6.399-.9153.535-1.8308.898-3.243.518m408.8997-119.0081s-.038.0382-.076.0382h.057v-.0382zm153.846 145.8581c-1.011-.095-2.004-.189-3.015-.283 0-.153.038-.325.057-.477.553-.02 1.106-.077 1.66-.059.515 0 1.03.094 1.526.132-.076.229-.152.458-.228.706m-5.651-3.752c-3.301-.149-6.468.216-9.768 1.383-3.128 1.109-3.755 3.283-5.756 5.707 1.735-.573 2.727-.918 3.833-1.281.019-.687.037-1.316.075-2.308 1.335-.001 2.861-.365 3.682.073 2.348 1.295 4.714.835 7.27.127-2.404.708-4.157 2.502-6.886 2.791-.744.077-1.467 1.298-2.23 2.023-4.884.749-9.92 1.211-15.318 2.742.609-1.069 1.009-1.813 1.409-2.519 1.659-1.298 3.184-2.654 5.263-3.571.896-.401 1.296-1.66 1.962-2.576 1.889-.498 4.006-1.072 6.829-1.819-1.488-.399-2.156-.57-3.473-.912 1.22-.554 1.831-.993 2.498-1.108 6.563-1.208 11.619-1.136 15.932.271-1.792 1.031-3.529 1.109-5.341 1.016m-21.278 16.382c.629-.763 1.277-1.507 2.594-.86-.858.287-1.735.573-2.594.86zm-1.861 8.908c.934-.478 1.85-.936 2.784-1.414.115.248.211.496.325.725-1.03.229-2.079.44-3.109.67m-4.388.252c.742-1.698 2.384-1.242 3.795-1.491.134.419.268.858.383 1.277-1.335.078-2.69.136-4.178.214zm-5.801-.204c-.439-.419-.878-.857-1.432-1.372.534-.229 1.125-.707 1.507-.631 1.908.38 3.167-.174 4.425-1.568.953-1.049 2.479-1.737 4.195-2.902-.19 1.068-.304 1.678-.418 2.289 1.354-1.07 2.803-1.796 4.922-1.13-1.659 1.298-3.338 1.319-5.075 1.168.039.724.345 1.525-.933 1.927-2.498.765-4.997 1.549-7.21 2.219m-2.763-36.556c-1.277.707-2.555 1.452-4.025.614 2.611-3.073 5.911-4.144 8.354-2.983-1.373.745-2.841 1.548-4.31 2.369m-1.147 37.132c-2.085 1.044-4.394 1.282-6.926.712 2.746-1.452 4.997-2.656 7.094-3.764 1.719 1.2-2.402 2.005-.168 3.052zm-8.872.37c-1.202.383-2.423.708-3.662.996 1.182-.555 2.345-1.128 3.489-1.72.649-.344 1.335-.612 2.022-.879-.152.744-.876 1.278-1.849 1.603zm-6.012-22.364c-.001-.152-.039-.305-.058-.457.744-.134 1.488-.269 2.232-.403 0 .191.038.362.058.534-.744.096-1.488.211-2.232.307m.451 13.387c-.362.096-.763.001-1.355-.017.324-.477.496-.916.629-.916.382-.001.744.171 1.126.266-.133.229-.228.629-.4.667zm-2.771 15.202c.286-.515.934-1.164.781-1.507-.23-.515-.955-.895-1.585-1.181-.191-.095-.401-.19-.611-.266.916-.249 1.831-.536 2.709-.861.248.4.497.781.611 1.22.364 1.258-.055 2.269-1.924 2.595m-3.917-5.717c-.038-.095-.076-.191-.115-.286.534-.248 1.106-.516 1.755-.822.267.172.477.4.649.667-.763.153-1.526.307-2.289.441zm1.674 54.636c.038.171.096.343.134.514-1.355.192-2.69.403-4.044.595zm2.629-23.898s.038.076.058.095c-.611.248-1.24.497-1.851.745-.038-.095-.095-.209-.133-.305.648-.191 1.297-.363 1.945-.554m1.586 22.425c-.394.725-1.093.923-2.098.593.648-.191 1.297-.363 2.098-.593zm-10.109 3.118c-.039-.152-.077-.286-.096-.438.591-.001 1.183-.021 1.774-.04-.553.153-1.125.306-1.678.478zm-6.72-3.522c2.061-.288 4.14-.576 6.62-.94-2.479 1.49-4.253 1.739-6.62.94zm-4.41-42.942s-.038-.115-.057-.172c1.774-.497 3.567-1.014 5.36-1.512.076.191.134.401.21.591-1.831.365-3.682.729-5.513 1.093zm-7.196-23.736c2.803-1.643 5.378-2.141 7.477-1.686-2.479 1.567-4.901 2.046-7.477 1.686zm.975 62.588s-.038-.095-.038-.133c.286-.077.572-.153.839-.23 0 .038.038.096.038.134-.286.076-.553.153-.839.229zm-1.08-52.061c-.114-.096-.248-.191-.363-.286.553-.496 1.125-.993 1.678-1.47.153.114.325.229.477.343-.591.477-1.182.954-1.792 1.432m.213 3.089c.095-.057.191-.095.286-.153.038.038.057.076.096.115zm-.915 1.355c-.076-.095-.152-.191-.229-.286.267-.019.534-.039.802-.077-.191.115-.382.248-.573.363zm-4.408-1.293c-.42-.285-.936-.628-1.451-.971 1.627-1.197 3.28-1.408 4.96-.634-1.373.612-2.403 1.089-3.528 1.586m-8.818 57.64c-.057-.153-.114-.305-.172-.458l6.334-1.283c.038.152.076.286.114.419-2.098.441-4.177.862-6.276 1.303m-1.192 10.032c.514-1.03 1.373-.936 2.289-.65-.763.21-1.526.421-2.289.65zm-1.912-3.736-.095-.457 3.186-.347s.038.191.057.286c-1.049.173-2.098.345-3.148.518zm-2.504-5.261c.858-.249 1.698-.478 2.556-.727l.038.286c-.839.23-1.678.478-2.498.708l-.096-.286m-1.402-49.372c.305-.306.629-.497.992-.593.439-.095.858-.21 1.297-.306 0 .229.02.496.058.82-.763.153-1.526.211-2.347.079zm-4.103-1.675c-1.335.726-2.766.995-4.216 1.263.648-.821 1.659-1.241 2.784-1.414 1.412-.23 2.404-.784 3.338-1.643.858-.134 1.736-.288 2.594-.441 0 .133.02.267.039.419 2.461-.555 4.596-1.873 7.611-2.028-1.468 1.069-2.364 1.89-3.432 2.463-.096.057-.153.076-.248.134-1.126.287-2.27.593-3.396.88-.248.058-.572.134-.782.001-1.603-.895-3.091-.302-4.312.347m.794 52.043c.343-.096.668-.191 1.011-.287.019.076.057.172.096.248-.344.096-.668.191-1.011.287l-.096-.267m-.89 7.267-.057-.363c.725-.153 1.43-.306 2.155-.459.019.076.039.133.058.209-.706.211-1.431.402-2.137.613m-2.481-1.142c-.019-.134-.058-.267-.096-.381.534-.096 1.087-.192 1.622-.269.038.172.057.343.096.515-.535.058-1.088.096-1.622.135zm-.243-55.133c1.106-.306 2.212-.631 3.338-.938.038.096.057.191.095.286-1.106.307-2.212.632-3.338.938zm-1.517 50.252c-.019-.114-.058-.247-.077-.362.286-.038.554-.077.84-.115l.076.305c-.286.058-.553.115-.82.172m-1.011-59.651c-.095.038-.21.076-.305.095-.382-.304-.706-.552-1.031-.819.649-.096 1.297-.192 1.927-.25-.191.325-.381.649-.61.974m-1.846 65.299c-.019-.095-.057-.191-.076-.286l1.335-.23v.248zm3.16-67.646c-.076.133-.133.286-.209.419-.42.058-.859.116-1.278.173-.077 0-.134 0-.21.02.572-.211 1.125-.421 1.697-.612zm-3.97-2.418s-.134.057-.21.076c.419-.267.839-.535 1.277-.821 0-.267-.02-.706-.078-1.678 2.674 2.686 4.693-1.397 7.67-.389-1.85.841-2.898 2.005-3.679 3.303-.611.134-1.202.268-1.812.402-1.221.287-2.347.422-3.207-.893m-2.957-80.132c.171-.916.285-1.641.418-2.327.972-.383 1.869-.727 2.956-1.147.401.304.935.704 1.47 1.104-1.868 1.655-3.476 2.445-4.825 2.37m-2.718 151.48c1.354-1.527 1.468-1.546 3.816-.461-1.164.134-2.328.288-3.816.461zm-4.33-139.783c.711-1.323 1.995-1.75 3.853-1.282-1.221.402-2.461.823-3.853 1.282zm2.175 139.995c-.115-.019-.23-.038-.344-.076.019-.115 0-.286.076-.324.076-.039.229.018.343.056-.019.115-.057.229-.075.344zm-1.927.536-.325-.115c.039-.114.038-.267.115-.305.076-.038.21.057.324.095-.038.115-.076.21-.095.325m-3.796.613c-.172-.057-.534.001-.553.077-.095 1.106-.648.802-1.069.211-.496-.705-.211-1.297.495-1.469 1.278-.306 2.575-.498 3.987-.766-.59 1.469-1.181 2.594-2.86 1.928m.898 2.135c-2.708.728-5.436 1.436-8.164 2.106-1.03.249-2.098.307-3.128.556-.763.191-1.469.535-2.232.822.153.458.249.763.364 1.125-.973.268-1.87.517-2.766.784.229-.305.457-.629.648-.877-.439-.362-.535-.515-.649-.534-1.184-.227-1.468 1.871-2.899 1.052-.878.649-1.774 1.279-2.632 1.948-.553.42-.074 1.621-1.047 1.755-.059-1.049-.212-2.117 1.161-2.862-2.195-.131-2.249 2.653-4.215 2.026 0-.229 0-.534.018-.782-1.125.535-2.212 1.127-3.375 1.586-.706.287-1.469.65-2.328.021-.191-.133-.515.001-.782-.075-1.412-.285-1.792 1.775-3.548 1.205-1.05-.343-2.346.555-3.49 1.147.286.038.591.076.992.114-.592.172-1.068.439-1.545.402-1.775-.132-3.186.327-4.578 1.511-1.163.992-2.803 1.623-4.579.462-.286-.191-.801-.171-1.125-.037-1.946.783-3.872 1.662-5.817 2.427-.649.249-1.393.306-2.08.441-.19.038-.534-.095-.572 0-.705 1.469-2.06.727-3.186.785-.305 0-.801.134-.858.344-.418 1.755-1.983 1.547-3.184 1.929-.306.096-.63.173-1.012.135l2.537-1.147c-.057-.133-.115-.267-.191-.381-1.659.688-3.816.309-5.073 2.732-.515-.362-1.012-.743-1.718-1.238-.343.191-.896.516-1.755 1.031.21-.591.247-1.068.457-1.163 1.24-.535 2.384-1.204 3.891-1.263 1.603-.078 3.109-.975 4.635-1.549 3.491-1.3 6.962-2.657 10.49-3.862 1.431-.497 2.976-.67 4.464-1.015.382-.096.82-.172 1.087-.44.763-.725 1.564-.84 2.595-.422 1.107.438 1.965-.211 2.708-.861.496-.42.667-.82 1.602-.478.745.266 1.755-.593 2.671-.899.61-.21 1.22-.458 1.869-.497 1.03-.02 1.927-.078 2.747-.861.457-.439 1.373-.326 2.079-.479 1.927-.44 3.739-1.243 5.857-1.131 1.011.057 1.964-.65 2.975-.899 6.448-1.551 12.895-3.082 19.324-4.614 1.583-.383 3.185-.728 4.768-1.092l.134.42c-.534.191-1.049.401-1.602.535m-56.801 18.877c.266-.458.552-.916.819-1.374.133.114.267.229.382.343-.076.687-.629.859-1.201 1.012m-22.034 3.53c-1.202.516-2.269 1.318-3.509 1.739-1.259.439-2.652.593-4.311.919 1.715-1.928 3.985-1.911 5.816-2.79 2.346-1.127 4.845-1.683 5.856-1.397-1.048 1.488-2.67.975-3.871 1.51m-2.592 3.702c-.171-.057-.324-.095-.477-.19-.019 0 .019-.324.076-.325.153 0 .325.057.496.076-.038.191-.057.325-.076.439m-5.328-5.068c.534-.191 1.068-.401 1.583-.592.058.133.096.267.134.381-.553.153-1.087.306-1.64.459l-.096-.248m-6.681-3.35c-.057-.152-.115-.324-.191-.476 1.754-.994 3.776-1.263 5.818-1.455-1.888.65-3.758 1.3-5.646 1.95m3.805 8.14c.076-.096.152-.286.209-.267.134.038.268.152.401.247-.095.077-.19.21-.286.229-.095 0-.21-.133-.305-.19m.003 2.994-.077-.286c.248-.057.515-.115.763-.172.019.076.057.152.077.247-.248.077-.515.154-.763.211zm-1.259.402c-.096-.058-.21-.134-.306-.191.076-.076.153-.172.248-.229.038 0 .172.076.172.076-.019.115-.076.229-.114.344zm8.082-7.865c-.229.286-.457.572-.686.859l-.363-.362c.267-.248.553-.497.82-.745zm-13.439-7.234c.019-.248.038-.496.076-.725 1.545-.669 3.051-1.395 4.634-1.969 3.586-1.319 7.21-2.562 10.834-3.805.4-.134.916-.115 1.335-.001 1.451.456 1.584.437 2.156-.822.742-1.66 1.848-2.233 3.509-1.472 1.088.514 1.966.36 2.938.073 2.27-.65 4.54-1.282 6.81-1.932.057.152.115.305.172.438-1.812.65-3.586 1.358-5.436 1.932-4.864 1.53-9.766 2.908-14.592 4.552-2.098.708-4.215 1.454-6.026 2.867-1.525 1.183-3.586.747-5.399 1.035-.305.038-.667-.114-1.011-.171zm-1.712 5.17c-.038-.153-.077-.305-.115-.458l2.022-.574s.038.076.057.114c-.648.306-1.297.612-1.945.918m-.165 6.846c-.039-.114-.096-.229-.134-.343.667-.191 1.335-.383 2.022-.574 0 .038.038.076.057.114-.648.268-1.297.516-1.945.784m-1.976-10.563c1.259-.764 1.297-.764 3.397.187-1.163 1.336-1.163 1.317-2.366.25-.267-.247-.687-.304-1.05-.437m-2.964 12.379s-.058-.19-.096-.266l1.583-.441.096.267c-.534.153-1.068.306-1.583.44zm8.072-18.334c-.457 1.259-1.621 1.05-2.422 1.547-.095-.172-.191-.362-.286-.534zm12.338-27.13c.057.21.115.4.172.572-.458.153-.915.306-1.392.478.4-.344.781-.668 1.22-1.05zm2.215 21.681c.038.172.057.324.096.496-.458.057-.916.134-1.355.192l-.077-.305c.458-.134.897-.249 1.355-.383m13.658-3.369c-.934.82-1.812.955-2.823.67.82-.325 1.468-1.165 2.823-.67zm3.109-.995c-.458.363-.934.745-1.716 1.356.59-1.336.609-1.355 1.716-1.356zm.972-.516c.039.133.077.248.115.381-.324.039-.649.058-.973.097.286-.153.572-.325.858-.478zm1.949 2.802c-.305.419-.629.82-.934 1.24-.114-.114-.229-.248-.343-.362.113-.687.59-.935 1.296-.878m-2.245 6.905s.153-.076.172-.038c.076.076.134.191.191.305-.114.038-.229.057-.324.096 0-.115-.038-.229-.02-.344m-9.023 1.859s.096-.191.134-.286c.133.114.286.209.401.342.019.019-.095.191-.172.363-.133-.133-.286-.267-.382-.4m-4.387.862c.706-.058 1.412-.116 2.118-.173.019.209.038.419.057.629-.706-.019-1.412-.056-2.137-.074 0-.134-.019-.248-.038-.382zm16.256.29c.496.057 1.145-.097 1.45-.44.724-.821 1.735-.803 2.632-1.147 1.392-.516 3.014-.403 4.215-1.415 2.919.073 5.15-2.007 8.011-2.201.191 0 .439.019.592-.077 2.059-1.451 4.52-1.739 6.924-2.199.839-.154 1.697-.307 2.518-.537.553-.153 1.011-.325.992.609.42-.038.859-.096 1.279-.134-.572.42-1.087.954-1.735 1.184-.496.172-1.145-.075-1.947-.151-.667.382-1.563 1.051-2.574 1.395-1.793.631-3.682 1.033-5.513 1.607-1.297.402-2.555.994-3.853 1.396-4.673 1.415-9.403 2.659-14.038 4.17-4.902 1.588-9.728 3.366-14.572 5.106-1.622.574-3.185 1.281-4.788 1.893-.343.134-.724.096-1.335.154.532-1.908 1.6-2.767 3.241-2.998 0 .267 0 .534.001.935 1.66-.002 2.899-.937 3.928-1.93.915-.878 1.429-1.966 2.938-.766.229.191.935-.077 1.24-.344.877-.764 1.926-.975 3.051-1.166 1.164-.192 2.251-.67 3.682-1.148-.516-.381-.726-.514-.917-.667.057-.076.114-.21.21-.267 1.335-.688 2.746-1.032 4.33-.881m2.604-10.263c-.953.631-1.888 1.28-3.129.366 1.05-.116 2.099-.231 3.129-.366zm-1.638-197.3404c.191.1524.573.419.554.4571-.171.3244-.4.5916-.629.8779-.152-.1143-.324-.2095-.477-.3238.19-.3434.362-.6868.552-1.0112zm2.855 192.7814c-.515.573-.839.955-1.182 1.317-.211-.934.037-1.392 1.182-1.317zm1.285 7.322c-.227 1.335-.915.955-1.64.459.553-.153 1.087-.306 1.64-.459zm3.049-4.656c-1.545 1.413-3.376 2.006-5.455 1.855.495-.382.934-.935 1.506-1.107 1.278-.402 2.613-.594 3.949-.748zm-1.497-28.414s.401.152.439.286c.058.21.039.439.039.763-.19-.076-.362-.133-.515-.19-.191-.172-.286-.248-.382-.324.134-.191.248-.42.419-.554m3.637-168.7969c-.916.7637-1.717.4212-2.595-.1691.66-.5982 1.525-.5418 2.595.1691zm-.038 200.7559-.878.001-.038-.172c.267-.076.534-.153.801-.229.038.133.076.267.096.4m-1.424-32.304c-.019-.134-.038-.267-.058-.4.306-.02.611-.039.897-.078.21.115.439.229.649.343-.496.039-.992.077-1.488.116m2.989 33.657c-.61.363-1.048 1.183-2.537.383 1.03-.363 1.698-.592 2.365-.822.058.153.115.286.172.439zm.875-203.2936c.039.1144.058.2097.096.3241-.286.0957-.572.1722-.858.2488-.019-.1526-.058-.3051-.077-.4576.286-.0385.572-.0769.858-.1344m5.113 199.3967c1.659-.592 3.338-1.166 4.997-1.759.134.134.287.267.42.4-.324.401-.609 1.164-.972 1.165-2.824.059-4.997 1.511-7.018 3.057-.802-.304-1.546-.589-2.634-1.008 1.888-.688 3.547-1.281 5.188-1.874m3.248-235.1811c.039.1144.096.2097.134.3241-.476.2102-.972.4014-1.449.6116-.038-.1525-.096-.2859-.134-.4385.477-.172.973-.3442 1.449-.4972zm2.848 225.9071c-.343.096-.705.192-1.068.306-.057-.114-.095-.209-.153-.324.344-.153.706-.324 1.049-.477.058.171.115.324.153.495m.564-189.6762c-1.373.3446-2.728.6891-4.101 1.0337 1.048-1.1262 1.468-1.241 4.101-1.0337zm.785-36.9786c-.114.6485-.171.9346-.228 1.2207-.476.0958-.972.1726-1.449.2684-.058-.1334-.115-.2669-.172-.4003.514-.2866 1.01-.5922 1.849-1.0888zm2.672.6649c0 .2479.077.6293.001.6484-.878.2297-1.793.4022-2.69.5556 0 0-.115-.3813-.192-.6291.954-.1916 1.908-.3833 2.862-.5749m4.267 33.3314c-1.277 1.4887-2.555 1.5852-3.948 1.3768 1.049-.7257 2.098-1.4323 3.948-1.3768zm.392 190.6675c1.411-.097 1.409-2.328 2.974-2.006.477.095.898.591 1.585 1.086-1.64.974-2.86 2.139-4.52 2.483-.152-.133-.286-.247-.439-.381.133-.4.209-1.163.381-1.182m9.379-188.9033c-.344-.3429-.688-.6859-1.012-1.0288.171-.1337.343-.2864.495-.42.287.3811.573.7622.86 1.1624-.114.0955-.229.21-.343.3055m-1.723 34.3482c.153-.21.305-.401.458-.611.038-.019.076-.038.133-.057.382.285.764.59 1.146.876-.115.057-.248.095-.363.153-.458-.114-.916-.228-1.374-.342m.152 159.849c-.019-.114-.038-.229-.076-.343.629-.115 1.259-.23 1.888-.364 0 .057.039.114.058.171-.63.173-1.259.364-1.889.536m-4.655.519c.744-.458 1.507-.745 2.862-.25-1.164.325-1.946.555-2.728.765-.038-.171-.076-.362-.134-.534m-2.803 1.033c.324-.039.629-.058.953-.096.02.095.039.19.058.286-.305.095-.591.172-.897.248l-.115-.457m-2.435-193.3354c.114-.1146.21-.2672.362-.3437.057-.0191.21.0952.306.1523-.096.1336-.191.2672-.286.3817-.172-.0952-.267-.1523-.382-.2094m-.63 199.6505c1.678-.345 3.357-.728 5.074-.901 1.45-.135 2.747-.441 3.49-1.51 1.26.304 2.29.532 3.493.817-.153.248-.229.553-.42.61-2.117.708-4.253 1.396-6.389 2.047-.592.191-1.164.516-1.927.002-.344-.229-1.05.001-1.469.211-.82.42-1.526 1.05-2.462.002-.038-.038-.381.21-.61.344-.345-1.201.418-1.469 1.22-1.622zm-3.579-11.649c.508-.585 1.226-.84 2.155-.765-.725.249-1.45.517-2.155.765zm3.726 6.08c-.686.726-1.392 1.394-2.67.746zm7.918-200.1912c1.011-.1726 1.927-.2879 2.098-1.1844 1.851-.1924 3.453-.3465 5.056-.5197.038.1335.057.267.095.3814-3.357 1.0139-6.695 2.0087-10.052 3.0227-.076-.2288-.172-.4576-.248-.6863 1.01-.3443 1.983-.841 3.051-1.0327m6.618 37.1812s.096-.076.153-.114c-.344-.305-.535-.496-.745-.667-.134-.095-.267-.191-.42-.305.343-.172.706-.325 1.049-.478.534.267 1.05.571 1.623.895-.554.229-1.107.44-1.66.669zm1.804 151.247c-.172 0-.343-.095-.515-.152.057-.095.114-.286.19-.286.172-.019.344.038.554.076-.115.171-.172.381-.229.362zm2.185-190.1356c-.61.0005-1.221-.0179-2.022-.0362.559-.7253 1.233-.7132 2.022.0362zm3.188 1.351c-.172.3625-.324 1.0491-.495 1.0493-1.183-.0179-2.099.5169-3.014 1.0899-.172.1146-.611-.1901-1.241-.4184 1.43-1.0884 2.823-1.6427 4.272-2.0637.153.1143.306.2286.478.3429zm-1.634 187.4466c.515-.039 1.049-.097 1.85-.155-.953.993-.972 1.012-1.85.155zm.299 14.455c.096.152.287.305.268.438 0 .153-.152.344-.305.401s-.343-.019-.859-.095c.534-.458.706-.61.877-.763m-2.226-13.653c.362-.839 1.049-.897 1.831-.802-.61.267-1.221.535-1.831.802zm-1.308-151.667c1.029-.821 2.078-1.642 3.279-2.596.21.4.382.724.554 1.067-1.277.516-2.536 1.032-3.814 1.548m-2.507 152.834c.115-.133.21-.286.343-.4.019-.001.172.152.325.285-.133.115-.248.268-.4.344-.038.019-.191-.152-.287-.229m4.592 13.288c-.113 1.469-1.296 1.127-2.117 1.185-.782.077-1.66-.457-2.289.479-.171.248-.954 0-1.45.001 1.048-1.336 4.387-2.045 5.856-1.665zm2.838-205.9266c0 .3242.02.6674.039 1.0107-.134-.038-.267-.076-.401-.114.114-.2862.248-.5915.362-.8776m1.793-.2306c-.744.0579-1.259.0966-1.736.1352.419-.3628.801-.8018 1.736-.1352zm2.027 205.1781c-.552 1.031-1.392 1.051-2.327.651.725-.211 1.469-.421 2.327-.651zm-.377-14.912c-.629.248-1.259.516-1.888.764-.095-.152-.191-.286-.287-.438.4-.859 1.125-.936 2.175-.326zm.12-154.701c.458.209.859.38 1.241.552-.82.325-1.64.669-2.48.994.458-.497 1.03-.974 1.22-1.546m2.566 29.233c-.286.191-.534.343-.763.496-.096-.114-.306-.267-.268-.343.077-.152.267-.324.458-.382.133-.038.305.114.573.229zm.607-63.4869c.077.3623.172.7436.306 1.2965-1.049-.0562-1.946-.0935-2.862-.1308-.019-.0762-.038-.1716-.057-.2478.839-.2869 1.678-.5928 2.632-.9179m-.254-6.1596c-.362.1148-.744.2296-1.106.3253 0-.1335-.039-.286-.058-.4195.382.0378.763.0565 1.164.0942zm6.2-1.4743c-.076 1.2015-.743 1.2784-1.468 1.2219-1.012-.0562-1.813.0399-2.48.9749-.648.897-1.182.6305-2.118-.7417 1.677-1.6226 3.776-1.6246 6.066-1.4551zm-3.151-2.6478c.61-.0769 1.049-.268 1.469-.1921.63.1329.916.6284.726 1.277-.304 1.0873-1.068.7257-1.946.3833.21-.3244.381-.6106.591-.9541-.21-.1333-.42-.2666-.84-.5141zm2.267-3.206c.859-.4395 1.64-1.0123 2.517-1.5662.364.915.078 1.2776-.59 1.5834-.991.4396-1.926.9744-2.879 1.4902-.61.3439-1.164.3253-1.775-.3797.705-.8588 1.869-.6883 2.708-1.1277m.489 12.4526c1.169-.9292 2.13-1.267 2.88-1.0135-.915.3251-1.907.6693-2.88 1.0135zm3.294-7.5169s.172.1333.286.2476c-.057.0954-.095.2099-.152.3243-.134-.1142-.267-.2095-.401-.3238.095-.0764.152-.2099.267-.2291m11.684 7.3501c.076.1716.153.3432.229.5147-2.555 1.4518-5.321 2.408-8.259 3.002 2.67-1.1659 5.36-2.3317 8.049-3.5167m-2.607-12.7176c-.42.153-.839.2869-1.412.4972.056-1.2015.897-.6111 1.412-.4972zm1.515 8.8664c.496-.2102 1.068-.6113 1.374.1513.306.7625-.399.8204-.914.9734-.878.2679-1.736.5929-2.614.8989-.114-.1525-.21-.2859-.324-.4384.381-.3627.724-.8016 1.163-1.0881.381-.2483.877-.325 1.296-.5161m-17.147 5.5277c.012-.8137.66-1.1512 1.945-1.0126-.61.3248-1.22.6305-1.945 1.0126zm-2.139-2.5725c.457-.9667 1.251-1.4124 2.383-1.3372-.705.4011-1.411.8023-2.383 1.3372zm-.069 7.7236c-.039-.1334-.096-.2478-.134-.3813.477-.0767.973-.1534 1.45-.2302.019.1144.057.2097.076.3241-.458.0958-.915.1916-1.392.2874zm2.915 136.5812c-.114.019-.21.057-.324.076.095-.038.191-.076.286-.095l.019-.001m-.258-110.7993c.306.2667.592.5143.821.7239 1.602-.4783 3.186-.9566 4.769-1.4349-2.689 1.0896-5.379 2.1793-8.068 3.2683.286-.61.59-1.259.895-1.9265.534-.2103 1.049-.4015 1.583-.6118m6.696 99.6183s.153-.057.21-.076l.077.19c-.248.077-.515.172-.763.249.171-.134.324-.248.476-.382m9.956-84.607c1.126.324 1.737.495 2.691.761-.934.668-1.716 1.241-3.165 2.272.208-1.354.322-2.041.474-3.033zm9.232 77.819c.248.018.477.171.726.266-.153.134-.286.248-.534.458-.191-.114-.401-.228-.592-.343.133-.133.305-.381.4-.362m6.83-.484c-1.83 1.585-3.336 2.311-5.759 2.561 1.563-1.756 3.203-2.234 5.759-2.561zm-4.365 3.857c1.811-1.718 3.47-2.635 6.047-1.36-2.137.479-3.911.881-6.047 1.36zm7.174 20.57c-1.544 1.241-3.261 1.949-5.417 1.15.896-.249 1.793-.555 2.708-.747.897-.191 1.813-.268 2.709-.384m3.127-42.111c.115.21.249.439.364.649-.821.267-1.641.554-2.461.822-.057-.095-.134-.191-.191-.286.763-.401 1.526-.783 2.288-1.185zm.952 17.811c-.458.039-.915.078-1.392.116-.02-.114-.039-.229-.058-.343.458-.115.916-.249 1.354-.364.02.21.058.401.096.611m2.898-3.016c-.686 1.373-1.392 1.546-2.271.307.916-.134 1.584-.211 2.271-.307zm-1.037-26.927c.419-.325.819-.706 1.258-1.031.038-.019.076-.057.114-.095.477-.02 1.107.018 1.966.15-.515.096-1.049.211-1.736.345-.152.611-.304 1.24-.627 2.556-.593-.896-1.013-1.219-.994-1.563 0-.133.019-.267.038-.381m3.845-29.83c.61-.268 1.239-.535 1.869-.784.057-.019.191.134.267.21-.572.324-1.163.668-1.754.993-.077.038-.21 0-.592.001.114-.267.114-.401.191-.42m-.575 58.395c-.763.248-1.525.516-2.498.841.661-.738 1.493-1.018 2.498-.841zm-2.553-16.99c1.169-.802 2.333-1.038 3.491-.709-.827.509-1.99.746-3.491.709zm6.186-15.091c-1.106.211-1.946.384-2.842.556.725-.287 1.449-.554 2.193-.822.21.076.42.171.649.247m.871 12.433-1.03.879c-.114-.076-.21-.172-.324-.267.362-.286.724-.573 1.086-.84zm3.813-42.416c.191.171.382.324.573.495-.419.325-.839.63-1.277.955l-.401-.343 1.086-1.107m3.486 74.238c-.266.725-.476 1.24-.704 1.603-.706.21-1.412.421-2.098.65-.306-.057-.668-.152-1.088-.266 1.411-.726 2.46-1.261 3.89-1.987zm3.536-33.396c-.419.268-.858.535-1.277.822-.096-.077-.21-.172-.306-.248.362-.344.744-.668 1.106-1.012.153.153.325.286.477.438zm1.294-3.968c-1.733 3.359-4.92 2.446-7.305 2.944 2.289-.917 4.578-1.835 7.305-2.944zm1.053 43.709c.133-.229.286-.439.438-.63.916-.248 2.003-.726 3.319-1.433 1.107.857 1.032 1.735-.227 2.613-.171.115-.362.229-.534.363-.992.23-1.965.459-2.937.689-.001-.248-.039-.515-.058-.839-.63.497-1.087.878-1.487 1.203-.077 0-.153.038-.229.057.59-.668 1.296-1.24 1.753-2.004m5.397-43.028c-.476.782-.914 1.603-2.441.975.801-.325 1.621-.65 2.441-.975zm7.972-2.983c-2.236 2.927-4.429 3.946-6.579 3.058 1.183-.154 1.907-.269 2.88-.403-.077-.782-.154-1.45-.231-2.117-2.079.097-3.07 1.185-4.004 2.35-.401-.401-.802-.782-1.318-1.296 2.764-2.844 5.912-3.019 9.252-1.611m5.867 9.587c-1.677 2.023-3.547 2.349-6.486 1.322 2.499-.517 4.33-.881 6.486-1.322zm-2.239-6.749c.058.229.096.477.153.706-1.011.191-2.022.364-3.033.556-.057-.21-.095-.401-.153-.61.915-.516 2.003-.536 3.033-.671m1.902 33.772c-1.373.269-2.728.537-4.101.805 1.087-.764 2.651-.803 3.776-1.643.172.305.268.591.325.838zm1.744-11.653c-1.258.42-2.117.707-3.128 1.051.585-.712 1.627-1.063 3.128-1.051zm3.995 6.899c.038.115.076.229.114.344-.953.248-1.888.478-2.842.727-.019-.057-.038-.095-.057-.133.935-.306 1.85-.632 2.785-.938zm-1.104-16.38s.115.171.172.267c-.705.363-1.392.745-2.097 1.108-.096-.21-.191-.439-.268-.648.725-.249 1.469-.498 2.193-.727zm12.294 6.51c-1.068.173-1.143 2.271-3.281.9 2.346-1.109 4.253-2.388 6.81-1.628-1.183.249-2.346.536-3.529.728zm-2.682 8.451s-.153-.171-.229-.248c.4-.267.781-.553 1.182-.821.095.115.21.229.305.343-.419.249-.82.478-1.239.726m3.892-.366c-.59 1.221-1.391 2.175-3.738 1.853 1.545-.764 2.632-1.318 3.738-1.853zm.746-17.508c.134.172.249.363.382.534-.553.363-1.124.745-1.677 1.127 2.938.607 5.418-.444 7.992-1.781-.972.744-1.944 1.47-3.222 2.444 1.221-.116 2.099-.193 3.663-.347-3.395 1.453-5.225 3.145-5.49 5.078-1.775-.818-3.455-2.037-5.839-.681 1.392-1.031 4.254-1.186 2.992-3.531-1.965.269-3.739.5-5.494.73-.019-.152-.058-.324-.077-.477 2.25-1.032 4.52-2.064 6.77-3.096zm-4.635-18.837c.573-.096 1.183-.192 1.793-.288.039.153.077.325.115.477-.629.096-1.24.211-1.869.288-.076 0-.191-.095-.21-.172 0-.057.076-.152.152-.324m6.995-7.463c.192.496.421 1.048.689 1.773 1.564-.459 3.071-.899 4.864-1.416-1.01 1.851-2.249 2.805-4.424 2.464-1.413-.227-2.633.003-3.815.976-.687.573-1.755.841-3.014.823 1.868-1.508 3.717-3.016 5.7-4.639m-1.864 5.646c0-.19.038-.381.056-.572.745 0 1.508-.001 2.252-.002l-.038.496c-.744.02-1.507.04-2.251.059m.568 15.314c1.947.646 3.854.663 5.857-.387-2.65 2.481-4.882 2.827-7.803.732.648-.134 1.469-.517 1.946-.345zm-3.443-8.712c-.534.172-1.087.363-1.621.535-.058-.191-.115-.381-.153-.591.553-.115 1.125-.23 1.678-.345.039.134.077.248.096.381m-1.452-1.867c-.038-.267-.096-.515-.153-.782 1.278-.306 2.575-.613 3.853-.919.058.343.115.687.173 1.03-1.297.23-2.595.441-3.873.671zm15.066-7.852c-1.526.611-3.033 1.223-4.54 1.816-.076-.191-.172-.363-.248-.553 1.564-.517 3.109-1.033 4.673-1.568.038.095.076.19.115.286m4.22 3.886c-1.736.497-2.995.842-4.234 1.205.799-1.653 2.211-2.055 4.234-1.205zm2.668-2.863c-1.734 1.813-3.222 1.452-5.494.444 2.156-.174 3.568-.29 5.494-.444zm-39.157 74.107c-.133.496-.228.84-.323 1.202 1.088.8 1.697-.707 3.014-.346-.857 1.183-1.83 1.794-2.994 1.986-.896.153-1.831.154-2.766.212-.133.001-.362.02-.382-.037-.86-1.735-2.251-.513-3.473-1.065 2.289-.651 4.501-1.263 6.924-1.952zm-1.919 8.05s.095.19.153.286c-.287.076-.573.153-.859.248-.019-.076-.057-.133-.076-.19.267-.115.515-.21.782-.325m-183.941 68.543c-.343-.057-.706-.095-1.049-.152l.037-.782c.382.095.764.209 1.145.304-.038.21-.076.42-.133.611m-5.683 2.351c-.555-1.582.742-1.66 1.372-1.966.648-.324 1.525-1.355 2.404.17-1.221.573-2.384 1.127-3.795 1.815m2.16 4.232c.439-.191.896-.364 1.335-.555l.115.248c-.439.21-.878.401-1.297.612-.058-.115-.096-.21-.153-.324m-1.276 2.9c.457-1.393 1.812-.803 2.804-1.433-.953 1.03-1.22 1.164-2.804 1.433zm-4.081 1.987c-.076-.172-.172-.324-.248-.496.685-1.088 1.849-1.127 2.917-1.338.077.134.134.267.211.401-.954.477-1.907.955-2.88 1.433zm2.553-3.607c-.533.56-1.436.815-2.708.765.877-.248 1.774-.497 2.708-.765zm-1.15-5.911c.153.076.286.172.439.267-.057.095-.114.286-.152.286-.153-.019-.306-.114-.478-.19.096-.172.172-.363.191-.363zm-5.435 2.713c.494-2.136 2.708-.612 3.489-2.139-.342 1.621-.666 1.793-3.489 2.139zm-1.946.727c-.057-.114-.134-.248-.191-.362.267-.077.515-.153.782-.23.038.076.077.153.115.229-.229.115-.477.229-.706.344m-5.588 1.969c-.058-.152-.115-.324-.192-.476 1.469-.421 2.938-.823 4.369-1.225-.362 1.221-1.334 1.642-4.177 1.701zm2.22 7.15c-.115-.076-.229-.42-.172-.553.38-.821.991-.554 1.755-.192-.343.953-.839 1.202-1.583.745zm-7.687 2.868c.877-1.069 2.136-1.108 3.204-1.472h-.019c.744-.821 1.755-.993 2.918-1.109-.704 2.003-3.431 3.15-6.103 2.6m1.921-6.524s.058.133.077.19c-.363.096-.706.192-1.068.307 0-.039-.039-.096-.058-.134.343-.115.687-.229 1.049-.363zm-3.98 7.517s-.191-.285-.287-.457c.305-.153.591-.287.896-.44.077.172.172.344.249.515-.286.134-.572.287-.877.382m-2.405-281.7269c-.687.4774-1.105 1.6602-2.575.8224.915-.8971 1.715-1.6989 2.63-2.5961.611.8195.517 1.3917-.036 1.7736m-3.053 260.621-.038-.114c.572-.172 1.163-.325 1.755-.497l.038.114c-.592.172-1.164.325-1.755.497zm-3.772 26.264c-1.373.631-2.785 1.185-4.177 1.797-.724.306-1.411.707-2.136.994-.724.305-1.507.516-2.689.917-.933 1.622-3.261 1.758-5.13 2.618-3.814 1.777-7.743 3.288-11.634 4.912-7.61 3.173-15.201 6.384-22.81 9.538-4.33 1.797-8.659 3.575-13.065 5.2-4.177 1.549-8.412 2.907-12.627 4.341.896-.573 1.773-1.184 2.727-1.681.667-.344 1.488-.459.972-1.355.896-.42 1.621-.783 2.365-1.108.362-.153.743-.306 1.125-.345 2.48-.269 4.52-1.663 6.828-2.39.63-.21 1.106-.878 1.411-1.165 1.278.018 2.347.036 3.492.054-.02-.705-.039-1.125-.059-1.754.458-.058 1.125-.402 1.412-.154 1.069.857 1.812.265 2.556-.231 1.754-1.127 3.489-2.292 5.206-3.457 1.163-.783 1.506-.802 2.957.131-.001-1.278.456-1.755 1.468-.955.381-.477.648-1.069 1.106-1.26.419-.191 1.03.037 1.507.075.381-.63.743-1.221.838-1.412 1.545-.211 2.843-.079 3.797-.595 1.983-1.07 4.119-1.644 6.179-2.447 2.136-.841 4.311-1.568 6.428-2.409.782-.306 1.506-.802 2.231-1.261.877-.554 1.601-1.317 2.899-.746.783.342 1.087-.497 1.106-1.317.992.342 1.698.284 2.632-.384 1.526-1.088 3.433-1.605 5.245-2.236 2.365-.823 4.788-1.492 7.172-2.257.4-.134.763-.44 1.297-.459-.229.267-.4.629-.686.763m-66.043 32.235s.077.076.115.114c-.592.249-1.164.516-1.755.765l-.115-.267c.573-.21 1.164-.421 1.736-.631m-14.44 3.16c3.852-1.338 7.705-2.677 11.558-4.015-3.661 1.815-7.495 3.268-11.558 4.015zm-9.33-.086c.991-.402 1.926-.898 2.956-1.185 4.196-1.129 8.01-3.345 12.436-3.75-.324.21-.61.458-.972.573-4.75 1.587-9.518 3.137-14.42 4.362zm4.389 1.655c-.648.191-1.316.363-1.964.555v-.076c.648-.192 1.316-.383 1.983-.574l.001.095m12.37-12.846c-.286.248-.591.477-.877.725-.095-.114-.191-.248-.286-.362.324-.21.648-.439.972-.649.076.095.134.19.21.286m2.556-.689c.019.171-.114.343-.228.61-.21-.171-.458-.305-.458-.419-.001-.172.133-.382.266-.458.076-.038.401.171.42.267zm-17.57 2.286c-.229-.343-.42-.667-.784-1.22 2.518-.765 5.017-1.53 7.497-2.296 1.831-.554 3.834-.747 5.187-2.331.21-.248.534-.516.82-.497 1.431.113 2.862.245 4.294.492 1.011.171 1.621-.154 1.849-1.28 0-.057-.305-.228-.554-.4 1.564-.974 3.265 1.637 4.598-.214.727 1.296 1.243 2.23 1.72 3.088-1.201.345-2.193.498-3.09.899-.839.383-1.563.994-2.46 1.319.743-1.508 2.135-2.176 3.413-2.998-2.213.155-4.331.157-6.352 1.418-1.812 1.126-3.967 1.987-6.372 1.608-.496-.076-1.068.153-1.506.401-1.469.822-2.88 1.777-4.348 2.598-.439.248-1.03.192-1.545.288-.744.153-1.488.363-2.251.44-.706.077-1.431.002-2.29.003.247-1.316 1.335-.955 2.193-1.318m2.258-13.218c-.572.439-1.183.554-1.851.287l-.057-.476c.629.056 1.278.132 1.908.189zm1.43-.688c.058.19.096.362.153.553-.496.038-.973.077-1.469.115.439-.21.878-.439 1.316-.649m-.55 2.746c.101-.724.495-1.055 1.182-.992-.401.343-.725.63-1.182.992zm3.058 6.215c-.572.172-1.163.325-2.174.612.8-.973 1.525-.631 2.174-.612zm1.079-9.384c-.304 1.163-.781 1.316-1.621 1.069-.058-1.182.648-1.068 1.621-1.069zm5.002 2.913c.114.229.248.476.363.705-.744.344-1.507.669-2.251 1.013-.095-.191-.191-.362-.286-.553.724-.401 1.43-.783 2.154-1.184m5.665-1.76c.077.152.153.286.23.438-.305.344-.629.707-1.048 1.165-.268-.439-.44-.725-.727-1.182.592-.172 1.069-.306 1.545-.44m-.253-6.102c.076.133.133.266.21.419-.42.21-.839.439-1.278.649-.076-.171-.134-.362-.21-.533.419-.172.858-.344 1.278-.516m4.222 6.537c.42-.287.763-.516 1.145-.764.166.826-.216 1.081-1.145.764zm1.655-6.085c-.248.362-.476.935-.629.897-1.355-.361-2.194.536-3.166 1.071-.267.152-.611.191-.916.267 1.83-1.692 3.4-2.437 4.711-2.235zm-.023-3.452s.096.191.153.286c-.229.115-.458.248-.686.363-.058-.095-.096-.191-.153-.267.229-.134.457-.248.686-.382zm1.362 7.856c.077.114.134.209.211.324-.267.21-.515.401-.763.611-.096-.172-.191-.324-.287-.496.286-.153.553-.286.839-.439zm.789 6.464c-.057.114-.114.21-.172.324-.114-.019-.229-.038-.343-.057.019-.114.038-.343.076-.343.133 0 .286.057.439.076zm-.23-1.087c.992-.42 1.907-.803 2.899-1.223-.317.992-1.284 1.4-2.899 1.223zm1.438-12.168c.839-.344 1.507-.765 2.059-1.661.61-.993 1.831-1.528 2.974-2.406-.138 1.119-1.155 2.194-3.049 3.226.992-.001 1.564.017 2.137.036-1.716 1.641-3.604 2.578-6.085 1.55.648-.248 1.316-.478 1.945-.745m4.631 14.241c-.286.153-.591.287-.896.439-.077-.152-.153-.304-.23-.457l.858-.516c.096.172.173.363.268.534zm-.158-6.045c1.049-.287 2.098-.593 2.994-.842-.705 1.011-.914 1.107-2.994.842zm6.684-13.146c-1.448 1.527-1.83 1.699-4.348 2.025 1.335-.63 2.689-1.242 4.348-2.025zm1.582-2.347c.362-.134.839-.116 1.106-.364 1.277-1.164 2.651-.803 4.083-.061-1.64.574-3.262 1.224-4.94 1.664-1.164.287-2.423.231-3.74.118 1.164-.459 2.308-.918 3.472-1.357m-.558-265.2715c.152.0761.267.2095.401.3238-.076.0954-.153.1718-.267.3244-.115-.1333-.267-.2476-.325-.4001-.019-.0382.191-.2672.21-.2482m8.283 263.6236c-.724.897-.665 2.594-2.306 2.501-.039-.401-.096-.839-.154-1.278.304-1.431 1.545-1.012 2.479-1.223m1.068-.726c.172.344.363.687.631 1.201-.706-.209-1.183-.361-1.641-.513.343-.229.686-.458 1.01-.707m2.914-266.7807c-1.412.4972-2.48.8797-3.891 1.3578 1.525-1.2983 2.822-1.7509 3.891-1.3578zm-1.465 265.8457.419-.954c.115.095.229.171.344.266-.267.229-.515.458-.763.688zm.249.877c-.114.21-.496.343-.763.344-.305 0-.61-.191-.916-.305.095-.229.114-.591.286-.667.324-.134.725-.135 1.087-.173.115.286.382.667.306.801zm-4.108 13.238c-.725.421-1.068.612-1.431.822.058.076.134.152.191.248l1.546-.002c-1.754 1.718-3.967 1.835-6.276 1.742 1.449-1.699 3.452-2.254 5.951-2.79m-5.008-8.711c.706-.382 1.411-.764 2.117-1.146.096.229.21.438.306.648l-2.193.937c-.077-.153-.153-.286-.23-.439zm.198 7.285c-.285 1.125-1.201.916-1.983 1.013zm24.534-2.636c-.877.249-1.831.44-2.728.784-2.574.994-5.111 2.122-7.705 3.002-.553.191-1.393-.38-2.481-.723-.509.204-1.049.821-1.62 1.852-.153-.057-.363-.057-.496-.171-.153-.134-.249-.343-.363-.496-.801.287-1.583.574-2.48.918.742-2.308 4.5-3.494 8.221-2.773.228-.668-.25-2.06 1.334-1.661 0 .306-.018.611-.037.935.935.705 3.833-2.33 4.612-4.886 1.775-.365 3.396-.709 5.017-1.054-.59 1.564-2.135 1.737-3.623 2.158.879 1.048 2.386.341 2.368 2.134m3.261-2.444c-.229.152-.458.286-.687.439-.057-.095-.115-.171-.172-.267.21-.153.439-.324.667-.477 0 0 .134.19.211.286m-13.794.642c.954.419 2.099.36 3.013-.842.343-.439.992-.611 1.526-.821 3.986-1.549 7.953-3.135 11.978-4.608 2.784-1.032 5.626-1.912 8.43-2.849.725-.249 1.431-.497 2.156-.746.095.21.191.4.286.591-2.459 1.89-6.123 1.493-8.276 4.165-.478-.247-.917-.457-1.489-.742-.152.744-.285 1.335-.399 1.907-.839.401-1.64.784-2.708 1.3.19-.649.304-1.069.475-1.679-.668.077-1.259.058-1.793.211-2.518.766-5.055 1.512-7.534 2.391-.84.287-1.564.898-2.308 1.433-.629.439-1.086 1.221-1.773 1.432-3.338 1.052-6.714 1.971-10.09 2.927-.534.153-1.164.287-1.546-.551 3.644-.233 6.848-1.437 10.071-3.481m1.174-8.564c-.934.364-1.449.574-2.136.842.407-.535 1.119-.815 2.136-.842zm.681-267.8274c-.629 1.6025-1.583 1.3174-2.938 1.0326 1.068-.3633 1.793-.631 2.938-1.0326zm1.15 266.8534s.21.095.325.152c-.076.153-.153.306-.229.439-.172-.076-.267-.133-.382-.19.096-.134.172-.305.305-.401m4.5-3.78c.171-.058.572.476.878.743-.038.171-.057.343-.095.496-1.335.154-2.69.307-4.483.5 1.239-1.184 2.555-1.299 3.68-1.739m-1.339-264.3743c.039.0953.077.1906.134.2859-.419.153-.839.2869-1.259.4399-.038-.0954-.076-.1907-.134-.286.42-.1529.84-.2868 1.259-.4398zm11.045 258.3193c.039.153.077.305.134.458-1.106.192-2.232.383-3.338.594-.038-.095-.058-.21-.096-.305 1.107-.249 2.213-.479 3.319-.728m4.157-263.826c.19-.0765.553.0567.706.2091.114.1334 0 .4386.001.6674-.115.1527-.248.3054-.363.4581-.191-.2287-.439-.4382-.534-.686-.058-.2098.037-.6103.171-.6486m2.392 268.397c-.439.325-.858.649-1.296.974-.115-.191-.23-.362-.344-.553.476-.248.953-.497 1.43-.745.076.114.134.21.191.324m1.021-270.1357c.668-.4964 1.088-.0391 1.47.5708-.381.5343-.762 1.0877-1.431.3446-.172-.1906-.191-.8008-.039-.9154zm2.66 268.7207c.038.096.077.191.115.286-.668.192-1.355.383-2.022.574-.038-.095-.096-.19-.153-.286.687-.191 1.373-.382 2.06-.574zm.087 10.87c-.63.135-1.336.078-2.118.117-.305.496-.648 1.049-.934 1.526-2.308.518-4.731.482-6.179 2.657-1.011-.037-2.099-.055-3.453-.111 1.601-1.203 3.337-1.491 4.958-2.026.668-.23 1.546-.04 1.621-1.108 1.641-.078 2.517-1.566 3.89-2.139.763-.306 1.622-.402 2.442-.575.573.953.536 1.487-.227 1.659zm3.528-282.4763c.859.476 1.603.7422 1.07 1.5437-.172.2672-.782.5538-.954.4395-.916-.5712-.249-1.163-.097-1.9832m-33.843 306.2483c-1.639 1.718-5.148 3.247-8.391 3.555 1.601-1.336 6.655-3.401 8.391-3.555zm-59.915-4.977c-.038-.115-.095-.21-.134-.325.534-.191 1.068-.363 1.603-.535 0 0 .095.21.191.381-.553.153-1.107.325-1.66.479zm-7.312 14.92c-.077-.172-.153-.343-.23-.534 1.831-.707 3.643-1.415 5.474-2.122-.932 2.709-3.318 2.177-5.244 2.656zm-2.997-1.599c.133-.096.248-.21.4-.268.115-.038.248 0 .382 0 0 .057.019.095.038.152l-.82.135m-19.372-5.932c-.114.21-.419.325-.667.42-2.747 1.071-5.512 2.122-8.678 3.327 2.593-1.662 4.767-3.075 6.979-4.469.495-.306 1.048-.573 1.621-.707.305-.077.706.209 1.068.342-.095.362-.151.763-.323 1.068m-11.261-43.813c-1.201.535-2.403 1.07-3.604 1.605-.076-.057-.134-.095-.21-.172.475-1.754 2.727-1.204 3.871-2.139 1.03-.84 2.193-1.566 4.139-1.186-1.392.611-2.784 1.261-4.176 1.872m-1.919 48.728-.115-.191c.782-.344 1.545-.707 2.327-1.051.095.191.172.362.267.553l-2.479.708m-3.147 1.261-.134-.324c.458-.153.896-.306 1.354-.459l.115.267c-.439.172-.878.363-1.335.535m-.95-55.322s0-.058 0-.096c.515-.153 1.049-.325 1.564-.478.268.114.516.266.688.438.191.21.305.457.401.762-.687.249-1.354.498-2.041.746-.401-.247-.573-.877-.612-1.372zm-2.305 3.93c.573.362 1.012.648 1.68 1.067-1.697.612-1.717-.075-1.68-1.067zm8.791-6.015c.133-.039.267-.077.419-.134l1.336.418c-.095.134-.171.267-.267.401-.209.076-.4.153-.61.229-.363-.133-.744-.266-1.069-.437-.057-.038.076-.267.19-.496m4.551 49.731c.095.115.191.21.267.305-.248.248-.515.497-.762.745-.096-.096-.172-.21-.268-.305.248-.248.496-.496.763-.764m4.807-1.168c-.82.402-1.66.803-2.48 1.204-.076-.133-.153-.286-.248-.419.591-.802 1.544-1.012 2.422-1.318.095.171.191.362.287.533m-.214-4.214c-.973.459-1.965.898-2.937 1.357-.096-.153-.172-.324-.268-.477.59-1.411 2.098-.65 3.205-.88zm-21.805-36.747c.018-.21.209-.439.495-.706.439-.134.877-.268 1.316-.402.288 1.354.479 2.269.709 3.317-1.507-.418-2.634-.931-2.501-2.209m-7.609 4.069c.763.037 1.564.075 2.786.131-1.697 1.146-2.137.269-2.786-.131zm-3.567 1.624c-.076-.133-.152-.266-.229-.419 1.125-.382 2.251-.746 3.376-1.128-1.049.516-2.098 1.031-3.128 1.547m.25 1.907-.267.134c-.076-.114-.153-.229-.229-.343.534-.229 1.049-.478 1.583-.726.057.095.115.19.172.286-.439.191-.858.42-1.259.668m-8.123 44.728c1.62-1.374 3.432-2.272 5.53-2.522.058.133.115.286.192.419-1.908.708-3.815 1.396-5.722 2.103zm-.213-2.65c-.076-.114-.152-.229-.229-.343.458-.344.915-.669 1.373-1.012.095.152.191.324.287.476-.477.287-.973.592-1.45.879m-3.474-2.285c-.268-.305-.535-.496-.84-.591 1.125-.592 2.25-1.184 3.356-1.757.343-.172.686-.306 1.106-.307-.572.535-1.163 1.07-1.754 1.604.039.038.077.076.134.114-.667.325-1.335.631-2.002.956m-2.197-2.992s-.058-.134-.096-.21c.229-.057.458-.134.687-.191l.076.152c-.229.077-.458.172-.667.249zm-2.281-10.945c-.115-.133-.23-.285-.344-.419.323-1.087 1.258-1.222 2.326-1.203-.667.534-1.334 1.088-2.001 1.622m-4.197-18.78c-.4.248-1.03.23-1.965.402 5.149-3.38 6.312-3.915 12.743-3.197-1.697 1.604-3.814 2.235-5.951 2.028-1.775-.17-3.263-.188-4.827.767zm-.305 20.272c.725-.401 1.469-.802 2.193-1.222.058.133.115.247.172.381-.782.287-1.583.554-2.365.841zm-2.559-2.534c-.134-.171-.286-.343-.42-.514.496-.229.972-.459 1.468-.688.096.133.191.267.306.4-.439.267-.896.535-1.335.802m.942-32.802c.248 0 .477.133.725.209-.152.134-.286.267-.514.477-.21-.114-.44-.228-.65-.342.153-.134.325-.344.458-.363m17.025 46.363c-.419.636-1.093.968-2.021.994.61-.306 1.22-.592 2.021-.994zm-1.072-3.565c-1.163.459-2.307.937-3.471 1.396l-.057-.134c1.106-.535 2.193-1.07 3.299-1.605.076.115.153.229.229.343zm-23.851-21.508c1.162-2.652 2.249-3.149 4.844-2.102-1.621.707-3.261 1.414-4.844 2.102zm-1.523 3.778c-.153-.897.171-1.583 1.372-1.928.192 1.278.192 1.297-1.372 1.928zm-2.193 1.26c-.095-.133-.172-.266-.267-.4.763-.249 1.507-.497 2.27-.765zm-9.707-96.297s-.134.038-.21.058c-1.9839.669-4.0058 1.224-6.0087 1.779-.1146-.134-.2292-.286-.3248-.438-1.2973.058-2.6705.631-3.8539.156.8774-.211 1.774-.441 2.6514-.689.4769-.134.9347-.268 1.4115-.421.0575.248.0196.534-.0946.839.5722-.248 1.3352-.44 1.5447-.821.0953-.172.1904-.363.2857-.535.4387-.134.8774-.268 1.297-.401-.057.228-.114.476-.1901.744 1.0873-.345 1.7738-.67 1.8878-1.242.4387-.134.877-.249 1.316-.421.591-.229 1.183-.497 1.755-.745.401.152.82.304 1.221.476.706-.611 1.621-1.127 2.097-1.776 2.365-.803 4.769-1.549 7.153-2.295.267-.077.592-.001.897-.001.057.152.115.286.172.438-1.087.631-2.117 1.413-3.28 1.91-.42.134-.839.306-1.259.478-2.803 1.033-5.646 1.951-8.468 2.907zm-.154 99.129c-.077-.4.438-1.278.8-1.335 1.889-.346 1.68.894 2.043 1.943-1.354.306-2.575.746-2.843-.608zm-4.5181-96.149c.9346-.268 1.8502-.536 2.7657-.842.8774-.287 1.7164-.631 2.5944-.918-.172.134-.344.248-.515.401-1.7541 1.508-3.4709 1.91-4.8642 1.359m-1.3349 100.942c-1.6536-.012-2.6705.746-3.0506 2.272-1.5839-.304-1.9473-1.181-1.8149-2.382 1.3731-.745 2.7461-1.471 3.9285-2.102.5521-1.183 1.0663-2.27 1.7518-3.701 1.1851 2.325.1756 4.119-.8148 5.913zm-6.0835-97.083c-.515.153-1.0109.325-1.5259.478-.7057.211-1.5071.23-2.232.384 1.1431-1.775 1.5056-1.813 4.8062-2.045-.3621.439-.7052.839-1.0483 1.183zm-.4581 59.977-.2291-.247c.4005-.153.782-.306 1.1634-.459.0382.076.0764.133.1337.21-.3623.172-.7056.343-1.0679.515m-6.8458 4.012c-.3816.076-1.0879-.323-1.2027-.628-.0956-.267.457-1.031.7241-1.05 1.3736-.135 3.0323-1.395 4.4652.587-1.6214.459-2.7848.88-3.9866 1.091zm-5.3927 27.333c1.3157-.783 2.6315-1.585 3.9472-2.368.1147.152.2293.323.3439.476-1.4303.631-2.8607 1.261-4.2911 1.892zm-3.3286-89.4c3.2041-1.338 6.4273-2.657 9.6314-3.995.1529.21.2866.401.4395.61-.534.268-1.068.554-1.602.803-2.8038.899-5.665 1.702-8.4689 2.582zm.9275 12.338c-2.2506.86-4.692 1.702-6.5606 3-.801.287-1.6021.593-2.4032.88-.267.096-.4957.325-.7245.535-1.4118.135-2.7669-.341-4.2171-.435 1.0861-1.565 1.8667-3.282 4.3856-2.903.9719-1.24 2.842-1.013 4.1576-1.968 1.6405-.288 3.3002-.556 4.9599-.806.0194.286.0388.591.0581.897 1.1254-.307 1.6593-.708 1.8878-1.166.7059-.077 1.4308-.153 2.1367-.23-.9722.916-2.2117 1.623-3.6803 2.177m-.5402 73.937c.9394-1.946 2.3442-2.774 4.2143-2.483-1.2072 1.247-2.612 2.075-4.2143 2.483zm-21.0648-60.929c.7247-.344 1.4303-.688 2.1169-1.032.4006-.001.8204-.001 1.2973-.04-.229-.114-.4199-.209-.6108-.304.4959-.229 1.0108-.459 1.5067-.688 1.0502.914 2.3478 1.047 3.7976.759.0191.038.0382.057.0764.095-2.728.518-5.0535 2.809-8.2032 1.191m5.0311 53.85s-.5153-.114-.4963-.152c.0571-.229.1713-.458.3238-.668-.0001-.019.3244.076.5916.152-.1334.229-.2476.477-.4191.687m-5.9788-7.146c.6858-1.132 1.8871-1.902 3.6039-2.311.7271 2.174.2504 2.479-3.6039 2.311zm-.3563-53.626c1.2211-.001 2.1751-.002 3.1291.016-.1895 1.412-1.5436 1.966-3.0882 2.921-.001-1.144-.0399-1.926-.0409-2.937zm6.6748-3.248c.2676.515.5735 1.086.8411 1.601-1.0671 1.508-2.6315 1.681-4.2914 1.644.7237-1.316.6457-3.166 3.4503-3.245zm8.4224-11.431c.9151-.783 1.8874-1.604 2.9935-2.101.2289-.095.4578-.191.6866-.287-.1525.077-.286.172-.4385.249-.248.133-.2666.61-.495 1.183 1.1444-.402 2.0408-.765 2.9373-1.014-1.3349.688-2.6507 1.433-3.9283 2.216-.7246.439-1.3728.993-2.4601 1.223.2284-.496.2851-1.107.7045-1.45m3.1106-19.455c1.4304-.669 2.5548-1.986 4.291-2.007l.2104.515c-.8201.287-1.7358.459-2.4604.899-.6865.42-1.1819 1.126-2.0397 1.985-.0006-.687-.1539-1.335-.0013-1.411m7.0202-1.208c-.9346.382-1.8691.764-2.7846 1.147-.0573-.096-.1146-.172-.1719-.267.8963-.459 1.8117-.917 2.708-1.376.0956.172.172.324.2676.496m-1.1355-10.24c.7055-.554 1.6019-.898 2.5366-1.128-1.2962 1.336-2.0384 3.339-4.4997 3.342.6861-.802 1.2387-1.622 1.9632-2.195m10.6857 21.177h.0191c.5722-.191 1.1444-.363 1.6976-.536.2861-.076.5722-.134.8584-.191.2484.4.4968.781.7643 1.182-1.545.516-2.8992.975-4.2916 1.434-.2104-.515-.3825-.991-.5547-1.43.496-.153.9919-.306 1.5069-.459zm-2.1507 5.552c-.4005.172-.8011.344-1.2016.478-.4581-.172-.9353-.381-1.4125-.667 1.1067.076 1.9271.132 2.6331.189m-.3805-18.994c-.0383-.115-.0957-.248-.1339-.362.8583-.306 1.7166-.612 2.5749-.899.0382.114.0956.248.1339.362-.8583.306-1.7357.612-2.594.899m.8292-10.776c-.4192.496-.8576.993-1.4484 1.68 2.5559-.804 3.7555-3.341 6.6361-3.84-3.2975 3.55-7.1115 5.499-11.8808 6.209 3.2021-3.493 3.5453-3.703 6.6931-4.068m8.6976-2.945-1.1826.344c-.0574-.095-.1147-.19-.172-.286.2097-.133.4194-.305.6483-.382.1908-.057.4198 0 .6297 0 .0191.114.0383.229.0575.343m-2.9604-3.258c1.0107-.516 2.1169-.956 2.9939-1.662 1.5825-1.241 3.5287-1.167 5.4556-1.302-2.8397 3.397-7.0555 4.221-11.1754 5.636.3801-1.602 1.5816-2.099 2.7068-2.672m-43.5306 110.193c2.5551-1.7 2.5551-1.7 4.3505.301-1.7937-.132-2.9194-.188-4.3505-.301zm2.5115-47.431c-.496.096-.9919.211-1.4879.306l-.0957-.343c.4959-.134.9728-.268 1.4687-.421.0383.153.0766.305.1149.439m-.6732-5.644c-.1527-.115-.3054-.229-.4582-.343l1.3154-1.146.4392.343c-.4385.382-.8579.764-1.2963 1.165m-2.5366 1.089c-.6486.115-.9728.249-1.0683.173-2.4631-1.848-5.1337-1.311-7.9371.065-.5722.286-1.2972.325-1.9457.478l-.1911-.324c.7817-.573 1.4679-1.279 2.3261-1.718 3.1276-1.567 6.2742-3.115 9.4783-4.548 1.2206-.554 2.708-1.433 3.9689.282-3.0517 1.185-3.9463 3.475-4.6311 5.592zm-1.3694 24.679-.0385-.382 1.7933-.268c.0001.133.0193.286.0385.419-.5914.077-1.1828.154-1.7933.231zm.6437 34.822c-.42-.305-.84-.609-1.241-.933l.4002-.439c.4772.228.9545.456 1.4507.685l-.6099.668m-4.691-57.455s-.3246-.172-.8782-.514c.8586-.02 1.2974-.04 1.7362-.04-.286.191-.5529.42-.858.554zm-4.8814 3.246c-1.0299.459-2.3079.746-3.0896 1.414-2.6308 2.253-6.4081 2.753-9.23 4.758-1.125.802-2.6704.822-3.2445-.97 1.259-.23 2.5181-.46 3.51-.632-.4776-.705-.8215-1.22-1.4329-2.097 2.1751.055 3.7954-1.491 5.3613-.081.0955.076.477.038.6487-.058 2.4982-1.261 5.0347-2.465 7.4183-3.878 1.0869-.65.915-.859 2.9949-.728-.4949 1.259-1.7537 1.756-2.9552 2.291m-17.546 7.836c-.2673-.229-.4774-.4-.6683-.552.286-.229.5719-.459.8579-.688.1719.172.4964.362.4585.534-.038.229-.3622.42-.6481.725m13.3084 50.334c1.4298-1.279 2.8975-2.749 5.3593-2.198-1.9072.783-3.6428 1.491-5.3593 2.198zm-.0376-19.395c.323-1.507 1.0478-1.717 2.708-1.49-1.068.573-1.6782.917-2.708 1.49zm-16.9499 12.546c-.0192-.115-.0575-.229-.0767-.325.4387-.133.8775-.248 1.3162-.382.0001.19.0003.362.0005.553-.4006.057-.8203.096-1.24.154zm52.6852-93.954c-.2481-.114-.4199-.171-.5726-.228.0953-.134.1714-.306.2858-.401.0572-.038.3244.038.3435.076.0193.152-.0187.324-.0567.553zm262.1488-188.6097c-2.041.4787-3.834 1.6819-6.295 1.7605 1.01-1.2977 4.348-2.2544 6.295-1.7605zm37.416 1.0515.039.2288c-.878.3059-1.774.6119-2.652.9179-.019-.0763-.057-.1335-.076-.2097.896-.306 1.793-.6311 2.689-.937zm7.649-2.7726c.038.1144.057.2288.095.3242-.972.3442-1.945.6883-2.937 1.0326-.038-.0954-.077-.2097-.134-.3241.992-.3442 1.984-.6884 2.976-1.0327zm6.027-1.9509s.038.0763.057.1335c-.477.172-.953.3251-1.411.4971 0-.0381-.038-.0762-.057-.1334.476-.1721.953-.3251 1.411-.4972zm17.257-10.8104c.668-.115 1.373-.2492 1.907-.612 1.468-.9931 2.88-1.5093 4.561.1863-2.994 1.8337-6.772 1.6656-9.823 3.2514.628-1.6598 1.714-2.519 3.355-2.8257zm14.097-3.3507c.114.0189.229.0379.362.0759-.057.1336-.133.2671-.19.4197-.134-.0761-.267-.1713-.42-.2475l.248-.2291m1.886-2.3665s.191.1142.344.2285c-.133.1336-.229.2672-.362.3436-.038.0191-.191-.1142-.287-.1904.096-.1336.191-.2862.305-.3817zm4.349-1.1102s.21.1142.306.1713c-.095.1336-.191.2863-.267.4198-.172-.0952-.267-.1523-.382-.2094.115-.1336.21-.2863.343-.3817zm1.469-.8405c.152-.2672.553-.401.82-.6111.114.3432.439.8006.325 1.0105-.495.8395-.933 1.8125-2.059 1.7373.286-.6868.552-1.4498.914-2.1367zm7.287-1.0177c-.533.5726-1.049.535-1.622-.1701.629-.5536 1.126-.2871 1.622.1701zm1.641-.5546c.038.0953.057.2097.076.3241-.515.0577-1.03.1345-1.545.1922.477-.1721.973-.3442 1.45-.5163m6.426-4.0491c-.267.2291-.515.4582-.896.7828-.192-1.1632.457-.8205.896-.7828zm11.788-3.17692c.477.07583.973.13257 1.45.2084 0 .13349 0 .24792.001.38141-.497-.03767-.974-.07535-1.47-.11302 0-.15257 0-.30513.019-.45771m2.688-2.13846c.21.13329.439.26656.611.41896.038.03811-.057.30519-.114.32432-.267.03839-.534.01958-.763.03886.19-.55322.228-.66768.285-.78216m-3.344 34.15862.153.4194c-.763.2677-1.545.5354-2.308.8031-.077-.1906-.153-.3812-.249-.5718.801-.2297 1.602-.4402 2.404-.6698m3.776-1.3958c.057.1526.096.3051.153.4576-.763.1914-1.507.3828-2.27.5743-.038-.1335-.096-.286-.153-.4385.744-.2105 1.507-.4019 2.251-.6124m4.368-1.053s.019.0762.038.1143l-2.193.765s-.038-.0763-.038-.1144c.725-.2486 1.468-.5163 2.193-.7649zm24.251 20.8592c-.495 1.0302-1.416 1.546-2.765 1.5473 1.049-.5922 1.755-.9933 2.765-1.5473zm8.698-2.6973.134.4195c-.935.2297-1.869.4785-3.147.8039.711-.9923 1.709-1.4001 2.994-1.2234m-19.541 36.8821c1.145-.516 2.289-1.0511 3.414-1.6433.057-.0001.095-.0001.153-.0193.038 0 .076.0381.114.0381-1.163.5923-2.117 1.1081-3.089 1.5858-.172.0764-.401.0766-.611.0959v-.0763m47.505 16.4701s.249.362.383.591c-.916.496-1.831.993-3.338 1.795.667-1.755 1.773-2.137 2.936-2.386m5.459 1.844c-.514 1.221-.838 2.023-1.18 2.824-1.279-.285-2.558-.551-4.027-.873 1.067-1.603 3.223-1.11 5.207-1.951zm33.948-15.2692c-1.067 1.5839-2.652.956-3.834 1.3195 1.01-.9926 1.982-2.2903 3.834-1.3195zm-15.798 20.5542c-.877.973-2.022.86-3.148.766.762-1.412 2.08-.574 3.148-.766zm4.237 1.598c.286.019.573.037.859.075-.305.077-.592.172-.897.249 0-.114.019-.229.038-.305m9.004-2.316c-1.068.344-2.156.65-3.224.975.82-.668 1.888-.974 3.224-.975zm16.687-7.988c-2.403 1.09-4.787 2.179-7.209 3.211-.305.134-.802-.037-1.336-.075 1.601-1.642 3.241-2.33 8.545-3.155m7.829 6.82c.286.267.573.533.859.8-.42-.133-.839-.247-1.259-.38zm-50.664 32.22c-.076.363-.171.763-.285 1.278l-.745-.952c.343-.115.686-.23 1.03-.326zm3.033-.918c.381-.115.762-.229 1.144-.344.591-.001.954.361 1.279.761-.801.001-1.641.002-3.11.003.248-.172.477-.305.667-.42m52.41 17.057c.114.114.324.209.324.323 0 .096-.209.229-.343.344-.114-.114-.324-.209-.324-.343 0-.095.209-.229.343-.344m41.887 7.665c-1.202.154-2.346.231-3.472.461-2.041.422-4.101 1.301-6.066 1.284-2.709-.017-4.941.862-7.249 1.895-.82.382-1.716.745-2.594.917-5.093.959-10.205 1.879-15.776 2.876.419-.782.571-1.469.876-1.546 2.213-.593 4.483-1.32 6.715-1.455 1.107-.059 2.003-.25 3.014-.423 2.557-.422 4.539-1.911 6.962-2.409 2.614-.537 5.169-1.283 7.783-1.781 1.774-.345 3.204-.995 4.501-2.14-1.776-.933-3.55-1.294-5.63-.93-.667.115-1.545.25-2.022.002-2.272-1.18-4.293.004-6.372.807-1.85.727-3.719 1.453-5.855 2.275 2.572-3.187 6.655-3.534 9.725-5.406-.82-.114-1.603-.132-2.328.04-4.845 1.073-9.651 2.622-14.516 3.161-6.582.731-13.048 2.739-19.765 2.422-3.453-.169-7.078.559-10.626.792-1.374.096-2.748-.074-2.558-1.504 1.983-.67 3.7-1.32 5.455-1.798 1.278-.345 2.785-.823 3.93-.595 2.671.55 4.655.129 6.485-1.894-.744 0-1.412.039-2.08.059 0-.115 0-.229 0-.343 2.137-.422 4.273-.863 6.448-1.303 0 .248-.076.419-.019.572.077.19.21.476.344.476 2.652-.06 5.361-.043 6.924-2.447 3.873.32 6.714-1.456 7.532-4.756 1.488-.25 3.166-.88 4.578-.672 3.072.455 5.838-.559 8.738-1.267-4.904-.453-9.827-.105-14.73.529-1.432-1.505-2.826-2.972-4.201-4.42.228-.897.475-1.774.817-3.072-4.291 2.102-8.107 1.343-12.019.756.381-.134.782-.268 1.163-.383.496-.172 1.011-.325 1.259-.421-1.508-.666-2.94-1.294-4.619-2.036-2.613 1.681-5.855 3.038-9.805 2.66.591-1.202 2.288-1.852 1.352-2.862-3.453.519-6.753 1.037-10.072 1.536l-.001-.267c3.72-1.415 7.458-2.849 11.196-4.264-.076-.209-.172-.419-.249-.629-3.624.48-7.172 1.208-10.586 2.642-.611.249-1.297.535-1.908.536-3.415-.073-6.467 1.284-9.538 1.992-1.217 3.625-4.192 5.783-7.951 5.862-.667.001-1.297-.342-2.213-.627.972-.916 1.62-1.527 2.402-2.271-1.26-.629-1.948-1.848-3.626-.76-.138 2.06-1.021 3.459-2.648 4.198-.229-.114-.535-.228-.783-.4-1.795-1.295-2.997-1.16-3.701.786-.742 2.06-2.821 2.386-4.385 3.418l-.573-.343c.515-.687 1.029-1.393 1.525-2.08-2.385.345-2.347.403-3.795 1.93-.343.362-.935.554-1.411.821-2.632 1.414-4.255-.034-6.031-1.139-1.582.955-2.993 2.235-5.322 1.417.553-.954 1.086-1.908 1.639-2.843-.133.763-.209 1.678 1.107 1.314.878-.248.973-.992.171-1.506 3.643-1.205 7.267-2.563 10.967-3.596 2.823-.785 5.838-1.073 8.202-2.926.076-.057.229 0 .343-.038 2.728-.518 2.9-.689 3.088-3.131.42-.133.954-.42 1.24-.325 2.233.78 3.72-.404 5.264-1.569-.038-.476 0-.896.095-1.297.457-.134.915-.267 1.354-.401 3.338-1.052 6.619-2.238 9.918-3.385 0 .038.038.076.058.133-4.33 1.129-7.973 2.868-11.405 4.969.191.382.401.782.669 1.335.819-.592 1.449-1.032 2.097-1.509.382.591.669 1.01 1.051 1.62.858-.687 1.659-1.089 2.002-1.642.952-1.565 2.726-2.157 4.367-2.197 3.453-.08 6.409-1.894 9.728-2.26.477-.057.954-.401 1.412-.611-1.432-.342-2.767-.265-4.083-.073-1.279.192-2.538.537-3.797.824.935-.592 1.373-1.203 1.525-1.851.591-.211 1.183-.421 1.793-.631 0-.077-.038-.153-.057-.229-.554.077-1.107.153-1.66.23 0-.191-.001-.4-.039-.61 2.727-1.261 5.474-2.446 8.277-3.479 5.226-1.931 10.529-3.69 15.793-5.526 2.823-.995 5.799-1.76 7.59-4.489-.382-.152-.821-.342-1.585-.647 1.469-.688 2.594-1.223 4.006-1.873-1.89-.322-1.947-.322-3.397.156-5.226 1.702-10.28 3.786-15.812 4.745-3.186.556-6.238 1.779-9.309 2.774-3.833 1.243-7.629 2.582-11.463 3.844-1.202.096-2.155.441-3.071.995-1.392.439-2.785.879-4.196 1.319.324-.248.591-.534.762-.878-2.04.803-4.081 1.606-6.122 2.409-.153-.19-.287-.4-.439-.591 1.372-1.031 2.745-2.062 4.118-3.093-3.549.08-6.849.731-10.188 1.23-2.022.288-3.815.709-5.149 2.217-.324.363-.915.573-1.411.803-2.003.86-4.005 1.682-6.008 2.523-4.1 1.682-7.952 3.955-12.722 4.322-.153-.896-.02-1.45 1.067-1.966 2.384-1.108 4.634-2.426 6.999-3.553 0 0 .019 0 .038-.019 1.297-.44 2.498-1.09 3.527-2.159.21-.229.611-.286.935-.401 3.338-1.186 6.656-2.409 10.013-3.519-.228.172-.476.344-.705.535 3.147-.938 6.524-1.437 9.193-3.327 2.88-.937 5.78-1.855 8.66-2.793 2.613-.86 5.188-1.835 7.82-2.658 3.224-1.014 6.505-1.856 9.709-2.946 2.766-.937 5.856-1.302 7.915-3.631.171-.191.476-.267.724-.363 1.335-.459 2.671-.899 4.025-1.358.896-.058 1.755.113 2.652.703.936.648 1.622-.116 2.27-.669 1.03-.84 2.899-1.262 3.127-2.711 1.278-.383 2.537-.785 3.796-1.205 1.621-.555 3.204-1.205 4.806-1.817 1.526-.573 3.033-1.166 4.539-1.759-.038-.133-.095-.285-.134-.419-3.357.27-6.773.159-10.054 1.097-1.125.325-2.27.574-3.414.861-.859.211-1.66.192-2.328-.589-.612-.724-1.26-.704-2.08-.417-.477.153-.954.306-1.431.459-.057 0-.115 0-.191-.019.686-.573 1.125-.936 1.811-1.509-1.813-.341-2.881-.531-4.656-.872.42-.268.896-.402.991-.631.248-.572.705-1.412.419-1.735-.344-.401-1.336-.495-2.081-.494-.648 0-1.354.249-2.002.497-2.137.803-4.292 1.587-6.409 2.486-3.795 1.605-7.476 3.42-11.367 4.816-1.64.593-3.279 2.711-5.456 1.112-.171-.134-1.373.249-1.468.516-.724 1.812-2.841 1.967-4.348 2.807.553-.572 1.106-1.164 2.097-2.195-2.213.746-3.815 1.263-5.398 1.817-1.125.383-1.277 1.012-.742 1.774-2.902-1.275-5.629.196-8.223 1.191-6.389 2.447-12.683 5.123-19.034 7.684-.534.21-1.145.23-1.908.383 1.123-2.995 5.226-2.656 7.265-5.423-4.693 1.378-8.373 3.746-13.123 3.922 3.737-2.444 3.813-2.635 1.58-3.415-.19.63-.381 1.259-.552 1.831-1.526-.265-2.767-.493-4.351-.758 1.945-1.242 3.7-2.369 5.301-3.4 1.107.476 1.928.837 2.444 1.047 1.62-1.318 2.936-2.387 4.099-3.342.056-.972.093-1.83.149-2.879 1.693.697 1.605 2.293-.262 4.787 2.307-1.471 4.902-1.092 6.427-2.943.267-.306 1.087-.307 1.564-.536.858-.439 1.678-.955 2.517-1.433v.039c1.087-.421 2.194-.842 3.338-1.281.266-1.081 1.524-2.233 3.774-3.456-1.584-.589-1.526-.437-2.862-.016-2.136.689-4.368 1.167-6.581 1.57-.419.077-.954-.59-1.431-.952 1.449-.326 3.071-.423 4.253-1.091 1.106-.65 1.697-1.947 2.897-3.397.651 2.306 2.12 1.924 3.741 1.14 1.716-.841 3.414-1.7 5.149-2.503.229-.096.592.038.992.094-.4.516-.705.917-1.01 1.336.459.362.917.705 1.585 1.238-1.239.993-2.326 1.891-3.584 2.903.668.075 1.279.303 1.717.15 5.532-1.912 11.063-3.805 16.556-5.832 3.109-1.147 6.199-2.103 9.518-2.412 2.252-.212 4.464-.767 5.893-2.9232-1.145-.2659-2.061-.4938-2.996-.7027.267-.4961.495-.9159.819-1.5264-1.546-.4181-3.053-.8172-4.733-1.2542.82-1.0496 1.429-1.813 2.173-2.7482-2.386-.4936-4.466-.7586-6.659-.07-2.747.8608-5.436 2.0648-8.221 2.5633-3.51.6136-6.696 1.5511-9.518 3.5371-1.334.9353-2.745 1.8713-4.271 2.5213-2.327.975-5.304.673-6.961 2.944-2.176.021-3.471 1.624-5.226 2.331-3.166 1.262-6.447 2.295-9.67 3.423-2.156.746-4.617 1.149-6.447 2.276-5.015 3.113-10.776 4.339-16.365 6.041-1.869.574-3.719 1.225-5.55 1.875-.763.267-1.43.745-2.193.993-1.812.574-2.213.269-2.291-1.485-.001-.248-.173-.457-.326-.877-.896.382-1.678.707-2.536 1.071.458.571.764.971 1.165 1.467-.648.363-1.087.687-1.602.879-2.022.745-4.082 1.434-6.122 2.199-.859.325-1.64.878-2.518 1.089-.534.134-1.164-.209-2.233-.456 3.128-1.318 5.608-2.351 8.24-3.459-.421-.629-.707-.915-.803-1.258-.096-.286-.001-.649.037-.992 2.652.131 4.56-.595 5.474-1.988.21-.306.209-.878.438-.954 2.48-.785 4.424-2.751 7.363-2.544 2.747.188 3.088-2.463 5.014-3.38.458-.21.266-1.469.38-2.403-5.436 2.732-10.853 4.244-16.423 5.393 3.374-3.588 8.334-4.432 13.026-5.848-.401-.591-.631-.934-.994-1.467 4.217-.252 7.535-2.334 11.139-3.672 1.107-.421 2.136-1.433 3.185-1.491 3.015-.193 5.284-1.397 7.305-3.5539 1.146 1.5627 2.271.7606 3.587-.0035-.631-.8575-1.166-1.6008-1.701-2.3631-5.131 1.7212-10.166 3.4042-15.202 5.0875-2.498.841-4.959 1.778-7.476 2.505-3.281.938-6.658 1.608-9.938 2.603-5.189 1.588-10.224 3.691-15.489 4.935-2.098.498-4.158 1.034-6.218 1.608 1.221-.478 2.46-.975 3.681-1.453 2.308-.898 4.654-1.683 6.981-2.524.706-.248 1.354-.459 1.735-1.26.495-.992 1.468-1.356 2.632-.88 1.126.457 1.889.036 2.537-.765.248-.306.515-.573.781-.878 1.279.17 2.5.188 3.511-.213 1.449-.574 2.669-1.624 4.1-2.216 3.471-1.415 7.038-2.6579 10.528-4.0152 2.422-.9368 4.806-1.9689 7.209-2.9437 1.049-.4206 1.717-1.0506 1.448-2.3662.744-.2677 1.507-.3256 1.984-.7456.686-.5918 1.373-.726 2.27-.7078.667.0185 1.392-.1729 2.003-.4405 2.288-1.0129 4.577-2.064 6.865-3.115 3.777-.7665 7.076-2.6194 10.605-3.9768.496-.1912.954-.4777 1.43-.7261-.057-.1334-.114-.2478-.191-.3621 1.965-.8219 3.967-1.5866 5.989-2.3133.648-.2294 1.182-.5351 1.448-1.6605-2.136.7458-3.909 1.5485-5.779 1.9698-1.564.3638-3.052.7657-4.463 1.5299-1.602.8597-3.433 1.1284-5.341 1.4163.076-.4196.057-.6294.133-.6485 4.215-1.7395 8.449-3.4789 12.683-5.1993-.267-.1523-.458-.1521-.63-.0757-4.12 1.4914-8.239 2.9638-12.359 4.4552 1.812-.8789 3.642-1.7961 5.53-2.7323-1.356-1.2002-2.748-.8747-4.198-.3775-2.689.8989-5.034 2.5031-7.858 3.116-.305.0766-.858.2488-.858.3251.059 1.8307-2.193 1.2416-3.394 2.1391.611.3236 1.107.5901 1.584.8376-.209.0765-.4.1529-.61.2294-.324.0003-.63-.0375-.897-.1326-2.691-1.0082-5.648-.4714-7.803.9037-.19.1146-.381.2292-.572.3248.057-.2861.095-.515.133-.7249-2.194.231-3.68 2.0822-6.332 2.0657.457-.4009.61-.6108.82-.7255 6.751-3.1912 13.483-6.3824 20.234-9.5736 1.221-.5733 2.575-.975 3.146-2.4249.152-.3816.686-.6682 1.125-.8021 1.774-.5166 3.07-1.6239 4.252-2.9981-.897.1916-1.755.364-2.595.5365-.057-.1526-.133-.3051-.191-.4766 8.106-3.5358 16.574-6.4045 24.068-11.1792-3.053-.0543-5.531 1.8932-8.832 2.1443.496-.668.724-.9733 1.182-1.6031-1.545.3638-2.69.5938-3.815.9-.515.153-.992.4586-1.488.6879-.82.3631-1.602.7835-2.441 1.0512-2.804.9372-5.627 1.779-8.412 2.7161-2.289.765-4.539 1.6253-6.809 2.4284-.706.2486-1.43.5353-2.174.6314-1.031.1345-1.394-.4945-1.07-1.6581-.287-.0379-.592-.0567-1.069-.1134.286-.3436.4-.5534.553-.6299 2.174-1.1463 4.386-2.2163 6.503-3.4579 1.83-1.0507 3.527-2.2919 5.301-3.4378-.077-.1525-.172-.305-.249-.4575-1.259.4399-2.498 1.0132-3.815 1.3005-1.316.2873-2.249 1.6803-4.215 1.1673 1.182-.8021 2.097-1.4132 2.993-2.0434-.057-.1525-.114-.2859-.172-.4385-.648.0579-1.335.0013-1.927.1926-2.613.8797-5.226 1.7404-7.762 2.7917-3.033 1.2615-5.97 2.7518-8.983 4.0324-1.507.6308-3.186.8994-4.692 1.5301-5.245 2.2172-10.433 4.5297-15.658 6.7659-1.602.6881-3.128 1.5858-5.093 1.4161 5.091-3.1896 10.909-5.0641 16.076-8.1394-.343.0003-.668.0769-.973.1916-2.536 1.0323-5.073 2.0645-7.629 3.0967-4.386 1.7778-8.735 3.6318-13.16 5.2951-1.602.6118-3.414.7661-5.112 1.13-.057-.1715-.134-.3431-.191-.5147 2.231-.9747 4.443-1.9685 6.713-2.9623-.191-.6482-.364-1.163-.574-1.8302-4.597 1.6253-8.869 3.7653-13.714 4.6472.361-1.1065 1.162-1.5459 2.116-1.871 4.444-1.4536 8.869-3.0025 13.352-4.3417 5.36-1.588 10.777-2.9662 16.175-4.4207 1.259-.3445 2.518-.6508 3.777-.9762-.038-.1334-.077-.286-.134-.4194-5.283 1.7404-10.778 2.2796-16.464 2.2088 1.564-.9169 3.109-1.8719 4.825-2.4266 3.872-1.2242 7.84-2.2196 11.731-3.3676 1.164-.3444 2.289-.8794 3.414-1.3572.744-.3249 1.392-.8404 2.174-1.051 4.12-1.1481 8.24-2.2772 12.399-3.3301 1.24-.3063 2.002-.9935 2.554-2.1383-.935-.1707-1.774-.3225-2.728-.4932.361-1.2972 1.315-1.4697 2.116-1.7375.973-.3251 2.022-.4596 3.014-.7847 2.021-.6694 4.005-1.396 6.008-2.0844-.058-.1716-.115-.3432-.191-.5148-2.29.4599-4.598.8817-6.868 1.3797-1.869.4022-3.662 1.2621-5.648-.0328-.286-.1904-.82-.0755-1.221.0011-3.7.8427-7.401 1.7425-11.121 2.5661-1.755.3831-3.51.728-5.399.2912-.706-.1519-1.584-.0557-2.194.2691-1.201.6495-2.194.4597-3.53-.6069 1.163-.4016 2.079-.803 3.051-1.0518 3.625-.9189 7.249-1.7614 10.873-2.6612.458-.1148.897-.306 1.297-.5161.763-.4203 1.43-1.0121 2.231-1.2799 1.488-.5163 3.052-.842 4.597-1.2439 1.717-.4594 3.453-.8996 5.17-1.359-.038-.1525-.096-.2859-.134-.4385-4.159.8431-8.336 1.6862-12.514 2.5102 1.506-1.7178 3.91-1.3387 5.722-2.3702 1.887-1.0507 3.928-1.8917 5.95-2.7137 1.926-.7646 3.91-1.3959 5.875-2.0652-1.775-.189-3.472.995-5.667-.2807.915-.325 1.468-.4972 2.021-.7075.515-.1912 1.011-.3824 1.488-.6307.953-.4777 1.869-1.0889 2.86-1.4712 1.03-.3824 2.137-.5551 3.205-.8231.916-.2297 1.297-.7068.762-1.7743-.439-.0377-.935-.1516-1.393-.0749-3.281.5752-6.563 1.1314-9.825 1.7829-4.215.8431-8.412 1.7625-12.609 2.6437-4.063.8621-8.145 1.686-12.189 2.6052-5.933 1.3597-11.846 2.8337-17.779 4.2315-3.166.7468-6.428 1.2076-9.499 2.2022-2.919.9563-5.971 1.1308-8.985 1.5723-.058.0001-.153-.1905-.325-.4001.248-.1147.458-.2484.686-.3249 5.608-1.4738 11.216-2.9475 16.805-4.4213 2.27-.5933 4.54-1.1676 6.81-1.78.82-.2106 1.488-.5354 1.754-1.4892.133-.496.743-1.0305 1.258-1.1645 3.129-.8421 6.314-1.5317 9.443-2.3738 3.91-1.0526 8.069-1.457 11.578-3.6153.457-.2865 1.03-.3443 1.564-.5164 1.087-.3252 2.174-.6314 3.28-.9567-.267-.1713-.477-.1902-.667-.1328-3.53.7471-7.059 1.4942-10.549 2.2985-6.543 1.4937-13.086 3.0256-19.61 4.5193-.744.1724-1.621.6118-2.232.3645-1.584-.666-3.015-.1688-4.503.0043.381-.2292.744-.3822 1.144-.497 1.927-.5548 3.911-.9763 5.742-1.7027 2.002-.7838 4.158-1.3389 5.778-2.847.286-.2673.725-.3631 1.125-.4779 1.393-.4018 2.805-.7654 4.197-1.1673 1.812-.5166 3.605-1.0713 5.398-1.607-.057-.1525-.096-.286-.153-.4385-1.335.2683-2.652.6509-4.006.8048-1.259.1537-2.479 1.1084-4.331.0422 2.193-.9556 4.043-1.7583 5.893-2.561-.668-.2092-1.221-.1705-1.736-.0556-4.025.9764-8.069 1.972-12.094 2.9675-4.235 1.0338-8.489 1.9723-12.704 3.1015-7.058 1.9138-14.096 3.961-21.135 5.932-1.316.3636-2.69.4412-3.816.1753.992-.3443 1.85-.7646 2.785-.9562 2.308-.4408 4.177-2.0446 6.638-2.066.286-.0002.553-.3819.839-.5538.4-.2292.82-.4776 1.278-.6306 3.547-1.1094 7.076-2.2952 10.681-3.2331 6.562-1.7035 13.162-3.2163 19.743-4.8436.611-.1531 1.144-.5541 1.717-.8217-.077-.1525-.134-.2859-.211-.4384-1.068.2299-2.136.4407-3.205.6705-2.689.6319-5.379 1.302-8.088 1.8766-1.411.2874-2.899.2889-4.311.6144-3.643.8617-7.249 1.7995-10.873 2.7374-7.096 1.8376-14.173 3.7323-21.249 5.5698-1.908.4977-3.777 1.2432-5.857.8447-.535-.7051-.211-1.1822.38-1.4879.477-.2484 1.049-.3442 1.564-.5354 1.259-.4589 2.842-.5939 3.719-1.4529 1.106-1.0881 2.442-.9178 3.681-1.2813.458-.1339.84-.4585 1.259-.7259-1.088.0011-2.194-.0932-3.244.0794-1.011.1726-1.983.5549-2.899.9944-1.678.7645-3.356 1.5098-4.901 2.4839-1.03.6303-1.907 1.0125-3.071.308-.268-.1523-.726-.3426-.936-.247-1.563.8025-3.548.709-4.806 2.1405-.228.2672-.991.4396-1.278.2682-1.05-.6665-1.908-.208-2.823.0599-5.151 1.5115-10.301 3.0611-15.489 4.5154-3.319.9185-6.676 1.7227-10.034 2.5268-1.735.4022-3.529.6518-5.284.9967-3.929.8047-7.859 1.6476-11.789 2.4523-.457.0958-.954.0009-1.431.0014 4.844-2.4838 10.243-3.3281 14.953-5.7927-.725.0389-1.469.0587-2.213.0975.209-.9728.399-1.8312.608-2.7849-.839.0962-1.335.1539-1.85.2116.514-.5727 1.105-.8783 1.754-1.0697 3.567-1.0713 7.459-1.3229 10.548-3.5953.209-.1527.515-.1912.782-.2677 1.583-.4401 3.185-.8231 4.749-1.3585 1.164-.4016 2.27-.9748 3.395-1.4717-.038-.0953-.096-.1906-.134-.2859-2.136.6313-4.253 1.2627-6.39 1.894-.057-.1715-.134-.324-.191-.4956 2.136-.7458 4.292-1.4916 6.79-2.3712-.916-.4569-1.412-.7234-1.928-.9708-.019-.1907-.057-.4004-.096-.5911 1.946.0172 3.3-1.4716 5.322-1.2065.935.1135 1.584-.1922 2.27-.7078 1.545-1.1457 3.261-1.7766 5.341-1.8168 1.24-.0202 2.824.3216 3.624-1.2239.19-.3625.972-.4205 1.487-.5545.325-.0766.726.0756 1.012-.0582 2.002-.8219 3.986-1.7201 6.007-2.523.84-.3441 1.774-.4975 1.449-1.8131-.039-.1716.4-.439.724-.7635.306.5337.554.9149.707 1.2008 4.177-1.4724 8.259-2.8875 12.322-4.3217 2.002-.7075 4.024-1.4341 6.008-2.1988 1.01-.4015 1.945-1.0126 2.975-1.3569 3.032-1.0327 6.122-1.951 9.155-2.9646 2.461-.8224 4.864-1.721 7.305-2.5815 1.03-.36333 2.079-.65038 3.109-.99463.573-.19125 1.202-.32534 1.239-1.14541.056-1.29686.972-1.24052 1.793-.7836 1.394.76149 2.576.22639 3.51-.48011 1.297-.97383 2.154-2.72914 4.33-1.77768 1.163-.68765 2.613-.65089 3.776-1.37668.725-.45838.667-.858808.247-1.58309-2.213.536082-4.043 2.00625-6.409 1.89408-.057.00006-.115.0764-.191.09554-2.346.72692-4.711 1.43478-7.057 2.18076-.439.13392-.878.36318-1.202.66861-1.201 1.08817-2.517 1.24199-3.911.347-1.546-.9902-1.909-1.04707-3.167-.03513-1.049.85917-2.155 1.39421-3.605 1.14767-.172-.03798-.362.13384-.629.26758.267.38116.496.68607.783 1.10535-.343.22917-.648.45831-.82.5729-.649-.45708-1.241-1.16213-1.642-1.08546-1.278.23006-2.499.72706-3.719 1.16684-.916.34414-.571 1.27827-.781 1.94596-.114.3434-.629.5346-1.01.821-.363-.6671-.631-1.16273-.956-1.75361-.973.3442-1.85.65017-2.708.93701-.324.725.651 2.0972-.99 2.0034-.268-.4575-.555-.9149-.899-1.4676-1.239.4398-2.422.6698-3.414 1.2428-1.125.6686-2.288 1.1465-3.566 1.4528-1.526.3638-3.09.8039-4.483 1.4727-1.201.5733-2.288 1.2227-3.642 1.5863-4.292 1.1483-8.393 2.8114-12.685 4.0169-1.907.5358-3.623 1.7198-5.569 2.1412-3.433.728-6.599 2.1231-9.995 2.9083-2.194.517-4.215 1.644-6.428 2.1611-2.785.6701-5.283 2.3316-8.393 1.9913-.458-.0568-.915.2678-1.373.4208-.859.2678-1.679.631-2.556.8034-1.564.3257-3.224 1.052-4.693.691-1.546-.3799-2.156.3454-3.052.9755-.61.4393-1.106 1.0691-1.773 1.3367-3.452 1.3382-6.904 2.6955-10.433 3.8431-1.431.4781-2.9.7846-4.254 1.4725-1.163.5923-2.402 1.1846-3.929.5949-.458-.1712-1.088.0773-1.622.2304-2.518.708-5.036 1.4732-7.573 2.1622-.801.2105-1.85.6692-2.403.3455-.802-.495-1.203-.2658-1.851-.0363-2.194.7649-4.425 1.5107-6.657 2.1613-2.613.7653-5.245 1.3971-7.878 2.1052-.057-.1334-.095-.2859-.153-.4194 3.09-1.0709 6.161-2.1608 9.251-3.2317 3.567-1.243 7.152-2.4479 10.7-3.7099.916-.3251 1.735-.8789 2.594-1.3183-2.081-.4748-3.567 1.2429-5.8.6539.477-.4391.762-.878 1.144-1.05 2.651-1.1277 5.283-2.2935 7.991-3.2496 3.433-1.2047 6.924-2.2378 10.013-4.1669.763-.4775 1.812-.5357 2.67-.8989 1.679-.6881 3.854-.3088 5.093-1.9881.381-.5153.838-.9925 1.258-1.4887 1.508 1.0093 2.786 1.0653 4.026.1487.381-.2674.629-.7253 1.029-.9736.496-.3056 1.106-.6876 1.64-.6309 1.26.1514 2.194-.3644 3.052-.9946 1.43-1.0502 2.937-1.5475 4.807-1.2441 1.05.1706 2.271.322 3.147-.9184-.63-.6287-1.222-1.2384-2.024-2.0386 11.845-3.9208 23.537-7.7651 35.21-11.62844-1.259-.09416-2.385.1739-3.529.34662-1.221.19187-2.519.11683-3.663.46119-5.017 1.51133-9.995 3.15613-14.992 4.72473-6.18 1.932-12.38 3.8449-18.579 5.777-2.098.6504-4.215 1.2817-6.275 2.0083-3.681 1.3194-7.343 2.7151-11.005 4.0725-.191.0765-.401.153-.611.1341-2.881-.1498-5.207 1.1111-7.476 2.4863-.401.2483-.992.2107-1.508.2494-.438.0385-1.049-.1897-1.297.0203-.229.1909-.056.8201-.056 1.2778-1.851.0017-3.529.3466-5.017 1.2825-.381.2482-.896.4966-1.335.4399-.992-.0945-1.736.1923-2.422.8604-.381.3627-.935.554-1.45.7452-1.411.5353-2.937.8609-4.253 1.5487-1.297.6878-2.498 1.4327-4.082 1.3579-.19.0002-.381.1529-.572.2294-2.46 1.0131-4.921 2.0071-7.381 3.0393-.572.2294-1.144.535-1.889-.2843 1.297-.8594 2.536-1.7188 3.813-2.5591.153-.0955.42-.0957.611-.0387.954.2661 1.583-.1732 2.213-.7649 1.067-.9927 2.288-1.6423 3.948-1.3006 1.145.2468 1.602-.3829 1.563-1.6225-1.774.3259-3.53.0415-4.883 1.2443-.305.2863-.916.2869-1.374.3827-1.831.3641-3.662.6709-5.494 1.0541-.667.1341-1.869.4022-1.869.6311.039.9344-.61.916-1.125 1.0881-4.234 1.4152-8.468 2.7924-12.684 4.2267-9.651 3.2893-19.302 6.5595-28.915 9.9251-6.371 2.2373-12.665 4.6081-19.016 6.9216-3.739 1.3576-7.477 2.7533-11.253 4.0728-2.976 1.0326-6.009 1.8937-8.965 2.9454-4.063 1.4532-8.049 3.1352-12.13 4.5503-7.992 2.7729-16.041 5.4123-24.071 8.1089-.191.0764-.382.1338-.573.2103-3.814 1.5483-7.59 3.1538-11.424 4.6069-7.515 2.8486-15.068 5.621-22.621 8.4507-1.545.5736-3.089 1.1853-4.596 1.8161-4.73 2.0069-9.46 4.0329-14.19 6.0398-6.37 2.7137-12.74 5.4087-19.11 8.1227-7.629 3.269-15.296 6.442-22.8482 9.844-5.855 2.637-11.6144 5.503-17.3546 8.426-2.7271 1.395-5.244 3.133-7.8946 4.68-7.4942 4.355-15.0075 8.653-22.4827 13.008-3.6041 2.083-7.1509 4.241-10.7359 6.323-4.4241 2.579-8.8481 5.138-13.2913 7.679-4.405 2.522-8.3898 5.538-11.3815 9.546.1725.839.3449 1.602.5558 2.631 1.1824-.573 2.3076-1.127 3.5281-1.719.8982 1.505 2.5184-.117 3.7978.95-.5341.153-.9347.287-1.3162.382-1.2398.326-2.5944.479-3.7386 1.015-1.8309.859-3.5279 2.005-5.3205 2.941-.8391.44-1.7928.708-2.68926 1.033-1.52588.535-3.05175 1.071-4.55855 1.606.00006.057.01921.134.01926.191.4961.018.99219.037 2.02253.074-1.16315.745-1.92589 1.222-2.74583 1.738.80218.877 1.60348.819 2.44283.646.85841-.191 1.46921.075 1.87067.895-.51463.553-1.12479.973-1.41042 1.565-.59031 1.221-1.6583 1.718-2.85995 2.119-.72481.23-1.44961.479-2.11707.823-.74377.363-1.621205.611-2.26881 1.775 3.52934-.442 6.7346-.597 9.78667-1.325 3.09023-.728 6.02733-2.027 9.19343-3.136-.095.381-.0948.572-.1711.629-.4195.23-.839.478-1.2968.612-4.2535 1.339-8.14402 3.23-11.38471 6.247-.66719.63-1.67817.898-2.49816 1.356-.62931.344-1.2204.745-1.90687 1.165.84093 1.487 1.45277 2.84 2.3125 4.041.36301.514 1.22174.666 1.81358 1.047.28636.171.61101.476.6876.762.42117 1.487 1.12819 2.612 2.86456 2.725.1908-.001.51533.19.5345.285.05868 1.507 1.1642.361 1.6988.723-.2092.725-.4375 1.431-.6276 2.137-.3803 1.392.4221 2.498 1.9103 2.496.6869-.001 1.3545-.249 2.0412-.383 1.24-.249 2.4609-.46 3.5114.759.2292.267.9162.324 1.3358.228.7249-.172 1.4687-.459 2.098-.822 2.1549-1.242 4.5584-1.816 7.5536-2.162-5.2068 2.102-9.9368 4.014-14.6858 5.926-.0565.781-.1131 1.487-.1507 2.059 3.1491.989 5.7801-1.149 9.2148-.733-.7625.706-1.22 1.145-1.6775 1.565.0764.134.1338.248.2102.381 3.4332-1.3 6.8471-2.695 10.7576-3.633-.381.61-.5525.878-.6859 1.087 1.6423 1.486 3.2643 1.676 5.0954 1.083 8.6787-2.755 17.4339-5.28 26.0361-8.206 11.8066-3.997 23.4984-8.299 35.2476-12.43 4.7495-1.664 9.5175-3.232 14.3055-4.8 1.087-.364 2.251-.555 3.376-.842-.514.629-1.163.935-1.773 1.336-.381.248-.954.573-.991.936-.113 1.373-1.182 1.717-2.116 2.233-5.187 2.884-10.469 5.636-15.1788 9.225-1.1249.86-1.8298 1.89-1.9238 3.435-1.3929-.075-2.3081.555-2.9557 1.757-.3047.573-.9149.993-1.4296 1.413-1.3155 1.069-2.7074 2.043-3.9656 3.188-.9913.898-1.9252 1.89-2.1337 3.378-.0759.477-.4951 1.011-.9146 1.259-1.0297.65-2.0976 1.28-3.2611 1.682-2.4604.879-4.9782 1.645-7.477 2.391-3.8339 1.148-7.0563 3.344-10.3551 5.406-.1717.115-.3241.268-.4385.42-.0571.077.0002.229-.0187.344.3626.076.7442.133 1.1831.208-.4381.725-.8001 1.279-1.1811 1.889.7823.076 1.4692.133 2.2325.208-.7231 2.022-.7231 2.003-2.4397 2.653-.6866.268-1.6025.231-2.1358 1.185 1.9653.131 3.0897-1.243 4.6159-1.492 1.5452-.25 3.0136-1.071 4.7505-.405-2.5749.899-5.1499 1.797-7.6485 2.677.2491 1.049.4407 1.887.7088 2.955.9918-.344 1.9454-.726 2.9373-1.013.9347-.268 1.6395-1.451 3.1667-.633-2.1933 1.013-3.3362 2.998-5.4533 3.705-.0191 0 .0001.134.0002.21.3246.343.6493.686.9931 1.048-.4383.553-.8004.992-1.2578 1.546.2673.171.5346.343.7828.514-.2861.134-.5722.248-.8583.363-2.3267 1.013-4.5771 2.14-5.5671 4.354 2.0422.703 2.3093.741 4.2733-.558 1.2585-.84 2.4597-1.718 3.7946-2.406.0383.095.0956.191.1338.286.1148.305.6684.609 1.05.666.0764 0 .1527 0 .229.019-.267.058-.5341.115-.7821.192-.8186 1.85-1.4659 3.319-2.1323 4.827-.5533 0-1.3739-.171-1.6027.039-1.1437 1.126-2.2301 2.31-3.1066 3.569-.3429.496-.3611 1.431.0017 1.812.3438.343 1.3932.342 2.1181.227.9157-.135 1.7926-.917 3.1098-.232-2.1547 1.375-4.0806 2.598-6.2162 3.954.3245.247.5919.457.8401.647-1.0492.268-2.0408.765-2.8792 1.967.6679.133 1.2214.323 1.7176.418-.4577.287-.9344.573-1.4111.841-1.5638.84-2.1173.612-3.2633-.703-.5921-.667-1.5466-1.124-1.9857-1.447-1.7733 1.165-3.0507 2.177-4.5001 2.922-5.1299 2.674-10.1834 5.425-15.5999 7.662-6.2557 2.599-12.3394 5.542-18.4422 8.427-1.1633.555-2.28817 1.452-3.01231 2.387-1.02904 1.336-1.67627 2.881-2.59056 4.503 1.06934.915 2.38691 2.039 3.91457 3.353 4.1959-1.682 8.3347-3.345 12.4925-4.97 5.4548-2.141 11.2536-3.615 16.2305-6.709 1.4111-.879 2.5751-.747 3.5682.282.4966.534 1.0504 1.029 1.6042 1.562-3.2422 1.453-6.1982 2.886-9.2497 4.167-3.4903 1.452-7.1334 2.638-10.5662 4.186-4.3674 1.969-8.7935 2.45-13.392 2.13-.1527 0-.3814.21-.6484.382.2865.305.5921.609.9549.971-.648.707-1.29607 1.394-1.96321 2.081.57339 1.048 1.10861 2.039 1.60551 2.954.9732.152 1.851.304 2.8433.455-1.3341 1.489-3.56838-.511-4.42474 1.835.57271.324 1.18384.896 1.96624 1.086 1.4886.36 3.0535.702 4.618.72 2.4804-.003 5.0562.052 7.4788-.465 3.2429-.709 6.3708-1.97 9.5562-2.927 2.5941-.784 5.2078-1.035 7.9749-.541-1.9071.936-3.8142 1.891-5.7213 2.847.0574.095.0956.171.1529.266 2.6898-.46 5.3796-.939 8.4891-1.476-1.5433 2.214-3.7565 2.311-5.6832 2.713-1.1445.23-1.9267.364-2.8416 1.319-2.3254 2.443-5.8924 3.438-9.1924 4.261-1.7168.422-3.7973-.492-5.9155-.833-1.2778.573-2.8798 1.299-3.9669 1.815-.3807.935-.418 1.793-.9709 2.252-2.7835 2.329-2.8217 2.291-1.2163 5.035 1.1447-.039 2.3658-.078 3.6441-.137.2677.668.4781 1.221.7842 2.021.5145-.706.8574-1.183 1.2576-1.717 2.3477.875 5.4371-.673 7.8048 1.194-2.0598.936-3.7952 1.777-5.588 2.522-1.1062.478-2.1933.918-2.0395 2.1.1729 1.316-.8759 1.87-2.1156 2.405-2.5366 1.089-5.0349 2.255-7.74312 3.459 1.26002.8 2.15782 1.886 3.20722 1.923 1.3547.037 2.8422-.765 4.2727-1.205.763-.23 1.5259-.574 2.3081-.67.5914-.077 1.1831.17 2.1944.322-2.4785 1.909-5.5507 1.569-7.6859 3.364-1.8683 1.584-5.09284 1.549-7.0181 3.439 2.9185-.708 5.7224-1.664 8.5453-2.583 2.6131-.841 5.1879-1.911 7.8586-2.41 2.1747-.402 4.1966-.938 6.1991-1.856 4.3102-1.949 8.4865-4.222 13.1601-5.276.7449.839 1.3943 1.544 2.1773 2.401-3.2612 1.453-6.3699 2.829-9.4786 4.224 1.1653 1.524 3.6254.263 5.3241.91-1.3913 1.603-2.7272 1.242-4.3113.691-1.7751-.628-3.4363-2.018-5.7629-.815-1.0107.516-1.754 1.47-2.8029 1.91-1.0871.459-2.4036.46-3.5672.823-1.8311.593-3.3375 1.491-2.8394 3.607-1.6929-1.168-3.4863-1.121-5.3804.139.6108.286 1.2217.571 1.9088.895-.7434.744-1.3152 1.317-1.8871 1.889 2.556-.765 5.112-1.511 7.7824-2.315-.0556 1.736-1.3528 1.947-2.5353 2.406-2.6702 1.013-5.3022 2.122-7.9533 3.192-1.0299.421-1.8116.955-1.1616 2.29 1.278-.307 2.5943-.537 3.8723-.939 1.2016-.382 2.3268-.974 3.5093-1.414 6.6374-2.486 13.2557-4.952 19.8932-7.418.6485-.23 1.4304-.574 2.0029-.479 2.0991.398 3.4529-.537 4.1008-1.396 1.5644-.135 2.5375-.079 3.4531-.309 4.5209-1.091 8.8506-2.602 12.9699-4.665 3.4327-1.72 4.6541-1.397 5.7825 1.444-1.0893-1.83-2.4627-1.447-4.2361-.454-1.4493.822-3.1469 1.319-4.7491 1.931-2.4604.936-4.959 1.835-7.4194 2.772-2.9944 1.147-6.0079 2.275-8.9832 3.46-5.5502 2.199-11.0621 4.454-16.6122 6.672-1.1443.459-2.2887.879-3.4713 1.262-1.4115.459-3.5102.518-4.1582 1.32-1.7723 2.194-4.6145 2.903-6.9413 3.839-2.17432.861-2.86016 1.948-3.92712 3.532.70594-.02 1.183.056 1.56447-.078 2.89905-1.128 6.08465-1.932 8.60165-3.536 2.8221-1.776 5.8939-1.855 8.8506-2.526 2.9758-.689 5.8372-1.226 8.2969-2.983.4194-.305 1.0107-.496 1.5449-.592 3.7008-.728 7.4206-1.438 11.3885-2.204-.2108-.934-.3832-1.659-.5173-2.307 2.5743-1.509 2.9017 1.713 4.3896 1.35.8768-.917 1.2577-1.622 1.868-1.89 1.3541-.593 2.8993-.88 4.2534-1.473.8582-.363 1.487-1.279 2.3644-1.566 1.9646-.65 4.0248-1.11 6.0659-1.531.7249-.153 1.6216-.211 2.2324.036 1.0116.4 1.8327 1.085 2.73 1.637-.4384.516-.8577.993-1.5628 1.852 2.5946-.27 4.2537-1.149 5.779-2.275 1.2965-.974 2.6695-1.757 4.5779-1.282-2.6316 1.452-5.2442 2.923-7.8567 4.374l.2485.477c1.0683-.192 2.1556-.403 3.2239-.594-.4956.496-.9912.992-1.239 1.24.4965.477.9358.915 1.4323 1.391.6295-.134 1.4498-.325 2.3845-.555-.1899.992-.3228 1.698-.4556 2.48 1.0301-.268 3.7016.149 3.7783.492.4979 1.983.4596 1.849 2.6342 1.294 1.8312-.459 3.7391-.595 5.6277-.863-1.9643.955-.1501 2.651-1.313 3.701-1.3161.363-3.1668.441-3.7004 1.128-1.4863 1.985-3.6222 3.055-5.8534 4.22-3.3755 1.758-6.77 3.554-8.0448 7.236 1.7547-.593 3.2235-.976 4.5777-1.549 3.6999-1.587 7.3808-3.23 11.0234-4.912 1.0298-.478 1.9263-.841 3.7393-.347-2.3458 1.09-4.6158 1.607-5.664 2.79-1.1626 1.336-3.7195 1.167-3.9657 3.055-2.3278-.055-6.1041 1.551-6.103 2.657.6294-.211 1.2207-.402 2.5368-.842-2.1162 1.757-3.7176 3.093-5.3381 4.43.0764.095.1719.19.2483.285 2.9369-1.395 5.8739-2.79 8.7918-4.165.9509-3.224 5.9883-2.848 7.0728-6.072 1.643 2.268 1.9293 2.344 4.4468 1.293.8392-.344 1.5636-.974 2.4029-1.261 2.3079-.765 4.6728-1.778 7.019-2.009 1.832-.173 3.11-.67 4.273-1.701 3.812-3.456 8.981-5.158 13.482-7.718.553-.324 1.354-.306 1.984-.555.553-.21 1.106-.439 1.659-.65-.095.096-.21.191-.305.306-.648.82-.895 2.003-1.485 3.472.972-.554 1.621-.898 2.25-1.261.326 1.564-1.448 1.546-1.81 2.729.439.114.783.209 1.031.285.019.553.039.992.059 1.64.781-.458 1.353-.802 2.212-1.318-.019.172-.038.343-.038.496-.42.191-.82.363-1.24.554-2.403 1.051-5.016 1.76-7.381 2.887-4.424 2.102-8.581 4.7-13.121 6.516-7.9147 3.173-15.5622 6.822-23.1716 10.472-2.2504 1.089-4.4243 2.35-6.4836 3.687-1.8306 1.184-3.451 2.597-5.7198 4.334 3.2053-.06 5.5334.281 7.936-1.17 2.3074-1.395 4.8821-2.446 7.3805-3.612 4.6725-2.178 9.3259-4.376 14.0556-6.478 2.5938-1.147 5.3019-2.122 7.9529-3.192.534-.211 1.183-.383 1.526-.727 1.697-1.698 4.654-1.301 6.313-3.019 4.253-.995 7.896-3.097 11.672-4.95 0 .038 0 .057.019.095.555 1.85.574 1.926 2.119 1.123.763-.401 1.411-.764 1.87.59.077.229.745.304 1.298.533-.782.515-1.506.974-2.193 1.432-1.335.707-2.555 1.566-3.661 2.54.63-.039 1.431.056 1.794-.231 1.754-1.317 3.68-2.235 6.007-2.542-.629.306-1.258.612-1.869.917-.591.306-1.335.574-1.238 1.642 1.889.055 3.701.13 5.514.185-.495 1.049-2.213.708-2.44 2.253.82.037 1.488.056 2.271.093-.305 1.049-1.468 1.432-.685 2.842.878-.306 1.812-.593 2.69-.975.782-.344 1.506-.841 2.288-1.166.782-.305 1.641-.478 2.613-.765-1.64.936-3.414 1.319-4.442 2.998 2.689-.803 4.996-2.693 8.106-2.353-.381.649-.685 1.164-1.238 2.118 1.831-.688 3.129-.327 4.408.415 2.195 1.257 4.332 1.083 6.124-.215 1.926-1.394 4.177-1.854 6.351-2.619 2.957-1.052 6.181-1.169 8.984-2.812 2.765-1.624 5.894-2.637 8.869-3.899.21-.095.496-.057.896-.115-.171.534-.304.897-.418 1.259.636.635.892 1.735.766 3.299.477-.02.916-.04 1.336-.078 1.297-.154 1.583.151 1.413 1.524-.114.859-.189 1.736-.265 2.48 1.146.647 1.736-.784 2.881.13-.972.84-1.868 1.623-2.764 2.406l.249.362c.915-.42 1.849-.841 2.937-1.338-.305.477-.515.802-.82 1.26.878.209 1.603.399 2.405.589-.476.61-.819 1.068-1.01 1.317.783 1.048 1.433 1.924 2.216 3.011 1.431-.097 3.015-.194 4.655-.291.039.134.153.496.268.82 1.393-.402 2.69-.766 3.987-1.129.038.076.076.152.114.21-.61.42-1.201.84-2.097 1.47 1.05.228 1.813.609 2.462.494 1.602-.288 3.396-.099 4.367-1.95.381-.725 1.43-1.126 2.25-1.451 2.098-.822 4.235-1.511 6.352-2.257.095-.038.229.038.114.019.096.553.173 1.011.25 1.487-2.212 1.147-3.445 2.127-3.699 2.941 1.106-.306 2.06-.555 2.995-.842 4.311-1.301 8.602-2.697 12.932-3.903 1.431-.402 3.053-.231 4.483-.614 2.308-.594 4.54-1.416 6.81-2.105 2.193-.669 4.444-1.186 6.638-1.894 2.956-.956 5.855-2.008 8.774-3.059.343-.134.61-.478.915-.726-.058-.076-.115-.152-.172-.248-3.434.976-6.867 1.933-10.301 2.909 1.946-1.089 4.044-1.835 6.103-2.619 2.098-.803 4.177-1.625 6.256-2.485 2.003-.822 3.948-1.777 6.008-2.428.077.153.153.305.229.458-.705.573-1.429 1.126-2.135 1.699.096.153.172.305.268.458 6.981-2.181 13.694-5.048 20.636-8.087-1.088-.819-1.641-.494-2.289-.131-1.45.821-3.186 1.109-4.35.767.515-.344.915-.707 1.373-.917 3.566-1.548 7.152-3.058 10.719-4.587 1.735-.745 3.566-1.224 5.283-2.103 1.888-.993 3.603-2.463 5.931-2.599.687-.039 1.469-.421 1.983-1.756-1.145.325-1.908.459-2.595.746-1.888.803-3.738 1.682-5.607 2.484-3.204 1.376-6.408 2.714-9.65 4.033-.477.192-1.049.192-1.584.154-1.087-.094-2.003.079-2.498 1.185-.076.172-.21.382-.362.42-2.69.689-5.016 2.16-7.476 3.326-.82.401-1.984 1.088-2.594.746-1.375-.8-1.851.04-2.633.67-.438.362-1.106.401-1.64.669-.572.267-1.087.63-1.64.955-.381.229-.744.515-1.163.668-2.098.803-4.215 1.549-6.294 2.371-2.27.899-4.501 1.911-6.771 2.791-2.193.841-4.425 1.587-6.618 2.39l-.172-.4c3.566-1.415 7.152-2.849 10.718-4.263-.038-.134-.076-.248-.114-.382-.401.001-.783.001-1.431-.017 1.487-.536 2.727-1.014 3.967-1.434.667-.23 1.411-.269 2.003-.593 1.335-.707 2.497-1.757 3.89-2.254 4.272-1.511 8.545-2.926 12.568-5.142 4.463-2.465 9.613-3.595 14.152-6.059 2.021-1.089 4.272-1.74 6.408-2.619 1.335-.554 2.708-1.071 3.967-1.758 1.64-.898 3.586-.824 5.245-1.836 2.003-1.222 4.291-2.083 6.599-2.619 3.529-.842 6.408-3 9.651-4.414 1.697-.746 3.318-1.834 5.091-2.542 1.336-.535 2.632-1.146 3.967-1.644 2.06-.783 4.158-1.491 6.237-2.237.63-.229 1.622-.306 1.774-.764.266-.84.82-.955 1.43-1.165 1.125-.363 2.27-.746 3.357-1.185 2.441-.975 4.844-2.046 7.305-3.002 2.021-.802 4.1-1.472 6.122-2.256 2.995-1.166 5.932-2.485 8.983-3.555 2.671-.937 5.475-1.569 8.183-2.392 2.079-.631 4.158-1.339 6.18-2.104 2.136-.822 4.158-1.93 6.351-2.599 2.766-.861 5.685-1.321 8.47-2.125 1.621-.459 3.108-1.281 4.653-1.931-.382-.4-.725-.552-.973-.476-1.869.651-3.681 1.396-5.57 1.989-4.978 1.569-9.995 3.061-14.973 4.649-2.136.688-4.215 1.548-6.351 2.256-3.834 1.281-7.687 2.505-11.521 3.768-1.183.382-2.365.841-3.548 1.281-2.098.784-4.196 1.587-6.294 2.371-.724.267-1.468.382-2.289-.208 1.087-.478 2.04-.917 2.994-1.319 2.365-1.013 4.73-2.045 7.114-3.001 4.158-1.663 8.354-3.25 12.492-4.932.801-.325 1.469-.84 2.461-.383.267.114.973-.192.973-.345-.001-.877.705-.649 1.106-.878.572-.325 1.201-.516 1.716-.917 1.792-1.413 3.852-1.949 6.447-1.761.114-1.144 1.144-1.126 2.136-1.298.572-.096 1.106-.44 1.659-.631.439-.153 1.145-.497 1.298-.326.859.991 1.411-.497 2.06-.04 1.069.762 1.622-.23 2.366-.479 1.373-.44 2.67-1.07 4.005-1.606 2.175.303 4.082-.537 5.951-1.245 2.003-.765 3.853-1.701 6.123-1.913 2.69-.269 5.265-1.244 7.859-1.991 2.652-.746 5.246-1.702 7.954-2.296 1.164-.268 2.156-.497 2.517-1.47 1.317-.002 2.424.035 2.996.035.495-.687.705-.973.934-1.279.496.19 1.05.61 1.45.495 1.622-.44 3.205-.881 4.903-1.092 1.659-.211 3.243-.804 4.845-1.435 3.547-1.395 7.343-2.181 11.044-3.195 1.717-.479 3.472-.824 5.131-1.416 1.049-.383 2.041-.784 3.128-1.071 1.297-.364 2.633-.27 3.892-.557 3.414-.804 6.829-1.647 10.243-2.451.592-.134 1.24-.459 1.966.342-2.862.632-5.589 1.225-8.317 1.819l.095.382c.535-.077 1.069-.154 1.717-.25-.266.324-.4.477-.724.878 1.584-.307 2.824-.499 4.044-.786 2.785-.632 5.57-1.283 8.336-1.934 2.843-.689 5.742-1.188 8.489-2.144 2.708-.956 5.877.509 8.337-1.285.133-.096.4-.058.591-.058 2.595.054 5.037-.425 7.363-1.438 1.126-.496 2.27-.917 3.682-.594 1.222.266 2.404-.136 3.472-.766-.954-.19-1.869.669-3.149-.474.725-.287 1.278-.497 1.812-.707-1.526.192-3.071.403-4.597.595-.382.039-.783.001-1.164-.037l-.096-.553c1.507-.44 3.014-.861 4.52-1.282 1.145-.325 2.404-.441 3.415-.995.763-.42 1.43-.497 2.27-.364.821.132 1.756.532 2.442-.403-.306-.362-.554-.667-.955-1.143.706-.001 1.316-.212 1.736-.002 1.451.799 2.652.36 3.854-.233 1.983-.993 3.967-2.006 5.931-2.999-.535-.267-1.107-.533-1.928-.933.667-.401 1.03-.611 1.392-.84.019-.134.038-.248.076-.382-.401-.057-.783-.114-1.527-.227 1.373-1.165 2.345-2.062 3.375-2.845.781-.573 1.601-1.222 2.517-1.452 3.853-1.014 7.745-1.838 11.598-2.795 1.583-.383 3.147-.88 4.711-1.32-2.823.422-5.589 1.149-8.393 1.59-1.736.288-3.396 1.129-5.304.539-.267-.076-.61.192-.916.268-1.659.479-3.3.995-4.959 1.397-.63.153-1.355.02-2.366.041 1.163-1.031 2.556-.88 3.165-2.254-2.271-.15-4.005 1.415-6.295.788.571-1.488 1.562-2.233 2.802-2.539 1.717-.44 3.491-.728 5.246-1.111.572-.115 1.163-.249 1.736-.421 1.201-.364 2.403-.727 3.586-1.148 1.735-.631 3.471-1.262 5.168-1.969.916-.382 1.697-1.012 2.632-1.318 2.06-.708 4.177-1.282 6.256-1.933.344-.114.649-.324.954-.477-.038-.134-.096-.248-.134-.382-4.578.996-9.156 1.992-13.735 2.989-.038-.115-.076-.229-.114-.363.553-.382 1.086-.783 1.716-1.222-1.107-.285-2.118.345-3.168-.664.457-.249 1.068-.516 1.029-.573-.44-1.259.591-1.336 1.163-1.737.534-.382 1.087-.707 1.64-1.069-.077-.115-.134-.248-.211-.363-.801.23-1.602.46-2.365.67-.592-.457-1.127-.857-1.776-1.333.534-.344.897-.573 1.278-.821-1.547-1.238-1.699-1.219-2.957.25.153.134.286.305.458.4.783.419.669 1.144.46 1.659-.229.572-.744.573-1.355.097-.229-.191-.858.058-1.183.268-.476.305-.858.764-1.334 1.203-.976-2.421 1.562-2.786 1.808-4.674-2.653-.684-4.578 1.148-7.116 1.265 3.604-2.33 7.763-2.849 11.806-4.588-1.106.058-1.869.097-2.613.136-.077-.134-.153-.267-.211-.4.553-.688 1.087-1.375 1.792-2.272-.745-.151-1.279-.265-2.042-.436.839-.287 1.449-.555 2.098-.689 1.488-.306 3.014-.479 4.483-.862 2.251-.555 4.444-1.244 6.676-1.856 1.03-.287 2.06-.498 3.09-.766.63-.172 1.297-.345 1.22-1.603-4.522.157-8.603 2.029-13.564 2.072 1.087-.897 1.811-1.622 2.65-2.157.915-.573 1.945-.994 2.918-1.471-.439-.324-.764-.324-1.031-.228-1.926.688-3.814 1.434-5.76 2.103-.457.153-1.316.211-1.488-.037-.592-.896-1.203-.552-1.813-.418-.916.211-1.793.479-2.69.709-.515.134-.934.306-1.412-.4-.229-.362-.935-.38-1.412-.57.056-.477.094-.859.151-1.297-2.576.117-5.018.233-7.956.389 2.842-1.471 4.919-3.457 7.876-3.841.84-.115 1.622-.536 2.385-.88.839-.382 1.601-.916 2.46-1.261 2.441-1.013 4.882-1.988 7.362-2.943.763-.306 1.449-.688 1.906-1.413.096.247.192.495.306.762 1.717-.574 3.338-1.109 4.96-1.664-.039-.076-.058-.133-.096-.19-.591.057-1.202.134-1.793.192 1.41-1.527 3.337-1.224 4.997-1.721 1.621-.497 3.051-1.548 4.596-2.388.134.514.249.934.44 1.582 3.376-.938 6.791-1.627 9.938-2.851 1.564-.612 3.033-1.223 4.711-1.416 3.301-.403 6.62-1.169 9.883-1.268 2.404-.078 4.063-1.014 6.599-2.237-3.377-.149-6.03-.528-8.682-.316-2.632.193-5.191-1.616-7.879.408-.095.076-.496 0-.63-.114-2.081-1.81-4.178.138-6.849.35.992.457 1.45.685 2.214 1.028-1.316.611-2.327 1.07-3.471 1.586-.058-.591-.096-1.03-.135-1.392-1.164.001-2.27.002-3.892-.035.819-1.526 1.466-2.69 2.114-3.892 2.518-.136 4.693-.596 5.492-3.038-1.221.097-2.251.174-3.281.251 2.039-1.699 4.214-2.788 7.266-2.886-.514.801-.819 1.317-1.162 1.794-.4.572-.838 1.107-1.296 1.717 3.683.74 7.289-.216 9.404-2.469-1.698-.094-3.471 1.377-5.666-.033 3.986-1.205 7.439-2.257 10.891-3.29.095-.038.229 0 .324.038 1.813.475 3.32-.404 4.941-1.035 2.27-.86 4.616-1.568 7.42-2.505-1.64 1.298-1.811 2.099-.208 2.594 2.289-1.337 4.271-3.017 7.114-3.173 2.29-.116 4.636-.004 6.887-.445 2.938-.575 6.182-.406 8.641-2.716.572-.535 2.594-.842 3.148-.48 1.145.781 2.041.341 3.129.016 1.106-.325 2.231-.631 3.376-.861 2.995-.594 3.014-.556 3.851-3.284-3.357.766-3.264-1.656-4.22-3.276' fill='%23e0d8c7'/%3E%3C/svg%3E");
}

#landing-freeze-dried .Product[data-brush][data-brush="2"]:before {
    transform: translate(-50%) scaleX(-1) rotate(35deg) scale(var(--s, 1));
    top: 20px;
    left: calc(50% - 40px);
    width: 560px;
    height: 340px
}

@media (min-width: 992px) {
    #landing-freeze-dried .Product__media img.lg {
        width: 626px
    }

    #landing-freeze-dried .Product__description {
        font-weight: 450;
        font-size: 22.4222px;
        line-height: 26px;
        text-align: center;
    }
    
    #landing-freeze-dried .Product__description {
        width: 348px;
        margin: auto;
    }


    #landing-freeze-dried .Product__ctas img {
        width: 322px
    }

    #landing-freeze-dried .Product[data-variant=large] {
        grid-template-columns: auto 1fr;
        gap: 20px;
        justify-content: center;
        align-items: center
    }

    #landing-freeze-dried .Product[data-variant=large] .Product__content {
        grid-row: 1;
        grid-column: 2
    }

    #landing-freeze-dried .Product[data-variant=large] .Product__media {
        grid-row: 1;
        grid-column: 1
    }

    #landing-freeze-dried .Product[data-variant=large][data-brush]:before {
        width: 804px;
        height: 467px;
        top: 30px;
        left: calc(50% + 260px)
    }

    #landing-freeze-dried .Product[data-variant=large][data-brush][data-brush="2"]:before {
        top: 80px;
        left: calc(50% + 240px);
        width: 804px;
        height: 467px
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried .Product__title {
        font-size: 62.92px;
        line-height: 70px;
    }

    #landing-freeze-dried .Product__description {
        font-size: 22.85px;
        line-height: 26.4px;
    }

    #landing-freeze-dried .Product__features {
        font-size: 20.17px;
        line-height: 24.7px;
    }

    #landing-freeze-dried .Product__note {
        font-size: 17.28px;
        line-height: 19.6px;
    }

    #landing-freeze-dried .Product__note b,
    #landing-freeze-dried .Product__note strong {
        font-size: 23.4px;
        line-height: 19.6px;
        letter-spacing: 0;
    }

    #landing-freeze-dried .Product__ctas {
        gap: 20px
    }

    #landing-freeze-dried .Product__ctas img {
        width: 310px;
    }

    #landing-freeze-dried .Product__ctas>div {
        gap: 14px;
        padding-bottom: 10px
    }

    #landing-freeze-dried .Product [data-cta] {
        transform: scale(1.1);
    }

    #landing-freeze-dried .Product__media img.lg {
        width: 790px
    }

    #landing-freeze-dried .Product[data-variant=large] {
        grid-template-columns: auto 1fr;
        gap: 50px;
        justify-content: center;
        align-items: flex-start;
        padding-right: 70px;
        width: 1048px;
    }

    #landing-freeze-dried .Product[data-variant=large] .Product__content {
        grid-row: 1;
        /*! padding-right: 60px; */
        padding-top: 40px;
        grid-column: 2;
    }

    #landing-freeze-dried .Product[data-variant=large] .Product__media {
        grid-row: 1;
        grid-column: 1
    }

    #landing-freeze-dried .Product[data-brush]:before {
        top: 0
    }

    #landing-freeze-dried .Product[data-brush][data-brush="2"]:before {
        top: 15px;
        left: calc(50% - 10px)
    }

    #landing-freeze-dried .Product[data-variant=large][data-brush]:before {
        --s: 1.3;
        top: 40px;
        left: calc(50% + 320px);
        width: 804px;
        height: 467px
    }

    #landing-freeze-dried .Product[data-variant=large][data-brush][data-brush="2"]:before {
        --s: 1.3;
        top: 140px;
        left: calc(50% + 250px);
        width: 804px;
        height: 467px
    }
}

#landing-freeze-dried .ProductsFloor {
    --color-brown: #66321f;
    
        --glyph-size: 64px;
    color: var(--color-brown);
    --container-width:  1440px;
}

#landing-freeze-dried .ProductsFloor__title {
    padding: 40px 0 0;
    background: var(--color-orange);
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 25.9984px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase
}

#landing-freeze-dried .ProductsFloor__title b,
#landing-freeze-dried .ProductsFloor__title strong {
    display: block;
    font-family: var(--ff-alt);
    font-weight: 400;
    font-size: 39px;
    line-height: 100%;
    text-align: center;
    text-transform: lowercase;
    color: #fff
}

#landing-freeze-dried .ProductsFloor [role=tablist] {
    display: flex;
    justify-content: center;
    background: var(--color-orange);
    gap: var(--gap, 25px);
    padding: 30px 0
}

#landing-freeze-dried .ProductsFloor [role=tab] {
    --chevron-size: 24px;
    --gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: calc(var(--chevron-size) + var(--gap) + var(--glyph-size) + var(--gap));
    width: min(100%, 100px);
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 14.9476px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
}

#landing-freeze-dried .ProductsFloor [role=tab][aria-selected=true] {
    color: #fff
}

#landing-freeze-dried .ProductsFloor [role=tab]:after {
    content: "";
    width: var(--glyph-size, 64px);
    height: var(--glyph-size, 64px);
    -webkit-mask: var(--mask) no-repeat center / contain;
    mask: var(--mask) no-repeat center / contain;
    background: currentColor;
    position: absolute;
    top: calc(var(--chevron-size) + var(--gap));
}

#landing-freeze-dried .ProductsFloor [role=tab].glyph-01 {--mask: url('data:image/svg+xml,%3Csvg class=\'glyph\' fill=\'none\' height=\'106\' viewBox=\'0 0 106 106\' width=\'106\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3CclipPath xmlns=\'http://www.w3.org/2000/svg\' id=\'a\'%3E%3Cpath d=\'m0 0h106v106h-106z\'%3E%3C/path%3E%3C/clipPath%3E%3Cg xmlns=\'http://www.w3.org/2000/svg\' clip-path=\'url(%23a)\' fill=\'%23fff\'%3E%3Cpath d=\'m52.0812 71.5662c-15.7625 0-30.3762-3.5404-38.1162-9.2465-.7533-.5462-.9039-1.6008-.3578-2.354.5461-.7533 1.6007-.904 2.354-.3578 7.1939 5.2918 21.0355 8.5874 36.12 8.5874 16.1203 0 30.8093-3.7853 37.4193-9.642.6968-.6215 1.7703-.5462 2.3917.1506.6215.6968.5461 1.7702-.1506 2.3917-7.3069 6.4594-22.5044 10.4895-39.6604 10.4895\'%3E%3C/path%3E%3Cpath d=\'m52.7973 102.564c-29.9807 0-53.464292-9.9999-53.464292-22.768 0-.1507.018832-.3014.056496-.452l7.043206-25.7247c1.07343-3.1261 2.80598-5.8567 5.15999-8.1919.6591-.6591 1.7326-.6591 2.3917 0s.6591 1.7325 0 2.3917c-1.9962 1.9773-3.4463 4.2748-4.33141 6.7983l-6.93021 25.3857c.32015 10.4142 23.12582 19.1711 50.09342 19.1711 26.9675 0 49.7728-8.7569 50.0938-19.1711l-6.9872-25.4986c-.4708-1.4501-1.2052-2.9002-2.1657-4.2184-.5461-.7533-.3766-1.8079.3955-2.354.7533-.5462 1.8079-.3767 2.354.3766 1.1676 1.6196 2.0527 3.3898 2.6553 5.2353l7.0621 25.8c.038.1506.056.3013.056.452 0 12.7681-23.4832 22.768-53.4638 22.768\'%3E%3C/path%3E%3Cpath d=\'m27.2985 56.7077c-4.8775 0-8.8511-3.9736-8.8511-8.8511s3.9736-8.8511 8.8511-8.8511c2.1468 0 3.8041.4143 5.0846 1.2806.7722.5273.9793 1.563.452 2.3352-.5273.7721-1.5819.9792-2.354.4519-.6968-.4708-1.7325-.6968-3.1826-.6968-3.0132 0-5.4802 2.467-5.4802 5.4802 0 3.0131 2.467 5.4801 5.4802 5.4801.9228 0 1.6949.7533 1.6949 1.6949s-.7533 1.6949-1.6949 1.6949\'%3E%3C/path%3E%3Cpath d=\'m31.4986 43.0922c-.9417 0-1.6949-.7533-1.6949-1.6949 0-4.8587 4.256-9.1148 9.1147-9.1148 3.1638 0 6.1016 1.7138 7.6835 4.4632.4708.8098.1883 1.8456-.6215 2.2976-.8097.4708-1.8455.1883-2.2975-.6215-.9793-1.6949-2.806-2.7495-4.7645-2.7495-2.9943 0-5.725 2.7495-5.725 5.7626 0 .9416-.7532 1.6949-1.6948 1.6949\'%3E%3C/path%3E%3Cpath d=\'m58.4281 40.8887c-.7721 0-1.4501-.5273-1.6384-1.2994-.6026-2.467-2.7871-4.1995-5.3295-4.1995-2.0715 0-3.9359 1.1487-4.8775 2.9943-.4143.8286-1.4312 1.1487-2.2598.7344s-1.1676-1.4312-.7345-2.2787c1.5254-2.9754 4.5386-4.8398 7.8907-4.8398 4.1054 0 7.6646 2.7871 8.6062 6.7796.226.9039-.3389 1.8078-1.2429 2.0338-.1318.0377-.2636.0377-.3955.0377\'%3E%3C/path%3E%3Cpath d=\'m73.0226 44.0148c-.8474 0-1.5819-.6403-1.676-1.5065-.339-3.0132-2.8813-5.2919-5.9321-5.2919-2.0716 0-3.9736 1.0546-5.0659 2.8249-.4896.7909-1.5254 1.0357-2.3352.5461-.7909-.4897-1.0357-1.5254-.5461-2.3352 1.7137-2.7683 4.6892-4.4255 7.9472-4.4255 4.7645 0 8.7569 3.5592 9.2842 8.2861.113.9228-.565 1.7514-1.4878 1.8644-.0565 0-.1318 0-.1883 0\'%3E%3C/path%3E%3Cpath d=\'m85.8482 51.755c-.226 0-.4708-.0565-.6968-.1507-.8474-.3955-1.224-1.3936-.8474-2.241.3201-.6968.4896-1.4501.4896-2.2222 0-3.2391-2.9001-5.8756-6.4594-5.8756-1.6007 0-3.1449.5461-4.3502 1.5254-.7156.5838-1.789.4896-2.3728-.226-.6027-.7156-.4897-1.7891.226-2.3729 1.789-1.4877 4.1054-2.2975 6.497-2.2975 5.4237 0 9.8492 4.1619 9.8492 9.2654 0 1.2618-.2636 2.467-.7909 3.6158-.2825.6214-.8851.9981-1.5443.9981\'%3E%3C/path%3E%3Cpath d=\'m51.7235 61.6982c-.1318 0-.2636 0-.3955-.0565-.9039-.226-1.4689-1.13-1.2429-2.0339 1.0358-4.256 4.6515-7.4575 8.9829-7.9848 4.0866-.5085 8.0978 1.4501 10.2635 4.934.4896.791.2448 1.8267-.5461 2.3164-.791.4896-1.8267.2448-2.3164-.5462-1.4689-2.3728-4.2183-3.6911-6.9678-3.3709-2.9567.3578-5.4048 2.5423-6.1205 5.4425-.1883.7721-.8851 1.2805-1.6384 1.2805\'%3E%3C/path%3E%3Cpath d=\'m67.3739 61.265s-.1695 0-.2448 0c-.9228-.1318-1.5631-.9981-1.4312-1.9208.6026-4.1808 3.9547-7.4576 8.1542-7.966 4.0301-.4897 7.9095 1.6572 9.6233 5.3483.3954.8474.0188 1.8455-.8098 2.241-.8475.3955-1.8456.0377-2.241-.8098-1.0923-2.354-3.5781-3.7099-6.1581-3.4274-2.693.3201-4.8399 2.4293-5.2165 5.1035-.113.8474-.8475 1.4501-1.6761 1.4501\'%3E%3C/path%3E%3Cpath d=\'m37.6368 52.2256c-.1507 0-.3013 0-.452-.0565-.9039-.2448-1.4312-1.1676-1.1864-2.0715.9416-3.4651 4.1054-5.8945 7.7023-5.8945s6.5159 2.2034 7.5893 5.499c.2825.8851-.1883 1.8455-1.0734 2.128s-1.8455-.1883-2.128-1.0734c-.6215-1.902-2.3729-3.1638-4.3691-3.1638s-3.8982 1.3936-4.4443 3.4086c-.2072.7533-.8851 1.2429-1.6196 1.2429\'%3E%3C/path%3E%3C/g%3E%3C/svg%3E')
}

#landing-freeze-dried .ProductsFloor [role=tab].glyph-02 {
    --mask: url('data:image/svg+xml,%3Csvg class=\'glyph\' fill=\'none\' height=\'106\' viewBox=\'0 0 106 106\' width=\'106\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%2366321f\'%3E%3Cpath d=\'m86.1982 64.3452c-.3491 0-.6982.133-.9808.399-5.8021 5.4862-18.7197 9.0274-32.8842 9.0274-13.25 0-25.4029-3.0923-31.737-8.0465-.266-.1995-.5818-.3159-.8811-.3159-.4489 0-.8977.2161-1.197.6484-.4821.6982-.3491 1.6957.3159 2.2111 6.8162 5.3532 19.6507 8.6616 33.4826 8.6616 15.0788 0 28.4287-3.7739 34.8459-9.8253.6151-.5819.665-1.5794.133-2.2278-.2993-.3491-.6983-.532-1.1139-.532\'%3E%3C/path%3E%3Cpath d=\'m17.837 51.9596c-.3824 0-.7648.1496-1.0474.4655-2.0781 2.1945-3.591 4.7547-4.5386 7.6807l-6.20113 24.1228-.04987.4156c0 11.97 20.6315 21.3468 46.9654 21.3468s46.9655-9.3768 46.9655-21.3468l-.0499-.4156-6.2011-24.1893c-.5153-1.7456-1.3134-3.3915-2.3275-4.921-.2826-.4322-.7481-.665-1.2136-.665-.2992 0-.5985.0998-.8645.2993-.665.5154-.8146 1.4962-.3325 2.2111.8479 1.2635 1.4796 2.6101 1.8953 3.9734l6.1346 23.9066c-.266 9.7755-20.3157 17.9883-43.9896 17.9883s-43.74024-8.2128-44.00624-17.9717l6.10134-23.8235c.7648-2.3774 2.0449-4.522 3.7905-6.3673.5819-.6152.5819-1.6127 0-2.2444-.2992-.3159-.665-.4655-1.0474-.4655\'%3E%3C/path%3E%3Cpath d=\'m30.5715 46.3902c-4.2892 0-7.7805 3.7239-7.7805 8.2958s3.4913 8.3125 7.7805 8.3125c.8146 0 1.4796-.7149 1.4796-1.5794s-.665-1.5794-1.4796-1.5794c-2.66 0-4.8046-2.2942-4.8046-5.1371 0-2.8428 2.1612-5.1371 4.8046-5.1371 1.2801 0 2.1945.2161 2.8096.6484.2494.1829.5486.266.8312.266.4822 0 .9477-.2494 1.2303-.6982.133-.1995.1995-.4323.2327-.6484-.1828.6317-.7481 1.0972-1.4131 1.0972-.8146 0-1.4796-.7148-1.4796-1.5793 0-.6817.0831-1.3467.2328-1.995-.7149-.1829-1.5295-.2827-2.4439-.2827\'%3E%3C/path%3E%3Cpath d=\'m40.7788 40.0894c-3.6242 0-6.8661 2.8927-7.7638 6.5834-.1496.6484-.2328 1.3134-.2328 1.995 0 .8811.665 1.5794 1.4797 1.5794.6649 0 1.2302-.4655 1.4131-1.0973.0498-.1496.0665-.3158.0665-.4821 0-2.8262 2.394-5.4031 5.0373-5.4031 1.7124 0 3.325.9975 4.1729 2.5935.266.5154.7647.798 1.2801.798.2494 0 .4988-.0665.7315-.2161.7149-.4323.9642-1.3965.5486-2.1613-1.3798-2.5768-3.9733-4.1728-6.7497-4.1728\'%3E%3C/path%3E%3Cpath d=\'m76.7388 45.3594c-2.0947 0-4.123.7647-5.7024 2.1612-.6317.5653-.7148 1.5628-.1995 2.2278.2993.3824.7149.5652 1.1472.5652.3325 0 .665-.1163.9476-.3657 1.0473-.931 2.394-1.4298 3.8071-1.4298 3.1255 0 5.6857 2.4771 5.6857 5.5195 0 .7315-.1496 1.4298-.4322 2.0781-.3325.798 0 1.729.7481 2.0948l.6151.133c.5653 0 1.0973-.3492 1.3466-.931.4489-1.0806.6817-2.2111.6817-3.3915 0-4.788-3.8737-8.6782-8.645-8.6782\'%3E%3C/path%3E%3Cpath d=\'m59.6163 58.1606c-.3824 0-.7648.0333-1.1471.0832-3.8238.4987-6.9825 3.5078-7.8969 7.4978-.1995.8479.2993 1.7124 1.0973 1.9119l.3491.0499c.665 0 1.2801-.4822 1.4463-1.2137.6152-2.7098 2.7764-4.7547 5.3699-5.1038.2494-.0333.4821-.0499.7315-.0499 1.9784 0 3.8736.9975 5.0706 2.6766.3325-1.0806.8479-2.0781 1.5295-2.9426-1.729-1.8454-4.0731-2.9094-6.5502-2.9094z\'%3E%3C/path%3E%3Cpath d=\'m72.4837 57.9278c-.3325 0-.665.0166-1.0141.0665-2.128.2826-4.0066 1.4131-5.32 3.0756-.6816.8478-1.197 1.8453-1.5295 2.9426-.1496.4655-.2493.9476-.3158 1.4464-.1164.8645.4488 1.6624 1.2468 1.7954h.2162c.7315 0 1.3632-.5486 1.4629-1.3466.3325-2.5103 2.2278-4.4721 4.5885-4.788.1995-.0332.4157-.0332.6152-.0332 2.0448 0 3.9234 1.2302 4.8046 3.2419.2493.5818.7813.9143 1.3466.9143.2161 0 .4156-.0498.6317-.1496.7481-.3657 1.064-1.3134.7149-2.0947-1.3632-3.1255-4.2892-5.0873-7.448-5.0873\'%3E%3C/path%3E%3Cpath d=\'m44.9853 51.278c-3.1587 0-5.9517 2.2776-6.7663 5.5361-.2161.8312.2493 1.7123 1.0473 1.9451l.3824.0498c.6484 0 1.2469-.4655 1.4298-1.1637.4821-1.8786 2.0781-3.192 3.9068-3.192 1.8288 0 3.2918 1.197 3.8404 2.9759.1995.665.7814 1.0972 1.4131 1.0972.1496 0 .2993-.0166.4655-.0831.7814-.266 1.197-1.1637.9476-1.995-.9476-3.0922-3.6242-5.1537-6.6666-5.1537\'%3E%3C/path%3E%3Cpath d=\'m59.366 35.0353c-1.6458 0-1.6458 2.5602 0 2.5602 1.6459 0 1.6459-2.5602 0-2.5602z\'%3E%3C/path%3E%3Cpath d=\'m59.6152 28.8508c-1.6459 0-1.6459 2.5603 0 2.5603s1.6459-2.5603 0-2.5603z\'%3E%3C/path%3E%3Cpath d=\'m59.8317 40.8872c-1.0972 0-1.0972 1.7124 0 1.7124 1.0973 0 1.0973-1.7124 0-1.7124z\'%3E%3C/path%3E%3Cpath d=\'m64.7195 38.4766c-1.0973 0-1.0973 1.7123 0 1.7123 1.0972 0 1.0972-1.7123 0-1.7123z\'%3E%3C/path%3E%3Cpath d=\'m53.8962 31.0286c-1.0973 0-1.0973 1.7123 0 1.7123 1.0972 0 1.0972-1.7123 0-1.7123z\'%3E%3C/path%3E%3Cpath d=\'m59.3992 19.1584c-2.8761 0-7.3316 2.5769-8.4289 3.2419-2.1446 1.2968-4.0398 2.7431-5.3366 4.0565-.6317.6484-2.5602 2.6101-1.5793 4.2227l2.0448-1.2302 1.2635 2.0947c2.7764-.5153 6.2843-2.5436 7.2485-3.1255.9643-.5818 4.389-2.7265 6.1346-4.9542l-1.2635-2.0947 2.0449-1.2303c-.4323-.7149-1.197-.9809-2.128-.9809zm-13.034 10.1246c.5819-.931 2.4772-2.8096 5.8354-4.8378 3.3582-2.0283 5.9018-2.8096 6.9991-2.8928-.5819.931-2.4771 2.8097-5.8354 4.8379-3.3582 2.0282-5.9018 2.8096-6.9991 2.8927z\'%3E%3C/path%3E%3Cpath d=\'m61.5272 20.1393-2.0449 1.2303 1.2635 2.0947 10.1914 16.9076c-.2494.7315-2.1779 2.8595-6.0016 5.1704-3.5743 2.1612-6.2343 2.9094-7.1986 2.9094-.0665 0-.133 0-.1829 0l-10.1914-16.9077-1.2635-2.0947-2.0448 1.2302 11.5712 19.1853c.4655.7647 1.2968.9975 2.128.9975.931 0 1.8787-.2826 2.3442-.4156 1.7788-.532 3.9401-1.5295 6.0847-2.8263 2.1446-1.2967 4.0398-2.7431 5.3366-4.0565.6317-.6483 2.5602-2.6101 1.5794-4.2227l-11.571-19.1852z\'%3E%3C/path%3E%3Cpath d=\'m30.9877 25.3599c-1.33 0-1.33 2.0781 0 2.0781s1.33-2.0781 0-2.0781z\'%3E%3C/path%3E%3Cpath d=\'m35.3266 22.8325c-1.33 0-1.33 2.0781 0 2.0781s1.33-2.0781 0-2.0781z\'%3E%3C/path%3E%3Cpath d=\'m27.4958 28.3687c-.8978 0-.8978 1.3799 0 1.3799.8977 0 .8811-1.3799 0-1.3799z\'%3E%3C/path%3E%3Cpath d=\'m31.2696 30.6631c-.8811 0-.8977 1.3799 0 1.3799.8978 0 .8812-1.3799 0-1.3799z\'%3E%3C/path%3E%3Cpath d=\'m31.6358 20.0396c-.8811 0-.8977 1.3798 0 1.3798.8978 0 .8812-1.3798 0-1.3798z\'%3E%3C/path%3E%3Cpath d=\'m30.2227 12.309c-1.0141 0-1.8454.2826-2.2277 1.064l2.1446 1.064-1.0308 2.0615c1.5461 1.5295 4.0399 2.8761 5.1205 3.4081 1.8287.9144 3.6575 1.596 5.1537 1.8952.1663.0333.3824.0831.665.1164l1.0308-2.0615 2.1446 1.064-.0333.0665s.0167-.0332.0333-.0665c1.2635-2.5602-4.4389-5.6525-6.2344-6.5336-1.2302-.6151-4.4554-2.0947-6.7497-2.0947m10.2742 7.2983c-1.0307-.133-2.8595-.6484-5.2036-1.8121-2.3441-1.1638-3.857-2.3109-4.5885-3.059 1.0308.133 2.8595.6484 5.2036 1.8287 2.3442 1.1638 3.857 2.3109 4.5885 3.059\'%3E%3C/path%3E%3Cpath d=\'m27.995 13.373-8.0805 16.226c-1.2801 2.5603 4.4389 5.6525 6.2343 6.5336 1.8288.9144 3.6575 1.596 5.1538 1.9119.3325.0665.9642.1995 1.6292.1995.8479 0 1.7789-.2161 2.1945-1.0806l8.0465-16.1761.0332-.0665-2.1446-1.064-1.0307 2.0615-6.9326 13.9151s-.1164 0-.1829 0c-.8479 0-2.9094-.4655-5.719-1.862-3.0257-1.4963-4.6716-2.9759-5.0373-3.591l6.9326-13.9151 1.0307-2.0615-2.1446-1.064z\'%3E%3C/path%3E%3Cpath d=\'m52.8825 8.30249c-1.0972 0-1.0972 1.71241 0 1.71241s1.0972-1.71241 0-1.71241z\'%3E%3C/path%3E%3Cpath d=\'m56.6901 9.94824c-1.0972 0-1.0972 1.71236 0 1.71236 1.0973 0 1.0973-1.71236 0-1.71236z\'%3E%3C/path%3E%3Cpath d=\'m49.3914 7.5874c-.7315 0-.7315 1.14712 0 1.14712s.7315-1.14712 0-1.14712z\'%3E%3C/path%3E%3Cpath d=\'m49.7402 11.2119c-.7315 0-.7315 1.1471 0 1.1471s.7315-1.1471 0-1.1471z\'%3E%3C/path%3E%3Cpath d=\'m60.2962.538574c-.0997 0-.1995 0-.2992.03325l.4156 2.344116-2.1612.38237c-.1829 1.6625.0997 3.69074.2992 4.85449.2993 1.67911.7482 3.2419 1.2801 4.4056.0333.0831.0832.1663.1164.2494l2.1446-.3824.4157 2.3441c2.5103-.4489 1.729-5.91846 1.4463-7.58095-.3657-2.04487-1.4297-6.649976-3.6741-6.649976m1.6293 10.806226c-.3492-.8146-.7315-2.02826-1.0142-3.60763-.2826-1.57937-.3491-2.84286-.2992-3.74061.3491.81462.7315 2.02824 1.0141 3.60761s.3491 2.84283.2993 3.74063z\'%3E%3C/path%3E%3Cpath d=\'m59.997.571824-14.7289 2.626716c-1.0308.18288-1.6127 1.197-1.7457 3.00911-.0997 1.2635 0 2.89274.3159 4.57185.2993 1.6791.7481 3.2419 1.2801 4.389.6817 1.4962 1.4797 2.2444 2.394 2.2444l.2993-.0333 14.7297-2.6267-.4156-2.3608-14.3806 2.5603c-.3824-.5154-1.0973-2.1114-1.5461-4.6218-.4489-2.51033-.3325-4.25595-.1497-4.87107l12.2194-2.17786 2.1612-.38238-.4156-2.344114z\'%3E%3C/path%3E%3C/g%3E%3C/svg%3E')
}

#landing-freeze-dried .ProductsFloor [role=tab].glyph-03 {
    --mask: url('data:image/svg+xml,%3Csvg class=\'glyph\' fill=\'none\' height=\'106\' viewBox=\'0 0 106 106\' width=\'106\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%2366321f\'%3E%3Cpath d=\'m49.5868 85.689c0 1.4124-.6968 2.7306-1.8832 3.5027l-18.512 12.3353c-.2448.169-.5084.301-.7721.395v-23.5587c0-1.6007.8475-3.0697 2.241-3.8794l18.8698-11.0168c.0188.1883.0377.3955.0377.5838v21.6192zm-24.9902-13.9546-18.71909-11.0733c.11299-.0753.24482-.1695.35781-.2448l18.51198-10.6778c.6591-.3766 1.3747-.565 2.1092-.565.7344 0 1.45.1884 2.1092.565l18.5119 10.6778c.1883.0942.339.2071.5085.339l-18.8321 10.9979c-1.4124.8098-3.145.8098-4.5574 0m.6968 30.2068c-.2637-.113-.5273-.245-.7721-.396l-18.51196-12.3346c-1.16759-.791-1.88321-2.1092-1.88321-3.5028v-21.6192c0-.2448.03766-.5085.07533-.7533l18.88854 11.1674c1.3748.8098 2.2034 2.2787 2.2034 3.8606zm23.7661-44.2367-18.5119-10.6778c-2.2599-1.3182-5.0847-1.3182-7.3634 0l-18.51194 10.659c-2.25985 1.2994-3.67226 3.7476-3.67226 6.3652v21.6193c0 2.467 1.22409 4.7645 3.27678 6.1204l18.51192 12.3346c1.2429.829 2.6742 1.243 4.0866 1.243s2.8436-.414 4.0866-1.243l18.5119-12.3346c2.0527-1.3747 3.2768-3.6534 3.2768-6.1204v-21.6193c0-2.6176-1.4124-5.0658-3.6723-6.3652\'%3E%3C/path%3E%3Cpath d=\'m34.3707 29.4753 6.5347-13.917c.1507-.3201.339-.6026.5462-.8662l9.5478 14.0299c.565.8286.6592 1.9208.226 2.8436l-7.74 16.4781c-.2824-.2636-.5461-.5838-.7533-.9228l-8.1354-13.4837c-.7721-1.2618-.8475-2.8249-.226-4.1619zm10.1693-16.4405 15.0845-1.2617h.3767c1.4312 0 2.806.6968 3.6346 1.8832l8.6439 12.4292c.1883.2448.3201.5273.452.8098l-16.8171 1.4877c-1.0358.0942-2.0527-.3766-2.6365-1.2429l-9.4725-13.9358c.2448-.0753.5084-.113.7909-.1506m28.0975 17.4197-6.5536 13.9169c-.6214 1.3371-1.8643 2.2787-3.3332 2.4858l-15.5742 2.3352c-.3955.0565-.8098.0565-1.1864 0l7.74-16.4593c.4331-.9227 1.3371-1.563 2.354-1.6383l16.8736-1.5066c-.0754.2825-.1695.5838-.3014.8474m-32.2405 18.0788c1.3182 2.1846 3.6346 3.4651 6.1204 3.4651.3578 0 .7156-.0188 1.0735-.0753l15.5741-2.3352c2.3728-.3578 4.3879-1.8643 5.4236-4.03l6.5348-13.9169c1.0922-2.3164.8474-5.0471-.6027-7.1374l-8.6439-12.4292c-1.4501-2.09036-3.9359-3.25794-6.4782-3.05079l-15.0845 1.28059c-2.5424.2071-4.8022 1.789-5.8756 4.0866l-6.5348 13.9169c-1.0169 2.1657-.8851 4.708.3578 6.7419z\'%3E%3C/path%3E%3Cpath d=\'m90.6412 71.8851-8.3238 6.836c-.3202.2637-.678.4897-1.0546.6403l-2.2034-12.9753c-.1506-.8663.1884-1.7514.8663-2.2975l10.2447-8.2296c.1506.3389.2636.7156.3201 1.0922l1.7514 10.6402c.2637 1.6195-.3578 3.2767-1.6196 4.3125m-12.8811 7.5893-10.32-3.8794c-1.4312-.5461-2.5235-1.7702-2.8625-3.2768l-2.5423-10.9226c-.113-.5084-.1507-1.0169-.0942-1.5065l13.239 4.9905c.8098.3013 1.3936 1.0169 1.5442 1.8643l2.2034 13.013c-.3955-.0376-.791-.1318-1.1864-.2636m-13.8981-22.881 9.1147-6.5348c.791-.5838 1.7326-.8662 2.693-.8662.5461 0 1.0923.0941 1.6196.3013l10.3199 3.8794c.4144.1507.791.3578 1.1488.6215l-10.32 8.2861c-.6591.5461-1.5819.6779-2.3728.3766l-13.2578-4.9905c.2825-.3955.6403-.7721 1.0734-1.0734m30.734 10.6024-1.7514-10.6401c-.4143-2.4482-2.0904-4.5197-4.4255-5.386l-10.32-3.8794c-2.1846-.8286-4.6139-.5084-6.5159.8663l-9.1148 6.5347c-2.2975 1.6384-3.3709 4.4821-2.7306 7.2316l2.5423 10.9226c.5273 2.2787 2.1469 4.1242 4.3314 4.9528l10.3011 3.8794c.791.3013 1.6196.452 2.4482.452 1.6007 0 3.1638-.5461 4.4256-1.5819l8.3237-6.836c1.9209-1.5819 2.8625-4.0678 2.4482-6.516\'%3E%3C/path%3E%3C/g%3E%3C/svg%3E')
}

#landing-freeze-dried .ProductsFloor [role=tab] span {
    flex: 1;
    display: flex;
    align-items: center
}

#landing-freeze-dried .ProductsFloor [role=tab]:before {
    content: "";
    display: block;
    width: var(--chevron-size);
    height: calc(var(--chevron-size) * .58);
    background: currentColor;
    -webkit-mask: no-repeat center 100%;
    mask: no-repeat center 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 24 14' width='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h24v14h-24z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m22 2-9.9227 9.9227m-10.0773-9.9227 9.9227 9.9227' stroke='%2366321f' stroke-linecap='round' stroke-width='3.07041'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg fill='none' height='14' viewBox='0 0 24 14' width='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h24v14h-24z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m22 2-9.9227 9.9227m-10.0773-9.9227 9.9227 9.9227' stroke='%2366321f' stroke-linecap='round' stroke-width='3.07041'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: calc(50% - var(--chevron-size) * .5);
}

#landing-freeze-dried .ProductsFloor__tabcontent {
    /*! display: grid; */
    /*! justify-content: stretch */
}

#landing-freeze-dried .ProductsFloor [role=tabpanel] {
    /*! grid-column: 1; */
    /*! grid-row: 1; */
    /*! transition: transform .5s ease, opacity .5s ease; */
    /*! transform: translate(-100%); */
    /*! opacity: 0 */
}

#landing-freeze-dried .ProductsFloor [role=tabpanel]>div {
    position: relative;
    padding: 64px 0 74px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-basis: 100%
}

#landing-freeze-dried .ProductsFloor [role=tabpanel][hidden] {
    /*! display: flex !important; */
}

#landing-freeze-dried .ProductsFloor [role=tabpanel]:not([hidden]) {
    /*! transform: translate(0); */
    /*! opacity: 1 */
}

#landing-freeze-dried .ProductsFloor [role=tabpanel]:not([hidden])~[role=tabpanel] {
    transform: translate(100%)
}

#landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div {
    padding: 42px 0;
    gap: 40px
}

#landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div>p {
    font-size: 22.4222px;
    line-height: 26px;
    text-align: center;
    width: 306px
}

#landing-freeze-dried .ProductsFloor__asterisc {
    position: absolute;
    font-family: var(--ff-bold);
    font-weight: 950;
    font-size: 10.5148px;
    line-height: 91.4%;
    text-transform: uppercase;
    text-align: right;
    padding: 50px 30px 0;
    bottom: 64px;
    right: 0
}

@media (min-width: 992px) {
    #landing-freeze-dried .ProductsFloor__title {
        font-size: 45.98px;
        line-height: 46px;
        padding: 57px 0 25px
    }

    #landing-freeze-dried .ProductsFloor__title b,
    #landing-freeze-dried .ProductsFloor__title strong {
        font-size: 69px;
        line-height: 86.7%
    }

    #landing-freeze-dried .ProductsFloor [role=tablist] {
        display: flex;
        justify-content: center;
        background: var(--color-orange);
        --gap: 40px;
        padding: 24px 0 60px
    }

    #landing-freeze-dried .ProductsFloor [role=tab] {
        width: min(100%, 195px);
        --gap: 20px;
        font-size: 25px;
        line-height: 31px;
        --glyph-size: 106px
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel]>div {
        padding: 40px 0
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div {
        padding: 80px 0;
        display: grid;
        justify-content: center;
        gap: 0;
        grid-template-columns: auto auto auto
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div>* {
        grid-row: 1
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div p {
        grid-column: 2;
        align-self: flex-start;
        padding-top: 160px;
        position: relative;
        z-index: 1;
        width: 270px
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double][hidden] {
        /*! display: grid !important */
    }

    #landing-freeze-dried .ProductsFloor__asterisc {
        font-size: 14.6008px
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried .ProductsFloor__title {
        padding-top: 80px;
        font-size: 39px;
        line-height: 39px;
        letter-spacing: 0;
        display: grid;
        gap: 5px
    }

    #landing-freeze-dried .ProductsFloor__title b,
    #landing-freeze-dried .ProductsFloor__title strong {
        font-size: 58px;
        line-height: 69.7%;
        letter-spacing: 0
    }

    #landing-freeze-dried .ProductsFloor [role=tablist] {
        --gap: 120px;
        padding: 24px 0 80px
    }

    #landing-freeze-dried .ProductsFloor [role=tab] {
        --chevron-size: 22px;
        --glyph-size: 100px;
        --gap: 13px;
        font-size: 21.9px;
        line-height: 26.8px;
        /*! letter-spacing: 1px; */
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel]>div {
        padding: 90px 0
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div {
        padding: 80px 0;
        gap: 0;
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double]>div p {
        width: 262px;
        font-size: 22px;
        line-height: 24px;
    }

    #landing-freeze-dried .ProductsFloor [role=tabpanel][data-variant=double][hidden] {
        /*! display: grid !important */
    }

    #landing-freeze-dried .ProductsFloor__asterisc {
        font-size: 14.6008px
    }
}

#landing-freeze-dried .VideoFloor {
    --padding-inline: 27px;
    --play-size: 52px;
    padding: 0 var(--padding-inline);
    /*! width: min(100%, 1113px); */
}

#landing-freeze-dried .VideoFloor iframe,
#landing-freeze-dried .VideoFloor .img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#landing-freeze-dried .VideoFloor__video {
    position: relative;
    padding-top: 56.25%;
    isolation: isolate
}

#landing-freeze-dried .VideoFloor__poster {
    position: absolute;
    inset: 0;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 100%;
    transition: opacity .2s ease-in-out
}

#landing-freeze-dried .VideoFloor__poster .svg {
    width: var(--play-size)
}

#landing-freeze-dried .VideoFloor__video[data-state=playing] .VideoFloor__poster {
    opacity: 0;
    pointer-events: none
}

@media (min-width: 992px) {
    #landing-freeze-dried .VideoFloor {
        --play-size: 112px
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried .VideoFloor {
        --padding-inline: 0;
        --play-size: 140px;
        --container-width: min(100%, 1113px);
    }
}

#landing-freeze-dried {
    width: 100%;
    position: relative;
    /*! overflow-x: hidden; */
    line-sizing: normal;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    --transition: .2s ease-in-out;
    --color-orange: #d4742e;
    --color-purple: #7b5d9f;
    --color-pink: #d54551;
    --color-brown: #5f3523;
    --color-white: #e9e6dd;
    --ff-regular: var(--font-regular, "Arquitecta-Regular", "Arquitecta", sans-serif);
    --ff-bold: var(--font-black, "Arquitecta-Black", "Arquitecta", sans-serif);
    --ff-alt: var(--font-secondary, "Arsilon", sans-serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    font-family: var(--ff-regular, sans-serif, Helvetica, Arial);
    color: var(--color-brown);
    display: flex;
    flex-direction: column;
    gap: var(--section-gap, 40px)
}

#landing-freeze-dried *,
#landing-freeze-dried *:before,
#landing-freeze-dried *:after {
    box-sizing: border-box
}

#landing-freeze-dried * {
    /*! margin: 0; */
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-feature-settings: kern 1;
    font-kerning: normal
}

#landing-freeze-dried [hidden] {
    display: none
}

#landing-freeze-dried img,
#landing-freeze-dried svg,
#landing-freeze-dried video,
#landing-freeze-dried canvas,
#landing-freeze-dried audio,
#landing-freeze-dried iframe,
#landing-freeze-dried embed,
#landing-freeze-dried object {
    display: block;
    vertical-align: middle;
    max-width: 100%
}

#landing-freeze-dried img,
#landing-freeze-dried svg,
#landing-freeze-dried video,
#landing-freeze-dried canvas {
    height: auto;
    border-style: none
}

#landing-freeze-dried svg {
    overflow: hidden
}

#landing-freeze-dried audio {
    width: 100%
}

#landing-freeze-dried audio:not([controls]) {
    display: none
}

#landing-freeze-dried picture {
    display: contents
}

#landing-freeze-dried source {
    display: none
}

#landing-freeze-dried article,
#landing-freeze-dried aside,
#landing-freeze-dried details,
#landing-freeze-dried figcaption,
#landing-freeze-dried figure,
#landing-freeze-dried footer,
#landing-freeze-dried header,
#landing-freeze-dried hgroup,
#landing-freeze-dried main,
#landing-freeze-dried nav,
#landing-freeze-dried section {
    display: block
}

#landing-freeze-dried a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

#landing-freeze-dried ol,
#landing-freeze-dried ul {
    list-style: none
}

#landing-freeze-dried button,
#landing-freeze-dried [role=button] {
    font: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent
}

#landing-freeze-dried button:focus,
#landing-freeze-dried [role=button]:focus {
    outline: 0
}

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

@media (prefers-reduced-motion: reduce) {
    #landing-freeze-dried html:focus-within {
        scroll-behavior: auto
    }

    #landing-freeze-dried *,
    #landing-freeze-dried *:before,
    #landing-freeze-dried *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

#landing-freeze-dried .visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

#landing-freeze-dried .visually-hidden-focusable {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto
}

#landing-freeze-dried .visually-hidden-focusable:focus {
    color: var(--backgorund, #fff);
    display: inline-block;
    height: auto;
    width: auto;
    left: 0;
    z-index: 99999
}

@media (min-width: 768px) {
    #landing-freeze-dried .xs {
        display: none
    }
}

@media (max-width: 767.99999px) {
    #landing-freeze-dried .lg {
        display: none
    }
}

@media (min-width: 992px) {
    #landing-freeze-dried {
        --section-gap: 68px
    }
}

@media (min-width: 1200px) {
    #landing-freeze-dried {
        --section-gap: 85px
    }
}

#landing-freeze-dried .bold {
    font-family: var(--ff-bold)
}

#landing-freeze-dried .stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#landing-freeze-dried svg.glyph path {
    transition: fill var(--transition), stroke var(--transition)
}

#landing-freeze-dried svg.glyph[fill]:not([fill=none]) path:not([fill=none]),
#landing-freeze-dried svg.glyph path[fill]:not([fill=none]),
#landing-freeze-dried svg.glyph path:not([stroke]) {
    fill: var(--color, currentColor) !important
}

#landing-freeze-dried svg.glyph[stroke]:not([stroke=none]) path:not([stroke=none]),
#landing-freeze-dried svg.glyph path[stroke]:not([stroke=none]) {
    stroke: var(--color, currentColor)
}


#landing-freeze-dried .Floor {
    width: min(100%, var(--container-width, 1113px));
    margin: 0 auto;
}

