.fd-card{color:#232327;display:block;justify-self:center;padding:30px 0;text-align:left;text-decoration:none;width:100%}.fd-card .img{border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%}.fd-card img{margin:0;max-width:100%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:100%}.fd-card h3{font-size:1.125rem;font-weight:700;line-height:1.4;margin:20px 0 0}.fd-card p{font-size:1rem;line-height:1.55;margin-bottom:0}.fd-card .tag{color:#028386;font-size:1rem;font-weight:700;line-height:1.54}.fd-card:focus h3,.fd-card:hover h3{text-decoration:underline}.fd-card:focus img,.fd-card:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.fd-card--container{display:grid;grid-template:1fr}@media only screen and (min-width:768px){.fd-card h3{font-size:1.25rem}.fd-card p{font-size:1.125rem}.fd-card--container{gap:20px;grid-template-columns:1fr 1fr}}@media only screen and (min-width:1025px){.fd-card--container{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;grid-template-columns:1fr 1fr 1fr;row-gap:12px}}@media only screen and (min-width:1200px){.fd-card--container{-webkit-column-gap:72px;-moz-column-gap:72px;column-gap:72px}}.fd-blog-membership{background-color:#f6f0e8;padding:50px 0;text-align:center}.fd-blog-membership.transparent-background{background-color:transparent}.fd-blog-membership h2{font-size:1.75rem;font-weight:400;line-height:1.55;margin:0;padding:0}.fd-blog-membership .main-desc{font-size:1.125rem;line-height:1.55;margin-top:0}.fd-blog-membership .cards{padding:30px 0 60px}.fd-blog-membership .cards.top-row{padding-bottom:0}.fd-blog-membership .cards.bottom-row{padding-top:0}.fd-blog-membership hr{border-top:1px solid #91877f;margin:0}.fd-blog-membership .explore{padding:40px 0 0}.fd-blog-membership .explore .title{font-size:1.125rem;font-weight:700;line-height:1.4;margin:0 0 35px}.fd-blog-membership .explore .cat-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.fd-blog-membership .explore .cat-buttons .btn{display:block;margin:0 auto}@media only screen and (min-width:768px){.fd-blog-membership h2{font-size:2.5rem}.fd-blog-membership .main-desc{font-size:1.25rem}.fd-blog-membership .cards{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;justify-content:space-between}.fd-blog-membership .card{-ms-flex-preferred-size:33.33%;flex-basis:33.33%}.fd-blog-membership .explore .cat-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;justify-content:center}.fd-blog-membership .explore .cat-buttons .btn{margin:0}}@media only screen and (min-width:1025px){.fd-blog-membership .cards{gap:50px}}@media only screen and (min-width:1500px){.fd-blog-membership .inner{max-width:1168px}.fd-blog-membership .cards{gap:72px}.fd-blog-membership .explore{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.fd-blog-membership .explore .title{margin:0}}.fd-home-smart-homeowners{background:var(--Sand-3,linear-gradient(0deg,hsla(32,44%,87%,.5) 0,hsla(32,44%,87%,.5) 100%),#fff)}.fd-home-smart-homeowners .inner .fd-text--section-heading{margin:0 0 50px;text-align:center}.fd-home-smart-homeowners .inner .smart-homeowners--row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:100px 32px;justify-content:space-between}@media (max-width:767.98px){.fd-home-smart-homeowners .inner .smart-homeowners--row{gap:55px}}.fd-home-smart-homeowners .inner .smart-homeowners--col{text-align:center;width:calc(25% - 24px)}@media (max-width:1199.98px) and (min-width:768px){.fd-home-smart-homeowners .inner .smart-homeowners--col{width:calc(50% - 16px)}}@media (max-width:767.98px){.fd-home-smart-homeowners .inner .smart-homeowners--col{margin:auto;max-width:350px;width:100%}}.animation-main .scroll-in{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.animation-main .scroll-in-element{animation-duration:.5s;-webkit-animation-duration:.5s;animation-name:scrollInElement;-webkit-animation-name:scrollInElement;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out}@keyframes scrollInElement{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes scrollInElement{0%{-webkit-opacity:0;-webkit-transform:translateY(50px)}to{-webkit-opacity:1;-webkit-transform:translateY(0)}}.animation-alternate .scroll-in{opacity:1;-webkit-transform:translateY(50px);transform:translateY(50px)}.animation-alternate .scroll-in-element{animation-duration:.5s;-webkit-animation-duration:.5s;animation-name:scrollInElementAlt;-webkit-animation-name:scrollInElementAlt;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out}@keyframes scrollInElementAlt{0%{opacity:1;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes scrollInElementAlt{0%{-webkit-opacity:1;-webkit-transform:translateY(50px)}to{-webkit-opacity:1;-webkit-transform:translateY(0)}}.fd-unlimited-cta{background-color:#fbf7f4}.fd-unlimited-cta--container{background:var(--Sand-3,linear-gradient(0deg,hsla(32,44%,87%,.5) 0,hsla(32,44%,87%,.5) 100%),#fff);border-radius:10px;position:relative}.fd-unlimited-cta--container .animated-hand{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='248' height='247' fill='none'%3E%3Cmask id='a' width='248' height='354' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23008487' d='M247.93 105.525C247.93 47.245 192.445 0 124 0 55.555 0 .07 47.245.07 105.525v142.501c0 58.28 55.485 105.525 123.93 105.525 68.445 0 123.93-47.245 123.93-105.525V105.525Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23FFB446' d='M-358.953-586.918h1038.76v1376h-1038.76z'/%3E%3C/g%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:contain;border-radius:0 0 0 10px;bottom:0;float:left;height:100%;left:44px;position:absolute;width:248px}@media (max-width:989.98px){.fd-unlimited-cta--container .animated-hand{left:0}}@media (max-width:767.98px){.fd-unlimited-cta--container .animated-hand{background-position:top;background-size:70%;border-radius:0;float:none;height:0;left:0;margin-top:200px;padding-bottom:40%;position:relative;width:100%}}.fd-unlimited-cta--container .animated-hand .hand-with-phone{clip:rect(0,330px,240px,0);bottom:0;height:340px;left:80px;opacity:1;position:absolute;right:15%;-webkit-transform:translate(-50px,100px);transform:translate(-50px,100px);-webkit-transition:all .75s ease;transition:all .75s ease}@media (min-width:768px) and (max-width:989.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone{clip:rect(0,330px,300px,0);height:400px;left:80px;right:0}}@media (min-width:600px) and (max-width:767.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone{clip:rect(0,250px,338px,0);height:438px;left:120px;margin:auto;right:0;text-align:center;width:250px}}@media (max-width:599.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone{clip:rect(0,189px,230px,0);height:330px;left:120px;margin:auto;right:0;text-align:center;width:189px}}.fd-unlimited-cta--container .animated-hand .hand-with-phone.scrolled{clip:rect(0,330px,340px,0);-webkit-transform:translate(0);transform:translate(0)}@media (min-width:768px) and (max-width:989.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone.scrolled{clip:rect(0,330px,400px,0)}}@media (min-width:600px) and (max-width:767.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone.scrolled{clip:rect(0,330px,438px,0)}}@media (max-width:599.98px){.fd-unlimited-cta--container .animated-hand .hand-with-phone.scrolled{clip:rect(0,189px,330px,0)}}@media (max-width:989.98px) and (min-width:768px){.fd-unlimited-cta--container .animated-hand{width:40%}}@media (max-width:767.98px){.fd-unlimited-cta--container .animated-hand{width:100%}}.fd-unlimited-cta--container .animated-hand.has-thanksgiving40{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='248' height='306' fill='none'%3E%3Cmask id='a' width='248' height='354' x='0' y='59' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23008487' d='M247.93 164.525C247.93 106.245 192.445 59 124 59 55.555 59 .07 106.245.07 164.525v142.501c0 58.28 55.485 105.525 123.93 105.525 68.445 0 123.93-47.245 123.93-105.525V164.525Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23FFB446' d='M-358.953-527.918h1038.76v1376h-1038.76z'/%3E%3Cpath fill='%23FFDAA2' d='M60.78 298.474c.23-.187.257-.733.07-1.417-.242-.88-.545-1.37-1.379-2.231-.779-.803-.844-.917-.914-1.588-.105-1.013-.765-1.595-1.921-1.696-.626-.054-1.213-.181-1.408-.302-.059-.037-.205-.211-.325-.387-.227-.334-.704-.783-.937-.883-1.3-.554-2.146-.894-2.548-1.024-.289-.093-.564-.233-.661-.336-.193-.204-.735-1.373-.679-1.464.075-.12.582.03 1.68.496 1.072.455 1.33.53 3.44 1.005.226.051.526.093.666.094.14.001.464.081.72.177.296.113.762.21 1.294.27.457.051.94.139 1.073.194.133.056.564.347.957.647.923.703 1.31.857 2.15.85 1.018-.007 1.81-.204 2.553-.633.69-.399.862-.434 1.914-.386.51.023 1.189.091 1.509.152 1.026.195 1.209.202 1.29.049.161-.3-.237-1.224-.748-1.735-.545-.546-2.162-1.217-3.289-1.366-.625-.083-.649-.093-.915-.377-.179-.19-.373-.318-.558-.368l-.284-.077.732-.75c.912-.933 1.007-.975 2.232-.985.84-.007.91.002 1.273.18.458.225.58.234.68.048.18-.338-.327-1.089-1.106-1.636-.757-.532-1.061-.62-2.074-.601-.83.016-.856.012-1.044-.16a6.645 6.645 0 0 0-.492-.39c-.164-.117-.339-.27-.389-.341a1.859 1.859 0 0 0-.368-.321c-.504-.349-1.22-.228-1.99.337-.272.201-.385.241-.676.241-.191 0-.48.053-.641.119-.177.072-.468.118-.737.117-.376-.002-.521-.041-.937-.255-.858-.44-1.328-.456-2.139-.075-.323.153-.55.194-1.496.269-1.106.088-1.12.091-1.622.367-.493.271-.8.334-1.074.223-.063-.025-.382-.304-.709-.619-.656-.63-.967-1.172-1.127-1.96-.096-.472-.132-.55-.731-1.589-.243-.422-.609-.953-.812-1.18-.239-.268-.395-.516-.443-.705-.269-1.04-.375-1.371-.583-1.797-.332-.68-.432-1.048-.547-2.012-.104-.861-.08-1.034.138-1.034.047 0 .482-.127.967-.282.991-.316 2.478-.961 3.654-1.585.838-.444 4.708-2.675 5.34-3.076.207-.132.761-.449 1.232-.705 1.523-.827 2.117-1.297 5.263-4.165 2.058-1.878 3.302-2.97 4.48-3.937.508-.417 1.46-1.331 2.316-2.224.8-.834 2.073-2.148 2.832-2.919 1.996-2.033 4.04-4.199 4.633-4.911.495-.595.844-1.073 2.006-2.747.297-.428.702-.96.9-1.181.198-.222.59-.752.873-1.177.282-.425.692-.987.912-1.249.39-.464.418-.483 1.217-.803.45-.18 1.05-.392 1.332-.47 1.04-.288 1.376-.536 2.882-2.129 1.478-1.562 2.057-2.277 2.37-2.925.136-.282.277-.534.315-.559.038-.025.316-.081.619-.125a6.566 6.566 0 0 0 2.02-.693c.632-.355 1.094-.758 1.96-1.708.753-.827.866-.923 1.373-1.167.708-.341 1.017-.61 1.635-1.422.757-.994 1.245-1.499 1.638-1.695.766-.384 1.017-.64 1.853-1.896a17.303 17.303 0 0 1 2.058-2.568c.075-.079.101-.071.166.048.094.178.276 3.172.279 4.598.003 1.976-.22 5.733-.521 8.762-.164 1.649-.179 2.057-.171 4.502.009 2.311-.008 2.845-.126 3.8-.226 1.84-.277 2.612-.277 4.224-.001 1.691.073 2.867.276 4.381.073.547.195 1.471.269 2.054.201 1.559.758 3.713 1.23 4.757.102.226.429.812.726 1.301.707 1.166.892 1.613 1.808 4.381.424 1.28.814 2.41.865 2.511.176.345.568.332.753-.026.09-.173.113-.57.137-2.305.029-2.115.092-2.797.408-4.405.057-.291.177-1.014.265-1.609.278-1.862.718-4.336.905-5.084.187-.754 1.629-4.996 2.014-5.928a31.92 31.92 0 0 1 .8-1.67 27.83 27.83 0 0 0 .778-1.636c.266-.664.635-2.21.847-3.551.094-.593.231-1.431.304-1.865.324-1.931.332-2.348.142-7.256-.122-3.149-.413-4.799-1.471-8.332-.93-3.106-1.813-5.418-2.829-7.412a39.554 39.554 0 0 1-.633-1.276c-.048-.124.027-.232.484-.697.652-.666.824-.991 1.022-1.928.161-.77.342-1.192.834-1.951.483-.744.658-1.065.939-1.72.143-.334.417-.892.609-1.241.435-.787.655-1.331.869-2.151.254-.972.271-1.297.135-2.588-.14-1.328-.115-1.615.245-2.738.303-.945.42-1.677.461-2.875.027-.808.008-1.238-.081-1.806-.141-.9-.486-2.183-.832-3.098-.141-.371-.252-.783-.248-.914.004-.133.028-.725.055-1.319.071-1.627-.211-3.425-.839-5.355-.559-1.718-.859-2.196-2.383-3.799-1.149-1.209-1.338-1.46-1.647-2.192-.33-.785-.442-.985-1.168-2.096-.365-.56-.898-1.279-1.185-1.599-.841-.94-1.238-1.604-1.519-2.545-.117-.391-.147-.645-.134-1.153.016-.622.002-.697-.334-1.705-.194-.581-.384-1.116-.423-1.189-.04-.074-.378-.454-.753-.843-.609-.635-.719-.789-1.05-1.48-.432-.905-.495-1.116-1.161-3.955-.676-2.881-.735-3.191-.742-3.923-.01-1.048.21-3.003.442-3.914.262-1.034.293-1.548.204-3.423-.056-1.186-.114-1.724-.275-2.533-.412-2.07-.423-2.185-.413-3.952.012-2.035-.019-2.206-.731-4.091-.868-2.298-.985-2.65-1.294-3.88-.5-1.994-1.055-2.979-2.372-4.214-1.29-1.211-1.543-1.68-1.776-3.294-.167-1.16-.291-1.672-.509-2.1-.156-.308-.16-.349-.09-.998.08-.77.037-1.548-.119-2.087-.197-.685-1.02-2.251-1.508-2.867-.608-.769-3-3.148-3.671-3.649-1.057-.79-2.05-1.147-3.749-1.348-.583-.068-1.554-.186-2.156-.262-.956-.121-1.965-.189-5.023-.337-.845-.041-1.219.043-1.28.287a.506.506 0 0 0 .04.312c.054.1.058.174.013.219-.037.037-.417.23-.844.428-.428.197-1.198.64-1.712.983-.834.557-.987.691-1.43 1.252-.642.815-1.048 1.586-1.258 2.392-.211.812-.326 1.086-.666 1.585-.38.56-.48.882-.485 1.56-.005.664.15 1.486.44 2.32.14.407.22.809.267 1.37.132 1.533.335 2.882.515 3.429.17.517.476 1.111 1.217 2.375.18.309.318.593.305.633-.013.039-.24-.117-.503-.347-.264-.23-.726-.616-1.027-.858a7.683 7.683 0 0 1-.928-.899c-.64-.773-1.056-.944-1.456-.6-.107.091-.238.15-.292.129-.091-.035-.294-.285-1.045-1.288-.595-.796-.92-1.141-1.267-1.345a37.571 37.571 0 0 1-.577-.346c-.185-.114-.257-.127-.392-.066-.211.097-.22.088-.853-.905-1.015-1.591-1.57-2.159-2.32-2.377-.291-.085-.304-.082-.45.101l-.15.188-.542-.628a17.73 17.73 0 0 1-1.055-1.389c-.288-.428-.616-.83-.746-.916-.292-.193-.581-.197-.769-.009-.119.119-.139.203-.112.479.018.194.004.334-.035.334-.201 0-.998-.691-1.447-1.255-.274-.345-.626-.742-.782-.882-.43-.389-1.764-1.217-1.959-1.217-.12 0-.246.254-.193.393.049.129.01.116-.84-.293a10.65 10.65 0 0 1-1.873-1.111c-.35-.257-.535-.275-.784-.08l-.179.141-.908-.649c-.923-.658-2.307-1.412-2.593-1.412-.086 0-.256.095-.377.213l-.22.214-.616-.177c-.369-.106-1.201-.465-2.081-.899-1.626-.8-1.919-.878-2.269-.602-.17.134-.209.139-.44.057-.498-.175-.813-.195-1.033-.066-.201.119-.21.118-.64-.101a3.589 3.589 0 0 0-.979-.308c-.605-.097-.742-.155-.984-.413-.295-.316-.491-.197-.584.356-.027.159-.07.288-.095.288-.026 0-.383-.2-.793-.444-.41-.245-.849-.464-.974-.487-.35-.066-.575.019-.661.249-.045.119-.126.202-.197.202-.11 0-1.147-.385-1.212-.45-.015-.015.14-.282.346-.593.75-1.136 1.556-2.56 1.668-2.95.142-.497.094-.782-.177-1.041-.184-.177-.266-.202-.718-.225-.28-.014-.51-.056-.51-.092 0-.037.108-.26.24-.495.304-.544.83-1.928.922-2.423.097-.524.083-.955-.04-1.278-.107-.28-.187-.576-.48-1.778-.09-.376-.228-.814-.306-.974-.404-.836-2.004-1.655-3.08-1.579-.382.028-.56.087-1.048.351-.323.174-.642.317-.71.317-.066 0-.235.062-.377.137-.14.076-.312.137-.381.137-.153 0-.32-.177-.387-.411-.026-.094-.179-.417-.338-.718-.506-.957-.58-1.525-.353-2.704.17-.876.253-1.833.202-2.292-.037-.325-.087-.45-.244-.608-.178-.177-.231-.194-.502-.157-.346.048-.31.113-.443-.81-.11-.77-.17-.987-.528-1.916-.35-.91-.443-1.023-1.852-2.277-.955-.85-1.276-.971-2.204-.835-.54.079-.544.079-.985-.136-.563-.275-1.064-.357-1.657-.273-.926.131-1.294.418-1.843 1.44-.42.78-.613 1.019-.823 1.019-.165 0-.375-.16-.375-.287 0-.039.047-.252.105-.475.094-.364.094-.486-.005-1.241a41.229 41.229 0 0 0-.243-1.591 62.83 62.83 0 0 1-.495-3.32c-.155-1.3-.295-1.555-.898-1.64-.26-.036-.282-.06-.571-.619-.509-.985-1.045-1.856-1.34-2.175-.507-.55-1.4-1.11-2.226-1.393-.558-.192-1.05-.165-1.87.102-.387.126-.899.246-1.135.267-.494.043-.788.226-1.112.69-.434.624-.368.578-.59.415-.35-.258-.628-.37-.915-.37-.312 0-.461.064-.83.352-.327.255-.401.247-.401-.048 0-.135-.064-.65-.142-1.147-.183-1.17-.405-2.956-.405-3.272-.002-.508-.479-.78-.878-.5-.123.087-.176.092-.255.026-.055-.045-.1-.12-.1-.165 0-.188-.62-1.334-.923-1.703-.443-.543-1.262-1.182-1.884-1.47-.765-.355-2.818-1.012-3.554-1.136-.855-.144-1.245-.137-2.043.035-.83.18-1.057.294-1.496.76-.38.402-.493.589-.717 1.186l-.146.39-.295-.04c-.236-.032-.382 0-.732.157-.478.218-.538.3-.666.914-.044.215-.111.39-.149.39-.038 0-.283-.445-.547-.99-.263-.546-.508-1.01-.543-1.031-.036-.023-.098.046-.14.152l-.073.193-.207-.24a17.616 17.616 0 0 1-.566-.719c-.41-.546-1.23-1.344-1.553-1.51-.161-.084-.29-.1-.497-.06-.604.114-1.01.071-1.534-.164-.624-.28-1.217-.412-2.103-.467-.769-.047-1.326.028-2.153.29-.405.127-.784.333-1.552.843-.567.377-1.109.792-1.226.94-.496.625-1.483 2.288-1.677 2.825-.154.43-.156.458-.074 1.472.046.569.117 1.229.158 1.468.097.567.012.659-.275.297a1.437 1.437 0 0 0-.488-.381c-.151-.06-.274-.151-.274-.201 0-.141-.452-.755-1.35-1.836-.94-1.129-.993-1.18-1.17-1.124-.093.03-.267-.074-.622-.372-.77-.645-1.197-.812-2.676-1.05-.601-.096-.99-.092-2.486.028-1.534.122-3.109.684-4.093 1.46-.25.196-.582.584-.95 1.104-.689.979-.924 1.415-1.026 1.908-.056.27-.116.389-.211.42-.15.046-.172.264-.066.648.036.131.097.794.135 1.472.073 1.301.205 2.063.557 3.231.335 1.113.24 1.156-.399.181-.363-.553-.42-.688-.488-1.15-.043-.288-.128-.622-.189-.743-.329-.647-2.051-2.356-2.536-2.516-.192-.064-.263-.057-.406.037-.163.107-.172.143-.151.605.021.466.014.493-.133.513-.087.013-.447-.127-.821-.318-.785-.4-1.744-.696-2.262-.696-.203 0-.546-.046-.761-.101-.498-.129-.698-.073-1.197.333-.212.173-.47.334-.572.359a.845.845 0 0 0-.29.132c-.209.18-1.221.575-1.748.683-.3.062-.684.181-.853.266-.6.302-1.68 1.048-1.964 1.357-.484.529-.842 1.408-.842 2.068 0 .279-.318 1.052-.527 1.284a.305.305 0 0 0-.068.264c.021.081-.006.397-.06.704-.056.322-.098 1.002-.098 1.61 0 1.046.002 1.056.22 1.498.133.27.417.656.725.983.279.297.472.54.429.54-.043 0-.224-.075-.4-.166-.688-.352-1.27-.788-1.98-1.482-.897-.877-1.394-1.228-1.736-1.228-.308 0-.716.334-1.08.882l-.257.385-.634-.026-.633-.025-.425.44c-.531.55-1.374 1.14-1.999 1.402-1.54.645-2.662 1.732-3.042 2.947a51.25 51.25 0 0 1-.256.798c-.09.272-.102.503-.067 1.232.04.833.03.937-.127 1.43-.1.314-.17.698-.17.93 0 .252-.065.582-.178.905-.239.677-.202 1.251.147 2.252.27.777.393 1.036.712 1.508.115.169.208.331.208.359 0 .028-.223.051-.498.051-.96 0-1.453.226-2.069.944-.358.42-.46.508-1.403 1.205-.725.538-2.301 2.125-2.54 2.559l-.835 1.522c-.819 1.493-.987 1.862-1.082 2.369-.115.61-.035 2.329.14 3.027.079.318.142.79.142 1.072 0 .66.138 1.353.434 2.18.356.992.824 1.546 1.94 2.294.233.156.446.319.473.363.082.133-.475.01-1.161-.257-.763-.297-1.04-.32-1.216-.102-.105.13-.12.226-.085.528.039.334.03.369-.09.369-.073 0-.254-.089-.403-.196-.337-.245-1.116-.557-1.389-.557-.272 0-.46.242-.555.705-.085.409-.352 1.014-.578 1.313a3.159 3.159 0 0 0-.297.524 7.023 7.023 0 0 1-.477.821c-.446.668-.76 1.244-1.144 2.102-.518 1.153-.68 2.016-.785 4.168-.079 1.595-.016 2.185.347 3.287.28.849.29.905.33 2.036.047 1.339.118 1.578.623 2.081.576.575 1.058.793 2.209 1 .623.112.683.137.804.334.228.369.158.481-.329.528-.55.052-.992.318-1.744 1.048l-.57.554-.506 1.197c-.565 1.336-.688 1.723-.865 2.701-.156.871-.104 2.103.141 3.28.095.457.19 1.124.21 1.481.07 1.254.528 2.967 1.01 3.79.398.677 1.4 1.508 2.108 1.748.486.164 1.464.194 2.34.073.421-.059.559-.053.759.03.134.057.244.15.244.208 0 .092-.134.106-.941.102-.518-.003-1.111-.032-1.318-.065-.207-.032-.8-.11-1.316-.173l-.94-.113-.31.15c-.343.166-.596.522-.76 1.07-.155.514-.303 2.653-.303 4.381 0 1.497.015 1.687.206 2.717.43 2.322.594 2.878 1.202 4.092.634 1.267 1.565 2.334 2.404 2.756.195.098.371.206.393.24.02.034-.037.505-.128 1.045-.17 1.015-.258 1.699-.395 3.092-.115 1.159.038 2.091.51 3.128.077.169.2.447.272.616.127.297 1.115 2.006 1.484 2.566.098.15.56.665 1.024 1.144.724.744.896.887 1.198.986.423.139 1.202.58 1.206.682.001.041-.218.485-.486.987-.857 1.603-1.389 2.983-1.564 4.062-.158.974-.042 2.758.214 3.303.126.268.25.403.816.89.092.079.346.349.566.6.5.573.895.842 2.27 1.542 1.01.514 1.161.57 1.934.717.462.087.858.178.881.201.023.023-.066.313-.2.644-.133.331-.34 1.065-.461 1.629-.303 1.412-.354 3.153-.142 4.792.078.602.188 1.272.245 1.489.284 1.085 1.28 2.442 2.1 2.864.267.138.454.161 1.823.221 1.028.045 1.81.044 2.396-.003 1.032-.083 1.072-.067.96.392-.042.169-.079.893-.082 1.608-.01 1.734.063 1.981 1.195 4.07 1.142 2.105 1.626 2.532 2.94 2.589.82.037 1.89-.147 3.353-.575.584-.171 1.39-.384 1.793-.473.912-.203 1.247-.374 1.938-.99.593-.529 1.326-1.032 2.775-1.904.992-.598 1.128-.649 3.719-1.414.71-.209 1.65-.439 2.088-.51.812-.131 1.7-.415 2.235-.715.448-.25 2.41-1.635 2.846-2.009.924-.792 1.98-1.755 2.417-2.204.26-.268.487-.471.505-.454.018.018-.322.565-.756 1.216-1.116 1.673-2.409 4.028-2.927 5.328-.796 1.996-1.167 3.395-.974 3.659.058.079.645.081.923.004.244-.068.249.054.02.504-.335.661-1.065 2.421-1.166 2.811-.196.753-.094 1.165.286 1.165.323 0 1.953-.594 3.365-1.226.428-.191.823-.348.879-.348.117 0 .128-.016-.702 1.001-1.354 1.66-2.296 3.344-2.618 4.681-.116.486-.057.513 1.102.512 1.858-.001 2.877-.347 5.72-1.942 1.21-.679 1.38-.756 1.38-.629 0 .084-1.39 1.376-2.124 1.977-.646.527-2.62 2.596-2.942 3.082-.334.503-.258.916.19 1.032.944.247 1.652.313 3.318.311.931-.002 1.694-.001 1.694.002s-.213.223-.473.49c-.746.765-.993 1.423-.727 1.937.18.346.99.568 2.524.691 1.306.104 2.917-.045 4.021-.373.375-.112.481-.095.369.057-.397.537-.477.699-.477.972 0 .385.212.612.662.708.186.04 1.057.073 1.937.073 1.617 0 1.816.018 1.816.163 0 .126-.63.702-1.71 1.564-1 .797-3.518 3.18-4.9 4.639-.41.432-1.15 1.202-1.642 1.711-2.066 2.129-2.65 2.794-3.753 4.27-1.49 1.994-2.01 3.187-3.219 7.394-1.045 3.633-1.327 5.034-1.412 7.024-.034.771-.08 1.541-.103 1.711-.023.17-.107.754-.186 1.3-.126.871-.145 1.324-.149 3.698l-.004 2.706-.53 1.093c-.957 1.97-.942 2.836.058 3.342.193.097.216.145.256.524.047.45.117.628.344.88.39.428.859.506 2.302.381 2.876-.25 4.667-.674 6.674-1.584.932-.422 2.578-1.045 2.894-1.097.216-.035.23-.027.166.093-.138.257-1.91 1.921-2.65 2.487-.89.683-1.683 1.475-1.88 1.878-.299.62-.089 1.172.576 1.512l.406.207 1.612-.007c1.711-.008 2.305-.075 3.53-.401.612-.163 4.18-1.564 5.603-2.201l.744-.333.146.179c.389.474 1.008.567 3.432.515 1.99-.043 2.509-.091 3.936-.358 3.253-.61 6.612-1.866 10.227-3.823 2.046-1.107 2.748-1.635 6.099-4.585a86.795 86.795 0 0 0 2.827-2.609c.652-.64 1.217-1.175 1.254-1.188.038-.013.122.024.187.083.368.333 1.011.421 2.373.325 1.813-.128 3.628-.525 5.165-1.131.534-.21 1-.382 1.035-.382.166 0 .01.172-.58.643-.86.683-1.034.917-1.034 1.384 0 .304.031.392.2.568.338.354.9.478 2.823.623 1.041.079 2.215.015 3.206-.174.646-.124.65-.124.65 0 0 .175-.984 1.281-1.664 1.871-.78.675-.937.901-.937 1.348 0 .281.032.356.23.544.127.119.393.269.591.333.328.106 1.37.227 2.328.27l.377.017-.024.479c-.044.89-.116 1.123-.804 2.603-.136.292-.23.384-.625.612-.588.34-1.264 1.018-1.7 1.706-.508.803-.562.854-.989.932a3.517 3.517 0 0 0-.732.243c-.414.202-.948.762-1.015 1.063-.047.213-.214.356-.945.807-.632.391-1.166.95-1.35 1.414-.145.364-.165.541-.187 1.64-.022 1.121-.012 1.262.115 1.557.122.282.167.326.34.326.115 0 .335-.095.518-.223.175-.122.552-.388.837-.591a12.96 12.96 0 0 1 1.284-.764c.915-.471 1.385-.557 2.07-.38.874.226 1.637.094 2.173-.378.187-.164.476-.546.694-.917.609-1.035 1.024-1.303 2.178-1.412 1.138-.107 2.033-.26 2.358-.404.393-.173.408-.173.87.071.365.192.44.205 1.153.207.85.001 1.217.079 2.543.541.452.158 1.099.364 1.438.459.339.096.708.229.821.297.113.068.321.16.462.205.239.076.257.101.257.347 0 .398-.2.566-.958.814-.52.169-.768.212-1.233.212-.494 0-.642.028-.992.193-.226.106-.713.309-1.083.451-.87.336-1.314.772-1.595 1.571a1.686 1.686 0 0 1-.32.51c-.222.231-1.088.714-1.89 1.055-.54.23-.731.4-.939.84-.277.589-.19 1.538.167 1.819.247.194.49.164 1.051-.134.644-.34.854-.397 1.974-.525a16.903 16.903 0 0 0 1.775-.317c.818-.203.874-.208 1.408-.128.75.111 1.05.025 2.258-.646l1.369-.762c.82-.456 1.3-.249 1.606.693.187.577.48 1.06.777 1.284.12.091.467.295.771.452.442.229.654.397 1.052.837.897.987 1.61 1.382 2.845 1.568.9.137 1.188.279 1.74.86.267.281.746.696 1.063.922.317.225.747.603.956.839.575.652 1.521 1.148 2.377 1.249.541.064.707.132 1.139.469.453.354.734.472 1.473.619.751.149 1.39.419 1.818.767.202.164.39.299.42.299.03 0 .123-.056.208-.125l-.002-.005Zm-1.313-1.525a7.806 7.806 0 0 0-1.69-.814c-.408-.13-.88-.56-.98-.894-.068-.23-.061-.311.047-.551.125-.276.125-.285-.002-.378-.166-.121-.402-.12-.64.002-.28.145-.38.385-.333.79l.041.346h-.253c-.443-.003-.456-.04-.26-.758.193-.702.159-.872-.12-.594-.184.185-.317.571-.317.924 0 .273-.072.279-.35.031l-.214-.192.213-.532c.24-.599.25-.659.123-.659-.128 0-.363.264-.45.496-.088.232-.177.238-.318.023-.102-.156-.095-.191.137-.652.205-.406.228-.493.14-.527-.132-.05-.282.072-.492.405-.298.473-.402.137-.147-.479.082-.197.128-.38.103-.406-.088-.088-.371.126-.521.394-.166.295-.241.322-.426.153-.164-.147-.16-.207.052-.67.28-.61.01-.624-.315-.016-.182.341-.291.387-.49.207-.165-.149-.159-.331.02-.62.22-.357.072-.435-.259-.136-.252.227-.273.235-.452.141-.23-.12-.23-.17-.016-.631.164-.353.213-.558.131-.558-.135 0-.342.195-.547.515-.207.324-.255.363-.39.314-.084-.031-.163-.118-.174-.193-.02-.134.401-.93.535-1.013.1-.061.082-.17-.027-.17-.137 0-.534.465-.686.804-.1.225-.168.291-.293.291-.247 0-.262-.168-.058-.623.102-.228.167-.432.145-.454-.13-.131-.794.582-.794.854 0 .141-.37.082-.397-.064-.012-.063.119-.325.29-.581.311-.463.377-.638.242-.638-.154 0-.405.23-.678.619-.25.355-.304.399-.419.338-.207-.111-.158-.315.158-.665l.445-.494c.148-.165.204-.345.109-.345-.136 0-.659.378-.863.625-.164.197-.272.273-.349.243-.122-.048-.152-.356-.04-.425.123-.076.76-.868.724-.903-.09-.091-.548.16-.79.436-.29.329-.438.36-.596.122-.088-.133-.05-.185.54-.771.566-.561.613-.628.454-.628-.224 0-.605.251-1.071.706l-.36.351-.24-.129c-.68-.366-1.073-.903-1.236-1.683-.179-.859-.33-1.09-.829-1.268-.37-.133-.715-.121-1.117.037a4.54 4.54 0 0 1-.371.137c-.014 0-.044-.103-.068-.23a.741.741 0 0 0-.18-.354c-.12-.109-.15-.112-.234-.027-.078.081-.08.153-.014.406.044.17.105.345.134.391.055.085.008.122-.58.455-.462.262-.505.246-.479-.178.018-.288-.01-.407-.139-.599-.089-.131-.23-.249-.313-.262-.17-.024-.184.031-.078.308.04.107.102.332.136.502.034.169.08.373.103.453.034.117.001.159-.169.219-.18.063-.22.055-.279-.056a1.038 1.038 0 0 1-.07-.39c0-.571-.335-1.254-.615-1.254-.209 0-.221.115-.041.392.151.231.383 1.106.383 1.443 0 .134-.305.318-.416.25-.034-.021-.063-.121-.063-.221 0-.36-.292-1.12-.527-1.368-.126-.134-.242-.228-.259-.211-.017.017.044.253.136.525.218.644.296 1.345.156 1.398-.149.058-.222-.02-.314-.334-.09-.308-.235-.47-.374-.417-.049.018-.143.207-.21.419-.136.43-.239.521-.841.738-.307.11-.588.148-1.19.159-.888.017-2.033.224-2.47.448-.155.078-.296.128-.315.109-.088-.088.09-.349.412-.601.194-.152.483-.423.64-.602.192-.217.396-.364.617-.444.662-.24.736-.277.964-.476.132-.116.373-.487.564-.867.4-.797.59-.937 1.634-1.2l.678-.171.502.139c.723.201 1.125.186 1.5-.057.169-.108.396-.293.506-.41.11-.118.227-.215.26-.215.032 0 .115.135.185.298.116.273.419.592.56.592.03 0 .107-.097.168-.215.094-.182.104-.351.064-1.079-.047-.858.053-1.713.244-2.069.093-.175.137-.163.392.108.239.253.47.362.566.265.034-.034-.012-.237-.107-.473a5.222 5.222 0 0 1-.414-1.834c-.016-.334-.055-.642-.088-.684-.163-.211-.143-.327.095-.566.133-.133.23-.277.215-.321-.015-.044-.145-.08-.288-.08-.328 0-.38-.124-.103-.239.225-.093.377-.3.305-.416-.024-.039-.172-.062-.329-.05-.247.018-.288.001-.305-.128-.015-.1.024-.162.12-.193.248-.078.551-.381.551-.55 0-.221-.198-.267-.547-.127-.232.093-.298.097-.343.025-.087-.14-.019-.224.362-.444.357-.207.547-.454.481-.626-.055-.144-.368-.108-.7.082-.167.095-.344.158-.394.138-.178-.068-.089-.279.184-.434.581-.332.618-.743.05-.573-.397.12-.545.127-.579.031-.016-.046.134-.164.336-.265.466-.233.672-.424.672-.623s-.131-.206-.688.013c-.241.094-.478.157-.526.139-.048-.019-.087-.126-.087-.24 0-.168.034-.214.188-.251.24-.058.7-.284.856-.421a.367.367 0 0 0 .12-.231c0-.185-.239-.162-.824.08-.276.113-.525.182-.553.154a.672.672 0 0 1-.095-.231c-.042-.17-.03-.18.3-.219.498-.059 1.036-.356 1.036-.572 0-.052-.074-.092-.169-.092-.188 0-.882.244-1.105.389-.117.075-.158.076-.213.006-.105-.134-.373-1.075-.326-1.151.023-.036.117-.066.21-.066.22 0 .999-.355 1.184-.54.08-.08.144-.206.144-.282 0-.213-.278-.173-1.005.147-.688.301-.77.296-.794-.048-.014-.189-.002-.198.297-.207.37-.013.883-.225 1.124-.466.208-.208.225-.384.036-.384-.142 0-1.117.491-1.306.658-.117.103-.268.127-.27.044 0-.028-.018-.117-.04-.197-.035-.13.013-.162.442-.292.54-.164 1.06-.52 1.093-.747.032-.22-.1-.194-.817.157-.345.17-.681.308-.746.308-.079 0-.169-.121-.267-.359-.22-.536-.338-.734-.671-1.129a3.501 3.501 0 0 1-.472-.778c-.163-.401-.166-.432-.065-.687.06-.147.107-.337.107-.422 0-.275-.205-.953-.454-1.506-.274-.606-1.151-3.099-1.511-4.292-.532-1.762-.736-2.37-.987-2.934-.145-.325-.264-.675-.265-.779 0-.186.006-.188.427-.19.552-.001 1.565-.168 1.811-.297l.191-.101-.189-.047c-.104-.026-.628-.005-1.163.05-.536.053-1.01.085-1.054.071-.11-.037-.17-.301-.089-.397.036-.044.335-.102.665-.128.608-.048 1.372-.209 1.478-.312.13-.126-.302-.148-1.272-.066-.874.074-1.033.072-1.086-.01-.155-.241-.046-.3.657-.35.792-.057 1.142-.128 1.179-.239.044-.132-.564-.18-1.166-.092-.899.132-.9.132-.925-.077l-.02-.183.465.012c.256.006.805-.015 1.22-.048l.753-.059.826.282c.484.166.953.282 1.133.282.386 0 .47.085.472.476.003.712.446 2.054 1.03 3.118.329.599.523 1.253.844 2.84.266 1.318.397 1.777.956 3.362.207.588.413 1.266.458 1.506.046.24.217.884.381 1.43.164.546.363 1.298.442 1.671.079.373.296 1.093.481 1.6.39 1.063.994 3.114 1.126 3.815.1.533.196.824.502 1.521.273.621.624 1.926.624 2.316 0 .334.172.739.403.948.08.072.144.183.144.248 0 .172-.524.627-1.307 1.135-.378.245-.674.482-.66.527.131.397 1.14-.01 1.935-.781.276-.267.535-.466.575-.44.194.119.304.502.324 1.124.021.656.084.829.297.829.066 0 .429.301.804.668.572.558.703.726.8 1.027.21.647.603.891 1.68 1.045.282.04.868.135 1.301.211.433.076 1.126.193 1.54.258l.753.12-.026.201c-.095.743.01.825.32.246.217-.403.239-.422.486-.422.184 0 .505.126 1.108.437.468.24.973.474 1.123.52.151.047.44.197.642.334.365.247.373.249 1.095.25.787.002.869.029 2.019.662.302.167.509.228.838.249.485.031.5.052.327.463-.204.49-.025 1.26.294 1.26.138 0 .227-.297.227-.75 0-.288.036-.443.13-.557l.128-.159.47.215c.259.118.901.373 1.429.566 1.852.679 1.873.688 2.062.913.156.184.166.22.068.239-.063.013-.338-.068-.61-.18-.76-.312-1.165-.385-2.142-.388l-.895-.002-.371.235c-.976.621-1.313.693-1.35.291-.028-.281-.16-.256-.25.046-.059.194-.093.219-.275.201l-.207-.021.024-.399c.023-.384.019-.397-.115-.326a.431.431 0 0 0-.183.212c-.059.185-.17.174-.172-.017-.003-.442-.26-.388-.401.085-.084.28-.252.367-.327.17-.022-.057.025-.389.105-.736.08-.347.145-.692.144-.768-.005-.259-.396.273-.514.701-.157.561-.159.566-.228.566-.134 0-.134-.215 0-.664.3-1.006.303-1.104.033-.85-.153.145-.242.312-.483.92l-.104.262-.205-.122c-.25-.147-.294-.247-.207-.475.08-.214.088-.714.01-.714-.094 0-.34.295-.418.502-.04.106-.112.18-.16.164-.103-.036-.093-.329.026-.716.164-.535-.13-.473-.423.089-.096.185-.22.337-.274.337-.126 0-.122-.06.03-.5.069-.2.107-.383.084-.405-.07-.07-.374.261-.523.568-.152.314-.29.412-.398.282-.07-.086.067-.56.287-.985.14-.27.141-.3.008-.249-.14.053-.468.54-.585.866-.113.314-.211.407-.37.346-.182-.07-.094-.498.24-1.173.157-.316.268-.592.246-.613-.02-.021-.115.013-.21.075-.218.143-.494.681-.61 1.191-.07.31-.116.392-.22.392-.143 0-.153-.09-.093-.883.02-.255.003-.414-.044-.43-.122-.043-.314.48-.333.91-.015.343-.037.403-.147.403-.111 0-.134-.07-.164-.641l-.034-.641-.137.152c-.111.124-.137.248-.137.658 0 .318-.027.507-.074.507-.088 0-.901-.243-1.315-.394a2.19 2.19 0 0 1-.575-.356l-.28-.249.087-.271c.049-.149.16-.416.25-.593.089-.178.161-.386.161-.463 0-.369-.453.046-.73.668-.146.331-.172.355-.304.285-.13-.069-.139-.115-.096-.456.056-.449-.053-.474-.273-.065-.097.181-.177.249-.274.235-.144-.02-.156-.128-.063-.592.064-.318-.096-.261-.279.099-.19.372-.267.409-.31.147l-.036-.22-.102.205c-.097.198-.124.207-.662.248-.437.032-.639.015-.912-.077-.346-.117-.355-.128-.687-.784a12.753 12.753 0 0 1-.337-.693c0-.016.066-.028.146-.028.24 0 .597-.267.784-.586.19-.325.175-.578-.034-.578-.123 0-.911.771-.98.958-.03.083-.072.069-.219-.072-.224-.217-.18-.372.136-.477.263-.087.578-.424.578-.62 0-.183-.182-.166-.459.045-.128.097-.277.16-.331.139-.167-.063-.112-.298.106-.453.24-.171.29-.479.077-.479a.326.326 0 0 0-.218.106c-.156.188-.35.261-.414.157-.04-.064.026-.169.215-.341.285-.262.306-.309.209-.462-.083-.13-.326-.059-.684.2-.289.209-.293.219-.254.533.121.992.125 1.351.016 1.611-.138.329-.095.4.223.377.343-.024.404.029.457.404.026.178.137.555.248.838.111.282.22.698.241.924.051.532.117.65.358.65.106 0 .223.038.259.086.036.047.215.453.398.902.497 1.215.627 1.33 2.077 1.829.438.15 1.002.364 1.254.473.25.11.528.2.616.2.295 0 .563.239.84.744.161.295.353.545.479.623.352.217 1.187.413 1.763.413.494 0 .546.014.77.212.238.208.33.424.418.982.033.211.143.374.506.753.47.489 1.21 1.565 1.58 2.303.327.644.27.687-.354.263Zm-12.631-9.074c.078-.079.05-.159-.057-.159a.102.102 0 0 0-.103.102c0 .107.08.136.16.057Zm-.244-.54c.084-.059.152-.151.152-.205 0-.14-.23-.123-.366.026-.231.256-.078.384.214.179Zm8.43-.61c.165-.622.145-.807-.066-.615-.235.211-.352 1.194-.143 1.194.032 0 .126-.261.21-.579Zm-8.895-.258c.447-.305.464-.602.02-.359-.296.162-.424.338-.32.443.05.05.14.024.3-.084Zm8.22-.168a.907.907 0 0 0 .05-.36l-.022-.175-.12.219c-.131.243-.156.5-.048.5.039 0 .102-.083.14-.184Zm-12.437.079c.148-.148.14-.46-.015-.652-.176-.218-.356-.137-.347.155.016.508.158.702.362.497Zm3.945-.713c.169-.147.286-.288.26-.314-.087-.087-.41.04-.61.24-.415.414-.117.477.35.074Zm-.542-.639c.211-.159.473-.354.582-.435.258-.191.152-.336-.195-.271-.495.093-1.271 1.011-.843.998.04-.002.246-.133.456-.292Zm4.97.071c.344-.377.365-.668.051-.668-.122 0-.19-.044-.215-.137-.02-.076-.093-.137-.167-.137-.167 0-.905.712-.864.833.019.056.139.092.311.092.154 0 .32.038.366.085.133.132.364.102.519-.068Zm-5.658-.636c.09-.095.376-.319.636-.496.462-.315.468-.323.265-.344-.115-.011-.331.042-.48.118-.285.145-.766.651-.766.806 0 .145.169.105.345-.084Zm-.14-1.1c.477-.401.556-.506.38-.506-.333 0-.927.488-.927.762 0 .185.054.159.548-.256Zm2.636-1.823c.615-.221 1.01-.656.977-1.078-.025-.323-.185-.336-.38-.033-.087.134-.369.398-.628.587-.5.364-.608.505-.439.569.137.052.222.044.47-.045Zm-.613-2.51c.343-.198.573-.508.437-.591-.038-.023-.228.063-.425.192-.196.128-.457.291-.58.362-.122.07-.222.152-.222.182 0 .124.47.038.79-.145Zm-.449-.948c.276-.137.365-.359.144-.359-.203 0-.76.285-.76.39 0 .127.333.111.616-.031Zm-.29-1.009c.243-.105.274-.18.127-.303-.11-.091-.354-.044-.555.105-.135.102-.135.104-.004.202.159.117.152.117.432-.004Zm-.376-1.133c.148-.089.158-.338.013-.338-.174 0-.52.207-.492.295.035.107.327.132.479.043Zm-.377-1.246c-.043-.129-.256-.148-.256-.022 0 .064.058.107.142.107.084 0 .13-.035.114-.085Zm-.462-.941a.069.069 0 0 0-.068-.069.069.069 0 0 0-.069.069.069.069 0 0 0 .137 0Zm-2.498-2.321c.366-.17.83-.517.923-.69.141-.263-.11-.229-.788.108-.623.308-.893.526-.813.655.06.096.39.061.678-.073Zm-.673-3.361c.423-.211.695-.445.614-.526-.047-.047-1.05.334-1.328.504-.468.286.146.306.714.022Zm-.346-.541c.321-.146.426-.27.297-.35-.108-.067-.83.274-.797.376.04.118.203.11.5-.026Zm-.398-.362c.131-.132.095-.261-.072-.259-.195.003-.422.171-.362.267.06.099.332.093.434-.008Zm-.534-.569c0-.077-.048-.105-.154-.09-.085.012-.154.053-.154.09 0 .038.069.078.154.091.106.015.154-.013.154-.091Zm.988-.604c.09-.065.104-.108.048-.142-.108-.068-.365.021-.335.115.04.118.149.129.287.027Zm-.144-.858c.104-.041.11-.064.035-.124-.23-.184-.606-.177-.606.011 0 .156.307.217.571.113Zm-.365-.792c.144-.082.153-.104.059-.141-.203-.08-.64-.01-.64.102 0 .139.362.163.58.039Zm-.377-.79c.907-.233.784-.46-.215-.397-.59.038-.798.159-.606.351.118.119.463.138.821.046Zm2.163-.386c.077-.094.072-.124-.04-.205-.16-.118-.183-.118-.34-.003-.168.122-.091.318.124.318.09 0 .206-.049.256-.11Zm-2.95-.484c.32-.054.81-.234.887-.326.128-.154-.083-.175-.755-.075-.68.102-.822.173-.681.342.085.104.204.116.55.059Zm2.795-.298c.185-.076.17-.201-.033-.276-.172-.063-.469.071-.469.212 0 .121.278.156.502.064Zm-2.76-.674c.225-.065.487-.163.581-.217.17-.098.168-.099-.137-.122-.348-.027-1.224.108-1.347.207a.154.154 0 0 0-.044.163c.05.131.43.118.946-.031Zm2.416-.537c-.03-.155-.37-.279-.475-.173-.141.141-.011.291.252.291.197 0 .242-.024.223-.118Zm-2.734-.262c.638-.19.83-.277.83-.375 0-.098-.294-.078-.992.062-.673.135-.947.247-.905.373.046.141.475.117 1.067-.06Zm2.507-.714c.075-.123-.11-.284-.302-.261-.275.032-.243.288.04.316.119.011.236-.014.262-.055Zm-2.908-.031c.378-.107.813-.288.939-.393.142-.118-.018-.19-.42-.192h-.336l.425-.213c.234-.117.414-.248.4-.291-.042-.127-.628-.129-1.234-.006-.637.129-.801.198-.801.339 0 .14.222.238.56.243l.296.003-.36.138c-.252.097-.36.176-.36.263 0 .223.34.264.89.109Zm2.568-.818c.11-.081.116-.112.039-.205-.16-.194-.622-.123-.622.095 0 .217.356.276.583.11Zm-2.671-.648c.546-.16.754-.275.662-.368-.05-.05-.285-.037-.778.045-.943.154-1.233.236-1.2.334.043.132.853.125 1.316-.011Zm2.288-.278c.083-.054.084-.081.007-.175-.131-.158-.447-.111-.447.067 0 .152.27.219.44.108Zm-3.486-.264c.341-.046 1.201-.3 1.354-.399.398-.259-.177-.309-1.035-.089-.58.147-.73.224-.73.371 0 .101.17.149.411.117Zm3.217-.805c0-.135-.16-.195-.376-.141-.286.072-.213.246.102.246.201 0 .274-.028.274-.105Zm-2.806-.126c.282-.084.572-.186.644-.226.126-.071.126-.076-.018-.121-.081-.026-.31-.016-.507.021a13.98 13.98 0 0 1-.678.111c-.325.044-.516.177-.436.306.069.111.43.078.995-.091Zm2.258-.588c.116-.074.047-.168-.174-.234-.167-.05-.415.109-.345.221.06.095.376.102.52.013Zm-2.36-.069c.703-.109 1.114-.27 1.032-.402-.123-.199-.893-.156-1.742.096-.271.08-.355.135-.338.223.025.135.48.171 1.047.083Zm2.14-.772c.317-.101.236-.218-.167-.242-.241-.015-.369.01-.429.083-.189.227.123.311.596.159Zm-.139-.849c.048-.02.086-.063.086-.098 0-.098-.302-.073-.45.038-.125.095-.122.101.073.097.113-.002.244-.018.291-.037Zm22.239 30.318a4.705 4.705 0 0 1-.081-.445c-.072-.51-.204-.397-.252.217-.022.285-.133.335-.322.146-.116-.115-.14-.228-.14-.616 0-.784-.23-.659-.373.201-.067.41-.087.445-.244.445-.168 0-.172-.012-.191-.581-.01-.319-.047-.608-.078-.639-.055-.055-.185.592-.225 1.118-.015.185-.052.245-.164.261-.213.03-.249-.117-.284-1.168-.017-.517-.057-.941-.089-.941-.107 0-.215.512-.25 1.181-.038.72-.087.79-.408.566-.124-.087-.148-.184-.169-.679-.013-.318-.05-.603-.08-.634-.116-.115-.252.212-.252.607 0 .292-.025.397-.094.397-.192 0-.275-.225-.317-.859-.045-.684-.07-.755-.236-.691-.082.031-.106.151-.106.522 0 .264-.02.481-.045.481-.025 0-.145-.077-.268-.17-.167-.128-.234-.242-.268-.462-.07-.444-.104-.532-.213-.532-.117 0-.233.27-.233.545 0 .207-.141.307-.345.242-.133-.043-.2-.23-.201-.566-.001-.143-.042-.241-.11-.267-.171-.065-.242.115-.197.502.037.319.026.358-.106.4-.304.096-.459-.011-.547-.38-.063-.26-.111-.341-.195-.325-.085.017-.113.1-.113.329 0 .305-.002.307-.237.307-.236 0-.242-.018-.33-.33-.123-.436-.307-.425-.357.022-.032.288-.048.309-.254.329-.22.021-.704-.159-.704-.262 0-.07.585-.444.907-.578.14-.059.602-.166 1.026-.238.424-.071.954-.179 1.179-.239.603-.159.931-.137 1.423.095.481.227 1.138.414 1.455.414.115 0 .394-.051.618-.113a2.89 2.89 0 0 1 .722-.1c.262.011.369-.027.65-.231.444-.322.956-.566 1.299-.621.263-.042.3-.024.724.337.481.411.94.656 1.237.658.102 0 .348.062.547.136.2.074.593.17.876.212.763.116.782.18.062.214-.601.029-.685.052-1.269.348-.343.175-.69.403-.77.509-.135.178-.152.182-.237.073-.12-.153-.182-.086-.182.197 0 .184-.04.247-.211.336-.279.145-.362.102-.464-.237-.108-.363-.215-.298-.215.13 0 .182-.018.381-.041.44-.056.146-.215.138-.258-.011v-.002Zm-39.733-1.917c.02-.451.069-.749.151-.921.135-.278.564-.626 1.332-1.081.277-.164.568-.385.647-.492.188-.254.293-.244.574.054.275.292.512.738.665 1.252.129.436.082.532-.29.59-.576.092-1.78.398-2.075.528a2.379 2.379 0 0 0-.614.438c-.161.165-.32.299-.355.299-.034 0-.051-.292-.035-.667Zm4.535-.639c-.496-.091-.549-.132-.602-.461-.108-.674-.796-1.615-1.341-1.833-.153-.061-.278-.131-.277-.155 0-.024.06-.141.133-.261.194-.317.7-.588 1.217-.65.55-.066.799-.211 1.084-.63.41-.606 1.352-1.499 2.122-2.014.405-.271.785-.492.846-.491a.78.78 0 0 1 .28.1c.39.222.558.003.275-.357-.253-.321-.041-.386.416-.126.474.269.559.072.16-.37-.192-.211-.235-.306-.198-.428.089-.289.258-.398.937-.61.678-.211.825-.345.426-.391-.109-.013-.379.012-.6.056-.221.044-.423.059-.447.035-.072-.072.189-.228.565-.337a2.02 2.02 0 0 0 .485-.202c.133-.098.132-.103-.062-.177-.147-.056-.298-.055-.57.001-.205.043-.388.06-.409.04-.1-.1.073-.233.435-.334.22-.062.463-.158.538-.214.134-.098.132-.103-.068-.181-.154-.06-.29-.061-.543-.004-.38.087-.504.028-.391-.183.05-.093.203-.161.503-.22.544-.109.875-.22.875-.292 0-.031-.082-.087-.18-.125-.17-.065-.355-.045-1.066.113-.158.035-.192.015-.23-.138-.066-.262.056-.36.602-.485.63-.143.773-.218.665-.348-.11-.134-.381-.123-.839.035-.228.079-.402.106-.426.068-.09-.146.052-.321.33-.404.815-.246.941-.292.981-.356.14-.225-.522-.364-.953-.199-.278.107-.389.091-.389-.054 0-.124.152-.213.548-.319.095-.026.24-.09.325-.144.368-.232.017-.366-.434-.166-.43.19-.493.179-.545-.092-.075-.4-.027-.471.414-.621.26-.088.418-.182.432-.256.03-.153-.238-.222-.49-.126-.288.109-.455.09-.455-.052 0-.09.1-.156.369-.241.408-.129.559-.26.493-.43-.043-.113-.293-.109-.801.012-.175.041-.181.03-.325-.575-.19-.8-.188-.831.042-.837.328-.009.667-.166.667-.309 0-.192-.329-.207-.63-.03-.135.08-.269.121-.297.091-.069-.072-.34-.993-.34-1.152 0-.069.05-.179.11-.245.143-.158.07-.267-.178-.267-.23 0-.45-.246-.34-.38.038-.044.214-.135.392-.202.414-.154.47-.207.36-.339-.119-.144-.454-.13-.816.034-.272.123-.316.127-.456.034-.145-.094-.282-.355-.22-.416.014-.016.267-.113.56-.217.294-.105.54-.222.545-.259.015-.104-.63-.123-.873-.027a2.497 2.497 0 0 0-.4.214c-.183.126-.326.115-.326-.025 0-.038.192-.157.428-.266.521-.241.821-.439.759-.501-.153-.152-.947.098-1.373.433-.221.174-.326.173-.505-.006-.212-.212-.144-.389.514-1.336a.546.546 0 0 1 .302-.185c.217-.043.62-.351.551-.42-.023-.023-.177-.065-.342-.093-.276-.046-.302-.069-.322-.272-.022-.226-.005-.243.33-.315a.94.94 0 0 0 .307-.138c.19-.139.07-.244-.35-.303-.294-.042-.336-.069-.355-.226-.019-.162.007-.183.274-.225.303-.049.602-.202.602-.309 0-.094-.401-.21-.729-.21-.271 0-.297-.015-.297-.17 0-.13.043-.179.188-.209.7-.147 1.149-.362 1.02-.489-.03-.031-.323-.056-.65-.056-.625 0-.785-.047-.75-.223.013-.072.163-.137.451-.195.502-.102.969-.355.824-.446-.112-.071-.664-.071-1.102.001-.235.039-.345.03-.397-.033-.083-.099.04-.183.38-.262.351-.082.788-.321.788-.432 0-.11-.052-.108-.984.022-.484.068-.39-.087.195-.324.797-.323.889-.564.154-.405-.814.176-.803.177-.803-.023 0-.112.038-.179.1-.179.055 0 .263-.062.462-.138.586-.224.843-.491.324-.337-.786.234-1.054.19-1.011-.168.021-.181.058-.201.646-.35.662-.166.973-.298 1.118-.474.077-.091.067-.107-.067-.107-.087 0-.414.048-.727.107s-.7.097-.86.085c-.261-.018-.293-.039-.293-.192 0-.144.044-.181.274-.232.864-.193 1.404-.423 1.404-.598 0-.059-.183-.066-.702-.026-1.196.091-1.25.089-1.25-.067 0-.12.06-.143.492-.181.483-.043 1.117-.284 1.117-.424 0-.042-.34-.051-.925-.025l-.924.042-.113-.172c-.091-.14-.097-.203-.031-.348.075-.165.103-.174.403-.133.43.059 1.351-.079 1.692-.253l.273-.14-.24-.057c-.131-.032-.554-.039-.94-.015-.757.045-.816.016-.598-.295.095-.134.146-.144.57-.108.343.028.559.008.804-.075.364-.123.624-.289.558-.355-.022-.022-.351-.038-.73-.034-.812.008-.849-.036-.384-.465.192-.177.372-.282.481-.282.213 0 .633-.169.803-.323.154-.139.053-.222-.273-.224-.14 0-.222-.035-.222-.093 0-.143 1.094-1.562 1.182-1.533.076.025.41 1.079.493 1.557.024.132-.02.646-.098 1.142-.189 1.212-.182 1.854.03 2.678.197.774.79 3.598.994 4.735.08.438.325 1.335.555 2.02.572 1.703.654 2.026.74 2.899.053.52.156 1.01.324 1.534.143.449.255.946.267 1.192.01.233.05.479.086.548.036.068.132.54.213 1.048.08.509.24 1.417.355 2.02.114.602.297 1.626.405 2.274.21 1.263.353 1.816.725 2.791.364.954.439 1.107.632 1.292.274.262 1.055.598 1.533.659.556.072.606.093 1.226.526.785.547 1.278.709 2.334.768.633.035.902.077.976.15.112.112.316 1.054.26 1.2-.027.068-.129.044-.422-.104a7.495 7.495 0 0 0-1.586-.555c-.747-.17-1.29-.484-1.938-1.125-.501-.496-.915-.791-1.106-.791-.146 0 .042.441.485 1.135.655 1.025.722 1.098 1.228 1.334.813.38.973.426 1.981.574.377.055.854.158 1.061.229.353.121.38.146.424.397.026.147.049.477.051.735.004.369-.025.506-.133.643a.647.647 0 0 0-.138.319c-.001.225-.101.336-.258.286-.208-.066-.225-.196-.079-.581.16-.419.168-.644.03-.758-.165-.137-.35.105-.54.703-.054.172-.24.224-.362.1-.095-.095-.094-.141.01-.452.147-.442.12-.728-.065-.728-.102 0-.178.104-.308.424-.205.507-.222.526-.412.465-.16-.05-.158-.01-.03-.871.04-.27.029-.331-.068-.368-.16-.061-.221.018-.442.562-.142.352-.224.473-.322.473-.12 0-.128-.048-.106-.625.016-.433-.002-.641-.059-.676-.132-.081-.252.105-.407.633-.115.393-.173.497-.276.497-.182 0-.48-.144-.48-.232 0-.039.111-.393.246-.784.22-.637.235-.724.143-.816-.057-.057-.154-.084-.215-.061-.134.051-.407.63-.521 1.105-.104.431-.184.544-.312.438-.136-.113-.117-.294.112-1.111.24-.857.263-1.162.086-1.127-.218.041-.561.958-.668 1.783-.038.289-.06.326-.212.326-.093 0-.188-.05-.212-.113-.024-.061.008-.531.07-1.044.13-1.051.145-1.513.05-1.513-.1 0-.145.105-.32.743a4.27 4.27 0 0 0-.163 1.191c0 .54-.013.599-.129.599-.28 0-.302-.137-.222-1.282.129-1.815.093-2.229-.152-1.747-.28.551-.427 1.758-.3 2.465.06.339-.066.403-.247.126-.092-.14-.096-.226-.029-.587.1-.537-.003-1.195-.283-1.813-.253-.557-.6-1.064-.729-1.064-.128 0-.126.038.04.519.216.627.34 1.478.34 2.331v.779l-.223.238c-.122.132-.3.247-.393.256-.168.018-.17.01-.148-.408.026-.493-.094-.922-.454-1.616-.275-.531-1.02-1.347-1.23-1.347-.12 0-.108.032.098.257.468.512.828 1.31.982 2.179.098.555.013.987-.195.987-.098 0-.115-.084-.114-.601 0-.54-.023-.646-.224-1.055-.26-.527-.79-1.152-.98-1.152-.164 0-.164.036.008.278.37.52.68 1.443.682 2.031 0 .287-.026.371-.136.43-.076.041-.137.119-.137.174 0 .056-.026.1-.058.1-.031 0-.093-.253-.137-.562-.13-.915-.627-1.793-1.11-1.962-.308-.107-.336.069-.061.382.496.564.892 1.879.696 2.309-.116.254-.275.223-.32-.064l-.073-.472c-.092-.592-.728-1.479-1.062-1.479-.174 0-.17.053.03.348.36.528.71 1.619.628 1.949-.05.201-.176.16-.177-.059-.002-.44-.771-1.485-1.092-1.485-.076 0-.14.018-.14.04 0 .021.123.245.272.496.487.82.616 1.443.35 1.685-.153.138-.279.091-.279-.103 0-.37-.565-1.159-.83-1.159-.17 0-.132.154.15.613.105.171.254.473.331.67l.141.359-.324.592c-.336.614-.483.76-.856.849-.321.076-.457.075-.91-.008h.003Zm-.03-1.245c0-.261-.392-.979-.667-1.219-.313-.275-.365-.161-.102.226.108.162.297.47.42.685.256.455.35.537.35.308Zm1.301-.15c0-.377-.331-.759-.507-.584-.052.052-.024.167.097.396.197.373.41.47.41.188Zm-.666-.488c.127-.127-.292-.712-.51-.712-.178 0-.154.143.082.469.191.264.329.342.428.243Zm6.404-2.849c.226-.226-.05-1.181-.564-1.952-.346-.521-.538-.707-.63-.615-.026.026.092.349.263.716s.393.92.493 1.228c.197.603.306.755.438.623Zm-.588-9.52c.142-.063.172-.107.122-.185-.087-.138-.667-.14-.753-.002-.148.24.246.357.63.187Zm-.234-.737c.203-.081.13-.201-.123-.201s-.412.063-.412.178c0 .115.289.122.535.023Zm-1.73-.609a.688.688 0 0 0 .233-.17c.08-.098.078-.13-.022-.23-.108-.108-.131-.107-.37.021-.307.164-.397.447-.14.44a.976.976 0 0 0 .298-.061Zm1.046-1.075c-.013-.069-.07-.126-.126-.126-.147 0-.125.199.024.228.092.018.119-.01.102-.102Zm-1.3-.781c.205-.082.157-.228-.084-.257-.204-.024-.384.087-.384.236 0 .107.228.117.468.021Zm1.175-.339c0-.117-.334-.239-.42-.153-.041.041-.053.107-.028.148.058.095.448.098.448.005Zm-.373-.826c.096-.155-.329-.325-.512-.206-.082.053-.083.083-.01.172.103.123.453.145.522.034Zm-.27-1.031c.061-.101-.159-.264-.359-.264-.2 0-.257.101-.124.234.126.126.412.144.482.03Zm-.208-1.051c.131-.101.131-.104 0-.205-.226-.174-.586-.111-.586.102 0 .214.36.277.586.103Zm-.244-.926c.089-.06.085-.082-.03-.17-.259-.198-.63-.08-.446.141.095.115.327.129.476.029Zm-.085-1.194c.267-.118.284-.223.046-.283-.267-.067-.611.054-.611.215 0 .171.258.204.564.068Zm-.021-1.086c.12-.088.118-.097-.036-.206-.202-.141-.43-.145-.543-.011-.197.239.296.424.579.217Zm-.202-.811c.198-.111.198-.111.104-.226-.114-.137-.64-.139-.754-.002-.143.172-.03.309.254.306a1 1 0 0 0 .396-.078Zm-.253-.949c.216-.086.126-.202-.158-.202-.253 0-.38.117-.231.212.116.073.186.071.39-.01Zm-.106-1.071c.157-.041.152-.136-.013-.224-.247-.133-.689-.069-.689.1 0 .152.355.215.702.124Zm-.156-1.012c.07-.084.054-.114-.098-.171-.34-.13-.642-.042-.563.163.055.143.544.149.661.008Zm-.06-.762c.077-.094.071-.125-.04-.205-.287-.21-.784-.029-.583.213.113.136.507.131.622-.008Zm-.246-.78c.053-.087-.137-.165-.274-.112-.056.022-.103.071-.103.11 0 .091.321.093.377.002Zm-54.226 26.042c-.054-.141.252-.459 1.085-1.128.717-.575.586-.524 2.109-.821a40.27 40.27 0 0 0 2.293-.514c.797-.194 1.076-.298.809-.302-.082-.002-.84.135-1.684.302-1.79.355-2.24.423-2.24.335 0-.116.58-.632.824-.733.133-.055 1.157-.333 2.276-.617 1.12-.284 2.166-.576 2.326-.649l.29-.134-.245-.005c-.332-.008-1.598.224-2.792.51-1.006.242-1.242.277-1.242.184 0-.077.898-.946 1.061-1.026.075-.038.843-.213 1.705-.39 1.531-.314 2.436-.548 2.436-.63 0-.069-1.111.044-2.171.221-1.41.235-1.568.223-1.233-.091.215-.202.55-.332 1.28-.494.345-.077 1.017-.234 1.495-.348.477-.114 1.053-.251 1.28-.303 1.248-.289 1.7-.407 2.258-.588.587-.189.906-.333.749-.335-.271-.004-1.805.242-2.822.452-1.361.282-1.817.364-1.852.332-.034-.032.441-.324.916-.564.453-.228.754-.315 2.263-.659 1.311-.298 2.012-.506 2.012-.598 0-.078-.126-.067-1.636.152-.505.073-.936.114-.959.092-.056-.057.291-.324.66-.509.17-.085 1.345-.414 2.611-.73 2.122-.532 3.38-.899 3.637-1.062.139-.088-.884-.014-1.677.122-.34.057-1.024.195-1.523.306-.498.11-.97.201-1.048.201-.357 0 .245-.351.96-.559.247-.072 1.249-.343 2.228-.602 2.616-.693 3.978-1.179 2.977-1.062-.791.092-1.971.321-3.166.614-.684.167-1.26.286-1.28.265-.058-.06.548-.558.852-.7.151-.07.844-.26 1.54-.42 1.23-.284 2.79-.712 2.863-.786.102-.102-.126-.112-.89-.036-.464.046-1.165.142-1.558.213-.815.148-.98.098-.57-.174.304-.201.718-.329 2.347-.726 1.375-.335 2.259-.61 2.259-.702 0-.106-1.57-.002-2.362.156-.836.168-.932.172-.88.033.069-.179.527-.365 1.441-.584 1.131-.271 2.194-.596 2.251-.689.062-.099-.979-.014-1.785.146-.362.072-.643.097-.68.061-.08-.074.254-.44.531-.586.106-.055.97-.327 1.917-.605 2.58-.756 3.006-.918 2.422-.922-.456-.002-1.127.146-2.442.542-.62.187-1.14.327-1.155.312-.068-.069.07-.242.344-.429.285-.196 1.545-.703 3.616-1.454 1.194-.434 1.774-.689 1.662-.731-.175-.066-1.295.204-2.53.61-1.68.553-1.597.529-1.597.46 0-.101.32-.239 2.203-.947 2.458-.925 3.272-1.323 2.478-1.211-.52.073-1.224.277-2.392.693-.59.21-1.09.363-1.113.342-.052-.053.514-.627.785-.795.119-.074.92-.377 1.78-.673 1.684-.581 2.172-.774 2.244-.89.056-.091.052-.091-.504-.002-.248.04-.905.215-1.46.389-.556.173-1.03.294-1.057.269-.093-.094.34-.456.544-.456.456 0 3.568-1.112 3.917-1.401l.206-.169-.247-.003c-.417-.004-.939.119-2.063.488-.593.195-1.1.333-1.125.307-.07-.069.465-.592.606-.592.066 0 .668-.185 1.338-.41 1.223-.412 2.21-.842 2.21-.962 0-.193-.979-.004-2.183.42-.316.111-.59.187-.607.17-.06-.06.289-.436.531-.573.132-.074.775-.31 1.429-.523 1.162-.378 1.934-.708 2.033-.868.102-.164-.995-.028-1.733.215-.384.126-.721.208-.748.182-.085-.086.076-.18.424-.246.487-.093 2.33-.729 2.605-.9.128-.079.234-.176.234-.216 0-.137-.846-.003-1.574.249-.846.294-.987.297-.746.017.146-.17.274-.217.988-.358 1.417-.282 2.699-.818 3.591-1.503.787-.604.888-.673.928-.632.02.019-.074.252-.207.517-.374.744-.325 1.152.197 1.653.135.13.246.272.246.316 0 .163-2.358 2.635-7.359 7.716-4.28 4.348-5.858 5.844-8.347 7.908-1.37 1.136-2.869 2.265-4.094 3.083-1.066.713-1.224.906-.544.666 1.233-.436 3.733-2.087 6.413-4.238 2.106-1.69 3.365-2.832 6.127-5.559a337.907 337.907 0 0 1 3.21-3.131c1.346-1.284 4.272-4.277 4.92-5.031a9.76 9.76 0 0 0 .71-.946c.234-.371.343-.475.633-.606a14.8 14.8 0 0 0 1.137-.64c.432-.265.799-.47.814-.455.051.051-.188.346-.967 1.195-9.11 9.924-12.642 13.637-14.393 15.13-.904.771-1.96 1.597-3.628 2.839-2.727 2.031-4.16 2.938-7.188 4.551-2.401 1.28-3.93 1.915-7.221 2.997-2.066.679-2.802.861-3.936.97l-.993.095c-.132.013-.54.028-.91.034-.55.009-.676-.008-.71-.097l.002-.002Zm11.767-1.703c-.07-.07.1-.198.623-.465l.559-.285 1.574-.048c.866-.027 1.852-.083 2.19-.127.698-.089 1.544-.272 1.638-.355.035-.031-.55-.038-1.3-.018-.975.028-1.335.017-1.261-.035.056-.04.213-.073.35-.073.275-.002 1.961-.239 2.49-.352.491-.104 1.267-.346 1.267-.395 0-.061-1.175.02-2.85.193-.797.082-1.598.14-1.78.128l-.333-.021.24-.131c.18-.098.51-.152 1.334-.218a37.192 37.192 0 0 0 1.849-.196c.8-.116 2.498-.508 2.498-.577 0-.074-.555-.026-3.521.306-.543.061-.91.075-.949.036-.11-.11.34-.284.897-.348.982-.113 2.03-.283 2.615-.423.686-.164 1.232-.333 1.232-.381 0-.051-1.136.043-2.225.183-.527.068-1.002.1-1.055.071-.07-.037.041-.143.391-.376.46-.306.525-.328 1.124-.386 1.672-.162 3.868-.693 4.612-1.113l.2-.113-.308.04c-.872.115-2.54.408-3.333.584-.35.078-.774.084-.774.01 0-.113.768-.552 1.044-.596 1.621-.261 3.452-.738 3.953-1.029.163-.095.158-.097-.137-.058-.363.047-1.48.253-2.393.441-.76.156-.756.156-.756.055 0-.231.625-.512 1.587-.713a59.61 59.61 0 0 0 1.8-.417c1.503-.376 3.676-1.128 3.57-1.236-.048-.047-.681.093-3.042.674-1.066.263-2.02.468-2.12.456-.122-.015-.089-.096.098-.243.238-.188.416-.25 1.144-.394 1.675-.333 3.541-.907 4.682-1.44.386-.18.687-.343.67-.36-.045-.045-1.48.283-3.105.71-.78.206-1.54.393-1.69.417-.26.042-.269.037-.172-.081.137-.165 1.163-.992 1.232-.992.03 0 .072.046.094.102.06.156.343.128 1.41-.141 1.266-.318 2.405-.712 3.254-1.127.661-.323 1.355-.731 1.115-.657-.064.02-.372.098-.684.172-.649.156-1.57.43-3.47 1.03-.73.231-1.362.408-1.404.393-.111-.038.36-.458.677-.603.151-.069.34-.126.419-.127.247-.003 2.81-.672 3.647-.952.95-.318 1.66-.634 1.509-.671-.102-.025-.732.129-3.384.832-1.253.332-1.56.375-1.498.211.058-.15.54-.354 1.203-.51.741-.173 2.135-.623 3.018-.973.863-.343 1.819-.826 1.71-.863-.101-.035-1.643.38-3.226.868-.616.191-1.2.346-1.297.346h-.177l.224-.231c.165-.171.36-.271.75-.384 1.473-.429 2.664-.872 3.605-1.339.996-.495 1.322-.686 1.261-.74-.04-.036-1.35.354-2.844.847-1.174.388-1.463.461-1.463.371 0-.107.616-.743.856-.884.15-.088.72-.337 1.266-.553 1.413-.557 3.29-1.535 2.95-1.536-.123-.001-1.808.576-2.409.824-.25.103-.555.21-.677.237-.298.065-.255 0 .542-.828.604-.628.65-.66.711-.52.042.092.128.15.227.15.188 0 1.303-.486 2.206-.961.701-.369 1.813-1.092 1.76-1.145-.047-.047-1.096.382-2.664 1.09-.748.337-1.372.6-1.389.584-.016-.017.503-.612 1.154-1.323.65-.712 1.52-1.678 1.933-2.148.413-.471 1.015-1.148 1.34-1.506.938-1.035 2.49-2.875 3.552-4.209.88-1.108 3.286-3.663 3.45-3.663.27 0-1.256 2.452-2.79 4.484-.484.64-.925 1.27-.98 1.4-.199.478.054 1.014.594 1.257.398.18 1.305.188 2.084.018.296-.064.556-.098.579-.076.022.023-.238.325-.578.672a46.082 46.082 0 0 0-2.491 2.787c-2.393 2.876-3.475 4.011-5.749 6.029-4.68 4.154-7.313 6.205-10.92 8.506-.677.432-1.215.811-1.196.843.199.336 2.187-.689 5.202-2.681 2.115-1.398 3.545-2.498 7.325-5.637 2.367-1.966 3.596-3.166 5.31-5.184l2.296-2.704a75.261 75.261 0 0 1 1.506-1.731c.429-.463.706-.813 1.127-1.421.15-.217.37-.397.753-.616.298-.17.657-.38.798-.465.17-.103.257-.126.257-.069 0 .111-1.824 2.544-2.469 3.293-.27.314-.976 1.094-1.568 1.734-1.41 1.523-3.212 3.55-4.107 4.621-1.75 2.092-7.002 6.902-9.878 9.048-1.777 1.326-2.98 2.071-4.84 3-2.603 1.299-4.391 1.92-6.81 2.363-1.037.19-3.167.537-4.006.653-1.108.153-2.952.214-3.065.102v.002Zm25.483-19.271c.917-.457 1.742-1.028 1.334-.923-.227.058-1.946.817-2.292 1.011-.32.179-.405.39-.16.39.089 0 .592-.215 1.118-.478Zm1.817-1.635a7.96 7.96 0 0 0 .578-.419c.223-.182.242-.214.103-.172-.394.118-1.232.608-1.232.719 0 .126.245.068.55-.128Zm.62-.751c.171-.072.735-.516.773-.608.035-.087-.618.178-.905.365-.235.153-.128.352.131.243Zm-47.688 19.74c-.092-.093-.168-.215-.168-.273 0-.063.226-.219.565-.389.31-.156 1.212-.722 2.002-1.258.79-.536 1.538-1.026 1.66-1.088.123-.062.6-.192 1.061-.288 1.516-.316 3.736-1.006 3.855-1.198.05-.079-.199-.029-1.61.329-2.17.549-2.424.579-2.114.249.277-.295.559-.423 1.258-.573a25.96 25.96 0 0 0 2.53-.696c.622-.217 1.317-.563 1.182-.589-.065-.012-.889.169-1.832.403-.942.234-1.736.403-1.764.375-.059-.06.387-.457.772-.685.15-.089.652-.274 1.113-.411 1.444-.428 3.03-1.052 2.838-1.116-.042-.014-.678.131-1.415.322-.736.191-1.353.346-1.371.346-.102 0 .092-.245.352-.443.216-.165.632-.339 1.455-.608 1.125-.369 2.53-.965 2.453-1.042-.032-.032-1.069.224-2.243.553-.17.047-.316.079-.326.07-.132-.115.57-.662 1.155-.899.597-.243 1.52-.713 1.48-.753-.019-.019-.237.02-.484.086-.248.066-.473.097-.5.07-.08-.079 1.077-1.2 1.38-1.338l.632-.283c.415-.184.466-.282.12-.226-.185.03-.24.016-.24-.065 0-.13.76-.845 1.18-1.111.21-.133.327-.26.352-.383.059-.294.506-.582 1.7-1.097 1.271-.548 2.715-1.281 3.37-1.711.245-.162.438-.302.427-.312-.03-.03-1.627.605-2.76 1.099-1.42.62-1.465.608-.656-.174.502-.485.575-.53 1.386-.843 1.522-.588 3.512-1.593 3.297-1.665-.092-.031-.956.292-2.28.852-1.03.435-1.16.456-.947.158.17-.24.404-.367 1.377-.754.956-.379 2.782-1.282 3.414-1.687.843-.541 1.194-.798 1.121-.823-.075-.025-1.195.476-2.935 1.314-1.217.585-1.746.809-1.797.759-.045-.044.308-.481.679-.841.218-.211.527-.387 1.162-.661 1.736-.748 3.777-1.899 4.197-2.367l.134-.148-.168.064c-.093.036-.907.41-1.81.832-2.484 1.159-2.514 1.167-1.95.492.327-.392.432-.464 1.26-.859 1.306-.624 2.224-1.155 2.974-1.722.603-.454 1.048-.854.953-.854-.094 0-1.413.577-2.346 1.024-.558.267-1.029.47-1.048.451-.037-.037.013-.107.464-.642.26-.307.454-.439 1.232-.836.51-.258 1.19-.649 1.514-.867.593-.398 1.48-1.156 1.421-1.214-.028-.028-.581.261-2.268 1.189-.34.187-.53.259-.529.2.003-.22 1.012-1.333 1.639-1.81.703-.533.836-.688.483-.566-.118.041-.231.057-.253.036-.079-.079 1.335-1.864 3.034-3.827.132-.153.22-.188.466-.188.6 0 1.044-.154 2.42-.834.763-.379 1.407-.67 1.429-.648.022.021-.098.264-.267.538-.17.275-.405.675-.526.891-.12.215-.47.647-.775.958-1.054 1.074-1.683 2.08-1.604 2.564.124.766.792.985 2.27.742.736-.121.787-.123.787-.036 0 .038-.774.831-1.72 1.763-.945.931-1.939 1.925-2.207 2.207-2.268 2.386-4.54 4.583-6.514 6.297-1.463 1.27-3.151 2.782-3.97 3.556-1.524 1.441-3.496 3.268-4.105 3.804l-1.157 1.02-.609.536c-.076.066-.11.119-.076.119.092-.001 2.067-1.493 2.977-2.25.436-.362 1.346-1.12 2.02-1.685.676-.565 1.38-1.15 1.564-1.301.184-.15.815-.668 1.401-1.151 1.072-.882 1.214-.984 1.28-.918.052.052-.28 1.229-.668 2.365-.343 1.008-.473 1.587-.354 1.587.118 0 .413-.368.6-.74.507-1.015.97-2.73.9-3.338l-.04-.347.437-.32c.24-.177.473-.321.519-.321.117 0 .045.274-.39 1.506-.667 1.886-.704 1.996-.704 2.129 0 .072.043.13.095.13.378 0 1.344-2.267 1.587-3.722.092-.555.128-.646.323-.818.36-.316.46-.352.46-.165 0 .187-.38 1.542-.679 2.431a8.6 8.6 0 0 0-.25.872l-.05.273.154-.136c.085-.076.224-.276.31-.445.382-.753.916-2.584.958-3.281.02-.337.05-.401.288-.618 1.638-1.492 1.968-1.783 2.018-1.783.104 0 .061.266-.244 1.527-.166.685-.322 1.412-.346 1.616-.04.328-.033.361.06.284.418-.347 1.076-2.348 1.244-3.788.04-.334.082-.426.279-.599.128-.112.266-.204.308-.204.113 0 .032.47-.348 2.02-.393 1.602-.447 1.882-.358 1.882.103 0 .473-.598.63-1.019.296-.792.736-3.006.656-3.308-.04-.152.453-.743.543-.653.028.028-.035.428-.14.889-.321 1.414-.43 1.94-.483 2.32-.044.317-.037.354.05.28.154-.127.516-.957.7-1.599.154-.544.348-1.393.52-2.274.058-.295.141-.47.32-.667.133-.147.268-.267.302-.267.114 0 .059.379-.248 1.7-.305 1.312-.378 1.798-.238 1.586.183-.279.685-2.107.892-3.252.07-.385.13-.523.308-.702.243-.243.401-.29.349-.102-.019.066-.102.428-.184.804a67.75 67.75 0 0 1-.383 1.609c-.271 1.08-.362 1.69-.24 1.614.382-.236 1.105-2.874 1.105-4.032 0-.479.004-.491.288-.78.158-.161.312-.293.342-.293.11 0 .047.38-.298 1.8-.328 1.354-.479 2.105-.432 2.158.039.045.364-.577.473-.907.208-.623.575-2.122.688-2.801.141-.857.162-.906.541-1.274.296-.287.314-.295.314-.137 0 .093-.217 1.016-.481 2.051-.489 1.918-.64 2.736-.487 2.642.344-.212 1.063-2.771 1.386-4.935.089-.596.314-1.121.59-1.377.278-.258.382-.217.331.128-.135.925-.22 1.25-.497 1.893-.39.907-.483 1.378-.37 1.883.064.283.142.426.32.582.129.114.235.233.235.265s-.27.318-.6.635c-1.023.985-1.713 1.614-6.49 5.921a160.17 160.17 0 0 0-2.48 2.294c-1.59 1.51-2.216 2.072-3.708 3.326-1.793 1.506-2.58 2.081-5.431 3.973-3.46 2.296-4.18 2.662-7.861 3.999-1.231.447-2.772 1.048-3.424 1.335-1.431.63-2.321.958-2.956 1.093-1.125.237-3.013.478-3.898.499-.337.007-.424-.016-.566-.159Zm17.407-6.9c.378-.405.727-1.489.48-1.489a.24.24 0 0 0-.17.086c-.177.23-.606 1.557-.504 1.557.027 0 .116-.069.194-.154Zm1.543-1.473c.366-.403.758-1.727.512-1.727-.069 0-.198.273-.395.839l-.325.924c-.045.126.082.104.208-.036Zm1.12-.376c.224-.339.333-.583.534-1.191.198-.6.208-.934.03-.967-.085-.016-.17.148-.357.692-.377 1.092-.531 1.689-.435 1.688.044 0 .147-.1.228-.222Zm.803-.41c.476-1.002.943-2.644.73-2.574-.12.04-.974 2.291-1.068 2.814-.074.414.077.306.338-.24Zm1.056-.893c.163-.174.626-1.263.836-1.971.2-.671.164-1.2-.063-.927-.042.051-.272.659-.51 1.351-.58 1.683-.622 1.929-.263 1.547Zm5.576-4.276c.362-.38.808-1.508 1.075-2.72.198-.896.18-1.267-.063-1.267-.154 0-.237.194-.452 1.046a53.272 53.272 0 0 1-.401 1.487c-.252.876-.41 1.57-.367 1.614.016.015.11-.057.208-.16Zm45.606 14.044c-.371-.191-1.374-.525-2.142-.714-.306-.075-.334-.203-.044-.203.18 0 1.36-.27 1.892-.434.243-.074.346-.079.417-.02.073.06.527 1.477.527 1.645 0 .047-.14-.012-.65-.274Zm-74.053-1.681a2.07 2.07 0 0 1 .151-.557c.119-.276.166-.322.334-.322.357 0 2-.628 2-.764 0-.069-.147-.039-.958.202-.69.204-1.027.259-1.027.169 0-.037.069-.169.154-.295.14-.21.207-.24.763-.349.335-.065.82-.184 1.079-.263.604-.183 1.564-.642 1.407-.673-.172-.033-.998.104-1.846.306-.828.197-1.018.183-.856-.062.08-.12.292-.202.983-.375 1.172-.294 2.062-.588 2.739-.904 1.276-.597.518-.529-1.911.172-.708.204-1.3.371-1.318.371-.082 0-.016-.273.102-.424.09-.115.283-.209.6-.294.255-.068.897-.276 1.424-.462a48.96 48.96 0 0 1 1.13-.391c.34-.104 1.252-.553 1.21-.595-.05-.05-.279.007-1.862.471-1.81.53-1.942.563-1.999.506-.093-.093.226-.552.467-.672.127-.063.632-.244 1.122-.401.987-.317 2.05-.728 2.588-1.001.491-.249.888-.506.846-.547-.061-.062-1.34.298-2.697.76-.723.247-1.362.448-1.42.448-.162 0-.124-.182.087-.417.153-.17.346-.261.957-.446 1.612-.488 4.004-1.479 4.43-1.836.133-.11.129-.113-.102-.069-.132.026-.932.292-1.78.592-2.676.951-3.012 1.045-3.012.846 0-.219.341-.505.703-.59.997-.234 3.076-1.111 3.754-1.584l.165-.115-.171.037c-.454.098-1.246.341-2.451.751-.727.248-1.342.43-1.367.405-.111-.112.17-.418.465-.506.921-.274 1.667-.535 2.219-.773.765-.332 1.619-.834 1.47-.864-.182-.037-1.347.293-2.481.705-.593.215-1.092.376-1.111.358-.103-.103.099-.271.44-.366.979-.273 1.408-.423 2.26-.79.916-.396 1.65-.795 1.65-.896 0-.029-.007-.054-.016-.054-.09 0-1.63.49-2.604.828-1.058.368-1.42.452-1.263.295.023-.023.437-.173.92-.333 1.13-.376 2.127-.794 2.704-1.136.97-.575.704-.536-1.566.231-.91.307-1.677.537-1.703.512-.026-.026.047-.246.161-.491l.207-.443.693-.214c.777-.239 1.927-.707 2.428-.987.806-.45 1.373-.875 1.023-.769l-.915.278c-.433.131-1.234.407-1.78.613-.605.228-1.018.35-1.057.311-.116-.113.142-.535.353-.579.53-.112 2.178-.69 2.695-.946.772-.381 1.355-.757 1.217-.783-.174-.033-1.388.313-2.49.71-.954.344-1.266.427-1.266.333 0-.021.045-.124.1-.23.113-.22.172-.245 1.338-.586.842-.247 1.858-.727 1.634-.773-.128-.026-.935.173-1.73.427-.789.253-.856.229-.584-.211.12-.193.22-.252.633-.371 1.078-.309 1.963-.682 1.963-.826 0-.04-.054-.055-.12-.036-.065.02-.258.068-.427.106-.17.038-.524.131-.787.208-.743.215-.843.188-.565-.153.108-.132.391-.278.953-.49.777-.293 1.381-.597 1.468-.738.054-.087-.233-.031-.977.191a6.03 6.03 0 0 1-.633.165c-.172 0-.043-.207.542-.871.517-.585.664-.711.906-.776.16-.043.799-.23 1.42-.417 1.38-.413 3.194-.899 3.95-1.058.613-.129.743-.183.68-.285-.103-.167-2.897.47-4.93 1.125-.434.14-.768.214-.804.179-.09-.09 2.523-2.875 5.727-6.103 1.843-1.857 1.862-1.873 2.169-1.894.477-.032 4.304-1.316 4.404-1.478.056-.091-.09-.053-2.182.568-1.009.299-1.887.533-1.95.519-.084-.02.225-.378 1.11-1.288 1.535-1.576 3.114-3.135 4.174-4.122.751-.698.82-.746.871-.609.03.082.08.149.109.149.085 0 4.14-1.343 4.349-1.44.103-.048.188-.117.188-.153 0-.218-2.536.445-4.09 1.07-.236.094-.428.15-.428.123 0-.07.588-.625 1.574-1.487a38.342 38.342 0 0 0 1.456-1.346c.395-.393.654-.599.754-.599.204 0 1.366-.39 1.529-.514.122-.092.118-.098-.067-.1-.107-.002-.453.065-.768.148-.315.082-.593.129-.619.103-.025-.025.044-.193.155-.372.166-.269.27-.354.595-.483.216-.086.862-.411 1.435-.723 1.068-.58 1.28-.684 1.28-.619 0 .021-.282.49-.627 1.042-.345.553-.673 1.146-.729 1.319-.129.403-.065.755.19 1.04.183.205.228.22.74.244a4.77 4.77 0 0 0 1.075-.085c.292-.06.557-.11.591-.11.271 0-.41.709-2.335 2.428-2.218 1.983-3.116 2.938-6.91 7.353a56.444 56.444 0 0 1-1.777 1.951 160.366 160.366 0 0 0-3.638 3.914c-3.213 3.57-5.915 6.38-7.766 8.076-1.48 1.357-2.515 2.366-2.47 2.41.022.022.186-.083.366-.233.179-.151.95-.775 1.712-1.387 2.384-1.913 3.988-3.424 7.882-7.425 1.035-1.062 1.817-1.815 1.851-1.779.033.035.016.422-.04.883-.125 1.033-.195 2.156-.135 2.156.19 0 .535-1.627.63-2.967l.046-.675.315-.301c.173-.166.345-.291.384-.278.083.028.06.525-.076 1.689l-.158 1.353c-.033.273-.11.574-.172.668-.27.413-2.144 2.421-4.107 4.403-2.083 2.102-4.704 4.593-6.538 6.214-.507.447-1.184 1.055-1.506 1.351-.914.84-4.102 3.505-4.988 4.168-1.484 1.111-1.892 1.403-2.82 2.019-.994.66-1.704 1.058-1.813 1.019-.038-.013-.063-.13-.055-.259l.002-.003Zm17.837-16.05c.17-.323.322-.79.323-1.001.001-.285-.186-.237-.266.068-.18.685-.223.903-.198 1.02.022.104.048.088.14-.087Zm1.024-.855c.183-.38.332-1.113.347-1.704.014-.533-.032-.7-.158-.574-.091.092-.354 1.881-.328 2.237l.021.289.119-.248Zm1.228-.814c.281-.423.662-2.298.55-2.703-.066-.234-.258-.31-.311-.124-.102.355-.393 2.454-.374 2.706l.021.293.114-.172Zm-5.624-3.482c.823-.29 1.643-.65 1.643-.721 0-.086-2.409.721-2.87.962l-.177.092.24-.003c.132-.003.655-.15 1.164-.33Zm1.939-1.544c.637-.168.807-.263.688-.382-.075-.075-.197-.044-1.002.253-.254.094-.445.199-.424.233.05.08.03.083.738-.104Zm1.149-1.091a5.71 5.71 0 0 0 .53-.208c.116-.071.095-.381-.03-.428-.203-.079-1.603.571-1.603.745 0 .111.668.044 1.103-.109Zm.37-1.117c.077-.015.231-.102.343-.193.16-.131.177-.167.08-.169-.16-.003-.665.256-.665.341 0 .037.024.063.052.058l.19-.037Zm3.695-4.163c.15-.049.974-.309 1.83-.578 1.53-.482 2.266-.764 2.353-.906.03-.049-.074-.057-.324-.025-1.1.14-4.091 1.166-4.364 1.497-.083.102-.075.114.069.108a2.08 2.08 0 0 0 .436-.096Zm.685-1.094c1.313-.43 4.499-1.542 4.726-1.65 1.11-.527-2.292.389-4.145 1.116-.8.313-1.249.575-1.123.653.034.021.278-.033.542-.119Zm1.403-1.103c.132-.058.932-.352 1.78-.656 1.46-.523 2.19-.83 2.19-.921 0-.071-.76.048-1.414.22-1.211.32-2.77.919-3.049 1.171-.303.273.014.393.493.186Zm3.149-1.972c2.074-.718 2.327-.819 2.327-.933 0-.087-.018-.086-.616.066-1.703.432-3.599 1.02-3.88 1.204-.21.138-.214.377-.005.368.085-.004 1.063-.321 2.174-.705Zm1.78-2.346c2.077-.69 2.531-.906 1.726-.822-.662.07-1.781.382-2.668.746-.372.152-.496.236-.496.334 0 .193.168.163 1.437-.258Zm1.026-1.108c.963-.337 1.327-.501 1.41-.636.132-.215-1.988.252-2.424.533-.176.114-.185.391-.013.413.057.007.52-.133 1.027-.31Zm1.383-2.034c.177-.055.344-.134.37-.177.065-.107-.764-.031-.9.082-.259.215-.007.26.53.095Zm38.494 38.719c-.266-.25-.83-1.63-.715-1.746.02-.02.277.043.571.14.692.226 1.804.508 2.004.508.38 0 .064-.128-1.163-.472-.724-.203-1.367-.394-1.428-.426-.128-.065-.288-.615-.203-.699.032-.031.208.017.391.108.704.349 2.073.624 2.712.547.398-.048.306-.133-.24-.22-.719-.115-1.968-.386-2.207-.479-.257-.1-.233-.115.77-.488.405-.151.868-.335 1.03-.409.162-.075.424-.183.582-.241a6.64 6.64 0 0 0 .57-.248c.305-.155.53-.126.493.063-.012.065-.099.136-.193.158l-.17.042.15.082a.68.68 0 0 0 .245.081c.054 0 .144.054.2.12.106.122.623 1.463.708 1.831.026.113.106.404.178.646.106.356.114.457.043.522-.158.148-1.699.485-3.373.738-.401.061-.792-.004-.955-.158Zm3.354-2.908c.119-.088.122-.111.031-.198-.103-.099-1.103-.254-1.613-.25l-.27.002.163.135c.327.272 1.46.481 1.69.311Zm-11.149.377c-.52-.071-.965-.149-.99-.173-.08-.08.084-.252.474-.493.362-.225.402-.234.65-.161.312.092.997.066 1.032-.039.013-.042-.16-.108-.4-.152-.56-.104-.614-.167-.363-.431.188-.197.224-.208.543-.167.187.025.348.052.358.062.043.044.146 1.563.112 1.654-.028.073-.101.092-.254.066-.118-.02-.64-.095-1.162-.166Zm17.756-.759c-.048-.169-.24-.631-.428-1.026-.317-.668-1.033-2.853-1.127-3.44-.035-.217-.022-.257.083-.257.173 0 1.783-.826 2.563-1.315 1.036-.65 2.221-1.543 2.939-2.216.845-.792 1.258-1.069 2.407-1.617.944-.451 2.78-1.468 3.61-2 .252-.16.824-.457 1.273-.658.941-.423 1.127-.56 1.193-.884.047-.227.066-.239.62-.389 2.3-.626 5.235-2.009 6.768-3.189.198-.152.347-.291.331-.308-.042-.042-1.546.574-2.712 1.112-1.846.851-3.764 1.578-5.334 2.021-1.059.299-1.112.275-.492-.226.363-.294.467-.339 1.078-.464 1.746-.358 4.19-1.346 5.536-2.237.581-.385.975-.725.719-.621-.879.357-1.877.777-2.396 1.009-1.616.72-3.458 1.402-3.671 1.359-.25-.049.184-.368.732-.535 1.156-.354 1.963-.702 4.65-2a26.846 26.846 0 0 0 5.202-3.299c.834-.672 2.78-2.555 3.874-3.745.54-.589.544-.591 1.007-.676.256-.047.479-.072.496-.055.102.102-1.433 1.742-2.724 2.91a47.443 47.443 0 0 1-3.166 2.653c-1.4 1.086-1.917 1.532-1.852 1.597.05.049.883-.415 1.516-.843 2.12-1.439 4.306-3.448 6.251-5.748.602-.712 1.062-1.081 1.607-1.288.124-.047.124-.043.006.14-.631.983-4.033 4.372-6.58 6.556-2.238 1.919-2.577 2.358-1.016 1.314 1.356-.907 3.475-2.769 4.892-4.3 1.717-1.855 3.798-4.401 3.865-4.727.03-.152.139-.302.324-.451.943-.755.208.457-1.693 2.79-2.41 2.96-4.214 4.717-7.876 7.672-.832.672-1.664 1.364-1.848 1.537l-.334.316.597-.309c1.351-.697 3.325-2.191 5.516-4.175.793-.718 1.144-.985.9-.688-1.132 1.384-3.039 3.485-3.644 4.016-.268.235-.627.566-.799.736-.71.704-3.51 3.358-4.08 3.865-.337.301-.92.826-1.297 1.167-1.664 1.506-2.692 2.35-4.587 3.767-1.551 1.162-1.988 1.452-3.388 2.255-1.76 1.009-2.481 1.446-3.902 2.362-1.62 1.046-2.218 1.382-4.995 2.814-.432.223-.477.204-.614-.282Zm2.92-4.695c1.479-.215 3.168-.639 3.62-.908.165-.099-.03-.075-1.89.231-1.943.321-2.008.33-4.23.59-.387.045-.72.108-.74.139-.056.091 2.545.05 3.24-.052Zm-.05-.851c.797-.078 1.712-.251 2.935-.551 1.036-.255 2.038-.589 1.971-.656-.029-.03-1.48.25-2.852.551a61.24 61.24 0 0 1-2.755.528c-.983.165-.521.25.701.128Zm2.19-1.302c.972-.155 1.847-.358 2.52-.583.57-.191.929-.365.763-.369-.226-.007-4.459.845-4.581.92-.134.083.007.172.26.165.139-.004.606-.063 1.039-.133Zm1.507-1.274c.322-.05 1.402-.309 1.711-.41.428-.139 1.232-.513 1.232-.572 0-.055-.063-.043-1.82.341-1.3.284-1.602.372-1.602.465 0 .084.154.222.236.211.04-.004.15-.021.243-.035Zm9.487-3.475c.7-.345 1.053-.587.857-.587-.077 0-1.588.749-1.788.886-.086.059-.08.07.037.071.076.001.479-.166.894-.37Zm-1.82-.158c.34-.062 1.884-.717 2.879-1.22 1.06-.537 2.255-1.278 2.255-1.398 0-.039-.008-.07-.018-.07-.01 0-.448.231-.975.513-.527.282-1.651.838-2.499 1.236-.847.398-1.617.782-1.71.855-.095.072-.157.128-.138.124.019-.004.111-.023.206-.04Zm.108-.972c1.317-.507 3.387-1.644 3.998-2.196l.24-.216-.274.153c-.15.084-.49.277-.753.429-.264.151-1.188.621-2.054 1.044-1.541.752-1.962.987-1.745.978.056-.003.32-.089.588-.192Zm-25.647 11.889c-.18-.572-.276-2.084-.137-2.169.042-.026.398.012.79.085.695.13 1.028.12.881-.027-.038-.038-.422-.139-.854-.225-.432-.085-.82-.177-.861-.203-.085-.053-.188-.446-.132-.502.02-.02.2.019.4.086.445.151 1.844.183 1.981.046.047-.046.068-.101.047-.122-.02-.02-.586-.075-1.257-.121l-1.22-.083-.089-.342c-.153-.592-.157-.585.562-.918l.65-.301.393.114c.215.063.638.137.94.165l.547.051-.006.291c-.003.16-.018.303-.034.318-.016.015-.26-.013-.542-.062-.65-.114-1.78-.204-1.78-.142 0 .154 1.535.481 2.044.437l.238-.021.111.445c.154.62.405 1.131.779 1.591.176.215.32.425.32.465 0 .04-.147.137-.325.214-.317.137-1.445.637-2.619 1.16a9.17 9.17 0 0 1-.626.263c-.025.002-.115-.22-.201-.493Zm-5.403-.529c.126-.236.206-.223.206.031 0 .225-.011.24-.137.173-.11-.059-.124-.101-.069-.204Zm-61.654-3.007c.04-2.759.108-3.56.39-4.617.152-.571.53-1.7.704-2.098l.395-.907c.16-.367.332-.702.383-.744a.287.287 0 0 0 .095-.188c0-.062.148-.389.326-.728.36-.685.193-.545 2.117-1.758 1.938-1.222 4.88-2.817 4.99-2.706.11.111-.394.488-1.182.879a26.506 26.506 0 0 0-4.268 2.619c-.746.559-1.837 1.582-1.764 1.654.058.058.8-.37 1.662-.959.719-.491 3.59-2.292 3.926-2.464.171-.086.223-.093.2-.026-.016.05-.257.227-.537.393-1.98 1.172-5.127 3.53-5.403 4.046-.103.192.365-.09 1.816-1.096 1.14-.79 2.812-1.848 2.92-1.848.12 0 .044.195-.178.454-.129.15-.487.422-.796.605-.73.43-2.02 1.374-2.644 1.932-.52.464-1.02 1.032-.961 1.09.05.05 1.435-.826 2.504-1.584.906-.643 1.036-.715 1.036-.578 0 .169-.264.443-.724.755-.792.534-1.805 1.37-2.305 1.902-.423.45-.59.709-.377.584.267-.157 1.009-.677 1.716-1.204.445-.331.84-.602.877-.602.085 0 .017.241-.137.492-.062.101-.447.435-.855.742a17.84 17.84 0 0 0-1.258 1.048c-.553.523-1.072 1.135-1.013 1.194.05.049.875-.507 1.77-1.192.41-.315.774-.573.808-.573.033 0 .061.05.061.111 0 .116-.103.22-1.32 1.344-.644.595-1.34 1.452-1.25 1.54.04.041.59-.352 1.304-.932.406-.331.553-.417.569-.335.037.193-.167.488-.725 1.047-.536.538-1.1 1.296-1.023 1.373.022.022.203-.084.401-.235.199-.151.386-.261.415-.242.058.035-.103.468-.232.623a.936.936 0 0 1-.294.185c-.2.083-.857.856-.857 1.006 0 .035.121-.006.27-.091.147-.085.29-.134.316-.108.064.065-.418.932-.66 1.186-.11.115-.2.254-.2.309 0 .127-.206.516-.597 1.121-.268.416-.316.46-.377.349-.048-.083-.058-1.01-.032-2.768h-.002Zm56.658.816-1.352-.137c-.01 0-.017-.035-.017-.076 0-.097.246-.306.555-.471.236-.126.276-.127.89-.027.822.134 3.347.212 3.347.103 0-.089-.097-.11-.959-.21-1.375-.16-2.532-.365-2.532-.449 0-.15.26-.328.425-.291 1.224.275 2.55.391 2.955.258.137-.046.248-.107.248-.137 0-.137-.234-.206-1.061-.312-1.001-.128-1.518-.217-1.619-.28-.074-.046.17-.339.37-.447.086-.046.283-.014.672.108.738.234 1.296.231 1.296-.006 0-.128-.195-.204-.856-.335-.3-.06-.577-.138-.614-.175-.042-.042.049-.181.257-.388.307-.308.33-.318.482-.222.318.204 1.64 1.688 1.904 2.138.48.818.595 1.321.316 1.384-.59.135-3.235.117-4.706-.031v.003Zm19.95-1.695c-.066-.31-.724-2.336-.96-2.961-.122-.32-.232-.658-.245-.753l-.023-.171h.904c.765 0 .922-.018 1.023-.118.065-.065.096-.141.07-.167-.028-.028-.519-.051-1.092-.053-.995-.004-1.041-.01-1.041-.141 0-.123.06-.142.581-.183.829-.065 1.472-.195 1.72-.346.396-.241.15-.286-.737-.134-1.219.208-1.632.239-1.723.13-.041-.05-.084-.227-.095-.393-.019-.275-.003-.31.185-.401.113-.055.236-.137.274-.184.038-.046.283-.229.545-.406.399-.27.513-.315.704-.285.126.021.512-.006.859-.058 1.06-.162 1.687-.403 1.511-.582-.058-.059-.322-.025-1.054.135-.596.131-1.002.19-1.04.151-.124-.123.524-.564.986-.67.959-.22 1.542-.48 1.399-.623-.025-.025-.262.011-.526.079-.264.069-.502.103-.528.076-.027-.027.12-.192.326-.368.625-.533 1.985-1.802 1.985-1.852 0-.053 1.276-1.194 1.376-1.23.035-.013.21-.174.388-.359.293-.303.39-.355 1.009-.538 1.224-.36 2.26-.852 3.677-1.743.713-.448 1.696-1.227 1.696-1.343 0-.097-.24.012-1.243.561-.957.523-1.919 1-1.803.893.038-.035.392-.281.787-.548.739-.499 1.54-1.167 1.477-1.231-.058-.058-.796.291-2.232 1.053-1.242.659-1.571.797-1.571.655 0-.126.402-.412.787-.562.962-.372 2.01-1.032 2.598-1.636.202-.207.4-.348.488-.348.082 0 .53.097.996.216.695.178.987.218 1.634.223.432.003.956-.019 1.163-.048l.377-.054-.393.368c-.216.203-.74.617-1.164.921-1.572 1.127-2.956 1.918-5.14 2.939l-1.723.806c-.188.088-.404.21-.48.271-.131.106-.128.109.07.069.952-.19 3.482-1.332 4.996-2.255 1.58-.962 3.122-2.073 4.165-3 .645-.574.917-.716 1.248-.651.255.049.169.224-.355.721-1.386 1.31-3.481 2.816-6.015 4.32-.64.38-1.272.783-1.404.896l-.24.206.343-.098c.49-.14 1.684-.745 2.878-1.458 1.086-.648 1.695-1.078 2.96-2.083.425-.338.786-.602.801-.587.016.016-.158.289-.387.607-.47.654-.624.972-.737 1.519-.089.423-.309.803-.876 1.505-.374.462-.8.838-1.866 1.641-.62.466-.83.736-.873 1.115-.029.254-.01.305.18.465.117.098.213.204.213.234 0 .031-.315.217-.701.413a52.97 52.97 0 0 0-1.455.78c-.414.233-1.259.668-1.877.966-1.38.666-1.555.784-2.526 1.713-.837.8-1.424 1.281-3.127 2.56-.602.453-1.295.997-1.54 1.21-.244.213-.466.388-.494.388-.028 0-.069-.085-.091-.188l-.002.004Zm.597-5.798c.495-.108.833-.249.762-.315-.058-.055-1.322.15-1.903.309l-.343.094.548-.001c.301-.001.722-.041.936-.087Zm7.243-.9c.676-.23 1.834-.829 1.922-.994.168-.314-.134-.289-.928.074a16.4 16.4 0 0 1-.893.376c-.472.179-1.029.456-1.23.611-.128.1-.113.106.24.106.225 0 .583-.069.889-.173Zm.207-1.095c.64-.217 2.209-.966 2.63-1.255.518-.357.367-.581-.165-.245-.148.094-.71.389-1.248.655-1.856.921-2.043 1.024-1.83 1.021.055-.001.33-.08.613-.176Zm-1.917-.072.548-.174c2.008-.636 4.329-1.903 5.237-2.861.15-.159.458-.414.684-.567.956-.649 1.689-1.367 1.544-1.512-.043-.042-.098-.042-.155.001l-.567.448c-1.08.855-2.08 1.462-4.381 2.655-1.174.608-1.425.755-1.378.802.053.053 1.445-.441 2.06-.732.33-.156.613-.269.63-.252.05.051-2.179 1.149-3.217 1.585-.52.218-1.014.453-1.096.522-.145.121-.114.151.091.085Zm.514-3.903c.62-.132 1.082-.29 1.996-.679 1.69-.719 3.788-2.009 3.788-2.327 0-.116-.3.019-.917.414-.568.363-2.115 1.145-3.087 1.56-1.174.5-2.208.994-2.26 1.078-.023.037-.032.065-.02.062.011-.004.236-.051.5-.108Zm-35.34 11.707c-.085-.022-.154-.076-.154-.119s.157-.269.35-.503l.349-.427 1.144.043c.749.028 1.189.019 1.272-.028.096-.053-.153-.084-.981-.122-.61-.027-1.128-.08-1.15-.117-.023-.037.032-.141.123-.231.164-.164.17-.165 1.942-.189 1.796-.025 2.8-.111 2.936-.253.055-.059-.18-.068-.919-.038-1.914.077-3.443.08-3.469.005-.013-.039.043-.143.123-.23.13-.138.182-.151.429-.099.554.115 2.614.056 3.601-.104 1.1-.178 1.526-.258 1.848-.347.277-.076.506-.085-2.293.085-.979.06-2.11.122-2.514.139-.693.029-.73.024-.668-.093.036-.069.142-.184.233-.255.148-.117.334-.137 1.627-.177 1.984-.062 3.67-.268 4.95-.605.301-.08.625-.188.719-.24.162-.091.151-.095-.171-.065-.188.017-.804.095-1.37.173-1.903.263-4.247.427-4.103.287.036-.035.404-.186.818-.335.744-.269.768-.273 1.985-.312 1.512-.05 2.704-.224 2.704-.393 0-.032-.13-.044-.29-.027-1.075.114-2.467.18-2.527.12-.122-.122 1.15-.751 1.693-.838 1.25-.201 1.45-.238 1.706-.323l.274-.091-.41.033c-.227.017-.589.054-.805.079-.27.032-.394.023-.394-.029 0-.078.622-.523 1.006-.72.12-.062.379-.147.574-.189.252-.054.327-.094.26-.139-.105-.069.01-.186.366-.373.173-.091.193-.087.286.056.194.303.33 1.02.299 1.577-.027.479-.069.608-.413 1.3-.21.423-.419.887-.463 1.031-.049.158-.234.418-.467.653-.356.36-.465.421-1.38.777-1.672.651-2.98 1.07-3.888 1.244-.826.159-2.195.359-2.786.407-.515.042-1.848.044-2.002.002Zm20.61-.496c-.259-.069-.215-.155.238-.465.477-.326.696-.364.903-.158.137.136.194.604.087.711-.051.052-.946-.013-1.227-.088Zm-2.388-.22a2.754 2.754 0 0 1-.139-.423c-.11-.419-.065-.497.323-.549.59-.079.5-.319-.122-.321-.236 0-.364-.032-.388-.095-.07-.181.114-.248.677-.248.452 0 .593-.025.723-.132.211-.172.149-.193-.763-.26l-.719-.053-.02-.3-.022-.301.534.055c.295.03.996.06 1.56.066l1.024.012.122.2c.23.379.183.457-.666 1.105-.733.559-1.9 1.32-2.025 1.32-.03 0-.074-.035-.1-.076Zm-.526-3.03a.537.537 0 0 1-.051-.234c-.002-.15.013-.154.358-.103.471.071 1.467.069 2.087-.005l.495-.058.072.19c.147.385.135.388-1.456.335-.96-.031-1.472-.074-1.505-.125Zm74.286-.129-.173-.907c-.154-.798-.179-1.156-.236-3.457-.035-1.412-.097-2.937-.139-3.389-.054-.588-.055-1.332-.004-2.619.113-2.841.168-5.982.111-6.28-.051-.262-.056-.266-.118-.101-.119.311-.188.769-.394 2.601-.47 4.175-.583 6.017-.522 8.419.047 1.842.143 3.821.214 4.381.055.436-.067.207-.164-.308a35.517 35.517 0 0 1-.369-2.498c-.113-1.025-.11-5.09.004-6.537.048-.603.176-2.189.286-3.526.406-4.962.544-8.214.347-8.214-.09 0-.195.548-.35 1.811a660.55 660.55 0 0 1-.548 4.418c-.178 1.337-.386 4.484-.453 6.811-.039 1.391.035 3.645.152 4.587l.033.273-.108-.191c-.218-.384-.372-1.337-.373-2.307-.001-1.107.201-4.359.406-6.537.097-1.035.198-2.234.275-3.252.035-.471.125-1.626.201-2.567.223-2.805.339-5.159.416-8.454.074-3.196.048-4.145-.169-6.126a17.985 17.985 0 0 1-.104-1.356c0-.248-.026-.382-.069-.355-.043.026-.07.785-.071 2.04a72.819 72.819 0 0 1-.067 3.128c-.036.621-.095 1.838-.134 2.704-.173 3.969-.287 5.84-.551 9.104-.073.903-.165 2.074-.205 2.601-.04.527-.102 1.298-.138 1.715-.037.416-.068.97-.071 1.232-.002.261-.029.537-.059.612-.114.285-.154-1.632-.08-3.834.107-3.224.13-3.596.316-5.235.389-3.417.394-3.548.393-9.378-.001-3.574-.029-5.76-.082-6.366-.115-1.337-.36-2.862-.893-5.579-.597-3.04-.754-4.212-.754-5.636 0-1.541.059-1.523.441.131.207.897.376 1.343.461 1.215.091-.137.01-.753-.324-2.463-.167-.853-.302-1.623-.301-1.711.002-.154.006-.155.1-.032.053.071.265.626.469 1.232.205.607.528 1.55.719 2.096a109.74 109.74 0 0 1 1.721 5.579c.902 3.317 1.453 6.268 1.774 9.481.172 1.723.213 2.237.28 3.593.039.791.103 1.823.143 2.294.137 1.627.211 1.681.339.245.108-1.217.054-4.484-.106-6.338-.301-3.502-1.078-7.077-2.417-11.123-.559-1.688-.659-2.05-.867-3.115-.236-1.209-.757-3.444-.97-4.164-.093-.313-.156-.605-.143-.647.015-.043.209.209.432.558.631.989 2.2 3.252 2.806 4.049.528.694.911 1.219 1.241 1.703.087.128.158.319.158.425 0 .115.066.257.165.35.589.562 2.272 4.322 2.986 6.671 1.108 3.653 1.585 6.458 1.881 11.078.055.866.15 2.114.211 2.773.123 1.333.097 2.682-.071 3.764-.129.825-.478 2.248-.635 2.584-.117.252-.12.2-.161-2.378-.038-2.456-.159-4.347-.271-4.277-.089.055-.134.446-.341 2.902-.498 5.904-.666 6.737-2.015 9.965-.252.602-.486 1.125-.521 1.16-.04.041-.064-.076-.064-.308 0-.346.205-2.409.315-3.171.066-.46-.09-.401-.262.098-.4 1.157-.742 2.916-1.012 5.199-.078.658-.311 2.226-.519 3.482-.306 1.851-.454 2.548-.775 3.663-.219.757-.419 1.523-.445 1.702-.027.179-.078.325-.113.325-.036 0-.065-.009-.065-.018Zm.224-4.843c.024-.17.076-1.386.116-2.704.04-1.318.103-3.043.14-3.834.297-6.445.345-9.163.162-9.345-.229-.23-.651 4.433-.75 8.284-.051 2.023.073 6.444.206 7.344.082.553.084.557.126.255Zm1.308-4.57c.08-.507.135-5.082.061-5.082-.039 0-.089.085-.113.188-.081.353-.135 5.059-.059 5.106.042.026.087-.06.111-.212Zm1.595-6.828c.075-.258.12-.527.291-1.745.121-.863.333-2.588.427-3.491.119-1.132.12-6.051.002-7.359-.25-2.785-.462-4.408-.592-4.538-.047-.047-.022.495.102 2.177.117 1.609.152 4.923.072 6.913-.094 2.321-.246 5.03-.351 6.264a14.682 14.682 0 0 0-.053 1.471c.022.569.024.576.102.308Zm.832-.53c.14-.55.465-2.984.629-4.706.093-.978.097-3.216.005-3.308-.04-.04-.09-.053-.114-.029-.023.023-.083.637-.134 1.364-.187 2.687-.246 3.47-.346 4.574-.139 1.543-.192 2.396-.15 2.396.02 0 .07-.131.11-.291Zm-1.718-3.987c.117-.465.218-1.257.293-2.294.089-1.239.19-4.185.165-4.826l-.06-1.677c-.185-5.194-1.268-10.612-3.024-15.132-.175-.451-.327-.811-.338-.8-.011.011.074.342.188.737.802 2.771 1.49 5.852 1.842 8.247.618 4.201.753 6.34.747 11.778-.003 2.107.023 3.922.057 4.035l.062.205.068-.273Zm-2.41-.859c.201-.324.202-4.468.002-7.801-.314-5.229-.715-8.141-1.617-11.739-.469-1.871-1.127-4.059-1.199-3.988-.027.028.054.459.426 2.276 1.159 5.66 1.481 7.897 1.937 13.451.147 1.799.215 3.126.277 5.434.035 1.313.078 2.401.094 2.418.017.017.053-.007.08-.051Zm.711-.932c.039-.145.106-.926.149-1.735.128-2.419-.068-6.596-.452-9.617-.18-1.416-.51-3.483-.645-4.039l-.169-.711c-.129-.541-.205-.635-.145-.179.063.481.158 1.181.275 2.019.545 3.917.817 7.966.845 12.59.006 1.032.025 1.889.041 1.906.017.016.062-.089.101-.234Zm2.537-14.001c.006-.825-.575-3.575-1.138-5.394-.667-2.153-1.401-3.796-2.968-6.646-.882-1.604-.975-1.754-1.012-1.641-.055.163.477 1.432 1.392 3.324 1.643 3.398 2.505 5.762 3.185 8.74.389 1.706.378 1.659.463 1.807.064.11.077.079.078-.19Zm.451-1.835c-.123-1.157-1.077-4.364-1.597-5.373-.209-.407-.156-.025.112.8.26.801.682 2.259 1.175 4.06.266.968.378 1.155.31.513Zm-77.906 37.802c-.04-.027-.142-.296-.227-.597a18.842 18.842 0 0 0-.36-1.112c-.113-.31-.188-.592-.168-.626.02-.033-.006-.098-.06-.142-.054-.045-.129-.241-.166-.436-.136-.702-.285-2.054-.232-2.107.029-.03.33-.165.669-.301.339-.137.778-.338.974-.449.197-.111.391-.201.431-.201.082 0 .271.411.271.587 0 .098-.057.107-.429.067-.934-.099-.87.196.08.373.463.086.555.162.555.458v.237l-.924-.049c-.697-.037-.924-.029-.924.033 0 .181.863.421 1.807.502.196.016.387.206.298.295-.025.026-.502.009-1.058-.038-.557-.047-1.105-.073-1.218-.06l-.205.025.19.129c.27.183.86.311 1.658.361.377.023.736.069.799.101.063.032.151.17.196.307.1.303.015.386-.345.337-.426-.058-2.19-.125-2.19-.082 0 .181 1.251.455 2.081.455.325 0 .54.035.636.103.146.102.278.484.196.566-.024.024-.569.034-1.212.024-.808-.014-1.155.003-1.124.052.087.141.632.236 1.578.276l.958.04.13.361c.071.199.108.384.08.411-.097.099-2.616.191-2.745.1Zm-13.457-.615c.074-.104.285-.354.467-.557l.332-.368.776-.123c.426-.068.79-.139.81-.158.112-.113-.105-.146-.597-.091-.306.034-.573.044-.595.023-.07-.071.184-.383.34-.416.084-.018.492-.098.906-.177.724-.138 1.061-.268 1.061-.411 0-.095-.301-.082-.855.035-.603.128-.72.129-.72.005 0-.153.28-.312.546-.312.379-.001 2.224-.325 2.496-.439.236-.098.375-.274.288-.361-.042-.043-.172-.019-1.581.282-1.171.251-1.429.227-1.02-.093a.758.758 0 0 1 .41-.142c.375 0 1.387-.194 2.187-.419 1.032-.29 1.074-.29 1.151.022.046.183.04.282-.023.357-.12.145-2.05 1.261-3.598 2.082-.716.379-1.609.858-1.985 1.064-.377.206-.741.377-.81.38-.117.006-.114-.006.014-.183Zm22.805-1.895c0-.185-.132-.548-.42-1.164-.73-1.554-.833-1.856-.84-2.449-.005-.386.02-.554.096-.628.178-.173 1.316-.573 1.78-.625.81-.091 2.408-.538 3.577-1 1.602-.634 3.373-1.688 3.172-1.889-.026-.027-.408.141-.849.372-.44.232-1.228.595-1.75.807-1.028.418-3.195 1.155-3.637 1.236l-.274.051.305-.336c.387-.427.377-.421.787-.472 1.407-.177 4.108-1.275 6.13-2.49.654-.394.803-.437.677-.196-.189.36-1.078 1.641-1.558 2.242-.616.773-5.454 5.624-6.411 6.428-.723.607-.783.616-.785.113Zm1.505-3.398c1.143-.12 2.94-.847 2.697-1.091-.049-.049-.166-.037-.374.037a27.53 27.53 0 0 1-1.125.339c-.974.275-1.95.638-1.95.726 0 .068.004.067.752-.011Zm0-.859c1.002-.261 1.818-.55 2.567-.908 1.083-.519 1.27-.87.236-.445-.831.342-1.587.604-2.868.995-.62.189-1.205.386-1.3.438-.163.088-.145.094.27.092.246-.001.737-.079 1.095-.172Zm-74.995 2.528c.456-1.526 1.462-4.436 1.778-5.148.747-1.68 1.899-3.383 4.033-5.963 1.172-1.416 1.191-1.432 2.067-1.724a339.91 339.91 0 0 0 1.95-.66c1.303-.445 1.644-.536 1.644-.437 0 .035-.285.28-.634.545-.558.423-.731.514-1.465.758-.954.318-2.11.85-2.545 1.172-.164.121-.284.233-.268.249.032.033.969-.346 2.028-.822.391-.175.76-.309.818-.298.073.013-.063.185-.418.527-.565.545-.812.708-1.453.961-.682.269-2.106 1.017-2.362 1.24-.217.19-.223.206-.068.163.094-.025.597-.243 1.118-.483.966-.446 1.072-.483 1.072-.376 0 .118-1 .907-1.71 1.349-.74.46-1.29.883-1.23.943.02.019.17-.027.337-.102.746-.334.47.163-.433.779-.685.468-1.614 1.309-1.533 1.389.028.028.316-.11.639-.308s.607-.34.63-.317c.023.024-.055.239-.173.48-.144.29-.268.453-.373.484-.393.119-1.726 1.328-1.601 1.453.044.044.311-.109.704-.402.549-.408.618-.353.263.209-.127.202-.222.279-.343.279-.109 0-.227.079-.341.229-.213.278-.221.348-.033.247.08-.042.16-.061.18-.04.02.021-.21.477-.51 1.015-.554.989-1.213 2.2-1.702 3.127-.146.278-.276.457-.288.398-.012-.06.089-.471.222-.916Zm53.775-.134c0-.025.078-.147.172-.271l.172-.226h.668c.765-.001 1.375-.11 1.431-.257.073-.192-.086-.211-.928-.113-.465.054-.863.081-.885.059-.022-.022.053-.17.164-.329l.204-.291.62-.069c.586-.065.845-.165.845-.325 0-.045-.197-.056-.552-.032-.488.034-.549.025-.53-.076.017-.086.126-.124.447-.154.432-.041.635-.14.635-.31 0-.066-.092-.095-.308-.095-.372 0-.388-.073-.102-.468.343-.474.346-.469.787 1.115.374 1.343.397 1.261-.399 1.435l-1.244.274c-.757.167-1.197.216-1.197.133Zm-52.16-.766c0-.258 3.39-5.288 3.862-5.73.581-.545 4.511-2.404 7.261-3.435 1.127-.423 1.472-.53 1.472-.458 0 .099-.879.944-1.096 1.054a7.758 7.758 0 0 1-.821.307c-2.038.653-4.813 2.014-5.976 2.929-.532.42-.39.362 2.93-1.196a49.077 49.077 0 0 1 2.025-.898c1.098-.441 1.246-.427.73.07-.352.34-.381.355-1.958.982-1.946.775-4.183 1.952-4.938 2.599l-.24.205.24-.077c.132-.043.902-.392 1.71-.778a82.802 82.802 0 0 1 3.381-1.532c.184-.08.4-.145.479-.145.122 0 .097.046-.163.301-.263.256-.49.372-1.563.796-.69.272-1.691.716-2.224.986-1.366.69-3.486 2.03-3.38 2.136.047.047.473-.155 1.317-.628 1.632-.912 4.505-2.29 4.778-2.29.126 0 .115.027-.089.237-.147.152-.821.541-1.879 1.086-2.502 1.29-4.175 2.305-5.31 3.223-.362.292-.549.379-.549.256Zm61.025-1.244v-.307l.547-.052c.869-.083.887-.058.24.336-.32.193-.628.347-.685.341-.074-.008-.102-.096-.102-.318Zm27.963-.094c0-.016.163-.27.363-.565l.363-.538.625-.217c.927-.321 2.022-.803 2.756-1.213 1.03-.575 2.906-1.759 3.765-2.374 1.217-.873 1.302-.925 1.813-1.089a7.757 7.757 0 0 0 1.05-.462c.45-.242.556-.278.498-.169-.174.324-2.484 2.127-4.192 3.272-1.16.778-1.8 1.118-3.91 2.079-2.491 1.134-3.131 1.396-3.131 1.276Zm-70.712-.133c0-.012.05-.358.11-.77.06-.411.117-1.157.126-1.658l.016-.909.23-.237c.358-.371.436-.325.381.225-.075.764-.135 2.276-.09 2.276.177 0 .58-2.344.496-2.889-.033-.217-.007-.291.174-.497.381-.434.433-.357.375.562-.11 1.745-.146 2.11-.216 2.229-.04.068-.26.33-.49.582-.229.252-.546.604-.705.783-.244.275-.407.397-.407.303Zm42.674-.628c-.082-.329-.026-.355.861-.408.746-.044.846-.037.967.073.075.067.126.185.115.262-.022.16-.326.213-1.336.232-.547.011-.565.007-.607-.159Zm-12.486-.227c0-.031.393-.321.872-.644.48-.324 1.181-.844 1.558-1.157.862-.717 2.505-2.347 3.267-3.243.795-.936 2.127-2.722 2.379-3.192.456-.852.182-.64-1.026.796-1.437 1.708-3.487 3.875-4.754 5.028-.824.75-2.151 1.82-2.472 1.991-.337.18-.243-.015.289-.601 1.287-1.417 2.147-2.614 2.692-3.748.382-.795 1.787-3.714 3.065-6.366.989-2.051 1.316-2.877 1.316-3.316 0-.262-.011-.285-.11-.203-.13.108-.47.599-1.249 1.808-.935 1.449-1.963 2.832-2.483 3.34-.224.219-.237.21-.093-.064a.908.908 0 0 0 .102-.285c0-.11-.244.13-.86.842-.261.301-.646.732-.855.958l-.736.794c-.227.245-.355.444-.355.551 0 .13-.192.336-.838.9-.462.402-.993.847-1.182.989-.189.142-.604.46-.924.707-1.35 1.045-1.56.992-.328-.084 1.952-1.705 5.025-5.036 4.827-5.234-.023-.023-.252.17-.508.429l-1.835 1.867c-1.597 1.628-3.906 3.848-4.572 4.397a3.78 3.78 0 0 1-1.006.597c-.962.38-.927.295.24-.578 1.244-.932 2.005-1.609 3.39-3.018 1.948-1.981 3.744-4.103 3.597-4.25-.02-.021-1.248 1.179-2.726 2.666-1.478 1.489-3.18 3.134-3.783 3.658-1.382 1.203-1.776 1.53-1.837 1.53-.118 0 .192-.425.746-1.026.33-.358.76-.866.955-1.13l1.96-2.635c.882-1.186 1.838-2.48 2.125-2.875.286-.395.865-1.135 1.287-1.643 1.42-1.712 2.013-2.737 2.773-4.792.396-1.07.99-2.358 1.574-3.413.174-.315.304-.585.288-.601-.016-.016-.487.65-1.047 1.479l-2.354 3.483c-2.806 4.153-4.797 6.738-6.31 8.193-1.662 1.599-5.35 4.272-6.575 4.764-.496.199-1.507.477-1.554.426-.04-.041.038-.112 1.604-1.464 1.426-1.231 2.502-2.271 4.085-3.943 1.518-1.606 2.436-2.628 2.715-3.02.35-.491-.029-.163-1.093.951-1.024 1.072-2.623 2.603-4.631 4.435-1.828 1.667-3.27 2.948-3.317 2.948-.127.001-.02-.293.351-.971.22-.403.47-.88.555-1.06.226-.481.46-.799 1.464-1.993a110.59 110.59 0 0 0 1.42-1.724c.455-.574 1.694-1.982 4.32-4.912 1.55-1.729 3.115-3.624 4.002-4.845 1.008-1.387 2.233-3.429 2.632-4.388.119-.283.248-.916.188-.916-.096 0-1.074 1.15-1.812 2.132-1.382 1.838-2.739 3.458-5.697 6.802-2.065 2.334-4.101 4.284-5.866 5.615-.711.536-2.073 1.349-2.77 1.653-.81.354-.905.295-.297-.184.67-.529 2.411-2.032 3.41-2.943 1.598-1.46 3.525-3.487 3.525-3.71 0-.101-.132.015-1.372 1.213-.98.945-5.59 5.164-6.376 5.833-.186.159-.452.321-.591.359-.323.09-.718.092-.664.003.022-.037.71-.584 1.526-1.215a66.791 66.791 0 0 0 2.204-1.771c.892-.772 3.548-3.477 3.728-3.796.131-.233.131-.234 0-.135-.345.261-1.093.927-1.81 1.611-1.184 1.13-4.082 3.626-5.871 5.056-.217.174-.28.081-.125-.184.07-.119.324-.58.564-1.022 1.136-2.096 2.27-3.487 3.824-4.692a55.866 55.866 0 0 0 3.19-2.66c1.034-.932 4.46-4.441 5.272-5.399 1.218-1.44 2.902-3.877 2.852-4.13-.067-.347-.619.05-1.522 1.096-1.498 1.732-4.29 4.514-6.27 6.246-.47.41-1.052.935-1.297 1.167-1.39 1.317-3.604 3.133-4.778 3.918-1.137.761-2.51 1.43-3.492 1.703-.65.18-.69.054-.114-.357 2.86-2.041 3.812-2.775 5.123-3.95 1.753-1.571 2.853-2.663 2.767-2.749-.029-.029-.481.334-1.842 1.479-1.461 1.231-5.758 4.513-5.906 4.513-.1 0-.012-.169.448-.866.687-1.044 1.785-2.469 3.314-4.302 1.279-1.533 1.74-2 2.87-2.91 1.252-1.006 3.408-2.915 4.149-3.672.679-.694 1.846-2.148 2.647-3.297.226-.324.518-1.006.48-1.121-.041-.122-.718.404-1.555 1.21-.47.452-1.594 1.542-2.5 2.422-2.099 2.041-4.814 4.224-6.745 5.422-1.24.768-2.687 1.367-3.295 1.362l-.23-.002.244-.221c.135-.121.72-.544 1.301-.939a46.746 46.746 0 0 0 3.507-2.609c.882-.727 1.896-1.683 1.896-1.79 0-.08-.43.226-1.848 1.317-1.093.841-4.013 2.997-4.4 3.251-.24.155-.295.106-.163-.145.14-.268.428-.522 1.345-1.186 1.328-.961 2.689-2.128 2.593-2.223-.04-.039-.38.183-1.06.69-.268.199-.607.43-.754.514l-.266.151.368-.381c.203-.21.48-.553.617-.762.136-.208.711-.943 1.279-1.632.567-.688 1.162-1.445 1.321-1.681.16-.236.476-.651.705-.924.229-.272.556-.695.728-.94 1.357-1.934 2.21-2.785 4.335-4.323 2.375-1.719 3.277-2.347 4.045-2.817.398-.244.932-.601 1.186-.793.254-.193.49-.35.524-.35.198 0-1.115 1.424-4.213 4.566-1.38 1.401-2.51 2.564-2.51 2.584 0 .174.818-.455 2.23-1.714 1.672-1.489 1.6-1.337-.301.635-1.214 1.259-1.492 1.576-1.436 1.633.055.054.99-.74 1.984-1.686 1.539-1.463 3.43-3.597 4.417-4.984.252-.353.47-.607.484-.564.015.043-.207.505-.492 1.025l-.52.947-2.002 2.014a168.036 168.036 0 0 1-3.525 3.439c-1.352 1.265-1.626 1.552-1.484 1.552.068 0 .665-.42 1.056-.743 1.327-1.096 3.27-3 4.376-4.29.844-.983.816-.955.866-.905.067.066-.386.77-.932 1.45-.627.779-.778 1.065-.722 1.364.086.458.566.693 1.255.614.24-.027.36-.017.36.033 0 .041-.187.285-.414.541-1.168 1.315-.935 1.346.332.043.866-.891 1.391-1.324 1.605-1.324.116 0-.115.291-1.127 1.42-.576.643-1.105 1.267-1.175 1.387l-.127.218.162-.083c.247-.129 1.825-1.766 2.742-2.848.606-.714.973-1.078 1.4-1.389 1.026-.748 1.027-.663.012.552a96.483 96.483 0 0 1-3.409 3.824c-.821.877-1.494 1.636-1.774 2.003-.177.231.037.115.543-.295 1.479-1.198 3.918-3.851 5.906-6.427.182-.234.347-.41.368-.39.02.021-.018.191-.086.379-.081.226-.514.849-1.277 1.835-1.848 2.389-2.175 2.828-2.175 2.911 0 .128.366-.254 1.39-1.445.531-.617.977-1.086.992-1.042.033.1-.733 1.491-1.053 1.911-.435.569-.206.969.587 1.027.227.016.43.059.453.094.022.036-.08.209-.227.386-.148.176-.604.736-1.016 1.244-1.1 1.359-3.118 3.744-3.998 4.723-.797.888-1.784 2.08-1.784 2.156 0 .089.828-.599 1.38-1.145 1.728-1.712 3.587-3.896 5.427-6.373.81-1.091 1.016-1.278 1.408-1.278.124 0 .132.019.062.149-.044.081-.395.552-.779 1.044-3.048 3.906-3.817 4.915-4.042 5.305-.22.383 1-.898 1.789-1.877.59-.732 1.96-2.569 2.895-3.883.584-.82.684-.918 1.101-1.078a16.2 16.2 0 0 0 .909-.424c.367-.182.714-.331.77-.331.158 0 .12.134-.097.335-.324.302-1.11 1.667-1.014 1.762.018.018.081-.018.142-.079.175-.175.236-.064.206.376-.027.387-.072.48-.824 1.66-.752 1.181-1.17 1.941-1.104 2.008.112.111 1.393-1.521 1.988-2.533.191-.325.4-.404.446-.168.02.099-1.754 2.698-4.08 5.982a382.23 382.23 0 0 0-1.137 1.609c-.332.474-.603.964-.558 1.009.065.065.573-.499 1.62-1.803 1.463-1.822 2.334-3.059 4.173-5.932.395-.618.499-.736.645-.736.1 0 .174.039.174.094 0 .109-.956 1.618-2.305 3.637-.917 1.374-1.591 2.499-1.497 2.499.061 0 .688-.688 1.052-1.152.757-.97 2.32-3.472 2.95-4.725.188-.372.26-.451.506-.545.157-.06.803-.365 1.435-.677 1.086-.536 1.349-.636 1.35-.516 0 .028.03.303.065.61l.065.558-.48.966c-.512 1.034-.704 1.508-.636 1.573.06.058.21-.168.643-.966.358-.659.539-.832.492-.471-.011.09-.496.998-1.078 2.016-1.035 1.816-1.215 2.194-.913 1.921.18-.163 1.063-1.502 1.52-2.305.383-.671.454-.749.469-.517.034.525-.012.632-.92 2.143a68.606 68.606 0 0 1-2.935 4.45c-1.018 1.43-1.316 1.88-1.27 1.924.06.06.835-.844 1.636-1.909a35.458 35.458 0 0 0 3.058-4.789c.45-.844.533-.95.633-.797.179.276.142.401-.423 1.411-.639 1.14-1.669 2.92-2.058 3.557-.387.633-.648 1.165-.516 1.056.276-.229 1.687-2.488 2.689-4.302.327-.594.629-1.103.67-1.13.04-.027.176-.051.299-.051.602-.003.93-.272 2.796-2.303.809-.88 1.503-1.6 1.544-1.6.048 0 .058.113.03.329-.024.181-.074.729-.111 1.216-.037.488-.115 1.07-.173 1.293-.283 1.085-2.017 4.524-3.764 7.464-.314.527-.634 1.128-.713 1.334l-.142.377.313-.337c.851-.916 2.696-4.091 3.587-6.174.212-.494.438-.972.505-1.061.08-.109.11-.061.09.144-.023.226-.371.984-1.305 2.841-.7 1.393-1.273 2.576-1.273 2.628.001.283 1.142-1.528 2.015-3.198.266-.51.522-.939.567-.954.156-.049.173.308.033.681-.075.2-.371.866-.657 1.481-.286.615-.538 1.2-.562 1.301l-.042.183.173-.171c.21-.208.773-1.226 1.04-1.883.271-.662.33-.717.487-.451.07.116.149.212.177.212.028 0 .081.057.118.126.067.124-.013.329-.678 1.756-1.442 3.094-2.498 4.9-4.158 7.105-1.662 2.208-2.804 3.392-4.518 4.682-1.442 1.085-2.712 1.753-4.125 2.17-.62.183-.822.213-.822.123l.002-.005Zm2.573-1.236c1.299-.853 4.23-3.841 5.58-5.69.772-1.057 1.704-2.596 1.704-2.814 0-.152-.284.171-1.15 1.308-2.004 2.63-3.16 3.973-5.092 5.915-1.747 1.755-1.73 1.733-1.042 1.281Zm-12.792-2.451c2.155-1.64 4.71-4.193 6.728-6.724.132-.165.319-.396.416-.513.374-.45.765-1.005.732-1.038-.042-.042-.605.543-1.256 1.305-1.444 1.689-3.542 3.838-5.693 5.831-.913.845-1.66 1.551-1.66 1.567 0 .095.2-.022.733-.428Zm16.93-.752c.319-.333.767-.836.996-1.118.688-.85 2.008-2.903 1.922-2.989-.04-.039-.321.315-1.104 1.388-.3.41-.702.945-.894 1.19-1.21 1.542-1.547 1.997-1.525 2.061.013.04.284-.2.604-.532ZM13.581 246.5c.534-.467.796-.74 1.684-1.763 1.074-1.235 2.433-3.007 2.191-2.858-.041.026-.512.531-1.044 1.122a83.146 83.146 0 0 1-1.698 1.828c-1.167 1.205-1.855 1.955-1.855 2.024 0 .167.289.027.722-.353Zm-5.63-2.379c.585-.386 2.103-1.871 3.262-3.193.723-.825.792-1.038.141-.435-.497.461-3.764 3.698-3.764 3.729 0 .065.19.012.361-.101Zm-5.128-2.887c1.893-1.2 7.154-5.817 6.63-5.817-.069 0-.799.591-1.523 1.232-.626.554-2.31 1.969-3.559 2.99-1.814 1.482-2.523 2.214-1.548 1.595Zm29.797-2.052c.253-.409.707-1.389.707-1.525 0-.287-.186-.031-.533.733-.367.811-.468 1.27-.174.792Zm-1.493-3.535c.468-.568 1.379-2.604 1.379-3.082 0-.363-.187-.038-.994 1.727-.47 1.028-.69 1.605-.614 1.605.013 0 .116-.113.229-.25Zm-21.27-1.278c.953-.834 3.003-3.014 2.644-2.812-.21.119-3.338 3.171-3.338 3.257 0 .127.15.031.694-.445Zm21.129.107c.168-.237.493-.879.493-.973 0-.327-.53.413-.686.959-.073.254.018.261.193.014Zm-25.278-2.018c1.21-.888 2.819-2.296 4.435-3.882 1.465-1.437 1.803-1.926.518-.75a177.7 177.7 0 0 1-3.484 3.108c-1.494 1.305-2.023 1.799-1.976 1.846.016.016.244-.129.507-.322Zm26.214 20.164c-.078-.079-.101-.176-.073-.316a3.39 3.39 0 0 0 .04-.537c0-.447.119-.44.705.043.476.393.718.688.634.772-.026.027-.285.067-.574.089-.289.022-.546.045-.572.051-.025.006-.097-.039-.16-.102Zm29.175-.234c.276-.47.789-.849 1.908-1.411 1.384-.694 1.968-1.047 3.042-1.837 1.102-.81 1.099-.809 1.56-.752.465.059.562.094.562.205 0 .168-2.572 1.828-4.141 2.673-.962.518-2.721 1.326-2.896 1.33-.105.002-.117-.067-.035-.208Zm-21.598-.025c-1.462-.499-2.378-.609-2.897-.351-.119.059-.3.108-.402.108-.342 0-1.64-.971-1.64-1.227 0-.079.168-.116.615-.134.208-.008.605-.062.885-.12.871-.179 1.29-.465.998-.683-.11-.082-.238-.092-.65-.047-1.17.125-2.427-.036-3.252-.416-.427-.197-1.013-.72-1.226-1.094-.324-.568-.794-2.327-.658-2.465.033-.033.286.083.581.266 1.2.748 2.831 1.277 4.746 1.537.644.088 1.85.104 2.244.031.235-.044.247-.056.11-.107-.166-.061-1.454-.327-2.442-.504a24.442 24.442 0 0 1-4.413-1.262c-.72-.286-.96-.433-.96-.589 0-.107 1.142-1.584 1.26-1.629.05-.019.364.098.699.261.894.434 2.12.827 3.208 1.03.968.18 2.11.246 2.426.139l.166-.056-.166-.083c-.188-.094-.874-.283-2.083-.574a13.324 13.324 0 0 1-1.379-.415c-.606-.234-1.48-.762-1.342-.809.047-.017.278.016.513.072.235.056.597.12.804.142.372.039.375.038.21-.08-.17-.121-.584-.311-1.53-.701-.396-.163-.529-.249-.512-.332.031-.156.192-.128.942.164.809.315 1.694.489 2.005.394l.22-.067-.41-.188a30.68 30.68 0 0 0-1.186-.491c-1.12-.436-1.19-.478-1.164-.698.028-.243.223-.268.7-.09.417.156 1.538.382 1.597.322.04-.039-1.636-.861-1.753-.861-.034 0-.1-.047-.148-.105-.071-.085-.064-.181.039-.52.069-.229.161-.429.206-.446.044-.017.261.052.483.154.565.258 1.267.507 1.43.506.174 0 .079-.05-.958-.506-.414-.182-.795-.371-.846-.419-.078-.073-.059-.212.12-.864.26-.941.466-1.488.624-1.657.113-.121.133-.117.589.141.999.566 2.089.951 2.538.896.176-.022.16-.04-.22-.234a27.58 27.58 0 0 0-1.41-.634c-1.332-.564-1.278-.516-1.12-.956.07-.194.169-.352.22-.352.05 0 .252.118.448.263 1.113.824 3.146 1.623 4.902 1.929 1.122.195 1.739.24 1.977.14.17-.07.263-.056.67.097 1.302.491 2.698.67 2.698.346 0-.063-.138-.124-.393-.176a26.134 26.134 0 0 1-2.23-.575c-.702-.223-1.14-.289-1.207-.182-.069.112-1.759-.535-3.118-1.193-1.509-.73-2.095-1.233-2.792-2.397-.136-.226-.267-.496-.292-.599-.057-.235.29-1.214.893-2.516a18.01 18.01 0 0 0 .575-1.369c.225-.681.247-.697.503-.376.785.988 2.906 2.54 4.079 2.986l.181.069-.17-.184c-.093-.101-.647-.555-1.23-1.008-1.182-.918-1.793-1.43-2.49-2.085-.458-.43-.469-.449-.433-.717.06-.454.127-.449.673.055.277.254.75.646 1.052.87.586.436 1.912 1.136 1.995 1.053.052-.052-.674-.75-1.687-1.622-.982-.844-1.634-1.451-1.675-1.559-.048-.125-.024-.107.8.547 1.355 1.075 2.923 2.021 3.544 2.138l.24.045-.205-.178a54.319 54.319 0 0 0-1.404-1.081c-2.036-1.534-3.011-2.375-3.011-2.595 0-.203.132-.142.572.267 1.046.97 4.214 2.787 5.862 3.362.6.209 1.698.46 1.756.402.041-.042-.905-.575-2.073-1.167a18.68 18.68 0 0 1-1.609-.93c-.907-.607-2.527-1.952-2.955-2.455-.358-.419-.569-.765-.466-.765.034 0 .304.123.598.274.532.271.711.326.711.216 0-.032-.46-.532-1.024-1.112-.936-.964-1.143-1.226-.967-1.226.035 0 .228.141.428.313.423.363 1.135.799 1.245.763.042-.014-.32-.432-.803-.929l-.88-.902.029-.441c.016-.243.05-.464.077-.49.028-.028.41.304.853.736.884.864 1.397 1.311 2.07 1.803.495.362 1.255.819 1.547.93l.192.073-.134-.148c-.073-.082-.609-.569-1.19-1.082-1.51-1.332-2.848-2.596-3.123-2.947-.212-.272-.235-.346-.235-.736 0-.238.024-.434.053-.434.03 0 .283.282.565.625.53.648 1.653 1.725 2.513 2.408.525.419 1.565 1.077 1.688 1.071.041-.002-.526-.579-1.26-1.282-1.535-1.469-3.298-3.239-3.533-3.545-.136-.177-.176-.36-.264-1.189-.057-.538-.085-1.008-.063-1.044.021-.035.264.178.538.473.498.536 1.536 1.419 2.055 1.747.318.202.91.432.965.376.106-.107-.293-.644-1.123-1.509-1.132-1.182-1.66-1.839-1.972-2.458-.373-.74-.288-.771.419-.15.339.298.816.698 1.06.889 1.2.936 1.23.839.068-.216-.985-.894-1.787-1.768-1.995-2.173-.082-.158-.148-.458-.169-.753l-.033-.49.192.231c.95 1.147 1.377 1.612 1.82 1.988 1.111.943 1.616 1.136.698.268a13.736 13.736 0 0 1-2.053-2.525c-.594-.961-.673-1.17-.616-1.625.026-.21.078-.46.114-.557.063-.165.088-.135.421.509.444.858.7 1.226 1.266 1.827.757.803 1.881 1.643 3.394 2.536.614.363.862.441.862.27 0-.085-.67-.702-1.487-1.369-.75-.612-1.574-1.507-2.227-2.42-.671-.937-1.041-1.768-1.553-3.479-.467-1.566-.46-1.405-.148-3.604.198-1.399.244-1.968.152-1.911a.188.188 0 0 0-.076.145c0 .055-.104.215-.23.356-.296.33-.406.549-.591 1.181a8.235 8.235 0 0 1-.24.718 2.66 2.66 0 0 0-.14.548c-.025.188-.088.527-.138.753-.298 1.337-.316 1.645-.337 5.853-.014 2.877-.05 4.416-.123 5.243l-.101 1.171-.427.8c-.235.441-.41.818-.39.838.021.021.181-.158.357-.397.175-.239.35-.446.39-.46.152-.055-.034 4.051-.282 6.255-.167 1.487-.633 3.338-1.442 5.731-1.027 3.038-1.217 3.348-.619 1.011.188-.734.45-1.735.58-2.224.132-.49.239-.998.238-1.13l-.002-.239-.164.313c-.205.394-.843 2.412-1.16 3.666-.23.911-.423 1.977-.592 3.266-.05.382-.103.58-.144.54-.07-.07-.09-1.528-.026-1.803.021-.09.068-.486.102-.879.052-.58.04-.932-.066-1.849-.072-.622-.178-1.285-.235-1.473-.16-.525-.133-.673.245-1.342.34-.604.45-1.01.29-1.067-.045-.016-.306.174-.583.422-.276.248-.902.801-1.392 1.229-1.047.916-1.675 1.554-2.635 2.675-.838.978-1.042 1.101-.78.47.264-.639.843-1.47 2.594-3.721 1.635-2.102 3.338-4.491 3.478-4.878.16-.444-.45.226-2.14 2.345-2.07 2.597-2.979 3.832-3.817 5.191-.054.089-.114.145-.131.128-.018-.018.015-.376.074-.796.058-.419.106-.954.106-1.188 0-.685.212-1.05 1.584-2.729 1.056-1.293 1.772-2.552 2.086-3.673.099-.35.159-.656.135-.681-.069-.068-1.17 1.053-1.631 1.66-.49.645-.998 1.238-1.91 2.226-.79.856-.654.782-3.498 1.922-.179.071-.325.104-.325.073 0-.032.315-.362.701-.733 3.118-3.001 5.073-5.212 6.005-6.792.599-1.015.155-.625-1.424 1.251a98.394 98.394 0 0 1-1.664 1.917c-.942 1.049-4.387 4.62-4.54 4.705-.213.119-.104-.222.373-1.161.38-.751.584-1.061 1-1.524.288-.32.704-.85.925-1.178.644-.955 1.35-1.755 2.296-2.6 1.37-1.225 1.848-1.874 2.94-3.992.588-1.142.94-2.087.821-2.206-.132-.132-1.997 2.062-3.214 3.781-1.039 1.468-2.72 3.456-3.307 3.914-.603.47-2.237 1.54-2.932 1.921-.549.3-1.376.702-1.446.702-.118 0 .1-.23.88-.932 1.937-1.741 3.27-3.141 4.817-5.057 1.461-1.812 1.403-1.973-.098-.274-2.196 2.482-3.707 4.076-5.252 5.536-1.017.961-1.222 1.124-1.59 1.262-.473.178-.674.182-.542.011.045-.056.497-.471 1.005-.919 1.196-1.055 4.047-3.904 4.84-4.836 1.457-1.714 1.587-2.106.21-.642-1.993 2.123-6.24 6.258-6.332 6.166-.02-.02.188-.414.463-.877a206.3 206.3 0 0 0 .854-1.457c.992-1.719 1.727-2.929 2.076-3.418.213-.299 1.08-1.256 1.928-2.126 1.145-1.177 1.687-1.794 2.114-2.401.523-.744 1.228-1.689 2.387-3.201.235-.308.428-.6.428-.65 0-.128-2.374 2.146-4.963 4.755-1.922 1.938-2.274 2.261-2.875 2.645a436.71 436.71 0 0 1-3.04 1.932c-.235.136.075-.167 1.197-1.169 1.467-1.31 2.457-2.299 3.557-3.554 1.473-1.679 2.296-2.772 2.086-2.772-.042 0-.499.438-1.014.974-2 2.078-3.717 3.802-4.669 4.688-1.608 1.498-4.56 3.955-4.98 4.146-.405.185-.24-.104.662-1.16.529-.618 2.575-3.631 3.411-5.021a24.367 24.367 0 0 1 1.91-2.714c.769-.929 2.352-2.46 3.823-3.697.678-.569 1.57-1.378 1.98-1.798.412-.419.774-.754.805-.743.03.01.218.233.415.496.198.262.488.57.647.685.157.114.288.253.29.31.003.056-.41.625-.92 1.265-.508.639-.924 1.186-.924 1.215 0 .22.68-.508 1.567-1.677.48-.632.68-.783.796-.596.024.039-.168.308-.427.599-.798.896-1.148 1.384-.99 1.384.065 0 .833-.793 1.34-1.386l.396-.462h.644c.606 0 .688-.019 1.415-.313.852-.346 2.036-.664 2.133-.573.052.049-1.713 2.754-3.282 5.027-.466.675-.737 1.169-.7 1.278.038.117.935-.88 1.641-1.822.695-.928 1.319-1.935 2.227-3.595.45-.823.593-1.026.845-1.201.354-.247.618-.696.466-.793-.138-.088-.558-.075-1.386.041-.888.125-1.108.173-2.024.446-.9.268-1.128.272-1.579.027-.369-.201-1.37-1.199-1.37-1.366 0-.053.096-.145.213-.206.117-.061.345-.232.507-.38.161-.149.421-.308.579-.354.366-.107.38-.208.035-.268l-.937-.162c-.365-.063-.737-.097-.826-.074-.237.06-.87-.059-1.234-.23-.173-.081-.534-.332-.802-.557a14.31 14.31 0 0 0-1.116-.822c-.905-.593-.876-.527-.348-.792.64-.322.744-.401.631-.473-.05-.031-.599-.078-1.22-.102-1.553-.063-2.773-.273-3.46-.599-.41-.193-1.263-.847-1.263-.967 0-.035.167-.146.372-.246.706-.346 1.062-.93.5-.822-.6.115-1.477.126-1.784.022-.99-.338-1.787-1.033-3.16-2.753a38.506 38.506 0 0 0-1.164-1.403c-.522-.571-.625-.749-.707-1.221-.191-1.102-.749-1.747-2.066-2.392-1.044-.511-2.519-1.472-3.235-2.109-.504-.447-1.033-1.078-1.224-1.462-.179-.358-.345-.551-.473-.551-.181 0-.167.152.065.694.316.741.812 1.411 1.719 2.322.82.825 2.031 1.806 2.51 2.035.325.155.282.236-.098.184-.603-.083-.86-.179-1.346-.507a15.997 15.997 0 0 0-1.306-.745c-1.464-.748-2.755-1.607-2.872-1.91-.052-.137.013-.224.168-.224.165 0 .515-.298.458-.39-.024-.038-.344-.272-.713-.52-1.028-.692-1.468-1.074-1.696-1.475a35.872 35.872 0 0 0-.575-.956c-.727-1.169-.894-1.491-1.015-1.953-.116-.447-.116-.471 0-.556.066-.049.238-.108.383-.131.314-.05.625-.277.625-.457 0-.167-.204-.273-.746-.386-.73-.154-.992-.306-1.34-.78-.47-.637-.891-1.557-1.205-2.631-.448-1.528-.445-2.669.008-3.072.316-.281.271-.437-.412-1.454-.628-.933-.728-1.145-.667-1.413.345-1.523.579-2.048 1.068-2.4a3.13 3.13 0 0 0 .622-.659c.269-.396 1.126-1.099 1.341-1.099.064 0 .076.172.05.702-.04.824.098 1.755.326 2.193.174.335.531.801.613.801.14 0 .353-.911.45-1.916.173-1.804.225-2.177.332-2.385.113-.219 1.096-1.038 1.246-1.038.125 0 .12.078-.052.755-.168.666-.15 1.414.043 1.898.225.557.278.413.377-1.002.04-.579.105-1.203.144-1.385.066-.306.093-.338.34-.412.148-.045.283-.067.3-.05.018.017-.015.184-.07.371a4.605 4.605 0 0 0-.164 1.934c.082.696.187 1.011.396 1.201.132.119.138.118.183-.023.025-.08.024-.537-.002-1.014-.072-1.317.131-2.706.437-2.981.145-.132.561-.22.73-.156.09.035.07.095-.13.355-.587.769-.64 1.682-.195 3.385.405 1.549.69 2.29 1.054 2.741l.135.168-.043-.616a21.447 21.447 0 0 0-.136-1.266c-.195-1.357-.264-2.556-.18-3.129.158-1.082.232-1.182.695-.942.233.12.235.124.101.327-.156.238-.31 1.094-.309 1.712.002.914.407 2.39.728 2.657.186.154.179-.018-.039-.897-.287-1.158-.4-2.385-.284-3.065.049-.283.119-.496.165-.495.044 0 .295.074.558.163.452.154.479.175.465.359-.081 1.106 0 1.618.388 2.458.34.733.652 1.211 1.13 1.726.412.446.612.545.554.273a42.647 42.647 0 0 1-.111-.565 8.943 8.943 0 0 0-.344-1.117c-.416-1.111-.7-2.178-.655-2.458.08-.49.144-.418.353.402.223.872.397 1.355.61 1.692.321.508.367.324.132-.532-.105-.386-.254-1.172-.36-1.902-.111-.766.02-.882.65-.579.224.108.52.233.658.278.138.045.28.119.314.164.035.046.102.435.15.866.114 1.039.217 1.412.616 2.232.313.644.716 1.155 1.067 1.351.101.057.109.031.067-.235a17.94 17.94 0 0 0-.274-1.154 22.518 22.518 0 0 1-.341-1.506c-.063-.357-.16-.825-.213-1.037-.112-.446-.088-.557.148-.664.205-.094.208-.089.267.591.024.274.106.69.182.924.148.457.44 1.008.532 1.008.032 0-.001-.239-.072-.531-.333-1.362-.468-1.982-.469-2.143 0-.107.081-.253.208-.375.125-.12.2-.255.188-.338-.017-.119-.085-.145-.473-.178-.925-.079-1.472-.518-2.602-2.087-.905-1.257-1.034-1.286-.518-.116a7.95 7.95 0 0 0 .912 1.576c.16.22.063.272-.221.119-.276-.149-.683-.604-1.377-1.541-.265-.357-.624-.788-.798-.956l-.316-.305v.311c0 .484.234 1.286.577 1.975.287.577.33.755.181.755-.068 0-1.011-1.287-1.268-1.729-.194-.335-.313-.414-.31-.205.003.261.432 1.003.969 1.676.188.234.133.293-.175.192-.345-.114-.947-.79-1.574-1.767-.517-.808-.7-1.007-.628-.683.125.548.153.736.111.736-.085 0-.457-.432-.92-1.07-.688-.948-.97-1.086-.92-.453.023.276.14.643.397 1.231.201.461.347.858.323.881-.137.137-.768-.501-1.341-1.356-.195-.291-.388-.549-.43-.575-.098-.061-.03.499.109.896.052.151.081.288.065.305-.017.017-.235-.175-.485-.428s-.495-.459-.546-.459c-.056 0-.09.082-.09.213 0 .397.21.939.581 1.493.297.443.346.553.247.553-.32 0-1.075-.753-1.438-1.434-.226-.424-.417-.542-.417-.256 0 .285.28 1 .523 1.362.128.191.217.364.196.384-.1.101-1.542-1.785-1.541-2.015 0-.043.073-.243.161-.445.089-.203.184-.491.212-.641.027-.15.084-.335.126-.411.104-.187.317-.8.32-.918.001-.053.079-.259.172-.456.186-.392.491-.594 1.029-.682.15-.025.327-.06.393-.077.066-.018.12-.008.119.023 0 .031-.263.163-.582.295-.32.131-.58.275-.58.319 0 .08.983.074 2.19-.014.282-.02.957-.065 1.498-.098 1.008-.063 1.192-.119 1.063-.323-.112-.178-.555-.299-1.295-.354l-.684-.05.285-.122c.285-.121.416-.276.296-.35-.035-.021-.534-.006-1.11.034-2.38.167-2.675.227-3.296.664-.435.307-.837 1.14-.947 1.964-.077.57-.085.59-.258.59-.099 0-.21.027-.245.06s-.28.13-.544.215c-.749.243-1.702.75-1.6.852.05.051.815-.063 1.41-.21.744-.184.706-.077-.119.333-.433.216-.88.468-.992.561l-.206.17.177.003c.2.003.798-.184 1.559-.487.434-.172.525-.189.605-.109.151.152.04.297-.462.6-.483.292-1.092.787-1.092.888 0 .085.857-.243 1.347-.518.239-.133.465-.224.502-.2.12.074.072.215-.1.293-.091.041-.418.301-.726.575-.839.751-1.245 1.089-1.272 1.061-.014-.013.042-.208.124-.434.26-.71.061-.818-.638-.347-.5.336-.757.459-.963.459-.265 0-.955-.841-1.859-2.268-.57-.899-1.029-1.428-1.24-1.428-.08 0-.087.036-.034.176.132.349.086.479-.223.618-.338.152-1.08.683-1.08.773 0 .076.634-.084 1.066-.269.374-.16.509-.17.509-.038 0 .055-.223.206-.496.337-.273.132-.571.319-.662.416l-.166.176h.216c.118 0 .42-.076.67-.171.25-.094.497-.171.549-.171.198 0 .08.114-.31.3a3.712 3.712 0 0 0-.77.53l-.366.339.24-.043c.131-.024.495-.152.808-.284.312-.133.582-.227.598-.21.018.017-.076.107-.206.2-.315.224-.858.735-.858.808 0 .031.116.03.257-.003.444-.103.472-.065.156.211-.167.148-.284.289-.26.314.083.082.517-.041.99-.28.256-.13.488-.236.515-.237.027 0 .095.086.15.194.12.232.04.352-.232.352-.257 0-1.077.239-1.509.44-.604.282-.764.25-1.256-.254-.764-.782-1.76-2.448-1.657-2.772.071-.221 1.665-1.642 2.185-1.947.27-.158.583-.356.697-.44.184-.137.26-.148.725-.113.516.039.52.038 1.162-.293.636-.328 1.226-.787 1.226-.953 0-.047-.16-.154-.354-.237-.325-.14-.418-.149-1.15-.104-.788.047-.8.046-1.006-.127-.286-.241-.813-1.028-1.284-1.918-.326-.617-.378-.76-.302-.832.249-.236 1.149-.722 1.472-.794.406-.091.47-.219.22-.443-.127-.115-.256-.131-1.084-.131-.696 0-.97-.025-1.054-.094-.244-.202-.342-.774-.415-2.439-.013-.301-.09-.886-.172-1.3-.113-.578-.155-1.112-.183-2.293-.02-.848-.064-1.569-.098-1.603-.347-.35-.741 2.262-.643 4.259.03.607.017 1.227-.037 1.732-.146 1.351.098 2.347.712 2.901.279.253.329.353.646 1.301.189.564.318 1.051.288 1.081-.03.03-.252.083-.493.117-.929.132-2.32.622-2.573.907-.082.092.036.123.356.091.263-.026.982-.169 1.596-.318 1.208-.292 1.379-.313 1.505-.188.15.15.085.254-.209.327-.524.13-1.38.426-1.694.585-.48.245-.915.583-.84.657.082.082.597-.041 1.832-.44.527-.169 1.025-.328 1.107-.352.11-.032.2.013.36.183.116.123.204.269.194.322-.012.064-.264.152-.73.257-.937.209-1.29.38-2.004.97-.326.269-.639.49-.693.49-.09 0-.43-.552-1.263-2.046a5.834 5.834 0 0 1-.75-2.591c-.044-.834-.143-1.099-.377-1.009-.31.12-.583 1.667-.462 2.622.087.685.168.957.518 1.753.166.377.301.721.301.766 0 .044-.198.114-.462.158-.966.164-2.413.662-2.413.832 0 .088.436.006 1.766-.329 1.143-.287 1.263-.306 1.362-.206.16.16.063.311-.232.363-.547.095-1.577.39-1.954.557-.41.183-.633.363-.45.363.216 0 .96-.152 1.923-.39.75-.186 1.03-.231 1.088-.174.097.097-.02.146-.937.394-.737.2-1.47.515-1.618.695-.085.101-.067.107.181.062.15-.028.789-.203 1.418-.391 1.251-.373 1.289-.373 1.56.008.124.175.19.206.445.206.165 0 .325.038.355.085.07.108.433 1.466.452 1.69.012.147-.089.223-.864.651-.925.508-1.479.941-1.258.984.245.047 1.35-.412 2.046-.851.142-.09.29-.164.328-.164.145 0 .062.178-.17.363-.346.275-.295.338.14.171.346-.132.391-.135.488-.038.06.059.086.141.06.183-.11.18-.63.363-1.165.412-.592.054-.703.097-2.021.788-.85.447-1.112.516-1.302.344-.073-.066-.396-.57-.717-1.121a166.72 166.72 0 0 0-.734-1.249c-.237-.391-.363-.318 2.17-1.259 1.14-.424 1.816-.768 1.816-.925 0-.216-2.608.218-3.76.626-.961.339-.933.342-1.123-.085a64.82 64.82 0 0 0-.649-1.359c-.463-.947-1.055-2.504-1.386-3.645-.164-.566-.287-.668-.415-.342-.096.241-.028 1.747.116 2.573.247 1.427 1.24 3.81 1.787 4.29.15.132.203.217.145.235-.048.016-.328.092-.62.171-.635.168-1.086.371-1.259.566l-.126.143.342-.041c.388-.046 1.733-.441 1.87-.549.05-.039.076-.127.058-.195-.024-.089.005-.125.097-.125.135 0 .36.419.322.604-.012.056-.252.163-.575.256a8.78 8.78 0 0 0-.925.326c-.425.192-.95.561-.95.668 0 .152 1.169-.114 2.031-.462.39-.157.612-.214.657-.169.12.119-.003.282-.214.282-.463 0-1.7.482-2.358.919-.203.135-.4.245-.435.245-.072 0-1.127-1.67-1.415-2.237a6.787 6.787 0 0 1-.352-.987c-.23-.839-.282-.951-.437-.951-.23 0-.298.174-.294.751.007 1.063.23 1.748 1.09 3.349.964 1.792 1.362 1.953 2.894 1.166.966-.497 1.489-.996 1.219-1.166-.052-.033-.32-.06-.595-.061-.698-.001-.618-.111.319-.437.886-.308.867-.314 1.19.329.115.228.3.542.411.697.138.192.194.345.18.479-.02.175-.112.244-.845.628-1.317.691-1.37.875-.082.285.758-.348.939-.377.937-.153-.002.182-.063.244-.512.515-.403.242-.878.668-.747.668.038 0 .248-.047.468-.104.22-.058.415-.09.433-.073.018.018-.117.134-.3.258-.181.125-.47.36-.64.522l-.31.295.24-.045c.131-.025.554-.21.939-.412.384-.202.717-.338.74-.302.065.105 0 .161-.606.533-.582.357-1.24.893-1.101.898.165.006.902-.287 1.38-.55.487-.266.74-.31.663-.113-.019.051-.25.208-.511.349-1.086.587-2.167 1.402-1.997 1.507.136.084 1.173-.387 2.239-1.018.288-.17.545-.309.571-.309.026 0 .201.157.388.348.44.449.775.621 1.226.625.392.003.614-.085.722-.288.08-.147.03-.212-.433-.567-.26-.199-.493-.507-1.28-1.689-.439-.657-.661-1.115-.775-1.589-.04-.172-.012-.198.521-.458.31-.152.828-.485 1.15-.741.926-.736 1.161-.884 1.228-.776.047.076.136.065.492-.062.238-.085.63-.261.871-.391.322-.175.457-.217.513-.161.056.057.049.093-.026.136-.345.198-1.261.875-1.287.951-.042.128.15.062 1.032-.353.52-.244.76-.326.81-.274.052.051-.025.139-.258.3-.369.253-.913.737-.913.811 0 .119.479-.045 1.204-.41.62-.313.834-.391 1.007-.363.257.041.964-.245 2.158-.87.81-.425.97-.47 1.1-.312.065.078-.026.156-.487.422-1.203.693-2.522 1.624-2.43 1.715.062.063.893-.284 1.72-.717 1.072-.561 1.579-.881 1.85-1.166.146-.155.262-.213.428-.213.13 0 .463-.117.773-.273.3-.151.563-.274.586-.274.022 0-.026.092-.107.205-.457.642 1.179-.36 2.049-1.255.347-.358.484-.422.484-.23 0 .046-.408.472-.907.949-.499.476-.883.89-.853.92.137.137 1.456-.75 1.838-1.237.076-.096.182-.174.235-.174.209 0 .079.278-.356.762-.25.278-.498.573-.554.655-.128.195-.542.432-1.163.666-.27.102-.68.306-.909.455-.454.294-.663.347-.584.149l.083-.205c.065-.158-.119-.088-.479.182-.196.147-.788.537-1.315.866-1.515.947-2.29 1.493-2.218 1.565.021.022.219-.022.438-.098.219-.075.41-.136.425-.136.21 0-1.608 1.208-2.63 1.748-1.234.652-1.666.931-2.182 1.411-.273.252-.598.51-.724.574a4.808 4.808 0 0 0-.578.383c-.215.163-.393.251-.458.225-.22-.084-2.838 1.35-4.353 2.385-.542.37-1.308.937-1.703 1.262-.881.725-2.496 2.347-3.002 3.015-.214.283-.426.497-.495.497a.292.292 0 0 0-.185.065c-.138.139-.95.293-1.33.254-.467-.049-1.441-.328-2.093-.599-.863-.359-1.096-.688-1.9-2.664-.923-2.272-1.171-2.822-1.322-2.921-.127-.085-.16-.083-.25.007-.094.093-.092.154.017.578.067.261.1.508.073.552-.026.043-.246.171-.487.285-.419.198-.884.565-.884.698 0 .084.53 0 1.078-.168.495-.153.633-.107.633.211 0 .164-.057.21-.497.403-.552.243-1.283.778-1.283.94 0 .142.312.085 1.221-.224.407-.137.734-.214.768-.18a.47.47 0 0 1 .08.223c.015.131-.047.201-.323.364-.4.235-.856.656-.856.789 0 .109.469.061.924-.093.15-.052.312-.094.357-.095.092-.001.253.514.191.614-.021.035-.23.166-.464.29-.484.256-1.163.873-1.02.926.134.048.675-.113 1.123-.335.513-.255.624-.248.8.049.197.336.184.399-.138.636-.155.114-.33.275-.388.358-.104.15-.103.151.16.102a2.37 2.37 0 0 0 .52-.181c.142-.072.323-.132.404-.132.175 0 .543.25.543.367 0 .046-.142.221-.316.389a6.734 6.734 0 0 0-.584.665c-.147.198-.299.359-.336.359-.232 0-1.914-1.883-1.914-2.144 0-.063-.042-.115-.093-.115-.106 0-.35-.346-.62-.877-.328-.649-.499-1.566-.578-3.111-.043-.833-.065-.959-.195-1.087-.26-.261-.362-.132-.367.47a7.777 7.777 0 0 1-.051.84l-.047.308-.342.038a2.185 2.185 0 0 0-.637.191c-.296.155-.835.601-.835.691 0 .096.455-.019 1.074-.272.346-.141.646-.24.667-.218.022.021.039.125.039.232 0 .174-.024.193-.23.193-.466 0-1.556.712-1.794 1.172-.056.108-.087.197-.068.197.124 0 .927-.346 1.45-.626l.623-.334.044.318c.07.506.058.551-.166.643-.403.167-1.41 1.277-1.278 1.409.058.058.663-.255 1.069-.555.23-.169.45-.308.489-.308.038 0 .1.079.137.176.125.33.08.488-.204.712-.477.377-1.244 1.508-1.023 1.508.116 0 .773-.446 1.147-.779.196-.174.386-.316.422-.316.066 0 .349.417.427.628.03.083-.012.133-.158.184-.139.048-.304.229-.536.584-.316.484-.596 1.12-.524 1.192.1.099 1.108-.844 1.303-1.219.058-.113.144-.205.19-.204.046.001.217.197.38.435l.295.434-.349.609c-.345.601-.51 1.036-.469 1.234.035.167.55-.325.906-.865.174-.264.335-.479.36-.479.07 0 .638.484.638.545 0 .032-.113.222-.25.423-.27.397-.53.937-.6 1.242l-.044.191.199-.103c.28-.145.728-.674.941-1.109.1-.202.2-.368.223-.368.072 0 .684.241.73.287.023.023-.04.172-.14.331-.321.509-.645 1.367-.516 1.367.028 0 .177-.124.33-.274.368-.36.717-.973.689-1.206-.02-.165.008-.189.314-.267.388-.098.585-.308.587-.626.001-.2-.036-.236-.45-.445-.45-.227-.986-.63-.986-.742 0-.032.177-.154.393-.27a5.84 5.84 0 0 0 .86-.62c.492-.432.564-.463.759-.321.114.083.105.108-.118.376-.28.336-.49.671-.556.887-.073.242.162.196.515-.101.166-.141.319-.271.337-.291.018-.02.194-.182.39-.361.301-.274.4-.325.63-.325.15 0 .294.034.319.075.025.042-.055.219-.179.394-.862 1.216-1.107 1.653-.93 1.653.05 0 .28-.172.512-.382.233-.21.422-.357.422-.325-.002.175-.478.841-.91 1.272-1.92 1.921-3 2.937-3.087 2.904-.15-.057-.89-.629-1.744-1.344a49.282 49.282 0 0 0-1.37-1.108c-1.6-1.233-2.735-3.142-3.397-5.716a21.431 21.431 0 0 0-.348-1.233c-.12-.331-.29-.43-.427-.249-.076.098-.087.363-.056 1.321.035 1.122.121 1.813.344 2.755.127.537.013.522-.42-.056-.381-.508-.596-1.059-.708-1.809a58.53 58.53 0 0 0-.237-1.403c-.169-.933-.373-2.34-.373-2.57 0-.073.031-.134.068-.134.037 0 .446.182.907.404.852.41 1.358.584 1.883.644.265.031.291.02.291-.118 0-.312-.367-.887-.791-1.237l-.956-.789a7.548 7.548 0 0 1-.874-.855c-.394-.484-1.262-2.218-1.508-3.012-.472-1.525-.691-2.373-.726-2.807-.043-.533-.133-.607-.365-.297-.103.138-.144.329-.17.802l-.036.621-.32.106c-.175.058-.425.2-.555.315l-.235.208.41-.045c.64-.072.752-.071.786.002.017.038-.121.141-.308.228-.323.152-.854.593-.854.71 0 .095.517.06.884-.059.583-.189.652.067.111.409-.34.216-.743.641-.689.728.043.069.375 0 .817-.169.334-.128.404-.107.48.147.036.119-.016.183-.284.355-.383.246-.817.674-.75.741.047.047.585-.092.987-.257.25-.102.326-.058.397.23.042.171.03.188-.144.188-.143 0-.304.114-.658.468-.505.505-.602.732-.279.652.356-.088.75-.285.991-.497.133-.116.258-.212.278-.212.047 0 .254.612.252.748 0 .059-.128.166-.283.237-.336.155-1.363 1.136-1.24 1.183.13.05.548-.102 1.097-.398l.496-.268v.464c-.002.677-.025.721-.504.957-.488.24-.865.536-.865.676 0 .153.4.116.811-.075.398-.185.49-.175.489.056-.002.338-.086.457-.456.644-.416.211-.606.385-.538.494.06.097.465.093.684-.007.096-.043.19-.065.207-.048.017.018.078.431.135.918.058.488.167 1.114.244 1.392.078.278.132.531.12.562-.01.031-.21-.065-.444-.214-.416-.264-.429-.282-.571-.768a4.803 4.803 0 0 0-.318-.804 5.959 5.959 0 0 1-.338-.787 4.412 4.412 0 0 0-.397-.828c-.276-.416-.348-.617-.723-2.047-.21-.801-.279-1.183-.256-1.42.02-.222.001-.35-.063-.402-.128-.106-.267.02-.477.436-.135.265-.2.329-.32.312-.176-.025-1.056-1.143-1.309-1.664-.092-.188-.338-.707-.549-1.154-.21-.447-.48-.947-.598-1.112l-.216-.3.083-.565c.122-.836.014-1.271-.575-2.307-.151-.266-.16-.317-.073-.403.081-.082.202-.089.669-.039l.57.061.046.685c.026.376.094.836.15 1.021.07.227.083.375.04.457-.103.192-.08.249.136.324.13.046.251.169.345.353l.145.284-.227.218c-.433.416-.506.527-.394.597.163.104.464.075.752-.072l.27-.138.138.138c.178.178.174.217-.04.416a1.605 1.605 0 0 0-.275.354c-.094.179-.09.189.057.187.085 0 .293-.063.46-.139.3-.137.309-.137.48-.009.235.175.252.387.053.65-.32.42-.508.938-.341.937.117-.001.478-.292.768-.619.293-.331.32-.346.506-.275l.196.075-.046-.245a1.57 1.57 0 0 0-.161-.437l-.319-.522c-.11-.181-.362-.704-.558-1.161a30.639 30.639 0 0 0-.558-1.236c-.272-.543-.339-.771-.447-1.522-.065-.452-.07-.664-.019-.725.192-.232.579-.401 1.417-.624.987-.263 2.338-.844 3.183-1.371.269-.168.534-.304.589-.304.1 0 .355.718.29.822-.016.026-.191.065-.39.086-.465.048-1.062.274-1.469.554-.684.472-.388.482.936.032.934-.318 1.048-.336 1.08-.178.02.09-.129.193-.622.431-.589.285-1.263.757-1.187.832.066.066.908-.136 1.492-.359.571-.218.743-.242.743-.107 0 .028-.193.151-.428.273-.455.236-1.141.788-1.07.861.071.072.972-.145 1.537-.37.74-.297.893-.208.237.137-.28.148-.572.331-.648.407l-.138.138h.287c.158 0 .536-.05.84-.111.303-.061.572-.09.599-.064.026.026-.015.159-.089.298-.119.22-.22.285-.838.535-.653.264-1.196.571-1.296.734-.057.093.811.006 1.24-.126.533-.163.643-.141.695.133.058.31.025.349-.398.488-.405.132-1.078.509-1.078.604 0 .037.244.041.6.01 1.101-.098 1.059-.104 1.2.195.07.146.101.287.07.313a2.94 2.94 0 0 1-.431.199c-.52.21-.985.491-.915.555.032.029.274.026.537-.007 1.29-.159 1.16-.164 1.252.038.125.273.109.307-.208.445-.402.175-.887.542-.833.63.056.091.515.027 1.064-.148.453-.145.55-.129.712.117.141.217.098.328-.186.472-.315.159-.944.636-.944.717 0 .157.447.046 1.42-.352.196-.081.236-.078.342.031.089.089-.072.292-.482.607a2.332 2.332 0 0 0-.397.405l-.155.218.29-.047c.16-.025.505-.153.764-.285.26-.13.518-.238.573-.238.201 0 .175.135-.069.356-.314.286-.672.734-.624.782.06.06.608-.208.995-.486.392-.281.345-.278 1.244-.073.57.13.97.132 1.27.006.322-.134.354-.264.144-.582-.192-.291-.58-.54-1.628-1.047-.615-.298-.71-.373-1.4-1.112-.784-.84-1.05-1.207-1.053-1.451-.002-.082-.034-.169-.072-.193-.123-.076-.28-.533-.384-1.113-.1-.566-.1-.569.115-1.365.117-.438.26-.866.314-.95.087-.133.087-.183.003-.385-.085-.203-.171-.262-.671-.458-.975-.383-1.175-.618-1.258-1.478-.067-.692-.213-1.287-.41-1.676-.214-.422-.214-.525.002-1.352.226-.864.25-1.363.072-1.493-.162-.119-.19-.103-.83.482-.652.598-1.275 1.361-1.546 1.896-.304.604-.243.699.197.308.199-.177.392-.321.428-.321.037 0 .067.138.067.306 0 .292-.015.315-.29.454-.377.193-1.05.447-1.72.651-.607.184-.728.197-.728.083 0-.087.512-.728 1.463-1.827 1.222-1.414 2.189-2.581 2.323-2.805.12-.201.162-.224.349-.188.405.076 1.328.127 1.507.082.23-.058.45-.277.45-.447 0-.243-.345-.546-1.032-.905-.821-.429-1.11-.726-1.634-1.675-.362-.659-.373-.694-.401-1.309l-.03-.632.189-.071c.175-.066.185-.093.154-.376-.02-.183-.127-.447-.266-.664-.216-.338-.232-.399-.244-1.012-.018-.908-.051-1.099-.326-1.935-.133-.404-.242-.835-.242-.958 0-.599.35-1.1 1.204-1.732.563-.416 1.065-1.009 1.238-1.459.077-.199.213-.287.41-.265.267.03.296.019.295-.112-.001-.35-.52-1.173-1.167-1.857-.231-.244-.28-.361-.442-1.062-.255-1.1-.27-1.321-.174-2.563.12-1.571.153-1.691.618-2.192.215-.23.473-.595.576-.812.127-.269.245-.418.371-.469.58-.233 1.08-.509 1.351-.743l.308-.266.319.137c.175.076.638.212 1.028.305.39.092.77.2.843.239a2 2 0 0 0 .442.128c.3.057.308.054.308-.117 0-.206-.578-.8-.958-.985-.131-.063-.599-.286-1.04-.494-.44-.208-.912-.478-1.051-.599l-.253-.222.046-.567c.1-1.236.298-1.602 1.505-2.793.868-.857 1.007-1.027 1.31-1.604.186-.356.373-.658.415-.671.041-.013.203.083.359.213.155.13.439.289.63.352.339.112.789.153.864.078.096-.096-.074-.524-.33-.834-.351-.421-.606-.979-.606-1.325 0-.431.44-.955 1.506-1.795.81-.639 1.686-1.514 2.203-2.2.192-.254.373-.462.404-.462.031 0 .15.135.264.301.276.402.805.858 1.268 1.092.207.104.394.218.415.252.021.034-.11.258-.29.497s-.39.518-.465.62l-.137.186-.616-.315c-.435-.222-.731-.327-1.01-.355-.216-.022-.393-.02-.393.004 0 .094.549.549 1.206 1.001.622.427.843.644.75.737-.016.017-.328-.126-.692-.318-.709-.375-1.383-.625-1.67-.619-.167.002-.157.02.166.313.298.269.85.619 2.35 1.491.361.21.363.212.171.255-.434.098-.532.067-.899-.282-.545-.521-2.338-1.336-2.684-1.221-.13.043.56.558 1.505 1.124.51.304.925.596.925.649 0 .175-.219.143-.698-.102-.509-.259-1.23-.473-1.477-.438-.123.018-.049.094.396.403.3.21.694.466.872.568.36.206.372.234.22.526-.126.247-.15.248-.446.025-.526-.394-1.621-.832-1.552-.621.015.044.378.319.808.613.43.293.792.578.804.633.038.172-.173.185-.602.037a2.673 2.673 0 0 0-.84-.139c-.42.003-.425.006-.27.12.087.063.41.255.719.425.41.226.566.35.582.462.03.206-.083.193-.463-.051-.445-.285-.847-.413-1.295-.41l-.385.003.206.172c.113.095.55.343.97.552.747.369.765.383.7.554-.113.297-.14.308-.326.133-.236-.224-.572-.356-1.036-.413l-.377-.045.232.201c.272.236.972.621 1.13.621.06 0 .11.016.11.036 0 .073-.41.845-.468.881-.033.02-.246-.084-.475-.233-.64-.415-1.449-.801-1.857-.885-.203-.042-.385-.059-.405-.04-.058.059.265.371.726.702.237.17.422.318.41.329-.01.011-.238-.054-.506-.143-.535-.18-1.26-.291-1.26-.193 0 .107 1.027.75 1.849 1.159.913.454 1.027.539 1.027.766 0 .382.423.713 1.063.832.757.141.924-.186.323-.634-.27-.202-.36-.312-.36-.444 0-.096.183-.562.406-1.034.224-.472.512-1.151.643-1.509.525-1.45 1.3-2.708 1.796-2.915.13-.054.458-.097.748-.097.437 0 .574.031.882.195.2.107.434.213.519.235.084.022.14.065.121.096-.726 1.243-1.213 2.235-1.213 2.472 0 .036-.041.101-.092.142-.07.058-.191.043-.49-.06-.44-.151-.794-.185-.673-.064.04.041.3.19.578.333.482.247.596.377.517.585-.03.075-.127.068-.532-.039-.523-.137-1.326-.175-1.393-.065-.022.035.091.141.252.236.346.202 1.674.658 1.918.658.094 0 .25.061.345.137.096.076.274.158.395.182.22.043.22.043.179-.189-.133-.737-.13-.781.088-1.435.348-1.047 1.565-3.156 2.42-4.195.192-.232.599-.699.906-1.038.673-.742 1.058-1.242 1.058-1.374 0-.189-.266-.094-.66.235-.22.183-.685.547-1.034.808-.738.555-1.716 1.399-1.723 1.488-.008.113-.449.655-.518.639-.126-.03-1.519-1.519-1.64-1.753-.188-.366-.097-.627.4-1.158.237-.253.711-.86 1.053-1.35.341-.489.993-1.319 1.448-1.842.749-.863.9-1.067.79-1.067-.033 0-.506.263-1.64.912-.292.166-.702.499-1.047.847l-.568.573-.207-.121c-.115-.067-.421-.343-.682-.612-.522-.537-.57-.69-.37-1.169.092-.22.753-.994.963-1.129.045-.028.253.091.485.277.648.52 1.422.781 1.51.51.016-.047-.26-.386-.611-.753-.352-.368-.71-.784-.798-.925l-.158-.256.136-.189c.147-.205 1.014-1.04 1.759-1.694.266-.233.611-.632.802-.924.184-.283.427-.587.54-.677.291-.23.356-.438.229-.741-.176-.421-.824-1.152-1.591-1.795-1.014-.85-3.052-3.051-4.416-4.769-.361-.456-.756-.912-.877-1.014-.193-.162-.233-.173-.32-.086s-.065.167.173.638c.149.295.398.738.553.983.26.408.271.447.146.466a.96.96 0 0 1-.36-.048c-.52-.167-1.418-.175-1.418-.013 0 .086.64.328 1.296.489.449.11.615.126.74.068.09-.041.192-.057.227-.036.069.044.475.619.475.674 0 .019-.439.018-.976-.003-.868-.035-.963-.028-.872.064.126.126.572.273 1.51.498.393.093.794.203.893.243.212.084.51.464.427.541-.032.03-.335-.003-.674-.073-.703-.145-2.116-.183-2.074-.056.045.135.673.336 2.029.647.728.167 1.336.303 1.352.303.015 0 .028.027.028.059s-.427.044-.95.025c-.927-.034-1.446.006-1.446.111 0 .09 1.368.49 2.248.657.465.088.876.191.913.228.044.044-.301.055-.991.031-1.047-.034-1.496.004-1.376.119.097.093 1.24.461 1.84.593l.548.119-.308.051c-.17.028-.468.053-.663.056-.976.013-.029.353 1.55.556 1.084.139 1.296.218 1.21.444-.036.093-.1.108-.301.077-1.243-.194-1.642-.246-2.213-.285-.697-.049-1.565.063-1.443.186.126.126 1.055.322 2.05.432 1.395.156 1.349.144 1.237.312-.05.076-.175.189-.277.251-.174.105-.194.104-.332-.021-.128-.116-.25-.134-.91-.134-.467 0-.816.032-.9.082-.127.075-.113.092.184.224.176.078.5.177.718.219.219.042.429.106.467.141.044.043-.084.206-.37.47-.24.222-.463.404-.496.404-.032 0-.25-.141-.483-.312-.234-.172-.68-.455-.991-.628-.477-.266-.587-.361-.703-.607-.171-.365-.303-.49-1.034-.985-.697-.471-.927-.719-1.266-1.367a3.176 3.176 0 0 0-.622-.82c-.349-.319-.45-.483-.299-.483.137 0 .343-.278.343-.465 0-.228-1.022-1.66-1.673-2.341-.234-.245-.46-.528-.502-.628-.07-.166-.057-.198.141-.349.341-.258.498-.323.774-.323.375 0 .506-.152.506-.589 0-.289-.056-.47-.274-.891a8.722 8.722 0 0 1-.274-.555c0-.015.262-.005.582.021.554.045.594.038.84-.132.272-.189.743-.288 1.796-.381.86-.075 1.13-.263 1.263-.879.144-.669.362-.25 1.182 2.276.172.527.354 1.019.405 1.093.084.122.093.1.093-.215 0-.523-.294-1.466-.727-2.337-.212-.425-.368-.789-.348-.809.02-.02.247.055.504.168.879.384 1.915.696 2.315.696.107 0 .412.23.928.701.843.771 1.137.997 2.022 1.557.706.447.818.583.711.863-.175.46.095.891 1.162 1.854.367.332.873.723 1.123.868.25.146.455.292.455.323 0 .031-.177.177-.393.324-.83.564-1.383 1.379-1.525 2.244-.11.672-.08 1.392.07 1.724l.133.293.214-.11c.266-.137.422-.478.607-1.327.253-1.157.48-1.458 1.722-2.277.705-.465 1.018-.748 1.656-1.496.187-.221.193-.222.65-.178.253.025.692.106.974.181.282.074.72.155.974.18l.46.044.259-.274c.142-.152.397-.429.566-.617l.308-.342.65-.043c.727-.047 1.093-.135 1.86-.446l.524-.214h1.5c1.633 0 2.16-.08 2.242-.341.055-.176.773-.523 1.335-.646 1.194-.263 3.706-.353 4.2-.151.166.068.249.068.385.003.095-.046.373-.102.618-.125l.445-.042.463.375c.601.487 1.152.606 1.202.26.03-.217.205-.196.783.095.27.137 1.025.428 1.676.649.651.22 1.283.452 1.405.514.414.213 1.59.934 1.836 1.128.136.106.397.227.582.268.185.041.64.169 1.01.284.594.184.687.197.775.109.089-.089.082-.122-.058-.279-.087-.098-.39-.313-.672-.477l-.513-.299-.044-.405a16.521 16.521 0 0 1-.052-1.212c-.008-.884.02-.943.385-.819.18.062.19.085.177.451-.008.245.014.386.062.386.042 0 .203-.139.359-.308.22-.24.3-.29.365-.226.134.134.098.312-.17.847-.14.278-.232.527-.205.553.1.1.522-.182.677-.451.16-.282.328-.367.328-.166 0 .061-.122.334-.273.606-.15.271-.253.514-.228.538.16.161.598-.128.884-.582.102-.161.219-.262.302-.262.193 0 .173.094-.142.64-.277.48-.41.868-.295.863a.866.866 0 0 0 .231-.1c.244-.139.274-.128.274.103 0 .113.032.205.07.205.038 0 .203-.14.366-.31.253-.264.31-.295.38-.21.047.056.074.187.062.292-.019.168-.082.214-.535.389-.705.272-2.016.591-2.43.591-.556.001-1.536-.2-2.052-.419a10.758 10.758 0 0 1-1.136-.606c-.728-.447-1.479-.834-1.843-.949a17.689 17.689 0 0 0-4.381-.76c-.659-.031-1.49-.109-1.849-.173-.503-.09-.835-.107-1.471-.071-.974.054-2.71.378-3.326.621-.616.243-1.932.548-2.939.681-1.088.144-2.865.534-3.468.761-.495.186-1.357.652-2.592 1.401a30.24 30.24 0 0 1-1.788.976c-2.524 1.264-3.462 2.012-4.306 3.431-.26.438-.617.905-.994 1.301-.713.747-.842.973-.842 1.474.001.738.704 1.642 1.276 1.642.393 0 .416-.284.086-1.045-.132-.304-.24-.635-.24-.734 0-.106.117-.337.279-.553.153-.204.46-.727.682-1.161.222-.434.49-.87.595-.97.46-.436 2.065-1.565 2.838-1.996 1.36-.759 2.099-1.2 2.833-1.69a11.758 11.758 0 0 1 3.01-1.458c3.173-1.033 3.348-1.083 3.97-1.142.713-.068.825-.091 2.598-.526 1.292-.318 1.31-.32 2.499-.323 1.728-.005 3.628.19 3.628.37 0 .028-.3.087-.667.132-.367.045-1.264.19-1.994.321-1.762.319-2.374.577-2.94 1.239l-.283.33-.429-.165a3.48 3.48 0 0 0-.822-.195c-.352-.026-.44-.002-.832.217a9.849 9.849 0 0 1-1.053.48c-.776.296-1.227.523-1.818.913-1.093.722-2.099 1.909-2.099 2.478 0 .472.505.158 1.823-1.134 1.103-1.08 1.707-1.512 2.425-1.73.28-.086.72-.236.976-.334l.466-.178.513.128c.282.07.529.154.549.186.104.17-.537.6-1.47.985-.93.384-1.328.657-2.137 1.463-.75.749-1.082 1.329-1.253 2.192-.106.535-.073 1.029.072 1.077.168.056.582-.453.996-1.228.828-1.549 1.793-2.509 3.04-3.026a5.663 5.663 0 0 0 1.017-.557c.224-.168.428-.305.454-.305.026 0 .2.077.387.172.391.196.775.221.935.06.096-.096.098-.13.016-.257-.08-.122-.515-.44-1.048-.767-.213-.13-.048-.302.564-.589 1.042-.489 3.024-.906 4.646-.98l.96-.043.32.25c.176.138.37.325.429.416.153.235.045.261-.733.178a4.926 4.926 0 0 0-1.071-.006c-.633.089-2.02.659-2.693 1.107-.795.529-2.043 1.849-1.89 2.001.094.094.546-.095 1.043-.435 1.049-.72 2.977-1.847 3.373-1.973.316-.099.592-.123 1.355-.114.527.006 1.158.033 1.404.058.439.047.45.053.89.511.462.481.824.711 1.246.79.567.107.735-.203.246-.453-.158-.08-.536-.384-.84-.675-.33-.318-.653-.562-.807-.613-.19-.063-.413-.265-.872-.792-.339-.389-.616-.741-.616-.782 0-.128.576-.08 1.208.1.857.244 1.267.416 2.007.841.356.205.782.43.946.5.46.198.345.301-.55.5-.103.023-.188.084-.188.134 0 .111.35.178.945.178.496.001 1.36.123 1.536.216.066.035.12.094.12.132 0 .038-.654.389-1.455.781-.924.452-1.602.832-1.859 1.041-.661.537-.707.736-.117.503.194-.076.606-.17.916-.208.31-.038.648-.088.752-.111.108-.024.189-.013.189.026s-.221.277-.491.532a3.651 3.651 0 0 1-1.047.72c-.558.258-.85.476-.634.476.264 0 1.112-.322 1.817-.69 1.014-.53 1.353-.759 2.155-1.463 1.101-.966 1.12-.755.05.588-.684.857-.77 1.052-.361.813.7-.411 1.439-1.019 2.375-1.956 1.01-1.011 1.046-1.038 1.817-1.413 1.492-.725 1.947-.819 3.687-.762l1.207.039.309-.212c.304-.209.317-.212 1.181-.213.896-.002 1.69.092 2.892.341.376.078.922.161 1.214.184l.53.041.235-.249c.216-.23.267-.25.616-.25.508 0 1.234.112 2.025.313.358.091 1.011.247 1.452.347.875.197.787.207 1.25-.139.05-.038.276.051.623.247.642.363 1.388.669 1.628.669.104 0 .227-.072.314-.181.168-.214.173-.271.039-.529-.229-.438-.112-.423.958.126 1.036.532 1.355.642 1.505.517.146-.121.13-.361-.037-.574-.097-.123-.114-.18-.052-.18.151 0 .44.222.75.575.32.364.852.654 1.2.656a.72.72 0 0 0 .434-.181l.215-.182.389.159c.213.086.62.272.901.412.646.321 2.499.956 2.787.956.119 0 .29-.028.38-.062.21-.08.673.133 2.014.926 1.167.69 1.453.768 1.764.48.234-.217.306-.187.901.367.794.737 1.948 1.516 2.451 1.651.358.097.735-.011.86-.246.174-.324.338-.21 1.16.797.649.796 1.067 1.181 1.716 1.577.39.237.485.267.768.242l.323-.029.455.506c.421.469 1.26 1.223 1.883 1.692.197.149.343.2.582.205.31.006.33.019.755.528.24.288.621.695.848.905.228.21.601.6.831.866.5.58.722.716.997.611.177-.067.21-.052.417.188.124.144.399.493.612.775.58.768 1.515 1.794 1.793 1.967.28.176.578.194.826.052.261-.149.307-.128.498.223.227.417.46.669 1.385 1.494 1.397 1.247 2.225 2.033 2.225 2.109 0 .053-.249.069-.819.052-.651-.02-.961.006-1.518.125-1.114.239-2.193.677-2.463 1.003-.083.1-.064.106.2.061.16-.027.6-.138.98-.247 1.261-.363 1.742-.439 2.765-.439.91 0 .978.009 1.346.19.448.22.998.846 1.746 1.991a230.35 230.35 0 0 0 2.506 3.724c.407.592.989 1.446 1.293 1.898.306.452.684.976.842 1.164.157.188.441.558.63.821.404.561 2.14 3.343 2.52 4.039.145.264.433.77.64 1.127.541.929.797 1.584 1.003 2.563.254 1.213.369 1.583.845 2.72.23.551.463 1.198.516 1.437.143.645.192 1.138.117 1.185-.037.022-.287-.284-.558-.681-.47-.691-.758-1-.804-.862-.038.114.705 1.262 1.292 1.996.103.129.128.227.094.363-.026.102-.08.175-.122.161-.041-.014-.34-.417-.663-.896-.58-.858-1.05-1.411-1.13-1.33-.147.147 1.394 2.395 1.694 2.474.126.033.136.072.097.366-.025.181-.156.714-.292 1.185-.313 1.085-.388 2.237-.198 3.032.179.746.585 1.561.997 1.996.418.441.763.624 1.398.74l.466.085.145.445c.353 1.082 1.378 2.035 2.791 2.594.644.255 1.076.305 1.615.19.306-.066.446-.071.488-.018.032.041.19.351.354.69.26.542.386.706 1.052 1.37.584.58.868.809 1.237.992.458.227.513.238 1.21.239.684 0 .742.011.914.171.26.24 1.345 1.608 1.957 2.464 1.292 1.807 1.514 2.107 1.769 2.396.349.395.352.251.012-.448-.508-1.043-1.768-2.819-2.838-4.001-.324-.357-.59-.689-.592-.736-.004-.192.302-.064.661.274.803.758 2.004 2.274 3.212 4.054.383.566.764 1.089.846 1.163l.149.135-.046-.203c-.061-.272-.573-1.164-1.079-1.881-.594-.842-1.254-1.613-2.338-2.729-.893-.919-.947-.99-.826-1.078a.484.484 0 0 1 .213-.094c.107 0 1.247 1.254 1.961 2.156.992 1.254 1.298 1.617 1.331 1.583.067-.066-.404-.845-.957-1.583a16.18 16.18 0 0 0-1.299-1.481c-.404-.4-.736-.742-.736-.76 0-.019.154-.187.342-.375.45-.449.444-.539-.034-.599-.206-.026-.376-.069-.376-.098 0-.028.1-.098.222-.156.123-.058.369-.219.549-.356.179-.136.35-.248.38-.248.03 0 .146.096.256.213.111.117.361.304.557.415.274.156.456.345.801.831.509.716 1.088 1.381 1.024 1.176-.023-.075-.254-.455-.512-.844-.462-.693-.53-.833-.411-.833.142 0 .443.327 1.088 1.178.379.5.82 1.033.978 1.184l.288.274-.047-.206c-.086-.382-.385-.911-.894-1.58-.28-.367-.494-.691-.476-.719.018-.028.116-.07.22-.093.103-.023.322-.149.488-.279.348-.276.417-.291.467-.098.134.51.696 1.452 1.49 2.495.504.663 1.491 2.264 1.906 3.092.166.333.51 1.128.766 1.768.547 1.377.902 2.109.994 2.052.038-.024.049-.194.024-.404-.023-.2-.014-.416.023-.48.056-.102.086-.089.237.111.308.405.897 1.38 1.088 1.802.6 1.319 1.214 4.351 1.29 6.372l.05 1.306.349.747c.492 1.051.642 1.579.684 2.4.051.998-.229 4.649-.466 6.082a17.999 17.999 0 0 0-.179 1.598c-.03.527-.072.787-.13.809-.047.018-.107.192-.133.387-.146 1.106-.363 1.935-.854 3.264-.326.879-.393 1.135-.28 1.066.295-.182.851-1.505 1.202-2.861l.165-.635.004.448a4.05 4.05 0 0 1-.098.855c-.128.506-1.628 3.489-2.148 4.272-.414.621-.507.614-.321-.024.208-.717.122-.601-.668.894-.731 1.385-1.168 2.106-1.293 2.131-.058.012-.234-.184-.425-.471-.37-.557-.372-.536.102-1.123.304-.376.983-1.693.939-1.823-.033-.101-.418.363-1.046 1.263-.264.377-.516.698-.561.713-.088.029-.843-1.05-.843-1.206 0-.052.199-.306.442-.563.525-.557 1.21-1.555 1.488-2.167.414-.914.121-.65-1.197 1.079-.497.653-.939 1.199-.982 1.213-.09.029-.367-.388-.367-.552 0-.06.111-.211.247-.334.751-.681 2.502-3.27 2.407-3.558-.013-.039-.367.388-.786.947-.938 1.251-1.989 2.489-2.114 2.489-.101 0-.302-.339-.302-.51 0-.058-.031-.106-.07-.106-.038 0-.104-.075-.146-.168-.069-.151-.043-.207.265-.565.563-.655.623-.846.094-.305-.405.416-.508.488-.59.42-.16-.133-.12-.247.211-.595.348-.367.687-.892.619-.96-.024-.024-.252.162-.506.414s-.501.459-.549.459c-.119 0-.027-.154.384-.637.345-.404.752-1.074.653-1.074-.03 0-.322.266-.648.591-.412.409-.628.579-.703.55-.191-.073-.122-.365.163-.694.392-.454.707-.929.651-.983-.027-.026-.255.176-.508.449-.421.454-.689.617-.689.419 0-.042.195-.284.433-.536.769-.815 1.571-2.17 1.468-2.478-.029-.087-.523.475-1.413 1.609-.566.721-.708.833-.789.622-.088-.229-.027-.354.43-.881.488-.563 1.144-1.548 1.183-1.776.053-.307-.159-.134-.684.562-.582.771-.874 1.09-.94 1.025-.091-.091.076-.408.464-.88.863-1.051 2.14-3.183 2.095-3.497-.022-.149-.419.375-1.911 2.525-.241.348-.477.633-.524.633-.058.001-.086-.113-.086-.343 0-.313.028-.376.3-.668.413-.443 1.001-1.278 1.401-1.988 1.006-1.783 2.015-4.597 1.649-4.597-.04 0-.211.301-.38.667-1.05 2.281-2.715 5.241-2.856 5.079-.015-.016-.003-.677.026-1.468.04-1.073.089-1.577.192-1.988.082-.325.124-.661.103-.821-.026-.208.032-.454.252-1.058.426-1.167.645-1.864.849-2.704.101-.414.212-.865.248-1.001a1.92 1.92 0 0 0 .06-.445c-.005-.202-.074-.004-.545 1.549-.41 1.354-.785 2.41-.853 2.404-.139-.012-.104-.484.104-1.415.313-1.403.678-3.349.786-4.19.03-.236.022-.36-.026-.36-.087 0-.167.289-.38 1.353-.451 2.261-.672 3.182-.772 3.216-.149.05-.181-.447-.062-.963.062-.27.28-1.399.484-2.51.204-1.111.394-2.127.421-2.259.044-.211.038-.229-.057-.152a.51.51 0 0 0-.143.24c-.02.083-.101.398-.179.7a40.816 40.816 0 0 0-.558 2.566c-.173.931-.199 1.014-.276.877-.168-.301-.14-.851.107-2.071.291-1.434.439-2.006.76-2.953.26-.766.282-.917.134-.917-.125 0-.508.8-.753 1.574l-.215.677c-.016.052-.045.081-.062.063-.126-.126.94-4.206 1.265-4.844.076-.148.11-.286.076-.308-.279-.172-.808.79-1.344 2.448-.27.835-.336.986-.39.895-.02-.033-.194-.661-.389-1.395-.477-1.808-.575-2.106-.974-2.978-.19-.414-.415-.938-.5-1.163-.253-.671-.606-1.325-1.357-2.509a44.14 44.14 0 0 1-1.037-1.709c-.438-.79-.618-1.012-.732-.899-.07.069-.036.19.178.631.147.301.252.562.232.581-.018.018-.15-.029-.294-.105-.143-.077-.273-.126-.29-.11-.017.016.183.226.443.466.511.472.773.813.626.813-.049 0-.183-.073-.299-.161-.318-.242-.656-.403-.656-.314 0 .042.365.451.813.909.801.821 1.064 1.18 1.022 1.398-.015.074-.173-.07-.475-.432-.783-.938-2.178-2.179-2.306-2.052-.053.053.438.618 1.624 1.864 1.311 1.378 1.525 1.66 1.667 2.193.248.927.213 1-.168.343-.4-.691-1.045-1.51-1.835-2.331-.646-.67-1.164-1.102-1.164-.972 0 .063.429.603 1.2 1.516.728.86 1.366 1.684 1.739 2.249.125.188.313.419.417.514.172.154.205.262.335 1.095.079.508.265 1.402.412 1.985.319 1.265.609 2.674.893 4.33.114.668.267 1.469.339 1.779.073.311.23 1.042.349 1.626.259 1.268.247 1.787-.073 3.059a14.817 14.817 0 0 0-.304 1.85c-.111 1.134-.343 2.201-.492 2.258-.208.08-2.079-1.033-3.058-1.819a22.585 22.585 0 0 1-1.391-1.259c-.774-.764-.983-.874-.981-.515.001.381.909 1.562 1.746 2.271.992.842 2.508 1.69 3.2 1.79.179.026.342.073.362.106.02.032-.011.379-.069.77-.058.392-.106.94-.106 1.217-.001.769-.294 2.366-.467 2.539-.07.071-1.611-.734-2.34-1.223-.899-.603-.904-.66-.03-.359.682.234 1.399.338 1.399.203 0-.045-.331-.236-.735-.425-1.886-.877-3.845-2.041-4.796-2.848-.38-.324-.5-.34-.367-.05.186.408 1.334 1.408 2.352 2.05.188.118.339.27.363.367.055.222.727.917 1.232 1.276.778.554 2.086 1.13 2.565 1.13.266 0 .343.109.261.366-.038.119-.089.631-.113 1.14l-.043.924-.172-.008c-.284-.013-2.603-1.008-3.503-1.502-.932-.512-1.581-.924-1.533-.973.017-.017.519.128 1.113.324 1.069.352 2.007.52 2.007.361 0-.094-.53-.414-1.096-.662a44.542 44.542 0 0 1-3.114-1.579c-1.18-.678-2.182-1.401-3.072-2.215-.284-.26-.343-.289-.395-.194-.25.445 1.36 2.124 2.92 3.046l.764.452c.218.128.277.2.25.302-.08.31.435.878 1.348 1.486 1.059.703 2.906 1.391 3.831 1.424.393.014.577.049.62.119.035.055.044.912.021 1.98-.054 2.504.097 3.849.774 6.903.119.534.15.8.102.848-.048.048-.308.048-.825-.001-.587-.055-.968-.142-1.709-.389-.832-.278-.96-.34-.996-.486-.04-.157-.245-.243-.245-.103 0 .035-.106.103-.236.149-.151.055-.244.137-.257.227-.031.215-.91.622-1.869.866-.676.171-1.009.215-1.882.247-1.793.064-2.239-.054-4.587-1.222-2.388-1.186-3.164-1.462-3.975-1.414l-.347.021.484.479c.539.535 1.436 1.113 2.963 1.911 1.532.802 2.674 1.192 3.82 1.308.46.046 1.806-.054 2.463-.185.582-.115.681-.097.92.164.45.49 2.262 1.605 3.21 1.974.27.105.485.217.478.247-.04.189-2.073.317-2.606.165-.354-.102-.34.041.04.407.46.443.824.554 1.962.595.489.018.914.057.945.085.07.065-.667.998-1.022 1.294-.352.294-1.07.633-1.902.895-.972.308-2.254.358-3.669.146-1.179-.178-1.525-.262-1.467-.354.023-.038.208-.143.41-.232 1.2-.53 2.44-1.734 2.264-2.195-.035-.092-.128-.035-.484.298-.5.469-1.255.875-2.152 1.161-.54.172-.677.187-1.617.181-2.09-.013-3.274-.348-6.023-1.704-1.254-.618-2.39-1.056-2.487-.959-.052.052.448.623.827.946.62.525 1.486 1.066 2.55 1.59 1.71.842 2.734 1.119 4.34 1.175 1.011.036 1.068.045 1.362.232.388.245 1.227.567 2.067.793.886.237 2.13.251 3.077.033 1.103-.253 1.117-.21.173.541-.977.778-2.16 1.296-2.959 1.296-.639 0-1.83-.179-3.147-.473-1.22-.272-1.464-.308-1.965-.29l-.269.011.146.155c.289.307 2.4 1.227 3.26 1.421.877.197 1.698.341 1.94.341.122 0 .222.029.222.064 0 .078-.703.66-.956.79-.303.156-2.83.016-3.573-.199-1.557-.45-2.679-.658-2.894-.538-.102.057-.074.104.213.358.607.535 2.395 1.286 3.231 1.356.518.044.466.093-.367.345-.428.13-.762.173-1.53.201-1.068.039-1.77-.031-2.817-.282-.723-.174-.776-.231-.551-.599.277-.455.08-.609-.344-.269-.351.282-.737.446-1.311.557-.413.079-.565.072-1.438-.061-1.619-.248-3.805-.285-3.73-.062.09.27 2.274 1.028 3.603 1.25.87.145 1.354.109 1.864-.141l.386-.19.531.291c1.077.591 1.758.702 3.41.554.534-.048 1.062-.076 1.175-.062.202.025.194.035-.398.552-.332.289-.866.706-1.187.924l-.585.397-1.174-.001a26.633 26.633 0 0 1-2.287-.12 63.135 63.135 0 0 0-1.17-.118c-.03 0-.091-.077-.134-.171-.098-.214-.325-.224-.706-.029-.267.136-.493.123-.247-.014.221-.123.121-.256-.377-.5-.323-.157-.793-.304-1.344-.419-1.619-.337-2.984-.806-4.775-1.638-1.086-.505-3.33-1.953-4.987-3.219-.879-.672-1.058-.786-1.23-.786-.268 0-.165.231.444.995.348.435.615.808.593.829-.118.119-2.685-.512-4.208-1.034-1.54-.528-2.048-.839-3.553-2.171-1.077-.954-2.044-1.988-2.545-2.719-.291-.425-.469-.623-.56-.623-.219 0-.2.23.075.898.432 1.046 1.392 2.4 2.555 3.602 1.615 1.669 2.67 2.202 5.054 2.553.986.145 2.481.177 2.998.064.17-.037.378-.083.463-.103.124-.028.305.108.93.702 1.321 1.257 2.766 2.194 4.357 2.829 1.358.541 2.192.796 3.149.962.654.113 2.294.117 2.554.006.31-.132.14.04-.214.218-.39.196-1.835.802-2.306.968-.27.095-.589.123-1.506.129-1.099.009-1.745.101-1.745.249 0 .121.698.48 1.232.634 1.26.362 1.891.387 2.645.105.207-.077.382-.13.389-.116l.115.229c.065.132.238.274.479.396.206.105.376.222.376.259 0 .038-.252.171-.56.295-.308.123-.856.402-1.219.618-.363.217-.88.49-1.151.608-.443.193-.561.214-1.177.215-.636.001-.742-.02-1.506-.296-1.03-.373-1.295-.414-1.399-.22-.227.424.474 1.123 1.627 1.624.654.284.696.33.43.467-.428.221-1.355.533-1.856.625-.679.123-1.803.121-2.567-.004-.939-.154-1.157-.14-1.395.093-.183.18-.269.204-.977.279-1.204.126-3.006-.04-4.194-.388-.487-.142-.896-.291-.908-.33-.013-.039.156-.153.375-.254a2.9 2.9 0 0 0 .713-.501l.314-.319.565.076c.76.102 1.166.096 1.963-.03.752-.119.7-.126 2.517.331 1.418.356 1.895.426 2.841.422.643-.003.922-.033 1.119-.119.406-.177.289-.281-.371-.33-.743-.055-2.211-.401-3.207-.756-.883-.314-1.859-.535-2.367-.534-.188 0-.881-.077-1.54-.171-.658-.093-1.596-.22-2.084-.281a11.232 11.232 0 0 1-1.505-.299c-.886-.27-1.044-.294-1.094-.164-.035.091-.124.101-.571.062-1.013-.088-2.162-.32-3.474-.701-1.093-.318-1.267-.36-1.486-.362-.315-.003-.151.185.382.438 1.173.557 2.995.925 4.585.928l.81.002.368.327c.202.18.615.46.918.621.523.28.622.369.493.448-.16.099-1.113.186-2.06.187-1.304.003-2.39-.145-4.524-.615-.847-.187-1.642-.361-1.768-.387-.265-.054-.696.011-.696.107 0 .036.15.173.333.304.283.204.354.303.479.672.08.239.146.5.146.581 0 .525-1.299.555-3.559.082-1.555-.325-5.078-1.015-5.305-1.039-.311-.033-.29.097.044.263.886.441 3.907 1.472 5.98 2.041.625.172 2.167.219 2.642.081.467-.135.795-.351 1.008-.662.145-.212.16-.291.127-.735-.02-.273-.029-.496-.02-.496.01 0 .35.125.758.279 1.365.515 2.31.692 3.802.712l.925.012.479.29c.792.481 1.814.955 2.395 1.111l.645.175c.204.057-.05.157-.68.267-1.429.249-3.11-.008-6.547-1.002-.678-.196-1.461-.27-1.461-.137 0 .219 1.214.923 2.294 1.33 1.177.442 2.855.738 4.243.746.699.004.916-.022 1.455-.179.928-.27 1.343-.437 1.71-.689.306-.21.371-.226 1.065-.262.638-.033.854-.078 1.589-.335l.85-.297.636.219c.35.12.766.252.926.292.16.04.291.098.291.128 0 .162-1.374 1.101-2.232 1.527-.79.391-1.169.412-2.286.123-1.114-.288-1.461-.288-2.583 0-.498.128-.926.213-.949.189-.023-.023.023-.134.102-.245.08-.111.145-.237.145-.278 0-.12-.49-.087-.953.065-.234.078-.848.248-1.363.38a26.79 26.79 0 0 0-1.653.483c-.924.315-1.358.372-2.18.29a12.994 12.994 0 0 1-3.333-.786 25.734 25.734 0 0 0-2.327-.715c-.715-.179-1.501-.422-1.746-.538-.791-.376-.902-.259-.256.27.27.223.823.544 1.506.875.594.287 1.068.554 1.054.592-.037.107-2.218.056-3.057-.072-1.281-.194-2.2-.435-3.34-.875-.684-.264-1.812-.592-2.033-.59a.532.532 0 0 0-.237.064c-.085.054-.08.086.034.213.153.171 1.599.902 2.77 1.4.432.184.827.365.877.401.128.095.01.146-.57.247-.566.097-.682.075-2.532-.501a36.12 36.12 0 0 0-1.677-.487c-.481-.113-1.643-.145-1.643-.045 0 .033.246.246.546.473.827.625 2.655 1.482 3.685 1.73.337.081.343.166.026.381-.343.232-1.052.366-2.032.382-.784.013-.981-.009-1.653-.18-.58-.149-.838-.184-1.078-.148-.173.026-.315.07-.315.098 0 .112.475.495.992.8.707.417.939.516 1.433.609.223.042.418.112.433.156.014.044-.104.221-.264.394-.544.59-1.797 1.029-2.731.958a4.39 4.39 0 0 1-.88-.201l.015-.002Zm1.785-.359c.29-.075.077-.158-.41-.159-.83-.002-2.386-.302-3.363-.647a1.801 1.801 0 0 0-.41-.103c-.4.008 1.034.545 2.181.817.544.13 1.664.18 2.002.092Zm-1.08-.771c.022-.035-.076-.095-.218-.131-1.754-.449-1.989-.492-1.9-.35.067.11.497.27 1.113.414.624.146.944.167 1.005.067Zm-1.846-1.492a3.68 3.68 0 0 0 .514-.06l.17-.041-.166-.063c-.092-.035-.877-.185-1.746-.334a41.94 41.94 0 0 1-2.502-.501c-.509-.127-.964-.216-1.012-.199-.134.049.022.204.39.389 1.02.51 3.02.882 4.352.809Zm-.376-1.094c0-.039-.07-.086-.154-.105-2.832-.622-4.683-1.096-5.553-1.421-.217-.082-.413-.13-.434-.109-.083.083.15.25.77.552 1.319.642 2.949 1.048 4.464 1.115.603.026.907.015.907-.032Zm12.412-2.049c.103-.102.03-.153-.28-.195-1.837-.245-3.187-.595-5.249-1.36-.261-.097-.49-.161-.508-.142-.079.078.267.415.645.627.716.401 2.445.853 4 1.044.658.082 1.324.094 1.392.026Zm8.5-.091c.077-.126-.033-.195-.43-.276a47.963 47.963 0 0 1-1.348-.312c-1.389-.34-1.658-.301-.696.1.971.405 2.357.677 2.474.488Zm2.225-.273c0-.075.015-.072-1.164-.278-.887-.156-2.457-.537-3.686-.894-.389-.113-.805-.196-.924-.184l-.216.021.274.145c.6.319 2.539.859 4.016 1.118.847.148 1.7.184 1.7.072Zm-12.193-.609c.166-.108.027-.188-.485-.278-.814-.142-2.029-.469-2.437-.656-.42-.192-.418-.215.061-.5l.245-.146.228.168c.69.51 3.468.975 2.944.493-.056-.052-.426-.164-.822-.249-.775-.166-2.122-.529-2.18-.586-.02-.02-.027-.203-.018-.407.028-.604-.022-.646-.709-.602-.814.05-1.784-.111-3.856-.64-1.37-.351-1.62-.292-.657.153.938.433 2.396.751 3.775.823.906.048 1.039.121.616.34-.415.215-1.363.204-2.756-.033-1.553-.264-2.8-.382-3.445-.328-.727.062-.785.114-.416.385.166.122.431.278.59.346.725.316 3.224.791 4.332.824a4.31 4.31 0 0 0 .83-.068c.374-.079.392-.075.726.132.748.465 3.115 1.036 3.434.829Zm1.415-1.52c.088-.143-.097-.213-1.006-.376-1.37-.247-1.36-.246-1.36-.174 0 .112.712.422 1.208.526.557.116 1.093.127 1.158.024Zm3.105-1.837c.124-.078-.14-.153-1.363-.389a86.477 86.477 0 0 1-2.894-.655c-1.082-.261-2.02-.466-2.082-.454-.543.105.555.605 2.306 1.048 1.501.381 3.747.631 4.033.45Zm-8.362-.14c.16-.069.199-.171.093-.237-.034-.021-.38-.071-.77-.112a17.26 17.26 0 0 1-1.497-.244c-.877-.188-1.787-.367-1.865-.367-.028 0-.051.029-.051.066 0 .124.995.545 1.712.723.777.194 2.105.29 2.378.171Zm-.959-.841c-.03-.093-.076-.105-2.004-.563-1.332-.316-1.538-.351-1.538-.255 0 .171 1.335.6 2.49.799.753.13 1.091.136 1.052.019Zm16.621-.285c.129-.094.127-.099-.038-.133a7.197 7.197 0 0 0-.548-.077c-.206-.024-.837-.15-1.4-.282-.564-.132-1.102-.228-1.198-.215-.147.021-.105.057.27.234.918.432 2.597.705 2.914.473Zm-7.651-.106c.645-.174 1.408-.577 1.651-.872.27-.326.37-.71.313-1.194-.025-.22-.03-.401-.009-.401.02 0 .37.136.777.301 1.385.565 2.308.758 4.162.872 1.451.089 2.918.044 3.73-.115.546-.107.64-.106 1.472.004 1.13.149 3.347.114 4.136-.066 1.022-.232 1.844-.658 1.925-.995.04-.166.054-.171.562-.15 1.076.044 2.337-.201 2.587-.504.058-.07.032-.113-.118-.189-.231-.118-.834-.252-1.133-.252-.343 0-3.034-.672-3.749-.936-1.323-.489-2.608-1.169-3.525-1.866-.226-.172-.95-.852-1.609-1.511-.658-.659-1.49-1.443-1.848-1.741-.8-.669-1.295-1.232-1.613-1.836-.249-.474-.326-.543-.399-.355-.119.311.453 1.637 1.091 2.528.637.889 1.992 2.48 2.757 3.238.392.388.696.722.674.743-.02.021-.217-.063-.435-.186-.566-.319-3.329-2.183-4.282-2.889-.687-.509-1.015-.776-2.003-1.627-.208-.18-.438-.232-.485-.108-.075.194 1.263 1.977 2.34 3.12.245.258.418.486.386.506-.104.064-1.68-.61-3.033-1.297-1.521-.772-1.785-.985-2.792-2.253a25.926 25.926 0 0 0-1.103-1.3c-.714-.76-1.583-1.967-1.486-2.063.02-.021.284.164.586.41 1.196.972 2.45 1.67 3.568 1.984.626.176 1.37.285 1.368.2 0-.029-.238-.125-.53-.213-1.646-.5-4.056-2.229-5.441-3.904-.66-.799-1.022-1.173-1.09-1.131-.186.115.059.749.556 1.443.215.301.258.407.206.506-.13.243.513 1.627 1.317 2.836 2.075 3.118 2.357 3.424 3.897 4.238 1.246.659 2.83 1.186 4.433 1.474.825.148.927.195 1.82.826 1.793 1.266 4.662 2.06 7.017 1.939.642-.033 1.172.038 1.214.162.047.14-.661.299-1.659.372-1.048.076-2.052.017-3.772-.221-1.083-.15-1.382-.232-3.655-1.008-.928-.316-1.783-.567-2.02-.592l-.41-.042.413.396c.402.386 1.024.736 2.599 1.467.474.219.476.222.242.248-.448.049-3.637-.393-4.623-.641-1.367-.343-2.606-.846-5.14-2.082-1.514-.739-1.737-.871-2.743-1.631a42.71 42.71 0 0 1-1.648-1.304c-.691-.597-1.172-.966-1.26-.966-.227 0 .852 1.139 2.234 2.36.565.499 1.089.976 1.164 1.062.075.085.314.291.53.458.625.481.506.749-.323.727-.759-.02-1.715-.249-3.356-.804-2.49-.842-3.15-.992-3.457-.789-.087.057-.076.089.069.206.543.438 3.042 1.615 4.118 1.939.977.294 1.636.406 2.419.412.55.003.654-.017.966-.188.23-.126.402-.283.5-.46.083-.147.164-.268.18-.268.027 0 1.433.788 1.8 1.009.407.246.467 1.099.102 1.463-.344.344-1.084.557-2.055.593-.99.036-1.576-.027-4.017-.433-1.735-.289-2.781-.381-2.781-.245 0 .229 2.646 1.16 4.312 1.517 1.04.223 2.713.257 3.409.069Zm-9.137-.461c.241-.063.092-.257-.262-.34-.976-.228-2.224-.37-2.224-.253 0 .178.588.381 1.564.542.612.1.712.106.922.051Zm-.957-.819c.076-.075.052-.142-.064-.187-.237-.091-1.103-.246-1.362-.244-.258.002-.267.008-.138.105.313.236 1.423.468 1.564.326Zm-4.745-.632c0-.084-.856-.433-1.61-.655l-.69-.206c-.04-.013-.117.005-.17.04-.264.173.798.655 1.785.811.55.087.684.089.684.01Zm7.324-1.745c0-.09-.496-.316-1.147-.52-.32-.1-.358-.165-.156-.273.074-.04.117-.115.098-.168-.043-.111-.226-.188-.883-.371-.632-.175-.949-.217-1.067-.141-.079.052-.064.089.075.198.094.075.225.154.29.176.068.022.12.108.12.195 0 .088.055.206.122.267.48.434 2.548.951 2.548.637Zm4.312-1.469c0-.074-.177-.266-.427-.462a31.923 31.923 0 0 1-1.284-1.112c-.47-.427-.914-.808-.985-.846-.116-.063-.125-.051-.081.121.092.369.395.781.99 1.343.886.841 1.787 1.323 1.787.956Zm7.967-.75c.02-.031-.403-.276-.937-.546-2.2-1.11-3.956-2.535-6.382-5.179-.817-.89-.971-.928-.586-.144.371.753 1.55 2.046 2.796 3.063 1.174.959 3.752 2.466 4.722 2.761.388.118.345.112.387.045Zm-15.496-.179c0-.041-2.516-2.135-2.922-2.431-.412-.302-.583.016-.263.487.288.424 1.24 1.132 2.055 1.526.69.335 1.13.497 1.13.418Zm13.062-.24c-.012-.035-.438-.34-.946-.678-1.035-.687-1.598-1.142-2.944-2.375-1.062-.973-1.558-1.373-1.621-1.309-.092.092.649 1.058 1.32 1.726 1.148 1.139 2.095 1.847 3.241 2.424.504.253 1.005.365.95.212Zm-13.062-1.269c-.132-.14-.748-.663-1.37-1.161a86.33 86.33 0 0 1-1.54-1.26c-.43-.37-.56-.422-.626-.25-.172.447 1.396 1.895 2.748 2.537.34.161.709.314.822.341l.205.048-.24-.255Zm42.85-1.263c.637-.147 1.1-.485 1.268-.922.138-.361.115-.577-.075-.702-.152-.1-.105-.123-.777.366-.115.084-.285.12-.548.116-1.026-.014-5.31-2.08-8.424-4.063-.666-.423-1.326-.756-1.503-.756-.201 0 .295.66 1.064 1.415.467.459.85.867.85.907 0 .041-.121.074-.268.074-.525 0-3.603-.387-4.172-.524-.38-.092-1.812-.744-3.192-1.455-1.26-.648-2.203-1.056-2.773-1.202-.274-.069.776.9 1.68 1.552.844.608.965.765.51.663-.871-.196-2.408-.898-3.71-1.694-1.984-1.215-3.433-1.975-3.634-1.909-.156.052.615.831 1.627 1.644 2.71 2.174 4.177 2.819 6.744 2.962.838.047.866.054 1.403.342.302.161.712.341.912.4.994.289 4.337.319 5.25.048.263-.079.527-.143.586-.143.059 0 .46.212.89.47 2.006 1.205 3.379 1.893 4.455 2.233.6.189 1.437.271 1.838.178Zm-53.168-2.966c1.873-2.291 4.157-5.375 4.157-5.616 0-.117-.265.157-.846.875-2.492 3.082-3.815 4.86-3.916 5.262-.024.1-.028.18-.007.18.02 0 .296-.315.612-.701Zm56.57-.119c1.093-.097 2.043-.5 1.993-.847-.024-.174-.124-.177-.703-.019-.531.145-1.092.139-2.237-.023-1.486-.211-1.998-.347-3.686-.977-1.31-.488-2.128-.917-3.426-1.794-1.063-.717-1.7-1.049-2.249-1.166l-.233-.05.15.211c.698.978 3.36 3.064 4.678 3.664.793.362 2.08.771 2.791.888.825.135 2.112.185 2.923.113Zm-31.892-.285c-.015-.043-.395-.267-.846-.497-1.256-.64-1.982-1.222-3.733-2.992-.851-.86-1.565-1.546-1.586-1.525-.067.067.139.561.393.943 1.037 1.563 3.127 3.188 5.196 4.041.31.128.613.143.576.03Zm-28.96-1.728c1.583-1.333 3.921-3.984 4.708-5.338.163-.281.173-.322.063-.263-.152.081-.227.162-1.209 1.323a117.688 117.688 0 0 1-3.314 3.723c-.682.727-.96 1.061-.886 1.061.02 0 .307-.228.637-.506Zm27.537-.381c0-.035-.309-.269-.686-.517-.951-.628-1.379-.993-2.595-2.219-1.121-1.13-1.298-1.214-.901-.428.374.741 1.283 1.65 2.387 2.388.967.646 1.795 1.004 1.795.776Zm-.903-1.9c-.012-.064-.33-.364-.706-.665-.377-.301-1.13-.98-1.675-1.509-.698-.677-.998-.927-1.014-.846-.093.467 1.488 2.212 2.622 2.896.44.265.812.324.773.124Zm18.016-.259c.147-.177.025-.289-.56-.514-1.428-.548-1.936-.876-3.958-2.554a61.054 61.054 0 0 0-1.471-1.191c-.462-.349-1.374-.824-1.445-.754-.138.138 1.189 1.548 2.593 2.757 1.34 1.152 2.462 1.83 3.612 2.18.661.202 1.102.228 1.229.076Zm-23.137-.901c0-.149-.723-.928-1.675-1.803-1.497-1.378-2.49-2.421-2.767-2.911a20.465 20.465 0 0 0-1.115-1.726c-.258-.351-.615-.609-.737-.533-.033.02.013.219.103.441.09.221.26.753.378 1.18.51 1.851 1.198 2.673 3.711 4.429.684.477 1.013.656 1.546.839.39.135.556.16.556.084Zm-22.298-.991c.665-.666 1.496-1.786 1.399-1.883-.032-.032-1.536 1.71-1.74 2.015-.203.302-.021.232.341-.132Zm27.07.033c.032-.084-.236-.387-1.012-1.147-.88-.862-1.059-1.008-1.077-.884-.036.245.25.71.767 1.246.783.814 1.213 1.069 1.322.785Zm-10.004-.311c-.206-.296-2.462-2.519-2.555-2.519-.395 0 1.012 1.598 2.046 2.324.534.376.674.429.51.195Zm-9.133-.586c.878-.963 2.694-4.055 2.58-4.395-.013-.041-.26.335-.55.835a66.058 66.058 0 0 1-1.087 1.798c-.891 1.408-1.176 1.887-1.144 1.919.016.017.107-.054.201-.157Zm27.772-.199c-.05-.062-.57-.485-1.154-.94a27.104 27.104 0 0 1-1.786-1.529c-.398-.386-.748-.703-.779-.703-.116 0 .043.434.295.807.606.89 2.06 1.977 3.148 2.35.326.113.36.114.276.015Zm-5.945-2.169c0-.231-.642-1.017-1.835-2.249-3.16-3.261-3.033-3.103-3.403-4.23-.444-1.356-1.51-3.567-2.284-4.74-.267-.405-.505-.736-.529-.736-.057 0 .021.778.15 1.492.132.733.808 2.69 1.41 4.084.865 1.997 1.03 2.256 2.173 3.391.656.652.793.752 1.468 1.082.815.397.917.465 1.923 1.304.786.654.927.745.927.602Zm20.923-.294a.468.468 0 0 0 .23-.13c.096-.115.083-.12-.507-.229-.629-.116-1.282-.479-2.538-1.411-1.147-.851-1.415-1.028-3.29-2.176-.925-.567-1.702-.935-1.79-.847-.162.162 1.499 1.704 2.84 2.635 1.222.849 2.864 1.742 3.65 1.985.474.146 1.148.23 1.405.173Zm-52.817-1.924c1.51-1.521 2.433-2.573 2.726-3.105l.165-.3-.19.171c-.104.094-.623.664-1.153 1.266a158.4 158.4 0 0 1-2.375 2.638l-.408.428c-.206.215-.345.391-.308.391.036 0 .73-.67 1.543-1.489Zm74.403 1.168c.271-.045 1.037-.302 1.312-.44.545-.273 1.563-1.273 1.563-1.535 0-.214-.25-.16-.79.171-.763.468-1.042.557-1.88.598-.664.033-.767.02-1.348-.168-1-.325-3.855-1.48-3.855-1.561 0-.041.121-.14.267-.223.528-.297 1.376-1.174 1.376-1.423 0-.05-.057-.122-.128-.159-.102-.054-.25-.005-.702.23-.776.405-1.197.518-1.924.518-.92 0-1.71-.194-4.468-1.095-1.08-.353-1.853-.531-1.936-.448-.088.09.77.825 1.36 1.166 1.028.595 2.002 1.051 2.873 1.346.745.253.945.292 1.598.319l.747.029.348.284c.192.156.457.348.588.427 1.974 1.181 3.065 1.738 3.728 1.907.385.098.889.121 1.27.057Zm-64.53-.517c.77-.947 1.896-3.242 1.896-3.863 0-.266-.113-.18-.27.206-.08.201-.396.825-.7 1.386-1.266 2.342-1.37 2.561-1.23 2.561.038 0 .175-.13.305-.29Zm1.185-.308c.309-.517.456-.888.373-.938-.03-.019-.203.265-.385.632-.18.366-.341.688-.355.716-.015.028 0 .052.032.052.033 0 .183-.209.335-.462Zm46.203.32c.245-.071.473-.296.408-.401-.025-.04-.146-.073-.27-.073-.36 0-1.216-.244-1.761-.504-.278-.132-.921-.513-1.43-.846-1.498-.984-2.291-1.454-2.696-1.596-.39-.137-.795-.177-.795-.079 0 .123.415.684.728.983 1.008.966 2.88 2.055 4.157 2.417.624.178 1.258.215 1.659.099Zm-32.874-.52c.125-.125-.039-.454-.82-1.647a11.008 11.008 0 0 1-.565-1.061 13.098 13.098 0 0 0-.721-1.304c-.216-.33-.666-1.142-1-1.804-.606-1.199-1.081-2.008-1.179-2.01-.084-.001-.058.703.045 1.243.215 1.122.846 2.608 1.558 3.67.566.845 1.66 2.28 2.01 2.633.296.301.546.406.671.28Zm9.316-.28c-.25-.386-2.04-2.413-2.13-2.413-.627 0 .903 1.959 1.943 2.49.3.153.33.142.188-.077Zm-24.35-.306c.797-1.161 1.7-2.87 2.066-3.908.117-.333.212-.641.21-.685 0-.044-.426.752-.945 1.768-.519 1.017-1.043 2.014-1.164 2.215-.305.507-.573 1.044-.538 1.079.016.016.183-.195.371-.469Zm-10.336-.618c1.022-.996 2.483-2.555 3.177-3.394.629-.758 1.197-1.566 1.14-1.623-.02-.021-.495.464-1.054 1.078-.56.614-1.29 1.393-1.624 1.732-.541.549-.578.575-.332.239.262-.359.314-.475.295-.667-.022-.234-.324.04-1.07.974-.76.95-.836 1.176-.264.782l.326-.224-.145.201c-.079.11-.424.509-.765.886-.341.376-.621.708-.621.736-.004.15.221-.023.937-.72Zm34.544-.479c-.107-.179-.686-.998-1.1-1.557a13.78 13.78 0 0 1-.747-1.148c-.176-.312-.345-.583-.377-.603-.033-.02-.092.036-.133.124-.145.319.424 1.468 1.139 2.299.393.457 1.402 1.19 1.218.885Zm-27.977-.212c1.557-1.768 3.319-4.494 2.905-4.494-.033 0-.627.832-1.318 1.85-1.63 2.402-1.933 2.868-1.89 2.912.02.019.156-.101.303-.268Zm-.301-.712c.546-.673 1.265-1.738 1.32-1.953.056-.227-.034-.24-.22-.032-.299.334-1.597 2.297-1.597 2.415 0 .118.173-.031.497-.43Zm4.94-.993c.172-.26.781-1.588.828-1.801.038-.175-.772 1.393-.93 1.801-.077.198-.027.198.103 0Zm22.971.018c0-.037-.298-.522-.664-1.077-.724-1.101-1.514-2.586-1.877-3.527-.128-.329-.262-.588-.3-.575-.102.036-.067.987.053 1.383.255.851.923 2.094 1.535 2.856.536.668 1.253 1.206 1.253.94Zm51.546-.626c.304-.386.847-1.449.805-1.576-.015-.044-.152.118-.304.359-.47.747-.914 1.489-.914 1.53 0 .124.169-.005.413-.313Zm-8.311.222c.312-.142.404-.293.298-.491-.082-.154-.031-.141-.682-.17-.857-.037-1.64-.382-2.89-1.272a17.46 17.46 0 0 1-2.094-1.733c-.529-.509-.724-.647-.92-.651-.252-.005-.124.377.371 1.108.524.773.46.777-.8.045a81.974 81.974 0 0 0-1.915-1.068 68.392 68.392 0 0 1-1.643-.912c-.66-.384-1.318-.654-1.47-.603-.302.101 1.836 2.056 3.113 2.848 1.394.864 3.074 1.451 3.833 1.337.167-.024.344.061.945.459.854.565 1.686.978 2.27 1.127.561.144 1.234.134 1.584-.024Zm-9.317-.3-.204-.152.376-.035.375-.035-.495-.257a18.45 18.45 0 0 0-1.267-.568 22.32 22.32 0 0 1-1.61-.753c-.462-.242-.87-.44-.907-.44-.154 0-.048.254.22.528.159.161.25.294.201.294-.288 0-2.33-1.119-3.82-2.092-1.142-.747-1.186-.77-1.186-.627 0 .219 1.545 1.463 2.715 2.187 1.837 1.136 4.38 2.111 5.487 2.104l.32-.002-.205-.152Zm16.334-.943c.118-.065.725-.921.907-1.276.152-.297.145-.415-.015-.269-.12.108-.743.954-.997 1.354-.124.195-.071.291.105.191Zm-46.164-.493a36.347 36.347 0 0 0-.806-1.283c-1.998-3.1-2.688-4.408-3.565-6.769-.289-.778-.822-2.598-.96-3.278-.047-.236-.118-.418-.157-.405-.12.04-.12 1.13-.001 1.861a17.424 17.424 0 0 0 2.124 5.899c1.061 1.808 1.87 2.842 2.93 3.748.372.317.495.382.435.227Zm-1.857-.701a52.81 52.81 0 0 1-.476-.77c-.2-.33-.617-1.013-.926-1.519a25.056 25.056 0 0 1-.941-1.697c-.216-.444-.414-.767-.46-.75-.123.043-.075.602.095 1.085.45 1.286 1.513 2.9 2.343 3.556.387.306.527.342.365.095Zm5.162.073c0-.038-.638-.873-1.702-2.229-2.199-2.802-3.557-5.527-4.531-9.088-.152-.555-.233-.672-.316-.455-.12.31.364 2.521.844 3.861 1.038 2.9 3.433 6.436 5.13 7.577.51.342.575.381.575.334Zm-2.092-1.049c-.148-.228-.977-1.328-1.652-2.192-.887-1.134-1.903-2.819-2.107-3.493-.095-.311-.208-.113-.197.345.03 1.304 1.617 3.68 3.404 5.093.602.475.74.537.552.247Zm-19.609-.46c.176-.211-.193-.948-1.432-2.862-.86-1.328-1.212-1.811-1.389-1.906-.137-.073-.14-.064-.1.326.098.962 2.238 4.543 2.715 4.543.068 0 .16-.045.206-.101Zm63.407-.593c.574-.57 1.003-1.149 1.238-1.667l.124-.274-.252.24c-.139.132-.549.623-.914 1.092-.847 1.093-.852 1.1-.809 1.144.021.021.297-.221.613-.535Zm-18.347.444c.104-.018.189-.058.189-.088 0-.086-.587-.316-1.306-.512-2.73-.741-5.379-2.02-7.072-3.416-.258-.214-.512-.388-.564-.388-.453 0 .91 1.441 2.13 2.251a14.296 14.296 0 0 0 4.722 1.999c.636.137 1.57.212 1.901.154Zm23.38-.571c.221-.348.542-1.211.696-1.871.172-.74.25-1.484.156-1.484-.095 0-.133.114-.297.851-.076.342-.277 1.03-.447 1.531-.336.99-.381 1.402-.108.973Zm-67.234-.377c-.06-.687-.302-1.767-.774-3.457-.616-2.205-.655-2.402-.605-3.012.113-1.393.117-1.977.014-2.751-.104-.788-.357-1.698-.473-1.698-.103 0-.397.729-.474 1.177-.04.237-.078 1.063-.082 1.835-.009 1.556-.023 1.481.544 2.875.16.395.508 1.411.773 2.259.538 1.721.948 2.925 1.048 3.08.045.07.054-.03.03-.308Zm47.878-.287a38.77 38.77 0 0 1-.753-.638c-.283-.246-.803-.69-1.155-.986-1.063-.895-2.17-2-2.862-2.857-.361-.446-.683-.811-.716-.811-.104 0-.066.323.082.699.463 1.177 2.41 3.239 3.923 4.151.472.285 1.138.558 1.469.601l.25.033-.238-.192Zm19.007-.175c.373-.696.483-1.112.295-1.112-.06 0-.164.156-.253.381-.299.753-.329 1.266-.042.731Zm-62.176-1.428c.026-.127.137-.771.248-1.43.328-1.949.68-3.088 1.409-4.568.246-.499.428-.938.404-.976-.072-.115-.347-.077-.538.073-.512.402-1.277 1.684-1.571 2.63-.196.631-.366 1.59-.43 2.439-.05.645.076 1.397.306 1.832l.124.232.048-.232Zm-14.998-.033c.261-.141.174-.233-.224-.233-1.543 0-4.488-1.461-5.9-2.926-.253-.261-.48-.557-.505-.657-.082-.33-.373-.174-.373.201 0 .305.448.95 1.044 1.501 1.09 1.009 2.646 1.821 4.067 2.122.624.132 1.64.128 1.89-.008Zm-2.077-1.326c.14-.086.037-.26-.216-.367-1.36-.575-2.4-1.272-3.624-2.432-.67-.634-.86-.752-.773-.478.142.448.299.677.806 1.18.677.671 1.492 1.225 2.526 1.714.808.383 1.127.478 1.28.383Zm16.04-1.303c.067-.17.317-.908.558-1.643.652-1.993 1.445-3.749 2.232-4.946.332-.505.375-.667.174-.667-.238 0-1.087 1.205-1.67 2.37-.684 1.369-1.524 4.279-1.438 4.989.024.202.026.2.144-.103Zm25.095-.056c-.04-.114-2.196-2.343-2.341-2.421-.188-.1-.273.017-.182.255.185.487 1.375 1.613 2.127 2.015.232.123.41.191.396.151Zm-38.12-.01c.154-.098.025-.182-.478-.311-1.484-.381-3.997-2.185-4.793-3.439-.25-.396-.374-.445-.488-.194-.317.694 1.197 2.432 2.85 3.272 1.108.563 2.553.897 2.91.672Zm76.908-.222c.437-.233 1.06-1.095 1.06-1.469 0-.277-.094-.293-.248-.04-.062.103-.315.489-.561.855-.246.367-.434.68-.418.697.017.016.092-.004.167-.043Zm-11.877-.237c0-.032-.51-.365-1.132-.741-1.322-.801-2.327-1.532-3.095-2.255-.303-.285-.584-.518-.626-.518-.042 0-.076.069-.076.154.001.751 2.481 2.71 4.039 3.191.586.181.89.239.89.169Zm-19.783-.121c0-.016-.48-.478-1.067-1.026-1.048-.98-1.329-1.16-1.329-.851 0 .241.257.582.739.983.558.464 1.657 1.056 1.657.894Zm-42.18-.248c.299-.119.154-.29-.357-.424-.64-.168-1.515-.552-2.186-.959-.708-.43-1.213-.686-1.26-.639-.02.02.005.137.057.261.265.638 1.432 1.465 2.439 1.726.456.118 1.06.134 1.308.035Zm73.668-.226c.545-.371 1.233-1.691 1.12-2.145-.022-.086-.067-.158-.102-.158-.034 0-.183.265-.333.588-.149.323-.429.846-.622 1.161-.193.315-.34.605-.327.644.015.043.126.005.264-.09Zm-.316-.545c.494-.495.962-1.437 1.213-2.442.134-.537.175-.991.065-.719-.031.075-.125.353-.209.616-.194.607-.561 1.345-1.039 2.088-.498.775-.487.753-.402.753.041 0 .209-.134.372-.296Zm-30.946.064c-.11-.192-1.88-2.154-1.976-2.19-.16-.061-.118.185.082.479a7.113 7.113 0 0 0 1.388 1.466c.46.345.604.415.506.245Zm30.145-.488c.725-.833 1.354-2.104 1.703-3.441.2-.768.299-1.726.179-1.726-.084 0-.096.045-.22.821-.222 1.398-1.024 3.207-2.023 4.57-.227.31.042.143.361-.224Zm-37.559.282c0-.015-.395-.555-.878-1.2-.483-.645-1.049-1.457-1.256-1.804-.399-.667-.567-.797-.643-.498-.105.417.542 1.587 1.373 2.485.51.551 1.404 1.199 1.404 1.017Zm-35.527-.759c.047-.056.068-.146.047-.2-.044-.115-1.29-.778-1.58-.841-.194-.042-.197-.037-.153.186.063.314.195.441.75.718.512.257.801.298.936.137Zm43.4-.16c0-.089-.77-1.001-1.367-1.621-.29-.301-.676-.726-.858-.944-.182-.219-.392-.43-.466-.47-.128-.068-.133-.054-.1.246.085.745 1.56 2.333 2.554 2.749.13.054.236.072.236.04Zm-53.873-1.027c0-.061-.27-.22-1.608-.952-1.788-.979-2.67-1.621-3.952-2.884-.517-.508-.958-.907-.98-.885-.061.061.26.653.615 1.137 1.057 1.434 3.13 2.895 4.963 3.497.441.145.962.191.962.087Zm10.131-.08c.078-.05.085-.094.03-.187-.092-.153-.661-.437-.735-.366-.088.086.084.384.294.507.222.131.27.136.411.046Zm-15.847-.275c-.029-.046-.41-.314-.848-.595-2.208-1.421-3.36-2.347-4.411-3.543-.523-.596-.662-.687-.662-.434 0 .439 1.057 1.748 2.085 2.583 1.176.955 2.756 1.83 3.656 2.023.174.037.219.029.18-.034Zm61.163-.109c0-.027-.58-.638-1.287-1.356-1.402-1.424-1.665-1.725-2.196-2.519-.392-.584-.476-.663-.56-.526-.084.136-.016.365.294.986.633 1.266 1.775 2.445 3.064 3.163.414.23.685.33.685.252Zm-1.829-.113c-1.898-2.493-2.495-3.341-3.09-4.398-.603-1.069-.688-1.198-.795-1.198-.418 0 .388 1.872 1.424 3.305.615.851 1.543 1.823 2.06 2.159.353.228.516.282.401.132Zm-53.086.006c-.014-.044-.595-.422-1.289-.839-1.431-.862-1.857-1.144-2.864-1.901-1.149-.862-1.187-.668-.083.427.936.929 2.372 1.834 3.519 2.219.568.191.758.216.717.094Zm44.852-.052c0-.049-.334-.741-.743-1.536-.409-.796-.83-1.662-.937-1.925a4.72 4.72 0 0 0-.258-.564c-.124-.167-.2-.002-.155.337.092.698.689 2.059 1.238 2.828.34.476.855.993.855.86Zm22.179-.212c0-.03-.608-.512-1.35-1.07-1.53-1.15-2.816-2.35-3.497-3.259-.311-.416-.466-.573-.505-.513-.22.34.646 1.717 1.737 2.762.901.863 1.96 1.598 2.706 1.877.474.177.909.274.909.203Zm-21.427-.255c0-.028-.201-.421-.446-.873-1.39-2.572-1.977-3.977-2.1-5.031-.01-.095-.05-.155-.088-.137-.14.069-.054 1.3.134 1.951.21.724.835 2.033 1.34 2.806.54.827 1.167 1.519 1.16 1.284Zm-45.077-.15c-.074-.073-.52-.355-.99-.625s-1.188-.719-1.594-.997c-.406-.277-.767-.504-.804-.504-.236 0 .194.608.763 1.08.758.629 1.91 1.179 2.473 1.179.285 0 .286-.001.152-.133Zm-6.603.04c0-.014-.347-.266-.77-.56-.966-.67-1.604-1.151-2.174-1.636-.244-.208-.468-.379-.496-.38-.12-.002-.035.242.185.542.56.763 1.754 1.628 2.698 1.954.28.097.557.137.557.08Zm18.114-.143c.02-.055.02-.13-.004-.167-.022-.037-.418-.25-.879-.475-1.333-.65-2.747-1.631-3.788-2.629-.543-.521-.711-.625-.711-.439 0 .303 1.255 1.695 2.1 2.329.937.704 2.554 1.481 3.081 1.481.09 0 .18-.046.2-.1Zm9.498-.534c.07-.16.264-.644.43-1.074a16.84 16.84 0 0 1 1.681-3.273c.42-.629.448-.702.273-.702-.176 0-.59.345-1.074.899-.873.997-1.786 3.455-1.584 4.262.063.25.128.224.274-.112Zm-17.259.038c.199-.052.136-.14-.137-.19-1.046-.194-2.846-1.345-4.398-2.812-.417-.394-.787-.716-.823-.716-.13 0-.064.32.128.62.228.357 1.155 1.296 1.676 1.698.633.488 1.474.948 2.123 1.158.623.204 1.203.302 1.431.242Zm65.657-.643c-.071-.079-.627-.478-1.234-.887-1.429-.962-2-1.417-3.01-2.405-.977-.957-1.18-1.048-.84-.378.287.567.833 1.283 1.383 1.809 1.087 1.044 2.827 2.004 3.628 2.004.202 0 .202 0 .073-.143Zm7.431-.319c.211-.448.612-1.515.618-1.643 0-.009-.029-.017-.065-.017-.035 0-.094.1-.129.223-.035.122-.176.528-.312.9-.239.652-.297.93-.112.537Zm-2.804-.325c-.095-.105-.619-.547-1.164-.981-1.085-.863-2.335-2.07-2.81-2.715a4.554 4.554 0 0 0-.366-.456c-.102-.073-.247.016-.247.151 0 .242-.138.205-.736-.198-1.271-.854-2.667-2.073-3.575-3.12-.313-.36-.595-.656-.627-.656-.115 0-.056.285.14.67.506.995 1.513 2.14 2.485 2.824.69.484 1.528.931 1.936 1.03.503.122.547.156.891.688.449.693 1.206 1.408 2.16 2.04.811.536 1.37.802 1.843.877l.24.037-.17-.191Zm-64.118.125c.112-.111.018-.242-.361-.499a12.158 12.158 0 0 1-.907-.709c-.275-.238-.6-.502-.722-.587l-.223-.154v.154c0 .463.777 1.356 1.451 1.67.354.165.67.217.762.125Zm-7.178-.089c.019-.03-.204-.193-.495-.362-.291-.169-.971-.635-1.512-1.035-.928-.688-1.178-.838-1.064-.641.411.707 1.885 1.78 2.781 2.024.141.038.272.044.29.014Zm79.643-.415c.321-.497.618-1.194.861-2.021.142-.482.189-.818.219-1.578.025-.621.014-.981-.031-1.009-.042-.026-.088.123-.117.384-.112 1.006-.47 2.274-1.092 3.863-.136.347-.248.663-.248.702 0 .174.162.04.408-.341Zm-61.79-.118c.096-.178.318-.693.491-1.142.434-1.122 1.115-2.421 1.879-3.583.353-.537.624-.996.601-1.018-.194-.194-1.324.833-1.962 1.784-.828 1.236-1.492 3.235-1.342 4.039.026.134.07.245.1.245s.135-.146.232-.325Zm10.634-.753c.508-1.058 1.01-1.749 2.053-2.822.616-.635.786-.849.768-.972-.06-.427-.764-.047-1.633.881-.944 1.01-1.71 2.541-1.71 3.421 0 .201.024.365.052.365.028 0 .24-.393.47-.873Zm-15.258.396c.214-.131.348-.405.264-.541-.024-.038-.2-.051-.411-.029-.304.031-.413.011-.612-.111-.132-.082-.261-.212-.285-.288-.024-.076-.023-.421.003-.766.03-.4.013-.879-.044-1.313a17.84 17.84 0 0 1-.099-1.746 41.274 41.274 0 0 0-.018-1.181c-.032-.356-.598.196-.827.806-.264.704-.303 1.304-.18 2.774.123 1.477.2 1.743.61 2.103.498.436 1.163.557 1.599.292Zm67.628-.08c.335-.411.771-2.503.607-2.911-.048-.118-.055-.117-.107.017-.03.079-.076.325-.103.548a9.056 9.056 0 0 1-.213 1.021c-.32 1.196-.369 1.552-.184 1.325Zm-1.766-.31c.275-.334.667-1.26.867-2.049.155-.61.318-1.998.271-2.31-.012-.08-.041-.417-.066-.746-.024-.329-.086-.714-.138-.855-.09-.244-.095-.215-.101.564-.012 1.555-.317 3.093-.956 4.814-.316.851-.271 1.06.123.582Zm2.941-.457c.171-.458.301-1.153.243-1.305-.094-.243-.203-.037-.31.584-.061.356-.133.746-.159.867-.079.357.075.258.226-.146Zm-45.715-.732c0-.077-.138-.475-.307-.883-.618-1.499-.742-2.179-.556-3.051.114-.531.043-.753-.273-.857-.197-.065-.234-.11-.234-.283 0-.113.111-.465.248-.783l.247-.578-.09-.655c-.136-.991.043-1.63.693-2.482.294-.386.31-.559.05-.555-.35.004-.911.58-1.213 1.244-.369.814-.391 1.437-.078 2.144l.133.301-.176.259c-.49.717-.76 1.625-.626 2.109.051.186.126.273.294.343.22.093.227.106.261.594.047.666.314 1.46.74 2.21.331.58.708 1.061.831 1.061.03 0 .056-.062.056-.138Zm-27.159.093c.25-.067.108-.22-.342-.368-1.52-.497-3.662-1.958-5.003-3.411-.35-.381-.666-.693-.701-.693-.133 0-.054.46.135.788.274.477 1.14 1.45 1.716 1.927 1.118.926 2.637 1.634 3.767 1.756.17.019.362.019.428.001Zm-7.65-.089c.048-.08-.02-.121-.855-.522-1.821-.875-3.705-2.654-5.086-4.802-.332-.517-.459-.61-.459-.334 0 .416.38 1.13 1.185 2.233 1.166 1.594 2.766 2.787 4.49 3.348.485.158.663.177.724.077Zm26.717-.356c.077-.125.34-.62.583-1.099.782-1.538 1.588-2.588 2.516-3.277.495-.369.563-.488.344-.605-.159-.085-.533.033-.974.308-.496.309-1.295 1.186-1.685 1.849-.64 1.087-1.205 2.772-.998 2.978.053.053.114.008.214-.154Zm-42.595-.326c-.022-.036-.453-.374-.957-.754a17.737 17.737 0 0 1-2.953-2.781c-.616-.729-.85-.918-.85-.686 0 .202.45.952 1.236 2.061.08.113-.097-.044-.394-.349a16.808 16.808 0 0 1-1.828-2.282c-.557-.833-.616-.47-.093.577a9.659 9.659 0 0 0 1.45 2.076c.826.887 2.62 2.165 2.7 1.924.014-.043-.186-.291-.444-.551l-.47-.474.78.515c.49.324.945.567 1.222.652.483.149.662.171.6.072Zm32.318-.355c.145-.18.519-.98.89-1.903.648-1.618 1.478-3.063 2.42-4.215.576-.705 1.827-1.887 2.422-2.289.694-.468.682-.604-.033-.387-1.244.378-2.91 1.643-3.845 2.919-1.085 1.48-1.91 3.525-2.015 4.994-.042.589.039 1.032.161.881Zm-29.403-.426c-.05-.06-.357-.269-.683-.463-2.117-1.267-4.154-3.544-5.046-5.642-.103-.243-.214-.442-.245-.442-.119 0-.053.757.117 1.345.421 1.46 1.61 3.081 3.041 4.149.283.211.838.546 1.233.746.62.312.784.366 1.196.39.432.024.47.016.387-.083Zm-6.443-.212c0-.048-.311-.392-.692-.765-1.335-1.305-2.574-2.821-2.807-3.436-.1-.266-.233-.136-.22.217.024.717.887 1.984 2.06 3.03.674.6 1.085.879 1.448.983.159.045.211.038.211-.029Zm9.272-.11c-.07-.077-.467-.4-.884-.718-.717-.548-1.384-1.109-1.235-1.04.037.018.392.226.787.464.878.527 1.469.801 1.86.861l.296.045-.166-.181c-.091-.099-.553-.456-1.027-.794-1.165-.83-2.328-1.907-2.953-2.736-.204-.271-.338-.237-.336.085.002.281.192.697.529 1.156.408.558.414.591.048.283-.661-.556-1.711-1.762-2.448-2.81-.484-.688-.563-.749-.505-.391.072.444.611 1.462 1.158 2.186.548.726 1.686 1.877 2.311 2.337 1.178.867 2.12 1.393 2.493 1.393.196 0 .197-.001.072-.14Zm-2.495-2.05c0-.038.014-.068.03-.068.017 0 .05.03.073.068.023.038.01.069-.03.069a.071.071 0 0 1-.073-.069Zm11.537 1.913c.055-.09.114-.039-.619-.532-.842-.565-1.802-1.439-2.498-2.276-.855-1.028-1.122-1.317-1.148-1.239-.077.229.844 1.546 1.716 2.457.666.693 1.194 1.113 1.803 1.43.461.24.668.285.746.16Zm6.907-.207c-.025-.041-.238-.163-.472-.272-.643-.298-1.215-.749-2.132-1.684-.822-.837-1.04-.996-.949-.69.305 1.023 2.359 2.721 3.291 2.721.204 0 .293-.026.263-.075Zm-13.319-.04c-.051-.063-.54-.469-1.086-.902a25.118 25.118 0 0 1-1.773-1.565c-.429-.427-.798-.759-.82-.737-.073.074.4.883.762 1.303.461.534.846.879 1.506 1.351.688.492 1.683.88 1.411.55Zm55.69-.211c-.285-.442-.46-.729-1.109-1.831-1.03-1.752-1.446-2.665-1.748-3.845-.171-.67-.307-.798-.46-.432-.13.316-.045 1.405.169 2.14.46 1.582 1.574 3.174 2.748 3.925.446.284.566.297.4.043Zm-61.157.138c0-.037-.303-.316-.674-.619-.37-.303-.937-.8-1.259-1.105-.321-.304-.603-.553-.627-.553-.023 0-.041.056-.041.126 0 .359 1.002 1.422 1.775 1.881.45.267.826.39.826.27Zm79.336-.63a28.044 28.044 0 0 0-1.008-.731c-1.45-1.018-3.653-3.201-4.746-4.703-.543-.746-.53-.732-.646-.687-.554.212 1.266 2.883 2.987 4.383 1.254 1.093 2.456 1.794 3.17 1.849l.415.032-.172-.143Zm2.909-.758c-.188-.194-.727-.655-1.198-1.025-.471-.37-1.1-.892-1.398-1.161-.55-.495-.74-.568-.78-.299-.086.609 1.893 2.336 3.068 2.677.68.198.685.195.308-.192Zm-41.888-.136c.153-.207.446-.649.65-.983.641-1.045 1.912-2.261 2.973-2.844.627-.344.42-.629-.352-.484-.242.046-.459.065-.481.043-.023-.023.043-.28.147-.573.263-.744.72-1.409 1.207-1.757.393-.28.503-.488.298-.566-.2-.077-.747.202-1.146.583-.528.503-.84 1.135-.995 2.016l-.117.666-.39.306c-1.095.859-2.147 2.676-2.093 3.613l.02.356.28-.376Zm-16.015.092a10.242 10.242 0 0 1-.11-.704c-.225-1.768.825-4.977 2.23-6.819.233-.304.222-.333-.102-.305-.787.066-2.075 2.248-2.51 4.253-.166.767-.203 2.175-.073 2.788.122.57.3.923.484.958.106.021.12-.006.081-.171Zm-6.34-.158c0-.036-.284-.311-.633-.611a25.18 25.18 0 0 1-1.283-1.209c-.705-.72-.829-.735-.52-.063.212.465 1.144 1.421 1.687 1.733.36.207.75.285.75.15Zm-7.072-.182c.03-.079-.163-.31-.671-.805a45.29 45.29 0 0 1-1.465-1.51c-.805-.876-.917-.909-.621-.178.51 1.252 2.531 3.081 2.757 2.493Zm79.786-1.258c.101-.247.188-1.063.188-1.761 0-.842-.113-1.551-.416-2.613-.199-.693-.625-1.719-.714-1.719-.063 0 .016.446.249 1.404.408 1.675.523 2.413.599 3.833.028.527.07.912.094.856Zm-72.812-.008c.045-.072-1.447-1.635-1.56-1.635-.09 0-.059.269.056.49.141.274.608.781.946 1.026.28.204.479.247.558.119Zm-26.53-1.206c0-.099-.558-.592-1.335-1.182-1.577-1.194-2.281-2.039-3.455-4.141-.273-.489-.51-.904-.526-.922-.066-.071-.151.179-.116.34.262 1.204 1.174 2.896 2.15 3.988.192.216.324.393.293.393-.032 0-.271-.192-.531-.427-1.176-1.062-2.16-2.702-2.636-4.395-.215-.765-.264-1.137-.183-1.386.042-.13.014-.159-.212-.222a2.056 2.056 0 0 0-.416-.072c-.85-.002-1.815-1.278-2.481-3.279-.245-.736-.558-2.125-.652-2.903-.05-.403-.164-.393-.291.027-.122.402-.064 1.598.12 2.448.339 1.566.877 2.723 1.612 3.472.557.567.891.714 1.62.714.258 0 .468.03.468.065 0 .036-.035.223-.076.417-.053.25-.054.524-.004.945.245 2.065 1.686 4.376 3.35 5.373.66.396.978.518 1.367.521.321.003.35-.05.171-.321-.11-.167-.065-.153.534.17.626.339 1.23.523 1.23.377Zm98.678-.541c.067-.623-.01-1.436-.211-2.234-.165-.659-.434-1.295-.586-1.388-.092-.057-.052.219.182 1.27.088.396.209 1.089.27 1.54.162 1.214.171 1.267.237 1.267.033 0 .082-.206.108-.455Zm-77.252.403c-.001-.028-.203-.267-.45-.531-1.597-1.706-3.36-4.553-4.062-6.561-.294-.841-.316-.873-.423-.637-.112.247-.018.736.36 1.86.648 1.925 1.681 3.588 3.034 4.882.753.72 1.545 1.226 1.54.987Zm-3.285-.212c0-.077-.849-1.26-.987-1.374-.093-.078-.109-.072-.109.041 0 .258.812 1.391.998 1.391.054 0 .098-.026.098-.058Zm-17.4-.291c-.017-.052-.308-.265-.645-.472-.878-.538-1.223-.806-1.82-1.414-.652-.662-1.026-1.137-1.676-2.128-.278-.424-.535-.771-.572-.771-.212 0 .045.786.532 1.625.775 1.337 1.719 2.271 2.859 2.83.71.347 1.381.516 1.322.33Zm89.206-.593c-2.534-3.63-3.387-4.693-4.38-5.457-.425-.327-.96-.618-.96-.523 0 .095.694.978 1.264 1.617.268.301.849.978 1.289 1.506.44.527.985 1.122 1.21 1.321.226.2.753.762 1.172 1.249.419.487.775.886.792.886.016 0-.157-.269-.387-.599Zm-64.482-.138c0-.029-.214-.213-.476-.41-.58-.434-1.278-1.235-1.95-2.241-.913-1.368-1.433-2.472-1.67-3.549l-.117-.536-.161.13c-.388.314-.18 1.414.54 2.86.799 1.604 2.018 2.98 3.183 3.593.379.199.651.263.651.153Zm15.648-.88c.304-.334.656-.731.782-.881.419-.501 1.532-1.614 2.052-2.05.613-.514 1.37-1.012 1.885-1.239.605-.269.47-.49-.225-.367-1.514.269-3.258 1.535-4.409 3.199-.395.571-.692 1.337-.66 1.702l.02.244.555-.608Zm-33.738.026c-.018-.049-.346-.563-.728-1.144a25.345 25.345 0 0 1-1.177-2.005c-.279-.55-.516-.938-.563-.923-.15.049-.128.573.044 1.069.3.863 1.245 2.285 1.82 2.741.313.248.655.397.604.262Zm1.525-.095c0-.089-.32-.562-.901-1.336-.825-1.097-1.173-1.65-1.6-2.543-.62-1.294-.923-2.389-.923-3.339 0-.371-.022-.473-.1-.473-.152 0-.297.339-.383.887-.26 1.679.832 4.171 2.608 5.947.521.521 1.299 1.034 1.299.857Zm88.733-.249c.051-.135-.242-1.228-.39-1.454-.188-.288-.206-.116-.048.46.075.276.171.631.212.791.075.29.162.368.226.203Zm-8.165-.369c0-.091-.439-.824-.895-1.495-.777-1.143-2.27-2.731-3.086-3.28-.2-.135-.39-.245-.42-.245-.098 0 .187.353.914 1.132a57.09 57.09 0 0 1 2.623 3.026c.654.806.864 1.015.864.862Zm-78.146-.284c.02-.031-.103-.224-.272-.428-.168-.205-.575-.896-.903-1.536-.53-1.031-.6-1.138-.619-.939-.062.643.487 1.926 1.104 2.578.335.355.596.477.69.325Zm4.81-.597c.022-.059.028-.113.015-.122a6.218 6.218 0 0 1-1.176-.928c-.909-.953-1.916-2.903-2.497-4.835a16.358 16.358 0 0 0-.338-1.015c-.12-.299-.14-.319-.228-.214-.184.222-.16.956.058 1.811.604 2.365 1.693 4.088 3.166 5.009.648.405.925.488 1 .294Zm-14.723-.085c-.023-.074-.258-.531-.522-1.016-1.191-2.194-1.55-3-1.747-3.913-.067-.31-.146-.562-.176-.562-.267 0-.308 1.21-.067 1.985.187.605.574 1.402 1.002 2.063.313.483 1.118 1.345 1.398 1.494.138.074.15.069.112-.051Zm22.619-.55c0-.068-.095-.214-.21-.325-.43-.411-1.16-1.698-1.68-2.952-.376-.909-.506-1.034-.506-.484 0 .788.964 2.729 1.768 3.56.331.342.628.437.628.201Zm-54.512-.355c.333-.264.96-.791 1.392-1.173 1.203-1.06 2.68-2.14 3.457-2.526.54-.269.862-.496 1.523-1.076.758-.666 1.387-1.361 1.387-1.534 0-.104-.732.005-1.232.184a65.6 65.6 0 0 0-1.092.41c-.598.232-.69.25-1.232.226-.732-.031-1.015-.162-1.355-.628a26.815 26.815 0 0 0-.826-1.034c-.942-1.128-1.419-1.89-1.718-2.742-.204-.579-.293-.752-.388-.752-.327 0-.255 1.037.147 2.132.137.371.253.735.259.808.008.096-.116.205-.445.395-.51.294-1.075.769-1.004.841.058.06.684-.172 1.22-.45.223-.116.44-.189.484-.163.103.064.346.62.64 1.465.313.898.388 1.033.755 1.357.17.15.31.307.31.348 0 .078-.707.558-.822.558-.037 0-.067-.043-.067-.095 0-.399-1.283.158-2.396 1.041-1.099.869-2.484 2.477-2.135 2.477.085 0 .952-.591 1.45-.988.798-.637 1.033-.809 1.063-.778.017.016-.208.295-.5.619-.54.601-1.028 1.321-.949 1.4.062.063.904-.525 1.422-.992 1.262-1.139 3.104-2.638 3.505-2.854.181-.098.269-.114.323-.058.055.055.014.123-.152.252l-1.004.772c-.427.328-1.083.902-1.457 1.275-.847.843-1.489 1.762-1.232 1.762.035 0 .335-.216.668-.479Zm86.273.137a6.41 6.41 0 0 0-.147-.599c-.163-.582-.206-1.401-.082-1.527.059-.059.142.043.334.407.24.459.694.965.863.965.113 0 .026-.534-.211-1.284-.253-.8-.429-1.846-.4-2.378l.02-.411.374.719c.37.71.91 1.369 1.123 1.369.12 0-.05-.498-.49-1.446-.334-.721-.804-2.098-.874-2.561-.046-.311-.04-.332.062-.246.062.051.248.283.413.513.367.514 1.224 1.34 1.554 1.497.265.126.816.235.816.161 0-.12-.334-.684-.753-1.273-.873-1.224-1.996-3.39-2.43-4.681-.187-.558-.376-1.493-.376-1.86a.68.68 0 0 0-.095-.34c-.085-.115-.11-.119-.215-.031-.066.055-.176.23-.245.391s-.14.291-.16.291c-.064 0-.322-.561-.563-1.225-.328-.902-.62-2.069-.71-2.828-.083-.688-.194-.943-.414-.943-.195 0-.905-.561-1.23-.972-.44-.557-.725-1.133-1.046-2.111a22.882 22.882 0 0 0-.508-1.401 16.102 16.102 0 0 1-.358-.924c-.16-.464-.305-.684-.449-.684-.127 0-.167.167-.167.69 0 .359-.024.473-.096.473-.14 0-1.112-1.058-1.347-1.465-.285-.494-.395-.911-.48-1.817-.075-.805-.037-1.509.081-1.509.037 0 .219.12.405.268.36.285.718.409.836.291.091-.091-.123-.44-.858-1.39-1.162-1.504-1.687-2.845-1.689-4.316 0-.398-.03-.682-.074-.709-.119-.073-.39.235-.508.577-.375 1.087-.004 2.675.962 4.114.353.525.353.531.127 1.302-.17.576-.207 2.105-.067 2.703.168.712.591 1.532 1.047 2.025.457.493.774.708 1.349.914l.415.149.121.715c.372 2.199 1.248 3.371 2.78 3.719l.383.087.081.695c.19 1.606.724 3.012 1.718 4.511.3.453.397.675.499 1.13.069.311.239.89.376 1.285.246.705.25.74.268 1.883.015 1.035.003 1.193-.115 1.428-.2.4-.339 1.178-.32 1.789.017.505 0 .585-.217 1.026-.216.437-.235.529-.235 1.095 0 .53.026.674.186 1.016.233.495.738.996.738.731l-.002.002Zm-36.28-.074c0-.04-.143-.31-.319-.598-.176-.289-.62-1.132-.99-1.872-.368-.741-.702-1.366-.741-1.39-.042-.026-.071.021-.071.113.003.992.747 2.659 1.56 3.496.295.302.562.422.562.251Zm-7.118-.501c0-.015-.183-.377-.407-.805a33.83 33.83 0 0 1-.88-1.872 34.11 34.11 0 0 0-.651-1.437l-.178-.343-.004.413c-.004.542.2 1.26.604 2.113.544 1.154 1.116 1.958 1.392 1.958.068 0 .124-.012.124-.027Zm-46.38-.288c.354-.213.938-.662 2.587-1.984.371-.298.462-.408.462-.562 0-.169.036-.2.325-.277.244-.065.415-.18.685-.458.198-.204.36-.398.36-.431 0-.033-.255-.078-.565-.101-.706-.051-1.8-.326-2.226-.56-.23-.125-.431-.326-.692-.69a21.142 21.142 0 0 0-.873-1.11c-.581-.687-.855-1.174-1.297-2.313-.348-.895-.47-1.088-.58-.918-.038.056-.063.274-.056.484.015.454-.013.512-.276.565-.258.051-.88.433-.964.591-.146.273.198.276.854.007.434-.179.488-.187.565-.088.145.185.107.478-.068.532-.218.065-.463.306-.463.454 0 .165.17.158.46-.021.13-.081.26-.119.29-.085.03.032.11.229.177.436.067.208.21.572.317.811.233.521.24.627.046.627-.301 0-1.221.877-1.221 1.163 0 .15 1.435-.763 1.44-.915 0-.043.061-.007.133.08.177.212.122.313-.305.554-.62.351-1.617 1.377-1.337 1.377.165 0 .578-.221 1.203-.645.366-.248.701-.451.746-.451.086 0 .241.283.241.439 0 .05-.12.171-.269.269-.604.399-1.675 1.547-1.555 1.667.065.065.91-.437 1.573-.936.587-.441.873-.568.961-.425.05.082-.018.155-.517.547-.69.544-1.528 1.52-1.304 1.52.11 0 .87-.49 1.588-1.022 1.076-.797 1.012-.767 1.586-.744l.504.021-.513.335c-.685.446-1.774 1.393-2.07 1.801-.268.369-.418.636-.38.674.015.014.207-.083.428-.216v-.002Zm35.701-.538c0-.018-.273-.625-.607-1.352-.985-2.141-1.258-3.096-1.26-4.417-.001-.424-.028-.77-.059-.77-.22 0-.467.873-.468 1.663-.002 1.006.391 2.31 1.046 3.466.358.632 1.348 1.668 1.348 1.41Zm22.352-.315c.025-.039-.099-.286-.274-.547a13.293 13.293 0 0 1-.724-1.326c-.223-.468-.434-.869-.47-.891-.035-.022-.084.053-.109.165-.165.752 1.263 3.107 1.577 2.599Zm11.02-.165c.77-.167 1.306-.474 1.507-.861.103-.2.103-.202-.09-.202-.105 0-.453.077-.771.17-1.095.321-1.804.192-2.448-.448-.655-.65-1.176-1.879-1.176-2.772 0-.946-.354-.418-.397.594-.033.735.064 1.18.397 1.84.457.906 1.126 1.487 1.93 1.677.506.119.513.118 1.048.002ZM9.3 181.219c-.001-.088-.256-.472-.7-1.056a8.24 8.24 0 0 1-1.208-2.263c-.248-.705-.488-1.844-.488-2.313 0-.408-.094-.483-.243-.194-.156.301-.21 1.418-.102 2.095.27 1.676 1.364 3.257 2.572 3.717.093.035.169.041.169.014Zm4.039-.223c0-.045-.198-.61-.44-1.255-.414-1.108-.66-1.867-.874-2.7-.052-.2-.124-.364-.16-.364-.036 0-.094.118-.129.261-.186.779.51 2.925 1.228 3.789.27.326.375.4.375.269Zm42.143-.232c.155-.088.524-.358.82-.6 1.213-.992 2.06-1.518 2.83-1.759.544-.17 1.497-.35 1.851-.35.354 0 .477-.057.477-.216 0-.093-.098-.178-.325-.279-.422-.188-1.384-.197-2.192-.019-.311.068-.585.105-.608.082-.076-.075.533-.932.89-1.253.57-.512 1.352-.847 2.296-.982.241-.034.467-.092.503-.128.113-.112-.011-.334-.241-.431-.3-.127-1.235-.105-1.62.038-1.01.373-1.97 1.54-2.057 2.504l-.034.375-.445.243c-.685.373-1.086.67-1.554 1.15-.691.709-1.08 1.417-.929 1.688.047.083.1.072.338-.063Zm-41.322.1c0-.037-.159-.43-.353-.873a27.907 27.907 0 0 1-.574-1.423c-.131-.364-.26-.616-.314-.616-.245 0-.075 1.013.31 1.846.286.617.931 1.357.931 1.066Zm74.887-.879c0-.093-.286-.451-.87-1.087-1.901-2.074-2.926-3.867-3.078-5.388-.058-.583-.22-.763-.377-.418-.102.226-.167.216-.332-.051-.224-.364-.399-1.028-.584-2.221-.138-.884-.158-1.146-.093-1.224.1-.121-.068-.614-.308-.905-.085-.102-.31-.416-.5-.698-.926-1.372-1.296-2.13-1.458-2.986-.132-.697-.253-.761-.342-.181-.152 1.001.416 2.427 1.536 3.847l.452.574v.519c0 .763.124 1.971.247 2.399.059.205.182.523.275.705.19.375.778 1.214.85 1.214.066 0 .182.32.237.65.184 1.112.977 2.403 2.235 3.641 1.123 1.105 2.11 1.858 2.11 1.61Zm-11.546-.408a34.577 34.577 0 0 0-.573-.735c-1.085-1.36-1.817-2.616-2.356-4.039-.228-.605-.313-.757-.43-.774-.464-.068-.12 1.729.57 2.99.616 1.124 1.628 2.27 2.306 2.608.228.114.472.207.543.207.117 0 .11-.026-.06-.257Zm-35.31-.556c.79-.203.64-.448-.366-.598-.803-.12-1.234-.352-1.894-1.015-.621-.625-1.037-1.214-1.207-1.713-.137-.403-.235-.46-.337-.196-.16.414.096 1.242.63 2.042.42.626.85 1.016 1.429 1.292.368.176.54.215.993.227.3.007.64-.01.753-.039Zm61.984-.137c0-.46-2.066-3.225-2.409-3.225-.198 0-.148.114.292.672.229.289.733.942 1.122 1.45.727.95.995 1.247.995 1.103Zm-99.508.012c.022-.035-.187-.269-.465-.521-.457-.413-.544-.536-.915-1.295a13.986 13.986 0 0 1-.597-1.404c-.102-.31-.21-.564-.241-.564-.121 0-.142.512-.043 1.052.2 1.094.71 2.02 1.367 2.492.322.231.818.364.894.24Zm90.267-.086c0-.12-.965-1.161-1.565-1.688-.829-.727-1.992-1.6-2.679-2.007-1.186-.704-.882-.345.993 1.175.564.458 1.319 1.083 1.677 1.389 1.326 1.132 1.574 1.311 1.574 1.131Zm-57.294-.45c0-.026-.23-.482-.51-1.015-.583-1.109-.897-1.982-1.02-2.835-.067-.466-.112-.601-.204-.619-.159-.031-.315.358-.364.9-.122 1.367.902 3.246 1.943 3.568.085.026.155.026.155.001Zm66.807-.237c.001-.316-.646-1.323-1.46-2.271-.484-.565-.82-.852-1.037-.889-.286-.049-.119.244.718 1.262.995 1.209 1.778 2.044 1.779 1.898Zm-129.852-.048c.125-.045.41-.3.41-.364 0-.026-.187-.178-.416-.339-.29-.204-.562-.491-.9-.951a27.975 27.975 0 0 0-.944-1.207 9.245 9.245 0 0 1-1.274-1.993 14.564 14.564 0 0 0-.904-1.623c-.152-.231-.164-.288-.094-.471.061-.164.059-.248-.013-.388a.404.404 0 0 1-.031-.341c.053-.142.09-.156.31-.115.32.06.925.06 1.207-.001.544-.117.865-.471.736-.81-.084-.221-.269-.316-.614-.316-.2 0-.279-.029-.279-.101 0-.056-.079-.153-.174-.215-.35-.229-2.327.023-3.197.409-.216.095-.394.195-.394.22 0 .025.393.035.873.021.834-.024.873-.02.876.112.002.075.029.283.059.461.077.451.014.63-.301.852-.325.23-.342.295-.075.295a.5.5 0 0 1 .308.108c.198.198.127.348-.271.572-.21.118-.361.244-.339.281.023.036.25.066.505.066.434 0 .47.012.546.179.098.216.023.334-.25.392-.232.05-.63.294-.63.386 0 .088.508.091.808.005.186-.053.248-.042.358.068.073.074.134.22.134.325 0 .159-.043.207-.257.282-.796.281-1.694.814-1.574.935.028.029.444-.077.924-.234.48-.158.903-.285.94-.283.039.001-.177.132-.479.291-.581.306-1.06.642-1.06.742 0 .11.232.062 1.023-.211.43-.15.8-.253.822-.23.02.022-.002.055-.05.072a4.78 4.78 0 0 0-.49.3c-.594.397-.62.604-.06.475.567-.131.6-.096.226.242l-.342.312.377-.034a2.92 2.92 0 0 0 .733-.184c.197-.083.4-.134.452-.114.052.02.259.335.46.699.438.79.868 1.215 1.385 1.368.347.103.745.126.94.055Zm72.902-.091c0-.039-.074-.247-.165-.462-.818-1.952-.786-4.628.089-7.408.148-.471.29-.91.317-.976.08-.201-.19-.144-.431.091-.602.589-1.228 2.456-1.353 4.034-.087 1.111.206 2.647.71 3.724.323.689.833 1.299.833.997Zm59.591-.237c-.158-.67-1.285-2.342-1.717-2.548-.502-.24-.385.06.502 1.283.341.47.764.992.942 1.162.32.306.321.307.273.103Zm-25.02-.028c-.038-.072-.509-.589-1.046-1.149-1.166-1.217-1.525-1.739-2.438-3.547-.38-.752-.84-1.645-1.022-1.984-.371-.69-.51-1.05-.711-1.849-.183-.723-.231-.8-.288-.452-.024.155-.074.281-.11.281-.106 0-.708-.936-1.08-1.678-.498-.99-.645-1.504-.694-2.412-.023-.424-.073-.779-.11-.788-.143-.033-.324.51-.36 1.074-.086 1.393.544 2.844 1.777 4.088l.548.554.19.767c.305 1.235 1.02 2.88 1.687 3.885.663.999 2.353 2.626 3.248 3.127.444.249.505.26.41.083Zm12.457-.141c-.078-.146-.681-.858-1.106-1.306-.382-.402-1.213-1.095-1.993-1.662-.818-.594-1.94-1.279-2.096-1.279-.173 0 .16.299 1.394 1.256 1.256.972 2.56 2.039 3.218 2.631.225.203.466.4.535.437.112.061.117.052.048-.077Zm-89.919-.133c.02-.033-.056-.176-.17-.32a4.883 4.883 0 0 1-.386-.59c-.222-.408-.363-.431-.363-.061 0 .198.059.346.223.56.219.287.625.527.696.411Zm48.161-.333c0-.258.178-1.351.314-1.932.41-1.748 1.133-3.557 1.95-4.874l.33-.534h-.22c-.5 0-1.029.611-1.623 1.877-.694 1.477-1.093 3.087-1.093 4.409 0 .764.078 1.107.25 1.107.051 0 .092-.024.092-.053Zm-20.118-.683a27.38 27.38 0 0 0-.442-1.01c-.342-.75-.498-1.27-.586-1.951-.068-.535-.02-.617.362-.615.226.002.399.077.86.378.714.468 1.365.682 1.9.627.416-.044.655-.202.623-.417-.015-.102-.121-.167-.414-.253-.783-.232-1.336-.71-2.086-1.808-.232-.339-.57-.799-.75-1.022-.336-.416-.994-.997-1.127-.997-.051 0-.064.183-.041.565.026.431.084.681.248 1.057.118.271.214.51.214.531 0 .095-.144.02-.343-.18-.307-.306-.538-.694-.714-1.197-.084-.238-.174-.455-.2-.482-.085-.084.028.544.172.962.311.899-.108.451-.84-.897a33.74 33.74 0 0 1-.708-1.367c-.179-.386-.31-.539-.31-.362 0 .114.401 1.593.546 2.017.376 1.092-.274.01-.819-1.364a20.72 20.72 0 0 1-.408-1.175c-.2-.639-.51-1.256-.631-1.256-.074 0-.193.475-.193.771-.001.396.191 1.499.35 2.016.08.255.266.737.416 1.069.279.62.295.777.057.562-.175-.158-1.094-1.817-1.222-2.204-.094-.287-.218-.4-.218-.198 0 .226.222 1.13.411 1.671.112.321.192.594.177.607-.047.048-.302-.423-.692-1.282-.214-.471-.42-.886-.459-.924-.086-.085-.023.401.15 1.148.067.293.097.548.066.566-.075.046-.47-.796-.93-1.98-.67-1.724-1.326-2.985-1.552-2.985-.15 0 .044.864.5 2.222.264.79.48 1.491.48 1.558 0 .206-.18.136-.534-.208-.255-.249-.435-.531-.729-1.147-.355-.743-1.097-1.869-1.177-1.787-.019.018.026.152.1.296.073.145.234.587.358.982.123.395.297.886.386 1.091.089.205.15.404.138.445-.053.159-.445-.367-.66-.885-.387-.937-.63-1.419-.965-1.918-.314-.468-.519-.696-.575-.64-.015.015.074.366.198.779.124.414.246.84.271.948.092.387-.13.139-.694-.776a20.318 20.318 0 0 0-.791-1.204c-.312-.4-.724-.851-.777-.851-.025 0-.025.275-.001.612.061.867.61 2.476 1.157 3.392.134.226.229.435.21.466-.056.091-.446-.02-.737-.208-.673-.435-1.307-1.173-1.873-2.177-.191-.341-.415-.68-.497-.753l-.149-.134.05.24c.084.408.596 1.513.94 2.027.18.27.328.506.328.526 0 .02-.064.018-.143-.002-.179-.047-.453-.4-1.375-1.772-.402-.598-.83-1.179-.95-1.292-.194-.183-.157-.084.338.906.305.612.555 1.128.555 1.147 0 .019-.042.035-.092.035-.198 0-.65-.582-1.13-1.458-.508-.926-1.131-1.816-1.197-1.709-.02.031-.009.349.024.705.115 1.255.766 2.84 1.492 3.63.227.247.519.523.649.611.233.16.236.167.277.801.044.679.29 1.542.633 2.228.308.615.923 1.481 1.278 1.801.297.266.462.366.462.279 0-.061-.24-.597-.493-1.101-.566-1.128-.945-2.405-.945-3.184 0-.255.016-.283.152-.263.121.018.163.084.205.33.146.838.222 1.104.465 1.61.144.302.328.609.41.683l.147.133-.046-.203a48.092 48.092 0 0 0-.313-1.165c-.32-1.149-.335-1.332-.105-1.332.207 0 .286.102.347.445.113.636.585 1.77.693 1.662.013-.013-.1-.448-.253-.966s-.26-.987-.24-1.041c.022-.056.128-.1.238-.1.187 0 .204.023.248.325.06.402.279.927.453 1.084.126.114.131.11.131-.135 0-.139-.05-.451-.11-.693-.138-.547-.102-.665.195-.636l.223.021.045.495c.078.882.476 1.941 1.087 2.893.297.465.76.987.983 1.109.12.065.126.052.085-.154-.024-.123-.21-.612-.413-1.085a23.6 23.6 0 0 1-.484-1.203c-.15-.448-.34-1.745-.265-1.817.032-.032.289.034.572.145.758.3 1.738.543 2.379.589.545.04.57.049.701.262.091.147.137.342.138.588.004 1.171.752 2.777 1.574 3.381.192.14.364.24.384.22.05-.049-.114-.515-.491-1.394-.357-.835-.611-1.729-.518-1.822.035-.036.171-.005.326.072.57.287 1.161.442 1.873.493.598.044.826.096 1.352.308l.633.255-.043.561c-.048.632.053 1.093.384 1.75.286.567.909 1.325 1.288 1.568.463.297.52.28.363-.111v-.004Zm61.874-.072c0-.116-1.207-1.128-2.403-2.013-.332-.247-.961-.614-.994-.582-.048.048.976.872 2.6 2.092.764.574.797.595.797.503Zm-115.46-.248c.454-.187 1.263-.656 1.535-.891.161-.138.174-.176.095-.271-.145-.175-.39-.131-.988.178-.516.267-1.277.913-1.277 1.084 0 .106.215.072.634-.1Zm115.803-.354c0-.151-.305-.405-1.039-.867-.621-.391-.922-.508-.74-.288.204.244 1.589 1.264 1.718 1.264.033 0 .06-.049.06-.109Zm-102.508-.434c1.138-.406 2.567-1.331 2.567-1.661 0-.202-.214-.145-.757.206-.28.18-.819.506-1.196.723-.795.457-1.31.861-1.093.857.075-.001.291-.058.48-.125Zm-13.793-.111c.17-.053.478-.199.685-.324.29-.177.376-.267.376-.395 0-.247-.293-.255-.726-.02-.349.19-.746.593-.746.758 0 .105.019.104.411-.019Zm110.65-.513c-.11-.115-.69-.554-1.29-.976-1.522-1.071-1.541-1.089-1.614-1.588a4.436 4.436 0 0 0-.17-.716 6.793 6.793 0 0 1-.212-.888c-.055-.319-.128-.608-.16-.641-.139-.138-.177.192-.162 1.375.021 1.499.067 1.638.685 2.055 1.177.795 2.652 1.588 2.954 1.588h.17l-.201-.209Zm-16.528-.021c0-.161-.049-.235-.764-1.155-.441-.567-1.59-2.579-1.779-3.112-.178-.506-.135-.568.396-.568.75 0 .672-.234-.283-.853-.89-.578-1.687-1.387-2.057-2.091-.114-.215-.16-.701-.167-1.762 0-.048-.064-.086-.141-.086-.104 0-.186.098-.311.373-.549 1.198-.298 2.436.683 3.379.232.222.6.505.817.628l.395.223-.053.317c-.138.827.05 1.616.676 2.833.406.79.948 1.382 1.63 1.779.542.315.958.356.958.095Zm-12.696-.42c.58-.813 1.108-1.134 2.022-1.232.614-.066 1.617.067 2.344.311.683.228.8.243.8.101 0-.297-.825-.822-1.62-1.03-1.339-.351-2.54-.108-3.323.673-.47.47-.812 1.214-.695 1.518.067.174.143.12.472-.341Zm23.477.308c.087-.142-.1-.382-.727-.928-.962-.838-2.116-2.067-2.54-2.702-.627-.944-.864-1.516-1.086-2.617-.107-.537-.196-1.054-.197-1.151a.61.61 0 0 0-.091-.297c-.085-.115-.094-.115-.189-.002-.15.181-.174 1.567-.04 2.293.2 1.067.977 2.391 2.073 3.529 1.159 1.203 2.61 2.177 2.797 1.875Zm-90.898-.17c.406-.203.879-.618.816-.718-.084-.137-.259-.068-.676.264-.779.621-.835.799-.14.454Zm-14.32.026c.65-.264.878-.535.626-.744-.18-.149-.52-.007-.906.378-.2.2-.363.396-.363.437 0 .111.27.08.644-.071Zm63.633-.298c0-.093-.069-.609-.153-1.147-.13-.832-.153-1.244-.151-2.758.002-1.527.024-1.906.155-2.667.15-.873.454-2.025.666-2.532.127-.304.095-.363-.14-.256-.357.163-.982 1.371-1.262 2.443-.182.694-.347 1.939-.347 2.622 0 1.098.295 2.916.585 3.605.142.339.495.857.582.857.035 0 .066-.075.066-.167Zm-67.686-.485c.407-.212.467-.306.194-.306s-.754.244-.754.378c0 .144.19.12.56-.072Zm3.7-.1c.268-.081.647-.327.695-.452.153-.397-.502-.262-.874.181-.278.33-.235.396.178.271Zm32.633-.105c.002-.135-.026-.247-.327-1.333a74.416 74.416 0 0 1-.218-.804c-.084-.328-.247-.388-.315-.118-.075.298.013 1.008.177 1.432.177.459.68 1.064.683.823Zm65.853-.136c0-.187-.21-.436-.675-.798-1.055-.821-1.544-1.397-1.83-2.153-.35-.933-.863-3.521-.955-4.821-.064-.916-.181-.972-.425-.201-.185.583-.161 3.114.035 3.835.366 1.341.938 2.395 1.611 2.964.423.358 1.784 1.179 2.05 1.239.143.031.19.016.19-.065Zm-36.65-1.026c-.048-1.479-.154-3.122-.212-3.268-.067-.167-.148-.15-.287.062-.358.547-.072 3.309.429 4.13.095.157.101.078.07-.924Zm-48.983.934c.137-.073.248-.19.26-.274.033-.216-.132-.181-.384.079-.333.344-.288.415.124.195Zm-5.86-.016c.675-.232 1.659-.719 1.707-.845.06-.158 0-.243-.17-.243-.33 0-2.112.984-2.112 1.166 0 .095.12.078.575-.078Zm53.614-2.987c-.005-1.61.014-3.113.042-3.339.105-.842-.252-.725-.484.159-.25.949-.312 1.523-.308 2.785.006 1.372.076 1.876.373 2.646.385.998.387.983.377-2.251Zm-64.809 2.476c.412-.21.802-.439.866-.51.112-.123.11-.132-.067-.176-.231-.058-.62.056-1.22.358-.495.25-.717.522-.524.644.146.092.135.096.945-.316Zm30.767.089c.02-.084.059-.765.086-1.512.047-1.311.043-1.358-.081-1.335-.26.048-.4.504-.426 1.393-.02.712-.004.874.124 1.215.158.421.238.485.297.239Zm47.49 0c.002-.047.02-.377.036-.735.037-.741.194-1.441.505-2.248.227-.587.586-1.18.745-1.231.107-.034.101.014-.094.91-.19.868-.056 1.644.261 1.522.062-.024.12-.18.149-.403.118-.906 1.042-2.981 1.736-3.897.366-.483 1.01-1.103 1.368-1.315.257-.152.192-.253-.16-.245-.313.006-.606.135-1.064.469-.705.513-1.48 1.534-1.841 2.423l-.146.36-.37-.004c-.319-.003-.399.024-.585.202-.268.254-.552.803-.762 1.475-.212.675-.231 1.973-.035 2.479.119.308.244.425.257.238Zm-14.45-.342c0-.16-.062-.938-.136-1.728-.208-2.196-.176-4.652.075-5.734.042-.179.057-.373.035-.43-.066-.174-.285-.002-.416.323-.548 1.371-.599 4.682-.101 6.599.138.532.43 1.261.505 1.261.021 0 .038-.131.038-.291Zm-42.046.091c.885-.35 2.402-1.263 2.957-1.782.246-.229.273-.414.063-.414-.159 0-2.32 1.365-3.123 1.972-.672.508-.663.526.103.224Zm-4.932.054c.28-.137.415-.329.328-.469-.073-.119-.165-.078-.48.213-.455.419-.394.52.152.256Zm-12.712-.107c.215-.081.342-.254.342-.466 0-.236-.01-.252-1.062-1.575-.74-.929-1.16-1.717-1.61-3.012-.522-1.498-.927-2.189-1.256-2.142-.121.017-.15.08-.178.397l-.034.376-.582.045c-.53.04-1.129.199-1.5.397-.16.086-.194.277-.048.277.305 0 1.293-.244 1.657-.409.468-.212.575-.184.575.146 0 .165-.037.199-.29.263-1.026.261-1.763.621-1.763.862 0 .155.202.116 1.132-.214.552-.195.9-.286.94-.245.079.078.198.685.151.763-.018.03-.165.075-.324.1-.45.07-1.215.376-1.215.486 0 .053.019.096.042.096.11 0 1.236-.367 1.31-.426.161-.13.28.009.434.507a8.399 8.399 0 0 0 1.026 2.144c.71 1.029 1.784 1.806 2.253 1.63Zm12.157-.293c.54-.273.837-.517.743-.613-.102-.104-.71.221-1.034.553-.31.317-.245.33.29.06Zm-16.918-.344c.45-.224.896-.488.992-.586l.175-.18-.395.03c-.508.038-1.66.588-1.778.849-.062.137-.058.184.02.234.135.084.072.106.986-.347Zm43.477-.257c-.02-.065-.113-.435-.205-.82-.198-.822-.223-.876-.355-.766-.201.167-.052.943.276 1.439.181.273.35.362.284.147Zm32.092-.349c.02-.032.006-.163-.03-.29-.44-1.535.305-5.019 1.46-6.822.272-.424.335-.376.281.212-.075.832.216 1.118.413.404.297-1.072.724-1.949 1.54-3.166.466-.692.477-.719.316-.74-.555-.07-1.406.899-1.93 2.2-.218.54-.233.56-.454.567-.322.009-.558.186-.912.681-.588.824-1.007 1.941-1.19 3.171-.139.938-.075 2.954.11 3.472.096.271.315.442.396.311Zm-35.714-.489c-.026-.348-.017-.548.026-.548.038 0 .087.046.108.103.022.056.083.103.135.103.133 0 .131-.748-.002-.929-.092-.125-.104-.116-.228.174l-.13.306-.098-.408c-.105-.444-.282-.583-.375-.293-.085.265-.048.892.073 1.246.128.373.378.792.473.793.035.001.042-.237.018-.547Zm50.905.434c.117-.117.016-.652-.303-1.61-.238-.711-.361-1.204-.387-1.546-.03-.397-.06-.497-.141-.481-.327.064-.377 1.536-.082 2.382.347.993.695 1.473.913 1.255Zm-83.5-1.049c.229-.151.453-.515.4-.652-.018-.049-.146-.109-.285-.134a4.194 4.194 0 0 1-.367-.078c-.132-.038-.883-1.142-1.284-1.885-.262-.486-.948-1.992-1.406-3.086a13.705 13.705 0 0 1-.452-1.386c-.127-.472-.257-.857-.29-.857-.114 0 .103 1.728.305 2.421.6 2.053 1.968 5.121 2.485 5.575.293.257.586.284.894.082Zm-6.526-.379c.562-.289.666-.414.294-.353-.316.051-1.008.389-1.045.509-.046.153.28.086.751-.156Zm112.319.116c0-.028-.24-.332-.53-.675-.446-.523-.59-.759-.9-1.469-.45-1.03-.667-1.652-.798-2.283-.154-.748-.167-.787-.234-.787-.126 0-.16.523-.078 1.183.141 1.134.615 2.364 1.154 2.993.402.47 1.386 1.207 1.386 1.038Zm-41.782-.816c-.223-.774-.013-2.918.441-4.498.342-1.188.952-2.534 1.438-3.176.152-.201.262-.382.242-.402-.019-.019-.121-.013-.227.013-.64.16-1.798 2.271-2.142 3.904-.276 1.31-.253 3.518.042 4.088.108.21.261.262.207.071Zm-60.546-.006c.534-.193.71-.445.37-.53-.192-.048-1.051.317-1.242.528-.112.123-.104.128.22.122a2.42 2.42 0 0 0 .652-.12Zm6.22-.198c.057-.021.388-.175.737-.342.475-.227.633-.335.633-.434 0-.092-.048-.133-.154-.131-.167.001-1.053.499-1.386.779-.177.149-.187.172-.069.17a.86.86 0 0 0 .24-.042Zm-1.117-.186c.4-.125 1.17-.567 1.251-.716.09-.167.03-.212-.274-.212-.164 0-.27-.037-.295-.103-.084-.219-.647-.026-1.028.353l-.196.195.214.021c.118.012.214.037.214.056 0 .02-.08.141-.18.27-.198.26-.16.279.294.136Zm-18.905-.341c.475-.1.796-.136.868-.098.164.084.174.079.221-.114.048-.187-.004-.632-.312-2.737-.245-1.67-.453-2.747-.577-2.986-.195-.379-.526-.296-.651.164-.074.27-.052 1.842.031 2.206.017.076.084.346.149.602.065.255.1.481.08.502-.02.02-.099.004-.175-.037-.324-.173-1.164-.012-1.705.326-.16.1-.29.201-.29.225 0 .073.742.141 1.046.096.637-.095.942-.191 1.01-.318.114-.213.177-.151.302.298.065.235.172.551.237.702.135.31.117.444-.058.444-.445 0-2.264.669-2.264.833 0 .118 1.335.049 2.088-.108Zm12.767.05c.265-.044.846-.236.94-.312.126-.098.106-.241-.043-.321-.18-.096-.727.075-1.094.34-.39.282-.324.38.197.293Zm103.93-.278a1.93 1.93 0 0 0-.125-.256c-.23-.386-.922-2.771-.922-3.171 0-.115-.033-.153-.12-.136-.105.021-.12.116-.123.775-.002.536.033.864.119 1.14.183.586.534 1.278.778 1.537.236.25.469.317.393.111Zm-71.758-.299c0-.043-.197-.343-.438-.668a10.989 10.989 0 0 1-.725-1.12c-.307-.57-.39-.664-.45-.508-.057.149.142.756.389 1.188.376.657 1.224 1.425 1.224 1.108Zm14.732-.28c.017-.048-.012-.504-.066-1.012-.085-.817-.084-1.047.012-1.985.105-1.024.174-1.412.521-2.924.089-.385.14-.722.113-.748-.084-.085-.403.274-.566.638-.184.409-.466 1.349-.613 2.042-.136.635-.134 2.303.002 2.94.155.726.498 1.329.597 1.049Zm-60.252-.067c.297-.066.547-.22.547-.339 0-.032-.065-.123-.145-.203-.127-.127-.194-.14-.549-.099a3.69 3.69 0 0 0-.669.139c-.369.13-.841.439-.792.518.052.084 1.202.073 1.607-.016Zm13.324-.26c.2-.081.257-.192.159-.311-.12-.145-.306-.123-.519.06-.293.252-.055.419.36.251Zm52.083-.856a21.017 21.017 0 0 0-.12-1.198c-.094-.684-.111-2.911-.03-3.816.046-.523.04-.634-.04-.634-.149 0-.377.473-.533 1.103-.417 1.68-.126 4.114.592 4.96l.172.202-.04-.617Zm-52.334-.068c.047-.056.067-.149.045-.205-.064-.166-.338-.12-.595.099l-.236.203.35.002c.23.002.38-.032.436-.099Zm84.146-.079c.21-.061.133-.204-.454-.841-.885-.96-1.31-1.894-1.543-3.395-.072-.468-.152-.883-.175-.921-.134-.216-.346.082-.51.718-.109.418-.089 1.789.032 2.262.242.943.785 1.662 1.5 1.99.392.178.897.261 1.15.187Zm-86.472-.703 1.642-.452c.659-.181 1.237-.358 1.283-.394.142-.109.026-.187-.281-.187-.844 0-2.642.536-3.302.985l-.264.179.238-.004c.132-.002.44-.06.683-.127Zm14.264-.073c.45-.144.584-.239.48-.342-.078-.079-.918.293-.918.406 0 .039.008.07.017.068.01-.002.2-.061.42-.132Zm-21.726-.197c.471-.141.98-.316 1.13-.39l.273-.133-.403-.021c-.665-.034-2.102.426-2.151.688-.032.176.166.151 1.151-.144Zm-3.567.063c.638-.162.345-.679-.339-.598-.365.043-1.201.443-1.11.531.083.082 1.188.133 1.449.067Zm101.317-.262c0-.028-.174-.252-.388-.496-.46-.527-1.045-1.687-1.26-2.5a7.166 7.166 0 0 1-.179-1.333c-.03-.683-.01-.9.15-1.642.253-1.17.291-1.575.147-1.575-.072 0-.224.24-.444.702-.752 1.58-.947 2.332-.878 3.368.108 1.591.79 2.836 1.832 3.342.364.177 1.02.263 1.02.134Zm-9.311-.082c.178-.113-.17-.386-1.09-.854-.472-.24-.987-.531-1.144-.644-.57-.414-.977-1.228-1.602-3.193-.475-1.495-.71-2.145-.813-2.248-.13-.13-.207.082-.209.571-.003.63-.05.68-.438.453-.54-.317-1.012-.844-1.355-1.514-.375-.732-.506-1.146-.64-2.019-.14-.914-.127-1.467.044-1.974.154-.457.139-.627-.058-.627-.435 0-.907.964-.907 1.851 0 .398-.16.353-.673-.191-.931-.988-1.463-1.963-1.585-2.909-.088-.675-.086-1.471.004-1.526.04-.025.051-.096.025-.159-.026-.062-.071-.416-.098-.786-.036-.47-.084-.707-.16-.782-.098-.098-.114-.092-.18.08a1.092 1.092 0 0 0-.07.28c0 .163-.081.309-.171.309-.132 0-.84-.791-1.184-1.324-.416-.642-.521-.982-.806-2.589-.265-1.491-.338-1.762-.446-1.654-.108.108-.27 1.628-.27 2.555 0 1.361.222 1.974 1.017 2.82.239.254.64.59.89.746.736.461.695.367.513 1.174-.087.386-.159.879-.16 1.096 0 .296-.025.393-.099.393-.054 0-.118-.032-.143-.072-.024-.039-.3-.237-.613-.438-1.434-.925-1.88-1.652-2.564-4.175a54.201 54.201 0 0 1-.394-1.509c-.044-.204-.096-.279-.205-.295-.13-.019-.152.022-.195.372-.027.217-.03.681-.008 1.031.033.505.023.637-.05.637-.24 0-1.242-1.307-1.548-2.022-.22-.514-.674-2.339-.756-3.043a6.234 6.234 0 0 1-.016-1.283c.035-.367.035-.678-.001-.741-.104-.185-.374.145-.529.643-.305.991-.305 2.15.002 3.947.252 1.478.38 1.836.935 2.619.457.645.976.956 1.712 1.024.238.023.46.075.49.117.032.041.124.337.206.658.356 1.388 1.088 2.389 2.108 2.883.593.287.98.352 1.474.246.245-.052.253-.048.335.206.046.142.173.436.282.655.209.416.205.527-.019.527-.463 0-1.547.985-2.071 1.883-.361.619-.808 1.721-.938 2.313-.078.353-.074.41.027.511.101.101.125.102.203.014.05-.056.13-.223.179-.374.432-1.324 1.757-3.358 2.515-3.86.39-.258.46-.261.753-.038.3.228.291.345-.029.397-.311.05-.65.376-1.006.968-.405.674-.563 1.473-.291 1.472.046 0 .23-.285.407-.633.366-.72.873-1.386 1.2-1.577l.223-.13.354.255c.398.285 1.125.648 1.301.648.158 0 .163.011.399.933.278 1.088.633 1.82 1.117 2.304.41.41 1.046.756 1.535.836.161.026.334.088.386.14.051.051.115.298.142.547.07.654.275 1.345.611 2.051.511 1.074 1.205 1.571 2.679 1.919.74.175 1.292.214 1.467.103l-.001-.004Zm-80.875-.278c1.193-.317 1.768-.508 1.796-.594.155-.467-2.149.056-2.925.664l-.171.134.273-.002c.151 0 .613-.091 1.027-.202Zm17.592.063c.57-.098 3.596-.793 3.637-.835.022-.021.016-.076-.012-.122-.066-.107-1.153-.046-1.915.108-1.07.216-2.262.641-2.394.854-.05.082.192.081.684-.005Zm28.327-.037c.026-.026.047-.465.047-.976 0-.636.054-1.296.171-2.089.094-.637.17-1.331.168-1.54l-.002-.381-.173.205c-.597.71-.967 2.48-.784 3.748.102.708.386 1.22.573 1.033Zm-21.858-.117c.207-.046.415-.106.462-.136.12-.075.107-.315-.018-.363-.14-.054-.668.082-1.127.291-.29.132-.352.185-.274.234.133.084.491.074.957-.026Zm-17.103-.347c1.064-.276 1.085-.285 1.085-.414 0-.333-1.75.066-2.361.538-.13.101-.123.106.137.103.15-.002.663-.104 1.14-.227Zm41.662-.604a18.54 18.54 0 0 1 .287-1.694c.113-.509.206-.998.206-1.089.002-.16-.002-.161-.134-.043-.361.327-.673 1.38-.73 2.466-.04.769.024 1.129.199 1.129.064 0 .114-.223.172-.769Zm-56.081.562c.802-.181 1.06-.267 1.06-.352 0-.097-.823-.032-1.454.114-.593.138-.667.169-.667.283 0 .128.363.112 1.06-.045ZM86 164.091c.067-.109-.061-.282-.586-.788-.737-.71-.709-.278.031.486.355.366.475.432.555.302Zm-117.326.023.29-.062c.195-.041.207-.278.016-.338-.224-.072-1.134.256-1.057.38.04.064.487.075.75.02Zm11.26-.131c.92-.2 1.539-.408 1.562-.526.047-.245-.454-.222-1.39.064-.445.136-1.062.431-1.062.509 0 .085.37.066.89-.047Zm24.518-.177c1.33-.093 1.841-.25 1.632-.501-.049-.06-.076-.121-.06-.136.015-.016.443-.064.95-.106.507-.043.997-.108 1.088-.145.282-.114.031-.255-.609-.341-.944-.128-2.495.083-3.32.451l-.275.122.308.084c.254.07.284.094.171.137-.736.28-1.092.536-.69.496.091-.009.454-.036.805-.061Zm8.979-.246c.119-.194.182-1.1.182-2.64 0-1.203.032-1.999.1-2.469.056-.381.147-1.078.205-1.549.057-.471.163-1.178.235-1.572.124-.674.146-.727.377-.914.135-.108.246-.245.246-.305 0-.059-.093-.271-.206-.472-.113-.2-.205-.392-.205-.429 0-.036-.031-.148-.07-.25-.068-.178-.075-.18-.206-.062-.13.118-.14.117-.28-.008a1.352 1.352 0 0 1-.239-.315c-.176-.34-.252-1.518-.21-3.272.032-1.38.069-1.841.21-2.601.518-2.792.574-3.217.46-3.508-.04-.104-.097-.189-.126-.188-.055 0-.434 1.032-1.148 3.127-.67 1.969-.933 3.471-.95 5.429-.007.948.013 1.189.121 1.502.166.476.634.982 1.148 1.242.214.108.406.223.427.257.02.033-.099.429-.265.879-.815 2.205-1.02 3.174-1.025 4.848-.004 1.228.041 1.61.289 2.419.165.538.775 1.096.928.849l.002.002Zm-14.81-.018c.535-.06 2.37-.379 2.824-.492.376-.093.438-.256.103-.269a10.162 10.162 0 0 0-1.318.05c-.868.122-2.156.545-2.156.707 0 .04.023.068.051.063.028-.006.252-.032.497-.059Zm-11.807-.112c.6-.191.734-.272.593-.359-.178-.11-1.301.191-1.624.435-.123.093-.11.101.175.099.17 0 .554-.079.856-.175Zm99.7-.115c0-.312-1.523-1.763-1.681-1.604-.11.109.51 1.001 1.028 1.478.36.332.653.388.653.126Zm-107.778.091c.429-.051 1.58-.383 1.729-.498.128-.099.103-.309-.046-.389-.073-.039-.271-.051-.445-.027-.312.042-.389-.011-.236-.163.042-.043.057-.13.033-.194-.037-.094-.11-.109-.382-.083-.345.032-1.119.375-1.128.498-.003.038.192.078.433.089l.437.02-.266.142c-.567.302-.94.7-.622.663.045-.004.267-.03.493-.058Zm.6-.863c.023-.023.082-.025.132-.005.055.021.038.038-.041.041-.072.002-.113-.013-.09-.036Zm-6.966.609c.881-.117 1.814-.341 1.814-.434 0-.093-.347-.08-1.027.036l-.855.145c-.302.051-.464.146-.406.24.038.061.1.063.474.013Zm71.719-.294a7.43 7.43 0 0 0 .121-.719c.215-1.637.882-3.37 1.878-4.877l.373-.565h-.2c-.719 0-1.836 2.029-2.155 3.916-.108.639-.122 2.608-.017 2.245Zm-24.025.054c.02-.049.01-.244-.02-.431-.216-1.31.064-3.159.82-5.42.19-.571.347-1.088.347-1.148 0-.162-.184-.204-.368-.083-.386.253-1.167 2.168-1.378 3.381-.198 1.131-.102 2.961.186 3.563.096.2.357.287.413.138Zm66.724-.133c0-.129-.513-.756-1.004-1.228-.433-.416-.61-.465-.428-.118.12.233.802 1.059 1.036 1.255.214.18.396.222.396.091Zm-61.684-.075c.032-.085.076-.478.1-.873a18.8 18.8 0 0 1 .147-1.403c.057-.377.104-.835.104-1.018 0-.286-.014-.322-.1-.25-.487.403-.904 2.996-.565 3.512.148.226.24.235.314.032Zm-13.643-.082c.106-.078.117-.123.056-.222-.056-.092-.16-.124-.403-.124-.242 0-.347.032-.403.124-.1.162.101.321.403.321a.677.677 0 0 0 .347-.099Zm-25.12-.171c.301-.072.736-.299.725-.38-.027-.206-.799.006-1.21.332-.133.104-.131.108.068.103.113-.003.3-.027.417-.055Zm14.282-.109c.523-.104.6-.138.6-.271 0-.288-1.084-.161-1.848.217l-.308.152.547-.003a6.32 6.32 0 0 0 1.01-.095Zm35.78-.733c.238-2.233.293-2.667.424-3.297.078-.378.231-.939.34-1.248.213-.603.236-.746.13-.811-.357-.221-.93 1.155-1.168 2.806-.169 1.168-.078 3.32.139 3.32.028 0 .09-.347.135-.77Zm-63.485.603c.625-.128.306-.204-.625-.148-.81.048-.984.081-.984.185 0 .088 1.123.062 1.609-.037Zm-3.868-.188c.377-.083.46-.152.346-.291-.073-.089-.058-.115.095-.174.1-.037.258-.088.351-.111.338-.085.445-.453.158-.543-.302-.096-2.583.57-2.487.726.022.035.205.063.408.063.457 0 .528.088.165.208-.15.05-.29.116-.31.147-.047.077.892.057 1.274-.025Zm9.263-.15c.523-.178.703-.317.637-.491-.111-.289-1.206.096-1.464.513-.08.13-.07.14.137.138.123 0 .433-.072.69-.16Zm32.184.035c.132-.055.132-.058-.013-.135-.185-.1-.476-.103-.536-.007-.024.041-.032.087-.016.102.065.066.439.091.565.04Zm64.126-.055c.019-.031-.084-.408-.23-.837-.238-.7-.324-1.067-.546-2.329-.035-.204-.065-1.019-.065-1.811 0-.868-.024-1.414-.062-1.374-.034.035-.188.496-.342 1.024-.25.855-.28 1.037-.279 1.677.002.973.132 1.518.575 2.421.352.715.86 1.375.949 1.229Zm8.608-.108.063-.702c.055-.616.092-.746.373-1.301.172-.338.351-.754.399-.924.083-.295.112-.32.669-.6.32-.161.535-.279.479-.261-1.317.408-1.294.393-1.93 1.238-.333.445-.433.667-.493 1.104-.068.49.179 1.463.372 1.463.037 0 .066-.008.068-.017Zm-41.196-.79c-.08-1.658.375-3.042 1.636-4.989.297-.459.54-.867.54-.909 0-.045-.107-.021-.26.057-.69.352-1.662 1.848-2.033 3.127-.211.729-.238 1.931-.06 2.72.168.749.214.747.177-.006Zm-43.995.625c.696-.04 3.259-.347 3.423-.41.164-.063.119-.227-.086-.307-.246-.097-1.64-.034-2.427.109-.65.119-1.294.308-1.623.479-.352.181-.313.189.713.129Zm79.53-.451c-.483-2.144-.537-3.928-.151-5.074.146-.436.137-.549-.025-.301a7.721 7.721 0 0 1-.418.526c-.431.505-.6 1.028-.6 1.863 0 .794.084 1.204.424 2.082.297.764.625 1.331.77 1.331.083 0 .083-.061 0-.427Zm-86.304.258c.91-.198 1.55-.399 1.589-.5.023-.062-.026-.158-.124-.237-.137-.111-.224-.125-.542-.085-.76.095-1.908.561-2.086.848-.064.105.636.089 1.163-.026Zm12.096-.083c.075-.02.12-.097.12-.208v-.176l.711.04c.507.029.744.017.825-.043.147-.107.077-.293-.159-.421l-.18-.098.203-.003c.111-.001.675.048 1.253.11 1.068.114 1.229.096 1.142-.129-.056-.15-.38-.293-.99-.439-.65-.156-2.576-.176-3.137-.032-.397.102-.393.152.023.288l.274.089-.308.055c-1.08.193-1.338.318-.885.429.378.093.415.213.085.276a1.58 1.58 0 0 0-.397.125c-.13.072-.126.079.067.122.233.052 1.17.062 1.353.015Zm5.434-.208c.026-.102.01-.387-.034-.633-.211-1.17-.24-1.57-.165-2.225.042-.356.098-.684.125-.728.035-.056.246-.069.707-.044.361.019.734.012.828-.015.167-.05.165-.054-.095-.167a3.917 3.917 0 0 0-.747-.198c-.45-.075-.649-.194-.444-.265.049-.017.427-.005.841.027.744.056 1.198.03 1.198-.071 0-.139-.661-.354-1.331-.434-.492-.058-.722-.114-.722-.172 0-.048.044-.588.099-1.2.113-1.266.17-4.187.083-4.274-.191-.192-.653 1.072-.83 2.272-.125.842-.362 2.032-.452 2.271-.065.169-.201.198-.41.087-.458-.246-2.237-.503-2.49-.361-.104.059-.082.084.16.18.222.089 2.396.662 2.512.662.05 0 .027.374-.03.465-.04.063-.104.07-.228.023a9.34 9.34 0 0 0-.645-.19c-.703-.185-2.089-.152-1.74.042.126.07.79.227 1.609.38.745.139.856.193.856.414 0 .239-.134.266-.693.14-.522-.118-1.772-.152-1.772-.048 0 .083.491.236 1.335.415.883.188.993.236.991.428-.002.309-.06.329-.725.246-.643-.079-1.43-.016-1.43.115 0 .098.59.272 1.267.375.32.048.628.112.683.142.062.033.132.249.18.556.155.977.538 1.674 1.033 1.881.322.135.423.115.475-.094l.001-.002Zm2.284-.076c0-.12-.28-.304-.528-.349-.557-.1-.892.192-.383.334.312.087.911.096.911.015Zm-24.041-.052c.36-.186.398-.332.134-.529a4.757 4.757 0 0 0-.6-.355 6.616 6.616 0 0 1-1.586-1.181c-.44-.469-.564-.839-.52-1.541.036-.564.114-.805.43-1.317.197-.321.223-.749.059-.984-.061-.088-.3-.244-.53-.347-.231-.104-.46-.237-.51-.297-.135-.162-.66-1.833-.868-2.758-.194-.867-.313-1.215-.444-1.295-.144-.089-.212.067-.312.725-.126.829-.126 1.818-.001 2.418.055.261.086.495.07.52-.015.026-.26.066-.544.09-.942.079-1.34.24-1.24.5.039.1.15.109.995.076l.952-.038.11.272c.059.149.09.3.068.335-.021.035-.184.065-.36.065-.404.002-1.17.161-1.436.3-.238.123-.323.294-.213.426.112.135.354.118 1.307-.086.463-.1.95-.185 1.082-.189.237-.007.24-.005.234.28-.009.411-.11.5-.568.501-.433.002-1.147.153-1.445.306-.228.119-.322.341-.204.484.106.127.377.125 1.311-.011.637-.093.766-.096.816-.017.164.26.03.344-.747.47-.564.092-.942.327-.783.488.07.07.193.07.65-.001 1.194-.185 1.108-.19 1.276.083.083.134.212.464.287.734.074.269.195.606.267.747.19.373.766.861 1.22 1.032.533.201 1.344.248 1.643.094Zm-10.288-.141c.738-.156 1.145-.273 1.416-.409l.321-.161.319.136c.728.312 1.894.343 2.469.064.27-.131.712-.581.71-.725 0-.062-.831-.335-1.762-.577-.796-.207-.877-.285-.93-.899-.024-.274-.153-.992-.286-1.595a13.927 13.927 0 0 1-.307-2.039 16.434 16.434 0 0 0-.178-1.54 4.99 4.99 0 0 1-.075-1.281c.04-.728.081-.892.516-2.019l.277-.719.226.019c.125.011.388.037.586.058.484.052.47-.043-.086-.559-.42-.389-.445-.43-.445-.719 0-.167.045-.567.098-.887.116-.688 1.058-5.06 1.264-5.864.16-.62.179-.882.072-.949-.116-.072-.268.102-.507.58-.332.662-1.161 2.933-1.433 3.927-.131.476-.254.893-.275.926-.02.034-.431.076-.912.093-.606.022-.936.064-1.077.138l-.203.107.545.172c.3.094.722.193.937.22.436.054.542.135.46.35-.05.134-.117.148-.864.18-.746.031-1.254.133-1.254.249 0 .073.532.199 1.224.292.343.045.624.102.624.126 0 .023-.486.079-1.078.123-.593.045-1.217.124-1.386.177-.306.095-.307.097-.127.168.333.131.974.214 1.86.241.846.026 1.12.096.967.244-.036.035-.48.098-.99.14-.825.07-1.119.112-1.71.248-.495.113.694.301 1.908.301.49 0 .906.026.925.058.02.031-.008.119-.06.194-.083.119-.202.144-.846.18-.647.037-1.522.171-1.951.297-.07.021-.101.063-.069.094.117.113 1.13.273 1.733.273.427 0 .619.024.619.08 0 .044-.077.272-.171.506-.273.683-.386 1.296-.435 2.357l-.045.993-.834.043c-.459.023-.921.063-1.027.089-.588.143-.719.191-.663.248.122.121 1.076.271 1.733.271.504 0 .692.024.754.1.045.054.066.127.045.161-.021.034-.463.084-.982.111-.955.049-1.469.123-1.822.259-.392.151.014.223 1.46.259l1.404.034.02.248.021.249-.363.04c-.2.022-.609.06-.91.084-.617.05-1.322.195-1.42.293-.041.041.07.085.301.12.406.062 1.966.056 2.258-.009.14-.031.203-.009.256.091.132.246-.04.341-.775.427-.628.073-1.659.295-1.738.375-.145.144.873.254 1.829.197.648-.038.773-.03.747.049-.02.059-.386.174-.984.309-.524.118-1.145.282-1.38.365l-.428.151-.428-.148c-.386-.135-.51-.145-1.264-.102l-.836.047-.032-.16a17.43 17.43 0 0 1-.108-.887 13.055 13.055 0 0 0-.237-1.403 5.253 5.253 0 0 1-.157-1.431l.006-.753-.463-1.152c-.456-1.133-.466-1.168-.56-2.152-.052-.55-.124-1.029-.16-1.064-.167-.167-.478.993-.483 1.806 0 .21.06.718.137 1.13.076.411.158 1.076.181 1.477l.043.729-.267.074a2.111 2.111 0 0 1-.425.075c-.247 0-.79.146-.89.239-.13.12.63.271 1.113.222.425-.044.54.033.505.338-.021.185-.041.194-.604.272-.597.082-.987.192-1.157.326-.151.119.388.175 1.232.129.466-.024.742-.013.77.032.07.114-.09.19-.708.342-.32.078-.674.177-.787.221-.19.074-.196.086-.075.154.084.046.446.06 1.002.037l.872-.035.078.17c.098.214.011.334-.29.399-.326.072-1.005.381-1.005.457 0 .042.281.059.736.043l.736-.025.02.322c.018.264-.004.338-.12.41-.183.115-.176.168.027.219.093.023.222.134.289.246.147.25.47.411.822.411.397 0 1.57-.317 2.077-.56.4-.193.536-.219 1.369-.269.508-.03 1.124-.1 1.369-.154.495-.11.611-.067.497.184-.053.117-.239.228-.645.39-.763.303-1.221.534-1.221.616 0 .118.912.073 1.498-.076.537-.136.727-.136.585.001-.035.035-.418.169-.85.3a38.08 38.08 0 0 0-1.624.527c-.011 0-.02.03-.02.068 0 .066 1.045.086 1.336.025Zm-7.461-.134c.614-.11 1.207-.254 1.49-.363.405-.154.264-.485-.206-.485-.62 0-3.029.722-3.029.906 0 .086 1.157.047 1.745-.058Zm29.503-.141c.414-.053 1.2-.134 1.745-.179.837-.07.995-.101 1.013-.199.033-.169-.338-.218-1.28-.172-1.146.057-2.978.404-3.186.602-.095.091.818.062 1.708-.052Zm25.196-.348c.063-.216.187-.624.276-.907.174-.552.28-1.163.202-1.163-.23 0-.527.4-.69.933-.152.494-.21 1.298-.103 1.426.142.172.194.124.315-.289Zm11.75-1.471c.027-1.39.063-1.883.183-2.516.36-1.901.878-3.566 1.489-4.79.234-.469.414-.865.4-.878-.076-.076-.312.096-.538.392-.95 1.244-1.62 2.938-2.007 5.071-.151.831-.17 2.933-.032 3.491.08.324.378.958.45.958.013 0 .037-.778.056-1.728Zm-24.735 1.597c.161-.102.034-.258-.308-.374-.4-.136-.578-.14-.748-.016-.198.145-.028.295.399.349.196.024.402.057.458.072a.289.289 0 0 0 .199-.031Zm-19.467-.141c.905-.178.971-.218.721-.445-.11-.1-.2-.113-.52-.073-.661.083-1.536.42-1.536.592 0 .095.66.058 1.335-.074Zm27.27-.124c.035-.067.098-.351.137-.633.063-.445.231-1.149.58-2.428.145-.528.2-.924.128-.924-.137 0-.591.522-.744.857-.259.564-.44 1.379-.484 2.169-.034.616-.022.76.074.907.135.205.22.219.309.052Zm61.706-.438c.054-.2.136-.61.182-.91.189-1.227.52-1.862 1.475-2.819.307-.307.594-.654.637-.77l.155-.413c.061-.165.143-.223.443-.31.218-.064.397-.162.44-.242.09-.167.073-.167-.567-.007-.631.157-.625.154-.834.51-.093.159-.34.437-.549.617-.28.241-.514.554-.894 1.193-.586.987-.695 1.289-.8 2.218-.118 1.051.103 1.713.312.933Zm-82.884.248c.075-.011.592-.058 1.15-.105 1.092-.091 1.359-.18 1.113-.37-.16-.124-.937-.138-1.607-.03-.52.084-1.512.403-1.512.487 0 .052.54.063.856.018Zm46.125-.406c.07-.226.39-.943.712-1.594.322-.65.568-1.199.548-1.221-.02-.02-.161.074-.312.21-.507.459-1.143 2.041-1.094 2.723l.022.292.124-.41Zm-74.567.096c.579-.234.968-.474.935-.576-.04-.125-.35-.237-.661-.239-.644-.004-.828-.069-.937-.329-.339-.812-.62-3.13-.746-6.158-.026-.649-.07-1.181-.096-1.181-.134 0-.418 1.759-.522 3.238-.026.365-.08.69-.122.721-.041.032-.337.125-.657.208-.32.084-.624.194-.676.246-.08.08-.046.101.23.143.178.027.488.031.69.011.418-.043.541.04.47.321-.033.136-.109.194-.327.251-1.034.271-1.498.485-1.356.628.055.055.259.051.745-.012.994-.13.944-.135.944.091 0 .109-.046.222-.103.252-.056.029-.35.167-.65.305-.513.236-.537.257-.377.319.165.066.541.046 1.01-.052.173-.036.222-.023.222.057 0 .066-.18.17-.496.287-.602.223-1.096.502-1.042.589.06.098.59.078 1.174-.042.346-.072.542-.084.588-.039.128.128-.008.268-.373.385-.547.175-1.426.595-1.385.661.06.096 1.014.066 1.59-.05.523-.105.545-.105.772.034.314.192.548.177 1.156-.069Zm41.876-.107c.234-.05.185-.2-.116-.348-.25-.124-.261-.142-.157-.246.104-.105.102-.12-.021-.211-.33-.243-1.636-.379-1.825-.19-.148.147.03.315.396.376.183.031.344.067.357.08.013.013-.017.087-.066.166-.149.237.03.333.695.372.32.018.652.018.737.001Zm-14.221-.208c1.021-.108 1.828-.248 1.914-.332.416-.411-1.378-.324-2.397.115-.186.08-.338.172-.338.205 0 .059.338.063.82.012Zm7.521-.201c.199-.099.378-.223.398-.275.062-.162-.431-.678-1.03-1.076-.315-.21-.623-.458-.684-.551-.393-.599-.455-3.3-.113-4.904.396-1.857.713-3.55.672-3.591-.083-.083-.247.062-.434.382-.15.255-.226.328-.304.289-.136-.069-1.412-.063-1.68.007l-.205.054.172.091c.223.117.895.24 1.313.24.268 0 .33.022.33.12 0 .065-.173.535-.383 1.043-.986 2.384-1.185 3.216-1.24 5.173-.044 1.517.02 1.866.428 2.342.32.374.71.599 1.264.73.667.157 1.073.137 1.496-.074Zm-12.86.118c.271-.036.308-.061.308-.212 0-.163-.019-.17-.377-.163-.24.004-.5.066-.719.169l-.342.163.205.044c.25.053.516.054.925-.001Zm26.238-.807c.13-.254.385-1.381.437-1.92.034-.358.023-.428-.065-.428-.44 0-1.111 1.782-.865 2.298.132.276.366.3.493.05Zm-6.456-.154c.091-.064.091-.08 0-.141-.344-.23-2.05-.339-2.282-.146-.27.224-.103.269 1.195.32.644.025 1.02.015 1.087-.033Zm72.582-.323c.102-.101.033-.232-.21-.397-.315-.213-.383-.218-.323-.02.092.304.403.547.533.417Zm-96.964-.005c.351-.043 2.888-.611 2.933-.656.022-.022.022-.088 0-.146-.06-.153-.788-.138-1.628.033-.814.166-1.288.337-1.703.613l-.308.206.24-.011a7.7 7.7 0 0 0 .466-.039Zm70.434-.302c.113-.114-.033-.425-.484-1.028-.54-.722-1.053-1.653-1.244-2.259-.223-.702-.309-1.452-.31-2.69-.002-1.458-.092-1.53-.472-.379-.282.851-.486 1.864-.485 2.407.003 1.203.734 2.638 1.8 3.534.49.411 1.016.594 1.195.415Zm27.192-.116c0-.157-.482-.793-.683-.901-.225-.119-.172.074.153.558.298.446.53.596.53.343Zm-16.645.006c.034-.065.131-.335.216-.599.085-.263.436-1.015.779-1.671.577-1.101.659-1.22 1.073-1.574a6.08 6.08 0 0 0 .567-.535c.112-.145.112-.151-.003-.108-.298.108-1.382.811-1.651 1.07-.308.296-.885 1.379-1.033 1.939-.245.925-.208 1.983.052 1.478Zm17.17-.193c.094-.245-.823-1.466-.981-1.307-.065.064.313.811.565 1.119.26.317.35.358.416.188Zm.603-.109c-.257-.846-.742-1.768-.928-1.768-.13 0 .002.417.37 1.163.233.473.397.727.48.742.104.02.119-.005.078-.137Zm-94.676.042c.064-.168.05-.753-.023-.946-.11-.29-.345-.379-1.372-.522-.57-.08-1.052-.183-1.149-.246-.213-.139-.571-.914-.788-1.705-.451-1.641-.803-3.366-.965-4.731-.108-.91-.192-1.259-.305-1.259-.034 0-.08.07-.103.154-.067.248-.05 2.38.025 3.147.157 1.619.224 2.166.315 2.61.052.257.08.492.062.523-.018.031-.183.091-.365.135a2.36 2.36 0 0 0-.565.222l-.234.142.167.062c.091.033.393.053.67.042.367-.014.52.006.561.074.1.16.236.624.195.664-.02.021-.247.082-.502.136-.493.103-1.024.395-.946.521.063.103 1 .033 1.394-.104.295-.103.313-.102.463.04.088.083.13.173.097.206s-.354.101-.714.151c-.964.135-1.553.506-.974.615.288.054 1.904-.257 2.14-.411.135-.089.26-.093.858-.028.936.102 1.175.161 1.473.362.35.237.534.283.587.147l-.002-.001Zm50.632-.658c.13-.271.535-.95.902-1.508.366-.558.626-1.013.578-1.013-.21 0-.736.429-1.032.842-.434.609-.804 1.431-.817 1.814-.006.169.021.319.061.332.04.014.178-.196.308-.467Zm-41.758.2c.125-.085.241-.195.257-.245.016-.05-.12-.233-.303-.408l-.332-.319-.009-1.508a44.88 44.88 0 0 0-.08-2.476c-.11-1.454-.037-2.003.475-3.58.326-1.004.406-1.327.344-1.389-.12-.119-.196-.015-.864 1.159-.953 1.677-1.08 2.103-1.203 4.033-.04.636-.113 1.574-.162 2.086-.162 1.674.04 2.262.917 2.658.402.182.68.178.96-.011Zm66.86 0c-.016-.048-.102-.097-.191-.11-.142-.02-.152-.01-.072.086.107.129.304.147.263.024Zm-50.244-.272c.19-.232.69-1.799.601-1.886-.086-.085-.506.465-.662.868-.234.603-.19 1.325.06 1.018Zm50.422-.907c.061-.161-.226-.31-.596-.31-.296 0-.325.012-.246.107.223.269.766.4.842.203Zm14.282-.199c0-.139-.177-.262-.34-.237-.134.022-.136.032-.034.177.119.169.374.21.374.06Zm.375-.384c.023-.037.011-.124-.026-.194-.083-.153-.549-.52-.599-.47-.051.052.103.327.306.544.188.202.254.226.32.12Zm-84.708-.166c0-.17-.285-.31-.852-.418-.859-.165-1.797-.12-2.381.113-.103.041-.173.098-.156.127.057.091 1.06.2 2.243.242 1.006.037 1.146.029 1.146-.064Zm70.323-.017c.097-.097.038-.229-.142-.322-.275-.142-1.044-.386-1.21-.383-.123.001-.11.029.097.202.445.371 1.118.64 1.255.503Zm-75.611-.071c.047-.018.086-.093.086-.167 0-.096-.096-.178-.326-.28-.545-.242-2.344-.184-2.344.076 0 .134 2.323.467 2.584.371Zm15.596-.115c.106-.274-.158-.452-.98-.662-.535-.137-1.35-.176-1.515-.072-.051.032-.066.074-.034.094.045.028 1.36.425 2.368.716a.128.128 0 0 0 .161-.076Zm11.184-.433c.41-1.568 1.348-3.39 2.558-4.976.684-.898.752-1.084.319-.881-.548.256-1.848 1.803-2.347 2.794-.432.855-.903 2.545-.86 3.076.035.413.22.406.33-.013Zm60.507-.009a.721.721 0 0 0 .075-.284c0-.329.24-1.063.438-1.34.822-1.147 1.002-1.338 1.5-1.577.268-.128.553-.233.634-.233.187 0 .415.168 1.23.907.363.329.688.599.722.599.137 0 .046-.269-.255-.755-.427-.689-.594-.88-1.008-1.159-.454-.305-.48-.343-.69-1.004-.152-.476-.464-1.079-.979-1.894-.122-.194-.483-.459-.625-.459-.237 0 .183 1.196.612 1.746l.611.78c.37.474.407.593.222.733-.216.164-.321.1-.614-.375-.304-.493-.946-1.227-1.014-1.158-.096.096.36.878.9 1.543.136.168.155.223.075.223-.058 0-.261-.196-.452-.436-.385-.484-.889-.965-.948-.905-.044.044.368.688.71 1.113.269.333.287.467.08.578-.135.071-.17.055-.326-.152-.258-.343-.835-.951-.904-.951-.095 0 .174.477.52.923.327.421.36.552.164.675-.094.06-.228-.048-.78-.628-.615-.647-.891-.883-.958-.817-.054.054.468.755.904 1.219.33.347.437.508.404.596-.037.097-.152.007-.607-.475-.521-.552-1.126-1.052-1.193-.985-.08.08.38.703 1.07 1.454.23.249.418.497.418.55a.957.957 0 0 1-.109.307c-.084.163-.103.371-.085.918.024.736.114.991.256.725l.002-.002Zm3.224-.033c0-.096-.4-.422-.453-.369-.043.042.312.459.39.459.035 0 .063-.04.063-.09Zm-14.204-.047c.023-.038.02-.103-.005-.146-.075-.12-1.292-.676-1.475-.673-.156.003-.152.013.077.21.322.278 1.04.677 1.218.677.078 0 .162-.03.185-.068Zm14.889-.14c0-.27-.91-1.503-1.11-1.503-.156 0 .066.55.414 1.027.428.587.695.771.695.476Zm-108.876-.174c.381-.14.429-.211.174-.267-.383-.084-.96.09-.96.29 0 .116.439.104.786-.023Zm22.517-.086c.083-.135-.1-.363-.399-.494-.16-.07-.576-.178-.926-.238-.666-.115-1.046-.078-1.441.139l-.172.094.32.142c.503.223 2.53.5 2.618.357Zm87.018-.292c-.072-.358-1.058-1.533-1.182-1.409-.092.092.995 1.622 1.154 1.622.042 0 .054-.084.028-.213Zm-14.94.109c.051-.136-.125-.306-.617-.594-.462-.269-.933-.467-1.105-.463-.279.007 1.258 1.161 1.547 1.161.074 0 .152-.047.174-.104Zm-78.02-.064c.071-.183-.114-.306-.581-.389-.475-.084-1.268.028-1.22.173.034.104.564.228 1.215.285.475.042.548.033.587-.069Zm-8.632-.236.273-.042-.185-.125c-.357-.242-1.15-.201-1.15.059 0 .168.404.209 1.062.108Zm96.21-.206c0-.21-1.298-1.264-1.413-1.149-.06.06.325.527.768.932.399.364.644.447.644.217Zm-8.923.025c.023-.062-.027-.179-.12-.278-.175-.186-1.306-.78-1.486-.78-.156 0 .404.563.89.896.413.283.65.337.716.162Zm6.617-.008c.09-.089.042-.161-.238-.365-.453-.328-.549-.242-.188.169.205.234.331.291.426.196Zm-69.25-.063c.147-.383-1.186-.696-1.98-.465-.33.097.09.264 1.172.466.71.133.757.133.808-.001Zm70.316-.054c.117-.141.04-.259-.337-.517-.346-.236-.89-.506-.932-.464-.04.04.546.7.79.892.263.206.366.225.479.089Zm-103.527-.009c.668-.126.9-.222.795-.328-.114-.113-1.099-.091-1.351.03-.232.111-.271.36-.06.378.075.006.352-.03.616-.08Zm105.2-.148c.111-.111.014-.275-.442-.744-.502-.519-.992-.903-1.06-.834-.067.066.382.671.862 1.162.434.445.541.515.64.416Zm-8.169-.043c0-.15-.875-.938-1.042-.938-.094 0-.056.145.085.324.21.268.11.268-.325.002a3.57 3.57 0 0 0-.566-.293l-.171-.052.137.156c.154.174.735.616.987.75.14.075.178.072.247-.023.075-.102.096-.1.256.025.198.155.392.181.392.049Zm-74.44-.189c.086-.138-.035-.391-.223-.467-.682-.277-1.957-.258-2.051.03-.027.081.645.326 1.197.437.465.093 1.02.093 1.077 0Zm-6.008-.003c.184-.069.231-.224.117-.388-.103-.147-.57-.291-.935-.289-.29.003-.829.245-.792.356.056.167 1.335.422 1.61.321Zm26.33-.325c.02-.033.118-.286.218-.565.099-.279.441-1.007.76-1.619.318-.612.569-1.16.556-1.219-.033-.162-.581.229-.887.632-.513.678-.95 1.751-.95 2.334 0 .351.188.622.303.437Zm-34.782-.093c.29-.077.297-.153.03-.352-.522-.39-1.755-.065-1.337.352.1.099.932.099 1.307 0Zm36.367-.618c.143-.272.589-.988.991-1.591.933-1.398.974-1.473.791-1.473-.183 0-.767.527-1.121 1-.634.845-1.246 2.165-1.137 2.449.082.214.219.104.476-.385Zm-11.631.391c.062-.163-.238-.422-.559-.483-.324-.061-.855.024-.855.137 0 .119.635.38 1.043.429.27.033.331.02.37-.083Zm-20.354-.045c.142-.052.187-.109.171-.217-.018-.126-.065-.147-.329-.144-.282.003-.916.249-1.001.388-.049.078.933.055 1.16-.027Zm-10.151-.169c.324-.106.616-.26.614-.326-.004-.13-.316-.31-.72-.416-.735-.191-.75-.246-.747-2.534.005-2.031.097-2.858.472-4.221.366-1.331.882-2.317 1.214-2.317.081 0 .29.091.463.203.41.263 1.055.411 1.793.413.446 0 .612-.025.677-.104.114-.137.1-.147-.489-.335a41.094 41.094 0 0 1-1.104-.374c-.652-.231-1.028-.264-1.374-.119-.353.147-.9.828-1.26 1.57-.303.621-.339.668-.498.633-.397-.086-1.073-.114-1.232-.051-.114.046-.083.106.093.182.145.062.412.13.592.152.352.041.538.122.462.198-.026.026-.305.071-.619.099-.606.056-1.418.253-1.418.345 0 .091.794.257 1.404.287.309.015.343.032.36.187a.709.709 0 0 1-.069.337c-.08.152-.13.166-.634.178-.505.012-1.14.164-1.294.311-.109.103.31.213.986.259.629.043.65.05.65.209 0 .143-.054.179-.424.28-.572.157-1.047.342-1.047.408 0 .031.239.076.53.102.913.082.853.029.797.713-.08.979-.023.915-.816.93-.45.008-.764.048-.922.119l-.24.108.274.122c.18.081.505.133.945.153.573.026.667.047.65.142-.016.082-.084.106-.26.092-.445-.037-1.643.247-1.643.388 0 .171 1.442.262 1.791.115.122-.052.153.009.23.449l.045.248-.537.045c-.295.025-.745.11-.999.189-.74.228-.6.327.534.382.63.03.795.016.983-.082.223-.115.23-.114.407.056.1.095.268.205.374.245.194.073.815.092 1.006.03Zm20.04-.412c.046-.019.085-.109.085-.201 0-.213-.317-.413-.754-.472-.326-.045-.85.052-.923.17-.051.082.43.301.967.44.443.114.486.119.624.063Zm-6.496-.114c.122-.148-.01-.374-.25-.428a7.678 7.678 0 0 1-.302-.072c-.162-.044-.638.093-.737.212-.068.081-.04.117.163.201.396.166 1.02.214 1.126.087Zm-8.205.029c.43-.057.413-.22-.034-.331-.564-.14-1.382.083-1.226.335.04.064.77.061 1.26-.004Zm73.586-.076c0-.038-.12-.245-.267-.462-.816-1.195-1.325-2.572-1.611-4.35-.149-.922-.14-1.461.031-1.795.168-.329.135-.442-.129-.442-.244 0-.517.294-.622.669-.17.611-.052 1.791.276 2.763.321.953 1.23 2.586 1.89 3.396.22.271.432.38.432.221Zm-44.221-.423a5.74 5.74 0 0 0-.065-.637c-.426-2.779-.424-2.756-.4-4.229.02-1.242.01-1.42-.08-1.402-.145.028-.393.685-.488 1.291-.21 1.347.17 3.858.733 4.832.22.383.301.423.3.145Zm-25.394.078c.542-.08.767-.178.738-.321-.02-.1-.098-.119-.473-.115-.553.006-1.004.127-1.265.341l-.2.163.411-.007a7.11 7.11 0 0 0 .789-.061Zm30.355-.665c.398-.816.602-1.322.552-1.371-.088-.088-.478.405-.726.916-.257.527-.348.999-.21 1.084.032.02.206-.263.384-.629Zm60.686.503c0-.1-.34-.408-.392-.355-.045.045.126.288.265.374.101.063.127.06.127-.019Zm-69.835-.053c.297-.297-.348-.516-.952-.323l-.328.104c-.167.053-.03.107.52.204.656.115.66.115.76.015Zm70.382-.179c0-.151-.494-.629-.65-.629-.156 0-.126.096.123.422.247.325.527.435.527.207Zm-11.527-.092c.372-.414.723-1.289.519-1.289-.204 0-.722.96-.684 1.272l.022.178.143-.161Zm-95.652 0c.203-.074.26-.308.091-.373-.11-.042-.915.169-.968.253-.035.057.405.203.586.194.056-.003.188-.037.291-.074Zm19.684-.208c.315-.315-.407-.627-.864-.373-.178.099-.143.149.24.344.26.131.51.143.624.029Zm6.334-.169c.025-.025.045-.113.045-.194 0-.363-.617-.574-1.26-.431-.223.05-.417.126-.432.169-.015.046.234.165.61.291.622.206.944.258 1.037.165Zm34.203-.057c0-.063-.526-.834-.888-1.301a17.984 17.984 0 0 1-.637-.89c-.521-.782-.505-.764-.607-.665-.113.109-.106.556.014.852.236.59.937 1.399 1.541 1.78.287.181.577.294.577.224Zm4.411-.097c.047-.076-.024-.28-.098-.28-.03 0-.242-.138-.471-.307-1.067-.785-2.216-2.789-2.709-4.724-.342-1.341-.461-2.438-.51-4.689l-.046-2.088-.182.386c-.31.66-.404 1.263-.444 2.858-.06 2.367.235 3.889 1.079 5.56.5.99 1.546 2.347 2.197 2.85.54.416 1.075.612 1.184.434Zm42.502-.12c.092-.092.04-.227-.13-.339-.228-.151-.343-.049-.228.203.078.171.256.238.358.136Zm-1.554-.107c.077-.086.212-.277.3-.424.259-.432.817-1.069.996-1.137.091-.035.166-.091.166-.126s.44-.283.98-.549c.904-.447 1.014-.486 1.42-.488l.44-.002-.191-.143c-.106-.079-.35-.378-.542-.665-.969-1.442-1.978-2.53-1.514-1.631.161.312 1.169 1.808 1.253 1.86.118.073.08.241-.054.241-.16 0-.27-.127-.999-1.144-.783-1.094-1.419-1.736-1.188-1.2.138.319 1.01 1.673 1.33 2.064.166.204.278.392.248.418-.08.072-.5.204-.646.204-.087 0-.127-.05-.127-.159 0-.088-.097-.342-.216-.565-.237-.443-.253-.447.312.065.11.099.225.179.26.179.066 0-.099-.347-.234-.49a9.094 9.094 0 0 1-.373-.468c-.332-.435-.843-.95-.843-.849 0 .038.086.206.192.373.105.168.22.35.253.406.033.056-.03.032-.14-.054-.584-.451-.74-.559-.77-.53-.113.113.733 1.466 1.177 1.881.098.091.177.199.177.239 0 .041-.169.163-.376.271-.622.324-.965.677-1.267 1.302-.393.81-.407 1.55-.024 1.121Zm-63.95-.138c.02-.16.052-.861.072-1.558.02-.696.056-1.366.079-1.488.054-.286-.128-.313-.234-.035-.228.599-.252.776-.25 1.797.003.852.027 1.112.12 1.318.065.141.132.257.147.257.016 0 .046-.131.065-.291Zm-25.858.212c.334-.075.498-.227.377-.348-.165-.165-1.723.172-1.723.371 0 .075.988.057 1.346-.023Zm-15.8-.131c.316-.044.433-.151.405-.372-.024-.187-.284-.208-.887-.07-.553.126-.866.266-.752.336.13.081.924.149 1.233.106Zm95.196-.482c.28-.549.543-1.003.726-1.255.358-.494.173-.633-.237-.179-.374.414-.781 1.386-.661 1.58.037.06.09.017.172-.146Zm-81.722-.241c.084-.195.122-.542.145-1.311.028-.936.02-1.04-.078-1.002-.195.074-.459.727-.502 1.241-.044.521.064 1.124.224 1.256.078.065.117.031.21-.184Zm94.395.072c.063-.164-.095-.397-.404-.597-.324-.21-.421-.187-.311.074.218.514.608.8.715.523Zm-88.422.01c.113-.136-.138-.381-.39-.38-.218.001-.517.14-.508.236.003.036.169.105.369.151.46.108.434.108.53-.007Zm-18.395-.168c.139-.029.3-.094.359-.142.13-.108.14-.337.017-.384-.121-.046-1.876.152-2.266.257-.6.16-.354.249.815.292.452.017.935.007 1.075-.023Zm31.93-.209c.402-.174.226-.415-.305-.415-.469 0-1.246.131-1.246.209 0 .157 1.274.326 1.55.206Zm27.425-.124a42.428 42.428 0 0 0-.52-1.147c-.941-2.03-1.463-4.045-1.484-5.733-.003-.26-.17-.24-.285.034-.13.311-.11 1.838.034 2.577.308 1.574 1.224 3.557 1.925 4.172.274.241.395.277.33.097Zm44.405-.084c0-.092-.116-.202-.357-.34-.197-.112-.37-.191-.384-.176-.049.049.27.513.4.583.202.108.34.08.34-.067Zm-76.88.073a.147.147 0 0 0 .053-.17c-.045-.117-.509-.151-.927-.067-.33.066-.256.141.22.224.516.089.532.09.654.013Zm-12.109.016c.573-.057.685-.094.685-.23 0-.087-.064-.148-.187-.179-.334-.084-1.73.177-1.73.324 0 .024.162.063.36.087.36.043.426.043.872-.002Zm78.597-.176a4.61 4.61 0 0 0 .246-.52c.34-.832.959-1.57 1.777-2.117.629-.42.385-.499-.373-.119-.847.423-1.493 1.267-1.77 2.31-.155.582-.1.791.12.446Zm-57.682-.507c.06-.815-.008-1.734-.14-1.866-.15-.152-.29.016-.322.391-.058.671.163 1.982.356 2.101.031.02.08-.262.106-.626Zm1.242.484c.07-.186-.024-1.596-.115-1.706-.128-.154-.335-.123-.42.062-.095.208.016.901.224 1.402.15.361.238.43.31.242Zm-34.7-.016c.353-.052.173-.248-.839-.917-.5-.331-.55-.383-.568-.611-.028-.338.32-1.705.783-3.071.5-1.472.686-1.938 1.219-3.03.425-.873.65-1.428.653-1.608 0-.126-.19-.104-.304.035-.95 1.163-1.617 2.174-2.127 3.217-.262.535-.51.986-.553 1.003-.043.016-.198.002-.344-.033-.4-.094-2.084-.149-2.318-.076l-.206.064.198.079c.109.043.678.168 1.266.278l1.069.198-1.134-.039c-1.12-.039-2.049.048-2.049.193 0 .034.016.061.037.061.02 0 .26.045.53.1.272.055.918.146 1.437.202.518.056.972.121 1.01.144.036.022.066.091.066.15 0 .098-.113.105-1.018.065-1.011-.043-1.936.023-2.402.173-.217.07-.225.081-.09.131.309.113 1.05.217 2.102.292.753.054 1.098.104 1.117.164.022.065-.178.085-.85.086-.865 0-1.39.055-1.913.2-.292.08-.485.185-.435.235.06.06 1.124.173 2.072.22 1.203.059 1.206.161.009.307-.823.101-1.946.379-1.946.484 0 .12.343.156 1.54.159 1.091.003 1.3.02 1.3.103 0 .074-.191.13-.752.215-.414.064-.815.137-.89.164-.528.186-.533.19-.4.269.08.047.656.076 1.564.079 1.134.003 1.51.028 1.78.115.38.125 1.149.235 1.386.2Zm44.108-.196a.415.415 0 0 0-.008-.124c-.042-.179.006-1.033.071-1.288.237-.916.491-1.571.994-2.563.517-1.019.551-1.112.414-1.112-.447 0-1.559 1.783-1.857 2.978-.174.693-.17 1.581.007 1.884.128.219.36.357.38.225Zm57.74-.532c.027-.07.098-.088.237-.06.174.035.2.02.2-.117 0-.315-.832-1.229-1.367-1.502-.356-.182-.365-.078-.035.413.134.198.261.39.284.428.026.041-.03.054-.14.033-.1-.019-.18-.011-.18.018 0 .03.123.208.272.399.365.46.644.609.729.388Zm-34.104-.028c.071-.115-.231-.607-.745-1.211-.746-.878-1.002-1.438-1.297-2.848-.209-.996-.296-1.714-.411-3.37-.017-.239-.071-.445-.134-.508-.134-.134-.126-.154-.357.979-.147.724-.187 1.146-.215 2.263-.03 1.228-.02 1.43.106 1.927.225.89.448 1.288 1.069 1.907.643.643 1.132.92 1.623.92.18 0 .34-.027.361-.059Zm22.038-.196.377-.73c.358-.692.724-1.174 1.202-1.582.493-.421.515-.651.05-.517-.328.094-.282-.097.144-.597a4.43 4.43 0 0 1 1.365-1.107c.414-.214.47-.372.145-.403-.322-.032-.937.289-1.346.701-.323.326-.934 1.337-.934 1.546 0 .048-.172.31-.382.585-.412.538-.764 1.336-.829 1.876-.046.387.063.507.208.228Zm-29.154.032a5.459 5.459 0 0 0-.138-.376c-.794-1.942-.756-5.021.094-7.65.3-.929.312-.992.168-.992-.718.001-1.43 1.84-1.564 4.038-.051.849.085 2.027.349 3.005.267.996.841 2.129 1.077 2.129.033 0 .04-.069.014-.154Zm-8.246.103c0-.028-.14-.267-.31-.531a14.96 14.96 0 0 1-1.772-4.038c-.284-1.094-.361-1.631-.594-4.142-.044-.471-.102-.917-.132-.992-.048-.127-.058-.123-.128.055-.282.72-.19 3.265.172 4.736a12.213 12.213 0 0 0 1.596 3.646c.532.82 1.17 1.512 1.168 1.266Zm-13.056-.285c.164-.513.291-1.157.24-1.209-.097-.097-.186.069-.293.544-.061.277-.1.623-.088.769l.024.266.117-.37Zm-7.962-.742c.076-.986.137-1.528.363-3.249.085-.642.043-.793-.151-.553-.368.454-.721 3.088-.554 4.129.173 1.076.238 1.015.342-.327Zm1.06.582c.022-.235.048-.904.057-1.487.015-.946.004-1.061-.099-1.082-.182-.037-.26.391-.26 1.439-.001.866.094 1.558.213 1.558.027 0 .067-.193.09-.428Zm-1.855-.582c-.041-.966.078-3.144.223-4.052a18.65 18.65 0 0 1 .586-2.456c.078-.237.12-.453.093-.479-.092-.09-.428.41-.642.955-.49 1.253-.69 2.438-.691 4.098 0 .621.031 1.33.07 1.575.084.522.274 1.163.345 1.163.028 0 .035-.362.016-.804Zm-5.208.56c.129-.131.041-.296-.201-.376-.307-.101-1.437-.046-1.825.09l-.263.092.195.093c.215.105 2.007.191 2.094.101Zm77.266-.134c0-.145-.163-.39-.657-.99-.474-.577-1.077-1.164-1.195-1.164-.112 0 .13.386.731 1.172.687.896 1.12 1.275 1.12.982Zm.715-.096c.135-.218-1.373-2.195-1.674-2.195-.093 0-.087.039.044.294.488.952 1.493 2.123 1.63 1.901Zm-60.523-.121c.018-.03.07-.24.116-.466.046-.225.2-.78.344-1.232.327-1.029.398-1.471.237-1.471-.21 0-.502.273-.679.636-.333.679-.472 1.782-.29 2.302.08.23.208.338.272.231Zm-28.804-.429c.512-.061.856-.167.856-.264 0-.283-.953-.453-1.947-.347-.618.066-1.476.309-1.476.418 0 .195 1.553.313 2.567.193Zm34.053-.316c.002-.04-.151-.504-.338-1.031a23.12 23.12 0 0 1-1.141-4.474c-.164-1.066-.164-3.702 0-4.949.15-1.147.729-3.962.9-4.377.088-.217-.113-.131-.398.168-.581.611-1.068 2.12-1.354 4.195-.108.79-.108 2.756.002 3.594.18 1.386.622 3.126 1.164 4.586.35.944 1.158 2.53 1.165 2.288Zm-30.744-.209c.126-.064.276-.189.334-.279.15-.228.043-.426-.405-.759-.5-.371-.572-.467-.712-.938-.102-.345-.119-.641-.107-1.848.015-1.451-.132-4.213-.26-4.879-.075-.399-.178-.631-.278-.631-.085 0-.106.106-.277 1.403-.237 1.796-.532 3.625-.711 4.403-.233 1.013-.277 1.554-.175 2.099.18.952.829 1.488 1.844 1.526.382.014.578-.012.747-.097Zm4.96-.068c.09-.09.048-.626-.083-1.062-.245-.808-.306-1.253-.306-2.215 0-.794.026-1.047.152-1.472a33.74 33.74 0 0 0 .421-1.711c.148-.658.379-1.66.514-2.225.253-1.059.382-2.171.26-2.246-.038-.024-.105.126-.153.35-.235 1.07-1.237 3.714-1.942 5.127-.166.332-.37.814-.456 1.073l-.155.47-.641-.048c-.65-.049-1.601.054-1.601.173 0 .109.506.213 1.3.27.433.031.795.059.804.063.045.017.009.53-.042.611-.043.068-.366.099-1.282.124-1.32.035-1.588.064-1.49.162.056.056.407.097 2.18.257.516.047.55.06.613.239.045.128.042.212-.009.262-.04.041-.605.121-1.256.177-.65.056-1.261.133-1.36.17-.171.065-.172.07-.04.148.09.054.6.084 1.528.091.765.006 1.397.022 1.406.035.253.397.657.843.882.972.318.183.68.28.756.205Zm67.593-1.185c.462-.485.84-.932.84-.991 0-.14-.282-.143-.545-.008-.272.141-.798.756-.995 1.166-.193.398-.281.719-.197.717.032 0 .436-.398.898-.884Zm-61.658.818c.088-.056.064-.137-.154-.539-.376-.694-.367-1.084.084-3.98.074-.47.168-1.194.21-1.608a18.9 18.9 0 0 1 .209-1.432c.121-.626.124-.932.006-.928-.096.004-.692 1.431-.928 2.223a54.63 54.63 0 0 1-.488 1.54c-.444 1.314-.54 1.8-.544 2.738-.003.77.013.887.158 1.164.193.368.455.661.708.793.212.111.589.126.74.029Zm-14.794.006c.232-.147-.248-.348-.834-.348-.499-.001-1.289.145-1.26.233.015.041.162.095.328.121.443.067 1.656.064 1.766-.006Zm85.81-.232c.058-.088.186-.359.284-.601.223-.549.466-1.014.624-1.196.195-.223.712-.553 1.046-.667.169-.058.538-.216.819-.351.549-.263.995-.317 1.288-.154.087.048.329.317.539.597.596.794 1.069 1.365 1.13 1.365.38 0-1.407-2.09-2.09-2.443-.32-.166-.822-.132-1.618.112-1.5.458-2.209 1.209-2.353 2.49-.045.395.038.893.161.969.035.022.112-.032.17-.121Zm-49.549-.887c-.675-1.941-.96-3.338-1.074-5.252-.04-.66-.093-1.508-.12-1.884l-.05-.685-.114.377c-.233.772-.288 1.511-.195 2.626.124 1.499.329 2.469.84 3.979.366 1.076.695 1.678.918 1.678.058 0-.007-.272-.205-.839Zm39.135-.042c.594-.607.67-.724.509-.781-.289-.104-1.215.874-1.215 1.282 0 .058.025.106.056.106.03 0 .324-.273.65-.607Zm-75.982.289c.208-.062.115-.316-.14-.382-.236-.061-.872.019-1.216.151-.19.072-.196.085-.076.152.14.078 1.228.139 1.432.079Zm12.596-.138c.09-.09.044-.288-.074-.323-.275-.08-1.523-.066-1.523.018 0 .067 1.126.351 1.388.351.09 0 .184-.021.21-.046Zm13.898-.583c.024-.23.045-.684.045-1.007.002-.697.15-2.285.307-3.293.122-.786.684-3.162.797-3.373.05-.092.049-.155-.002-.206-.245-.245-.974 1.239-1.317 2.678-.298 1.249-.425 3.426-.263 4.461.078.49.252 1.074.336 1.126.03.019.073-.155.097-.386Zm40.339.108a20.278 20.278 0 0 0-.145-.746c-.12-.57-.13-1.14-.034-1.738.099-.612.217-.813.51-.868.284-.053.305-.175.07-.409-.312-.313-.753-.155-1.001.358-.137.281-.156.425-.152 1.08.005.529.048.913.146 1.28.227.85.71 1.682.606 1.043Zm-43.033.098.17-.071-.239-.109-.462-.206c-1.172-.515-1.381-4.037-.43-7.269.097-.328.09-.375-.043-.266-.251.208-.675 1.364-.925 2.524-.198.916-.25 2.715-.102 3.439.212 1.021.78 1.793 1.445 1.96.355.09.363.091.586-.002Zm1.554-.485c-.022-.273-.075-.875-.119-1.339-.096-1.021-.01-2.242.241-3.47.187-.911.202-1.061.106-1.061-.158 0-.35.336-.542.95-.365 1.163-.435 2.127-.25 3.437.14.983.422 1.979.56 1.979.025 0 .026-.223.004-.496Zm-26.231.017c.1-.043.043-.06-.219-.064-.195-.002-.374.026-.397.064-.052.084.42.084.616 0Zm13.587-.43c.23-.116.25-.291.05-.421-.296-.195-2.419-.111-2.549.1-.048.078.84.272 1.575.345.777.076.723.078.924-.024Zm-12.869-.721c0-.069-.092-.228-.205-.355-.113-.126-.205-.302-.205-.391 0-.335.904-2.476 1.944-4.602.226-.464.295-.666.241-.718-.247-.24-2.211 2.935-2.75 4.445-.34.951-.3 1.322.175 1.611.295.18.8.186.8.01Zm54.198-1.228c-.003-1.189.09-1.879.429-3.196.352-1.371 1.107-3.268 1.721-4.324.298-.512.559-1.122.504-1.178-.083-.082-.664.288-.931.592-.89 1.01-1.754 2.845-2.077 4.407-.271 1.317-.314 3.305-.088 4.145.09.335.275.633.394.633.028 0 .05-.486.048-1.079Zm30.067.944a20.2 20.2 0 0 0 .856-.328c.884-.354 1.643-.591 2.327-.726.818-.161 2.12-.252 2.67-.187.953.113.62-.163-.437-.364-1.345-.255-2.856-.02-4.372.681-.561.259-1.145.66-1.252.86-.075.14-.054.147.208.064Zm-70.873-.243c.022-.056 0-.153-.052-.214-.079-.096-.225-.106-1.072-.077-.998.033-1.388.136-.862.226.146.024.374.073.505.106.132.035.51.063.84.063.474 0 .61-.022.641-.104Zm52.42-.429c.105-1.071.565-2.405.977-2.836.149-.155.164-.203.091-.291-.152-.184-.447-.128-.672.129-.415.472-.666 1.52-.619 2.577.04.862.157 1.085.222.421Zm-72.06-.023c.22-.219-.127-.414-1.073-.604-.705-.141-2.262-.201-2.262-.087 0 .029.13.09.29.135l.886.251c.67.191 1.62.382 1.898.382.1 0 .219-.035.261-.077Zm92.001-.713c.816-.338 2.057-.714 2.358-.716.064 0 .198-.032.298-.07.152-.058.169-.087.099-.171-.114-.138-1.136-.137-1.669.002-.96.25-2.088.888-2.151 1.217-.034.173.074.147 1.065-.262Zm-72.357-.007c.068-.179-.151-.284-.703-.335-.759-.071-1.633.068-1.284.204.235.092 1.22.244 1.582.244.273 0 .373-.028.405-.113Zm-19.328.067c.087-.088.044-.39-.074-.524-.116-.131-.115-.134.051-.098.982.214.964.212 1.068.108.26-.26-.068-.444-1.374-.773-.917-.231-2.335-.398-2.192-.259.037.036.353.183.701.325.349.143.633.267.633.276 0 .009-.38.001-.846-.019-.823-.036-1.207-.002-1.207.106 0 .061 1.223.508 1.78.651 1.026.264 1.357.31 1.46.207Zm13.152-.089c.03-.047.004-.132-.058-.195-.184-.183-1.344-.203-1.344-.023 0 .189 1.295.39 1.402.218Zm-20.191-.277c.023-.039.024-.126.002-.196a.206.206 0 0 1 .065-.213c.15-.124.13-.226-.084-.426-.399-.374-1.198-.713-1.832-.777l-.41-.041.29.25c.16.138.292.277.292.31 0 .033-.154.041-.343.019-.188-.022-.342-.026-.342-.008 0 .123 1.953 1.151 2.185 1.151.074 0 .153-.031.177-.069Zm87.721-.617c.756-.455 1.904-.988 2.516-1.167.428-.125.38-.269-.09-.269-.93 0-2.648.858-3.141 1.569-.326.472-.272.462.715-.133Zm-77.282.052c0-.086-.062-.27-.137-.411-.076-.14-.137-.301-.137-.356 0-.085.446-.996 2.307-4.71.163-.324.16-.51-.008-.41-.19.113-1.176 1.32-1.593 1.95-.242.366-.472.685-.51.709-.039.024-.152-.033-.253-.127-.356-.333-1.029-.575-1.258-.452-.103.055-.114.091-.053.165.095.115.715.353 1.173.451.183.039.332.095.332.124 0 .03-.093.18-.206.336-.287.397-.823 1.478-.867 1.749-.068.414.306.874.86 1.059.32.107.35.101.35-.077Zm16.587-.338c.154-.095-.163-.138-.554-.075l-.393.064.435.029c.239.017.47.009.512-.018Zm-7.098-.019c.063-.163-.084-.239-.467-.24-.377-.001-.486.105-.213.21.38.147.631.158.68.03Zm31.943-1.114c.042-1.195.226-2.247.646-3.679.465-1.588.578-2.031.533-2.077-.143-.141-.653.823-.989 1.871-.43 1.343-.512 1.86-.514 3.252-.001.922.023 1.326.092 1.489.051.122.116.222.144.222.028 0 .067-.485.088-1.078ZM-19.7 139.06c.122-.123.034-.374-.177-.503-.27-.164-1.37-.513-1.929-.612-.528-.093-1.087-.094-1.03-.001.076.123 1.133.588 2 .88.829.279 1.048.325 1.136.236Zm80.032-.64c.377-.224.739-.44.805-.478.16-.093.152-.255-.015-.307-.37-.118-1.287.351-1.566.803-.325.524-.124.52.776-.018Zm-86.867.344c.183-.296-1.26-1.094-2.419-1.34a4.738 4.738 0 0 0-.624-.098c-.147-.001-.156.011-.068.097.172.169.884.539 1.89.982.98.431 1.146.48 1.221.359Zm85.423-.513c.73-.299 1.077-.694.776-.883-.215-.137-1.048.401-1.304.84-.119.206-.119.213 0 .212.068-.001.306-.078.528-.169Zm-41.713-.156c.067-2.146.224-2.979 1.031-5.464.526-1.618.503-1.535.415-1.535-.124 0-.602.687-.858 1.232-.302.642-.685 1.909-.831 2.749-.152.863-.156 2.461-.01 2.813.095.225.248.35.253.205Zm-17.35-.023c.145-.235-.696-.463-1.738-.469-.958-.006-.596.23.613.4 1.01.142 1.077.146 1.125.069Zm-7.181-.101a.19.19 0 0 0-.037-.186c-.1-.099-.57-.083-.776.028l-.157.084.205.087c.296.127.714.119.765-.013Zm58.506-.077c.024-.024.044-.211.044-.417 0-1.346.59-3.605 1.26-4.824.288-.523.3-.598.092-.598-.566.001-1.258 1.08-1.601 2.499-.149.612-.173 2.67-.036 3.062.093.267.167.352.241.278Zm-25.469-.316c.02-.053.056-.386.08-.739.056-.862.152-1.544.38-2.73.178-.92.238-1.37.179-1.35-.151.048-.51.749-.65 1.267-.45 1.678-.502 3.494-.103 3.623.043.014.094-.018.114-.071Zm45.74-.12c.453-.07.947-.129 1.1-.131.153-.001.334-.044.403-.093.12-.088.119-.098-.036-.206-.304-.213-1.604-.108-2.164.175-.829.418-.685.471.698.255Zm-2.6-.104a33.253 33.253 0 0 0 1.762-.524c.458-.167.016-.315-.615-.206-.414.071-1.147.377-1.411.59-.213.172-.1.232.263.14Zm-86.836-.478c-.147-.178-.887-.509-1.139-.509-.666 0 .033.45.9.578.317.048.332.043.24-.069Zm83.889-.414c.45-.17 1.03-.352 1.288-.407.513-.108 1.595-.125 2.138-.033.188.031.367.034.398.005.1-.093-.303-.343-.793-.492-1.13-.343-2.795.035-3.715.844-.215.188-.316.404-.186.395.028-.002.42-.142.87-.312Zm-62.939.121c0-.033.093-.61.208-1.284.334-1.976.566-2.842 1.128-4.213.434-1.059.406-1.197-.12-.611-.565.627-1.029 1.703-1.297 3-.223 1.083-.213 3.166.015 3.166.037 0 .066-.026.066-.058Zm27.543-.322c.024-.06.043-.27.044-.464.002-.467.167-1.583.339-2.289.29-1.189.938-2.657 1.724-3.906.509-.808.698-1.176.603-1.176-.322 0-1.044.741-1.603 1.644-.61.987-.941 1.805-1.245 3.08-.213.896-.296 2.48-.151 2.903.1.295.223.382.29.208Zm-28.781-.852a9.74 9.74 0 0 1 .11-.397c.017-.048.095-.464.173-.924a19.746 19.746 0 0 1 1.408-4.646c.38-.856.423-1.016.278-1.016-.177 0-.693.702-1.093 1.487-.712 1.396-1.062 2.748-1.122 4.332-.03.786-.016 1.042.064 1.232l.101.24.08-.308Zm-10.878.153c0-.144-.13-.346-.492-.762-.144-.165-.26-.363-.26-.439 0-.076.18-.418.4-.76.22-.343.547-.923.728-1.29.528-1.073 1.721-2.463 3.526-4.108.395-.36.697-.677.67-.705-.078-.078-.728.281-1.36.75-.689.512-2.338 2.029-2.898 2.666-.22.251-.442.455-.494.455-.052 0-.094.028-.094.063 0 .09-1.01 1.358-1.108 1.39-.044.015-.338-.168-.653-.405-.584-.441-.81-.522-.89-.317-.054.143.373.537.916.843.319.18.373.238.34.363-.257.981-.228 1.258.165 1.632.265.253.964.627 1.314.704.151.033.189.017.189-.081l.001.001Zm3.402-.239a3.658 3.658 0 0 0-.15-.542c-.138-.382-.163-.325.63-1.47.933-1.349 1.686-2.142 3.271-3.445.723-.594 1.198-1.035 1.198-1.111 0-.202-.723.115-1.7.746-1.601 1.033-2.624 2.043-3.178 3.136-.095.188-.262.407-.37.486-.108.079-.28.299-.384.489-.362.664-.314 1.338.124 1.722.136.119.318.211.417.211.16 0 .174-.019.142-.222Zm3.736-.209c.385-.469.94-1.293.94-1.395 0-.05-.059-.09-.13-.09-.24 0-.906.891-1.04 1.39-.11.407-.046.433.23.095Zm-15.573.072c-.04-.129-.677-.539-.8-.515-.245.047-.148.243.21.421.386.193.633.233.59.094Zm44.774-.411c.231-1.196.387-1.833.657-2.684.168-.525.29-.97.272-.987-.054-.054-.506.421-.677.713-.348.593-.655 1.833-.651 2.629.003.72.28.948.4.329Zm38.959.215c.9-.145 1.31-.198 1.557-.198.309 0 .521-.127.437-.261-.19-.3-1.341-.21-2.115.166-.274.132-.48.27-.459.305.045.072.056.073.58-.012Zm-83.312-.512c-.186-.199-.482-.369-.642-.369-.204 0-.103.136.254.34.453.26.615.272.388.029Zm18.274-.524c.04-.123.135-.592.213-1.044.178-1.033.34-1.643.696-2.626.332-.914 1.05-2.364 1.531-3.09.187-.282.367-.556.4-.608.138-.219-.406.189-.772.579-1.4 1.491-2.396 3.877-2.428 5.814-.009.528.123 1.197.234 1.197.03 0 .087-.1.126-.222Zm45.955 0c.055-.085.241-.446.413-.804.172-.358.456-.817.63-1.02.273-.318.304-.384.222-.466-.245-.246-.915.279-1.247.976-.144.302-.202.543-.226.937-.033.556.025.659.208.377Zm-49.687-.205c.814-.951 1.545-1.874 1.547-1.951.003-.116-.071-.108-.273.029-.751.51-1.443 1.383-1.64 2.069-.087.304.015.264.366-.147Zm66.1-.022c1.765-.455 3.033-.606 3.646-.436.544.151.461-.212-.086-.374-1.004-.299-2.587-.13-3.793.404-.595.263-1.068.658-.777.647.047-.001.501-.11 1.01-.241Zm-79.902-.096c-.284-.406-1.077-.785-1.077-.515 0 .13.678.57.968.628.216.043.217.042.109-.113Zm13.785-1.067c.75-.844 1.294-1.382 1.857-1.837.36-.291.4-.384.17-.383-.567.003-2.107 1.456-2.624 2.478-.338.666-.154.587.597-.258Zm65.227.57 1.095-.331c.803-.243 1.388-.383 1.775-.423.246-.026.245-.158-.002-.261-.5-.206-2.18.189-2.874.675-.534.375-.533.499.006.34ZM-13.84 133c.037-.087.113-.329.17-.538.186-.679.58-1.165 2.4-2.971 1.525-1.512 2.02-2.063 2.021-2.245 0-.17-.358.006-.8.394-.28.245-1.07.869-1.754 1.386-1.657 1.252-2.17 1.744-2.487 2.385-.21.426-.243.551-.215.838.065.667.498 1.157.665.751Zm28.474-.436c.041-.148.075-.341.075-.427 0-.245.38-1.76.608-2.425a17.37 17.37 0 0 1 1.104-2.517c.429-.821.455-.89.342-.89a.067.067 0 0 1-.068-.065c0-.109 1.76-2.658 2.29-3.318.842-1.045 2.003-2.095 2.548-2.303.179-.069.184-.08.07-.164-.28-.205-1.23.219-2.166.969-.648.518-1.365 1.349-2.008 2.325-.698 1.062-.931 1.574-1.117 2.453a2.485 2.485 0 0 1-.334.83c-.634.958-1.148 2.294-1.411 3.666-.167.867-.207 1.801-.087 2.004.071.121.086.108.154-.138Zm-30.59.182c0-.112-.416-.554-.52-.554-.17 0-.103.194.126.363.315.233.393.271.393.191Zm62.498-.606c.769-1.221 1.099-1.655 1.853-2.44.449-.467.815-.902.815-.967 0-.192-.368-.076-.849.268-.847.604-1.687 1.665-2.027 2.56-.16.418-.251 1.041-.153 1.041.038 0 .2-.208.36-.462Zm16.803-.094c.778-.234.978-.361.718-.458-.284-.104-1.232.189-1.608.498l-.205.169.205-.001c.113-.001.514-.094.89-.208Zm-54.812-.003c.046-.046.085-.108.085-.137 0-.161 1.141-2.397 1.561-3.058.27-.426.492-.804.492-.838 0-.148-.235-.039-.55.254-.724.679-1.41 2.048-1.644 3.288-.09.478-.074.622.056.491Zm-27.836-.314c-.199-.389-.907-1.112-1.087-1.112-.24 0-.187.203.154.593.284.324.87.776 1.007.776.032 0-.002-.116-.074-.257Zm8.354.002c-.107-.198-.678-.703-.796-.703-.058 0-.105.056-.105.125 0 .19.443.552.81.661.142.043.152.033.09-.083Zm1.319-.652c-.143-.285-.896-1.001-1.108-1.055-.2-.05-.317.055-.261.232.074.236 1.164 1.045 1.407 1.045.044 0 .03-.087-.038-.222Zm-9.065.185c0-.121-.238-.449-.525-.724-.384-.369-.586-.486-.736-.428-.208.079-.104.28.328.629.53.43.933.656.933.523Zm76.085-.448c.376-.15 1.04-.369 1.472-.487.74-.202.86-.215 2.019-.22.954-.004 1.366.023 1.827.121.643.137.783.117.67-.094-.142-.267-1.71-.614-2.78-.614-1.373 0-3.064.534-3.728 1.178-.249.241-.336.401-.216.393.028-.002.36-.127.736-.277Zm-66.638-.334c0-.353-.704-1.192-.969-1.154-.256.036-.24.28.036.587.254.282.933.694.933.567Zm-9.036-.005c0-.317-.847-1.161-1.165-1.161-.455 0-.292.237.642.933.41.306.523.355.523.228Zm9.789-.723c0-.18-.889-1.054-1.072-1.054-.105 0-.16.041-.16.117 0 .184.97 1.046 1.18 1.047.028 0 .052-.05.052-.11Zm-8.968-.078c0-.3-1.091-1.25-1.33-1.158-.204.078-.11.306.252.61.708.594 1.078.782 1.078.548Zm75.982-.401a25.334 25.334 0 0 1 2.322-.221c1.169-.057 1.277-.234.234-.381-.32-.045-1.522.058-2.042.175-.36.082-1.061.366-1.061.431 0 .039.246.037.547-.004Zm-37.647-.134c.037-.096.067-.203.067-.236 0-.153.579-1.35 1.048-2.167.617-1.073.82-1.463.782-1.501-.063-.063-.69.562-.951.948-.606.892-1.152 2.239-1.152 2.84 0 .326.104.384.206.116Zm1.701-.5c.3-1.397 1.448-3.115 3.452-5.16.862-.88.873-.985.066-.603-1.147.543-2.962 2.844-3.502 4.439-.166.492-.317 1.398-.257 1.552.075.195.17.106.241-.228Zm-10.613-.078c.088-.206.37-.885.627-1.506.257-.62.654-1.529.883-2.018.423-.906.45-1.12.118-.902-.706.463-1.911 3.511-1.81 4.576.023.225.024.224.182-.15Zm-29.034.093c-.256-.495-.962-.943-1.11-.703-.093.149.65.792.996.861l.219.044-.105-.202Zm34.028.028c.039-.047.199-.41.355-.805.242-.613.997-2.096 1.454-2.858.23-.384-.008-.26-.526.274-.905.933-1.823 3.086-1.448 3.398.07.058.111.056.165-.009Zm-3.346-.836c.28-1.017.483-1.553.923-2.433.73-1.458 1.601-2.716 2.534-3.654.49-.493.536-.559.397-.579-.39-.055-1.603.992-2.328 2.011-1.039 1.459-1.86 3.625-1.862 4.908 0 .291.026.53.06.53s.157-.352.276-.783Zm-13.452-.11c.097-.115.317-.481.488-.813.36-.695.496-.818 2.053-1.85.527-.35 1.12-.773 1.317-.941.373-.316.473-.568.223-.568-.17 0-2.512 1.127-3.03 1.458-.498.319-.92.702-1.118 1.016-.17.269-.37.953-.37 1.262 0 .219.14.646.213.646.026 0 .128-.095.224-.21Zm-16.841.087c.065-.105-.222-.489-.4-.534-.22-.055-.386.008-.34.13.081.21.663.528.74.404Zm14.248-.716c.282-.668.388-.856.666-1.194.39-.474 1.203-1.205 2.654-2.386 1.428-1.163 1.636-1.366 1.515-1.486-.16-.16-1.346.575-3.507 2.17-.82.605-1.497 1.286-1.708 1.719-.215.441-.234 1.107-.038 1.323.19.211.28.18.418-.146Zm-4.062.108c.724-.582 2.453-2.458 2.453-2.662 0-.092-.042-.108-.203-.076-.675.135-1.953 1.415-2.403 2.407-.11.243-.2.458-.2.478 0 .083.14.024.353-.147Zm40.088-.724c.337-.386.801-.881 1.032-1.1.442-.421.522-.567.265-.487-.322.1-1.213.949-1.576 1.501-.184.279-.418.787-.363.787.016 0 .305-.315.642-.701Zm-38.833.332c.414-.284 1.621-1.315 1.698-1.451.08-.142-.003-.233-.215-.233-.227 0-.783.367-1.222.807-.321.322-.672.906-.626 1.043.013.038.177-.038.365-.166Zm15.3-1.15a26.854 26.854 0 0 1 1.864-2.126c.518-.52.942-.972.942-1.004 0-.136-.245-.136-.507.001-1.073.556-2.63 2.395-3.085 3.645-.103.283-.177.549-.163.591.014.042.44-.456.949-1.107Zm9.046.922c.057-.067.242-.383.41-.703.169-.32.56-.963.868-1.43.308-.467.545-.866.525-.885-.056-.055-.368.134-.689.416-.57.502-1.43 2.028-1.387 2.463.026.253.13.306.273.139Zm20.419-.572c.18-.354.437-.821.568-1.036.252-.412.256-.601.013-.601-.196 0-.528.365-.729.801-.214.465-.339 1.129-.25 1.329.06.136.101.085.398-.493Zm-8.316.236c.723-.965 1.652-2.003 2.307-2.578.389-.341.706-.633.706-.649 0-.016-.084-.008-.187.018-.479.12-1.892 1.347-2.454 2.131-.331.461-.74 1.282-.7 1.403.015.043.162-.104.328-.325Zm11.366.095c.132-.122.393-.408.58-.633 1.317-1.594 2.802-2.906 3.475-3.071.3-.073.218-.181-.137-.179-.94.005-2.403 1.108-3.504 2.644-.478.669-.71 1.122-.677 1.328.02.122.045.113.263-.089Zm-55.105.085c.053-.099.05-.25-.011-.546l-.084-.409.25-.358c.358-.514 1.222-1.445 1.894-2.042 1.063-.941 1.374-1.274 1.374-1.467 0-.216-.14-.283-.354-.17a17.15 17.15 0 0 0-.947.649c-1.53 1.099-2.781 2.251-3.08 2.837-.275.538-.128 1.039.418 1.436.336.243.44.257.54.07Zm18.227-.278c.486-.321 1.555-1.289 2.65-2.398.547-.553 1.225-1.176 1.507-1.386.556-.412.74-.632.626-.747-.072-.072-1.12.557-1.69 1.014-.152.121-.552.384-.89.584-.692.409-1.03.729-1.69 1.606-.446.592-.93 1.436-.862 1.504.019.018.176-.062.35-.177Zm-14.766-.761c.31-.656.639-1.126 1.302-1.864 1.012-1.125 1.534-1.756 1.534-1.851 0-.05-.048-.11-.107-.132-.436-.167-2.672 1.779-3.14 2.733-.254.521-.296 1.28-.077 1.44.217.159.277.118.488-.326Zm51.135-.176.756-1.009c.415-.555 1.124-1.289 1.406-1.455.456-.27.032-.407-.453-.146-.659.353-1.367 1.141-1.851 2.058-.233.441-.414 1.083-.306 1.083.029 0 .23-.239.448-.531Zm-10.013-3.478c.61-.625 1.118-1.179 1.13-1.233.045-.193-.193-.173-.615.051-.779.414-1.67 1.452-1.748 2.037-.025.19-.012.279.044.279.044 0 .579-.51 1.189-1.134Zm-28.025.926c.203-.111.465-.275.582-.364.53-.404 1.453-.788 2.676-1.113 1.807-.481 4.005-1.513 4.005-1.88 0-.197-.134-.186-.693.056a7.2 7.2 0 0 1-1.237.365 28.25 28.25 0 0 0-1.459.332c-.414.107-1.01.243-1.326.302a4.578 4.578 0 0 0-.946.289c-.714.349-2.1 1.848-1.992 2.156.011.033.187-.032.39-.143Zm25.63-.169c.429-.608 1.074-1.645 1.074-1.727 0-.048-.08-.087-.179-.087-.402 0-1.15 1.204-1.109 1.786l.022.302.192-.274Zm-3.307-1.59a5.89 5.89 0 0 0 .41-.643c.304-.546.844-1.089 1.54-1.549.485-.321.522-.359.34-.358-.242.001-.887.317-1.274.623-.421.334-.77.815-1.012 1.396-.26.622-.26.851-.004.531Zm-.96-.272a4.659 4.659 0 0 1 1.175-1.814c.296-.29.537-.544.537-.565 0-.021-.104-.038-.232-.038-.482 0-1.154.632-1.593 1.499a1.523 1.523 0 0 0-.195.822c0 .572.117.608.307.096Zm-4.516-.784c1.22-.841 1.645-1.093 2.181-1.3.23-.088.418-.188.419-.221.002-.105-.908.004-1.314.159-.536.204-1.367.759-1.78 1.188-.32.335-.668.878-.552.863.03-.003.5-.313 1.046-.689Zm2.243.084c.351-.398.427-.57.289-.655-.14-.087-.358.056-.553.362-.184.292-.27.699-.146.699.03 0 .214-.183.41-.406Zm1.094.126c.066-.121.281-.467.479-.768.198-.301.36-.574.36-.605 0-.14-.296-.038-.545.187-.385.348-.697 1.231-.482 1.364.039.023.123-.057.188-.178Zm11.18-.413a4.95 4.95 0 0 1 .731-.45c.198-.092.342-.197.321-.231-.063-.104-.456-.07-.754.065-.4.182-.98.898-.727.898.031 0 .224-.126.428-.282Zm-5.046-.458a5.363 5.363 0 0 1 1.04-.722c.58-.287.631-.426.154-.411-.552.019-1.291.531-1.71 1.185-.373.585-.176.566.516-.052Zm1.73.251c.158-.08.42-.262.583-.404.243-.211.281-.274.21-.348-.132-.135-.64.159-.983.568-.302.361-.25.41.19.184Zm-51.614-5.808c-.06-.7-.678-2.396-.875-2.396-.04 0-.058.038-.04.085.065.176.522 1.609.66 2.071.21.7.3.786.255.24Zm-.796-.222c0-.578-.803-2.725-1.117-2.986-.202-.167-.185.054.049.62.13.312.379.969.555 1.458.335.934.513 1.248.513.908Zm65.01 138.169c.229-.508.262-.546.521-.601 1.245-.267 2.977-.903 4.468-1.642.644-.319 1.25-.579 1.347-.579.246 0 .546.122.496.202-.151.247-2.788 1.466-4.895 2.265a53.57 53.57 0 0 0-1.709.67c-.168.076-.327.125-.355.108-.027-.017.03-.208.127-.423Zm-53.28-.17c.023-.122.062-.753.087-1.401.04-1.027.063-1.197.176-1.319.197-.212.28-.104.23.299-.024.193-.046.767-.048 1.275-.003.872-.013.937-.172 1.147-.093.122-.201.222-.241.222-.045 0-.056-.086-.032-.223Zm.583-.83c.13-.501.205-1.019.251-1.72.025-.376.084-.777.132-.89.111-.262.416-.55.478-.45.08.131-.102 2.555-.21 2.778a2.808 2.808 0 0 1-.386.513c-.238.255-.291.286-.312.18-.015-.07.006-.255.047-.411Zm70.925-.245c0-.168.449-.544.984-.824.665-.348 1.359-.821 1.205-.821-.056 0-.263.061-.462.137-.525.2-.601.187-.448-.073.218-.369.38-.467.948-.576.812-.156 1.64-.108 1.64.095 0 .167-.71.606-2.225 1.374-1.455.738-1.642.817-1.642.688Zm-15.559-.694c.094-.094.852-.349.899-.302.047.047.028.058-.365.223-.385.161-.656.201-.534.079Zm-54.26-.079c.001-.047.03-.301.064-.565.035-.263.069-.785.076-1.159.015-.751.062-1.008.191-1.051.117-.039.08 2.397-.041 2.672-.083.189-.294.264-.29.103Zm61.57-.804c.225-.226.46-.428.526-.449.14-.044.554.154.522.251-.025.076-1.197.601-1.353.606-.056.001.082-.183.306-.408Zm-61.015-.083c.029-.199.086-.805.126-1.345.077-1.029.111-1.156.399-1.464.323-.348.369-.271.323.548-.086 1.552-.113 1.892-.16 1.974-.101.179-.642.713-.691.682-.029-.017-.027-.195.003-.395Zm-17.931.011c.062-.186 1.147-1.176 1.487-1.356 1.112-.588 4.516-1.933 6.475-2.559 1.489-.476 1.523-.477 1.121-.019-.358.408-.57.513-1.513.752-2.21.561-4.095 1.338-6.385 2.631-1.103.623-1.23.682-1.186.551Zm30.1-.289a4.97 4.97 0 0 0 .005-.276c0-.275.162-.526.27-.42.091.089-.104.804-.21.768-.038-.013-.067-.045-.064-.072Zm.485-.737c0-.172.353-.547.395-.421.026.077-.289.561-.364.561-.017 0-.03-.063-.03-.14Zm-11.533-.157c.021-.119.062-.718.09-1.33.042-.906.073-1.134.166-1.228.064-.064.137-.095.163-.069.026.026.015.633-.023 1.349-.058 1.088-.09 1.324-.19 1.436-.163.179-.255.109-.206-.158Zm.783-1.215c.04-.315.072-.876.072-1.245 0-.703.064-.928.334-1.172.125-.113.147-.116.183-.021.023.059-.007.646-.067 1.305-.06.658-.108 1.257-.108 1.329 0 .073-.08.218-.176.323-.264.285-.323.158-.238-.519Zm.825-.358c0-.049.031-.261.07-.47.039-.209.096-.802.128-1.319.05-.823.076-.957.204-1.086l.145-.145v.237c0 .131-.031.423-.068.648a50.54 50.54 0 0 0-.173 1.216c-.058.443-.124.851-.145.907-.048.127-.161.134-.161.012Zm-17.408-.248c.283-.264.482-.375.959-.539.33-.114.956-.335 1.389-.491 2.019-.729 4.817-1.573 4.909-1.481.028.028-.133.229-.358.444l-.41.393-.924.156c-1.641.276-3.033.697-4.792 1.45-.508.217-.97.397-1.027.398-.056.001.058-.147.254-.33Zm18.15-1.064c.04-.265.11-.82.155-1.234.046-.414.109-.782.14-.818.032-.036.058.513.058 1.219v1.283l-.188.185-.189.185-.023-.17c-.013-.093.008-.386.047-.65Zm-16.35-.409c0-.083.48-.475.754-.615.352-.182 2.453-.834 4.31-1.338 1.476-.401 1.713-.451 1.713-.362 0 .035-.193.25-.428.476l-.429.412-.58.048c-1.224.102-2.587.442-4.381 1.091-.873.317-.958.342-.958.288Zm-3.889-.848c1.433-1.592 5.422-5.687 5.82-5.975l.185-.134.278.201c.256.185.454.248 1.565.493.2.045.34.106.308.136-.031.03-.319.12-.638.2-.699.174-1.388.395-1.634.523-.12.062-.085.094.105.095.157 0 .804-.109 1.437-.243 1.948-.41 2.008-.419 2.008-.314 0 .033-.122.144-.27.247-.23.159-.395.202-1.079.278-.876.097-1.923.301-2.423.471-.467.159-.815.311-.815.355 0 .055.427-.019 1.472-.254 1.466-.33 2.015-.429 2.07-.374.062.062-.264.342-.598.512-.132.067-.471.16-.753.205-1.328.216-2.656.586-3.474.968-1.04.485-.693.454 1.556-.142.847-.224 1.578-.407 1.626-.407.173 0 .079.138-.273.397-.297.219-.484.292-1.078.42-.967.208-2.586.746-3.217 1.069-.904.461-.41.377 1.77-.304 1.554-.486 1.654-.472.907.123-.417.333-.454.348-.855.348-.74 0-2.367.525-3.602 1.16-.536.276-.677.257-.398-.054Zm20.934-.939c-.079-.375-.027-.578.145-.578.07 0 .083.844.015.912-.074.074-.078.064-.16-.334Zm-15.196.256c0-.077.693-.668.97-.825.191-.11 2.657-.752 3.685-.959 1.06-.214 1.409-.282 1.454-.282.142 0 .02.222-.24.435-.284.232-.434.284-1.317.455-.964.185-2.598.629-3.868 1.05-.563.187-.684.21-.684.126Zm15.855-.783c-.087-.324-.042-.589.135-.799.097-.115.205-.21.24-.21.033 0 .061.18.061.401 0 .302-.034.445-.141.582-.174.22-.24.226-.295.026Zm.884-1.203c.003-.373.182-.71.398-.752.226-.045.116.745-.144 1.033-.174.192-.257.099-.254-.281Zm-14.65.198c.075-.074.367-.194.649-.267.943-.247 4.383-.99 4.418-.955.07.07-.05.243-.225.323-.1.045-.445.111-.767.148-.964.108-1.693.25-2.772.542-.563.152-1.038.291-1.056.309-.018.017-.11.032-.207.032-.174 0-.174 0-.04-.132Zm1.007-.907c.064-.193.418-.338 1.285-.529 1.224-.27 3.234-.67 3.662-.729l.342-.047-.235.246c-.279.294-.477.362-1.202.412-.718.05-1.936.267-2.875.514-.86.225-1.015.247-.977.133Zm14.633-.358c0-.381.062-.57.145-.44.068.107.078.477.019.633-.08.207-.164.108-.164-.193Zm-13.622-.579c0-.129.22-.23.766-.348.313-.068.984-.219 1.493-.335 1.307-.298 2.84-.571 3.062-.546l.19.022-.288.195c-.254.172-.394.206-1.198.289-1.038.106-2.434.369-3.238.609-.596.178-.787.206-.787.114Zm14.3-.632c.1-.336.252-.463.315-.264.07.221-.018.57-.19.755l-.153.165-.023-.203c-.013-.112.01-.316.051-.453Zm80.281.124c-.745-.122-1.357-.252-1.36-.289-.004-.037.267-.231.601-.431.334-.2.755-.489.936-.64l.328-.276.87.273c1.143.36 1.435.425 2.117.473.314.022.585.063.603.091.018.029-.14.209-.35.4-.744.681-1.515.763-3.745.399Zm-93.897-.244c0-.033.08-.138.176-.234.132-.132.295-.194.667-.253.271-.042.862-.167 1.314-.278a60.136 60.136 0 0 1 2.259-.479l1.625-.314c.315-.062.224.127-.192.4-.404.267-.415.269-1.81.392-1.32.116-2.337.317-3.457.683-.462.151-.582.169-.582.083Zm14.506-1.399c.054-.054.074-.037.074.064 0 .181-.096.277-.126.127a.235.235 0 0 1 .052-.191Zm-16.867-.054c-1.062-.128-.964-.286.376-.605 1.169-.278 3.279-.979 4.347-1.443 1.008-.439 2.356-1.108 2.692-1.336.232-.158.238-.169.079-.167-.2.003-1.209.349-2.874.984-1.304.499-4.47 1.546-4.671 1.546-.164 0-.092-.136.355-.673.32-.385.363-.411.887-.553a39.906 39.906 0 0 0 1.766-.56c.991-.336 1.244-.398 1.372-.34.122.056.253.035.604-.097.528-.199 1.398-.646 1.398-.718 0-.028-.157-.022-.35.013-.191.035-.36.051-.376.036-.044-.045 1.33-.764 4.389-2.298 1.581-.793 3.214-1.648 3.628-1.902 1.88-1.148 2.354-1.419 3.818-2.174.858-.443 1.594-.794 1.637-.779.042.014-.52.432-1.251.93-.73.498-1.388.949-1.46 1.006-.497.38.778-.132 1.774-.712a50.513 50.513 0 0 0 2.87-1.849c.335-.23.625-.402.644-.383.063.063-.486.794-.77 1.025-.974.792-4.996 3.153-8.151 4.786-.414.214-.83.45-.924.522-.17.132-.17.133-.02.134.26.003.89-.262 2.587-1.09 1.859-.908 3.218-1.685 4.747-2.717.579-.39 1.081-.709 1.117-.709.075 0-.164.447-.38.708-.134.163-2.279 1.478-4.903 3.006-1.146.668-1.668 1.006-1.624 1.05.136.136 3.127-1.415 4.919-2.549.438-.277.815-.504.839-.504.112 0 .007.205-.349.679-.607.807-.964 1.161-1.253 1.238-.141.038-.715.316-1.275.619-.97.524-2.277 1.178-5.467 2.738-.833.406-1.84.839-2.396 1.027-.527.178-1.25.438-1.609.578-1.998.781-3.387 1.18-5.131 1.475-.894.15-.864.148-1.611.058Zm1.848-.278c.854-.176 2.187-.552 3.234-.911 1.37-.469 3.649-1.51 4.125-1.885.156-.123.16-.135.034-.135-.075 0-.398.11-.719.245-1.126.473-2.042.805-4.428 1.608-2.095.704-3.033 1.051-3.033 1.122 0 .08.26.066.787-.044Zm15.574.061c.001-.192.06-.283.25-.383.292-.153.31-.04.049.303-.208.272-.3.297-.3.08Zm-9.136-.387c.097-.093 1.402-.486 1.602-.483.173.003.173.004-.061.204-.13.111-.36.23-.514.264-.374.084-1.111.095-1.027.015Zm-11.675-2.371c0-.062.651-.332 1.643-.682 2.844-1.004 6.01-2.481 6.758-3.15l.19-.171-.41.146a20.37 20.37 0 0 0-1.198.507c-2.44 1.117-2.914 1.32-5.739 2.456-.99.4-1.85.726-1.91.726-.115 0 1.415-1.5 1.79-1.754.123-.084.59-.306 1.039-.494a45.986 45.986 0 0 0 1.328-.579l1.472-.683c.527-.245 1.898-.906 3.046-1.468 2.148-1.052 2.627-1.341 4.434-2.676.5-.369 1.36-.915 1.914-1.214 1.142-.617 3.553-2.21 5.395-3.563.262-.192.753-.511 1.092-.71a7.987 7.987 0 0 0 1.05-.745c.748-.663.99-.826 1.438-.967.504-.159.49-.157.49-.073 0 .036-.309.301-.685.589-.648.497-.835.696-.565.601.066-.024.37-.207.677-.408.687-.451.823-.512.721-.321-.286.535-.983 1.072-3.337 2.576-.789.504-1.303.918-1.23.99.084.084 1.031-.431 2.16-1.175.32-.21.622-.383.672-.384.1 0 .058.213-.09.448-.1.159-1.697 1.16-5.023 3.147-1.257.751-2.412 1.483-2.567 1.628l-.282.262.224-.038c.296-.049.87-.329 2.482-1.209 1.59-.869 2.75-1.599 4.045-2.547.525-.385.998-.729 1.052-.765.115-.078.616.178.616.315 0 .046-.47.356-1.046.689-1.73 1-4.897 3.067-4.697 3.067.141 0 1.563-.805 4.75-2.69 1.886-1.114 2.033-1.188 2.613-1.309.314-.066.624-.134.69-.153.066-.018.12-.001.12.04 0 .119-.88.649-2.063 1.241-1.32.66-2.744 1.502-4.924 2.906-2.086 1.345-2.796 1.764-4.583 2.704-.808.425-2.194 1.172-3.079 1.66-3.066 1.69-3.461 1.893-4.296 2.204-1.117.416-2.686.744-4.26.89-.697.064-1.28.13-1.296.145-.043.042-.62.035-.62-.009Zm3.252-.663 1.506-.619c2.505-1.027 3.781-1.682 5.517-2.832.89-.588 1.12-.779.943-.775-.102.001-.22.065-2.285 1.223-1.48.83-3.417 1.826-4.389 2.257-1.041.461-1.662.765-1.704.834-.057.091.019.075.412-.088Zm-10.776-.78c-.34-.068-.215-.177.41-.356 2.745-.786 3.583-1.067 5.129-1.724a70.495 70.495 0 0 0 3.628-1.698c1.786-.938 2.332-1.262 2.257-1.338-.055-.054-.65.18-1.71.673a194.258 194.258 0 0 1-5.305 2.33c-1.13.471-4.025 1.542-4.295 1.59-.36.064-.199-.167.719-1.035 1.113-1.054 1.25-1.155 1.859-1.386.267-.1 1.036-.426 1.71-.724a76.357 76.357 0 0 1 2.361-.988c1.417-.557 2.002-.867 4.679-2.479 3.528-2.125 3.803-2.301 5.05-3.227 2.278-1.693 4.45-3.121 5.895-3.876.51-.267.894-.532 1.283-.886.574-.522.787-.661 1.138-.743.113-.027.498-.213.856-.414.683-.384 1.163-.532 1.163-.359 0 .174-.79.844-1.916 1.608-1.103.749-1.695 1.218-1.623 1.289.051.052.5-.189 1.365-.731.73-.457.874-.528.874-.43 0 .024-.116.276-.257.559-.189.378-.346.585-.595.782-.506.401-3.907 2.641-5.583 3.676-2.3 1.423-2.539 1.573-3 1.9-.237.17-.419.32-.404.335.05.049 1.016-.376 1.8-.791 1.979-1.048 4.513-2.694 6.826-4.436.454-.342.719-.497.821-.482.084.011.151.065.151.118 0 .092-1.242.986-3.667 2.64-1.203.821-1.872 1.33-1.819 1.383.115.115 3.394-2.002 5.39-3.479.715-.529.968-.631 1.14-.46.098.098.134.071-1.593 1.232-1.857 1.248-2.4 1.652-2.035 1.515.264-.099 2.312-1.357 3.455-2.123.628-.42.904-.568.992-.533.14.056.216-.013-.87.771-.359.258-1.036.749-1.507 1.09a48.23 48.23 0 0 1-1.916 1.302c-.583.375-1.693 1.098-2.465 1.608-2.783 1.838-5.726 3.478-7.898 4.403-.41.174-1.241.566-1.848.871-1.366.687-4.013 1.889-4.959 2.253-.876.337-1.505.495-2.646.665-.884.131-2.608.191-3.04.105Zm4.215-1.084c2.54-.857 7.146-3.025 8.17-3.845.452-.363.198-.263-1.534.604-1.85.927-2.886 1.407-5.377 2.498-1.072.469-1.996.88-2.054.914-.227.132.107.061.795-.171Zm2.488-.524c1.81-.665 3.196-1.29 4.263-1.924.845-.502.443-.379-1.105.338-.287.134-1.108.497-1.823.808-1.61.7-1.814.798-1.814.868 0 .077.05.067.479-.09Zm-9.476-1.284c-.056-.091.06-.158.885-.516 4.45-1.934 5.995-2.718 8.403-4.263 1.533-.984 3.587-2.386 4.134-2.822.662-.528 1.214-1.029 1.176-1.067-.045-.045-1.634.867-2.84 1.63-1.107.701-3.168 1.946-3.788 2.288l-1.021.565c-.928.514-3.499 1.792-5.208 2.59a80.2 80.2 0 0 0-1.985.953c-.282.145-.569.286-.637.312-.107.041-.111.031-.034-.075.049-.067.917-.921 1.929-1.899 1.82-1.758 3-3.014 3.975-4.23.276-.345.606-.724.732-.843s1.139-.829 2.25-1.579a197.227 197.227 0 0 0 3.695-2.563c.923-.66 2.456-1.715 3.408-2.346.952-.629 2.106-1.437 2.566-1.795.459-.357 1.252-.9 1.76-1.206a30.85 30.85 0 0 0 1.234-.772c.17-.12.375-.252.456-.295.145-.075.149-.067.137.328-.013.444.126.72.44.873.167.081.866.17 2.346.296.447.039.842.087.876.109.037.023.026.085-.025.146-.18.218-4.128 2.78-6.147 3.991-2.614 1.567-3.344 2.051-3.093 2.051.14 0 1.17-.51 2.122-1.052 2.675-1.522 4.622-2.77 6.414-4.115 1.19-.892 1.418-1.03 1.598-.961.264.102-1.165 1.199-4.302 3.305-1.413.948-1.943 1.358-1.655 1.279.412-.113 2.64-1.49 3.902-2.411 1.115-.814 1.107-.808 1.107-.676 0 .188-.41.585-1.089 1.054-.979.676-1.743 1.275-1.661 1.302.141.047 1.086-.455 1.757-.933.377-.268.732-.488.79-.489.128-.001.378.401.296.476-.118.106-1.117.757-1.744 1.137-.613.371-3.733 2.681-5.4 3.999-.84.665-2.853 2.061-3.869 2.684-1.295.795-7.4 3.899-8.544 4.345a15.94 15.94 0 0 1-1.608.476c-.552.133-1.28.32-1.616.416-1.047.299-2.036.44-2.122.303Zm2.939-.797c.113-.053.698-.316 1.3-.585 2.12-.946 5.057-2.472 6.636-3.448 1.666-1.029 4.054-2.699 4.577-3.2l.356-.341-.41.221c-.227.122-.72.429-1.096.681-2.567 1.721-5.135 3.223-9.145 5.353-1.228.651-2.306 1.237-2.396 1.3-.199.141-.105.15.178.019Zm-6.875-3.359c.262-.279 1.598-1.277 3.383-2.525 2.857-1.998 5.463-4.009 5.346-4.125-.066-.066-.804.402-2.691 1.705-2.962 2.044-3.884 2.706-4.843 3.471-.934.746-1.063.83-1.063.692 0-.13.225-.474 1.189-1.812 1.67-2.322 2.634-3.403 3.806-4.27a53.389 53.389 0 0 0 3.356-2.721c1.417-1.263 2.545-2.145 3.902-3.051 1.585-1.06 2.736-1.914 3.351-2.487a28.146 28.146 0 0 1 2.268-1.907c.429-.325.897-.689 1.038-.809.175-.147.28-.195.327-.147.09.09.011.298-.113.298-.141 0-.115.234.042.376.076.069.137.158.137.199 0 .041-.253.312-.562.602-.31.291-.543.547-.52.57.074.073.477-.175.962-.593.27-.232.53-.401.619-.4.217.001.46.073.46.137 0 .03-.27.27-.6.533-.719.575-1.045.903-.898.903.146 0 .834-.427 1.54-.963.507-.385.673-.475.873-.475.474 0 .813-.26-4.749 3.651-2.964 2.085-4.031 2.883-3.955 2.958.06.06 1.214-.582 2.312-1.287a69.323 69.323 0 0 0 6.161-4.43c1.071-.858 2.116-1.498 2.329-1.427.045.015-.041.202-.208.451-.242.363-.539.622-2.007 1.752a203.42 203.42 0 0 1-3.434 2.576c-1.611 1.176-2.188 1.635-2.129 1.694.014.013.299-.136.633-.333 1.131-.667 3.653-2.464 5.188-3.696.51-.41.951-.745.98-.745.048 0 .292.525.292.628 0 .054-1.31 1.076-2.875 2.244-.621.463-1.3.984-1.506 1.155-.207.172-.39.322-.406.332-.088.066.07.079.265.022.221-.063.223-.062.105.07-.255.282-3.807 3.089-4.703 3.717-2.057 1.442-2.802 1.796-1.621.771.299-.26.53-.486.514-.502-.039-.039-3.127 2.299-3.238 2.451-.108.146-.824.571-1.898 1.124-.47.242-1.249.684-1.73.982-1.218.754-1.751 1.032-1.691.88.033-.086.506-.438 2.527-1.879a182.073 182.073 0 0 0 4.793-3.539l1.683-1.288c.532-.404.882-.734.781-.734-.229 0-3.172 2.085-6.606 4.681-2.047 1.546-2.723 2.084-3.61 2.867-.92.812-1.489 1.136-2.79 1.589-.836.291-.936.3-.714.063l-.002.001Zm132.998-2.657a327.77 327.77 0 0 0-2.18-.901c-.767-.313-1.409-.583-1.426-.601-.018-.018.286-.187.675-.377.403-.196.88-.495 1.108-.692l.402-.349.214.131.792.482c.857.522 1.298.647 2.332.659l.856.01.121.371c.067.204.106.435.087.514-.039.159-.896.949-1.144 1.055-.358.151-1.013.043-1.837-.302Zm-94.738-1.673c0-.033.195-.317.433-.634.238-.316.72-1.052 1.07-1.636.352-.583.72-1.14.817-1.237.098-.097.548-.403 1-.681 1.822-1.115 2.807-1.968 5.76-4.983 3.012-3.076 3.973-4.25 5.33-6.515.328-.546.644-1.031.703-1.078.088-.069.186-.041.557.163.683.375.67.344.378.874-.139.252-.236.474-.218.493.02.019.213-.167.432-.415.217-.246.438-.448.489-.448.245 0 .126.263-.58 1.282-1.018 1.466-1.13 1.642-1.098 1.735.048.146.877-.841 1.54-1.835.464-.698.687-.977.782-.977.195 0 .236.19.095.436-.234.412-1.227 1.801-2.5 3.5-1.23 1.641-1.576 2.157-1.45 2.157.078 0 1.006-.953 1.468-1.506.766-.918 2.263-3.048 2.826-4.02.07-.121.16-.232.2-.248.125-.047.38.083.38.193 0 .059-.323.605-.718 1.213-.394.609-.701 1.122-.683 1.142.02.019.078-.026.13-.099 1.07-1.501 1.526-2.112 1.596-2.135.218-.072.148.214-.158.643-.18.251-.492.75-.696 1.109-.203.36-.562.917-.798 1.239-.648.885-2.148 3.247-2.706 4.261-.45.816-.857 1.3-1.786 2.125-1.4 1.243-2.607 2.2-3.662 2.906-.706.472-1.03.646-1.588.852-.219.08-.73.297-1.136.481-.685.311-1.653.583-1.845.519-.045-.015.194-.175.532-.356 1.552-.829 2.523-1.506 4.07-2.837 1.604-1.381 4.002-3.833 3.873-3.962-.053-.053-.41.241-1.27 1.049-2.87 2.696-6.587 5.644-8.047 6.383-.501.253-1.666.66-1.725.602-.014-.014.485-.307 1.11-.651 2.044-1.128 3.638-2.2 4.993-3.359.868-.743 2.518-2.333 2.73-2.63l.143-.2-.218.129c-.12.07-.687.512-1.262.982-2.623 2.142-5.658 4.178-8.472 5.681-.64.343-.82.407-.82.293Zm8.595-3.131c.627-.332 1.502-1.019 2.35-1.841.798-.774 1.555-1.659 1.482-1.733-.047-.047-.444.267-1.05.832a70.505 70.505 0 0 1-2.631 2.299c-.292.238-.53.475-.53.527 0 .121-.008.122.38-.084Zm-2.913-.975c.865-.433 3.082-2.247 3.7-3.029.409-.516.158-.413-.567.233a59.077 59.077 0 0 1-1.88 1.572c-.993.795-1.626 1.355-1.523 1.346.016-.002.138-.056.27-.122Zm-45.429 3.698c.355-.482 1.671-1.736 3.606-3.433 3.758-3.296 6.037-5.418 5.932-5.523-.05-.051-.895.573-1.587 1.173-.264.229-1.157.998-1.986 1.71-2.085 1.793-3.126 2.727-4.22 3.784-.514.499-.953.907-.972.907-.162 0 .826-1.943 1.527-3.003.29-.438.725-1.043.966-1.344.898-1.123 3.494-3.653 5.06-4.932.32-.262.798-.657 1.061-.879.264-.222 1.019-.851 1.677-1.398.659-.548 1.645-1.4 2.19-1.895a81.656 81.656 0 0 1 2.052-1.783c.582-.486 1.365-1.155 1.741-1.487.995-.88 1.489-1.271 2.345-1.856 1.164-.797 1.323-.696.387.244-.838.842-.662.883.302.07.364-.307.467-.318.563-.059.079.212-.028.384-.429.694-.718.554-2.758 2.29-3.024 2.572l-.273.291.273-.161c.31-.183 1.686-1.202 2.37-1.754.404-.327.608-.438.608-.329 0 .12-.296.577-.49.757-.126.117-.752.639-1.392 1.161-3.358 2.738-5.836 4.871-6.657 5.732-.236.246-.428.465-.428.486 0 .055.467-.221.787-.466.862-.655 6.075-5.044 7.135-6.006.39-.355.502-.35.42.02-.103.453-.19.564-1.018 1.301-2.219 1.971-3.549 3.241-3.474 3.316.113.113 1.88-1.311 3.577-2.882.385-.357.735-.648.778-.648.042 0 .077.08.077.179 0 .135-.127.299-.518.664-.497.465-.713.73-.594.73.03 0 .324-.231.651-.513.328-.282.636-.514.685-.514.163 0 .397.21.342.306-.029.051-.253.238-.497.417-.244.178-.691.529-.992.779-.302.251-1.025.824-1.606 1.274a31.52 31.52 0 0 0-2.124 1.847c-1.034.998-2.706 2.406-4.731 3.983-2.09 1.628-2.52 1.96-3.382 2.611-2.174 1.642-6.717 4.443-6.903 4.257-.038-.038.035-.196.185-.4Zm3.478-2.491c.202-.157.92-.752 1.598-1.321s1.772-1.478 2.43-2.019c2.326-1.911 3.704-3.123 3.844-3.378.059-.107.051-.115-.058-.057-.595.318-5.316 4.23-7.044 5.837-.668.621-1.245 1.225-1.171 1.225.02 0 .2-.129.401-.287Zm31.82.048c0-.018.377-.223.838-.454 2.53-1.267 3.921-2.227 6.688-4.61 1.217-1.048 1.418-1.245 1.35-1.312-.023-.024-.396.215-.827.531l-1.73 1.269c-2.072 1.519-6.45 4.268-6.796 4.268-.049 0 .103-.192.337-.428.431-.433.758-.874 1.154-1.557.384-.661.733-.973 1.825-1.625 2.724-1.628 4.39-2.986 7.566-6.172 2.39-2.397 3.61-3.782 4.736-5.38.426-.604.613-.817.71-.807.27.029 1.495.486 1.522.567.09.27-1.47 2.42-3.37 4.644-.845.989-1.478 1.779-1.478 1.843 0 .064.68-.55 1.132-1.021 1.515-1.582 2.966-3.547 3.721-5.042.203-.401.328-.433.566-.148.106.128.194.273.194.323 0 .05-.18.359-.4.687-.484.722-.585.904-.497.904.036 0 .286-.292.555-.65.27-.358.514-.65.545-.65.03 0 .075.05.098.111.028.071-.162.416-.54.983-.592.887-.631.959-.518.959.078 0 .803-.881 1.055-1.283.1-.16.213-.291.25-.291.125 0 .07.134-.16.393-.126.141-.51.651-.855 1.133-1.195 1.675-2.094 2.687-4.73 5.325-2.288 2.289-3.135 3.064-3.597 3.291-.076.038.299-.351.834-.865.945-.907 1.92-1.992 1.851-2.061-.043-.042-.268.142-1.386 1.134a48.225 48.225 0 0 1-3.149 2.597c-1.293.992-1.225.933-1.168 1.026.069.111.374-.038 1.27-.62.954-.617.959-.62.959-.588 0 .015-.192.182-.428.373-.58.471-1.673 1.147-2.379 1.474-.32.147-.966.451-1.437.672-.471.223-1.113.468-1.428.546-.83.205-.847.115-.062-.348.923-.544 3.846-2.518 4.6-3.106 1.482-1.157 4.515-3.933 4.413-4.039-.023-.023-.624.44-1.335 1.03-1.516 1.258-2.936 2.393-3.895 3.114-1.208.909-4.812 3.436-5.15 3.612-.3.156-1.454.354-1.454.248Zm13.202-11.093c.327-.275 1.273-1.512 1.053-1.377-.088.054-1.185 1.315-1.275 1.466-.08.132-.006.103.222-.089Zm3.914 10.746c.122-.146.16-.07.06.118-.054.101-.097.127-.115.072-.016-.048.009-.134.055-.19Zm-72.785-.93c-.168-.088-.15-.212.06-.405.48-.443 1.931-2.262 2.032-2.545.184-.518-1.405.861-2.088 1.813-.552.769-.478.73-.727.391-.12-.163-.218-.325-.218-.361 0-.035.482-.53 1.072-1.099 1.017-.98 1.639-1.666 1.572-1.733-.046-.046-.387.146-.693.39-.15.12-.7.62-1.22 1.112-.864.817-.955.885-1.054.786-.1-.099-.1-.123.001-.277.061-.093.55-.564 1.087-1.048 1.15-1.035 1.457-1.348 1.356-1.382-.194-.064-1.38.814-2.26 1.675-.246.239-.475.436-.508.436-.112 0-.311-.226-.311-.352 0-.159.5-.555 1.848-1.464 1.249-.842 1.337-.908 1.284-.961-.069-.069-.85.161-1.266.373-.508.258-1.253.785-1.741 1.231-.422.385-.499.414-.6.224-.122-.227.119-.411 1.672-1.275.973-.542 1.54-.899 1.54-.972 0-.072-.642.043-1.013.178-.526.193-1.346.657-1.922 1.089-.478.359-.51.373-.599.251-.262-.359-.105-.481 1.89-1.467.846-.418 1.568-.791 1.605-.828.128-.128-.374-.069-.89.104-.582.196-1.569.677-2.188 1.069-.233.146-.457.266-.5.266-.123 0-.091-.309.044-.432.168-.152 1.28-.667 2.073-.961.737-.273 1.57-.647 1.57-.704 0-.021-.193-.016-.428.011-.704.081-2.07.608-2.821 1.089-.21.134-.396.244-.415.244-.072 0-.027-.498.067-.722.074-.176.179-.272.403-.369.449-.192 1.457-.506 2.615-.816.563-.15 1.116-.311 1.229-.357l.205-.084-.27-.05c-.564-.102-2.06.207-3.204.662-.254.102-.483.164-.508.139-.026-.026.042-.139.15-.251.313-.326.566-.402 3.456-1.029 1.071-.233 1.117-.248 1.058-.344-.068-.111-1.023-.069-1.781.077-.763.147-.929.141-.601-.022.331-.165.98-.315 1.837-.424 1.313-.167 1.376-.18 1.24-.257-.066-.036-.387-.088-.714-.114l-.594-.048.333-.203c.184-.111.6-.382.924-.601 1.385-.933 2.31-1.535 2.42-1.573.1-.035.11-.009.074.172-.05.248-.243.267 1.553-.15.659-.152 1.286-.313 1.392-.356.173-.069.181-.085.075-.145-.188-.105-1.287-.001-2.041.193-.372.095-.687.163-.7.151-.012-.012.173-.152.414-.31.35-.23.476-.278.64-.245.246.049 1.879-.399 2.218-.61l.227-.141-.239-.05a1.919 1.919 0 0 0-.603.016c-.539.1-.57.043-.136-.246.299-.197.432-.249.566-.215.212.053 1.315-.198 1.506-.344.136-.102.136-.104.005-.202a.714.714 0 0 0-.36-.098c-.124 0-.226-.025-.226-.055 0-.105.165-.219.32-.219.182 0 .706-.199.706-.268 0-.026-.038-.086-.085-.134-.069-.07-.052-.114.085-.222 1.122-.883 1.253-1.219.7-1.796-.14-.146-.224-.278-.186-.292.29-.109 1.293-.784 1.91-1.284.41-.333.84-.645.958-.694.339-.141 2.1-.467 2.165-.401.034.034-.227.37-.605.778a57.308 57.308 0 0 0-1.551 1.78l-1.909 2.285c-1.658 1.988-2.76 3.121-7.494 7.706-1.346 1.303-2.074 2.059-2.207 2.292-.335.583-.237.787.231.479.858-.566 2.535-1.928 5.42-4.405 2.536-2.176 4.076-3.656 5.341-5.131.335-.39.62-.675.635-.633.014.043-.084.401-.218.796-.299.885-.555 1.82-.684 2.499-.133.697-.215 1.834-.127 1.745.088-.089.468-1.259.9-2.773.188-.658.437-1.504.553-1.879.115-.376.204-.796.195-.936-.013-.216.035-.311.324-.642.186-.214.38-.447.431-.519.117-.162.215-.168.215-.014 0 .064-.092.441-.204.838-.42 1.489-.982 4.228-1.063 5.182a14.11 14.11 0 0 1-.069.656c-.066.423.095.145.296-.513.226-.738.319-1.092.77-2.926.704-2.862 1.438-4.997 1.719-4.997.089 0 .072.08-.238 1.138-.318 1.082-.717 2.943-.835 3.893-.12.955-.157 1.609-.093 1.609.079 0 .357-.934.778-2.602.685-2.723 1.274-4.659 1.57-5.166.159-.269.492-.565.56-.496.017.016-.06.288-.171.604-.642 1.833-1.148 4.202-1.266 5.93-.018.272-.009.51.021.529.03.019.156-.327.278-.769.123-.441.25-.895.283-1.008.033-.113.196-.76.364-1.438.353-1.43.772-2.845.87-2.943.046-.046.056-.012.03.103-.395 1.75-.665 3.628-.522 3.628.065 0 .5-1.339.99-3.047.425-1.482 1.06-3.348 1.248-3.67.148-.253.478-.52.552-.446.028.028-.004.195-.071.372-.067.177-.27.768-.452 1.314-.65 1.951-1.154 4.665-.897 4.823.074.046.231-.459.586-1.88.205-.824.619-2.293 1.248-4.432.117-.397.248-.459.465-.22.146.162.148.155-.306 1.467-.559 1.617-1.053 3.872-1.229 5.61-.073.722-.048.69-1.343 1.67-1.097.83-1.849 1.552-2.561 2.461-.274.349-.78.886-1.125 1.194-.344.307-.873.842-1.174 1.188-.895 1.029-1.873 1.899-3.765 3.349a39.793 39.793 0 0 0-1.754 1.413c-.288.258-.557.47-.6.47-.097 0-.094-.119.028-1.198.055-.49.1-.966.1-1.059v-.169l-.101.146c-.16.228-.508 1.777-.513 2.28-.003.378-.144.677-.417.894-.15.119-.29.202-.31.182-.02-.02-.001-.277.042-.573.273-1.881.323-2.518.203-2.592-.038-.024-.115.067-.172.202-.139.331-.237.307-.237-.06 0-.167-.025-.32-.056-.339-.121-.075-.299.688-.588 2.525-.301 1.91-.323 2.012-.463 2.19-.075.096-.23.223-.344.281l-.207.107.032-.262c.018-.144.114-.632.212-1.084.389-1.774.58-3.456.395-3.456-.08 0-.19.295-.277.753-.092.475-.441 2.431-.586 3.279-.12.707-.194.896-.345.896-.137 0-.133-.031.144-.979.26-.89.381-1.759.246-1.759-.158 0-.492.845-1.047 2.649-.05.161-.128.238-.301.295-.305.101-.389.047-.297-.191.4-1.022.688-1.963.718-2.342l.035-.445-.151.171c-.084.094-.239.356-.345.582-.23.491-.745 1.935-.745 2.09 0 .193-.168.346-.447.409-.15.034-.295.039-.321.012-.028-.027.131-.434.352-.904.952-2.025.681-2.363-.299-.372-.242.491-.46.977-.486 1.079a.573.573 0 0 1-.192.289c-.15.105-.63.14-.685.05-.018-.028.2-.452.483-.941.583-1.008 1.068-1.991 1.033-2.096-.087-.26-1.32 1.369-1.975 2.61-.26.493-.335.559-.574.508a1.658 1.658 0 0 1-.329-.109Zm11.224-7.403c.127-.279.253-1.28.17-1.362-.116-.117-.204-.005-.282.36-.083.386-.09.856-.014 1.046.045.115.056.11.126-.044Zm.764-.761c.175-.468.692-2.348.692-2.515 0-.194-.19-.149-.304.073-.195.376-.523 1.685-.565 2.249-.022.31-.023.564-.002.564.022 0 .102-.167.18-.371Zm-7.85-2.335c.02-.02.201-.065.404-.099 3.502-.595 3.863-.674 3.073-.682-1.029-.008-3.833.566-3.833.786 0 .043.31.04.355-.005Zm16.247 10.173c-.064-.104 2.033-2.884 3.62-4.797 1.495-1.805 3.23-3.701 5.823-6.363 1.207-1.24 2.322-2.438 2.738-2.941.193-.233.04-.134-.713.463-1.165.924-2.208 1.884-3.736 3.442-2.26 2.302-3.795 4.072-5.496 6.335-.591.786-.768.985-.768.87 0-.122 2.074-3.949 2.649-4.887l1.112-1.814c.75-1.221 2.518-3.625 3.52-4.787.394-.456 2.052-1.936 3.253-2.904 1.113-.898 1.743-1.53 2.158-2.166.582-.893 1.286-1.571 2.972-2.862a6.67 6.67 0 0 0 .445-.377c.204-.192.974-1.453 1.415-2.316.327-.639.882-2.301.92-2.755.044-.524 1.368-3.587 1.618-3.741.167-.104.008.611-.271 1.218-.357.774-.597 1.445-.655 1.832l-.046.308.14-.171a6.05 6.05 0 0 0 .416-.699c.264-.503.38-.654.45-.584.018.018.051.189.074.381.038.319.004.439-.408 1.43-.247.595-.469 1.204-.493 1.354l-.044.274.159-.178c.087-.098.25-.329.361-.513.165-.273.207-.309.226-.192.013.078-.027.279-.09.444-.132.356-.207.734-.13.662.029-.028.094-.016.145.026.065.054.092.264.092.713 0 .534-.032.724-.198 1.173-.326.88-.34.9-.86 1.2-.95.549-2.605 1.83-3.511 2.719-.892.875-.378.607 1.614-.84 1.713-1.246 1.996-1.437 2.048-1.386.022.023-.008.145-.067.27-.084.176-.407.427-1.399 1.087a38.29 38.29 0 0 0-2.213 1.6c-.952.762-2.383 2.127-2.531 2.414l-.084.162.288-.162c.16-.089.71-.481 1.222-.872 2.565-1.95 4.22-3.158 4.327-3.158.067 0 .03.493-.047.625-.014.024-.387.283-.83.578-.76.504-2.012 1.618-1.921 1.709.095.095 1.028-.466 2.131-1.283.296-.218.565-.38.6-.358.034.021.062.149.062.284 0 .206-.063.313-.385.65-.211.222-.369.419-.35.439.02.019.23-.063.466-.182.408-.206.436-.211.52-.094.171.233.102.356-.372.663-.254.164-.741.559-1.081.876-.34.317-1.71 1.398-3.046 2.402-1.334 1.004-2.92 2.264-3.522 2.799a99.03 99.03 0 0 1-1.882 1.631 36.931 36.931 0 0 0-1.609 1.447c-.451.435-1.406 1.333-2.122 1.995-1.64 1.517-3.64 3.561-4.253 4.345a31.547 31.547 0 0 0-1.09 1.529c-.59.884-.633.93-.924 1.006-.389.103-.391.102-.437.027Zm5.858-6.425c.284-.291 1.052-1.111 1.708-1.823.656-.712 2.579-2.658 4.272-4.324 1.694-1.667 3.06-3.05 3.038-3.073-.062-.062-1.089.718-1.971 1.497-2.148 1.897-5.868 5.882-7.491 8.025-.268.354-.05.205.444-.302Zm11.377-15.046c.741-.488 3.27-2.319 3.571-2.587.268-.238.27-.243.095-.246-.408-.007-2.826 1.666-3.757 2.599-.29.291-.498.547-.44.544.035-.002.274-.141.531-.31Zm-30.62 19.685c0-.113.03-.205.068-.205.076 0 .094.294.022.365-.077.077-.09.052-.09-.16Zm44.562-.033c0-.055.052-.232.116-.393a7.08 7.08 0 0 0 .224-.703c.105-.403.116-.416.517-.618a8.36 8.36 0 0 0 .783-.461 4.44 4.44 0 0 1 .904-.431c1.398-.466 3.256-1.933 6.317-4.99 2.804-2.799 4.464-4.611 6.433-7.02.261-.32.663-.782.892-1.026.23-.245.517-.568.64-.719.216-.264.228-.268.324-.141.148.199.12.391-.096.656-.257.313-.379.546-.287.546.04 0 .182-.155.318-.344.199-.276.267-.329.343-.266.052.043.095.11.095.149 0 .038-.306.509-.68 1.046-.76 1.091-1.015 1.536-.88 1.536.136 0 .868-.813 1.396-1.551.265-.37.51-.673.545-.673.035 0 .073.109.084.243.018.222-.049.327-.747 1.164a85.995 85.995 0 0 1-3.989 4.43c-.7.726-1.305 1.383-1.346 1.459-.252.469 1.128-.726 2.745-2.376 1.32-1.349 2.22-2.35 2.982-3.318.324-.411.628-.747.676-.747.049 0 .108.052.133.117.053.137-.035.264-.92 1.321-.808.966-1.175 1.449-1.134 1.49.098.098.98-.801 1.847-1.884.411-.513.52-.589.52-.366 0 .132-.561.89-1.978 2.676-1.348 1.699-6.568 6.706-8.53 8.182-.842.634-3.329 2.031-3.432 1.929-.044-.045.183-.215 1.07-.805a45.43 45.43 0 0 0 2.875-2.078c1.412-1.127 3.707-3.27 3.608-3.369-.056-.056-.54.293-1.246.902a79.887 79.887 0 0 1-5.784 4.489c-1.862 1.303-2.083 1.421-2.841 1.528-.305.043-.33.037-.24-.055.056-.056.37-.256.698-.445 1.673-.961 3.426-2.176 5.078-3.517 1.689-1.373 2.93-2.549 2.534-2.404-.195.072-.708.438-2.085 1.489-1.455 1.112-3.625 2.627-4.89 3.415-1.365.851-3.402 2.034-3.503 2.034-.05 0-.09-.045-.09-.101Zm112.363-.31c-.098-.191-.095-.201.104-.318.113-.066.205-.138.205-.159 0-.062.354-.423.386-.392.015.016-.036.179-.115.364-.08.184-.188.438-.24.562-.106.252-.187.238-.34-.057Zm-87.71-1.56c.854-1.486 1.54-2.603 2.034-3.316.314-.454.85-1.345 1.189-1.98.34-.634.637-1.167.662-1.182.077-.047.485.179.485.27 0 .046-.404.759-.898 1.582a47.4 47.4 0 0 0-1.375 2.452c-.472.941-.488.962-1.31 1.761-.458.445-.873.81-.924.81-.061.001-.014-.134.137-.397Zm-27.11-.965c-.117-.075-.097-.088 1.283-.823 1.056-.562 2.616-1.484 3.393-2.005 1.884-1.264 4.521-3.52 4.931-4.218.143-.245-.794.398-2.073 1.421-2.42 1.936-4.432 3.342-6.788 4.743-1.28.761-1.703.94-1.916.808-.116-.072 0-.261.672-1.087.379-.466.564-.638.753-.699 1.754-.569 6.32-4.081 8.491-6.532a87.29 87.29 0 0 0 1.868-2.225c1.255-1.544 1.753-2.064 2.523-2.635.732-.543 1.429-1.252 2.104-2.139.43-.567.623-.769.73-.765.161.006.737.336.772.444.013.038-.423.663-.97 1.388-1.039 1.381-1.177 1.586-1.07 1.586.114 0 .986-.985 1.685-1.906.377-.496.725-.901.775-.901.162 0 .355.139.355.255 0 .116-.51.812-1.672 2.277-.902 1.139-1.56 1.907-2.904 3.387-.615.678-1.148 1.289-1.185 1.358-.324.605 2.12-1.741 3.302-3.17a69.682 69.682 0 0 0 1.656-2.129c.553-.739 1.05-1.38 1.106-1.426a.309.309 0 0 1 .224-.06c.265.05.156.299-.501 1.148-.721.929-1.122 1.521-1.122 1.66 0 .108-1.575 1.964-2.894 3.409-2.16 2.367-4.018 4.157-5.303 5.107-2.404 1.778-3.275 2.41-3.602 2.615-.464.289-2.745.964-2.501.74.016-.014.383-.234.816-.49 2.025-1.194 4.184-2.786 6.272-4.629.681-.601 1.2-1.152 1.085-1.152-.088 0-.723.466-1.915 1.405-2.947 2.323-6.761 5.01-7.39 5.207-.324.102-.852.12-.987.034l-.002-.001Zm-5.963.032c0-.016.362-.355.803-.753.665-.599.84-.723 1.021-.723.26 0 .435.059.435.146 0 .075-.774.583-1.574 1.032-.55.309-.685.368-.685.298Zm36.022-1.929c.35-.523.91-1.391 1.245-1.929.607-.977.72-1.083.883-.825.055.087.015.204-.175.513-.136.221-.457.753-.714 1.183-.258.43-.622.951-.81 1.158-.353.389-.99.927-1.038.878-.016-.015.258-.456.609-.978Zm-63.608.756c0-.021.19-.342.42-.714.577-.926 1.492-1.817 1.114-1.085-.263.511-1.007 1.639-1.145 1.735-.144.1-.39.141-.39.064Zm1.437-.498c0-.033.228-.502.507-1.044.278-.542.574-1.174.656-1.405.182-.507.845-1.378.877-1.151.052.363-1.42 3.248-1.822 3.572-.123.1-.218.111-.218.028Zm1.37-.584c0-.015.166-.376.371-.805.205-.428.483-1.102.62-1.497.136-.395.274-.745.307-.778.06-.06.206.361.207.597 0 .144-.976 2.084-1.178 2.34-.11.14-.328.234-.328.143Zm27.449-.52c0-.161 1.404-2.177 2.123-3.048.435-.527.99-1.22 1.23-1.54.243-.32.72-.921 1.063-1.335.342-.414.898-1.092 1.234-1.506.337-.414.86-1.03 1.163-1.369.302-.339.95-1.077 1.438-1.64a97.732 97.732 0 0 1 2.378-2.592c1.048-1.102 1.696-1.85 2.179-2.518.378-.523.724-.951.77-.951.12 0 .591.336.591.422 0 .042-.058.172-.129.289-.175.289-.241.521-.148.521.041 0 .207-.138.37-.308.295-.308.562-.399.632-.215.019.05-.078.282-.217.515-.14.233-.236.44-.215.461.068.068.299-.099.499-.362.314-.412.419-.495.573-.454.199.052.177.193-.087.56-.36.499-.359.554.003.155.366-.403.508-.431.686-.137.106.175.101.193-.157.548-.147.202-.651.86-1.122 1.462-.973 1.248-1.525 2.026-1.473 2.078.109.109 1.742-1.772 2.595-2.99.422-.603.546-.73.651-.664.142.087.063.251-.46.954a15.64 15.64 0 0 0-.659.942l-.13.227.292-.274c.159-.15.476-.52.703-.821.533-.709.643-.806.811-.716.187.1.168.165-.177.613-.44.572-.377.593.125.04.383-.421.45-.467.614-.426.102.025.185.076.185.112 0 .035-.235.289-.522.563-.287.274-1.037 1.114-1.667 1.867-.63.753-1.36 1.6-1.62 1.882-.262.282-.794.883-1.184 1.335-1.807 2.092-4.079 4.134-6.45 5.799-1.52 1.067-2.856 1.861-3.48 2.065-.555.183-1.774.41-1.967.368-.086-.019-.025-.084.216-.227 1.63-.976 2.157-1.306 2.79-1.747 1.552-1.078 2.967-2.295 4.77-4.101 1.112-1.115 2.292-2.535 2.189-2.638-.043-.043-1.128.911-2.234 1.967-2.94 2.803-5.088 4.568-7.838 6.441-.622.423-.937.555-.937.39v.003Zm5.03-2.039c2.027-1.362 3.346-2.436 4.863-3.958.839-.841 1.812-1.969 1.812-2.099 0-.129-.324.147-1.514 1.294-1.682 1.622-2.882 2.683-4.536 4.009-2.233 1.792-2.315 1.89-.624.754ZM.585 201c1.439-1.433 2.832-3.02 3.193-3.637.278-.475-.079-.134-1.368 1.306-.746.834-1.703 1.903-2.127 2.374-.681.76-.842.969-.743.969.015 0 .486-.455 1.045-1.012Zm-35.606 8.065c.086-.272.793-1.712.84-1.714.028 0 .12-.019.204-.042.225-.06.202.169-.083.821-.256.586-.375.75-.688.943-.262.162-.327.161-.273-.008Zm61.618-.391c.313-.495.653-.911.743-.911.142 0 .206.319.093.457a6.156 6.156 0 0 1-.502.453c-.415.346-.553.346-.334.001Zm-86.876-.089c-.023-.037.104-.306.282-.599.749-1.232 1.613-3.44 1.344-3.44-.035 0-.244.331-.464.736-.668 1.23-1.755 3.124-1.866 3.251-.129.148-.7.172-.7.03 0-.05.125-.258.279-.462.357-.477 1.307-2.004 1.648-2.651.254-.482.337-.835.196-.835-.095 0-.637.746-1.781 2.453-.539.803-1.019 1.476-1.066 1.494-.12.046-.371-.099-.371-.214 0-.053.362-.561.804-1.129.748-.961 1.318-1.797 1.318-1.935 0-.222-1.058.793-1.965 1.885-.286.345-.557.637-.601.648-.045.011-.17-.108-.278-.264l-.196-.283 1.105-1.085c1.099-1.078 1.378-1.398 1.294-1.482-.085-.085-1.007.616-1.78 1.355-.43.41-.814.747-.852.747-.092 0-.306-.565-.276-.726.013-.068.286-.335.606-.593.846-.683 1.45-1.224 1.41-1.264-.072-.071-.71.299-1.35.782-.367.275-.695.5-.732.5-.1 0-.163-.327-.09-.463.035-.065.402-.311.815-.546.693-.395 1.016-.633.857-.633-.17 0-.855.244-1.268.452-.45.227-.461.229-.534.092-.041-.076-.066-.269-.054-.427l.021-.289 1.155-.388c.635-.213 1.19-.425 1.232-.47.16-.17-1.105-.029-1.77.198-.34.115-.642.184-.673.153-.031-.032-.046-.161-.034-.287.02-.206.057-.242.364-.356.189-.07.82-.234 1.404-.364 1.35-.301 1.343-.299 1.223-.374-.256-.162-1.83.048-2.587.346-.183.073-.352.112-.375.09-.091-.091-.037-.427.078-.488.232-.123 1.571-.286 2.847-.349.71-.035 1.308-.08 1.328-.101.067-.066-.475-.256-.938-.329-.573-.089-1.708-.034-2.518.124-.347.067-.651.103-.675.078-.092-.091.05-.399.213-.462.414-.157 2.032-.223 3.303-.134.688.047 1.268.069 1.29.047.077-.077-.301-.257-.833-.395-.773-.201-2.064-.248-2.921-.107-.903.149-.898.149-.843-.079a.553.553 0 0 1 .15-.268c.28-.215 2.416-.166 3.554.082.898.195 1.203.246 1.353.224.127-.019.102-.051-.164-.21-.424-.253-.98-.436-1.841-.608-.583-.116-.883-.137-1.576-.11-.471.018-.9.045-.954.059-.054.015-.11-.026-.124-.09-.034-.155.38-.587.617-.642.168-.039.187-.027.17.117-.017.16-.008.162.839.209 1.05.059 1.674.147 2.565.36.377.09.794.183.926.206l.24.043-.197-.166c-.584-.494-1.508-.74-2.942-.781-.596-.018-1.059-.058-1.027-.089.031-.031.471-.23.977-.443 1.623-.682 2.895-1.386 3.928-2.171.637-.485.806-.763.671-1.099-.164-.407-.168-.403.779-.733.49-.17 1.044-.386 1.232-.479.362-.179.764-.226 3.491-.411a28.69 28.69 0 0 0 1.506-.131l.342-.053-.205-.087c-.155-.065-.574-.077-1.728-.046-.838.022-1.523.026-1.523.009 0-.07.536-.296.867-.367.196-.041 1.252-.096 2.348-.121 1.096-.026 2.008-.072 2.027-.103.075-.122-.42-.162-1.974-.162-.894 0-1.626-.02-1.626-.044 0-.024.209-.127.462-.23.998-.403 1.575-.718 1.828-.998.227-.251.249-.308.209-.54l-.044-.26.501-.19c.562-.213 1.457-.612 3.159-1.409.633-.296 1.195-.539 1.249-.539.057 0 .098.068.098.163 0 .091.048.183.108.206.06.022.699.042 1.42.042 1.642 0 2.442.057 2.442.174 0 .14-.631.522-.787.477-.455-.134-1.093-.194-2.088-.198-1.084-.003-1.572.069-1.479.219.02.032.752.078 1.626.103.924.026 1.62.074 1.66.114.047.048.02.119-.083.222-.148.149-.19.152-1.777.155-1.2.002-1.666.026-1.783.092-.127.071-.142.108-.077.187.065.078.321.097 1.265.097.65 0 1.233.019 1.292.042.153.059.135.143-.057.269-.13.085-.425.114-1.373.138-1.176.03-1.614.106-1.397.243.052.033.535.06 1.074.061.618 0 .965.025.939.067-.023.037-.402.335-.843.663a88.642 88.642 0 0 0-1.965 1.527c-1.07.855-2.81 2.097-6.675 4.761-2.132 1.47-2.293 1.585-4.928 3.502a60.736 60.736 0 0 1-1.814 1.273c-.814.537-1.197.9-1.075 1.021.151.152 2.58-1.116 4.977-2.601 3.845-2.38 7.896-5.015 9.353-6.083.325-.238.624-.433.664-.433.047 0 .037.114-.029.325-.382 1.222-.87 3.119-.944 3.664-.14 1.041.883-1.749 1.299-3.544.096-.414.205-.815.242-.89.115-.234.949-.786.949-.629 0 .013-.078.252-.173.531-.462 1.351-.923 3.14-.92 3.568l.001.294.124-.274c.069-.15.454-1.259.858-2.464.662-1.977.756-2.211.967-2.401.274-.247.695-.486.754-.427.022.023-.036.514-.13 1.093-.206 1.274-.246 1.662-.18 1.771.029.045.067.055.085.023.071-.125.322-.972.433-1.462.413-1.837.516-2.122.76-2.122.118 0 .117.024-.047 1.139-.148 1.005-.252 2.352-.183 2.352.043 0 .18-.414.364-1.095.056-.207.205-.943.332-1.636.226-1.237.349-1.569.516-1.403.048.048.048.22 0 .545-.11.727-.171 2.679-.082 2.596.154-.145.65-2.212.798-3.327.023-.174.089-.374.146-.445.096-.119.102-.095.065.281-.022.226-.07.611-.106.856-.103.697-.238 2.728-.185 2.782.08.078.107.011.365-.872.136-.467.267-.895.29-.952.023-.056.058.329.076.856l.035.958.146-.376c.369-.951.785-2.592 1.052-4.142.103-.6.216-.939.326-.975.116-.039.11.081-.083 1.475-.225 1.626-.32 2.631-.3 3.141.022.513-.031.584-.676.914-.256.131-.48.255-.5.275-.018.02-.234.187-.479.371-.677.509-1.862 1.506-2.738 2.304-.433.395-1.018.866-1.3 1.048-.738.475-1.358.983-1.474 1.207-.209.404-.087.737.361.993.123.07.223.151.223.18 0 .03-.408.258-.907.507-.5.249-1.231.631-1.626.849-.395.217-.986.489-1.313.604-.906.319-1.236.513-1.852 1.09-.31.292-.87.745-1.24 1.006-.413.29-.9.72-1.251 1.102-.617.671-.623.675-2.234 1.4-.443.199-.823.344-.846.322-.022-.023.036-.359.13-.746.197-.803.284-1.604.182-1.666-.108-.067-.39.656-.647 1.666a16.112 16.112 0 0 1-.303 1.087c-.066.152-.823.706-.966.706-.048 0-.06-.048-.033-.12.832-2.168 1.243-3.759 1.08-4.188-.062-.164-.066-.162-.24.137-.202.348-.43 1.008-.973 2.802-.21.696-.421 1.305-.468 1.351-.097.098-.675.191-.825.134-.08-.031-.022-.214.298-.916.621-1.368 1.127-2.966 1.21-3.828.048-.492-.05-.621-.221-.291-.063.12-.322.837-.577 1.593-.418 1.239-1.024 2.876-1.241 3.352-.087.191-.34.299-.723.31-.12.004-.238-.024-.26-.061l.001.002Zm5.904-4.639c.243-.627.33-1.03.243-1.118-.125-.125-.331.04-.42.335-.09.298-.11 1.176-.028 1.176.029 0 .122-.176.205-.393Zm2.327-1.334c.112-.349.276-.992.364-1.431.135-.669.146-.815.07-.907-.123-.148-.19-.138-.309.044-.246.378-.594 2.927-.4 2.927.04 0 .163-.285.275-.633Zm-1.02.256c.224-.48.265-.773.116-.829-.227-.088-.32.118-.297.664l.02.508.16-.343Zm2.233-.667c.343-1.043.712-2.501.77-3.046.037-.349.033-.36-.134-.36-.124 0-.194.053-.248.189-.199.494-.552 2.454-.556 3.08-.001.216.112.309.168.137Zm2.448-1.711c.06-.198.173-.637.25-.976.076-.339.232-1.016.346-1.506.269-1.156.422-1.966.38-2.01-.157-.156-.64 1.363-.924 2.903-.136.736-.256 1.948-.193 1.948.018 0 .081-.162.141-.359Zm-1.132-.154c.191-.608.568-2.463.568-2.795 0-.288-.11-.332-.204-.082-.155.407-.555 2.64-.535 2.987l.021.369.15-.479Zm-6.824-3.257c.17-.035.345-.076.392-.094.133-.051.028-.223-.191-.313-.385-.159-1.4.09-1.4.344 0 .124.708.16 1.199.063Zm1.232-1.122c.432-.046.862-.107.954-.137.16-.052.161-.058.038-.147-.245-.18-2.006-.074-2.354.141-.063.039-.064.074-.003.147.092.111.266.11 1.365-.004Zm1.437-1.145c1.273-.068 1.404-.092 1.198-.213-.2-.118-2.273-.096-2.836.03-.242.054-.452.136-.468.182-.032.096.345.096 2.106.001Zm-.582-.845a38.978 38.978 0 0 1 2.276-.138c.838-.029 1.523-.077 1.523-.107s-.16-.103-.354-.16c-.996-.296-4.767.074-4.538.445.047.075.085.073 1.093-.04Zm20.707 14.139c0-.038.066-.261.146-.497.193-.569.539-.954.539-.601 0 .171-.313.883-.459 1.044-.122.134-.226.159-.226.054Zm21.661-1.079c.126-.707.29-1.102.745-1.792 1.009-1.533 3.225-4.353 5.002-6.367.38-.431 1.013-1.155 1.405-1.609a52.367 52.367 0 0 1 3.154-3.358c.647-.64 1.427-1.472 1.733-1.848.306-.377 1.025-1.162 1.599-1.746.901-.917 1.06-1.05 1.166-.985.247.152.191.416-.186.869-.573.689-.91 1.144-.875 1.18.066.066.399-.258.852-.829.283-.357.502-.574.568-.561.263.05.072.353-.993 1.569-1.225 1.398-1.694 1.977-1.644 2.026.044.044.55-.358.716-.57.071-.091.392-.451.711-.799.32-.349.773-.865 1.007-1.147.234-.282.449-.538.477-.569.055-.058.277.125.277.228 0 .033-.187.269-.415.526-2.207 2.479-4.878 5.615-5.082 5.968-.224.386.016.234.662-.42.853-.864 1.727-1.893 3.348-3.939.755-.953 1.429-1.763 1.499-1.8.104-.056.14-.035.2.123.042.105.08.299.084.431.01.316-.222.607-1.967 2.464-1.802 1.918-1.828 1.947-3.028 3.389-2.486 2.99-3.568 4.278-3.988 4.749-.813.912-4.518 4.203-5.038 4.475-.424.221-1.549.592-1.805.596-.228.002-.23.001-.184-.254Zm1.236-.414c1.107-.61 3.296-2.415 4.426-3.647 1.164-1.269 2.18-2.526 2.18-2.698 0-.131-.488.309-2.12 1.908-1.738 1.703-2.898 2.771-4.303 3.964-.565.479-.728.667-.576.664.028 0 .205-.087.393-.191Zm-21.665.462c0-.317.316-.75.548-.75.098 0-.053.411-.24.657-.202.265-.308.297-.308.093Zm1.165-.972c.001-.117.067-.202.299-.379.387-.298.451-.079.074.252-.258.226-.375.266-.373.127Zm18.149-1.154c-.141-.049-.216-.12-.216-.206 0-.168.837-1.554 1.82-3.016 1.423-2.115 3.426-4.741 4.949-6.492.96-1.103 1.67-1.989 1.626-2.032-.104-.104-1.24 1.075-2.881 2.991-1.903 2.22-3.112 3.872-4.355 5.949-.684 1.143-.907 1.374-.619.64.17-.429.625-1.186.96-1.593.371-.453.538-.703.961-1.443.371-.648 1.272-1.866 2.882-3.894.435-.547.943-1.196 1.128-1.441 1.51-1.991 4.094-4.745 5.337-5.689a20.918 20.918 0 0 0 1.506-1.296c.95-.911 1.518-1.347 1.623-1.243.041.042.146.347.233.677.086.332.177.669.2.749.037.121-.042.215-.458.547-1.716 1.367-5.117 4.709-4.956 4.871.072.071.817-.586 2.777-2.452 2.317-2.207 2.688-2.519 2.84-2.393.19.157.102.306-.36.616-.669.45-1.516 1.165-1.834 1.549-.153.184-.503.642-.78 1.018-.328.447-1.028 1.207-2.019 2.191-4.823 4.789-7.534 7.855-9.24 10.456-.694 1.058-.717 1.077-1.125.934l.001.002Zm2.536-3.593c2.07-2.726 3.44-4.427 4.95-6.154 1.206-1.38 1.437-1.665 1.387-1.715-.109-.109-1.443 1.248-2.864 2.913a46.803 46.803 0 0 0-3.273 4.373c-.916 1.383-1.007 1.644-.2.583Zm4.49-5.045c.158-.161.288-.321.288-.355 0-.034-.066.014-.148.105-.081.092-.226.252-.32.356-.275.298-.138.218.18-.106Zm-25.518 7.617c0-.038.216-.431.48-.873.487-.812 1.85-2.672 3.138-4.286.785-.982 1.075-1.395 1.02-1.451-.11-.11-1.34 1.277-2.5 2.816-.34.453-.67.866-.731.917-.1.083-.105.075-.046-.08.128-.335.922-1.879 1.356-2.636.294-.513.427-.812.4-.899-.044-.138.073-.327 1.125-1.824a27.6 27.6 0 0 1 1.883-2.395c.23-.264.523-.618.65-.788.381-.503.65-.8 1.774-1.951.959-.981 2.159-2.265 4.216-4.513.377-.411.835-.888 1.018-1.06.628-.589 2.482-1.956 3.118-2.298.35-.188.949-.597 1.33-.909 1.783-1.455 2.042-1.658 2.109-1.658.09 0 .017.318-.124.535-.056.088-.244.257-.417.377s-.5.357-.73.526c-.364.27-.395.31-.255.33.089.013.354-.072.59-.188.235-.116.463-.211.505-.211.046 0 .077.13.077.325-.001.31-.028.355-.55.942-.771.863-1.43 1.872-2.054 3.148-.539 1.1-.983 2.273-.94 2.487.03.154.267-.278.843-1.539.255-.56.618-1.293.805-1.632.56-1.013 1.409-2.226 1.558-2.226.096 0-.205.765-.378.959-.527.592-1.679 3.081-2.016 4.355-.04.154-.17.401-.286.547-.116.147-.423.682-.681 1.19-.563 1.104-1.784 2.924-2.253 3.354-.362.334-.798.596-.87.526-.024-.025.065-.222.198-.439.264-.43.755-1.378.867-1.676.097-.256-.043-.331-.217-.115-.288.356-.94 1.793-.997 2.202-.023.158-.24.469-.414.593-.233.165-.35.181-.35.046 0-.053.342-.769.76-1.591.752-1.484 1.037-2.132.978-2.228-.18-.291-1.23 1.494-1.907 3.248-.215.555-.418 1.026-.452 1.048-.035.021-.063-.108-.063-.286 0-.365.258-.975 1.385-3.273.776-1.581.837-1.834.312-1.271-.875.935-1.895 2.913-2.526 4.894-.108.339-.253.702-.323.808-.195.292-1.134 1.233-1.159 1.16-.011-.035.13-.4.315-.81.577-1.281.88-2.459.633-2.459-.061 0-.177.241-.316.651-.322.957-.465 1.295-1.03 2.43-.503 1.008-.527 1.042-1.35 1.885-.46.472-.99.963-1.178 1.091-.188.128-.697.53-1.13.894-.432.364-1.156.908-1.608 1.21-.452.302-1.16.789-1.574 1.081-.69.487-1.726 1.054-1.934 1.058-.047.001-.084-.03-.084-.068Zm2.795-2.922c.38-.59.677-1.089.66-1.106-.129-.128-1.47 1.797-1.47 2.11 0 .2.18-.023.81-1.004Zm2.356-2.013c.384-.537.562-.923.456-.988-.12-.073-.329.174-.586.693-.35.711-.28.87.13.295Zm1.144-.343c.312-.431.885-1.513.936-1.77.038-.191.027-.218-.085-.196-.182.035-1.207 2.118-1.096 2.228.017.018.128-.1.245-.262Zm1.106-.378c.517-.593 1.604-2.957 1.435-3.125-.122-.123-.237.053-.793 1.211-.64 1.335-.81 1.757-.777 1.924.022.109.032.108.135-.01Zm-.788-2.303c.146-.165.834-.913 1.528-1.663l2.43-2.626c.642-.695 1.47-1.588 1.841-1.985.37-.397.737-.81.815-.918.093-.13.094-.171.002-.122-.14.075-4.282 4.291-5.097 5.19-.84.926-1.894 2.314-1.815 2.392.018.018.15-.103.296-.268Zm-.179-1.094c.245-.235 1.015-1.057 1.712-1.828a136.39 136.39 0 0 1 5.244-5.479c1.076-1.056 3.964-3.755 4.88-4.56.135-.119.226-.236.203-.26-.11-.113-4.24 3.302-6.255 5.171-2.276 2.111-5.034 5.201-5.963 6.682-.54.86-.498.923.18.274Zm8.465-4.362c.04-.095.219-.572.398-1.061.402-1.095 1.004-2.378 1.545-3.291.403-.683.471-.872.34-.953-.14-.086-.814.837-1.25 1.711-.505 1.009-1.187 3.18-1.129 3.593l.024.172.072-.171Zm.323-2.824c.236-.309.384-.607.383-.769-.001-.126-.013-.123-.135.034-.215.276-.561.958-.487.958.038 0 .146-.1.24-.223Zm-16.728 13.93c.002-.328 1.174-4.698 1.65-6.161.135-.411.277-.54.359-.325.021.056-.023.294-.099.53-.327 1.021-.84 3.36-1.052 4.79-.115.78-.162.885-.5 1.114-.3.204-.359.212-.358.052Zm1.438-2.091c.144-.675.933-3.504 1.09-3.909.056-.146.098-.179.153-.124.055.054.028.23-.099.644-.227.745-.345 1.235-.628 2.62-.181.887-.277 1.21-.424 1.429-.258.386-.281.225-.092-.66Zm19.409-.407c.173-.571.937-1.894 2.129-3.689 1.099-1.657 2.39-3.344 4.131-5.399 1.216-1.434 1.717-2.119 1.42-1.941-.285.171-.93.798-1.669 1.623-1.609 1.798-2.955 3.58-4.112 5.439-.622 1.001-.825 1.241-.636.752.224-.583 1.578-3.186 2.06-3.963.757-1.218 2.3-3.365 3.33-4.636 1.103-1.359 1.349-1.623 2.105-2.26a44.788 44.788 0 0 0 1.636-1.497c.56-.538 1.076-.978 1.145-.978.082 0 .14.066.167.188.022.104.085.325.138.492.054.167.097.34.097.386 0 .046-.423.421-.94.834-.922.735-1.714 1.493-1.638 1.569.047.047.232-.083 1.51-1.059 1.077-.823 1.207-.905 1.2-.757-.003.052-.28.308-.616.57-.696.544-1.482 1.311-1.413 1.38.057.057.634-.322 1.441-.944.642-.495.866-.576.866-.313 0 .101-.166.317-.48.625-.266.259-.468.485-.45.503.03.03.366-.156.987-.543.155-.097.249-.119.297-.071.049.048-.061.16-.35.355-.23.157-.687.508-1.016.78a40.93 40.93 0 0 1-1.178.934c-1.365 1.029-2.564 2.289-5.21 5.477-2.23 2.686-3.59 4.429-4.686 6.005-.22.318-.338.378-.265.138Zm4.446-6.367c.58-.662 1.28-1.444 2.277-2.538.613-.673 1.147-1.285 1.186-1.359.16-.298-.264.094-1.22 1.125-1 1.082-1.097 1.197-1.971 2.327-.52.671-.634.86-.271.445Zm-22.463 4.929c.019-.047.034-.008.034.086 0 .093-.016.132-.034.085a.261.261 0 0 1 0-.171Zm-33.952-.771c-.023-.061.146-.412.404-.839.738-1.224 1.19-2.077 1.38-2.609.1-.278.164-.523.144-.544-.066-.066-.712.62-1.055 1.118-.344.5-1.023 1.66-1.334 2.276-.146.29-.214.359-.353.359-.286 0-.264-.17.09-.696.921-1.372 1.522-2.411 1.522-2.635 0-.247-.57.437-1.422 1.706-.566.843-.903 1.283-.98 1.283-.177 0-.336-.073-.336-.154 0-.039.297-.55.66-1.136.7-1.13 1.051-1.807 1.051-2.026 0-.25-.596.427-1.265 1.434-.35.527-.701 1.089-.782 1.25-.081.16-.172.291-.203.291-.167 0-.489-.164-.489-.248 0-.054.274-.49.608-.969.614-.88.948-1.453.846-1.453-.102 0-.612.58-1.228 1.403-.338.452-.662.861-.721.91-.13.108-.462.04-.462-.095 0-.052.242-.395.538-.763.487-.605.9-1.22.9-1.344 0-.09-.332.128-.649.426a15.19 15.19 0 0 0-.867.941c-.303.354-.576.643-.607.643-.126 0-.273-.087-.273-.161 0-.043.385-.46.856-.926.791-.784 1.19-1.269 1.112-1.348-.08-.08-.907.578-1.592 1.267-.414.417-.79.758-.835.758-.094 0-.294-.264-.294-.389 0-.046.238-.267.53-.49 1.146-.878 1.163-1.122.026-.38-.71.463-.899.508-.899.213 0-.132.153-.256.84-.684 1.084-.672 1.473-.956 1.364-.992-.137-.046-.559.148-1.373.632-.792.47-.968.528-.968.321 0-.19.177-.314.882-.62.724-.313 1.27-.616 1.213-.673-.062-.062-.982.186-1.49.401-.26.111-.503.183-.539.161-.036-.022-.066-.116-.066-.208 0-.226.182-.328 1.388-.778.547-.205 1.068-.427 1.155-.495l.16-.123-.309-.002c-.37-.002-1.08.188-1.77.474-.279.115-.535.21-.57.21-.035 0-.054-.085-.042-.188.03-.255.157-.306 1.733-.702.736-.185 1.368-.355 1.405-.377.411-.255-1.19-.211-2.224.06-.375.099-.704.157-.731.128-.058-.059.065-.698.157-.813.095-.119.33-.151 1.69-.232 1.484-.089 1.715-.142 1.178-.271-.357-.085-1.764-.061-2.417.042-.224.035-.256.023-.256-.096 0-.227.341-.307 1.492-.351.62-.024 1.07-.069 1.061-.106-.031-.158-.675-.259-1.441-.226-.694.03-.77.022-.77-.084 0-.275.226-.355 1.177-.416.5-.033 1.019-.063 1.15-.068l.24-.008-.206-.098c-.152-.072-.434-.093-1.095-.08-.856.017-.889.013-.869-.119.048-.309.247-.376 1.113-.376.952 0 1.569-.103 1.424-.239-.158-.146-.705-.241-1.39-.241-.724 0-.777-.039-.48-.36l.173-.187h.996c.765 0 .989-.02.968-.086-.04-.125-.653-.319-1.023-.322-.496-.005-.555-.043-.43-.284.124-.238.212-.244.976-.061.673.161 1.177.18 1.177.044 0-.239-.537-.509-1.17-.588-.546-.069-.597-.095-.474-.242.061-.075.217-.104.542-.104.617 0 1.123-.142 2.068-.58.437-.203 1.07-.476 1.406-.606 1-.386 1.464-.653 1.95-1.122.409-.395.518-.46 1.061-.635.333-.108.872-.291 1.199-.408.76-.271 1.306-.41 3.248-.829 2.567-.552 2.659-.595 2.957-1.371.063-.164.125-.187.777-.291.39-.063 1.185-.194 1.769-.292 1.649-.277 1.58-.277 2.694.002 1.43.358 3.84 1.138 4.15 1.344.09.059.086.081-.03.169-.192.147-.331.129-1-.136-1.16-.459-2.42-.786-4.103-1.068-.877-.147-1.204-.164-1.264-.067-.072.117.257.26.956.415 1.85.411 3.929.976 4.282 1.165.19.102.09.217-.326.376-.37.141-.358.144-1.663-.344-.81-.301-2.203-.671-3.24-.857-.346-.063-.486-.065-.543-.007-.054.053-.056.099-.007.148.04.039.716.237 1.503.441 1.61.417 2.987.856 3.02.962.021.068-.271.232-1.075.602-.206.096-.662.228-1.012.295-.54.102-.67.107-.856.031-.952-.389-2.595-.827-3.1-.827-.26 0-.36.108-.224.242.085.084 1.505.389 2.711.581.273.044.511.103.53.134.018.029-.252.153-.6.274-1.526.533-3.49 1.504-7.34 3.63-.866.479-2.16 1.177-2.875 1.553a58.918 58.918 0 0 0-2.91 1.674 91.64 91.64 0 0 1-2.258 1.358c-1.4.789-1.7.982-1.772 1.139-.093.205-.081.203.352-.036.197-.108.636-.313.974-.454.34-.141 1.464-.69 2.499-1.219 2.912-1.49 2.999-1.533 6.126-3.049 3.28-1.589 5.645-2.678 5.82-2.678.148 0 .138.022-.409.924-.56.926-.928 1.681-1.16 2.386-.136.41-.17.595-.105.554.088-.054.49-.676 1.283-1.981 1.024-1.688 1.705-2.591 1.781-2.363.013.039-.256.632-.597 1.319-.573 1.155-1.034 2.378-.896 2.378.068 0 .709-1.06 1.47-2.43.293-.527.633-1.115.756-1.308.21-.33.465-.499.549-.364.02.034-.133.349-.34.702a9.879 9.879 0 0 0-.588 1.183c-.116.297-.24.611-.276.698-.086.205-.084.375.003.321.038-.023.516-.716 1.06-1.539.546-.824 1.025-1.518 1.066-1.543.156-.096.145.045-.021.292a12.16 12.16 0 0 0-1.027 1.935c-.252.631-.43 1.219-.383 1.265.039.039.562-.77 1.43-2.213.782-1.299 1.101-1.721 1.302-1.721.073 0 .132.019.132.043 0 .024-.155.313-.344.643-.438.766-.855 1.657-1.066 2.275a9.274 9.274 0 0 0-.164.511c0 .184.872-1.113 1.874-2.788.613-1.022.901-1.369 1.14-1.369.164 0 .162.004-.358.872-.456.762-1.086 2.14-.977 2.14.052 0 .734-.949 1.402-1.951.35-.527.743-1.096.871-1.266.227-.301.538-.528.616-.451.021.021-.09.278-.25.57-.545 1.008-1.5 2.997-1.678 3.497a7.11 7.11 0 0 1-.249.634c-.039.073-.346.271-.684.44-.337.169-.82.436-1.075.592-.255.157-.74.4-1.079.541-2.415 1.004-2.639 1.118-2.845 1.455-.161.265-.17.579-.022.79.061.087.084.183.051.215-.033.031-.382.201-.777.378-.395.176-.949.448-1.232.603-.504.278-.53.283-1.2.287-.826.005-1.18.143-1.91.747a6.233 6.233 0 0 1-.959.635c-.832.42-1.918 1.05-2.008 1.167-.155.202-.102.473.13.653.25.197.224.269-.169.47-.377.192-2.145.811-2.19.766-.018-.019.044-.21.139-.423.095-.214.296-.727.447-1.141.233-.642.278-.855.303-1.438l.03-.684-.175.205c-.306.362-.566.931-.935 2.054-.247.752-.357 1.191-.348 1.403l.011.308-.548.296c-.301.163-.578.286-.616.273-.072-.024-.049-.073.61-1.255.429-.769.675-1.34.736-1.709.032-.197.014-.186-.353.203-.362.384-.926 1.223-1.715 2.55-.326.549-.343.565-.595.565-.17 0-.274-.037-.3-.104l.005-.002Zm6.36-5.355c.348-.599.735-1.437.735-1.591 0-.102-.045-.138-.17-.138-.134 0-.204.069-.333.325-.275.551-.622 1.797-.499 1.797.021 0 .14-.177.266-.393Zm1.205-.312c.225-.364.662-1.266.935-1.93.537-1.31.527-1.28.425-1.383-.222-.222-.374-.006-.865 1.221-.376.941-.769 2.317-.661 2.317.015 0 .09-.1.166-.225Zm1.613-.835c.375-.582 1.955-3.614 1.955-3.753 0-.232-.142-.101-.547.5-.756 1.125-1.763 3.225-1.698 3.543.017.086.102.002.29-.29Zm-6.494-3.928c-.047-.076-.532-.199-1.271-.321-.959-.157-2.089-.11-1.9.08.058.056 2.313.293 2.844.297.2.002.348-.022.328-.056Zm1.04-.639c-.035-.105-.285-.162-1.284-.292-.902-.117-2.086-.138-1.906-.033.063.036.402.096.753.133.352.037 1.01.114 1.461.171.995.125 1.011.126.976.021Zm.723-.812c-.201-.201-2.536-.554-2.9-.439-.253.08-.028.158.696.239.353.04.927.117 1.275.173.77.122 1.033.13.93.027Zm1.895-.68c-.494-.326-3.616-.724-3.848-.491-.084.084.211.141 2 .383 1.407.191 2.03.227 1.848.108Zm.856-.801c-.038-.037-.205-.12-.37-.184-.73-.282-3.293-.645-3.293-.467 0 .041.162.105.36.143l1.42.278c1.202.237 1.988.333 1.883.23Zm.605-.733c-.622-.295-2.556-.595-2.556-.395a.15.15 0 0 0 .063.113c.143.088 1.79.386 2.298.416l.548.033-.353-.167Zm.967-.516c.094-.152-.849-.413-1.489-.413-.25 0-.387.101-.28.207.175.173 1.68.349 1.769.206Zm.72-.682c0-.079-.175-.142-.395-.142-.105 0-.153.025-.114.06.094.085.51.153.51.082Zm7.496-.384c-.343-.285-1.348-.586-2.862-.855-.878-.156-1.176-.156-1.176-.002 0 .068.195.148.616.254 1.007.254 2.779.629 3.183.675.358.04.37.036.24-.072Zm8.128 15.421c.015-.047.134-.135.262-.196.287-.134 1.417-.356 1.644-.323l.166.024-.173.117c-.131.089-1.339.383-1.87.456-.03.004-.044-.031-.029-.078Zm26.22-.536c.113-.84 2.593-5.071 4.451-7.592.63-.854 1.56-2.036 2.371-3.012 1.032-1.241 1.18-1.434 1.154-1.513-.035-.104-1.217 1.064-1.948 1.924-1.746 2.054-2.85 3.603-4.123 5.782-.307.526-.59.987-.626 1.025-.175.175.743-2.214 1.156-3.008.698-1.343 3.434-5.058 4.246-5.765.92-.8 2.926-2.758 3.478-3.394.563-.648 1.265-1.28 1.423-1.28.093 0 .245.761.188.939-.015.045-.201.18-.414.3-.777.438-1.547 1.08-1.833 1.531l-.129.202.274-.154c.15-.085.667-.445 1.148-.801.482-.356.905-.647.942-.647.177 0 .03.216-.273.402-.383.236-.893.677-.893.772 0 .089.237-.045.761-.43.25-.183.485-.333.522-.333.072 0 .152.221.153.425 0 .075-.198.228-.564.431-.31.173-.889.577-1.283.897-.395.321-.95.762-1.233.981-1.016.789-1.8 1.71-3.988 4.691-2.424 3.298-2.867 4.003-4.166 6.622-.304.613-.584 1.153-.623 1.2-.137.169-.208.087-.17-.195Zm4.708-8.979c.28-.348.939-1.126 1.463-1.728 1.228-1.41 1.163-1.33 1.12-1.372-.068-.068-.81.669-1.48 1.468-.802.957-1.747 2.266-1.636 2.266.013 0 .252-.285.533-.634Zm-21.094 8.973c.045-.215.212-.359.212-.18 0 .086-.184.398-.234.398-.012 0-.002-.098.022-.218Zm-8.101-.595c.118-.108.526-.215.811-.212l.28.002-.16.135c-.123.101-.265.135-.58.135-.237 0-.388-.026-.351-.06Zm1.057-.686c0-.101.174-.21.41-.258.176-.035.218-.024.194.051-.06.179-.604.367-.604.207Zm7.952-.902c-.084-.079-.13-.177-.103-.222.2-.336.594-.801.68-.801.131 0 .507.193.507.26 0 .112-.72.904-.823.904-.06 0-.178-.063-.261-.141Zm-1.374-.663c-.461-.231-.756-.435-1.016-.702a52.5 52.5 0 0 1-2-2.208c-.392-.459-.724-.767-1.056-.984-.604-.393-.83-.597-1.064-.959-.18-.278-.183-.3-.164-1.3.01-.56.02-1.028.021-1.042.001-.014.18.157.396.38.216.224.701.619 1.077.881.377.261.785.563.908.671l.224.196-.304.267c-.279.245-.597.826-.504.92.135.135.776-.314.983-.688.074-.134.076-.133.151.006.062.116.04.209-.123.512-.177.328-.27.747-.167.747.116 0 .446-.227.561-.385.154-.211.293-.191.462.068.105.16.1.188-.064.515-.314.619-.175.828.256.385.263-.271.386-.296.552-.113.107.118.106.145-.022.427-.278.612-.168.712.363.33.456-.328.59-.116.279.441-.097.174-.166.37-.154.436.019.098.083.066.339-.169.35-.324.497-.359.61-.147.065.12.042.201-.14.495-.259.416-.347.799-.185.799.058 0 .274-.154.48-.342.413-.378.515-.408.697-.208.118.131.113.151-.164.616-.213.36-.323.481-.434.481-.081 0-.44-.147-.798-.326Zm-8.083.094c0-.052.047-.227.104-.391.27-.766.666-2.663.968-4.643.19-1.238.378.818.2 2.185a97.9 97.9 0 0 0-.177 1.471 9.854 9.854 0 0 1-.113.81c-.035.117-.796.662-.925.662-.032 0-.057-.042-.057-.094Zm3.799-.248c.023-.038.073-.069.11-.069.038 0 .05.031.027.069-.024.038-.074.068-.111.068-.038 0-.05-.03-.026-.068Zm-2.294-.694c0-.221.364-2.292.412-2.343.077-.081.401.164.448.338.05.182-.154 1.572-.255 1.732-.145.232-.605.44-.605.273Zm1.03-.727c.002-.225.17-1.035.226-1.09.021-.021.086-.021.144.001.2.077.086 1.022-.143 1.19-.178.131-.23.108-.228-.101Zm.682-.32c0-.134.154-.381.238-.381.124 0 .138.212.022.328-.079.079-.26.115-.26.053Zm-4.174-1.518c.047-.278.128-.54.179-.583.137-.113.121.074-.06.707-.183.638-.24.579-.12-.124Zm143.087.161c.019-.047.034-.008.034.086s-.016.133-.034.086a.267.267 0 0 1 0-.172Zm-115.227-2.261c.7-1.36 3.812-5.457 4.146-5.457.175 0 .327-.121 1.69-1.362 1.393-1.266 1.225-1.309-.26-.066-.982.822-.935.788-.879.634a1.84 1.84 0 0 1 .147-.283c.054-.085.078-.154.053-.154-.128 0-.671.529-1.36 1.323l-.953 1.098c-.103.118-.188.181-.189.142-.002-.127.92-1.488 1.272-1.879a37.8 37.8 0 0 0 .714-.822c.206-.244.937-1.024 1.624-1.732.687-.709 1.25-1.312 1.25-1.343 0-.101 1.513-1.451 1.595-1.424.2.066.115.3-.184.515-.375.27-.82.697-.775.742.048.048.537-.21.775-.407.265-.22.505-.343.505-.259 0 .037-.147.167-.325.288-.83.561-1.891 1.564-1.776 1.678.054.054.401-.164 1.388-.871 1.063-.761 1.192-.833 1.192-.659 0 .049-.234.256-.52.46-.5.357-.889.736-.824.801.047.047.28-.087 1.018-.582.367-.247.686-.429.71-.405.095.095-.059.407-.255.516-.903.499-1.47.898-2.16 1.518a69.98 69.98 0 0 1-1.496 1.301c-.977.819-2.62 2.397-3.171 3.046-.724.853-1.703 2.163-2.446 3.272-.679 1.015-.933 1.2-.506.371Zm-29.466.09c-.54-.198-1.462-.296-2.487-.263-.794.026-1.057-.024-.657-.124.358-.09 3.596.12 3.918.254.159.065.16.07.036.207-.14.155-.201.149-.81-.074Zm.652-.682c-.28-.077-.926-.175-1.438-.217-1.15-.095-1.172-.101-.959-.252.133-.094.311-.117.885-.113.884.005 2.875.291 2.875.411 0 .046-.1.149-.223.229-.25.164-.359.159-1.14-.058Zm1.4-.551c-.36-.154-1.57-.411-1.944-.413-.309-.001-.557-.064-.557-.142 0-.032.095-.108.213-.169.237-.123.655-.087 2.128.182 1.126.205 1.483.41 1.03.589-.288.114-.524.101-.87-.047Zm-6.266-.726c0-.166 2.398-4.564 2.606-4.782.26-.269.205-.031-.125.556-.722 1.286-1.454 3.019-1.454 3.441 0 .27-.2.543-.497.68-.29.133-.53.181-.53.105Zm5.493-.279c-.776-.126-.848-.195-.458-.436.205-.127.301-.143.599-.105.57.075.662.112.768.317.201.389.163.399-.909.224Zm27.89-.598c.316-1.065 1.845-3.609 3.584-5.962 1.026-1.39 1.087-1.683.175-.85-.21.193-.383.327-.383.298 0-.076.314-.604.704-1.186.205-.305.344-.59.35-.719.012-.229-.161-.085 2.826-2.34 1.05-.792 1.352-1.095 1.308-1.313-.02-.093-.085-.116-.295-.103l-.27.017.341-.228c.55-.367.985-.606 1.057-.581.07.023.005.166-.224.488-.068.095-.184.477-.259.847-.075.37-.15.723-.168.784-.019.061-.224.228-.457.372-.983.607-2.479 1.87-2.358 1.991.046.046.268-.099 1.177-.769 1.45-1.069 1.677-1.183 1.677-.845 0 .083-.124.219-.322.356-.427.293-.817.645-.768.694.021.021.247-.087.502-.24.254-.153.475-.265.492-.25.016.017-.318.294-.741.616-1.028.782-3.42 3.122-4.496 4.398-1.493 1.771-2.03 2.511-2.72 3.756-.702 1.268-.72 1.297-.778 1.204-.03-.047-.007-.244.05-.436l-.003.001Zm-32.288.37c0-.037.196-.414.436-.838s.63-1.125.867-1.558c.629-1.15 1.244-2.117 1.373-2.158.146-.047.473.078.473.18 0 .043-.143.313-.319.6-.406.665-1.597 2.982-1.597 3.107 0 .134-.251.348-.65.553-.36.184-.583.228-.583.114Zm2.215-1.93c.965-1.67 1.312-2.209 1.437-2.234.084-.016.112.03.112.182 0 .137-.156.44-.478.93-.264.4-.573.919-.688 1.154l-.208.426.338-.357c.186-.195.518-.596.739-.889.22-.294.436-.534.478-.534.132 0 .647.675.626.821-.035.248-2.936 1.913-2.983 1.711-.012-.048.27-.592.627-1.21Zm-28.022.097c0-.067.482-.876 1.071-1.797 1.078-1.685 1.507-2.441 1.431-2.516-.162-.162-1.918 2.225-2.828 3.846-.312.556-.4.605-.806.451-.124-.047-.17-.104-.141-.176.022-.059.481-.774 1.02-1.591 1.015-1.535 1.61-2.545 1.5-2.545-.109 0-.583.378-.962.767-.45.462-1.065 1.316-1.57 2.176-.635 1.085-.554.988-.705.851-.073-.065-.132-.162-.132-.215 0-.102.415-.666 1.576-2.141.83-1.055 1.191-1.569 1.14-1.621-.064-.063-.616.364-1.046.81-.553.574-1.013 1.143-1.567 1.937-.25.359-.474.653-.496.653-.103 0-.291-.241-.29-.371 0-.084.412-.623.997-1.306.934-1.093 1.398-1.698 1.398-1.824 0-.063-.123-.016-.542.205a4.076 4.076 0 0 1-.62.256c-.374.111-1.015.51-1.652 1.028-.488.398-.633.443-.743.237-.094-.176-.03-.234.795-.724 1.107-.657 1.298-.782 1.434-.934l.13-.146-.35.033c-.386.036-1.197.415-1.882.881-.35.238-.433.269-.508.191-.089-.091-.126-.219-.11-.379.005-.044.17-.133.368-.198.603-.197 2.058-.786 2.285-.926.27-.166.368-.165.368.004 0 .21.227.287.703.24.92-.093 3.25-.642 5.097-1.203.631-.192 1.672-.502 2.312-.688.64-.186 1.733-.524 2.43-.752 1.35-.442 4.88-1.399 5.423-1.471.181-.024.327-.016.327.018 0 .035-.127.231-.282.437-.256.341-.745 1.224-.745 1.345 0 .092.553-.484 1.205-1.255.389-.459.742-.808.887-.877.267-.127.714-.217.714-.145 0 .025-.184.317-.409.647-.453.666-.922 1.599-.874 1.735.04.116.634-.511 1.468-1.55.874-1.089 1.183-1.389 1.482-1.446.39-.073.42-.017.166.313-.784 1.028-1.566 2.345-1.455 2.452.063.061.801-.74 1.631-1.769 1.023-1.268 1.163-1.408 1.518-1.507.17-.048.33-.066.353-.042.024.024-.054.174-.174.334-.474.634-1.796 2.648-2.064 3.148-.251.467-.314.537-.536.594-.421.108-1.323.271-1.757.318-.776.082-1.615.386-1.703.615a.712.712 0 0 0 .069.618c.061.094.097.186.078.204-.041.042-2.655.54-3.343.637-.364.051-.81.197-1.506.493-1.35.573-1.39.588-2.05.759-.72.187-.958.388-.958.805 0 .355-.043.382-1.306.823-1.058.369-1.159.392-1.159.27 0-.043.339-.641.751-1.328.697-1.159 1.098-1.93 1.098-2.107 0-.04-.111.033-.247.162-.384.367-1.668 2.356-2.184 3.385-.038.075-.177.188-.308.251-.317.15-.82.231-.82.13 0-.041.45-.822 1.001-1.734 1.095-1.813 1.387-2.314 1.513-2.6.251-.569-.645.23-1.265 1.128-.727 1.05-1.66 2.818-1.66 3.14 0 .2-.09.296-.33.355-.098.024-.17.004-.193-.052-.035-.09.533-1.057 1.46-2.488.681-1.051 1.146-1.997.981-1.997-.033 0-.218.177-.412.393-.593.664-1.732 2.46-2.4 3.788-.251.5-.285.538-.526.579a3.521 3.521 0 0 0-.326.066c-.162.055-.24.026-.24-.088l.002.001Zm7.263-3.421c.123-.216.506-.871.853-1.455.346-.583.65-1.137.676-1.232.131-.494-1.193 1.34-1.638 2.269-.384.799-.296 1.134.11.418Zm1.723-1.164c.466-.742.523-.843.817-1.439.153-.312.262-.584.241-.605-.105-.105-1.487 2.108-1.487 2.383 0 .233.14.123.43-.339Zm1.215-.616c.314-.496.702-1.296.671-1.388-.09-.272-1.083 1.125-1.083 1.524 0 .291.177.233.411-.136Zm1.188-.308c.235-.369.489-.831.636-1.163.14-.315-.054-.232-.343.147-.504.662-.811 1.376-.592 1.376.038 0 .173-.162.299-.36Zm-14.77 3.38c-.111-.123-.108-.139.041-.301.416-.452 1.426-1.189 1.17-.854-.657.86-1 1.283-1.042 1.283-.029 0-.105-.057-.17-.128Zm29.732-1.928c-.54-.385-2.126-.983-3.35-1.264-1.214-.279-1.172-.264-.869-.293.144-.013.468.04.72.118.25.078.58.176.73.219.78.217 3.07 1.008 3.263 1.127.085.053-.067.233-.197.233-.056 0-.19-.063-.297-.14Zm.56-.436c-.654-.396-2.002-.941-3.175-1.282-.532-.155-.68-.264-.358-.264.373 0 2.651.601 3.535.932.41.154.467.199.566.446.19.473.019.524-.568.168Zm-31.762-.194c-.138-.44-.223-1.052-.202-1.455.022-.409.023-.411.247-.433.123-.011.6.031 1.06.094.46.064 1.13.13 1.487.147.6.03.64.024.506-.074-.273-.199-1.157-.444-2.011-.557-1.25-.164-1.176-.139-1.151-.395.027-.275.042-.275 1.356.006l1.472.313c.263.056.664.121.89.144l.41.042-.24-.214c-.35-.312-.769-.508-1.576-.734-1.132-.317-1.342-.359-1.784-.359-.303 0-.408-.023-.386-.086.016-.047.103-.082.193-.079.336.012 2.254.385 3.313.645a31.02 31.02 0 0 0 1.37.311l.273.044-.322-.235c-.799-.584-2.442-1.059-4.315-1.248l-.463-.047v-.27c0-.171.037-.284.098-.308.16-.061 1.882.419 3.62 1.009.896.305 1.645.539 1.664.52.063-.064-.486-.463-1.021-.741-1.031-.536-2.46-.96-3.792-1.125-.42-.052-.515-.142-.457-.433.055-.273.112-.273 1.121-.008a23.16 23.16 0 0 1 3.08 1.008c1.55.61 2.006.773 2.046.733.058-.058-.41-.418-.943-.725-.604-.348-1.935-.926-2.745-1.193-.32-.106-.611-.217-.647-.248-.309-.267 2.195.467 3.898 1.143.977.388 1.73.649 1.871.649.166 0-.101-.257-.604-.582-.5-.322-1.917-.943-2.824-1.237-.71-.23-.79-.371-.21-.371.313 0 .838.15 2.72.781 2.385.799 2.779.915 2.778.816 0-.094-.617-.482-1.13-.709-.263-.118-1.064-.413-1.78-.657-.715-.244-1.327-.47-1.36-.503-.034-.034.099-.139.309-.245.202-.102.516-.294.698-.426.483-.352.742-.417 1.87-.465.882-.037 1.331-.087 2.565-.28.181-.029.65.072 1.745.374 1.561.431 2.273.596 2.329.54.053-.053-.353-.315-.813-.523a9.71 9.71 0 0 0-1.13-.389c-.387-.106-.703-.216-.703-.243 0-.054.447-.192.621-.193.06 0 .39-.137.732-.304.468-.227.651-.355.733-.512.124-.241.186-.258 1.063-.306a61.603 61.603 0 0 0 4.895-.46c2.086-.294 2.278-.28 4.357.323.233.068.223.438-.013.438-.068 0-.396-.065-.728-.144-.796-.189-1.753-.334-2.179-.328l-.342.005.277.127c.152.071.797.284 1.433.475 1.531.459 1.598.536.24.275-1.41-.272-3.437-.446-3.135-.269.24.14 1.656.554 3.373.987.977.246 1.806.478 1.842.514.12.12-.167.162-.564.084-.213-.042-.77-.156-1.241-.254-2.153-.446-4.518-.809-4.518-.693 0 .07 1.317.445 2.996.852.914.222 1.679.421 1.7.444.078.077-.048.18-.27.222-.154.029-.54-.045-1.246-.237-1.848-.504-3.744-.819-4.488-.745-.226.023-.221.026.144.14.207.064.9.245 1.54.403 2.571.633 2.866.714 2.891.788.03.095-.335.23-.625.23-.117 0-.428-.062-.691-.139-1.506-.436-3.175-.706-4.142-.67l-.582.022.788.223c.432.122 1.387.362 2.12.532.733.171 1.362.339 1.397.375.04.039.002.087-.1.126-.17.063-1.527.399-2.938.728-.433.1-1.172.29-1.643.421-.847.235-5.207 1.679-7.256 2.403-.583.206-1.97.683-3.08 1.061-1.756.598-2.074.686-2.433.677-.338-.009-.613.056-1.532.369-.616.21-1.17.41-1.23.445a.718.718 0 0 1-.293.067c-.147.001-.197-.042-.254-.221l.001-.003Zm2.387-.936.171-.049-.219-.115c-.53-.279-1.615-.415-2.036-.254-.23.087-.245.378-.022.437.212.057 1.895.042 2.106-.019Zm6.092-5.55a.7.7 0 0 0-.308-.067c-.157 0-.181.016-.102.067a.702.702 0 0 0 .308.066c.157 0 .181-.016.102-.066Zm4.792-.338c0-.157-.891-.485-1.78-.655-.942-.181-1.232-.18-1.232.003 0 .142.157.198 1.325.475.99.234 1.687.307 1.687.177Zm-2.464.009c0-.097-.438-.27-1.083-.428-.52-.128-.642-.139-.732-.063-.178.148.003.247.736.404.7.15 1.079.18 1.079.087Zm20.631 5.936a23.32 23.32 0 0 0-1.429-.405c-.563-.144-1.034-.289-1.046-.324-.032-.097.301-.223.587-.223.285 0 1.833.426 2.144.587.21.108.362.335.297.441-.057.091-.091.087-.553-.076Zm-.571-.92c-.681-.199-.785-.273-.524-.372.258-.098.27-.096.715.129.417.211.657.417.48.415a6.054 6.054 0 0 1-.671-.172Zm-7.65-.263c.162-.42 2.72-3.762 2.81-3.67.017.018-.159.373-.39.789-.426.766-.773 1.606-.664 1.606.066 0 .68-.763 1.626-2.02.61-.81.88-1.113.942-1.051.017.017-.126.291-.319.61-.426.704-1.031 1.962-.996 2.07.015.044.178-.115.364-.353.46-.59 1.79-2.451 1.828-2.559.017-.047.05-.069.072-.048.023.02-.091.236-.252.479-.695 1.041-1.584 2.861-1.46 2.985.038.037.751-.902 1.273-1.676.16-.238.306-.42.322-.403.016.016-.064.237-.177.49-.237.529-.514 1.398-.462 1.45.052.052.752-.892 1.443-1.942.542-.822.729-1.037.729-.836 0 .039-.172.32-.38.625-.508.741-.698 1.132-.858 1.758-.168.659-.212.696-.884.73a.881.881 0 0 0-.308.082c-.113.061-.508.184-.822.256-.038.009-.16.054-.274.101-.518.217-2.339.603-2.9.614-.225.005-.29-.016-.262-.087Zm5.524-1.199c0-.034.133-.242.295-.462.163-.221.457-.641.654-.934.197-.293.388-.514.424-.492.157.096.051.562-.263 1.161-.297.565-.345.622-.596.696-.338.1-.514.11-.514.031Zm143.528-1.029c-.292-.123-.53-.247-.53-.277 0-.029.127-.074.284-.098.37-.059.674-.242.674-.405 0-.095-.032-.117-.12-.083-.23.088-.79.173-1.14.172-.31-.001-.4-.038-.81-.34-.252-.187-.567-.487-.699-.666-.354-.483-1.104-2.033-1.263-2.61-.15-.542-.238-.694-.401-.694-.09 0-.098.121-.06.907.025.499.064 1.022.086 1.163.038.241.03.257-.134.257-.197 0-.98-.388-1.559-.772-.509-.338-1.267-1.039-1.467-1.355-.215-.341-.616-1.505-.822-2.39-.202-.869-.352-1.232-.508-1.232-.097 0-.129.125-.197.77-.044.424-.088.862-.096.975-.022.284-.188.291-.456.02-.441-.447-.689-1.178-.69-2.036-.002-.527.315-2.519.419-2.633.033-.037.212.083.427.287.503.476 1.138.875 1.548.974.298.071.373.066.6-.045.234-.114.257-.151.257-.399 0-.249-.022-.284-.27-.402-.336-.158-1.211-.865-1.438-1.163-.206-.27-.445-.785-.447-.965 0-.094.213.076.735.588.404.397.923.846 1.15 1 .432.289.921.524.92.441 0-.026-.187-.202-.416-.39-.566-.465-2.118-2.245-2.033-2.33.02-.021.126.037.234.127.553.462 1.695 1.138 1.78 1.053.016-.016-.243-.246-.577-.512-.644-.515-1.15-1.03-1.765-1.802-.507-.635-1.85-2.547-2.01-2.863-.166-.323-.25-.758-.148-.758.04 0 .443.551.893 1.225 1.242 1.858 2.132 2.856 2.854 3.199.306.145.394.056.128-.129-.52-.363-1.352-1.396-2.125-2.638-.663-1.064-.66-1.156.011-.425.33.357.783.83 1.009 1.05.434.424 1.125.972 1.168.927.015-.014-.203-.273-.484-.574a16.563 16.563 0 0 1-2.029-2.738c-.762-1.293-1.554-2.392-2.408-3.339-.873-.969-1.052-1.227-1.817-2.616-.976-1.773-1.436-2.452-2.362-3.492-.677-.759-1.107-1.299-1.414-1.773-.273-.423-.338-.638-.162-.54.226.127 1.543 1.407 1.543 1.5 0 .195.229.546.887 1.361 1.337 1.659 3.146 4.229 3.809 5.414.262.47.417.636.337.361-.026-.089-.304-.686-.617-1.326-.833-1.703-1.802-3.098-3.255-4.686-.398-.434-.793-.934-.878-1.111-.177-.369-.715-.893-1.737-1.691-.543-.424-.765-.646-.915-.916-.395-.712-.362-.752.228-.278.935.753 1.525 1.287 3.5 3.169.653.623 1.23 1.157 1.284 1.187.213.122.068-.112-.464-.751-1.122-1.345-2.543-2.637-4.445-4.04-.806-.594-1.27-1.08-1.21-1.264.013-.038.248.118.52.347.274.229.512.416.53.416.135 0-.123-.304-1.124-1.323-.989-1.006-1.26-1.331-1.883-2.258-.921-1.371-.938-1.455-.18-.86.967.758 1.749 1.284 1.809 1.216.012-.014-.334-.349-.77-.744-1.262-1.146-1.59-1.458-1.558-1.489.016-.017.213.095.436.247.41.278 1.18.694 1.286.694.099 0-.458-.539-1.238-1.199-.414-.35-.89-.782-1.06-.96l-.309-.323.72.48c.394.264.82.532.945.595.517.263.327.022-.534-.681-1.586-1.294-2.534-2.276-2.534-2.624 0-.054.239.146.53.445.6.616 1.342 1.222 2.222 1.813.331.223.602.447.602.499 0 .052.24.295.53.541.292.245.823.699 1.18 1.01.68.592 1.84 1.395 1.91 1.325.058-.057-.157-.236-1.832-1.527-.799-.616-1.44-1.133-1.426-1.147.014-.014.125.008.246.05s.236.061.255.042c.02-.019-.313-.285-.739-.59-1.12-.801-3.789-3.148-3.9-3.429-.063-.162-.279-1.992-.24-2.032.02-.019.098.001.177.043.21.112.184-.012-.1-.471-.232-.377-.386-.896-.265-.896.031 0 .189.129.35.287.16.158.311.267.335.243.024-.024-.068-.237-.205-.475-.508-.884-.719-1.383-.766-1.817-.03-.284-.021-.428.026-.428.04 0 .23.32.422.712.32.652.828 1.358.915 1.272.055-.053-.165-.621-.623-1.608-.75-1.614-.837-2.109-.53-3 .092-.27.217-.703.276-.962a3.57 3.57 0 0 1 .664-1.417c.126-.167.36-.487.52-.713.159-.226.404-.493.545-.595 1.483-1.071 1.698-1.194 2.72-1.558.935-.333 1.229-.491 1.255-.675.033-.23.155-.248.783-.113.439.095.936.125 2.24.137 1.766.015 2.672.09 3.8.314 1.664.33 2.401.605 3.148 1.172.796.604 3.18 3.2 3.859 4.202.374.552.737 1.346.861 1.884.055.239.149.855.208 1.37.06.514.186 1.223.282 1.574.11.399.199.971.24 1.528.148 2.052.472 2.734 2.11 4.449 1.102 1.154 1.578 1.896 2.202 3.431.222.548.541 1.262.708 1.589.309.602.49 1.193.895 2.927.337 1.441.435 2.221.508 4.032.05 1.215.12 1.974.267 2.91.204 1.29.29 2.116.425 4.084.107 1.556.016 1.771-.351.827-.123-.315-.211-.656-.2-.77.012-.113.02-.637.018-1.164-.003-.834-.034-1.105-.246-2.088-.207-.958-.246-1.077-.257-.787-.021.559.011.996.113 1.54.053.282.094.684.092.89l-.005.377-.201-.616c-.454-1.388-.565-2.202-.41-3.02.035-.184.098-.708.14-1.164.084-.909.012-1.64-.268-2.724a4.818 4.818 0 0 1-.143-.924 3.98 3.98 0 0 0-.062-.656c-.032-.151-.127-.613-.21-1.027-.19-.937-.423-1.604-.952-2.716-.37-.779-.553-1.074-.553-.89 0 .035.182.538.405 1.116.222.579.47 1.283.548 1.566.449 1.598.68 2.569.627 2.623-.08.079-.487-.657-.892-1.615a26.932 26.932 0 0 0-.548-1.214c-.386-.771-1.377-2.012-3.024-3.788-.45-.484-.944-1.07-1.101-1.301-1.087-1.607-1.741-2.342-2.933-3.3-1.254-1.008-1.531-1.388-1.737-2.386-.172-.829-.017-1.449.474-1.896.189-.172.223-.24.17-.338-.051-.096-.037-.133.064-.164.126-.04.21-.223.212-.462 0-.125-.246-.213-.838-.297-.27-.039-.325-.028-.325.061 0 .141.38.573.551.628.194.062.162.166-.074.249-.115.04-.372.266-.576.507-.471.554-.61 1.074-.575 2.142l.023.709-.41.13c-.84.265-1.966.487-2.118.417-.08-.036-.416-.297-.747-.581-.575-.493-.83-.644-.898-.533-.017.028.198.383.477.789.552.802.687 1.133.743 1.821.062.759.268 1.192.833 1.75.384.381.629.553 1.102.777.593.282 2.483 1.336 2.841 1.584.15.105.192.208.255.633.042.28.211.859.377 1.287a30.3 30.3 0 0 1 .556 1.598c.464 1.492.766 2.023 2.383 4.195a41.346 41.346 0 0 1 4.027 6.654c.84 1.732 1.077 2.201 1.652 3.286.82 1.546.945 2.115 1.077 4.902.04.832.119 1.8.176 2.15.109.675.718 3.584.894 4.277.365 1.426 1.178 2.669 2.755 4.209 1.042 1.019 1.266 1.597.967 2.507-.191.583-.427.916-.649.916-.185 0-.283-.103-.167-.175.126-.078.474-.664.474-.798 0-.091-.099-.026-.365.239-.429.429-.732.579-.988.488-.272-.097-.249-.185.099-.371.346-.185.537-.406.608-.701.061-.257-.069-.244-.299.028-.223.266-.745.605-.93.605-.129 0-.453-.246-.453-.344 0-.025.123-.083.274-.128.315-.094.73-.476.794-.731.07-.279-.019-.273-.341.024-.343.316-.785.563-1.009.563-.184 0-.807-.47-1.055-.796-.349-.458-.6-1.25-.787-2.49-.094-.624-.326-1.541-.454-1.796a.598.598 0 0 1-.053-.351c.034-.137-.025-.219-.347-.497-.404-.348-.95-1.072-1.336-1.773a168.82 168.82 0 0 0-.665-1.184 15.334 15.334 0 0 1-.541-1.017c-.056-.133-.113-.231-.127-.217-.037.037.155.915.31 1.417.073.24.134.445.134.457 0 .011-.089.041-.196.064-.25.055-.59.402-.534.545.065.169.41.132.593-.064.214-.228.262-.217.386.086.058.141.2.405.315.586l.21.33-.362.365c-.342.347-.353.369-.22.44.21.113.263.097.553-.165.472-.426.683-.113.248.369-.132.145-.24.304-.24.351 0 .144.429.019.6-.175.212-.242.192-.163-.052.199-.208.308-.264.524-.135.524.193 0 .548-.217.716-.437.216-.283.276-.273.338.059.06.313-.072.559-.475.889-.424.347-.32.477.176.219.193-.099.375-.167.405-.149.03.018.073.319.097.668.025.349.062.855.085 1.126l.04.491-.384.217c-.211.119-.384.26-.384.313 0 .146.392.119.659-.046l.23-.142.081.179c.158.346-.085.637-.897 1.08-.402.219-.065.342.487.177.147-.044.377-.184.511-.31.193-.182.265-.214.34-.152a.284.284 0 0 1 .095.19c0 .173-.843.935-1.192 1.079-.38.157-.4.232-.057.23.376-.002.797-.221 1.179-.612.184-.19.358-.345.386-.345.114 0 .3.237.3.383 0 .22-.652.738-1.335 1.061-.412.194-.516.27-.425.306.349.133 1.091-.195 1.585-.701.196-.2.373-.365.394-.365.021 0 .075.09.121.2.099.239.035.388-.279.652a2.13 2.13 0 0 1-1.094.497c-.313.037-.331.049-.234.155.057.064.104.14.104.17s-.285.041-.633.024c-.518-.025-.73-.072-1.164-.255Zm-.633-1.253c.444-.158.811-.535.663-.684-.045-.045-.169-.009-.366.105a3.739 3.739 0 0 1-.708.289c-.53.15-.56.17-.408.281.148.108.527.112.819.009Zm-.812-.666c.406-.096.876-.474.75-.602-.018-.017-.231.05-.476.147-.244.098-.537.178-.65.178-.438 0-.551.146-.206.267.239.083.272.084.582.01Zm5.381-.821c.238-.048.599-.384.599-.557 0-.182-.072-.166-.48.108-.195.132-.399.24-.451.24-.139 0-.118.184.024.218a.933.933 0 0 0 .308-.009Zm-5.79-.031c.329-.149.528-.372.433-.486-.065-.078-.115-.076-.316.007-.131.055-.398.13-.593.167-.194.037-.383.098-.42.135-.201.2.526.344.895.177Zm5.362-.705c.298-.108.637-.637.409-.637-.059 0-.785.378-.888.463-.047.038.213.223.304.216a.871.871 0 0 0 .175-.042Zm-5.834-.16c.175-.071.27-.25.178-.341-.035-.035-.19-.032-.368.006-.518.112-.534.124-.352.274.175.143.301.157.542.061Zm3.318-.482c.124-.073.16-.236.066-.294-.079-.049-.63.211-.63.296 0 .091.406.089.564-.002Zm-3.883-.202c.027-.043.017-.11-.02-.148-.09-.089-.374-.001-.339.104.036.109.299.14.359.044Zm6.042-.242c.083-.059.151-.151.151-.205 0-.133-.271-.127-.467.01-.123.086-.139.129-.075.205.103.125.202.122.391-.01Zm-5.258-.503c.086-.058-.076-.159-.485-.305-1.548-.554-2.42-1.546-2.832-3.224-.204-.831-.297-1.063-.422-1.063-.268 0-.288 1.116-.034 1.854.434 1.259 1.45 2.288 2.587 2.618.489.141 1.064.2 1.186.12Zm5.016-.217c.145-.085.158-.327.02-.379-.139-.054-.585.103-.585.205 0 .219.319.317.565.174Zm-2.978-.134c.248-.099.178-.203-.137-.203-.905 0-1.915-.999-2.717-2.688-.291-.612-.445-.737-.524-.424-.054.214.13.968.35 1.431.35.737 1.306 1.661 1.943 1.876.273.093.865.097 1.085.008Zm-2.242-.579c0-.018-.13-.114-.29-.212-.366-.226-.448-.326-.914-1.106-.493-.826-.647-.856-.378-.076.266.774.577 1.199.988 1.355.196.074.594.1.594.039Zm4.905-.414c.023-.058.021-.124-.002-.148-.066-.066-.398.109-.351.186.065.106.308.08.353-.038Zm-.329-.571c.102-.064.085-.292-.024-.325-.119-.035-.327.168-.284.28.045.117.167.135.308.045Zm-3.07-1.856c.346-.346.019-.562-.374-.247-.176.141-.191.178-.112.274.125.15.32.139.486-.027Zm-2.943-.336c0-.034-.229-.186-.508-.336a9.69 9.69 0 0 1-1.016-.657c-.784-.59-.862-.482-.185.258.405.443 1.047.797 1.446.797.145 0 .263-.028.263-.062Zm1.131-.376c.123-.09.11-.101-.175-.179-.702-.189-1.248-.527-2.086-1.293-.833-.762-1.093-.955-1.173-.875-.083.083.451.796 1.02 1.366.581.581.96.816 1.58.981.451.12.67.12.834 0Zm.985-1.056c.053-.101.047-.154-.026-.214-.13-.108-.396.03-.365.19.032.168.305.185.39.024Zm-2.627-1.864c.025-.041.034-.082.021-.091a10.19 10.19 0 0 0-.297-.182 18.3 18.3 0 0 1-1.024-.731c-.795-.601-1.042-.714-.793-.365.504.708 1.926 1.638 2.093 1.369Zm-1.063.003c0-.072-.796-.615-.9-.615-.166 0 .102.313.487.571.19.127.413.15.413.044Zm2.484-.11c.027-.027-.178-.137-.454-.244-.478-.184-1.23-.735-2.562-1.879-.685-.587-.226.16.578.942.776.755 1.334 1.068 2.112 1.188.152.023.298.02.326-.007Zm.835-.502c.152-.063.105-.092-.273-.171-.794-.167-1.593-.646-2.498-1.497-.397-.373-.417-.406-.313-.521.134-.148.088-.195-.406-.41-.382-.167-.63-.364-1.917-1.517-1.077-.966-1.525-1.435-1.76-1.842-.098-.17-.402-.832-.676-1.472-.602-1.408-1.128-2.447-1.787-3.534-.682-1.124-1.218-1.79-1.218-1.513 0 .029.28.545.624 1.146a38.342 38.342 0 0 1 1.7 3.313c.197.429.482.983.635 1.232.153.248.4.682.55.964.294.553.435.75 1.178 1.635.567.675 1.531 1.491 2.128 1.801.294.153.463.292.55.455.167.308 1 1.155 1.424 1.445.635.435 1.618.667 2.06.486Zm2.67-2.877c.022-.037-.27-.436-.65-.887-.656-.779-1.013-1.136-1.076-1.073-.12.12.813 1.419 1.296 1.805.297.237.364.261.43.155Zm-3.876-.161c.106-.13.027-.182-.274-.182-.535 0-1.365-.416-2.525-1.265-1.157-.847-1.422-.851-.54-.009.65.622 1.404 1.15 1.978 1.389.44.181 1.233.22 1.36.067Zm3.773-1.09c0-.048-.4-.486-.89-.975-.489-.488-.89-.839-.89-.779 0 .362 1.29 1.84 1.607 1.84.095 0 .173-.039.173-.086Zm-4.815-.037c.12-.012.234-.065.254-.118.045-.115.06-.107-.538-.343a8.867 8.867 0 0 1-1.096-.566c-.9-.55-1.474-.854-1.523-.805-.073.072.88.948 1.404 1.292.691.452 1.058.584 1.5.54Zm4.711-1.313c.073-.118-.07-.291-.968-1.171-.828-.812-1.187-1.104-1.187-.965 0 .169.627.992 1.19 1.56.603.611.852.759.965.576Zm-4.991-.023c.06-.155-.01-.234-.25-.287-.329-.072-1.025-.407-1.762-.847-1.195-.714-1.338-.76-1.002-.319.251.33.973.865 1.63 1.208.618.324 1.307.445 1.384.245Zm-.586-1.167c0-.072-.264-.243-.764-.494a17.51 17.51 0 0 1-1.01-.538c-.528-.333-1.178-.663-1.255-.637-.221.074 1.198 1.164 2.002 1.538.478.222 1.027.293 1.027.131Zm5.225-.226a.18.18 0 0 0 .046-.11c0-.18-1.862-1.907-1.955-1.814-.103.104.846 1.288 1.365 1.703.327.263.453.313.544.221Zm-5.773-.943c0-.124-.228-.294-1.266-.946-.963-.604-1.584-.92-1.658-.845-.13.133 1.352 1.213 2.272 1.658.526.255.652.281.652.133Zm5.101-.794c.079-.127-.279-.577-.904-1.138-.628-.563-1.24-1.017-1.296-.962-.066.066.486.72 1.116 1.323.712.681 1.012.895 1.084.777Zm-3.732-.215c0-.085-.801-.715-1.317-1.037-.386-.24-.17.021.364.442.746.588.953.718.953.595Zm-1.611.017c.071-.116-.227-.32-1.147-.783-.888-.448-1.075-.516-1.075-.391 0 .126.774.676 1.333.956.56.28.812.342.889.218Zm2.255-.328a.201.201 0 0 0 .04-.123c0-.162-1.936-1.544-2.151-1.536-.106.004.894.939 1.388 1.297.448.324.656.43.723.362Zm2.231-1.312c0-.265-1.686-1.697-1.83-1.554-.083.083 1.594 1.684 1.763 1.684.037 0 .067-.059.067-.13Zm-2.075-.055c-.023-.037-.328-.249-.678-.47-.35-.222-.956-.627-1.348-.901-.391-.273-.744-.498-.784-.498-.225 0 1.168 1.123 1.988 1.602.421.246.907.404.823.267Zm-4.394-.744a53.336 53.336 0 0 0-.513-.456 93.395 93.395 0 0 1-1.882-1.824c-1.677-1.652-2.08-2.024-2.139-1.966-.178.179 2.158 2.6 3.434 3.559.637.479 1.394.951 1.1.687Zm3.73-.525c0-.047-.203-.225-.451-.394a65.11 65.11 0 0 1-1.444-1.044 28.448 28.448 0 0 0-1.019-.736c-.206 0 1.035 1.124 1.854 1.679.633.43 1.062.63 1.06.495Zm1.884-.121c.086-.141-.054-.347-.555-.814-.474-.444-1.212-.9-1.303-.807-.083.082 1.592 1.69 1.762 1.69.03 0 .072-.031.096-.069Zm-1.62-.4c-.012-.036-.532-.547-1.153-1.137-1.044-.989-1.69-1.519-1.764-1.444-.118.118 1.228 1.528 2.052 2.151.376.283.91.549.866.43Zm-4.165-.387c0-.021-.114-.138-.254-.259s-.672-.595-1.181-1.053c-1.598-1.436-3.311-2.807-3.835-3.069l-.24-.12.171.188c.181.199 2.98 2.572 4.117 3.492.636.514 1.222.907 1.222.821Zm4.04-1.45c0-.025-.165-.264-.367-.53a95.485 95.485 0 0 1-1.075-1.477c-.39-.546-1.075-1.481-1.52-2.079a53.354 53.354 0 0 1-1.508-2.144c-.383-.581-.707-1.025-.72-.987-.039.117.57 1.147 1.299 2.198.379.546.92 1.332 1.205 1.746.647.941 1.7 2.329 2.196 2.892.344.391.49.504.49.381Zm-5.34-.907c0-.217-3.203-2.711-3.326-2.589-.073.073.901.899 2.333 1.978.758.571.993.715.993.611Zm1.916-.463c0-.078-.993-1.516-1.586-2.298-.84-1.104-2.966-3.482-3.324-3.717-.26-.171-.178-.067 1.181 1.51 1.275 1.479 1.806 2.133 2.895 3.568.626.825.835 1.06.835.937Zm-6.571-.28c0-.083-.423-.583-.987-1.166-.543-.561-.724-.693-.724-.528 0 .057.329.446.732.863.698.722.979.961.979.831Zm4.039-.823c0-.031-.085-.134-.189-.23-.297-.275-1.798-1.324-2.139-1.494l-.308-.154.206.221c.297.319 1.233 1.042 1.817 1.402.507.313.613.357.613.255Zm-.15-.98c-.034-.102-1.01-.911-1.656-1.37-.686-.487-.385-.128.476.567.91.737 1.228.954 1.18.803Zm-4.06-.89a30.09 30.09 0 0 1-1.263-1.256c-2.345-2.454-3.612-3.638-3.747-3.503-.074.074 3.234 3.356 4.277 4.243.977.83 1.513 1.208.733.516Zm-2.088.12c0-.059-.74-.946-1.29-1.545-.953-1.039-3.094-2.899-3.206-2.786-.074.074.257.441 1.186 1.31.521.489 1.445 1.374 2.052 1.968.94.919 1.258 1.185 1.258 1.053Zm7.324-.71c-.002-.273-4.264-4.672-4.526-4.672-.106 0 .174.309 1.989 2.19.89.923 1.798 1.87 2.02 2.105.372.398.518.503.517.377Zm-6.636-.055c-.444-.597-3.551-3.316-3.79-3.316-.13 0 .545.648 1.938 1.863 1.311 1.144 2.057 1.729 1.852 1.453Zm7.488-1.806c-.336-.616-1.285-1.809-2.034-2.554-.683-.68-.871-.827-.871-.679 0 .031.239.333.53.671 2.016 2.336 2.507 2.9 2.532 2.9.015 0-.056-.152-.157-.338Zm8.094-.084c-.02-.137-.173-.523-.34-.856-.599-1.191-.95-1.702-1.703-2.471-.4-.41-.694-.666-.651-.569.156.358.477.863.761 1.2.387.457 1.114 1.523 1.465 2.146.154.274.33.567.393.65.11.148.11.146.075-.1Zm-15.038-1.255c-.088-.095-.176-.171-.195-.171-.019 0 .038.076.127.171.088.094.176.171.195.171.019 0-.038-.077-.127-.171Zm.646-1.164c-.48-.715-1.037-1.507-1.239-1.759-.2-.252-.365-.494-.365-.536 0-.082-1.376-1.585-2.1-2.294-.294-.288-.792-.634-1.642-1.138-1.412-.839-1.99-1.152-2.12-1.152-.4 0 .558.739 1.858 1.434.3.161.716.412.924.557.604.425 2.91 2.956 3.603 3.954.36.52.87 1.139 1.277 1.55l.678.685-.874-1.301Zm5.994.966c0-.284-2.301-2.792-2.376-2.59-.054.145.854 1.295 1.753 2.223.438.45.623.56.623.367Zm-2.91-.179c-.022-.037-.055-.068-.072-.068-.016 0-.03.031-.03.068 0 .038.033.069.073.069.04 0 .053-.031.03-.069Zm-.239-.192c0-.031-.1-.127-.222-.216l-.223-.16.202.216c.212.228.243.249.243.16Zm-.65-.621c-.351-.387-1.587-1.495-1.345-1.206.126.15.326.361.445.468.118.107.354.322.523.479.429.397.623.53.377.259Zm-4.862-.422c-.025-.04-.404-.338-.843-.662a40.726 40.726 0 0 1-1.277-.98 6.491 6.491 0 0 0-.639-.474c-.152-.078-.155-.075-.074.077.112.211.787.869 1.25 1.219.688.519 1.731 1.059 1.583.82Zm-.312-1.065c-.245-.264-2.265-1.944-2.337-1.944-.115 0 .485.648 1.101 1.191.783.688 1.692 1.242 1.236.753Zm4.35-1.118c.047-.077.143-.02-1.093-.647-1.124-.57-1.263-.615-1.093-.355.325.495 2.019 1.273 2.185 1.002Zm-5.166-.545c0-.095-1.322-1.33-1.835-1.715a8.962 8.962 0 0 0-1.045-.645 19.134 19.134 0 0 1-1.093-.618c-.279-.173-.536-.315-.573-.315-.246 0 1.28 1.163 2.074 1.579.24.126.702.473 1.027.771.83.763 1.445 1.163 1.445.943Zm4.501-.332c.188-.063.068-.21-.24-.294-.178-.048-.61-.236-.958-.417-.348-.18-.633-.304-.633-.276 0 .103.452.479.822.684.383.213.855.355 1.01.303Zm-7.304-.253c-.045-.054-.364-.291-.709-.528a24.832 24.832 0 0 1-2.461-1.968c-.52-.474-.658-.575-.555-.401.403.683 2.367 2.34 3.326 2.807.438.213.516.231.4.09Zm7.22-.383c.024-.039.01-.113-.033-.164-.098-.12-1.714-.815-1.767-.761-.085.084.415.5.894.743.498.253.823.317.906.182Zm-7.172-.391a36.67 36.67 0 0 0-1.054-.75 39.306 39.306 0 0 1-1.633-1.206c-.452-.354-.833-.634-.847-.622-.054.048.609.739 1.14 1.188.87.737 2.215 1.579 2.52 1.579.076 0 .034-.064-.126-.189Zm15.813-.713c.105-.104.11-.307.01-.369-.129-.08-.22.081-.154.274.048.143.077.163.144.095Zm-9.386-.024c.024-.062 0-.154-.052-.204-.09-.088-.814-.329-.858-.286-.048.048.204.328.374.415.348.177.49.197.536.075Zm8.853-.644c.112-.21.064-.724-.066-.724-.076 0-.108.096-.124.369-.024.416.066.584.19.355Zm-.546-.21c.116-.217.172-1.203.072-1.265-.14-.086-.213.058-.283.552-.096.68.02 1.071.21.713Zm-8.419-.031c0-.193-.817-.681-.938-.56-.022.022.098.18.269.35.314.315.669.425.669.21Zm7.624-.395c.017-.086.095-.435.173-.776.168-.728.181-.989.049-.989-.18 0-.384.73-.385 1.382 0 .449.104.693.163.383Zm-9.237-.071a5.56 5.56 0 0 0-.254-.565 11.964 11.964 0 0 1-.425-1c-.121-.323-.269-.662-.33-.753-.186-.28-2.268-2.442-2.359-2.449-.136-.012-.1.177.094.49.264.428.607.766 1.267 1.255.676.5.793.689.681 1.104-.065.241-.052.314.124.675.245.503.69 1.102.945 1.27.253.167.315.16.257-.027Zm-3.275-.04a.194.194 0 0 0-.15-.08c-.19 0-.746-.327-1.5-.884-1.173-.865-1.547-1.116-1.594-1.07-.059.059.926 1.002 1.446 1.385.232.17.572.387.756.48.363.184 1.128.308 1.042.169Zm.878-.208c.02-.032-.089-.08-.243-.104-.52-.083-.791-.273-2.095-1.458-.809-.737-1.093-.955-1.158-.89-.072.072.225.416 1.083 1.25.969.943 1.486 1.262 2.048 1.262.18 0 .344-.026.365-.06Zm3.694-.252c.024-.065-.03-.172-.14-.274-.341-.317-.508-.149-.192.193.199.214.273.233.332.081Zm7.256-.287c.02-.103.057-.342.082-.53.026-.189.14-.552.252-.806.21-.469.207-.616-.005-.489-.33.197-.66 1.335-.535 1.836.059.231.16.226.206-.011Zm-10.705.123c0-.037-.146-.15-.325-.252a10.568 10.568 0 0 1-.887-.621c-.498-.384-.799-.692-1.913-1.956-.54-.612-.534-.335.01.492.665 1.009 1.524 1.776 2.471 2.205.452.205.644.244.644.132Zm-4.901-.471c.037-.06-.227-.489-.46-.747-.322-.356-.457.016-.141.391.2.238.547.444.6.356Zm5.06-.057a.212.212 0 0 0 .046-.132c0-.099-.968-.95-1.247-1.096-.125-.065-.164-.035-.116.09.111.293.537.773.876.988.329.208.37.222.442.15Zm.074-.929c-.072-.084-.3-.333-.507-.553-.404-.429-.616-.585-.616-.451 0 .108 1.057 1.157 1.166 1.157.058 0 .044-.051-.043-.153Zm2.453.046c.022-.022-.23-.307-.56-.633-.328-.327-.74-.764-.912-.97-.354-.425-.49-.416-.274.017.196.394.718.97 1.205 1.328.406.299.47.33.541.258Zm4.04-.72c1.004-.237 1.479-.946 1.399-2.088-.039-.54-.032-.577.093-.577.237 0 .165-.326-.147-.664-.154-.167-.265-.319-.248-.336.018-.018.176.004.352.048.551.139 1.381-.071 1.323-.334-.014-.064-.07-.105-.124-.091a10.77 10.77 0 0 1-.578.088 11.04 11.04 0 0 0-.777.131c-.295.066-.303.063-.89-.358-.859-.616-1.115-.704-2.03-.699-.906.004-1.257.093-1.604.406-.373.337-.565.827-.575 1.464-.013.81.129 1.126.846 1.875.655.686.97.882 1.736 1.083.514.135.815.148 1.224.052Zm-.784-.756c-.798-.171-1.776-.787-2.113-1.334-.186-.3-.224-1.063-.066-1.356.136-.255.539-.447 1.167-.556.8-.14 1.462.041 2.1.574.345.288.496.633.548 1.247.066.781-.207 1.233-.85 1.406-.416.112-.362.11-.786.019Zm.424-.752c.579-.231.734-1.08.24-1.305-.15-.069-.193-.058-.316.073a.384.384 0 0 1-.35.132c-.169-.018-.221-.065-.284-.26-.14-.436-.624-.521-.973-.172-.209.208-.216.532-.02.855.18.295.278.375.71.586.359.174.704.206.993.091Zm-3.814.881c-.036-.048-.264-.348-.504-.668-.443-.586-.549-.701-.6-.648-.103.102.905 1.401 1.086 1.401.056 0 .063-.028.018-.085Zm-7.552-.366a6.386 6.386 0 0 0-.332-.633 25.976 25.976 0 0 1-.562-1.037c-.215-.422-.303-.542-.32-.437-.032.199.2.831.5 1.368.38.679.894 1.211.714.739Zm.688-.065c0-.069-.28-.586-.522-.964a13.655 13.655 0 0 1-.588-1.091c-.191-.393-.37-.715-.398-.715-.167 0 .316 1.333.699 1.931.368.576.809 1.033.809.839Zm2.19-.364c0-.079-.221-.364-.67-.865a12.76 12.76 0 0 1-.85-1.129c-.265-.395-.508-.729-.539-.741-.105-.039.15.698.392 1.136.324.584.865 1.22 1.243 1.459.328.208.424.239.424.14Zm4.518-.557c0-.04-.088-.249-.194-.464a11.88 11.88 0 0 1-.353-.803c-.214-.553-.3-.628-.257-.227.04.382.505 1.407.68 1.501.084.044.124.042.124-.007Zm-6.16.02c.003-.113-.989-2.074-1.048-2.074-.17 0 .195 1.111.532 1.62.217.326.514.587.517.454Zm13.858-.181c.232-.17.06-.271-.39-.23-.489.044-.64.148-.366.251.258.099.606.089.756-.021Zm-12.187-.711c-.727-.701-1.043-1.081-1.527-1.832-.392-.607-.424-.458-.06.274.439.883 1.373 1.855 2.004 2.084.159.057.064-.062-.417-.526Zm12.01-.08c.052-.033.074-.094.048-.135-.059-.094-1.246-.104-1.304-.012-.096.155 1.036.287 1.257.147Zm-10.012-.019c.064-.103-.12-.225-.777-.511-.997-.433-1.642-1.323-1.804-2.489-.137-.979-.207-1.034-.338-.26-.277 1.645.514 2.955 1.974 3.264.47.1.882.098.945-.004Zm2.709-1.237c.1-.159.277-.381.393-.491.116-.111.21-.226.21-.257 0-.231-.647.341-.754.668-.12.364-.052.4.15.08Zm9.947-.53c.029-.047.01-.11-.042-.143-.158-.1-1.573-.558-1.61-.521-.053.053.394.371.735.522.412.182.85.25.917.142Zm-10.355-.152c.094-.124.299-.348.454-.499.316-.306.344-.376.149-.376-.21 0-.598.386-.727.723-.146.384-.1.443.124.152Zm-.302-.848c.29-.376.325-.493.12-.415-.127.049-.518.581-.518.706 0 .168.1.096.398-.291Zm9.993.172c-.014-.041-.183-.13-.378-.199a7.83 7.83 0 0 1-.776-.339c-.233-.118-.437-.202-.453-.186-.054.054.506.454.877.626.379.177.774.229.73.098Zm-10.768-.302c.074-.113.266-.385.426-.606.442-.606.242-.692-.276-.117-.262.29-.348.502-.309.768.023.159.025.158.159-.045Zm-.794-.513c.087-.17.281-.455.43-.635.328-.394.318-.523-.024-.291-.284.193-.63.822-.59 1.074.022.139.045.121.184-.148Zm10.615-.135c.048-.03.065-.092.037-.138-.057-.093-.978-.549-1.109-.549-.161 0-.008.199.31.403.41.263.65.353.762.284Zm-11.09-.657c.16-.247.276-.464.257-.484-.114-.112-.532.392-.62.745-.078.311.055.215.363-.261Zm2.914-.58c.078-.126-.126-.288-.687-.549-.927-.431-2.021-.739-2.018-.568 0 .032.147.128.325.212.407.192 2.256.976 2.302.976.018 0 .054-.032.078-.071Zm.714-.573c-.312-.302-2.256-1.159-2.37-1.045-.045.045.181.165 1.342.71.92.432 1.235.534 1.028.335Zm.81-.327c-.057-.182-1.728-.976-1.958-.931-.063.012.254.202.706.423 1.16.565 1.287.617 1.252.508Zm.63-.362c0-.145-.428-.41-1.12-.692-.676-.276-1.125-.378-1.036-.235.058.094 1.947 1.028 2.079 1.028.043 0 .078-.045.078-.101Zm-157.919 51.623c0-.101 1.033-1.637 1.98-2.945.838-1.16 1.266-1.818 1.215-1.869-.024-.024-.331.245-.683.599-.906.914-1.924 2.304-3.038 4.152-.141.235-.637.162-.637-.094 0-.058.472-.804 1.05-1.657 1.16-1.713 1.462-2.201 1.36-2.201-.182 0-1.243 1.331-2.19 2.749-.27.402-.523.752-.565.777-.097.06-.408-.229-.408-.38 0-.137.491-.831 1.572-2.222.963-1.241 1.127-1.472 1.042-1.472-.24 0-1.265 1.083-2.318 2.447-.356.461-.67.839-.697.839-.027 0-.087-.037-.132-.082-.198-.198-.076-.4.887-1.474.978-1.089 1.802-2.13 1.739-2.193-.02-.02-.25.141-.514.357-.416.341-1.1 1.049-2.186 2.263l-.3.335-.128-.158c-.07-.087-.128-.194-.127-.236 0-.043.817-.921 1.814-1.952.997-1.03 1.813-1.901 1.813-1.935 0-.098-.399.128-.933.526-.514.383-1.856 1.685-2.483 2.41-.204.235-.408.427-.454.427-.111 0-.255-.355-.226-.558.016-.11.446-.516 1.41-1.328 1.424-1.199 2.022-1.744 1.967-1.798-.017-.018-.2.052-.408.154-.458.224-1.321.885-2.318 1.774-.407.363-.768.66-.802.66-.033 0-.094-.13-.135-.29a8.554 8.554 0 0 0-.104-.377c-.056-.17.063-.305.575-.648.842-.564 1.854-1.293 1.9-1.368.08-.129-.409.021-.864.266-.244.132-.7.425-1.012.651-.589.425-.768.463-.768.162 0-.215.113-.288 1.061-.687a32.743 32.743 0 0 0 1.517-.696l.764-.378.527.085c.617.099 2.65.058 5.03-.1.848-.057 2.096-.137 2.773-.178a47.558 47.558 0 0 0 1.814-.141c.32-.036 1.044-.111 1.609-.167.565-.057 1.735-.192 2.601-.302 1.55-.195 2.498-.252 2.498-.148 0 .029-.064.111-.143.182-.229.207-.845 1.055-1.09 1.5l-.226.411.301-.274c.166-.15.68-.642 1.142-1.093.842-.821 1.023-.97 1.09-.903.02.02-.216.292-.525.605-.525.532-1.417 1.742-1.34 1.82.044.044.395-.264 1.689-1.479.575-.54 1.118-1.009 1.208-1.044.206-.078.702-.08.702-.004 0 .032-.066.117-.147.188-.715.636-2.419 2.756-2.306 2.869.047.046.631-.459 1.734-1.503 1.151-1.089 1.745-1.612 1.828-1.612.102 0-.01.133-.5.598-.256.242-.66.687-.896.987-.435.553-.86 1.222-.774 1.222.063 0 .796-.636 1.736-1.505 1.354-1.251 1.788-1.592 1.788-1.399 0 .022-.34.399-.755.838-.674.714-1.54 1.847-1.467 1.92.06.061.421-.246 1.62-1.377 1.576-1.487 1.662-1.558 1.908-1.558.11 0 .2.018.2.04 0 .022-.473.506-1.05 1.078-.964.953-1.76 1.913-1.665 2.008.057.057.3-.147 1.517-1.274 1.17-1.082 2.086-1.877 2.284-1.983.206-.11 1-.273 1.056-.217.03.029-.324.421-.787.871a38.826 38.826 0 0 0-2.883 3.072c-.814.957-1.084 1.209-1.182 1.111-.067-.067.04-.201 1.102-1.379 1.486-1.648 1.814-2.035 1.814-2.143 0-.329-1.83 1.418-2.9 2.767-.758.957-.592.881-2.06.946-.958.042-2.671.299-3.833.575-.337.08-.882.174-1.212.208-.61.063-1.114.233-1.279.433-.05.061-.109.236-.13.39-.02.152-.06.292-.088.31-.076.047-1.416.293-1.846.339-.207.022-.778.069-1.267.106-1.236.091-2.848.372-3.289.574-.199.091-.413.245-.477.341-.221.339-.513.452-1.448.56l-1.237.144c-.405.047-.462-.033-.231-.327.297-.379 1.74-2.567 1.897-2.878.16-.316.162-.335.035-.266-.244.13-1.098 1.173-1.826 2.228l-.82 1.186c-.145.205-.33.276-.731.282-.228.002-.325-.024-.325-.087l-.004-.003Zm3.831-1.631c.395-.562.462-.812.135-.499-.25.24-.612.77-.612.898 0 .194.147.071.477-.399Zm3.596-2.189c1.161-1.457 1.517-1.953 1.449-2.022-.141-.141-1.979 2.063-2.437 2.925-.44.826-.254.655.988-.903Zm.564.848c.353-.429 1.508-2.048 1.634-2.291.406-.785-1.103.911-1.829 2.057-.195.308-.256.559-.135.559.034 0 .182-.147.33-.325Zm1.155-.343c.042-.028.41-.497.818-1.043.712-.952 1.117-1.574 1.025-1.574-.449 0-2.09 1.987-2.09 2.53 0 .141.108.179.247.087Zm1.474-.547c.235-.257.868-1.147.962-1.355.19-.415-.29-.233-.771.295-.422.462-.637.863-.582 1.085.054.214.18.206.39-.025Zm1.094-.342c.502-.672.579-.833.337-.704-.16.085-.688.806-.688.937 0 .166.105.096.351-.233Zm15.547 2.865c-.573-.236-1.237-.649-1.297-.806-.024-.062.008-.192.07-.29.416-.654.49-1.107.244-1.51a3.006 3.006 0 0 1-.247-.58c-.113-.382-.532-.859-.755-.859-.167 0-.331-.173-.226-.238.04-.025.32-.116.625-.205.498-.145.597-.204 1.01-.601l.457-.442.581-.05c.682-.058.994-.185 1.504-.613.205-.172.729-.49 1.163-.708.462-.231.939-.53 1.15-.721.198-.178.388-.325.421-.325.184 0 2.062-.345 2.265-.416.133-.046.486-.247.788-.447.483-.321 1.673-.848 1.913-.848.05 0 .108.12.133.28.054.341.423 1.443.592 1.773.068.132.203.346.3.475.097.13.176.256.176.28 0 .024-.13.084-.289.131-.159.047-.794.284-1.412.525-.617.242-1.45.514-1.85.604-.4.091-1.041.304-1.425.476-.384.171-1.185.482-1.78.692-1.63.576-3.253 1.195-3.426 1.306-.183.118-.204.302-.034.302.115 0 .788-.136 1.352-.273.34-.082.513-.087.513-.013 0 .031-.138.234-.307.452-.53.682-.858 1.339-.586 1.17.064-.039.985-1.151 1.406-1.696.134-.174.582-.33.582-.202 0 .035-.183.288-.406.563-.356.436-.826 1.194-.826 1.332 0 .106.644-.526 1.305-1.281.698-.799.896-.94 1.313-.941.182-.001.15.064-.262.547-.797.931-1.409 1.86-1.3 1.97.061.06.432-.315 1.588-1.608.894-.999 1.09-1.185 1.295-1.223.133-.025.257-.03.276-.012.018.019-.208.338-.504.71-.585.735-1.179 1.581-1.179 1.677 0 .033.025.06.057.06.075 0 .825-.79 1.749-1.839.46-.523.832-.882.973-.941.246-.103.575-.128.575-.043 0 .029-.263.371-.585.76-.81.982-1.435 1.926-1.276 1.926.09 0 1.253-1.224 2.066-2.176.572-.669.791-.874 1.074-1.009.372-.178.569-.214.569-.104 0 .035-.25.352-.555.701-.672.772-1.612 2.018-1.877 2.485-.3.532-.347.566-1.156.827-.417.135-.909.309-1.092.388-.314.134-.35.137-.62.037-.263-.098-.342-.096-1 .027-.394.073-.978.196-1.298.272-1.565.377-1.888.453-1.959.46-.042.004-.292-.081-.557-.19l.001.002Zm2.31-4.553c0-.228-1.774-.416-2.378-.252-.457.124-.344.211.274.211.31 0 .91.021 1.334.045.424.024.77.023.77-.004Zm1.377-.613c-.12-.144-.806-.26-1.405-.236-.785.031-.73.151.113.249.976.113 1.393.109 1.292-.013Zm1.293-.446c0-.215-1.272-.488-1.747-.375-.47.11-.334.197.497.319.897.13 1.25.146 1.25.056Zm.581-.488c-.124-.202-1.04-.453-1.36-.372-.35.088-.185.207.454.325.72.134.968.147.906.047Zm.651-.612c0-.091-.29-.208-.518-.208-.192 0-.224.111-.046.161.357.101.564.117.564.047Zm42.167 6.473c0-.014.047-.065.104-.112.087-.073.097-.068.061.026-.037.096-.165.163-.165.086Zm.821-.795c.075-.139.274-.191.274-.072 0 .066-.194.202-.293.207-.03.001-.021-.06.02-.135Zm-52.578-.141c-.167-.089-.107-.202.109-.202.177 0 .273.096.205.206-.054.087-.145.087-.314-.004Zm-2.868-1.896c.001-.292 4.546-4.945 4.83-4.945a.43.43 0 0 1 .27.137c.138.153.141.145-.124.26a.63.63 0 0 0-.288.311c-.056.136-.297.392-.595.631-.72.58-2.31 2.147-2.948 2.905-.302.358-.613.688-.693.733-.22.126-.453.109-.452-.032Zm1.095-.055c0-.108 3.355-3.548 3.577-3.667.078-.042.17-.038.263.012.111.06.133.117.098.26-.072.298-.641 1.106-.83 1.177-.238.09-.301.083-.301-.037 0-.15-.064-.131-.498.156-.354.232-1.189 1.125-1.68 1.795a2.426 2.426 0 0 1-.278.325c-.143.12-.35.107-.35-.021Zm.96-.047c0-.048.168-.271.372-.497.325-.361.384-.4.495-.326.068.047.24.148.38.224.208.112.258.178.258.34 0 .119-.049.229-.12.27-.182.106-1.387.095-1.385-.011Zm-27.5-2.19c-.046-.141-.067-.3-.047-.353.024-.062.471-.202 1.213-.382 1.324-.319 2.032-.542 2.032-.64 0-.114-1.079.008-2.02.228-1.407.329-1.307.324-1.358.067-.075-.378-.052-1.081.038-1.11.045-.015.36.04.701.123.797.192 1.476.273 1.476.176 0-.191-.78-.496-1.882-.737-.257-.056-.276-.077-.296-.326-.012-.146.006-.294.04-.328.038-.037.566.142 1.323.448.693.281 1.383.53 1.534.554l.274.045-.274-.25c-.302-.276-1.183-.721-2.165-1.096-.35-.134-.66-.28-.688-.324-.059-.095.006-.673.085-.76.031-.033.447.213.933.552 1.113.775 1.588 1.065 1.688 1.026.197-.077-1.144-1.163-2.373-1.92-.155-.096-.188-.161-.171-.332.012-.117.055-.224.096-.237.042-.014.396.232.788.547a45.09 45.09 0 0 0 1.67 1.256c1.679 1.2 2.158 1.498 2.315 1.442.142-.051-.43-.533-2.374-1.997-1.04-.784-1.892-1.451-1.892-1.483 0-.108.652-.06.9.066.134.069.657.464 1.161.879a219.43 219.43 0 0 0 1.704 1.386c1.176.943 2.016 1.414 1.522.854-.239-.271-1.98-1.761-2.788-2.385-.34-.261-.638-.506-.663-.544-.137-.201.302-.244.649-.064.256.132 1.875 1.285 2.736 1.948.661.509 1.312.906 1.425.868.23-.076-1.246-1.451-2.601-2.42-.305-.218-.554-.422-.554-.453 0-.032.105-.056.233-.056.19 0 .394.125 1.112.681 1.112.86 2.2 1.614 2.255 1.56.123-.123-.7-1.041-1.639-1.828-.55-.463-.595-.516-.483-.598.067-.049.25-.089.404-.089.154 0 .31-.027.346-.059.067-.06 1.08-.35 2.206-.631.837-.209 1.109-.365 1.289-.74.08-.164.19-.326.248-.358.107-.06 1.758.079 2.449.205.499.092 1.916.193 3.97.283.923.04 1.947.118 2.276.173.749.124.672.129.964-.069l.248-.168 2.346.067c1.29.037 2.438.094 2.551.128.19.056 2.23.939 2.261.979.04.05.17.322.17.355 0 .087-.33.028-.952-.173-1.235-.398-2.403-.647-2.403-.512 0 .089.985.505 2.74 1.155.959.355 1.913.701 2.12.767.545.175.657.24.54.315-.207.131-.584.041-1.852-.445-1.439-.551-2.828-1.042-3.582-1.267-.72-.215-1.704-.412-1.765-.354-.07.067.805.467 2.142.977.583.222 1.292.493 1.574.602.282.109.801.3 1.153.424.352.125.639.258.637.295-.005.098-.483.186-.745.138-.121-.023-.63-.204-1.13-.405-1.862-.746-4.362-1.494-4.654-1.392-.13.046.686.399 2.514 1.088.904.341 1.718.658 1.81.706l.166.087-.149.08c-.26.138-.838.112-1.16-.053-1.2-.616-3.256-1.262-4.5-1.412l-.342-.042.206.127c.326.2 1.7.79 2.67 1.145.925.339 1.084.421 1.021.523-.09.148-.563.04-1.351-.308-1.25-.553-3.263-1.15-3.55-1.054-.112.037.876.474 2.146.948 1.198.447 1.36.531 1.2.621-.054.03-.68.133-1.39.229-.712.096-1.91.265-2.663.377-1.412.209-4.806.62-6.195.75-1.268.119-2.091.21-3.149.349-1.392.183-3.262.338-4.084.339-.83.001-.913.025-.913.27 0 .173-.03.194-.393.272-.373.08-1.967.63-2.482.857-.358.157-.5.114-.598-.183Zm8.506-4.634c-.063-.101-.628-.293-.766-.261-.1.024-.075.053.113.135.303.131.703.208.653.126Zm2.016-.214c0-.109-.594-.407-1.413-.708-.923-.34-1.325-.415-1.325-.248 0 .102.228.203 1.267.564 1.064.371 1.471.48 1.471.392Zm6.024-.096c0-.131-2.574-1.366-4.13-1.984-1.104-.438-1.346-.508-1.346-.39 0 .07 1.199.642 2.743 1.31.619.268 1.217.529 1.33.58.687.312 1.403.558 1.403.484Zm-2.293-.315c-.478-.325-2.92-1.37-3.451-1.477-.3-.06-.269.08.056.246.538.274 3.356 1.372 3.519 1.372.044 0-.011-.064-.124-.141Zm-2.156.077c0-.058-1.041-.552-1.162-.552a.533.533 0 0 1-.19-.063c-.22-.117-1.044-.416-1.147-.416-.173 0-.113.128.115.246.452.234 2.384.87 2.384.785Zm19.067 3.744c.06-.154.728-.599.897-.599.202 0 .272.158.17.382-.097.214-.293.292-.744.297-.26.004-.347-.018-.323-.08Zm-.14-.668c-.023-.037-.01-.068.03-.068s.073.031.073.068c0 .038-.014.069-.03.069-.017 0-.05-.031-.073-.069Zm.934-1.905-.163-.296.148-.501c.136-.459.14-.522.048-.742-.138-.33-.34-.443-1.001-.56-1.12-.197-2.005-.481-2.039-.655-.01-.058.045-.18.125-.272.373-.431.818-1.127.859-1.342.083-.445-.007-.813-.308-1.254-.157-.23-.268-.445-.248-.478.02-.033.233-.125.472-.204.246-.082.732-.347 1.123-.612.38-.258.745-.492.815-.523.068-.03.54-.074 1.049-.098 1.072-.051 1.383-.156 1.56-.529.12-.251.163-.268.87-.325a7.07 7.07 0 0 0 1.081-.206 4.092 4.092 0 0 1 1.13-.164c.638.004.825-.027 1.965-.324.949-.247 3.017-.713 3.163-.713.184 0 .074.142-.316.407-.804.546-1.07 1.076-1.062 2.126.002.357.03.978.06 1.378.03.399.037.804.013.898-.042.167-.054.169-.711.165-.444-.004-1.117.066-2.003.209-1.587.255-2.85.409-3.833.465a16.37 16.37 0 0 0-1.335.14c-.34.054-.79.099-1.005.099-.444 0-.604.046-.604.171 0 .134.165.171.759.171.297 0 .542.02.542.045 0 .024-.103.17-.229.325-.328.404-.483.657-.4.657.04 0 .309-.192.599-.428.75-.61.85-.667 1.176-.667.16 0 .291.015.291.035 0 .019-.255.288-.567.599-.51.506-.946 1.081-.817 1.075.108-.005.824-.57 1.423-1.123.605-.558.65-.586.948-.586.21 0 .314.03.314.088 0 .048-.219.302-.485.565-.51.502-1.134 1.311-1.065 1.38.06.059.934-.624 1.716-1.341.521-.477.725-.623.873-.623.106 0 .193.029.193.063 0 .035-.25.29-.555.565-.546.494-1.4 1.479-1.336 1.542.061.061.62-.371 1.603-1.239.85-.751 1.01-.863 1.215-.863.13 0 .237.02.237.046s-.411.465-.913.976c-.858.872-1.344 1.468-1.263 1.549.085.084 1.946-1.334 2.381-1.814.02-.021.224-.215.457-.432.325-.301.472-.393.633-.393.116 0 .21.023.21.051 0 .028-.333.359-.74.736-1.1 1.019-1.803 1.956-1.093 1.459.327-.229 1.715-1.388 2.259-1.887.41-.376.67-.525.67-.382 0 .026-.347.403-.772.839-.678.695-1.213 1.398-1.128 1.482.066.066.719-.426 1.276-.963.332-.321.637-.582.679-.582.2 0 .13.18-.205.534-.416.44-.672.783-.672.903 0 .099.371-.12.903-.532.399-.309.56-.334.742-.116.162.196.022.424-.327.536-.415.133-1.074.263-1.23.244-.067-.009-.26.048-.43.124-.299.135-2.15.57-3.51.826-.556.105-.697.111-.822.039-.556-.322-.853-.294-1.783.169-.77.383-.864.414-1.209.398-.206-.009-.26-.05-.401-.307v-.003Zm2.386-5.343c0-.081-.428-.279-.853-.395-.685-.186-1.999-.182-1.81.006.05.051 2.243.45 2.474.45.103 0 .189-.027.189-.061Zm.94-.589c-.347-.305-1.856-.678-2.102-.518-.148.096-.076.133.533.279.304.073.73.195.948.271.217.076.489.137.603.137l.207-.003-.189-.166Zm1.866-.239c0-.293-1.797-.767-2.152-.569-.098.055-.06.083.212.154.183.048.645.176 1.027.285.744.212.913.236.913.13Zm.85-.404c.07-.113-.321-.419-.671-.524-.553-.166-.88-.192-1.027-.081-.18.134-.094.234.25.292.16.027.521.122.803.211.577.183.593.186.646.102Zm1.546-.445c0-.347-1-1.031-1.443-.988-.384.038-.299.172.293.458.312.151.7.357.86.457.235.148.29.161.29.073Zm-13.04 4.021-.342-.162.54.03c.565.032.704.093.632.28-.053.14-.329.091-.83-.148Zm-20.693-1.339c-.251-.251-.027-.561 2.133-2.946 1.105-1.222 1.266-1.42 1.153-1.42-.252 0-2.12 1.915-3.103 3.182-.422.543-.536.65-.696.651-.305.002-.296-.17.03-.563.457-.551 1.574-1.783 2.386-2.629.863-.901 1.267-1.381 1.209-1.439-.087-.087-.838.443-1.463 1.033-.921.869-2.42 2.62-2.77 3.236a1.599 1.599 0 0 1-.252.345c-.125.102-.627.115-.627.017 0-.132 1.498-1.81 3.171-3.553 1.392-1.449 1.492-1.624.594-1.039-1.04.679-3.988 3.923-4.15 4.567-.045.183-.094.204-.596.267-.47.059-.485.007-.123-.394.146-.161.6-.677 1.009-1.146a58.4 58.4 0 0 1 1.872-2.009c1.163-1.19 1.345-1.398 1.28-1.463-.05-.051-.537.238-1.04.618-.527.397-2.415 2.317-2.973 3.023-.474.598-.682.99-.685 1.287l-.001.191-.462-.02c-.378-.017-.465-.043-.484-.143-.036-.185 1.373-1.775 3.19-3.599.877-.88 1.58-1.615 1.564-1.631-.016-.017-.149.031-.293.105-.91.471-2.853 2.297-4.197 3.947-.506.62-.703.744-.743.464-.027-.194.855-1.163 2.885-3.166.822-.811 1.524-1.53 1.562-1.598.065-.118.057-.119-.16-.009a9.43 9.43 0 0 0-.706.437c-.711.477-.715.478-.31.009l.373-.433-.271.139c-.763.393-2.015 1.441-3.336 2.794-.59.604-.779.761-.85.702-.23-.191-.047-.402 1.99-2.306.748-.7 1.324-1.284 1.28-1.299-.242-.081-1.585.997-2.823 2.267l-.729.748-.102-.162c-.152-.243-.27-.658-.223-.794.04-.12.525-.49 1.851-1.411 1.038-.721 1.7-1.236 1.62-1.262-.038-.013-.297.071-.574.186-.552.23-1.467.799-2.404 1.495-.694.515-.742.504-.714-.154.016-.357.04-.419.19-.496.25-.129 1.092-.498 1.134-.498.02 0 .405-.175.856-.388.506-.24.796-.412.757-.452-.088-.088-1.038.16-1.775.464-1.01.416-1.171.473-1.216.429-.089-.089-.115-.601-.037-.697.045-.053.38-.165.745-.248.365-.084.966-.225 1.334-.314.368-.09.685-.163.702-.163.017 0 .031-.036.031-.079 0-.133-1.259-.017-1.985.183-.977.269-.914.287-.986-.297-.045-.366-.04-.521.021-.581.054-.054.512-.096 1.362-.124 1.425-.048 1.356-.041 1.286-.112-.028-.028-.626-.066-1.329-.085l-1.278-.035.005-.464c.003-.255.04-.499.083-.541.056-.056.404.037 1.329.356a30.38 30.38 0 0 1 1.526.557c.281.129.992.288 1.045.235.084-.084-1.13-.583-2.683-1.104-.6-.202-1.117-.414-1.15-.471-.077-.139.055-.381.207-.38.112.001 1.197.406 3.739 1.396.637.248 1.17.464 1.187.481.016.016-.11.05-.282.076-.171.026-.366.087-.434.137-.113.084-.101.1.138.201.61.257 2.168.428 4.697.516 1.095.038 2.676.115 3.513.17a68.66 68.66 0 0 0 3.645.103c2 .001 2.431.024 2.43.127 0 .024-.205.182-.455.35-.484.325-1.643 1.417-1.575 1.485.046.046.156-.018 1.38-.797 1.332-.847 1.718-1.038 2.044-1.014.15.011.284.053.298.093.014.039-.277.308-.645.595-.721.564-1.695 1.477-1.638 1.535.044.044.508-.261 1.923-1.261.86-.608 1.138-.771 1.318-.771.125 0 .227.03.227.067 0 .036-.223.217-.496.402-1.144.773-2.744 2.133-2.94 2.499-.065.123-.049.12.193-.026.386-.232 1.54-1.018 2.842-1.934.725-.511 1.202-.802 1.312-.802.205 0 .39.063.39.134 0 .027-.254.246-.565.487-.592.458-1.854 1.639-1.804 1.689.037.037 1.378-.815 2.232-1.418a14.5 14.5 0 0 1 .81-.545c.167-.088.516-.043.478.061-.012.033-.392.336-.843.674-.857.641-2.152 1.816-2.082 1.889.048.05 1.424-.835 2.796-1.798.685-.481 1.047-.693 1.181-.693.106 0 .192.026.192.058 0 .033-.359.332-.8.665-1.18.897-2.627 2.238-2.524 2.342.04.04 1.69-1.05 2.796-1.845 1.354-.974 1.54-1.084 1.842-1.084.143 0 .26.027.26.06s-.331.284-.736.559c-1.24.841-2.757 2.007-3.425 2.635-.35.329-.622.611-.606.628.037.037 1.494-.867 2.337-1.45 1.078-.746 3.072-2.064 3.3-2.181.26-.135.706-.152.702-.027-.002.047-.3.286-.664.53-1.273.856-2.574 1.872-3.261 2.545-.596.583-.655.66-.42.545.151-.074.814-.505 1.473-.958 3.191-2.193 3.625-2.473 3.832-2.473.37 0 .226.175-.53.651-1.019.642-1.803 1.202-2.447 1.748-.636.54-1.17 1.074-1.121 1.122.039.039 1.095-.567 2.08-1.194 2.002-1.277 2.946-1.854 3.074-1.885.189-.044.553.061.553.159 0 .043-.43.329-.958.637-1.23.717-2.327 1.485-2.9 2.032l-.454.431.445-.217c.467-.228 1.066-.564 2.969-1.666 1.387-.803 1.74-.969 1.842-.866.096.095.134.069-.738.506-1.422.714-3.11 1.818-4.11 2.689-.265.231-.547.455-.627.498-.08.043-.45.098-.82.122-.593.039-.763.021-1.393-.136-.88-.22-1.48-.316-2.017-.322a5.14 5.14 0 0 1-.68-.052c-.408-.072-1.939.043-2.173.165-.29.15-.374.375-.262.713.05.15.07.296.043.322-.026.026-.38.01-.784-.035a14.896 14.896 0 0 0-1.385-.082c-.687 0-3.36-.227-3.932-.334-.598-.111-2.076-.233-2.361-.195-.188.025-.275.011-.275-.045 0-.045.178-.281.394-.526.577-.65.86-1.023.815-1.069-.084-.084-.453.232-1.414 1.212-.836.854-1.034 1.021-1.253 1.061-.488.091-.467.054.698-1.231.46-.507.925-.986 1.033-1.063.221-.157.722-.809.665-.866-.18-.18-1.525 1.068-2.593 2.405l-.642.805c-.08.099-.21.119-.768.119-.431 0-.7-.029-.753-.082v-.005Zm1.958-1.372c.224-.236.738-.798 1.144-1.249 1.132-1.261 1.356-1.613.93-1.465-.398.139-1.759 1.55-2.369 2.457-.226.337-.315.685-.176.685.035 0 .247-.193.47-.428Zm3.823.07c.345-.256 2.351-2.222 2.351-2.304 0-.12-.091-.091-.45.147-.362.238-1.8 1.6-2.025 1.915-.075.105-.126.238-.114.296.019.088.06.078.238-.054Zm2.894-.575c.35-.353.55-.603.5-.622-.22-.08-1.248.842-1.248 1.119 0 .195.18.075.748-.497Zm1.42.144c.35-.365.375-.464.091-.365-.334.117-.722.674-.468.674.044 0 .214-.138.377-.309Zm-2.882.048c.393-.286 1.709-1.676 1.617-1.707-.26-.086-1.833 1.212-1.962 1.618-.084.266.053.302.345.089Zm13.142.817c-.034-.055 1.674-1.136 1.873-1.185.045-.011.122.095.172.235.05.141.14.332.202.425.162.249.141.289-.18.336-.16.024-.522.087-.805.141-.597.112-1.208.135-1.262.048Zm138.144-1.103a3.495 3.495 0 0 1-.218-.476c-.045-.147-.038-.155.048-.068.163.163.645.898.805 1.228l.149.309-.308-.343a4.176 4.176 0 0 1-.476-.65Zm-164.057.281c0-.121 2.137-2.266 2.257-2.266.028 0-.21.27-.528.599a22.2 22.2 0 0 0-1.064 1.198c-.48.592-.665.722-.665.469Zm175.957-3.293c-.852-1.978-1.293-2.904-1.784-3.741a32.125 32.125 0 0 0-2.153-3.173c-1.46-1.883-2.036-2.923-2.71-4.885-.331-.965-.376-1.275-.183-1.275.066 0 .675.417 1.352.924.92.691 1.531 1.221 2.42 2.103 1.637 1.62 2.14 2.306 2.798 3.819.42.961.465 1.335.36 2.957-.125 1.947-.034 2.827.443 4.249.168.498.206.653.147.592a56.475 56.475 0 0 1-.69-1.57Zm-142.985.789c-.007-.037.04-.078.106-.091.075-.014.12.019.12.09 0 .119-.202.12-.226.001Zm5.96-2.738a34.99 34.99 0 0 0 1.974-1.102c.559-.35.743-.436.804-.373.061.063.02.133-.172.299-.359.31-2.662 1.737-2.864 1.774a4.75 4.75 0 0 1-.58.04l-.411.008 1.249-.646Zm-1.751.394c-.185-.106-.253-.109-.707-.026-.277.05-1.013.107-1.638.126-1.21.037-2.39-.075-3.416-.323a54.946 54.946 0 0 0-.697-.165c-.285-.065-.395-.214-.352-.477.043-.269-.11-.61-.347-.764-.088-.059-.342-.135-.563-.169-.34-.055-.437-.104-.626-.319-.15-.169-.219-.484-.209-.944l.015-.688-.35-.669c-.396-.756-.483-.848-1.145-1.189-.358-.185-.45-.26-.371-.303.057-.033.47-.123.92-.202 1.048-.184 1.376-.266 1.671-.414.425-.213.742-.671.982-1.417.146-.455.154-.465.559-.662.518-.254.917-.286 2.25-.182 1.184.093 1.42.054 1.691-.276l.177-.215.712.221c1.067.332 1.525.41 2.398.411l.794.002.126.279c.297.658 1.061 1.014 2.29 1.068.395.017.756.042.8.057.057.018.044.143-.048.457-.07.237-.16.678-.201.979-.04.302-.128.779-.195 1.061l-.12.514-.272-.009a16.962 16.962 0 0 1-.922-.082c-.358-.041-1.128-.122-1.711-.182-.583-.058-1.4-.16-1.814-.226-.648-.101-1.175-.114-3.765-.095-1.657.013-3.04.05-3.074.083-.11.107.083.247.455.329.28.063 2.559.348 2.807.352.153.003-.01.151-.547.497-.595.384-1.315 1.037-1.232 1.119.102.102 2.094-.982 2.493-1.358.17-.16.256-.195.394-.161.096.024.175.066.174.094-.002.028-.42.327-.93.666-.882.586-1.782 1.314-1.711 1.385.087.087 1.376-.637 2.895-1.624.512-.333.91-.442 1.011-.278.049.078-.033.137-1.182.845-.5.31-1.071.709-1.266.889l-.355.326.273-.107c.15-.059.582-.28.959-.491l1.026-.573c.189-.104.558-.315.82-.469.503-.294.657-.326.973-.206l.193.074-.18.149a7.757 7.757 0 0 1-.65.438 6.551 6.551 0 0 0-.813.599l-.343.309.48-.177c.623-.231.55-.196 1.556-.735.656-.351.925-.461 1.09-.445.12.012.23.056.243.099.014.042-.277.256-.645.474-.888.526-1.682 1.061-1.64 1.103.019.018.398-.153.844-.381 2.36-1.211 2.311-1.189 2.615-1.138.155.026.283.073.283.104s-.532.353-1.181.715c-1.156.646-1.875 1.112-1.812 1.175.062.062.793-.271 2.282-1.04 1.35-.697 1.552-.781 1.864-.781.312 0 .354.015.395.177.06.241-.049.335-1.034.901-.963.551-2.64 1.599-2.94 1.836-.25.197-.248.197-.506.049Zm.399-5.944c0-.261-.704-.963-1.464-1.459-.818-.534-1.31-.586-.625-.065.215.163.747.58 1.185.929.732.583.904.696.904.595Zm-2.67-.016c0-.087-.622-.662-.958-.885-.576-.384-1.303-.767-1.785-.941-.473-.17-.885-.227-.885-.12 0 .03.208.156.462.282.254.125.894.481 1.42.792.907.535 1.629.926 1.71.926.02 0 .036-.024.036-.054Zm.818-.43c-.242-.34-.943-.859-1.618-1.197-.7-.352-1.118-.404-.535-.068.188.109.63.401.98.649 1.289.907 1.435.983 1.173.616Zm3.563-.162c0-.435-.83-1.29-1.044-1.076-.047.047.093.248.432.622.504.556.612.636.612.454Zm-1.348-.183c-.163-.279-1.113-.993-1.46-1.097-.332-.099-.438-.021-.204.151.764.562 1.642 1.159 1.707 1.159.051 0 .035-.076-.043-.213Zm2.101 6.657c0-.032.193-.16.428-.285.236-.125.622-.331.86-.46.431-.234.629-.252.629-.055 0 .118-.468.484-.803.627a3.155 3.155 0 0 1-.582.155c-.498.083-.532.085-.532.018Zm2.177-.229c.064-.064.1-.064.164 0s.046.082-.082.082-.146-.018-.082-.082Zm-16.263-1.577a17.497 17.497 0 0 0-1.505-.997c-.818-.469-1.864-.935-1.864-.832 0 .073.87.734 2.248 1.703.495.349.884.663.862.696-.098.16-.43.012-1.34-.595-.959-.641-2.583-1.502-2.736-1.452-.042.014.166.213.462.443.864.67.829.703-.202.192-.916-.454-1.675-.754-1.74-.689-.038.038 1.214.904 2.018 1.395.349.213.633.412.633.443 0 .032-.192.048-.427.037-.389-.018-.435-.037-.517-.207-.157-.329-1.026-.837-2.022-1.18-.91-.314-.834-.245 1.063.956l.432.274-.61.02-.609.02-.383-.268c-.664-.464-1.256-.801-1.809-1.03-1.142-.473-.72-.079.81.757.3.165.531.33.513.366-.02.04-.312.053-.72.032a22.007 22.007 0 0 0-1.026-.029l-6.684.045c-5.075.032-6.373.023-6.502-.047a17.638 17.638 0 0 1-.563-.332c-.772-.473-3.091-1.378-4.337-1.692-.196-.05-.369-.124-.384-.164-.049-.128.082-.381.196-.381.06 0 .522.138 1.026.307.865.29 1.195.425 3.334 1.364.944.413 1.21.481.975.248-.606-.601-3.294-1.793-4.698-2.084-.268-.055-.516-.129-.551-.165-.091-.091.064-.626.197-.677.059-.023.265.013.459.08.57.197 2.48 1.139 3.434 1.695 1.115.649 1.607.896 1.664.838.064-.064-.545-.584-1.188-1.015-1.228-.823-2.53-1.465-3.645-1.796-.567-.169-.633-.205-.633-.351 0-.2.146-.491.33-.657.113-.103.147-.109.194-.03.032.052.397.275.81.494.97.514 1.922 1.11 3.248 2.04 1.175.822 1.769 1.184 1.835 1.117.073-.073-1.136-1.211-1.891-1.78-1.224-.923-3.181-2.023-3.598-2.023-.247 0-.27-.107-.057-.274.223-.175.204-.18 1.843.387.403.139 1.355.789 2.45 1.673.995.802 1.664 1.294 1.763 1.294.033 0-.01-.104-.097-.231-.422-.62-1.387-1.49-2.44-2.2l-.71-.478.246-.021c.318-.027.54.084 1.412.712.783.562 1.56 1.025 1.62.964.091-.091-.62-.844-1.314-1.39-.15-.118-.256-.23-.238-.248.019-.019.254-.054.523-.08l.489-.046.88.826c.483.455.89.795.902.756.046-.135-.264-.664-.672-1.148-.226-.269-.411-.518-.411-.555 0-.067.571-.215.834-.215.152 0 1.453.833 2.657 1.701.852.614 1.654 1.118 1.702 1.07.128-.128-1.592-1.505-2.849-2.281-.386-.238-.701-.45-.701-.47 0-.204 1.339.51 3 1.599.54.354 1.11.707 1.267.783.271.132.26.114-.237-.371-.287-.28-.903-.766-1.369-1.08-.886-.596-.926-.684-.245-.543.38.078.676.241 2.036 1.115.454.291.84.53.856.53.184 0-.445-.704-1.083-1.213-.354-.282-.453-.396-.394-.454.088-.088.468.104 1.531.774.69.435 1.48.851 1.527.804.066-.065-.809-.786-1.536-1.265-.425-.28-.761-.543-.747-.586.014-.041.139-.103.278-.136.242-.057.297-.031 1.363.655 1.439.924 1.968 1.239 2.009 1.198.074-.074-.609-.632-1.462-1.19-.5-.327-.907-.624-.907-.66 0-.082.255-.042 1.745.268 1.618.336 2.088.478 2.088.632 0 .154.183.318.877.756.56.354.962.554 1.11.554.157 0-.213-.393-.677-.721-.266-.187-.484-.376-.485-.419-.002-.044.115-.099.26-.124.382-.065.649-.253.966-.683.273-.369.29-.38.609-.38.18 0 .574.073.874.163.3.09.73.202.954.248.52.108.716.21 1.749.911.941.639 1.284.833 1.35.764.06-.061-.387-.448-.993-.86-.682-.463-.77-.63-.23-.44.711.252 1.793 1.063 2.136 1.604.258.408.436.887.358.965-.037.037-.374-.143-.848-.456-.792-.52-1.699-1.017-1.756-.961-.045.046.575.556 1.656 1.363.953.712 1.332 1.069 1.332 1.256 0 .054-.013.098-.03.098s-.564-.359-1.215-.798c-.992-.668-2.67-1.596-2.887-1.598-.108 0 .106.204.669.638.57.441 2.814 2.057 3.533 2.545.457.311.609.445.501.445-.04 0-.207-.104-.373-.23-1.006-.766-3.908-2.518-4.007-2.419-.044.044.667.594 1.961 1.52 1.505 1.076 1.58 1.134 1.536 1.205-.053.085-.168.015-1.04-.641Zm-7.193-2.977c-.08-.15-.732-.65-1.44-1.105-.433-.278-.722-.365-.653-.197.037.091 1.823 1.31 2.04 1.392.111.043.118.032.053-.09Zm1.81-.533c-.147-.131-.332-.237-.41-.236-.129.002-.123.02.062.171.113.092.298.198.411.235.203.067.202.065-.063-.17Zm3.383 3.937c0-.037.029-.068.064-.068.036 0 .084.031.107.068.023.038-.005.069-.064.069-.06 0-.107-.031-.107-.069Zm2.032-6.357c-.11-.044-.172-.109-.146-.151.12-.195 2.813-1.326 4.804-2.018 1.22-.424 1.3-.443 1.593-.372.777.189.821.207.821.344 0 .168-.151.173-.76.025-.419-.101-.492-.101-.97.005-.706.157-1.247.427-1.742.87a2.963 2.963 0 0 1-.92.569c-.276.108-.81.346-1.187.529-.723.352-1.014.391-1.493.199Zm2.28-.064c0-.058.574-.356.687-.356.123 0 .068.197-.086.304-.157.111-.6.149-.6.052Zm-9.87-.043c-.128-.054-.493-.148-.812-.21a76.31 76.31 0 0 1-1.468-.309c-1.071-.236-2.458-.41-3.271-.41-.42 0-.74.137-.962.409-.107.131-.175.151-.445.124-.465-.046-1.86-.478-1.86-.577 0-.158.965-.998 2.739-2.382 1.073-.838 1.834-1.508 1.78-1.565-.073-.076-1.022.391-1.651.814-.854.574-2.199 1.695-2.935 2.446-.49.5-.617.594-.8.594-.12 0-.239-.031-.263-.069-.024-.039.286-.41.69-.824.403-.414.715-.771.694-.793-.076-.076-.839.448-1.504 1.031-.583.512-.871.692-.871.545 0-.023.415-.471.924-.997.509-.525.924-.984.924-1.019 0-.344-1.647.863-2.47 1.812-.127.146-.32.303-.427.349-.215.09-.525.059-.525-.053 0-.039.362-.444.806-.899 1.056-1.082 1.474-1.547 1.432-1.589-.049-.049-.555.217-1.04.546l-.41.278.216-.271c.12-.148.407-.455.638-.681a6.82 6.82 0 0 0 .562-.604l.14-.194-.344.174c-.55.279-1.314.938-2.36 2.034-.866.907-.999 1.02-1.197 1.02-.136 0-.223-.034-.223-.087 0-.147 1.055-1.128 3.057-2.844.495-.424.918-.818.94-.875.124-.321-1.598.968-3.008 2.251-.402.366-.76.665-.796.665-.037 0-.173-.114-.305-.253-.17-.181-.223-.285-.183-.363.08-.157 1.081-1.082 2.403-2.217 1.647-1.416 1.766-1.575.828-1.104-1 .503-2.212 1.534-3.652 3.111l-.27.295-.385-.04c-.43-.045-.614-.1-.614-.185 0-.031.808-.734 1.796-1.561 1.696-1.421 2.552-2.2 2.416-2.2-.314 0-2.274 1.473-4.04 3.036-.752.665-.892.746-1.2.684-.267-.053-.3-.115-.153-.282.18-.205 1.413-1.301 2.736-2.434 1.195-1.023 1.295-1.12 1.227-1.188-.146-.146-2.609 1.729-3.872 2.946-.658.634-.816.74-.976.654-.069-.037-.125-.109-.125-.161 0-.096 1.391-1.325 2.328-2.057.658-.515 1.574-1.332 1.574-1.406 0-.089-.362.038-.875.308-.526.276-2.215 1.523-2.866 2.117-.232.211-.469.384-.527.384-.15 0-.225-.442-.103-.61.102-.141 1.393-1.183 2.7-2.181.789-.6 1.134-.906 1.028-.906-.246 0-2.542 1.595-3.422 2.377-.185.164-.368.287-.408.274-.12-.04-.194-.445-.11-.602.041-.077.697-.552 1.457-1.053 1.378-.911 1.908-1.338 1.664-1.338-.22 0-1.13.491-2.115 1.139-.535.353-1.007.641-1.05.641-.095 0-.383-.766-.313-.836.028-.028.477-.236 1-.463 1.137-.492 1.64-.772 1.453-.811-.19-.039-.663.096-1.674.477-.501.189-.956.326-1.01.306-.066-.026-.099-.141-.099-.35 0-.374-.011-.367 1.096-.623.881-.204 1.506-.416 1.506-.512 0-.108-.827-.071-1.609.073-1.06.195-.993.215-.993-.297v-.434l1.302-.069c.716-.038 1.324-.091 1.35-.118.027-.026.003-.076-.052-.112-.244-.156-.646-.223-1.573-.262l-.992-.042-.018-.24c-.01-.132.011-.284.047-.339.074-.114.303-.068 1.393.276.33.105.778.21.993.233l.391.043-.17-.148c-.348-.301-1.412-.714-2.206-.855-.14-.025-.289-.087-.331-.138-.084-.1-.029-.48.078-.547.035-.022.576.196 1.2.484.626.288 1.25.541 1.386.562l.249.039-.172-.189c-.358-.395-1.19-.888-2.018-1.197-.323-.12-.487-.22-.503-.305-.038-.196.197-.656.335-.656.067 0 .601.346 1.188.77 1.086.784 1.813 1.272 1.905 1.279.141.012.009-.19-.41-.625a11.756 11.756 0 0 0-2.02-1.651c-.306-.195-.53-.386-.529-.449 0-.061.062-.243.136-.406.096-.212.16-.279.226-.239.051.031.49.472.976.979 1.135 1.189 1.808 1.849 1.886 1.849.112 0 .063-.176-.135-.483-.306-.476-1.517-1.843-2.055-2.321-.268-.238-.487-.467-.486-.509.002-.139.409-.725.502-.725.05 0 .302.315.559.701.528.794 1.997 2.807 2.232 3.058.233.249.237.06.008-.353-.58-1.043-1.875-3.138-2.222-3.597-.18-.238-.328-.469-.328-.514-.002-.162.504-1.215.572-1.192.095.031.097.036.857 1.692 1.28 2.791 1.616 3.494 1.746 3.662.102.13.104.127.05-.068-.116-.416-1.264-3.176-1.723-4.142-.261-.549-.473-1.043-.472-1.098.006-.184.44.392.876 1.157.478.843 1.352 2.634 1.79 3.671.16.377.37.839.468 1.027.146.279.183.315.202.192.085-.535-1.193-3.562-2.131-5.049-.213-.336-.387-.637-.387-.667 0-.03.146-.055.326-.055.263 0 .344.03.423.154.345.548.852 1.475 1.356 2.482.817 1.63 1.202 2.332 1.232 2.242.101-.303-1.166-3.145-1.99-4.466-.349-.558-.385-.686-.195-.686.29 0 1.351 1.737 2.72 4.449.953 1.889 1.12 2.106.89 1.159-.228-.934-1.174-2.969-1.897-4.079-.375-.575-1.093-1.466-1.386-1.717-.194-.168-.236-.411-.08-.471.094-.036.967.426 1.221.646.29.25.855 1.202 2.13 3.586.372.694.495.817.422.423-.142-.777-.81-2.266-1.493-3.333-.335-.523-.373-.638-.181-.561.134.055.984 1.215 1.603 2.19.287.452.57.868.628.924.096.093.102.079.061-.137-.102-.551-.797-1.735-1.447-2.467-.168-.189-.306-.373-.306-.41 0-.085.033-.084 1.31.034.85.079 1.194.143 1.677.313.334.117 1.574.534 2.754.925 1.182.39 2.221.758 2.31.817.127.083.164.168.164.381 0 .151.062.398.139.547.254.498.707.733 2.736 1.414a27.17 27.17 0 0 1 1.616.605c.681.29 2.42.82 5.127 1.562 1.36.373 3.238.957 3.809 1.185.467.187 2.671 1.875 2.829 2.167.262.487.084.411-1.026-.438-.596-.456-1.286-.885-1.7-1.057-.255-.106-.26-.105-.171.02.124.176 1.077 1.053 2.129 1.958.765.659.994.901.924.972-.012.012-.143-.094-.293-.235-.783-.737-2.634-2.091-3.476-2.544-.594-.319-1.211-.567-1.211-.487 0 .061.732.641 2.361 1.873 1.218.92 2.526 2.041 2.554 2.189.018.096-.01.106-.175.059-.368-.106-.605-.268-1.2-.819-.91-.846-1.873-1.584-3.336-2.556-1.212-.807-3.097-1.839-3.188-1.748-.04.041.697.585 2.392 1.764 1.419.989 3.603 2.656 3.603 2.75 0 .049-.101.06-.29.032-.603-.087-.83-.194-1.246-.586-1.915-1.808-4.194-3.327-5.914-3.944-.277-.099-.516-.166-.534-.149-.04.04 1.198.956 2.473 1.829 1.286.879 3.046 2.19 3.046 2.268 0 .081-.124.074-.684-.045-.602-.127-.596-.123-1.267-.684a18.517 18.517 0 0 0-1.3-.961c-.736-.491-1.92-1.112-1.99-1.043-.034.034 1.116.99 2.055 1.709.468.358.565.521.284.479-.417-.063-.688-.182-1.047-.462-1.5-1.164-3.047-2.044-3.392-1.93-.087.029.872.765 1.852 1.419.54.361.658.481.476.48-.048 0-.548-.091-1.113-.203-1.133-.223-4.652-.737-6.571-.959a758.63 758.63 0 0 1-2.91-.347l-2.566-.311c-1.49-.18-3.321-.594-4.649-1.052-.685-.237-1.06-.13-.75.213.413.456 2.908 1.332 4.926 1.728 2.426.476 3.909.739 5.436.964 1.585.235 4.877.77 5.667.922.56.107 1.486.449 1.486.547 0 .05-.312.199-.718.343-.778.277-1.93.784-2.533 1.115-1.088.597-1.99 1.208-1.79 1.213.116.004 1.453-.559 2.406-1.012.948-.45 2.68-1.192 3.136-1.343.366-.121.716-.106.994.042.124.067.124.071.001.154-.07.046-.326.157-.572.245-1.512.545-4.495 2.03-4.357 2.169.045.045.876-.275 2.01-.773 1.885-.826 3.738-1.54 3.944-1.519.348.035.278.165-.173.33-.831.302-1.742.705-2.943 1.303-1.128.561-2.09 1.133-2.02 1.202.016.016.488-.175 1.049-.426 2.617-1.169 3.227-1.426 4.699-1.977.487-.183 1.411-.063 1.131.147-.048.036-.412.185-.807.33-.98.361-2.812 1.154-3.354 1.454-.726.4-1.615.997-1.53 1.026.045.015.737-.239 1.541-.566 2.457-.998 4.21-1.651 4.269-1.591.016.016-.464.241-1.07.499-1.13.482-2.318 1.134-2.56 1.406l-.137.154.137-.041a25.554 25.554 0 0 0 2.087-.713c1.543-.588 3.561-1.249 3.813-1.249.138 0 .225.033.222.085-.002.048-.518.338-1.147.647-1.54.755-2.75 1.523-2.75 1.744 0 .082.73-.212 1.805-.727 1.245-.596 3.002-1.338 3.167-1.338.187 0 1.142.271 1.218.345.035.035.047.08.026.102-.022.021-.466.187-.988.369-1.628.568-2.547.951-3.912 1.628l-1.319.655-.529-.113a15.432 15.432 0 0 0-2.617-.282c-.681-.001-1.022.148-1.298.568-.356.541-.416.568-.836.393Zm-1.711-4.833c1.205-.603 2.227-1.142 2.273-1.197.066-.08.06-.108-.029-.142-.212-.082-.63.055-1.587.519-1.101.534-3.211 1.916-2.926 1.918.044 0 1.065-.494 2.269-1.098Zm-3.958-7.062c-.118-.474-.205-.688-.51-1.27-.54-1.024-1.61-2.413-1.856-2.413-.159 0-.115.103.267.635.356.497.698 1.032 1.544 2.422.488.801.643.975.555.626Zm-1.37.06c.007-.395-.64-1.827-1.32-2.919-.54-.869-1.491-2.004-1.594-1.902-.022.023.16.347.406.721.246.373.755 1.23 1.132 1.904.857 1.535 1.373 2.358 1.376 2.196Zm3.492-.132c-.005-.555-1.118-2.575-1.457-2.64-.171-.033-.145.095.113.527.126.212.363.631.526.933.334.616.738 1.266.787 1.266.017 0 .031-.038.031-.086Zm1.028-.143c0-.023-.08-.219-.175-.436-.367-.83-.99-1.656-.99-1.313 0 .102.93 1.594 1.06 1.703.057.048.105.068.105.046Zm-2.695-.387c-.06-.327-.878-1.959-1.141-2.276-.204-.245-.41-.338-.41-.186 0 .121 1.197 2.196 1.46 2.53l.135.171-.044-.239Zm11.572 12.248c-.144-.04-.25-.109-.237-.153.075-.259 5.731-2.58 6.286-2.58.225 0 .466.171.373.263-.038.037-.47.204-.959.372a30.231 30.231 0 0 0-3.765 1.587c-.64.317-1.225.577-1.3.579a1.726 1.726 0 0 1-.398-.068Zm16.416-1.01-.274-.05.022-.375c.019-.304-.006-.412-.126-.565-.357-.455-1.627-.868-2.675-.869a2.355 2.355 0 0 1-1.278-.367 3.928 3.928 0 0 0-.61-.303c-.247-.091-.334-.165-.385-.324-.105-.326-.231-.423-.712-.543-.626-.158-.73-.224-1.389-.89-.523-.529-.572-.601-.496-.723.14-.225.1-.4-.118-.512-.24-.124-.534-.541-.75-1.062a6.947 6.947 0 0 0-.32-.663 1.228 1.228 0 0 1-.165-.567.815.815 0 0 0-.154-.491c-.229-.31-.214-.839.035-1.198.295-.427.259-.664-.198-1.301-.212-.296-.536-.72-.722-.942-.247-.296-.331-.451-.316-.582.02-.164.054-.182.466-.232.661-.082 1.403-.009 1.978.193.278.098.972.255 1.54.35 1.28.214 1.5.179 1.617-.254.085-.315.296-.449.59-.375.11.028.399.264.673.551.3.314.558.522.686.553.113.027.325.109.473.182.335.169.552.089.696-.256.055-.131.113-.239.129-.239.015 0 .223.157.46.348.82.661 1.296.82 2.526.848l.86.02 1.365.82c1.724 1.038 2.035 1.193 3.135 1.561.493.165.907.329.919.363.034.102-.843 1.063-1.51 1.654-.688.61-1.205 1.219-1.457 1.718-.093.184-.185.334-.204.334-.11 0-1.145-.659-1.201-.764-.042-.077-.144-.125-.263-.125-.2 0-.39-.091-2.025-.97a57.686 57.686 0 0 1-2.883-1.641 29.596 29.596 0 0 0-2.225-1.158c-.73-.339-1.488-.695-1.687-.791-.38-.184-.77-.179-.77.01 0 .142.21.319 1.318 1.104.555.395 1.01.742 1.01.772 0 .082-.37.14-.89.14-.459 0-1.595.167-1.738.256-.163.101.473.162 2.07.201 1.61.04 1.674.047 1.849.198.218.188.212.191-.675.298-.8.096-1.438.222-1.438.285 0 .101.832.141 1.98.097l1.203-.047.373.201c.646.348.63.356-1.092.495-1.019.082-2.124.252-2.214.341-.114.112 1.303.157 2.522.08 1.788-.113 2.337-.101 2.687.057.552.251.444.291-1.18.447-1.956.187-3.06.369-3.154.521-.08.13 2.33.043 5.15-.186.531-.043.583-.034 1.021.171.274.128.436.241.4.277-.035.033-.695.095-1.467.137-2.912.158-3.981.279-3.753.423.207.132 4.525.013 5.549-.151.385-.062.516-.055.799.038.397.133.489.225.416.418-.05.131-.143.148-1.241.225-1.877.13-3.33.395-3.15.574.084.084 2.49-.032 3.297-.158l.702-.11c.224-.035.256-.024.256.097a.319.319 0 0 1-.1.219c-.054.046-.618.172-1.252.28-1.303.222-1.927.371-2.032.484-.1.107 1.35.03 2.255-.119.674-.111 1.035-.079 1.086.096.04.135.04.25.003.286-.034.032-.431.095-.883.139-.777.075-1.842.234-2.105.315-.272.084-.08.149.616.21.785.069 1.85.017 2.505-.12.334-.071.41-.069.459.011.08.131.04.161-.564.402-.484.193-.573.207-1.095.172a8.063 8.063 0 0 0-1.151.024c-.737.079-1.26.086-1.609.023v.004Zm4.857-6.712c.05-.155-.065-.7-.202-.965-.239-.463-.65-.787-.65-.514 0 .107.73 1.608.782 1.608.016 0 .047-.059.07-.129Zm-1.195-.342c0-.332-.485-1.282-.915-1.788-.484-.572-.907-.643-.464-.078.108.137.4.575.648.972.44.704.73 1.06.73.894Zm-1.438-.41c0-.561-1.406-2.61-1.79-2.61-.173 0-.165.024.145.414.149.189.53.736.847 1.215.562.851.798 1.14.798.981Zm-1.232-.328c0-.037-.116-.256-.257-.487-.732-1.199-2.344-2.851-2.344-2.403 0 .042.241.342.535.667.295.325.7.791.9 1.036.634.775 1.166 1.317 1.166 1.187Zm-6.748-.425c.078-.126-1.196-.196-1.774-.098-.25.042-.258.05-.103.095.248.07 1.833.072 1.877.003Zm136.683 6.481c-.176-.12-.634-.478-1.017-.795-.993-.823-1.582-1.209-2.537-1.664-.796-.379-.85-.419-1.08-.778-.291-.456-.5-.51-.447-.117.008.058-.045.083-.146.069-.103-.015-.285-.191-.517-.502-.37-.494-.634-.651-.634-.377 0 .229-.13.094-.343-.355-.213-.449-.384-.671-.519-.671-.134 0-.179.228-.098.44.038.101.07.233.07.293 0 .198-.257-.103-.386-.451-.208-.566-.366-.624-.366-.136 0 .569-.402.036-.46-.611-.042-.466-.036-.473.63-.724.264-.1.736-.311 1.05-.471l.572-.291.284.314c.157.172.623.604 1.035.958 1.217 1.046 1.394 1.222 2.063 2.048 1.258 1.552 1.826 2.233 2.315 2.772.691.763 1.046 1.266.891 1.266-.021 0-.184-.097-.36-.217Zm-3.336-3.884c.022-.035.008-.083-.03-.107-.081-.051-.207.014-.207.106 0 .084.186.084.237.001Zm-.955-.553c.024-.037.01-.068-.03-.068s-.072.031-.072.068c0 .038.013.069.03.069.016 0 .05-.031.072-.069Zm-.468-.449c.072-.187-.064-.234-.417-.143-.484.123-.487.25-.008.25.286 0 .394-.027.425-.107Zm-.61-.406c.314-.137.295-.309-.034-.307-.331.002-.765.103-.863.201-.2.199.494.282.897.106Zm-.479-.479c.223-.096.298-.233.137-.248-.307-.027-.873.156-.873.282 0 .1.48.078.736-.034Zm-140.908 4.511c.023-.023.082-.026.132-.006.055.022.038.038-.041.041-.072.003-.113-.012-.09-.035Zm4.483-4.871-.144-.154h.188c.103 0 .249.033.323.073.141.076.273.332.219.425-.04.067-.397-.143-.586-.344Zm18.764-1.377a10.27 10.27 0 0 0-.694-.45c-.291-.177-.53-.35-.53-.385 0-.035.285-.065.633-.066.76-.003.683-.085-.188-.201-.987-.131-1.242-.205-1.677-.487-.704-.454-.642-.469 1.027-.244.395.054 1.15.137 1.677.184.527.048.98.106 1.008.129.027.024-.082.196-.244.383-.288.332-.662.997-.662 1.175 0 .128-.16.111-.35-.038Zm-19.597-.833c-1.547-.353-2.58-.651-3.736-1.08l-1.882-.698a34.71 34.71 0 0 0-2.448-.755c-1.885-.506-2.663-.753-2.634-.838.012-.037.129-.101.259-.143.188-.061.24-.117.259-.276.018-.156-.023-.235-.19-.365a1.512 1.512 0 0 1-.341-.417 1.601 1.601 0 0 0-.268-.377c-.131-.119-1.442-.578-4.029-1.412-.702-.227-1.305-.471-1.643-.666-.704-.406-1.204-.591-2.07-.767a11.173 11.173 0 0 1-1.574-.49c-.951-.38-2.126-1.042-2.126-1.198 0-.054.015-.099.035-.099.02 0 .397-.078.839-.173 2.008-.433 4.724-1.299 6.025-1.923.704-.338.925-.507.811-.621-.022-.022-.465.101-.984.276-.518.173-1.758.533-2.756.8-2.008.536-2.427.654-3.52.996-.864.271-1.131.291-1.307.097-.068-.075-.105-.157-.082-.18.023-.023.629-.175 1.345-.338 2.397-.543 3.956-1.042 5.155-1.652.404-.206.736-.399.736-.429 0-.03-.28.034-.62.144-.341.109-1.35.383-2.242.607-.892.225-2.278.594-3.08.82-.802.227-1.544.413-1.65.413-.154 0-.242-.071-.44-.353-.135-.194-.233-.376-.215-.404.017-.028.3-.088.63-.133 2.441-.336 6.531-1.415 6.859-1.81.172-.208-.118-.193-1.038.055-.857.231-2.421.561-4.605.972-.527.099-1.216.241-1.53.314-.316.074-.611.12-.659.102-.12-.045-.252-.599-.168-.701.038-.044.336-.102.665-.128 2.573-.201 6.244-.943 6.244-1.261 0-.148-.175-.145-1.248.02a58.48 58.48 0 0 1-2.551.313c-.791.079-1.837.191-2.324.249-1.03.124-1.017.129-1.09-.482-.073-.631-.221-.587 2-.588 2.45-.001 4.376-.151 4.499-.35.077-.125.27-.042 1.52.648 1.783.985 2.983 1.634 3.503 1.894.243.122 1.198.675 2.122 1.229a98.92 98.92 0 0 0 2.775 1.607c.602.329 1.153.653 1.223.721.124.119.103.125-.616.171-1.375.088-2.916.358-3.294.578-.16.093.888.097 1.842.006.39-.037 1.063-.1 1.496-.139.432-.04.905-.108 1.05-.151.222-.067.296-.06.495.048.13.069.235.16.235.202 0 .048-.444.12-1.215.196-1.597.159-3.081.471-3.207.676-.06.098 1.663.041 3.326-.109 1.754-.158 2.244-.153 2.6.029.16.082.265.174.232.206-.033.031-.475.092-.983.135-2.95.248-5.247.69-3.556.684a19.76 19.76 0 0 0 1.33-.064c1.237-.111 4.035-.232 4.28-.185.242.047.723.303.67.356-.016.016-.628.062-1.36.101-1.818.099-2.923.239-3.692.469l-.376.112.89.022c.489.011 1.479-.012 2.198-.052a53.29 53.29 0 0 1 2.347-.072c1.063 0 1.374.058 1.57.294.121.147.02.166-1.153.221-1.627.074-3.617.332-3.758.485-.022.025.93.018 2.115-.016 3.096-.087 3.926-.08 4.062.033.061.051.098.116.081.143-.017.027-.612.07-1.323.095-2.117.073-4.17.328-4.297.533-.027.043.939.047 2.754.011 3.81-.075 3.846-.074 4.127.076.437.234.166.289-1.655.337-1.92.051-3.437.188-4.272.386-.84.199-.888.249-.292.304.438.04 3.074-.07 4.938-.207.643-.047.729-.002.433.232-.141.111-.33.138-1.238.177-1.64.071-3.397.359-3.618.594-.12.129 1.83.026 4.122-.217.61-.064.723-.061.813.029.057.057.085.134.062.171-.023.037-.389.089-.813.116-.893.056-1.716.186-2.234.354-.335.108-.352.123-.204.18.19.074 1.79.02 2.745-.093.735-.087.874-.065.874.137 0 .103-.061.146-.257.18-.597.102-1.286.25-1.318.282-.018.019.392.024.912.011.94-.022.947-.021 1.075.148.198.263.202.381.023.645-.091.134-.176.244-.189.244-.013 0-.567-.124-1.233-.276l.002.002Zm-12.074-8.694c1.14-.167 1.438-.248 1.41-.387-.044-.225-.223-.257-.923-.17-.837.105-1.586.29-2.075.514l-.377.172.548-.001c.301 0 .94-.058 1.417-.128Zm-1.348-.748c.602-.107 1.149-.215 1.215-.241.15-.061.156-.23.01-.286-.245-.094-2.283.325-2.85.585l-.292.135h.41c.226 0 .904-.087 1.507-.193Zm-3.08-.185c.617-.137 1.782-.447 1.888-.504.157-.084.17-.192.027-.247-.165-.063-1.596.315-2.121.561l-.48.225.274-.002c.151-.002.336-.016.411-.033Zm-1.233-.205c.416-.051 1.442-.316 1.594-.41.197-.123.136-.229-.134-.229-.43 0-1.906.483-1.906.624 0 .061.06.063.446.015Zm37.888 8.774c-.983-.181-1.412-.241-3.404-.475-.9-.105-1.28-.224-1.66-.515-.093-.072-.149-.152-.123-.178.026-.026.35-.011.718.033 2.982.357 3.588.419 4.532.463.677.032.905.023.87-.035-.106-.171-1.101-.347-3.978-.703-2.3-.285-3.368-.458-3.686-.599-.47-.207-1.655-.883-1.75-.996-.066-.081-.035-.113.18-.182.847-.274 1.199-.646 1.077-1.137-.114-.456-1.132-1.103-2.624-1.667-1.278-.482-2.472-1.111-2.472-1.301 0-.032.252-.207.559-.389.307-.181.739-.5.958-.708.352-.333.4-.409.4-.64 0-.232-.05-.31-.52-.76-.775-.744-.677-.912.623-1.067 1.602-.191 1.797-.779.789-2.387-.19-.302-.344-.596-.344-.653 0-.126.417-.141.748-.026.167.059.258.057.376-.006a.646.646 0 0 1 .32-.066c.09.009.246-.006.347-.034.13-.037.454.03 1.13.235.52.158 1.139.314 1.374.349.6.086.856.225 2.14 1.157 1.614 1.174 1.936 1.32 2.32 1.051.156-.109.16-.134.115-.736l-.045-.623.794.787c.542.537.883.94 1.07 1.267.153.263.563.91.912 1.437.349.527 1.081 1.637 1.627 2.467.546.83 1.197 1.779 1.446 2.11.25.331.453.661.453.734 0 .072-.093.323-.207.559-.17.35-.322.525-.838.962-.697.589-1.188.937-1.32.937-.049 0-.15-.1-.226-.222-.18-.29-.702-.787-1.55-1.479a45.273 45.273 0 0 1-1.266-1.076c-.32-.286-.843-.724-1.164-.974-.844-.659-1.875-1.567-2.464-2.17-1.133-1.159-3.084-2.984-3.148-2.944a.174.174 0 0 0-.07.134c0 .134.836 1.204 1.776 2.272.454.516.826.967.826 1.004 0 .07-.02.068-1.403-.153-1.095-.174-2.567-.265-2.461-.15.102.109.622.235 2.587.627.947.188 1.77.358 1.83.376.165.051.554.458.493.515-.03.029-.223.024-.43-.01-1.627-.269-3.188-.424-3.354-.334-.091.05-.091.06 0 .091.406.139 1.217.34 2.122.525 2.276.467 2.554.534 2.723.661.208.155.335.339.275.4-.038.038-.613-.029-2.143-.25-.705-.102-2.144-.153-2.019-.072.203.131 1.433.421 3.08.726.923.171 1.749.327 1.836.348.165.038.765.554.765.657 0 .094-.283.071-1.78-.149-1.498-.22-3.062-.334-2.865-.208.208.134 1.935.475 4.654.921.553.091.95.255.95.394 0 .097-.265.073-1.59-.148-2.22-.368-3.407-.488-3.407-.342 0 .092.293.165 2.225.554 1.689.34 2.498.489 3.13.576.357.049.908.443.908.649 0 .064-.17.26-.376.435-.416.352-.326.343-1.37.151Zm2.188-5.651c-.007-.299-.522-1.979-.9-2.94-.296-.748-.852-1.893-.95-1.954-.114-.07-.085.017.38 1.132.211.508.596 1.552.855 2.319.427 1.267.622 1.725.615 1.443Zm-1.27-1.142c-.082-.554-.8-2.565-1-2.808-.101-.122-.191-.105-.19.034 0 .105.756 2.141 1.055 2.841.148.346.194.323.135-.067Zm-7.147-1.008c0-.144-.21-.237-.773-.343-.735-.138-2.239-.168-2.239-.044 0 .084.473.194 1.517.352 1.095.165 1.495.174 1.495.035Zm5.59-.443c-.047-.451-.448-1.587-.633-1.791-.139-.154-.302-.172-.302-.034 0 .229.84 2.231.935 2.231.023 0 .023-.183 0-.406Zm-1.483-.841c0-.361-.576-1.795-.794-1.976-.148-.123-.318-.022-.267.16.077.272.855 1.814.96 1.9.085.071.101.057.101-.084Zm-2.053-1.589c0-.217-.459-1.378-.6-1.519-.069-.069-.126-.081-.172-.034-.074.074.096.558.44 1.252.224.451.332.55.332.301Zm-2.02-.998c-.128-.62-.58-1.369-.828-1.369-.107 0-.164.039-.164.115 0 .162.564 1.044.823 1.289l.219.205-.05-.24Zm-4.47 9.502a.395.395 0 0 1-.082-.242c0-.154.006-.156.202-.055.253.13.322.24.2.316-.13.083-.223.078-.32-.019Zm-3.422-.107c-.076-.065-.326-.535-.555-1.043-.44-.975-1.392-2.608-2.094-3.591-.475-.666-1.263-1.57-1.32-1.514-.06.06.406.95 1.151 2.195 1.012 1.69 1.916 3.331 1.873 3.399-.048.079-.391-.127-.642-.387-.11-.113-.39-.56-.623-.994a28.705 28.705 0 0 0-.881-1.506 29.52 29.52 0 0 1-.69-1.129c-1.513-2.705-3.016-4.98-3.18-4.815-.037.036.439.884 1.107 1.974.73 1.191 1.227 2.078 2.075 3.697.423.809.847 1.603.94 1.766.095.161.15.315.125.341-.026.026-.19-.03-.365-.124-.29-.154-.357-.243-.752-.991-.875-1.656-2.261-3.806-2.328-3.607-.028.084.327.764 1.114 2.135.769 1.339 1.006 1.81.925 1.837-.164.055-.412-.217-.72-.789a25.237 25.237 0 0 0-1.676-2.656c-.488-.661-1.23-1.497-1.284-1.444-.041.042.616 1.27 1.286 2.402.634 1.071.772 1.336.723 1.385-.077.077-.393-.205-.614-.548-1.001-1.561-1.5-2.291-1.93-2.822-.505-.626-1.125-1.271-1.125-1.172 0 .069.67 1.17 1.44 2.37.862 1.34.878 1.387.419 1.179-.467-.212-.609-.354-1.123-1.126-.647-.97-1.895-2.407-2-2.302-.04.039.513.983 1.115 1.902.433.66.498.826.325.826-.174 0-.436-.294-.73-.821-.557-.996-1.375-2.079-1.837-2.432-.138-.105-.104-.011.193.546.198.371.564 1.009.812 1.417.248.409.43.764.405.789-.025.025-.253-.04-.507-.143-.254-.103-1-.404-1.66-.667-.735-.294-2.043-.919-3.388-1.619a87.074 87.074 0 0 0-4.005-1.946c-2.288-1.017-3.744-1.738-5.635-2.791-.822-.458-1.513-.813-1.536-.791-.023.023.087.173.245.333.326.333.356.423.124.364-.09-.023-1.082-.072-2.204-.11-1.123-.038-2.07-.098-2.106-.134-.09-.09.076-.47.244-.56.079-.042.332-.054.623-.03.27.023.645.016.833-.014.313-.051.33-.063.195-.138-.081-.045-.373-.099-.65-.121-.687-.054-.811-.085-.811-.205 0-.133.52-1.17.619-1.23.04-.026.323.098.627.275.472.274 1.002.514 1.137.514.126 0-.45-.477-.937-.775-.315-.193-.587-.39-.605-.437-.055-.142.253-.705.385-.705.066 0 .433.244.816.542.756.588 1.38.997 1.38.905 0-.213-.861-1.18-1.455-1.636-.178-.137-.325-.284-.325-.327 0-.042.075-.148.168-.235l.168-.158.338.284c.186.156.816.776 1.402 1.378.584.603 1.158 1.175 1.273 1.272.588.495-.171-.718-.97-1.55a27.16 27.16 0 0 0-1.13-1.088c-.349-.314-.633-.61-.633-.658 0-.048.094-.166.21-.264.16-.135.24-.162.332-.112.067.037.48.461.916.944.728.805 1.216 1.391 2.134 2.56.237.302.348.4.363.32.073-.372-1.228-2.199-2.394-3.362-.407-.407-.74-.777-.74-.822.002-.122.456-.395.58-.348.241.094 1.889 2.277 3.502 4.642.409.6.782 1.103.83 1.118.154.049.091-.295-.13-.71-.563-1.055-1.976-3.01-3.199-4.422-.381-.441-.693-.847-.693-.903 0-.122.47-.521.614-.521.264 0 1.675 1.995 3.804 5.374.261.414.562.845.67.958l.194.206-.04-.24c-.08-.491-1.247-2.61-2.305-4.184-.364-.543-1.12-1.512-1.741-2.235-.303-.352-.287-.547.062-.735.219-.118.246-.119.406-.014.148.096.176.098.21.012.044-.115.36-.132.62-.034.117.046.175.119.175.224 0 .097.176.355.455.669 1.433 1.616 2.362 3.03 4.043 6.159.755 1.406 1.04 1.879 1.094 1.825.08-.08-.306-1.028-.908-2.231-.758-1.513-1.632-2.996-2.487-4.214-.343-.49-.593-.9-.554-.913.104-.034.483.222.76.515.275.29.872 1.131 1.863 2.623.88 1.323 1.095 1.571.908 1.041-.203-.574-1.159-2.293-1.6-2.875-.093-.123-.146-.246-.118-.273.029-.028.087.009.13.08.042.071.208.302.369.513.16.212.572.791.914 1.288.662.964.813 1.14.813.953 0-.25-.297-.86-.76-1.56-.27-.41-.474-.764-.452-.786.09-.091 1.683.912 2.868 1.806.404.304.843.589.976.633.316.104.7-.013.806-.246.04-.09.12-.164.178-.164.056 0 .434.348.838.774.425.447.963.929 1.272 1.142.93.636 1.395 1.028 2.546 2.144.615.598 1.223 1.13 1.35 1.182.47.197.856.098 1.117-.284.09-.129.194-.235.231-.235.038 0 .227.133.42.296.191.163.595.477.897.698.3.22.855.651 1.232.959.376.307 1.224.953 1.882 1.437 2.12 1.555 2.429 1.815 2.496 2.112.039.175.028.193-.096.16-.077-.02-.14-.014-.14.014 0 .124.394.989 1.157 2.538.455.922.827 1.73.827 1.795 0 .135-.399.274-.52.18-.04-.032-.161-.266-.266-.52-.33-.794-1.248-2.56-1.666-3.202-.437-.673-1.053-1.393-1.091-1.278-.03.091.44 1.115.933 2.033.76 1.414 1.72 3.406 1.72 3.565 0 .201-.19.223-.396.045v.004Zm-19.594-11.875c.004-.283-.235-.925-.796-2.139-.98-2.124-2.046-3.759-3.666-5.629-.948-1.093-.96-1.059-.076.2 1.332 1.893 2.025 3.068 3.343 5.668.467.922.927 1.77 1.021 1.883l.171.205.003-.188Zm21.762 11.375c-.221-.113-.312-.22-.449-.53-.368-.838-1.126-2.337-1.49-2.947-.21-.353-.38-.67-.38-.706 0-.121.534.234.882.586.297.301.445.566 1.062 1.907.394.856.736 1.619.76 1.694.055.175-.036.174-.385-.004Zm.131-1.895c-.19-.389-.328-.724-.31-.743.07-.069.51.166.654.349.081.103.2.353.263.554.094.298.1.4.034.547-.07.153-.098.167-.189.091-.059-.049-.262-.408-.452-.798Zm1.152.012c-.03-.075-.007-.101.072-.086.063.013.127.061.142.108.042.126-.166.105-.214-.022Zm-4.22-4.766c-.437-.404-.74-.735-.72-.787.02-.053-.016-.089-.086-.089-.154 0-.337-.132-1.584-1.148-.568-.463-1.3-1.014-1.63-1.226a39.67 39.67 0 0 1-1.59-1.109c-1.514-1.103-1.633-1.143-2.068-.686-.162.169-.305.265-.366.241-.25-.095-.855-.624-1.228-1.073a6.571 6.571 0 0 0-.72-.74c-1.03-.825-1.94-1.623-2.164-1.895-.392-.48-1.536-1.372-1.83-1.427-.29-.055-.628.091-.695.301-.068.212-.208.167-.678-.222-.24-.198-.637-.524-.884-.724-.247-.201-.83-.74-1.295-1.198a27.511 27.511 0 0 0-1.138-1.073c-.217-.177-.281-.271-.246-.36.069-.177.278-.204.925-.12 1.475.194 2.604.262 2.393.145-.27-.15-2.545-.616-3.033-.623-.069-.001-.458-.423-.458-.495 0-.097.278-.056 2.18.326 1.039.209 1.965.371 2.057.36.111-.014.1-.052-.033-.115-.316-.15-.444-.198-.92-.35-.565-.181-2.844-.646-3.696-.754-.543-.07-.723-.126-1.098-.344-.548-.319-.8-.518-.736-.582.076-.076.98.074 3.717.615 3.054.603 3.046.601 3.046.552 0-.114-1.88-.753-3.012-1.023-1.582-.377-3.587-.723-4.19-.723-.249 0-.416-.14-.302-.253.043-.043.609.041 1.55.229.281.057.667.131.855.165.343.062.986.197 2.259.473 1.805.391 2.62.549 2.84.549.16 0 .182-.029.069-.088-.333-.172-1.301-.459-2.713-.803-1.977-.483-2.76-.638-4.44-.883-.534-.077-.651-.173-.651-.531 0-.171.03-.226.122-.226.182 0 1.97.319 3.095.553 2.723.566 3.942.815 4.002.815.16.001-.278-.224-1.061-.546-.465-.191-.862-.366-.883-.389-.04-.045.525.013.817.083.167.039.166.037-.034-.135-.742-.636-3-1.29-5.598-1.621-.656-.084-.902-.195-.756-.34.092-.093 1.626.231 4.54.957 1.3.324 1.643.384 1.643.289 0-.096-.883-.51-1.54-.715a29.902 29.902 0 0 0-4.244-.958l-.547-.085-.022-.23-.022-.231.36.048c.367.048.626.103 2.936.62.734.164 1.504.319 1.711.343l.376.045-.208-.133c-.508-.321-2.317-.822-4.272-1.182-.393-.073-.742-.16-.775-.191-.032-.033-.038-.172-.013-.308.066-.352-.12-.382 2.188.366 1.247.404 2.264.686 2.464.683l.137-.002-.137-.106c-.482-.374-2.602-1.164-3.833-1.429-.747-.16-.75-.162-.773-.573-.019-.317-.007-.352.12-.352s.46.094 2.518.725c1.17.36 1.39.42 1.695.468l.273.043-.17-.142c-.44-.364-1.907-.92-3.834-1.455l-.582-.162.018-.235c.021-.28.146-.612.23-.612.033 0 .06.025.06.056 0 .153 3.053 1.45 3.413 1.45.075 0 .058-.049-.064-.182-.097-.106-.123-.167-.063-.147.51.178.541.11.12-.253-.349-.3-1.187-.823-2.19-1.369-.405-.22-.737-.428-.737-.463 0-.144.293-.461.426-.461.078 0 .654.38 1.279.847 1.322.985 1.5 1.105 1.562 1.044.109-.11-1.126-1.19-2.154-1.886-.236-.16-.428-.328-.428-.374 0-.046.094-.175.21-.285l.21-.201.279.308c.885.978 1.825 1.866 2.174 2.053.172.092.276.038.276-.14 0-.18.037-.17.354.158.159.165.293.256.31.21.087-.243-1.063-1.889-2.08-2.978-.237-.253-.35-.426-.323-.495.056-.146.489-.404.604-.36.106.04 1.01 1.477 1.51 2.397.368.681.645 1.044.649.851.007-.367-.851-2.014-1.475-2.834-.204-.267-.371-.52-.371-.559 0-.08.417-.357.538-.357.043 0 .078.057.078.127s.125.355.278.633c.314.57.569 1.107.96 2.02.148.345.353.776.456.96l.189.333.02-.396c.028-.533-.12-1.07-.528-1.913-.43-.89-.848-1.523-1.106-1.675-.11-.065-.2-.143-.2-.173 0-.07.624-.068.735.002.13.083.61 1.338 1.051 2.75.148.472.62 1.633.716 1.757.087.112.093.079.057-.285-.075-.762-.547-2.34-1.051-3.522-.308-.72-.328-.846-.156-.975.11-.081.33-.322.857-.932.104-.12.216-.219.249-.219.2 0 .893 2.378 1.34 4.594.17.843.31 1.548.31 1.567 0 .019.031-.012.068-.068.253-.391-.135-2.623-.82-4.717-.152-.467-.268-.858-.257-.87.113-.112.7.835.79 1.274.042.207.126.608.187.89.192.89.382 2.143.508 3.354.079.755.194 1.63.252 1.913.081.4.16-.08.16-.991.002-1.512-.36-3.97-.723-4.917-.06-.16.127-.144.277.022.15.165.233.51.584 2.423.152.823.305 1.546.341 1.608.045.077.067-.161.068-.742.002-.814-.086-1.52-.302-2.43-.065-.276-.074-.434-.029-.48.164-.163.313.245.565 1.55.313 1.616.459 2.265.526 2.343.094.108.152-.584.108-1.287a13.444 13.444 0 0 0-.18-1.4c-.074-.39-.121-.734-.103-.763.056-.09.307.011.383.153.04.074.13.513.203.977.2 1.285.275 1.344.245.19-.024-.89-.016-.975.093-.975.145 0 1.31.51 1.643.72.209.131 1.307 1.285 2.792 2.932l.43.479-.187.15-.189.15.124.437c.067.24.208.653.313.917.243.616.536 1.816.894 3.662.532 2.749.553 2.793.518 1.061-.02-1.045-.062-1.489-.21-2.259-.275-1.442-.278-1.472-.154-1.472.203 0 .571.531.724 1.045.233.781.53 2.053.725 3.096.45 2.405.584 2.703.583 1.301 0-.959-.177-2.054-.573-3.559-.09-.339-.136-.627-.103-.639.12-.045.464.27.534.486.134.416.479 2.068.731 3.507.39 2.218.417 2.361.459 2.402.021.022.06-.139.088-.358.104-.833-.107-2.673-.492-4.291-.097-.407-.157-.759-.135-.782.085-.084.408.161.5.382.094.224.268.97.464 1.996.09.472.153.886.489 3.251l.156 1.095c.06.411.17.33.233-.171.133-1.076-.162-3.582-.61-5.185-.08-.283.131-.167.537.296.383.437.393.46.393.851 0 .22.076.919.168 1.552.093.633.202 1.444.245 1.802.095.809.263 1.749.355 1.981l.069.175.065-.17c.118-.307.15-1.478.06-2.228-.047-.399-.068-.743-.047-.764.036-.035.3.243.512.54.05.071.148.443.218.827.124.685.142.764.24 1.041l.047.137.056-.137c.031-.075.062-.275.068-.445.006-.169.036-.384.065-.479.052-.164.084-.14.776.562 1.014 1.029 1.083 1.162 1.15 2.235.03.476.076 1.05.102 1.276.026.225.03.395.01.376-.02-.019-.132-.43-.25-.912-.199-.825-.5-1.715-.628-1.853-.088-.096.007 1.078.154 1.91.194 1.099.233 1.609.123 1.609-.05 0-.262-.15-.473-.334-.21-.183-.724-.591-1.141-.907a86.236 86.236 0 0 1-1.572-1.227 152.546 152.546 0 0 0-3.006-2.349c-.958-.733-1.84-1.485-3.146-2.68-2.015-1.845-4.895-4.244-7.19-5.986-1.137-.864-3.646-2.872-4.168-3.336-.185-.164-.348-.284-.365-.268-.048.048.185.466.425.761.618.76 2.134 2.192 5.184 4.898 3.085 2.736 4.023 3.576 5.152 4.617.49.452 1.146 1.049 1.457 1.327.313.278.553.519.537.536-.016.016-.352-.018-.746-.076-1.417-.21-3.48-.3-3.324-.144.053.053 1.754.374 2.929.553l1.194.181.117-.144c.065-.08.149-.145.187-.145.113 0 1.145 1.008 1.09 1.065-.028.028-.32.013-.65-.035a119.4 119.4 0 0 0-1.353-.181c-.925-.118-3.074-.196-2.87-.104.2.089 1.704.385 3.007.591 2.25.356 2.91.528 2.91.762 0 .083-.043.097-.183.062-1.084-.272-5.248-.65-5.134-.466.024.039.144.086.267.104.122.019.607.112 1.078.208.471.096 1.257.239 1.746.319a58.225 58.225 0 0 1 2.122.383c.697.129 1.06.26 1.06.379 0 .091-.083.084-1.745-.145-1.165-.16-3.662-.264-3.662-.152 0 .092 1.81.433 3.936.742 1.965.284 2.248.351 2.282.534.022.117-.004.125-.273.082-1.691-.27-3.635-.446-3.867-.349-.11.045-.098.061.078.115.318.096 1.41.323 2.284.475 1.514.263 2.166.409 2.264.508.055.054.08.118.055.143-.025.024-.377.009-.784-.033-.844-.089-2.545-.102-2.671-.021-.05.032.398.149 1.06.279.631.123 1.224.25 1.318.282l.17.057-.17.012-.445.032c-.15.011-.475.025-.719.03-.308.007-.411.03-.337.073.143.083 1.394.357 2.83.619 1.1.2 1.48.316 1.583.481.085.139-.031.148-.837.066a13.688 13.688 0 0 0-1.493-.059l-.684.023.684.162c.933.221.983.262.384.321-.302.03-.465.071-.408.104.053.029.588.15 1.19.267 1.453.285 1.503.299 1.503.415 0 .116.013.111-1.72.029-.933-.045-1.601-.01-1.513.079.05.051 1.026.275 1.898.436.989.182 1.095.225 1.095.445v.173l-.907.004c-1.074.006-1.335.067-.833.193l.576.144c.132.033.502.097.822.143.609.087.876.232.799.434-.026.065-.123.108-.249.108-.171 0-.204.025-.19.148.013.119-.055.177-.36.304a3.48 3.48 0 0 1-.427.16c-.028.003-.393-.31-.808-.694Zm-6.583-11.129c.13-.043.095-.209-.062-.293-.353-.189-2.821-.43-3.117-.305-.148.063.214.151 1.516.369 1.347.226 1.577.257 1.663.229Zm.61-3.754c.03-.071.053-.499.053-.95 0-.914-.186-1.986-.614-3.55-.33-1.206-.706-1.93-.901-1.735-.027.028.08.504.237 1.058.332 1.166.502 1.897.66 2.857.143.859.448 2.385.484 2.422.015.015.052-.03.082-.102Zm-1.056-.685c.086-.086.051-1.324-.058-2.07-.271-1.862-1.172-4.664-1.497-4.664-.06 0-.108.007-.108.017 0 .01.15.545.335 1.19.317 1.11.643 2.541.967 4.244.174.916.296 1.348.361 1.283Zm-.984-1.892c.011-.716-.342-2.537-.738-3.815-.417-1.347-.826-2.492-.873-2.445-.028.027.27 1.243.49 2 .129.443.543 2.205.726 3.08.186.895.239 1.121.321 1.369.062.186.069.169.074-.189Zm-6.753-6.593c.097-.097.051-.932-.09-1.626-.323-1.592-1.01-3.161-1.27-2.9-.052.05-.032.12.314 1.109.22.628.271.803.62 2.122.298 1.136.37 1.351.426 1.295Zm27.327 20.681c-.35-.314-.328-.395.057-.199.288.145.459.299.459.412 0 .167-.17.097-.516-.213Zm2.747-.252c-.152-.069-.285-.248-.228-.306.041-.041.46.246.46.315 0 .087-.022.087-.232-.009Zm15.475-.287a13.96 13.96 0 0 0-.85-.596c-.675-.439-.732-.582-.205-.52.197.023.59.057.872.077.406.027.47.02.308-.035-.287-.099-.782-.197-1.532-.305-.683-.099-.96-.252-.872-.481.039-.101.113-.108.642-.057.787.075 1.518.073 1.54-.005.01-.034-.113-.11-.273-.169-.529-.193-.342-.256.462-.156.207.026.469.03.582.009l.205-.039-.158-.087c-.13-.071-1.79-.417-2.825-.587a.868.868 0 0 1-.377-.16 7.892 7.892 0 0 0-1.33-.959 10.58 10.58 0 0 1-1.026-.699 11.484 11.484 0 0 0-.838-.606c-.215-.137-.393-.27-.393-.294 0-.025.214-.067.478-.093.855-.085.657-.204-.5-.298-.475-.038-.702-.088-.783-.168-.062-.062-.093-.132-.07-.156.024-.024.469-.014.99.023.853.059 1.314.033 1.144-.065-.086-.05-.644-.169-1.26-.267-.282-.045-.56-.108-.617-.139-.056-.03.56-.059 1.37-.065 1.491-.008 1.782-.037 1.83-.181.048-.143-.467-.19-1.916-.177l-1.42.014v-.166c0-.102.058-.195.154-.244a7.1 7.1 0 0 0 .521-.328c.262-.178.771-.246 1.526-.205.398.022.477.005.62-.13.09-.084.19-.154.22-.154.263 0 1.908 1.556 2.57 2.433.17.224.44.57.6.77.292.363.365.562.205.562-.047 0-.393-.048-.77-.105-.915-.14-1.95-.206-1.95-.126 0 .094.654.27 1.882.506a23.58 23.58 0 0 1 1.318.281c.21.067.414.301.333.383-.02.02-.242-.014-.492-.077-1.137-.285-1.878-.372-2.18-.254-.105.042-.066.078.22.201.191.083.622.224.956.313 1.372.367 1.81.541 2.067.818.133.145.729.68 1.323 1.189.594.51 1.068.94 1.051.957-.016.016-.215-.019-.44-.077-.61-.158-1.29-.14-1.625.041-.205.11-.4.149-.78.154-.596.007-.728.131-.237.221.177.033.335.096.35.14.025.076-.209.364-.295.364-.022 0-.169-.103-.325-.228v.002Zm-.981-5.43c.095-.096.034-.152-.28-.256-.62-.205-1.628-.381-2.173-.38-.518.002-.538.007-.364.102.526.285 2.66.69 2.817.534Zm44.95 5.457c0-.069.27-.278.357-.278.082 0 .063.168-.028.26-.098.097-.329.109-.329.018Zm-2.444-.043c-.028-.089.861-.799 1.76-1.405.566-.382.627-.442.471-.459-.098-.012-.376.069-.616.178-.631.288-.754.321-.702.186.055-.142.727-.622 1.802-1.285.742-.459.889-.525 1.08-.489.12.023.455-.011.741-.074.286-.064.536-.101.555-.082.056.056-.072.251-.57.872-.257.323-.653.87-.879 1.216-.393.602-.426.634-.769.736a2.96 2.96 0 0 0-.7.341c-.342.235-.639.3-.726.16-.067-.11.097-.248.803-.674 1.001-.604.852-.732-.25-.214a5.757 5.757 0 0 0-.857.494c-.764.585-1.07.72-1.143.499Zm-5.975.041c-.083-.052-.113-.363-.161-1.623-.052-1.356-.046-1.604.05-1.91.118-.373 1.397-2.944 1.712-3.441.175-.276.197-.289.308-.188.165.149.197.093.162-.286-.031-.331.162-.977.306-1.025.04-.014.087.26.116.681.026.387.082.827.123.978l.074.274.06-.24c.071-.291-.001-1.901-.094-2.076-.05-.095-.023-.192.117-.403.224-.338.304-.264.305.285.002.413.14 1.167.213 1.167.07 0 .137-.967.116-1.681-.018-.601-.01-.632.22-1.017.27-.448.348-.5.586-.392.143.065.167.123.167.402 0 .455.122 1.463.25 2.055.194.909.249.683.22-.914-.022-1.298-.012-1.499.077-1.499.09 0 .11.18.147 1.027.043.99.216 1.93.387 2.101.099.099.172-1.243.115-2.119-.05-.772.004-1.044.207-1.044.118 0 .154.212.198 1.164.033.73.194 1.61.35 1.911.076.147.09.094.129-.479.024-.355.017-1.092-.016-1.637-.049-.808-.043-1.022.034-1.147.152-.245.297-.195.302.103.003.141.015.334.026.428.012.093.042.402.068.684a5.7 5.7 0 0 0 .124.787l.077.274.05-.308c.028-.17.054-.761.057-1.314.002-.564.037-1.076.078-1.164.086-.182.561-.534.722-.534.085 0 .1.043.065.188-.026.104-.061.527-.08.942-.032.688-.026.741.072.62a.542.542 0 0 0 .111-.206c.003-.039.057-.426.12-.859.114-.775.119-.788.304-.809.272-.032.303.14.101.556-.15.309-.302.741-.535 1.524-.086.289-.08.594.012.563.042-.013.257-.529.479-1.144.5-1.389.522-1.42.82-1.179l.157.127-.261.529c-.274.555-.424 1.242-.237 1.087.053-.043.233-.358.4-.699.167-.341.342-.634.389-.653.116-.044.418.202.476.39.026.083.072.168.102.188.092.06.366 1.196.318 1.321-.025.065-.177.176-.338.245-.357.154-1.18.778-1.713 1.297-.216.211-.393.345-.393.297 0-.048.184-.399.41-.782.361-.61.492-.942.374-.942-.202 0-.873.778-2.158 2.5-.901 1.208-1.162 1.592-1.735 2.549-.253.423-.486.77-.517.77-.084 0-.138-.264-.14-.685a2.84 2.84 0 0 0-.079-.65l-.078-.274-.057.206c-.058.206.022 1.553.104 1.746.046.108-.478.966-.616 1.007-.09.028-.162-.785-.165-1.864 0-.734-.066-1.068-.16-.824-.12.312-.194 1.43-.144 2.159.08 1.158.076 1.195-.137 1.502-.106.153-.216.278-.244.278-.1 0-.131-.327-.171-1.815-.023-.827-.055-1.515-.07-1.532-.07-.069-.228.486-.308 1.072-.082.606-.056 2.178.046 2.838.032.202.015.266-.077.302-.066.025-.14.006-.17-.042-.136-.219-.192-2.313-.107-4.013.041-.818.037-.873-.065-.747-.4.499-.6 2.988-.345 4.315.057.3.104.555.104.567 0 .013-.07.013-.154 0-.135-.019-.16-.074-.198-.432-.024-.226-.05-1.058-.06-1.849-.015-1.382-.067-1.971-.154-1.745-.201.518-.22.723-.22 2.379-.002 1.584-.012 1.733-.12 1.767-.066.021-.148.021-.182-.001-.1-.061-.212-1.086-.243-2.229-.034-1.222-.029-1.176-.109-.976-.1.25-.15 1.853-.078 2.516.08.735-.008.925-.33.721l.002.003Zm9.952-10.082c.261-.469.404-.807.358-.852-.015-.016-.133.063-.261.175-.39.342-.668 1.105-.403 1.105.037 0 .174-.193.306-.428ZM22.623 116.05c-.077-.125-.252-1.758-.21-1.956.061-.279.221-.59.306-.59.037 0 .067.161.069.359 0 .198.046.729.1 1.181.132 1.094.134 1.061-.063 1.061-.092 0-.184-.025-.202-.055Zm5.436-.079c-.121-.077-.123-.074.306-.325.796-.466 1.275-.707 1.221-.616a7.5 7.5 0 0 1-.468.549c-.375.414-.434.453-.684.454-.151 0-.32-.027-.375-.062Zm-59.658-.286c-.685-.505-1.119-.756-1.535-.885-.74-.228-1.03-.478-2.221-1.912a38.078 38.078 0 0 0-1.551-1.746c-.4-.414-.877-.953-1.06-1.198-.604-.806-1.681-1.983-2.337-2.553-.599-.52-.643-.576-.606-.767.199-1.048.114-1.264-.834-2.128-1.645-1.5-2.97-2.645-4.184-3.613l-.842-.673.277-.256c.24-.22.278-.295.278-.544 0-.158-.045-.375-.1-.481-.054-.106-.463-.537-.907-.958-1.063-1.008-2.157-2.185-2.105-2.267.022-.037.416-.067.875-.068.756 0 1.117-.058.961-.154-.147-.09-1.186-.195-1.735-.175l-.609.021-.243-.235c-.134-.13-.243-.26-.243-.291 0-.088.866-.062 1.574.048 1.109.171 1.515.114.93-.13-.554-.231-2.162-.43-2.63-.325l-.297.067-.627-.594a44.097 44.097 0 0 0-1.089-.994c-.253-.22-.442-.432-.42-.47.026-.04.22-.05.496-.022 1.42.141 2.4.26 3.175.384 1.243.2 2.27.329 2.31.291.058-.055-.214-.22-.612-.37-1.088-.414-4.955-.854-5.4-.616a.673.673 0 0 1-.262.074c-.12 0-.708-.524-.708-.63 0-.15 2.329 0 4.003.259 1.638.253 2.522.371 2.55.343.082-.082-1.031-.535-1.625-.66-1.349-.285-2-.353-3.826-.4l-1.669-.041-.14-.188c-.09-.12-.117-.213-.076-.254.12-.12 3 .14 4.48.405 1.283.23 1.699.288 1.863.265.142-.02.133-.036-.097-.172-.899-.531-2.97-.903-5.214-.935l-1.036-.015-.02-.243c-.034-.394.062-.427.959-.337 1.17.117 1.746.2 3.179.455 1.548.275 1.645.282 1.353.095-.693-.444-2.343-.805-4.478-.98l-.993-.081-.021-.3-.021-.301.603.047c.769.06 2.012.263 3.429.56.612.129 1.16.233 1.219.233.176 0 .05-.11-.336-.293-.81-.383-2.06-.664-3.83-.86l-1.042-.114v-.547l.274.017c.381.024 1.769.301 3.149.63 1.216.29 1.406.32 1.297.215-.26-.25-1.933-.71-3.607-.991-.555-.093-1.04-.189-1.078-.212-.038-.023-.07-.103-.07-.177 0-.187.405-.885.514-.885.145 0 1.644.448 2.52.754.443.155.844.27.888.254.254-.084-1.156-.738-2.412-1.119-.431-.13-.822-.27-.87-.308-.11-.092.114-.7.27-.732.057-.011.577.216 1.154.506.578.29 1.175.568 1.325.618l.274.094-.186-.154c-.102-.084-.68-.429-1.283-.766-.703-.392-1.098-.652-1.098-.722 0-.06.42-.504.932-.987.727-.683 1.031-.922 1.377-1.079.244-.11.454-.192.465-.18.012.012.362.702.779 1.535.788 1.576.965 1.849.965 1.484 0-.551-.984-2.871-1.301-3.068-.142-.086-.057-.25.18-.349.136-.056.285-.089.33-.072.079.031.533 1.148 1.03 2.537.133.373.324.86.424 1.083.15.334.194.385.247.29.17-.303-.22-1.916-.773-3.195-.15-.349-.273-.684-.273-.743 0-.138.719-.288.817-.17.087.105.366 1.24.647 2.64.133.659.268 1.29.3 1.404.056.192.065.196.132.068.313-.596-.014-2.928-.564-4.023-.193-.385-.167-.41.387-.38l.368.022.049.342c.091.634.183 1.909.225 3.115.045 1.284.078 1.535.18 1.353.348-.622.344-3.003-.007-4.468-.094-.392-.092-.398.15-.35.44.089.51.188.604.843.084.588.057 2.684-.046 3.563-.025.216-.016.36.025.36.079 0 .254-.39.37-.822.117-.435.115-2.311-.001-2.962-.053-.292-.078-.55-.055-.573.071-.071.387.042.538.192.138.139.143.19.102 1.042-.024.494-.09 1.334-.146 1.87-.125 1.184-.064 1.504.152.799.2-.653.29-1.457.29-2.566 0-.542.03-.961.068-.985.036-.023.129-.008.205.033.129.068.138.14.138 1.013 0 .915-.124 2.438-.276 3.403-.041.263-.09.725-.109 1.026-.037.614.051.589.221-.064.33-1.26.502-3.29.39-4.576-.033-.368-.042-.697-.021-.732.021-.034.123-.094.228-.134a.715.715 0 0 0 .306-.278c.065-.113.154-.206.199-.206.096 0 1.261 1.529 1.448 1.9.07.14.168.379.216.53.2.63.395.916 1.755 2.571.76.926.954 1.236 1.258 2.015.199.51.967 1.794 1.535 2.567.235.32.451.622.48.672.033.059-.043.172-.224.327-.508.434-.517.898-.03 1.687l.241.392-.05.84a29.685 29.685 0 0 1-.149 1.627c-.128 1.018-.191 2.466-.102 2.328.175-.275.479-2.19.598-3.782.042-.56.118-.655.302-.377.086.13.099.463.08 2.105-.016 1.294 0 1.928.044 1.882.154-.154.357-1.053.434-1.918.045-.508.103-.922.13-.922.026 0 .087.047.135.104.065.08.075.36.042 1.18-.024.593-.06 1.554-.078 2.138l-.034 1.061.166-.342c.222-.457.435-1.416.508-2.278.033-.387.082-.726.11-.753.072-.071.44.39.505.634.031.113.033.576.005 1.028-.16 2.533-.159 2.451-.057 2.417.154-.051.404-.845.53-1.684.064-.425.147-.777.184-.782.037-.006.14.096.229.225.177.257.176.126.036 2.904-.072 1.44.218.781.422-.957.057-.489.13-.915.16-.946.064-.064.511.513.62.801.04.102.074.347.075.542l.003.354.106-.196c.14-.258.16-.234.807.895 1.166 2.035 3.138 4.935 4.244 6.239l.81.957c.473.56.442.613-.288.502-.293-.044-.308-.058-.381-.354l-.077-.308-.094.256c-.147.398-.247.318-.299-.238-.057-.609-.14-.717-.25-.317-.222.82-.234.846-.395.869-.275.039-.356-.099-.356-.61 0-.656-.136-1.529-.224-1.44-.083.083-.386 1.518-.39 1.841-.002.274-.171.7-.277.7-.057 0-.065-.296-.03-1.085.05-1.086-.001-2.133-.103-2.133-.06 0-.234.868-.364 1.809-.085.622-.183.78-.323.519-.057-.107-.057-.349.002-.945.112-1.124-.01-2.859-.167-2.407-.066.187-.3 1.536-.345 1.985-.057.56-.125.693-.278.541-.095-.096-.098-.203-.03-.912.097-.983.06-3.645-.053-3.84-.075-.13-.079-.129-.115.035-.11.517-.224 1.492-.319 2.737-.078 1.039-.104 1.164-.237 1.164-.052 0-.304-.267-.56-.592-.256-.325-.897-1.13-1.424-1.788-1.317-1.644-1.47-1.84-2.315-2.951-1.601-2.107-3.286-4.16-5.454-6.648a219.617 219.617 0 0 1-1.3-1.507c-1.024-1.201-2.824-3.145-3.606-3.895a34.777 34.777 0 0 1-2.658-2.847c-.683-.814-.904-1.036-.965-.976-.052.052.09.274.76 1.181.622.843 1.029 1.326 2.566 3.053 2.292 2.573 3.314 3.778 5.28 6.223 1.733 2.157 2.606 3.294 2.562 3.337-.018.019-.397-.151-.842-.377-1.306-.662-3.29-1.257-4.148-1.244l-.353.006.363.166c.2.09.816.322 1.37.514.553.191 1.603.578 2.334.859.83.321 1.384.499 1.477.475.124-.031.217.056.56.525.535.734.61.871.47.871-.057 0-.365-.109-.686-.241-1.475-.61-4.39-1.45-4.534-1.307-.046.046.344.217 1.179.517 1.536.551 2.208.811 3.406 1.321 1.222.519 1.3.564 1.626.929.327.367.421.561.272.561-.038 0-.385-.135-.77-.299-.844-.36-2.03-.798-2.687-.993-.924-.273-2.07-.443-1.91-.284.091.092 1.15.545 2.39 1.024.565.219 1.674.679 2.464 1.022 1.217.53 1.477.669 1.694.907.14.155.24.305.223.334-.018.028-.44-.053-.94-.181-1.38-.355-2.996-.559-2.996-.378 0 .058 1.15.429 2.156.696.701.186 2.204.676 2.441.795.219.11.4.283.4.381 0 .084-.112.063-.89-.168-.682-.203-1.804-.355-1.962-.267-.122.068.771.465 2.243.996 1.255.454 1.452.549 1.668.804.272.323.14.327-.799.023a17.536 17.536 0 0 0-1.354-.375c-.721-.156-1.567-.245-1.472-.156.106.099 1.182.522 2.464.968 1.613.561 1.926.685 2.023.802.153.185.016.178-.665-.03-1.541-.471-2.882-.743-3.343-.68-.202.027-.2.031.137.185.188.087.896.341 1.574.566 1.51.499 3.28 1.192 3.391 1.326.127.153.01.13-.88-.171-1.22-.414-2.102-.621-2.819-.662-.98-.055-.94-.039 2.464 1.033 1.434.451 2.025.702 2.229.943.095.113.16.219.145.235-.016.015-.335-.096-.71-.246-1.36-.548-3-.933-3.751-.881l-.343.024.4.188c.221.103.698.284 1.062.401.79.254 3.964 1.323 4.134 1.393.168.068.15.16-.05.251-.149.068-.245.043-.701-.18-1.182-.576-3.578-1.204-3.578-.937 0 .083 1.054.536 2.498 1.074 1.271.474 1.472.581 1.472.792 0 .067.036.202.08.297.043.096.06.195.036.218-.024.024-.391-.114-.816-.305a25.113 25.113 0 0 0-1.217-.515c-.503-.188-1.494-.422-1.55-.366-.055.055.402.328 1.334.795.458.23.832.449.832.488 0 .144-.227.147-.705.01a6.672 6.672 0 0 0-.869-.186c-.355-.041-.368-.038-.228.065.081.059.505.276.941.481.646.304.793.4.793.518 0 .14-.02.144-.565.101-.478-.039-.606-.076-.838-.248l-.003.005Zm-9.14-16.76c.131-.082.038-.255-.219-.412-.558-.34-2.266-.822-2.894-.818l-.274.003.274.144c.15.08.813.337 1.472.573.658.235 1.277.46 1.374.497.097.037.217.042.267.012Zm-2.84-2.052c.144-.234-.69-.546-1.608-.6-.843-.05-.712.037.685.465.7.214.859.237.922.135Zm3.409-1.315c.48-1.054.642-4.587.285-6.2-.102-.463-.154.051-.186 1.847-.02 1.102-.088 2.507-.15 3.123-.063.616-.102 1.202-.088 1.3.025.177.028.175.139-.07Zm.902-.054a4.76 4.76 0 0 0 .169-.565c.138-.54.19-.498.225.185.033.628.18.131.266-.903.092-1.106.048-1.593-.15-1.645-.146-.038-.158-.079-.265-.865-.08-.583-.106-.66-.23-.659-.06 0-.085.566-.095 2.26-.007 1.242-.002 2.258.013 2.258s.045-.03.067-.066Zm-8.178-1.641c-.164-.113-.742-.259-1.335-.336-1.858-.243-2.566-.247-2.566-.016 0 .081.124.1 1.642.25 1.61.158 2.391.193 2.26.102Zm5.608-4.42c.05-.113.132-.39.183-.616.165-.742.108-1.917-.085-1.724-.052.052-.238 2.105-.212 2.34l.023.205.09-.205Zm-.865-.562c.387-.862.448-3.087.083-3.042-.038.005-.088.31-.11.677a61.77 61.77 0 0 1-.127 1.562c-.115 1.216-.09 1.346.154.803Zm-.854-.69c.33-.624.45-1.317.452-2.616.001-.954-.023-1.278-.12-1.596-.066-.22-.152-.388-.19-.375-.043.014-.078.523-.091 1.322a26.305 26.305 0 0 1-.137 2.243c-.064.519-.105 1.027-.093 1.13.022.18.028.176.179-.109Zm-6.148-2.328c0-.496-.923-2.124-1.483-2.616-.278-.243-.57-.276-.57-.063 0 .184.032.241.801 1.425.605.929 1.067 1.514 1.198 1.514.03 0 .054-.117.054-.26Zm-1.916-.887c0-.028-.116-.249-.257-.49-.246-.42-.585-.761-.672-.674-.061.062.09.314.471.788.317.394.458.51.458.376Zm78.788 30.785c0-.039.21-.386.468-.77a23.607 23.607 0 0 0 1.493-2.537c.758-1.516 1.822-3.331 1.953-3.331.041 0 .326-.24.631-.533.77-.739 2.234-1.942 2.326-1.912.042.014.086.089.098.165.015.105-.089.219-.411.449-.867.619-1.895 1.679-1.79 1.847.022.037.245-.131.494-.373.71-.688 1.56-1.423 1.644-1.423.084 0 .105.534.024.661-.028.044-.264.191-.525.327-.593.309-1.186.762-1.35 1.031-.28.459-.112.415.793-.206.796-.546.97-.616.891-.358-.073.238-.13.286-.663.55-.567.281-1.079.724-1.079.933 0 .078.028.142.063.142s.309-.169.61-.376c.3-.207.58-.376.621-.376.137 0 .077.132-.113.25a3.145 3.145 0 0 0-.376.288c-.204.186-.258.392-.085.326.124-.047.08.049-.29.627a3.81 3.81 0 0 0-.322.618c-.073.211-.177.303-.637.569-.708.408-1.287.806-1.61 1.106-.23.214-.328.39-.214.39.023 0 .48-.275 1.016-.612 1.218-.766 1.445-.877 1.594-.783a.362.362 0 0 1 .133.134c.011.035-.301.227-.696.427-.786.399-1.654.99-2.147 1.465-.187.179-.616.456-1.037.669-.395.2-.826.434-.958.52-.251.165-.549.218-.549.096Zm-56.16-.143c-.1-.079-.17-.158-.152-.176.049-.048.455.179.455.254 0 .106-.103.079-.302-.078Zm-43.575-.462-.924-.044-.021-.221c-.046-.475-.087-.466 1.89-.438 1.162.015 1.987-.005 2.392-.061l.62-.084.602.373c.33.204.613.407.627.449.015.044-.084.09-.235.108-.297.037-3.563-.017-4.95-.082Zm63.937-.831c-.621-.585-1.031-1.043-1.423-1.593-1.286-1.803-2.888-3.289-5.082-4.716-.433-.281-.824-.557-.869-.611-.045-.055-.102-.254-.127-.443-.075-.574.098-.622 1.03-.278.556.205 1.165.236 1.478.074.258-.134.472-.479.472-.763 0-.12.032-.237.07-.261.037-.023.25.1.472.275.322.253.48.327.774.368.438.059.485.09 1.456.95 1.068.946 1.195 1.085 1.552 1.696.398.682.783 1.064 1.127 1.121.292.047.317.104.436.961.08.572.338 1.109 1.029 2.133.225.334.41.636.41.671 0 .035-.1.084-.223.108-.724.145-1.214.46-1.461.937-.055.106-.133.193-.174.193-.04 0-.467-.37-.947-.822Zm.592-2.28c-.05-.362-.246-.811-.372-.852-.13-.043-.103.143.093.634.225.561.338.65.279.218Zm-.75-.389c-.02-.25-.132-.71-.256-1.048-.288-.79-.684-1.276-.684-.841 0 .208.738 2.094.874 2.232.089.09.096.05.066-.343Zm-1.42-1.484c.002-.283-.41-1.49-.648-1.896-.102-.174-.228-.317-.282-.317-.136 0-.12.093.08.488.096.19.292.646.436 1.014.143.368.294.726.336.798.066.115.076.105.077-.087Zm-.82-.291c0-.273-.466-1.566-.79-2.194-.5-.967-.845-1.166-.401-.231.14.296.434.967.652 1.49.416.998.539 1.211.539.935Zm31.038 4.582c.036-.318.02-.466-.072-.658l-.117-.247.474-.429c.476-.431.986-1.062.858-1.062-.038 0-.31.186-.603.413-1.413 1.094-1.814 1.376-1.907 1.341-.18-.069-.107-.305.157-.499 1.4-1.037 3.006-2.532 2.868-2.671-.052-.052-.271.115-1.878 1.431-.725.594-1.365 1.081-1.42 1.081-.21 0-.087-.195.275-.435.841-.56 1.977-1.634 2.598-2.459.425-.565.034-.31-1.4.911-1.113.949-1.836 1.504-1.962 1.504-.068 0-.093-.058-.078-.186.016-.142.16-.293.603-.632 1.11-.849 2.454-2.245 2.968-3.084.104-.169.361-.579.57-.91.21-.33.366-.617.347-.636-.046-.047-.47.321-1.89 1.64-1.256 1.168-1.583 1.428-1.583 1.26 0-.137.743-2.337 1.093-3.236.162-.415.64-1.77 1.064-3.012.425-1.243.989-2.881 1.254-3.64.46-1.314.655-2.02 1.11-4.017.205-.894.243-1.208.15-1.208-.067 0-.46.889-.877 1.985-.18.471-.687 1.78-1.129 2.91a181.73 181.73 0 0 0-1.895 5.028c-.113.318-.233.588-.267.6-.034.011-.134-.389-.223-.888-.203-1.144-.488-2.165-.773-2.767-.204-.431-.224-.452-.247-.266-.015.111.01.45.054.753.069.479.152.944.475 2.673.035.189.081.527.102.753.037.395.034.403-.06.206a15.156 15.156 0 0 1-.382-1.096c-.373-1.169-1.162-2.829-1.162-2.446 0 .055.38 1.568.778 3.102.425 1.64.524 2.654.29 2.976-.088.12-.095.119-.16-.008a1.9 1.9 0 0 1-.12-.441c-.154-.952-.87-2.799-1.273-3.285l-.141-.171.036.356c.02.196.194.997.388 1.78.414 1.675.615 2.686.61 3.066-.004.292-.207.869-.318.906-.037.012-.104-.249-.15-.579-.25-1.755-.845-3.824-1.447-5.022-.457-.91-.503-.761-.158.519.407 1.511.775 2.986.839 3.359.075.443.171.974.285 1.587.125.667.19 1.416.132 1.52-.035.063-.07-.048-.098-.308-.245-2.3-.755-4.248-1.423-5.422-.268-.469-.395-.603-.395-.41 0 .112.36 1.807.575 2.721.272 1.143.673 3.35.63 3.463-.03.078-.071.085-.17.032-.105-.056-.145-.204-.212-.772-.1-.848-.43-2.411-.653-3.094-.312-.957-.71-1.628-.622-1.049.018.122.053.391.075.599.023.207.132.869.243 1.472.235 1.276.232 1.239.102 1.13-.056-.046-.12-.196-.143-.333-.098-.596-.423-1.455-.588-1.557-.081-.05-.054.612.052 1.272.04.244.029.275-.093.275-.333 0-.378-.414-.189-1.712.052-.357.114-.835.139-1.061.106-1.017.664-3.671.993-4.723.154-.489.402-1.367.551-1.951.3-1.172.87-2.875.961-2.875.033 0 .148.178.258.394.11.216.266.47.348.565l.149.17-.033-.383c-.022-.253-.116-.548-.279-.871-.135-.268-.245-.563-.245-.656 0-.223.115-.52.203-.52.038 0 .252.363.475.805.223.442.453.866.512.941.104.134.106.134.108-.039.004-.28-.186-.842-.555-1.646-.245-.534-.328-.789-.294-.899.06-.194.294-.53.37-.53.055 0 .293.523.92 2.019.172.414.394.876.49 1.027l.176.274-.035-.582c-.045-.756-.502-2.053-1.017-2.892-.193-.313-.197-.336-.091-.498.06-.093.143-.17.182-.17.091 0 .306.488.92 2.088.705 1.835.718 1.864.793 1.731.188-.336-.375-2.326-1.076-3.804l-.38-.801.113-.364c.079-.254.144-.357.217-.342.133.027.671 1.273 1.149 2.657.459 1.329.584 1.642.662 1.642.109 0 .062-.978-.073-1.513a12.673 12.673 0 0 0-.978-2.594l-.399-.787.15-.123c.083-.068.213-.114.289-.103.15.023.201.146.966 2.348.235.678.491 1.371.569 1.54l.14.308.006-.362c.01-.632-.213-1.513-.775-3.051-.135-.372-.246-.703-.246-.736 0-.097.367-.07.524.04.159.111.415.958.777 2.57.335 1.487.425 1.652.515.934.053-.428-.091-1.424-.35-2.415-.246-.94-.256-.878.151-.901.427-.025.388-.137.545 1.56.065.697.148 1.343.186 1.438l.07.171.049-.205c.08-.335.072-1.582-.017-2.38-.092-.827-.077-.869.326-.871.297-.001.389.11.274.334-.116.224-.38 1.436-.38 1.734.003.578.27.477.47-.178.072-.23.15-.59.177-.796.08-.644.159-.764.31-.481.053.1.034.346-.077.949-.152.837-.14 1.153.038.964.11-.118.346-.752.41-1.105.057-.314.147-.377.319-.221.18.162.17.26-.107 1.174-.226.747-.302 1.252-.188 1.252.105 0 .387-.503.563-1 .174-.49.285-.63.33-.414.012.055-.091.388-.229.74-.367.937-.578 1.57-.578 1.725 0 .28.353-.177.698-.902.317-.668.467-.82.522-.535.012.065-.252.54-.587 1.056-.986 1.517-1.07 1.713-.646 1.493.245-.127.577-.504 1.01-1.15.228-.341.34-.456.393-.403.131.131-.033.388-.843 1.313-.876 1-1.208 1.45-1.098 1.486.152.051.676-.34 1.304-.974.357-.361.685-.656.728-.656.043 0 .098.08.123.179.05.2-.041.368-.437.808-.443.493-.777.932-.738.971.074.074.363-.137.884-.642.453-.439.552-.505.702-.467.096.024.174.084.174.134s-.204.349-.454.666c-.504.639-.804 1.086-.758 1.132.04.04.707-.49.78-.617.098-.174.572-.658.644-.658.089 0 .01.583-.111.821a1.247 1.247 0 0 1-.241.308 4.922 4.922 0 0 0-.418.469c-.41.516-.343.605.168.216.172-.132.342-.24.377-.24.035 0 .08.439.1.976.023.608.08 1.111.15 1.335l.111.359-.591.899c-1.205 1.834-1.612 2.54-2.735 4.748-1.342 2.639-1.708 3.313-2.594 4.784-.654 1.085-.78 1.274-.846 1.274-.019 0-.015-.185.01-.411Zm3.23-8.848c.564-.527 2-2.193 2.071-2.406.015-.041-.105.048-.265.198-.484.457-2.396 2.512-2.396 2.575 0 .135.155.039.59-.367Zm.07-.827c.412-.303.91-.84 1.35-1.458.251-.353.305-.531.182-.607-.127-.078-.326.1-.966.866-1.247 1.493-1.399 1.814-.566 1.199Zm-.018-1.082c.178-.117.515-.426.748-.686.6-.668.72-1.016.348-1.016-.124 0-.297.161-.713.667-.643.781-.943 1.25-.8 1.25.051 0 .24-.097.418-.215Zm-3.612-.139c.175-.283-.143-1.861-.536-2.658-.244-.497-.29-.555-.311-.398-.043.32.466 2.872.607 3.042.095.114.174.12.24.014Zm3.411-.793c.335-.323.996-1.327.996-1.512 0-.366-.273-.14-.77.639-.295.461-.599 1.015-.599 1.093 0 .092.128.017.373-.22Zm-2.904-1.184c.14-.261-.249-1.677-.584-2.133-.112-.152-.114-.146-.071.22.061.514.295 1.635.389 1.865.09.224.165.237.266.048Zm-6.877 12.557c-.34-.174-.658-.365-.705-.424-.047-.06-.085-.271-.085-.469 0-.199-.033-.663-.073-1.031-.092-.843.004-1.273.29-1.307.1-.011.298.043.442.12.145.077.364.141.486.141.314 0 .293.161-.085.647-.408.525-.4.639.03.417.24-.125.278-.087.278.273 0 .216-.05.351-.205.546-.252.318-.255.361-.017.388.176.021.187.041.17.315-.014.21.01.304.085.332.102.039.152.368.056.368-.026 0-.326-.143-.667-.316Zm-51.061.227c-.087-.064-.15-.281-.223-.77a18.18 18.18 0 0 0-.163-.956c-.033-.15-.038-.297-.01-.325.09-.088.484.36.519.589.239 1.571.227 1.718-.123 1.462Zm-.959-.511a34.83 34.83 0 0 1-.111-.633c-.04-.245-.15-.717-.245-1.051-.095-.334-.16-.64-.147-.681.014-.04.14.032.282.162.256.233.258.241.32.954.034.395.08.88.105 1.077.037.297.026.36-.06.36-.06 0-.122-.08-.144-.188Zm37.128-.153c-.282-.069-.838-.292-1.235-.496-.874-.449-1.73-.77-1.89-.708-.186.071 0 .204.626.45.75.293.924.371.924.411 0 .053-1.168.268-1.257.232-.11-.045-.655-.782-1.086-1.47-.365-.582-.837-1.74-.793-1.946.017-.081.183-.007.707.317 1.044.646 2.02 1.078 2.02.894 0-.107-.466-.458-1.644-1.239-1.11-.736-1.3-.898-1.3-1.102 0-.099-.152-.485-.328-.836-.067-.134.198-.018.8.351.72.441 2.02 1.157 2.485 1.367.327.148.82.294.86.255.063-.064-.675-.583-1.895-1.336-1.416-.873-1.554-.975-1.48-1.093.087-.141.285-.074.874.296 1.1.691 3.078 1.713 3.221 1.666.117-.039-1.329-.941-2.723-1.699-.845-.459-1.098-.666-.972-.792.046-.045.093-.022 1.52.747.602.325 1.187.61 1.3.633l.205.043-.28-.261c-.155-.144-.786-.561-1.404-.928l-1.225-.728c-.056-.034-.087-.077-.068-.097.018-.019.28.08.581.22.834.388 1.536.65 1.593.592.069-.069-.4-.457-.929-.766-.276-.163-.4-.271-.348-.304.091-.056.103-.052.745.265.578.284 1.017.297 1.391.043.143-.097.43-.235.638-.306l.378-.13.34.178c.65.339 1.207.271 1.474-.182.067-.114.154-.198.193-.186.11.033.783 1.377 1.069 2.137.144.382.306.989.367 1.37.06.376.143.791.183.923.125.404.553 1.389.722 1.659.087.14.16.282.16.315 0 .033-.27.084-.6.113-1.08.098-.934.166-1.468-.683a28.56 28.56 0 0 1-.786-1.335c-.712-1.325-1.62-2.894-1.775-3.067l-.166-.185.149.377c.081.207.37.992.64 1.745.269.753.541 1.468.604 1.588.063.121.115.237.115.257 0 .099-.338.009-1.175-.313-1.005-.386-1.8-.631-1.92-.591-.123.041.245.268 1.35.835.565.29.965.506.89.48a31.495 31.495 0 0 0-1.422-.362c-.142-.034-.272-.04-.288-.013-.049.078.973.652 1.693.951.833.346 1.128.41 1.187.256.06-.157-.04-.252-.513-.486-.229-.113-.416-.224-.416-.246-.002-.069 1.067.24 1.192.344.065.054.214.238.33.407l.213.308-.2.139c-.11.077-.37.319-.578.538l-.376.397-.342-.042a9.297 9.297 0 0 1-.856-.168v-.003Zm-2.704-2.107c-.324-.244-1.312-.769-1.446-.769-.177 0-.093.136.197.318.373.236 1.054.552 1.319.61.201.046.2.043-.07-.159Zm5.776-.639c.104-.299.096-.508-.025-.608-.084-.069-.114-.052-.174.108-.09.234-.061.658.045.693.043.014.113-.072.154-.193Zm-.589-.516c.2-.322.343-1.97.193-2.207-.13-.206-.196.027-.245.863-.028.481-.057.921-.066.977-.025.169.066.451.118.367Zm-.743-1.766c.052-.277-.078-1.058-.205-1.231-.155-.212-.216-.066-.148.351.188 1.168.264 1.356.353.88Zm10.95 4.788c-.61-.094-1.289-.357-1.395-.54-.056-.096-.233-.269-.392-.382-.29-.206-.437-.502-.314-.625.041-.041.157.024.314.176.275.266.337.286.456.143.104-.126.037-.258-.452-.89-.483-.625-.466-.727.03-.192.218.235.435.426.481.426.195 0 .137-.221-.206-.784-.644-1.058-.673-1.115-.63-1.227.023-.061.068-.111.1-.111.031 0 .246.276.477.613.586.856 1.094 1.29 1.094.935 0-.086-.96-1.568-1.226-1.89a.848.848 0 0 1-.142-.216c0-.025.11-.111.248-.192.297-.176.35-.139.533.358.184.501.52.958.81 1.099l.257.126.447-.21c.603-.282.635-.172.158.554-.337.514-.367.591-.361.94.002.209.073.713.156 1.119.155.763.148.898-.048.844a4.6 4.6 0 0 0-.396-.076l.001.002Zm-2.353-.548c0-.057.046-.103.102-.103a.103.103 0 0 1 0 .206.104.104 0 0 1-.102-.103Zm-4.522-.821c-.06-.226-.285-.873-.5-1.438l-.587-1.54c-.107-.282-.182-.527-.166-.544.016-.017.251.187.523.454.514.504.758.673.872.602.155-.096.026-.279-.711-1.009-.726-.718-.789-.802-.93-1.238-.084-.257-.135-.485-.112-.508.049-.048-.005-.114.55.668.54.76.729.973 1.091 1.241.3.221.59.261.59.083 0-.063-.182-.332-.402-.599-.455-.551-.968-1.267-.968-1.352 0-.032.134-.057.296-.057.37 0 .59-.207.643-.609.02-.154.062-.281.09-.281.03 0 .233.245.454.545.265.361.52.621.756.77.304.192.357.257.36.441.004.285-.254 1.785-.331 1.923-.1.178-.198-.091-.415-1.129-.213-1.019-.293-1.277-.422-1.356-.063-.04-.071.035-.035.318.048.362.13 1.2.222 2.28l.047.54-.25-.047c-.327-.062-.319.032.023.259.15.1.273.227.273.283 0 .124.013.124-.342-.001a1.797 1.797 0 0 0-.465-.103H4.21l.166.181c.09.099.32.281.511.404.19.122.386.272.435.332.14.168.04.315-.213.317l-.225.001.292.245c.16.134.273.273.251.309-.022.036-.276.056-.563.045l-.523-.02-.11-.41Zm1.977-.307c-.069-.32-.174-.73-.235-.912-.123-.369-.108-.521.102-1.09.22-.599.485-1.695.486-2.017 0-.157.031-.306.069-.329.098-.061.085.483-.034 1.369a11.15 11.15 0 0 0-.096.924c.004.158.011.154.104-.058.055-.126.166-.538.248-.915.145-.675.149-.684.269-.536.141.176.122.458-.095 1.372-.202.854-.246 1.095-.199 1.095.023 0 .144-.115.269-.256l.227-.257-.037.308c-.02.17-.059.431-.084.582l-.046.274.145-.129c.144-.127.147-.127.22.066.058.152.05.261-.042.505a2.178 2.178 0 0 1-.183.396c-.093.119-.448.216-.73.201l-.235-.013-.123-.58Zm1.33.392c.043-.129.256-.148.256-.022 0 .064-.058.108-.142.108-.084 0-.13-.036-.114-.086Zm10.866-1.104c0-.089.217-.522.262-.522a.51.51 0 0 1 .183.094c.123.091.12.101-.065.274-.165.153-.38.24-.38.154Zm14.683-.727c.024-.038.074-.068.111-.068.038 0 .05.03.026.068-.023.038-.073.068-.11.068-.038 0-.05-.03-.027-.068Zm-21.665-.954c0-.145.323-.436.42-.376.088.054.073.331-.023.426-.135.135-.397.102-.397-.05Zm-36.238-.763a17.674 17.674 0 0 0-.866-1.116 10.663 10.663 0 0 1-.887-1.267c-.685-1.168-1.09-1.749-2.079-2.985-.588-.736-1.063-1.411-1.291-1.834-.199-.369-.557-1-.796-1.404a51.883 51.883 0 0 1-.846-1.496c-.284-.526-.772-1.226-1.576-2.259-1.185-1.523-1.555-2.045-1.558-2.197 0-.052.175.008.45.154.496.263.689.29.988.135.246-.127.34-.295.34-.605 0-.311-.21-.56-.75-.939-.76-.532-2.054-2.18-2.926-3.727-.336-.595-.384-.727-.374-1.017.01-.286-.026-.392-.261-.743-.259-.387-.48-.955-.48-1.23 0-.15-.01-.15.317-.017l.265.107-.418-.398c-.385-.367-.43-.444-.603-1.004-.102-.333-.169-.623-.148-.643.057-.057.644.352 1.854 1.292 1.18.917 1.464 1.117 1.516 1.065.019-.019-.168-.247-.414-.509-.492-.522-1.443-1.288-2.608-2.103-.606-.424-.77-.574-.838-.771-.048-.135-.073-.258-.057-.275.074-.074.427.134 1.879 1.108 1.732 1.162 2.188 1.444 2.244 1.387.199-.199-1.656-1.697-3.33-2.69-.954-.565-1.025-.633-.967-.92.025-.124.08-.237.12-.25.041-.014.857.495 1.812 1.13 1.936 1.286 2.375 1.556 2.437 1.495.066-.067-1.194-1.277-1.793-1.722a34.63 34.63 0 0 0-1.3-.903c-1.102-.725-1.062-.691-1.062-.896 0-.102.028-.226.06-.277.081-.129.24-.04 2.062 1.154 1.668 1.094 2.327 1.486 2.327 1.386 0-.087-.576-.739-.958-1.085-.675-.61-1.66-1.284-2.666-1.82-.458-.245-.569-.37-.39-.439.067-.025.466.218 1.084.662.538.386 1.117.8 1.286.918.453.317 1.452.866 1.495.822.137-.137-2.096-1.933-3.224-2.595-.323-.188-.423-.397-.229-.472.053-.02.666.344 1.372.815.703.468 1.433.93 1.623 1.026l.345.175-.195-.247c-.284-.36-1.184-1.095-2.06-1.68-.422-.282-.784-.565-.806-.629-.051-.151.08-.396.212-.396.057 0 .467.274.912.61.904.682 1.5 1.068 1.56 1.008.072-.072-.892-1.012-1.603-1.563-.385-.298-.719-.572-.741-.61-.05-.081.178-.485.298-.525.047-.016.51.384 1.026.888.964.942 1.52 1.418 1.52 1.3 0-.138-.626-.898-1.392-1.69-.438-.452-.796-.844-.797-.87-.002-.064.372-.26.494-.26.05 0 .496.516.99 1.147 1.114 1.42 1.362 1.707 1.424 1.646.027-.026-.021-.165-.108-.308-.154-.255-1.438-2.067-1.719-2.427-.078-.1-.121-.212-.098-.25.044-.073.934-.38 1.314-.456.138-.027.238-.01.288.05.042.05.356.845.698 1.765.786 2.117.75 2.031.864 2.125.328.273-.276-1.96-.908-3.351-.333-.734-.337-.724.392-.893.742-.17.776-.172.885-.04.104.125.516 1.977.576 2.581.042.425.038.418-.298-.513-.376-1.041-.65-1.598-.84-1.7-.276-.147-.244.093.217 1.617.08.263.285 1.018.458 1.676.171.659.374 1.362.45 1.563.131.353.14.36.238.22.066-.094.145-.131.227-.105.108.034.132-.012.174-.342.097-.776-.148-2.818-.491-4.093-.1-.368-.161-.69-.138-.713.024-.023.163-.006.309.037.355.106.397.215.585 1.517.056.395.136 1.058.176 1.472.153 1.583.22 1.98.314 1.852.234-.32.17-2.389-.113-3.697a28.448 28.448 0 0 1-.132-.633c0-.01.072-.02.16-.02.435 0 .504.378.59 3.285.036 1.186.066 2.17.068 2.187.011.104.161-.16.218-.382.173-.679.188-.655.155.249-.03.823-.022.905.064.753.213-.375.41-1.928.495-3.885.036-.835.07-1.112.136-1.112.13 0 .512.34.579.516.033.088.017.591-.04 1.204-.108 1.17-.255 2.24-.413 3.02-.023.11-.009.188.033.188.093 0 .385-.982.488-1.642.045-.283.108-.682.142-.886.034-.204.062-.61.062-.903 0-.333.03-.55.08-.58.12-.073.468.376.468.603 0 .397-.303 2.332-.586 3.731-.115.574-.13.937-.032.77.078-.136.3-.987.409-1.571.045-.245.11-.59.144-.765.033-.176.08-.623.101-.993.067-1.122.101-1.172.449-.655.344.51.547.701.748.701.213 0 .257.073.553.925.117.338.438 1.093.71 1.677.657 1.399.952 2.19 1.679 4.498.396 1.26.49 1.389 1 1.389.255 0 .302.022.326.154.016.084.11.539.208 1.01.098.47.224 1.123.28 1.45.174 1.017.968 4.153 1.288 5.087.523 1.529 1.038 2.695 1.312 2.976.232.238.256.306.415 1.18.092.51.244 1.216.335 1.569.208.796.877 2.751 1.141 3.337.11.24.198.51.198.599 0 .089-.11.283-.244.432-.135.149-.268.356-.297.462-.05.18-.072.19-.389.172-.606-.033-.781-.08-.781-.21 0-.067.064-.372.141-.679.077-.307.131-.69.12-.851l-.021-.295-.228.343c-.206.309-.225.322-.194.136.15-.897.196-1.335.156-1.44-.028-.072-.071-.097-.107-.059-.033.034-.247.599-.475 1.255-.229.656-.444 1.222-.48 1.257-.084.084-.213.001-.213-.136 0-.06.092-.395.204-.744.248-.775.413-1.546.41-1.912l-.003-.274-.097.178c-.053.098-.223.575-.379 1.061-.26.816-.432 1.19-.512 1.121-.142-.117-.127-.362.066-1.159.197-.814.3-1.718.184-1.608-.08.073-.556 1.484-.556 1.643 0 .136-.13.19-.239.1-.149-.124-.154-.346-.016-.754.147-.436.246-1.642.135-1.642-.039 0-.173.323-.297.718-.124.395-.248.719-.276.719-.141 0-1.015-1.64-2.068-3.882-.819-1.742-1.433-2.882-2.167-4.024a33.473 33.473 0 0 1-.855-1.404 64.77 64.77 0 0 0-.755-1.3c-.823-1.38-2.406-4.49-2.808-5.513-.22-.562-.957-2.146-1.64-3.521l-1.341-2.706c-.284-.577-.486-.934-.513-.907-.017.016.235.69.558 1.495 1.313 3.266 2.243 5.608 2.474 6.223.134.358.863 1.883 1.62 3.389 1.623 3.225 2.531 5.129 2.497 5.23-.014.04-.224-.085-.47-.277-.7-.55-1.825-1.277-2.498-1.616-.725-.364-1.796-.787-1.902-.753-.082.028 1.045.876 2.515 1.895.512.355 1.27.917 1.684 1.249.413.332.901.679 1.083.771.188.095.348.229.369.308.056.215-.04.173-.51-.228-.988-.84-3.907-2.613-4.78-2.903l-.24-.08.289.263c.159.145.678.537 1.154.871 3.534 2.485 4.479 3.2 4.685 3.537.304.498.11.435-.825-.266-1.04-.78-1.922-1.362-2.835-1.868-.698-.387-1.012-.491-.68-.225.08.063.403.332.719.599a82.19 82.19 0 0 0 1.805 1.446c.678.53 1.433 1.15 1.677 1.38.427.401.392.383-.852-.445-1.133-.755-2.927-1.744-3.01-1.66-.048.047 1.138 1 2.46 1.979 2.237 1.657 3.32 2.571 3.32 2.804 0 .136-.131.064-.934-.524-1.406-1.028-2.292-1.597-3.136-2.014-.45-.222-.848-.404-.883-.404-.187 0 .578.619 2.283 1.846a81.763 81.763 0 0 1 2.722 2.041c.332.258.636.558.736.729.325.555.234.523-.79-.273-1.56-1.213-2.67-1.932-3.42-2.216l-.377-.143.508.485c.279.266.922.809 1.429 1.206a65.38 65.38 0 0 1 3.168 2.655c.847.748 1.014.914 1.018 1.012.006.129-.175.021-.533-.315-.511-.482-2.238-1.847-2.887-2.282-.628-.42-1.43-.858-1.518-.828-.08.026.738.774 1.963 1.798 2.545 2.128 2.86 2.43 2.526 2.43-.06 0-.392-.265-.736-.591-.92-.866-2.2-1.801-3.124-2.278-.443-.229-.833-.417-.864-.417-.16 0 2.085 2.09 3.345 3.115.563.458.713.626.633.706-.02.021-.183-.024-.36-.097-.244-.1-.354-.196-.441-.38-.226-.477-1.524-1.475-2.476-1.901a7.197 7.197 0 0 0-.494-.21c-.127 0 .09.236.793.864.452.403.821.759.821.79 0 .103-.235.059-.445-.083-.3-.206-.864-.49-.9-.454-.017.017.19.285.457.597.37.429.479.601.45.709-.022.079-.04.2-.04.269-.002.224-.164.081-.576-.507h.004Zm4.377-9.062c.109-.262.14-.927.037-.82-.075.079-.28.76-.28.933 0 .205.137.14.243-.113Zm-.505-.31c.154-.23.33-.939.33-1.328 0-.323-.084-.408-.193-.195-.12.234-.297 1.15-.275 1.42l.023.274.115-.171Zm-.5-.475c.221-.416.556-1.78.556-2.267 0-.395-.084-.556-.218-.421-.11.108-.54 2.339-.52 2.684l.02.308.162-.304Zm-.63-1.34c.476-.9 1.19-4.33.82-3.932-.123.13-1.018 3.775-.989 4.02.023.184.025.183.168-.087Zm-1.185-2.677c.146-.307.385-1.284.386-1.58 0-.12-.03-.237-.068-.26-.096-.059-.187.213-.39 1.153-.181.847-.15 1.152.072.687Zm-.305-1.141c.262-.548.568-1.817.54-2.234-.02-.295-.026-.303-.1-.142-.178.387-.752 2.717-.685 2.783.019.02.129-.164.245-.407Zm-.384-1.015c.36-.785.771-2.656.605-2.759-.106-.065-.15.073-.52 1.593-.346 1.43-.372 1.79-.085 1.166Zm-.723-.278c.577-.955 1.276-3.875.973-4.064-.04-.024-.09-.028-.11-.008-.02.02-.153.508-.295 1.085a69.036 69.036 0 0 1-.464 1.767c-.324 1.139-.373 1.345-.348 1.469.016.079.095-.002.244-.25Zm-7.186-.789c.117-.044.104-.165-.036-.33-.322-.38-1.692-1.391-1.773-1.31-.06.06.377.559.893 1.02.568.509.796.665.916.62Zm2.03-.863c.071-.051.1-.13.072-.2-.052-.135-1.224-1.015-2.393-1.796-.773-.517-1.996-1.177-2.06-1.112-.084.083 1.725 1.5 3.224 2.527.975.668 1.012.687 1.158.581Zm-1.602.009c0-.114-.934-1.011-1.666-1.601-.797-.642-1.69-1.153-1.405-.805.051.064.525.472 1.052.908 1.654 1.368 2.02 1.64 2.02 1.498Zm6.294-.381c.359-.773.825-2.747.825-3.497 0-.645-.153-.363-.348.644a63.211 63.211 0 0 1-.356 1.707c-.282 1.239-.317 1.569-.12 1.146Zm-.529-.636c.389-.838.704-2.274.822-3.728.074-.926.05-1.334-.08-1.334-.034 0-.08.208-.105.462-.082.884-.173 1.394-.694 3.875-.213 1.01-.192 1.263.057.725Zm-4.095-.368c-.085-.22-1.342-1.201-2.389-1.865-.83-.527-1.826-.992-1.92-.898-.067.067 2.729 2.02 3.879 2.711.285.172.484.196.43.052Zm3.037-.194c.182-.223.697-1.694.966-2.755.335-1.325.562-3.239.386-3.253-.036-.002-.167.555-.291 1.24a40.602 40.602 0 0 1-.93 3.895c-.273.945-.293 1.072-.13.873Zm-.356-1.526c.379-.856.832-2.525 1.025-3.77.148-.955.208-2.116.112-2.175-.088-.054-.087-.059-.285 1.19a41.324 41.324 0 0 1-.723 3.458c-.224.85-.382 1.621-.34 1.662.019.02.114-.145.21-.365Zm-6.202-8.932c.01-.447-.604-1.95-.967-2.363-.502-.572-.428-.094.177 1.137.447.91.785 1.434.79 1.226Zm44.499 29.99c-.13-.242-.071-.378.373-.861l.44-.479.003.252c.003.337-.095.575-.383.926-.269.329-.331.352-.433.162Zm-.413-.957c0-.034.192-.226.426-.428l.426-.366-.328.428c-.29.38-.524.543-.524.366Zm-.467-.645c-.015-.076.132-.303.376-.581.757-.866 1.031-1.212 1.338-1.69.593-.921.677-1.224.217-.782a23.4 23.4 0 0 0-1.005 1.142c-.42.499-.786.907-.816.907-.029 0-.054-.092-.054-.203 0-.149.1-.315.38-.628a16.37 16.37 0 0 0 2.186-3.19c.177-.348.31-.666.296-.708-.028-.087-.73.782-1.58 1.956-.714.987-.86 1.163-.92 1.104-.024-.024.007-.421.071-.882.064-.461.145-1.438.182-2.173.037-.734.128-1.688.203-2.122.312-1.803.356-2.452.368-5.476.013-3.179-.066-8.53-.128-8.63-.066-.106-.227-.07-.3.066-.145.27-.215 1.448-.278 4.662-.076 3.838-.182 5.542-.34 5.444-.034-.02-.233-.364-.444-.764-.481-.909-1.393-2.112-1.512-1.995-.06.058 1.478 3.204 1.725 3.53.142.188.163.27.125.496-.025.149-.07.286-.1.304-.03.019-.222-.266-.428-.632a27.797 27.797 0 0 0-.682-1.146c-.34-.53-1.057-1.403-1.152-1.403-.134 0 .047.395 1.33 2.9.402.786.723 1.492.711 1.569-.043.287-.185.175-.486-.381a19.01 19.01 0 0 0-.517-.9c-.315-.497-1.059-1.38-1.088-1.291-.037.111.26.832.925 2.239.544 1.154.769 1.688.769 1.826 0 .186-.168-.012-.486-.573a18.043 18.043 0 0 0-.558-.926c-.284-.42-.88-1.126-.919-1.087-.05.051.295.879.851 2.03.67 1.39.85 1.791.816 1.826-.016.015-.222-.304-.46-.71-.447-.77-1.035-1.603-1.288-1.827-.307-.272-.188.02.897 2.209.627 1.267.834 1.751.86 2.012.024.259.011.335-.056.312-.049-.016-.307-.389-.574-.829-.592-.973-1.226-1.872-1.676-2.376-.676-.757-.466-.24.678 1.677.292.489.725 1.244.962 1.677.383.698.432.831.435 1.177.007.561-.11.636-.35.228-1.047-1.773-1.394-2.287-1.887-2.797-.292-.301-.55-.529-.573-.506-.063.063.319.844.962 1.964.922 1.607 1.436 2.686 1.382 2.901-.06.239-.16.23-.304-.028-.62-1.115-2.052-3.018-2.12-2.815-.027.083.583 1.292 1.353 2.683.354.639.543 1.054.532 1.164-.01.094-.05.167-.087.162-.038-.005-.253-.374-.48-.821a14.085 14.085 0 0 0-.665-1.189c-.327-.483-.916-1.142-.972-1.088-.024.023.127.421.335.884.208.464.379.853.379.866 0 .012-.06.022-.132.022-.087 0-.238-.16-.444-.47-.574-.864-.725-.851-.279.024.17.333.29.622.27.644-.041.04-.647-.583-1.194-1.229l-.308-.364.007-.825c.009-.947.116-1.513.644-3.405.34-1.218.352-1.291.41-2.52.037-.778.102-1.413.168-1.643.166-.58.254-1.763.179-2.424a11.733 11.733 0 0 0-.258-1.315l-.192-.745.013-2.875c.014-2.91.06-3.801.202-3.849.087-.028.502.553 1.942 2.72 1.013 1.524 1.566 2.288 1.617 2.237.052-.051-.252-.868-.508-1.382-.326-.655-1.015-1.747-1.748-2.772-.337-.471-.626-.894-.645-.942-.063-.163.106-.083.47.224.262.22.552.598 1.012 1.317 1.16 1.816 1.661 2.56 1.698 2.523.055-.055-.166-.697-.427-1.24-.265-.554-.713-1.3-1.397-2.33-.4-.602-.472-.749-.413-.858.172-.322.287-.184 1.284 1.545.73 1.264 1.334 2.224 1.4 2.224.11 0-.15-.861-.453-1.506-.293-.621-.877-1.627-1.39-2.395-.389-.583-.536-.959-.375-.959.096 0 .238.199.786 1.1.582.958 1.206 1.87 1.25 1.827.055-.055-.195-.777-.433-1.25a23.427 23.427 0 0 0-.77-1.335c-.29-.47-.548-.893-.574-.939-.06-.106.124-.468.265-.523.118-.045.4.358 1.086 1.549.212.367.524.875.694 1.129.303.451.309.456.309.234 0-.528-.401-1.44-1.147-2.604-.381-.594-.422-.782-.181-.816.189-.028.24.044.575.808.157.357.414.911.57 1.232l.286.581.021-.29c.028-.375-.123-.956-.479-1.849-.234-.59-.267-.723-.187-.773.174-.108.31.143.674 1.235.194.584.397 1.138.45 1.233.092.16.098.14.1-.316.002-.344-.059-.702-.208-1.221-.115-.404-.197-.748-.18-.765.068-.068.247.065.316.236.04.1.197.73.346 1.399.15.669.312 1.285.36 1.369.156.274.145-.577-.022-1.577-.083-.5-.132-.927-.108-.951.071-.071.553.3.69.532.115.197.125.345.1 1.61-.014.796 0 1.395.036 1.398.073.005.335-.721.457-1.266.047-.212.11-.401.14-.419.076-.047.265.34.265.541 0 .092-.123.567-.274 1.056-.15.489-.272 1.008-.27 1.154l.002.266.155-.19c.085-.103.258-.473.385-.82.3-.824.362-.892.54-.6.154.254.17.181-.322 1.625-.156.461-.284.889-.284.952 0 .103.016.1.144-.016.23-.208.46-.65.735-1.41.206-.57.28-.706.39-.706.22 0 .157.38-.225 1.37-.189.489-.364.997-.388 1.129l-.045.24.216-.24c.118-.132.32-.465.447-.74.268-.577.402-.598.354-.056-.02.237-.148.597-.39 1.104-.405.845-.642 1.472-.558 1.472.031 0 .184-.138.339-.307.155-.17.283-.28.283-.25 0 .032-.11.296-.245.587-.134.291-.225.55-.202.573.05.049.348-.31.55-.662.277-.484.31-.423.49.916.09.672.12 1.396.122 2.976l.003 2.088-.43 1.452a38.54 38.54 0 0 0-.698 2.779c-.311 1.548-.486 2.256-.754 3.06-.205.612-.606 1.722-.634 1.753-.584.662-2.235 2.283-2.308 2.269-.056-.011-.114-.076-.127-.143Zm2.374-6.95c.767-.787 2.173-3.227 1.86-3.227-.039 0-.185.188-.327.417-.141.23-.581.916-.978 1.523-.98 1.504-1.048 1.619-.957 1.619.043 0 .224-.149.402-.332Zm.029-1.236c.532-.49 1.767-2.499 1.651-2.686-.079-.127-.225-.044-.407.233-.884 1.335-1.646 2.635-1.582 2.7.019.018.171-.093.338-.247Zm.167-1.46c.216-.237.84-1.221.84-1.327 0-.052-.025-.094-.058-.094-.061 0-.913 1.253-.988 1.455-.062.166.037.15.206-.035Zm.218-1.969c.386-.488.842-1.34.853-1.596.007-.172-.018-.218-.123-.218s-.244.216-.593.89c-.482.928-.61 1.267-.482 1.267.041 0 .196-.154.345-.343Zm.058-2.828c.156-.23.21-.594.088-.594-.076 0-.266.343-.348.629-.078.269.066.25.26-.035Zm-5.804.013c-.004-.394-.598-1.479-.898-1.64-.222-.119-.297.018-.157.287.177.342.84 1.336.956 1.432.084.07.1.056.1-.079Zm.374-1.289c-.074-.378-.278-.799-.68-1.405-.44-.66-.687-.925-.865-.925-.206 0-.151.213.167.654.161.224.438.623.616.886.177.264.43.603.564.753l.243.274-.045-.237Zm.86-.171c0-.346-1.149-2.257-1.717-2.857-.231-.244-.473-.343-.473-.195 0 .083 1.327 2.083 1.761 2.656.283.372.43.507.43.396Zm.523-.465c-.116-.611-1.781-3.31-2.368-3.84-.237-.214-.55-.334-.55-.212 0 .101.26.512.763 1.204.305.42.755 1.074 1 1.454.48.742 1.11 1.617 1.164 1.617.018 0 .014-.1-.009-.223Zm2.832 15.795c.088-.093.176-.155.194-.136.019.019-.037.111-.126.205-.088.094-.176.155-.194.136-.019-.018.037-.111.126-.205Zm-19.875-.031c-.031-.031.063-.267.208-.526.41-.725.556-1.068.834-1.947.092-.293.095-.337.017-.337-.09 0-.846 1.179-1.289 2.015-.218.411-.435.76-.482.775-.144.046-.097-.118.148-.523.595-.982 1.209-2.464 1.201-2.904-.002-.141-.014-.138-.173.054-.249.299-1.14 1.652-1.365 2.071-.106.198-.22.36-.251.36-.033 0 .01-.128.096-.283l.253-.462c.103-.191.484-1.236.484-1.33 0-.121-.156.058-.625.714-.397.557-.505.669-.575.595-.113-.12-.88-1.641-1.052-2.085-.074-.194-.23-.84-.344-1.437-.164-.858-.38-1.595-1.025-3.516-.763-2.267-1.455-4.478-1.779-5.682-.173-.642-.261-1.35-.315-2.532-.107-2.324-.359-3.543-1.426-6.914-.93-2.935-1.19-3.941-1.354-5.22-.056-.432-.115-.667-.17-.667-.14 0-.177.21-.173 1 .007 1.395.272 2.686 1.16 5.646.887 2.955 1.3 4.96 1.414 6.84l.043.718-.182-.205c-1.027-1.164-3.496-3.303-3.642-3.156-.067.067.411.57 1.662 1.746 1.635 1.536 1.863 1.728 2.039 1.703.127-.017.15.048.263.733.181 1.104.173 1.116-.374.538-.89-.939-2.65-2.42-2.875-2.42-.034 0 .682.76 1.594 1.689s1.733 1.803 1.826 1.944c.177.267.4 1.285.303 1.384-.029.03-.395-.327-.813-.793-.786-.876-2.137-2.145-2.856-2.682-.453-.339-1.06-.688-1.06-.611 0 .027.84.9 1.867 1.938 1.997 2.018 2.963 3.066 3.053 3.31.13.354.152.54.06.518-.05-.013-.373-.335-.718-.716-.831-.918-2.14-2.034-2.253-1.921-.051.051.632.938 1.46 1.895 1.712 1.981 2.116 2.526 2.063 2.78-.013.06-.477-.374-1.15-1.078-1.04-1.084-2.092-2.029-2.173-1.948-.048.049.483.72 1.364 1.725a78.73 78.73 0 0 1 2.061 2.439c.32.398.543.888.514 1.127-.019.16-.124.063-.99-.914-.86-.968-1.485-1.582-1.803-1.771-.182-.108.115.291 1.095 1.474 1.24 1.497 2.054 2.578 2.052 2.723-.002.124-.028.098-.848-.838-.398-.455-1.27-1.225-1.325-1.171-.035.035.408.694 1.023 1.524.257.346.467.652.467.678 0 .027-.27-.226-.599-.562-.67-.683-1.328-1.259-1.44-1.259-.13 0 .651 1.066 2.18 2.978.813 1.016 1.53 1.927 1.593 2.024.123.189.095.269-.095.269-.118 0-.543-.428-.543-.548 0-.035-.18-.257-.398-.494a16.522 16.522 0 0 1-.793-.944c-.945-1.227-2.173-2.464-2.446-2.464-.108 0 .026.188.996 1.398.51.637.93 1.182.93 1.208 0 .027-.09.08-.198.118-.174.061-.244.037-.592-.199-.218-.148-.41-.253-.43-.234-.05.049.187.568.411.903.328.49.212.483-.263-.015-.36-.376-.462-.45-.485-.353-.016.068.081.309.216.535.275.462.3.564.125.514a77.034 77.034 0 0 0-.53-.15c-.226-.062-.433-.134-.46-.158-.095-.087-.477-1.695-.674-2.828a48.904 48.904 0 0 0-.364-1.883 50.962 50.962 0 0 1-.383-2c-.122-.712-.274-1.373-.349-1.52a1.22 1.22 0 0 1-.133-.437c0-.436-.373-.755-.753-.645-.341.099-.382.076-.498-.296-.303-.969-1.036-4.06-1.148-4.843-.04-.282-.161-.93-.269-1.438a22.542 22.542 0 0 1-.242-1.3c-.052-.416-.228-.87-.442-1.142-.175-.222-.176-.296-.002-.296.223 0 .162-.106-.298-.512-.416-.367-.592-.67-.592-1.019 0-.172.072-.14.515.229.83.69.698.243-.164-.556-.468-.433-.56-.556-.653-.876a3.965 3.965 0 0 1-.108-.427c0-.156.264 0 .962.566.898.728 1.293 1.02 1.38 1.02.254 0-1.014-1.303-1.997-2.052-.304-.23-.597-.49-.653-.573-.128-.198-.21-.592-.122-.592.098 0 .534.326 1.714 1.279.575.464 1.076.843 1.116.843.266 0-.893-1.171-2.16-2.181-.686-.547-.912-.769-.986-.966-.12-.313-.064-.519.112-.42.067.037.644.473 1.285.968 1.484 1.149 2.015 1.53 2.065 1.48.074-.074-.466-.724-1.104-1.329-.565-.535-1.176-1.032-2.227-1.813-.214-.159-.315-.287-.33-.419-.021-.18-.013-.185.137-.106.36.19 1.762 1.374 3.022 2.55.558.521 1.033.93 1.056.907.069-.069-.428-.73-1.047-1.392-.683-.732-1.692-1.624-2.65-2.34-.367-.275-.667-.542-.667-.594 0-.052.017-.095.04-.095.122 0 1.998 1.49 3.907 3.104.958.809 1.118.921 1.118.783 0-.215-.942-1.319-1.758-2.06-1.39-1.261-2.527-2.078-3.116-2.24-.215-.06-.261-.106-.298-.304-.049-.257-.003-.379.141-.379.17 0 2.232 1.583 3.388 2.6.723.637 1.302 1.097 1.38 1.097.037 0-.004-.126-.09-.28-.453-.805-2.309-2.478-4.01-3.615-.578-.385-.784-.623-.54-.623.19 0 2.326 1.608 3.637 2.739.775.667 1.044.86 1.111.792.098-.098-.246-.579-.837-1.172-.844-.847-.9-.923-.493-.686.18.105.343.176.363.156.045-.045-.552-.751-.975-1.153a20.763 20.763 0 0 0-1.086-.91c-1.099-.866-1.136-.901-1.088-1.026.078-.202.263-.11 1.088.55.705.563 1.341 1.028 1.66 1.215.047.027.086.018.086-.021 0-.131-.915-1.046-1.695-1.697-.423-.353-.77-.688-.77-.742 0-.055.063-.162.139-.238.175-.176.168-.18 1.203.672.867.713 1.503 1.177 1.614 1.177.197 0-.757-1.035-1.546-1.677-.534-.435-.733-.72-.503-.718.047 0 .5.357 1.008.792.507.435.934.76.947.719.034-.104-.514-.728-1.081-1.232-.264-.235-.48-.47-.48-.52 0-.092.251-.307.358-.307.03 0 .335.254.678.564 1.056.957 1.597 1.42 1.658 1.42.136.001-.278-.5-1.055-1.276-.458-.458-.815-.862-.792-.899.057-.092.627-.228.753-.179.058.022.202.192.32.376.12.185.227.337.24.337.013 0-.05-.166-.14-.368-.174-.396-.141-.522.14-.522.205 0 .302.133.72.992.342.706.367.739.39.52.016-.147-.055-.464-.192-.843-.12-.335-.197-.63-.173-.653.127-.127.303.196.624 1.14.195.575.393 1.08.44 1.125.15.141.027-.74-.207-1.485-.138-.437-.19-.7-.147-.743.084-.084.668.035 1.458.298.325.108.656.196.736.196.1 0 .146.044.146.137 0 .121-.362 1-1.057 2.567-.366.826-.316 1.123.096.565.306-.415.704-1.277.957-2.07.345-1.08.392-1.154.553-.853.097.18-.017.537-.566 1.776-.491 1.111-.612 1.438-.534 1.438.137 0 .553-.625 1.098-1.652.39-.734.438-.712.13.058-.276.69-.464 1.277-.424 1.32.068.072.446-.478.786-1.146.197-.387.382-.702.41-.702.03 0 .087.064.128.142.064.118.013.278-.312.975-.455.98-.672 1.552-.612 1.612.118.119 1.043-1.31 1.278-1.976.03-.08.065-.086.165-.027.203.12.189.243-.107.934-.153.357-.294.753-.316.88l-.037.232.226-.26a5.17 5.17 0 0 0 .465-.678c.132-.23.27-.42.308-.424.168-.017.092.368-.192.977-.17.363-.327.767-.351.898l-.044.24.213-.24a6 6 0 0 0 .49-.702c.151-.254.304-.462.339-.462.153 0 .12.236-.101.732-.22.49-.387.986-.388 1.148 0 .133.602-.53.75-.827.084-.17.188-.295.232-.28.043.014.184.208.312.43.44.765.754 1.583.898 2.338.229 1.197.415 2 .558 2.408.105.302.141.637.17 1.581.04 1.326.422 4.08.74 5.334.192.756.212 1.242.078 1.956-.207 1.108-.825 2.996-1.572 4.804-.579 1.4-.671 1.833-.266 1.243.39-.567.996-2.009 1.42-3.376.174-.565.33-1.039.345-1.054.03-.03.066.065.121.314.039.177-.415 1.712-.92 3.115-.365 1.013-.552 1.636-.507 1.682.015.015.105-.091.201-.236.297-.449.888-2.005 1.237-3.26.06-.218.137-.38.17-.359.034.02.137.276.23.567.273.853.855 2.709.898 2.861.059.21.363 1.948.591 3.38.25 1.56.388 2.15.743 3.154.153.433.279.81.279.838 0 .029-.085.053-.188.053-.218.002-.319.058-.374.21-.032.086-.122.102-.453.077-.372-.027-.43-.013-.589.146-.223.223-.22.288.03.764.113.215.205.406.205.426 0 .056-.985-.053-1.05-.115v.005Zm-.948-3.477c.27-.284.868-1.482.94-1.882.037-.203.026-.257-.055-.257a.251.251 0 0 0-.172.086c-.129.156-1.11 2.113-1.11 2.212 0 .166.144.109.397-.159Zm-.067-1.222c.518-.58 1.346-2.47 1.224-2.789-.082-.212-.194-.114-.4.35a66.14 66.14 0 0 1-.603 1.283c-.396.82-.649 1.464-.595 1.518.016.016.183-.147.374-.362Zm-.308-1.174c.354-.532.78-1.47 1.074-2.36.221-.67.238-.776.139-.838-.081-.05-.256.285-.611 1.172-.15.371-.37.89-.49 1.154-.329.716-.552 1.335-.481 1.335.034 0 .2-.209.37-.463Zm-.107-1.501c.425-.603 1.454-3.172 1.454-3.632 0-.047-.06-.085-.132-.085-.104 0-.17.118-.317.564-.103.311-.34.95-.527 1.42-.389.978-.686 1.854-.643 1.896.016.016.09-.058.165-.163Zm-1.25-3.133c.424-.662 1.077-2.387 1.437-3.797.184-.719.34-1.64.286-1.693-.018-.018-.156.346-.307.81-.266.818-.472 1.384-1.272 3.493-.359.946-.526 1.56-.426 1.56.024 0 .151-.167.282-.373Zm-.625-1.26c.417-.652 1.317-3.206 1.643-4.664.176-.787.308-1.852.22-1.772-.025.023-.168.486-.319 1.027-.15.541-.613 1.993-1.029 3.227-.415 1.233-.744 2.296-.73 2.361.018.088.075.04.215-.18Zm-4.612-6.39c0-.134-1.096-1.17-1.46-1.38-.583-.338-.5-.102.205.583.257.25.58.55.716.668.252.214.54.283.54.128Zm-.274-1.231c0-.13-.775-.85-1.087-1.01-.436-.222-.348-.044.274.556.51.491.813.661.813.454Zm5.115-.78c.542-1.048 1.136-3.608.913-3.93-.11-.157-.182-.001-.349.753-.08.358-.252 1.066-.386 1.574-.37 1.42-.44 1.73-.415 1.88.016.103.08.028.237-.277Zm-5.48-.752c.059-.153-.083-.382-.349-.564-.24-.164-.71-.323-.773-.26-.06.06.848.932.97.932a.18.18 0 0 0 .152-.108Zm4.52-.184c.235-.346.562-1.106.846-1.973.268-.814.513-2.163.443-2.44-.054-.216-.23-.195-.283.033-.155.664-.567 2.12-.847 2.995-.471 1.47-.523 1.922-.159 1.385Zm-.41-1.669c.203-.365.56-1.662.613-2.23.037-.398.027-.464-.067-.464-.15 0-.214.144-.351.787-.065.301-.178.8-.253 1.11-.074.308-.126.674-.114.813l.021.253.15-.269Zm-.32-1.69c.162-.368.297-.975.246-1.11-.053-.137-.223-.125-.282.02-.197.48-.306 1.387-.167 1.387.04 0 .13-.134.203-.297Zm-.766-1.247c.108-.236.1-.441-.016-.441-.115 0-.178.147-.178.416 0 .246.088.258.194.025Zm-2.767-5.84c.094-.152.116-.857.04-1.315-.103-.629-.313-1.147-.421-1.039-.088.088.023 1.196.194 1.952.107.471.123.506.187.402Zm12.553 30.64c-.06-.047-.146-.209-.192-.359a28.868 28.868 0 0 0-.427-1.164c-.45-1.166-.57-1.6-.703-2.521-.125-.859-.252-1.416-.448-1.948-.073-.2-.133-.457-.133-.574 0-.116-.03-.323-.066-.459-.176-.666-.43-2.17-.482-2.846-.04-.536-.12-.95-.273-1.429-.12-.37-.2-.69-.18-.71.02-.02.213.121.43.314.216.194.418.351.449.351.1 0-.294-.704-.767-1.37-.433-.608-.585-.978-.5-1.214.058-.16.15-.086.555.445.549.718.947 1.156 1.003 1.101.05-.05-.245-.677-.534-1.134-.256-.405-.228-.43.095-.091.153.16.294.276.313.257.06-.06-.248-.603-.78-1.373-.477-.69-.932-1.596-.986-1.964-.044-.298.14-.207.511.256.206.256.486.572.623.702.213.203.247.217.247.1 0-.186-.418-.974-.827-1.555-.318-.453-.533-.969-.442-1.06.023-.023.362.296.755.708.392.412.714.71.716.662.01-.247-.412-.916-1.148-1.82-.241-.295-.48-.618-.533-.718-.107-.206-.126-.49-.033-.49.035 0 .263.255.507.566.513.653 1.003 1.171 1.055 1.119.077-.077-.345-.8-1.04-1.784-.976-1.384-.974-1.556.003-.34.658.818 1.11 1.317 1.267 1.402.344.184-.254-.746-1.408-2.189-.588-.735-.789-1.036-.789-1.18 0-.108.028-.194.063-.194s.273.27.53.598c.615.791 2.088 2.55 2.274 2.715.08.072.166.111.19.086.026-.025-.24-.418-.588-.873-1.814-2.366-2.328-3.101-2.234-3.195.025-.025.11-.005.188.044.118.073.159.072.238-.007.081-.081.045-.197-.25-.798a14.393 14.393 0 0 1-.589-1.434c-.26-.775-.385-1.51-.244-1.422.133.083 1.449 1.838 1.449 1.933 0 .02-.143-.09-.318-.242-.336-.297-.653-.38-.595-.157.068.26 3.105 4.101 3.255 4.116.078.007-.117-.481-.356-.885a20.03 20.03 0 0 0-.659-1.005c-.24-.346-.437-.654-.436-.685 0-.03.025-.025.053.013.029.037.17.176.315.308.249.227.26.23.215.068-.184-.658-1.916-3.08-2.82-3.946-.266-.253-.297-.316-.297-.598 0-.174.02-.316.044-.316.053 0 0-.07 1.115 1.414 1.023 1.359 1.837 2.35 1.928 2.35.068 0-.186-.71-.415-1.157-.177-.347-.136-.433.1-.21.094.088.172.14.172.116 0-.225-.905-1.81-1.893-3.315-.492-.751-.59-.98-.418-.975.096.002.345.34 1.488 2.02.885 1.301 1.254 1.785 1.286 1.687.046-.14-.273-.923-.605-1.485-.32-.54-.976-1.44-1.636-2.242l-.27-.327.16-.424c.088-.233.193-.434.233-.448.04-.014.155.14.257.34.77 1.527 2.636 4.357 2.628 3.986-.002-.12-.464-.975-1.387-2.57-1.206-2.084-1.15-1.953-.915-2.155.202-.175.47-.268.61-.214.049.019.315.553.592 1.189.786 1.798 1.17 2.52 1.17 2.2 0-.35-.603-2.08-1.001-2.875-.308-.614-.303-.669.069-.669.165 0 .329.039.365.086.072.094.222.474.605 1.54.139.387.285.723.324.748.11.067.012-.5-.224-1.31-.27-.93-.27-.955.04-.904.135.022.286.073.335.114.05.041.156.328.235.637.225.873.298 1.104.369 1.178.078.081.017-.628-.104-1.212-.044-.217-.06-.414-.034-.44.053-.054.572.087.623.168.018.03.068.329.11.665.16 1.265.373 1.421.333.245-.02-.605-.008-.727.076-.727.175 0 .274.323.281.924.004.32.03.658.057.753l.049.17.098-.17c.065-.114.099-.377.099-.782 0-.678.026-.715.41-.587.217.07.418.278.343.353-.046.046-.358 1.831-.405 2.316-.039.406-.033.434.061.313.175-.225.366-.819.536-1.662.166-.827.26-.977.458-.738.075.09.054.283-.133 1.183-.325 1.564-.478 2.505-.42 2.567.057.059.332-.526.513-1.089.063-.192.197-.747.3-1.232.193-.916.292-1.07.466-.72.09.18.004.545-.565 2.394-.368 1.198-.573 1.95-.541 1.981.041.041.358-.418.543-.786.224-.448.547-1.33.734-2.002.078-.285.17-.545.203-.58.073-.078.269.362.269.604 0 .21-.467 1.527-1.02 2.878-.231.563-.41 1.051-.398 1.086.03.093.36-.36.624-.858.205-.385.643-1.447.962-2.329.124-.343.165-.376.298-.243.138.138.097.344-.298 1.469l-.616 1.757c-.13.37-.235.74-.234.822.002.132.023.123.206-.091.321-.38.922-1.666 1.23-2.636.374-1.175.384-1.198.546-1.198.107 0 .138.045.138.2 0 .362-.463 1.816-1.083 3.404-.632 1.616-.74 1.94-.643 1.94.16 0 .667-.94 1.114-2.067.154-.388.32-.746.37-.797.103-.107.125-.01.244 1.082.086.791.24 1.582.382 1.973a.704.704 0 0 0 .707.494c.25 0 .247-.029.11 1.119-.148 1.228-.33 4.787-.277 5.419.024.3.156 1.102.291 1.78.227 1.13.247 1.333.251 2.464.005 1.306-.034 1.616-.382 3.046-.17.699-.218 1.08-.264 2.086-.031.676-.083 1.239-.114 1.249-.032.01-.048.596-.037 1.302.01.706.003 1.346-.018 1.421-.021.075-.139.253-.261.395l-.224.259-.358-.083c-.196-.045-.357-.119-.357-.165 0-.045.152-.401.338-.792.359-.757.714-1.773.677-1.942-.03-.136-.644.802-1.198 1.832-.52.97-.484.916-.575.825-.048-.049.101-.411.479-1.164.634-1.261 1.162-2.585 1.068-2.679-.05-.05-.672.971-1.297 2.137-.342.636-.653 1.16-.69 1.163-.038.004-.098-.109-.133-.25-.058-.236-.026-.332.422-1.266.427-.891.678-1.541.794-2.058.029-.129.018-.143-.06-.078-.097.08-.797 1.169-1.164 1.811-.36.626-.25.153.166-.722.401-.842.86-2.134.81-2.282-.03-.09-.62.811-1.139 1.738-.43.77-.398.729-.494.633-.057-.057.005-.244.235-.714.307-.627.64-1.61.57-1.679-.02-.02-.242.28-.494.666-.418.639-.468.691-.551.577a.539.539 0 0 1-.092-.267c0-.077-.09-.495-.2-.928-.336-1.33-.62-3.351-.621-4.41 0-.416-.045-1.266-.1-1.887-.054-.622-.133-1.654-.175-2.294-.092-1.37-.246-2.647-.575-4.757-.313-2.01-.443-2.9-.481-3.32a24.664 24.664 0 0 0-.17-1.198 52.55 52.55 0 0 1-.244-1.711 123.34 123.34 0 0 0-.173-1.355 8.561 8.561 0 0 1-.073-.787c-.007-.383-.144-.887-.251-.922-.123-.04-.112 1.517.02 3.226.059.748.09 1.375.072 1.395-.019.019-.224-.109-.455-.283-.387-.29-.544-.371-.544-.28 0 .08.383.642.723 1.06.362.447.497.743.405.893-.032.051-.196-.063-.468-.328-.452-.438-.78-.702-.872-.702-.15 0 .293.766.945 1.636.237.316.431.619.431.672 0 .106-.035.09-.438-.2-.147-.105-.296-.191-.332-.191-.08 0 .263.615.721 1.295.29.432.353.582.414 1.008.04.275.05.521.024.548-.027.027-.139-.019-.25-.1a1.088 1.088 0 0 0-.24-.15c-.062 0 .155.47.417.904.24.393.252.447.34 1.447.109 1.215.123 2.1.035 2.1-.034 0-.201-.193-.371-.429-.417-.577-1.114-1.329-1.177-1.268-.068.066.4.977.963 1.873.606.967.729 1.254.703 1.656-.012.178-.052.323-.09.323-.037 0-.354-.384-.703-.855-.602-.811-1.504-1.82-1.57-1.755-.066.067.584 1.243 1.361 2.462.452.71.865 1.394.919 1.521.108.26.129.687.035.745-.033.02-.23-.17-.44-.424-.452-.55-.987-1.084-1.037-1.033-.053.053.555 1.146 1.095 1.969.413.627.471.758.495 1.095l.026.383-.193-.212a11.414 11.414 0 0 1-.617-.821c-.515-.739-1.283-1.592-1.187-1.319.142.405.594 1.219 1.408 2.535.808 1.307 1.029 1.764.978 2.027-.015.077-.138-.025-.398-.33-.525-.619-1.57-1.667-1.616-1.621-.116.116 1.07 1.995 2.01 3.183.155.196.342.519.417.718.157.421.259 1.008.173 1.004-.032-.002-.382-.436-.777-.966-.963-1.289-2.1-2.497-2.23-2.367-.042.041.64 1.078 1.253 1.905.55.74 1.669 2.431 2 3.022.349.622.209.6-.168-.026-.782-1.294-1.903-2.717-2.321-2.946-.167-.092.097.39.852 1.553.735 1.134 1.983 3.186 1.983 3.259 0 .093-.062.075-.277-.078-.107-.076-.414-.49-.68-.92-.745-1.201-1.832-2.54-1.959-2.413-.06.061.448.974 1.043 1.872.277.418.504.793.504.831 0 .067-.153.153-.272.153-.031 0-.151-.146-.269-.325-.217-.332-.495-.656-.72-.838-.101-.081-.09-.03.054.254.099.196.272.502.386.68.113.178.205.361.205.405 0 .045-.137.116-.304.158-.167.041-.324.109-.349.15-.04.064-.27.184-.378.196-.021.002-.087-.034-.146-.081l-.003-.002Zm5.169-8.933c.615-.93 1.66-3.246 1.737-3.85.035-.277.028-.298-.068-.206-.058.057-.29.519-.514 1.027-.225.508-.642 1.421-.927 2.03-.49 1.047-.652 1.461-.57 1.461.02 0 .174-.208.342-.462Zm1.164-.493c.537-.833 1.028-2.125.808-2.125-.112 0-.203.171-.625 1.165-.378.891-.542 1.368-.47 1.367.014 0 .143-.183.287-.407ZM1.39 95.113c.64-.868 1.75-3.453 1.75-4.074 0-.201-.11-.314-.21-.214-.035.034-.198.415-.361.846a56.95 56.95 0 0 1-.686 1.69c-.466 1.088-.81 2.01-.768 2.053.017.017.14-.118.275-.3ZM.9 94.107c.518-.78 1.22-2.38 1.694-3.864.474-1.481.308-1.706-.21-.287a49.723 49.723 0 0 1-.8 1.985C.898 93.54.536 94.474.602 94.474c.03 0 .163-.165.297-.367ZM.248 93.5c.558-.6 1.964-3.567 2.61-5.504.404-1.217.432-1.33.35-1.461-.093-.152-.162-.041-.408.65a39.988 39.988 0 0 1-1.493 3.662C.133 93.398.046 93.593.075 93.622c.017.017.094-.038.173-.123Zm.01-2.482c.478-.73 1.389-2.76 1.85-4.122.284-.836.62-2.082.62-2.3.002-.363-.226.077-.724 1.396-.304.807-.777 2.005-1.05 2.665-.952 2.298-1.194 3.122-.697 2.361Zm-65.015 10.784c-.651-.063-.853-.142-.715-.281.052-.052.29-.03.818.078 1.225.249 1.185.328-.103.203Zm1.396-5.136c-.023-.038-.012-.069.026-.069s.088.03.111.069c.023.037.012.068-.026.068s-.088-.03-.11-.068Zm-.89-.365c-.339-.132-.731-.261-.873-.287-.14-.026-.256-.077-.256-.113 0-.133.144-.33.241-.33.055 0 .427.2.827.445.4.245.754.445.787.445.034 0 .061.034.061.076 0 .042-.038.06-.085.04-.047-.02-.363-.143-.702-.276Zm1.66-1.883c-.515-.459-.854-.81-.828-.857.103-.183.257-.318.363-.318.061 0 .221.146.356.325.643.856 1.007 1.373 1.12 1.592.12.234.12.237-.007.138a48.32 48.32 0 0 1-1.004-.88Zm33.257-15.721a41.171 41.171 0 0 0-.082-1.865c-.034-.3-.022-.36.069-.36.06 0 .175.066.256.147.141.141.145.186.103 1.113-.056 1.22-.196 2.588-.258 2.521-.026-.028-.065-.728-.088-1.556Zm21.335-1.73c-.449-.498-.634-.755-.634-.878 0-.147.027-.17.179-.152.144.017.291.186.738.843.593.873 1.068 1.63 1.068 1.707 0 .025-.162-.148-.359-.386a47.878 47.878 0 0 0-.992-1.135Zm-14.019-.802c-.329-.207-.64-.41-.691-.453-.092-.076-.07-.198.036-.198.068 0 1.212.86 1.271.956.074.12.004.084-.616-.305Z' opacity='.5'/%3E%3C/g%3E%3Cpath fill='%23F34113' d='M51.043 10.708C38.59 14.882 24.688 23.142 15.868 33.04c-9.675 10.855-8.862 24.008-4.996 37.247 1.63 5.587 6.222 14.723 2.086 20.125-2.5 3.268-10.146 5.507-6.722 11.06.674 1.102 2.13 1.067 2.787-.048 1.667-2.854 3.596-5.479 5.75-7.932 1.537-1.037 3.214-1.838 5.101-2.14 3.46-.564 6.977.48 10.295 1.379 6.461 1.763 12.751 2.745 19.44 1.99 12.434-1.402 23.95-7.83 31.98-17.38 7.703-9.157 12.115-20.855 12.975-32.743.93-12.917-2.002-27.069 4.937-38.785.702-1.18-.507-2.17-1.651-1.782-15.164 4.986-31.598 1.599-46.78 6.692l-.027-.015Z'/%3E%3Cpath fill='%23FBF7F4' d='m35.964 71.889-.976-9.363-17.64 3.03-.944-9.061 13.13-26.544 10.964-1.882 2.485 23.856 3.037-.522.944 9.061-3.037.522.976 9.363-8.94 1.531v.009Zm-9.252-17.167 7.332-1.257-1.214-11.656-6.118 12.913ZM66.135 67.37c-2.382.413-4.635.22-6.753-.578-2.118-.798-4.008-2.072-5.689-3.83-1.68-1.756-3.055-3.892-4.139-6.406-1.084-2.505-1.78-5.275-2.093-8.293-.315-3.017-.21-5.92.322-8.709.532-2.788 1.42-5.308 2.682-7.577 1.261-2.27 2.832-4.143 4.704-5.62a13.968 13.968 0 0 1 6.397-2.836c2.391-.405 4.636-.211 6.745.58 2.116.79 3.999 2.073 5.664 3.84 1.664 1.767 3.03 3.904 4.113 6.41 1.084 2.513 1.779 5.274 2.093 8.292.315 3.017.21 5.92-.322 8.709-.532 2.788-1.412 5.307-2.656 7.575-1.245 2.267-2.8 4.13-4.68 5.617-1.879 1.486-4.006 2.422-6.388 2.835v-.009Zm-.944-9.06c1.846-.316 3.295-1.193 4.35-2.623 1.054-1.43 1.756-3.173 2.103-5.237.349-2.056.412-4.188.184-6.378-.241-2.32-.761-4.402-1.56-6.247-.798-1.845-1.846-3.265-3.16-4.24-1.305-.975-2.837-1.31-4.607-1.01-1.395.235-2.557.805-3.495 1.691-.938.887-1.67 1.997-2.198 3.33a16.088 16.088 0 0 0-1.034 4.373 23.459 23.459 0 0 0 .02 4.85c.227 2.172.732 4.195 1.507 6.06.782 1.865 1.834 3.31 3.153 4.345 1.32 1.035 2.898 1.391 4.727 1.077l.01.008ZM46.513 86.29a5.33 5.33 0 0 1-2.353-.093 5.548 5.548 0 0 1-2.035-1.039 5.971 5.971 0 0 1-1.498-1.801 6.259 6.259 0 0 1-.726-2.374 6.804 6.804 0 0 1 .214-2.543 7.002 7.002 0 0 1 1.077-2.237 6.715 6.715 0 0 1 1.75-1.697 5.745 5.745 0 0 1 2.25-.884c.818-.133 1.614-.111 2.366.093a5.53 5.53 0 0 1 2.035 1.038 5.749 5.749 0 0 1 1.486 1.803c.388.709.623 1.509.713 2.374.09.866.028 1.721-.201 2.543a7.189 7.189 0 0 1-1.063 2.248 6.716 6.716 0 0 1-1.75 1.696 5.556 5.556 0 0 1-2.264.886l-.001-.013Zm-.273-2.621c.457-.084.88-.253 1.268-.52s.72-.592.993-.987a4.14 4.14 0 0 0 .716-2.796 3.798 3.798 0 0 0-.41-1.391 3.497 3.497 0 0 0-.852-1.056 3.216 3.216 0 0 0-1.16-.619 2.895 2.895 0 0 0-1.33-.07c-.458.085-.88.254-1.269.52a3.881 3.881 0 0 0-.993.987 4.139 4.139 0 0 0-.716 2.797c.052.502.19.982.41 1.391.218.41.508.773.852 1.056.345.282.732.497 1.16.618.43.122.873.154 1.33.07Zm7.659 1.121-1.274-12.229 7.176-1.238.273 2.621-4.59.79.181 1.743 3.762-.643.273 2.621-3.762.644.547 5.243-2.586.449Zm8.378-1.447-1.274-12.23 7.176-1.239.273 2.622-4.59.79.181 1.743 3.762-.643.274 2.621-3.763.643.547 5.243-2.586.45Zm18.15-56.267a1.698 1.698 0 0 1-1.675-.637 1.688 1.688 0 0 1-.343-.887c-.036-.34.01-.679.149-.982.139-.303.336-.567.593-.773.256-.216.557-.345.883-.405.326-.06.652-.03.944.095.291.125.535.308.73.55.198.252.31.548.346.897.036.349-.011.67-.15.973a2.222 2.222 0 0 1-.593.782 1.873 1.873 0 0 1-.883.405l-.001-.018Zm-.567 6.808 5.033-11.874 1.235-.214-5.032 11.874-1.236.214Zm.48-7.63a1.03 1.03 0 0 0 .684-.422c.174-.234.246-.485.216-.772a.93.93 0 0 0-.366-.677.916.916 0 0 0-.746-.178 1.03 1.03 0 0 0-.684.42 1.083 1.083 0 0 0-.215.782.91.91 0 0 0 .366.668.916.916 0 0 0 .746.178Zm5.625 6.052c-.335.06-.653.02-.945-.105a1.842 1.842 0 0 1-.733-.568 1.67 1.67 0 0 1-.342-.87c-.033-.322.012-.67.159-.982a2.08 2.08 0 0 1 .6-.784c.257-.215.558-.345.884-.404a1.688 1.688 0 0 1 1.676.654c.188.253.308.548.343.879.034.33-.012.66-.15.973-.13.31-.328.566-.593.782a1.79 1.79 0 0 1-.892.406l-.007.019Zm-.085-.823c.273-.046.501-.186.675-.42.173-.235.253-.496.223-.782a.92.92 0 0 0-.375-.676.908.908 0 0 0-.738-.18c-.273.046-.51.187-.692.422a1.052 1.052 0 0 0-.224.782.92.92 0 0 0 .376.676.947.947 0 0 0 .755.178Z'/%3E%3C/svg%3E");border-radius:0;padding-bottom:70%}@media (min-width:768px){.fd-unlimited-cta--container .animated-hand.has-thanksgiving40{border-radius:0 0 0 10px;padding-bottom:0}}@media (min-width:990px){.fd-unlimited-cta--container .animated-hand.has-thanksgiving40{border-radius:0}}.fd-unlimited-cta--container .animated-hand.has-holiday40{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='338' height='375' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23028386' d='M118.974 133.397c.727-1.205 2.546-1.205 3.273 0l57.977 96.089c.727 1.205-.182 2.712-1.637 2.712h-17.094l44.293 73.408c.727 1.206-.182 2.713-1.637 2.713h-21.197l41.038 68.014c.727 1.205-.182 2.712-1.637 2.712H18.867c-1.454 0-2.363-1.507-1.636-2.712l41.037-68.014H37.072c-1.455 0-2.364-1.507-1.636-2.713l44.292-73.408H62.634c-1.455 0-2.364-1.507-1.637-2.712l57.977-96.089Z'/%3E%3Ccircle cx='72.886' cy='84.769' r='47.724' fill='%23F34113'/%3E%3Crect width='19.996' height='19.996' x='62.889' y='27.047' fill='%23F34113' rx='3.533'/%3E%3Ccircle cx='72.887' cy='20.987' r='4.921' stroke='%23F34113' stroke-width='3.533'/%3E%3Cpath fill='%23fff' d='M50.668 90.091v-5.223h-9.974v-5.054l8.828-13.31h6.2v13.31h1.719v5.054h-1.719v5.223h-5.054Zm-4.145-10.277h4.145v-6.503l-4.145 6.503ZM68.71 90.53c-1.349 0-2.59-.315-3.724-.944-1.124-.64-2.1-1.522-2.932-2.645-.831-1.124-1.477-2.42-1.937-3.892-.45-1.483-.674-3.067-.674-4.751 0-1.685.224-3.263.674-4.735.46-1.482 1.106-2.785 1.937-3.908.831-1.124 1.808-2 2.932-2.629 1.134-.64 2.375-.96 3.723-.96 1.348 0 2.584.32 3.707.96 1.134.63 2.111 1.505 2.931 2.629.82 1.123 1.455 2.426 1.904 3.908.46 1.472.69 3.05.69 4.735 0 1.684-.23 3.268-.69 4.75-.45 1.472-1.084 2.77-1.904 3.893-.82 1.123-1.797 2.005-2.931 2.645-1.123.629-2.36.943-3.707.943Zm0-5.055c1.044 0 1.897-.343 2.56-1.028.674-.685 1.168-1.572 1.483-2.662.314-1.1.471-2.263.471-3.487 0-1.292-.168-2.483-.505-3.572-.337-1.09-.843-1.96-1.516-2.612-.663-.662-1.494-.994-2.494-.994-.786 0-1.466.203-2.038.607-.573.393-1.045.932-1.416 1.617a8.257 8.257 0 0 0-.825 2.292c-.18.853-.27 1.74-.27 2.662 0 1.213.163 2.37.489 3.47.325 1.09.825 1.983 1.5 2.68.673.684 1.527 1.027 2.56 1.027Zm14.265 4.616L96.59 66.504h5.829L88.805 90.091h-5.83Zm2.966-12.804a5.516 5.516 0 0 1-2.814-.742 5.762 5.762 0 0 1-2.056-2.005c-.505-.853-.758-1.802-.758-2.847 0-1.078.258-2.038.775-2.88a5.76 5.76 0 0 1 2.073-1.989 5.55 5.55 0 0 1 2.78-.724c1.022 0 1.954.247 2.796.74a5.586 5.586 0 0 1 2.039 2.023c.505.842.758 1.786.758 2.83 0 1.067-.264 2.022-.792 2.864a5.763 5.763 0 0 1-2.055 2.005 5.427 5.427 0 0 1-2.746.725Zm0-3.37c.606 0 1.128-.213 1.566-.64.438-.438.657-.966.657-1.584 0-.629-.219-1.157-.657-1.584a2.167 2.167 0 0 0-1.567-.64 2.25 2.25 0 0 0-1.6.64c-.438.427-.657.955-.657 1.584 0 .618.219 1.146.657 1.584.45.427.983.64 1.6.64ZM99.453 90.53c-1.045 0-1.994-.258-2.848-.775a5.902 5.902 0 0 1-2.005-2.072 5.39 5.39 0 0 1-.74-2.746c0-1.067.257-2.022.774-2.864a5.9 5.9 0 0 1 2.055-2.022 5.422 5.422 0 0 1 2.764-.742c1.078 0 2.038.264 2.881.792a5.72 5.72 0 0 1 2.005 2.073 5.42 5.42 0 0 1 .741 2.763c0 1.022-.253 1.96-.758 2.813a5.766 5.766 0 0 1-2.039 2.022 5.453 5.453 0 0 1-2.83.758Zm0-3.37c.629 0 1.162-.218 1.6-.656a2.14 2.14 0 0 0 .657-1.567c0-.63-.219-1.163-.657-1.6a2.177 2.177 0 0 0-1.6-.658 2.14 2.14 0 0 0-1.567.657 2.178 2.178 0 0 0-.657 1.6c0 .607.219 1.13.657 1.568.438.438.96.657 1.567.657Zm-34.265 19.194c-.76 0-1.473-.15-2.142-.449a5.643 5.643 0 0 1-1.765-1.26 5.917 5.917 0 0 1-1.629-4.116c0-.802.145-1.553.434-2.254a5.94 5.94 0 0 1 1.195-1.861 5.533 5.533 0 0 1 1.765-1.252 5.101 5.101 0 0 1 2.142-.457 5.12 5.12 0 0 1 2.15.457c.67.3 1.257.717 1.766 1.252a5.823 5.823 0 0 1 1.187 1.861c.289.7.433 1.452.433 2.254 0 .803-.144 1.557-.433 2.263a5.842 5.842 0 0 1-1.188 1.853 5.642 5.642 0 0 1-1.764 1.26 5.207 5.207 0 0 1-2.15.449Zm0-1.957a3.23 3.23 0 0 0 1.388-.305 3.66 3.66 0 0 0 1.14-.835 3.88 3.88 0 0 0 .77-1.235c.187-.466.28-.963.28-1.493a3.96 3.96 0 0 0-.28-1.492 3.879 3.879 0 0 0-.778-1.235 3.648 3.648 0 0 0-1.14-.835 3.176 3.176 0 0 0-1.38-.305c-.492 0-.954.102-1.388.305a3.684 3.684 0 0 0-1.147.843 3.978 3.978 0 0 0-.77 1.227 4.064 4.064 0 0 0-.273 1.492c0 .535.094 1.035.281 1.501.187.465.444.877.77 1.235.332.353.712.631 1.14.835a3.3 3.3 0 0 0 1.387.297Zm6.992 1.749V94.913h6.635v1.958h-4.677v2.279h3.907v1.957h-3.907v5.039H72.18Zm7.804 0V94.913h6.635v1.958H81.94v2.279h3.907v1.957H81.94v5.039h-1.957Z'/%3E%3Cpath fill='%23028386' d='M247.847 311.868a1.17 1.17 0 0 1 2.026 0l19.137 33.145a1.17 1.17 0 0 1-1.014 1.755h-38.272a1.17 1.17 0 0 1-1.013-1.755l19.136-33.145Z'/%3E%3Cpath fill='%23028386' d='M247.847 324.739a1.17 1.17 0 0 1 2.026 0l29.153 50.494a1.17 1.17 0 0 1-1.013 1.755h-58.306a1.17 1.17 0 0 1-1.013-1.755l29.153-50.494Z'/%3E%3Cpath fill='%23028386' d='M247.847 342.537a1.17 1.17 0 0 1 2.026 0l35.692 61.819a1.17 1.17 0 0 1-1.014 1.755h-71.382a1.17 1.17 0 0 1-1.013-1.755l35.691-61.819Z'/%3E%3Cpath fill='%23ABD3D8' d='m294.873 81.614-4.219-1.814 3.537-1.705a.984.984 0 0 0 .322-.24c.092-.102.165-.223.213-.357a1.175 1.175 0 0 0-.012-.838 1.077 1.077 0 0 0-.223-.35.973.973 0 0 0-.329-.228.902.902 0 0 0-.761.028l-5.343 2.573-2.877-1.237 2.123-1.022a.984.984 0 0 0 .322-.239c.092-.102.165-.224.213-.358a1.175 1.175 0 0 0-.012-.838 1.078 1.078 0 0 0-.223-.35.973.973 0 0 0-.329-.228.902.902 0 0 0-.761.028l-3.929 1.891-2.934-1.261 7.697-3.707 5.433 2.335a.903.903 0 0 0 .754-.017c.239-.115.427-.33.522-.598a1.18 1.18 0 0 0-.015-.83c-.105-.262-.3-.47-.544-.574l-3.597-1.546 4.721-2.275a.985.985 0 0 0 .322-.24 1.1 1.1 0 0 0 .213-.357 1.175 1.175 0 0 0-.012-.838 1.078 1.078 0 0 0-.223-.35.983.983 0 0 0-.329-.228.902.902 0 0 0-.761.027l-4.721 2.275 1.406-3.957c.095-.267.09-.566-.015-.829a1.036 1.036 0 0 0-.544-.575.903.903 0 0 0-.754.017c-.24.115-.428.33-.523.598l-2.123 5.976-7.697 3.707 1.147-3.227 3.927-1.892a.985.985 0 0 0 .322-.24c.092-.102.165-.224.213-.357a1.175 1.175 0 0 0-.012-.839 1.079 1.079 0 0 0-.223-.35.976.976 0 0 0-.329-.228.904.904 0 0 0-.761.028l-2.123 1.023 1.125-3.165 5.343-2.573a.985.985 0 0 0 .322-.24 1.1 1.1 0 0 0 .213-.357 1.175 1.175 0 0 0-.012-.838 1.078 1.078 0 0 0-.223-.35.984.984 0 0 0-.329-.229.9.9 0 0 0-.762.028l-3.537 1.703 1.649-4.64a1.19 1.19 0 0 0-.015-.83 1.036 1.036 0 0 0-.544-.575.903.903 0 0 0-.754.017c-.24.115-.428.33-.523.598l-1.649 4.641-1.549-3.89a1.09 1.09 0 0 0-.217-.355.986.986 0 0 0-.325-.234.91.91 0 0 0-.762.013 1 1 0 0 0-.319.245 1.11 1.11 0 0 0-.207.362 1.202 1.202 0 0 0 .025.838l2.34 5.876-1.125 3.166-.929-2.336a1.11 1.11 0 0 0-.218-.354.985.985 0 0 0-.325-.234.91.91 0 0 0-.762.013.987.987 0 0 0-.318.245 1.1 1.1 0 0 0-.208.362 1.18 1.18 0 0 0 .026.838l1.719 4.32-1.146 3.228-3.37-8.466 2.123-5.976c.095-.268.09-.566-.015-.83a1.036 1.036 0 0 0-.544-.574.903.903 0 0 0-.754.017c-.24.115-.427.33-.523.598l-1.406 3.957-2.068-5.194a1.09 1.09 0 0 0-.217-.354.989.989 0 0 0-.326-.235.906.906 0 0 0-.762.014.998.998 0 0 0-.318.245 1.11 1.11 0 0 0-.207.362 1.18 1.18 0 0 0 .025.837l2.069 5.194-3.598-1.546a.903.903 0 0 0-.754.016c-.239.116-.427.33-.522.599-.095.267-.09.566.015.829s.301.47.544.575l5.433 2.335 3.37 8.466-2.934-1.261-1.72-4.32a1.092 1.092 0 0 0-.218-.355.973.973 0 0 0-.325-.234.904.904 0 0 0-.762.013.985.985 0 0 0-.318.246 1.158 1.158 0 0 0-.271.783c.004.144.034.285.089.416l.929 2.335-2.877-1.237-2.339-5.877a1.11 1.11 0 0 0-.218-.354.976.976 0 0 0-.325-.234.903.903 0 0 0-.762.013.986.986 0 0 0-.318.245 1.158 1.158 0 0 0-.271.783c.004.144.034.286.089.417l1.548 3.89-4.219-1.814a.905.905 0 0 0-.755.017c-.239.115-.427.33-.522.599-.095.267-.09.566.015.83.105.263.3.47.544.574l4.219 1.814-3.537 1.705a1 1 0 0 0-.315.242c-.09.102-.16.224-.207.356a1.174 1.174 0 0 0 .235 1.177.992.992 0 0 0 .324.227.908.908 0 0 0 .754-.017l5.342-2.574 2.878 1.238-2.123 1.022c-.239.115-.427.33-.522.599-.095.267-.09.566.015.829s.301.47.544.575a.903.903 0 0 0 .754-.017l3.928-1.892 2.934 1.261-7.696 3.708-5.433-2.336a.903.903 0 0 0-.754.017c-.239.115-.427.33-.522.598-.095.268-.09.567.015.83s.3.47.544.575l3.597 1.546-4.722 2.274a.977.977 0 0 0-.315.242c-.09.103-.16.224-.207.357a1.18 1.18 0 0 0 .015.83c.105.263.301.47.544.574a.903.903 0 0 0 .754-.017l4.722-2.274-1.406 3.957c-.095.267-.09.566.015.829s.301.47.544.575a.903.903 0 0 0 .754-.017 1.05 1.05 0 0 0 .523-.598l2.123-5.976 7.696-3.708-1.147 3.227-3.928 1.893c-.239.115-.427.33-.522.598-.095.268-.09.566.015.83.105.263.301.47.544.574a.905.905 0 0 0 .755-.017l2.122-1.023-1.125 3.166-5.341 2.573a.993.993 0 0 0-.316.242 1.12 1.12 0 0 0-.207.356 1.174 1.174 0 0 0 .236 1.177.972.972 0 0 0 .324.228.903.903 0 0 0 .754-.017l3.537-1.704-1.65 4.642c-.095.267-.09.566.015.83.105.263.301.47.544.574a.903.903 0 0 0 .754-.017c.24-.115.428-.33.523-.598l1.649-4.641 1.55 3.89c.109.275.309.474.544.575.182.078.38.095.57.05a.963.963 0 0 0 .499-.308c.135-.155.226-.35.26-.56a1.187 1.187 0 0 0-.067-.626l-2.344-5.878 1.125-3.165.929 2.335c.109.274.31.474.544.575.182.078.38.095.57.049a.963.963 0 0 0 .499-.308c.135-.154.226-.35.26-.56a1.186 1.186 0 0 0-.067-.625l-1.721-4.321 1.147-3.227 3.371 8.466-2.123 5.976c-.095.267-.09.566.015.83.105.262.301.47.544.574a.903.903 0 0 0 .754-.017c.239-.115.427-.33.522-.598l1.406-3.957 2.067 5.193c.11.275.31.474.545.575a.9.9 0 0 0 .57.049.967.967 0 0 0 .499-.308c.135-.154.225-.35.259-.56a1.187 1.187 0 0 0-.067-.625l-2.067-5.193 3.597 1.546a.903.903 0 0 0 .754-.016c.239-.116.427-.33.522-.599.096-.267.09-.566-.015-.829s-.3-.47-.544-.575l-5.432-2.335-3.372-8.467 2.934 1.261 1.721 4.321c.109.274.309.473.544.575.182.078.38.095.57.049a.964.964 0 0 0 .499-.308c.135-.154.225-.35.26-.56a1.186 1.186 0 0 0-.067-.625l-.932-2.336 2.878 1.237 2.339 5.877c.109.274.31.474.544.575.182.078.38.095.57.049a.967.967 0 0 0 .499-.308c.135-.154.225-.35.26-.56.034-.211.01-.429-.068-.625l-1.548-3.891 4.219 1.814a.903.903 0 0 0 .754-.017 1.05 1.05 0 0 0 .523-.598 1.184 1.184 0 0 0-.016-.83 1.03 1.03 0 0 0-.544-.574Zm-.637 217.763-1.736-.203 1.409 1.755a.663.663 0 0 1 .145.508c-.02.195-.1.36-.239.494a.655.655 0 0 1-.485.185.589.589 0 0 1-.441-.229l-1.412-1.744-.051 1.885c-.009.298-.125.51-.348.636a.653.653 0 0 1-.66.017c-.217-.114-.322-.316-.316-.607l.107-3.53-2.052-2.558-1.141 3.33 1.144 3.222c.059.163.067.32.022.471a.644.644 0 0 1-.239.352 1.04 1.04 0 0 1-.367.171.487.487 0 0 1-.378-.064.656.656 0 0 1-.273-.355l-.617-1.733-.78 2.277a.727.727 0 0 1-.347.416.604.604 0 0 1-.871-.298.73.73 0 0 1-.02-.542l.78-2.277-1.55.991a.657.657 0 0 1-.433.113.49.49 0 0 1-.338-.181 1.036 1.036 0 0 1-.184-.361.637.637 0 0 1 .027-.424.731.731 0 0 1 .306-.359l2.88-1.843 1.141-3.33-3.19.762-2.08 2.853c-.174.234-.382.329-.623.287a.652.652 0 0 1-.51-.419c-.099-.236-.061-.475.115-.715l1.115-1.52-2.185.511a.59.59 0 0 1-.488-.09.656.656 0 0 1-.27-.443.776.776 0 0 1 .114-.538.668.668 0 0 1 .426-.312l2.189-.522-1.495-.904a.612.612 0 0 1-.3-.448.815.815 0 0 1 .087-.523.757.757 0 0 1 .392-.341.556.556 0 0 1 .522.054l2.773 1.687 3.193-.772-2.049-2.569-3.224-.367a.577.577 0 0 1-.13-.033.564.564 0 0 1-.36-.337.78.78 0 0 1-.037-.489.83.83 0 0 1 .263-.421.58.58 0 0 1 .481-.144l1.736.203-1.409-1.755a.663.663 0 0 1-.145-.508c.02-.195.1-.36.24-.494a.633.633 0 0 1 .486-.19.546.546 0 0 1 .439.234l1.413 1.744.051-1.885c.008-.298.124-.51.347-.636a.653.653 0 0 1 .66-.017c.217.114.322.316.316.607l-.107 3.53 2.053 2.558 1.141-3.33-1.145-3.222a.743.743 0 0 1-.022-.471.65.65 0 0 1 .24-.352c.115-.083.237-.141.366-.171a.487.487 0 0 1 .378.064.651.651 0 0 1 .273.355l.617 1.733.78-2.277a.725.725 0 0 1 .348-.416.602.602 0 0 1 .87.298.726.726 0 0 1 .02.542l-.78 2.277 1.55-.991a.658.658 0 0 1 .433-.113.488.488 0 0 1 .338.181c.083.104.145.224.184.361a.643.643 0 0 1-.026.424.738.738 0 0 1-.307.359l-2.879 1.843-1.141 3.33 3.19-.762 2.08-2.853c.174-.234.381-.33.622-.287a.652.652 0 0 1 .51.419c.1.236.061.475-.115.715l-1.115 1.52 2.185-.511a.59.59 0 0 1 .488.09.65.65 0 0 1 .27.443.776.776 0 0 1-.114.538.663.663 0 0 1-.426.311l-2.189.523 1.495.904c.162.095.26.232.292.409a.83.83 0 0 1-.05.494.77.77 0 0 1-.33.363.567.567 0 0 1-.491.046.547.547 0 0 1-.122-.054l-2.772-1.687-3.194.772 2.049 2.569 3.224.367a.553.553 0 0 1 .446.278.753.753 0 0 1 .101.51.811.811 0 0 1-.252.466.61.61 0 0 1-.512.17Zm-197.115-5.928.8-.507a.207.207 0 0 0 .077-.083c.092-.169 0-.458-.108-.678-.14-.27-.385-.544-.584-.406l-1.43.898-.955-.61.8-.507a.207.207 0 0 0 .077-.083.487.487 0 0 0 .031-.169v-.002a1.415 1.415 0 0 0-.154-.5 1.28 1.28 0 0 0-.32-.394l-.003-.002a.215.215 0 0 0-.263-.017l.001-.001-1.43.898-1.124-.711.566-.355a.32.32 0 0 0 .076-.084l.001-.001a.356.356 0 0 0 .03-.135 1.058 1.058 0 0 0-.112-.377.976.976 0 0 0-.239-.299l-.002-.002a.183.183 0 0 0-.12-.039.183.183 0 0 0-.094.023l.001-.001-1.046.66-2.569-1.625 2.568-1.624 1.046.66a.197.197 0 0 0 .109.022.212.212 0 0 0 .104-.039.965.965 0 0 0 .24-.296c.06-.116.099-.244.112-.377v-.011a.283.283 0 0 0-.03-.13v.001a.215.215 0 0 0-.076-.085l-.567-.355 1.123-.711 1.431.898c.04.027.087.04.134.037a.226.226 0 0 0 .13-.055 1.34 1.34 0 0 0 .475-.891l.001-.006v-.003a.48.48 0 0 0-.032-.169l.001.002a.316.316 0 0 0-.076-.083v-.001l-.8-.508.953-.609 1.431.898c.2.135.446-.136.584-.406a.806.806 0 0 0 .106-.682l.001.005a.212.212 0 0 0-.076-.084l-.8-.508 1-.642c.061-.051.061-.372-.2-.862-.247-.491-.509-.66-.585-.61l-1 .643v-1.033a.236.236 0 0 0-.032-.12l.001.001a.706.706 0 0 0-.268-.193c-.102-.04-.211-.054-.319-.04h.003c-.277 0-.615.084-.615.355v1.811l-.954.609v-1.045a.204.204 0 0 0-.03-.107.312.312 0 0 0-.122-.117l-.002-.001a1.01 1.01 0 0 0-.945.003l.007-.003a.338.338 0 0 0-.098.098.382.382 0 0 0-.055.133v1.812l-1.123.711v-.727l.001-.016a.12.12 0 0 0-.007-.046.11.11 0 0 0-.024-.039.302.302 0 0 0-.09-.1l-.002-.002a.864.864 0 0 0-.714.003l.006-.003a.223.223 0 0 0-.088.082.249.249 0 0 0-.035.121v1.323l-2.569 1.625v-3.268l1.046-.66a.235.235 0 0 0 .08-.089.26.26 0 0 0 .028-.12v-.012a1.069 1.069 0 0 0-.113-.378.971.971 0 0 0-.238-.298l-.002-.002a.19.19 0 0 0-.12-.04.195.195 0 0 0-.094.024l.001-.002-.566.356v-1.421l1.431-.898a.274.274 0 0 0 .09-.103.31.31 0 0 0 .033-.138v-.013.001a1.402 1.402 0 0 0-.154-.5 1.28 1.28 0 0 0-.32-.394l-.003-.003a.218.218 0 0 0-.263-.016l.001-.001-.8.507v-1.201l1.431-.898c.2-.135.108-.49-.03-.762-.14-.272-.386-.545-.585-.406l-.8.507v-1.274c0-.084-.262-.233-.769-.233s-.769.155-.769.233v1.27l-.8-.507c-.2-.136-.446.135-.584.405-.138.271-.23.623-.03.763l1.43.897v1.202l-.8-.508a.215.215 0 0 0-.263.018 1.29 1.29 0 0 0-.32.392 1.411 1.411 0 0 0-.156.499v.007c0 .168.076.233.122.254l1.431.897v1.422l-.566-.356a.205.205 0 0 0-.213.018h.001a.939.939 0 0 0-.24.296c-.061.116-.1.244-.113.377v.021a.235.235 0 0 0 .028.117.217.217 0 0 0 .078.085l.001.001 1.046.66v3.269l-2.569-1.625v-1.323a.25.25 0 0 0-.035-.121.222.222 0 0 0-.087-.082v-.001a.86.86 0 0 0-.715.002l.006-.002a.216.216 0 0 0-.087.082.245.245 0 0 0-.036.12v.729l-1.123-.711v-1.811a.27.27 0 0 0-.043-.142.236.236 0 0 0-.109-.091l-.002-.001a1.008 1.008 0 0 0-.945.003l.007-.003c-.123.085-.153.186-.14.233v1.033l-.955-.609v-1.807c0-.255-.338-.356-.615-.356-.277 0-.615.085-.615.356v1.032l-1-.642c-.062-.051-.323.135-.584.609-.246.491-.262.813-.2.863l1 .642-.8.507c-.2.136-.108.491.031.763.14.271.385.544.584.406l1.431-.898.954.609-.8.507a.277.277 0 0 0-.09.104.305.305 0 0 0-.033.137v.014-.002c.042.37.218.688.474.895l.003.002a.21.21 0 0 0 .263.016v.002l1.43-.898 1.123.711-.566.355a.228.228 0 0 0-.08.089.259.259 0 0 0-.028.12v.012c.014.133.053.261.113.377a.96.96 0 0 0 .238.298l.002.003c.035.027.077.04.12.039a.183.183 0 0 0 .094-.023v.001l1.045-.66 2.57 1.625-2.57 1.625-1.046-.66a.197.197 0 0 0-.108-.022.211.211 0 0 0-.105.039.936.936 0 0 0-.24.296c-.06.116-.099.244-.112.377v.021a.235.235 0 0 0 .028.117.227.227 0 0 0 .078.086l.001.001.566.355-1.123.711-1.43-.898a.213.213 0 0 0-.263.018c-.13.105-.24.239-.321.392a1.411 1.411 0 0 0-.156.499v.006c0 .169.076.233.122.254l.8.507-.954.61-1.43-.898c-.2-.135-.447.136-.585.406-.138.271-.23.623-.03.762l.8.508-1 .642c-.063.051-.063.372.2.862.245.491.507.66.583.61l1-.643v1.033c0 .254.338.356.615.356.277 0 .615-.085.615-.356v-1.81l.954-.61v1.033c.001.05.015.098.04.139a.25.25 0 0 0 .1.094l.002.001a1.009 1.009 0 0 0 .945-.003l-.007.003a.338.338 0 0 0 .098-.098.377.377 0 0 0 .055-.133v-1.812l1.123-.711v.727a.243.243 0 0 0 .035.12.218.218 0 0 0 .087.083l.001.001a.864.864 0 0 0 .714-.003l-.006.003a.216.216 0 0 0 .088-.082.25.25 0 0 0 .035-.121v-1.323l2.554-1.624v3.268l-1.046.66a.243.243 0 0 0-.08.089.262.262 0 0 0-.028.12v.013c.014.132.052.261.113.377.06.116.141.217.238.298l.002.002a.184.184 0 0 0 .11.035h.02a.12.12 0 0 0 .085-.034l.566-.355v1.421l-1.458.879a.282.282 0 0 0-.09.103.31.31 0 0 0-.033.138v.013-.001c.042.37.218.688.474.894l.003.003c.047.03.1.047.153.05h.007a.182.182 0 0 0 .102-.035l.8-.507v1.201l-1.432.898c-.2.135-.108.49.03.762.123.22.292.44.477.44a.285.285 0 0 0 .11-.035l-.003.001.8-.507v1.269c0 .085.262.233.77.233.506 0 .768-.155.768-.233v-1.269l.8.507c.033.018.07.03.106.034h.001c.17 0 .354-.22.477-.44.141-.271.231-.623.03-.762l-1.43-.898v-1.201l.8.507a.202.202 0 0 0 .106.034.313.313 0 0 0 .155-.052l-.002.001c.258-.21.435-.526.476-.891l.001-.006c0-.168-.077-.233-.123-.254l-1.43-.898v-1.421l.565.355a.122.122 0 0 0 .084.034h.008a.432.432 0 0 0 .126-.035l-.003.001a.94.94 0 0 0 .24-.296c.062-.116.1-.244.113-.377v-.004l.001-.017a.25.25 0 0 0-.028-.117.216.216 0 0 0-.079-.085v-.001l-1.047-.66v-3.268l2.57 1.624v1.324a.249.249 0 0 0 .034.12.215.215 0 0 0 .087.082l.001.001a.86.86 0 0 0 .714-.002l-.006.002a.322.322 0 0 0 .091-.1l.001-.001a.362.362 0 0 0 .031-.099v-.729l1.123.71v1.811a.253.253 0 0 0 .152.233l.002.001c.148.077.31.116.473.116a1.02 1.02 0 0 0 .472-.119l-.007.003a.513.513 0 0 0 .122-.118l.001-.001a.187.187 0 0 0 .031-.106v-1.045l.954.609v1.811c0 .254.338.355.615.355a.637.637 0 0 0 .317-.042.699.699 0 0 0 .267-.191.359.359 0 0 0 .03-.118v-1.034l1 .642c.062.051.323-.135.584-.609.246-.491.262-.813.2-.862l-.955-.629Zm-50.016-89.205 1.56.015a.313.313 0 0 0 .178-.049c.265-.159.357-.667.37-1.089.006-.527-.136-1.156-.534-1.142l-2.785-.041-.915-1.787 1.56.015a.313.313 0 0 0 .178-.049.748.748 0 0 0 .177-.216l.001-.004a2.42 2.42 0 0 0 .006-1.749l-.002-.006a.425.425 0 0 0-.147-.201.366.366 0 0 0-.224-.071l.003-.001-2.785-.041-1.083-2.094 1.102.016a.476.476 0 0 0 .176-.05l.002-.001a.542.542 0 0 0 .15-.169 1.82 1.82 0 0 0 .014-1.315l-.001-.005a.366.366 0 0 0-.144-.171.315.315 0 0 0-.155-.055h.002l-2.038-.025-2.478-4.789 5.007.055 1.01 1.948a.39.39 0 0 0 .141.134c.057.03.12.044.183.041l-.002-.001a1.4 1.4 0 0 0 .582-.204c.178-.112.334-.263.457-.444l.009-.016a.482.482 0 0 0 .056-.219v.003a.402.402 0 0 0-.044-.195l-.55-1.052 2.19.023 1.386 2.657a.41.41 0 0 0 .167.18.363.363 0 0 0 .23.042 1.972 1.972 0 0 0 1.387-.85l.007-.008.002-.004a.79.79 0 0 0 .085-.277v.005a.606.606 0 0 0-.046-.194v-.002l-.771-1.493 1.865.011 1.386 2.657c.186.385.755.223 1.167-.041a1.14 1.14 0 0 0 .444-.353c.12-.156.203-.342.242-.541l-.003.009a.401.401 0 0 0-.045-.195l-.772-1.494 1.957.006c.13-.015.38-.483.38-1.445.025-.946-.225-1.44-.375-1.438l-1.958-.007.805-1.505a.403.403 0 0 0 .047-.205v.003a1.359 1.359 0 0 0-.241-.534 1.197 1.197 0 0 0-.432-.359l.004.003c-.404-.261-.962-.457-1.173-.062l-1.41 2.638-1.865-.011.814-1.523a.342.342 0 0 0 .038-.185.595.595 0 0 0-.085-.285l-.002-.004a1.942 1.942 0 0 0-.599-.614 1.75 1.75 0 0 0-.78-.272l.012.002a.51.51 0 0 0-.22.051.565.565 0 0 0-.183.141l-1.412 2.642-2.19-.023.567-1.06.013-.021a.201.201 0 0 0 .022-.154.604.604 0 0 0-.055-.232v-.003a1.564 1.564 0 0 0-1.042-.669l.01.002a.321.321 0 0 0-.192.037.367.367 0 0 0-.145.142l-1.03 1.928-5.01-.054 2.546-4.762 2.038.024a.35.35 0 0 0 .185-.054.399.399 0 0 0 .136-.148l.009-.018a1.82 1.82 0 0 0 .015-1.315l-.002-.005a.356.356 0 0 0-.143-.171.315.315 0 0 0-.155-.055l.002-.001-1.102-.015 1.107-2.071 2.785.041a.413.413 0 0 0 .21-.066.462.462 0 0 0 .157-.169l.01-.02v.002a2.425 2.425 0 0 0 .005-1.75l-.003-.006a.423.423 0 0 0-.146-.2.36.36 0 0 0-.224-.072l.002-.001-1.56-.015.935-1.75 2.785.041c.397-.009.54-.613.549-1.14.009-.527-.137-1.156-.535-1.142l-1.561-.015.992-1.856c.066-.124-.2-.587-.938-1.065-.74-.478-1.242-.499-1.303-.385l-.989 1.85-.77-1.493c-.186-.386-.755-.224-1.167.041-.412.264-.822.689-.64 1.081l1.386 2.657-.935 1.75-.77-1.493a.413.413 0 0 0-.168-.18.364.364 0 0 0-.23-.042 1.905 1.905 0 0 0-.772.269 2.098 2.098 0 0 0-.616.581l-.006.008c-.131.246-.07.413-.019.487l1.386 2.656-1.107 2.071-.548-1.051a.388.388 0 0 0-.142-.134.344.344 0 0 0-.182-.041l.001.001a1.398 1.398 0 0 0-.58.204 1.55 1.55 0 0 0-.459.444l-.003.006-.014.023a.42.42 0 0 0-.002.396v.003l1.01 1.947-2.545 4.762-2.478-4.789 1.03-1.928a.42.42 0 0 0-.02-.41v-.002a1.565 1.565 0 0 0-1.042-.67l.01.002a.337.337 0 0 0-.191.037.372.372 0 0 0-.145.142l-.568 1.061-1.082-2.093 1.41-2.639a.462.462 0 0 0-.04-.483l-.002-.003a1.957 1.957 0 0 0-.599-.615 1.737 1.737 0 0 0-.78-.271l.013.002c-.246.007-.368.126-.388.206l-.804 1.505-.916-1.787 1.408-2.633c.198-.37-.215-.836-.62-1.098-.403-.261-.961-.456-1.172-.062l-.805 1.505-.956-1.878c-.051-.132-.576-.108-1.326.337-.74.483-1.015.938-.963 1.068l.956 1.879-1.56-.015c-.397.008-.54.613-.549 1.14-.01.527.137 1.156.535 1.142l2.784.041.915 1.787-1.56-.015a.412.412 0 0 0-.211.065.465.465 0 0 0-.156.17l-.01.019v-.002a2.41 2.41 0 0 0-.006 1.75l.003.006c.03.082.08.152.146.2a.36.36 0 0 0 .224.072l-.002.001 2.785.041 1.082 2.094-1.101-.016a.342.342 0 0 0-.185.055.385.385 0 0 0-.135.148l-.01.017a1.819 1.819 0 0 0-.015 1.315l.002.006c.03.072.08.132.144.17.047.032.1.051.155.055l-.003.001 2.039.024 2.477 4.789-5.009-.054-1.01-1.948a.377.377 0 0 0-.141-.133.345.345 0 0 0-.183-.042c-.204.023-.4.094-.58.206a1.536 1.536 0 0 0-.457.443l-.003.007-.015.023a.42.42 0 0 0-.002.396l.001.002.548 1.051-2.19-.023-1.386-2.656a.402.402 0 0 0-.167-.18.358.358 0 0 0-.23-.043 1.905 1.905 0 0 0-.772.269 2.097 2.097 0 0 0-.615.581l-.007.009c-.131.245-.07.412-.019.486l.77 1.493-1.864-.012-1.386-2.656c-.186-.386-.755-.224-1.167.041-.412.264-.822.689-.639 1.081l.77 1.493-1.957-.006c-.13.015-.38.483-.38 1.445-.024.946.226 1.44.376 1.438l1.957.007-.804 1.505c-.198.37.216.836.62 1.097.403.261.961.456 1.172.062l1.41-2.638 1.865.011-.804 1.505a.485.485 0 0 0 .022.472l.002.004c.156.251.36.46.599.614.239.153.505.246.78.271l-.012-.001a.525.525 0 0 0 .403-.193l1.412-2.641 2.19.023-.567 1.059a.425.425 0 0 0 .02.41l.001.003a1.57 1.57 0 0 0 1.042.67l-.01-.003a.328.328 0 0 0 .191-.036.369.369 0 0 0 .146-.143l1.03-1.928 4.987.042-2.546 4.762-2.038-.025a.35.35 0 0 0-.185.055.399.399 0 0 0-.136.148l-.009.018a1.82 1.82 0 0 0-.015 1.315l.002.005a.37.37 0 0 0 .132.155l.02.013.01.006c.045.029.098.04.15.03l1.101.016-1.107 2.071-2.809-.094a.413.413 0 0 0-.21.066.462.462 0 0 0-.157.169l-.01.019v-.001a2.41 2.41 0 0 0-.005 1.75l.003.006a.623.623 0 0 0 .183.218l.01.006a.306.306 0 0 0 .176.045l-.001-.001 1.56.015-.935 1.751-2.785-.041c-.396.008-.54.613-.55 1.139.008.436.083.916.353 1.091.058.03.121.047.186.051h-.004l1.56.015-.988 1.85c-.066.123.2.586.939 1.064.739.478 1.241.499 1.302.385l.989-1.849.77 1.493a.542.542 0 0 0 .128.149l.002.001c.246.159.687.013 1.038-.191.416-.262.821-.69.637-1.083l-1.386-2.657.936-1.75.77 1.493a.4.4 0 0 0 .13.151.534.534 0 0 0 .266.07h-.004a1.974 1.974 0 0 0 1.388-.849l.007-.009c.13-.245.07-.413.018-.486l-1.385-2.657 1.107-2.071.548 1.051c.017.054.05.1.096.129l.011.008a.794.794 0 0 0 .211.067l-.005-.001c.204-.023.402-.093.581-.204a1.55 1.55 0 0 0 .458-.444l.003-.007.014-.023a.42.42 0 0 0 .002-.396v-.002l-1.01-1.948 2.546-4.762 2.477 4.789-1.03 1.928a.424.424 0 0 0 .02.41v.003a1.57 1.57 0 0 0 1.042.67l-.01-.003a.465.465 0 0 0 .21-.06l.002-.001a.49.49 0 0 0 .123-.115l.568-1.062 1.083 2.094-1.41 2.638a.465.465 0 0 0 .039.483l.002.004c.156.251.36.461.599.614.239.153.505.246.78.272l-.012-.002a.785.785 0 0 0 .27-.057h.002a.28.28 0 0 0 .128-.127l.814-1.522.915 1.787-1.41 2.638c-.198.37.216.836.62 1.098.145.12.314.201.493.238.18.036.364.027.539-.028a.524.524 0 0 0 .135-.143l.806-1.507.956 1.879c.051.132.576.107 1.326-.337.74-.483 1.015-.938.963-1.069l-.902-1.815Zm112.03-166.356-2.246-.966 1.883-.907a.516.516 0 0 0 .171-.128.587.587 0 0 0 .151-.414.623.623 0 0 0-.162-.409.527.527 0 0 0-.175-.121.483.483 0 0 0-.406.015l-2.844 1.37-1.532-.659 1.13-.544a.52.52 0 0 0 .172-.127.629.629 0 0 0 .107-.637.59.59 0 0 0-.119-.186.518.518 0 0 0-.175-.122.483.483 0 0 0-.406.015l-2.091 1.007-1.562-.672 4.098-1.974 2.892 1.244c.13.056.274.053.402-.009a.56.56 0 0 0 .278-.318.633.633 0 0 0-.008-.442.55.55 0 0 0-.29-.306l-1.915-.823 2.513-1.211a.52.52 0 0 0 .172-.128.629.629 0 0 0 .107-.637.575.575 0 0 0-.119-.186.516.516 0 0 0-.175-.121.479.479 0 0 0-.405.014l-2.514 1.212.749-2.107a.639.639 0 0 0-.008-.442.55.55 0 0 0-.29-.306.48.48 0 0 0-.401.01.557.557 0 0 0-.279.318l-1.13 3.181-4.098 1.974.61-1.718 2.092-1.008a.526.526 0 0 0 .171-.127.629.629 0 0 0 .107-.637.573.573 0 0 0-.119-.186.518.518 0 0 0-.175-.122.48.48 0 0 0-.405.015l-1.13.545.598-1.685 2.845-1.37a.53.53 0 0 0 .172-.128.629.629 0 0 0 .107-.637.59.59 0 0 0-.119-.186.526.526 0 0 0-.175-.121.482.482 0 0 0-.406.014l-1.883.907.878-2.47a.639.639 0 0 0-.008-.442.55.55 0 0 0-.29-.306.48.48 0 0 0-.401.009.557.557 0 0 0-.279.318l-.878 2.471-.824-2.071a.58.58 0 0 0-.116-.19.523.523 0 0 0-.173-.124.485.485 0 0 0-.575.138.594.594 0 0 0-.145.417.642.642 0 0 0 .048.221l1.245 3.13-.599 1.684-.494-1.243a.597.597 0 0 0-.116-.188.533.533 0 0 0-.173-.125.485.485 0 0 0-.575.137.594.594 0 0 0-.145.418.62.62 0 0 0 .048.221l.915 2.3-.61 1.719-1.795-4.508 1.131-3.181a.628.628 0 0 0-.008-.442.55.55 0 0 0-.29-.306.48.48 0 0 0-.401.01.552.552 0 0 0-.278.318l-.749 2.106-1.101-2.765a.58.58 0 0 0-.116-.189.513.513 0 0 0-.376-.166.488.488 0 0 0-.203.049.574.574 0 0 0-.279.323.633.633 0 0 0 .013.446l1.101 2.765-1.915-.823a.48.48 0 0 0-.401.009.557.557 0 0 0-.279.318.639.639 0 0 0 .008.442c.056.14.16.25.29.306l2.892 1.243 1.795 4.508-1.562-.672-.916-2.3a.58.58 0 0 0-.116-.189.513.513 0 0 0-.376-.166.488.488 0 0 0-.203.049.574.574 0 0 0-.279.323.633.633 0 0 0 .013.446l.495 1.243-1.532-.659-1.246-3.128a.533.533 0 0 0-.288-.313.485.485 0 0 0-.576.137.591.591 0 0 0-.11.192.632.632 0 0 0 .013.447l.825 2.071-2.247-.966a.48.48 0 0 0-.401.01.557.557 0 0 0-.279.318.64.64 0 0 0 .008.442c.056.14.16.25.29.306l2.247.965-1.884.908a.517.517 0 0 0-.167.129.583.583 0 0 0-.111.19.64.64 0 0 0 .008.441c.028.07.068.132.118.185a.515.515 0 0 0 .172.121.482.482 0 0 0 .402-.009l2.844-1.37 1.532.658-1.13.545a.553.553 0 0 0-.278.318.628.628 0 0 0 .008.442c.056.14.16.25.289.306.13.056.275.052.402-.009l2.091-1.007 1.562.671-4.097 1.974-2.893-1.243a.48.48 0 0 0-.401.009.552.552 0 0 0-.278.318.628.628 0 0 0 .008.442c.055.14.16.25.289.306l1.915.823-2.514 1.211a.531.531 0 0 0-.168.129.597.597 0 0 0-.11.19.633.633 0 0 0 .008.441c.056.14.16.25.29.306.13.056.274.053.402-.009l2.514-1.21-.749 2.106a.628.628 0 0 0 .008.442c.056.14.16.25.29.306a.48.48 0 0 0 .401-.01.552.552 0 0 0 .278-.318l1.131-3.181 4.097-1.974-.61 1.718-2.091 1.007a.558.558 0 0 0-.279.319.633.633 0 0 0 .009.442c.055.14.16.25.289.306.13.055.274.052.402-.01l1.13-.544-.599 1.685-2.844 1.37a.531.531 0 0 0-.168.13.58.58 0 0 0-.11.189.64.64 0 0 0 .008.441.6.6 0 0 0 .117.185c.05.053.109.094.173.121a.478.478 0 0 0 .401-.009l1.883-.907-.878 2.472a.628.628 0 0 0 .008.441c.056.14.16.25.29.306a.48.48 0 0 0 .401-.009.552.552 0 0 0 .278-.318l.878-2.471.826 2.071a.548.548 0 0 0 .289.306c.097.042.203.05.304.026a.517.517 0 0 0 .266-.163.628.628 0 0 0 .102-.631l-1.248-3.13.599-1.685.495 1.243a.549.549 0 0 0 .29.306c.096.041.202.05.303.026a.518.518 0 0 0 .266-.164.628.628 0 0 0 .102-.631l-.916-2.3.611-1.719 1.795 4.508-1.131 3.182a.633.633 0 0 0 .008.441c.056.14.16.25.29.306a.48.48 0 0 0 .401-.009.552.552 0 0 0 .278-.318l.749-2.107 1.101 2.765a.55.55 0 0 0 .289.306c.097.041.203.05.304.026a.51.51 0 0 0 .265-.164.606.606 0 0 0 .139-.298.639.639 0 0 0-.036-.333l-1.101-2.765 1.915.824c.13.055.274.052.402-.01a.559.559 0 0 0 .278-.318.628.628 0 0 0-.008-.441.55.55 0 0 0-.29-.306l-2.892-1.244-1.795-4.508 1.562.672.916 2.3a.549.549 0 0 0 .29.306c.097.042.202.05.303.026a.513.513 0 0 0 .266-.163.618.618 0 0 0 .102-.631l-.495-1.244 1.532.659 1.245 3.129a.549.549 0 0 0 .29.306c.096.041.202.05.303.026a.513.513 0 0 0 .266-.164.628.628 0 0 0 .102-.631l-.824-2.072 2.246.966c.13.056.274.053.402-.009a.56.56 0 0 0 .278-.319.628.628 0 0 0-.008-.441.55.55 0 0 0-.29-.306Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='338' height='374' y='.749' fill='%23fff' rx='10'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");margin-top:70px;padding-bottom:290px}@media (min-width:990px){.fd-unlimited-cta--container .animated-hand.has-holiday40{width:338px}}.fd-unlimited-cta--container .unlimited-content{margin-left:auto;padding:65px 65px 40px;width:calc(100% - 315px)}@media (max-width:1023.98px) and (min-width:768px){.fd-unlimited-cta--container .unlimited-content{padding:40px 35px}}@media (max-width:767.98px){.fd-unlimited-cta--container .unlimited-content{padding:30px 20px}}@media (max-width:989.98px) and (min-width:768px){.fd-unlimited-cta--container .unlimited-content{width:60%}}@media (max-width:767.98px){.fd-unlimited-cta--container .unlimited-content{width:100%}}.fd-unlimited-cta--container .unlimited-content .unlimited-heading{font-size:1.75rem;font-weight:700;line-height:1.4;margin:0 0 6px}.fd-unlimited-cta--container .unlimited-content p{font-size:1.25rem;font-weight:400;line-height:1.55;margin:0 0 34px;max-width:630px}@media (min-width:1024px){.fd-unlimited-cta--container .unlimited-content .unlimited-ctas{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}}.fd-unlimited-cta--container .unlimited-content .unlimited-ctas div+div{margin-top:20px}@media (min-width:1024px){.fd-unlimited-cta--container .unlimited-content .unlimited-ctas div+div{margin-top:0}}.fd-unlimited-cta--gift-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:15px;grid-template-columns:50px 1fr;margin-top:30px}.fd-unlimited-cta--gift-link img{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}.fd-unlimited-cta--gift-link a{color:#232327;display:inline-block;font-size:1rem;font-weight:700;line-height:140%;margin-top:11px;text-decoration:none}.fd-unlimited-cta--gift-link a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.293 5.293a1 1 0 0 0 0 1.414L14.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414l-6-6a1 1 0 0 0-1.414 0Z' fill='%23282828'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:25px;margin:0 0 0 10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;width:25px}.fd-unlimited-cta--gift-link a:focus:after,.fd-unlimited-cta--gift-link a:hover:after{margin-left:13px}.split-hero-with-image{background-color:#ede0d1}.split-hero-with-image--row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px;justify-content:space-between}.split-hero-with-image--col{width:calc(50% - 17.5px)}@media (max-width:989.98px){.split-hero-with-image--col{width:100%}}.split-hero-with-image--col .fd-text--section-heading{margin:0 0 10px}.split-hero-with-image--col .btn{margin:35px 0 0}.split-hero-with-image--col .ctas{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;margin:35px 0 0}.split-hero-with-image--col .ctas .btn{margin:0}.split-hero-with-image--col-image{background-color:#028386;background-image:url(https://www.frontdoor.com/siteassets/find-your-plan/gettyimages-672158407-1-compare.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;padding-top:100%}.split-hero-with-image--full-img{overflow:hidden;position:relative}.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{background-color:transparent;background-image:url(/img/house-for-sale.png)}@media (min-width:2000px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{max-width:1200px}}@media (min-width:990px) and (max-width:1999.98px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{max-width:800px}}@media (min-width:990px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{background-position:0 100%;background-size:contain;border-radius:0;bottom:50px;position:absolute;right:0;width:calc(50% - 17.5px)}}@media (max-width:989.98px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{background-position:60% 100%;padding-top:70%}}@media (min-width:768px) and (max-width:989.98px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{width:calc(100% + 60px)}}@media (max-width:767.98px){.split-hero-with-image--full-img .split-hero-with-image--col .split-hero-with-image--col-image{width:calc(100% + 17px)}}.checklist-section{background-color:#fbf9f8}.checklist-section .inner{text-align:center}.checklist-section .inner .fd-list--flex-checks{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px}@media (max-width:599.98px){.checklist-section .inner .fd-list--flex-checks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:auto;max-width:370px}.checklist-section .inner .fd-list--flex-checks li{text-align:left;width:100%}}.small-icon-cta-bar{background-color:#fbf9f8}.small-icon-cta-bar .icon-cta-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:28px;justify-content:space-between;padding:30px}.small-icon-cta-bar .icon-cta-bar--icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='59' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M55.696 59.5H3.304A3.314 3.314 0 0 1 0 56.196V3.804A3.314 3.314 0 0 1 3.304.5h52.392A3.314 3.314 0 0 1 59 3.804v52.392a3.314 3.314 0 0 1-3.304 3.304Z' fill='%23F34113'/%3E%3Cpath d='M48.086 48.072h-9.274V30.49c0-5.073-4.13-9.18-9.18-9.18-5.051 0-9.181 4.13-9.181 9.18v17.582h-9.299V30.49c0-10.195 8.284-18.478 18.48-18.478 10.194 0 18.478 8.283 18.478 18.479l-.024 17.581Z' fill='%23fff'/%3E%3Cpath d='M36.168 36.084a2.951 2.951 0 0 1-5.9 0 2.951 2.951 0 0 1 2.95-2.95 2.936 2.936 0 0 1 2.95 2.95Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h59v59H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:contain;height:60px;width:60px}.small-icon-cta-bar .icon-cta-bar--copy{width:calc(100% - 366px)}@media (max-width:767.98px){.small-icon-cta-bar .icon-cta-bar--copy{width:100%}}.small-icon-cta-bar .icon-cta-bar--copy p{margin:0}.small-icon-cta-bar .icon-cta-bar--button{text-align:right;width:250px}@media (max-width:767.98px){.small-icon-cta-bar .icon-cta-bar--button{text-align:left;width:100%}}.fd-plan-page-content{padding-bottom:50px}.fd-plan-page-content .left-col{max-width:100%}.fd-plan-page-content .left-col hr{background-color:rgba(85,85,85,.25);border:none;height:1px;margin:20px 0}.fd-plan-page-content .left-col .plan-logo{padding:5px 0}.fd-plan-page-content .left-col img{max-width:100%}.fd-plan-page-content .left-col ul.fd-list--checkmark li{font-size:.875rem;font-weight:500;line-height:1.6}.fd-plan-page-content .left-col .plan-price{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#555;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;font-weight:700;gap:8px;line-height:.9;padding:20px 0}.fd-plan-page-content .left-col .plan-price span{color:#028386;font-size:3rem;line-height:1.2}.fd-plan-page-content .left-col .plan-price.premium{display:block}.fd-plan-page-content .left-col .plan-price.premium .price-flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;gap:8px}.fd-plan-page-content .left-col .plan-price.premium .premium-flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;gap:50px}.fd-plan-page-content .left-col .plan-price.premium .support-text--top{font-size:.875rem;font-weight:500;letter-spacing:-.02em;line-height:1.6}.fd-plan-page-content .left-col .plan-price.premium .support-text--bottom{font-size:.75rem;font-weight:500;letter-spacing:-.02em;line-height:1.6}.fd-plan-page-content .left-col .plan-price.premium .your-zip a{color:#232327}.fd-plan-page-content .left-col .premium-hvac{font-size:.75rem;font-weight:500;letter-spacing:-.02em;line-height:1.6;padding:25px 0}.fd-plan-page-content .left-col .premium-hvac a{color:#232327}.fd-plan-page-content .left-col .introductory-box{background-color:#ffb446;border-radius:10px;font-weight:700;margin:40px 0;padding:19px 23px}.fd-plan-page-content .left-col .introductory-box .intro{font-size:1rem;line-height:1.4}.fd-plan-page-content .left-col .introductory-box .container{display:block}.fd-plan-page-content .left-col .introductory-box .price{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}.fd-plan-page-content .left-col .introductory-box .price .amount{font-size:3rem;line-height:1.2}.fd-plan-page-content .left-col .introductory-box .price .per{font-size:.875rem;line-height:.9}.fd-plan-page-content .left-col .introductory-box .desc{font-size:.875rem;font-weight:500;line-height:1.6}.fd-plan-page-content .left-col .plan-cta{padding:40px 0 0;text-align:center}.fd-plan-page-content .left-col .plan-cta.no-pad{padding:0}.fd-plan-page-content .left-col .plan-cta .available{font-size:1.5rem;font-weight:700;line-height:1.4}.fd-plan-page-content .left-col .plan-cta .details-link{color:#232327;display:inline-block;font-size:1.2rem;font-weight:700;padding:20px 0 0;text-align:center}.fd-plan-page-content .left-col .plan-cta .details-link:focus,.fd-plan-page-content .left-col .plan-cta .details-link:hover{color:#232327}.fd-plan-page-content .left-col .plan-cta .details-link.contingency{background-image:-webkit-gradient(linear,left top,right top,from(#fbf9f8),to(#fbf9f8)),-webkit-gradient(linear,left top,right top,from(#232327),to(#232327));background-image:linear-gradient(90deg,#fbf9f8,#fbf9f8),linear-gradient(90deg,#232327,#232327);background-position-x:-6rem,0;background-position-y:100%;background-repeat:no-repeat;background-size:6rem 1px,100% 1px;color:#232327;padding:0;text-align:left;text-decoration:none;-webkit-transition:background-position-x 1s cubic-bezier(.16,1,.3,1);transition:background-position-x 1s cubic-bezier(.16,1,.3,1)}.fd-plan-page-content .left-col .plan-cta .details-link.contingency:focus,.fd-plan-page-content .left-col .plan-cta .details-link.contingency:hover{background-position-x:calc(100% + 6rem),0}.fd-plan-page-content .left-col .disclaimer{font-size:.75rem;letter-spacing:-.02em;line-height:1.33;padding:40px 0 50px}.fd-plan-page-content .right-col{z-index:999}.fd-plan-page-content .details-drawer{background:#fff;border-radius:10px;-webkit-box-shadow:0 81px 32px rgba(0,0,0,.01),0 46px 27px rgba(0,0,0,.05),0 20px 20px rgba(0,0,0,.09),0 5px 11px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.1);box-shadow:0 81px 32px rgba(0,0,0,.01),0 46px 27px rgba(0,0,0,.05),0 20px 20px rgba(0,0,0,.09),0 5px 11px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.1);padding:20px;position:relative}.fd-plan-page-content .details-drawer .drawer-heading{color:#028386;font-size:1.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.5}.fd-detail{border-bottom:1px solid rgba(85,85,85,.25);padding-bottom:16px;padding-top:16px}.fd-detail.last-item{border-bottom:none}.fd-detail.hvac-toggle{opacity:.5;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.fd-detail.hvac-toggle.on{opacity:1}.fd-detail-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:0 30px;justify-content:flex-start;outline:none;padding:0 24px 0 0;position:relative;text-align:left;width:100%}.fd-detail-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.586 9.866a.75.75 0 0 0-1.054-.117L12 13.374 7.468 9.75a.75.75 0 0 0-.937 1.172l5 4a.75.75 0 0 0 .938 0l5-4a.75.75 0 0 0 .117-1.055Z' fill='%23232327'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;position:absolute;right:0;top:calc(50% - 12px);-webkit-transition:all .25s ease;transition:all .25s ease;width:24px}.fd-detail-button:focus{outline:1px solid #232327;outline-offset:5px}.fd-detail-card-title{color:#232327;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.6;margin:0;padding:0;-webkit-transition:color .25s ease;transition:color .25s ease}.fd-detail-card-title span{font-size:.75rem;font-weight:400}.fd-detail.open .fd-detail-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.414 14.803a.75.75 0 0 0 1.055.117L12 11.296l4.532 3.626a.75.75 0 0 0 .936-1.172l-5-4a.75.75 0 0 0-.937 0l-5 4a.75.75 0 0 0-.117 1.054Z' fill='%23048588'/%3E%3C/svg%3E")}.fd-detail-content{color:#232327;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:-.02em;line-height:1.6;padding:0}.fd-detail-content a{background-image:-webkit-gradient(linear,left top,right top,from(#fbf9f8),to(#fbf9f8)),-webkit-gradient(linear,left top,right top,from(#232327),to(#232327));background-image:linear-gradient(90deg,#fbf9f8,#fbf9f8),linear-gradient(90deg,#232327,#232327);background-position-x:-6rem,0;background-position-y:100%;background-repeat:no-repeat;background-size:6rem 1px,100% 1px;color:#232327;text-decoration:none;-webkit-transition:background-position-x 1s cubic-bezier(.16,1,.3,1);transition:background-position-x 1s cubic-bezier(.16,1,.3,1)}.fd-detail-content a:focus,.fd-detail-content a:hover{background-position-x:calc(100% + 6rem),0}.fd-detail-content .subheadline{font-weight:700}.fd-detail-content .disclaimer{font-style:italic}.details-chart{border:1px solid #c8c3bf;border-radius:10px;padding:2px 14px}.details-chart .row{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid #c8c3bf;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:12px 0}.details-chart .row:last-of-type{border:none}.details-chart .row .amount,.hvac-question{font-weight:700}.hvac-question{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.875rem;gap:50px;letter-spacing:-.02em;line-height:1.6}.hvac-covered-container{height:10%;margin:auto;position:relative;top:20%;width:111px}.hvac-form{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.choice-label{-webkit-box-flex:0.34;color:#000;cursor:pointer;-ms-flex:0.34;flex:0.34;font-weight:500;position:relative;text-align:center;-webkit-transition:.25s;transition:.25s;z-index:3}.choice-label-yes{left:8px;text-align:right}.choice-label-no{left:-8px;text-align:left}input#hvac-no{left:0}input#hvac-no,input#hvac-yes{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.5rem;opacity:0;position:absolute;width:1.5rem}input#hvac-yes{right:0}.toggle-rating-pill{background:#000;height:23px;position:relative;width:47px}.hvac-covered-toggle,.toggle-rating-pill{border-radius:500px;-webkit-transition:all .25s;transition:all .25s}.hvac-covered-toggle{background-color:#fff;height:15px;left:36px;position:absolute;width:15px;z-index:4}#hvac-yes:checked~.hvac-covered-toggle{left:58px}#hvac-yes:checked~.toggle-rating-pill{background-color:#f34113}@media only screen and (min-width:768px){.fd-plan-page-content .plan-page-info{position:relative}.fd-plan-page-content .left-col{max-width:60%}.fd-plan-page-content .left-col .disclaimer{padding:40px 0 0}.fd-plan-page-content .left-col .introductory-box .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.fd-plan-page-content .left-col .plan-cta .btn{width:280px}}@media only screen and (min-width:1025px){.fd-plan-page-content .plan-page-info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;gap:100px;grid-auto-columns:1fr;grid-auto-flow:column}.fd-plan-page-content .plan-page-info .left-col{max-width:100%}.fd-plan-page-content .plan-page-info .right-col{max-width:530px;padding-top:25px}}@media only screen and (min-width:1200px){.fd-plan-page-content .plan-page-info .left-col{padding:0 100px 0 0}}.video-chat-details-drawer-5050{background-color:#fbf9f8}.video-chat-details-drawer-5050--row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px;justify-content:space-between}.video-chat-details-drawer-5050--col{width:calc(50% - 17.5px)}@media (max-width:989.98px){.video-chat-details-drawer-5050--col{width:100%}}.video-chat-details-drawer-5050--col-image{padding-top:50%;position:relative}@media (max-width:989.98px){.video-chat-details-drawer-5050--col-image{padding-top:100%}}.video-chat-details-drawer-5050--col-image .video-chat-image-animation{height:100%;left:0;position:absolute;top:0;width:100%}.video-chat-details-drawer-5050--col-image .video-chat-image-animation .video-chat-image{background-position:50%;background-repeat:no-repeat;background-size:auto 95%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.video-chat-details-drawer-5050--col-image .video-chat-image-animation .large-circle{background-color:#ffb446;border-radius:100%;height:80%;left:10%;opacity:.5;position:absolute;top:10%;width:80%;z-index:1}.video-chat-details-drawer-5050--col-image .video-chat-image-animation .small-circle{background-color:#ffb446;border-radius:100%;height:60%;left:20%;opacity:1;position:absolute;top:20%;width:60%;z-index:2}.video-chat-details-drawer-5050--col-image .video-chat-image-animation .start-small{-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.video-chat-details-drawer-5050 .intro-copy .fd-text--subheading{margin:0}.video-chat-details-drawer-5050 .intro-copy p{margin:0 0 30px}.video-chat-details-drawer-5050 .details-drawer .fd-detail{background-color:#f6f0e8;border:3px solid #e3e1df;border-radius:10px;margin-bottom:20px;padding:0 20px 0 0;-webkit-transition:all .4s ease;transition:all .4s ease}.video-chat-details-drawer-5050 .details-drawer .fd-detail:last-of-type{margin-bottom:0}.video-chat-details-drawer-5050 .details-drawer .fd-detail .fd-detail-button{padding:20px;-webkit-transform:all ease .4s;transform:all ease .4s}.video-chat-details-drawer-5050 .details-drawer .fd-detail .fd-detail-button:focus{outline:none}.video-chat-details-drawer-5050 .details-drawer .fd-detail.open{border:3px solid #f34113}.video-chat-details-drawer-5050 .details-drawer .fd-detail.open .fd-detail-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.586 9.866a.75.75 0 0 0-1.054-.117L12 13.374 7.468 9.75a.75.75 0 0 0-.937 1.172l5 4a.75.75 0 0 0 .938 0l5-4a.75.75 0 0 0 .117-1.055Z' fill='%23232327'/%3E%3C/svg%3E");-webkit-transform:rotate(180deg);transform:rotate(180deg)}.video-chat-details-drawer-5050 .details-drawer .fd-detail .fd-detail-content{padding:0 20px 20px}.video-chat-details-drawer-5050 .details-drawer .fd-detail .fd-detail-content p{margin:0 0 10px}.video-chat-details-drawer-5050 .details-drawer .fd-detail .fd-detail-content p:last-of-type{margin:0}.large-circle-animation{-webkit-animation:largecirclegrow 1s 1}.small-circle-animation{-webkit-animation:smallcirclegrow 1s 1}@-webkit-keyframes largecirclegrow{0%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.15);transform:scale(1.15)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes smallcirclegrow{0%{-webkit-transform:scale(0);transform:scale(0)}65%{-webkit-transform:scale(1.15);transform:scale(1.15)}to{-webkit-transform:scale(1);transform:scale(1)}}.expert-approach-5050{background-color:#f6f0e8}.expert-approach-5050--row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px;justify-content:space-between}.expert-approach-5050--col{width:calc(50% - 17.5px)}@media (max-width:989.98px){.expert-approach-5050--col{width:100%}}.expert-approach-5050--col .expert-ctas .btn.arrow{border:none}@media (max-width:989.98px){.expert-approach-5050--col-image{margin:auto;max-width:600px}}.expert-approach-5050 .expert-advice-animation{padding-top:80%;position:relative}.expert-approach-5050 .expert-advice-animation .expert-advice--icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='116' height='116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)' fill='%23F34113'%3E%3Cpath d='m86.229 1.715-43.106 11.55c-2.938.787-4.777 3.887-4 6.787L60.32 99.16c.787 2.938 3.86 4.68 6.858 3.877l43.105-11.55c2.939-.787 4.778-3.887 4.001-6.787L93.087 5.592c-.772-2.88-3.92-4.665-6.858-3.877Zm25.435 83.792a2.881 2.881 0 0 1-2.038 3.528l-43.105 11.55a2.88 2.88 0 0 1-3.529-2.037L41.77 19.343a2.88 2.88 0 0 1 2.038-3.529l43.105-11.55a2.88 2.88 0 0 1 3.528 2.037l21.229 79.225-.005-.02Z'/%3E%3Cpath d='m75.117 17.77-14.362 3.848c-5.254 1.408-8.404 6.779-7.012 11.975l2.722 10.158c1.392 5.196 6.805 8.272 12.06 6.864l14.362-3.848c5.254-1.408 8.404-6.779 7.011-11.975l-2.721-10.158c-1.393-5.196-6.806-8.272-12.06-6.864Zm12.109 17.634c1.001 3.737-1.275 7.621-5.07 8.638L67.795 47.89c-3.794 1.017-7.702-1.19-8.708-4.946l-2.722-10.158c-1.002-3.736 1.274-7.62 5.069-8.638L75.795 20.3c3.795-1.017 7.702 1.19 8.709 4.946l2.722 10.158Z'/%3E%3Cpath d='m68.84 38.245-1.623-6.052c-.208-.778-.899-1.177-1.677-.969a1.359 1.359 0 0 0-.97 1.678l1.623 6.052c.198.74.938 1.167 1.678.97a1.359 1.359 0 0 0 .968-1.679ZM79.095 35.497l-1.622-6.052c-.208-.779-.9-1.177-1.677-.969a1.359 1.359 0 0 0-.97 1.678l1.623 6.052c.198.74.938 1.167 1.677.97a1.359 1.359 0 0 0 .97-1.679ZM84.905 54.298l-14.362 3.848c-5.255 1.408-8.405 6.778-7.012 11.974l2.722 10.159c1.392 5.196 6.805 8.272 12.06 6.864l14.361-3.849c5.255-1.407 8.404-6.778 7.012-11.974l-2.722-10.158c-1.392-5.196-6.805-8.272-12.06-6.864ZM97.04 72.029c1 3.737-1.275 7.621-5.07 8.638l-14.362 3.849c-3.795 1.016-7.702-1.19-8.709-4.946L66.177 69.41c-1-3.736 1.275-7.62 5.07-8.638l14.362-3.848c3.794-1.017 7.702 1.19 8.709 4.946l2.722 10.158Z'/%3E%3Cpath d='m78.627 74.773-1.622-6.052a1.359 1.359 0 0 0-1.678-.969 1.359 1.359 0 0 0-.968 1.678l1.621 6.052c.198.74.939 1.167 1.678.969a1.359 1.359 0 0 0 .969-1.678ZM88.883 72.025l-1.622-6.052a1.359 1.359 0 0 0-1.678-.97 1.359 1.359 0 0 0-.969 1.679l1.622 6.052c.198.74.938 1.167 1.678.969a1.359 1.359 0 0 0 .969-1.678ZM53.113 107.995a1.372 1.372 0 0 0 .969-1.678 1.359 1.359 0 0 0-1.678-.969c-6.636 1.778-13.46-2.129-15.218-8.687L33.713 83.7l.464-.291c2.534-1.597 3.726-4.545 2.986-7.308l-1.043-3.892.552-.273c4.188-2.04 6.337-6.788 5.133-11.283l-2.722-10.159c-.772-2.88-3.92-4.664-6.859-3.877l-2.783.746-2.367-8.835a1.371 1.371 0 0 0-1.678-.97 1.359 1.359 0 0 0-.969 1.679l2.368 8.835-7.61 2.039-2.367-8.835a1.372 1.372 0 0 0-1.678-.97 1.359 1.359 0 0 0-.969 1.679l2.368 8.835-2.783.746c-2.939.787-4.778 3.887-4 6.787l2.721 10.158c1.205 4.496 5.453 7.508 10.106 7.2l.615-.04 1.043 3.892c.756 2.822 3.316 4.827 6.22 4.841l.586.01 3.504 13.078c2.138 7.979 10.452 12.697 18.528 10.533l.034-.03ZM23.877 72.757c-3.795 1.017-7.703-1.19-8.709-4.946l-2.722-10.159a2.88 2.88 0 0 1 2.037-3.528l18.469-4.949a2.88 2.88 0 0 1 3.528 2.038l2.722 10.158c1.001 3.737-1.274 7.621-5.07 8.638l-10.255 2.748Zm3.055 6.106-1.023-3.814 7.61-2.039 1.022 3.814a3.955 3.955 0 0 1-2.793 4.837 3.93 3.93 0 0 1-4.836-2.793l.02-.005Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(-15 93.87 9.432)' d='M0 0h94.088v94.088H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' transform='rotate(-15 93.87 9.432)' d='M0 0h94.088v94.088H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:25%;left:10%;position:absolute;top:15%;width:25%}.expert-approach-5050 .expert-advice-animation .expert-advice--small-image{background-position:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;height:100%;left:20px;position:absolute;width:30%}.expert-approach-5050 .expert-advice-animation .expert-advice--large-image{background-position:top;background-repeat:no-repeat;background-size:contain;height:100%;position:absolute;right:20px;top:0;width:50%}.connecting-cta{position:relative}.connecting-cta .top-background{background-color:hotpink;height:50%;left:0;position:absolute;top:0;width:100%;z-index:1}.connecting-cta .bottom-background{background-color:#028386;bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:1}.connecting-cta .inner{position:relative;z-index:2}.connecting-cta .inner .connecting-cta-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 10px 20px -5px rgba(40,40,40,.09);box-shadow:0 10px 20px -5px rgba(40,40,40,.09);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin:auto;max-width:calc(100% - 40px)}.connecting-cta .inner .connecting-cta-box .connecting-cta--image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px 0 0 10px;width:300px}@media (max-width:989.98px){.connecting-cta .inner .connecting-cta-box .connecting-cta--image{border-radius:10px 10px 0 0;padding-top:50%;width:100%}}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy{padding:35px;width:calc(100% - 300px)}@media (max-width:989.98px){.connecting-cta .inner .connecting-cta-box .connecting-cta--copy{width:100%}}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .fd-eyebrow{margin:0}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .fd-text--subheading{margin-top:0}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .btn.arrow{border:none;padding:0}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .btn.arrow:focus,.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .btn.arrow:hover{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;color:#232327;text-decoration:underline}.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .btn.arrow:focus:after,.connecting-cta .inner .connecting-cta-box .connecting-cta--copy .btn.arrow:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.293 5.293a1 1 0 0 0 0 1.414L14.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414l-6-6a1 1 0 0 0-1.414 0Z' fill='%23282828'/%3E%3C/svg%3E")}.frequently-asked-questions{background-color:#fbf9f8}.frequently-asked-questions .details-drawer{margin-top:60px}.frequently-asked-questions .details-drawer .fd-detail{border-bottom:none;border-top:1px solid #e3e1df;padding:0 20px 0 0;-webkit-transition:all .4s ease;transition:all .4s ease}.frequently-asked-questions .details-drawer .fd-detail:last-of-type{border-bottom:1px solid #e3e1df;margin-bottom:0}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-button{padding:20px;-webkit-transform:all ease .4s;transform:all ease .4s}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-button:focus{outline:none}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-button .fd-detail-card-title{-webkit-transition:all .4s ease;transition:all .4s ease}.frequently-asked-questions .details-drawer .fd-detail.open .fd-detail-button .fd-detail-card-title{color:#f34113}.frequently-asked-questions .details-drawer .fd-detail.open .fd-detail-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.586 9.866a.75.75 0 0 0-1.054-.117L12 13.374 7.468 9.75a.75.75 0 0 0-.937 1.172l5 4a.75.75 0 0 0 .938 0l5-4a.75.75 0 0 0 .117-1.055Z' fill='%23232327'/%3E%3C/svg%3E");-webkit-transform:rotate(180deg);transform:rotate(180deg)}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-content{padding:0 20px 20px}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-content p{margin:0 0 10px}.frequently-asked-questions .details-drawer .fd-detail .fd-detail-content p:last-of-type{margin:0}.fd-section-spacing{padding:120px 0}@media (max-width:1199.98px) and (min-width:768px){.fd-section-spacing{padding:80px 0}}@media (max-width:767.98px){.fd-section-spacing{padding:50px 0}}.fd-breadcrumbs{background-color:#ede0d1}.fd-text--section-heading{color:#282828;font-size:2rem;font-weight:700;line-height:1.4}@media (max-width:767.98px){.fd-text--section-heading{font-size:1.75rem}}.fd-text--subheading{color:#282828;font-size:1.166rem;font-weight:700;line-height:1.4}.fd-text--ol{counter-reset:item;list-style:none}.fd-text--ol--li{font-size:1rem;font-weight:700;line-height:1.4;margin:0 0 20px;padding:0 0 0 20px}.fd-text--ol--li:before{background-color:#028386;border-radius:18px;color:#fff;content:counter(item);counter-increment:item;display:inline-block;font-size:1.25rem;font-weight:700;height:36px;line-height:2.25rem;margin:0 20px 0 -56px;text-align:center;width:36px}.fd-blog-membership{background-color:#fbf9f8}.fd-blog-membership .main-desc{margin:auto;max-width:875px}.fd-home-smart-homeowners{background-color:#ede0d1}.fd-home-smart-homeowners .cta-row{margin-top:50px;text-align:center}